Skip to content

Commit 7d59ebd

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.19.2
1 parent 8d8852c commit 7d59ebd

File tree

8 files changed

+17
-5
lines changed

8 files changed

+17
-5
lines changed

assess/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

assess/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
configVersion: 1.0.0
22
management:
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
1212
python:
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

assess/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.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,

assess/src/codat/models/operations/get_excel_report.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
class 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

assess/src/codat/models/operations/get_excel_report_post.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
class 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

assess/src/codat/models/operations/make_request_to_download_excel_report.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
class 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

assess/src/codat/models/operations/request_excel_report_for_download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
class 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

assess/src/codat/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)