Skip to content

Commit 3e390ec

Browse files
authored
Merge pull request #620 from codatio/speakeasy-sdk-regen-1732645896
chore: 🐝 Update SDK - Generate Sync for Payables library SYNC-FOR-PAYABLES-LIBRARY 8.0.1
2 parents 742c236 + c0b3b75 commit 3e390ec

File tree

7 files changed

+22
-12
lines changed

7 files changed

+22
-12
lines changed

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ sources:
8484
- prealpha
8585
sync-for-payables-source:
8686
sourceNamespace: sync-for-payables-source
87-
sourceRevisionDigest: sha256:c5b291886df1d8be77f638ce82c65afc6862d1f588d34dc950336c1577b1e4d2
87+
sourceRevisionDigest: sha256:d7393b1c3960ef78ce61f74e76c9f76e9ba1014126e542b1fce6e1c8688af9d4
8888
sourceBlobDigest: sha256:57b656eed2c5a98f97da8f59e196bb8052ead3cc7c87673cdf5e19c6badbb570
8989
tags:
9090
- latest
91-
- speakeasy-sdk-regen-1732641002
91+
- speakeasy-sdk-regen-1732645896
9292
- 3.0.0
9393
sync-for-payables-version-1-source:
9494
sourceNamespace: sync-for-payables-version-1-source
@@ -166,10 +166,10 @@ targets:
166166
sync-for-payables-library:
167167
source: sync-for-payables-source
168168
sourceNamespace: sync-for-payables-source
169-
sourceRevisionDigest: sha256:c5b291886df1d8be77f638ce82c65afc6862d1f588d34dc950336c1577b1e4d2
169+
sourceRevisionDigest: sha256:d7393b1c3960ef78ce61f74e76c9f76e9ba1014126e542b1fce6e1c8688af9d4
170170
sourceBlobDigest: sha256:57b656eed2c5a98f97da8f59e196bb8052ead3cc7c87673cdf5e19c6badbb570
171171
codeSamplesNamespace: sync-for-payables-source-code-samples
172-
codeSamplesRevisionDigest: sha256:cfdbd49298b46786f84469e43f03df8fe27b0532c886c4dc6134150c5fc8a82b
172+
codeSamplesRevisionDigest: sha256:fa0ba162494da09ccab343e9ea42bd76d8005329469bb7ad3e8c63af12af8067
173173
sync-for-payables-version-1-library:
174174
source: sync-for-payables-version-1-source
175175
sourceNamespace: sync-for-payables-version-1-source

sync-for-payables/.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 3.0.0
66
speakeasyVersion: 1.447.0
77
generationVersion: 2.463.0
8-
releaseVersion: 8.0.0
9-
configChecksum: 9028371eea0ec73c624506c8be79da1c
8+
releaseVersion: 8.0.1
9+
configChecksum: 5965fe92b6f377d879959498007138b9
1010
repoURL: https://github.com/codatio/client-sdk-python.git
1111
repoSubDirectory: sync-for-payables
1212
installationURL: https://github.com/codatio/client-sdk-python.git#subdirectory=sync-for-payables

sync-for-payables/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: false
1414
oAuth2PasswordEnabled: false
1515
python:
16-
version: 8.0.0
16+
version: 8.0.1
1717
additionalDependencies:
1818
dev: {}
1919
main: {}

sync-for-payables/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,14 @@ Based on:
4848
### Generated
4949
- [python v8.0.0] sync-for-payables
5050
### Releases
51-
- [PyPI v8.0.0] https://pypi.org/project/codat-sync-for-payables/8.0.0 - sync-for-payables
51+
- [PyPI v8.0.0] https://pypi.org/project/codat-sync-for-payables/8.0.0 - sync-for-payables
52+
53+
## 2024-11-26 18:31:27
54+
### Changes
55+
Based on:
56+
- OpenAPI Doc
57+
- Speakeasy CLI 1.447.0 (2.463.0) https://github.com/speakeasy-api/speakeasy
58+
### Generated
59+
- [python v8.0.1] sync-for-payables
60+
### Releases
61+
- [PyPI v8.0.1] https://pypi.org/project/codat-sync-for-payables/8.0.1 - sync-for-payables

sync-for-payables/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codat-sync-for-payables"
3-
version = "8.0.0"
3+
version = "8.0.1"
44
description = "Streamline your customers' accounts payable workflow."
55
authors = ["Speakeasy",]
66
readme = "README-PYPI.md"

sync-for-payables/src/codat_sync_for_payables/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import importlib.metadata
44

55
__title__: str = "codat-sync-for-payables"
6-
__version__: str = "8.0.0"
6+
__version__: str = "8.0.1"
77

88
try:
99
if __package__ is not None:

sync-for-payables/src/codat_sync_for_payables/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ class SDKConfiguration:
2727
server_idx: Optional[int] = 0
2828
language: str = "python"
2929
openapi_doc_version: str = "3.0.0"
30-
sdk_version: str = "8.0.0"
30+
sdk_version: str = "8.0.1"
3131
gen_version: str = "2.463.0"
32-
user_agent: str = "speakeasy-sdk/python 8.0.0 2.463.0 3.0.0 codat-sync-for-payables"
32+
user_agent: str = "speakeasy-sdk/python 8.0.1 2.463.0 3.0.0 codat-sync-for-payables"
3333
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
3434
timeout_ms: Optional[int] = None
3535

0 commit comments

Comments
 (0)