Skip to content

Commit ef4a710

Browse files
## Python SDK Changes: (#640)
* `codat_lending.loan-writeback.source-accounts.create()`: * `request.request_body` **Changed** **Breaking** ⚠️ * `codat_lending.companies.create()`: `response.data_connections.[].connection_info.{}` **Changed** **Breaking** ⚠️ * `codat_lending.companies.get()`: `response.data_connections.[].connection_info.{}` **Changed** **Breaking** ⚠️ * `codat_lending.companies.list()`: `response.results.[].data_connections.[].connection_info.{}` **Changed** **Breaking** ⚠️ * `codat_lending.companies.update()`: * `request` **Changed** **Breaking** ⚠️ * `response.data_connections.[].connection_info.{}` **Changed** **Breaking** ⚠️ * `codat_lending.connections.create()`: `response.connection_info.{}` **Changed** **Breaking** ⚠️ * `codat_lending.connections.get()`: `response.connection_info.{}` **Changed** **Breaking** ⚠️ * `codat_lending.connections.list()`: `response.results.[].connection_info.{}` **Changed** **Breaking** ⚠️ * `codat_lending.connections.unlink()`: `response.connection_info.{}` **Changed** **Breaking** ⚠️ * `codat_lending.loan-writeback.source-accounts.create-mapping()`: * `request.bank_feed_bank_account_mapping.feed_start_date` **Added** * `codat_lending.companies.replace()`: **Added** * `codat_lending.transactions.journal-entries.get()`: `response.journal_lines.[]` **Changed** * `codat_lending.transactions.journal-entries.list()`: `response.results.[].journal_lines.[]` **Changed** * `codat_lending.accounts-payable.bills.get()`: `response.line_items.[]` **Changed** * `codat_lending.accounts-payable.bills.list()`: `response.results.[].line_items.[]` **Changed** * `codat_lending.financial-statements.balance-sheet.get()`: `response.currency` **Changed** * `codat_lending.financial-statements.cash-flow.get()`: `response.currency` **Changed** * `codat_lending.financial-statements.profit-and-loss.get()`: `response.currency` **Changed** * `codat_lending.manage-data.get-status()`: `response.account_transactions.last_successful_sync` **Changed** * `codat_lending.manage-data.refresh.all-data-types()`: `error.status[400]` **Added** * `codat_lending.manage-data.refresh.data-type()`: `error.status[400]` **Added** * `codat_lending.manage_reports.generate-report()`: `error.status[409]` **Added** Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 631de5b commit ef4a710

File tree

691 files changed

+30925
-19301
lines changed

Some content is hidden

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

691 files changed

+30925
-19301
lines changed

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.531.0
1+
speakeasyVersion: 1.692.0
22
sources:
33
accounting-source:
44
sourceNamespace: accounting-source
@@ -52,11 +52,11 @@ sources:
5252
- main
5353
lending-source:
5454
sourceNamespace: lending-source
55-
sourceRevisionDigest: sha256:fa937a375b6289e3d007c7c1ba3835cbcc300388cba7cc6a704d38950871d579
56-
sourceBlobDigest: sha256:c099262909612a8421934ac332897e738611c24f1d6f3878de41ec219fd78b48
55+
sourceRevisionDigest: sha256:e0aed482c0ce3a529744105147d2857d2fcd03a79bd8e8d82b07892cffe0bb9e
56+
sourceBlobDigest: sha256:d1d88be3211e4012cc3f3beab27e7d09c3a7a20b5c5eccc31eda1bab664f033d
5757
tags:
5858
- latest
59-
- speakeasy-sdk-regen-1736154644
59+
- speakeasy-sdk-regen-1769004466
6060
- 3.0.0
6161
platform-source:
6262
sourceNamespace: platform-source
@@ -138,10 +138,10 @@ targets:
138138
lending-library:
139139
source: lending-source
140140
sourceNamespace: lending-source
141-
sourceRevisionDigest: sha256:fa937a375b6289e3d007c7c1ba3835cbcc300388cba7cc6a704d38950871d579
142-
sourceBlobDigest: sha256:c099262909612a8421934ac332897e738611c24f1d6f3878de41ec219fd78b48
141+
sourceRevisionDigest: sha256:e0aed482c0ce3a529744105147d2857d2fcd03a79bd8e8d82b07892cffe0bb9e
142+
sourceBlobDigest: sha256:d1d88be3211e4012cc3f3beab27e7d09c3a7a20b5c5eccc31eda1bab664f033d
143143
codeSamplesNamespace: lending-source-python-code-samples
144-
codeSamplesRevisionDigest: sha256:f5f1b3069f72f047356ceddbf281ed9e2234b2d20448e61f682c9bf8920af7b1
144+
codeSamplesRevisionDigest: sha256:c9cb26f915ea4566db773212759c9a81dfd19e114c49ca9f3fc29ac3b1f3db14
145145
platform-library:
146146
source: platform-source
147147
sourceNamespace: platform-source

