ngx-vector-components 5.108.0 → 5.109.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.
|
@@ -66,6 +66,7 @@ export declare enum ProfileModuleActionType {
|
|
|
66
66
|
EDIT_CARRIER = "Edit Carrier",
|
|
67
67
|
DELETE_CARRIER = "Delete Carrier",
|
|
68
68
|
SHOW_CARRIER = "Show Carrier",
|
|
69
|
+
SHOW_ACCREDITED = "Show Accredited",
|
|
69
70
|
ADD_PROFILE = "Add Profile",
|
|
70
71
|
EDIT_PROFILE = "Edit Profile",
|
|
71
72
|
DELETE_PROFILE = "Delete Profile",
|
|
@@ -536,5 +537,6 @@ export declare enum ProfileModuleActionType {
|
|
|
536
537
|
SHOW_STATUS_MAP = "Show Status Map",
|
|
537
538
|
BUNGE_REFUND_TOTAL = "Bunge Estorno Total",
|
|
538
539
|
BUNGE_REFUND_PARTIAL = "Bunge Estorno Parcial",
|
|
539
|
-
ADD_REFUND_PARTIAL = "AdicionarEstornoParcial"
|
|
540
|
+
ADD_REFUND_PARTIAL = "AdicionarEstornoParcial",
|
|
541
|
+
SEARCH_PAYMENT_TAG_HISTORY = "Search Tag History"
|
|
540
542
|
}
|