@regulaforensics/ionic-native-document-reader 8.1.112-nightly → 8.1.114-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 +3 -3
- package/index.d.ts +31 -0
- package/index.js +23 -1
- package/ngx/index.d.ts +31 -0
- package/ngx/index.js +23 -1
- package/package.json +1 -1
- package/reactExample/package.json +3 -3
package/example/package.json
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"private": true,
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@regulaforensics/ionic-native-document-reader": "8.1.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "8.1.
|
|
18
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.1.
|
|
16
|
+
"@regulaforensics/ionic-native-document-reader": "8.1.114-nightly",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "8.1.136-nightly",
|
|
18
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.1.352-nightly",
|
|
19
19
|
"cordova-plugin-camera": "7.0.0",
|
|
20
20
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
21
21
|
"@awesome-cordova-plugins/core": "6.6.0",
|
package/index.d.ts
CHANGED
|
@@ -656,6 +656,7 @@ export declare class LivenessParams {
|
|
|
656
656
|
checkED?: boolean;
|
|
657
657
|
checkBlackAndWhiteCopy?: boolean;
|
|
658
658
|
checkDynaprint?: boolean;
|
|
659
|
+
checkGeometry?: boolean;
|
|
659
660
|
static fromJson(jsonObject?: any): LivenessParams | undefined;
|
|
660
661
|
}
|
|
661
662
|
export declare class AuthenticityParams {
|
|
@@ -714,6 +715,7 @@ export declare class ProcessParams {
|
|
|
714
715
|
selectLongestNames?: boolean;
|
|
715
716
|
generateDTCVC?: boolean;
|
|
716
717
|
strictDLCategoryExpiry?: boolean;
|
|
718
|
+
generateAlpha2Codes?: boolean;
|
|
717
719
|
barcodeParserType?: number;
|
|
718
720
|
perspectiveAngle?: number;
|
|
719
721
|
minDPI?: number;
|
|
@@ -729,6 +731,7 @@ export declare class ProcessParams {
|
|
|
729
731
|
mrzDetectMode?: number;
|
|
730
732
|
measureSystem?: number;
|
|
731
733
|
forceDocID?: number;
|
|
734
|
+
pdfPagesLimit?: number;
|
|
732
735
|
dateFormat?: string;
|
|
733
736
|
scenario?: string;
|
|
734
737
|
captureButtonScenario?: string;
|
|
@@ -794,6 +797,7 @@ export declare class Customization {
|
|
|
794
797
|
cameraFrameShapeType?: number;
|
|
795
798
|
status?: string;
|
|
796
799
|
resultStatus?: string;
|
|
800
|
+
multipageButtonText?: string;
|
|
797
801
|
cameraFrameDefaultColor?: number;
|
|
798
802
|
cameraFrameActiveColor?: number;
|
|
799
803
|
statusTextColor?: number;
|
|
@@ -805,6 +809,7 @@ export declare class Customization {
|
|
|
805
809
|
statusBackgroundColor?: number;
|
|
806
810
|
cameraPreviewBackgroundColor?: number;
|
|
807
811
|
backgroundMaskColor?: number;
|
|
812
|
+
multipageButtonTextColor?: number;
|
|
808
813
|
statusPositionMultiplier?: number;
|
|
809
814
|
resultStatusPositionMultiplier?: number;
|
|
810
815
|
toolbarSize?: number;
|
|
@@ -815,6 +820,9 @@ export declare class Customization {
|
|
|
815
820
|
cameraFrameLandscapeAspectRatio?: number;
|
|
816
821
|
cameraFramePortraitAspectRatio?: number;
|
|
817
822
|
cameraFrameCornerRadius?: number;
|
|
823
|
+
activityIndicatorPortraitPositionMultiplier?: number;
|
|
824
|
+
activityIndicatorLandscapePositionMultiplier?: number;
|
|
825
|
+
cameraPreviewVerticalPositionMultiplier?: number;
|
|
818
826
|
multipageAnimationFrontImage?: string;
|
|
819
827
|
multipageAnimationBackImage?: string;
|
|
820
828
|
borderBackgroundImage?: string;
|
|
@@ -829,6 +837,7 @@ export declare class Customization {
|
|
|
829
837
|
livenessAnimationImage?: string;
|
|
830
838
|
statusTextFont?: Font;
|
|
831
839
|
resultStatusTextFont?: Font;
|
|
840
|
+
multipageButtonTextFont?: Font;
|
|
832
841
|
customLabelStatus?: string;
|
|
833
842
|
cameraFrameLineCap?: number;
|
|
834
843
|
uiCustomizationLayer?: Record<string, any>;
|
|
@@ -970,6 +979,10 @@ export declare class RFIDScenario {
|
|
|
970
979
|
eSignPINDefault?: string;
|
|
971
980
|
eSignPINNewValue?: string;
|
|
972
981
|
cardAccess?: string;
|
|
982
|
+
mrzHash?: string;
|
|
983
|
+
documentNumber?: string;
|
|
984
|
+
dateOfBirth?: string;
|
|
985
|
+
dateOfExpiry?: string;
|
|
973
986
|
eDLDataGroups?: EDLDataGroups;
|
|
974
987
|
ePassportDataGroups?: EPassportDataGroups;
|
|
975
988
|
eIDDataGroups?: EIDDataGroups;
|
|
@@ -1458,6 +1471,7 @@ export declare const ScenarioIdentifier: {
|
|
|
1458
1471
|
SCENARIO_CREDIT_CARD: string;
|
|
1459
1472
|
SCENARIO_CAPTURE: string;
|
|
1460
1473
|
SCENARIO_DTC: string;
|
|
1474
|
+
SCENARIO_RFID: string;
|
|
1461
1475
|
};
|
|
1462
1476
|
export declare const eRFID_AccessControl_ProcedureType: {
|
|
1463
1477
|
ACPT_UNDEFINED: number;
|
|
@@ -1520,6 +1534,7 @@ export declare const eRFID_Password_Type: {
|
|
|
1520
1534
|
PPT_PUK: number;
|
|
1521
1535
|
PPT_PIN_ESIGN: number;
|
|
1522
1536
|
PPT_SAI: number;
|
|
1537
|
+
PPT_MRZ_HASH: number;
|
|
1523
1538
|
};
|
|
1524
1539
|
export declare const ViewContentMode: {
|
|
1525
1540
|
UNKNOWN: number;
|
|
@@ -1994,6 +2009,8 @@ export declare const eLDS_ParsingNotificationCodes: {
|
|
|
1994
2009
|
NTF_LDS_ICAO_CERTIFICATE_VISUAL_MRZ_COUNTRY_NON_MATCHING: number;
|
|
1995
2010
|
NTF_LDS_MRZ_COUNTRYCODE_VISUALMRZ_NON_MATCHING: number;
|
|
1996
2011
|
NTF_LDS_ICAO_CERTIFICATE_MRZ_COUNTRY_NON_MATCHING: number;
|
|
2012
|
+
NTF_LDS_ICAO_CERTIFICATE_ISSUER_COUNTRY_NON_UPPER_CASE: number;
|
|
2013
|
+
NTF_LDS_ICAO_CERTIFICATE_SUBJECT_COUNTRY_NON_UPPER_CASE: number;
|
|
1997
2014
|
};
|
|
1998
2015
|
export declare const eImageQualityCheckType: {
|
|
1999
2016
|
IQC_IMAGE_GLARES: number;
|
|
@@ -2093,6 +2110,8 @@ export declare const eRPRM_SecurityFeatureType: {
|
|
|
2093
2110
|
SECURITY_FEATURE_TYPE_CONTACT_CHIP_CLASSIFICATION: number;
|
|
2094
2111
|
SECURITY_FEATURE_TYPE_HEAD_POSITION_CHECK: number;
|
|
2095
2112
|
SECURITY_FEATURE_TYPE_LIVENESS_BLACK_AND_WHITE_COPY_CHECK: number;
|
|
2113
|
+
SECURITY_FEATURE_TYPE_LIVENESS_DYNAPRINT_CHECK: number;
|
|
2114
|
+
SECURITY_FEATURE_TYPE_LIVENESS_GEOMETRY_CHECK: number;
|
|
2096
2115
|
};
|
|
2097
2116
|
export declare const OnlineMode: {
|
|
2098
2117
|
MANUAL: number;
|
|
@@ -3172,6 +3191,9 @@ export declare const eVisualFieldType: {
|
|
|
3172
3191
|
FT_EF_CARD_ACCESS: number;
|
|
3173
3192
|
FT_SHORT_FLIGHT_NUMBER: number;
|
|
3174
3193
|
FT_AIRLINE_CODE: number;
|
|
3194
|
+
FT_MVC_AGENCY: number;
|
|
3195
|
+
FT_ISSUING_STATE_CODE_ALPHA2: number;
|
|
3196
|
+
FT_NATIONALITY_CODE_ALPHA2: number;
|
|
3175
3197
|
};
|
|
3176
3198
|
export declare const DocReaderOrientation: {
|
|
3177
3199
|
ALL: number;
|
|
@@ -3850,6 +3872,7 @@ export declare const Enum: {
|
|
|
3850
3872
|
SCENARIO_CREDIT_CARD: string;
|
|
3851
3873
|
SCENARIO_CAPTURE: string;
|
|
3852
3874
|
SCENARIO_DTC: string;
|
|
3875
|
+
SCENARIO_RFID: string;
|
|
3853
3876
|
};
|
|
3854
3877
|
eRFID_AccessControl_ProcedureType: {
|
|
3855
3878
|
ACPT_UNDEFINED: number;
|
|
@@ -3912,6 +3935,7 @@ export declare const Enum: {
|
|
|
3912
3935
|
PPT_PUK: number;
|
|
3913
3936
|
PPT_PIN_ESIGN: number;
|
|
3914
3937
|
PPT_SAI: number;
|
|
3938
|
+
PPT_MRZ_HASH: number;
|
|
3915
3939
|
};
|
|
3916
3940
|
ViewContentMode: {
|
|
3917
3941
|
UNKNOWN: number;
|
|
@@ -4386,6 +4410,8 @@ export declare const Enum: {
|
|
|
4386
4410
|
NTF_LDS_ICAO_CERTIFICATE_VISUAL_MRZ_COUNTRY_NON_MATCHING: number;
|
|
4387
4411
|
NTF_LDS_MRZ_COUNTRYCODE_VISUALMRZ_NON_MATCHING: number;
|
|
4388
4412
|
NTF_LDS_ICAO_CERTIFICATE_MRZ_COUNTRY_NON_MATCHING: number;
|
|
4413
|
+
NTF_LDS_ICAO_CERTIFICATE_ISSUER_COUNTRY_NON_UPPER_CASE: number;
|
|
4414
|
+
NTF_LDS_ICAO_CERTIFICATE_SUBJECT_COUNTRY_NON_UPPER_CASE: number;
|
|
4389
4415
|
};
|
|
4390
4416
|
eImageQualityCheckType: {
|
|
4391
4417
|
IQC_IMAGE_GLARES: number;
|
|
@@ -4485,6 +4511,8 @@ export declare const Enum: {
|
|
|
4485
4511
|
SECURITY_FEATURE_TYPE_CONTACT_CHIP_CLASSIFICATION: number;
|
|
4486
4512
|
SECURITY_FEATURE_TYPE_HEAD_POSITION_CHECK: number;
|
|
4487
4513
|
SECURITY_FEATURE_TYPE_LIVENESS_BLACK_AND_WHITE_COPY_CHECK: number;
|
|
4514
|
+
SECURITY_FEATURE_TYPE_LIVENESS_DYNAPRINT_CHECK: number;
|
|
4515
|
+
SECURITY_FEATURE_TYPE_LIVENESS_GEOMETRY_CHECK: number;
|
|
4488
4516
|
};
|
|
4489
4517
|
OnlineMode: {
|
|
4490
4518
|
MANUAL: number;
|
|
@@ -5564,6 +5592,9 @@ export declare const Enum: {
|
|
|
5564
5592
|
FT_EF_CARD_ACCESS: number;
|
|
5565
5593
|
FT_SHORT_FLIGHT_NUMBER: number;
|
|
5566
5594
|
FT_AIRLINE_CODE: number;
|
|
5595
|
+
FT_MVC_AGENCY: number;
|
|
5596
|
+
FT_ISSUING_STATE_CODE_ALPHA2: number;
|
|
5597
|
+
FT_NATIONALITY_CODE_ALPHA2: number;
|
|
5567
5598
|
};
|
|
5568
5599
|
DocReaderOrientation: {
|
|
5569
5600
|
ALL: number;
|