Skip to content

Commit 1110961

Browse files
vorpuslzhang
andauthored
OpenAPI generated code at 2025-05-01T19:59:26Z (#549)
Co-authored-by: lzhang <lzhang@plaid.com>
1 parent dd8606d commit 1110961

1,819 files changed

Lines changed: 5918 additions & 1865 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ plaid/model/beacon_user_status_updated_webhook.py
242242
plaid/model/beacon_user_update_request.py
243243
plaid/model/beacon_user_update_request_data.py
244244
plaid/model/beacon_user_update_response.py
245+
plaid/model/business_account.py
246+
plaid/model/business_account_all_of.py
245247
plaid/model/business_finance_category.py
246248
plaid/model/cash_flow_updates_expected_deposit_missed_webhook.py
247249
plaid/model/cash_flow_updates_insights_webhook.py
@@ -985,6 +987,16 @@ plaid/model/numbers_international.py
985987
plaid/model/numbers_international_iban.py
986988
plaid/model/numbers_international_nullable.py
987989
plaid/model/numbers_retirement401k.py
990+
plaid/model/o_auth_error_code.py
991+
plaid/model/o_auth_error_response.py
992+
plaid/model/o_auth_grant_type.py
993+
plaid/model/o_auth_introspect_request.py
994+
plaid/model/o_auth_introspect_response.py
995+
plaid/model/o_auth_revoke_request.py
996+
plaid/model/o_auth_revoke_response.py
997+
plaid/model/o_auth_subject_token_type.py
998+
plaid/model/o_auth_token_request.py
999+
plaid/model/o_auth_token_response.py
9881000
plaid/model/omittable_transfer_type.py
9891001
plaid/model/option_contract.py
9901002
plaid/model/originating_fund_source.py

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
22

3+
# 31.0.0
4+
- Updating to OAS 2020-09-14_1.635.2
5+
6+
## Breaking changes in this version
7+
- [BREAKING] Move `result` from `triggered_rule_details` to `ruleset` in response of `/signal/evaluate`
8+
- [BREAKING] `client_user_id` is now required for `/session/token/create`
9+
10+
## OpenAPI Schema Changes
11+
### 2020-09-14_1.635.2
12+
- Update description of `ruleset.outcome` in `/signal/evaluate` response
13+
14+
### 2020-09-14_1.635.1
15+
- Fix description undeprecating `report.items.accounts.attributes` after it was mistakenly deprecated for `/cra/check_report/base_report/get`
16+
17+
### 2020-09-14_1.635.0
18+
- Add `expected_funds_available_date` to `transfer` and `sweep` objects in responses for `/transfer/create`, `/transfer/get`, `/transfer/list`, `/transfer/sweep/get`, `/transfer/sweep/list`
19+
20+
### 2020-09-14_1.634.3
21+
- Undeprecated `report.items.accounts.attributes` after it was mistakenly deprecated for `/cra/check_report/base_report/get`
22+
23+
### 2020-09-14_1.634.2
24+
- Removed `deposit_switch` from the `products` field in the `/link/token/create` request
25+
26+
### 2020-09-14_1.634.1
27+
- [BREAKING] Move `result` from `triggered_rule_details` to `ruleset` in response of `/signal/evaluate`
28+
29+
### 2020-09-14_1.634.0
30+
- [BREAKING] `client_user_id` is now required for `/session/token/create`
31+
332
# 30.0.0
433
- Updating to OAS 2020-09-14_1.633.1
534

plaid/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
66
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
77
8-
The version of the OpenAPI document: 2020-09-14_1.633.1
8+
The version of the OpenAPI document: 2020-09-14_1.635.2
99
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

13-
__version__ = "30.0.0"
13+
__version__ = "31.0.0"
1414

1515
# import ApiClient
1616
from plaid.api_client import ApiClient

0 commit comments

Comments
 (0)