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
+73Lines changed: 73 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,78 @@
1
1
See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
2
2
3
+
# 46.0.0
4
+
- Updating to OAS 2020-09-14_1.686.0
5
+
6
+
## Breaking changes in this version
7
+
-[BREAKING] Remove deprecated beta `recurrence` field from `Enrichments` schema in `/transactions/enrich` response and remove `Recurrence` and `RecurringFrequency` schema definitions
8
+
-[BREAKING] Update `InvestmentsHoldingsGetResponse`, `InvestmentsTransactionsGetResponse`, `InvestmentsAuthGetResponse`, `ProcessorInvestmentsHoldingsGetResponse`, and `ProcessorInvestmentsTransactionsGetResponse` to use `InvestmentAccount` instead of `AccountBase`
9
+
-[Breaking]`CraPartnerInsightsPrism` is now nullable. The `prism` field will be omitted from `/cra/check_report/partner_insights/get` responses when Prism Data was not included in the request. Clients that always expect `prism` to be present should update to handle a null or missing value.
10
+
-[Breaking] Remove Plaid Check Score references from the API. Plaid Check Score is not in active use by customers and has been deprecated in favor of the Plaid LendScore.
11
+
12
+
13
+
## OpenAPI Schema Changes
14
+
### 2020-09-14_1.686.0
15
+
- Add Income Insights V2 schemas and fields to client libraries (hidden from docs)
16
+
### 2020-09-14_1.685.3
17
+
- Add `cfi_code` field to the Investments `Security` schema.
18
+
19
+
### 2020-09-14_1.685.2
20
+
- Add `protect_transactions` to the public `Products` and `UserBasedProducts` enums and expose it in `/link/token/create` product array docs.
21
+
22
+
### 2020-09-14_1.685.1
23
+
- Add Item IDs to FAILED CHECK_REPORT webhooks for closed beta
24
+
25
+
### 2020-09-14_1.685.0
26
+
-[BREAKING] Remove deprecated beta `recurrence` field from `Enrichments` schema in `/transactions/enrich` response and remove `Recurrence` and `RecurringFrequency` schema definitions
27
+
28
+
### 2020-09-14_1.684.1
29
+
- Add missing investment account subtypes to `InvestmentAccountSubtype` and `InvestmentAccountSubtypeStandalone` schemas: `fhsa`, `line of credit`, `roth 403B`, `roth 457b`, `roth pension`, `roth profit sharing plan`, `roth thrift savings plan`, and `thrift savings plan`. Add these subtypes plus `qshr` to the `AccountSubtype` enum.
30
+
31
+
### 2020-09-14_1.684.0
32
+
- Add `InvestmentAccountBalance` and `InvestmentAccount` schemas to expose `margin_loan_amount` on investment endpoints
33
+
-[BREAKING] Update `InvestmentsHoldingsGetResponse`, `InvestmentsTransactionsGetResponse`, `InvestmentsAuthGetResponse`, `ProcessorInvestmentsHoldingsGetResponse`, and `ProcessorInvestmentsTransactionsGetResponse` to use `InvestmentAccount` instead of `AccountBase`
34
+
35
+
### 2020-09-14_1.683.2
36
+
37
+
### 2020-09-14_1.683.1
38
+
- Add version `4.1` to `PrismDetectVersion`, `PrismCashScoreVersion`, `PrismExtendVersion`, and `PrismInsightsVersion` enums for Prism v4.1 support in `/cra/check_report/partner_insights/get`.
39
+
40
+
### 2020-09-14_1.683.0
41
+
- Add OpenAPI spec for `/item/products/terminate` and `/item/handle_fraud_report` endpoints
42
+
43
+
### 2020-09-14_1.683.0
44
+
- Add `user_id` field to `CreditBankIncomeGetRequest`, `CreditBankIncomePDFGetRequest`, `CreditBankIncomeRefreshRequest`, `CreditBankIncomeWebhookUpdateRequest`, `CreditPayrollIncomeParsingConfigUpdateRequest`, `CreditPayrollIncomeRiskSignalsGetRequest`, `CreditPayrollIncomeGetRequest`, `CreditPayrollIncomePrecheckRequest`, and `CreditPayrollIncomeRefreshRequest`.
45
+
46
+
### 2020-09-14_1.682.12
47
+
- Update `with_guarantee` field in `/transfer/authorization/create` with clearer wording
48
+
49
+
### 2020-09-14_1.682.11
50
+
- Update `/user/items/remove` description with clearer wording
51
+
52
+
### 2020-09-14_1.682.10
53
+
- Add `cfi_code` to the Investments `Security` model.
54
+
55
+
### 2020-09-14_1.682.9
56
+
- Make `with_upgraded_user` field in `/user/create` visible in docs
57
+
58
+
### 2020-09-14_1.682.8
59
+
- Remove deprecated `prism_products` field from `CraCheckReportCreatePartnerInsightsOptions`, `CraCheckReportPartnerInsightsGetOptions`, `LinkTokenCreateRequestCraOptionsPartnerInsights`, and `LinkTokenCreateRequestCreditPartnerInsights` schemas. Remove deprecated `PrismProduct` enum. Use `prism_versions` instead.
60
+
61
+
### 2020-09-14_1.682.7
62
+
[Breaking]`CraPartnerInsightsPrism` is now nullable. The `prism` field will be omitted from `/cra/check_report/partner_insights/get` responses when Prism Data was not included in the request. Clients that always expect `prism` to be present should update to handle a null or missing value.
63
+
64
+
### 2020-09-14_1.682.6
65
+
66
+
### 2020-09-14_1.682.5
67
+
Update copy for Layer email availability
68
+
69
+
### 2020-09-14_1.682.4
70
+
- Add `link_session_id` field to `ProtectUserEventWebhook`
71
+
-
72
+
73
+
### 2020-09-14_1.682.3
74
+
[Breaking] Remove Plaid Check Score references from the API. Plaid Check Score is not in active use by customers and has been deprecated in favor of the Plaid LendScore.
0 commit comments