ngx-vector-components 4.79.0 → 4.80.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.
@@ -375,6 +375,9 @@ var ProfileModuleActionType;
375
375
  ProfileModuleActionType["EDIT_DOCK_BUILDING"] = "Edit Dock Building";
376
376
  ProfileModuleActionType["EDIT_DOCK"] = "Edit Dock";
377
377
  ProfileModuleActionType["FRIENDLY_TRIP"] = "Friendly Trip";
378
+ ProfileModuleActionType["CANCEL_FRIENDLY_TRIP"] = "Cancelar Viagem Amiga";
379
+ ProfileModuleActionType["SHOW_FRIENDLY_TRIP"] = "Visualizar Viagem Amiga";
380
+ ProfileModuleActionType["CREATE_FRIENDLY_TRIP"] = "Solicitar Viagem Amiga";
378
381
  })(ProfileModuleActionType || (ProfileModuleActionType = {}));
379
382
 
380
383
  var Role;