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.
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.76.0",
3
+ "version": "4.78.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",