Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 17 additions & 2 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ plaid/apis/__init__.py
plaid/configuration.py
plaid/exceptions.py
plaid/model/__init__.py
plaid/model/aamva_analysis.py
plaid/model/aamva_detailed_match_result.py
plaid/model/aamva_match_result.py
plaid/model/account_access.py
plaid/model/account_assets.py
plaid/model/account_balance.py
Expand Down Expand Up @@ -58,6 +61,9 @@ plaid/model/asset.py
plaid/model/asset_detail.py
plaid/model/asset_holder.py
plaid/model/asset_holder_name.py
plaid/model/asset_holding.py
plaid/model/asset_holdings.py
plaid/model/asset_investment_transaction_type.py
plaid/model/asset_owner.py
plaid/model/asset_owners.py
plaid/model/asset_report.py
Expand Down Expand Up @@ -113,6 +119,10 @@ plaid/model/auth_get_response.py
plaid/model/auth_metadata.py
plaid/model/auth_supported_methods.py
plaid/model/auth_update_types.py
plaid/model/auth_verify_numbers_ach.py
plaid/model/auth_verify_request.py
plaid/model/auth_verify_request_numbers.py
plaid/model/auth_verify_response.py
plaid/model/automatically_verified_webhook.py
plaid/model/bank_income_complete_result.py
plaid/model/bank_income_complete_webhook.py
Expand Down Expand Up @@ -283,6 +293,7 @@ plaid/model/cause.py
plaid/model/cause_all_of.py
plaid/model/check_report_warning.py
plaid/model/check_report_warning_code.py
plaid/model/client_customization.py
plaid/model/client_provided_enhanced_transaction.py
plaid/model/client_provided_enriched_transaction.py
plaid/model/client_provided_raw_transaction.py
Expand Down Expand Up @@ -863,6 +874,7 @@ plaid/model/latest_scored_event.py
plaid/model/layer_authentication_passed_webhook.py
plaid/model/ledger_deposit_idempotency_key.py
plaid/model/ledger_distribute_idempotency_key.py
plaid/model/ledger_event_source_type.py
plaid/model/ledger_withdraw_idempotency_key.py
plaid/model/liabilities_account_ids_with_updated_liabilities.py
plaid/model/liabilities_default_update_webhook.py
Expand Down Expand Up @@ -1491,8 +1503,6 @@ plaid/model/taxpayer_id.py
plaid/model/taxpayer_identifier.py
plaid/model/taxpayer_identifier_type.py
plaid/model/taxpayer_identifiers.py
plaid/model/tch_notification.py
plaid/model/tch_notification_response.py
plaid/model/total.py
plaid/model/total_canonical_description.py
plaid/model/total_inflow_amount.py
Expand Down Expand Up @@ -1636,6 +1646,9 @@ plaid/model/transfer_ledger_deposit_request.py
plaid/model/transfer_ledger_deposit_response.py
plaid/model/transfer_ledger_distribute_request.py
plaid/model/transfer_ledger_distribute_response.py
plaid/model/transfer_ledger_event.py
plaid/model/transfer_ledger_event_list_request.py
plaid/model/transfer_ledger_event_list_response.py
plaid/model/transfer_ledger_get_request.py
plaid/model/transfer_ledger_get_response.py
plaid/model/transfer_ledger_sweep_simulate_event_type.py
Expand Down Expand Up @@ -1746,6 +1759,8 @@ plaid/model/user_financial_data_refresh_response.py
plaid/model/user_id_number.py
plaid/model/user_items_get_request.py
plaid/model/user_items_get_response.py
plaid/model/user_items_list_request.py
plaid/model/user_items_list_response.py
plaid/model/user_permission_revoked_webhook.py
plaid/model/user_remove_request.py
plaid/model/user_remove_response.py
Expand Down
66 changes: 64 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,65 @@
See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).

# 36.0.0
- Updating to OAS 2020-09-14_1.658.0

## Breaking changes in this version

- [BREAKING] To improve consistency and resolve a bug in a third-party client library, changed `MonitoringConsumerReportPermissiblePurpose` schema object title from `ConsumerReportPermissiblePurpose` to `MonitoringConsumerReportPermissiblePurpose`. This may be a breaking change for certain client libraries.

## OpenAPI Schema Changes
### 2020-09-14_1.658.0
- (beta) Add `user_id` field to `/session/token/create` request.
- [BREAKING for Go] (beta) Make `user` object optional in `/session/token/create` if `user_id` is included.

### 2020-09-14_1.657.0
Add Add `subtype` property to the `Security` model.

### 2020-09-14_1.656.1
- Renamed `protect_sdk_session_id` field in the request of `/protect/event/send` to `protect_session_id` for consistency across endpoints.

