File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: dc843dc4-1925-45d6-bdd8-efe55bdf8fa2
33management:
4- docChecksum: 9c22bf145f46a0257497cabc87445f51
4+ docChecksum: eefce76fdb52f66af4668d4a91100b69
55 docVersion: "1.0"
6- speakeasyVersion: 1.568.0
7- generationVersion: 2.632.2
8- releaseVersion: 0.48.0
9- configChecksum: edfa511ab9c4ad29ec409ea4ac0db00b
6+ speakeasyVersion: 1.568.1
7+ generationVersion: 2.634.1
8+ releaseVersion: 0.48.1
9+ configChecksum: a0ef30f69614e51cf49eb9b5a6579e11
1010 repoURL: https://github.com/unified-to/unified-python-sdk.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/unified-to/unified-python-sdk.git
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.568.0
1+ speakeasyVersion: 1.568.1
22sources:
33 my-source:
44 sourceNamespace: my-source
5- sourceRevisionDigest: sha256:8aac6d7e1463a4e8b8b15bee4ee52087e046e04c2dffd71e3f08a07da7ab2563
6- sourceBlobDigest: sha256:99a91f69721ee939d91374bb6cbe485e9ee0d62596f9da0492b600b1433a44e8
5+ sourceRevisionDigest: sha256:c2951c0ec027c90f2bb5e44df11e5c8687399af4c1b8f48d6223462b6cef3ae8
6+ sourceBlobDigest: sha256:e02eb6c87f849620160cab6e4894222a405f7ce9a34d6efdb77b6f47b6bf2441
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1750466141
9+ - speakeasy-sdk-regen-1750725369
1010 - "1.0"
1111targets:
1212 python-target:
1313 source: my-source
1414 sourceNamespace: my-source
15- sourceRevisionDigest: sha256:8aac6d7e1463a4e8b8b15bee4ee52087e046e04c2dffd71e3f08a07da7ab2563
16- sourceBlobDigest: sha256:99a91f69721ee939d91374bb6cbe485e9ee0d62596f9da0492b600b1433a44e8
15+ sourceRevisionDigest: sha256:c2951c0ec027c90f2bb5e44df11e5c8687399af4c1b8f48d6223462b6cef3ae8
16+ sourceBlobDigest: sha256:e02eb6c87f849620160cab6e4894222a405f7ce9a34d6efdb77b6f47b6bf2441
1717 codeSamplesNamespace: my-source-python-code-samples
18- codeSamplesRevisionDigest: sha256:117c88cbb2bcfd88931e9d607b00b0d8cf5c68c1199cb43c67a84d7adf1add9d
18+ codeSamplesRevisionDigest: sha256:68e31cec1a1af349f71d4c9e7695069c6ba928ce67a661b4a1daffb332b34b20
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -2728,4 +2728,14 @@ Based on:
27282728### Generated
27292729- [ python v0.48.0] .
27302730### Releases
2731- - [ PyPI v0.48.0] https://pypi.org/project/Unified-python-sdk/0.48.0 - .
2731+ - [ PyPI v0.48.0] https://pypi.org/project/Unified-python-sdk/0.48.0 - .
2732+
2733+ ## 2025-06-24 00:35:51
2734+ ### Changes
2735+ Based on:
2736+ - OpenAPI Doc
2737+ - Speakeasy CLI 1.568.1 (2.634.1) https://github.com/speakeasy-api/speakeasy
2738+ ### Generated
2739+ - [ python v0.48.1] .
2740+ ### Releases
2741+ - [ PyPI v0.48.1] https://pypi.org/project/Unified-python-sdk/0.48.1 - .
Original file line number Diff line number Diff line change 1414| ` members ` | List[[ shared.MessagingMember] ( ../../models/shared/messagingmember.md )] | :heavy_minus_sign : | N/A |
1515| ` name ` | * str* | :heavy_check_mark : | N/A |
1616| ` parent_channel_id ` | * Optional[ str] * | :heavy_minus_sign : | N/A |
17+ | ` parent_id ` | * Optional[ str] * | :heavy_minus_sign : | N/A |
1718| ` raw ` | Dict[ str, * Any* ] | :heavy_minus_sign : | N/A |
1819| ` updated_at ` | [ date] ( https://docs.python.org/3/library/datetime.html#date-objects ) | :heavy_minus_sign : | N/A |
1920| ` web_url ` | * Optional[ str] * | :heavy_minus_sign : | N/A |
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ generation:
1717 baseServerURL : " "
1818 flattenGlobalSecurity : true
1919python :
20- version : 0.48.0
20+ version : 0.48.1
2121 additionalDependencies :
2222 dev : {}
2323 main : {}
Original file line number Diff line number Diff line change 11[project ]
22name = " Unified-python-sdk"
3- version = " 0.48.0 "
3+ version = " 0.48.1 "
44description = " Python Client SDK for Unified.to"
55authors = [{ name = " Unified API Inc." },]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "Unified-python-sdk"
6- __version__ : str = "0.48.0 "
6+ __version__ : str = "0.48.1 "
77__openapi_doc_version__ : str = "1.0"
8- __gen_version__ : str = "2.632.2 "
9- __user_agent__ : str = "speakeasy-sdk/python 0.48.0 2.632.2 1.0 Unified-python-sdk"
8+ __gen_version__ : str = "2.634.1 "
9+ __user_agent__ : str = "speakeasy-sdk/python 0.48.1 2.634.1 1.0 Unified-python-sdk"
1010
1111try :
1212 if __package__ is not None :
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ class MessagingChannelTypedDict(TypedDict):
1818 is_private : NotRequired [bool ]
1919 members : NotRequired [List [MessagingMemberTypedDict ]]
2020 parent_channel_id : NotRequired [str ]
21+ parent_id : NotRequired [str ]
2122 raw : NotRequired [Dict [str , Any ]]
2223 updated_at : NotRequired [datetime ]
2324 web_url : NotRequired [str ]
@@ -42,6 +43,8 @@ class MessagingChannel(BaseModel):
4243
4344 parent_channel_id : Optional [str ] = None
4445
46+ parent_id : Optional [str ] = None
47+
4548 raw : Optional [Dict [str , Any ]] = None
4649
4750 updated_at : Optional [datetime ] = None
You can’t perform that action at this time.
0 commit comments