Skip to content

Commit 7a396a8

Browse files
Merge pull request #301 from regulaforensics/e16d7286
Commit: e16d7286
2 parents 0f65767 + a24d888 commit 7a396a8

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

src/models/result.ts

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -159,21 +159,9 @@ export enum Result {
159159
*/
160160
DTC_VC = 109,
161161
/**
162-
* Contains mDL device raw response
162+
* Contains mDL parsed response
163163
*/
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,
164+
MDL_PARSED_RESPONSE = 121,
177165
/**
178166
* Contains result of VDS NC
179167
*/

0 commit comments

Comments
 (0)