@regulaforensics/document-reader-webclient 8.4.565-nightly → 8.4.566-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 -41
- 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,
|
|
@@ -3841,30 +3839,6 @@ export declare interface GetTransactionsByTagResponse {
|
|
|
3841
3839
|
'updatedAt'?: string;
|
|
3842
3840
|
}
|
|
3843
3841
|
|
|
3844
|
-
/**
|
|
3845
|
-
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
3846
|
-
* Do not edit the file manually.
|
|
3847
|
-
*/
|
|
3848
|
-
/**
|
|
3849
|
-
*
|
|
3850
|
-
* @export
|
|
3851
|
-
* @interface GlaresCheckParams
|
|
3852
|
-
*/
|
|
3853
|
-
export declare interface GlaresCheckParams {
|
|
3854
|
-
/**
|
|
3855
|
-
* Margin from the edges of the image. 0.35 = 35%
|
|
3856
|
-
* @type {number}
|
|
3857
|
-
* @memberof GlaresCheckParams
|
|
3858
|
-
*/
|
|
3859
|
-
'imgMarginPart'?: number;
|
|
3860
|
-
/**
|
|
3861
|
-
* The maximum allowable part of the area occupied by the glare. The same: 0.06 = 6%
|
|
3862
|
-
* @type {number}
|
|
3863
|
-
* @memberof GlaresCheckParams
|
|
3864
|
-
*/
|
|
3865
|
-
'maxGlaringPart'?: number;
|
|
3866
|
-
}
|
|
3867
|
-
|
|
3868
3842
|
/**
|
|
3869
3843
|
*
|
|
3870
3844
|
* @export
|
|
@@ -4350,12 +4324,6 @@ export declare interface ImageQA {
|
|
|
4350
4324
|
* @memberof ImageQA
|
|
4351
4325
|
*/
|
|
4352
4326
|
'expectedPass'?: Array<InputImageQualityChecks>;
|
|
4353
|
-
/**
|
|
4354
|
-
*
|
|
4355
|
-
* @type {GlaresCheckParams}
|
|
4356
|
-
* @memberof ImageQA
|
|
4357
|
-
*/
|
|
4358
|
-
'glaresCheckParams'?: GlaresCheckParams;
|
|
4359
4327
|
}
|
|
4360
4328
|
|
|
4361
4329
|
/**
|
|
@@ -11856,15 +11824,7 @@ export declare enum SecurityFeatureType {
|
|
|
11856
11824
|
/**
|
|
11857
11825
|
* Liveness geometry check
|
|
11858
11826
|
*/
|
|
11859
|
-
LIVENESS_GEOMETRY_CHECK = 55
|
|
11860
|
-
/**
|
|
11861
|
-
* Age check
|
|
11862
|
-
*/
|
|
11863
|
-
AGE_CHECK = 56,
|
|
11864
|
-
/**
|
|
11865
|
-
* Sex check
|
|
11866
|
-
*/
|
|
11867
|
-
SEX_CHECK = 57
|
|
11827
|
+
LIVENESS_GEOMETRY_CHECK = 55
|
|
11868
11828
|
}
|
|
11869
11829
|
|
|
11870
11830
|
/**
|