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
|
@@ -159,6 +159,7 @@ export declare enum ProfileModuleActionType {
|
|
|
159
159
|
ADD_NEWS = "Add News",
|
|
160
160
|
EDIT_NEWS = "Edit News",
|
|
161
161
|
DELETE_NEWS = "Delete News",
|
|
162
|
+
HISTORICAL_CHANGES_NEWS = "Historical Changes News",
|
|
162
163
|
ADD_DISTRIBUTION_CENTER_COMPANY_CREDIT = "Add DistributionCentersCompanyCredit",
|
|
163
164
|
EDIT_DISTRIBUTION_CENTER_COMPANY_CREDIT = "Edit DistributionCentersCompanyCredit",
|
|
164
165
|
SHOW_DISTRIBUTION_CENTER_COMPANY_CREDIT = "Show DistributionCentersCompanyCredit",
|