ngx-vector-components 4.40.1 → 4.41.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 +1 -0
- package/package.json +1 -1
|
@@ -259,6 +259,7 @@ var ProfileModuleActionType;
|
|
|
259
259
|
ProfileModuleActionType["ADD_NEWS"] = "Add News";
|
|
260
260
|
ProfileModuleActionType["EDIT_NEWS"] = "Edit News";
|
|
261
261
|
ProfileModuleActionType["DELETE_NEWS"] = "Delete News";
|
|
262
|
+
ProfileModuleActionType["HISTORICAL_CHANGES_NEWS"] = "Historical Changes News";
|
|
262
263
|
ProfileModuleActionType["ADD_DISTRIBUTION_CENTER_COMPANY_CREDIT"] = "Add DistributionCentersCompanyCredit";
|
|
263
264
|
ProfileModuleActionType["EDIT_DISTRIBUTION_CENTER_COMPANY_CREDIT"] = "Edit DistributionCentersCompanyCredit";
|
|
264
265
|
ProfileModuleActionType["SHOW_DISTRIBUTION_CENTER_COMPANY_CREDIT"] = "Show DistributionCentersCompanyCredit";
|