Skip to content

Commit 7233316

Browse files
authored
Merge pull request #189 from codatio/speakeasy-sdk-regen-1686183691
chore: speakeasy sdk regeneration - Generate Commerce SDK
2 parents 39f19af + 512894b commit 7233316

File tree

221 files changed

+3227
-956
lines changed

Some content is hidden

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

221 files changed

+3227
-956
lines changed

commerce/README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -39,53 +39,53 @@ if res.company_info is not None:
3939
## Available Resources and Operations
4040

4141

42-
### [company_info](docs/companyinfo/README.md)
42+
### [company_info](docs/sdks/companyinfo/README.md)
4343

44-
* [get](docs/companyinfo/README.md#get) - Get company info
44+
* [get](docs/sdks/companyinfo/README.md#get) - Get company info
4545

46-
### [customers](docs/customers/README.md)
46+
### [customers](docs/sdks/customers/README.md)
4747

48-
* [get](docs/customers/README.md#get) - Get customer
49-
* [list](docs/customers/README.md#list) - List customers
48+
* [get](docs/sdks/customers/README.md#get) - Get customer
49+
* [list](docs/sdks/customers/README.md#list) - List customers
5050

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

53-
* [get](docs/disputes/README.md#get) - Get dispute
54-
* [list](docs/disputes/README.md#list) - List disputes
53+
* [get](docs/sdks/disputes/README.md#get) - Get dispute
54+
* [list](docs/sdks/disputes/README.md#list) - List disputes
5555

56-
### [locations](docs/locations/README.md)
56+
### [locations](docs/sdks/locations/README.md)
5757

58-
* [get](docs/locations/README.md#get) - Get location
59-
* [list](docs/locations/README.md#list) - List locations
58+
* [get](docs/sdks/locations/README.md#get) - Get location
59+
* [list](docs/sdks/locations/README.md#list) - List locations
6060

61-
### [orders](docs/orders/README.md)
61+
### [orders](docs/sdks/orders/README.md)
6262

63-
* [get](docs/orders/README.md#get) - Get order
64-
* [list](docs/orders/README.md#list) - List orders
63+
* [get](docs/sdks/orders/README.md#get) - Get order
64+
* [list](docs/sdks/orders/README.md#list) - List orders
6565

66-
### [payments](docs/payments/README.md)
66+
### [payments](docs/sdks/payments/README.md)
6767

68-
* [get](docs/payments/README.md#get) - Get payment
69-
* [get_method](docs/payments/README.md#get_method) - Get payment method
70-
* [list](docs/payments/README.md#list) - List payments
71-
* [list_methods](docs/payments/README.md#list_methods) - List payment methods
68+
* [get](docs/sdks/payments/README.md#get) - Get payment
69+
* [get_method](docs/sdks/payments/README.md#get_method) - Get payment method
70+
* [list](docs/sdks/payments/README.md#list) - List payments
71+
* [list_methods](docs/sdks/payments/README.md#list_methods) - List payment methods
7272

73-
### [products](docs/products/README.md)
73+
### [products](docs/sdks/products/README.md)
7474

75-
* [get](docs/products/README.md#get) - Get product
76-
* [get_category](docs/products/README.md#get_category) - Get product category
77-
* [list](docs/products/README.md#list) - List products
78-
* [list_categories](docs/products/README.md#list_categories) - List product categories
75+
* [get](docs/sdks/products/README.md#get) - Get product
76+
* [get_category](docs/sdks/products/README.md#get_category) - Get product category
77+
* [list](docs/sdks/products/README.md#list) - List products
78+
* [list_categories](docs/sdks/products/README.md#list_categories) - List product categories
7979

80-
### [tax_components](docs/taxcomponents/README.md)
80+
### [tax_components](docs/sdks/taxcomponents/README.md)
8181

82-
* [get](docs/taxcomponents/README.md#get) - Get tax component
83-
* [list](docs/taxcomponents/README.md#list) - List tax components
82+
* [get](docs/sdks/taxcomponents/README.md#get) - Get tax component
83+
* [list](docs/sdks/taxcomponents/README.md#list) - List tax components
8484

85-
### [transactions](docs/transactions/README.md)
85+
### [transactions](docs/sdks/transactions/README.md)
8686

87-
* [get](docs/transactions/README.md#get) - Get transaction
88-
* [list](docs/transactions/README.md#list) - List transactions
87+
* [get](docs/sdks/transactions/README.md#get) - Get transaction
88+
* [list](docs/sdks/transactions/README.md#list) - List transactions
8989
<!-- End SDK Available Operations -->
9090

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

commerce/RELEASES.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,4 +470,44 @@ Based on:
470470
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
471471
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
472472
### Releases
473-
- [PyPI v0.24.1] https://pypi.org/project/codat-commerce/0.24.1 - commerce
473+
- [PyPI v0.24.1] https://pypi.org/project/codat-commerce/0.24.1 - commerce
474+
475+
## 2023-06-08 00:21:28
476+
### Changes
477+
Based on:
478+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
479+
- Speakeasy CLI 1.45.0 (2.37.0) https://github.com/speakeasy-api/speakeasy
480+
### Releases
481+
- [PyPI v0.25.0] https://pypi.org/project/codat-commerce/0.25.0 - commerce
482+
483+
## 2023-06-09 00:22:24
484+
### Changes
485+
Based on:
486+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
487+
- Speakeasy CLI 1.45.2 (2.37.2) https://github.com/speakeasy-api/speakeasy
488+
### Releases
489+
- [PyPI v0.25.1] https://pypi.org/project/codat-commerce/0.25.1 - commerce
490+
491+
## 2023-06-10 00:20:36
492+
### Changes
493+
Based on:
494+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
495+
- Speakeasy CLI 1.47.0 (2.39.0) https://github.com/speakeasy-api/speakeasy
496+
### Releases
497+
- [PyPI v0.26.0] https://pypi.org/project/codat-commerce/0.26.0 - commerce
498+
499+
## 2023-06-11 00:23:29
500+
### Changes
501+
Based on:
502+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
503+
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
504+
### Releases
505+
- [PyPI v0.26.1] https://pypi.org/project/codat-commerce/0.26.1 - commerce
506+
507+
## 2023-06-12 09:30:30
508+
### Changes
509+
Based on:
510+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
511+
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
512+
### Releases
513+
- [PyPI v0.26.2] https://pypi.org/project/codat-commerce/0.26.2 - commerce

commerce/docs/companyinfo/README.md

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

commerce/docs/customers/README.md

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

commerce/docs/disputes/README.md

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

commerce/docs/locations/README.md

Lines changed: 0 additions & 69 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# GetCompanyInfo409ApplicationJSON
2+
3+
The data type's dataset has not been requested or is still syncing.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| --------------------- | --------------------- | --------------------- | --------------------- |
10+
| `can_be_retried` | *Optional[str]* | :heavy_minus_sign: | N/A |
11+
| `correlation_id` | *Optional[str]* | :heavy_minus_sign: | N/A |
12+
| `detailed_error_code` | *Optional[int]* | :heavy_minus_sign: | N/A |
13+
| `error` | *Optional[str]* | :heavy_minus_sign: | N/A |
14+
| `service` | *Optional[str]* | :heavy_minus_sign: | N/A |
15+
| `status_code` | *Optional[int]* | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)