Skip to content

Commit 9de6ecc

Browse files
authored
Merge pull request #339 from codatio/speakeasy-sdk-regen-1695073466
chore: speakeasy sdk regeneration - Generate Bank Feeds library
2 parents 1427d9c + 7b3be2e commit 9de6ecc

31 files changed

+303
-26
lines changed

bank-feeds/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,28 @@ if res.bank_feed_account_mapping_response is not None:
4545
## Available Resources and Operations
4646

4747

48-
### [account_mapping](docs/sdks/accountmapping/README.md)
48+
### [AccountMapping](docs/sdks/accountmapping/README.md)
4949

5050
* [create](docs/sdks/accountmapping/README.md#create) - Create bank feed account mapping
5151
* [get](docs/sdks/accountmapping/README.md#get) - List bank feed account mappings
5252

53-
### [companies](docs/sdks/companies/README.md)
53+
### [Companies](docs/sdks/companies/README.md)
5454

5555
* [create](docs/sdks/companies/README.md#create) - Create company
5656
* [delete](docs/sdks/companies/README.md#delete) - Delete a company
5757
* [get](docs/sdks/companies/README.md#get) - Get company
5858
* [list](docs/sdks/companies/README.md#list) - List companies
5959
* [update](docs/sdks/companies/README.md#update) - Update company
6060

61-
### [connections](docs/sdks/connections/README.md)
61+
### [Connections](docs/sdks/connections/README.md)
6262

6363
* [create](docs/sdks/connections/README.md#create) - Create connection
6464
* [delete](docs/sdks/connections/README.md#delete) - Delete connection
6565
* [get](docs/sdks/connections/README.md#get) - Get connection
6666
* [list](docs/sdks/connections/README.md#list) - List connections
6767
* [unlink](docs/sdks/connections/README.md#unlink) - Unlink connection
6868

69-
### [source_accounts](docs/sdks/sourceaccounts/README.md)
69+
### [SourceAccounts](docs/sdks/sourceaccounts/README.md)
7070

7171
* [create](docs/sdks/sourceaccounts/README.md#create) - Create source account
7272
* [delete](docs/sdks/sourceaccounts/README.md#delete) - Delete source account
@@ -75,7 +75,7 @@ if res.bank_feed_account_mapping_response is not None:
7575
* [list](docs/sdks/sourceaccounts/README.md#list) - List source accounts
7676
* [update](docs/sdks/sourceaccounts/README.md#update) - Update source account
7777

78-
### [transactions](docs/sdks/transactions/README.md)
78+
### [Transactions](docs/sdks/transactions/README.md)
7979

8080
* [create](docs/sdks/transactions/README.md#create) - Create bank transactions
8181
* [get_create_operation](docs/sdks/transactions/README.md#get_create_operation) - Get create operation

bank-feeds/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,4 +708,14 @@ Based on:
708708
### Generated
709709
- [python v2.0.0] bank-feeds
710710
### Releases
711-
- [PyPI v2.0.0] https://pypi.org/project/codat-bankfeeds/2.0.0 - bank-feeds
711+
- [PyPI v2.0.0] https://pypi.org/project/codat-bankfeeds/2.0.0 - bank-feeds
712+
713+
## 2023-09-18 21:44:22
714+
### Changes
715+
Based on:
716+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
717+
- Speakeasy CLI 1.87.0 (2.116.0) https://github.com/speakeasy-api/speakeasy
718+
### Generated
719+
- [python v3.1.0] bank-feeds
720+
### Releases
721+
- [PyPI v3.1.0] https://pypi.org/project/codat-bankfeeds/3.1.0 - bank-feeds
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ClientRateLimitReachedWebhook
2+
3+
Webhook request body for a client that has reached their rate limit.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
10+
| `alert_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the webhook event. |
11+
| `client_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier for your client in Codat. |
12+
| `client_name` | *Optional[str]* | :heavy_minus_sign: | Name of your client in Codat. |
13+
| `data` | [Optional[ClientRateLimitReachedWebhookData]](../../models/shared/clientratelimitreachedwebhookdata.md) | :heavy_minus_sign: | N/A |
14+
| `message` | *Optional[str]* | :heavy_minus_sign: | A human readable message about the webhook. |
15+
| `rule_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier for the rule. |
16+
| `rule_type` | *Optional[str]* | :heavy_minus_sign: | The type of rule. |

bank-feeds/docs/models/shared/clientratelimitreachedwebhookdata.md

Lines changed: 9 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# ClientRateLimitResetWebhook
2+
3+
Webhook request body for a client that has had their rate limit reset.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
10+
| `alert_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the webhook event. |
11+
| `client_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier for your client in Codat. |
12+
| `client_name` | *Optional[str]* | :heavy_minus_sign: | Name of your client in Codat. |
13+
| `data` | [Optional[ClientRateLimitResetWebhookData]](../../models/shared/clientratelimitresetwebhookdata.md) | :heavy_minus_sign: | N/A |
14+
| `message` | *Optional[str]* | :heavy_minus_sign: | A human readable message about the webhook. |
15+
| `rule_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier for the rule. |
16+
| `rule_type` | *Optional[str]* | :heavy_minus_sign: | The type of rule. |

0 commit comments

Comments
 (0)