@chargetrip/types 1.52.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.
@@ -99,7 +99,7 @@ export let BatteryInputType;
99
99
  })(BatteryInputType || (BatteryInputType = {}));
100
100
 
101
101
  export let CarConnectivityProvider;
102
- /** Deprecated. */
102
+ /** Consumption of the car. */
103
103
 
104
104
  (function (CarConnectivityProvider) {
105
105
  CarConnectivityProvider["ENODE"] = "Enode";
@@ -215,7 +215,7 @@ export let ConnectorPriceRestrictionsOverstayTimeUnit;
215
215
  })(ConnectorPriceRestrictionsOverstayTimeUnit || (ConnectorPriceRestrictionsOverstayTimeUnit = {}));
216
216
 
217
217
  export let ConnectorPriceRestrictionsReservationType;
218
- /** The socket or plug standard of the charging point. */
218
+ /** Socket or plug standard of the charging point. */
219
219
 
220
220
  (function (ConnectorPriceRestrictionsReservationType) {
221
221
  ConnectorPriceRestrictionsReservationType["RESERVATION"] = "reservation";
@@ -997,7 +997,6 @@ export let IsolineQuality;
997
997
 
998
998
  /** Status of the isoline label. */
999
999
  export let IsolineStatus;
1000
- /** Types of a leg. */
1001
1000
 
1002
1001
  (function (IsolineStatus) {
1003
1002
  IsolineStatus["DONE"] = "done";
@@ -1005,6 +1004,7 @@ export let IsolineStatus;
1005
1004
  IsolineStatus["ERROR"] = "error";
1006
1005
  })(IsolineStatus || (IsolineStatus = {}));
1007
1006
 
1007
+ /** Types of a leg. */
1008
1008
  export let LegType;
1009
1009
  /** A GeoJSON LineString. */
1010
1010
 
@@ -1039,17 +1039,41 @@ export let MultiPolygonType;
1039
1039
  MultiPolygonType["MULTIPOLYGON"] = "MultiPolygon";
1040
1040
  })(MultiPolygonType || (MultiPolygonType = {}));
1041
1041
 
1042
- /** State of navigation session. */
1042
+ export let NavigationChangeSource;
1043
+
1044
+ (function (NavigationChangeSource) {
1045
+ NavigationChangeSource["CLIENT"] = "client";
1046
+ NavigationChangeSource["SERVER"] = "server";
1047
+ })(NavigationChangeSource || (NavigationChangeSource = {}));
1048
+
1049
+ export let NavigationChangeType;
1050
+ /** Input for the navigation recalculate. */
1051
+
1052
+ (function (NavigationChangeType) {
1053
+ NavigationChangeType["STARTED"] = "started";
1054
+ NavigationChangeType["ROUTE_UPDATED"] = "route_updated";
1055
+ NavigationChangeType["NEXT_STATION_AVAILABILITY_UPDATED"] = "next_station_availability_updated";
1056
+ })(NavigationChangeType || (NavigationChangeType = {}));
1057
+
1058
+ /** Status of navigation session. */
1043
1059
  export let NavigationStatus;
1044
- /** The navigation session subscription data */
1060
+ /** Next stop details. Can be a charging or a location stop. */
1045
1061
 
1046
1062
  (function (NavigationStatus) {
1047
- NavigationStatus["DRIVING"] = "driving";
1048
- NavigationStatus["CHARGING"] = "charging";
1063
+ NavigationStatus["ACTIVE"] = "active";
1049
1064
  NavigationStatus["FINISHED"] = "finished";
1050
1065
  NavigationStatus["ERROR"] = "error";
1051
1066
  })(NavigationStatus || (NavigationStatus = {}));
1052
1067
 
1068
+ /** Status of navigation session vehicle. */
1069
+ export let NavigationVehicleStatus;
1070
+
1071
+ (function (NavigationVehicleStatus) {
1072
+ NavigationVehicleStatus["DRIVING"] = "driving";
1073
+ NavigationVehicleStatus["CHARGING"] = "charging";
1074
+ NavigationVehicleStatus["PARKED"] = "parked";
1075
+ })(NavigationVehicleStatus || (NavigationVehicleStatus = {}));
1076
+
1053
1077
  /** The capabilities of an EVSE. */
1054
1078
  export let OCPICapability;
1055
1079
  /** The format of the connector, whether it is a socket or a plug. */
@@ -1071,7 +1095,7 @@ export let OCPICapability;
1071
1095
  })(OCPICapability || (OCPICapability = {}));
1072
1096
 
1073
1097
  export let OCPIConnectorFormat;
1074
- /** Deprecated: Please use ConnectorType instead */
1098
+ /** Socket or plug standard of the charging point. */
1075
1099
 
1076
1100
  (function (OCPIConnectorFormat) {
1077
1101
  OCPIConnectorFormat["SOCKET"] = "SOCKET";
@@ -1471,6 +1495,9 @@ export let RouteDetailsLegWarningCode;
1471
1495
  RouteDetailsLegWarningCode["MAXIMUM_WEIGHT_EXCEEDED"] = "maximum_weight_exceeded";
1472
1496
  RouteDetailsLegWarningCode["SEGMENT_UNAVOIDABLE"] = "segment_unavoidable";
1473
1497
  RouteDetailsLegWarningCode["STATION_LIMITED_OPEN_HOURS"] = "station_limited_open_hours";
1498
+ RouteDetailsLegWarningCode["STATION_UNKNOWN_OPEN_HOURS"] = "station_unknown_open_hours";
1499
+ RouteDetailsLegWarningCode["STATION_CLOSED"] = "station_closed";
1500
+ RouteDetailsLegWarningCode["STATION_CLOSING_SOON"] = "station_closing_soon";
1474
1501
  RouteDetailsLegWarningCode["VIA_INSUFFICIENT_CHARGING_TIME"] = "via_insufficient_charging_time";
1475
1502
  })(RouteDetailsLegWarningCode || (RouteDetailsLegWarningCode = {}));
1476
1503
 
@@ -1678,7 +1705,7 @@ export let StateOfChargeUnit;
1678
1705
  })(StateOfChargeUnit || (StateOfChargeUnit = {}));
1679
1706
 
1680
1707
  export let StationAdhocAuthorisationPaymentMethod;
1681
- /** Filter which can be applied to retrieve the station around list action. */
1708
+ /** Criteria to filter stations in the station around query. */
1682
1709
 
1683
1710
  (function (StationAdhocAuthorisationPaymentMethod) {
1684
1711
  StationAdhocAuthorisationPaymentMethod["AUTH_BY_CAR_PLUG_AND_CHARGE"] = "AUTH_BY_CAR_PLUG_AND_CHARGE";