File tree Expand file tree Collapse file tree 8 files changed +17
-5
lines changed
Expand file tree Collapse file tree 8 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -174,4 +174,12 @@ Based on:
174174- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
175175- Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy
176176### Releases
177- - [ PyPI v0.9.2] https://pypi.org/project/codat-assess/0.9.2 - assess
177+ - [ PyPI v0.9.2] https://pypi.org/project/codat-assess/0.9.2 - assess
178+
179+ ## 2023-03-30 00:13:16
180+ ### Changes
181+ Based on:
182+ - OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
183+ - Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy
184+ ### Releases
185+ - [ PyPI v0.9.3] https://pypi.org/project/codat-assess/0.9.3 - assess
Original file line number Diff line number Diff line change 11configVersion : 1.0.0
22management :
3- docChecksum : 6005f74c5a021d3a7ba0c18e9664d738
3+ docChecksum : 7369a6af1ddeac4f9f5be6582afe7c44
44 docVersion : " 1.0"
55 speakeasyVersion : 1.19.2
66 generationVersion : 2.16.5
@@ -10,7 +10,7 @@ generation:
1010 sdkFlattening : true
1111 singleTagPerOp : false
1212python :
13- version : 0.9.2
13+ version : 0.9.3
1414 author : Speakeasy
1515 description : Python Client SDK Generated by Speakeasy
1616 packageName : codat-assess
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "codat-assess" ,
13- version = "0.9.2 " ,
13+ version = "0.9.3 " ,
1414 author = "Speakeasy" ,
1515 description = "Python Client SDK Generated by Speakeasy" ,
1616 long_description = long_description ,
Original file line number Diff line number Diff line change 99class GetExcelReportReportTypeEnum (str , Enum ):
1010 r"""The type of report you want to generate and download."""
1111 AUDIT = "audit"
12+ ENHANCED_FINANCIALS = "enhancedFinancials"
1213
1314
1415@dataclasses .dataclass
Original file line number Diff line number Diff line change 99class GetExcelReportPostReportTypeEnum (str , Enum ):
1010 r"""The type of report you want to generate and download."""
1111 AUDIT = "audit"
12+ ENHANCED_FINANCIALS = "enhancedFinancials"
1213
1314
1415@dataclasses .dataclass
Original file line number Diff line number Diff line change 1111class MakeRequestToDownloadExcelReportReportTypeEnum (str , Enum ):
1212 r"""The type of report you want to generate and download."""
1313 AUDIT = "audit"
14+ ENHANCED_FINANCIALS = "enhancedFinancials"
1415
1516
1617@dataclasses .dataclass
Original file line number Diff line number Diff line change 1111class RequestExcelReportForDownloadReportTypeEnum (str , Enum ):
1212 r"""The type of report you want to generate and download."""
1313 AUDIT = "audit"
14+ ENHANCED_FINANCIALS = "enhancedFinancials"
1415
1516
1617@dataclasses .dataclass
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class Codat:
3535 _security_client : requests_http .Session
3636 _server_url : str = SERVERS [0 ]
3737 _language : str = "python"
38- _sdk_version : str = "0.9.2 "
38+ _sdk_version : str = "0.9.3 "
3939 _gen_version : str = "2.16.5"
4040
4141 def __init__ (self ,
You can’t perform that action at this time.
0 commit comments