@chargetrip/types 1.60.0 → 1.62.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.
@@ -1502,6 +1502,8 @@ export let RouteDetailsLegWarningCode;
1502
1502
  RouteDetailsLegWarningCode["VIA_STATION_BELOW_MINIMUM_POWER"] = "via_station_below_minimum_power";
1503
1503
  RouteDetailsLegWarningCode["DESTINATION_CHARGER_INCOMPATIBLE"] = "destination_charger_incompatible";
1504
1504
  RouteDetailsLegWarningCode["DESTINATION_STATION_TRUCK_ONLY"] = "destination_station_truck_only";
1505
+ RouteDetailsLegWarningCode["RISK_MARGIN_SOC_NOT_POSSIBLE"] = "risk_margin_soc_not_possible";
1506
+ RouteDetailsLegWarningCode["FINAL_SOC_BELOW_RISK_MARGIN"] = "final_soc_below_risk_margin";
1505
1507
  })(RouteDetailsLegWarningCode || (RouteDetailsLegWarningCode = {}));
1506
1508
 
1507
1509
  /** Tags of a route. */