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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,36 @@
1
1
See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
2
2
3
+
# 45.4.0
4
+
- Updating to OAS 2020-09-14_1.682.2
5
+
6
+
## OpenAPI Schema Changes
7
+
### 2020-09-14_1.682.2
8
+
- Add personal_finance_category to BaseReportTransaction model.
9
+
10
+
### 2020-09-14_1.682.1
11
+
- Update `ProtectComputeResponse`: promote `score` and `model` to top-level fields, rename `fraud_attributes` to `attributes`, and remove `trust_index` and `subscores`
12
+
- Mark `ProtectComputeResponse.score` as nullable so it is omitted from the API response when no trust index score is present, preventing clients from seeing a spurious `"score": 0`
13
+
14
+
### 2020-09-14_1.682.0
15
+
- Add `has_null_available_balance` field to `OverrideAccounts` schema. When set to `true`, the Sandbox test account will always return `null` for its available balance. Cannot be set together with `force_available_balance`.
16
+
17
+
### 2020-09-14_1.681.9
18
+
- Add `fico` field to `CraCheckReportPartnerInsightsGetPartnerInsights`, `CraCheckReportCreatePartnerInsightsOptions`, and `LinkTokenCreateRequestCraOptionsPartnerInsights` schemas to support UltraFICO score generation; add new `CraPartnerInsightsFicoInput`, `CraPartnerInsightsUltraFicoScoreRequest`, `CraPartnerInsightsBaseFicoScore`, `CraPartnerInsightsUltraFicoScoreVersion`, `CraPartnerInsightsBureau`, and `CraPartnerInsightsBaseFicoScoreVersion` schemas
19
+
20
+
### 2020-09-14_1.681.8
21
+
- Update `beta/transactions/rules/v1` endpoints to use `client_user_id` instead of `access_token`
22
+
- Split `personal_finance_category` into `pfc_primary_category` and `pfc_detailed_category` on rule request/response schemas; add optional `pfc_version` field
23
+
- Rename `TransactionsRuleField` enum value `NAME` to `MERCHANT_NAME`
24
+
- Add `updated_at` and `client_user_id` to `TransactionsCategoryRule`; replace `item_id` and `personal_finance_category`
25
+
26
+
### 2020-09-14_1.681.7
27
+
- Add `sdk` field to `ProtectModelInputs` on `ProtectComputeRequest`.
28
+
29
+
### 2020-09-14_1.681.6
30
+
- Clarify `/protect/compute``model` field: version suffix is required and must be `major.minor` format; removed references to versionless model names
31
+
- Expand `require_extracted_data` field description to document HTTP 400 / `FAILED_PRECONDITION` behavior when set to `true`
32
+
- Add readiness error to `/protect/compute` endpoint description: for link-session models, calling the endpoint before the Link session is complete returns HTTP 400 with `error_type` = `INVALID_REQUEST` and `error_code` = `FAILED_PRECONDITION`
0 commit comments