@regulaforensics/document-reader-webclient 9.2.690-nightly → 9.2.692-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/dist/index.d.ts CHANGED
@@ -12240,7 +12240,23 @@ export declare enum SecurityFeatureType {
12240
12240
  /**
12241
12241
  * Sex check
12242
12242
  */
12243
- SEX_CHECK = 57
12243
+ SEX_CHECK = 57,
12244
+ /**
12245
+ * RFID vs ghost portrait comparison
12246
+ */
12247
+ PORTRAIT_COMPARISON_RFID_VS_GHOST = 58,
12248
+ /**
12249
+ * Barcode vs ghost portrait comparison
12250
+ */
12251
+ PORTRAIT_COMPARISON_BARCODE_VS_GHOST = 59,
12252
+ /**
12253
+ * Ghost vs live camera portrait comparison
12254
+ */
12255
+ PORTRAIT_COMPARISON_GHOST_VS_LIVE = 60,
12256
+ /**
12257
+ * External vs ghost portrait comparison
12258
+ */
12259
+ PORTRAIT_COMPARISON_EXT_VS_GHOST = 61
12244
12260
  }
12245
12261
 
12246
12262
  /**