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-10T14 :41:25.900Z " ,
26+ date_ = " 2022-08-11T14 :41:47.787Z " ,
2727)
2828
2929res = s.files.download_files(req)
Original file line number Diff line number Diff 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
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-10T14 :41:25.900Z " ,
15+ date_ = " 2022-08-11T14 :41:47.787Z " ,
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.11 .0
5+ speakeasyVersion : 1.12 .0
66generation :
77 telemetryEnabled : false
88 sdkClassName : codat
99 sdkFlattening : true
1010python :
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
Original file line number Diff line number Diff line change 88
99setuptools .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 ,
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.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 ,
You can’t perform that action at this time.
0 commit comments