We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c7f2b4 + 7a396a8 commit f3a33c5Copy full SHA for f3a33c5
1 file changed
src/models/result.ts
@@ -159,21 +159,9 @@ export enum Result {
159
*/
160
DTC_VC = 109,
161
/**
162
- * Contains mDL device raw response
+ * Contains mDL parsed response
163
164
- MDL_DEVICE_RAW_RESPONSE = 120,
165
- /**
166
- * Contains mDL device parsed response
167
- */
168
- MDL_DEVICE_PARSED_RESPONSE = 121,
169
170
- * Contains mDL server raw response
171
172
- MDL_SERVER_RAW_RESPONSE = 122,
173
174
- * Contains mDL server parsed response
175
176
- MDL_SERVER_PARSED_RESPONSE = 123,
+ MDL_PARSED_RESPONSE = 121,
177
178
* Contains result of VDS NC
179
0 commit comments