@onfido/api
Advanced tools
Comparing version 2.1.1 to 2.1.2
# Changelog | ||
## v2.1.2, 17 Feb 2022 | ||
- Fix `advancedValidation` flag when uploading live photo | ||
## v2.1.1, 6 Jan 2022 | ||
@@ -4,0 +8,0 @@ |
import axios from 'axios'; | ||
import { PassThrough, Readable } from 'stream'; | ||
var version = "2.1.1"; | ||
var version = "2.1.2"; | ||
@@ -6,0 +6,0 @@ class OnfidoError extends Error { |
@@ -10,3 +10,3 @@ 'use strict'; | ||
var version = "2.1.1"; | ||
var version = "2.1.2"; | ||
@@ -13,0 +13,0 @@ class OnfidoError extends Error { |
@@ -8,3 +8,3 @@ import { AxiosInstance } from "axios"; | ||
file: FileLike; | ||
advancedValidation?: boolean; | ||
advancedValidation?: string; | ||
}; | ||
@@ -11,0 +11,0 @@ export declare type LivePhoto = { |
{ | ||
"name": "@onfido/api", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"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
135608