Skip to content

Commit b04e19f

Browse files
authored
Merge pull request #555 from plaid/generated_20250721T233752Z
OpenAPI generated code at 2025-07-21T23:37:52Z
2 parents 5cf8610 + 37e10d4 commit b04e19f

1,877 files changed

Lines changed: 4742 additions & 2048 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: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ plaid/model/beacon_user_update_response.py
241241
plaid/model/business_account.py
242242
plaid/model/business_account_all_of.py
243243
plaid/model/business_finance_category.py
244+
plaid/model/cash_flow_updates_event_webhook_codes.py
244245
plaid/model/cash_flow_updates_expected_deposit_missed_webhook.py
245246
plaid/model/cash_flow_updates_insights_webhook.py
246247
plaid/model/cash_flow_updates_large_deposit_webhook.py
@@ -303,6 +304,9 @@ plaid/model/consumer_report_permissible_purpose.py
303304
plaid/model/consumer_report_user_identity.py
304305
plaid/model/counterparty.py
305306
plaid/model/counterparty_insights.py
307+
plaid/model/counterparty_numbers.py
308+
plaid/model/counterparty_numbers_bacs.py
309+
plaid/model/counterparty_numbers_international.py
306310
plaid/model/counterparty_type.py
307311
plaid/model/country_code.py
308312
plaid/model/cra_bank_income_account.py
@@ -345,10 +349,14 @@ plaid/model/cra_check_report_partner_insights_get_request.py
345349
plaid/model/cra_check_report_partner_insights_get_response.py
346350
plaid/model/cra_check_report_pdf_get_request.py
347351
plaid/model/cra_check_report_ready_webhook.py
352+
plaid/model/cra_check_report_verification_get_employment_refresh_options.py
348353
plaid/model/cra_check_report_verification_get_report_type.py
349354
plaid/model/cra_check_report_verification_get_request.py
350355
plaid/model/cra_check_report_verification_get_response.py
351-
plaid/model/cra_check_report_verification_get_voe_options.py
356+
plaid/model/cra_employment_refresh_report.py
357+
plaid/model/cra_employment_refresh_report_account.py
358+
plaid/model/cra_employment_refresh_report_item.py
359+
plaid/model/cra_employment_refresh_report_transaction.py
352360
plaid/model/cra_income_insights.py
353361
plaid/model/cra_loan_application.py
354362
plaid/model/cra_loan_application_decision.py
@@ -400,10 +408,6 @@ plaid/model/cra_voa_report_account_historical_balance.py
400408
plaid/model/cra_voa_report_attributes.py
401409
plaid/model/cra_voa_report_item.py
402410
plaid/model/cra_voa_report_transactions_insights.py
403-
plaid/model/cra_voe_report.py
404-
plaid/model/cra_voe_report_account.py
405-
plaid/model/cra_voe_report_item.py
406-
plaid/model/cra_voe_report_transaction.py
407411
plaid/model/credit1099.py
408412
plaid/model/credit1099_filer.py
409413
plaid/model/credit1099_payer.py
@@ -980,7 +984,6 @@ plaid/model/monitoring_income_source.py
980984
plaid/model/monitoring_insights.py
981985
plaid/model/monitoring_insights_item_status.py
982986
plaid/model/monitoring_insights_status.py
983-
plaid/model/monitoring_insights_webhook.py
984987
plaid/model/monitoring_item_status_code.py
985988
plaid/model/monitoring_loan_insights.py
986989
plaid/model/mortgage_interest_rate.py
@@ -1299,6 +1302,7 @@ plaid/model/recurring_transactions_update_webhook.py
12991302
plaid/model/recurring_transfer.py
13001303
plaid/model/recurring_transfer_nullable.py
13011304
plaid/model/recurring_transfer_skipped_webhook.py
1305+
plaid/model/refresh_result.py
13021306
plaid/model/removed_transaction.py
13031307
plaid/model/report_type.py
13041308
plaid/model/reporting_information.py
@@ -1737,6 +1741,8 @@ plaid/model/user_create_request.py
17371741
plaid/model/user_create_response.py
17381742
plaid/model/user_custom_password.py
17391743
plaid/model/user_data_overview.py
1744+
plaid/model/user_financial_data_refresh_request.py
1745+
plaid/model/user_financial_data_refresh_response.py
17401746
plaid/model/user_id_number.py
17411747
plaid/model/user_items_get_request.py
17421748
plaid/model/user_items_get_response.py
@@ -1750,6 +1756,8 @@ plaid/model/user_third_party_token_create_request.py
17501756
plaid/model/user_third_party_token_create_response.py
17511757
plaid/model/user_third_party_token_remove_request.py
17521758
plaid/model/user_third_party_token_remove_response.py
1759+
plaid/model/user_transactions_refresh_request.py
1760+
plaid/model/user_transactions_refresh_response.py
17531761
plaid/model/user_update_request.py
17541762
plaid/model/user_update_response.py
17551763
plaid/model/validation_source.py

