-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #339 from codatio/speakeasy-sdk-regen-1695073466
chore: speakeasy sdk regeneration - Generate Bank Feeds library
- Loading branch information
Showing
31 changed files
with
303 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
bank-feeds/docs/models/shared/clientratelimitreachedwebhook.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
9 changes: 9 additions & 0 deletions
9
bank-feeds/docs/models/shared/clientratelimitreachedwebhookdata.md
Large diffs are not rendered by default.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
bank-feeds/docs/models/shared/clientratelimitresetwebhook.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
Oops, something went wrong.