@regulaforensics/document-reader 9.7.942-nightly → 9.7.948-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.
- package/RNDocumentReader.podspec +2 -2
- package/android/build.gradle +1 -1
- package/android/cordova.gradle +1 -1
- package/examples/capacitor/package.json +1 -1
- package/examples/ionic/package.json +1 -1
- package/examples/react_native/package.json +1 -1
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/www/cordova.js +23 -23
package/RNDocumentReader.podspec
CHANGED
|
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
|
|
|
5
5
|
|
|
6
6
|
Pod::Spec.new do |s|
|
|
7
7
|
s.name = 'RNDocumentReader'
|
|
8
|
-
s.version = '9.7.
|
|
8
|
+
s.version = '9.7.948-nightly'
|
|
9
9
|
s.summary = package['description']
|
|
10
10
|
s.license = package['license']
|
|
11
11
|
|
|
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
|
|
|
16
16
|
s.ios.deployment_target = '13.0'
|
|
17
17
|
s.source_files = 'ios/**/*.{h,m}'
|
|
18
18
|
s.exclude_files = [ 'ios/CVDDocumentReader.h', 'ios/CVDDocumentReader.m' ]
|
|
19
|
-
s.dependency 'DocumentReaderNightly', '9.7.
|
|
19
|
+
s.dependency 'DocumentReaderNightly', '9.7.6741'
|
|
20
20
|
s.dependency 'React'
|
|
21
21
|
end
|
package/android/build.gradle
CHANGED
|
@@ -29,7 +29,7 @@ dependencies {
|
|
|
29
29
|
//noinspection GradleDynamicVersion
|
|
30
30
|
implementation 'com.facebook.react:react-native:+'
|
|
31
31
|
//noinspection GradleDependency
|
|
32
|
-
implementation('com.regula.documentreader:api:9.7.
|
|
32
|
+
implementation('com.regula.documentreader:api:9.7.13145'){
|
|
33
33
|
transitive = true
|
|
34
34
|
}
|
|
35
35
|
}
|
package/android/cordova.gradle
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/document-reader": "9.7.
|
|
9
|
+
"@regulaforensics/document-reader": "9.7.948-nightly",
|
|
10
10
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2444",
|
|
11
11
|
"@regulaforensics/document-reader-btdevice": "9.6.55",
|
|
12
12
|
"@awesome-cordova-plugins/file": "^8.1.0",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@ionic/cordova-builders": "^12.3.0",
|
|
20
20
|
"@awesome-cordova-plugins/camera": "^9.2.0",
|
|
21
21
|
"@awesome-cordova-plugins/file": "^9.2.0",
|
|
22
|
-
"@regulaforensics/document-reader": "9.7.
|
|
22
|
+
"@regulaforensics/document-reader": "9.7.948-nightly",
|
|
23
23
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2444",
|
|
24
24
|
"@regulaforensics/document-reader-btdevice": "9.6.55",
|
|
25
25
|
"cordova-android": "^15.0.0",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"start": "expo start"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@regulaforensics/document-reader": "9.7.
|
|
11
|
+
"@regulaforensics/document-reader": "9.7.948-nightly",
|
|
12
12
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2444",
|
|
13
13
|
"@regulaforensics/document-reader-btdevice": "9.6.55",
|
|
14
14
|
"react-native": "^0.81.4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/document-reader",
|
|
3
|
-
"version": "9.7.
|
|
3
|
+
"version": "9.7.948-nightly",
|
|
4
4
|
"description": "This is an npm module for Regula Document Reader SDK. It allows you to read various kinds of identification documents using your phone's camera.",
|
|
5
5
|
"main": "www/react-native/index.js",
|
|
6
6
|
"module": "www/capacitor/index.js",
|
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<plugin id="@regulaforensics/document-reader" version="9.7.
|
|
2
|
+
<plugin id="@regulaforensics/document-reader" version="9.7.948-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
|
3
3
|
<name>DocumentReader</name>
|
|
4
4
|
<description>Cordova plugin for Regula Document Reader SDK</description>
|
|
5
5
|
<license>commercial</license>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<source url="https://github.com/regulaforensics/podspecs.git" />
|
|
30
30
|
</config>
|
|
31
31
|
<pods>
|
|
32
|
-
<pod name="DocumentReaderNightly" spec="9.7.
|
|
32
|
+
<pod name="DocumentReaderNightly" spec="9.7.6741" />
|
|
33
33
|
</pods>
|
|
34
34
|
</podspec>
|
|
35
35
|
</platform>
|
package/www/cordova.js
CHANGED
|
@@ -1014,7 +1014,7 @@ class DocumentReader {
|
|
|
1014
1014
|
}
|
|
1015
1015
|
|
|
1016
1016
|
resetConfiguration() {
|
|
1017
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("resetConfiguration", []);
|
|
1017
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("resetConfiguration", []);
|
|
1018
1018
|
this._functionality = new _params_Functionality__WEBPACK_IMPORTED_MODULE_88__.Functionality();
|
|
1019
1019
|
this._processParams = new _params_process_params_ProcessParams__WEBPACK_IMPORTED_MODULE_79__.ProcessParams();
|
|
1020
1020
|
this._customization = new _params_customization_Customization__WEBPACK_IMPORTED_MODULE_95__.Customization();
|
|
@@ -1022,11 +1022,11 @@ class DocumentReader {
|
|
|
1022
1022
|
}
|
|
1023
1023
|
|
|
1024
1024
|
set onCustomButtonTapped(completion) {
|
|
1025
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setCustomButtonTappedCompletion)(completion);
|
|
1025
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setCustomButtonTappedCompletion)(completion);
|
|
1026
1026
|
}
|
|
1027
1027
|
|
|
1028
1028
|
set videoEncoderCompletion(completion) {
|
|
1029
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setVideoEncoderCompletion)(completion);
|
|
1029
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setVideoEncoderCompletion)(completion);
|
|
1030
1030
|
}
|
|
1031
1031
|
|
|
1032
1032
|
async initialize(config) {
|
|
@@ -1041,17 +1041,17 @@ class DocumentReader {
|
|
|
1041
1041
|
}
|
|
1042
1042
|
|
|
1043
1043
|
deinitializeReader() {
|
|
1044
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("deinitializeReader", []);
|
|
1044
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("deinitializeReader", []);
|
|
1045
1045
|
}
|
|
1046
1046
|
|
|
1047
1047
|
async prepareDatabase(databaseID, prepareCompletion) {
|
|
1048
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderPrepareCompletion)(prepareCompletion);
|
|
1048
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderPrepareCompletion)(prepareCompletion);
|
|
1049
1049
|
var response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("prepareDatabase", [databaseID]);
|
|
1050
1050
|
return this._successOrErrorFromJson(response);
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
1053
|
async runAutoUpdate(databaseID, prepareCompletion) {
|
|
1054
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderPrepareCompletion)(prepareCompletion);
|
|
1054
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderPrepareCompletion)(prepareCompletion);
|
|
1055
1055
|
var response = await (0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("runAutoUpdate", [databaseID]);
|
|
1056
1056
|
return this._successOrErrorFromJson(response);
|
|
1057
1057
|
}
|
|
@@ -1070,25 +1070,25 @@ class DocumentReader {
|
|
|
1070
1070
|
}
|
|
1071
1071
|
|
|
1072
1072
|
startNewPage() {
|
|
1073
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startNewPage", []);
|
|
1073
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startNewPage", []);
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
1076
|
startNewSession() {
|
|
1077
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startNewSession", []);
|
|
1077
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startNewSession", []);
|
|
1078
1078
|
}
|
|
1079
1079
|
|
|
1080
1080
|
scan(config, completion) {
|
|
1081
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(completion);
|
|
1081
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(completion);
|
|
1082
1082
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("scan", [config]);
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
1085
1085
|
startScanner(config, completion) {
|
|
1086
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(completion);
|
|
1086
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(completion);
|
|
1087
1087
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("startScanner", [config]);
|
|
1088
1088
|
}
|
|
1089
1089
|
|
|
1090
1090
|
recognize(config, completion) {
|
|
1091
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(completion);
|
|
1091
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(completion);
|
|
1092
1092
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("recognize", [config]);
|
|
1093
1093
|
}
|
|
1094
1094
|
|
|
@@ -1099,7 +1099,7 @@ class DocumentReader {
|
|
|
1099
1099
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setDocumentReaderCompletion)(config._completion);
|
|
1100
1100
|
}
|
|
1101
1101
|
|
|
1102
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setRFIDProgressCompletion)(config.onProgress);
|
|
1102
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setRFIDProgressCompletion)(config.onProgress);
|
|
1103
1103
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setChipDetectedCompletion)(config.onChipDetected);
|
|
1104
1104
|
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__._setRetryReadChipCompletion)(config.onRetryReadChip);
|
|
1105
1105
|
|
|
@@ -1114,19 +1114,19 @@ class DocumentReader {
|
|
|
1114
1114
|
}
|
|
1115
1115
|
|
|
1116
1116
|
stopScanner() {
|
|
1117
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("stopScanner", []);
|
|
1117
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("stopScanner", []);
|
|
1118
1118
|
}
|
|
1119
1119
|
|
|
1120
1120
|
stopRFIDReader() {
|
|
1121
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("stopRFIDReader", []);
|
|
1121
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("stopRFIDReader", []);
|
|
1122
1122
|
}
|
|
1123
1123
|
|
|
1124
1124
|
addPKDCertificates(certificates) {
|
|
1125
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("addPKDCertificates", [certificates]);
|
|
1125
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("addPKDCertificates", [certificates]);
|
|
1126
1126
|
}
|
|
1127
1127
|
|
|
1128
1128
|
clearPKDCertificates() {
|
|
1129
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("clearPKDCertificates", []);
|
|
1129
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("clearPKDCertificates", []);
|
|
1130
1130
|
}
|
|
1131
1131
|
|
|
1132
1132
|
async setTCCParams(params) {
|
|
@@ -1149,7 +1149,7 @@ class DocumentReader {
|
|
|
1149
1149
|
}
|
|
1150
1150
|
|
|
1151
1151
|
endBackendTransaction() {
|
|
1152
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("endBackendTransaction", []);
|
|
1152
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("endBackendTransaction", []);
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
1155
|
async readMDL(type, retrieval) {
|
|
@@ -1260,7 +1260,7 @@ class DocumentReader {
|
|
|
1260
1260
|
}
|
|
1261
1261
|
|
|
1262
1262
|
_setRfidSessionStatus(status) {
|
|
1263
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setRfidSessionStatus", [status]);
|
|
1263
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setRfidSessionStatus", [status]);
|
|
1264
1264
|
}
|
|
1265
1265
|
|
|
1266
1266
|
async _getTag() {
|
|
@@ -1268,7 +1268,7 @@ class DocumentReader {
|
|
|
1268
1268
|
}
|
|
1269
1269
|
|
|
1270
1270
|
_setTag(tag) {
|
|
1271
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setTag", [tag]);
|
|
1271
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setTag", [tag]);
|
|
1272
1272
|
}
|
|
1273
1273
|
|
|
1274
1274
|
async _getTenant() {
|
|
@@ -1276,7 +1276,7 @@ class DocumentReader {
|
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
1278
|
_setTenant(tenant) {
|
|
1279
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setTenant", [tenant]);
|
|
1279
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setTenant", [tenant]);
|
|
1280
1280
|
}
|
|
1281
1281
|
|
|
1282
1282
|
async _getEnv() {
|
|
@@ -1284,7 +1284,7 @@ class DocumentReader {
|
|
|
1284
1284
|
}
|
|
1285
1285
|
|
|
1286
1286
|
_setEnv(env) {
|
|
1287
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setEnv", [env]);
|
|
1287
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setEnv", [env]);
|
|
1288
1288
|
}
|
|
1289
1289
|
|
|
1290
1290
|
async _getLocale() {
|
|
@@ -1292,11 +1292,11 @@ class DocumentReader {
|
|
|
1292
1292
|
}
|
|
1293
1293
|
|
|
1294
1294
|
_setLocale(locale) {
|
|
1295
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setLocale", [locale]);
|
|
1295
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setLocale", [locale]);
|
|
1296
1296
|
}
|
|
1297
1297
|
|
|
1298
1298
|
_setLocalizationDictionary(dictionary) {
|
|
1299
|
-
(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setLocalizationDictionary", [dictionary]);
|
|
1299
|
+
;(0,_internal_bridge__WEBPACK_IMPORTED_MODULE_0__.exec)("setLocalizationDictionary", [dictionary]);
|
|
1300
1300
|
}
|
|
1301
1301
|
}
|
|
1302
1302
|
|