@regulaforensics/cordova-plugin-document-reader-api 9.5.565-nightly → 9.5.567-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.5.565-nightly",
17
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.5.2538-nightly",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "9.5.567-rc",
17
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.5.2585-rc",
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.5.565-nightly",
3
+ "version": "9.5.567-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.5.565-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/cordova-plugin-document-reader-api" version="9.5.567-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/CocoaPods/Specs.git"/>
30
30
  </config>
31
31
  <pods>
32
- <pod name="DocumentReaderNightly" spec="9.5.6392" />
32
+ <pod name="DocumentReaderStage" spec="9.5.6408" />
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.5.12895'){
9
+ implementation ('com.regula.documentreader:api:9.5.12914'){
10
10
  transitive = true
11
11
  }
12
12
  }
@@ -2484,6 +2484,8 @@ const eLDS_ParsingErrorCodes = {
2484
2484
  ERR_LDS_VDS_NC_MISSING_OR_INCORRECT_SIG_ALGORITHM: 0x81000308,
2485
2485
  ERR_LDS_VDS_NC_MISSING_OR_INCORRECT_CERTIFICATE: 0x81000309,
2486
2486
  ERR_LDS_VDS_NC_MISSING_OR_INCORRECT_SIG_VALUE: 0x8100030A,
2487
+ ERR_LDS_PACE_CAM_DATA_USAGE_INCORRECT: 0x8100012B,
2488
+ ERR_LDS_PACE_IM_MAPPING_DATA_INCORRECT: 0x8100012F,
2487
2489
  }
2488
2490
 
2489
2491
  const eRFID_CertificateType = {
@@ -2498,6 +2500,7 @@ const eRFID_CertificateType = {
2498
2500
  CT_LDS2: 8,
2499
2501
  CT_BCS: 9,
2500
2502
  CT_BCSNC: 10,
2503
+ CT_MDLS: 13,
2501
2504
  }
2502
2505
 
2503
2506
  const RGLMeasureSystem = {
@@ -3319,6 +3322,11 @@ const eLDS_ParsingNotificationCodes = {
3319
3322
  NTF_LDS_ICAO_CERTIFICATE_SUBJECT_COUNTRY_NON_UPPER_CASE: 0x90000254,
3320
3323
  NTFLDS_SI_STORAGE_CS_NONCONSISTANT: 0x91000111,
3321
3324
  NTFLDS_SI_STORAGE_CS_PACE_CAM_KEY_MISSING: 0x91000112,
3325
+ NTFLDS_ASN_CERTIFICATE_NONMATCHINGDSROLE: 0x90000011,
3326
+ NTFLDS_MDL_CERTIFICATE_CHAIN_SOP_NONMATCHING: 0x90000400,
3327
+ NTFLDS_MDL_CERTIFICATE_UNSUPPORTEDPUBLICKEYALGORITHM: 0x90000401,
3328
+ NTFLDS_MDL_CERTIFICATE_UNSUPPORTEDSIGNATUREALGORITHM: 0x90000402,
3329
+ NTFLDS_MDL_CERTIFICATE_UNSUPPORTEDPUBLICKEYPARAMS: 0x90000403,
3322
3330
  }
3323
3331
 
3324
3332
  const eImageQualityCheckType = {