Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .speakeasy/logs/changes/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,16 @@
<body><h2 id="python-sdk-changes">Python SDK Changes:</h2>

<ul>
<li><code>codat_bank_feeds.source_accounts.generate_otp()</code>: <strong>Added</strong></li>
<li><code>codat_platform.companies.create()</code>: <code>response.data_connections[].integration_key</code> <strong>Changed</strong></li>
<li><code>codat_platform.companies.get()</code>: <code>response.data_connections[].integration_key</code> <strong>Changed</strong></li>
<li><code>codat_platform.companies.list()</code>: <code>response.results[].data_connections[].integration_key</code> <strong>Changed</strong></li>
<li><code>codat_platform.companies.replace()</code>: <code>response.data_connections[].integration_key</code> <strong>Changed</strong></li>
<li><code>codat_platform.companies.update()</code>: <code>response.data_connections[].integration_key</code> <strong>Changed</strong></li>
<li><code>codat_platform.connections.create()</code>: <code>response.integration_key</code> <strong>Changed</strong></li>
<li><code>codat_platform.connections.get()</code>: <code>response.integration_key</code> <strong>Changed</strong></li>
<li><code>codat_platform.connections.list()</code>: <code>response.results[].integration_key</code> <strong>Changed</strong></li>
<li><code>codat_platform.connections.unlink()</code>: <code>response.integration_key</code> <strong>Changed</strong></li>
<li><code>codat_platform.connections.update_authorization()</code>: <code>response.integration_key</code> <strong>Changed</strong></li>
</ul>
</body>
</html>
11 changes: 10 additions & 1 deletion .speakeasy/logs/changes/changes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
## Python SDK Changes:
* `codat_bank_feeds.source_accounts.generate_otp()`: **Added**
* `codat_platform.companies.create()`: `response.data_connections[].integration_key` **Changed**
* `codat_platform.companies.get()`: `response.data_connections[].integration_key` **Changed**
* `codat_platform.companies.list()`: `response.results[].data_connections[].integration_key` **Changed**
* `codat_platform.companies.replace()`: `response.data_connections[].integration_key` **Changed**
* `codat_platform.companies.update()`: `response.data_connections[].integration_key` **Changed**
* `codat_platform.connections.create()`: `response.integration_key` **Changed**
* `codat_platform.connections.get()`: `response.integration_key` **Changed**
* `codat_platform.connections.list()`: `response.results[].integration_key` **Changed**
* `codat_platform.connections.unlink()`: `response.integration_key` **Changed**
* `codat_platform.connections.update_authorization()`: `response.integration_key` **Changed**
6,815 changes: 3,586 additions & 3,229 deletions .speakeasy/logs/changes/new.openapi.yaml

Large diffs are not rendered by default.

10,922 changes: 5,644 additions & 5,278 deletions .speakeasy/logs/changes/old.openapi.yaml

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.761.1
speakeasyVersion: 1.761.5
sources:
accounting-source:
sourceNamespace: accounting-source
Expand Down Expand Up @@ -59,11 +59,10 @@ sources:
- 3.0.0
platform-source:
sourceNamespace: platform-source
sourceRevisionDigest: sha256:9921c592a64e1e36c6c61e4b9340a49935a1bb1e106307b452bac1048c5a2807
sourceBlobDigest: sha256:84c2b5e7d8a5f4418bbfc36f3bdeb7713d6b3bb9642bab44c28d439c933dff80
sourceRevisionDigest: sha256:e176a344718f8e9b036c29d8cc197e5e384ee61b1fdc4894ca4e4b8ddaf643c1
sourceBlobDigest: sha256:dbc37e7b61a982a8097e6bfaaba3b147d363cc0bd352179022b2db432b7e5c15
tags:
- latest
- speakeasy-sdk-regen-1770990484
- 3.0.0
sync-for-commerce-source:
sourceNamespace: sync-for-commerce-source
Expand Down Expand Up @@ -142,10 +141,10 @@ targets:
platform-library:
source: platform-source
sourceNamespace: platform-source
sourceRevisionDigest: sha256:9921c592a64e1e36c6c61e4b9340a49935a1bb1e106307b452bac1048c5a2807
sourceBlobDigest: sha256:84c2b5e7d8a5f4418bbfc36f3bdeb7713d6b3bb9642bab44c28d439c933dff80
sourceRevisionDigest: sha256:e176a344718f8e9b036c29d8cc197e5e384ee61b1fdc4894ca4e4b8ddaf643c1
sourceBlobDigest: sha256:dbc37e7b61a982a8097e6bfaaba3b147d363cc0bd352179022b2db432b7e5c15
codeSamplesNamespace: platform-source-python-code-samples
codeSamplesRevisionDigest: sha256:c411719b01d297b69d057743cc608638af61e1670ef218d140876ca421836658
codeSamplesRevisionDigest: sha256:d15172e355ef59d817b0a2cbaba5d6bc39e909b6851a550b8a93e834080d529a
sync-for-commerce-library:
source: sync-for-commerce-source
sourceNamespace: sync-for-commerce-source
Expand Down
559 changes: 278 additions & 281 deletions platform/.speakeasy/gen.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion platform/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generation:
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
nameOverrideFeb2026: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
Expand All @@ -26,7 +27,7 @@ generation:
skipResponseBodyAssertions: false
telemetryEnabled: true
python:
version: 5.0.0
version: 5.0.1
additionalDependencies:
dev: {}
main: {}
Expand All @@ -45,6 +46,8 @@ python:
enableCustomCodeRegions: false
enumFormat: enum
fixFlags:
asyncPaginationSep2025: false
conflictResistantModelImportsFeb2026: false
responseRequiredSep2024: false
flattenGlobalSecurity: false
flattenRequests: false
Expand Down
12 changes: 11 additions & 1 deletion platform/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,14 @@ Based on:
### Generated
- [python v5.0.0] platform
### Releases
- [PyPI v5.0.0] https://pypi.org/project/codat-platform/5.0.0 - platform
- [PyPI v5.0.0] https://pypi.org/project/codat-platform/5.0.0 - platform

