Skip to content

Commit 1060ea3

Browse files
chore: speakeasy sdk regeneration - Generate Banking SDK (#28)
* ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.2 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.4 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.5 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.6 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.8.7 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.9.1 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.9.2 * ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.11.0 --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 8150a65 commit 1060ea3

27 files changed

+1310
-687
lines changed

banking/README.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,20 @@ pip install codat-banking
1414
import codat
1515
from codat.models import operations, shared
1616

17-
s = codat.Codat()
18-
s.config_security(
17+
s = codat.Codat(
1918
security=shared.Security(
20-
api_key="YOUR_API_KEY_HERE",
21-
)
19+
auth_header="YOUR_API_KEY_HERE",
20+
),
2221
)
23-
22+
23+
2424
req = operations.ListBankingAccountBalancesRequest(
25-
security=operations.ListBankingAccountBalancesSecurity(
26-
api_key="YOUR_API_KEY_HERE",
27-
),
28-
path_params=operations.ListBankingAccountBalancesPathParams(
29-
company_id="unde",
30-
connection_id="deserunt",
31-
),
32-
query_params=operations.ListBankingAccountBalancesQueryParams(
33-
order_by="porro",
34-
page=8442.66,
35-
page_size=6027.63,
36-
query="vero",
37-
),
25+
company_id="unde",
26+
connection_id="deserunt",
27+
order_by="porro",
28+
page=8442.66,
29+
page_size=6027.63,
30+
query="vero",
3831
)
3932

4033
res = s.account_balances.list_banking_account_balances(req)
@@ -50,12 +43,12 @@ if res.links is not None:
5043

5144
### account_balances
5245

53-
* `list_banking_account_balances` - List bank balances
46+
* `list_banking_account_balances` - List account balances
5447

5548
### accounts
5649

57-
* `get_bank_account` - Get bank account
58-
* `list_banking_accounts` - List bank accounts
50+
* `get_banking_account` - Get account
51+
* `list_banking_accounts` - List accounts
5952

6053
### transaction_categories
6154

banking/RELEASES.md

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,68 @@ Based on:
1414
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
1515
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
1616
### Releases
17-
- [PyPI v0.1.1] https://pypi.org/project/codat-banking/0.1.1 - banking
17+
- [PyPI v0.1.1] https://pypi.org/project/codat-banking/0.1.1 - banking
18+
19+
## 2023-03-04 00:02:17
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
23+
- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
24+
### Releases
25+
- [PyPI v0.2.0] https://pypi.org/project/codat-banking/0.2.0 - banking
26+
27+
## 2023-03-06 00:02:36
28+
### Changes
29+
Based on:
30+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
31+
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
32+
### Releases
33+
- [PyPI v0.2.1] https://pypi.org/project/codat-banking/0.2.1 - banking
34+
35+
## 2023-03-07 00:02:32
36+
### Changes
37+
Based on:
38+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
39+
- Speakeasy CLI 1.8.5 https://github.com/speakeasy-api/speakeasy
40+
### Releases
41+
- [PyPI v0.2.2] https://pypi.org/project/codat-banking/0.2.2 - banking
42+
43+
## 2023-03-08 00:02:30
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
47+
- Speakeasy CLI 1.8.6 https://github.com/speakeasy-api/speakeasy
48+
### Releases
49+
- [PyPI v0.2.3] https://pypi.org/project/codat-banking/0.2.3 - banking
50+
51+
## 2023-03-09 00:02:20
52+
### Changes
53+
Based on:
54+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
55+
- Speakeasy CLI 1.8.7 https://github.com/speakeasy-api/speakeasy
56+
### Releases
57+
- [PyPI v0.2.4] https://pypi.org/project/codat-banking/0.2.4 - banking
58+
59+
## 2023-03-10 00:02:32
60+
### Changes
61+
Based on:
62+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
63+
- Speakeasy CLI 1.9.1 https://github.com/speakeasy-api/speakeasy
64+
### Releases
65+
- [PyPI v0.3.0] https://pypi.org/project/codat-banking/0.3.0 - banking
66+
67+
## 2023-03-11 00:02:15
68+
### Changes
69+
Based on:
70+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
71+
- Speakeasy CLI 1.9.2 https://github.com/speakeasy-api/speakeasy
72+
### Releases
73+
- [PyPI v0.3.1] https://pypi.org/project/codat-banking/0.3.1 - banking
74+
75+
## 2023-03-15 00:02:30
76+
### Changes
77+
Based on:
78+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Banking.yaml
79+
- Speakeasy CLI 1.11.0 https://github.com/speakeasy-api/speakeasy
80+
### Releases
81+
- [PyPI v0.4.0] https://pypi.org/project/codat-banking/0.4.0 - banking

banking/USAGE.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,20 @@
33
import codat
44
from codat.models import operations, shared
55

6-
s = codat.Codat()
7-
s.config_security(
6+
s = codat.Codat(
87
security=shared.Security(
9-
api_key="YOUR_API_KEY_HERE",
10-
)
8+
auth_header="YOUR_API_KEY_HERE",
9+
),
1110
)
12-
11+
12+
1313
req = operations.ListBankingAccountBalancesRequest(
14-
security=operations.ListBankingAccountBalancesSecurity(
15-
api_key="YOUR_API_KEY_HERE",
16-
),
17-
path_params=operations.ListBankingAccountBalancesPathParams(
18-
company_id="unde",
19-
connection_id="deserunt",
20-
),
21-
query_params=operations.ListBankingAccountBalancesQueryParams(
22-
order_by="porro",
23-
page=8442.66,
24-
page_size=6027.63,
25-
query="vero",
26-
),
14+
company_id="unde",
15+
connection_id="deserunt",
16+
order_by="porro",
17+
page=8442.66,
18+
page_size=6027.63,
19+
query="vero",
2720
)
2821

2922
res = s.account_balances.list_banking_account_balances(req)

banking/files.gen

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ src/codat/accounts.py
33
src/codat/transaction_categories.py
44
src/codat/transactions.py
55
src/codat/sdk.py
6+
pylintrc
67
setup.py
78
src/codat/__init__.py
89
src/codat/models/__init__.py
910
src/codat/utils/__init__.py
1011
src/codat/utils/retries.py
1112
src/codat/utils/utils.py
1213
src/codat/models/operations/list_banking_account_balances.py
13-
src/codat/models/operations/get_bank_account.py
14+
src/codat/models/operations/get_banking_account.py
1415
src/codat/models/operations/list_banking_accounts.py
1516
src/codat/models/operations/get_bank_transaction_category.py
1617
src/codat/models/operations/list_bank_transaction_categories.py

banking/gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: f7f15367a30f949e2d1941199e54f2b1
3+
docChecksum: 523695aad4a300053dc9bbe93ef6928a
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.7.1
5+
speakeasyVersion: 1.11.0
66
generation:
77
telemetryEnabled: false
88
sdkClassName: codat
99
sdkFlattening: true
1010
python:
11-
version: 0.1.1
11+
version: 0.4.0
1212
author: Speakeasy
1313
description: Python Client SDK Generated by Speakeasy
1414
packageName: codat-banking

0 commit comments

Comments
 (0)