diff --git a/src/models/result.ts b/src/models/result.ts index 321ab2e..d131616 100644 --- a/src/models/result.ts +++ b/src/models/result.ts @@ -159,21 +159,9 @@ export enum Result { */ DTC_VC = 109, /** - * Contains mDL device raw response + * Contains mDL parsed response */ - MDL_DEVICE_RAW_RESPONSE = 120, - /** - * Contains mDL device parsed response - */ - MDL_DEVICE_PARSED_RESPONSE = 121, - /** - * Contains mDL server raw response - */ - MDL_SERVER_RAW_RESPONSE = 122, - /** - * Contains mDL server parsed response - */ - MDL_SERVER_PARSED_RESPONSE = 123, + MDL_PARSED_RESPONSE = 121, /** * Contains result of VDS NC */