Skip to content

Commit f3a33c5

Browse files
Merge pull request #302 from regulaforensics/develop
Develop -> Stable
2 parents 9c7f2b4 + 7a396a8 commit f3a33c5

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)