ngx-vector-components 4.77.0 → 4.79.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 -1
- package/esm2020/lib/models/profile.model.mjs +6 -1
- package/fesm2015/ngx-vector-components.mjs +5 -0
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +5 -0
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +6 -1
- package/package.json +1 -1
|
@@ -370,6 +370,11 @@ var ProfileModuleActionType;
|
|
|
370
370
|
ProfileModuleActionType["TEX_ONBOARDING_TRACKING"] = "OnboardingTracking";
|
|
371
371
|
ProfileModuleActionType["BIDDING_PARAMETERS"] = "Bidding Parameters";
|
|
372
372
|
ProfileModuleActionType["DRIVER_SCORE_METRICS_ADMIN"] = "Driver Score Metrics Admin";
|
|
373
|
+
ProfileModuleActionType["SHOW_DOCK_BUILDING"] = "Show Dock Building";
|
|
374
|
+
ProfileModuleActionType["ADD_DOCK_BUILDING"] = "Add Dock Building";
|
|
375
|
+
ProfileModuleActionType["EDIT_DOCK_BUILDING"] = "Edit Dock Building";
|
|
376
|
+
ProfileModuleActionType["EDIT_DOCK"] = "Edit Dock";
|
|
377
|
+
ProfileModuleActionType["FRIENDLY_TRIP"] = "Friendly Trip";
|
|
373
378
|
})(ProfileModuleActionType || (ProfileModuleActionType = {}));
|
|
374
379
|
|
|
375
380
|
var Role;
|