@regulaforensics/cordova-plugin-document-reader-api 9.6.628-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.
- package/example/package.json +2 -2
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/src/android/build.gradle +2 -2
- package/src/ios/RGLWConfig.m +0 -3
- package/www/DocumentReader.js +1 -9
package/example/package.json
CHANGED
|
@@ -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.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.6.
|
|
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.
|
|
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.
|
|
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="
|
|
32
|
+
<pod name="DocumentReaderNightly" spec="9.6.6496" />
|
|
33
33
|
</pods>
|
|
34
34
|
</podspec>
|
|
35
35
|
</platform>
|
package/src/android/build.gradle
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
repositories {
|
|
2
2
|
maven {
|
|
3
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader/
|
|
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.
|
|
9
|
+
implementation ('com.regula.documentreader:api:9.6.13038'){
|
|
10
10
|
transitive = true
|
|
11
11
|
}
|
|
12
12
|
}
|
package/src/ios/RGLWConfig.m
CHANGED
|
@@ -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];
|
package/www/DocumentReader.js
CHANGED
|
@@ -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"]
|
|
@@ -2286,7 +2285,7 @@ const eRFID_ErrorCodes = {
|
|
|
2286
2285
|
RFID_ERROR_LAYER6_GENERAL_AUTH_FAILURE: 0x86000309,
|
|
2287
2286
|
RFID_ERROR_LAYER6_FILE_NOT_FOUND: 0x80006A82,
|
|
2288
2287
|
RFID_ERROR_LAYER6_FILE_EOF1: 0x80006282,
|
|
2289
|
-
|
|
2288
|
+
RFID_ERROR_LAYER6_FILE_EOF2: 0x80006B00,
|
|
2290
2289
|
RFID_ERROR_LAYER6_INCORRECT_PARAMS: 0x80006A80,
|
|
2291
2290
|
RFID_ERROR_LAYER6_NO_REFERENCE_DATA: 0x80006A88,
|
|
2292
2291
|
RFID_ERROR_LAYER6_PWD_SUSPEND: 0x800063C1,
|
|
@@ -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,
|