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.
- package/CHANGELOG.md +12 -0
- package/esm2020/lib/models/profile.model.mjs +4 -1
- package/fesm2015/ngx-vector-components.mjs +3 -0
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +3 -0
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +4 -1
- package/package.json +1 -1
|
@@ -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;
|