File tree Expand file tree Collapse file tree 6 files changed +16
-8
lines changed
Expand file tree Collapse file tree 6 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ s = codat.Codat(
2323
2424req = operations.DownloadFilesRequest(
2525 company_id = " unde" ,
26- date_ = " 2022-08-11T14:41:47.787Z " ,
26+ date_ = " 2022-08-12T20:13:28.710Z " ,
2727)
2828
2929res = s.files.download_files(req)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ s = codat.Codat(
1212
1313req = operations.DownloadFilesRequest(
1414 company_id = " unde" ,
15- date_ = " 2022-08-11T14:41:47.787Z " ,
15+ date_ = " 2022-08-12T20:13:28.710Z " ,
1616)
1717
1818res = s.files.download_files(req)
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ configVersion: 1.0.0
22management :
33 docChecksum : 4bb6506e47b59a3c0e9b865f5442867a
44 docVersion : 2.1.0
5- speakeasyVersion : 1.12.0
5+ speakeasyVersion : 1.12.1
66generation :
77 telemetryEnabled : false
88 sdkClassName : codat
99 sdkFlattening : true
1010python :
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
Original file line number Diff line number Diff line change 88
99setuptools .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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments