Skip to content

Commit aae761b

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.51.1
1 parent e88ef58 commit aae761b

10 files changed

Lines changed: 51 additions & 47 deletions

File tree

bankfeeds/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,4 +622,12 @@ Based on:
622622
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
623623
- Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy
624624
### Releases
625-
- [PyPI v0.29.0] https://pypi.org/project/codat-bankfeeds/0.29.0 - bankfeeds
625+
- [PyPI v0.29.0] https://pypi.org/project/codat-bankfeeds/0.29.0 - bankfeeds
626+
627+
## 2023-06-28 00:20:41
628+
### Changes
629+
Based on:
630+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Bank-Feeds.yaml
631+
- Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy
632+
### Releases
633+
- [PyPI v0.29.1] https://pypi.org/project/codat-bankfeeds/0.29.1 - bankfeeds

bankfeeds/docs/models/shared/bankfeedmappingsbankfeedmapping.md

Lines changed: 8 additions & 4 deletions
Large diffs are not rendered by default.

bankfeeds/docs/models/shared/targetaccountoption.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `account_type` | *Optional[str]* | :heavy_minus_sign: | Type of the account. | |
9-
| `currency` | *Optional[str]* | :heavy_minus_sign: | The currency data type in Codat is the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code, e.g. _GBP_.<br/><br/>## Unknown currencies<br/><br/>In line with the ISO 4217 specification, the code _XXX_ is used when the data source does not return a currency for a transaction. <br/><br/>There are only a very small number of edge cases where this currency code is returned by the Codat system. | GBP |
10-
| `feed_connection_id` | *Optional[str]* | :heavy_minus_sign: | The Id of the connection to the target account | |
11-
| `id` | *Optional[str]* | :heavy_minus_sign: | Id of the target account. | |
12-
| `name` | *Optional[str]* | :heavy_minus_sign: | Name of the target account. | |
6+
| Field | Type | Required | Description |
7+
| --------------------------- | --------------------------- | --------------------------- | --------------------------- |
8+
| `id` | *Optional[str]* | :heavy_minus_sign: | Id of the target account. |
9+
| `name` | *Optional[str]* | :heavy_minus_sign: | Name of the target account. |

bankfeeds/docs/sdks/bankaccountmapping/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Bank feed bank account mapping
1111

1212
## create
1313

14-
The Create bank feed bank account mapping endpoint creates a new mapping between a source bank account and a potential target mapping account.
14+
The *Create bank account mapping* endpoint creates a new mapping between a source bank account and a potential account in the accounting platform (target account).
1515

1616
A bank feed account mapping is a specified link between the source account (provided by the Codat user) and the target account (the end users account in the underlying platform).
1717

18-
To find valid target account options, first call List bank feed account mappings.
18+
To find valid target account options, first call list bank feed account mappings.
1919

2020
This endpoint is only needed if building an account management UI.
2121

@@ -62,7 +62,7 @@ if res.account_mapping_result is not None:
6262

6363
## get
6464

65-
The List bank feed account mappings endpoint returns information about a source bank account and any current or potential target mapping accounts.
65+
The *List bank account mappings* endpoint returns information about a source bank account and any current or potential target mapping accounts.
6666

6767
A bank feed account mapping is a specified link between the source account (provided by the Codat user) and the target account (the end users account in the underlying platform).
6868

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: 73b30cf2f457436fafd2758cf4e52c42
3+
docChecksum: 46b59fb15bd24c934e0d092c4c6ac6bb
44
docVersion: 2.1.0
55
speakeasyVersion: 1.51.1
66
generationVersion: 2.50.2
@@ -9,7 +9,7 @@ generation:
99
singleTagPerOp: false
1010
telemetryEnabled: true
1111
python:
12-
version: 0.29.0
12+
version: 0.29.1
1313
author: Speakeasy
1414
description: Python Client SDK Generated by Speakeasy
1515
maxMethodParams: 0

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-bankfeeds",
13-
version="0.29.0",
13+
version="0.29.1",
1414
author="Speakeasy",
1515
description="Python Client SDK Generated by Speakeasy",
1616
long_description=long_description,

bankfeeds/src/codatbankfeeds/bank_account_mapping.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ def __init__(self, sdk_config: SDKConfiguration) -> None:
1515

1616
def create(self, request: operations.CreateBankAccountMappingRequest, retries: Optional[utils.RetryConfig] = None) -> operations.CreateBankAccountMappingResponse:
1717
r"""Create bank feed bank account mapping
18-
The Create bank feed bank account mapping endpoint creates a new mapping between a source bank account and a potential target mapping account.
18+
The *Create bank account mapping* endpoint creates a new mapping between a source bank account and a potential account in the accounting platform (target account).
1919
2020
A bank feed account mapping is a specified link between the source account (provided by the Codat user) and the target account (the end users account in the underlying platform).
2121
22-
To find valid target account options, first call List bank feed account mappings.
22+
To find valid target account options, first call list bank feed account mappings.
2323
2424
This endpoint is only needed if building an account management UI.
2525
"""
@@ -65,7 +65,7 @@ def do_request():
6565

6666
def get(self, request: operations.GetBankAccountMappingRequest, retries: Optional[utils.RetryConfig] = None) -> operations.GetBankAccountMappingResponse:
6767
r"""List bank feed account mappings
68-
The List bank feed account mappings endpoint returns information about a source bank account and any current or potential target mapping accounts.
68+
The *List bank account mappings* endpoint returns information about a source bank account and any current or potential target mapping accounts.
6969
7070
A bank feed account mapping is a specified link between the source account (provided by the Codat user) and the target account (the end users account in the underlying platform).
7171

0 commit comments

Comments
 (0)