Skip to content

Commit 6ad2ec6

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.542.1
1 parent cdbe0c1 commit 6ad2ec6

86 files changed

Lines changed: 878 additions & 837 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
README-PYPI.md
2+
**/.speakeasy/temp/
3+
**/.speakeasy/logs/
14
.venv/
25
pyrightconfig.json
36
.speakeasy/reports

.speakeasy/gen.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ id: 986026b6-d725-4b86-9c4d-67f6e6904a30
33
management:
44
docChecksum: ace15c0d1b81b595278d710d80bb795b
55
docVersion: "2018-02-08"
6-
speakeasyVersion: 1.521.1
7-
generationVersion: 2.558.5
8-
releaseVersion: 4.0.0
9-
configChecksum: 2bfc606265cf61a2b40af4e9c57595e5
6+
speakeasyVersion: 1.542.1
7+
generationVersion: 2.597.9
8+
releaseVersion: 4.1.0
9+
configChecksum: a2db2a99fcf8ff243dd3d200e82d68f2
1010
repoURL: https://github.com/goshippo/shippo-python-sdk.git
1111
installationURL: https://github.com/goshippo/shippo-python-sdk.git
1212
published: true
1313
features:
1414
python:
1515
additionalDependencies: 1.0.0
1616
constsAndDefaults: 1.0.5
17-
core: 5.12.4
17+
core: 5.17.0
1818
defaultEnabledRetries: 0.2.0
1919
enumUnions: 0.1.0
2020
envVarSecurityUsage: 0.3.2
@@ -753,6 +753,7 @@ generatedFiles:
753753
- src/shippo/user_parcel_templates.py
754754
- src/shippo/utils/__init__.py
755755
- src/shippo/utils/annotations.py
756+
- src/shippo/utils/datetimes.py
756757
- src/shippo/utils/enums.py
757758
- src/shippo/utils/eventstreaming.py
758759
- src/shippo/utils/forms.py
@@ -1491,5 +1492,5 @@ examples:
14911492
parameters:
14921493
path:
14931494
webhookId: "<id>"
1494-
examplesVersion: 1.0.0
1495+
examplesVersion: 1.0.1
14951496
generatedTests: {}

.speakeasy/gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ generation:
1111
parameterOrderingFeb2024: true
1212
requestResponseComponentNamesFeb2024: true
1313
securityFeb2025: false
14+
sharedErrorComponentsApr2025: false
1415
auth:
1516
oAuth2ClientCredentialsEnabled: true
1617
oAuth2PasswordEnabled: false
1718
python:
18-
version: 4.0.0
19+
version: 4.1.0
1920
additionalDependencies:
2021
dev:
2122
httpretty: ==1.1.4
@@ -47,6 +48,7 @@ python:
4748
license: MIT License
4849
maxMethodParams: 3
4950
methodArguments: require-security-and-request
51+
moduleName: ""
5052
outputModelSuffix: output
5153
packageName: shippo
5254
projectUrls: {}

.speakeasy/workflow.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
speakeasyVersion: 1.521.1
1+
speakeasyVersion: 1.542.1
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:e8ab98342833888dbc4dd20f683ee5fb7791107d8574b8dfabce743bc3675cd0
6-
sourceBlobDigest: sha256:8c66d55b10c00886e8fd1f2b6ea6b233bccf17f622fed046dcf302d5da3f91f5
5+
sourceRevisionDigest: sha256:ea35205a4e3915112dd2b8165ac0c29e2b1ede876c0a9c9f0dd311e3c8e70f9d
6+
sourceBlobDigest: sha256:dfa7fbc0fa4cfe64805eb6863fc0a0e53dee7fce8aa64367c594142ef296e22b
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1732493299
9+
- speakeasy-sdk-regen-1743448946
1010
- "2018-02-08"
1111
targets:
1212
first-target:
1313
source: openapi
1414
sourceNamespace: openapi
15-
sourceRevisionDigest: sha256:e8ab98342833888dbc4dd20f683ee5fb7791107d8574b8dfabce743bc3675cd0
16-
sourceBlobDigest: sha256:8c66d55b10c00886e8fd1f2b6ea6b233bccf17f622fed046dcf302d5da3f91f5
15+
sourceRevisionDigest: sha256:ea35205a4e3915112dd2b8165ac0c29e2b1ede876c0a9c9f0dd311e3c8e70f9d
16+
sourceBlobDigest: sha256:dfa7fbc0fa4cfe64805eb6863fc0a0e53dee7fce8aa64367c594142ef296e22b
17+
codeSamplesNamespace: openapi-python-code-samples
18+
codeSamplesRevisionDigest: sha256:8bed807c364cf90ef2f84d6c25b36ce5a7b78ddf859304a1812719fce2e0396a
1719
workflow:
1820
workflowVersion: 1.0.0
1921
speakeasyVersion: latest
@@ -32,5 +34,5 @@ workflow:
3234
token: $pypi_token
3335
codeSamples:
3436
registry:
35-
location: registry.speakeasyapi.dev/shippo/shippo/openapi-code-samples
37+
location: registry.speakeasyapi.dev/shippo/shippo/openapi-python-code-samples
3638
blocking: false

.speakeasy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ targets:
1515
token: $pypi_token
1616
codeSamples:
1717
registry:
18-
location: registry.speakeasyapi.dev/shippo/shippo/openapi-code-samples
18+
location: registry.speakeasyapi.dev/shippo/shippo/openapi-python-code-samples
1919
blocking: false

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,4 +398,14 @@ Based on:
398398
### Generated
399399
- [python v3.9.0] .
400400
### Releases
401-
- [PyPI v3.9.0] https://pypi.org/project/shippo/3.9.0 - .
401+
- [PyPI v3.9.0] https://pypi.org/project/shippo/3.9.0 - .
402+
403+
## 2025-05-05 00:09:07
404+
### Changes
405+
Based on:
406+
- OpenAPI Doc
407+
- Speakeasy CLI 1.542.1 (2.597.9) https://github.com/speakeasy-api/speakeasy
408+
### Generated
409+
- [python v4.1.0] .
410+
### Releases
411+
- [PyPI v4.1.0] https://pypi.org/project/shippo/4.1.0 - .

docs/models/components/address.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/models/components/addresscompletecreaterequest.md

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/models/components/addresscreaterequest.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/models/components/batch.md

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)