Skip to content

Commit c70feda

Browse files
Merge pull request #260 from regulaforensics/d4c7d0ca
Commit: d4c7d0ca
2 parents 9ee186a + 70d0eb0 commit c70feda

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ class CheckDiagnose(int, Enum):
6868
FIELD_POS_CORRECTOR_FACE_PRESENCE_CHECK_ERROR = 84
6969
FIELD_POS_CORRECTOR_FACE_ABSENCE_CHECK_ERROR = 85
7070
FIELD_POS_CORRECTOR_INCORRECT_HEAD_POSITION = 86
71+
FIELD_POS_CORRECTOR_AGE_CHECK_ERROR = 87
72+
FIELD_POS_CORRECTOR_SEX_CHECK_ERROR = 88
7173
OVI_IR_INVISIBLE = 90
7274
OVI_INSUFFICIENT_AREA = 91
7375
OVI_COLOR_INVARIABLE = 92

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ class SecurityFeatureType(int, Enum):
7373
LIVENESS_BLACK_AND_WHITE_COPY_CHECK = 53
7474
LIVENESS_DYNAPRINT = 54
7575
LIVENESS_GEOMETRY_CHECK = 55
76+
AGE_CHECK = 56
77+
SEX_CHECK = 57
7678

7779
@classmethod
7880
def from_json(cls, json_str: str) -> Self:

0 commit comments

Comments
 (0)