ngx-vector-components 5.123.0 → 5.124.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.
|
@@ -559,5 +559,6 @@ export declare enum ProfileModuleActionType {
|
|
|
559
559
|
EDIT_ICMS = "Editar ICMS",
|
|
560
560
|
CREATE_ICMS_PARAMS = "Create Icms Param",
|
|
561
561
|
EDIT_ICMS_PARAMS = "Edit Icms Param",
|
|
562
|
-
SHOW_ICMS_PARAMS = "Show Icms Param"
|
|
562
|
+
SHOW_ICMS_PARAMS = "Show Icms Param",
|
|
563
|
+
APPROVE_PAYMENT_CARRIER_ADMIN = "Approve Payment - Carrier Admin"
|
|
563
564
|
}
|