@regulaforensics/react-native-document-reader-api 9.4.546-nightly → 9.4.549-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.
- package/RNDocumentReaderApi.podspec +1 -1
- package/android/build.gradle +2 -2
- package/example/package-lock.json +30 -16
- package/example/package.json +2 -2
- package/index.d.ts +13 -3
- package/index.js +13 -3
- package/package.json +1 -1
|
@@ -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 '
|
|
17
|
+
s.dependency 'DocumentReaderStage', '9.4.6268'
|
|
18
18
|
s.dependency 'React'
|
|
19
19
|
end
|
package/android/build.gradle
CHANGED
|
@@ -20,7 +20,7 @@ android {
|
|
|
20
20
|
rootProject.allprojects {
|
|
21
21
|
repositories {
|
|
22
22
|
maven {
|
|
23
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader/
|
|
23
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -29,7 +29,7 @@ dependencies {
|
|
|
29
29
|
//noinspection GradleDynamicVersion
|
|
30
30
|
implementation 'com.facebook.react:react-native:+'
|
|
31
31
|
//noinspection GradleDependency
|
|
32
|
-
implementation('com.regula.documentreader:api:9.
|
|
32
|
+
implementation('com.regula.documentreader:api:9.3.12784') {
|
|
33
33
|
transitive = true
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -2718,6 +2718,19 @@
|
|
|
2718
2718
|
"eslint-scope": "5.1.1"
|
|
2719
2719
|
}
|
|
2720
2720
|
},
|
|
2721
|
+
"node_modules/@nodable/entities": {
|
|
2722
|
+
"version": "2.1.0",
|
|
2723
|
+
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
|
|
2724
|
+
"integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
|
|
2725
|
+
"devOptional": true,
|
|
2726
|
+
"funding": [
|
|
2727
|
+
{
|
|
2728
|
+
"type": "github",
|
|
2729
|
+
"url": "https://github.com/sponsors/nodable"
|
|
2730
|
+
}
|
|
2731
|
+
],
|
|
2732
|
+
"license": "MIT"
|
|
2733
|
+
},
|
|
2721
2734
|
"node_modules/@nodelib/fs.scandir": {
|
|
2722
2735
|
"version": "2.1.5",
|
|
2723
2736
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
@@ -6541,9 +6554,9 @@
|
|
|
6541
6554
|
"license": "MIT"
|
|
6542
6555
|
},
|
|
6543
6556
|
"node_modules/fast-xml-builder": {
|
|
6544
|
-
"version": "1.1.
|
|
6545
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.
|
|
6546
|
-
"integrity": "sha512-
|
|
6557
|
+
"version": "1.1.5",
|
|
6558
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz",
|
|
6559
|
+
"integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==",
|
|
6547
6560
|
"devOptional": true,
|
|
6548
6561
|
"funding": [
|
|
6549
6562
|
{
|
|
@@ -6557,9 +6570,9 @@
|
|
|
6557
6570
|
}
|
|
6558
6571
|
},
|
|
6559
6572
|
"node_modules/fast-xml-parser": {
|
|
6560
|
-
"version": "5.
|
|
6561
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
6562
|
-
"integrity": "sha512-
|
|
6573
|
+
"version": "5.7.2",
|
|
6574
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.2.tgz",
|
|
6575
|
+
"integrity": "sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w==",
|
|
6563
6576
|
"devOptional": true,
|
|
6564
6577
|
"funding": [
|
|
6565
6578
|
{
|
|
@@ -6569,9 +6582,10 @@
|
|
|
6569
6582
|
],
|
|
6570
6583
|
"license": "MIT",
|
|
6571
6584
|
"dependencies": {
|
|
6572
|
-
"
|
|
6573
|
-
"
|
|
6574
|
-
"
|
|
6585
|
+
"@nodable/entities": "^2.1.0",
|
|
6586
|
+
"fast-xml-builder": "^1.1.5",
|
|
6587
|
+
"path-expression-matcher": "^1.5.0",
|
|
6588
|
+
"strnum": "^2.2.3"
|
|
6575
6589
|
},
|
|
6576
6590
|
"bin": {
|
|
6577
6591
|
"fxparser": "src/cli/cli.js"
|
|
@@ -10351,9 +10365,9 @@
|
|
|
10351
10365
|
}
|
|
10352
10366
|
},
|
|
10353
10367
|
"node_modules/path-expression-matcher": {
|
|
10354
|
-
"version": "1.
|
|
10355
|
-
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.
|
|
10356
|
-
"integrity": "sha512-
|
|
10368
|
+
"version": "1.5.0",
|
|
10369
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
|
10370
|
+
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
|
|
10357
10371
|
"devOptional": true,
|
|
10358
10372
|
"funding": [
|
|
10359
10373
|
{
|
|
@@ -12085,9 +12099,9 @@
|
|
|
12085
12099
|
}
|
|
12086
12100
|
},
|
|
12087
12101
|
"node_modules/strnum": {
|
|
12088
|
-
"version": "2.2.
|
|
12089
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.
|
|
12090
|
-
"integrity": "sha512-
|
|
12102
|
+
"version": "2.2.3",
|
|
12103
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz",
|
|
12104
|
+
"integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==",
|
|
12091
12105
|
"devOptional": true,
|
|
12092
12106
|
"funding": [
|
|
12093
12107
|
{
|
|
@@ -12399,7 +12413,7 @@
|
|
|
12399
12413
|
"version": "5.7.3",
|
|
12400
12414
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
|
|
12401
12415
|
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
|
|
12402
|
-
"
|
|
12416
|
+
"dev": true,
|
|
12403
12417
|
"license": "Apache-2.0",
|
|
12404
12418
|
"bin": {
|
|
12405
12419
|
"tsc": "bin/tsc",
|
package/example/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"test": "jest"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@regulaforensics/react-native-document-reader-api": "9.4.
|
|
14
|
-
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.4.
|
|
13
|
+
"@regulaforensics/react-native-document-reader-api": "9.4.549-rc",
|
|
14
|
+
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.4.2334-rc",
|
|
15
15
|
"@rneui/base": "4.0.0-rc.7",
|
|
16
16
|
"@rneui/themed": "4.0.0-rc.7",
|
|
17
17
|
"react": "19.0.0",
|
package/index.d.ts
CHANGED
|
@@ -4060,9 +4060,9 @@ export const eRFID_NotificationCodes = {
|
|
|
4060
4060
|
RFID_NOTIFICATION_AUXILIARY_DATA_VALIDATION: 0x000D0000,
|
|
4061
4061
|
RFID_NOTIFICATION_RI_SECTOR_ID: 0x000E0000,
|
|
4062
4062
|
RFID_NOTIFICATION_BIOMETRICS_EMPTY_PLACEHOLDER: 0x000F0000,
|
|
4063
|
-
RFID_NOTIFICATION_SESSION_FILE_DATA_UPDATED:
|
|
4064
|
-
RFID_NOTIFICATION_TCC_TA_RESOURCES:
|
|
4065
|
-
RFID_NOTIFICATION_TCC_TA_SIGNATURE:
|
|
4063
|
+
RFID_NOTIFICATION_SESSION_FILE_DATA_UPDATED: 0x00100000,
|
|
4064
|
+
RFID_NOTIFICATION_TCC_TA_RESOURCES: 0x00110000,
|
|
4065
|
+
RFID_NOTIFICATION_TCC_TA_SIGNATURE: 0x00110001,
|
|
4066
4066
|
}
|
|
4067
4067
|
|
|
4068
4068
|
export const CameraPosition = {
|
|
@@ -4592,6 +4592,8 @@ export const eLDS_ParsingNotificationCodes = {
|
|
|
4592
4592
|
NTF_LDS_ICAO_CERTIFICATE_MRZ_COUNTRY_NON_MATCHING: 0x90000252,
|
|
4593
4593
|
NTF_LDS_ICAO_CERTIFICATE_ISSUER_COUNTRY_NON_UPPER_CASE: 0x90000253,
|
|
4594
4594
|
NTF_LDS_ICAO_CERTIFICATE_SUBJECT_COUNTRY_NON_UPPER_CASE: 0x90000254,
|
|
4595
|
+
NTFLDS_SI_STORAGE_CS_NONCONSISTANT: 0x91000111,
|
|
4596
|
+
NTFLDS_SI_STORAGE_CS_PACE_CAM_KEY_MISSING: 0x9100011,
|
|
4595
4597
|
}
|
|
4596
4598
|
|
|
4597
4599
|
export const eImageQualityCheckType = {
|
|
@@ -5158,6 +5160,13 @@ export const eRFID_DataFile_Type = {
|
|
|
5158
5160
|
DFT_VDS: 900,
|
|
5159
5161
|
DFT_VDSNC: 901,
|
|
5160
5162
|
DFT_USERDEFINED: 1000,
|
|
5163
|
+
DFT_POST_CA_RESPONSE: 710,
|
|
5164
|
+
DFT_POST_CA_PUBLIC_KEY: 711,
|
|
5165
|
+
DFT_POST_CA_INFO: 712,
|
|
5166
|
+
DFT_POST_CA_DPARAMS: 713,
|
|
5167
|
+
DFT_POST_CA_CHECK_PK: 714,
|
|
5168
|
+
DFT_POST_CA_CHECK_SK: 715,
|
|
5169
|
+
DFT_ID_DG22: 122,
|
|
5161
5170
|
}
|
|
5162
5171
|
|
|
5163
5172
|
export const eVisualFieldType = {
|
|
@@ -5818,6 +5827,7 @@ export const eVisualFieldType = {
|
|
|
5818
5827
|
FT_NON_DOMICILED_INDICATOR: 702,
|
|
5819
5828
|
FT_JURISDICTION_SPECIFIC_DATA: 703,
|
|
5820
5829
|
FT_DATA_DATE_OF_EXPIRY: 704,
|
|
5830
|
+
FT_CONSUL: 705,
|
|
5821
5831
|
}
|
|
5822
5832
|
|
|
5823
5833
|
export const DocReaderOrientation = {
|
package/index.js
CHANGED
|
@@ -2854,9 +2854,9 @@ export const eRFID_NotificationCodes = {
|
|
|
2854
2854
|
RFID_NOTIFICATION_AUXILIARY_DATA_VALIDATION: 0x000D0000,
|
|
2855
2855
|
RFID_NOTIFICATION_RI_SECTOR_ID: 0x000E0000,
|
|
2856
2856
|
RFID_NOTIFICATION_BIOMETRICS_EMPTY_PLACEHOLDER: 0x000F0000,
|
|
2857
|
-
RFID_NOTIFICATION_SESSION_FILE_DATA_UPDATED:
|
|
2858
|
-
RFID_NOTIFICATION_TCC_TA_RESOURCES:
|
|
2859
|
-
RFID_NOTIFICATION_TCC_TA_SIGNATURE:
|
|
2857
|
+
RFID_NOTIFICATION_SESSION_FILE_DATA_UPDATED: 0x00100000,
|
|
2858
|
+
RFID_NOTIFICATION_TCC_TA_RESOURCES: 0x00110000,
|
|
2859
|
+
RFID_NOTIFICATION_TCC_TA_SIGNATURE: 0x00110001,
|
|
2860
2860
|
}
|
|
2861
2861
|
|
|
2862
2862
|
export const CameraPosition = {
|
|
@@ -3386,6 +3386,8 @@ export const eLDS_ParsingNotificationCodes = {
|
|
|
3386
3386
|
NTF_LDS_ICAO_CERTIFICATE_MRZ_COUNTRY_NON_MATCHING: 0x90000252,
|
|
3387
3387
|
NTF_LDS_ICAO_CERTIFICATE_ISSUER_COUNTRY_NON_UPPER_CASE: 0x90000253,
|
|
3388
3388
|
NTF_LDS_ICAO_CERTIFICATE_SUBJECT_COUNTRY_NON_UPPER_CASE: 0x90000254,
|
|
3389
|
+
NTFLDS_SI_STORAGE_CS_NONCONSISTANT: 0x91000111,
|
|
3390
|
+
NTFLDS_SI_STORAGE_CS_PACE_CAM_KEY_MISSING: 0x9100011,
|
|
3389
3391
|
}
|
|
3390
3392
|
|
|
3391
3393
|
export const eImageQualityCheckType = {
|
|
@@ -3952,6 +3954,13 @@ export const eRFID_DataFile_Type = {
|
|
|
3952
3954
|
DFT_VDS: 900,
|
|
3953
3955
|
DFT_VDSNC: 901,
|
|
3954
3956
|
DFT_USERDEFINED: 1000,
|
|
3957
|
+
DFT_POST_CA_RESPONSE: 710,
|
|
3958
|
+
DFT_POST_CA_PUBLIC_KEY: 711,
|
|
3959
|
+
DFT_POST_CA_INFO: 712,
|
|
3960
|
+
DFT_POST_CA_DPARAMS: 713,
|
|
3961
|
+
DFT_POST_CA_CHECK_PK: 714,
|
|
3962
|
+
DFT_POST_CA_CHECK_SK: 715,
|
|
3963
|
+
DFT_ID_DG22: 122,
|
|
3955
3964
|
}
|
|
3956
3965
|
|
|
3957
3966
|
export const eVisualFieldType = {
|
|
@@ -4612,6 +4621,7 @@ export const eVisualFieldType = {
|
|
|
4612
4621
|
FT_NON_DOMICILED_INDICATOR: 702,
|
|
4613
4622
|
FT_JURISDICTION_SPECIFIC_DATA: 703,
|
|
4614
4623
|
FT_DATA_DATE_OF_EXPIRY: 704,
|
|
4624
|
+
FT_CONSUL: 705,
|
|
4615
4625
|
}
|
|
4616
4626
|
|
|
4617
4627
|
export const DocReaderOrientation = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/react-native-document-reader-api",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.549-rc",
|
|
4
4
|
"description": "React Native module for reading and validation of identification documents (API framework)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|