Skip to content

Commit b1f7daa

Browse files
authored
Merge pull request #575 from plaid/generated_20260427T175117Z
OpenAPI generated code at 2026-04-27T17:51:17Z
2 parents bdb8c3d + 30654c9 commit b1f7daa

2,087 files changed

Lines changed: 5874 additions & 2078 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
@@ -432,6 +432,16 @@ plaid/model/cra_check_report_verification_get_request.py
432432
plaid/model/cra_check_report_verification_get_response.py
433433
plaid/model/cra_check_report_verification_pdf_get_request.py
434434
plaid/model/cra_check_report_verification_pdf_report_type.py
435+
plaid/model/cra_credit_profile_cashflow_attributes_schema.py
436+
plaid/model/cra_credit_profile_inquiry_type.py
437+
plaid/model/cra_credit_profile_lend_score.py
438+
plaid/model/cra_credit_profile_network_insights_schema.py
439+
plaid/model/cra_credit_profile_report.py
440+
plaid/model/cra_credit_profile_report_get_request.py
441+
plaid/model/cra_credit_profile_report_get_response.py
442+
plaid/model/cra_credit_profile_report_metadata.py
443+
plaid/model/cra_credit_profile_report_type.py
444+
plaid/model/cra_credit_profile_report_version.py
435445
plaid/model/cra_current_modeled_income.py
436446
plaid/model/cra_employment_refresh_report.py
437447
plaid/model/cra_employment_refresh_report_account.py
@@ -1528,6 +1538,8 @@ plaid/model/sandbox_cra_cashflow_updates_update_response.py
15281538
plaid/model/sandbox_income_fire_webhook_request.py
15291539
plaid/model/sandbox_income_fire_webhook_response.py
15301540
plaid/model/sandbox_income_webhook_fire_request_webhook_code.py
1541+
plaid/model/sandbox_item_application_seed_request.py
1542+
plaid/model/sandbox_item_application_seed_response.py
15311543
plaid/model/sandbox_item_fire_webhook_request.py
15321544
plaid/model/sandbox_item_fire_webhook_response.py
15331545
plaid/model/sandbox_item_reset_login_request.py

CHANGELOG.md

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

3+
# 39.2.0
4+
- Updating to OAS 2020-09-14_1.688.6
5+
6+
## OpenAPI Schema Changes
7+
### 2020-09-14_1.688.6
8+
- Updated `/user_account/session/get` sample response to include `identity_edit_history`
9+
10+
### 2020-09-14_1.688.5
11+
- Expose `/cra/credit_profile/report/get` and its request/response schemas in the public OpenAPI spec (previously hidden from client libraries)
12+
- Mark `/credit/bank_income/refresh` as `deprecated: true`. The backend implementation was removed, and the endpoint returns `Unimplemented` at runtime. To refresh Bank Income data, send the user through Link Update Mode, or migrate to CRA Income Insights and call `/cra/check_report/create`.
13+
14+
### 2020-09-14_1.688.4
15+
- Document that `/transfer/metrics/get` returns static placeholder values in the Sandbox environment
16+
17+
### 2020-09-14_1.688.3
18+
- Mark `/protect/event/send` and `/protect/event/get` as `deprecated: true`
19+
20+
### 2020-09-14_1.688.2
21+
- Hide `/protect/event/send` and `/protect/event/get` endpoints from public API docs
22+
23+
### 2020-09-14_1.688.1
24+
- Add `/sandbox/item/application/seed` endpoint for seeding connected applications on Permissions Manager sandbox items
25+
326
# 39.1.0
427
- Updating to OAS 2020-09-14_1.688.0
528

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.688.0
8+
The version of the OpenAPI document: 2020-09-14_1.688.6
99
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

13-
__version__ = "39.1.0"
13+
__version__ = "39.2.0"
1414

1515
# import ApiClient
1616
from plaid.api_client import ApiClient

0 commit comments

Comments
 (0)