Skip to content

Commit 6809536

Browse files
authored
Merge pull request #80 from codatio/speakeasy-sdk-regen-1680740164
chore: speakeasy sdk regeneration - Generate Bank Feeds SDK
2 parents c8aa972 + c2a1a53 commit 6809536

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+302
-179
lines changed

bankfeeds/README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ Bank Feeds API enables your SMB users to set up bank feeds from accounts in your
66
## SDK Installation
77

88
```bash
9-
pip install codat-bankfeeds
9+
pip install codat-bank-feeds
1010
```
1111
<!-- End SDK Installation -->
1212

1313
## SDK Example Usage
1414
<!-- Start SDK Example Usage -->
1515
```python
16-
import codat
17-
from codat.models import operations, shared
16+
import codatbankfeeds
17+
from codatbankfeeds.models import operations, shared
1818

19-
s = codat.Codat(
19+
s = codatbankfeeds.CodatBankFeeds(
2020
security=shared.Security(
2121
auth_header="YOUR_API_KEY_HERE",
2222
),
@@ -32,34 +32,34 @@ req = operations.CreateBankFeedRequest(
3232
balance=6027.63,
3333
currency="nulla",
3434
feed_start_date="2022-10-23T00:00:00Z",
35-
id="corrupti",
35+
id="8d69a674-e0f4-467c-8879-6ed151a05dfc",
3636
modified_date="2022-10-23T00:00:00Z",
37-
sort_code="illum",
38-
status="vel",
37+
sort_code="odit",
38+
status="at",
3939
),
4040
shared.BankFeedAccount(
41-
account_name="error",
42-
account_number="deserunt",
43-
account_type="suscipit",
44-
balance=4375.87,
45-
currency="magnam",
41+
account_name="at",
42+
account_number="maiores",
43+
account_type="molestiae",
44+
balance=7991.59,
45+
currency="quod",
4646
feed_start_date="2022-10-23T00:00:00Z",
47-
id="debitis",
47+
id="78ca1ba9-28fc-4816-b42c-b73920592939",
4848
modified_date="2022-10-23T00:00:00Z",
49-
sort_code="ipsa",
50-
status="delectus",
49+
sort_code="laboriosam",
50+
status="hic",
5151
),
5252
shared.BankFeedAccount(
53-
account_name="tempora",
54-
account_number="suscipit",
55-
account_type="molestiae",
56-
balance=7917.25,
57-
currency="placeat",
53+
account_name="saepe",
54+
account_number="fuga",
55+
account_type="in",
56+
balance=3595.08,
57+
currency="iste",
5858
feed_start_date="2022-10-23T00:00:00Z",
59-
id="voluptatum",
59+
id="6eb10faa-a235-42c5-9559-07aff1a3a2fa",
6060
modified_date="2022-10-23T00:00:00Z",
61-
sort_code="iusto",
62-
status="excepturi",
61+
sort_code="occaecati",
62+
status="numquam",
6363
),
6464
],
6565
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
@@ -76,7 +76,7 @@ if res.bank_feed_accounts is not None:
7676
<!-- Start SDK Available Operations -->
7777
## Available Resources and Operations
7878

79-
### Codat SDK
79+
### CodatBankFeeds SDK
8080

8181
* `create_bank_feed` - Create bank feed bank accounts
8282
* `create_bank_transactions` - Create bank transactions

bankfeeds/RELEASES.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,36 @@ Based on:
238238
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
239239
- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
240240
### Releases
241-
- [PyPI v0.8.5] https://pypi.org/project/codat-bankfeeds/0.8.5 - bankfeeds
241+
- [PyPI v0.8.5] https://pypi.org/project/codat-bankfeeds/0.8.5 - bankfeeds
242+
243+
## 2023-04-06 00:16:02
244+
### Changes
245+
Based on:
246+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
247+
- Speakeasy CLI 1.19.6 (2.17.8) https://github.com/speakeasy-api/speakeasy
248+
### Releases
249+
- [PyPI v0.9.0] https://pypi.org/project/codat-bank-feeds/0.9.0 - bankfeeds
250+
251+
## 2023-04-12 00:16:26
252+
### Changes
253+
Based on:
254+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
255+
- Speakeasy CLI 1.19.7 (2.17.9) https://github.com/speakeasy-api/speakeasy
256+
### Releases
257+
- [PyPI v0.9.1] https://pypi.org/project/codat-bank-feeds/0.9.1 - bankfeeds
258+
259+
## 2023-04-14 00:16:01
260+
### Changes
261+
Based on:
262+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
263+
- Speakeasy CLI 1.20.0 (2.18.0) https://github.com/speakeasy-api/speakeasy
264+
### Releases
265+
- [PyPI v0.10.0] https://pypi.org/project/codat-bank-feeds/0.10.0 - bankfeeds
266+
267+
## 2023-04-18 00:16:39
268+
### Changes
269+
Based on:
270+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
271+
- Speakeasy CLI 1.20.1 (2.18.1) https://github.com/speakeasy-api/speakeasy
272+
### Releases
273+
- [PyPI v0.10.1] https://pypi.org/project/codat-bank-feeds/0.10.1 - bankfeeds

bankfeeds/USAGE.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!-- Start SDK Example Usage -->
22
```python
3-
import codat
4-
from codat.models import operations, shared
3+
import codatbankfeeds
4+
from codatbankfeeds.models import operations, shared
55

