@chargetrip/types 1.56.0 → 1.57.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.
@@ -1676,6 +1676,8 @@ exports.RouteWarningCode = void 0;
1676
1676
  RouteWarningCode["LOW_SPEED"] = "low_speed";
1677
1677
  RouteWarningCode["OPERATOR_PREFERENCES_NOT_FOUND"] = "operator_preferences_not_found";
1678
1678
  RouteWarningCode["TRAFFIC_DATA_NOT_AVAILABLE"] = "traffic_data_not_available";
1679
+ RouteWarningCode["WEATHER_FORECAST_NOT_AVAILABLE"] = "weather_forecast_not_available";
1680
+ RouteWarningCode["WEATHER_HISTORY_NOT_AVAILABLE"] = "weather_history_not_available";
1679
1681
  RouteWarningCode["OPERATORS_IGNORED"] = "operators_ignored";
1680
1682
  })(exports.RouteWarningCode || (exports.RouteWarningCode = {}));
1681
1683