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
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.8.0] (29/07/2026)
4
+
5
+ ### Feat
6
+
7
+ - Added permissions 'ADD_INDIVIDUAL_VEHICLE' in `profile.model.ts`
8
+
3
9
  ## [6.7.0] (29/07/2026)
4
10
 
5
11
  ### Feat
@@ -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;