ngx-vector-components 4.76.0 → 4.78.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 +12 -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
|
@@ -263,5 +263,10 @@ export declare enum ProfileModuleActionType {
|
|
|
263
263
|
CREATE_AND_EDIT_NPS = "Create and edit NPS",
|
|
264
264
|
READ_NPS_INFORMATION = "Read NPS information",
|
|
265
265
|
TEX_ONBOARDING_TRACKING = "OnboardingTracking",
|
|
266
|
-
BIDDING_PARAMETERS = "Bidding Parameters"
|
|
266
|
+
BIDDING_PARAMETERS = "Bidding Parameters",
|
|
267
|
+
DRIVER_SCORE_METRICS_ADMIN = "Driver Score Metrics Admin",
|
|
268
|
+
SHOW_DOCK_BUILDING = "Show Dock Building",
|
|
269
|
+
ADD_DOCK_BUILDING = "Add Dock Building",
|
|
270
|
+
EDIT_DOCK_BUILDING = "Edit Dock Building",
|
|
271
|
+
EDIT_DOCK = "Edit Dock"
|
|
267
272
|
}
|