@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.
@@ -13,9 +13,9 @@
13
13
  },
14
14
  "private": true,
15
15
  "dependencies": {
16
- "@regulaforensics/ionic-native-document-reader": "9.6.565-rc",
17
- "@regulaforensics/cordova-plugin-document-reader-api": "9.6.627-rc",
18
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.6.2758-rc",
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
- RFID_ERROR_LAYER6_FILE_EOF2: number;
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
- RFID_ERROR_LAYER6_FILE_EOF2: number;
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;