@regulaforensics/ionic-native-document-reader 9.8.689-rc → 9.8.691-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,8 +13,8 @@
13
13
  },
14
14
  "private": true,
15
15
  "dependencies": {
16
- "@regulaforensics/ionic-native-document-reader": "9.8.689-rc",
17
- "@regulaforensics/cordova-plugin-document-reader-api": "9.8.754-rc",
16
+ "@regulaforensics/ionic-native-document-reader": "9.8.691-rc",
17
+ "@regulaforensics/cordova-plugin-document-reader-api": "9.8.755-rc",
18
18
  "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.8.3263-rc",
19
19
  "cordova-plugin-camera": "7.0.0",
20
20
  "@awesome-cordova-plugins/camera": "6.6.0",
package/index.d.ts CHANGED
@@ -1888,7 +1888,7 @@ export declare const BarcodeResult: {
1888
1888
  };
1889
1889
  export declare const eRFID_Application_Type: {
1890
1890
  AT_UNSPECIFIED: number;
1891
- AT_ROOT_FILES: any;
1891
+ AT_ROOT_FILES: number;
1892
1892
  ePASSPORT: number;
1893
1893
  eID: number;
1894
1894
  eSIGN: number;
@@ -4455,7 +4455,7 @@ export declare const Enum: {
4455
4455
  };
4456
4456
  eRFID_Application_Type: {
4457
4457
  AT_UNSPECIFIED: number;
4458
- AT_ROOT_FILES: any;
4458
+ AT_ROOT_FILES: number;
4459
4459
  ePASSPORT: number;
4460
4460
  eID: number;
4461
4461
  eSIGN: number;