Skip to content

Commit 7b9d50a

Browse files
authored
Merge pull request #183 from codatio/speakeasy-sdk-regen-1686182563
chore: speakeasy sdk regeneration - Generate Banking SDK
2 parents c8df1d5 + 0e6286b commit 7b9d50a

File tree

84 files changed

+1180
-373
lines changed

Some content is hidden

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

84 files changed

+1180
-373
lines changed

banking/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@ if res.account_balances is not None:
4242
## Available Resources and Operations
4343

4444

45-
### [account_balances](docs/accountbalances/README.md)
45+
### [account_balances](docs/sdks/accountbalances/README.md)
4646

47-
* [list](docs/accountbalances/README.md#list) - List account balances
47+
* [list](docs/sdks/accountbalances/README.md#list) - List account balances
4848

49-
### [accounts](docs/accounts/README.md)
49+
### [accounts](docs/sdks/accounts/README.md)
5050

51-
* [get](docs/accounts/README.md#get) - Get account
52-
* [list](docs/accounts/README.md#list) - List accounts
51+
* [get](docs/sdks/accounts/README.md#get) - Get account
52+
* [list](docs/sdks/accounts/README.md#list) - List accounts
5353

54-
### [transaction_categories](docs/transactioncategories/README.md)
54+
### [transaction_categories](docs/sdks/transactioncategories/README.md)
5555

56-
* [get](docs/transactioncategories/README.md#get) - Get transaction category
57-
* [list](docs/transactioncategories/README.md#list) - List all transaction categories
56+
* [get](docs/sdks/transactioncategories/README.md#get) - Get transaction category
57+
* [list](docs/sdks/transactioncategories/README.md#list) - List all transaction categories
5858

59-
### [transactions](docs/transactions/README.md)
59+
### [transactions](docs/sdks/transactions/README.md)
6060

61-
* [get](docs/transactions/README.md#get) - Get bank transaction
62-
* [list](docs/transactions/README.md#list) - List transactions
63-
* [~~list_bank_transactions~~](docs/transactions/README.md#list_bank_transactions) - List banking transactions :warning: **Deprecated** - Use `list` instead.
61+
* [get](docs/sdks/transactions/README.md#get) - Get bank transaction
62+
* [list](docs/sdks/transactions/README.md#list) - List transactions
63+
* [~~list_bank_transactions~~](docs/sdks/transactions/README.md#list_bank_transactions) - List banking transactions :warning: **Deprecated** - Use `list` instead.
6464
<!-- End SDK Available Operations -->
6565

6666
### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

banking/RELEASES.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,44 @@ Based on:
358358
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
359359
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
360360
### Releases
361-
- [PyPI v0.17.1] https://pypi.org/project/codat-banking/0.17.1 - banking
361+
- [PyPI v0.17.1] https://pypi.org/project/codat-banking/0.17.1 - banking
362+
363+
## 2023-06-08 00:02:40
364+
### Changes
365+
Based on:
366+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
367+
- Speakeasy CLI 1.45.0 (2.37.0) https://github.com/speakeasy-api/speakeasy
368+
### Releases
369+
- [PyPI v0.18.0] https://pypi.org/project/codat-banking/0.18.0 - banking
370+
371+
## 2023-06-09 00:02:41
372+
### Changes
373+
Based on:
374+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
375+
- Speakeasy CLI 1.45.2 (2.37.2) https://github.com/speakeasy-api/speakeasy
376+
### Releases
377+
- [PyPI v0.18.1] https://pypi.org/project/codat-banking/0.18.1 - banking
378+
379+
## 2023-06-10 00:03:01
380+
### Changes
381+
Based on:
382+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
383+
- Speakeasy CLI 1.47.0 (2.39.0) https://github.com/speakeasy-api/speakeasy
384+
### Releases
385+
- [PyPI v0.19.0] https://pypi.org/project/codat-banking/0.19.0 - banking
386+
387+
## 2023-06-11 00:03:07
388+
### Changes
389+
Based on:
390+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
391+
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
392+
### Releases
393+
- [PyPI v0.19.1] https://pypi.org/project/codat-banking/0.19.1 - banking
394+
395+
## 2023-06-12 09:30:13
396+
### Changes
397+
Based on:
398+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
399+
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
400+
### Releases
401+
- [PyPI v0.19.2] https://pypi.org/project/codat-banking/0.19.2 - banking

banking/docs/accountbalances/README.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

banking/docs/accounts/README.md

Lines changed: 0 additions & 69 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# GetAccountRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
8+
| `account_id` | *str* | :heavy_check_mark: | Unique identifier for an account | 13d946f0-c5d5-42bc-b092-97ece17923ab |
9+
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |
10+
| `connection_id` | *str* | :heavy_check_mark: | N/A | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GetAccountResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `account` | [Optional[shared.Account]](../../models/shared/account.md) | :heavy_minus_sign: | Success |
9+
| `content_type` | *str* | :heavy_check_mark: | N/A |
10+
| `status_code` | *int* | :heavy_check_mark: | N/A |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# GetTransactionCategoryRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8+
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |
9+
| `connection_id` | *str* | :heavy_check_mark: | N/A | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
10+
| `transaction_category_id` | *str* | :heavy_check_mark: | The unique identifier for a banking transaction category | |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GetTransactionCategoryResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | N/A |
9+
| `status_code` | *int* | :heavy_check_mark: | N/A |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
11+
| `transaction_category` | [Optional[shared.TransactionCategory]](../../models/shared/transactioncategory.md) | :heavy_minus_sign: | Success |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# GetTransactionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------- | --------------------------------------- | --------------------------------------- | --------------------------------------- | --------------------------------------- |
8+
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |
9+
| `connection_id` | *str* | :heavy_check_mark: | N/A | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
10+
| `transaction_id` | *str* | :heavy_check_mark: | The unique identifier for a transaction | |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GetTransactionResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | N/A |
9+
| `status_code` | *int* | :heavy_check_mark: | N/A |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
11+
| `transaction` | [Optional[shared.Transaction]](../../models/shared/transaction.md) | :heavy_minus_sign: | Success |

0 commit comments

Comments
 (0)