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.
package/CHANGELOG.md
CHANGED
|
@@ -856,6 +856,7 @@ var ProfileModuleActionType;
|
|
|
856
856
|
ProfileModuleActionType["ADD_BLOCK_CARRIER"] = "Add Block Carrier";
|
|
857
857
|
ProfileModuleActionType["SHOW_BLOCK_CARRIER"] = "Show Block Carrier";
|
|
858
858
|
ProfileModuleActionType["EDIT_BLOCK_CARRIER"] = "Edit Block Carrier";
|
|
859
|
+
ProfileModuleActionType["ADD_INDIVIDUAL_VEHICLE"] = "Add Individual Vehicle";
|
|
859
860
|
})(ProfileModuleActionType || (ProfileModuleActionType = {}));
|
|
860
861
|
|
|
861
862
|
var Role;
|