@regulaforensics/ionic-native-document-reader 9.6.565-rc → 9.6.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/example/package.json +3 -3
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/ngx/index.d.ts +2 -2
- package/ngx/index.js +2 -2
- 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.6.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "9.6.
|
|
18
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.6.
|
|
16
|
+
"@regulaforensics/ionic-native-document-reader": "9.6.566-rc",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "9.6.628-rc",
|
|
18
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.6.2759-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
|
@@ -1324,7 +1324,7 @@ export declare const eRFID_ErrorCodes: {
|
|
|
1324
1324
|
RFID_ERROR_LAYER6_GENERAL_AUTH_FAILURE: number;
|
|
1325
1325
|
RFID_ERROR_LAYER6_FILE_NOT_FOUND: number;
|
|
1326
1326
|
RFID_ERROR_LAYER6_FILE_EOF1: number;
|
|
1327
|
-
|
|
1327
|
+
RFID_LAYER6_WRONG_PARAMS: number;
|
|
1328
1328
|
RFID_ERROR_LAYER6_INCORRECT_PARAMS: number;
|
|
1329
1329
|
RFID_ERROR_LAYER6_NO_REFERENCE_DATA: number;
|
|
1330
1330
|
RFID_ERROR_LAYER6_PWD_SUSPEND: number;
|
|
@@ -3866,7 +3866,7 @@ export declare const Enum: {
|
|
|
3866
3866
|
RFID_ERROR_LAYER6_GENERAL_AUTH_FAILURE: number;
|
|
3867
3867
|
RFID_ERROR_LAYER6_FILE_NOT_FOUND: number;
|
|
3868
3868
|
RFID_ERROR_LAYER6_FILE_EOF1: number;
|
|
3869
|
-
|
|
3869
|
+
RFID_LAYER6_WRONG_PARAMS: number;
|
|
3870
3870
|
RFID_ERROR_LAYER6_INCORRECT_PARAMS: number;
|
|
3871
3871
|
RFID_ERROR_LAYER6_NO_REFERENCE_DATA: number;
|
|
3872
3872
|
RFID_ERROR_LAYER6_PWD_SUSPEND: number;
|