ngx-vector-components 5.67.0 → 5.68.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,6 @@ 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"
|
|
490
491
|
}
|