@regulaforensics/document-reader 9.7.943-rc → 9.7.949-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.
@@ -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.943-rc'
8
+ s.version = '9.7.949-rc'
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 'DocumentReaderStage', '9.7.6721'
19
+ s.dependency 'DocumentReaderStage', '9.7.6742'
20
20
  s.dependency 'React'
21
21
  end
@@ -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.13144'){
32
+ implementation('com.regula.documentreader:api:9.7.13146'){
33
33
  transitive = true
34
34
  }
35
35
  }
@@ -6,7 +6,7 @@ repositories {
6
6
 
7
7
  dependencies {
8
8
  //noinspection GradleDependency
9
- implementation('com.regula.documentreader:api:9.7.13144'){
9
+ implementation('com.regula.documentreader:api:9.7.13146'){
10
10
  transitive = true
11
11
  }
12
12
  }
@@ -6,7 +6,7 @@
6
6
  "android": "scripts/android.sh"
7
7
  },
8
8
  "dependencies": {
9
- "@regulaforensics/document-reader": "9.7.943-rc",
9
+ "@regulaforensics/document-reader": "9.7.949-rc",
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",
@@ -18,7 +18,7 @@
18
18
  "@ionic/cordova-builders": "^12.3.0",
19
19
  "@awesome-cordova-plugins/camera": "^8.1.0",
20
20
  "@awesome-cordova-plugins/file": "^8.1.0",
21
- "@regulaforensics/document-reader": "9.7.943-rc",
21
+ "@regulaforensics/document-reader": "9.7.949-rc",
22
22
  "@regulaforensics/document-reader-core-fullauthrfid": "9.6.2444",
23
23
  "@regulaforensics/document-reader-btdevice": "9.6.55",
24
24
  "cordova-android": "^14.0.1",
@@ -8,7 +8,7 @@
8
8
  "start": "expo start"
9
9
  },
10
10
  "dependencies": {
11
- "@regulaforensics/document-reader": "9.7.943-rc",
11
+ "@regulaforensics/document-reader": "9.7.949-rc",
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.943-rc",
3
+ "version": "9.7.949-rc",
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.943-rc" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/document-reader" version="9.7.949-rc" 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="DocumentReaderStage" spec="9.7.6721" />
32
+ <pod name="DocumentReaderStage" spec="9.7.6742" />
33
33
  </pods>
34
34
  </podspec>
35
35
  </platform>
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "..": {
15
15
  "name": "@regulaforensics/document-reader",
16
- "version": "9.7.943-rc",
16
+ "version": "9.7.949-rc",
17
17
  "dev": true,
18
18
  "license": "commercial",
19
19
  "dependencies": {
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