Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.376.0
speakeasyVersion: 1.377.0
sources:
lending-source:
sourceNamespace: lending-source
sourceRevisionDigest: sha256:427764465a99a087e8ddb6115be2b23255a3f0003c5bea2a153870b7f5bf0b26
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
sourceBlobDigest: sha256:7ca97cfd4c993bac385e1da2ed1a467acb50d0bf3893fffd0a811d2f1ea49e91
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
lending-library:
source: lending-source
sourceNamespace: lending-source
sourceRevisionDigest: sha256:427764465a99a087e8ddb6115be2b23255a3f0003c5bea2a153870b7f5bf0b26
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
sourceBlobDigest: sha256:7ca97cfd4c993bac385e1da2ed1a467acb50d0bf3893fffd0a811d2f1ea49e91
outLocation: lending
workflow:
Expand Down
8 changes: 4 additions & 4 deletions lending/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: c22ee3eb-abe5-40e9-bcf6-8be944e72a7b
management:
docChecksum: 1f639539f1378e6b0f8843acc1f63ea7
docVersion: 3.0.0
speakeasyVersion: 1.376.0
generationVersion: 2.402.5
releaseVersion: 7.0.0
configChecksum: 2d5def522f9e50c9b4d27fbd79cac268
speakeasyVersion: 1.377.0
generationVersion: 2.404.0
releaseVersion: 7.0.1
configChecksum: fac6722acde54431b9939d27e44b94ea
repoURL: https://github.com/codatio/client-sdk-python.git
repoSubDirectory: lending
installationURL: https://github.com/codatio/client-sdk-python.git#subdirectory=lending
Expand Down
12 changes: 11 additions & 1 deletion lending/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,14 @@ Based on:
### Generated
- [python v7.0.0] lending
### Releases
- [PyPI v7.0.0] https://pypi.org/project/codat-lending/7.0.0 - lending
- [PyPI v7.0.0] https://pypi.org/project/codat-lending/7.0.0 - lending

## 2024-08-21 09:35:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.377.0 (2.404.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v7.0.1] lending
### Releases
- [PyPI v7.0.1] https://pypi.org/project/codat-lending/7.0.1 - lending
6 changes: 3 additions & 3 deletions lending/docs/sdks/accountbalances/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# AccountBalances
(*banking.account_balances*)

## Overview

### Available Operations

* [list](#list) - List account balances
Expand Down Expand Up @@ -42,19 +44,17 @@ if res is not None:

```



### Parameters

| Parameter | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `request` | [operations.ListBankingAccountBalancesRequest](../../models/operations/listbankingaccountbalancesrequest.md) | :heavy_check_mark: | The request object to use for the request. |
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |


### Response

**[shared.BankingAccountBalances](../../models/shared/bankingaccountbalances.md)**

### Errors

| Error Object | Status Code | Content Type |
Expand Down
11 changes: 5 additions & 6 deletions lending/docs/sdks/accounts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Accounts
(*accounting_bank_data.accounts*)

## Overview

### Available Operations

* [get](#get) - Get bank account
Expand Down Expand Up @@ -42,26 +44,25 @@ if res is not None:

```



### Parameters

| Parameter | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| `request` | [operations.GetAccountingBankAccountRequest](../../models/operations/getaccountingbankaccountrequest.md) | :heavy_check_mark: | The request object to use for the request. |
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |


### Response

**[shared.AccountingBankAccount](../../models/shared/accountingbankaccount.md)**

### Errors

| Error Object | Status Code | Content Type |
| ------------------------------- | ------------------------------- | ------------------------------- |
| errors.ErrorMessage | 401,402,403,404,409,429,500,503 | application/json |
| errors.SDKError | 4xx-5xx | */* |


## list

The *List bank accounts* endpoint returns a list of [bank accounts](https://docs.codat.io/lending-api#/schemas/BankAccount) for a given company's connection.
Expand Down Expand Up @@ -99,19 +100,17 @@ if res is not None:

```



### Parameters

| Parameter | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `request` | [operations.ListAccountingBankAccountsRequest](../../models/operations/listaccountingbankaccountsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |


### Response

**[shared.AccountingBankAccounts](../../models/shared/accountingbankaccounts.md)**

### Errors

| Error Object | Status Code | Content Type |
Expand Down
5 changes: 1 addition & 4 deletions lending/docs/sdks/accountspayable/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# AccountsPayable
(*accounts_payable*)

### Available Operations

(*accounts_payable*)
5 changes: 1 addition & 4 deletions lending/docs/sdks/accountsreceivable/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# AccountsReceivable
(*accounts_receivable*)

### Available Operations

(*accounts_receivable*)
11 changes: 5 additions & 6 deletions lending/docs/sdks/accounttransactions/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# AccountTransactions
(*transactions.account_transactions*)

## Overview

### Available Operations

* [get](#get) - Get account transaction
Expand Down Expand Up @@ -42,26 +44,25 @@ if res is not None:

```



### Parameters

| Parameter | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `request` | [operations.GetAccountingAccountTransactionRequest](../../models/operations/getaccountingaccounttransactionrequest.md) | :heavy_check_mark: | The request object to use for the request. |
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |


### Response

**[shared.AccountingAccountTransaction](../../models/shared/accountingaccounttransaction.md)**

### Errors

| Error Object | Status Code | Content Type |
| ------------------------------- | ------------------------------- | ------------------------------- |
| errors.ErrorMessage | 401,402,403,404,409,429,500,503 | application/json |
| errors.SDKError | 4xx-5xx | */* |


## list

The *List account transactions* endpoint returns a list of [account transactions](https://docs.codat.io/lending-api#/schemas/AccountTransaction) for a given company's connection.
Expand Down Expand Up @@ -99,19 +100,17 @@ if res is not None:

```



### Parameters

| Parameter | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| `request` | [operations.ListAccountingAccountTransactionsRequest](../../models/operations/listaccountingaccounttransactionsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |


### Response

**[shared.AccountingAccountTransactions](../../models/shared/accountingaccounttransactions.md)**

### Errors

| Error Object | Status Code | Content Type |
Expand Down
11 changes: 5 additions & 6 deletions lending/docs/sdks/balancesheet/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# BalanceSheet
(*financial_statements.balance_sheet*)

## Overview

### Available Operations

* [get](#get) - Get balance sheet
Expand Down Expand Up @@ -36,26 +38,25 @@ if res is not None:

```



### Parameters

| Parameter | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `request` | [operations.GetAccountingBalanceSheetRequest](../../models/operations/getaccountingbalancesheetrequest.md) | :heavy_check_mark: | The request object to use for the request. |
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |


### Response

**[shared.AccountingBalanceSheet](../../models/shared/accountingbalancesheet.md)**

### Errors

| Error Object | Status Code | Content Type |
| ------------------------------- | ------------------------------- | ------------------------------- |
| errors.ErrorMessage | 401,402,403,404,409,429,500,503 | application/json |
| errors.SDKError | 4xx-5xx | */* |


## get_categorized_accounts

The *Get categorized balance sheet statement* endpoint returns a list of categorized accounts that appear on a company’s Balance Sheet along with a balance per financial statement date.
Expand Down Expand Up @@ -86,19 +87,17 @@ if res is not None:

```



### Parameters

| Parameter | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| `request` | [operations.GetCategorizedBalanceSheetStatementRequest](../../models/operations/getcategorizedbalancesheetstatementrequest.md) | :heavy_check_mark: | The request object to use for the request. |
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |


### Response

**[shared.EnhancedFinancialReport](../../models/shared/enhancedfinancialreport.md)**

### Errors

| Error Object | Status Code | Content Type |
Expand Down
Loading