File tree Expand file tree Collapse file tree 6 files changed +24
-16
lines changed
Expand file tree Collapse file tree 6 files changed +24
-16
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ req = operations.CreateBankFeedRequest(
2929 account_type = " Debit" ,
3030 balance = 6027.63 ,
3131 currency = " vero" ,
32- feed_start_date = " 2022-08-29T22:22:37.640Z " ,
32+ feed_start_date = " 2022-08-29T22:24:53.491Z " ,
3333 id = " nulla" ,
34- modified_date = " 2022-10-13T04:20:15.729Z " ,
34+ modified_date = " 2022-10-13T04:22:31.580Z " ,
3535 sort_code = " fuga" ,
3636 status = " facilis" ,
3737 ),
@@ -41,9 +41,9 @@ req = operations.CreateBankFeedRequest(
4141 account_type = " Unknown" ,
4242 balance = 8917.73 ,
4343 currency = " inventore" ,
44- feed_start_date = " 2022-03-30T01:52:05.014Z " ,
44+ feed_start_date = " 2022-03-30T01:54:20.865Z " ,
4545 id = " enim" ,
46- modified_date = " 2022-10-27T20:36:21.545Z " ,
46+ modified_date = " 2022-10-27T20:38:37.396Z " ,
4747 sort_code = " voluptatum" ,
4848 status = " autem" ,
4949 ),
@@ -53,9 +53,9 @@ req = operations.CreateBankFeedRequest(
5353 account_type = " Credit" ,
5454 balance = 5680.45 ,
5555 currency = " reprehenderit" ,
56- feed_start_date = " 2022-04-12T23:19:38.479Z " ,
56+ feed_start_date = " 2022-04-12T23:21:54.329Z " ,
5757 id = " quo" ,
58- modified_date = " 2023-02-18T21:16:39.903Z " ,
58+ modified_date = " 2023-02-18T21:18:55.753Z " ,
5959 sort_code = " laboriosam" ,
6060 status = " dicta" ,
6161 ),
Original file line number Diff line number Diff line change @@ -86,4 +86,12 @@ Based on:
8686- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
8787- Speakeasy CLI 1.12.0 https://github.com/speakeasy-api/speakeasy
8888### Releases
89- - [ PyPI v0.5.0] https://pypi.org/project/codat-bankfeeds/0.5.0 - bankfeeds
89+ - [ PyPI v0.5.0] https://pypi.org/project/codat-bankfeeds/0.5.0 - bankfeeds
90+
91+ ## 2023-03-16 19:35:24
92+ ### Changes
93+ Based on:
94+ - OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
95+ - Speakeasy CLI 1.12.0 https://github.com/speakeasy-api/speakeasy
96+ ### Releases
97+ - [ PyPI v0.5.1] https://pypi.org/project/codat-bankfeeds/0.5.1 - bankfeeds
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ req = operations.CreateBankFeedRequest(
1818 account_type = " Debit" ,
1919 balance = 6027.63 ,
2020 currency = " vero" ,
21- feed_start_date = " 2022-08-29T22:22:37.640Z " ,
21+ feed_start_date = " 2022-08-29T22:24:53.491Z " ,
2222 id = " nulla" ,
23- modified_date = " 2022-10-13T04:20:15.729Z " ,
23+ modified_date = " 2022-10-13T04:22:31.580Z " ,
2424 sort_code = " fuga" ,
2525 status = " facilis" ,
2626 ),
@@ -30,9 +30,9 @@ req = operations.CreateBankFeedRequest(
3030 account_type = " Unknown" ,
3131 balance = 8917.73 ,
3232 currency = " inventore" ,
33- feed_start_date = " 2022-03-30T01:52:05.014Z " ,
33+ feed_start_date = " 2022-03-30T01:54:20.865Z " ,
3434 id = " enim" ,
35- modified_date = " 2022-10-27T20:36:21.545Z " ,
35+ modified_date = " 2022-10-27T20:38:37.396Z " ,
3636 sort_code = " voluptatum" ,
3737 status = " autem" ,
3838 ),
@@ -42,9 +42,9 @@ req = operations.CreateBankFeedRequest(
4242 account_type = " Credit" ,
4343 balance = 5680.45 ,
4444 currency = " reprehenderit" ,
45- feed_start_date = " 2022-04-12T23:19:38.479Z " ,
45+ feed_start_date = " 2022-04-12T23:21:54.329Z " ,
4646 id = " quo" ,
47- modified_date = " 2023-02-18T21:16:39.903Z " ,
47+ modified_date = " 2023-02-18T21:18:55.753Z " ,
4848 sort_code = " laboriosam" ,
4949 status = " dicta" ,
5050 ),
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ generation:
99 tagNamespacingDisabled : true
1010 sdkFlattening : true
1111python :
12- version : 0.5.0
12+ version : 0.5.1
1313 author : Speakeasy
1414 description : Python Client SDK Generated by Speakeasy
1515 packageName : codat-bankfeeds
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "codat-bankfeeds" ,
11- version = "0.5.0 " ,
11+ version = "0.5.1 " ,
1212 author = "Speakeasy" ,
1313 description = "Python Client SDK Generated by Speakeasy" ,
1414 long_description = long_description ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class BankFeeds:
2727 _security_client : requests_http .Session
2828 _server_url : str = SERVERS [0 ]
2929 _language : str = "python"
30- _sdk_version : str = "0.5.0 "
30+ _sdk_version : str = "0.5.1 "
3131 _gen_version : str = "1.12.0"
3232
3333 def __init__ (self ,
You can’t perform that action at this time.
0 commit comments