@regulaforensics/cordova-plugin-document-reader-api 9.8.752-nightly → 9.8.755-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.
@@ -13,8 +13,8 @@
13
13
  "author": "Regula Forensics Inc.",
14
14
  "license": "commercial",
15
15
  "dependencies": {
16
- "@regulaforensics/cordova-plugin-document-reader-api": "9.8.752-nightly",
17
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.8.3247-nightly",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "9.8.755-rc",
17
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.8.3263-rc",
18
18
  "cordova-android": "15.0.0",
19
19
  "cordova-ios": "8.1.1",
20
20
  "cordova-plugin-camera": "8.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/cordova-plugin-document-reader-api",
3
- "version": "9.8.752-nightly",
3
+ "version": "9.8.755-rc",
4
4
  "description": "Cordova plugin for reading and validation of identification documents (API framework)",
5
5
  "cordova": {
6
6
  "id": "@regulaforensics/cordova-plugin-document-reader-api",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="@regulaforensics/cordova-plugin-document-reader-api" version="9.8.752-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/cordova-plugin-document-reader-api" version="9.8.755-rc" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
3
  <name>DocumentReaderApi</name>
4
4
  <description>Cordova plugin Document reader api</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.8.6903" />
32
+ <pod name="DocumentReaderStage" spec="9.8.6906" />
33
33
  </pods>
34
34
  </podspec>
35
35
  </platform>
@@ -1,12 +1,12 @@
1
1
  repositories {
2
2
  maven {
3
- url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
3
+ url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
4
4
  }
5
5
  }
6
6
 
7
7
  dependencies {
8
8
  //noinspection GradleDependency
9
- implementation ('com.regula.documentreader:api:9.8.13300'){
9
+ implementation ('com.regula.documentreader:api:9.8.13307'){
10
10
  transitive = true
11
11
  }
12
12
  }
@@ -2912,7 +2912,7 @@ const BarcodeResult = {
2912
2912
 
2913
2913
  const eRFID_Application_Type = {
2914
2914
  AT_UNSPECIFIED: 0,
2915
- AT_ROOT_FILES: AT_UNSPECIFIED,
2915
+ AT_ROOT_FILES: 0,
2916
2916
  ePASSPORT: 1,
2917
2917
  eID: 2,
2918
2918
  eSIGN: 3,