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.
@@ -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;