Skip to content

Commit a197240

Browse files
43841 - update Result, TextFieldType enums
1 parent d4c7d0c commit a197240

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

e-text-field-type.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ components:
654654
- 697
655655
- 698
656656
- 699
657+
- 700
657658
x-enum-descriptions:
658659
- "Document class code"
659660
- "Issuing state code"
@@ -1304,6 +1305,7 @@ components:
13041305
- "Nationality code (Alpha-2)"
13051306
- "First issue date check digit"
13061307
- "First issue date checksum"
1308+
- "Age over NN"
13071309
x-enum-varnames:
13081310
- "DOCUMENT_CLASS_CODE"
13091311
- "ISSUING_STATE_CODE"
@@ -1954,3 +1956,4 @@ components:
19541956
- "FT_NATIONALITY_CODE_ALPHA2"
19551957
- "FT_FIRST_ISSUE_DATE_CHECK_DIGIT"
19561958
- "FT_FIRST_ISSUE_DATE_CHECKSUM"
1959+
- "FR_AGE_OVER_NN"

rt.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ components:
4747
- 104
4848
- 105
4949
- 109
50+
- 120
51+
- 121
5052
x-enum-descriptions:
5153
- "Contains cropped and rotated with perspective compensation image of document. Single input image can contain multiple document side/pages, which will be returned as separated results. Most of coordinates in other types defined on that image"
5254
- "Contains MRZ OCR results"
@@ -84,6 +86,8 @@ components:
8486
- "Contains RFID binary data"
8587
- "Contains RFID original graphics data"
8688
- "Digital Travel Credential data"
89+
- "Contains MDL device raw response"
90+
- "Contains MDL device parsed response"
8791
x-enum-varnames:
8892
- "DOCUMENT_IMAGE"
8993
- "MRZ_TEXT"
@@ -121,6 +125,8 @@ components:
121125
- "RFID_BINARY_DATA"
122126
- "RFID_ORIGINAL_GRAPHICS"
123127
- "DTC_VC"
128+
- "MDL_DEVICE_RAW_RESPONSE"
129+
- "MDL_DEVICE_PARSED_RESPONSE"
124130

125131
ResultItem:
126132
title: "ResultItem"

0 commit comments

Comments
 (0)