@chargetrip/types 1.51.0 → 1.52.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.
@@ -1644,6 +1644,7 @@ export let RouteWarningCode;
1644
1644
  RouteWarningCode["FINAL_SOC_NOT_POSSIBLE"] = "final_soc_not_possible";
1645
1645
  RouteWarningCode["LOW_SPEED"] = "low_speed";
1646
1646
  RouteWarningCode["OPERATOR_PREFERENCES_NOT_FOUND"] = "operator_preferences_not_found";
1647
+ RouteWarningCode["TRAFFIC_DATA_NOT_AVAILABLE"] = "traffic_data_not_available";
1647
1648
  })(RouteWarningCode || (RouteWarningCode = {}));
1648
1649
 
1649
1650
  export let SolarIrradianceUnit;