@regulaforensics/ui-components 9.7.1077-rc → 9.7.1079-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.
@@ -4751,9 +4751,9 @@ export declare const isAuthenticity: (authenticity: any) => authenticity is eAut
4751
4751
  export declare interface iSecurityFeatureCheck extends aAuthenticityCheckResultItem, SecurityFeatureItem {
4752
4752
  /**
4753
4753
  * Type of the performed check
4754
- * @type {eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK}
4754
+ * @type {eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY}
4755
4755
  */
4756
- Type: eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK;
4756
+ Type: eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY;
4757
4757
  }
4758
4758
 
4759
4759
  /**
@@ -8498,9 +8498,9 @@ export declare class SecurityFeatureCheck extends aAuthenticityCheckResultItem i
8498
8498
  Reserved2?: number;
8499
8499
  /**
8500
8500
  * Type of the performed check
8501
- * @type {eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK}
8501
+ * @type {eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY}
8502
8502
  */
8503
- Type: eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK;
8503
+ Type: eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY;
8504
8504
  }
8505
8505
 
8506
8506
  /**
@@ -8853,7 +8853,7 @@ export declare type tAuthenticityPhotoIdentCheckResultType = eAuthenticity.IPI;
8853
8853
  /**
8854
8854
  * Result type of AuthenticitySecurityFeatureCheckResult
8855
8855
  */
8856
- export declare type tAuthenticitySecurityFeatureCheckResultType = eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK;
8856
+ export declare type tAuthenticitySecurityFeatureCheckResultType = eAuthenticity.UV_LUMINESCENCE | eAuthenticity.IR_B900 | eAuthenticity.AXIAL_PROTECTION | eAuthenticity.PHOTO_EMBED_TYPE | eAuthenticity.HOLOGRAMS | eAuthenticity.PHOTO_AREA | eAuthenticity.BARCODE_FORMAT_CHECK | eAuthenticity.EXTENDED_OCR_CHECK | eAuthenticity.EXTENDED_MRZ_CHECK | eAuthenticity.PROPERTY;
8857
8857
 
8858
8858
  export declare type tAuthenticityTextCheckReferenceType = Result.MRZ_TEXT | Result.VISUAL_TEXT | Result.BARCODE_TEXT;
8859
8859
 
@@ -5367,7 +5367,8 @@ q([
5367
5367
  A.PHOTO_AREA,
5368
5368
  A.BARCODE_FORMAT_CHECK,
5369
5369
  A.EXTENDED_OCR_CHECK,
5370
- A.EXTENDED_MRZ_CHECK
5370
+ A.EXTENDED_MRZ_CHECK,
5371
+ A.PROPERTY
5371
5372
  ]),
5372
5373
  V(A),
5373
5374
  K("design:type", Object)
@@ -5383,7 +5384,8 @@ var pc, mc = [
5383
5384
  A.PHOTO_AREA,
5384
5385
  A.BARCODE_FORMAT_CHECK,
5385
5386
  A.EXTENDED_OCR_CHECK,
5386
- A.EXTENDED_MRZ_CHECK
5387
+ A.EXTENDED_MRZ_CHECK,
5388
+ A.PROPERTY
5387
5389
  ], hc = class extends Ys {
5388
5390
  static {
5389
5391
  pc = this;
@@ -5445,6 +5447,7 @@ var gc = (e) => {
5445
5447
  case A.BARCODE_FORMAT_CHECK:
5446
5448
  case A.EXTENDED_OCR_CHECK:
5447
5449
  case A.EXTENDED_MRZ_CHECK:
5450
+ case A.PROPERTY:
5448
5451
  t.push(hc.fromPlain(e));
5449
5452
  break;
5450
5453
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/ui-components",
3
- "version": "9.7.1077-rc",
3
+ "version": "9.7.1079-rc",
4
4
  "description": "Regula UI components",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "license": "MIT",