Skip to content

Commit 7102977

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.561.0
1 parent 477fc56 commit 7102977

11 files changed

Lines changed: 93 additions & 47 deletions

File tree

.speakeasy/gen.lock

Lines changed: 6 additions & 6 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: 155df2e8071a2ea219f7925ea1084721
4+
docChecksum: c32896790d4a5c507c23f916d37be2f6
55
docVersion: "1.0"
6-
speakeasyVersion: 1.559.0
7-
generationVersion: 2.624.0
8-
releaseVersion: 0.47.4
9-
configChecksum: 2ac333164f4efe555eb5c4c264b1de57
6+
speakeasyVersion: 1.561.0
7+
generationVersion: 2.628.0
8+
releaseVersion: 0.47.5
9+
configChecksum: 7bd67ec02b8a6e58b3c399efa10a0bed
1010
repoURL: https://github.com/unified-to/unified-python-sdk.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/unified-to/unified-python-sdk.git
@@ -16,7 +16,7 @@ features:
1616
acceptHeaders: 3.0.0
1717
additionalDependencies: 1.0.0
1818
constsAndDefaults: 1.0.5
19-
core: 5.19.2
19+
core: 5.19.3
2020
defaultEnabledRetries: 0.2.0
2121
downloadStreams: 1.0.1
2222
enumUnions: 0.1.0

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.559.0
1+
speakeasyVersion: 1.561.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:7274ba6f3374c8429c63651495f37a3c8ba160d4a0343ea93ce86e8a8c643106
6-
sourceBlobDigest: sha256:546d0e4a79d0a7933aacbf9be1317a74a618d01b6caf25ae348d5e882424a8b3
5+
sourceRevisionDigest: sha256:56940206bc157da42d5be1cfd36bd71a7bf0ce1f8802659619cba33039256aad
6+
sourceBlobDigest: sha256:e38c7b27c15406d21c121faf89b6d3ab78d4ede533713077a64ade5ec62409ba
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749602156
9+
- speakeasy-sdk-regen-1749774967
1010
- "1.0"
1111
targets:
1212
python-target:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:7274ba6f3374c8429c63651495f37a3c8ba160d4a0343ea93ce86e8a8c643106
16-
sourceBlobDigest: sha256:546d0e4a79d0a7933aacbf9be1317a74a618d01b6caf25ae348d5e882424a8b3
15+
sourceRevisionDigest: sha256:56940206bc157da42d5be1cfd36bd71a7bf0ce1f8802659619cba33039256aad
16+
sourceBlobDigest: sha256:e38c7b27c15406d21c121faf89b6d3ab78d4ede533713077a64ade5ec62409ba
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:28c8c37748302cdf3908952d74762b2e3b60794d8f3846e298fa831adeb83a5d
18+
codeSamplesRevisionDigest: sha256:ac8e23e891ce0dee2c1491d563e565b9492664f3aeb994f63f893ce718b484e2
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
@@ -2698,4 +2698,14 @@ Based on:
26982698
### Generated
26992699
- [python v0.47.4] .
27002700
### Releases
2701-
- [PyPI v0.47.4] https://pypi.org/project/Unified-python-sdk/0.47.4 - .
2701+
- [PyPI v0.47.4] https://pypi.org/project/Unified-python-sdk/0.47.4 - .
2702+
2703+
## 2025-06-13 00:35:47
2704+
### Changes
2705+
Based on:
2706+
- OpenAPI Doc
2707+
- Speakeasy CLI 1.561.0 (2.628.0) https://github.com/speakeasy-api/speakeasy
2708+
### Generated
2709+
- [python v0.47.5] .
2710+
### Releases
2711+
- [PyPI v0.47.5] https://pypi.org/project/Unified-python-sdk/0.47.5 - .

docs/models/operations/listatsjobsrequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
| `query` | *Optional[str]* | :heavy_minus_sign: | Query string to search. eg. email address or name |
1515
| `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 |
1616
| `sort` | *Optional[str]* | :heavy_minus_sign: | N/A |
17+
| `status` | *Optional[str]* | :heavy_minus_sign: | The status to filter by |
1718
| `updated_gte` | *Optional[str]* | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
1819
| `user_id` | *Optional[str]* | :heavy_minus_sign: | The user/employee ID to filter by |

docs/models/shared/messagingmessage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
| `mentioned_members` | List[[shared.MessagingMember](../../models/shared/messagingmember.md)] | :heavy_minus_sign: | N/A |
1818
| `message` | *Optional[str]* | :heavy_minus_sign: | N/A |
1919
| `message_html` | *Optional[str]* | :heavy_minus_sign: | N/A |
20+
| `message_markdown` | *Optional[str]* | :heavy_minus_sign: | N/A |
2021
| `parent_message_id` | *Optional[str]* | :heavy_minus_sign: | N/A |
2122
| `raw` | Dict[str, *Any*] | :heavy_minus_sign: | N/A |
2223
| `reference` | *Optional[str]* | :heavy_minus_sign: | N/A |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generation:
1717
baseServerURL: ""
1818
flattenGlobalSecurity: true
1919
python:
20-
version: 0.47.4
20+
version: 0.47.5
2121
additionalDependencies:
2222
dev: {}
2323
main: {}

pyproject.toml

Lines changed: 3 additions & 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.4"
3+
version = "0.47.5"
44
description = "Python Client SDK for Unified.to"
55
authors = [{ name = "Unified API Inc." },]
66
readme = "README-PYPI.md"
@@ -38,6 +38,8 @@ pythonpath = ["src"]
3838

3939
[tool.mypy]
4040
disable_error_code = "misc"
41+
explicit_package_bases = true
42+
mypy_path = "src"
4143

4244
[[tool.mypy.overrides]]
4345
module = "typing_inspect"

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.4"
6+
__version__: str = "0.47.5"
77
__openapi_doc_version__: str = "1.0"
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"
8+
__gen_version__: str = "2.628.0"
9+
__user_agent__: str = "speakeasy-sdk/python 0.47.5 2.628.0 1.0 Unified-python-sdk"
1010

1111
try:
1212
if __package__ is not None:

src/unified_python_sdk/models/operations/listatsjobs.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ class ListAtsJobsRequestTypedDict(TypedDict):
2828
raw: NotRequired[str]
2929
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"""
3030
sort: NotRequired[str]
31+
status: NotRequired[str]
32+
r"""The status to filter by"""
3133
updated_gte: NotRequired[str]
3234
r"""Return only results whose updated date is equal or greater to this value"""
3335
user_id: NotRequired[str]
@@ -84,6 +86,12 @@ class ListAtsJobsRequest(BaseModel):
8486
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
8587
] = None
8688

89+
status: Annotated[
90+
Optional[str],
91+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
92+
] = None
93+
r"""The status to filter by"""
94+
8795
updated_gte: Annotated[
8896
Optional[str],
8997
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),

src/unified_python_sdk/models/shared/messagingmessage.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class MessagingMessageTypedDict(TypedDict):
2727
mentioned_members: NotRequired[List[MessagingMemberTypedDict]]
2828
message: NotRequired[str]
2929
message_html: NotRequired[str]
30+
message_markdown: NotRequired[str]
3031
parent_message_id: NotRequired[str]
3132
raw: NotRequired[Dict[str, Any]]
3233
reference: NotRequired[str]
@@ -62,6 +63,8 @@ class MessagingMessage(BaseModel):
6263

6364
message_html: Optional[str] = None
6465

66+
message_markdown: Optional[str] = None
67+
6568
parent_message_id: Optional[str] = None
6669

6770
raw: Optional[Dict[str, Any]] = None

0 commit comments

Comments
 (0)