File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ s = codat.Codat(
2323
2424req = operations.GetAccountCategoryRequest(
2525 account_id = " unde" ,
26- company_id = " deserunt " ,
27- connection_id = " porro " ,
26+ company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002 " ,
27+ connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171 " ,
2828)
2929
3030res = s.categories.get_account_category(req)
Original file line number Diff line number Diff line change @@ -102,4 +102,12 @@ Based on:
102102- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
103103- Speakeasy CLI 1.12.1 https://github.com/speakeasy-api/speakeasy
104104### Releases
105- - [ PyPI v0.5.1] https://pypi.org/project/codat-assess/0.5.1 - assess
105+ - [ PyPI v0.5.1] https://pypi.org/project/codat-assess/0.5.1 - assess
106+
107+ ## 2023-03-18 00:12:29
108+ ### Changes
109+ Based on:
110+ - OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
111+ - Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
112+ ### Releases
113+ - [ PyPI v0.5.2] https://pypi.org/project/codat-assess/0.5.2 - assess
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ s = codat.Codat(
1212
1313req = operations.GetAccountCategoryRequest(
1414 account_id = " unde" ,
15- company_id = " deserunt " ,
16- connection_id = " porro " ,
15+ company_id = " 8a210b68-6988-11ed-a1eb-0242ac120002 " ,
16+ connection_id = " 2e9d2c44-f675-40ba-8049-353bfcb5e171 " ,
1717)
1818
1919res = s.categories.get_account_category(req)
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ configVersion: 1.0.0
22management :
33 docChecksum : ef07474bdf5c9e85370b2557c3764749
44 docVersion : " 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-assess
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "codat-assess" ,
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 @@ -30,8 +30,8 @@ class Codat:
3030 _security_client : requests_http .Session
3131 _server_url : str = SERVERS [0 ]
3232 _language : str = "python"
33- _sdk_version : str = "0.5.1 "
34- _gen_version : str = "1.12.1 "
33+ _sdk_version : str = "0.5.2 "
34+ _gen_version : str = "1.12.3 "
3535
3636 def __init__ (self ,
3737 security : shared .Security = None ,
You can’t perform that action at this time.
0 commit comments