ngx-vector-components 4.70.4 → 4.72.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.
@@ -360,6 +360,9 @@ var ProfileModuleActionType;
360
360
  ProfileModuleActionType["ADD_MESSAGE_CUSTOM"] = "Add Messages Custom";
361
361
  ProfileModuleActionType["EDIT_MESSAGE_CUSTOM"] = "Edit Messages Custom";
362
362
  ProfileModuleActionType["RECEPTION_WITHOUT_SCHEDULING"] = "Reception Without Scheduling";
363
+ ProfileModuleActionType["BANK_EDIT"] = "Edit";
364
+ ProfileModuleActionType["BANK_REGISTER_FULL"] = "Cadastro Full";
365
+ ProfileModuleActionType["SEARCH_CALENDAR_FULL"] = "Pesquisar Agenda Full";
363
366
  })(ProfileModuleActionType || (ProfileModuleActionType = {}));
364
367
 
365
368
  var Role;