ngx-vector-components 4.29.0 → 4.30.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 +5 -1
- package/fesm2015/ngx-vector-components.mjs +4 -0
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +4 -0
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +5 -1
- package/package.json +1 -1
|
@@ -267,6 +267,10 @@ var ProfileModuleActionType;
|
|
|
267
267
|
ProfileModuleActionType["DELETE_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT"] = "Delete DistributionCentersCompanyUnitCredit";
|
|
268
268
|
ProfileModuleActionType["APPROVE_VECTOR"] = "Approve Vector";
|
|
269
269
|
ProfileModuleActionType["APPROVE_ETCD"] = "Approve ETCD";
|
|
270
|
+
ProfileModuleActionType["SHOW_PARAMETERS_ETCD"] = "Show Parameters";
|
|
271
|
+
ProfileModuleActionType["EDIT_PARAMETERS_ETCD"] = "Edit Parameters";
|
|
272
|
+
ProfileModuleActionType["DELETE_PARAMETERS_ETCD"] = "Delete Parameters";
|
|
273
|
+
ProfileModuleActionType["ADD_PARAMETERS_ETCD"] = "Add Parameters";
|
|
270
274
|
})(ProfileModuleActionType || (ProfileModuleActionType = {}));
|
|
271
275
|
|
|
272
276
|
var Role;
|