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 = {