@regulaforensics/document-reader-webclient 8.4.561-nightly → 8.4.562-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 +6 -6
- package/dist/index.d.ts +1 -11
- package/dist/index.js +53 -53
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1263,8 +1263,6 @@ export declare enum CheckDiagnose {
|
|
|
1263
1263
|
FIELD_POS_CORRECTOR_FACE_PRESENCE_CHECK_ERROR = 84,
|
|
1264
1264
|
FIELD_POS_CORRECTOR_FACE_ABSENCE_CHECK_ERROR = 85,
|
|
1265
1265
|
FIELD_POS_CORRECTOR_INCORRECT_HEAD_POSITION = 86,
|
|
1266
|
-
FIELD_POS_CORRECTOR_AGE_CHECK_ERROR = 87,
|
|
1267
|
-
FIELD_POS_CORRECTOR_SEX_CHECK_ERROR = 88,
|
|
1268
1266
|
OVI_IR_INVISIBLE = 90,
|
|
1269
1267
|
OVI_INSUFFICIENT_AREA = 91,
|
|
1270
1268
|
OVI_COLOR_INVARIABLE = 92,
|
|
@@ -11826,15 +11824,7 @@ export declare enum SecurityFeatureType {
|
|
|
11826
11824
|
/**
|
|
11827
11825
|
* Liveness geometry check
|
|
11828
11826
|
*/
|
|
11829
|
-
LIVENESS_GEOMETRY_CHECK = 55
|
|
11830
|
-
/**
|
|
11831
|
-
* Age check
|
|
11832
|
-
*/
|
|
11833
|
-
AGE_CHECK = 56,
|
|
11834
|
-
/**
|
|
11835
|
-
* Sex check
|
|
11836
|
-
*/
|
|
11837
|
-
SEX_CHECK = 57
|
|
11827
|
+
LIVENESS_GEOMETRY_CHECK = 55
|
|
11838
11828
|
}
|
|
11839
11829
|
|
|
11840
11830
|
/**
|