|
1 | 1 | See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md). |
2 | 2 |
|
| 3 | +# 27.0.0 |
| 4 | +- Updating to OAS 2020-09-14_1.565.0 |
| 5 | + |
| 6 | +## Breaking changes in this version |
| 7 | +### 2020-09-14_1.156.2 |
| 8 | +- [BREAKING] Remove `from_client_id` and `to_client_id` from `/transfer/ledger/distribute` request |
| 9 | +- Add `from_ledger_id` and `to_ledger_id` to `/transfer/ledger/distribute` request |
| 10 | +- Add `ledger_id` in transfer routes response examples |
| 11 | + |
| 12 | +### 2020-09-14_1.561.0 |
| 13 | +- [BREAKING] Add `authorization_id` to /transfer/get request and make `transfer_id` optional. |
| 14 | + |
| 15 | +### 2020-09-14_1.559.0 |
| 16 | +- Add `name`, `is_default` to /transfer/ledger/get response |
| 17 | +- [BREAKING] Move `ledger_id` from nested `balance` struct to top level in /transfer/ledger/get response |
| 18 | + |
| 19 | +## OpenAPI Schema Changes |
| 20 | +### 2020-09-14_1.565.0 |
| 21 | +- Removed `deposit_switch` from the `products` field in the `/link/token/create` request |
| 22 | +- Deprecated DepositSwitch endpoints, requests and response |
| 23 | + |
| 24 | +### 2020-09-14_1.564.0 |
| 25 | +- add `/issues/get`, `/issues/search`, and `/issues/subscribe` for Support API endpoints. |
| 26 | + |
| 27 | +### 2020-09-14_1.563.0 |
| 28 | +- Update fields on `item` object in `/item/get` response |
| 29 | + - Add `consented_use_cases` field |
| 30 | + - Add `consented_data_scopes` field |
| 31 | + - Add `created_at` field |
| 32 | + - Update descriptions for `consented_products` and `consent_expiration_time` fields |
| 33 | +- Add `/consent/events/get` endpoint |
| 34 | + |
| 35 | +### 2020-09-14_1.157.1 |
| 36 | +- Internal changes |
| 37 | + |
| 38 | +### 2020-09-14_1.157.0 |
| 39 | + - (pre-release) Add `facial_analysis` to the `analysis` within each `selfie_check.selfies` object in the response of all of the identity verification endpoints: |
| 40 | + - `identity_verification/create` |
| 41 | + - `identity_verification/get` |
| 42 | + - `identity_verification/list` |
| 43 | + - `identity_verification/retry` |
| 44 | + |
| 45 | +### 2020-09-14_1.156.1 |
| 46 | +- Update `account type schema` link to reference the correct URL. |
| 47 | + |
| 48 | +### 2020-09-14_1.562.0 |
| 49 | +- Add `data_sources` object to the `/investments/auth/get` response |
| 50 | + - `data_sources` object contains the `numbers`, `owners`, and `holdings` fields |
| 51 | + |
| 52 | +### 2020-09-14_1.560.0 |
| 53 | +- Add `pay_by_bank` to product enum list |
| 54 | + |
| 55 | +### 2020-09-14_1.558.0 |
| 56 | +- Add `liveness_check` to the `analysis` within each `selfie_check.selfies` object in the response of all of the identity verification endpoints: |
| 57 | + - `identity_verification/create` |
| 58 | + - `identity_verification/get` |
| 59 | + - `identity_verification/list` |
| 60 | + - `identity_verification/retry` |
| 61 | + |
| 62 | +### 2020-09-14_1.557.2 |
| 63 | +- Internal changes only |
| 64 | + |
| 65 | +### 2020-09-14_1.557.1 |
| 66 | +- Internal changes only |
| 67 | + |
| 68 | +### 2020-09-14_1.557.0 |
| 69 | +- Add `ledger_id` to /transfer/ledger/get response |
| 70 | + |
3 | 71 | # 26.0.0 |
4 | 72 | - Updating to OAS 2020-09-14_1.556.0 |
5 | 73 |
|
|
0 commit comments