Skip to content

Commit 85de9f3

Browse files
43841 - update Result, Status, TextFieldType enum
1 parent ffa149d commit 85de9f3

3 files changed

Lines changed: 48 additions & 0 deletions

File tree

e-text-field-type.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,9 @@ components:
654654
- 697
655655
- 698
656656
- 699
657+
- 701
658+
- 702
659+
- 703
657660
x-enum-descriptions:
658661
- "Document class code"
659662
- "Issuing state code"
@@ -1304,6 +1307,9 @@ components:
13041307
- "Nationality code (Alpha-2)"
13051308
- "First issue date check digit"
13061309
- "First issue date checksum"
1310+
- "Commercial indicator"
1311+
- "Non domiciled indicator"
1312+
- "Jurisdiction specific data"
13071313
x-enum-varnames:
13081314
- "DOCUMENT_CLASS_CODE"
13091315
- "ISSUING_STATE_CODE"
@@ -1954,3 +1960,6 @@ components:
19541960
- "FT_NATIONALITY_CODE_ALPHA2"
19551961
- "FT_FIRST_ISSUE_DATE_CHECK_DIGIT"
19561962
- "FT_FIRST_ISSUE_DATE_CHECKSUM"
1963+
- "FT_COMMERCIAL_INDICATOR"
1964+
- "FT_NON_DOMICILED_INDICATOR"
1965+
- "FT_JURISDICTION_SPECIFIC_DATA"

rt-status.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ components:
3535
$ref: "#/components/schemas/detailsRFID"
3636
detailsOptical:
3737
$ref: "#/components/schemas/detailsOptical"
38+
age:
39+
$ref: "./common.yml#/components/schemas/CheckResult"
40+
detailsAge:
41+
$ref: "#/components/schemas/DetailsAge"
42+
mDL:
43+
$ref: "./common.yml#/components/schemas/CheckResult"
3844

3945
detailsOptical:
4046
title: "detailsOptical"
@@ -97,3 +103,18 @@ components:
97103
$ref: "./common.yml#/components/schemas/CheckResult"
98104
TA: # Terminal Authentication status
99105
$ref: "./common.yml#/components/schemas/CheckResult"
106+
107+
DetailsAge:
108+
title: "DetailsAge"
109+
description: "Details age"
110+
type: object
111+
properties:
112+
threshold:
113+
description: "Threshold value"
114+
type: string
115+
overThreshold:
116+
$ref: "./common.yml#/components/schemas/CheckResult"
117+
over18:
118+
$ref: "./common.yml#/components/schemas/CheckResult"
119+
over21:
120+
$ref: "./common.yml#/components/schemas/CheckResult"

rt.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ components:
4747
- 104
4848
- 105
4949
- 109
50+
- 120
51+
- 121
52+
- 122
53+
- 123
54+
- 124
55+
- 125
5056
x-enum-descriptions:
5157
- "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"
5258
- "Contains MRZ OCR results"
@@ -84,6 +90,12 @@ components:
8490
- "Contains RFID binary data"
8591
- "Contains RFID original graphics data"
8692
- "Digital Travel Credential data"
93+
- "Contains mDL device raw response"
94+
- "Contains mDL device parsed response"
95+
- "Contains mDL server raw response"
96+
- "Contains mDL server parsed response"
97+
- "Contains VDS NC result"
98+
- "Contains VDS result"
8799
x-enum-varnames:
88100
- "DOCUMENT_IMAGE"
89101
- "MRZ_TEXT"
@@ -121,6 +133,12 @@ components:
121133
- "RFID_BINARY_DATA"
122134
- "RFID_ORIGINAL_GRAPHICS"
123135
- "DTC_VC"
136+
- "MDL_DEVICE_RAW_RESPONSE"
137+
- "MDL_DEVICE_PARSED_RESPONSE"
138+
- "MDL_SERVER_RAW_RESPONSE"
139+
- "MDL_SERVER_PARSED_RESPONSE"
140+
- "VDS_NC_RESULT"
141+
- "VDS_RESULT"
124142

125143
ResultItem:
126144
title: "ResultItem"

0 commit comments

Comments
 (0)