Skip to content

Commit

Permalink
Merge pull request #178 from regulaforensics/add-eipi-enums
Browse files Browse the repository at this point in the history
34088: Added Encrypted IPI
  • Loading branch information
KirylKovaliov authored Jul 9, 2024
2 parents f693da4 + fade473 commit af52ee0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion authenticity/e-check-diagnose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ components:
- 55
- 60
- 65
- 66
- 67
- 80
- 81
- 82
Expand Down Expand Up @@ -165,7 +167,9 @@ components:
- "UV_DULL_PAPER_ERROR"
- "FALSE_LUMINESCENCE_IN_BLANK"
- "BAD_AREA_IN_AXIAL"
- "FALSE_IP_PARAMETERS"
- "FALSE_IPI_PARAMETERS"
- "ENCRYPTED_IPI_NOT_FOUND"
- "ENCRYPTED_IPI_DATA_DONT_MATCH"
- "FIELD_POS_CORRECTOR_HIGHLIGHT_IR"
- "FIELD_POS_CORRECTOR_GLARES_IN_PHOTO_AREA"
- "FIELD_POS_CORRECTOR_PHOTO_REPLACED"
Expand Down
3 changes: 3 additions & 0 deletions authenticity/e-result-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ components:
- 2097152
- 4194304
- 8388608
- 16777216
x-enum-descriptions:
- "Document luminescence check in UV light"
- "B900 ink MRZ contrast check in IR light"
Expand All @@ -48,6 +49,7 @@ components:
- "Document liveness check"
- "Extended OCR Check"
- "Extended MRZ check"
- "Encrypted IPI"
x-enum-varnames:
- "UV_LUMINESCENCE"
- "IR_B900"
Expand All @@ -70,3 +72,4 @@ components:
- "LIVENESS"
- "EXTENDED_OCR_CHECK"
- "EXTENDED_MRZ_CHECK"
- "ENCRYPTED_IPI"

0 comments on commit af52ee0

Please sign in to comment.