From 24e48aafc5bb3742a625dbe7840ff9ba3ab61cec Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Thu, 21 Dec 2023 15:23:17 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 3.0.0, Speakeasy CLI 1.128.1 --- platform/RELEASES.md | 12 +++++++++++- platform/docs/models/shared/sourcetype.md | 3 ++- platform/gen.yaml | 4 ++-- platform/setup.py | 2 +- .../src/codatplatform/models/shared/sourcetype.py | 3 ++- platform/src/codatplatform/sdkconfiguration.py | 4 ++-- 6 files changed, 20 insertions(+), 8 deletions(-) diff --git a/platform/RELEASES.md b/platform/RELEASES.md index 0e456a0fb..2942dbdf2 100644 --- a/platform/RELEASES.md +++ b/platform/RELEASES.md @@ -58,4 +58,14 @@ Based on: ### Generated - [python v3.1.0] platform ### Releases -- [PyPI v3.1.0] https://pypi.org/project/codat-platform/3.1.0 - platform \ No newline at end of file +- [PyPI v3.1.0] https://pypi.org/project/codat-platform/3.1.0 - platform + +## 2023-12-21 15:22:53 +### Changes +Based on: +- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml +- Speakeasy CLI 1.128.1 (2.223.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v3.2.0] platform +### Releases +- [PyPI v3.2.0] https://pypi.org/project/codat-platform/3.2.0 - platform \ No newline at end of file diff --git a/platform/docs/models/shared/sourcetype.md b/platform/docs/models/shared/sourcetype.md index 920713a68..2daec8ef3 100644 --- a/platform/docs/models/shared/sourcetype.md +++ b/platform/docs/models/shared/sourcetype.md @@ -9,7 +9,8 @@ The type of platform of the connection. | ------------ | ------------ | | `ACCOUNTING` | Accounting | | `BANKING` | Banking | -| `COMMERCE` | Commerce | | `BANK_FEED` | BankFeed | +| `COMMERCE` | Commerce | +| `EXPENSE` | Expense | | `OTHER` | Other | | `UNKNOWN` | Unknown | \ No newline at end of file diff --git a/platform/gen.yaml b/platform/gen.yaml index 31c629233..4397280f3 100644 --- a/platform/gen.yaml +++ b/platform/gen.yaml @@ -1,6 +1,6 @@ configVersion: 1.0.0 management: - docChecksum: 3379fc07db559975ff4cd7f90f6d1910 + docChecksum: 1573d3af37949ec5c2ba8ed38e783946 docVersion: 3.0.0 speakeasyVersion: 1.128.1 generationVersion: 2.223.0 @@ -24,7 +24,7 @@ features: nameOverrides: 2.81.1 retries: 2.82.0 python: - version: 3.1.0 + version: 3.2.0 author: Codat clientServerStatusCodesAsErrors: true description: Manage the building blocks of Codat, including companies, connections, and more. diff --git a/platform/setup.py b/platform/setup.py index e808cefeb..541aa323b 100644 --- a/platform/setup.py +++ b/platform/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="codat-platform", - version="3.1.0", + version="3.2.0", author="Codat", description="Manage the building blocks of Codat, including companies, connections, and more.", long_description=long_description, diff --git a/platform/src/codatplatform/models/shared/sourcetype.py b/platform/src/codatplatform/models/shared/sourcetype.py index f5935b488..40a90db43 100644 --- a/platform/src/codatplatform/models/shared/sourcetype.py +++ b/platform/src/codatplatform/models/shared/sourcetype.py @@ -7,7 +7,8 @@ class SourceType(str, Enum): r"""The type of platform of the connection.""" ACCOUNTING = 'Accounting' BANKING = 'Banking' - COMMERCE = 'Commerce' BANK_FEED = 'BankFeed' + COMMERCE = 'Commerce' + EXPENSE = 'Expense' OTHER = 'Other' UNKNOWN = 'Unknown' diff --git a/platform/src/codatplatform/sdkconfiguration.py b/platform/src/codatplatform/sdkconfiguration.py index 4e26f1681..2dbbddc52 100644 --- a/platform/src/codatplatform/sdkconfiguration.py +++ b/platform/src/codatplatform/sdkconfiguration.py @@ -22,9 +22,9 @@ class SDKConfiguration: server_idx: int = 0 language: str = 'python' openapi_doc_version: str = '3.0.0' - sdk_version: str = '3.1.0' + sdk_version: str = '3.2.0' gen_version: str = '2.223.0' - user_agent: str = 'speakeasy-sdk/python 3.1.0 2.223.0 3.0.0 codat-platform' + user_agent: str = 'speakeasy-sdk/python 3.2.0 2.223.0 3.0.0 codat-platform' retry_config: RetryConfig = None def get_server_details(self) -> Tuple[str, Dict[str, str]]: