File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments