Skip to content

Commit a7ffe5d

Browse files
authored
Merge pull request #120 from codatio/speakeasy-sdk-regen-1682641945
chore: speakeasy sdk regeneration - Generate Banking SDK
2 parents aa7b052 + 064264d commit a7ffe5d

33 files changed

+73
-177
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: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,36 @@ Based on:
254254
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
255255
- Speakeasy CLI 1.26.1 (2.23.1) https://github.com/speakeasy-api/speakeasy
256256
### Releases
257-
- [PyPI v0.13.1] https://pypi.org/project/codat-banking/0.13.1 - banking
257+
- [PyPI v0.13.1] https://pypi.org/project/codat-banking/0.13.1 - banking
258+
259+
## 2023-04-28 00:32:23
260+
### Changes
261+
Based on:
262+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
263+
- Speakeasy CLI 1.26.2 (2.23.2) https://github.com/speakeasy-api/speakeasy
264+
### Releases
265+
- [PyPI v0.13.2] https://pypi.org/project/codat-banking/0.13.2 - banking
266+
267+
## 2023-04-29 00:02:26
268+
### Changes
269+
Based on:
270+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
271+
- Speakeasy CLI 1.26.3 (2.23.3) https://github.com/speakeasy-api/speakeasy
272+
### Releases
273+
- [PyPI v0.13.3] https://pypi.org/project/codat-banking/0.13.3 - banking
274+
275+
## 2023-04-30 00:02:54
276+
### Changes
277+
Based on:
278+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
279+
- Speakeasy CLI 1.26.4 (2.23.4) https://github.com/speakeasy-api/speakeasy
280+
### Releases
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.1
6-
generationVersion: 2.23.1
5+
speakeasyVersion: 1.27.0
6+
generationVersion: 2.24.0
77
generation:
88
telemetryEnabled: true
99
sdkClassName: CodatBanking
1010
singleTagPerOp: false
1111
python:
12-
version: 0.13.1
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.1",
13+
version="0.14.0",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

banking/src/codatbanking/models/operations/get_account.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,17 @@
1111
class GetAccountRequest:
1212

1313
account_id: str = dataclasses.field(metadata={'path_param': { 'field_name': 'accountId', 'style': 'simple', 'explode': False }})
14-
1514
r"""Unique identifier for an account"""
1615
company_id: str = dataclasses.field(metadata={'path_param': { 'field_name': 'companyId', 'style': 'simple', 'explode': False }})
17-
1816
connection_id: str = dataclasses.field(metadata={'path_param': { 'field_name': 'connectionId', 'style': 'simple', 'explode': False }})
19-
2017

2118

2219
@dataclasses.dataclass
2320
class GetAccountResponse:
2421

2522
content_type: str = dataclasses.field()
26-
2723
status_code: int = dataclasses.field()
28-
2924
account: Optional[shared_account.Account] = dataclasses.field(default=None)
30-
3125
r"""Success"""
3226
raw_response: Optional[requests_http.Response] = dataclasses.field(default=None)
33-
3427

0 commit comments

Comments
 (0)