Skip to content

Commit 477fc56

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.559.0
1 parent 99d06de commit 477fc56

8 files changed

Lines changed: 38 additions & 18 deletions

File tree

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: dc843dc4-1925-45d6-bdd8-efe55bdf8fa2
33
management:
4-
docChecksum: 3ee8ee9cee86b0b231977d48e9b08284
4+
docChecksum: 155df2e8071a2ea219f7925ea1084721
55
docVersion: "1.0"
6-
speakeasyVersion: 1.556.2
7-
generationVersion: 2.621.3
8-
releaseVersion: 0.47.3
9-
configChecksum: 11d6cc273da050a978ddac423150a2a4
6+
speakeasyVersion: 1.559.0
7+
generationVersion: 2.624.0
8+
releaseVersion: 0.47.4
9+
configChecksum: 2ac333164f4efe555eb5c4c264b1de57
1010
repoURL: https://github.com/unified-to/unified-python-sdk.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/unified-to/unified-python-sdk.git

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.556.2
1+
speakeasyVersion: 1.559.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:0c3663ab434ed2389ce37b41a9c7a69ac526c1e492c85969d0c54b4245c30721
6-
sourceBlobDigest: sha256:7cdb820b411b54b413f176a4bb5e2ab0eda642331d55f8dd5335283768345843
5+
sourceRevisionDigest: sha256:7274ba6f3374c8429c63651495f37a3c8ba160d4a0343ea93ce86e8a8c643106
6+
sourceBlobDigest: sha256:546d0e4a79d0a7933aacbf9be1317a74a618d01b6caf25ae348d5e882424a8b3
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749170125
9+
- speakeasy-sdk-regen-1749602156
1010
- "1.0"
1111
targets:
1212
python-target:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:0c3663ab434ed2389ce37b41a9c7a69ac526c1e492c85969d0c54b4245c30721
16-
sourceBlobDigest: sha256:7cdb820b411b54b413f176a4bb5e2ab0eda642331d55f8dd5335283768345843
15+
sourceRevisionDigest: sha256:7274ba6f3374c8429c63651495f37a3c8ba160d4a0343ea93ce86e8a8c643106
16+
sourceBlobDigest: sha256:546d0e4a79d0a7933aacbf9be1317a74a618d01b6caf25ae348d5e882424a8b3
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:2705a7bcde934f57630b385fce58829ca1ec8a0f8d75ce10e2b04a79a6e36d82
18+
codeSamplesRevisionDigest: sha256:28c8c37748302cdf3908952d74762b2e3b60794d8f3846e298fa831adeb83a5d
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2688,4 +2688,14 @@ Based on:
26882688
### Generated
26892689
- [python v0.47.3] .
26902690
### Releases
2691-
- [PyPI v0.47.3] https://pypi.org/project/Unified-python-sdk/0.47.3 - .
2691+
- [PyPI v0.47.3] https://pypi.org/project/Unified-python-sdk/0.47.3 - .
2692+
2693+
## 2025-06-11 00:35:36
2694+
### Changes
2695+
Based on:
2696+
- OpenAPI Doc
2697+
- Speakeasy CLI 1.559.0 (2.624.0) https://github.com/speakeasy-api/speakeasy
2698+
### Generated
2699+
- [python v0.47.4] .
2700+
### Releases
2701+
- [PyPI v0.47.4] https://pypi.org/project/Unified-python-sdk/0.47.4 - .

docs/models/operations/listtasktasksrequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
| `query` | *Optional[str]* | :heavy_minus_sign: | Query string to search. eg. email address or name |
1616
| `raw` | *Optional[str]* | :heavy_minus_sign: | Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar |
1717
| `sort` | *Optional[str]* | :heavy_minus_sign: | N/A |
18+
| `status` | *Optional[str]* | :heavy_minus_sign: | The status to filter by |
1819
| `updated_gte` | *Optional[str]* | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
1920
| `user_id` | *Optional[str]* | :heavy_minus_sign: | The user/employee ID to filter by |

gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ generation:
1717
baseServerURL: ""
1818
flattenGlobalSecurity: true
1919
python:
20-
version: 0.47.3
20+
version: 0.47.4
2121
additionalDependencies:
2222
dev: {}
2323
main: {}
2424
authors:
2525
- Unified API Inc.
26+
baseErrorName: UnifiedToError
2627
clientServerStatusCodesAsErrors: true
2728
defaultErrorName: SDKError
2829
description: Python Client SDK for Unified.to

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Unified-python-sdk"
3-
version = "0.47.3"
3+
version = "0.47.4"
44
description = "Python Client SDK for Unified.to"
55
authors = [{ name = "Unified API Inc." },]
66
readme = "README-PYPI.md"

src/unified_python_sdk/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "Unified-python-sdk"
6-
__version__: str = "0.47.3"
6+
__version__: str = "0.47.4"
77
__openapi_doc_version__: str = "1.0"
8-
__gen_version__: str = "2.621.3"
9-
__user_agent__: str = "speakeasy-sdk/python 0.47.3 2.621.3 1.0 Unified-python-sdk"
8+
__gen_version__: str = "2.624.0"
9+
__user_agent__: str = "speakeasy-sdk/python 0.47.4 2.624.0 1.0 Unified-python-sdk"
1010

1111
try:
1212
if __package__ is not None:

src/unified_python_sdk/models/operations/listtasktasks.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class ListTaskTasksRequestTypedDict(TypedDict):
3030
raw: NotRequired[str]
3131
r"""Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar"""
3232
sort: NotRequired[str]
33+
status: NotRequired[str]
34+
r"""The status to filter by"""
3335
updated_gte: NotRequired[str]
3436
r"""Return only results whose updated date is equal or greater to this value"""
3537
user_id: NotRequired[str]
@@ -92,6 +94,12 @@ class ListTaskTasksRequest(BaseModel):
9294
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
9395
] = None
9496

97+
status: Annotated[
98+
Optional[str],
99+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
100+
] = None
101+
r"""The status to filter by"""
102+
95103
updated_gte: Annotated[
96104
Optional[str],
97105
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),

0 commit comments

Comments
 (0)