@onfido/api
Advanced tools
Comparing version 2.3.0 to 2.3.1
# Changelog | ||
## v2.3.1, 24 May 2022 | ||
- Reinstated `privacyNoticesReadConsentGiven` parameter | ||
## v2.3.0, 10 May 2022 | ||
@@ -9,3 +13,2 @@ | ||
- Added `phoneNumber` to applicant request and response | ||
- Removed `privacy_notices_read_consent_given` from check request and response | ||
@@ -12,0 +15,0 @@ ## v2.2.0, 02 March 2022 |
import axios from 'axios'; | ||
import { PassThrough, Readable } from 'stream'; | ||
var version = "2.3.0"; | ||
var version = "2.3.1"; | ||
@@ -6,0 +6,0 @@ class OnfidoError extends Error { |
@@ -10,3 +10,3 @@ 'use strict'; | ||
var version = "2.3.0"; | ||
var version = "2.3.1"; | ||
@@ -13,0 +13,0 @@ class OnfidoError extends Error { |
@@ -13,2 +13,3 @@ import { AxiosInstance } from "axios"; | ||
redirectUri?: string | null; | ||
privacyNoticesReadConsentGiven?: boolean; | ||
webhookIds?: string[] | null; | ||
@@ -31,2 +32,3 @@ subResult?: string; | ||
resultsUri: string; | ||
privacyNoticesReadConsentGiven: boolean; | ||
webhookIds: string[] | null; | ||
@@ -33,0 +35,0 @@ }; |
{ | ||
"name": "@onfido/api", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Node.js library for the Onfido API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139608
1405