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