@plmtest/plmtrustlink-enum-management 2.4.25 → 2.4.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/enum.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plmtest/plmtrustlink-enum-management",
3
- "version": "2.4.25",
3
+ "version": "2.4.26",
4
4
  "description": "Package that manages enums used in plmtrustlink",
5
5
  "main": "src/index.js",
6
6
  "author": "PLM Fleet, LLC",
package/src/enum.js CHANGED
@@ -769,7 +769,8 @@ const WORKBENCH_ALERTS_SUBMODULES_ALERTCATEGORIES = Object.freeze({
769
769
  LOAD_UPDATE_MISMATCH: 'Load Update Mismatch',
770
770
  LOAD_CREATION: 'Load Creation',
771
771
  LOAD_UPDATE: 'Load Update',
772
- SHELF_LIFE: 'Shelf Life'
772
+ SHELF_LIFE: 'Shelf Life',
773
+ CUSTOMER_EXPECTATION_MISMATCH: 'Customer Expectation Mismatch'
773
774
  })
774
775
 
775
776
  const WORKBENCH_BUSINESS_ENTITIES_ENTITY_NAME = Object.freeze({