Update src/constants/vehicle-lookup-alert-types.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
98e8881cd7
commit
5a27faba57
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
const vehicleLookupAlertTypes = Object.freeze({
|
const vehicleLookupAlertTypes = Object.freeze({
|
||||||
NOT_FOUND: 'notFound',
|
NOT_FOUND: 'notFound',
|
||||||
NOT_MATCHED: 'notMatched',
|
NOT_MATCHED: 'notMatched',
|
||||||
|
NO_SERVICE: 'noService',
|
||||||
TWO_IDENTICAL_YMM_MATCHED: 'twoIdenticalYMMMatched',
|
TWO_IDENTICAL_YMM_MATCHED: 'twoIdenticalYMMMatched',
|
||||||
PERFECT_MATCH: 'perfectMatch'
|
PERFECT_MATCH: 'perfectMatch'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue