From 1811e35c9b99bab90193abab90e4a785b4a04b19 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Thu, 15 Jan 2026 11:15:12 +0300 Subject: [PATCH] 49070 - update SecurityFeatureType enum --- e-security-feature-type.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/e-security-feature-type.yml b/e-security-feature-type.yml index 123fe690..5c64bb9b 100644 --- a/e-security-feature-type.yml +++ b/e-security-feature-type.yml @@ -63,6 +63,10 @@ components: - 55 - 56 - 57 + - 58 + - 59 + - 60 + - 61 x-enum-descriptions: - "Blank element" - "Personalization element" @@ -121,6 +125,10 @@ components: - "Liveness geometry check" - "Age check" - "Sex check" + - "RFID vs ghost portrait comparison" + - "Barcode vs ghost portrait comparison" + - "Ghost vs live camera portrait comparison" + - "External vs ghost portrait comparison" x-enum-varnames: - "BLANK" - "FILL" @@ -179,3 +187,7 @@ components: - "LIVENESS_GEOMETRY_CHECK" - "AGE_CHECK" - "SEX_CHECK" + - "PORTRAIT_COMPARISON_RFID_VS_GHOST" + - "PORTRAIT_COMPARISON_BARCODE_VS_GHOST" + - "PORTRAIT_COMPARISON_GHOST_VS_LIVE" + - "PORTRAIT_COMPARISON_EXT_VS_GHOST"