@chargetrip/types 1.53.0 → 1.54.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";
@@ -1685,7 +1709,7 @@ exports.StateOfChargeUnit = void 0;
1685
1709
  })(exports.StateOfChargeUnit || (exports.StateOfChargeUnit = {}));
1686
1710
 
1687
1711
  exports.StationAdhocAuthorisationPaymentMethod = void 0;
1688
- /** Filter which can be applied to retrieve the station around list action. */
1712
+ /** Criteria to filter stations in the station around query. */
1689
1713
 
1690
1714
  (function (StationAdhocAuthorisationPaymentMethod) {
1691
1715
  StationAdhocAuthorisationPaymentMethod["AUTH_BY_CAR_PLUG_AND_CHARGE"] = "AUTH_BY_CAR_PLUG_AND_CHARGE";