Skip to content

Commit 7a0485a

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.19.3
1 parent 9a79da1 commit 7a0485a

15 files changed

+66
-60
lines changed

banking/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ req = operations.ListAccountBalancesRequest(
2727
order_by="-modifiedDate",
2828
page=1,
2929
page_size=100,
30-
query="unde",
30+
query="corrupti",
3131
)
3232

3333
res = s.account_balances.list_account_balances(req)
@@ -38,7 +38,7 @@ if res.account_balances is not None:
3838
<!-- End SDK Example Usage -->
3939

4040
<!-- Start SDK Available Operations -->
41-
## SDK Available Operations
41+
## Available Resources and Operations
4242

4343

4444
### account_balances

banking/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,12 @@ Based on:
166166
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
167167
- Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy
168168
### Releases
169-
- [PyPI v0.8.3] https://pypi.org/project/codat-banking/0.8.3 - banking
169+
- [PyPI v0.8.3] https://pypi.org/project/codat-banking/0.8.3 - banking
170+
171+
## 2023-04-01 00:02:51
172+
### Changes
173+
Based on:
174+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
175+
- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
176+
### Releases
177+
- [PyPI v0.8.4] https://pypi.org/project/codat-banking/0.8.4 - banking

banking/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ req = operations.ListAccountBalancesRequest(
1616
order_by="-modifiedDate",
1717
page=1,
1818
page_size=100,
19-
query="unde",
19+
query="corrupti",
2020
)
2121

2222
res = s.account_balances.list_account_balances(req)

banking/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: d164bba675fb60913a1d31eba9087b55
3+
docChecksum: 28844c8dedeb3f25310054b80f9c6705
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.8.3
13+
version: 0.8.4
1414
author: Speakeasy
1515
description: Python Client SDK Generated by Speakeasy
1616
packageName: codat-banking

banking/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

banking/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-banking",
13-
version="0.8.3",
13+
version="0.8.4",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

banking/src/codat/models/shared/account.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Account:
3434
name: str = dataclasses.field(metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('name') }})
3535
r"""The name of the account according to the provider."""
3636
type: shared_accounttype_enum.AccountTypeEnum = dataclasses.field(metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('type') }})
37-
r"""The type of transactions and balances on the account.
37+
r"""The type of transactions and balances on the account.
3838
For Credit accounts, positive balances are liabilities, and positive transactions **reduce** liabilities.
3939
For Debit accounts, positive balances are assets, and positive transactions **increase** assets.
4040
"""
@@ -43,7 +43,7 @@ class Account:
4343
informal_name: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('informalName'), 'exclude': lambda f: f is None }})
4444
r"""The friendly name of the account, chosen by the holder. This may not have been set by the account holder and therefore is not always available."""
4545
modified_date: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('modifiedDate'), 'exclude': lambda f: f is None }})
46-
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:
46+
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:
4747
4848
```
4949
2020-10-08T22:40:50Z
@@ -64,7 +64,7 @@ class Account:
6464
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
6565
"""
6666
source_modified_date: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('sourceModifiedDate'), 'exclude': lambda f: f is None }})
67-
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:
67+
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:
6868
6969
```
7070
2020-10-08T22:40:50Z

banking/src/codat/models/shared/accountbalance.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class AccountBalance:
2727
balance: shared_accountbalanceamounts.AccountBalanceAmounts = dataclasses.field(metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('balance') }})
2828
r"""Depending on the data provided by the underlying bank, not all balances are always available."""
2929
date_: str = dataclasses.field(metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('date') }})
30-
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:
30+
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:
3131
3232
```
3333
2020-10-08T22:40:50Z
@@ -48,7 +48,7 @@ class AccountBalance:
4848
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
4949
"""
5050
modified_date: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('modifiedDate'), 'exclude': lambda f: f is None }})
51-
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:
51+
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:
5252
5353
```
5454
2020-10-08T22:40:50Z
@@ -69,7 +69,7 @@ class AccountBalance:
6969
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
7070
"""
7171
source_modified_date: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('sourceModifiedDate'), 'exclude': lambda f: f is None }})
72-
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:
72+
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:
7373
7474
```
7575
2020-10-08T22:40:50Z

banking/src/codat/models/shared/accountidentifiertype_enum.py

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

66
class AccountIdentifierTypeEnum(str, Enum):
77
r"""Type of account"""
8-
ACCOUNT = "Account"
9-
CARD = "Card"
10-
CREDIT = "Credit"
11-
DEPOSITORY = "Depository"
12-
INVESTMENT = "Investment"
13-
LOAN = "Loan"
14-
OTHER = "Other"
8+
ACCOUNT = 'Account'
9+
CARD = 'Card'
10+
CREDIT = 'Credit'
11+
DEPOSITORY = 'Depository'
12+
INVESTMENT = 'Investment'
13+
LOAN = 'Loan'
14+
OTHER = 'Other'

banking/src/codat/models/shared/accounttype_enum.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
from enum import Enum
55

66
class AccountTypeEnum(str, Enum):
7-
r"""The type of transactions and balances on the account.
7+
r"""The type of transactions and balances on the account.
88
For Credit accounts, positive balances are liabilities, and positive transactions **reduce** liabilities.
99
For Debit accounts, positive balances are assets, and positive transactions **increase** assets.
1010
"""
11-
UNKNOWN = "Unknown"
12-
CREDIT = "Credit"
13-
DEBIT = "Debit"
11+
UNKNOWN = 'Unknown'
12+
CREDIT = 'Credit'
13+
DEBIT = 'Debit'

0 commit comments

Comments
 (0)