@chargetrip/types 1.57.0 → 1.59.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.
@@ -1503,6 +1503,9 @@ exports.RouteDetailsLegWarningCode = void 0;
1503
1503
  RouteDetailsLegWarningCode["STATION_CLOSED"] = "station_closed";
1504
1504
  RouteDetailsLegWarningCode["STATION_CLOSING_SOON"] = "station_closing_soon";
1505
1505
  RouteDetailsLegWarningCode["VIA_INSUFFICIENT_CHARGING_TIME"] = "via_insufficient_charging_time";
1506
+ RouteDetailsLegWarningCode["VIA_STATION_BELOW_MINIMUM_POWER"] = "via_station_below_minimum_power";
1507
+ RouteDetailsLegWarningCode["DESTINATION_CHARGER_INCOMPATIBLE"] = "destination_charger_incompatible";
1508
+ RouteDetailsLegWarningCode["DESTINATION_STATION_TRUCK_ONLY"] = "destination_station_truck_only";
1506
1509
  })(exports.RouteDetailsLegWarningCode || (exports.RouteDetailsLegWarningCode = {}));
1507
1510
 
1508
1511
  /** Tags of a route. */
@@ -1663,6 +1666,14 @@ exports.RouteTagType = void 0;
1663
1666
  RouteTagType["CROSSBORDER"] = "crossborder";
1664
1667
  })(exports.RouteTagType || (exports.RouteTagType = {}));
1665
1668
 
1669
+ /** Types of route features that can be avoided in truck routing. */
1670
+ exports.RouteTruckAvoid = void 0;
1671
+
1672
+ (function (RouteTruckAvoid) {
1673
+ RouteTruckAvoid["TOLL_ROAD"] = "toll_road";
1674
+ RouteTruckAvoid["FERRY"] = "ferry";
1675
+ })(exports.RouteTruckAvoid || (exports.RouteTruckAvoid = {}));
1676
+
1666
1677
  /** Types of warnings that can be encountered in a route. */
1667
1678
  exports.RouteWarningCode = void 0;
1668
1679