Skip to content

Commit c0a19c1

Browse files
authored
Merge pull request #127 from codatio/speakeasy-sdk-regen-1682644879
chore: speakeasy sdk regeneration - Generate Commerce SDK
2 parents c0d4d56 + 8847c85 commit c0a19c1

Some content is hidden

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

80 files changed

+184
-422
lines changed

commerce/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ s = codatcommerce.CodatCommerce(
2323
),
2424
)
2525

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

3231
res = s.company_info.get(req)

commerce/RELEASES.md

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,76 @@ Based on:
278278
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
279279
- Speakeasy CLI 1.26.1 (2.23.1) https://github.com/speakeasy-api/speakeasy
280280
### Releases
281-
- [PyPI v0.14.1] https://pypi.org/project/codat-commerce/0.14.1 - commerce
281+
- [PyPI v0.14.1] https://pypi.org/project/codat-commerce/0.14.1 - commerce
282+
283+
## 2023-04-28 01:21:17
284+
### Changes
285+
Based on:
286+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
287+
- Speakeasy CLI 1.26.2 (2.23.2) https://github.com/speakeasy-api/speakeasy
288+
### Releases
289+
- [PyPI v0.14.2] https://pypi.org/project/codat-commerce/0.14.2 - commerce
290+
291+
## 2023-04-29 00:18:48
292+
### Changes
293+
Based on:
294+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
295+
- Speakeasy CLI 1.26.3 (2.23.3) https://github.com/speakeasy-api/speakeasy
296+
### Releases
297+
- [PyPI v0.14.3] https://pypi.org/project/codat-commerce/0.14.3 - commerce
298+
299+
## 2023-04-30 00:20:41
300+
### Changes
301+
Based on:
302+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
303+
- Speakeasy CLI 1.26.4 (2.23.4) https://github.com/speakeasy-api/speakeasy
304+
### Releases
305+
- [PyPI v0.14.4] https://pypi.org/project/codat-commerce/0.14.4 - commerce
306+
307+
## 2023-05-02 00:18:47
308+
### Changes
309+
Based on:
310+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
311+
- Speakeasy CLI 1.26.5 (2.23.6) https://github.com/speakeasy-api/speakeasy
312+
### Releases
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
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
330+
331+
## 2023-05-06 00:17:40
332+
### Changes
333+
Based on:
334+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
335+
- Speakeasy CLI 1.29.1 (2.26.1) https://github.com/speakeasy-api/speakeasy
336+
### Releases
337+
- [PyPI v0.16.1] https://pypi.org/project/codat-commerce/0.16.1 - commerce
338+
339+
## 2023-05-10 00:18:07
340+
### Changes
341+
Based on:
342+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
343+
- Speakeasy CLI 1.29.2 (2.26.2) https://github.com/speakeasy-api/speakeasy
344+
### Releases
345+
- [PyPI v0.16.2] https://pypi.org/project/codat-commerce/0.16.2 - commerce
346+
347+
## 2023-05-11 00:18:30
348+
### Changes
349+
Based on:
350+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
351+
- Speakeasy CLI 1.30.0 (2.26.3) https://github.com/speakeasy-api/speakeasy
352+
### Releases
353+
- [PyPI v0.16.3] https://pypi.org/project/codat-commerce/0.16.3 - commerce

commerce/USAGE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ s = codatcommerce.CodatCommerce(
99
),
1010
)
1111

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

1817
res = s.company_info.get(req)

commerce/docs/companyinfo/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ s = codatcommerce.CodatCommerce(
2626
),
2727
)
2828

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

3534
res = s.company_info.get(req)

commerce/docs/customers/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ s = codatcommerce.CodatCommerce(
2424
),
2525
)
2626

27-
2827
req = operations.ListCustomersRequest(
29-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
30-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
31-
order_by="-modifiedDate",
28+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
29+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
30+
order_by='-modifiedDate',
3231
page=1,
3332
page_size=100,
34-
query="corrupti",
33+
query='corrupti',
3534
)
3635

3736
res = s.customers.list(req)

commerce/docs/disputes/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ s = codatcommerce.CodatCommerce(
2424
),
2525
)
2626

27-
2827
req = operations.ListDisputesRequest(
29-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
30-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
31-
order_by="-modifiedDate",
28+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
29+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
30+
order_by='-modifiedDate',
3231
page=1,
3332
page_size=100,
34-
query="provident",
33+
query='provident',
3534
)
3635

3736
res = s.disputes.list(req)

commerce/docs/locations/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ s = codatcommerce.CodatCommerce(
2626
),
2727
)
2828

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

3534
res = s.locations.list(req)

commerce/docs/orders/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ s = codatcommerce.CodatCommerce(
2424
),
2525
)
2626

27-
2827
req = operations.ListOrdersRequest(
29-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
30-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
31-
order_by="-modifiedDate",
28+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
29+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
30+
order_by='-modifiedDate',
3231
page=1,
3332
page_size=100,
34-
query="distinctio",
33+
query='distinctio',
3534
)
3635

3736
res = s.orders.list(req)

commerce/docs/payments/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ s = codatcommerce.CodatCommerce(
2525
),
2626
)
2727

28-
2928
req = operations.ListPaymentsRequest(
30-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
31-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
32-
order_by="-modifiedDate",
29+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
30+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
31+
order_by='-modifiedDate',
3332
page=1,
3433
page_size=100,
35-
query="quibusdam",
34+
query='quibusdam',
3635
)
3736

3837
res = s.payments.list(req)
@@ -57,14 +56,13 @@ s = codatcommerce.CodatCommerce(
5756
),
5857
)
5958

60-
6159
req = operations.ListPaymentMethodsRequest(
62-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
63-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
64-
order_by="-modifiedDate",
60+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
61+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
62+
order_by='-modifiedDate',
6563
page=1,
6664
page_size=100,
67-
query="unde",
65+
query='unde',
6866
)
6967

7068
res = s.payments.list_methods(req)

commerce/docs/products/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ s = codatcommerce.CodatCommerce(
2525
),
2626
)
2727

28-
2928
req = operations.ListProductsRequest(
30-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
31-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
32-
order_by="-modifiedDate",
29+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
30+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
31+
order_by='-modifiedDate',
3332
page=1,
3433
page_size=100,
35-
query="nulla",
34+
query='nulla',
3635
)
3736

3837
res = s.products.list(req)
@@ -57,14 +56,13 @@ s = codatcommerce.CodatCommerce(
5756
),
5857
)
5958

60-
6159
req = operations.ListProductCategoriesRequest(
62-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
63-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
64-
order_by="-modifiedDate",
60+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
61+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
62+
order_by='-modifiedDate',
6563
page=1,
6664
page_size=100,
67-
query="corrupti",
65+
query='corrupti',
6866
)
6967

7068
res = s.products.list_categories(req)

0 commit comments

Comments
 (0)