@regulaforensics/ionic-native-document-reader 7.3.539-rc → 7.4.370-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.
@@ -13,9 +13,9 @@
13
13
  },
14
14
  "private": true,
15
15
  "dependencies": {
16
- "@regulaforensics/cordova-plugin-document-reader-api": "7.3.539-rc",
17
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.3.528-rc",
18
- "@regulaforensics/ionic-native-document-reader": "7.3.539-rc",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "7.4.569-nightly",
17
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.4.606-nightly",
18
+ "@regulaforensics/ionic-native-document-reader": "7.4.370-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
@@ -698,6 +698,7 @@ export declare class ProcessParams {
698
698
  useFaceApi?: boolean;
699
699
  useAuthenticityCheck?: boolean;
700
700
  checkHologram?: boolean;
701
+ generateNumericCodes?: boolean;
701
702
  barcodeParserType?: number;
702
703
  perspectiveAngle?: number;
703
704
  minDPI?: number;