Skip to content

Commit e3b9e3d

Browse files
committed
Commit: 1f050cc8
1 parent 74b5ac5 commit e3b9e3d

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

  • client/src/main/generated/com/regula/documentreader/webclient/model

client/src/main/generated/com/regula/documentreader/webclient/model/Result.java

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,8 @@ public enum Result {
142142
/** Digital Travel Credential data */
143143
DTC_VC(109),
144144

145-
/** Contains mDL device raw response */
146-
MDL_DEVICE_RAW_RESPONSE(120),
147-
148-
/** Contains mDL device parsed response */
149-
MDL_DEVICE_PARSED_RESPONSE(121),
150-
151-
/** Contains mDL server raw response */
152-
MDL_SERVER_RAW_RESPONSE(122),
153-
154-
/** Contains mDL server parsed response */
155-
MDL_SERVER_PARSED_RESPONSE(123),
145+
/** Contains mDL parsed response */
146+
MDL_PARSED_RESPONSE(121),
156147

157148
/** Contains result of VDS NC */
158149
VDS_NC(124),

0 commit comments

Comments
 (0)