Skip to content

Commit e6ec43e

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.12.3
1 parent 9c13f3f commit e6ec43e

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

commerce/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ s = codat.Codat(
2222

2323

2424
req = operations.GetCommerceInfoRequest(
25-
company_id="unde",
26-
connection_id="deserunt",
25+
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
26+
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
2727
)
2828

2929
res = s.company_info.get_commerce_info(req)

commerce/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,12 @@ Based on:
9494
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
9595
- Speakeasy CLI 1.12.1 https://github.com/speakeasy-api/speakeasy
9696
### Releases
97-
- [PyPI v0.5.1] https://pypi.org/project/codat-commerce/0.5.1 - commerce
97+
- [PyPI v0.5.1] https://pypi.org/project/codat-commerce/0.5.1 - commerce
98+
99+
## 2023-03-18 00:19:12
100+
### Changes
101+
Based on:
102+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
103+
- Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
104+
### Releases
105+
- [PyPI v0.5.2] https://pypi.org/project/codat-commerce/0.5.2 - commerce

commerce/USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ s = codat.Codat(
1111

1212

1313
req = operations.GetCommerceInfoRequest(
14-
company_id="unde",
15-
connection_id="deserunt",
14+
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
15+
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
1616
)
1717

1818
res = s.company_info.get_commerce_info(req)

commerce/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ configVersion: 1.0.0
22
management:
33
docChecksum: acb3d544c813bc9862f61eb872eadf7c
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.12.1
5+
speakeasyVersion: 1.12.3
66
generation:
77
telemetryEnabled: false
88
sdkClassName: codat
99
sdkFlattening: true
1010
python:
11-
version: 0.5.1
11+
version: 0.5.2
1212
author: Speakeasy
1313
description: Python Client SDK Generated by Speakeasy
1414
packageName: codat-commerce

commerce/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="codat-commerce",
11-
version="0.5.1",
11+
version="0.5.2",
1212
author="Speakeasy",
1313
description="Python Client SDK Generated by Speakeasy",
1414
long_description=long_description,

commerce/src/codat/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class Codat:
4444
_security_client: requests_http.Session
4545
_server_url: str = SERVERS[0]
4646
_language: str = "python"
47-
_sdk_version: str = "0.5.1"
48-
_gen_version: str = "1.12.1"
47+
_sdk_version: str = "0.5.2"
48+
_gen_version: str = "1.12.3"
4949

5050
def __init__(self,
5151
security: shared.Security = None,

0 commit comments

Comments
 (0)