@regulaforensics/ionic-native-document-reader 9.6.636-rc → 9.6.638-beta
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/example/README.md +1 -0
- package/example/package.json +3 -2
- package/index.d.ts +4 -27
- package/index.js +3 -27
- package/ngx/index.d.ts +4 -27
- package/ngx/index.js +3 -27
- package/package.json +1 -1
- package/reactExample/package.json +1 -1
package/example/README.md
CHANGED
package/example/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"private": true,
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@regulaforensics/ionic-native-document-reader": "9.6.
|
|
16
|
+
"@regulaforensics/ionic-native-document-reader": "9.6.638-beta",
|
|
17
17
|
"@regulaforensics/cordova-plugin-document-reader-api": "9.6.697-rc",
|
|
18
18
|
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.7.2989-rc",
|
|
19
19
|
"cordova-plugin-camera": "7.0.0",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"core-js": "^3.6.5",
|
|
36
36
|
"rxjs": "~6.6.3",
|
|
37
37
|
"tslib": "^2.0.1",
|
|
38
|
-
"zone.js": "~0.11.1"
|
|
38
|
+
"zone.js": "~0.11.1",
|
|
39
|
+
"jetifier": "^2.0.0"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"@angular-devkit/architect": "~0.1001.4",
|
package/index.d.ts
CHANGED
|
@@ -683,7 +683,6 @@ export declare class FaceApiParams {
|
|
|
683
683
|
proxy?: string;
|
|
684
684
|
proxyPassword?: string;
|
|
685
685
|
proxyType?: number;
|
|
686
|
-
livenessTransactionId?: string;
|
|
687
686
|
static fromJson(jsonObject?: any): FaceApiParams | undefined;
|
|
688
687
|
}
|
|
689
688
|
export declare class BackendProcessingConfig {
|
|
@@ -709,10 +708,6 @@ export declare class LivenessParams {
|
|
|
709
708
|
checkBarcodeBackground?: boolean;
|
|
710
709
|
static fromJson(jsonObject?: any): LivenessParams | undefined;
|
|
711
710
|
}
|
|
712
|
-
export declare class AuthenticityPropertiesParams {
|
|
713
|
-
checkHoldersSignature?: boolean;
|
|
714
|
-
static fromJson(jsonObject?: any): AuthenticityPropertiesParams | undefined;
|
|
715
|
-
}
|
|
716
711
|
export declare class AuthenticityParams {
|
|
717
712
|
useLivenessCheck?: boolean;
|
|
718
713
|
livenessParams?: LivenessParams;
|
|
@@ -730,8 +725,6 @@ export declare class AuthenticityParams {
|
|
|
730
725
|
checkPhotoComparison?: boolean;
|
|
731
726
|
checkLetterScreen?: boolean;
|
|
732
727
|
checkSecurityText?: boolean;
|
|
733
|
-
checkProperties?: boolean;
|
|
734
|
-
propertiesParams?: AuthenticityPropertiesParams;
|
|
735
728
|
static fromJson(jsonObject?: any): AuthenticityParams | undefined;
|
|
736
729
|
}
|
|
737
730
|
export declare class ProcessParams {
|
|
@@ -1257,8 +1250,6 @@ export declare const eRPRM_Authenticity: {
|
|
|
1257
1250
|
OVI: number;
|
|
1258
1251
|
LIVENESS: number;
|
|
1259
1252
|
OCR: number;
|
|
1260
|
-
ENCRYPTED_IPI: number;
|
|
1261
|
-
AUTHENTICITY_PROPERTY: number;
|
|
1262
1253
|
};
|
|
1263
1254
|
export declare const CustomizationColor: {
|
|
1264
1255
|
RFID_PROCESSING_SCREEN_BACKGROUND: string;
|
|
@@ -2018,6 +2009,7 @@ export declare const eCheckDiagnose: {
|
|
|
2018
2009
|
CHD_DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED: number;
|
|
2019
2010
|
DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED: number;
|
|
2020
2011
|
DOC_LIVENESS_INVALID_BARCODE_BACKGROUND: number;
|
|
2012
|
+
DOC_LIVENESS_VIRTUAL_CAMERA_DETECTED: number;
|
|
2021
2013
|
ICAO_IDB_BASE_32_ERROR: number;
|
|
2022
2014
|
ICAO_IDB_ZIPPED_ERROR: number;
|
|
2023
2015
|
ICAO_IDB_MESSAGE_ZONE_EMPTY: number;
|
|
@@ -2025,10 +2017,6 @@ export declare const eCheckDiagnose: {
|
|
|
2025
2017
|
ICAO_IDB_SIGNATURE_MUST_NOT_BE_PRESENT: number;
|
|
2026
2018
|
ICAO_IDB_CERTIFICATE_MUST_NOT_BE_PRESENT: number;
|
|
2027
2019
|
INCORRECT_OBJECT_COLOR: number;
|
|
2028
|
-
DOC_LIVENESS_VIRTUAL_CAMERA_DETECTED: number;
|
|
2029
|
-
CHD_PROPERTY_NO_SIGNATURE: number;
|
|
2030
|
-
CHD_PROPERTY_TEXT_AS_SIGNATURE: number;
|
|
2031
|
-
CHD_PROPERTY_FINGERPRINT_AS_SIGNATURE: number;
|
|
2032
2020
|
};
|
|
2033
2021
|
export declare const eMDLIntentToRetain: {
|
|
2034
2022
|
FALSE: number;
|
|
@@ -2431,7 +2419,6 @@ export declare const eRPRM_SecurityFeatureType: {
|
|
|
2431
2419
|
SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_BARCODEVSGHOST: number;
|
|
2432
2420
|
SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_GHOSTVSLIVE: number;
|
|
2433
2421
|
SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_EXTVSGHOST: number;
|
|
2434
|
-
SECURITY_FEATURE_TYPE_SIGNATURE_PRESENCE: number;
|
|
2435
2422
|
};
|
|
2436
2423
|
export declare const OnlineMode: {
|
|
2437
2424
|
MANUAL: number;
|
|
@@ -3538,9 +3525,7 @@ export declare const eVisualFieldType: {
|
|
|
3538
3525
|
FT_JURISDICTION_SPECIFIC_DATA: number;
|
|
3539
3526
|
FT_DATA_DATE_OF_EXPIRY: number;
|
|
3540
3527
|
FT_CONSUL: number;
|
|
3541
|
-
|
|
3542
|
-
FT_DLCLASSCODE_B3_TO: number;
|
|
3543
|
-
FT_DLCLASSCODE_B3_NOTES: number;
|
|
3528
|
+
FT_CANTON_REFERENCE: number;
|
|
3544
3529
|
};
|
|
3545
3530
|
export declare const DocReaderOrientation: {
|
|
3546
3531
|
ALL: number;
|
|
@@ -3807,8 +3792,6 @@ export declare const Enum: {
|
|
|
3807
3792
|
OVI: number;
|
|
3808
3793
|
LIVENESS: number;
|
|
3809
3794
|
OCR: number;
|
|
3810
|
-
ENCRYPTED_IPI: number;
|
|
3811
|
-
AUTHENTICITY_PROPERTY: number;
|
|
3812
3795
|
};
|
|
3813
3796
|
CustomizationColor: {
|
|
3814
3797
|
RFID_PROCESSING_SCREEN_BACKGROUND: string;
|
|
@@ -4568,6 +4551,7 @@ export declare const Enum: {
|
|
|
4568
4551
|
CHD_DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED: number;
|
|
4569
4552
|
DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED: number;
|
|
4570
4553
|
DOC_LIVENESS_INVALID_BARCODE_BACKGROUND: number;
|
|
4554
|
+
DOC_LIVENESS_VIRTUAL_CAMERA_DETECTED: number;
|
|
4571
4555
|
ICAO_IDB_BASE_32_ERROR: number;
|
|
4572
4556
|
ICAO_IDB_ZIPPED_ERROR: number;
|
|
4573
4557
|
ICAO_IDB_MESSAGE_ZONE_EMPTY: number;
|
|
@@ -4575,10 +4559,6 @@ export declare const Enum: {
|
|
|
4575
4559
|
ICAO_IDB_SIGNATURE_MUST_NOT_BE_PRESENT: number;
|
|
4576
4560
|
ICAO_IDB_CERTIFICATE_MUST_NOT_BE_PRESENT: number;
|
|
4577
4561
|
INCORRECT_OBJECT_COLOR: number;
|
|
4578
|
-
DOC_LIVENESS_VIRTUAL_CAMERA_DETECTED: number;
|
|
4579
|
-
CHD_PROPERTY_NO_SIGNATURE: number;
|
|
4580
|
-
CHD_PROPERTY_TEXT_AS_SIGNATURE: number;
|
|
4581
|
-
CHD_PROPERTY_FINGERPRINT_AS_SIGNATURE: number;
|
|
4582
4562
|
};
|
|
4583
4563
|
eMDLIntentToRetain: {
|
|
4584
4564
|
FALSE: number;
|
|
@@ -4981,7 +4961,6 @@ export declare const Enum: {
|
|
|
4981
4961
|
SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_BARCODEVSGHOST: number;
|
|
4982
4962
|
SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_GHOSTVSLIVE: number;
|
|
4983
4963
|
SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_EXTVSGHOST: number;
|
|
4984
|
-
SECURITY_FEATURE_TYPE_SIGNATURE_PRESENCE: number;
|
|
4985
4964
|
};
|
|
4986
4965
|
OnlineMode: {
|
|
4987
4966
|
MANUAL: number;
|
|
@@ -6088,9 +6067,7 @@ export declare const Enum: {
|
|
|
6088
6067
|
FT_JURISDICTION_SPECIFIC_DATA: number;
|
|
6089
6068
|
FT_DATA_DATE_OF_EXPIRY: number;
|
|
6090
6069
|
FT_CONSUL: number;
|
|
6091
|
-
|
|
6092
|
-
FT_DLCLASSCODE_B3_TO: number;
|
|
6093
|
-
FT_DLCLASSCODE_B3_NOTES: number;
|
|
6070
|
+
FT_CANTON_REFERENCE: number;
|
|
6094
6071
|
};
|
|
6095
6072
|
DocReaderOrientation: {
|
|
6096
6073
|
ALL: number;
|