Skip to content

Commit 919ebad

Browse files
authored
Merge pull request #345 from codatio/speakeasy-sdk-regen-1695073534
chore: speakeasy sdk regeneration - Generate Platform library
2 parents 6bdd40f + d91257a commit 919ebad

File tree

61 files changed

+597
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+597
-189
lines changed

platform/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ if res.company is not None:
4040
## Available Resources and Operations
4141

4242

43-
### [companies](docs/sdks/companies/README.md)
43+
### [Companies](docs/sdks/companies/README.md)
4444

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

51-
### [connections](docs/sdks/connections/README.md)
51+
### [Connections](docs/sdks/connections/README.md)
5252

5353
* [create](docs/sdks/connections/README.md#create) - Create connection
5454
* [delete](docs/sdks/connections/README.md#delete) - Delete connection
@@ -57,27 +57,27 @@ if res.company is not None:
5757
* [unlink](docs/sdks/connections/README.md#unlink) - Unlink connection
5858
* [update_authorization](docs/sdks/connections/README.md#update_authorization) - Update authorization
5959

60-
### [integrations](docs/sdks/integrations/README.md)
60+
### [Integrations](docs/sdks/integrations/README.md)
6161

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

66-
### [push_data](docs/sdks/pushdata/README.md)
66+
### [PushData](docs/sdks/pushdata/README.md)
6767

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

72-
### [refresh_data](docs/sdks/refreshdata/README.md)
72+
### [RefreshData](docs/sdks/refreshdata/README.md)
7373

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

80-
### [settings](docs/sdks/settings/README.md)
80+
### [Settings](docs/sdks/settings/README.md)
8181

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

90-
### [supplemental_data](docs/sdks/supplementaldata/README.md)
90+
### [SupplementalData](docs/sdks/supplementaldata/README.md)
9191

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

95-
### [webhooks](docs/sdks/webhooks/README.md)
95+
### [Webhooks](docs/sdks/webhooks/README.md)
9696

9797
* [create](docs/sdks/webhooks/README.md#create) - Create webhook
9898
* [get](docs/sdks/webhooks/README.md#get) - Get webhook

platform/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ Based on:
1818
### Generated
1919
- [python v0.2.0] platform
2020
### Releases
21-
- [PyPI v0.2.0] https://pypi.org/project/codat-platform/0.2.0 - platform
21+
- [PyPI v0.2.0] https://pypi.org/project/codat-platform/0.2.0 - platform
22+
23+
## 2023-09-18 21:45:30
24+
### Changes
25+
Based on:
26+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Platform.yaml
27+
- Speakeasy CLI 1.87.0 (2.116.0) https://github.com/speakeasy-api/speakeasy
28+
### Generated
29+
- [python v1.1.0] platform
30+
### Releases
31+
- [PyPI v1.1.0] https://pypi.org/project/codat-platform/1.1.0 - platform
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. |

platform/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)