@regulaforensics/cordova-plugin-document-reader-api 9.6.627-rc → 9.6.629-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.
@@ -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.6.627-rc",
17
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.6.2739-rc",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "9.6.629-nightly",
17
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.6.2760-nightly",
18
18
  "cordova-android": "13.0.0",
19
19
  "cordova-ios": "7.1.1",
20
20
  "cordova-plugin-add-swift-support": "2.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/cordova-plugin-document-reader-api",
3
- "version": "9.6.627-rc",
3
+ "version": "9.6.629-nightly",
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.6.627-rc" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/cordova-plugin-document-reader-api" version="9.6.629-nightly" 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/CocoaPods/Specs.git"/>
30
30
  </config>
31
31
  <pods>
32
- <pod name="DocumentReaderStage" spec="9.6.6561" />
32
+ <pod name="DocumentReaderNightly" spec="9.6.6496" />
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/Stage"
3
+ url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
4
4
  }
5
5
  }
6
6
 
7
7
  dependencies {
8
8
  //noinspection GradleDependency
9
- implementation ('com.regula.documentreader:api:9.6.13037'){
9
+ implementation ('com.regula.documentreader:api:9.6.13038'){
10
10
  transitive = true
11
11
  }
12
12
  }
@@ -388,8 +388,6 @@
388
388
  }
389
389
 
390
390
  +(void)setCustomization:(NSDictionary*)options :(RGLCustomization*)customization {
391
- if(options[@"theme"]) customization.theme = [options[@"theme"] integerValue];
392
-
393
391
  // Boolean
394
392
  if([options valueForKey:@"showStatusMessages"] != nil)
395
393
  customization.showStatusMessages = [[options valueForKey:@"showStatusMessages"] boolValue];
@@ -535,7 +533,6 @@
535
533
 
536
534
  +(NSDictionary*)getCustomization:(RGLCustomization*)customization {
537
535
  NSMutableDictionary *result = [NSMutableDictionary new];
538
- result[@"theme"] = [NSNumber numberWithInteger:customization.theme];
539
536
 
540
537
  // Boolean
541
538
  result[@"showStatusMessages"] = [NSNumber numberWithBool:customization.showStatusMessages];
@@ -1694,7 +1694,6 @@ class Customization {
1694
1694
  if (jsonObject == null) return null
1695
1695
  const result = new Customization()
1696
1696
 
1697
- result.theme = jsonObject["theme"]
1698
1697
  result.showStatusMessages = jsonObject["showStatusMessages"]
1699
1698
  result.showResultStatusMessages = jsonObject["showResultStatusMessages"]
1700
1699
  result.showHelpAnimation = jsonObject["showHelpAnimation"]
@@ -2571,11 +2570,6 @@ const eMDLDeviceRetrieval = {
2571
2570
  BLE: 2,
2572
2571
  }
2573
2572
 
2574
- const CustomizationTheme = {
2575
- CLEAR: 0,
2576
- LIQUID_GLASS: 1,
2577
- }
2578
-
2579
2573
  const eRFID_BaudRate = {
2580
2574
  rfbr_106: 1,
2581
2575
  rfbr_212: 2,
@@ -4567,7 +4561,6 @@ const eVisualFieldType = {
4567
4561
  FT_JURISDICTION_SPECIFIC_DATA: 703,
4568
4562
  FT_DATA_DATE_OF_EXPIRY: 704,
4569
4563
  FT_CONSUL: 705,
4570
- FT_CANTON_REFERENCE: 706,
4571
4564
  }
4572
4565
 
4573
4566
  const DocReaderOrientation = {
@@ -4825,7 +4818,6 @@ const Enum = {
4825
4818
  eRPRM_ResultType,
4826
4819
  FrameShapeType,
4827
4820
  eMDLDeviceRetrieval,
4828
- CustomizationTheme,
4829
4821
  eRFID_BaudRate,
4830
4822
  LineCap,
4831
4823
  eRPRM_FieldVerificationResult,