-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #609 from codatio/speakeasy-sdk-regen-1730904149
chore: 🐝 Update SDK - Generate Bank Feeds library BANK-FEEDS-LIBRARY 8.0.0
- Loading branch information
Showing
132 changed files
with
1,035 additions
and
891 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# ErrorMessage | ||
|
||
The request made is not valid. | ||
Your `query` parameter was not correctly formed | ||
|
||
|
||
## Fields | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
bank-feeds/docs/models/shared/bankfeedaccountmappingresponse.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
# BankFeedAccountMappingResponse | ||
|
||
The result from POSTing a Bank Account mapping. | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| -------------------------------------- | -------------------------------------- | -------------------------------------- | -------------------------------------- | | ||
| `error` | *OptionalNullable[str]* | :heavy_minus_sign: | Error returned during the post request | | ||
| `status` | *OptionalNullable[str]* | :heavy_minus_sign: | Status of the POST request. | | ||
| `source_account_id` | *Optional[str]* | :heavy_minus_sign: | Unique ID for the source account. | | ||
| `status` | *OptionalNullable[str]* | :heavy_minus_sign: | Status of the POST request. | | ||
| `target_account_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Unique ID for the target account. | |
Oops, something went wrong.