@regulaforensics/ionic-native-document-reader 9.4.534-rc → 9.4.541-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/example/package.json +3 -3
- package/index.d.ts +16 -0
- package/index.js +9 -1
- package/ngx/index.d.ts +16 -0
- package/ngx/index.js +9 -1
- package/package.json +1 -1
- package/reactExample/package.json +3 -3
package/example/package.json
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"private": true,
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@regulaforensics/ionic-native-document-reader": "9.4.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "9.4.
|
|
18
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.5.
|
|
16
|
+
"@regulaforensics/ionic-native-document-reader": "9.4.541-rc",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "9.4.570-rc",
|
|
18
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.5.2600-rc",
|
|
19
19
|
"cordova-plugin-camera": "7.0.0",
|
|
20
20
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
21
21
|
"@awesome-cordova-plugins/core": "6.6.0",
|
package/index.d.ts
CHANGED
|
@@ -1521,6 +1521,8 @@ export declare const eLDS_ParsingErrorCodes: {
|
|
|
1521
1521
|
ERR_LDS_VDS_NC_MISSING_OR_INCORRECT_SIG_ALGORITHM: number;
|
|
1522
1522
|
ERR_LDS_VDS_NC_MISSING_OR_INCORRECT_CERTIFICATE: number;
|
|
1523
1523
|
ERR_LDS_VDS_NC_MISSING_OR_INCORRECT_SIG_VALUE: number;
|
|
1524
|
+
ERR_LDS_PACE_CAM_DATA_USAGE_INCORRECT: number;
|
|
1525
|
+
ERR_LDS_PACE_IM_MAPPING_DATA_INCORRECT: number;
|
|
1524
1526
|
};
|
|
1525
1527
|
export declare const eRFID_CertificateType: {
|
|
1526
1528
|
CT_UNDEFINED: number;
|
|
@@ -1534,6 +1536,7 @@ export declare const eRFID_CertificateType: {
|
|
|
1534
1536
|
CT_LDS2: number;
|
|
1535
1537
|
CT_BCS: number;
|
|
1536
1538
|
CT_BCSNC: number;
|
|
1539
|
+
CT_MDLS: number;
|
|
1537
1540
|
};
|
|
1538
1541
|
export declare const RGLMeasureSystem: {
|
|
1539
1542
|
METRIC: number;
|
|
@@ -2299,6 +2302,11 @@ export declare const eLDS_ParsingNotificationCodes: {
|
|
|
2299
2302
|
NTF_LDS_ICAO_CERTIFICATE_SUBJECT_COUNTRY_NON_UPPER_CASE: number;
|
|
2300
2303
|
NTFLDS_SI_STORAGE_CS_NONCONSISTANT: number;
|
|
2301
2304
|
NTFLDS_SI_STORAGE_CS_PACE_CAM_KEY_MISSING: number;
|
|
2305
|
+
NTFLDS_ASN_CERTIFICATE_NONMATCHINGDSROLE: number;
|
|
2306
|
+
NTFLDS_MDL_CERTIFICATE_CHAIN_SOP_NONMATCHING: number;
|
|
2307
|
+
NTFLDS_MDL_CERTIFICATE_UNSUPPORTEDPUBLICKEYALGORITHM: number;
|
|
2308
|
+
NTFLDS_MDL_CERTIFICATE_UNSUPPORTEDSIGNATUREALGORITHM: number;
|
|
2309
|
+
NTFLDS_MDL_CERTIFICATE_UNSUPPORTEDPUBLICKEYPARAMS: number;
|
|
2302
2310
|
};
|
|
2303
2311
|
export declare const eImageQualityCheckType: {
|
|
2304
2312
|
IQC_IMAGE_GLARES: number;
|
|
@@ -4050,6 +4058,8 @@ export declare const Enum: {
|
|
|
4050
4058
|
ERR_LDS_VDS_NC_MISSING_OR_INCORRECT_SIG_ALGORITHM: number;
|
|
4051
4059
|
ERR_LDS_VDS_NC_MISSING_OR_INCORRECT_CERTIFICATE: number;
|
|
4052
4060
|
ERR_LDS_VDS_NC_MISSING_OR_INCORRECT_SIG_VALUE: number;
|
|
4061
|
+
ERR_LDS_PACE_CAM_DATA_USAGE_INCORRECT: number;
|
|
4062
|
+
ERR_LDS_PACE_IM_MAPPING_DATA_INCORRECT: number;
|
|
4053
4063
|
};
|
|
4054
4064
|
eRFID_CertificateType: {
|
|
4055
4065
|
CT_UNDEFINED: number;
|
|
@@ -4063,6 +4073,7 @@ export declare const Enum: {
|
|
|
4063
4073
|
CT_LDS2: number;
|
|
4064
4074
|
CT_BCS: number;
|
|
4065
4075
|
CT_BCSNC: number;
|
|
4076
|
+
CT_MDLS: number;
|
|
4066
4077
|
};
|
|
4067
4078
|
RGLMeasureSystem: {
|
|
4068
4079
|
METRIC: number;
|
|
@@ -4828,6 +4839,11 @@ export declare const Enum: {
|
|
|
4828
4839
|
NTF_LDS_ICAO_CERTIFICATE_SUBJECT_COUNTRY_NON_UPPER_CASE: number;
|
|
4829
4840
|
NTFLDS_SI_STORAGE_CS_NONCONSISTANT: number;
|
|
4830
4841
|
NTFLDS_SI_STORAGE_CS_PACE_CAM_KEY_MISSING: number;
|
|
4842
|
+
NTFLDS_ASN_CERTIFICATE_NONMATCHINGDSROLE: number;
|
|
4843
|
+
NTFLDS_MDL_CERTIFICATE_CHAIN_SOP_NONMATCHING: number;
|
|
4844
|
+
NTFLDS_MDL_CERTIFICATE_UNSUPPORTEDPUBLICKEYALGORITHM: number;
|
|
4845
|
+
NTFLDS_MDL_CERTIFICATE_UNSUPPORTEDSIGNATUREALGORITHM: number;
|
|
4846
|
+
NTFLDS_MDL_CERTIFICATE_UNSUPPORTEDPUBLICKEYPARAMS: number;
|
|
4831
4847
|
};
|
|
4832
4848
|
eImageQualityCheckType: {
|
|
4833
4849
|
IQC_IMAGE_GLARES: number;
|