ngx-vector-components 6.7.0 → 6.8.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.
|
@@ -736,5 +736,6 @@ export declare enum ProfileModuleActionType {
|
|
|
736
736
|
LINK_GENERATOR = "Gerador De Link",
|
|
737
737
|
ADD_BLOCK_CARRIER = "Add Block Carrier",
|
|
738
738
|
SHOW_BLOCK_CARRIER = "Show Block Carrier",
|
|
739
|
-
EDIT_BLOCK_CARRIER = "Edit Block Carrier"
|
|
739
|
+
EDIT_BLOCK_CARRIER = "Edit Block Carrier",
|
|
740
|
+
ADD_INDIVIDUAL_VEHICLE = "Add Individual Vehicle"
|
|
740
741
|
}
|