@regulaforensics/ionic-native-document-reader 7.5.418-nightly → 7.5.420-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.5.623-nightly",
17
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.750-nightly",
18
- "@regulaforensics/ionic-native-document-reader": "7.5.418-nightly",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "7.5.625-nightly",
17
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.753-nightly",
18
+ "@regulaforensics/ionic-native-document-reader": "7.5.420-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
@@ -484,7 +484,7 @@ export declare class DocumentReaderValidity {
484
484
  export declare class OnlineProcessingConfig {
485
485
  mode?: number;
486
486
  url?: string;
487
- processParam?: ProcessParams;
487
+ processParams?: ProcessParams;
488
488
  imageFormat?: number;
489
489
  imageCompressionQuality?: number;
490
490
  static fromJson(jsonObject?: any): OnlineProcessingConfig | undefined;