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
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,43 @@
1
1
See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
2
2
3
+
# 29.1.0
4
+
- Updating to OAS 2020-09-14_1.620.0
5
+
6
+
## OpenAPI Schema Changes
7
+
### 2020-09-14_1.620.0
8
+
- Add `intent_id` field to `/transfer/event/sync` response
9
+
10
+
### 2020-09-14_1.619.1
11
+
- Add new `cashflow_updates` webhook triggers
12
+
- Remove `reason` field from `MonitoringInsightsWebhook`
13
+
14
+
### 2020-09-14_1.619.0
15
+
- Add `/session/token/create` endpoint
16
+
17
+
### 2020-09-14_1.618.2
18
+
- Add `beacon_user_id` to `/beacon/report_syndication/get` and `/beacon/report_syndication/list` response
19
+
20
+
### 2020-09-14_1.618.1
21
+
-`/cashflow_report/get` endpoint is added. This includes defining the `CashflowReportGetRequest` and `CashflowReportGetResponse` fields. Adding `access_token` as required field in `CashflowReportRefreshRequest`.
22
+
23
+
### 2020-09-14_1.618.0
24
+
- Add `attributes` object to `BaseReport` definition.
25
+
26
+
### 2020-09-14_1.617.6
27
+
-`/cashflow_report/refresh` endpoint is added. This includes defining the `CashflowReportRefreshRequest` and `CashflowReportRefreshResponse` fields.
28
+
29
+
### 2020-09-14_1.617.5
30
+
-`submitted_at` is added as an optional field to `/signal/decision/report`.
31
+
32
+
### 2020-09-14_1.617.4
33
+
-`persistentId` and `isTokenizedAccountNumber` fields now only populated for select institutions in sandbox related to TAN-based institutions (ins_13, ins_56) or the default testing OAuth institution (ins_127287)
34
+
35
+
### 2020-09-14_1.617.3
36
+
- Modified how contribution transactions are summed up in `account_details_401k.contribution_details` object in `/investments/auth/get` endpoint.
37
+
38
+
### 2020-09-14_1.617.2
39
+
- Updated PrismCashScore and PrismFirstDetect to allow Score in /cra/check_report/partner_insights/get to be nullable
0 commit comments