Skip to content

Commit d29c2ee

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

6 files changed

Lines changed: 18 additions & 10 deletions

File tree

assess/README.md

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

2424
req = operations.GetAccountCategoryRequest(
2525
account_id="unde",
26-
company_id="deserunt",
27-
connection_id="porro",
26+
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
27+
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
2828
)
2929

3030
res = s.categories.get_account_category(req)

assess/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,12 @@ Based on:
102102
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
103103
- Speakeasy CLI 1.12.1 https://github.com/speakeasy-api/speakeasy
104104
### Releases
105-
- [PyPI v0.5.1] https://pypi.org/project/codat-assess/0.5.1 - assess
105+
- [PyPI v0.5.1] https://pypi.org/project/codat-assess/0.5.1 - assess
106+
107+
## 2023-03-18 00:12:29
108+
### Changes
109+
Based on:
110+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
111+
- Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
112+
### Releases
113+
- [PyPI v0.5.2] https://pypi.org/project/codat-assess/0.5.2 - assess

assess/USAGE.md

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

1313
req = operations.GetAccountCategoryRequest(
1414
account_id="unde",
15-
company_id="deserunt",
16-
connection_id="porro",
15+
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
16+
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
1717
)
1818

1919
res = s.categories.get_account_category(req)

assess/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: ef07474bdf5c9e85370b2557c3764749
44
docVersion: "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-assess

assess/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-assess",
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,

assess/src/codat/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class Codat:
3030
_security_client: requests_http.Session
3131
_server_url: str = SERVERS[0]
3232
_language: str = "python"
33-
_sdk_version: str = "0.5.1"
34-
_gen_version: str = "1.12.1"
33+
_sdk_version: str = "0.5.2"
34+
_gen_version: str = "1.12.3"
3535

3636
def __init__(self,
3737
security: shared.Security = None,

0 commit comments

Comments
 (0)