From 24ac45c2962a8550f17a632625f031db196e5f27 Mon Sep 17 00:00:00 2001 From: Ben Ahmady Date: Mon, 8 Mar 2021 10:13:59 +0000 Subject: [PATCH] Adds privacy_notices_read_consent_given parameter --- package.json | 2 +- src/resources/Checks.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 47a0d67..516b791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onfido/api", - "version": "1.5.4", + "version": "1.6.0", "description": "Node.js library for the Onfido API", "keywords": [ "onfido", diff --git a/src/resources/Checks.ts b/src/resources/Checks.ts index b11bdc7..fe6d38d 100644 --- a/src/resources/Checks.ts +++ b/src/resources/Checks.ts @@ -10,6 +10,7 @@ export type CheckRequest = { tags?: string[] | null; suppressFormEmails?: boolean; redirectUri?: string | null; + privacyNoticesReadConsentGiven?: boolean; }; export type Check = {