@regulaforensics/ionic-native-document-reader 9.2.347-nightly → 9.2.349-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,9 +13,9 @@
13
13
  },
14
14
  "private": true,
15
15
  "dependencies": {
16
- "@regulaforensics/ionic-native-document-reader": "9.2.347-nightly",
17
- "@regulaforensics/cordova-plugin-document-reader-api": "9.2.377-nightly",
18
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.2.1795-nightly",
16
+ "@regulaforensics/ionic-native-document-reader": "9.2.349-rc",
17
+ "@regulaforensics/cordova-plugin-document-reader-api": "9.2.379-rc",
18
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.2.1797-rc",
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
@@ -587,6 +587,7 @@ export declare class DocumentReaderResults {
587
587
  mrzPosition?: ElementPosition[];
588
588
  imageQuality?: ImageQualityGroup[];
589
589
  rawResult?: string;
590
+ bsiTr03135Results?: string;
590
591
  rfidSessionData?: RFIDSessionData;
591
592
  authenticityResult?: DocumentReaderAuthenticityResult;
592
593
  barcodeResult?: DocumentReaderBarcodeResult;
@@ -760,6 +761,7 @@ export declare class ProcessParams {
760
761
  strictSecurityChecks?: boolean;
761
762
  returnTransliteratedFields?: boolean;
762
763
  checkCaptureProcessIntegrity?: boolean;
764
+ bsiTr03135Results?: boolean;
763
765
  barcodeParserType?: number;
764
766
  perspectiveAngle?: number;
765
767
  minDPI?: number;
@@ -1128,6 +1130,12 @@ export declare class DocumentRequest18013MDL {
1128
1130
  signatureUsualMark?: number;
1129
1131
  static fromJson(jsonObject?: any): DocumentRequest18013MDL | undefined;
1130
1132
  }
1133
+ export declare class FinalizeConfig {
1134
+ rawImages?: boolean;
1135
+ video?: boolean;
1136
+ rfidSession?: boolean;
1137
+ static fromJson(jsonObject?: any): FinalizeConfig | undefined;
1138
+ }
1131
1139
  export declare const FontStyle: {
1132
1140
  NORMAL: number;
1133
1141
  BOLD: number;
@@ -1481,6 +1489,7 @@ export declare const eRPRM_ResultType: {
1481
1489
  RPRM_RESULT_TYPE_STATUS: number;
1482
1490
  RPRM_RESULT_TYPE_PORTRAIT_COMPARISON: number;
1483
1491
  RPRM_RESULT_TYPE_EXT_PORTRAIT: number;
1492
+ RPRM_RESULT_TYPE_BSI_XML_V2: number;
1484
1493
  };
1485
1494
  export declare const FrameShapeType: {
1486
1495
  LINE: number;
@@ -1886,6 +1895,7 @@ export declare const eCheckDiagnose: {
1886
1895
  CHD_DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED: number;
1887
1896
  DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED: number;
1888
1897
  DOC_LIVENESS_INVALID_BARCODE_BACKGROUND: number;
1898
+ DOC_LIVENESS_VIRTUAL_CAMERA_DETECTED: number;
1889
1899
  ICAO_IDB_BASE_32_ERROR: number;
1890
1900
  ICAO_IDB_ZIPPED_ERROR: number;
1891
1901
  ICAO_IDB_MESSAGE_ZONE_EMPTY: number;
@@ -2280,6 +2290,10 @@ export declare const eRPRM_SecurityFeatureType: {
2280
2290
  SECURITY_FEATURE_TYPE_LIVENESS_GEOMETRY_CHECK: number;
2281
2291
  SECURITY_FEATURE_TYPE_AGE_CHECK: number;
2282
2292
  SECURITY_FEATURE_TYPE_SEX_CHECK: number;
2293
+ SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_RFIDVSGHOST: number;
2294
+ SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_BARCODEVSGHOST: number;
2295
+ SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_GHOSTVSLIVE: number;
2296
+ SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_EXTVSGHOST: number;
2283
2297
  };
2284
2298
  export declare const OnlineMode: {
2285
2299
  MANUAL: number;
@@ -3933,6 +3947,7 @@ export declare const Enum: {
3933
3947
  RPRM_RESULT_TYPE_STATUS: number;
3934
3948
  RPRM_RESULT_TYPE_PORTRAIT_COMPARISON: number;
3935
3949
  RPRM_RESULT_TYPE_EXT_PORTRAIT: number;
3950
+ RPRM_RESULT_TYPE_BSI_XML_V2: number;
3936
3951
  };
3937
3952
  FrameShapeType: {
3938
3953
  LINE: number;
@@ -4338,6 +4353,7 @@ export declare const Enum: {
4338
4353
  CHD_DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED: number;
4339
4354
  DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED: number;
4340
4355
  DOC_LIVENESS_INVALID_BARCODE_BACKGROUND: number;
4356
+ DOC_LIVENESS_VIRTUAL_CAMERA_DETECTED: number;
4341
4357
  ICAO_IDB_BASE_32_ERROR: number;
4342
4358
  ICAO_IDB_ZIPPED_ERROR: number;
4343
4359
  ICAO_IDB_MESSAGE_ZONE_EMPTY: number;
@@ -4732,6 +4748,10 @@ export declare const Enum: {
4732
4748
  SECURITY_FEATURE_TYPE_LIVENESS_GEOMETRY_CHECK: number;
4733
4749
  SECURITY_FEATURE_TYPE_AGE_CHECK: number;
4734
4750
  SECURITY_FEATURE_TYPE_SEX_CHECK: number;
4751
+ SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_RFIDVSGHOST: number;
4752
+ SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_BARCODEVSGHOST: number;
4753
+ SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_GHOSTVSLIVE: number;
4754
+ SECURITY_FEATURE_TYPE_PORTRAIT_COMPARISON_EXTVSGHOST: number;
4735
4755
  };
4736
4756
  OnlineMode: {
4737
4757
  MANUAL: number;
@@ -6493,6 +6513,13 @@ export declare class DocumentReaderOriginal extends AwesomeCordovaNativePlugin {
6493
6513
  * @return {Promise<any>} Returns a promise
6494
6514
  */
6495
6515
  retrieveDataBLE(deviceEngagement: DeviceEngagement, dataRetrieval: DataRetrieval): Promise<any>;
6516
+ /**
6517
+ *
6518
+ *
6519
+ * @param {FinalizeConfig} config
6520
+ * @return {Promise<any>} Returns a promise
6521
+ */
6522
+ finalizePackageWithFinalizeConfig(config: FinalizeConfig): Promise<any>;
6496
6523
  textFieldValueByType(results: DocumentReaderResults, fieldType: number): Promise<string | undefined>;
6497
6524
  textFieldValueByTypeLcid(results: DocumentReaderResults, fieldType: number, lcid: number): Promise<string | undefined>;
6498
6525
  textFieldValueByTypeSource(results: DocumentReaderResults, fieldType: number, source: number): Promise<string | undefined>;