@regulaforensics/document-reader-webclient 8.2.425-nightly → 8.2.427-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 +5 -5
- package/dist/index.js +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ export declare interface AreaContainer {
|
|
|
53
53
|
'Points': Array<PointsContainer>;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
declare class Authenticity implements AuthenticityCheckList {
|
|
56
|
+
export declare class Authenticity implements AuthenticityCheckList {
|
|
57
57
|
List: Array<AuthenticityCheckResult>;
|
|
58
58
|
page_idx: number;
|
|
59
59
|
Count: number;
|
|
@@ -3640,7 +3640,7 @@ export declare interface FDSIDList {
|
|
|
3640
3640
|
'isDeprecated': boolean;
|
|
3641
3641
|
}
|
|
3642
3642
|
|
|
3643
|
-
declare class FiberChecks implements AuthenticityCheckResult {
|
|
3643
|
+
export declare class FiberChecks implements AuthenticityCheckResult {
|
|
3644
3644
|
List: Array<FiberResult>;
|
|
3645
3645
|
Result: CheckResult;
|
|
3646
3646
|
Type: AuthenticityResultType;
|
|
@@ -4146,7 +4146,7 @@ export declare interface HealthcheckDocumentsDatabase {
|
|
|
4146
4146
|
'description': string | null;
|
|
4147
4147
|
}
|
|
4148
4148
|
|
|
4149
|
-
declare class IdentChecks implements AuthenticityCheckResult {
|
|
4149
|
+
export declare class IdentChecks implements AuthenticityCheckResult {
|
|
4150
4150
|
List: Array<IdentResult>;
|
|
4151
4151
|
Result: CheckResult;
|
|
4152
4152
|
Type: AuthenticityResultType;
|
|
@@ -6001,7 +6001,7 @@ export declare interface MRZTestQualityItem {
|
|
|
6001
6001
|
*/
|
|
6002
6002
|
export declare type MRZTestQualityResult = MRZTestQualityItem & ResultItem;
|
|
6003
6003
|
|
|
6004
|
-
declare class OCRSecurityTextChecks implements AuthenticityCheckResult {
|
|
6004
|
+
export declare class OCRSecurityTextChecks implements AuthenticityCheckResult {
|
|
6005
6005
|
List: Array<OCRSecurityTextResult>;
|
|
6006
6006
|
Result: CheckResult;
|
|
6007
6007
|
Type: AuthenticityResultType;
|
|
@@ -11750,7 +11750,7 @@ export declare enum Scenario {
|
|
|
11750
11750
|
RFID = "RFID"
|
|
11751
11751
|
}
|
|
11752
11752
|
|
|
11753
|
-
declare class SecurityFeatureChecks implements AuthenticityCheckResult {
|
|
11753
|
+
export declare class SecurityFeatureChecks implements AuthenticityCheckResult {
|
|
11754
11754
|
List: Array<SecurityFeatureResult>;
|
|
11755
11755
|
Result: CheckResult;
|
|
11756
11756
|
Type: AuthenticityResultType;
|
package/dist/index.js
CHANGED
|
@@ -3925,6 +3925,7 @@ function ME(_) {
|
|
|
3925
3925
|
return Gt(_);
|
|
3926
3926
|
}
|
|
3927
3927
|
export {
|
|
3928
|
+
bE as Authenticity,
|
|
3928
3929
|
Y as AuthenticityResultType,
|
|
3929
3930
|
XA as BarCodeModuleType,
|
|
3930
3931
|
jA as BarcodeType,
|
|
@@ -3936,7 +3937,9 @@ export {
|
|
|
3936
3937
|
cR as DocumentReaderApi,
|
|
3937
3938
|
qA as DocumentType,
|
|
3938
3939
|
kA as DocumentTypeRecognitionResult,
|
|
3940
|
+
lt as FiberChecks,
|
|
3939
3941
|
$A as GraphicFieldType,
|
|
3942
|
+
ot as IdentChecks,
|
|
3940
3943
|
QA as ImageQualityCheckType,
|
|
3941
3944
|
Pt as ImagesExt,
|
|
3942
3945
|
ut as ImagesFieldWrapper,
|
|
@@ -3949,6 +3952,7 @@ export {
|
|
|
3949
3952
|
xA as MRZFormat,
|
|
3950
3953
|
dA as MeasureSystem,
|
|
3951
3954
|
pA as MrzDetectModeEnum,
|
|
3955
|
+
et as OCRSecurityTextChecks,
|
|
3952
3956
|
yA as ParsingErrorCodes,
|
|
3953
3957
|
_t as ParsingNotificationCodes,
|
|
3954
3958
|
KS as ProcessingStatus,
|
|
@@ -3970,6 +3974,7 @@ export {
|
|
|
3970
3974
|
st as RfidTerminalType,
|
|
3971
3975
|
Mt as RfidType,
|
|
3972
3976
|
vS as Scenario,
|
|
3977
|
+
Yt as SecurityFeatureChecks,
|
|
3973
3978
|
ct as SecurityFeatureType,
|
|
3974
3979
|
u_ as Source,
|
|
3975
3980
|
Vt as TextExt,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/document-reader-webclient",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.427-nightly",
|
|
4
4
|
"description": "Regula Document Reader js client for the browser and node.js based on axios",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"keywords": [
|