Skip to content

Commit aa8111e

Browse files
Merge pull request #288 from regulaforensics/c8908c32
Commit: c8908c32
2 parents 8ad899d + 97375d4 commit aa8111e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

regula/documentreader/webclient/gen/models/security_feature_type.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ class SecurityFeatureType(int, Enum):
7575
LIVENESS_GEOMETRY_CHECK = 55
7676
AGE_CHECK = 56
7777
SEX_CHECK = 57
78+
PORTRAIT_COMPARISON_RFID_VS_GHOST = 58
79+
PORTRAIT_COMPARISON_BARCODE_VS_GHOST = 59
80+
PORTRAIT_COMPARISON_GHOST_VS_LIVE = 60
81+
PORTRAIT_COMPARISON_EXT_VS_GHOST = 61
7882

7983
@classmethod
8084
def from_json(cls, json_str: str) -> Self:

0 commit comments

Comments
 (0)