We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b5ac5 commit e3b9e3dCopy full SHA for e3b9e3d
1 file changed
client/src/main/generated/com/regula/documentreader/webclient/model/Result.java
@@ -142,17 +142,8 @@ public enum Result {
142
/** Digital Travel Credential data */
143
DTC_VC(109),
144
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),
+ /** Contains mDL parsed response */
+ MDL_PARSED_RESPONSE(121),
156
157
/** Contains result of VDS NC */
158
VDS_NC(124),
0 commit comments