ngx-vector-components 4.46.0 → 4.47.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.
@@ -325,6 +325,8 @@ var ProfileModuleActionType;
325
325
  ProfileModuleActionType["SHOW_GEOFENCE_LOG"] = "Show Geofence Log";
326
326
  ProfileModuleActionType["HISTORICAL_CHANGES_GEOFENCE"] = "Historical Changes Geofence";
327
327
  ProfileModuleActionType["SHOW_DRIVER_LOG"] = "Show Driver Log";
328
+ ProfileModuleActionType["UPDATE_CHECKIN_CHECKOUT"] = "Update CheckIn CheckOut";
329
+ ProfileModuleActionType["AUTOMATIC_CHECKIN"] = "Automatic CheckIn";
328
330
  })(ProfileModuleActionType || (ProfileModuleActionType = {}));
329
331
 
330
332
  var Role;