File tree Expand file tree Collapse file tree 4 files changed +28
-10
lines changed
Expand file tree Collapse file tree 4 files changed +28
-10
lines changed Original file line number Diff line number Diff line change @@ -688,4 +688,14 @@ Based on:
688688### Generated
689689- [ python v0.34.0] bank-feeds
690690### Releases
691- - [ PyPI v0.34.0] https://pypi.org/project/codat-bankfeeds/0.34.0 - bank-feeds
691+ - [ PyPI v0.34.0] https://pypi.org/project/codat-bankfeeds/0.34.0 - bank-feeds
692+
693+ ## 2023-09-01 16:49:08
694+ ### Changes
695+ Based on:
696+ - OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
697+ - Speakeasy CLI 1.77.1 (2.91.4) https://github.com/speakeasy-api/speakeasy
698+ ### Generated
699+ - [ python v0.35.0] bank-feeds
700+ ### Releases
701+ - [ PyPI v0.35.0] https://pypi.org/project/codat-bankfeeds/0.35.0 - bank-feeds
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 : ac231ce0874ff5d34780886a1dd4e053
4+ docVersion : 3.0 .0
5+ speakeasyVersion : 1.77.1
6+ generationVersion : 2.91.4
77generation :
88 sdkClassName : CodatBankFeeds
99 singleTagPerOp : false
1010 telemetryEnabled : true
11+ features :
12+ python :
13+ core : 2.85.1
14+ deprecations : 2.81.1
15+ examples : 2.81.1
16+ globalSecurity : 2.81.1
17+ globalServerURLs : 2.82.0
18+ nameOverrides : 2.81.1
19+ retries : 2.81.1
1120python :
12- version : 0.34 .0
21+ version : 0.35 .0
1322 author : Codat
14- description : Set up bank feeds from accounts in your application to supported accounting
15- platforms.
23+ description : Set up bank feeds from accounts in your application to supported accounting platforms.
1624 maxMethodParams : 0
1725 packageName : codat-bankfeeds
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "codat-bankfeeds" ,
13- version = "0.34 .0" ,
13+ version = "0.35 .0" ,
1414 author = "Codat" ,
1515 description = "Set up bank feeds from accounts in your application to supported accounting platforms." ,
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.35 .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