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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
2
2
3
+
# 34.0.0
4
+
- Updating to OAS 2020-09-14_1.645.0
5
+
6
+
## OpenAPI Schema Changes
7
+
### 2020-09-14_1.645.0
8
+
- Removes the `payment_details` field from `/accounts/balance/get` request
9
+
- Removes the `payment_risk_assessment` from `/accounts/balance/get` response
10
+
11
+
### 2020-09-14_1.644.1
12
+
- Fixed incorrect event type in example for `ProtectUserEventWebhook`.
13
+
14
+
### 2020-09-14_1.644.0
15
+
-[Breaking] For Signal, remove enum values `REAL_TIME_PAYMENTS` and `DEBIT_CARD` as these payment methods are not supported by the Signal product.
16
+
-[Breaking] Rename client library `/cra/check_report/create`'s `partner_insights` object to type `CraCheckReportCreatePartnerInsightsOptions` instead of `CraCheckReportPartnerInsightsGetOptions`. All the object fields are identical.
17
+
-[Breaking] Rename client library `/cra/check_report/partner_insights/get`'s `option.prism_versions` object to type `PrismVersionsDeprecated` instead of `PrismVersions`. All the object fields' are identical.
18
+
19
+
### 2020-09-14_1.642.2
20
+
- Added `ProtectUserEventWebhook`.
21
+
22
+
### 2020-09-14_1.642.1
23
+
- Deprecated `/link/token/create`'s `base_report`. Revert erroneous deprecation of `cra_options.base_report`.
24
+
25
+
### 2020-09-14_1.642.0
26
+
- Add `error` field to responses of `/payment_initiation/payment/get` and `/payment_initiation/consent/payment/execute` containing error details when the payment fails.
0 commit comments