ngx-vector-components 5.100.0 → 5.101.0
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.
|
@@ -524,5 +524,6 @@ export declare enum ProfileModuleActionType {
|
|
|
524
524
|
SHOW_LOTCADENCECONFIGURATION = "Show LotCadenceConfiguration",
|
|
525
525
|
EDIT_LOTCADENCECONFIGURATION = "Edit LotCadenceConfiguration",
|
|
526
526
|
EDIT_LOTDAILYCADENCES = "Edit LotDailyCadences",
|
|
527
|
-
PERMISSION_N2_CHANGE_FREIGHT = "Permission N2 Change Freight"
|
|
527
|
+
PERMISSION_N2_CHANGE_FREIGHT = "Permission N2 Change Freight",
|
|
528
|
+
CLEAN_OLD_LOTDAILYCADENCES = "Clean Old LotDailyCadences"
|
|
528
529
|
}
|