@plmtest/plmtrustlink-enum-management 2.4.22 → 2.4.23

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.22",
3
+ "version": "2.4.23",
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
@@ -711,7 +711,8 @@ const WORKBENCH_TRACKING_SUBMODULES_FILTER = Object.freeze({
711
711
  BATCHES: 'Batches',
712
712
  ITEM: 'Item',
713
713
  CONTAINER: 'Container',
714
- TRAILER: 'Trailer'
714
+ TRAILER: 'Trailer',
715
+ ORDERS: 'Orders'
715
716
  })
716
717
 
717
718
  const WORKBENCH_REPORTS_SUBMODULES_FILTER = Object.freeze({