@regulaforensics/ionic-native-document-reader 8.1.116-rc → 8.1.117-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/example/package.json +3 -3
- package/index.d.ts +8 -0
- package/index.js +6 -1
- package/ngx/index.d.ts +8 -0
- package/ngx/index.js +6 -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": "8.1.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "8.1.
|
|
18
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.1.
|
|
16
|
+
"@regulaforensics/ionic-native-document-reader": "8.1.117-nightly",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "8.1.140-nightly",
|
|
18
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.1.369-nightly",
|
|
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
|
@@ -1393,6 +1393,10 @@ export declare const eProcessGLCommands: {
|
|
|
1393
1393
|
ePC_ProcMgr_ComparePortraits: number;
|
|
1394
1394
|
ePC_RFID_SetTCCParams: number;
|
|
1395
1395
|
};
|
|
1396
|
+
export declare const eRFIDReadingBufferSize: {
|
|
1397
|
+
EXTENDED_LENGTH: number;
|
|
1398
|
+
SINGLE_LENGTH: number;
|
|
1399
|
+
};
|
|
1396
1400
|
export declare const PKDResourceType: {
|
|
1397
1401
|
CERTIFICATE_PA: number;
|
|
1398
1402
|
CERTIFICATE_TA: number;
|
|
@@ -3794,6 +3798,10 @@ export declare const Enum: {
|
|
|
3794
3798
|
ePC_ProcMgr_ComparePortraits: number;
|
|
3795
3799
|
ePC_RFID_SetTCCParams: number;
|
|
3796
3800
|
};
|
|
3801
|
+
eRFIDReadingBufferSize: {
|
|
3802
|
+
EXTENDED_LENGTH: number;
|
|
3803
|
+
SINGLE_LENGTH: number;
|
|
3804
|
+
};
|
|
3797
3805
|
PKDResourceType: {
|
|
3798
3806
|
CERTIFICATE_PA: number;
|
|
3799
3807
|
CERTIFICATE_TA: number;
|