Skip to content

Commit 9294508

Browse files
author
Thomas Fisher
authored
Merge pull request #544 from plaid/generated_20250207T190626Z
OpenAPI generated code at 2025-02-07T19:06:26Z
2 parents 525f660 + a2a42ff commit 9294508

1,766 files changed

Lines changed: 6455 additions & 1797 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@ plaid/model/cra_cashflow_insights_report.py
294294
plaid/model/cra_check_report_base_report_get_request.py
295295
plaid/model/cra_check_report_base_report_get_response.py
296296
plaid/model/cra_check_report_cashflow_insights_get_options.py
297+
plaid/model/cra_check_report_cashflow_insights_get_request.py
298+
plaid/model/cra_check_report_cashflow_insights_get_response.py
299+
plaid/model/cra_check_report_create_base_report_options.py
297300
plaid/model/cra_check_report_create_request.py
298301
plaid/model/cra_check_report_create_response.py
299302
plaid/model/cra_check_report_failed_webhook.py
@@ -728,6 +731,9 @@ plaid/model/investment_holdings_get_request_options.py
728731
plaid/model/investment_transaction.py
729732
plaid/model/investment_transaction_subtype.py
730733
plaid/model/investment_transaction_type.py
734+
plaid/model/investments_auth401k_contribution_details.py
735+
plaid/model/investments_auth401k_fee_details.py
736+
plaid/model/investments_auth_account_details401k.py
731737
plaid/model/investments_auth_data_sources.py
732738
plaid/model/investments_auth_get_numbers.py
733739
plaid/model/investments_auth_get_request.py
@@ -857,6 +863,7 @@ plaid/model/link_session_success_metadata_account.py
857863
plaid/model/link_session_success_metadata_institution.py
858864
plaid/model/link_session_success_metadata_transfer_status.py
859865
plaid/model/link_token_account_filters.py
866+
plaid/model/link_token_cashflow_report.py
860867
plaid/model/link_token_create_card_switch.py
861868
plaid/model/link_token_create_credit_filter.py
862869
plaid/model/link_token_create_depository_filter.py
@@ -956,8 +963,10 @@ plaid/model/numbers_iban_nullable.py
956963
plaid/model/numbers_international.py
957964
plaid/model/numbers_international_iban.py
958965
plaid/model/numbers_international_nullable.py
966+
plaid/model/numbers_retirement401k.py
959967
plaid/model/omittable_transfer_type.py
960968
plaid/model/option_contract.py
969+
plaid/model/originating_fund_source.py
961970
plaid/model/originator.py
962971
plaid/model/originator_expected_transfer_frequency.py
963972
plaid/model/other_account_subtype.py
@@ -1200,6 +1209,7 @@ plaid/model/pslf_status.py
12001209
plaid/model/recaptcha_required_error.py
12011210
plaid/model/recipient_bacs.py
12021211
plaid/model/recipient_bacs_nullable.py
1212+
plaid/model/recommendation_string.py
12031213
plaid/model/recurrence.py
12041214
plaid/model/recurring_cancelled_webhook.py
12051215
plaid/model/recurring_frequency.py
@@ -1348,6 +1358,10 @@ plaid/model/signal_prepare_request.py
13481358
plaid/model/signal_prepare_response.py
13491359
plaid/model/signal_return_report_request.py
13501360
plaid/model/signal_return_report_response.py
1361+
plaid/model/signal_schedule_default_payment_method.py
1362+
plaid/model/signal_schedule_recommendation.py
1363+
plaid/model/signal_schedule_request.py
1364+
plaid/model/signal_schedule_response.py
13511365
plaid/model/signal_score.py
13521366
plaid/model/signal_scores.py
13531367
plaid/model/signal_user.py
@@ -1474,6 +1488,7 @@ plaid/model/transfer_cancel_request.py
14741488
plaid/model/transfer_cancel_response.py
14751489
plaid/model/transfer_capabilities_get_request.py
14761490
plaid/model/transfer_capabilities_get_response.py
1491+
plaid/model/transfer_capabilities_get_rf_p.py
14771492
plaid/model/transfer_capabilities_get_rtp.py
14781493
plaid/model/transfer_configuration_get_request.py
14791494
plaid/model/transfer_configuration_get_response.py

CHANGELOG.md

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

