@chargetrip/types 1.38.0 → 1.40.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/CHANGELOG.md +14 -0
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +182 -46
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +182 -46
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +2169 -1266
- package/graphql.schema.json +6580 -1824
- package/package.json +1 -1
- package/src/graphql.ts +2284 -1266
package/dist/node/index.js
CHANGED
|
@@ -11,7 +11,7 @@ exports.AccelerationUnit = void 0;
|
|
|
11
11
|
})(exports.AccelerationUnit || (exports.AccelerationUnit = {}));
|
|
12
12
|
|
|
13
13
|
exports.AccessType = void 0;
|
|
14
|
-
/** Information about an address */
|
|
14
|
+
/** Information about an address. */
|
|
15
15
|
|
|
16
16
|
(function (AccessType) {
|
|
17
17
|
AccessType["PUBLIC"] = "Public";
|
|
@@ -49,7 +49,7 @@ exports.Amenities = void 0;
|
|
|
49
49
|
Amenities["PHARMACY"] = "pharmacy";
|
|
50
50
|
})(exports.Amenities || (exports.Amenities = {}));
|
|
51
51
|
|
|
52
|
-
/** A list of amenity types */
|
|
52
|
+
/** A list of amenity types. */
|
|
53
53
|
exports.AmenityType = void 0;
|
|
54
54
|
|
|
55
55
|
(function (AmenityType) {
|
|
@@ -66,7 +66,7 @@ exports.AmenityType = void 0;
|
|
|
66
66
|
})(exports.AmenityType || (exports.AmenityType = {}));
|
|
67
67
|
|
|
68
68
|
exports.AuxiliaryConsumptionUnit = void 0;
|
|
69
|
-
/** The type of the battery value */
|
|
69
|
+
/** The type of the battery value. */
|
|
70
70
|
|
|
71
71
|
(function (AuxiliaryConsumptionUnit) {
|
|
72
72
|
AuxiliaryConsumptionUnit["KILOWATT_HOUR"] = "kilowatt_hour";
|
|
@@ -81,7 +81,7 @@ exports.BatteryInputType = void 0;
|
|
|
81
81
|
BatteryInputType["PERCENTAGE"] = "percentage";
|
|
82
82
|
})(exports.BatteryInputType || (exports.BatteryInputType = {}));
|
|
83
83
|
|
|
84
|
-
/** Battery field estimated */
|
|
84
|
+
/** Battery field estimated. */
|
|
85
85
|
exports.CarBatteryFieldEstimations = void 0;
|
|
86
86
|
|
|
87
87
|
(function (CarBatteryFieldEstimations) {
|
|
@@ -92,31 +92,31 @@ exports.CarBatteryFieldEstimations = void 0;
|
|
|
92
92
|
})(exports.CarBatteryFieldEstimations || (exports.CarBatteryFieldEstimations = {}));
|
|
93
93
|
|
|
94
94
|
exports.CarConnectivityProvider = void 0;
|
|
95
|
-
/** Deprecated */
|
|
95
|
+
/** Deprecated. */
|
|
96
96
|
|
|
97
97
|
(function (CarConnectivityProvider) {
|
|
98
98
|
CarConnectivityProvider["ENODE"] = "Enode";
|
|
99
99
|
})(exports.CarConnectivityProvider || (exports.CarConnectivityProvider = {}));
|
|
100
100
|
|
|
101
|
-
/** Drivetrain */
|
|
101
|
+
/** Drivetrain. */
|
|
102
102
|
exports.CarDrivetrain = void 0;
|
|
103
|
-
/** Deprecated */
|
|
103
|
+
/** Deprecated. */
|
|
104
104
|
|
|
105
105
|
(function (CarDrivetrain) {
|
|
106
106
|
CarDrivetrain["BEV"] = "BEV";
|
|
107
107
|
CarDrivetrain["EREV"] = "EREV";
|
|
108
108
|
})(exports.CarDrivetrain || (exports.CarDrivetrain = {}));
|
|
109
109
|
|
|
110
|
-
/** Fuel type */
|
|
110
|
+
/** Fuel type. */
|
|
111
111
|
exports.CarFuel = void 0;
|
|
112
112
|
|
|
113
113
|
(function (CarFuel) {
|
|
114
114
|
CarFuel["E"] = "E";
|
|
115
115
|
})(exports.CarFuel || (exports.CarFuel = {}));
|
|
116
116
|
|
|
117
|
-
/** Available types of images which can be found for a car. Each type has specific image sizes */
|
|
117
|
+
/** Available types of images which can be found for a car. Each type has specific image sizes. */
|
|
118
118
|
exports.CarImageType = void 0;
|
|
119
|
-
/** When uploading images to a car, you can select one of this types. The rest of the types are automatically generated by the system */
|
|
119
|
+
/** When uploading images to a car, you can select one of this types. The rest of the types are automatically generated by the system. */
|
|
120
120
|
|
|
121
121
|
(function (CarImageType) {
|
|
122
122
|
CarImageType["PROVIDER"] = "provider";
|
|
@@ -128,13 +128,13 @@ exports.CarImageType = void 0;
|
|
|
128
128
|
})(exports.CarImageType || (exports.CarImageType = {}));
|
|
129
129
|
|
|
130
130
|
exports.CarImageTypeUploadable = void 0;
|
|
131
|
-
/** The output element of the carList query */
|
|
131
|
+
/** The output element of the carList query. */
|
|
132
132
|
|
|
133
133
|
(function (CarImageTypeUploadable) {
|
|
134
134
|
CarImageTypeUploadable["IMAGE"] = "image";
|
|
135
135
|
})(exports.CarImageTypeUploadable || (exports.CarImageTypeUploadable = {}));
|
|
136
136
|
|
|
137
|
-
/** Mode (state) of the current production */
|
|
137
|
+
/** Mode (state) of the current production. */
|
|
138
138
|
exports.CarMode = void 0;
|
|
139
139
|
|
|
140
140
|
(function (CarMode) {
|
|
@@ -143,7 +143,7 @@ exports.CarMode = void 0;
|
|
|
143
143
|
CarMode["CONCEPT"] = "concept";
|
|
144
144
|
})(exports.CarMode || (exports.CarMode = {}));
|
|
145
145
|
|
|
146
|
-
/** Propulsion */
|
|
146
|
+
/** Propulsion. */
|
|
147
147
|
exports.CarPropulsion = void 0;
|
|
148
148
|
|
|
149
149
|
(function (CarPropulsion) {
|
|
@@ -152,7 +152,7 @@ exports.CarPropulsion = void 0;
|
|
|
152
152
|
CarPropulsion["REAR"] = "Rear";
|
|
153
153
|
})(exports.CarPropulsion || (exports.CarPropulsion = {}));
|
|
154
154
|
|
|
155
|
-
/** Status of a car */
|
|
155
|
+
/** Status of a car. */
|
|
156
156
|
exports.CarStatus = void 0;
|
|
157
157
|
|
|
158
158
|
(function (CarStatus) {
|
|
@@ -162,7 +162,7 @@ exports.CarStatus = void 0;
|
|
|
162
162
|
CarStatus["REMOVED"] = "removed";
|
|
163
163
|
})(exports.CarStatus || (exports.CarStatus = {}));
|
|
164
164
|
|
|
165
|
-
/** Charging mode used at charging stations */
|
|
165
|
+
/** Charging mode used at charging stations. */
|
|
166
166
|
exports.ChargeMode = void 0;
|
|
167
167
|
|
|
168
168
|
(function (ChargeMode) {
|
|
@@ -179,7 +179,7 @@ exports.ChargeSpeedUnit = void 0;
|
|
|
179
179
|
})(exports.ChargeSpeedUnit || (exports.ChargeSpeedUnit = {}));
|
|
180
180
|
|
|
181
181
|
exports.ChargerStatus = void 0;
|
|
182
|
-
/**
|
|
182
|
+
/** Grouping by status of the chargers. */
|
|
183
183
|
|
|
184
184
|
(function (ChargerStatus) {
|
|
185
185
|
ChargerStatus["FREE"] = "free";
|
|
@@ -214,7 +214,7 @@ exports.ConnectScope = void 0;
|
|
|
214
214
|
})(exports.ConnectScope || (exports.ConnectScope = {}));
|
|
215
215
|
|
|
216
216
|
exports.ConnectedVehicleStatus = void 0;
|
|
217
|
-
/** Connector data which extends OCPI Connector */
|
|
217
|
+
/** Connector data which extends OCPI Connector. */
|
|
218
218
|
|
|
219
219
|
(function (ConnectedVehicleStatus) {
|
|
220
220
|
ConnectedVehicleStatus["PENDING_AUTHORIZATION"] = "pending_authorization";
|
|
@@ -269,7 +269,7 @@ exports.ConnectorType = void 0;
|
|
|
269
269
|
})(exports.ConnectorType || (exports.ConnectorType = {}));
|
|
270
270
|
|
|
271
271
|
exports.ConsumptionUnit = void 0;
|
|
272
|
-
/** The complete contact information */
|
|
272
|
+
/** The complete contact information. */
|
|
273
273
|
|
|
274
274
|
(function (ConsumptionUnit) {
|
|
275
275
|
ConsumptionUnit["KILOWATT_HOURS_PER_100_KILOMETERS"] = "kilowatt_hours_per_100_kilometers";
|
|
@@ -280,7 +280,7 @@ exports.ConsumptionUnit = void 0;
|
|
|
280
280
|
ConsumptionUnit["MILES_PER_KILOWATT_HOUR"] = "miles_per_kilowatt_hour";
|
|
281
281
|
})(exports.ConsumptionUnit || (exports.ConsumptionUnit = {}));
|
|
282
282
|
|
|
283
|
-
/** ISO-3166 alpha-2 country codes */
|
|
283
|
+
/** ISO-3166 alpha-2 country codes. */
|
|
284
284
|
exports.CountryCodeAlpha2 = void 0;
|
|
285
285
|
|
|
286
286
|
(function (CountryCodeAlpha2) {
|
|
@@ -531,6 +531,7 @@ exports.CountryCodeAlpha2 = void 0;
|
|
|
531
531
|
CountryCodeAlpha2["VU"] = "VU";
|
|
532
532
|
CountryCodeAlpha2["WF"] = "WF";
|
|
533
533
|
CountryCodeAlpha2["WS"] = "WS";
|
|
534
|
+
CountryCodeAlpha2["XK"] = "XK";
|
|
534
535
|
CountryCodeAlpha2["YE"] = "YE";
|
|
535
536
|
CountryCodeAlpha2["YT"] = "YT";
|
|
536
537
|
CountryCodeAlpha2["ZA"] = "ZA";
|
|
@@ -538,7 +539,7 @@ exports.CountryCodeAlpha2 = void 0;
|
|
|
538
539
|
CountryCodeAlpha2["ZW"] = "ZW";
|
|
539
540
|
})(exports.CountryCodeAlpha2 || (exports.CountryCodeAlpha2 = {}));
|
|
540
541
|
|
|
541
|
-
/** Currency according to the ISO 4217 standard */
|
|
542
|
+
/** Currency according to the ISO 4217 standard. */
|
|
542
543
|
exports.CurrencyUnit = void 0;
|
|
543
544
|
|
|
544
545
|
(function (CurrencyUnit) {
|
|
@@ -547,8 +548,17 @@ exports.CurrencyUnit = void 0;
|
|
|
547
548
|
CurrencyUnit["GBP"] = "GBP";
|
|
548
549
|
})(exports.CurrencyUnit || (exports.CurrencyUnit = {}));
|
|
549
550
|
|
|
551
|
+
exports.DimensionUnit = void 0;
|
|
552
|
+
|
|
553
|
+
(function (DimensionUnit) {
|
|
554
|
+
DimensionUnit["METER"] = "meter";
|
|
555
|
+
DimensionUnit["FOOT"] = "foot";
|
|
556
|
+
DimensionUnit["KILOMETER"] = "kilometer";
|
|
557
|
+
DimensionUnit["MILE"] = "mile";
|
|
558
|
+
})(exports.DimensionUnit || (exports.DimensionUnit = {}));
|
|
559
|
+
|
|
550
560
|
exports.DistanceUnit = void 0;
|
|
551
|
-
/** EVSE data which extends OCPI EVSE */
|
|
561
|
+
/** EVSE data which extends OCPI EVSE. */
|
|
552
562
|
|
|
553
563
|
(function (DistanceUnit) {
|
|
554
564
|
DistanceUnit["METER"] = "meter";
|
|
@@ -572,7 +582,7 @@ exports.EmissionRateUnit = void 0;
|
|
|
572
582
|
})(exports.EmissionRateUnit || (exports.EmissionRateUnit = {}));
|
|
573
583
|
|
|
574
584
|
exports.EmissionUnit = void 0;
|
|
575
|
-
/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values */
|
|
585
|
+
/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */
|
|
576
586
|
|
|
577
587
|
(function (EmissionUnit) {
|
|
578
588
|
EmissionUnit["GRAM"] = "gram";
|
|
@@ -587,14 +597,41 @@ exports.FeatureType = void 0;
|
|
|
587
597
|
})(exports.FeatureType || (exports.FeatureType = {}));
|
|
588
598
|
|
|
589
599
|
exports.FuelConsumptionUnit = void 0;
|
|
590
|
-
/** Geometry point with GPS coordinates */
|
|
591
600
|
|
|
592
601
|
(function (FuelConsumptionUnit) {
|
|
593
602
|
FuelConsumptionUnit["LITERS_PER_100_KILOMETERS"] = "liters_per_100_kilometers";
|
|
594
603
|
FuelConsumptionUnit["MILES_PER_GALLON"] = "miles_per_gallon";
|
|
595
604
|
})(exports.FuelConsumptionUnit || (exports.FuelConsumptionUnit = {}));
|
|
596
605
|
|
|
606
|
+
exports.FuelUnit = void 0;
|
|
607
|
+
/** Geometry point with GPS coordinates */
|
|
608
|
+
|
|
609
|
+
(function (FuelUnit) {
|
|
610
|
+
FuelUnit["LITER"] = "liter";
|
|
611
|
+
FuelUnit["GALLON"] = "gallon";
|
|
612
|
+
})(exports.FuelUnit || (exports.FuelUnit = {}));
|
|
613
|
+
|
|
614
|
+
/** Allowed N (EU) types of heavy vehicles. */
|
|
615
|
+
exports.HeavyVehiclesEUType = void 0;
|
|
616
|
+
/** List of facilities in the location. */
|
|
617
|
+
|
|
618
|
+
(function (HeavyVehiclesEUType) {
|
|
619
|
+
HeavyVehiclesEUType["N1"] = "N1";
|
|
620
|
+
HeavyVehiclesEUType["N2"] = "N2";
|
|
621
|
+
HeavyVehiclesEUType["N3"] = "N3";
|
|
622
|
+
})(exports.HeavyVehiclesEUType || (exports.HeavyVehiclesEUType = {}));
|
|
623
|
+
|
|
624
|
+
exports.HeavyVehiclesFacility = void 0;
|
|
597
625
|
/** Navigation service providers available */
|
|
626
|
+
|
|
627
|
+
(function (HeavyVehiclesFacility) {
|
|
628
|
+
HeavyVehiclesFacility["TRUCK_PARKING"] = "TRUCK_PARKING";
|
|
629
|
+
HeavyVehiclesFacility["TRUCK_WASH"] = "TRUCK_WASH";
|
|
630
|
+
HeavyVehiclesFacility["TRUCK_REPAIR"] = "TRUCK_REPAIR";
|
|
631
|
+
HeavyVehiclesFacility["TRUCK_DEALERSHIP"] = "TRUCK_DEALERSHIP";
|
|
632
|
+
HeavyVehiclesFacility["SECURE_TRUCK_PARKING"] = "SECURE_TRUCK_PARKING";
|
|
633
|
+
})(exports.HeavyVehiclesFacility || (exports.HeavyVehiclesFacility = {}));
|
|
634
|
+
|
|
598
635
|
exports.InstructionsFormat = void 0;
|
|
599
636
|
|
|
600
637
|
(function (InstructionsFormat) {
|
|
@@ -619,7 +656,7 @@ exports.IsolineQuality = void 0;
|
|
|
619
656
|
|
|
620
657
|
/** Status of the isoline label. */
|
|
621
658
|
exports.IsolineStatus = void 0;
|
|
622
|
-
/** Types of a leg */
|
|
659
|
+
/** Types of a leg. */
|
|
623
660
|
|
|
624
661
|
(function (IsolineStatus) {
|
|
625
662
|
IsolineStatus["DONE"] = "done";
|
|
@@ -628,7 +665,7 @@ exports.IsolineStatus = void 0;
|
|
|
628
665
|
})(exports.IsolineStatus || (exports.IsolineStatus = {}));
|
|
629
666
|
|
|
630
667
|
exports.LegType = void 0;
|
|
631
|
-
/** A GeoJSON LineString */
|
|
668
|
+
/** A GeoJSON LineString. */
|
|
632
669
|
|
|
633
670
|
(function (LegType) {
|
|
634
671
|
LegType["STATION"] = "station";
|
|
@@ -639,7 +676,7 @@ exports.LegType = void 0;
|
|
|
639
676
|
LegType["STATIONFINAL"] = "stationFinal";
|
|
640
677
|
})(exports.LegType || (exports.LegType = {}));
|
|
641
678
|
|
|
642
|
-
/** GeoJSON LineString type */
|
|
679
|
+
/** GeoJSON LineString type. */
|
|
643
680
|
exports.LineStringType = void 0;
|
|
644
681
|
/** Preferred language for the mapping */
|
|
645
682
|
|
|
@@ -669,7 +706,7 @@ exports.MeasurementUnit = void 0;
|
|
|
669
706
|
MeasurementUnit["INCH"] = "inch";
|
|
670
707
|
})(exports.MeasurementUnit || (exports.MeasurementUnit = {}));
|
|
671
708
|
|
|
672
|
-
/** GeoJSON MultiPolygon type */
|
|
709
|
+
/** GeoJSON MultiPolygon type. */
|
|
673
710
|
exports.MultiPolygonType = void 0;
|
|
674
711
|
|
|
675
712
|
(function (MultiPolygonType) {
|
|
@@ -900,7 +937,7 @@ exports.OCPITariffDimensionType = void 0;
|
|
|
900
937
|
})(exports.OCPITariffDimensionType || (exports.OCPITariffDimensionType = {}));
|
|
901
938
|
|
|
902
939
|
exports.OCPITariffType = void 0;
|
|
903
|
-
/** List of charging modes that are supported */
|
|
940
|
+
/** List of charging modes that are supported. */
|
|
904
941
|
|
|
905
942
|
(function (OCPITariffType) {
|
|
906
943
|
OCPITariffType["AD_HOC_PAYMENT"] = "AD_HOC_PAYMENT";
|
|
@@ -911,7 +948,7 @@ exports.OCPITariffType = void 0;
|
|
|
911
948
|
})(exports.OCPITariffType || (exports.OCPITariffType = {}));
|
|
912
949
|
|
|
913
950
|
exports.OICPChargingModes = void 0;
|
|
914
|
-
/** Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values */
|
|
951
|
+
/** Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values. */
|
|
915
952
|
|
|
916
953
|
(function (OICPChargingModes) {
|
|
917
954
|
OICPChargingModes["MODE_1"] = "mode_1";
|
|
@@ -921,9 +958,9 @@ exports.OICPChargingModes = void 0;
|
|
|
921
958
|
OICPChargingModes["CHADEMO"] = "chademo";
|
|
922
959
|
})(exports.OICPChargingModes || (exports.OICPChargingModes = {}));
|
|
923
960
|
|
|
924
|
-
/** List of authentication modes that are supported */
|
|
961
|
+
/** List of authentication modes that are supported. */
|
|
925
962
|
exports.OICPEvseAuthenticationMode = void 0;
|
|
926
|
-
/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values */
|
|
963
|
+
/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */
|
|
927
964
|
|
|
928
965
|
(function (OICPEvseAuthenticationMode) {
|
|
929
966
|
OICPEvseAuthenticationMode["NFC_RFID_CLASSIC"] = "nfc_rfid_classic";
|
|
@@ -934,9 +971,9 @@ exports.OICPEvseAuthenticationMode = void 0;
|
|
|
934
971
|
OICPEvseAuthenticationMode["NO_AUTHENTICATION_REQUIRED"] = "no_authentication_required";
|
|
935
972
|
})(exports.OICPEvseAuthenticationMode || (exports.OICPEvseAuthenticationMode = {}));
|
|
936
973
|
|
|
937
|
-
/** List of payment options that are supported */
|
|
974
|
+
/** List of payment options that are supported. */
|
|
938
975
|
exports.OICPPaymentOptions = void 0;
|
|
939
|
-
/** Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values */
|
|
976
|
+
/** Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */
|
|
940
977
|
|
|
941
978
|
(function (OICPPaymentOptions) {
|
|
942
979
|
OICPPaymentOptions["NO_PAYMENT"] = "no_payment";
|
|
@@ -944,7 +981,7 @@ exports.OICPPaymentOptions = void 0;
|
|
|
944
981
|
OICPPaymentOptions["CONTRACT"] = "contract";
|
|
945
982
|
})(exports.OICPPaymentOptions || (exports.OICPPaymentOptions = {}));
|
|
946
983
|
|
|
947
|
-
/** List of value added services that are supported */
|
|
984
|
+
/** List of value added services that are supported. */
|
|
948
985
|
exports.OICPValueAddedServices = void 0;
|
|
949
986
|
|
|
950
987
|
(function (OICPValueAddedServices) {
|
|
@@ -973,6 +1010,14 @@ exports.PointType = void 0;
|
|
|
973
1010
|
PointType["POINT"] = "Point";
|
|
974
1011
|
})(exports.PointType || (exports.PointType = {}));
|
|
975
1012
|
|
|
1013
|
+
exports.PowerSupported = void 0;
|
|
1014
|
+
|
|
1015
|
+
(function (PowerSupported) {
|
|
1016
|
+
PowerSupported["AVAILABLE"] = "available";
|
|
1017
|
+
PowerSupported["NOT_AVAILABLE"] = "not_available";
|
|
1018
|
+
PowerSupported["ANNOUNCED"] = "announced";
|
|
1019
|
+
})(exports.PowerSupported || (exports.PowerSupported = {}));
|
|
1020
|
+
|
|
976
1021
|
exports.PowerUnit = void 0;
|
|
977
1022
|
|
|
978
1023
|
(function (PowerUnit) {
|
|
@@ -981,7 +1026,7 @@ exports.PowerUnit = void 0;
|
|
|
981
1026
|
})(exports.PowerUnit || (exports.PowerUnit = {}));
|
|
982
1027
|
|
|
983
1028
|
exports.PressureUnit = void 0;
|
|
984
|
-
/** The price model */
|
|
1029
|
+
/** The price model. */
|
|
985
1030
|
|
|
986
1031
|
(function (PressureUnit) {
|
|
987
1032
|
PressureUnit["BAR"] = "bar";
|
|
@@ -997,9 +1042,9 @@ exports.PricingListElementType = void 0;
|
|
|
997
1042
|
PricingListElementType["PARKING_TIME"] = "PARKING_TIME";
|
|
998
1043
|
})(exports.PricingListElementType || (exports.PricingListElementType = {}));
|
|
999
1044
|
|
|
1000
|
-
/** Types of an alternative route */
|
|
1045
|
+
/** Types of an alternative route. */
|
|
1001
1046
|
exports.RouteAlternativeType = void 0;
|
|
1002
|
-
/** Amenity preferences for a route */
|
|
1047
|
+
/** Amenity preferences for a route. */
|
|
1003
1048
|
|
|
1004
1049
|
(function (RouteAlternativeType) {
|
|
1005
1050
|
RouteAlternativeType["FASTEST"] = "fastest";
|
|
@@ -1007,7 +1052,7 @@ exports.RouteAlternativeType = void 0;
|
|
|
1007
1052
|
RouteAlternativeType["ALTERNATIVE"] = "alternative";
|
|
1008
1053
|
})(exports.RouteAlternativeType || (exports.RouteAlternativeType = {}));
|
|
1009
1054
|
|
|
1010
|
-
/** Sign belonging to the instruction indicating the main maneuver */
|
|
1055
|
+
/** Sign belonging to the instruction indicating the main maneuver. */
|
|
1011
1056
|
exports.RouteInstructionSign = void 0;
|
|
1012
1057
|
|
|
1013
1058
|
(function (RouteInstructionSign) {
|
|
@@ -1035,7 +1080,62 @@ exports.RouteInstructionSign = void 0;
|
|
|
1035
1080
|
RouteInstructionSign["IGNORE"] = "IGNORE";
|
|
1036
1081
|
})(exports.RouteInstructionSign || (exports.RouteInstructionSign = {}));
|
|
1037
1082
|
|
|
1038
|
-
/**
|
|
1083
|
+
/** Köppen climate classification. */
|
|
1084
|
+
exports.RouteOperationalElectricityClimate = void 0;
|
|
1085
|
+
|
|
1086
|
+
(function (RouteOperationalElectricityClimate) {
|
|
1087
|
+
RouteOperationalElectricityClimate["AF"] = "Af";
|
|
1088
|
+
RouteOperationalElectricityClimate["AM"] = "Am";
|
|
1089
|
+
RouteOperationalElectricityClimate["AW"] = "Aw";
|
|
1090
|
+
RouteOperationalElectricityClimate["AS"] = "As";
|
|
1091
|
+
RouteOperationalElectricityClimate["BWH"] = "BWh";
|
|
1092
|
+
RouteOperationalElectricityClimate["BWK"] = "BWk";
|
|
1093
|
+
RouteOperationalElectricityClimate["BSH"] = "BSh";
|
|
1094
|
+
RouteOperationalElectricityClimate["BSK"] = "BSk";
|
|
1095
|
+
RouteOperationalElectricityClimate["CWA"] = "Cwa";
|
|
1096
|
+
RouteOperationalElectricityClimate["CWB"] = "Cwb";
|
|
1097
|
+
RouteOperationalElectricityClimate["CWC"] = "Cwc";
|
|
1098
|
+
RouteOperationalElectricityClimate["CFA"] = "Cfa";
|
|
1099
|
+
RouteOperationalElectricityClimate["CFB"] = "Cfb";
|
|
1100
|
+
RouteOperationalElectricityClimate["CFC"] = "Cfc";
|
|
1101
|
+
RouteOperationalElectricityClimate["CSA"] = "Csa";
|
|
1102
|
+
RouteOperationalElectricityClimate["CSB"] = "Csb";
|
|
1103
|
+
RouteOperationalElectricityClimate["CSC"] = "Csc";
|
|
1104
|
+
RouteOperationalElectricityClimate["DWA"] = "Dwa";
|
|
1105
|
+
RouteOperationalElectricityClimate["DWB"] = "Dwb";
|
|
1106
|
+
RouteOperationalElectricityClimate["DWC"] = "Dwc";
|
|
1107
|
+
RouteOperationalElectricityClimate["DWD"] = "Dwd";
|
|
1108
|
+
RouteOperationalElectricityClimate["DFA"] = "Dfa";
|
|
1109
|
+
RouteOperationalElectricityClimate["DFB"] = "Dfb";
|
|
1110
|
+
RouteOperationalElectricityClimate["DFC"] = "Dfc";
|
|
1111
|
+
RouteOperationalElectricityClimate["DFD"] = "Dfd";
|
|
1112
|
+
RouteOperationalElectricityClimate["DSA"] = "Dsa";
|
|
1113
|
+
RouteOperationalElectricityClimate["DSB"] = "Dsb";
|
|
1114
|
+
RouteOperationalElectricityClimate["DSC"] = "Dsc";
|
|
1115
|
+
RouteOperationalElectricityClimate["DSD"] = "Dsd";
|
|
1116
|
+
RouteOperationalElectricityClimate["ET"] = "ET";
|
|
1117
|
+
RouteOperationalElectricityClimate["EF"] = "EF";
|
|
1118
|
+
})(exports.RouteOperationalElectricityClimate || (exports.RouteOperationalElectricityClimate = {}));
|
|
1119
|
+
|
|
1120
|
+
/** Yearly seasons. */
|
|
1121
|
+
exports.RouteOperationalElectricitySeason = void 0;
|
|
1122
|
+
|
|
1123
|
+
(function (RouteOperationalElectricitySeason) {
|
|
1124
|
+
RouteOperationalElectricitySeason["WINTER"] = "winter";
|
|
1125
|
+
RouteOperationalElectricitySeason["SPRING"] = "spring";
|
|
1126
|
+
RouteOperationalElectricitySeason["SUMMER"] = "summer";
|
|
1127
|
+
RouteOperationalElectricitySeason["FALL"] = "fall";
|
|
1128
|
+
})(exports.RouteOperationalElectricitySeason || (exports.RouteOperationalElectricitySeason = {}));
|
|
1129
|
+
|
|
1130
|
+
/** Fuel types. */
|
|
1131
|
+
exports.RouteOperationalFuelType = void 0;
|
|
1132
|
+
|
|
1133
|
+
(function (RouteOperationalFuelType) {
|
|
1134
|
+
RouteOperationalFuelType["GASOLINE"] = "gasoline";
|
|
1135
|
+
RouteOperationalFuelType["DIESEL"] = "diesel";
|
|
1136
|
+
})(exports.RouteOperationalFuelType || (exports.RouteOperationalFuelType = {}));
|
|
1137
|
+
|
|
1138
|
+
/** Type of operator prioritization for a route. */
|
|
1039
1139
|
exports.RouteOperatorsType = void 0;
|
|
1040
1140
|
|
|
1041
1141
|
(function (RouteOperatorsType) {
|
|
@@ -1044,7 +1144,7 @@ exports.RouteOperatorsType = void 0;
|
|
|
1044
1144
|
RouteOperatorsType["REQUIRED"] = "required";
|
|
1045
1145
|
})(exports.RouteOperatorsType || (exports.RouteOperatorsType = {}));
|
|
1046
1146
|
|
|
1047
|
-
/** The season of the route */
|
|
1147
|
+
/** The season of the route. */
|
|
1048
1148
|
exports.RouteSeason = void 0;
|
|
1049
1149
|
|
|
1050
1150
|
(function (RouteSeason) {
|
|
@@ -1053,7 +1153,7 @@ exports.RouteSeason = void 0;
|
|
|
1053
1153
|
RouteSeason["CURRENT"] = "current";
|
|
1054
1154
|
})(exports.RouteSeason || (exports.RouteSeason = {}));
|
|
1055
1155
|
|
|
1056
|
-
/** The status of a route. The status can be pending, processing, done, not_found or error */
|
|
1156
|
+
/** The status of a route. The status can be pending, processing, done, not_found or error. */
|
|
1057
1157
|
exports.RouteStatus = void 0;
|
|
1058
1158
|
|
|
1059
1159
|
(function (RouteStatus) {
|
|
@@ -1064,9 +1164,8 @@ exports.RouteStatus = void 0;
|
|
|
1064
1164
|
RouteStatus["ERROR"] = "error";
|
|
1065
1165
|
})(exports.RouteStatus || (exports.RouteStatus = {}));
|
|
1066
1166
|
|
|
1067
|
-
/** Tags of a route */
|
|
1167
|
+
/** Tags of a route. */
|
|
1068
1168
|
exports.RouteTagType = void 0;
|
|
1069
|
-
/** Scheduled charge stop along a route */
|
|
1070
1169
|
|
|
1071
1170
|
(function (RouteTagType) {
|
|
1072
1171
|
RouteTagType["ROAD"] = "road";
|
|
@@ -1086,7 +1185,7 @@ exports.SpeedUnit = void 0;
|
|
|
1086
1185
|
})(exports.SpeedUnit || (exports.SpeedUnit = {}));
|
|
1087
1186
|
|
|
1088
1187
|
exports.StateOfChargeUnit = void 0;
|
|
1089
|
-
/** Station data which extends OCPI Location */
|
|
1188
|
+
/** Station data which extends OCPI Location. */
|
|
1090
1189
|
|
|
1091
1190
|
(function (StateOfChargeUnit) {
|
|
1092
1191
|
StateOfChargeUnit["KILOMETER"] = "kilometer";
|
|
@@ -1095,7 +1194,28 @@ exports.StateOfChargeUnit = void 0;
|
|
|
1095
1194
|
StateOfChargeUnit["PERCENTAGE"] = "percentage";
|
|
1096
1195
|
})(exports.StateOfChargeUnit || (exports.StateOfChargeUnit = {}));
|
|
1097
1196
|
|
|
1098
|
-
|
|
1197
|
+
exports.StationAdhocAuthorisationPaymentMethod = void 0;
|
|
1198
|
+
/** Filter which can be applied to retrieve the station around list action. */
|
|
1199
|
+
|
|
1200
|
+
(function (StationAdhocAuthorisationPaymentMethod) {
|
|
1201
|
+
StationAdhocAuthorisationPaymentMethod["AUTH_BY_CAR_PLUG_AND_CHARGE"] = "AUTH_BY_CAR_PLUG_AND_CHARGE";
|
|
1202
|
+
StationAdhocAuthorisationPaymentMethod["ONLINE_APPLE_PAY"] = "ONLINE_APPLE_PAY";
|
|
1203
|
+
StationAdhocAuthorisationPaymentMethod["TERMINAL_IN_APP"] = "TERMINAL_IN_APP";
|
|
1204
|
+
StationAdhocAuthorisationPaymentMethod["ONLINE_PAYPAL"] = "ONLINE_PAYPAL";
|
|
1205
|
+
StationAdhocAuthorisationPaymentMethod["SERVICE_PROVIDER_RFID_CARD"] = "SERVICE_PROVIDER_RFID_CARD";
|
|
1206
|
+
StationAdhocAuthorisationPaymentMethod["TERMINAL_QR_CODE"] = "TERMINAL_QR_CODE";
|
|
1207
|
+
StationAdhocAuthorisationPaymentMethod["TERMINAL_CREDIT_CARD"] = "TERMINAL_CREDIT_CARD";
|
|
1208
|
+
StationAdhocAuthorisationPaymentMethod["TERMINAL_DEBIT_CARD"] = "TERMINAL_DEBIT_CARD";
|
|
1209
|
+
StationAdhocAuthorisationPaymentMethod["TERMINAL_SMS"] = "TERMINAL_SMS";
|
|
1210
|
+
StationAdhocAuthorisationPaymentMethod["ONLINE_CREDIT_CARD"] = "ONLINE_CREDIT_CARD";
|
|
1211
|
+
StationAdhocAuthorisationPaymentMethod["OTHER_OTHER"] = "OTHER_OTHER";
|
|
1212
|
+
StationAdhocAuthorisationPaymentMethod["TERMINAL_CONTACTLESS"] = "TERMINAL_CONTACTLESS";
|
|
1213
|
+
StationAdhocAuthorisationPaymentMethod["ONLINE_GOOGLE_PAY"] = "ONLINE_GOOGLE_PAY";
|
|
1214
|
+
StationAdhocAuthorisationPaymentMethod["ONLINE_BANK_PAYMENT"] = "ONLINE_BANK_PAYMENT";
|
|
1215
|
+
StationAdhocAuthorisationPaymentMethod["AUTH_BY_CAR_AUTOCHARGE"] = "AUTH_BY_CAR_AUTOCHARGE";
|
|
1216
|
+
})(exports.StationAdhocAuthorisationPaymentMethod || (exports.StationAdhocAuthorisationPaymentMethod = {}));
|
|
1217
|
+
|
|
1218
|
+
/** The station speed type. */
|
|
1099
1219
|
exports.StationSpeedType = void 0;
|
|
1100
1220
|
/** The station stats model */
|
|
1101
1221
|
|
|
@@ -1105,7 +1225,7 @@ exports.StationSpeedType = void 0;
|
|
|
1105
1225
|
StationSpeedType["TURBO"] = "turbo";
|
|
1106
1226
|
})(exports.StationSpeedType || (exports.StationSpeedType = {}));
|
|
1107
1227
|
|
|
1108
|
-
/** Types of a route step */
|
|
1228
|
+
/** Types of a route step. */
|
|
1109
1229
|
exports.StepType = void 0;
|
|
1110
1230
|
|
|
1111
1231
|
(function (StepType) {
|
|
@@ -1170,6 +1290,12 @@ exports.VehicleBatteryFieldEstimations = void 0;
|
|
|
1170
1290
|
VehicleBatteryFieldEstimations["U"] = "U";
|
|
1171
1291
|
})(exports.VehicleBatteryFieldEstimations || (exports.VehicleBatteryFieldEstimations = {}));
|
|
1172
1292
|
|
|
1293
|
+
exports.VehicleBatteryType = void 0;
|
|
1294
|
+
|
|
1295
|
+
(function (VehicleBatteryType) {
|
|
1296
|
+
VehicleBatteryType["LITHIUM_ION"] = "lithium_ion";
|
|
1297
|
+
})(exports.VehicleBatteryType || (exports.VehicleBatteryType = {}));
|
|
1298
|
+
|
|
1173
1299
|
exports.VehicleDataProvider = void 0;
|
|
1174
1300
|
|
|
1175
1301
|
(function (VehicleDataProvider) {
|
|
@@ -1228,6 +1354,16 @@ exports.VehicleMode = void 0;
|
|
|
1228
1354
|
VehicleMode["CONCEPT"] = "concept";
|
|
1229
1355
|
})(exports.VehicleMode || (exports.VehicleMode = {}));
|
|
1230
1356
|
|
|
1357
|
+
exports.VehiclePlugAndChargeSupport = void 0;
|
|
1358
|
+
/** The output element of the vehiclePremium query. */
|
|
1359
|
+
|
|
1360
|
+
(function (VehiclePlugAndChargeSupport) {
|
|
1361
|
+
VehiclePlugAndChargeSupport["AVAILABLE"] = "available";
|
|
1362
|
+
VehiclePlugAndChargeSupport["ANNOUNCED"] = "announced";
|
|
1363
|
+
VehiclePlugAndChargeSupport["LIMITED"] = "limited";
|
|
1364
|
+
VehiclePlugAndChargeSupport["NOT_AVAILABLE"] = "not_available";
|
|
1365
|
+
})(exports.VehiclePlugAndChargeSupport || (exports.VehiclePlugAndChargeSupport = {}));
|
|
1366
|
+
|
|
1231
1367
|
/** Propulsion. */
|
|
1232
1368
|
exports.VehiclePropulsion = void 0;
|
|
1233
1369
|
/** Status of a vehicle provider. */
|