Skip to content

Commit 08ce628

Browse files
Merge pull request #314 from regulaforensics/76d35efc
Commit: 76d35efc
2 parents 3eb1328 + c2bd8d0 commit 08ce628

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

src/models/check-diagnose.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export enum CheckDiagnose {
135135
DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED = 239,
136136
DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED = 240,
137137
DOC_LIVENESS_INVALID_BARCODE_BACKGROUND = 241,
138+
DOC_LIVENESS_VIRTUAL_CAMERA_DETECTED = 242,
138139
CHD_ICAO_IDB_BASE32_ERROR = 243,
139140
CHD_ICAO_IDB_ZIPPED_ERROR = 244,
140141
CHD_ICAO_IDB_MESSAGE_ZONE_EMPTY = 245,

src/models/process-params.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -475,12 +475,6 @@ export interface ProcessParams {
475475
* @memberof ProcessParams
476476
*/
477477
'bsiTr03135Results'?: boolean;
478-
/**
479-
* When enabled, activates detection of the document holder’s signature presence.
480-
* @type {boolean}
481-
* @memberof ProcessParams
482-
*/
483-
'checkHoldersSignature'?: boolean;
484478
}
485479

486480

0 commit comments

Comments
 (0)