@regulaforensics/ionic-native-document-reader 9.2.335-nightly → 9.2.338-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.2.335-nightly",
17
- "@regulaforensics/cordova-plugin-document-reader-api": "9.2.365-nightly",
18
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.2.1745-nightly",
16
+ "@regulaforensics/ionic-native-document-reader": "9.2.338-rc",
17
+ "@regulaforensics/cordova-plugin-document-reader-api": "9.2.368-rc",
18
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.2.1747-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
@@ -1054,11 +1054,6 @@ export declare class DeviceEngagement {
1054
1054
  deviceRetrievalMethods?: DeviceRetrievalMethod[];
1055
1055
  static fromJson(jsonObject?: any): DeviceEngagement | undefined;
1056
1056
  }
1057
- export declare class DeviceEngagementCompletion {
1058
- deviceEngagement?: DeviceEngagement;
1059
- error?: RegulaException;
1060
- static fromJson(jsonObject?: any): DeviceEngagementCompletion | undefined;
1061
- }
1062
1057
  export declare class DeviceRetrievalMethod {
1063
1058
  type?: number;
1064
1059
  version?: number;
@@ -1073,7 +1068,7 @@ export declare class DeviceRetrievalMethod {
1073
1068
  export declare class DataRetrieval {
1074
1069
  deviceRetrieval?: number;
1075
1070
  docRequestPreset?: number;
1076
- intentToRetain?: number;
1071
+ intentToRetain?: boolean;
1077
1072
  requests?: any[];
1078
1073
  static fromJson(jsonObject?: any): DataRetrieval | undefined;
1079
1074
  }