Skip to content

Commit c34a6a1

Browse files
authored
Merge pull request #126 from codatio/speakeasy-sdk-regen-1682644501
chore: speakeasy sdk regeneration - Generate Bank Feeds SDK
2 parents c0a19c1 + 6f134f7 commit c34a6a1

31 files changed

Lines changed: 249 additions & 296 deletions

bankfeeds/README.md

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -22,48 +22,47 @@ s = codatbankfeeds.CodatBankFeeds(
2222
),
2323
)
2424

25-
2625
req = operations.CreateBankFeedRequest(
2726
request_body=[
2827
shared.BankFeedAccount(
29-
account_name="provident",
30-
account_number="distinctio",
31-
account_type="quibusdam",
28+
account_name='provident',
29+
account_number='distinctio',
30+
account_type='quibusdam',
3231
balance=6027.63,
33-
currency="nulla",
34-
feed_start_date="corrupti",
35-
id="d69a674e-0f46-47cc-8796-ed151a05dfc2",
36-
modified_date="at",
37-
sort_code="at",
38-
status="maiores",
32+
currency='nulla',
33+
feed_start_date='corrupti',
34+
id='d69a674e-0f46-47cc-8796-ed151a05dfc2',
35+
modified_date='at',
36+
sort_code='at',
37+
status='maiores',
3938
),
4039
shared.BankFeedAccount(
41-
account_name="molestiae",
42-
account_number="quod",
43-
account_type="quod",
40+
account_name='molestiae',
41+
account_number='quod',
42+
account_type='quod',
4443
balance=4614.79,
45-
currency="totam",
46-
feed_start_date="porro",
47-
id="a1ba928f-c816-4742-8b73-9205929396fe",
48-
modified_date="fuga",
49-
sort_code="in",
50-
status="corporis",
44+
currency='totam',
45+
feed_start_date='porro',
46+
id='a1ba928f-c816-4742-8b73-9205929396fe',
47+
modified_date='fuga',
48+
sort_code='in',
49+
status='corporis',
5150
),
5251
shared.BankFeedAccount(
53-
account_name="iste",
54-
account_number="iure",
55-
account_type="saepe",
52+
account_name='iste',
53+
account_number='iure',
54+
account_type='saepe',
5655
balance=6976.31,
57-
currency="architecto",
58-
feed_start_date="ipsa",
59-
id="faaa2352-c595-4590-baff-1a3a2fa94677",
60-
modified_date="velit",
61-
sort_code="error",
62-
status="quia",
56+
currency='architecto',
57+
feed_start_date='ipsa',
58+
id='faaa2352-c595-4590-baff-1a3a2fa94677',
59+
modified_date='velit',
60+
sort_code='error',
61+
status='quia',
6362
),
6463
],
65-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
66-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
64+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
65+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
6766
)
6867

6968
res = s.create_bank_feed(req)

