Skip to content

Commit df5c157

Browse files
authored
Merge pull request #464 from codatio/speakeasy-sdk-regen-1697554090
chore: speakeasy sdk regeneration - Generate Bank Feeds library
2 parents 647a508 + 2990776 commit df5c157

File tree

139 files changed

+777
-528
lines changed

Some content is hidden

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

139 files changed

+777
-528
lines changed

bank-feeds/README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ pip install codat-bankfeeds
1414

1515
## Example Usage
1616
<!-- Start SDK Example Usage -->
17-
18-
1917
```python
2018
import codatbankfeeds
2119
from codatbankfeeds.models import operations, shared
@@ -29,8 +27,6 @@ s = codatbankfeeds.CodatBankFeeds(
2927
req = operations.CreateBankAccountMappingRequest(
3028
request_body=operations.CreateBankAccountMappingBankFeedAccountMapping(
3129
feed_start_date='2022-10-23T00:00:00.000Z',
32-
source_account_id='provident',
33-
target_account_id='distinctio',
3430
),
3531
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
3632
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
@@ -40,35 +36,36 @@ res = s.account_mapping.create(req)
4036

4137
if res.bank_feed_account_mapping_response is not None:
4238
# handle response
39+
pass
4340
```
4441
<!-- End SDK Example Usage -->
4542

4643
<!-- Start SDK Available Operations -->
4744
## Available Resources and Operations
4845

4946

50-
### [AccountMapping](docs/sdks/accountmapping/README.md)
47+
### [account_mapping](docs/sdks/accountmapping/README.md)
5148

