Skip to content

Commit 3dff713

Browse files
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.12.1 (#55)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent ca72818 commit 3dff713

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ s = codat.Codat(
2323

2424
req = operations.DownloadFilesRequest(
2525
company_id="unde",
26-
date_="2022-08-11T14:41:47.787Z",
26+
date_="2022-08-12T20:13:28.710Z",
2727
)
2828

2929
res = s.files.download_files(req)

files/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,12 @@ Based on:
8686
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
8787
- Speakeasy CLI 1.12.0 https://github.com/speakeasy-api/speakeasy
8888
### Releases
89-
- [PyPI v0.5.0] https://pypi.org/project/codat-files/0.5.0 - files
89+
- [PyPI v0.5.0] https://pypi.org/project/codat-files/0.5.0 - files
90+
91+
## 2023-03-17 05:32:31
92+
### Changes
93+
Based on:
94+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
95+
- Speakeasy CLI 1.12.1 https://github.com/speakeasy-api/speakeasy
96+
### Releases
97+
- [PyPI v0.5.1] https://pypi.org/project/codat-files/0.5.1 - files

files/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ s = codat.Codat(
1212

1313
req = operations.DownloadFilesRequest(
1414
company_id="unde",
15-
date_="2022-08-11T14:41:47.787Z",
15+
date_="2022-08-12T20:13:28.710Z",
1616
)
1717

1818
res = s.files.download_files(req)

files/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: 4bb6506e47b59a3c0e9b865f5442867a
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.12.0
5+
speakeasyVersion: 1.12.1
66
generation:
77
telemetryEnabled: false
88
sdkClassName: codat
99
sdkFlattening: true
1010
python:
11-
version: 0.5.0
11+
version: 0.5.1
1212
author: Speakeasy
1313
description: Python Client SDK Generated by Speakeasy
1414
packageName: codat-files

files/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-files",
11-
version="0.5.0",
11+
version="0.5.1",
1212
author="Speakeasy",
1313
description="Python Client SDK Generated by Speakeasy",
1414
long_description=long_description,

files/src/codat/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class Codat:
2828
_security_client: requests_http.Session
2929
_server_url: str = SERVERS[0]
3030
_language: str = "python"
31-
_sdk_version: str = "0.5.0"
32-
_gen_version: str = "1.12.0"
31+
_sdk_version: str = "0.5.1"
32+
_gen_version: str = "1.12.1"
3333

3434
def __init__(self,
3535
security: shared.Security = None,

0 commit comments

Comments
 (0)