@regulaforensics/ionic-native-document-reader 7.3.328-beta → 7.3.340-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/cordova-plugin-document-reader-api": "",
17
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "",
18
- "@regulaforensics/ionic-native-document-reader": "7.3.328-beta",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "7.3.519-rc",
17
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.3.487-rc",
18
+ "@regulaforensics/ionic-native-document-reader": "7.3.340-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
@@ -721,6 +721,7 @@ export declare class ProcessParams {
721
721
  timeoutFromFirstDetect?: number;
722
722
  timeoutFromFirstDocType?: number;
723
723
  documentAreaMin?: number;
724
+ timeoutLiveness?: number;
724
725
  documentIDList?: number[];
725
726
  barcodeTypes?: number[];
726
727
  fieldTypesFilter?: number[];