Skip to content

Commit 02a065a

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.52.0
1 parent ab4c2de commit 02a065a

22 files changed

Lines changed: 509 additions & 9 deletions

common/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ if res.company is not None:
8080
* [update_profile](docs/sdks/settings/README.md#update_profile) - Update profile
8181
* [update_sync_settings](docs/sdks/settings/README.md#update_sync_settings) - Update all sync settings
8282

83+
### [supplemental_data](docs/sdks/supplementaldata/README.md)
84+
85+
* [configure](docs/sdks/supplementaldata/README.md#configure) - Configure
86+
* [get_configuration](docs/sdks/supplementaldata/README.md#get_configuration) - Get configuration
87+
8388
### [webhooks](docs/sdks/webhooks/README.md)
8489

8590
* [create](docs/sdks/webhooks/README.md#create) - Create webhook

common/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,4 +534,12 @@ Based on:
534534
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
535535
- Speakeasy CLI 1.52.0 (2.55.0) https://github.com/speakeasy-api/speakeasy
536536
### Releases
537-
- [PyPI v0.29.0] https://pypi.org/project/codat-common/0.29.0 - common
537+
- [PyPI v0.29.0] https://pypi.org/project/codat-common/0.29.0 - common
538+
539+
## 2023-07-05 00:21:25
540+
### Changes
541+
Based on:
542+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
543+
- Speakeasy CLI 1.52.0 (2.55.0) https://github.com/speakeasy-api/speakeasy
544+
### Releases
545+
- [PyPI v0.29.1] https://pypi.org/project/codat-common/0.29.1 - common
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# ConfigureSupplementalDataDataType
2+
3+
Data types that support supplemental data
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ----------------------------- | ----------------------------- |
10+
| `CHART_OF_ACCOUNTS` | chartOfAccounts |
11+
| `BILLS` | bills |
12+
| `COMPANY` | company |
13+
| `CREDIT_NOTES` | creditNotes |
14+
| `CUSTOMERS` | customers |
15+
| `INVOICES` | invoices |
16+
| `ITEMS` | items |
17+
| `JOURNAL_ENTRIES` | journalEntries |
18+
| `SUPPLIERS` | suppliers |
19+
| `TAX_RATES` | taxRates |
20+
| `COMMERCE_COMPANY_INFO` | commerce-companyInfo |
21+
| `COMMERCE_CUSTOMERS` | commerce-customers |
22+
| `COMMERCE_DISPUTES` | commerce-disputes |
23+
| `COMMERCE_LOCATIONS` | commerce-locations |
24+
| `COMMERCE_ORDERS` | commerce-orders |
25+
| `COMMERCE_PAYMENTS` | commerce-payments |
26+
| `COMMERCE_PAYMENT_METHODS` | commerce-paymentMethods |
27+
| `COMMERCE_PRODUCTS` | commerce-products |
28+
| `COMMERCE_PRODUCT_CATEGORIES` | commerce-productCategories |
29+
| `COMMERCE_TAX_COMPONENTS` | commerce-taxComponents |
30+
| `COMMERCE_TRANSACTIONS` | commerce-transactions |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ConfigureSupplementalDataRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
8+
| `request_body` | dict[str, [shared.SupplementalDataConfiguration](../../models/shared/supplementaldataconfiguration.md)] | :heavy_minus_sign: | The configuration for the specified platform and data type. | |
9+
| `data_type` | [ConfigureSupplementalDataDataType](../../models/operations/configuresupplementaldatadatatype.md) | :heavy_check_mark: | Data types that support supplemental data | invoices |
10+
| `platform_key` | *str* | :heavy_check_mark: | N/A | |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ConfigureSupplementalDataResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | N/A |
9+
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
10+
| `status_code` | *int* | :heavy_check_mark: | N/A |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# GetSupplementalDataConfigurationDataType
2+
3+
Data types that support supplemental data
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ----------------------------- | ----------------------------- |
10+
| `CHART_OF_ACCOUNTS` | chartOfAccounts |
11+
| `BILLS` | bills |
12+
| `COMPANY` | company |
13+
| `CREDIT_NOTES` | creditNotes |
14+
| `CUSTOMERS` | customers |
15+
| `INVOICES` | invoices |
16+
| `ITEMS` | items |
17+
| `JOURNAL_ENTRIES` | journalEntries |
18+
| `SUPPLIERS` | suppliers |
19+
| `TAX_RATES` | taxRates |
20+
| `COMMERCE_COMPANY_INFO` | commerce-companyInfo |
21+
| `COMMERCE_CUSTOMERS` | commerce-customers |
22+
| `COMMERCE_DISPUTES` | commerce-disputes |
23+
| `COMMERCE_LOCATIONS` | commerce-locations |
24+
| `COMMERCE_ORDERS` | commerce-orders |
25+
| `COMMERCE_PAYMENTS` | commerce-payments |
26+
| `COMMERCE_PAYMENT_METHODS` | commerce-paymentMethods |
27+
| `COMMERCE_PRODUCTS` | commerce-products |
28+
| `COMMERCE_PRODUCT_CATEGORIES` | commerce-productCategories |
29+
| `COMMERCE_TAX_COMPONENTS` | commerce-taxComponents |
30+
| `COMMERCE_TRANSACTIONS` | commerce-transactions |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GetSupplementalDataConfigurationRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
8+
| `data_type` | [GetSupplementalDataConfigurationDataType](../../models/operations/getsupplementaldataconfigurationdatatype.md) | :heavy_check_mark: | Data types that support supplemental data | invoices |
9+
| `platform_key` | *str* | :heavy_check_mark: | N/A | |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GetSupplementalDataConfigurationResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | N/A |
9+
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
10+
| `status_code` | *int* | :heavy_check_mark: | N/A |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
12+
| `supplemental_data_configuration` | dict[str, [shared.SupplementalDataConfiguration](../../models/shared/supplementaldataconfiguration.md)] | :heavy_minus_sign: | OK |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SupplementalDataConfiguration
2+
3+
The client's defined name for the object.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
10+
| `data_source` | *Optional[str]* | :heavy_minus_sign: | The underlying endpoint of the source system which the configuration is targeting. |
11+
| `pull_data` | dict[str, *str*] | :heavy_minus_sign: | The additional properties that are required when pulling records. |
12+
| `push_data` | dict[str, *str*] | :heavy_minus_sign: | The additional properties that are required to create and/or update records. |

0 commit comments

Comments
 (0)