Skip to content

Commit 3db0494

Browse files
authored
Merge pull request #34 from codatio/speakeasy-sdk-regen-1678924850
chore: speakeasy sdk regeneration - Generate Files SDK
2 parents 0446b42 + 1af947a commit 3db0494

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-10T14:41:25.900Z",
26+
date_="2022-08-11T14:41:47.787Z",
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
@@ -78,4 +78,12 @@ Based on:
7878
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
7979
- Speakeasy CLI 1.11.0 https://github.com/speakeasy-api/speakeasy
8080
### Releases
81-
- [PyPI v0.4.0] https://pypi.org/project/codat-files/0.4.0 - files
81+
- [PyPI v0.4.0] https://pypi.org/project/codat-files/0.4.0 - files
82+
83+
## 2023-03-16 00:00:49
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
87+
- Speakeasy CLI 1.12.0 https://github.com/speakeasy-api/speakeasy
88+
### Releases
89+
- [PyPI v0.5.0] https://pypi.org/project/codat-files/0.5.0 - 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-10T14:41:25.900Z",
15+
date_="2022-08-11T14:41:47.787Z",
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.11.0
5+
speakeasyVersion: 1.12.0
66
generation:
77
telemetryEnabled: false
88
sdkClassName: codat
99
sdkFlattening: true
1010
python:
11-
version: 0.4.0
11+
version: 0.5.0
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.4.0",
11+
version="0.5.0",
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.4.0"
32-
_gen_version: str = "1.11.0"
31+
_sdk_version: str = "0.5.0"
32+
_gen_version: str = "1.12.0"
3333

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

0 commit comments

Comments
 (0)