Skip to content

Commit f227bb8

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.377.0 (#590)
Co-authored-by: speakeasybot <[email protected]>
1 parent c387655 commit f227bb8

File tree

71 files changed

+356
-478
lines changed

Some content is hidden

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

71 files changed

+356
-478
lines changed

.speakeasy/workflow.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
speakeasyVersion: 1.376.0
1+
speakeasyVersion: 1.377.0
22
sources:
33
lending-source:
44
sourceNamespace: lending-source
5-
sourceRevisionDigest: sha256:427764465a99a087e8ddb6115be2b23255a3f0003c5bea2a153870b7f5bf0b26
5+
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
66
sourceBlobDigest: sha256:7ca97cfd4c993bac385e1da2ed1a467acb50d0bf3893fffd0a811d2f1ea49e91
77
tags:
88
- latest
@@ -11,7 +11,7 @@ targets:
1111
lending-library:
1212
source: lending-source
1313
sourceNamespace: lending-source
14-
sourceRevisionDigest: sha256:427764465a99a087e8ddb6115be2b23255a3f0003c5bea2a153870b7f5bf0b26
14+
sourceRevisionDigest: sha256:e9279793fec15674c2c6ff77d11be16f6945b43d47b8005e68d7300da68a24a4
1515
sourceBlobDigest: sha256:7ca97cfd4c993bac385e1da2ed1a467acb50d0bf3893fffd0a811d2f1ea49e91
1616
outLocation: lending
1717
workflow:

lending/.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: c22ee3eb-abe5-40e9-bcf6-8be944e72a7b
33
management:
44
docChecksum: 1f639539f1378e6b0f8843acc1f63ea7
55
docVersion: 3.0.0
6-
speakeasyVersion: 1.376.0
7-
generationVersion: 2.402.5
8-
releaseVersion: 7.0.0
9-
configChecksum: 2d5def522f9e50c9b4d27fbd79cac268
6+
speakeasyVersion: 1.377.0
7+
generationVersion: 2.404.0
8+
releaseVersion: 7.0.1
9+
configChecksum: fac6722acde54431b9939d27e44b94ea
1010
repoURL: https://github.com/codatio/client-sdk-python.git
1111
repoSubDirectory: lending
1212
installationURL: https://github.com/codatio/client-sdk-python.git#subdirectory=lending

lending/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,14 @@ Based on:
108108
### Generated
109109
- [python v7.0.0] lending
110110
### Releases
111-
- [PyPI v7.0.0] https://pypi.org/project/codat-lending/7.0.0 - lending
111+
- [PyPI v7.0.0] https://pypi.org/project/codat-lending/7.0.0 - lending
112+
113+
## 2024-08-21 09:35:27
114+
### Changes
115+
Based on:
116+
- OpenAPI Doc
117+
- Speakeasy CLI 1.377.0 (2.404.0) https://github.com/speakeasy-api/speakeasy
118+
### Generated
119+
- [python v7.0.1] lending
120+
### Releases
121+
- [PyPI v7.0.1] https://pypi.org/project/codat-lending/7.0.1 - lending

lending/docs/sdks/accountbalances/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# AccountBalances
22
(*banking.account_balances*)
33

4+
## Overview
5+
46
### Available Operations
57

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

4345
```
4446

45-
46-
4747
### Parameters
4848

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

54-
5554
### Response
5655

5756
**[shared.BankingAccountBalances](../../models/shared/bankingaccountbalances.md)**
57+
5858
### Errors
5959

6060
| Error Object | Status Code | Content Type |

lending/docs/sdks/accounts/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Accounts
22
(*accounting_bank_data.accounts*)
33

4+
## Overview
5+
46
### Available Operations
57

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

4345
```
4446

45-
46-
4747
### Parameters
4848

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

54-
5554
### Response
5655

5756
**[shared.AccountingBankAccount](../../models/shared/accountingbankaccount.md)**
57+
5858
### Errors
5959

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

65+
6566
## list
6667

6768
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.
@@ -99,19 +100,17 @@ if res is not None:
99100

100101
```
101102

102-
103-
104103
### Parameters
105104

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

111-
112110
### Response
113111

114112
**[shared.AccountingBankAccounts](../../models/shared/accountingbankaccounts.md)**
113+
115114
### Errors
116115

117116
| Error Object | Status Code | Content Type |
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# AccountsPayable
2-
(*accounts_payable*)
3-
4-
### Available Operations
5-
2+
(*accounts_payable*)
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# AccountsReceivable
2-
(*accounts_receivable*)
3-
4-
### Available Operations
5-
2+
(*accounts_receivable*)

lending/docs/sdks/accounttransactions/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# AccountTransactions
22
(*transactions.account_transactions*)
33

4+
## Overview
5+
46
### Available Operations
57

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

4345
```
4446

45-
46-
4747
### Parameters
4848

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

54-
5554
### Response
5655

5756
**[shared.AccountingAccountTransaction](../../models/shared/accountingaccounttransaction.md)**
57+
5858
### Errors
5959

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

65+
6566
## list
6667

6768
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.
@@ -99,19 +100,17 @@ if res is not None:
99100

100101
```
101102

102-
103-
104103
### Parameters
105104

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

111-
112110
### Response
113111

114112
**[shared.AccountingAccountTransactions](../../models/shared/accountingaccounttransactions.md)**
113+
115114
### Errors
116115

117116
| Error Object | Status Code | Content Type |

lending/docs/sdks/balancesheet/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# BalanceSheet
22
(*financial_statements.balance_sheet*)
33

4+
## Overview
5+
46
### Available Operations
57

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

3739
```
3840

39-
40-
4141
### Parameters
4242

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

48-
4948
### Response
5049

5150
**[shared.AccountingBalanceSheet](../../models/shared/accountingbalancesheet.md)**
51+
5252
### Errors
5353

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

59+
5960
## get_categorized_accounts
6061

6162
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.
@@ -86,19 +87,17 @@ if res is not None:
8687

8788
```
8889

89-
90-
9190
### Parameters
9291

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

98-
9997
### Response
10098

10199
**[shared.EnhancedFinancialReport](../../models/shared/enhancedfinancialreport.md)**
100+
102101
### Errors
103102

104103
| Error Object | Status Code | Content Type |

0 commit comments

Comments
 (0)