Skip to content

Commit db85938

Browse files
github-actions[bot]speakeasybotPeter Simpsonclaude
authored
## Python SDK Changes: (#644)
* `codat_platform.companies.update()`: `response.data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️) * `codat_platform.connections.create()`: `response.connection_info.Map<any>` **Changed** (Breaking ⚠️) * `codat_platform.connections.update_authorization()`: `response.connection_info.Map<any>` **Changed** (Breaking ⚠️) * `codat_platform.connections.unlink()`: `response.connection_info.Map<any>` **Changed** (Breaking ⚠️) * `codat_platform.companies.create()`: `response.data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️) * `codat_platform.companies.get()`: `response.data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️) * `codat_platform.companies.list()`: `response.results[].data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️) * `codat_platform.companies.replace()`: `response.data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️) * `codat_platform.connections.list()`: `response.results[].connection_info.Map<any>` **Changed** (Breaking ⚠️) * `codat_platform.connections.get()`: `response.connection_info.Map<any>` **Changed** (Breaking ⚠️) * `codat_platform.companies.get_company_sync_settings()`: **Added** * `codat_platform.companies.refresh_product_data()`: **Added** * `codat_platform.read_data.get_validation_results()`: **Added** * `codat_platform.companies.set_company_sync_settings()`: **Added** * `codat_platform.refresh_data.all()`: `error.status[400]` **Added** * `codat_platform.refresh_data.by_data_type()`: `error.status[400]` **Added** * `codat_platform.refresh_data.get()`: `response.account_transactions.last_successful_sync` **Changed** Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: Peter Simpson <p.simpson@codat.io> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ac0ce80 commit db85938

File tree

210 files changed

+16415
-4265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+16415
-4265
lines changed

.speakeasy/logs/changes/changes.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,23 @@
9898
<body><h2 id="python-sdk-changes">Python SDK Changes:</h2>
9999

100100
<ul>
101+
<li><code>codat_platform.companies.update()</code>: <code>response.data_connections[].connection_info.Map&lt;any&gt;</code> <strong>Changed</strong> (Breaking ⚠️)</li>
102+
<li><code>codat_platform.connections.create()</code>: <code>response.connection_info.Map&lt;any&gt;</code> <strong>Changed</strong> (Breaking ⚠️)</li>
103+
<li><code>codat_platform.connections.update_authorization()</code>: <code>response.connection_info.Map&lt;any&gt;</code> <strong>Changed</strong> (Breaking ⚠️)</li>
104+
<li><code>codat_platform.connections.unlink()</code>: <code>response.connection_info.Map&lt;any&gt;</code> <strong>Changed</strong> (Breaking ⚠️)</li>
105+
<li><code>codat_platform.companies.create()</code>: <code>response.data_connections[].connection_info.Map&lt;any&gt;</code> <strong>Changed</strong> (Breaking ⚠️)</li>
106+
<li><code>codat_platform.companies.get()</code>: <code>response.data_connections[].connection_info.Map&lt;any&gt;</code> <strong>Changed</strong> (Breaking ⚠️)</li>
107+
<li><code>codat_platform.companies.list()</code>: <code>response.results[].data_connections[].connection_info.Map&lt;any&gt;</code> <strong>Changed</strong> (Breaking ⚠️)</li>
108+
<li><code>codat_platform.companies.replace()</code>: <code>response.data_connections[].connection_info.Map&lt;any&gt;</code> <strong>Changed</strong> (Breaking ⚠️)</li>
109+
<li><code>codat_platform.connections.list()</code>: <code>response.results[].connection_info.Map&lt;any&gt;</code> <strong>Changed</strong> (Breaking ⚠️)</li>
110+
<li><code>codat_platform.connections.get()</code>: <code>response.connection_info.Map&lt;any&gt;</code> <strong>Changed</strong> (Breaking ⚠️)</li>
111+
<li><code>codat_platform.companies.get_company_sync_settings()</code>: <strong>Added</strong></li>
112+
<li><code>codat_platform.companies.refresh_product_data()</code>: <strong>Added</strong></li>
113+
<li><code>codat_platform.read_data.get_validation_results()</code>: <strong>Added</strong></li>
114+
<li><code>codat_platform.companies.set_company_sync_settings()</code>: <strong>Added</strong></li>
115+
<li><code>codat_platform.refresh_data.all()</code>: <code>error.status[400]</code> <strong>Added</strong></li>
116+
<li><code>codat_platform.refresh_data.by_data_type()</code>: <code>error.status[400]</code> <strong>Added</strong></li>
117+
<li><code>codat_platform.refresh_data.get()</code>: <code>response.account_transactions.last_successful_sync</code> <strong>Changed</strong></li>
101118
<li><code>codat_lending.banking.categorized_statement.get()</code>: <code>response.report_items[].transactions[].is_recurring</code> <strong>Added</strong></li>
102119
</ul>
103120
</body>

.speakeasy/logs/changes/changes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
## Python SDK Changes:
2+
* `codat_platform.companies.update()`: `response.data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️)
3+
* `codat_platform.connections.create()`: `response.connection_info.Map<any>` **Changed** (Breaking ⚠️)
4+
* `codat_platform.connections.update_authorization()`: `response.connection_info.Map<any>` **Changed** (Breaking ⚠️)
5+
* `codat_platform.connections.unlink()`: `response.connection_info.Map<any>` **Changed** (Breaking ⚠️)
6+
* `codat_platform.companies.create()`: `response.data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️)
7+
* `codat_platform.companies.get()`: `response.data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️)
8+
* `codat_platform.companies.list()`: `response.results[].data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️)
9+
* `codat_platform.companies.replace()`: `response.data_connections[].connection_info.Map<any>` **Changed** (Breaking ⚠️)
10+
* `codat_platform.connections.list()`: `response.results[].connection_info.Map<any>` **Changed** (Breaking ⚠️)
11+
* `codat_platform.connections.get()`: `response.connection_info.Map<any>` **Changed** (Breaking ⚠️)
12+
* `codat_platform.companies.get_company_sync_settings()`: **Added**
13+
* `codat_platform.companies.refresh_product_data()`: **Added**
14+
* `codat_platform.read_data.get_validation_results()`: **Added**
15+
* `codat_platform.companies.set_company_sync_settings()`: **Added**
16+
* `codat_platform.refresh_data.all()`: `error.status[400]` **Added**
17+
* `codat_platform.refresh_data.by_data_type()`: `error.status[400]` **Added**
18+
* `codat_platform.refresh_data.get()`: `response.account_transactions.last_successful_sync` **Changed**
219
* `codat_lending.banking.categorized_statement.get()`: `response.report_items[].transactions[].is_recurring` **Added**

0 commit comments

Comments
 (0)