Skip to content

Commit

Permalink
Merge pull request #36 from onfido/feature/privacy_notices_read_conse…
Browse files Browse the repository at this point in the history
…nt_given

Adds privacy_notices_read_consent_given parameter
  • Loading branch information
Ben Ahmady authored Mar 8, 2021
2 parents 5c55939 + 24ac45c commit b90f173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/resources/Checks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export type CheckRequest = {
tags?: string[] | null;
suppressFormEmails?: boolean;
redirectUri?: string | null;
privacyNoticesReadConsentGiven?: boolean;
};

export type Check = {
Expand Down

0 comments on commit b90f173

Please sign in to comment.