ngx-vector-components 5.67.0 → 5.69.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.
|
@@ -486,5 +486,9 @@ export declare enum ProfileModuleActionType {
|
|
|
486
486
|
EDIT_PROFILEUSER = "Edit ProfileUser",
|
|
487
487
|
CREATE_PROFILEUSER = "Create ProfileUser",
|
|
488
488
|
ACTIVATE_PROFILEUSER = "Activate ProfileUser",
|
|
489
|
-
DEACTIVATE_PROFILEUSER = "Deactivate ProfileUser"
|
|
489
|
+
DEACTIVATE_PROFILEUSER = "Deactivate ProfileUser",
|
|
490
|
+
ADD_SUPPLY_MANUAL = "Add Supply Manual",
|
|
491
|
+
SHOW_ISS_PARAMS = "Show Iss Param",
|
|
492
|
+
CREATE_ISS_PARAMS = "Create Iss Param",
|
|
493
|
+
EDIT_ISS_PARAMS = "Edit Iss Param"
|
|
490
494
|
}
|