@plmtest/plmtrustlink-enum-management 2.4.24 → 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.
- package/package.json +1 -1
- package/src/enum.js +3 -1
package/package.json
CHANGED
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({
|
|
@@ -919,6 +920,7 @@ const BATCH_STATES = Object.freeze({
|
|
|
919
920
|
module.exports = {
|
|
920
921
|
NOTIFICATION_CHANNEL,
|
|
921
922
|
ALERT_PROPERTIES,
|
|
923
|
+
BATCH_STATE,
|
|
922
924
|
BATCH_STATES,
|
|
923
925
|
BUSINESS_OBJECT_TYPE,
|
|
924
926
|
DELIVERY_STATUS,
|