@chargetrip/types 1.53.0 → 1.55.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.
@@ -103,7 +103,7 @@ exports.BatteryInputType = void 0;
103
103
  })(exports.BatteryInputType || (exports.BatteryInputType = {}));
104
104
 
105
105
  exports.CarConnectivityProvider = void 0;
106
- /** Deprecated. */
106
+ /** Consumption of the car. */
107
107
 
108
108
  (function (CarConnectivityProvider) {
109
109
  CarConnectivityProvider["ENODE"] = "Enode";
@@ -219,7 +219,7 @@ exports.ConnectorPriceRestrictionsOverstayTimeUnit = void 0;
219
219
  })(exports.ConnectorPriceRestrictionsOverstayTimeUnit || (exports.ConnectorPriceRestrictionsOverstayTimeUnit = {}));
220
220
 
221
221
  exports.ConnectorPriceRestrictionsReservationType = void 0;
222
- /** The socket or plug standard of the charging point. */
222
+ /** Socket or plug standard of the charging point. */
223
223
 
224
224
  (function (ConnectorPriceRestrictionsReservationType) {
225
225
  ConnectorPriceRestrictionsReservationType["RESERVATION"] = "reservation";
@@ -1043,17 +1043,41 @@ exports.MultiPolygonType = void 0;
1043
1043
  MultiPolygonType["MULTIPOLYGON"] = "MultiPolygon";
1044
1044
  })(exports.MultiPolygonType || (exports.MultiPolygonType = {}));
1045
1045
 
1046
- /** State of navigation session. */
1046
+ exports.NavigationChangeSource = void 0;
1047
+
1048
+ (function (NavigationChangeSource) {
1049
+ NavigationChangeSource["CLIENT"] = "client";
1050
+ NavigationChangeSource["SERVER"] = "server";
1051
+ })(exports.NavigationChangeSource || (exports.NavigationChangeSource = {}));
1052
+
1053
+ exports.NavigationChangeType = void 0;
1054
+ /** Input for the navigation recalculate. */
1055
+
1056
+ (function (NavigationChangeType) {
1057
+ NavigationChangeType["STARTED"] = "started";
1058
+ NavigationChangeType["ROUTE_UPDATED"] = "route_updated";
1059
+ NavigationChangeType["NEXT_STATION_AVAILABILITY_UPDATED"] = "next_station_availability_updated";
1060
+ })(exports.NavigationChangeType || (exports.NavigationChangeType = {}));
1061
+
1062
+ /** Status of navigation session. */
1047
1063
  exports.NavigationStatus = void 0;
1048
- /** The navigation session subscription data */
1064
+ /** Next stop details. Can be a charging or a location stop. */
1049
1065
 
1050
1066
  (function (NavigationStatus) {
1051
- NavigationStatus["DRIVING"] = "driving";
1052
- NavigationStatus["CHARGING"] = "charging";
1067
+ NavigationStatus["ACTIVE"] = "active";
1053
1068
  NavigationStatus["FINISHED"] = "finished";
1054
1069
  NavigationStatus["ERROR"] = "error";
1055
1070
  })(exports.NavigationStatus || (exports.NavigationStatus = {}));
1056
1071
 
1072
+ /** Status of navigation session vehicle. */
1073
+ exports.NavigationVehicleStatus = void 0;
1074
+
1075
+ (function (NavigationVehicleStatus) {
1076
+ NavigationVehicleStatus["DRIVING"] = "driving";
1077
+ NavigationVehicleStatus["CHARGING"] = "charging";
1078
+ NavigationVehicleStatus["PARKED"] = "parked";
1079
+ })(exports.NavigationVehicleStatus || (exports.NavigationVehicleStatus = {}));
1080
+
1057
1081
  /** The capabilities of an EVSE. */
1058
1082
  exports.OCPICapability = void 0;
1059
1083
  /** The format of the connector, whether it is a socket or a plug. */
@@ -1075,7 +1099,7 @@ exports.OCPICapability = void 0;
1075
1099
  })(exports.OCPICapability || (exports.OCPICapability = {}));
1076
1100
 
1077
1101
  exports.OCPIConnectorFormat = void 0;
1078
- /** Deprecated: Please use ConnectorType instead */
1102
+ /** Socket or plug standard of the charging point. */
1079
1103
 
1080
1104
  (function (OCPIConnectorFormat) {
1081
1105
  OCPIConnectorFormat["SOCKET"] = "SOCKET";
@@ -1652,6 +1676,7 @@ exports.RouteWarningCode = void 0;
1652
1676
  RouteWarningCode["LOW_SPEED"] = "low_speed";
1653
1677
  RouteWarningCode["OPERATOR_PREFERENCES_NOT_FOUND"] = "operator_preferences_not_found";
1654
1678
  RouteWarningCode["TRAFFIC_DATA_NOT_AVAILABLE"] = "traffic_data_not_available";
1679
+ RouteWarningCode["OPERATORS_IGNORED"] = "operators_ignored";
1655
1680
  })(exports.RouteWarningCode || (exports.RouteWarningCode = {}));
1656
1681
 
1657
1682
  exports.SolarIrradianceUnit = void 0;
@@ -1685,7 +1710,7 @@ exports.StateOfChargeUnit = void 0;
1685
1710
  })(exports.StateOfChargeUnit || (exports.StateOfChargeUnit = {}));
1686
1711
 
1687
1712
  exports.StationAdhocAuthorisationPaymentMethod = void 0;
1688
- /** Filter which can be applied to retrieve the station around list action. */
1713
+ /** Criteria to filter stations in the station around query. */
1689
1714
 
1690
1715
  (function (StationAdhocAuthorisationPaymentMethod) {
1691
1716
  StationAdhocAuthorisationPaymentMethod["AUTH_BY_CAR_PLUG_AND_CHARGE"] = "AUTH_BY_CAR_PLUG_AND_CHARGE";