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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
2
2
3
+
# 31.0.0
4
+
- Updating to OAS 2020-09-14_1.635.2
5
+
6
+
## Breaking changes in this version
7
+
-[BREAKING] Move `result` from `triggered_rule_details` to `ruleset` in response of `/signal/evaluate`
8
+
-[BREAKING]`client_user_id` is now required for `/session/token/create`
9
+
10
+
## OpenAPI Schema Changes
11
+
### 2020-09-14_1.635.2
12
+
- Update description of `ruleset.outcome` in `/signal/evaluate` response
13
+
14
+
### 2020-09-14_1.635.1
15
+
- Fix description undeprecating `report.items.accounts.attributes` after it was mistakenly deprecated for `/cra/check_report/base_report/get`
16
+
17
+
### 2020-09-14_1.635.0
18
+
- Add `expected_funds_available_date` to `transfer` and `sweep` objects in responses for `/transfer/create`, `/transfer/get`, `/transfer/list`, `/transfer/sweep/get`, `/transfer/sweep/list`
19
+
20
+
### 2020-09-14_1.634.3
21
+
- Undeprecated `report.items.accounts.attributes` after it was mistakenly deprecated for `/cra/check_report/base_report/get`
22
+
23
+
### 2020-09-14_1.634.2
24
+
- Removed `deposit_switch` from the `products` field in the `/link/token/create` request
25
+
26
+
### 2020-09-14_1.634.1
27
+
-[BREAKING] Move `result` from `triggered_rule_details` to `ruleset` in response of `/signal/evaluate`
28
+
29
+
### 2020-09-14_1.634.0
30
+
-[BREAKING]`client_user_id` is now required for `/session/token/create`
0 commit comments