File tree Expand file tree Collapse file tree 4 files changed +25
-8
lines changed
Expand file tree Collapse file tree 4 files changed +25
-8
lines changed Original file line number Diff line number Diff line change @@ -584,4 +584,14 @@ Based on:
584584### Generated
585585- [ python v0.34.0] previous-versions/files
586586### Releases
587- - [ PyPI v0.34.0] https://pypi.org/project/codat-files/0.34.0 - previous-versions/files
587+ - [ PyPI v0.34.0] https://pypi.org/project/codat-files/0.34.0 - previous-versions/files
588+
589+ ## 2023-09-01 16:59:35
590+ ### Changes
591+ Based on:
592+ - OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
593+ - Speakeasy CLI 1.77.1 (2.91.4) https://github.com/speakeasy-api/speakeasy
594+ ### Generated
595+ - [ python v0.1.0] previous-versions/files
596+ ### Releases
597+ - [ PyPI v0.1.0] https://pypi.org/project/codat-files/0.1.0 - previous-versions/files
Original file line number Diff line number Diff line change 11configVersion : 1.0.0
22management :
3- docChecksum : 853aebc76021ec17db9b1abb7a33f340
4- docVersion : 2.1 .0
5- speakeasyVersion : 1.53.0
6- generationVersion : 2.58.0
3+ docChecksum : 723983c8bec9967d04de51acf9898587
4+ docVersion : 3.0 .0
5+ speakeasyVersion : 1.77.1
6+ generationVersion : 2.91.4
77generation :
88 sdkClassName : CodatFiles
99 singleTagPerOp : false
1010 telemetryEnabled : true
11+ features :
12+ python :
13+ core : 2.85.1
14+ examples : 2.81.1
15+ globalSecurity : 2.81.1
16+ globalServerURLs : 2.82.0
17+ retries : 2.81.1
1118python :
12- version : 0.0 .0
19+ version : 0.1 .0
1320 author : Codat
1421 description : Use Codat's Files API to upload your SMB customers' files.
1522 maxMethodParams : 0
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "codat-files" ,
13- version = "0.34 .0" ,
13+ version = "0.1 .0" ,
1414 author = "Codat" ,
1515 description = "Use Codat's Files API to upload your SMB customers' files." ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class SDKConfiguration:
1818 server_idx : int = 0
1919 language : str = 'python'
2020 openapi_doc_version : str = '3.0.0'
21- sdk_version : str = '0.34 .0'
21+ sdk_version : str = '0.1 .0'
2222 gen_version : str = '2.91.4'
2323
2424 def get_server_details (self ) -> tuple [str , dict [str , str ]]:
You can’t perform that action at this time.
0 commit comments