@regulaforensics/document-reader-webclient 7.6.293-nightly → 7.6.294-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/main/index.cjs +1 -1
- package/dist/module/index.js +1 -1
- package/lib/index.d.ts +0 -13
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -271,12 +271,6 @@ export interface LivenessParams {
|
|
|
271
271
|
* @memberof LivenessParams
|
|
272
272
|
*/
|
|
273
273
|
checkED?: boolean;
|
|
274
|
-
/**
|
|
275
|
-
* This parameter is used to enable Black and white copy check
|
|
276
|
-
* @type {boolean}
|
|
277
|
-
* @memberof LivenessParams
|
|
278
|
-
*/
|
|
279
|
-
checkBlackAndWhiteCopy?: boolean;
|
|
280
274
|
}
|
|
281
275
|
/**
|
|
282
276
|
*
|
|
@@ -374,12 +368,6 @@ export interface AuthParams {
|
|
|
374
368
|
* @memberof AuthParams
|
|
375
369
|
*/
|
|
376
370
|
checkLetterScreen?: boolean;
|
|
377
|
-
/**
|
|
378
|
-
* This parameter is used to enable Security text check
|
|
379
|
-
* @type {boolean}
|
|
380
|
-
* @memberof AuthParams
|
|
381
|
-
*/
|
|
382
|
-
checkSecurityText?: boolean;
|
|
383
371
|
}
|
|
384
372
|
/**
|
|
385
373
|
* Regula Document Reader Web API
|
|
@@ -648,7 +636,6 @@ export enum CheckDiagnose {
|
|
|
648
636
|
OCR_QUALITY_INVALID_FONT = 221,
|
|
649
637
|
OCR_QUALITY_INVALID_BACKGROUND = 222,
|
|
650
638
|
LASINK_INVALID_LINES_FREQUENCY = 230,
|
|
651
|
-
DOC_LIVENESS_DOCUMENT_NOT_LIVE = 238,
|
|
652
639
|
DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED = 239,
|
|
653
640
|
DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED = 240,
|
|
654
641
|
DOC_LIVENESS_INVALID_BARCODE_BACKGROUND = 241,
|
package/package.json
CHANGED