### 2020-09-14_1.656.0
- Added `aamva_verification` object in the responses of `documentary_verification.documents[].analysis`. This impacts the following endpoints:
- `identity_verification/create`
- `identity_verification/get`
- `identity_verification/list`
- `identity_verification/retry`

### 2020-09-14_1.655.0
- Add `max_amount` and `iso_currency_code` to `rfp` in `/transfer/capabilitied/get` response

### 2020-09-14_1.654.0
- [BREAKING] To improve consistency and resolve a bug in a third-party client library, changed `MonitoringConsumerReportPermissiblePurpose` schema object title from `ConsumerReportPermissiblePurpose` to `MonitoringConsumerReportPermissiblePurpose`. This may be a breaking change for certain client libraries.

### 2020-09-14_1.653.0
- (beta) Add optional `user_id` field to `identity_verification/create` and `identity_verification/list` requests. When `user_id` is present during creation and `client_user_id` is not, the `client_user_id` from the associated user will be set on the created identity verification. If `user_id` is present during creation, the `user` object may not also be present. Modifying user data should be done via the `user/update` endpoint.
- [BREAKING for Go] (beta) Make `client_user_id` optional in `identity_verification/list` if `user_id` is included.
- (beta) Add nullable `user_id` to the response of all of the identity verification endpoints:
- `identity_verification/create`
- `identity_verification/get`
- `identity_verification/list`
- `identity_verification/retry`

### 2020-09-14_1.652.3
- Added support for `cra_monitoring` to `Products` array.

### 2020-09-14_1.652.2
- (beta) Add `/user/items/list` endpoint

### 2020-09-14_1.652.1
- Add `/transfer/ledger/event/list` endpoint

# 35.0.0
- Updating to OAS 2020-09-14_1.652.0

## Breaking changes in this version

- [Breaking] Replacing `voe` references to instead be `employment_refresh` in `/cra/check_report/verification/get` and `/cra/check_report/create`
- `/cra/check_report/verification/get`'s `reports_requested` options are now `VOA` and `employment_refresh`
- `voe_options` in the request is now `employment_refresh_options`
- `/cra/check_report/verification/get`'s response now has `report.employment_refresh` instead of `report.voe`
- `gse_options.report_type` in `/cra/check_report/create` are now `VOA` and `employment_refresh`

## OpenAPI Schema Changes
### 2020-09-14_1.652.0
- Add optional `cursor` and `count` fields to the `/payment_initiation/recipient/list` request and `next_cursor` to its response
Expand Down Expand Up @@ -62,6 +119,11 @@ See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/
# 34.0.0
- Updating to OAS 2020-09-14_1.645.0

## Breaking changes in this version
- [Breaking] For Signal, remove enum values `REAL_TIME_PAYMENTS` and `DEBIT_CARD` as these payment methods are not supported by the Signal product.
- [Breaking] Rename client library `/cra/check_report/create`'s `partner_insights` object to type `CraCheckReportCreatePartnerInsightsOptions` instead of `CraCheckReportPartnerInsightsGetOptions`. All the object fields are identical.
- [Breaking] Rename client library `/cra/check_report/partner_insights/get`'s `option.prism_versions` object to type `PrismVersionsDeprecated` instead of `PrismVersions`. All the object fields' are identical.

## OpenAPI Schema Changes
### 2020-09-14_1.645.0
- Removes the `payment_details` field from `/accounts/balance/get` request
Expand Down Expand Up @@ -142,8 +204,8 @@ See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/
- Add missing `unsent` value as a possible `verification_status` to reflect actual API behavior.

### 2020-09-14_1.637.3
- (beta) Add `PLAID-NEW-USER-API-ENABLED` as a header parameter to `/user/create`
- (beta) Add `PLAID-NEW-USER-API-ENABLED` as a header parameter to `/user/remove`
- (beta) Add `PLAID-NEW-USER-API-ENABLED` as a header parameter to `/user/create`. This header is only for the use of customers in the new user API beta; customers should *not* use this parameter unless they have been advised to do so by Plaid.
- (beta) Add `PLAID-NEW-USER-API-ENABLED` as a header parameter to `/user/remove`. This header is only for the use of customers in the new user API beta; customers should *not* use this parameter unless they have been advised to do so by Plaid.

### 2020-09-14_1.637.2
- (beta) Add `user_id` to `/session/token/create` response
Expand Down
4 changes: 2 additions & 2 deletions plaid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.652.0
The version of the OpenAPI document: 2020-09-14_1.658.0
Generated by: https://openapi-generator.tech
"""


__version__ = "35.0.0"
__version__ = "36.0.0"

# import ApiClient
from plaid.api_client import ApiClient
Expand Down
Loading