Skip to content

Commit b91ac78

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.52.0
1 parent 2e17c27 commit b91ac78

15 files changed

Lines changed: 83 additions & 71 deletions

File tree

bankfeeds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if res.account_mapping_result is not None:
5656

5757
### [bank_feed_accounts](docs/sdks/bankfeedaccounts/README.md)
5858

59-
* [create](docs/sdks/bankfeedaccounts/README.md#create) - Create bank feed bank accounts
59+
* [create](docs/sdks/bankfeedaccounts/README.md#create) - Create a bank feed bank account
6060
* [get](docs/sdks/bankfeedaccounts/README.md#get) - List bank feed bank accounts
6161
* [update](docs/sdks/bankfeedaccounts/README.md#update) - Update bank feed bank account
6262

bankfeeds/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,4 +638,12 @@ Based on:
638638
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
639639
- Speakeasy CLI 1.51.3 (2.52.2) https://github.com/speakeasy-api/speakeasy
640640
### Releases
641-
- [PyPI v0.30.0] https://pypi.org/project/codat-bankfeeds/0.30.0 - bankfeeds
641+
- [PyPI v0.30.0] https://pypi.org/project/codat-bankfeeds/0.30.0 - bankfeeds
642+
643+
## 2023-07-01 00:24:34
644+
### Changes
645+
Based on:
646+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
647+
- Speakeasy CLI 1.52.0 (2.55.0) https://github.com/speakeasy-api/speakeasy
648+
### Releases
649+
- [PyPI v0.31.0] https://pypi.org/project/codat-bankfeeds/0.31.0 - bankfeeds

bankfeeds/docs/models/operations/createbankfeedrequest.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8-
| `request_body` | list[[shared.BankFeedAccount](../../models/shared/bankfeedaccount.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 |
6+
| Field | Type | Required | Description | Example |
7+
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
8+
| `bank_feed_account` | [Optional[shared.BankFeedAccount]](../../models/shared/bankfeedaccount.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 |

bankfeeds/docs/models/operations/createbankfeedresponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `bank_feed_accounts` | list[[shared.BankFeedAccount](../../models/shared/bankfeedaccount.md)] | :heavy_minus_sign: | Success |
8+
| `bank_feed_account` | [Optional[shared.BankFeedAccount]](../../models/shared/bankfeedaccount.md) | :heavy_minus_sign: | Success |
99
| `content_type` | *str* | :heavy_check_mark: | N/A |
1010
| `status_code` | *int* | :heavy_check_mark: | N/A |
1111
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
12-
| `schema` | [Optional[shared.Schema]](../../models/shared/schema.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
12+
| `schema` | [Optional[shared.Schema]](../../models/shared/schema.md) | :heavy_minus_sign: | The request made is not valid. |

0 commit comments

Comments
 (0)