Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
management:
docChecksum: 80c9e1fc11cb62aad68353b8110a1854
docChecksum: b337846ec33a04af12cb4d495f0f9d97
docVersion: 10.20.2
speakeasyVersion: 1.598.0
generationVersion: 2.674.1
releaseVersion: 0.21.0
configChecksum: cf160ea4aad22286131c881c546cf72a
speakeasyVersion: 1.598.3
generationVersion: 2.674.3
releaseVersion: 0.21.1
configChecksum: 2a27991afe5d5da59aca04a7a80a730e
repoURL: https://github.com/apideck-libraries/sdk-python.git
installationURL: https://github.com/apideck-libraries/sdk-python.git
published: true
Expand All @@ -15,7 +15,7 @@ features:
acceptHeaders: 3.0.0
additionalDependencies: 1.0.0
constsAndDefaults: 1.0.5
core: 5.19.6
core: 5.19.7
deepObjectParams: 0.1.0
defaultEnabledRetries: 0.2.0
deprecations: 3.0.2
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.21.0
version: 0.21.1
additionalDependencies:
dev: {}
main: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.598.0
speakeasyVersion: 1.598.3
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:e8f2313e11aff1f4f30661515d28280772c0628ba4a0604839fdb575e87f6e2a
sourceBlobDigest: sha256:f310f6fa6e9b39b1937aaec523aa10f35212c1089b639dd17428786ce1413118
sourceRevisionDigest: sha256:1bafb12d822c777307f2b0a7ebe91c01e15b76fa8cf23d28248d4066f09ad921
sourceBlobDigest: sha256:9e52c2394423567942ea5e54f9e7c86a1d7659416baa2b37e58d7807ac742d4f
tags:
- latest
- speakeasy-sdk-regen-1753277490
- speakeasy-sdk-regen-1754482738
- 10.20.2
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:e8f2313e11aff1f4f30661515d28280772c0628ba4a0604839fdb575e87f6e2a
sourceBlobDigest: sha256:f310f6fa6e9b39b1937aaec523aa10f35212c1089b639dd17428786ce1413118
sourceRevisionDigest: sha256:1bafb12d822c777307f2b0a7ebe91c01e15b76fa8cf23d28248d4066f09ad921
sourceBlobDigest: sha256:9e52c2394423567942ea5e54f9e7c86a1d7659416baa2b37e58d7807ac742d4f
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:543c13cb36dcd23967bff8dc5ece43c7fc097ca42332b826dce4af6ab8f18a29
codeSamplesRevisionDigest: sha256:983da19a0ac8413344b9dbccff34a180cc8a7d77ead550719c50534b091f08cc
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,14 @@ Based on:
### Generated
- [python v0.21.0] .
### Releases
- [PyPI v0.21.0] https://pypi.org/project/apideck-unify/0.21.0 - .
- [PyPI v0.21.0] https://pypi.org/project/apideck-unify/0.21.0 - .

## 2025-08-07 00:57:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.598.3 (2.674.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.21.1] .
### Releases
- [PyPI v0.21.1] https://pypi.org/project/apideck-unify/0.21.1 - .
1 change: 1 addition & 0 deletions docs/models/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ The type of address.
| `OFFICE` | office |
| `SHIPPING` | shipping |
| `BILLING` | billing |
| `WORK` | work |
| `OTHER` | other |
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "apideck-unify"
version = "0.21.0"
version = "0.21.1"
description = "Python Client SDK Generated by Speakeasy."
authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md"
Expand Down
6 changes: 3 additions & 3 deletions src/apideck_unify/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "apideck-unify"
__version__: str = "0.21.0"
__version__: str = "0.21.1"
__openapi_doc_version__: str = "10.20.2"
__gen_version__: str = "2.674.1"
__user_agent__: str = "speakeasy-sdk/python 0.21.0 2.674.1 10.20.2 apideck-unify"
__gen_version__: str = "2.674.3"
__user_agent__: str = "speakeasy-sdk/python 0.21.1 2.674.3 10.20.2 apideck-unify"

try:
if __package__ is not None:
Expand Down
1 change: 1 addition & 0 deletions src/apideck_unify/models/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class Type(str, Enum):
OFFICE = "office"
SHIPPING = "shipping"
BILLING = "billing"
WORK = "work"
OTHER = "other"


Expand Down