@plmtest/plmtrustlink-enum-management 2.4.28 → 2.4.30

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 +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plmtest/plmtrustlink-enum-management",
3
- "version": "2.4.28",
3
+ "version": "2.4.30",
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
@@ -255,7 +255,8 @@ const DI_SUBJECT = Object.freeze({
255
255
  AUDIT_LABEL: 'audit-label',
256
256
  LOAD_ITEM: 'load-item',
257
257
  FILL_AND_GRADE: 'fill-and-grade',
258
- ITEMS_RECEIVE: 'items-receive'
258
+ ITEMS_RECEIVE: 'items-receive',
259
+ DECOMMISSION_CONTAINER: 'decommission-container'
259
260
  })
260
261
 
261
262
  const CTE_NAMES_LIST = Object.freeze({
@@ -724,7 +725,8 @@ const WORKBENCH_REPORTS_SUBMODULES_FILTER = Object.freeze({
724
725
  PRODUCT_SHELF_LIFE_OPTIMIZER_REPORT: 'Product Shelf Life Optimizer Report',
725
726
  PRODUCT_WEIGHT_COMPLIANCE_REPORT: 'Product Weight Compliance Report',
726
727
  PRODUCT_DWELL_TIME_REPORT: 'Product Dwell Time Report',
727
- SPECIAL_ORDER_LIFE_OVERRUN_REPORT: 'Special Order Life Overrun Report'
728
+ SPECIAL_ORDER_LIFE_OVERRUN_REPORT: 'Special Order Life Overrun Report',
729
+ BUILD_COMPLETION_REPORT: 'Build Completion Report'
728
730
  })
729
731
 
730
732
  const WORKBENCH_DATAMANAGEMENT_SUBMODULES_IMPORT = Object.freeze({