bankfeeds/RELEASES.md

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,76 @@ Based on:
318318
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
319319
- Speakeasy CLI 1.26.1 (2.23.1) https://github.com/speakeasy-api/speakeasy
320320
### Releases
321-
- [PyPI v0.13.1] https://pypi.org/project/codat-bank-feeds/0.13.1 - bankfeeds
321+
- [PyPI v0.13.1] https://pypi.org/project/codat-bank-feeds/0.13.1 - bankfeeds
322+
323+
## 2023-04-28 01:14:58
324+
### Changes
325+
Based on:
326+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
327+
- Speakeasy CLI 1.26.2 (2.23.2) https://github.com/speakeasy-api/speakeasy
328+
### Releases
329+
- [PyPI v0.13.2] https://pypi.org/project/codat-bank-feeds/0.13.2 - bankfeeds
330+
331+
## 2023-04-29 00:16:43
332+
### Changes
333+
Based on:
334+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
335+
- Speakeasy CLI 1.26.3 (2.23.3) https://github.com/speakeasy-api/speakeasy
336+
### Releases
337+
- [PyPI v0.13.3] https://pypi.org/project/codat-bank-feeds/0.13.3 - bankfeeds
338+
339+
## 2023-04-30 00:18:30
340+
### Changes
341+
Based on:
342+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
343+
- Speakeasy CLI 1.26.4 (2.23.4) https://github.com/speakeasy-api/speakeasy
344+
### Releases
345+
- [PyPI v0.13.4] https://pypi.org/project/codat-bank-feeds/0.13.4 - bankfeeds
346+
347+
## 2023-05-02 00:16:45
348+
### Changes
349+
Based on:
350+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
351+
- Speakeasy CLI 1.26.5 (2.23.6) https://github.com/speakeasy-api/speakeasy
352+
### Releases
353+
- [PyPI v0.13.5] https://pypi.org/project/codat-bank-feeds/0.13.5 - bankfeeds
354+
355+
## 2023-05-03 00:16:18
356+
### Changes
357+
Based on:
358+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
359+
- Speakeasy CLI 1.27.0 (2.24.0) https://github.com/speakeasy-api/speakeasy
360+
### Releases
361+
- [PyPI v0.14.0] https://pypi.org/project/codat-bank-feeds/0.14.0 - bankfeeds
362+
363+
## 2023-05-05 00:16:16
364+
### Changes
365+
Based on:
366+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
367+
- Speakeasy CLI 1.29.0 (2.26.0) https://github.com/speakeasy-api/speakeasy
368+
### Releases
369+
- [PyPI v0.15.0] https://pypi.org/project/codat-bank-feeds/0.15.0 - bankfeeds
370+
371+
## 2023-05-06 00:15:38
372+
### Changes
373+
Based on:
374+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
375+
- Speakeasy CLI 1.29.1 (2.26.1) https://github.com/speakeasy-api/speakeasy
376+
### Releases
377+
- [PyPI v0.15.1] https://pypi.org/project/codat-bank-feeds/0.15.1 - bankfeeds
378+
379+
## 2023-05-10 00:16:26
380+
### Changes
381+
Based on:
382+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
383+
- Speakeasy CLI 1.29.2 (2.26.2) https://github.com/speakeasy-api/speakeasy
384+
### Releases
385+
- [PyPI v0.15.2] https://pypi.org/project/codat-bank-feeds/0.15.2 - bankfeeds
386+
387+
## 2023-05-11 00:16:31
388+
### Changes
389+
Based on:
390+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
391+
- Speakeasy CLI 1.30.0 (2.26.3) https://github.com/speakeasy-api/speakeasy
392+
### Releases
393+
- [PyPI v0.15.3] https://pypi.org/project/codat-bank-feeds/0.15.3 - bankfeeds

bankfeeds/USAGE.md

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9,48 +9,47 @@ s = codatbankfeeds.CodatBankFeeds(
99
),
1010
)
1111

12-
1312
req = operations.CreateBankFeedRequest(
1413
request_body=[
1514
shared.BankFeedAccount(
16-
account_name="provident",
17-
account_number="distinctio",
18-
account_type="quibusdam",
15+
account_name='provident',
16+
account_number='distinctio',
17+
account_type='quibusdam',
1918
balance=6027.63,
20-
currency="nulla",
21-
feed_start_date="corrupti",
22-
id="d69a674e-0f46-47cc-8796-ed151a05dfc2",
23-
modified_date="at",
24-
sort_code="at",
25-
status="maiores",
19+
currency='nulla',
20+
feed_start_date='corrupti',
21+
id='d69a674e-0f46-47cc-8796-ed151a05dfc2',
22+
modified_date='at',
23+
sort_code='at',
24+
status='maiores',
2625
),
2726
shared.BankFeedAccount(
28-
account_name="molestiae",
29-
account_number="quod",
30-
account_type="quod",
27+
account_name='molestiae',
28+
account_number='quod',
29+
account_type='quod',
3130
balance=4614.79,
32-
currency="totam",
33-
feed_start_date="porro",
34-
id="a1ba928f-c816-4742-8b73-9205929396fe",
35-
modified_date="fuga",
36-
sort_code="in",
37-
status="corporis",
31+
currency='totam',
32+
feed_start_date='porro',
33+
id='a1ba928f-c816-4742-8b73-9205929396fe',
34+
modified_date='fuga',
35+
sort_code='in',
36+
status='corporis',
3837
),
3938
shared.BankFeedAccount(
40-
account_name="iste",
41-
account_number="iure",
42-
account_type="saepe",
39+
account_name='iste',
40+
account_number='iure',
41+
account_type='saepe',
4342
balance=6976.31,
44-
currency="architecto",
45-
feed_start_date="ipsa",
46-
id="faaa2352-c595-4590-baff-1a3a2fa94677",
47-
modified_date="velit",
48-
sort_code="error",
49-
status="quia",
43+
currency='architecto',
44+
feed_start_date='ipsa',
45+
id='faaa2352-c595-4590-baff-1a3a2fa94677',
46+
modified_date='velit',
47+
sort_code='error',
48+
status='quia',
5049
),
5150
],
52-
company_id="8a210b68-6988-11ed-a1eb-0242ac120002",
53-
connection_id="2e9d2c44-f675-40ba-8049-353bfcb5e171",
51+
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
52+
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
5453
)
5554

5655
res = s.create_bank_feed(req)

0 commit comments

Comments
 (0)