5249
* [create](docs/sdks/accountmapping/README.md#create) - Create bank feed account mapping
5350
* [get](docs/sdks/accountmapping/README.md#get) - List bank feed account mappings
5451

55-
### [Companies](docs/sdks/companies/README.md)
52+
### [companies](docs/sdks/companies/README.md)
5653

5754
* [create](docs/sdks/companies/README.md#create) - Create company
5855
* [delete](docs/sdks/companies/README.md#delete) - Delete a company
5956
* [get](docs/sdks/companies/README.md#get) - Get company
6057
* [list](docs/sdks/companies/README.md#list) - List companies
6158
* [update](docs/sdks/companies/README.md#update) - Update company
6259

63-
### [Connections](docs/sdks/connections/README.md)
60+
### [connections](docs/sdks/connections/README.md)
6461

6562
* [create](docs/sdks/connections/README.md#create) - Create connection
6663
* [delete](docs/sdks/connections/README.md#delete) - Delete connection
6764
* [get](docs/sdks/connections/README.md#get) - Get connection
6865
* [list](docs/sdks/connections/README.md#list) - List connections
6966
* [unlink](docs/sdks/connections/README.md#unlink) - Unlink connection
7067

71-
### [SourceAccounts](docs/sdks/sourceaccounts/README.md)
68+
### [source_accounts](docs/sdks/sourceaccounts/README.md)
7269

7370
* [create](docs/sdks/sourceaccounts/README.md#create) - Create source account
7471
* [delete](docs/sdks/sourceaccounts/README.md#delete) - Delete source account
@@ -77,10 +74,22 @@ if res.bank_feed_account_mapping_response is not None:
7774
* [list](docs/sdks/sourceaccounts/README.md#list) - List source accounts
7875
* [update](docs/sdks/sourceaccounts/README.md#update) - Update source account
7976

80-
### [Transactions](docs/sdks/transactions/README.md)
77+
### [transactions](docs/sdks/transactions/README.md)
8178

8279
* [create](docs/sdks/transactions/README.md#create) - Create bank transactions
8380
* [get_create_operation](docs/sdks/transactions/README.md#get_create_operation) - Get create operation
8481
* [list_create_operations](docs/sdks/transactions/README.md#list_create_operations) - List create operations
8582
<!-- End SDK Available Operations -->
83+
84+
85+
86+
<!-- Start Dev Containers -->
87+
88+
89+
90+
<!-- End Dev Containers -->
91+
92+
<!-- Placeholder for Future Speakeasy SDK Sections -->
93+
94+
8695
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

bank-feeds/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,4 +718,14 @@ Based on:
718718
### Generated
719719
- [python v3.1.0] bank-feeds
720720
### Releases
721-
- [PyPI v3.1.0] https://pypi.org/project/codat-bankfeeds/3.1.0 - bank-feeds
721+
- [PyPI v3.1.0] https://pypi.org/project/codat-bankfeeds/3.1.0 - bank-feeds
722+
723+
## 2023-10-17 14:48:04
724+
### Changes
725+
Based on:
726+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
727+
- Speakeasy CLI 1.100.2 (2.159.2) https://github.com/speakeasy-api/speakeasy
728+
### Generated
729+
- [python v4.0.0] bank-feeds
730+
### Releases
731+
- [PyPI v4.0.0] https://pypi.org/project/codat-bankfeeds/4.0.0 - bank-feeds

bank-feeds/USAGE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ s = codatbankfeeds.CodatBankFeeds(
1414
req = operations.CreateBankAccountMappingRequest(
1515
request_body=operations.CreateBankAccountMappingBankFeedAccountMapping(
1616
feed_start_date='2022-10-23T00:00:00.000Z',
17-
source_account_id='provident',
18-
target_account_id='distinctio',
1917
),
2018
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
2119
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
@@ -25,5 +23,6 @@ res = s.account_mapping.create(req)
2523

2624
if res.bank_feed_account_mapping_response is not None:
2725
# handle response
26+
pass
2827
```
2928
<!-- End SDK Example Usage -->

bank-feeds/docs/models/operations/createbankaccountmappingrequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
88
| `request_body` | [Optional[CreateBankAccountMappingBankFeedAccountMapping]](../../models/operations/createbankaccountmappingbankfeedaccountmapping.md) | :heavy_minus_sign: | N/A | |
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 |
9+
| `company_id` | *str* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
10+
| `connection_id` | *str* | :heavy_check_mark: | Unique identifier for a connection. | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |

bank-feeds/docs/models/operations/createbankaccountmappingresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Field | Type | Required | Description |
77
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
88
| `bank_feed_account_mapping_response` | [Optional[shared.BankFeedAccountMappingResponse]](../../models/shared/bankfeedaccountmappingresponse.md) | :heavy_minus_sign: | Success |
9-
| `content_type` | *str* | :heavy_check_mark: | N/A |
9+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
1010
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | The request made is not valid. |
11-
| `status_code` | *int* | :heavy_check_mark: | N/A |
12-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
11+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
12+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

bank-feeds/docs/models/operations/createbanktransactionsrequest.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
| Field | Type | Required | Description | Example |
77
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
88
| `create_bank_transactions` | [Optional[shared.CreateBankTransactions]](../../models/shared/createbanktransactions.md) | :heavy_minus_sign: | N/A | |
9-
| `account_id` | *str* | :heavy_check_mark: | Unique identifier for an account | 13d946f0-c5d5-42bc-b092-97ece17923ab |
10-
| `allow_sync_on_push_complete` | *Optional[bool]* | :heavy_minus_sign: | N/A | |
11-
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |
12-
| `connection_id` | *str* | :heavy_check_mark: | N/A | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
13-
| `timeout_in_minutes` | *Optional[int]* | :heavy_minus_sign: | N/A | |
9+
| `account_id` | *str* | :heavy_check_mark: | Unique identifier for an account. | 13d946f0-c5d5-42bc-b092-97ece17923ab |
10+
| `allow_sync_on_push_complete` | *Optional[bool]* | :heavy_minus_sign: | Allow a sync upon push completion. | |
11+
| `company_id` | *str* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
12+
| `connection_id` | *str* | :heavy_check_mark: | Unique identifier for a connection. | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
13+
| `timeout_in_minutes` | *Optional[int]* | :heavy_minus_sign: | Time limit for the push operation to complete before it is timed out. | |

0 commit comments

Comments
 (0)