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
+101Lines changed: 101 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,106 @@
1
1
See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
2
2
3
+
# 30.0.0
4
+
- Updating to OAS 2020-09-14_1.633.1
5
+
6
+
## Breaking changes in this version
7
+
-[BREAKING] Update `account` object to nullable in `/processor/transactions/sync` response
8
+
-[BREAKING] Update `webhook` field in `IssuesSubscribeRequest` to be required
9
+
-[BREAKING] Correct the schema object returned by `AssetReport``investments` field -- it is now correctly represented as an `AssetReportInvestments` object, not an `AssetReportInvestmentsTransaction` object, to accurately reflect the API behavior.
10
+
-[BREAKING] Date of birth is now required within consumer report user identity for `user/create` and `user/update`
11
+
-[BREAKING] Update `posted_date` field on `/statements/list` response to be nullable
12
+
-[BREAKING] Updated the `investments` schema returned by `/asset_report/get` (`AssetReportInvestments`) to accurately reflect the actual API behavior, including renaming the schema object
13
+
-[BREAKING] Changed `score` in `PlaidCheckScore` from a float to an integer
14
+
15
+
## OpenAPI Schema Changes
16
+
### 2020-09-14_1.633.1
17
+
-[BREAKING] Update `account` object to nullable in `/processor/transactions/sync` response
18
+
19
+
### 2020-09-14_1.633.0
20
+
- Move `user_id` field of `/session/token/create` request to be within `user`
21
+
22
+
### 2020-09-14_1.632.6
23
+
- Update descriptions for `CashFlowUpdatesLowBalanceWebhook` and `CashFlowUpdatesLargeDepositWebhook`
24
+
25
+
### 2020-09-14_1.632.5
26
+
- Add new `CashFlowUpdatesInsightsWebhook` for Cash Flow Updates
27
+
28
+
### 2020-09-14_1.632.4
29
+
- Add `triggered_rule_details` to `/signal/evaluate` response
30
+
31
+
### 2020-09-14_1.632.3
32
+
-[BREAKING] Update `webhook` field in `IssuesSubscribeRequest` to be required
33
+
34
+
### 2020-09-14_1.632.2
35
+
- Update the `warnings` field in `/cra/check_report/verification/get` response to be required
36
+
37
+
### 2020-09-14_1.632.1
38
+
- Add `AT` and `FI` to the list of available countries
39
+
40
+
### 2020-09-14_1.632.0
41
+
- Add `user_id` field to `/session/token/create` request
42
+
43
+
### 2020-09-14_1.631.0
44
+
-[BREAKING] Correct the schema object returned by `AssetReport``investments` field -- it is now correctly represented as an `AssetReportInvestments` object, not an `AssetReportInvestmentsTransaction` object, to accurately reflect the API behavior.
45
+
46
+
### 2020-09-14_1.630.0
47
+
- Add optional `income_categories` param to `/cra/monitoring_insights/subscribe` request
48
+
49
+
### 2020-09-14_1.629.0
50
+
-[Breaking] Date of birth is now required within consumer report user identity for `user/create` and `user/update`
51
+
52
+
### 2020-09-14_1.628.4
53
+
- Renamed CRA Cash Flow Updates webhook types
54
+
55
+
### 2020-09-14_1.628.3
56
+
- Adde `warnings` to responses for `cra/check_report/income_insights/get`, `cra/check_report/network_insights/get`, `cra/check_report/cashflow_insights/get`, and `cra/check_report/partner_insights/get`
57
+
58
+
### 2020-09-14_1.628.2
59
+
- Update description for the `options.add_ons` field in `asset_reports/create`
60
+
61
+
### 2020-09-14_1.628.1
62
+
- Add `client_report_id` field to `cra/check_report/create` request and deprecate `base_report.client_report_id` field in `cra/check_report/create`.
63
+
- Add `client_report_id` field to `LinkTokenCreateRequestCraOptions` field
64
+
- Deprecate `client_report_id` field in `LinkTokenCreateRequestBaseReport`
65
+
- Add `client_report_id` field to `CraIncomeInsights`
66
+
67
+
### 2020-09-14_1.628.0
68
+
- Add `redirect_uri` field to `/session/token/create` request
69
+
70
+
### 2020-09-14_1.627.1
71
+
- Update description of `transfer_id` field on `TransferEvent` schema to be empty string for Plaid Ledger Sweep events
72
+
73
+
### 2020-09-14_1.627.0
74
+
-[BREAKING] Update `posted_date` field on `/statements/list` response to be nullable
75
+
76
+
### 2020-09-14_1.626.0
77
+
- Add reason_code field to /transfer/cancel request
78
+
79
+
### 2020-09-14_1.625.2
80
+
- Add `USER_PERMISSION_REVOKED` and `USER_ACCOUNT_REVOKED` webhook codes to `WebhookCodeEnum` in `SandboxItemFireWebhookRequest` to reflect actual API behavior.
81
+
82
+
### 2020-09-14_1.625.1
83
+
- Add new `verification_name` field to `Account`
84
+
85
+
### 2020-09-14_1.625.0
86
+
- Add new `posted_date` field to `/statements/list` response
87
+
88
+
### 2020-09-14_1.624.0
89
+
- (pre-release) Add `human_review` object to the `analysis` object within each `documentary_verification.documents` object. This change affects the response of all of the identity verification endpoints:
90
+
-`identity_verification/create`
91
+
-`identity_verification/get`
92
+
-`identity_verification/list`
93
+
-`identity_verification/retry`
94
+
95
+
### 2020-09-14_1.623.0
96
+
97
+
### 2020-09-14_1.622.0
98
+
-[BREAKING] Updated the `investments` schema returned by `/asset_report/get` (`AssetReportInvestments`) to accurately reflect the actual API behavior, including renaming the schema object
99
+
- Updated the Auth descriptions to reflect the fact that the preferred method to enable database and micro-deposit-based Auth verification flows is now the Dashboard, and that Database Insights has been deprecated and replaced by the similar product Database Auth.
100
+
101
+
### 2020-09-14_1.621.0
102
+
-[BREAKING] Changed `score` in `PlaidCheckScore` from a float to an integer
0 commit comments