@plmtest/plmtrustlink-enum-management 2.4.30 → 2.4.31
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 +2 -1
package/package.json
CHANGED
package/src/enum.js
CHANGED
|
@@ -432,7 +432,8 @@ const DOCUMENT_TYPES = Object.freeze({
|
|
|
432
432
|
FILE: 'File',
|
|
433
433
|
IMAGE: 'Image',
|
|
434
434
|
PRINT_TEMPLATE_IMPORT: 'PrintTemplateImport',
|
|
435
|
-
FIRMWARE: 'firmware'
|
|
435
|
+
FIRMWARE: 'firmware',
|
|
436
|
+
CUSTOMER_EXPECTATIONS: 'customerExpectations',
|
|
436
437
|
})
|
|
437
438
|
|
|
438
439
|
const DOCUMENT_TYPES_UI = Object.freeze({
|