Skip to content

Commit 1141ac1

Browse files
Merge pull request #250 from regulaforensics/c8908c32
Commit: c8908c32
2 parents 1aaab66 + 7e1dc52 commit 1141ac1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

client/src/main/generated/com/regula/documentreader/webclient/model/SecurityFeatureType.java

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,19 @@ public enum SecurityFeatureType {
195195
AGE_CHECK(56),
196196

197197
/** Sex check */
198-
SEX_CHECK(57);
198+
SEX_CHECK(57),
199+
200+
/** RFID vs ghost portrait comparison */
201+
PORTRAIT_COMPARISON_RFID_VS_GHOST(58),
202+
203+
/** Barcode vs ghost portrait comparison */
204+
PORTRAIT_COMPARISON_BARCODE_VS_GHOST(59),
205+
206+
/** Ghost vs live camera portrait comparison */
207+
PORTRAIT_COMPARISON_GHOST_VS_LIVE(60),
208+
209+
/** External vs ghost portrait comparison */
210+
PORTRAIT_COMPARISON_EXT_VS_GHOST(61);
199211

200212
private Integer value;
201213

0 commit comments

Comments
 (0)