Skip to content

Commit 47fe759

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.19.3
1 parent d6c1818 commit 47fe759

File tree

124 files changed

+553
-623
lines changed

Some content is hidden

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

124 files changed

+553
-623
lines changed

accounting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ s = codat.Codat(
2222

2323

2424
req = operations.GetAccountTransactionRequest(
25-
account_transaction_id="unde",
25+
account_transaction_id="corrupti",
2626
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
2727
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
2828
)
@@ -35,7 +35,7 @@ if res.account_transaction is not None:
3535
<!-- End SDK Example Usage -->
3636

3737
<!-- Start SDK Available Operations -->
38-
## SDK Available Operations
38+
## Available Resources and Operations
3939

4040

4141
### account_transactions

accounting/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,12 @@ Based on:
198198
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
199199
- Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy
200200
### Releases
201-
- [PyPI v0.9.4] https://pypi.org/project/codat-accounting/0.9.4 - accounting
201+
- [PyPI v0.9.4] https://pypi.org/project/codat-accounting/0.9.4 - accounting
202+
203+
## 2023-04-01 00:11:41
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
207+
- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
208+
### Releases
209+
- [PyPI v0.9.5] https://pypi.org/project/codat-accounting/0.9.5 - accounting

accounting/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ s = codat.Codat(
1111

1212

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

accounting/files.gen

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ src/codat/models/shared/validationitem.py
174174
src/codat/models/shared/pushoperationstatus_enum.py
175175
src/codat/models/shared/datatype_enum.py
176176
src/codat/models/shared/account.py
177+
src/codat/models/shared/validdatatypelinks.py
177178
src/codat/models/shared/accounttype_enum.py
178179
src/codat/models/shared/accountstatus_enum.py
179180
src/codat/models/shared/pushoperationchange.py
@@ -262,14 +263,14 @@ src/codat/models/shared/createdirectincomeresponse.py
262263
src/codat/models/shared/directincome.py
263264
src/codat/models/shared/directincomelineitem.py
264265
src/codat/models/shared/directincomes.py
265-
src/codat/models/shared/balancesheetresponse.py
266+
src/codat/models/shared/balancesheet1.py
266267
src/codat/models/shared/balancesheet.py
267268
src/codat/models/shared/reportline.py
268-
src/codat/models/shared/cashflowstatementresponse.py
269+
src/codat/models/shared/cashflowstatement1.py
269270
src/codat/models/shared/cashflowstatement.py
270271
src/codat/models/shared/reportinput_enum.py
271272
src/codat/models/shared/reportbasis_enum.py
272-
src/codat/models/shared/profitandlossresponse.py
273+
src/codat/models/shared/profitandlossreport1.py
273274
src/codat/models/shared/profitandlossreport.py
274275
src/codat/models/shared/createinvoiceresponse.py
275276
src/codat/models/shared/invoice.py
@@ -325,7 +326,6 @@ src/codat/models/shared/supplier.py
325326
src/codat/models/shared/supplierstatus_enum.py
326327
src/codat/models/shared/suppliers.py
327328
src/codat/models/shared/taxrate.py
328-
src/codat/models/shared/validdatatypelinksitems.py
329329
src/codat/models/shared/taxratestatus_enum.py
330330
src/codat/models/shared/taxratecomponent.py
331331
src/codat/models/shared/taxrates.py

accounting/gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: 1ddcd8d6eae6331d60121b6df2eeff8e
3+
docChecksum: b83e809fd96ca5e7c803291c8719c642
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.19.2
6-
generationVersion: 2.16.5
5+
speakeasyVersion: 1.19.3
6+
generationVersion: 2.16.7
77
generation:
88
telemetryEnabled: false
99
sdkClassName: codat
1010
sdkFlattening: true
1111
singleTagPerOp: false
1212
python:
13-
version: 0.9.4
13+
version: 0.9.5
1414
author: Speakeasy
1515
description: Python Client SDK Generated by Speakeasy
1616
packageName: codat-accounting

accounting/pylintrc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,7 @@ attr-naming-style=snake_case
124124
#attr-rgx=
125125

126126
# Bad variable names which should always be refused, separated by a comma.
127-
bad-names=foo,
128-
bar,
129-
baz,
130-
toto,
131-
tutu,
132-
tata
127+
bad-names=
133128

134129
# Bad variable names regexes, separated by a comma. If names match any regex,
135130
# they will always be refused
@@ -440,7 +435,10 @@ disable=raw-checker-failed,
440435
trailing-newlines,
441436
too-many-public-methods,
442437
too-many-locals,
443-
too-many-lines
438+
too-many-lines,
439+
using-constant-test,
440+
too-many-statements,
441+
cyclic-import,
444442

445443
# Enable the message, report, category or checker with the given id(s). You can
446444
# either give multiple identifier separated by comma (,) or put this option

accounting/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="codat-accounting",
13-
version="0.9.4",
13+
version="0.9.5",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

accounting/src/codat/bills.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,6 @@ def upload_bill_attachments(self, request: operations.UploadBillAttachmentsReque
279279

280280
res = operations.UploadBillAttachmentsResponse(status_code=http_res.status_code, content_type=content_type, raw_response=http_res)
281281

282-
if http_res.status_code == 200:
283-
pass
284282

285283
return res
286284

accounting/src/codat/company_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def post_sync_info(self, request: operations.PostSyncInfoRequest) -> operations.
6363

6464
if http_res.status_code == 200:
6565
if utils.match_content_type(content_type, 'application/json'):
66-
out = utils.unmarshal_json(http_res.text, Optional[shared.DataSet])
67-
res.data_set = out
66+
out = utils.unmarshal_json(http_res.text, Optional[shared.Dataset])
67+
res.dataset = out
6868

6969
return res
7070

accounting/src/codat/direct_costs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ def upload_direct_cost_attachment(self, request: operations.UploadDirectCostAtta
220220

221221
res = operations.UploadDirectCostAttachmentResponse(status_code=http_res.status_code, content_type=content_type, raw_response=http_res)
222222

223-
if http_res.status_code == 200:
224-
pass
225223

226224
return res
227225

0 commit comments

Comments
 (0)