@regulaforensics/document-reader-webclient 7.5.180-nightly → 7.5.181-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/lib/index.d.ts CHANGED
@@ -571,6 +571,7 @@ export enum CheckDiagnose {
571
571
  FIELD_POS_CORRECTOR_LANDMARKS_CHECK_ERROR = 83,
572
572
  FIELD_POS_CORRECTOR_FACE_PRESENCE_CHECK_ERROR = 84,
573
573
  FIELD_POS_CORRECTOR_FACE_ABSENCE_CHECK_ERROR = 85,
574
+ FIELD_POS_CORRECTOR_INCORRECT_HEAD_POSITION = 86,
574
575
  OVI_IR_INVISIBLE = 90,
575
576
  OVI_INSUFFICIENT_AREA = 91,
576
577
  OVI_COLOR_INVARIABLE = 92,
@@ -605,6 +606,7 @@ export enum CheckDiagnose {
605
606
  BARCODE_SIZE_PARAMS_ERROR = 142,
606
607
  NOT_ALL_BARCODES_READ = 143,
607
608
  GLARES_IN_BARCODE_AREA = 144,
609
+ NO_CERTIFICATE_FOR_DIGITAL_SIGNATURE_CHECK = 145,
608
610
  PORTRAIT_COMPARISON_PORTRAITS_DIFFER = 150,
609
611
  PORTRAIT_COMPARISON_NO_SERVICE_REPLY = 151,
610
612
  PORTRAIT_COMPARISON_SERVICE_ERROR = 152,
@@ -634,6 +636,7 @@ export enum CheckDiagnose {
634
636
  OCR_QUALITY_INVALID_FONT = 221,
635
637
  OCR_QUALITY_INVALID_BACKGROUND = 222,
636
638
  LASINK_INVALID_LINES_FREQUENCY = 230,
639
+ DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED = 239,
637
640
  DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED = 240,
638
641
  DOC_LIVENESS_INVALID_BARCODE_BACKGROUND = 241,
639
642
  CHD_ICAO_IDB_BASE32_ERROR = 243,
@@ -928,7 +931,15 @@ export enum SecurityFeatureType {
928
931
  /**
929
932
  * Contact chip check
930
933
  */
931
- CONTACT_CHIP_CLASSIFICATION = 51
934
+ CONTACT_CHIP_CLASSIFICATION = 51,
935
+ /**
936
+ * Head position check
937
+ */
938
+ HEAD_POSITION_CHECK = 52,
939
+ /**
940
+ * Black and white copy check
941
+ */
942
+ LIVENESS_BLACK_AND_WHITE_COPY_CHECK = 53
932
943
  }
933
944
  /**
934
945
  *
@@ -5403,6 +5414,18 @@ export enum TextFieldType {
5403
5414
  */
5404
5415
  ISO_ISSUER_ID_NUMBER = 336,
5405
5416
  /**
5417
+ * DTC version
5418
+ */
5419
+ DTC_VERSION = 337,
5420
+ /**
5421
+ * DTC ID
5422
+ */
5423
+ DTC_ID = 338,
5424
+ /**
5425
+ * DTC date of expiry
5426
+ */
5427
+ DTC_DATE_OF_EXPIRY = 339,
5428
+ /**
5406
5429
  * GNIB number
5407
5430
  */
5408
5431
  GNIB_NUMBER = 340,
@@ -6809,7 +6832,11 @@ export enum TextFieldType {
6809
6832
  /**
6810
6833
  * Date of First Positive Test Result
6811
6834
  */
6812
- FT_DATE_OF_FIRST_POSITIVE_TEST_RESULT = 691
6835
+ FT_DATE_OF_FIRST_POSITIVE_TEST_RESULT = 691,
6836
+ /**
6837
+ * EF.CardAccess
6838
+ */
6839
+ EF_CARD_ACCESS = 692
6813
6840
  }
6814
6841
  /**
6815
6842
  * Regula Document Reader Web API
@@ -9797,7 +9824,11 @@ export enum Scenario {
9797
9824
  /**
9798
9825
  * Scenario for obtaining an original image without any processing
9799
9826
  */
9800
- CAPTURE = "Capture"
9827
+ CAPTURE = "Capture",
9828
+ /**
9829
+ * Processing scenario for Digital Travel Credentials (DTC-VC) data processing
9830
+ */
9831
+ DTC = "DTC"
9801
9832
  }
9802
9833
  /**
9803
9834
  * Regula Document Reader Web API
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "> 0.2%",
6
6
  "not dead"
7
7
  ],
8
- "version": "7.5.180-nightly",
8
+ "version": "7.5.181-nightly",
9
9
  "description": "Regula Document Reader js client for the browser and node.js based on axios",
10
10
  "author": "Regula Forensics, Inc.",
11
11
  "keywords": [