ngx-vector-components 4.78.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.
- package/CHANGELOG.md +13 -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
|
@@ -268,5 +268,9 @@ export declare enum ProfileModuleActionType {
|
|
|
268
268
|
SHOW_DOCK_BUILDING = "Show Dock Building",
|
|
269
269
|
ADD_DOCK_BUILDING = "Add Dock Building",
|
|
270
270
|
EDIT_DOCK_BUILDING = "Edit Dock Building",
|
|
271
|
-
EDIT_DOCK = "Edit Dock"
|
|
271
|
+
EDIT_DOCK = "Edit Dock",
|
|
272
|
+
FRIENDLY_TRIP = "Friendly Trip",
|
|
273
|
+
CANCEL_FRIENDLY_TRIP = "Cancelar Viagem Amiga",
|
|
274
|
+
SHOW_FRIENDLY_TRIP = "Visualizar Viagem Amiga",
|
|
275
|
+
CREATE_FRIENDLY_TRIP = "Solicitar Viagem Amiga"
|
|
272
276
|
}
|