Skip to content

Commit eda0922

Browse files
chore: speakeasy sdk regeneration - Generate Bank Feeds SDK (#32)
* 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 a875166 commit eda0922

24 files changed

+1467
-755
lines changed

bankfeeds/README.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,21 @@ pip install codat-bankfeeds
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.GetBankAccountPushOptionsRequest(
25-
security=operations.GetBankAccountPushOptionsSecurity(
26-
api_key="YOUR_API_KEY_HERE",
27-
),
28-
path_params=operations.GetBankAccountPushOptionsPathParams(
29-
account_id="unde",
30-
company_id="deserunt",
31-
connection_id="porro",
32-
),
33-
query_params=operations.GetBankAccountPushOptionsQueryParams(
34-
order_by="nulla",
35-
page=6027.63,
36-
page_size=8579.46,
37-
query="perspiciatis",
38-
),
25+
account_id="unde",
26+
company_id="deserunt",
27+
connection_id="porro",
28+
order_by="nulla",
29+
page=6027.63,
30+
page_size=8579.46,
31+
query="perspiciatis",
3932
)
4033

4134
res = s.bank_account_transactions.get_bank_account_push_options(req)
@@ -52,13 +45,13 @@ if res.push_option is not None:
5245
### bank_account_transactions
5346

5447
* `get_bank_account_push_options` - List push options for bank account bank transactions
55-
* `list_all_bank_transactionscount` - List bank transactions for bank account
48+
* `list_bank_account_transactions` - List bank transactions for bank account
5649
* `post_bank_transactions` - Create bank transactions
5750

5851
### bank_feed_accounts
5952

53+
* `create_bank_feed` - Create bank feed bank accounts
6054
* `get_bank_feeds` - List bank feed bank accounts
61-
* `put_bank_feeds` - Update bank feed bank accounts
6255
* `update_bank_feed` - Update bank feed bank account
6356
<!-- End SDK Available Operations -->
6457

bankfeeds/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-Bank-Feeds.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-bankfeeds/0.1.1 - bankfeeds
17+
- [PyPI v0.1.1] https://pypi.org/project/codat-bankfeeds/0.1.1 - bankfeeds
18+
19+
## 2023-03-04 00:17:14
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.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-bankfeeds/0.2.0 - bankfeeds
26+
27+
## 2023-03-06 00:19:15
28+
### Changes
29+
Based on:
30+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.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-bankfeeds/0.2.1 - bankfeeds
34+
35+
## 2023-03-07 00:19:35
36+
### Changes
37+
Based on:
38+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.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-bankfeeds/0.2.2 - bankfeeds
42+
43+
## 2023-03-08 00:18:50
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.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-bankfeeds/0.2.3 - bankfeeds
50+
51+
## 2023-03-09 00:18:55
52+
### Changes
53+
Based on:
54+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.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-bankfeeds/0.2.4 - bankfeeds
58+
59+
## 2023-03-10 00:18:44
60+
### Changes
61+
Based on:
62+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.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-bankfeeds/0.3.0 - bankfeeds
66+
67+
## 2023-03-11 00:16:21
68+
### Changes
69+
Based on:
70+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.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-bankfeeds/0.3.1 - bankfeeds
74+
75+
## 2023-03-15 00:18:03
76+
### Changes
77+
Based on:
78+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.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-bankfeeds/0.4.0 - bankfeeds

bankfeeds/USAGE.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,21 @@
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.GetBankAccountPushOptionsRequest(
14-
security=operations.GetBankAccountPushOptionsSecurity(
15-
api_key="YOUR_API_KEY_HERE",
16-
),
17-
path_params=operations.GetBankAccountPushOptionsPathParams(
18-
account_id="unde",
19-
company_id="deserunt",
20-
connection_id="porro",
21-
),
22-
query_params=operations.GetBankAccountPushOptionsQueryParams(
23-
order_by="nulla",
24-
page=6027.63,
25-
page_size=8579.46,
26-
query="perspiciatis",
27-
),
14+
account_id="unde",
15+
company_id="deserunt",
16+
connection_id="porro",
17+
order_by="nulla",
18+
page=6027.63,
19+
page_size=8579.46,
20+
query="perspiciatis",
2821
)
2922

3023
res = s.bank_account_transactions.get_bank_account_push_options(req)

bankfeeds/files.gen

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
src/codat/bank_account_transactions.py
22
src/codat/bank_feed_accounts.py
33
src/codat/sdk.py
4+
pylintrc
45
setup.py
56
src/codat/__init__.py
67
src/codat/models/__init__.py
78
src/codat/utils/__init__.py
89
src/codat/utils/retries.py
910
src/codat/utils/utils.py
1011
src/codat/models/operations/get_bank_account_push_options.py
11-
src/codat/models/operations/list_all_bank_transactionscount.py
12+
src/codat/models/operations/list_bank_account_transactions.py
1213
src/codat/models/operations/post_bank_transactions.py
14+
src/codat/models/operations/create_bank_feed.py
1315
src/codat/models/operations/get_bank_feeds.py
14-
src/codat/models/operations/put_bank_feeds.py
1516
src/codat/models/operations/update_bank_feed.py
1617
src/codat/models/operations/__init__.py
1718
src/codat/models/shared/security.py

bankfeeds/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: 2850b50909854a03af955e915ac1f608
3+
docChecksum: 5d482fdc77beeaca660224bb3f31b4ec
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-bankfeeds

0 commit comments

Comments
 (0)