@plmtest/plmtrustlink-enum-management 2.4.18 → 2.4.19

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 +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plmtest/plmtrustlink-enum-management",
3
- "version": "2.4.18",
3
+ "version": "2.4.19",
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
@@ -722,7 +722,9 @@ const WORKBENCH_REPORTS_SUBMODULES_FILTER = Object.freeze({
722
722
  DELIVERY_COMPLETION_REPORT: 'Delivery Completion',
723
723
  PROOF_OF_BUILD: 'Proof Of Build',
724
724
  INBOUND_PRODUCT_REPORT: 'Inbound Product Report',
725
- OUTBOUND_PRODUCT_REPORT: 'Outbound Product Report'
725
+ OUTBOUND_PRODUCT_REPORT: 'Outbound Product Report',
726
+ PRODUCT_SHELF_LIFE_OPTIMIZER_REPORT: 'Product Shelf Life Optimizer Report',
727
+ PRODUCT_WEIGHT_COMPLIANCE_REPORT: 'Product Weight Compliance Report'
726
728
  })
727
729
 
728
730
  const WORKBENCH_DATAMANAGEMENT_SUBMODULES_IMPORT = Object.freeze({