ngx-vector-components 4.71.0 → 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 +6 -0
- package/esm2020/lib/models/profile.model.mjs +2 -1
- package/fesm2015/ngx-vector-components.mjs +1 -0
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +1 -0
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +2 -1
- package/package.json +1 -1
|
@@ -362,6 +362,7 @@ var ProfileModuleActionType;
|
|
|
362
362
|
ProfileModuleActionType["RECEPTION_WITHOUT_SCHEDULING"] = "Reception Without Scheduling";
|
|
363
363
|
ProfileModuleActionType["BANK_EDIT"] = "Edit";
|
|
364
364
|
ProfileModuleActionType["BANK_REGISTER_FULL"] = "Cadastro Full";
|
|
365
|
+
ProfileModuleActionType["SEARCH_CALENDAR_FULL"] = "Pesquisar Agenda Full";
|
|
365
366
|
})(ProfileModuleActionType || (ProfileModuleActionType = {}));
|
|
366
367
|
|
|
367
368
|
var Role;
|