@regulaforensics/ionic-native-document-reader 9.2.339-nightly → 9.2.341-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.
- package/example/package.json +3 -3
- package/index.d.ts +1 -6
- package/index.js +1 -15
- package/ngx/index.d.ts +1 -6
- package/ngx/index.js +1 -15
- package/package.json +1 -1
- package/reactExample/package.json +3 -3
package/example/package.json
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"private": true,
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@regulaforensics/ionic-native-document-reader": "9.2.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "9.2.
|
|
18
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.2.
|
|
16
|
+
"@regulaforensics/ionic-native-document-reader": "9.2.341-rc",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "9.2.371-rc",
|
|
18
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.2.1763-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?:
|
|
1071
|
+
intentToRetain?: boolean;
|
|
1077
1072
|
requests?: any[];
|
|
1078
1073
|
static fromJson(jsonObject?: any): DataRetrieval | undefined;
|
|
1079
1074
|
}
|