Skip to content

Commit 8da1baa

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.27.0
1 parent 484810b commit 8da1baa

16 files changed

Lines changed: 58 additions & 50 deletions

File tree

commerce/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ s = codatcommerce.CodatCommerce(
2525

2626

2727
req = operations.GetCompanyInfoRequest(
28-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
29-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
28+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
29+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
3030
)
3131

3232
res = s.company_info.get(req)

commerce/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,4 +310,12 @@ Based on:
310310
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
311311
- Speakeasy CLI 1.26.5 (2.23.6) https://github.com/speakeasy-api/speakeasy
312312
### Releases
313-
- [PyPI v0.14.5] https://pypi.org/project/codat-commerce/0.14.5 - commerce
313+
- [PyPI v0.14.5] https://pypi.org/project/codat-commerce/0.14.5 - commerce
314+
315+
## 2023-05-03 00:18:47
316+
### Changes
317+
Based on:
318+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
319+
- Speakeasy CLI 1.27.0 (2.24.0) https://github.com/speakeasy-api/speakeasy
320+
### Releases
321+
- [PyPI v0.15.0] https://pypi.org/project/codat-commerce/0.15.0 - commerce

commerce/USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ s = codatcommerce.CodatCommerce(
1111

1212

1313
req = operations.GetCompanyInfoRequest(
14-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
15-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
14+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
15+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
1616
)
1717

1818
res = s.company_info.get(req)

commerce/docs/companyinfo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ s = codatcommerce.CodatCommerce(
2828

2929

3030
req = operations.GetCompanyInfoRequest(
31-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
32-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
31+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
32+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
3333
)
3434

3535
res = s.company_info.get(req)

commerce/docs/customers/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ s = codatcommerce.CodatCommerce(
2626

2727

2828
req = operations.ListCustomersRequest(
29-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
30-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
31-
order_by="-modifiedDate",
29+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
30+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
31+
order_by='-modifiedDate',
3232
page=1,
3333
page_size=100,
34-
query="corrupti",
34+
query='corrupti',
3535
)
3636

3737
res = s.customers.list(req)

commerce/docs/disputes/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ s = codatcommerce.CodatCommerce(
2626

2727

2828
req = operations.ListDisputesRequest(
29-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
30-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
31-
order_by="-modifiedDate",
29+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
30+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
31+
order_by='-modifiedDate',
3232
page=1,
3333
page_size=100,
34-
query="provident",
34+
query='provident',
3535
)
3636

3737
res = s.disputes.list(req)

commerce/docs/locations/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ s = codatcommerce.CodatCommerce(
2828

2929

3030
req = operations.ListLocationsRequest(
31-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
32-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
31+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
32+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
3333
)
3434

3535
res = s.locations.list(req)

commerce/docs/orders/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ s = codatcommerce.CodatCommerce(
2626

2727

2828
req = operations.ListOrdersRequest(
29-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
30-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
31-
order_by="-modifiedDate",
29+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
30+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
31+
order_by='-modifiedDate',
3232
page=1,
3333
page_size=100,
34-
query="distinctio",
34+
query='distinctio',
3535
)
3636

3737
res = s.orders.list(req)

commerce/docs/payments/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ s = codatcommerce.CodatCommerce(
2727

2828

2929
req = operations.ListPaymentsRequest(
30-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
31-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
32-
order_by="-modifiedDate",
30+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
31+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
32+
order_by='-modifiedDate',
3333
page=1,
3434
page_size=100,
35-
query="quibusdam",
35+
query='quibusdam',
3636
)
3737

3838
res = s.payments.list(req)
@@ -59,12 +59,12 @@ s = codatcommerce.CodatCommerce(
5959

6060

6161
req = operations.ListPaymentMethodsRequest(
62-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
63-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
64-
order_by="-modifiedDate",
62+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
63+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
64+
order_by='-modifiedDate',
6565
page=1,
6666
page_size=100,
67-
query="unde",
67+
query='unde',
6868
)
6969

7070
res = s.payments.list_methods(req)

commerce/docs/products/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ s = codatcommerce.CodatCommerce(
2727

2828

2929
req = operations.ListProductsRequest(
30-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
31-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
32-
order_by="-modifiedDate",
30+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
31+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
32+
order_by='-modifiedDate',
3333
page=1,
3434
page_size=100,
35-
query="nulla",
35+
query='nulla',
3636
)
3737

3838
res = s.products.list(req)
@@ -59,12 +59,12 @@ s = codatcommerce.CodatCommerce(
5959

6060

6161
req = operations.ListProductCategoriesRequest(
62-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
63-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
64-
order_by="-modifiedDate",
62+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
63+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
64+
order_by='-modifiedDate',
6565
page=1,
6666
page_size=100,
67-
query="corrupti",
67+
query='corrupti',
6868
)
6969

7070
res = s.products.list_categories(req)

0 commit comments

Comments
 (0)