lending/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**/__pycache__/
2+
**/.speakeasy/temp/
3+
**/.speakeasy/logs/
4+
.env
5+
.env.local
16
.speakeasy/reports
27
.venv/
38
pyrightconfig.json

lending/.speakeasy/gen.lock

Lines changed: 10355 additions & 4581 deletions
Large diffs are not rendered by default.

lending/.speakeasy/gen.yaml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,45 @@ generation:
33
sdkClassName: CodatLending
44
usageSnippets:
55
optionalPropertyRendering: withExample
6+
sdkInitStyle: constructor
67
fixes:
7-
nameResolutionDec2023: false
8+
nameResolutionFeb2025: false
89
parameterOrderingFeb2024: false
910
requestResponseComponentNamesFeb2024: false
11+
securityFeb2025: false
12+
sharedErrorComponentsApr2025: false
13+
sharedNestedComponentsJan2026: false
1014
auth:
1115
oAuth2ClientCredentialsEnabled: false
1216
oAuth2PasswordEnabled: false
17+
hoistGlobalSecurity: true
18+
schemas:
19+
allOfMergeStrategy: shallowMerge
20+
requestBodyFieldName: ""
21+
persistentEdits: {}
22+
tests:
23+
generateTests: true
24+
generateNewTests: false
25+
skipResponseBodyAssertions: false
1326
telemetryEnabled: true
1427
python:
15-
version: 10.1.0
28+
version: 10.2.0
1629
additionalDependencies:
1730
dev: {}
1831
main: {}
32+
allowedRedefinedBuiltins:
33+
- id
34+
- object
35+
asyncMode: both
1936
author: Codat
2037
authors:
2138
- Speakeasy
39+
baseErrorName: CodatLendingError
2240
clientServerStatusCodesAsErrors: true
41+
constFieldCasing: upper
2342
defaultErrorName: SDKError
2443
description: Make credit decisions backed by enhanced financials, metrics, reports, and data integrity features.
44+
enableCustomCodeRegions: false
2545
enumFormat: enum
2646
fixFlags:
2747
responseRequiredSep2024: false
@@ -36,10 +56,20 @@ python:
3656
operations: models/operations
3757
shared: models/shared
3858
webhooks: models/webhooks
59+
inferUnionDiscriminators: true
3960
inputModelSuffix: input
61+
license: ""
4062
maxMethodParams: 0
4163
methodArguments: infer-optional-args
64+
moduleName: ""
65+
multipartArrayFormat: legacy
4266
outputModelSuffix: output
67+
packageManager: poetry
4368
packageName: codat-lending
69+
preApplyUnionDiscriminators: false
70+
pytestFilterWarnings: []
71+
pytestTimeout: 0
4472
responseFormat: flat
73+
sseFlatResponse: false
4574
templateVersion: v2
75+
useAsyncHooks: false

0 commit comments

Comments
 (0)