You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+59Lines changed: 59 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,64 @@
1
1
See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
2
2
3
+
# 42.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`
0 commit comments