File tree Expand file tree Collapse file tree 6 files changed +26
-18
lines changed
Expand file tree Collapse file tree 6 files changed +26
-18
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-31T03 :06:26.056Z " ,
32+ feed_start_date = " 2022-09-03T03 :06:20.417Z " ,
3333 id = " nulla" ,
34- modified_date = " 2022-10-14T09:04:04.145Z " ,
34+ modified_date = " 2022-10-17T09:03:58.506Z " ,
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-31T06 :35:53.430Z " ,
44+ feed_start_date = " 2022-04-03T06 :35:47.790Z " ,
4545 id = " enim" ,
46- modified_date = " 2022-10-29T01 :20:09.961Z " ,
46+ modified_date = " 2022-11-01T01 :20:04.322Z " ,
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-14T04 :03:26.894Z " ,
56+ feed_start_date = " 2022-04-17T04 :03:21.255Z " ,
5757 id = " quo" ,
58- modified_date = " 2023-02-20T02 :00:28.318Z " ,
58+ modified_date = " 2023-02-23T02 :00:22.679Z " ,
5959 sort_code = " laboriosam" ,
6060 status = " dicta" ,
6161 ),
Original file line number Diff line number Diff line change @@ -118,4 +118,12 @@ Based on:
118118- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
119119- Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
120120### Releases
121- - [ PyPI v0.5.4] https://pypi.org/project/codat-bankfeeds/0.5.4 - bankfeeds
121+ - [ PyPI v0.5.4] https://pypi.org/project/codat-bankfeeds/0.5.4 - bankfeeds
122+
123+ ## 2023-03-21 00:16:51
124+ ### Changes
125+ Based on:
126+ - OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
127+ - Speakeasy CLI 1.12.4 https://github.com/speakeasy-api/speakeasy
128+ ### Releases
129+ - [ PyPI v0.5.5] https://pypi.org/project/codat-bankfeeds/0.5.5 - 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-31T03 :06:26.056Z " ,
21+ feed_start_date = " 2022-09-03T03 :06:20.417Z " ,
2222 id = " nulla" ,
23- modified_date = " 2022-10-14T09:04:04.145Z " ,
23+ modified_date = " 2022-10-17T09:03:58.506Z " ,
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-31T06 :35:53.430Z " ,
33+ feed_start_date = " 2022-04-03T06 :35:47.790Z " ,
3434 id = " enim" ,
35- modified_date = " 2022-10-29T01 :20:09.961Z " ,
35+ modified_date = " 2022-11-01T01 :20:04.322Z " ,
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-14T04 :03:26.894Z " ,
45+ feed_start_date = " 2022-04-17T04 :03:21.255Z " ,
4646 id = " quo" ,
47- modified_date = " 2023-02-20T02 :00:28.318Z " ,
47+ modified_date = " 2023-02-23T02 :00:22.679Z " ,
4848 sort_code = " laboriosam" ,
4949 status = " dicta" ,
5050 ),
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ configVersion: 1.0.0
22management :
33 docChecksum : 2e48f0c988ee0e1ed38834c6cf72cc74
44 docVersion : 2.1.0
5- speakeasyVersion : 1.12.3
5+ speakeasyVersion : 1.12.4
66generation :
77 telemetryEnabled : false
88 sdkClassName : BankFeeds
99 tagNamespacingDisabled : true
1010 sdkFlattening : true
1111python :
12- version : 0.5.4
12+ version : 0.5.5
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.4 " ,
11+ version = "0.5.5 " ,
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,8 +27,8 @@ class BankFeeds:
2727 _security_client : requests_http .Session
2828 _server_url : str = SERVERS [0 ]
2929 _language : str = "python"
30- _sdk_version : str = "0.5.4 "
31- _gen_version : str = "1.12.3 "
30+ _sdk_version : str = "0.5.5 "
31+ _gen_version : str = "1.12.4 "
3232
3333 def __init__ (self ,
3434 security : shared .Security = None ,
You can’t perform that action at this time.
0 commit comments