@regulaforensics/document-reader-webclient 9.2.702-rc → 9.2.704-nightly
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3 -3
- package/dist/index.d.ts +1 -6
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1359,6 +1359,7 @@ export declare enum CheckDiagnose {
|
|
|
1359
1359
|
DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED = 239,
|
|
1360
1360
|
DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED = 240,
|
|
1361
1361
|
DOC_LIVENESS_INVALID_BARCODE_BACKGROUND = 241,
|
|
1362
|
+
DOC_LIVENESS_VIRTUAL_CAMERA_DETECTED = 242,
|
|
1362
1363
|
CHD_ICAO_IDB_BASE32_ERROR = 243,
|
|
1363
1364
|
CHD_ICAO_IDB_ZIPPED_ERROR = 244,
|
|
1364
1365
|
CHD_ICAO_IDB_MESSAGE_ZONE_EMPTY = 245,
|
|
@@ -9193,12 +9194,6 @@ export declare interface ProcessParams {
|
|
|
9193
9194
|
* @memberof ProcessParams
|
|
9194
9195
|
*/
|
|
9195
9196
|
'bsiTr03135Results'?: boolean;
|
|
9196
|
-
/**
|
|
9197
|
-
* When enabled, activates detection of the document holder’s signature presence.
|
|
9198
|
-
* @type {boolean}
|
|
9199
|
-
* @memberof ProcessParams
|
|
9200
|
-
*/
|
|
9201
|
-
'checkHoldersSignature'?: boolean;
|
|
9202
9197
|
}
|
|
9203
9198
|
|
|
9204
9199
|
/**
|