## 2026-04-15 09:48:03
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.761.5 (2.879.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v5.0.1] platform
### Releases
- [PyPI v5.0.1] https://pypi.org/project/codat-platform/5.0.1 - platform
8 changes: 8 additions & 0 deletions platform/docs/models/operations/datatype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Data types that support supplemental data

## Example Usage

```python
from codat_platform.models.operations import DataType

value = DataType.CHART_OF_ACCOUNTS
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/operations/pathparamdatatype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Data types that support supplemental data

## Example Usage

```python
from codat_platform.models.operations import PathParamDataType

value = PathParamDataType.CHART_OF_ACCOUNTS
```


## Values

Expand Down
2 changes: 1 addition & 1 deletion platform/docs/models/shared/connection.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions platform/docs/models/shared/dataconnectionstatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The current authorization status of the data connection.

## Example Usage

```python
from codat_platform.models.shared import DataConnectionStatus

value = DataConnectionStatus.PENDING_AUTH
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/datasetstatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The current status of the dataset.

## Example Usage

```python
from codat_platform.models.shared import DatasetStatus

value = DatasetStatus.INITIAL
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/datatype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Available data types

## Example Usage

```python
from codat_platform.models.shared import DataType

value = DataType.ACCOUNT_TRANSACTIONS
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/datatypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Available data types

## Example Usage

```python
from codat_platform.models.shared import DataTypes

value = DataTypes.ACCOUNT_TRANSACTIONS
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/errorstatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The current status of a transient error. Null statuses indicate that the error is not transient.

## Example Usage

```python
from codat_platform.models.shared import ErrorStatus

value = ErrorStatus.ACTIVE
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/featurestate.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The current release state of the feature.

## Example Usage

```python
from codat_platform.models.shared import FeatureState

value = FeatureState.RELEASE
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/featuretype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The type of feature.

## Example Usage

```python
from codat_platform.models.shared import FeatureType

value = FeatureType.GET
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/pushchangetype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Type of change being applied to record in third party platform.

## Example Usage

```python
from codat_platform.models.shared import PushChangeType

value = PushChangeType.UNKNOWN
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/pushoperationstatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The current status of the push operation.

## Example Usage

```python
from codat_platform.models.shared import PushOperationStatus

value = PushOperationStatus.PENDING
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/pushoptiontype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The option type.

## Example Usage

```python
from codat_platform.models.shared import PushOptionType

value = PushOptionType.ARRAY
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/schemadatatype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Available data types

## Example Usage

```python
from codat_platform.models.shared import SchemaDataType

value = SchemaDataType.ACCOUNT_TRANSACTIONS
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/sourcetype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The type of platform of the connection.

## Example Usage

```python
from codat_platform.models.shared import SourceType

value = SourceType.ACCOUNTING
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The current status of the dataset.

## Example Usage

```python
from codat_platform.models.shared import Status

value = Status.INITIAL
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/writestatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The current status of the write request, which is the same as the push operation status.

## Example Usage

```python
from codat_platform.models.shared import WriteStatus

value = WriteStatus.PENDING
```


## Values

Expand Down
8 changes: 8 additions & 0 deletions platform/docs/models/shared/writetype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Type of write request.

## Example Usage

```python
from codat_platform.models.shared import WriteType

value = WriteType.CREATE
```


## Values

Expand Down
3 changes: 2 additions & 1 deletion platform/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,8 @@ disable=raw-checker-failed,
consider-using-with,
wildcard-import,
unused-wildcard-import,
too-many-return-statements
too-many-return-statements,
redefined-builtin

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down
2 changes: 1 addition & 1 deletion platform/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "codat-platform"
version = "5.0.0"
version = "5.0.1"
description = "Manage the building blocks of Codat, including companies, connections, and more."
authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md"
Expand Down
6 changes: 3 additions & 3 deletions platform/src/codat_platform/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "codat-platform"
__version__: str = "5.0.0"
__version__: str = "5.0.1"
__openapi_doc_version__: str = "3.0.0"
__gen_version__: str = "2.822.1"
__user_agent__: str = "speakeasy-sdk/python 5.0.0 2.822.1 3.0.0 codat-platform"
__gen_version__: str = "2.879.13"
__user_agent__: str = "speakeasy-sdk/python 5.0.1 2.879.13 3.0.0 codat-platform"

try:
if __package__ is not None:
Expand Down
Loading