@regulaforensics/document-reader-webclient 9.2.704-nightly → 9.2.705-rc
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 +6 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1359,7 +1359,6 @@ 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,
|
|
1363
1362
|
CHD_ICAO_IDB_BASE32_ERROR = 243,
|
|
1364
1363
|
CHD_ICAO_IDB_ZIPPED_ERROR = 244,
|
|
1365
1364
|
CHD_ICAO_IDB_MESSAGE_ZONE_EMPTY = 245,
|
|
@@ -9194,6 +9193,12 @@ export declare interface ProcessParams {
|
|
|
9194
9193
|
* @memberof ProcessParams
|
|
9195
9194
|
*/
|
|
9196
9195
|
'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;
|
|
9197
9202
|
}
|
|
9198
9203
|
|
|
9199
9204
|
/**
|