6-
s = codat.Codat(
6+
s = codatbankfeeds.CodatBankFeeds(
77
security=shared.Security(
88
auth_header="YOUR_API_KEY_HERE",
99
),
@@ -19,34 +19,34 @@ req = operations.CreateBankFeedRequest(
1919
balance=6027.63,
2020
currency="nulla",
2121
feed_start_date="2022-10-23T00:00:00Z",
22-
id="corrupti",
22+
id="8d69a674-e0f4-467c-8879-6ed151a05dfc",
2323
modified_date="2022-10-23T00:00:00Z",
24-
sort_code="illum",
25-
status="vel",
24+
sort_code="odit",
25+
status="at",
2626
),
2727
shared.BankFeedAccount(
28-
account_name="error",
29-
account_number="deserunt",
30-
account_type="suscipit",
31-
balance=4375.87,
32-
currency="magnam",
28+
account_name="at",
29+
account_number="maiores",
30+
account_type="molestiae",
31+
balance=7991.59,
32+
currency="quod",
3333
feed_start_date="2022-10-23T00:00:00Z",
34-
id="debitis",
34+
id="78ca1ba9-28fc-4816-b42c-b73920592939",
3535
modified_date="2022-10-23T00:00:00Z",
36-
sort_code="ipsa",
37-
status="delectus",
36+
sort_code="laboriosam",
37+
status="hic",
3838
),
3939
shared.BankFeedAccount(
40-
account_name="tempora",
41-
account_number="suscipit",
42-
account_type="molestiae",
43-
balance=7917.25,
44-
currency="placeat",
40+
account_name="saepe",
41+
account_number="fuga",
42+
account_type="in",
43+
balance=3595.08,
44+
currency="iste",
4545
feed_start_date="2022-10-23T00:00:00Z",
46-
id="voluptatum",
46+
id="6eb10faa-a235-42c5-9559-07aff1a3a2fa",
4747
modified_date="2022-10-23T00:00:00Z",
48-
sort_code="iusto",
49-
status="excepturi",
48+
sort_code="occaecati",
49+
status="numquam",
5050
),
5151
],
5252
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",

bankfeeds/files.gen

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
src/codat/sdk.py
1+
src/codatbankfeeds/sdk.py
22
pylintrc
33
setup.py
4-
src/codat/__init__.py
5-
src/codat/models/__init__.py
6-
src/codat/utils/__init__.py
7-
src/codat/utils/retries.py
8-
src/codat/utils/utils.py
9-
src/codat/models/operations/create_bank_feed.py
10-
src/codat/models/operations/create_bank_transactions.py
11-
src/codat/models/operations/get_bank_feeds.py
12-
src/codat/models/operations/get_create_bank_account_model.py
13-
src/codat/models/operations/list_bank_account_transactions.py
14-
src/codat/models/operations/update_bank_feed.py
15-
src/codat/models/operations/__init__.py
16-
src/codat/models/shared/bankfeedaccount.py
17-
src/codat/models/shared/createbanktransactionsresponse.py
18-
src/codat/models/shared/validation.py
19-
src/codat/models/shared/validationitem.py
20-
src/codat/models/shared/pushoperationstatus_enum.py
21-
src/codat/models/shared/datatype_enum.py
22-
src/codat/models/shared/banktransactions.py
23-
src/codat/models/shared/banktransactionline.py
24-
src/codat/models/shared/banktransactiontype_enum.py
25-
src/codat/models/shared/pushoperationchange.py
26-
src/codat/models/shared/pushchangetype_enum.py
27-
src/codat/models/shared/pushoperationref.py
28-
src/codat/models/shared/pushoption.py
29-
src/codat/models/shared/pushvalidationinfo.py
30-
src/codat/models/shared/pushfieldvalidation.py
31-
src/codat/models/shared/pushoptiontype_enum.py
32-
src/codat/models/shared/pushoptionproperty.py
33-
src/codat/models/shared/pushoptionchoice.py
34-
src/codat/models/shared/banktransactionsresponse.py
35-
src/codat/models/shared/links.py
36-
src/codat/models/shared/href.py
37-
src/codat/models/shared/security.py
38-
src/codat/models/shared/__init__.py
4+
src/codatbankfeeds/__init__.py
5+
src/codatbankfeeds/models/__init__.py
6+
src/codatbankfeeds/utils/__init__.py
7+
src/codatbankfeeds/utils/retries.py
8+
src/codatbankfeeds/utils/utils.py
9+
src/codatbankfeeds/models/operations/create_bank_feed.py
10+
src/codatbankfeeds/models/operations/create_bank_transactions.py
11+
src/codatbankfeeds/models/operations/get_bank_feeds.py
12+
src/codatbankfeeds/models/operations/get_create_bank_account_model.py
13+
src/codatbankfeeds/models/operations/list_bank_account_transactions.py
14+
src/codatbankfeeds/models/operations/update_bank_feed.py
15+
src/codatbankfeeds/models/operations/__init__.py
16+
src/codatbankfeeds/models/shared/bankfeedaccount.py
17+
src/codatbankfeeds/models/shared/createbanktransactionsresponse.py
18+
src/codatbankfeeds/models/shared/validation.py
19+
src/codatbankfeeds/models/shared/validationitem.py
20+
src/codatbankfeeds/models/shared/pushoperationstatus_enum.py
21+
src/codatbankfeeds/models/shared/datatype_enum.py
22+
src/codatbankfeeds/models/shared/banktransactions.py
23+
src/codatbankfeeds/models/shared/banktransactionline.py
24+
src/codatbankfeeds/models/shared/banktransactiontype_enum.py
25+
src/codatbankfeeds/models/shared/pushoperationchange.py
26+
src/codatbankfeeds/models/shared/pushchangetype_enum.py
27+
src/codatbankfeeds/models/shared/pushoperationref.py
28+
src/codatbankfeeds/models/shared/pushoption.py
29+
src/codatbankfeeds/models/shared/pushvalidationinfo.py
30+
src/codatbankfeeds/models/shared/pushfieldvalidation.py
31+
src/codatbankfeeds/models/shared/pushoptiontype_enum.py
32+
src/codatbankfeeds/models/shared/pushoptionproperty.py
33+
src/codatbankfeeds/models/shared/pushoptionchoice.py
34+
src/codatbankfeeds/models/shared/banktransactionsresponse.py
35+
src/codatbankfeeds/models/shared/links.py
36+
src/codatbankfeeds/models/shared/href.py
37+
src/codatbankfeeds/models/shared/security.py
38+
src/codatbankfeeds/models/shared/__init__.py
3939
USAGE.md

bankfeeds/gen.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: 6dc12d1e2e0f5092c83823ec984ae895
3+
docChecksum: 813f80f3f0fc4a4685abaeae0535a244
44
docVersion: 2.1.0
5-
speakeasyVersion: 1.19.3
6-
generationVersion: 2.16.7
5+
speakeasyVersion: 1.20.1
6+
generationVersion: 2.18.1
77
generation:
88
telemetryEnabled: false
99
sdkClassName: CodatBankFeeds
1010
tagNamespacingDisabled: true
11-
sdkFlattening: true
1211
singleTagPerOp: false
1312
python:
14-
version: 0.8.5
13+
version: 0.10.1
1514
author: Speakeasy
1615
description: Python Client SDK Generated by Speakeasy
1716
packageName: codat-bank-feeds

bankfeeds/pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ disable=raw-checker-failed,
438438
using-constant-test,
439439
too-many-statements,
440440
cyclic-import,
441+
too-many-nested-blocks
441442

442443
# Enable the message, report, category or checker with the given id(s). You can
443444
# either give multiple identifier separated by comma (,) or put this option

bankfeeds/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
long_description = ""
1010

1111
setuptools.setup(
12-
name="codat-bankfeeds",
13-
version="0.8.5",
12+
name="codat-bank-feeds",
13+
version="0.10.1",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,
File renamed without changes.

bankfeeds/src/codat/models/operations/__init__.py renamed to bankfeeds/src/codatbankfeeds/models/operations/__init__.py

File renamed without changes.

0 commit comments

Comments
 (0)