ngx-vector-components 5.126.0 → 5.128.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.
|
@@ -561,5 +561,8 @@ export declare enum ProfileModuleActionType {
|
|
|
561
561
|
CREATE_ICMS_PARAMS = "Create Icms Param",
|
|
562
562
|
EDIT_ICMS_PARAMS = "Edit Icms Param",
|
|
563
563
|
SHOW_ICMS_PARAMS = "Show Icms Param",
|
|
564
|
-
APPROVE_PAYMENT_CARRIER_ADMIN = "Approve Payment - Carrier Admin"
|
|
564
|
+
APPROVE_PAYMENT_CARRIER_ADMIN = "Approve Payment - Carrier Admin",
|
|
565
|
+
REQUEST_GR_RESULT_CHANGE = "Request Gr Result Change",
|
|
566
|
+
APPROVE_OR_DISAPPROVE_REQUEST_GR_RESULT_CHANGE = "Approve Or Disaprove Request Gr Result Change",
|
|
567
|
+
SHOW_GR_VECTOR_PANEL = "Show GR Vector Panel"
|
|
565
568
|
}
|