Skip to content

Commit c279056

Browse files
committed
ci: regenerated with OpenAPI Doc 1.1, Speakeay CLI 1.47.0
1 parent 0451b71 commit c279056

160 files changed

Lines changed: 2052 additions & 705 deletions

File tree

Some content is hidden

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

synccommerce/README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,37 +37,37 @@ if res.company is not None:
3737
## Available Resources and Operations
3838

3939

40-
### [company_management](docs/companymanagement/README.md)
40+
### [company_management](docs/sdks/companymanagement/README.md)
4141

42-
* [create_company](docs/companymanagement/README.md#create_company) - Create Sync for Commerce company
43-
* [create_connection](docs/companymanagement/README.md#create_connection) - Create connection
44-
* [list_companies](docs/companymanagement/README.md#list_companies) - List companies
45-
* [list_connections](docs/companymanagement/README.md#list_connections) - List data connections
46-
* [update_connection](docs/companymanagement/README.md#update_connection) - Update data connection
42+
* [create_company](docs/sdks/companymanagement/README.md#create_company) - Create Sync for Commerce company
43+
* [create_connection](docs/sdks/companymanagement/README.md#create_connection) - Create connection
44+
* [list_companies](docs/sdks/companymanagement/README.md#list_companies) - List companies
45+
* [list_connections](docs/sdks/companymanagement/README.md#list_connections) - List data connections
46+
* [update_connection](docs/sdks/companymanagement/README.md#update_connection) - Update data connection
4747

48-
### [configuration](docs/configuration/README.md)
48+
### [configuration](docs/sdks/configuration/README.md)
4949

50-
* [get_configuration](docs/configuration/README.md#get_configuration) - Retrieve config preferences set for a company.
51-
* [get_sync_status](docs/configuration/README.md#get_sync_status) - Get status for a company's syncs
52-
* [set_configuration](docs/configuration/README.md#set_configuration) - Create or update configuration.
50+
* [get_configuration](docs/sdks/configuration/README.md#get_configuration) - Retrieve config preferences set for a company.
51+
* [get_sync_status](docs/sdks/configuration/README.md#get_sync_status) - Get status for a company's syncs
52+
* [set_configuration](docs/sdks/configuration/README.md#set_configuration) - Create or update configuration.
5353

54-
### [integrations](docs/integrations/README.md)
54+
### [integrations](docs/sdks/integrations/README.md)
5555

56-
* [get_integration_branding](docs/integrations/README.md#get_integration_branding) - Get branding for an integration
57-
* [list_integrations](docs/integrations/README.md#list_integrations) - List information on Codat's supported integrations
56+
* [get_integration_branding](docs/sdks/integrations/README.md#get_integration_branding) - Get branding for an integration
57+
* [list_integrations](docs/sdks/integrations/README.md#list_integrations) - List information on Codat's supported integrations
5858

59-
### [sync](docs/sync/README.md)
59+
### [sync](docs/sdks/sync/README.md)
6060

61-
* [request_sync](docs/sync/README.md#request_sync) - Run a Commerce sync from the last successful sync
62-
* [request_sync_for_date_range](docs/sync/README.md#request_sync_for_date_range) - Run a Commerce sync from a given date range
61+
* [request_sync](docs/sdks/sync/README.md#request_sync) - Run a Commerce sync from the last successful sync
62+
* [request_sync_for_date_range](docs/sdks/sync/README.md#request_sync_for_date_range) - Run a Commerce sync from a given date range
6363

64-
### [sync_flow_preferences](docs/syncflowpreferences/README.md)
64+
### [sync_flow_preferences](docs/sdks/syncflowpreferences/README.md)
6565

66-
* [get_config_text_sync_flow](docs/syncflowpreferences/README.md#get_config_text_sync_flow) - Retrieve preferences for text fields on Sync Flow
67-
* [get_sync_flow_url](docs/syncflowpreferences/README.md#get_sync_flow_url) - Retrieve sync flow url
68-
* [get_visible_accounts](docs/syncflowpreferences/README.md#get_visible_accounts) - List visible accounts
69-
* [update_config_text_sync_flow](docs/syncflowpreferences/README.md#update_config_text_sync_flow) - Update preferences for text fields on sync flow
70-
* [update_visible_accounts_sync_flow](docs/syncflowpreferences/README.md#update_visible_accounts_sync_flow) - Update the visible accounts on Sync Flow
66+
* [get_config_text_sync_flow](docs/sdks/syncflowpreferences/README.md#get_config_text_sync_flow) - Retrieve preferences for text fields on Sync Flow
67+
* [get_sync_flow_url](docs/sdks/syncflowpreferences/README.md#get_sync_flow_url) - Retrieve sync flow url
68+
* [get_visible_accounts](docs/sdks/syncflowpreferences/README.md#get_visible_accounts) - List visible accounts
69+
* [update_config_text_sync_flow](docs/sdks/syncflowpreferences/README.md#update_config_text_sync_flow) - Update preferences for text fields on sync flow
70+
* [update_visible_accounts_sync_flow](docs/sdks/syncflowpreferences/README.md#update_visible_accounts_sync_flow) - Update the visible accounts on Sync Flow
7171
<!-- End SDK Available Operations -->
7272

7373
### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

synccommerce/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,4 +390,12 @@ Based on:
390390
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
391391
- Speakeasy CLI 1.45.2 (2.37.2) https://github.com/speakeasy-api/speakeasy
392392
### Releases
393-
- [PyPI v0.21.1] https://pypi.org/project/codat-sync-for-commerce/0.21.1 - synccommerce
393+
- [PyPI v0.21.1] https://pypi.org/project/codat-sync-for-commerce/0.21.1 - synccommerce
394+
395+
## 2023-06-10 00:07:29
396+
### Changes
397+
Based on:
398+
- OpenAPI Doc 1.1 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Sync-Commerce.yaml
399+
- Speakeasy CLI 1.47.0 (2.39.0) https://github.com/speakeasy-api/speakeasy
400+
### Releases
401+
- [PyPI v0.22.0] https://pypi.org/project/codat-sync-for-commerce/0.22.0 - synccommerce

synccommerce/docs/companymanagement/README.md

Lines changed: 0 additions & 155 deletions
This file was deleted.

synccommerce/docs/configuration/README.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

synccommerce/docs/integrations/README.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)