ngx-vector-components 4.48.2 → 4.49.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 +7 -3
- 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
|
@@ -327,6 +327,7 @@ var ProfileModuleActionType;
|
|
|
327
327
|
ProfileModuleActionType["SHOW_DRIVER_LOG"] = "Show Driver Log";
|
|
328
328
|
ProfileModuleActionType["UPDATE_CHECKIN_CHECKOUT"] = "Update CheckIn CheckOut";
|
|
329
329
|
ProfileModuleActionType["AUTOMATIC_CHECKIN"] = "Automatic CheckIn";
|
|
330
|
+
ProfileModuleActionType["SHOW_FILTERS_MONTHLY_RECEPTION"] = "Show Filters Monthly Reception";
|
|
330
331
|
})(ProfileModuleActionType || (ProfileModuleActionType = {}));
|
|
331
332
|
|
|
332
333
|
var Role;
|