Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ if res.company is not None:
## Available Resources and Operations


### [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
Expand All @@ -57,27 +57,27 @@ if res.company is not None:
* [unlink](docs/sdks/connections/README.md#unlink) - Unlink connection
* [update_authorization](docs/sdks/connections/README.md#update_authorization) - Update authorization

### [integrations](docs/sdks/integrations/README.md)
### [Integrations](docs/sdks/integrations/README.md)

* [get](docs/sdks/integrations/README.md#get) - Get integration
* [get_branding](docs/sdks/integrations/README.md#get_branding) - Get branding
* [list](docs/sdks/integrations/README.md#list) - List integrations

### [push_data](docs/sdks/pushdata/README.md)
### [PushData](docs/sdks/pushdata/README.md)

* [get_model_options](docs/sdks/pushdata/README.md#get_model_options) - Get push options
* [get_operation](docs/sdks/pushdata/README.md#get_operation) - Get push operation
* [list_operations](docs/sdks/pushdata/README.md#list_operations) - List push operations

### [refresh_data](docs/sdks/refreshdata/README.md)
### [RefreshData](docs/sdks/refreshdata/README.md)

* [all](docs/sdks/refreshdata/README.md#all) - Refresh all data
* [by_data_type](docs/sdks/refreshdata/README.md#by_data_type) - Refresh data type
* [get](docs/sdks/refreshdata/README.md#get) - Get data status
* [get_pull_operation](docs/sdks/refreshdata/README.md#get_pull_operation) - Get pull operation
* [list_pull_operations](docs/sdks/refreshdata/README.md#list_pull_operations) - List pull operations

### [settings](docs/sdks/settings/README.md)
### [Settings](docs/sdks/settings/README.md)

* [create_api_key](docs/sdks/settings/README.md#create_api_key) - Create API key
* [delete_api_key](docs/sdks/settings/README.md#delete_api_key) - Delete api key
Expand All @@ -87,12 +87,12 @@ if res.company is not None:
* [update_profile](docs/sdks/settings/README.md#update_profile) - Update profile
* [update_sync_settings](docs/sdks/settings/README.md#update_sync_settings) - Update all sync settings

### [supplemental_data](docs/sdks/supplementaldata/README.md)
### [SupplementalData](docs/sdks/supplementaldata/README.md)

* [configure](docs/sdks/supplementaldata/README.md#configure) - Configure
* [get_configuration](docs/sdks/supplementaldata/README.md#get_configuration) - Get configuration

### [webhooks](docs/sdks/webhooks/README.md)
### [Webhooks](docs/sdks/webhooks/README.md)

* [create](docs/sdks/webhooks/README.md#create) - Create webhook
* [get](docs/sdks/webhooks/README.md#get) - Get webhook
Expand Down
12 changes: 11 additions & 1 deletion platform/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ Based on:
### Generated
- [python v0.2.0] platform
### Releases
- [PyPI v0.2.0] https://pypi.org/project/codat-platform/0.2.0 - platform
- [PyPI v0.2.0] https://pypi.org/project/codat-platform/0.2.0 - platform

## 2023-09-18 21:45:30
### Changes
Based on:
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml
- Speakeasy CLI 1.87.0 (2.116.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.1.0] platform
### Releases
- [PyPI v1.1.0] https://pypi.org/project/codat-platform/1.1.0 - platform
16 changes: 16 additions & 0 deletions platform/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 platform/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