ngx-vector-components 6.4.0 → 6.5.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.5.0] (16/07/2026)
4
+
5
+ ### Feat
6
+
7
+ - Added permissions 'LINK_GENERATOR' in `profile.model.ts`
8
+
3
9
  ## [6.4.0] (15/07/2026)
4
10
 
5
11
  ### Feat
@@ -852,6 +852,7 @@ var ProfileModuleActionType;
852
852
  ProfileModuleActionType["ENABLED_CHANGE_FREIGHTRATE_IN_LOT_MASSIVELY"] = "Enabled Change FreightRate In Lot Massively";
853
853
  ProfileModuleActionType["RECEIVABLE_CHARGE"] = "ReceivableCharge";
854
854
  ProfileModuleActionType["CAMPAIGN"] = "Campanha";
855
+ ProfileModuleActionType["LINK_GENERATOR"] = "Gerador De Link";
855
856
  ProfileModuleActionType["ADD_BLOCK_CARRIER"] = "Add Block Carrier";
856
857
  ProfileModuleActionType["SHOW_BLOCK_CARRIER"] = "Show Block Carrier";
857
858
  ProfileModuleActionType["EDIT_BLOCK_CARRIER"] = "Edit Block Carrier";