@plmtest/plmtrustlink-enum-management 2.4.8 → 2.4.10

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 +9 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plmtest/plmtrustlink-enum-management",
3
- "version": "2.4.8",
3
+ "version": "2.4.10",
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
@@ -252,7 +252,8 @@ const DI_SUBJECT = Object.freeze({
252
252
  AUDIT_BUILD: 'audit-build',
253
253
  AUDIT_LABEL: 'audit-label',
254
254
  LOAD_ITEM: 'load-item',
255
- FILL_AND_GRADE: 'fill-and-grade'
255
+ FILL_AND_GRADE: 'fill-and-grade',
256
+ ITEMS_RECEIVE: 'items-receive'
256
257
  })
257
258
 
258
259
  const CTE_NAMES_LIST = Object.freeze({
@@ -427,7 +428,7 @@ const DOCUMENT_TYPES = Object.freeze({
427
428
  TEMPLATE: 'template',
428
429
  FILE: 'File',
429
430
  IMAGE: 'Image',
430
- PRINT_TEMPLATE_IMPORT: "PrintTemplateImport",
431
+ PRINT_TEMPLATE_IMPORT: 'PrintTemplateImport',
431
432
  FIRMWARE: 'firmware'
432
433
  })
433
434
 
@@ -734,11 +735,12 @@ const WORKBENCH_ALERTS_SUBMODULES_ALERTCATEGORIES = Object.freeze({
734
735
  AUDIT: 'Audit',
735
736
  LOAD_UPDATE_MISMATCH: 'Load Update Mismatch',
736
737
  LOAD_CREATION: 'Load Creation',
737
- LOAD_UPDATE: 'Load Update'
738
+ LOAD_UPDATE: 'Load Update',
739
+ SHELF_LIFE: 'Shelf Life'
738
740
  })
739
741
 
740
742
  const WORKBENCH_BUSINESS_ENTITIES_ENTITY_NAME = Object.freeze({
741
- LOADS: 'Loads',
743
+ LOADS: 'Loads'
742
744
  })
743
745
 
744
746
  const WORKBENCH_DIGITAL_IDENTITY_ENTITY_NAME = Object.freeze({
@@ -771,7 +773,7 @@ const DEVICE_PROPERTIES = Object.freeze({
771
773
  USER_NAME: 'UserName',
772
774
  PASSWORD: 'Password',
773
775
  PRESET_ID: 'PresetId',
774
- TLS: "TLS"
776
+ TLS: 'TLS'
775
777
  })
776
778
 
777
779
  const UNIT_OF_MEASUREMENT = Object.freeze({
@@ -793,13 +795,13 @@ const ALERT_SEVERITY = Object.freeze({
793
795
  const LOAD_PERMISSION_TYPE = Object.freeze({
794
796
  ALL: 'ALL',
795
797
  INBOUND: 'Inbound',
796
- OUTBOUND: "Outbound"
798
+ OUTBOUND: 'Outbound'
797
799
  })
798
800
 
799
801
  const TEMPERATURE_OPTIONS_TELEMATICS = Object.freeze({
800
802
  ZONE1: 'Zone 1',
801
803
  ZONE2: 'Zone 2',
802
- ZONE3: "Zone 3"
804
+ ZONE3: 'Zone 3'
803
805
  })
804
806
 
805
807
  const ALERT_CATEGORY_TYPE = Object.freeze({