ngx-vector-components 6.1.1 → 6.2.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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.2.0] (09/07/2026)
4
+
5
+ ### Feat
6
+
7
+ - Added profile permissions 'CHATBOT' in `profile.model.ts`
8
+ - Added action permissions 'CAMPAIGN' in `profile.model.ts`
9
+
3
10
  ## [6.1.1] (10/07/2026)
4
11
 
5
12
  ### Fix
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # NgxVectorComponents
2
2
 
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0.
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.
4
4
 
5
5
  ## Summary
6
6
 
@@ -261,6 +261,7 @@ var ProfileModuleType;
261
261
  ProfileModuleType["BC_CORREIOS"] = "BC Correios";
262
262
  ProfileModuleType["FREIGHT_AGENT_REPORT"] = "FreightAgentReport";
263
263
  ProfileModuleType["TAX_INCOMING"] = "ImpostoDeRenda";
264
+ ProfileModuleType["CHATBOT"] = "Chatbot";
264
265
  })(ProfileModuleType || (ProfileModuleType = {}));
265
266
  var ProfileModuleActionType;
266
267
  (function (ProfileModuleActionType) {
@@ -847,6 +848,7 @@ var ProfileModuleActionType;
847
848
  ProfileModuleActionType["SHOW_PAYMENT_DEDUCTION"] = "Payment Deduction";
848
849
  ProfileModuleActionType["ENABLED_CHANGE_FREIGHTRATE_IN_LOT_MASSIVELY"] = "Enabled Change FreightRate In Lot Massively";
849
850
  ProfileModuleActionType["RECEIVABLE_CHARGE"] = "ReceivableCharge";
851
+ ProfileModuleActionType["CAMPAIGN"] = "Campanha";
850
852
  })(ProfileModuleActionType || (ProfileModuleActionType = {}));
851
853
 
852
854
  var Role;