Skip to content

Commit 559c5f4

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.23.1
1 parent 66fd7ac commit 559c5f4

5 files changed

Lines changed: 15 additions & 47 deletions

File tree

bankfeeds/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,12 @@ Based on:
286286
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
287287
- Speakeasy CLI 1.23.1 (2.21.1) https://github.com/speakeasy-api/speakeasy
288288
### Releases
289-
- [PyPI v0.11.1] https://pypi.org/project/codat-bank-feeds/0.11.1 - bankfeeds
289+
- [PyPI v0.11.1] https://pypi.org/project/codat-bank-feeds/0.11.1 - bankfeeds
290+
291+
## 2023-04-26 01:13:55
292+
### Changes
293+
Based on:
294+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
295+
- Speakeasy CLI 1.23.1 (2.21.1) https://github.com/speakeasy-api/speakeasy
296+
### Releases
297+
- [PyPI v0.11.2] https://pypi.org/project/codat-bank-feeds/0.11.2 - bankfeeds

bankfeeds/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
configVersion: 1.0.0
22
management:
3-
docChecksum: 2447a6a0202f882173a240609f78143a
3+
docChecksum: b7464767a30f731e4bc683df7e531431
44
docVersion: 2.1.0
55
speakeasyVersion: 1.23.1
66
generationVersion: 2.21.1
@@ -10,7 +10,7 @@ generation:
1010
tagNamespacingDisabled: true
1111
singleTagPerOp: false
1212
python:
13-
version: 0.11.1
13+
version: 0.11.2
1414
author: Speakeasy
1515
description: Python Client SDK Generated by Speakeasy
1616
packageName: codat-bank-feeds

bankfeeds/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="codat-bank-feeds",
13-
version="0.11.1",
13+
version="0.11.2",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

bankfeeds/src/codatbankfeeds/models/shared/banktransactionline.py

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -41,47 +41,7 @@ class BankTransactionLine:
4141
counterparty: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('counterparty'), 'exclude': lambda f: f is None }})
4242
description: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('description'), 'exclude': lambda f: f is None }})
4343
id: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('id'), 'exclude': lambda f: f is None }})
44-
modified_date: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('modifiedDate'), 'exclude': lambda f: f is None }})
45-
r"""In Codat's data model, dates and times are represented using the <a class=\\"external\\" href=\\"https://en.wikipedia.org/wiki/ISO_8601\\" target=\\"_blank\\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:
46-
47-
```
48-
2020-10-08T22:40:50Z
49-
2021-01-01T00:00:00
50-
```
51-
52-
53-
54-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
55-
56-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
57-
- Unqualified local time: `2021-11-15T01:00:00`
58-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
59-
60-
> Time zones
61-
>
62-
> Not all dates from Codat will contain information about time zones.
63-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
64-
"""
44+
modified_date: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('modifiedDate'), 'exclude': lambda f: f is None }})
6545
reference: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('reference'), 'exclude': lambda f: f is None }})
66-
source_modified_date: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('sourceModifiedDate'), 'exclude': lambda f: f is None }})
67-
r"""In Codat's data model, dates and times are represented using the <a class=\\"external\\" href=\\"https://en.wikipedia.org/wiki/ISO_8601\\" target=\\"_blank\\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:
68-
69-
```
70-
2020-10-08T22:40:50Z
71-
2021-01-01T00:00:00
72-
```
73-
74-
75-
76-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
77-
78-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
79-
- Unqualified local time: `2021-11-15T01:00:00`
80-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
81-
82-
> Time zones
83-
>
84-
> Not all dates from Codat will contain information about time zones.
85-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
86-
"""
46+
source_modified_date: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('sourceModifiedDate'), 'exclude': lambda f: f is None }})
8747

bankfeeds/src/codatbankfeeds/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class CodatBankFeeds:
2525
_security_client: requests_http.Session
2626
_server_url: str = SERVERS[0]
2727
_language: str = "python"
28-
_sdk_version: str = "0.11.1"
28+
_sdk_version: str = "0.11.2"
2929
_gen_version: str = "2.21.1"
3030

3131
def __init__(self,

0 commit comments

Comments
 (0)