Skip to content

Commit 064264d

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.27.0
1 parent a2d73fd commit 064264d

File tree

11 files changed

+49
-41
lines changed

11 files changed

+49
-41
lines changed

banking/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ s = codatbanking.CodatBanking(
2424

2525

2626
req = operations.ListAccountBalancesRequest(
27-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
28-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
29-
order_by="-modifiedDate",
27+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
28+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
29+
order_by='-modifiedDate',
3030
page=1,
3131
page_size=100,
32-
query="corrupti",
32+
query='corrupti',
3333
)
3434

3535
res = s.account_balances.list(req)

banking/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,12 @@ Based on:
278278
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
279279
- Speakeasy CLI 1.26.4 (2.23.4) https://github.com/speakeasy-api/speakeasy
280280
### Releases
281-
- [PyPI v0.13.4] https://pypi.org/project/codat-banking/0.13.4 - banking
281+
- [PyPI v0.13.4] https://pypi.org/project/codat-banking/0.13.4 - banking
282+
283+
## 2023-05-03 00:02:33
284+
### Changes
285+
Based on:
286+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
287+
- Speakeasy CLI 1.27.0 (2.24.0) https://github.com/speakeasy-api/speakeasy
288+
### Releases
289+
- [PyPI v0.14.0] https://pypi.org/project/codat-banking/0.14.0 - banking

banking/USAGE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ s = codatbanking.CodatBanking(
1111

1212

1313
req = operations.ListAccountBalancesRequest(
14-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
15-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
16-
order_by="-modifiedDate",
14+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
15+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
16+
order_by='-modifiedDate',
1717
page=1,
1818
page_size=100,
19-
query="corrupti",
19+
query='corrupti',
2020
)
2121

2222
res = s.account_balances.list(req)

banking/docs/accountbalances/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ s = codatbanking.CodatBanking(
2626

2727

2828
req = operations.ListAccountBalancesRequest(
29-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
30-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
31-
order_by="-modifiedDate",
29+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
30+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
31+
order_by='-modifiedDate',
3232
page=1,
3333
page_size=100,
34-
query="provident",
34+
query='provident',
3535
)
3636

3737
res = s.account_balances.list(req)

banking/docs/accounts/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ s = codatbanking.CodatBanking(
2727

2828

2929
req = operations.GetAccountRequest(
30-
account_id="8a210b68-6988-11ed-a1eb-0242ac120002",
31-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
32-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
30+
account_id='8a210b68-6988-11ed-a1eb-0242ac120002',
31+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
32+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
3333
)
3434

3535
res = s.accounts.get(req)
@@ -56,12 +56,12 @@ s = codatbanking.CodatBanking(
5656

5757

5858
req = operations.ListAccountsRequest(
59-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
60-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
61-
order_by="-modifiedDate",
59+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
60+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
61+
order_by='-modifiedDate',
6262
page=1,
6363
page_size=100,
64-
query="distinctio",
64+
query='distinctio',
6565
)
6666

6767
res = s.accounts.list(req)

banking/docs/transactioncategories/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ s = codatbanking.CodatBanking(
2727

2828

2929
req = operations.GetTransactionCategoryRequest(
30-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
31-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
32-
transaction_category_id="quibusdam",
30+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
31+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
32+
transaction_category_id='quibusdam',
3333
)
3434

3535
res = s.transaction_categories.get(req)
@@ -56,12 +56,12 @@ s = codatbanking.CodatBanking(
5656

5757

5858
req = operations.ListTransactionCategoriesRequest(
59-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
60-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
61-
order_by="-modifiedDate",
59+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
60+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
61+
order_by='-modifiedDate',
6262
page=1,
6363
page_size=100,
64-
query="unde",
64+
query='unde',
6565
)
6666

6767
res = s.transaction_categories.list(req)

banking/docs/transactions/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ s = codatbanking.CodatBanking(
2727

2828

2929
req = operations.GetTransactionRequest(
30-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
31-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
32-
transaction_id="nulla",
30+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
31+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
32+
transaction_id='nulla',
3333
)
3434

3535
res = s.transactions.get(req)
@@ -56,12 +56,12 @@ s = codatbanking.CodatBanking(
5656

5757

5858
req = operations.ListTransactionsRequest(
59-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
60-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
61-
order_by="-modifiedDate",
59+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
60+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
61+
order_by='-modifiedDate',
6262
page=1,
6363
page_size=100,
64-
query="corrupti",
64+
query='corrupti',
6565
)
6666

6767
res = s.transactions.list(req)

banking/gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 021e7fb3d6543c3585c6b446151af997
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.26.4
6-
generationVersion: 2.23.4
5+
speakeasyVersion: 1.27.0
6+
generationVersion: 2.24.0
77
generation:
88
telemetryEnabled: false
99
sdkClassName: CodatBanking
1010
singleTagPerOp: false
1111
python:
12-
version: 0.13.4
12+
version: 0.14.0
1313
author: Speakeasy
1414
description: Python Client SDK Generated by Speakeasy
1515
packageName: codat-banking

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.13.4",
13+
version="0.14.0",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

banking/src/codatbanking/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ class CodatBanking:
3737
_security_client: requests_http.Session
3838
_server_url: str = SERVERS[0]
3939
_language: str = "python"
40-
_sdk_version: str = "0.13.4"
41-
_gen_version: str = "2.23.4"
40+
_sdk_version: str = "0.14.0"
41+
_gen_version: str = "2.24.0"
4242

4343
def __init__(self,
4444
security: shared.Security = None,

0 commit comments

Comments
 (0)