Skip to content

Commit a67e308

Browse files
committed
OpenAPI generated code at 2026-04-17T20:25:45Z
1 parent 4f683d8 commit a67e308

2,075 files changed

Lines changed: 4009 additions & 2167 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ plaid/model/cra_check_report_freddie_mac_get_request.py
410410
plaid/model/cra_check_report_freddie_mac_get_response.py
411411
plaid/model/cra_check_report_freddie_mac_verification_of_assets_deal.py
412412
plaid/model/cra_check_report_gse_options.py
413+
plaid/model/cra_check_report_home_lending_report_options.py
413414
plaid/model/cra_check_report_income_insights_get_options.py
414415
plaid/model/cra_check_report_income_insights_get_request.py
415416
plaid/model/cra_check_report_income_insights_get_response.py
@@ -484,6 +485,7 @@ plaid/model/cra_partner_insights_bureau.py
484485
plaid/model/cra_partner_insights_complete_webhook.py
485486
plaid/model/cra_partner_insights_error_webhook.py
486487
plaid/model/cra_partner_insights_fico_input.py
488+
plaid/model/cra_partner_insights_fico_report_characteristics.py
487489
plaid/model/cra_partner_insights_fico_results.py
488490
plaid/model/cra_partner_insights_get_request.py
489491
plaid/model/cra_partner_insights_get_response.py
@@ -714,6 +716,7 @@ plaid/model/entity_watchlist_screening_hit.py
714716
plaid/model/entity_watchlist_screening_review.py
715717
plaid/model/entity_watchlist_screening_search_terms.py
716718
plaid/model/entity_watchlist_search_terms.py
719+
plaid/model/ewa_attributes.py
717720
plaid/model/ewa_score.py
718721
plaid/model/expenditure_insights.py
719722
plaid/model/expenditure_insights_cash_flow.py
@@ -1000,6 +1003,8 @@ plaid/model/liabilities_get_request_options.py
10001003
plaid/model/liabilities_get_response.py
10011004
plaid/model/liabilities_object.py
10021005
plaid/model/liability_override.py
1006+
plaid/model/limited_purpose_type.py
1007+
plaid/model/limited_purpose_types.py
10031008
plaid/model/link_callback_metadata.py
10041009
plaid/model/link_delivery_account.py
10051010
plaid/model/link_delivery_callback_webhook.py
@@ -1452,6 +1457,7 @@ plaid/model/protect_user_insights_get_response.py
14521457
plaid/model/protect_user_sign_in_event.py
14531458
plaid/model/protect_user_sign_up_event.py
14541459
plaid/model/provider_business_address.py
1460+
plaid/model/provider_business_name.py
14551461
plaid/model/proxy_type.py
14561462
plaid/model/pslf_status.py
14571463
plaid/model/reason_code.py

CHANGELOG.md

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

3+
# 39.1.0
4+
- Updating to OAS 2020-09-14_1.688.0
5+
6+
## OpenAPI Schema Changes
7+
### 2020-09-14_1.688.0
8+
- Add additional fields to CRA Partner Insights UltraFICO response (hidden from docs)
9+
10+
### 2020-09-14_1.687.1
11+
- Add `limited purpose checking` to `DepositoryAccountSubtype`, `DepositoryAccount`, and `AccountSubtype` schemas
12+
- Add `limited_purpose_types` filter field to `DepositoryFilter` and `LinkTokenCreateDepositoryFilter` (hidden from docs)
13+
- Add `LimitedPurposeTypes` and `LimitedPurposeType` schemas (hidden from docs)
14+
15+
### 2020-09-14_1.687.0
16+
- Add new field `disconnect_time` to `PendingDisconnectWebhook`
17+
18+
### 2020-09-14_1.686.4
19+
- Income Insights doc fixes
20+
21+
### 2020-09-14_1.686.3
22+
- Update `/cra/check_report/income_insights/get` sample response to V2 schema
23+
24+
### 2020-09-14_1.686.2
25+
- Unhide Income Insights V2 fields and hide Income Insights v1 fields
26+
27+
### 2020-09-14_1.686.1
28+
- Add `home_lending_report_options` to `CraCheckReportCreateBaseReportOptions` and `LinkTokenCreateRequestCraOptionsBaseReport` for configuring Home Lending Report generation (VOA, Employment Refresh) on base report creation
29+
330
# 39.0.0
431
- Updating to OAS 2020-09-14_1.686.0
532

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

1212

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

1515
# import ApiClient
1616
from plaid.api_client import ApiClient

plaid/api/plaid_api.py

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

plaid/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.686.0
6+
The version of the OpenAPI document: 2020-09-14_1.688.0
77
Generated by: https://openapi-generator.tech
88
"""
99

@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7676
self.default_headers[header_name] = header_value
7777
self.cookie = cookie
7878
# Set default User-Agent.
79-
self.user_agent = 'Plaid Python v39.0.0'
79+
self.user_agent = 'Plaid Python v39.1.0'
8080

8181
def __enter__(self):
8282
return self

plaid/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.686.0
6+
The version of the OpenAPI document: 2020-09-14_1.688.0
77
Generated by: https://openapi-generator.tech
88
"""
99

@@ -431,8 +431,8 @@ def to_debug_report(self):
431431
return "Python SDK Debug Report:\n"\
432432
"OS: {env}\n"\
433433
"Python Version: {pyversion}\n"\
434-
"Version of the API: 2020-09-14_1.686.0\n"\
435-
"SDK Package Version: 39.0.0".\
434+
"Version of the API: 2020-09-14_1.688.0\n"\
435+
"SDK Package Version: 39.1.0".\
436436
format(env=sys.platform, pyversion=sys.version)
437437

438438
def get_host_settings(self):

plaid/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.686.0
6+
The version of the OpenAPI document: 2020-09-14_1.688.0
77
Generated by: https://openapi-generator.tech
88
"""
99

plaid/model/aamva_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.686.0
6+
The version of the OpenAPI document: 2020-09-14_1.688.0
77
Generated by: https://openapi-generator.tech
88
"""
99

plaid/model/aamva_detailed_match_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.686.0
6+
The version of the OpenAPI document: 2020-09-14_1.688.0
77
Generated by: https://openapi-generator.tech
88
"""
99

plaid/model/aamva_match_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.686.0
6+
The version of the OpenAPI document: 2020-09-14_1.688.0
77
Generated by: https://openapi-generator.tech
88
"""
99

0 commit comments

Comments
 (0)