Skip to content

Commit af52ee0

Browse files
Merge pull request #178 from regulaforensics/add-eipi-enums
34088: Added Encrypted IPI
2 parents f693da4 + fade473 commit af52ee0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

authenticity/e-check-diagnose.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ components:
4646
- 55
4747
- 60
4848
- 65
49+
- 66
50+
- 67
4951
- 80
5052
- 81
5153
- 82
@@ -165,7 +167,9 @@ components:
165167
- "UV_DULL_PAPER_ERROR"
166168
- "FALSE_LUMINESCENCE_IN_BLANK"
167169
- "BAD_AREA_IN_AXIAL"
168-
- "FALSE_IP_PARAMETERS"
170+
- "FALSE_IPI_PARAMETERS"
171+
- "ENCRYPTED_IPI_NOT_FOUND"
172+
- "ENCRYPTED_IPI_DATA_DONT_MATCH"
169173
- "FIELD_POS_CORRECTOR_HIGHLIGHT_IR"
170174
- "FIELD_POS_CORRECTOR_GLARES_IN_PHOTO_AREA"
171175
- "FIELD_POS_CORRECTOR_PHOTO_REPLACED"

authenticity/e-result-type.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ components:
2626
- 2097152
2727
- 4194304
2828
- 8388608
29+
- 16777216
2930
x-enum-descriptions:
3031
- "Document luminescence check in UV light"
3132
- "B900 ink MRZ contrast check in IR light"
@@ -48,6 +49,7 @@ components:
4849
- "Document liveness check"
4950
- "Extended OCR Check"
5051
- "Extended MRZ check"
52+
- "Encrypted IPI"
5153
x-enum-varnames:
5254
- "UV_LUMINESCENCE"
5355
- "IR_B900"
@@ -70,3 +72,4 @@ components:
7072
- "LIVENESS"
7173
- "EXTENDED_OCR_CHECK"
7274
- "EXTENDED_MRZ_CHECK"
75+
- "ENCRYPTED_IPI"

0 commit comments

Comments
 (0)