3+
# 29.0.0
4+
- Updating to OAS 2020-09-14_1.617.1
5+
6+
## Breaking changes in this version
7+
- [Breaking] Removed the deprecated longest_gap_between_transactions, average_inflow_amount, and average_outflow_amount fields from the BaseReportAccountInsights object in the /cra/check_report/base_report/get response.
8+
9+
## OpenAPI Schema Changes
10+
### 2020-09-14_1.617.1
11+
- For Plaid Check: `date_of_birth` is now required within the `consumer_report_user_identity` object when creating or updating a user token.
12+
13+
### 2020-09-14_1.617.0
14+
- [Breaking] Removed the deprecated longest_gap_between_transactions, average_inflow_amount, and average_outflow_amount fields from the BaseReportAccountInsights object in the /cra/check_report/base_report/get response.
15+
16+
### 2020-09-14_1.616.0
17+
- Add `originating_fund_source` to `/wallet/transaction/execute` endpoint.
18+
19+
### 2020-09-14_1.615.0
20+
- Add `account_details_401k` objects to `/investments/auth/get` endpoint.
21+
22+
### 2020-09-14_1.614.1
23+
- Update `owners` field description for empty case
24+
25+
### 2020-09-14_1.614.0
26+
- Add model for the new `retirement_401k` numbers object to the `InvestmentsAuthGetNumbers` schema.
27+
28+
### 2020-09-14_1.613.0
29+
- Add `POST /signal/schedule` endpoint
30+
31+
### 2025-01-27_1.611.0
32+
- Add `end_to_end_id` to `/payment_initiation/payment/get`
33+
34+
### 2020-09-14_1.611.0
35+
- Add RfP to /transfer/capabilities/get
36+
37+
### 2020-09-14_1.610.2
38+
- Update `cashflow_updates` docs to reflect proper cadence
39+
340
# 28.1.0
441
- Updating to OAS 2020-09-14_1.610.1
542

@@ -63,7 +100,7 @@ endpoints.
63100
### 2020-09-14_1.600.2
64101
- Update descriptions for `/network/status/get` request and response fields
65102
- Add `nullable: true` to mortgage `account_number` field in the `MortgageLiability` schema to reflect actual behavior.
66-
- Add `transactions_refresh` to `Products` array to reflect actual behavior; this field is not accepted as input to `/link/token/create` but can be part of supported products array in the `Institution` object.
103+
- Add `transactions_refresh` to `Products` array to reflect actual behavior; this field is not accepted as input to `/link/token/create` but can be part of supported products array in the `Institution` object.
67104

68105
### 2020-09-14_1.600.1
69106
- `depository`+`cash management` Accounts are now eligible for Auth data for certain institutions
@@ -356,7 +393,7 @@ endpoints.
356393
- add `/issues/get`, `/issues/search`, and `/issues/subscribe` for Support API endpoints.
357394

358395
### 2020-09-14_1.563.0
359-
- Update fields on `item` object in `/item/get` response
396+
- Update fields on `item` object in `/item/get` response
360397
- Add `consented_use_cases` field
361398
- Add `consented_data_scopes` field
362399
- Add `created_at` field
@@ -539,14 +576,14 @@ endpoints.
539576

540577
### 2020-09-14_1.535.2
541578
- Make some `CraBankIncomeSummary` fields visible.
542-
-
579+
-
543580
### 2020-09-14_1.535.1
544581

545582
### 2020-09-14_1.535.0
546583
- [Breaking for Go] Updated `consumer_report_user_identity` field in `/user/update` to be required to reflect actual API behavior.
547584

548585
### 2020-09-14_1.534.7
549-
- Add `stated_account_number_enabled` to `investments_auth` in `LinkTokenCreateRequest`
586+
- Add `stated_account_number_enabled` to `investments_auth` in `LinkTokenCreateRequest`
550587

551588
### 2020-09-14_1.534.6
552589
- [Breaking] Updated base report endpoints and objects to include `cra` prefix
@@ -634,7 +671,7 @@ endpoints.
634671
## Breaking changes in this version
635672

