diff --git a/src/constants/vehicle-lookup-alert-types.js b/src/constants/vehicle-lookup-alert-types.js index 551ebe0a..d2d88ee5 100644 --- a/src/constants/vehicle-lookup-alert-types.js +++ b/src/constants/vehicle-lookup-alert-types.js @@ -1,6 +1,7 @@ const vehicleLookupAlertTypes = Object.freeze({ NOT_FOUND: 'notFound', NOT_MATCHED: 'notMatched', + NO_SERVICE: 'noService', TWO_IDENTICAL_YMM_MATCHED: 'twoIdenticalYMMMatched', PERFECT_MATCH: 'perfectMatch' });