@chargetrip/types 1.59.0 → 1.61.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.
@@ -1506,6 +1506,8 @@ exports.RouteDetailsLegWarningCode = void 0;
1506
1506
  RouteDetailsLegWarningCode["VIA_STATION_BELOW_MINIMUM_POWER"] = "via_station_below_minimum_power";
1507
1507
  RouteDetailsLegWarningCode["DESTINATION_CHARGER_INCOMPATIBLE"] = "destination_charger_incompatible";
1508
1508
  RouteDetailsLegWarningCode["DESTINATION_STATION_TRUCK_ONLY"] = "destination_station_truck_only";
1509
+ RouteDetailsLegWarningCode["RISK_MARGIN_SOC_NOT_POSSIBLE"] = "risk_margin_soc_not_possible";
1510
+ RouteDetailsLegWarningCode["FINAL_SOC_BELOW_RISK_MARGIN"] = "final_soc_below_risk_margin";
1509
1511
  })(exports.RouteDetailsLegWarningCode || (exports.RouteDetailsLegWarningCode = {}));
1510
1512
 
1511
1513
  /** Tags of a route. */