ngx-vector-components 4.91.0 → 4.92.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.
@@ -387,6 +387,13 @@ var ProfileModuleActionType;
387
387
  ProfileModuleActionType["SCHEDULE_UPDATE_CHECKIN_CHECKOUT"] = "Schedule Update CheckIn CheckOut";
388
388
  ProfileModuleActionType["SHOW_PARAMETERS_CANCEL_TRIPS"] = "show Parameters Cancel Trips";
389
389
  ProfileModuleActionType["EDIT_PARAMETERS_CANCEL_TRIPS"] = "Edit Parameters Cancel Trips";
390
+ ProfileModuleActionType["SHOW_PRICE_TAKING"] = "Show PriceTaking";
391
+ ProfileModuleActionType["SHOWTABLE_PRICE_TAKING"] = "ShowTable PriceTaking";
392
+ ProfileModuleActionType["SHOWTABLE_PRICE_TAKING_EXCEL"] = "ShowTable PriceTakingExcel";
393
+ ProfileModuleActionType["SEND_OFFER_PRICE_TAKING"] = "Send Offer PriceTaking";
394
+ ProfileModuleActionType["CHANGE_STATUS_PRICE_TAKING"] = "Change Status PriceTaking";
395
+ ProfileModuleActionType["SHOWTABLE_PRICE_TAKING_HISTORY"] = "ShowTable PriceTaking History";
396
+ ProfileModuleActionType["SAVE_PRICE_TAKING"] = "Save PriceTaking";
390
397
  })(ProfileModuleActionType || (ProfileModuleActionType = {}));
391
398
 
392
399
  var Role;