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