Skip to content

Commit 8b42c23

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.29.0
1 parent 8da1baa commit 8b42c23

30 files changed

Lines changed: 77 additions & 48 deletions

commerce/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ s = codatcommerce.CodatCommerce(
2323
),
2424
)
2525

26-
2726
req = operations.GetCompanyInfoRequest(
2827
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
2928
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',

commerce/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,12 @@ Based on:
318318
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
319319
- Speakeasy CLI 1.27.0 (2.24.0) https://github.com/speakeasy-api/speakeasy
320320
### Releases
321-
- [PyPI v0.15.0] https://pypi.org/project/codat-commerce/0.15.0 - commerce
321+
- [PyPI v0.15.0] https://pypi.org/project/codat-commerce/0.15.0 - commerce
322+
323+
## 2023-05-05 00:18:10
324+
### Changes
325+
Based on:
326+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
327+
- Speakeasy CLI 1.29.0 (2.26.0) https://github.com/speakeasy-api/speakeasy
328+
### Releases
329+
- [PyPI v0.16.0] https://pypi.org/project/codat-commerce/0.16.0 - commerce

commerce/USAGE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ s = codatcommerce.CodatCommerce(
99
),
1010
)
1111

12-
1312
req = operations.GetCompanyInfoRequest(
1413
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
1514
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',

commerce/docs/companyinfo/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ s = codatcommerce.CodatCommerce(
2626
),
2727
)
2828

29-
3029
req = operations.GetCompanyInfoRequest(
3130
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
3231
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',

commerce/docs/customers/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ s = codatcommerce.CodatCommerce(
2424
),
2525
)
2626

27-
2827
req = operations.ListCustomersRequest(
2928
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
3029
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',

commerce/docs/disputes/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ s = codatcommerce.CodatCommerce(
2424
),
2525
)
2626

27-
2827
req = operations.ListDisputesRequest(
2928
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
3029
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',

commerce/docs/locations/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ s = codatcommerce.CodatCommerce(
2626
),
2727
)
2828

29-
3029
req = operations.ListLocationsRequest(
3130
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
3231
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',

commerce/docs/orders/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ s = codatcommerce.CodatCommerce(
2424
),
2525
)
2626

27-
2827
req = operations.ListOrdersRequest(
2928
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
3029
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',

commerce/docs/payments/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ s = codatcommerce.CodatCommerce(
2525
),
2626
)
2727

28-
2928
req = operations.ListPaymentsRequest(
3029
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
3130
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
@@ -57,7 +56,6 @@ s = codatcommerce.CodatCommerce(
5756
),
5857
)
5958

60-
6159
req = operations.ListPaymentMethodsRequest(
6260
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
6361
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',

commerce/docs/products/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ s = codatcommerce.CodatCommerce(
2525
),
2626
)
2727

28-
2928
req = operations.ListProductsRequest(
3029
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
3130
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
@@ -57,7 +56,6 @@ s = codatcommerce.CodatCommerce(
5756
),
5857
)
5958

60-
6159
req = operations.ListProductCategoriesRequest(
6260
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
6361
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',

0 commit comments

Comments
 (0)