@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.
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +36 -9
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +36 -9
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +497 -243
- package/graphql.schema.json +2453 -611
- package/package.json +1 -1
- package/src/graphql.ts +525 -243
package/dist/node/index.js
CHANGED
|
@@ -103,7 +103,7 @@ exports.BatteryInputType = void 0;
|
|
|
103
103
|
})(exports.BatteryInputType || (exports.BatteryInputType = {}));
|
|
104
104
|
|
|
105
105
|
exports.CarConnectivityProvider = void 0;
|
|
106
|
-
/**
|
|
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
|
-
/**
|
|
222
|
+
/** Socket or plug standard of the charging point. */
|
|
223
223
|
|
|
224
224
|
(function (ConnectorPriceRestrictionsReservationType) {
|
|
225
225
|
ConnectorPriceRestrictionsReservationType["RESERVATION"] = "reservation";
|
|
@@ -1001,7 +1001,6 @@ exports.IsolineQuality = void 0;
|
|
|
1001
1001
|
|
|
1002
1002
|
/** Status of the isoline label. */
|
|
1003
1003
|
exports.IsolineStatus = void 0;
|
|
1004
|
-
/** Types of a leg. */
|
|
1005
1004
|
|
|
1006
1005
|
(function (IsolineStatus) {
|
|
1007
1006
|
IsolineStatus["DONE"] = "done";
|
|
@@ -1009,6 +1008,7 @@ exports.IsolineStatus = void 0;
|
|
|
1009
1008
|
IsolineStatus["ERROR"] = "error";
|
|
1010
1009
|
})(exports.IsolineStatus || (exports.IsolineStatus = {}));
|
|
1011
1010
|
|
|
1011
|
+
/** Types of a leg. */
|
|
1012
1012
|
exports.LegType = void 0;
|
|
1013
1013
|
/** A GeoJSON LineString. */
|
|
1014
1014
|
|
|
@@ -1043,17 +1043,41 @@ exports.MultiPolygonType = void 0;
|
|
|
1043
1043
|
MultiPolygonType["MULTIPOLYGON"] = "MultiPolygon";
|
|
1044
1044
|
})(exports.MultiPolygonType || (exports.MultiPolygonType = {}));
|
|
1045
1045
|
|
|
1046
|
-
|
|
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
|
-
/**
|
|
1064
|
+
/** Next stop details. Can be a charging or a location stop. */
|
|
1049
1065
|
|
|
1050
1066
|
(function (NavigationStatus) {
|
|
1051
|
-
NavigationStatus["
|
|
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
|
-
/**
|
|
1102
|
+
/** Socket or plug standard of the charging point. */
|
|
1079
1103
|
|
|
1080
1104
|
(function (OCPIConnectorFormat) {
|
|
1081
1105
|
OCPIConnectorFormat["SOCKET"] = "SOCKET";
|
|
@@ -1475,6 +1499,9 @@ exports.RouteDetailsLegWarningCode = void 0;
|
|
|
1475
1499
|
RouteDetailsLegWarningCode["MAXIMUM_WEIGHT_EXCEEDED"] = "maximum_weight_exceeded";
|
|
1476
1500
|
RouteDetailsLegWarningCode["SEGMENT_UNAVOIDABLE"] = "segment_unavoidable";
|
|
1477
1501
|
RouteDetailsLegWarningCode["STATION_LIMITED_OPEN_HOURS"] = "station_limited_open_hours";
|
|
1502
|
+
RouteDetailsLegWarningCode["STATION_UNKNOWN_OPEN_HOURS"] = "station_unknown_open_hours";
|
|
1503
|
+
RouteDetailsLegWarningCode["STATION_CLOSED"] = "station_closed";
|
|
1504
|
+
RouteDetailsLegWarningCode["STATION_CLOSING_SOON"] = "station_closing_soon";
|
|
1478
1505
|
RouteDetailsLegWarningCode["VIA_INSUFFICIENT_CHARGING_TIME"] = "via_insufficient_charging_time";
|
|
1479
1506
|
})(exports.RouteDetailsLegWarningCode || (exports.RouteDetailsLegWarningCode = {}));
|
|
1480
1507
|
|
|
@@ -1682,7 +1709,7 @@ exports.StateOfChargeUnit = void 0;
|
|
|
1682
1709
|
})(exports.StateOfChargeUnit || (exports.StateOfChargeUnit = {}));
|
|
1683
1710
|
|
|
1684
1711
|
exports.StationAdhocAuthorisationPaymentMethod = void 0;
|
|
1685
|
-
/**
|
|
1712
|
+
/** Criteria to filter stations in the station around query. */
|
|
1686
1713
|
|
|
1687
1714
|
(function (StationAdhocAuthorisationPaymentMethod) {
|
|
1688
1715
|
StationAdhocAuthorisationPaymentMethod["AUTH_BY_CAR_PLUG_AND_CHARGE"] = "AUTH_BY_CAR_PLUG_AND_CHARGE";
|