@onfido/api
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -17,2 +17,3 @@ import { AxiosInstance } from "axios"; | ||
href: string; | ||
applicantId: string; | ||
applicantProvidesData: boolean; | ||
@@ -19,0 +20,0 @@ status: string; |
@@ -13,3 +13,6 @@ import { AxiosInstance } from "axios"; | ||
breakdown: object | null; | ||
documents?: string[] | null; | ||
documents: Array<{ | ||
id: string; | ||
}>; | ||
checkId: string; | ||
}; | ||
@@ -16,0 +19,0 @@ export declare class Reports extends Resource<never> { |
{ | ||
"name": "@onfido/api", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Node.js library for the Onfido API", | ||
@@ -45,4 +45,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jest": "^24.0.19", | ||
"jest": "^24.9.0", | ||
"@types/jest": "^25.1.4", | ||
"jest": "^25.2.4", | ||
"nock": "^11.7.0", | ||
@@ -52,3 +52,3 @@ "prettier": "^1.18.2", | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
"ts-jest": "^24.1.0", | ||
"ts-jest": "^25.3.0", | ||
"tslint": "^5.20.0", | ||
@@ -55,0 +55,0 @@ "tslint-config-prettier": "^1.18.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
117471
1187