@regulaforensics/ionic-native-document-reader 9.8.690-rc → 9.8.691-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 +2 -2
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/ngx/index.d.ts +2 -2
- package/ngx/index.js +2 -2
- package/package.json +1 -1
- package/reactExample/package.json +2 -2
package/example/package.json
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
},
|
|
14
14
|
"private": true,
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@regulaforensics/ionic-native-document-reader": "9.8.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "9.8.
|
|
16
|
+
"@regulaforensics/ionic-native-document-reader": "9.8.691-rc",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "9.8.755-rc",
|
|
18
18
|
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.8.3263-rc",
|
|
19
19
|
"cordova-plugin-camera": "7.0.0",
|
|
20
20
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
package/index.d.ts
CHANGED
|
@@ -1888,7 +1888,7 @@ export declare const BarcodeResult: {
|
|
|
1888
1888
|
};
|
|
1889
1889
|
export declare const eRFID_Application_Type: {
|
|
1890
1890
|
AT_UNSPECIFIED: number;
|
|
1891
|
-
AT_ROOT_FILES:
|
|
1891
|
+
AT_ROOT_FILES: number;
|
|
1892
1892
|
ePASSPORT: number;
|
|
1893
1893
|
eID: number;
|
|
1894
1894
|
eSIGN: number;
|
|
@@ -4455,7 +4455,7 @@ export declare const Enum: {
|
|
|
4455
4455
|
};
|
|
4456
4456
|
eRFID_Application_Type: {
|
|
4457
4457
|
AT_UNSPECIFIED: number;
|
|
4458
|
-
AT_ROOT_FILES:
|
|
4458
|
+
AT_ROOT_FILES: number;
|
|
4459
4459
|
ePASSPORT: number;
|
|
4460
4460
|
eID: number;
|
|
4461
4461
|
eSIGN: number;
|