File tree Expand file tree Collapse file tree 6 files changed +18
-10
lines changed
Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ s = codat.Codat(
2222
2323
2424req = operations.GetCommerceInfoRequest(
25- company_id = " unde " ,
26- connection_id = " deserunt " ,
25+ company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002 " ,
26+ connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171 " ,
2727)
2828
2929res = s.company_info.get_commerce_info(req)
Original file line number Diff line number Diff line change @@ -94,4 +94,12 @@ Based on:
9494- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
9595- Speakeasy CLI 1.12.1 https://github.com/speakeasy-api/speakeasy
9696### Releases
97- - [ PyPI v0.5.1] https://pypi.org/project/codat-commerce/0.5.1 - commerce
97+ - [ PyPI v0.5.1] https://pypi.org/project/codat-commerce/0.5.1 - commerce
98+
99+ ## 2023-03-18 00:19:12
100+ ### Changes
101+ Based on:
102+ - OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Commerce.yaml
103+ - Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
104+ ### Releases
105+ - [ PyPI v0.5.2] https://pypi.org/project/codat-commerce/0.5.2 - commerce
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ s = codat.Codat(
1111
1212
1313req = operations.GetCommerceInfoRequest(
14- company_id = " unde " ,
15- connection_id = " deserunt " ,
14+ company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002 " ,
15+ connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171 " ,
1616)
1717
1818res = s.company_info.get_commerce_info(req)
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ configVersion: 1.0.0
22management :
33 docChecksum : acb3d544c813bc9862f61eb872eadf7c
44 docVersion : 2.1.0
5- speakeasyVersion : 1.12.1
5+ speakeasyVersion : 1.12.3
66generation :
77 telemetryEnabled : false
88 sdkClassName : codat
99 sdkFlattening : true
1010python :
11- version : 0.5.1
11+ version : 0.5.2
1212 author : Speakeasy
1313 description : Python Client SDK Generated by Speakeasy
1414 packageName : codat-commerce
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "codat-commerce" ,
11- version = "0.5.1 " ,
11+ version = "0.5.2 " ,
1212 author = "Speakeasy" ,
1313 description = "Python Client SDK Generated by Speakeasy" ,
1414 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ class Codat:
4444 _security_client : requests_http .Session
4545 _server_url : str = SERVERS [0 ]
4646 _language : str = "python"
47- _sdk_version : str = "0.5.1 "
48- _gen_version : str = "1.12.1 "
47+ _sdk_version : str = "0.5.2 "
48+ _gen_version : str = "1.12.3 "
4949
5050 def __init__ (self ,
5151 security : shared .Security = None ,
You can’t perform that action at this time.
0 commit comments