636673
- [Breaking] Renamed `bank_income` to `report` in the `cra/check_report/income_insights/get` response
637-
- [Breaking] For Python only, updated certain fields (primarily ones used by Identity Verification and Monitor) to be represented as string types instead of classes. This is a side effect of a broader change to remove `minLength` verification to work around incorrect behavior in the Ruby client library when receiving `nil` for a type with a `minLength` set. Classes that have been replaced by strings in Python are: `ClientUserID`, `ClientUserIDNullable`, `DeprecatedClientUserID`, `EntityWatchlistScreeningName`, `EntityWatchlistScreeningProgramName`, `GenericCountryCode`, `GenericCountryCodeNullable`, `IdentityVerificationDocumentCountryCode`, `IndividualWatchlistScreeningProgramName`, `ReviewComment`, `SourceUID`, `WatchlistScreeningDocumentValue`, `WatchlistScreeningDocumentValueNullable`, and `WatchlistScreeningIndividualName`.
674+
- [Breaking] For Python only, updated certain fields (primarily ones used by Identity Verification and Monitor) to be represented as string types instead of classes. This is a side effect of a broader change to remove `minLength` verification to work around incorrect behavior in the Ruby client library when receiving `nil` for a type with a `minLength` set. Classes that have been replaced by strings in Python are: `ClientUserID`, `ClientUserIDNullable`, `DeprecatedClientUserID`, `EntityWatchlistScreeningName`, `EntityWatchlistScreeningProgramName`, `GenericCountryCode`, `GenericCountryCodeNullable`, `IdentityVerificationDocumentCountryCode`, `IndividualWatchlistScreeningProgramName`, `ReviewComment`, `SourceUID`, `WatchlistScreeningDocumentValue`, `WatchlistScreeningDocumentValueNullable`, and `WatchlistScreeningIndividualName`.
638675

639676

640677
### 2020-09-14_1.520.0
@@ -648,7 +685,7 @@ endpoints.
648685

649686
### 2020-09-14_1.524.1
650687

651-
- [Breaking] For Python only, updated certain fields (primarily ones used by Identity Verification and Monitor) to be represented as string types instead of classes. This is a side effect of a broader change to remove `minLength` verification to work around incorrect behavior in the Ruby client library when receiving `nil` for a type with a `minLength` set. Classes that have been replaced by strings in Python are: `ClientUserID`, `ClientUserIDNullable`, `DeprecatedClientUserID`, `EntityWatchlistScreeningName`, `EntityWatchlistScreeningProgramName`, `GenericCountryCode`, `GenericCountryCodeNullable`, `IdentityVerificationDocumentCountryCode`, `IndividualWatchlistScreeningProgramName`, `ReviewComment`, `SourceUID`, `WatchlistScreeningDocumentValue`, `WatchlistScreeningDocumentValueNullable`, and `WatchlistScreeningIndividualName`.
688+
- [Breaking] For Python only, updated certain fields (primarily ones used by Identity Verification and Monitor) to be represented as string types instead of classes. This is a side effect of a broader change to remove `minLength` verification to work around incorrect behavior in the Ruby client library when receiving `nil` for a type with a `minLength` set. Classes that have been replaced by strings in Python are: `ClientUserID`, `ClientUserIDNullable`, `DeprecatedClientUserID`, `EntityWatchlistScreeningName`, `EntityWatchlistScreeningProgramName`, `GenericCountryCode`, `GenericCountryCodeNullable`, `IdentityVerificationDocumentCountryCode`, `IndividualWatchlistScreeningProgramName`, `ReviewComment`, `SourceUID`, `WatchlistScreeningDocumentValue`, `WatchlistScreeningDocumentValueNullable`, and `WatchlistScreeningIndividualName`.
652689

653690
### 2020-09-14_1.524.0
654691

@@ -1074,7 +1111,7 @@ endpoints.
10741111
- Internal changes only
10751112

10761113
### 2020-09-14_1.483.0
1077-
- Added net new fields to StatementsAccount object: `account_mask`, `account_subtype`, `account_official_name`
1114+
- Added net new fields to StatementsAccount object: `account_mask`, `account_subtype`, `account_official_name`
10781115

10791116
# 18.3.0
10801117
- Updating to OAS 2020-09-14_1.482.3

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

1212

13-
__version__ = "28.1.0"
13+
__version__ = "29.0.0"
1414

1515
# import ApiClient
1616
from plaid.api_client import ApiClient

0 commit comments

Comments
 (0)