File tree Expand file tree Collapse file tree 8 files changed +31
-19
lines changed Expand file tree Collapse file tree 8 files changed +31
-19
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
33management:
4- docChecksum: 80c9e1fc11cb62aad68353b8110a1854
4+ docChecksum: b337846ec33a04af12cb4d495f0f9d97
55 docVersion: 10.20.2
6- speakeasyVersion: 1.598.0
7- generationVersion: 2.674.1
8- releaseVersion: 0.21.0
9- configChecksum: cf160ea4aad22286131c881c546cf72a
6+ speakeasyVersion: 1.598.3
7+ generationVersion: 2.674.3
8+ releaseVersion: 0.21.1
9+ configChecksum: 2a27991afe5d5da59aca04a7a80a730e
1010 repoURL: https://github.com/apideck-libraries/sdk-python.git
1111 installationURL: https://github.com/apideck-libraries/sdk-python.git
1212 published: true
@@ -15,7 +15,7 @@ features:
1515 acceptHeaders: 3.0.0
1616 additionalDependencies: 1.0.0
1717 constsAndDefaults: 1.0.5
18- core: 5.19.6
18+ core: 5.19.7
1919 deepObjectParams: 0.1.0
2020 defaultEnabledRetries: 0.2.0
2121 deprecations: 3.0.2
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ generation:
2424 generateNewTests : false
2525 skipResponseBodyAssertions : false
2626python :
27- version : 0.21.0
27+ version : 0.21.1
2828 additionalDependencies :
2929 dev : {}
3030 main : {}
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.598.0
1+ speakeasyVersion: 1.598.3
22sources:
33 Apideck:
44 sourceNamespace: apideck
5- sourceRevisionDigest: sha256:e8f2313e11aff1f4f30661515d28280772c0628ba4a0604839fdb575e87f6e2a
6- sourceBlobDigest: sha256:f310f6fa6e9b39b1937aaec523aa10f35212c1089b639dd17428786ce1413118
5+ sourceRevisionDigest: sha256:1bafb12d822c777307f2b0a7ebe91c01e15b76fa8cf23d28248d4066f09ad921
6+ sourceBlobDigest: sha256:9e52c2394423567942ea5e54f9e7c86a1d7659416baa2b37e58d7807ac742d4f
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1753277490
9+ - speakeasy-sdk-regen-1754482738
1010 - 10.20.2
1111targets:
1212 apideck:
1313 source: Apideck
1414 sourceNamespace: apideck
15- sourceRevisionDigest: sha256:e8f2313e11aff1f4f30661515d28280772c0628ba4a0604839fdb575e87f6e2a
16- sourceBlobDigest: sha256:f310f6fa6e9b39b1937aaec523aa10f35212c1089b639dd17428786ce1413118
15+ sourceRevisionDigest: sha256:1bafb12d822c777307f2b0a7ebe91c01e15b76fa8cf23d28248d4066f09ad921
16+ sourceBlobDigest: sha256:9e52c2394423567942ea5e54f9e7c86a1d7659416baa2b37e58d7807ac742d4f
1717 codeSamplesNamespace: apideck-python-code-samples
18- codeSamplesRevisionDigest: sha256:543c13cb36dcd23967bff8dc5ece43c7fc097ca42332b826dce4af6ab8f18a29
18+ codeSamplesRevisionDigest: sha256:983da19a0ac8413344b9dbccff34a180cc8a7d77ead550719c50534b091f08cc
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -378,4 +378,14 @@ Based on:
378378### Generated
379379- [ python v0.21.0] .
380380### Releases
381- - [ PyPI v0.21.0] https://pypi.org/project/apideck-unify/0.21.0 - .
381+ - [ PyPI v0.21.0] https://pypi.org/project/apideck-unify/0.21.0 - .
382+
383+ ## 2025-08-07 00:57:59
384+ ### Changes
385+ Based on:
386+ - OpenAPI Doc
387+ - Speakeasy CLI 1.598.3 (2.674.3) https://github.com/speakeasy-api/speakeasy
388+ ### Generated
389+ - [ python v0.21.1] .
390+ ### Releases
391+ - [ PyPI v0.21.1] https://pypi.org/project/apideck-unify/0.21.1 - .
Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ The type of address.
1313| ` OFFICE ` | office |
1414| ` SHIPPING ` | shipping |
1515| ` BILLING ` | billing |
16+ | ` WORK ` | work |
1617| ` OTHER ` | other |
Original file line number Diff line number Diff line change 11[project ]
22name = " apideck-unify"
3- version = " 0.21.0 "
3+ version = " 0.21.1 "
44description = " Python Client SDK Generated by Speakeasy."
55authors = [{ name = " Speakeasy" },]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "apideck-unify"
6- __version__ : str = "0.21.0 "
6+ __version__ : str = "0.21.1 "
77__openapi_doc_version__ : str = "10.20.2"
8- __gen_version__ : str = "2.674.1 "
9- __user_agent__ : str = "speakeasy-sdk/python 0.21.0 2.674.1 10.20.2 apideck-unify"
8+ __gen_version__ : str = "2.674.3 "
9+ __user_agent__ : str = "speakeasy-sdk/python 0.21.1 2.674.3 10.20.2 apideck-unify"
1010
1111try :
1212 if __package__ is not None :
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ class Type(str, Enum):
2222 OFFICE = "office"
2323 SHIPPING = "shipping"
2424 BILLING = "billing"
25+ WORK = "work"
2526 OTHER = "other"
2627
2728
You can’t perform that action at this time.
0 commit comments