Skip to content

Commit c8cd87f

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.19.3
1 parent 687b466 commit c8cd87f

30 files changed

+115
-109
lines changed

assess/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.GetAccountCategoryRequest(
25-
account_id="unde",
25+
account_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.categorised_account 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
### categories

assess/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,12 @@ Based on:
190190
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
191191
- Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy
192192
### Releases
193-
- [PyPI v0.9.4] https://pypi.org/project/codat-assess/0.9.4 - assess
193+
- [PyPI v0.9.4] https://pypi.org/project/codat-assess/0.9.4 - assess
194+
195+
## 2023-04-01 00:13:24
196+
### Changes
197+
Based on:
198+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
199+
- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
200+
### Releases
201+
- [PyPI v0.9.5] https://pypi.org/project/codat-assess/0.9.5 - assess

assess/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.GetAccountCategoryRequest(
14-
account_id="unde",
14+
account_id="corrupti",
1515
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
1616
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
1717
)

assess/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: a537e65306f3e65dd12363e690636a7f
3+
docChecksum: 9a8f7529804deecdbdff49be9b7ad29a
44
docVersion: "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-assess

assess/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
@@ -439,7 +434,10 @@ disable=raw-checker-failed,
439434
trailing-newlines,
440435
too-many-public-methods,
441436
too-many-locals,
442-
too-many-lines
437+
too-many-lines,
438+
using-constant-test,
439+
too-many-statements,
440+
cyclic-import,
443441

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

assess/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-assess",
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,

assess/src/codat/categories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def list_accounts_categories(self, request: operations.ListAccountsCategoriesReq
7171

7272
def list_available_account_categories(self) -> operations.ListAvailableAccountCategoriesResponse:
7373
r"""List account categories
74-
Lists available account categories Codat's categorisation engine can provide.
74+
Lists available account categories Codat's categorisation engine can provide.
7575
"""
7676
base_url = self._server_url
7777

assess/src/codat/models/shared/accountcategorydeprecated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class AccountCategoryDeprecated:
1414
detail_type: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('detailType'), 'exclude': lambda f: f is None }})
1515
r"""Most granular chart of account type."""
1616
modified_date: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('modifiedDate'), 'exclude': lambda f: f is None }})
17-
r"""In Codat's data model, dates and times are represented using the <a class=\"external\" href=\"https://en.wikipedia.org/wiki/ISO_8601\" target=\"_blank\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:
17+
r"""In Codat's data model, dates and times are represented using the <a class=\\"external\\" href=\\"https://en.wikipedia.org/wiki/ISO_8601\\" target=\\"_blank\\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:
1818
1919
```
2020
2020-10-08T22:40:50Z

assess/src/codat/models/shared/confirmcategories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ class ConfirmCategoriesCategories:
2929
class ConfirmCategories:
3030

3131
categories: Optional[list[ConfirmCategoriesCategories]] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('categories'), 'exclude': lambda f: f is None }})
32-
r"""List of confirmed account categories set manually by the user. """
32+
r"""List of confirmed account categories set manually by the user."""
3333

assess/src/codat/models/shared/dataintegritydatatype_enum.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class DataIntegrityDataTypeEnum(str, Enum):
77
r"""A key for a Codat data type."""
8-
BANKING_ACCOUNTS = "banking-accounts"
9-
BANKING_TRANSACTIONS = "banking-transactions"
10-
BANK_ACCOUNTS = "bankAccounts"
11-
ACCOUNT_TRANSACTIONS = "accountTransactions"
8+
BANKING_ACCOUNTS = 'banking-accounts'
9+
BANKING_TRANSACTIONS = 'banking-transactions'
10+
BANK_ACCOUNTS = 'bankAccounts'
11+
ACCOUNT_TRANSACTIONS = 'accountTransactions'

0 commit comments

Comments
 (0)