@regulaforensics/react-native-document-reader-api 8.1.150-rc → 8.1.152-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.
@@ -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 'DocumentReaderStage', '8.1.4730'
17
+ s.dependency 'DocumentReaderStage', '8.1.4745'
18
18
  s.dependency 'React'
19
19
  end
@@ -41,7 +41,7 @@ dependencies {
41
41
  //noinspection GradleDynamicVersion
42
42
  implementation 'com.facebook.react:react-native:+'
43
43
  //noinspection GradleDependency
44
- implementation('com.regula.documentreader:api:8.1.11526') {
44
+ implementation('com.regula.documentreader:api:8.1.11538') {
45
45
  transitive = true
46
46
  }
47
47
  }
@@ -10,7 +10,7 @@
10
10
  "test": "jest"
11
11
  },
12
12
  "dependencies": {
13
- "@regulaforensics/react-native-document-reader-api": "8.1.150-rc",
13
+ "@regulaforensics/react-native-document-reader-api": "8.1.152-rc",
14
14
  "@regulaforensics/react-native-document-reader-core-fullauthrfid": "8.1.363-rc",
15
15
  "react-native-progress": "5.0.0",
16
16
  "react-native-radio-buttons-group": "3.0.5",
package/index.d.ts CHANGED
@@ -3267,8 +3267,8 @@ export const eProcessGLCommands = {
3267
3267
  }
3268
3268
 
3269
3269
  export const eRFIDReadingBufferSize = {
3270
- EXTENDED_LENGTH: 0,
3271
- SINGLE_LENGTH: -1,
3270
+ STANDARD_LENGTH: 0,
3271
+ EXTENDED_LENGTH: -1,
3272
3272
  }
3273
3273
 
3274
3274
  export const PKDResourceType = {
package/index.js CHANGED
@@ -2276,8 +2276,8 @@ export const eProcessGLCommands = {
2276
2276
  }
2277
2277
 
2278
2278
  export const eRFIDReadingBufferSize = {
2279
- EXTENDED_LENGTH: 0,
2280
- SINGLE_LENGTH: -1,
2279
+ STANDARD_LENGTH: 0,
2280
+ EXTENDED_LENGTH: -1,
2281
2281
  }
2282
2282
 
2283
2283
  export const PKDResourceType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-api",
3
- "version": "8.1.150-rc",
3
+ "version": "8.1.152-rc",
4
4
  "description": "React Native module for reading and validation of identification documents (API framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {