@regulaforensics/react-native-document-reader-api 8.4.328-nightly → 8.5.331-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.
|
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
|
|
|
14
14
|
s.source = { :http => 'file:' + __dir__ }
|
|
15
15
|
s.ios.deployment_target = '13.0'
|
|
16
16
|
s.source_files = "ios/*.{h,m}"
|
|
17
|
-
s.dependency 'DocumentReaderNightly', '8.
|
|
17
|
+
s.dependency 'DocumentReaderNightly', '8.5.5471'
|
|
18
18
|
s.dependency 'React'
|
|
19
19
|
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:8.
|
|
32
|
+
implementation('com.regula.documentreader:api:8.5.12053') {
|
|
33
33
|
transitive = true
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -16,6 +16,7 @@ import com.regula.documentreader.api.DocumentReader.Instance
|
|
|
16
16
|
import com.regula.documentreader.api.completions.IDocumentReaderCompletion
|
|
17
17
|
import com.regula.documentreader.api.completions.IDocumentReaderInitCompletion
|
|
18
18
|
import com.regula.documentreader.api.completions.IDocumentReaderPrepareDbCompletion
|
|
19
|
+
import com.regula.documentreader.api.completions.IVideoEncoderCompletion
|
|
19
20
|
import com.regula.documentreader.api.completions.model.PrepareProgress
|
|
20
21
|
import com.regula.documentreader.api.completions.rfid.IRfidPKDCertificateCompletion
|
|
21
22
|
import com.regula.documentreader.api.completions.rfid.IRfidReaderCompletion
|
|
@@ -476,7 +477,8 @@ fun prepareCompletion(callback: Callback) = object : IDocumentReaderPrepareDbCom
|
|
|
476
477
|
|
|
477
478
|
fun initCompletion(callback: Callback) = IDocumentReaderInitCompletion { success, error ->
|
|
478
479
|
if (success) {
|
|
479
|
-
|
|
480
|
+
videoEncoderCompletion = IVideoEncoderCompletion { _, file -> sendEvent(videoEncoderCompletionEvent, file.path) }
|
|
481
|
+
Instance().setVideoEncoderCompletion(videoEncoderCompletion)
|
|
480
482
|
Instance().setOnClickListener { sendEvent(onCustomButtonTappedEvent, it.tag) }
|
|
481
483
|
}
|
|
482
484
|
callback(generateSuccessCompletion(success, error))
|
|
@@ -577,3 +579,4 @@ fun stopBackgroundRFID() {
|
|
|
577
579
|
|
|
578
580
|
// Weak references
|
|
579
581
|
lateinit var localizationCallbacks: LocalizationCallbacks
|
|
582
|
+
lateinit var videoEncoderCompletion: IVideoEncoderCompletion
|
|
@@ -2075,9 +2075,9 @@
|
|
|
2075
2075
|
}
|
|
2076
2076
|
},
|
|
2077
2077
|
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
2078
|
-
"version": "4.1.
|
|
2079
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.
|
|
2080
|
-
"integrity": "sha512-
|
|
2078
|
+
"version": "4.1.1",
|
|
2079
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
2080
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
2081
2081
|
"dev": true,
|
|
2082
2082
|
"license": "MIT",
|
|
2083
2083
|
"dependencies": {
|
|
@@ -5076,9 +5076,9 @@
|
|
|
5076
5076
|
"license": "Python-2.0"
|
|
5077
5077
|
},
|
|
5078
5078
|
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
5079
|
-
"version": "4.1.
|
|
5080
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.
|
|
5081
|
-
"integrity": "sha512-
|
|
5079
|
+
"version": "4.1.1",
|
|
5080
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
5081
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
5082
5082
|
"devOptional": true,
|
|
5083
5083
|
"license": "MIT",
|
|
5084
5084
|
"dependencies": {
|
|
@@ -6273,9 +6273,9 @@
|
|
|
6273
6273
|
}
|
|
6274
6274
|
},
|
|
6275
6275
|
"node_modules/eslint/node_modules/js-yaml": {
|
|
6276
|
-
"version": "4.1.
|
|
6277
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.
|
|
6278
|
-
"integrity": "sha512-
|
|
6276
|
+
"version": "4.1.1",
|
|
6277
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
6278
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
6279
6279
|
"dev": true,
|
|
6280
6280
|
"license": "MIT",
|
|
6281
6281
|
"dependencies": {
|
|
@@ -8850,9 +8850,9 @@
|
|
|
8850
8850
|
"license": "MIT"
|
|
8851
8851
|
},
|
|
8852
8852
|
"node_modules/js-yaml": {
|
|
8853
|
-
"version": "3.14.
|
|
8854
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.
|
|
8855
|
-
"integrity": "sha512-
|
|
8853
|
+
"version": "3.14.2",
|
|
8854
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
|
|
8855
|
+
"integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
|
|
8856
8856
|
"license": "MIT",
|
|
8857
8857
|
"dependencies": {
|
|
8858
8858
|
"argparse": "^1.0.7",
|
package/example/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"test": "jest"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@regulaforensics/react-native-document-reader-api": "8.
|
|
14
|
-
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "8.
|
|
13
|
+
"@regulaforensics/react-native-document-reader-api": "8.5.331-nightly",
|
|
14
|
+
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "8.5.1185-nightly",
|
|
15
15
|
"@rneui/base": "4.0.0-rc.7",
|
|
16
16
|
"@rneui/themed": "4.0.0-rc.7",
|
|
17
17
|
"react": "19.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/react-native-document-reader-api",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.5.331-nightly",
|
|
4
4
|
"description": "React Native module for reading and validation of identification documents (API framework)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|