@onfido/api
Advanced tools
Comparing version 2.7.1 to 2.7.2
# Changelog | ||
## v2.7.2, 14 June 2023 | ||
- Added `sandbox` field to Check. | ||
## v2.7.1, 30 May 2023 | ||
@@ -4,0 +8,0 @@ |
import axios from 'axios'; | ||
import { PassThrough, Readable } from 'stream'; | ||
var version = "2.7.1"; | ||
var version = "2.7.2"; | ||
@@ -6,0 +6,0 @@ class OnfidoError extends Error { |
@@ -10,3 +10,3 @@ 'use strict'; | ||
var version = "2.7.1"; | ||
var version = "2.7.2"; | ||
@@ -13,0 +13,0 @@ class OnfidoError extends Error { |
@@ -25,2 +25,3 @@ import { AxiosInstance } from "axios"; | ||
applicantProvidesData: boolean; | ||
sandbox: boolean; | ||
status: string; | ||
@@ -27,0 +28,0 @@ tags: string[]; |
{ | ||
"name": "@onfido/api", | ||
"version": "2.7.1", | ||
"version": "2.7.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
155227
1576