Skip to content

Commit abef634

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.47.0
1 parent 0bdb5d7 commit abef634

212 files changed

Lines changed: 3173 additions & 935 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.

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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,4 +486,12 @@ Based on:
486486
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
487487
- Speakeasy CLI 1.45.2 (2.37.2) https://github.com/speakeasy-api/speakeasy
488488
### Releases
489-
- [PyPI v0.25.1] https://pypi.org/project/codat-commerce/0.25.1 - commerce
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

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 |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GetCompanyInfoRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
8+
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |
9+
| `connection_id` | *str* | :heavy_check_mark: | N/A | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# GetCompanyInfoResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
8+
| `company_info` | [Optional[shared.CompanyInfo]](../../models/shared/companyinfo.md) | :heavy_minus_sign: | OK |
9+
| `content_type` | *str* | :heavy_check_mark: | N/A |
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+
| `get_company_info_409_application_json_object` | [Optional[GetCompanyInfo409ApplicationJSON]](../../models/operations/getcompanyinfo409applicationjson.md) | :heavy_minus_sign: | The data type's dataset has not been requested or is still syncing. |
13+
| `schema` | [Optional[shared.Schema]](../../models/shared/schema.md) | :heavy_minus_sign: | Your API request was not properly authorized. |

0 commit comments

Comments
 (0)