CHANGELOG.md

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

3+
# 35.0.0
4+
- Updating to OAS 2020-09-14_1.652.0
5+
6+
## OpenAPI Schema Changes
7+
### 2020-09-14_1.652.0
8+
- Add optional `cursor` and `count` fields to the `/payment_initiation/recipient/list` request and `next_cursor` to its response
9+
10+
### 2020-09-14_1.651.2
11+
- (beta) Add `user_id` field to `link/token/create` request
12+
- [BREAKING for Go] (beta) Make `user` object optional in `link/token/create` if `user_id` is included
13+
14+
### 2020-09-14_1.651.1
15+
- Add `error` field to `WALLET_TRANSACTION_STATUS_UPDATE` webhook and to responses of `/wallet/transaction/get` and `/wallet/transaction/list`, containing error details for failed transactions.
16+
17+
### 2020-09-14_1.651.0
18+
- Rename all `/verify/client/*` routes to `/protect/client/*` and update request/response body and field names accordingly.
19+
20+
### 2020-09-14_1.650.1
21+
- Update description for `days_required`
22+
23+
### 2020-09-14_1.650.0
24+
- Add `account_numbers` to `Counterparty` in `/transaction/get` and `/transaction/sync`
25+
26+
### 2020-09-14_1.649.2
27+
- Add `InsitutionID` and `InstitutionName` to `/cra/monitoring_insights/get` response
28+
29+
### 2020-09-14_1.649.1
30+
- Update max value for `cra_options.days_requested` in `link/token/create` to 731 (2 years + 1 days for leap year)
31+
- Reduce max value for `cra_options.days_required` in `link/token/create` to 184 (most number of days in a 6 month period) from 730
32+
- Set max value for `days_required` in `cra/check_report/create` to 184 (most number of days in a 6 month period)
33+
34+
### 2020-09-14_1.649.0
35+
- Add wire_return_fee to Transfer and Transfer Event objects
36+
37+
### 2020-09-14_1.648.2
38+
- Docs-only change to add additional subtypes to the accounts schema
39+
40+
### 2020-09-14_1.648.1
41+
- Add `last_successful_update_time` to `/cashflow_report/get`
42+
43+
### 2020-09-14_1.648.0
44+
- Add `require_identity` to `cra_options.base_report` in `link/token/create` and `/cra/check_report/create` requests
45+
46+
### 2020-09-14_1.647.1
47+
- Update `/transfer/ledger/distribute` summary
48+
49+
### 2020-09-14_1.647.0
50+
- Add `webhook_codes` field to `/sandbox/cashflow_updates/update` request
51+
52+
### 2020-09-14_1.646.0
53+
- [Breaking] Replacing `voe` references to instead be `employment_refresh` in `/cra/check_report/verification/get` and `/cra/check_report/create`
54+
- `/cra/check_report/verification/get`'s `reports_requested` options are now `VOA` and `employment_refresh`
55+
- `voe_options` in the request is now `employment_refresh_options`
56+
- `/cra/check_report/verification/get`'s response now has `report.employment_refresh` instead of `report.voe`
57+
- `gse_options.report_type` in `/cra/check_report/create` are now `VOA` and `employment_refresh`
58+
59+
### 2020-09-14_1.645.1
60+
- Update description of `/transfer/ledger/distribute`
61+
362
# 34.0.0
463
- Updating to OAS 2020-09-14_1.645.0
564

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

1212

13-
__version__ = "34.0.0"
13+
__version__ = "35.0.0"
1414

1515
# import ApiClient
1616
from plaid.api_client import ApiClient

0 commit comments

Comments
 (0)