Skip to content

Commit

Permalink
Merge pull request #339 from codatio/speakeasy-sdk-regen-1695073466
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate Bank Feeds library
  • Loading branch information
dcoplowe authored Sep 18, 2023
2 parents 1427d9c + 7b3be2e commit 9de6ecc
Show file tree
Hide file tree
Showing 31 changed files with 303 additions and 26 deletions.
10 changes: 5 additions & 5 deletions bank-feeds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,28 @@ if res.bank_feed_account_mapping_response is not None:
## Available Resources and Operations


### [account_mapping](docs/sdks/accountmapping/README.md)
### [AccountMapping](docs/sdks/accountmapping/README.md)

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

### [companies](docs/sdks/companies/README.md)
### [Companies](docs/sdks/companies/README.md)

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

### [connections](docs/sdks/connections/README.md)
### [Connections](docs/sdks/connections/README.md)

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

### [source_accounts](docs/sdks/sourceaccounts/README.md)
### [SourceAccounts](docs/sdks/sourceaccounts/README.md)

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

### [transactions](docs/sdks/transactions/README.md)
### [Transactions](docs/sdks/transactions/README.md)

* [create](docs/sdks/transactions/README.md#create) - Create bank transactions
* [get_create_operation](docs/sdks/transactions/README.md#get_create_operation) - Get create operation
Expand Down
12 changes: 11 additions & 1 deletion bank-feeds/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -708,4 +708,14 @@ Based on:
### Generated
- [python v2.0.0] bank-feeds
### Releases
- [PyPI v2.0.0] https://pypi.org/project/codat-bankfeeds/2.0.0 - bank-feeds
- [PyPI v2.0.0] https://pypi.org/project/codat-bankfeeds/2.0.0 - bank-feeds

## 2023-09-18 21:44:22
### Changes
Based on:
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
- Speakeasy CLI 1.87.0 (2.116.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v3.1.0] bank-feeds
### Releases
- [PyPI v3.1.0] https://pypi.org/project/codat-bankfeeds/3.1.0 - bank-feeds
16 changes: 16 additions & 0 deletions bank-feeds/docs/models/shared/clientratelimitreachedwebhook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ClientRateLimitReachedWebhook

Webhook request body for a client that has reached their rate limit.


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| `alert_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the webhook event. |
| `client_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier for your client in Codat. |
| `client_name` | *Optional[str]* | :heavy_minus_sign: | Name of your client in Codat. |
| `data` | [Optional[ClientRateLimitReachedWebhookData]](../../models/shared/clientratelimitreachedwebhookdata.md) | :heavy_minus_sign: | N/A |
| `message` | *Optional[str]* | :heavy_minus_sign: | A human readable message about the webhook. |
| `rule_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier for the rule. |
| `rule_type` | *Optional[str]* | :heavy_minus_sign: | The type of rule. |

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions bank-feeds/docs/models/shared/clientratelimitresetwebhook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ClientRateLimitResetWebhook

Webhook request body for a client that has had their rate limit reset.


## Fields

| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| `alert_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the webhook event. |
| `client_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier for your client in Codat. |
| `client_name` | *Optional[str]* | :heavy_minus_sign: | Name of your client in Codat. |
| `data` | [Optional[ClientRateLimitResetWebhookData]](../../models/shared/clientratelimitresetwebhookdata.md) | :heavy_minus_sign: | N/A |
| `message` | *Optional[str]* | :heavy_minus_sign: | A human readable message about the webhook. |
| `rule_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier for the rule. |
| `rule_type` | *Optional[str]* | :heavy_minus_sign: | The type of rule. |
Loading

0 comments on commit 9de6ecc

Please sign in to comment.