@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
|
@@ -7,7 +7,7 @@ export let AccelerationUnit;
|
|
|
7
7
|
})(AccelerationUnit || (AccelerationUnit = {}));
|
|
8
8
|
|
|
9
9
|
export let AccessType;
|
|
10
|
-
/** Information about an address */
|
|
10
|
+
/** Information about an address. */
|
|
11
11
|
|
|
12
12
|
(function (AccessType) {
|
|
13
13
|
AccessType["PUBLIC"] = "Public";
|
|
@@ -45,7 +45,7 @@ export let Amenities;
|
|
|
45
45
|
Amenities["PHARMACY"] = "pharmacy";
|
|
46
46
|
})(Amenities || (Amenities = {}));
|
|
47
47
|
|
|
48
|
-
/** A list of amenity types */
|
|
48
|
+
/** A list of amenity types. */
|
|
49
49
|
export let AmenityType;
|
|
50
50
|
|
|
51
51
|
(function (AmenityType) {
|
|
@@ -62,7 +62,7 @@ export let AmenityType;
|
|
|
62
62
|
})(AmenityType || (AmenityType = {}));
|
|
63
63
|
|
|
64
64
|
export let AuxiliaryConsumptionUnit;
|
|
65
|
-
/** The type of the battery value */
|
|
65
|
+
/** The type of the battery value. */
|
|
66
66
|
|
|
67
67
|
(function (AuxiliaryConsumptionUnit) {
|
|
68
68
|
AuxiliaryConsumptionUnit["KILOWATT_HOUR"] = "kilowatt_hour";
|
|
@@ -77,7 +77,7 @@ export let BatteryInputType;
|
|
|
77
77
|
BatteryInputType["PERCENTAGE"] = "percentage";
|
|
78
78
|
})(BatteryInputType || (BatteryInputType = {}));
|
|
79
79
|
|
|
80
|
-
/** Battery field estimated */
|
|
80
|
+
/** Battery field estimated. */
|
|
81
81
|
export let CarBatteryFieldEstimations;
|
|
82
82
|
|
|
83
83
|
(function (CarBatteryFieldEstimations) {
|
|
@@ -88,31 +88,31 @@ export let CarBatteryFieldEstimations;
|
|
|
88
88
|
})(CarBatteryFieldEstimations || (CarBatteryFieldEstimations = {}));
|
|
89
89
|
|
|
90
90
|
export let CarConnectivityProvider;
|
|
91
|
-
/** Deprecated */
|
|
91
|
+
/** Deprecated. */
|
|
92
92
|
|
|
93
93
|
(function (CarConnectivityProvider) {
|
|
94
94
|
CarConnectivityProvider["ENODE"] = "Enode";
|
|
95
95
|
})(CarConnectivityProvider || (CarConnectivityProvider = {}));
|
|
96
96
|
|
|
97
|
-
/** Drivetrain */
|
|
97
|
+
/** Drivetrain. */
|
|
98
98
|
export let CarDrivetrain;
|
|
99
|
-
/** Deprecated */
|
|
99
|
+
/** Deprecated. */
|
|
100
100
|
|
|
101
101
|
(function (CarDrivetrain) {
|
|
102
102
|
CarDrivetrain["BEV"] = "BEV";
|
|
103
103
|
CarDrivetrain["EREV"] = "EREV";
|
|
104
104
|
})(CarDrivetrain || (CarDrivetrain = {}));
|
|
105
105
|
|
|
106
|
-
/** Fuel type */
|
|
106
|
+
/** Fuel type. */
|
|
107
107
|
export let CarFuel;
|
|
108
108
|
|
|
109
109
|
(function (CarFuel) {
|
|
110
110
|
CarFuel["E"] = "E";
|
|
111
111
|
})(CarFuel || (CarFuel = {}));
|
|
112
112
|
|
|
113
|
-
/** Available types of images which can be found for a car. Each type has specific image sizes */
|
|
113
|
+
/** Available types of images which can be found for a car. Each type has specific image sizes. */
|
|
114
114
|
export let CarImageType;
|
|
115
|
-
/** When uploading images to a car, you can select one of this types. The rest of the types are automatically generated by the system */
|
|
115
|
+
/** When uploading images to a car, you can select one of this types. The rest of the types are automatically generated by the system. */
|
|
116
116
|
|
|
117
117
|
(function (CarImageType) {
|
|
118
118
|
CarImageType["PROVIDER"] = "provider";
|
|
@@ -124,13 +124,13 @@ export let CarImageType;
|
|
|
124
124
|
})(CarImageType || (CarImageType = {}));
|
|
125
125
|
|
|
126
126
|
export let CarImageTypeUploadable;
|
|
127
|
-
/** The output element of the carList query */
|
|
127
|
+
/** The output element of the carList query. */
|
|
128
128
|
|
|
129
129
|
(function (CarImageTypeUploadable) {
|
|
130
130
|
CarImageTypeUploadable["IMAGE"] = "image";
|
|
131
131
|
})(CarImageTypeUploadable || (CarImageTypeUploadable = {}));
|
|
132
132
|
|
|
133
|
-
/** Mode (state) of the current production */
|
|
133
|
+
/** Mode (state) of the current production. */
|
|
134
134
|
export let CarMode;
|
|
135
135
|
|
|
136
136
|
(function (CarMode) {
|
|
@@ -139,7 +139,7 @@ export let CarMode;
|
|
|
139
139
|
CarMode["CONCEPT"] = "concept";
|
|
140
140
|
})(CarMode || (CarMode = {}));
|
|
141
141
|
|
|
142
|
-
/** Propulsion */
|
|
142
|
+
/** Propulsion. */
|
|
143
143
|
export let CarPropulsion;
|
|
144
144
|
|
|
145
145
|
(function (CarPropulsion) {
|
|
@@ -148,7 +148,7 @@ export let CarPropulsion;
|
|
|
148
148
|
CarPropulsion["REAR"] = "Rear";
|
|
149
149
|
})(CarPropulsion || (CarPropulsion = {}));
|
|
150
150
|
|
|
151
|
-
/** Status of a car */
|
|
151
|
+
/** Status of a car. */
|
|
152
152
|
export let CarStatus;
|
|
153
153
|
|
|
154
154
|
(function (CarStatus) {
|
|
@@ -158,7 +158,7 @@ export let CarStatus;
|
|
|
158
158
|
CarStatus["REMOVED"] = "removed";
|
|
159
159
|
})(CarStatus || (CarStatus = {}));
|
|
160
160
|
|
|
161
|
-
/** Charging mode used at charging stations */
|
|
161
|
+
/** Charging mode used at charging stations. */
|
|
162
162
|
export let ChargeMode;
|
|
163
163
|
|
|
164
164
|
(function (ChargeMode) {
|
|
@@ -175,7 +175,7 @@ export let ChargeSpeedUnit;
|
|
|
175
175
|
})(ChargeSpeedUnit || (ChargeSpeedUnit = {}));
|
|
176
176
|
|
|
177
177
|
export let ChargerStatus;
|
|
178
|
-
/**
|
|
178
|
+
/** Grouping by status of the chargers. */
|
|
179
179
|
|
|
180
180
|
(function (ChargerStatus) {
|
|
181
181
|
ChargerStatus["FREE"] = "free";
|
|
@@ -210,7 +210,7 @@ export let ConnectScope;
|
|
|
210
210
|
})(ConnectScope || (ConnectScope = {}));
|
|
211
211
|
|
|
212
212
|
export let ConnectedVehicleStatus;
|
|
213
|
-
/** Connector data which extends OCPI Connector */
|
|
213
|
+
/** Connector data which extends OCPI Connector. */
|
|
214
214
|
|
|
215
215
|
(function (ConnectedVehicleStatus) {
|
|
216
216
|
ConnectedVehicleStatus["PENDING_AUTHORIZATION"] = "pending_authorization";
|
|
@@ -265,7 +265,7 @@ export let ConnectorType;
|
|
|
265
265
|
})(ConnectorType || (ConnectorType = {}));
|
|
266
266
|
|
|
267
267
|
export let ConsumptionUnit;
|
|
268
|
-
/** The complete contact information */
|
|
268
|
+
/** The complete contact information. */
|
|
269
269
|
|
|
270
270
|
(function (ConsumptionUnit) {
|
|
271
271
|
ConsumptionUnit["KILOWATT_HOURS_PER_100_KILOMETERS"] = "kilowatt_hours_per_100_kilometers";
|
|
@@ -276,7 +276,7 @@ export let ConsumptionUnit;
|
|
|
276
276
|
ConsumptionUnit["MILES_PER_KILOWATT_HOUR"] = "miles_per_kilowatt_hour";
|
|
277
277
|
})(ConsumptionUnit || (ConsumptionUnit = {}));
|
|
278
278
|
|
|
279
|
-
/** ISO-3166 alpha-2 country codes */
|
|
279
|
+
/** ISO-3166 alpha-2 country codes. */
|
|
280
280
|
export let CountryCodeAlpha2;
|
|
281
281
|
|
|
282
282
|
(function (CountryCodeAlpha2) {
|
|
@@ -527,6 +527,7 @@ export let CountryCodeAlpha2;
|
|
|
527
527
|
CountryCodeAlpha2["VU"] = "VU";
|
|
528
528
|
CountryCodeAlpha2["WF"] = "WF";
|
|
529
529
|
CountryCodeAlpha2["WS"] = "WS";
|
|
530
|
+
CountryCodeAlpha2["XK"] = "XK";
|
|
530
531
|
CountryCodeAlpha2["YE"] = "YE";
|
|
531
532
|
CountryCodeAlpha2["YT"] = "YT";
|
|
532
533
|
CountryCodeAlpha2["ZA"] = "ZA";
|
|
@@ -534,7 +535,7 @@ export let CountryCodeAlpha2;
|
|
|
534
535
|
CountryCodeAlpha2["ZW"] = "ZW";
|
|
535
536
|
})(CountryCodeAlpha2 || (CountryCodeAlpha2 = {}));
|
|
536
537
|
|
|
537
|
-
/** Currency according to the ISO 4217 standard */
|
|
538
|
+
/** Currency according to the ISO 4217 standard. */
|
|
538
539
|
export let CurrencyUnit;
|
|
539
540
|
|
|
540
541
|
(function (CurrencyUnit) {
|
|
@@ -543,8 +544,17 @@ export let CurrencyUnit;
|
|
|
543
544
|
CurrencyUnit["GBP"] = "GBP";
|
|
544
545
|
})(CurrencyUnit || (CurrencyUnit = {}));
|
|
545
546
|
|
|
547
|
+
export let DimensionUnit;
|
|
548
|
+
|
|
549
|
+
(function (DimensionUnit) {
|
|
550
|
+
DimensionUnit["METER"] = "meter";
|
|
551
|
+
DimensionUnit["FOOT"] = "foot";
|
|
552
|
+
DimensionUnit["KILOMETER"] = "kilometer";
|
|
553
|
+
DimensionUnit["MILE"] = "mile";
|
|
554
|
+
})(DimensionUnit || (DimensionUnit = {}));
|
|
555
|
+
|
|
546
556
|
export let DistanceUnit;
|
|
547
|
-
/** EVSE data which extends OCPI EVSE */
|
|
557
|
+
/** EVSE data which extends OCPI EVSE. */
|
|
548
558
|
|
|
549
559
|
(function (DistanceUnit) {
|
|
550
560
|
DistanceUnit["METER"] = "meter";
|
|
@@ -568,7 +578,7 @@ export let EmissionRateUnit;
|
|
|
568
578
|
})(EmissionRateUnit || (EmissionRateUnit = {}));
|
|
569
579
|
|
|
570
580
|
export let EmissionUnit;
|
|
571
|
-
/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values */
|
|
581
|
+
/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */
|
|
572
582
|
|
|
573
583
|
(function (EmissionUnit) {
|
|
574
584
|
EmissionUnit["GRAM"] = "gram";
|
|
@@ -583,14 +593,41 @@ export let FeatureType;
|
|
|
583
593
|
})(FeatureType || (FeatureType = {}));
|
|
584
594
|
|
|
585
595
|
export let FuelConsumptionUnit;
|
|
586
|
-
/** Geometry point with GPS coordinates */
|
|
587
596
|
|
|
588
597
|
(function (FuelConsumptionUnit) {
|
|
589
598
|
FuelConsumptionUnit["LITERS_PER_100_KILOMETERS"] = "liters_per_100_kilometers";
|
|
590
599
|
FuelConsumptionUnit["MILES_PER_GALLON"] = "miles_per_gallon";
|
|
591
600
|
})(FuelConsumptionUnit || (FuelConsumptionUnit = {}));
|
|
592
601
|
|
|
602
|
+
export let FuelUnit;
|
|
603
|
+
/** Geometry point with GPS coordinates */
|
|
604
|
+
|
|
605
|
+
(function (FuelUnit) {
|
|
606
|
+
FuelUnit["LITER"] = "liter";
|
|
607
|
+
FuelUnit["GALLON"] = "gallon";
|
|
608
|
+
})(FuelUnit || (FuelUnit = {}));
|
|
609
|
+
|
|
610
|
+
/** Allowed N (EU) types of heavy vehicles. */
|
|
611
|
+
export let HeavyVehiclesEUType;
|
|
612
|
+
/** List of facilities in the location. */
|
|
613
|
+
|
|
614
|
+
(function (HeavyVehiclesEUType) {
|
|
615
|
+
HeavyVehiclesEUType["N1"] = "N1";
|
|
616
|
+
HeavyVehiclesEUType["N2"] = "N2";
|
|
617
|
+
HeavyVehiclesEUType["N3"] = "N3";
|
|
618
|
+
})(HeavyVehiclesEUType || (HeavyVehiclesEUType = {}));
|
|
619
|
+
|
|
620
|
+
export let HeavyVehiclesFacility;
|
|
593
621
|
/** Navigation service providers available */
|
|
622
|
+
|
|
623
|
+
(function (HeavyVehiclesFacility) {
|
|
624
|
+
HeavyVehiclesFacility["TRUCK_PARKING"] = "TRUCK_PARKING";
|
|
625
|
+
HeavyVehiclesFacility["TRUCK_WASH"] = "TRUCK_WASH";
|
|
626
|
+
HeavyVehiclesFacility["TRUCK_REPAIR"] = "TRUCK_REPAIR";
|
|
627
|
+
HeavyVehiclesFacility["TRUCK_DEALERSHIP"] = "TRUCK_DEALERSHIP";
|
|
628
|
+
HeavyVehiclesFacility["SECURE_TRUCK_PARKING"] = "SECURE_TRUCK_PARKING";
|
|
629
|
+
})(HeavyVehiclesFacility || (HeavyVehiclesFacility = {}));
|
|
630
|
+
|
|
594
631
|
export let InstructionsFormat;
|
|
595
632
|
|
|
596
633
|
(function (InstructionsFormat) {
|
|
@@ -615,7 +652,7 @@ export let IsolineQuality;
|
|
|
615
652
|
|
|
616
653
|
/** Status of the isoline label. */
|
|
617
654
|
export let IsolineStatus;
|
|
618
|
-
/** Types of a leg */
|
|
655
|
+
/** Types of a leg. */
|
|
619
656
|
|
|
620
657
|
(function (IsolineStatus) {
|
|
621
658
|
IsolineStatus["DONE"] = "done";
|
|
@@ -624,7 +661,7 @@ export let IsolineStatus;
|
|
|
624
661
|
})(IsolineStatus || (IsolineStatus = {}));
|
|
625
662
|
|
|
626
663
|
export let LegType;
|
|
627
|
-
/** A GeoJSON LineString */
|
|
664
|
+
/** A GeoJSON LineString. */
|
|
628
665
|
|
|
629
666
|
(function (LegType) {
|
|
630
667
|
LegType["STATION"] = "station";
|
|
@@ -635,7 +672,7 @@ export let LegType;
|
|
|
635
672
|
LegType["STATIONFINAL"] = "stationFinal";
|
|
636
673
|
})(LegType || (LegType = {}));
|
|
637
674
|
|
|
638
|
-
/** GeoJSON LineString type */
|
|
675
|
+
/** GeoJSON LineString type. */
|
|
639
676
|
export let LineStringType;
|
|
640
677
|
/** Preferred language for the mapping */
|
|
641
678
|
|
|
@@ -665,7 +702,7 @@ export let MeasurementUnit;
|
|
|
665
702
|
MeasurementUnit["INCH"] = "inch";
|
|
666
703
|
})(MeasurementUnit || (MeasurementUnit = {}));
|
|
667
704
|
|
|
668
|
-
/** GeoJSON MultiPolygon type */
|
|
705
|
+
/** GeoJSON MultiPolygon type. */
|
|
669
706
|
export let MultiPolygonType;
|
|
670
707
|
|
|
671
708
|
(function (MultiPolygonType) {
|
|
@@ -896,7 +933,7 @@ export let OCPITariffDimensionType;
|
|
|
896
933
|
})(OCPITariffDimensionType || (OCPITariffDimensionType = {}));
|
|
897
934
|
|
|
898
935
|
export let OCPITariffType;
|
|
899
|
-
/** List of charging modes that are supported */
|
|
936
|
+
/** List of charging modes that are supported. */
|
|
900
937
|
|
|
901
938
|
(function (OCPITariffType) {
|
|
902
939
|
OCPITariffType["AD_HOC_PAYMENT"] = "AD_HOC_PAYMENT";
|
|
@@ -907,7 +944,7 @@ export let OCPITariffType;
|
|
|
907
944
|
})(OCPITariffType || (OCPITariffType = {}));
|
|
908
945
|
|
|
909
946
|
export let OICPChargingModes;
|
|
910
|
-
/** Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values */
|
|
947
|
+
/** Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values. */
|
|
911
948
|
|
|
912
949
|
(function (OICPChargingModes) {
|
|
913
950
|
OICPChargingModes["MODE_1"] = "mode_1";
|
|
@@ -917,9 +954,9 @@ export let OICPChargingModes;
|
|
|
917
954
|
OICPChargingModes["CHADEMO"] = "chademo";
|
|
918
955
|
})(OICPChargingModes || (OICPChargingModes = {}));
|
|
919
956
|
|
|
920
|
-
/** List of authentication modes that are supported */
|
|
957
|
+
/** List of authentication modes that are supported. */
|
|
921
958
|
export let OICPEvseAuthenticationMode;
|
|
922
|
-
/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values */
|
|
959
|
+
/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */
|
|
923
960
|
|
|
924
961
|
(function (OICPEvseAuthenticationMode) {
|
|
925
962
|
OICPEvseAuthenticationMode["NFC_RFID_CLASSIC"] = "nfc_rfid_classic";
|
|
@@ -930,9 +967,9 @@ export let OICPEvseAuthenticationMode;
|
|
|
930
967
|
OICPEvseAuthenticationMode["NO_AUTHENTICATION_REQUIRED"] = "no_authentication_required";
|
|
931
968
|
})(OICPEvseAuthenticationMode || (OICPEvseAuthenticationMode = {}));
|
|
932
969
|
|
|
933
|
-
/** List of payment options that are supported */
|
|
970
|
+
/** List of payment options that are supported. */
|
|
934
971
|
export let OICPPaymentOptions;
|
|
935
|
-
/** Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values */
|
|
972
|
+
/** Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */
|
|
936
973
|
|
|
937
974
|
(function (OICPPaymentOptions) {
|
|
938
975
|
OICPPaymentOptions["NO_PAYMENT"] = "no_payment";
|
|
@@ -940,7 +977,7 @@ export let OICPPaymentOptions;
|
|
|
940
977
|
OICPPaymentOptions["CONTRACT"] = "contract";
|
|
941
978
|
})(OICPPaymentOptions || (OICPPaymentOptions = {}));
|
|
942
979
|
|
|
943
|
-
/** List of value added services that are supported */
|
|
980
|
+
/** List of value added services that are supported. */
|
|
944
981
|
export let OICPValueAddedServices;
|
|
945
982
|
|
|
946
983
|
(function (OICPValueAddedServices) {
|
|
@@ -969,6 +1006,14 @@ export let PointType;
|
|
|
969
1006
|
PointType["POINT"] = "Point";
|
|
970
1007
|
})(PointType || (PointType = {}));
|
|
971
1008
|
|
|
1009
|
+
export let PowerSupported;
|
|
1010
|
+
|
|
1011
|
+
(function (PowerSupported) {
|
|
1012
|
+
PowerSupported["AVAILABLE"] = "available";
|
|
1013
|
+
PowerSupported["NOT_AVAILABLE"] = "not_available";
|
|
1014
|
+
PowerSupported["ANNOUNCED"] = "announced";
|
|
1015
|
+
})(PowerSupported || (PowerSupported = {}));
|
|
1016
|
+
|
|
972
1017
|
export let PowerUnit;
|
|
973
1018
|
|
|
974
1019
|
(function (PowerUnit) {
|
|
@@ -977,7 +1022,7 @@ export let PowerUnit;
|
|
|
977
1022
|
})(PowerUnit || (PowerUnit = {}));
|
|
978
1023
|
|
|
979
1024
|
export let PressureUnit;
|
|
980
|
-
/** The price model */
|
|
1025
|
+
/** The price model. */
|
|
981
1026
|
|
|
982
1027
|
(function (PressureUnit) {
|
|
983
1028
|
PressureUnit["BAR"] = "bar";
|
|
@@ -993,9 +1038,9 @@ export let PricingListElementType;
|
|
|
993
1038
|
PricingListElementType["PARKING_TIME"] = "PARKING_TIME";
|
|
994
1039
|
})(PricingListElementType || (PricingListElementType = {}));
|
|
995
1040
|
|
|
996
|
-
/** Types of an alternative route */
|
|
1041
|
+
/** Types of an alternative route. */
|
|
997
1042
|
export let RouteAlternativeType;
|
|
998
|
-
/** Amenity preferences for a route */
|
|
1043
|
+
/** Amenity preferences for a route. */
|
|
999
1044
|
|
|
1000
1045
|
(function (RouteAlternativeType) {
|
|
1001
1046
|
RouteAlternativeType["FASTEST"] = "fastest";
|
|
@@ -1003,7 +1048,7 @@ export let RouteAlternativeType;
|
|
|
1003
1048
|
RouteAlternativeType["ALTERNATIVE"] = "alternative";
|
|
1004
1049
|
})(RouteAlternativeType || (RouteAlternativeType = {}));
|
|
1005
1050
|
|
|
1006
|
-
/** Sign belonging to the instruction indicating the main maneuver */
|
|
1051
|
+
/** Sign belonging to the instruction indicating the main maneuver. */
|
|
1007
1052
|
export let RouteInstructionSign;
|
|
1008
1053
|
|
|
1009
1054
|
(function (RouteInstructionSign) {
|
|
@@ -1031,7 +1076,62 @@ export let RouteInstructionSign;
|
|
|
1031
1076
|
RouteInstructionSign["IGNORE"] = "IGNORE";
|
|
1032
1077
|
})(RouteInstructionSign || (RouteInstructionSign = {}));
|
|
1033
1078
|
|
|
1034
|
-
/**
|
|
1079
|
+
/** Köppen climate classification. */
|
|
1080
|
+
export let RouteOperationalElectricityClimate;
|
|
1081
|
+
|
|
1082
|
+
(function (RouteOperationalElectricityClimate) {
|
|
1083
|
+
RouteOperationalElectricityClimate["AF"] = "Af";
|
|
1084
|
+
RouteOperationalElectricityClimate["AM"] = "Am";
|
|
1085
|
+
RouteOperationalElectricityClimate["AW"] = "Aw";
|
|
1086
|
+
RouteOperationalElectricityClimate["AS"] = "As";
|
|
1087
|
+
RouteOperationalElectricityClimate["BWH"] = "BWh";
|
|
1088
|
+
RouteOperationalElectricityClimate["BWK"] = "BWk";
|
|
1089
|
+
RouteOperationalElectricityClimate["BSH"] = "BSh";
|
|
1090
|
+
RouteOperationalElectricityClimate["BSK"] = "BSk";
|
|
1091
|
+
RouteOperationalElectricityClimate["CWA"] = "Cwa";
|
|
1092
|
+
RouteOperationalElectricityClimate["CWB"] = "Cwb";
|
|
1093
|
+
RouteOperationalElectricityClimate["CWC"] = "Cwc";
|
|
1094
|
+
RouteOperationalElectricityClimate["CFA"] = "Cfa";
|
|
1095
|
+
RouteOperationalElectricityClimate["CFB"] = "Cfb";
|
|
1096
|
+
RouteOperationalElectricityClimate["CFC"] = "Cfc";
|
|
1097
|
+
RouteOperationalElectricityClimate["CSA"] = "Csa";
|
|
1098
|
+
RouteOperationalElectricityClimate["CSB"] = "Csb";
|
|
1099
|
+
RouteOperationalElectricityClimate["CSC"] = "Csc";
|
|
1100
|
+
RouteOperationalElectricityClimate["DWA"] = "Dwa";
|
|
1101
|
+
RouteOperationalElectricityClimate["DWB"] = "Dwb";
|
|
1102
|
+
RouteOperationalElectricityClimate["DWC"] = "Dwc";
|
|
1103
|
+
RouteOperationalElectricityClimate["DWD"] = "Dwd";
|
|
1104
|
+
RouteOperationalElectricityClimate["DFA"] = "Dfa";
|
|
1105
|
+
RouteOperationalElectricityClimate["DFB"] = "Dfb";
|
|
1106
|
+
RouteOperationalElectricityClimate["DFC"] = "Dfc";
|
|
1107
|
+
RouteOperationalElectricityClimate["DFD"] = "Dfd";
|
|
1108
|
+
RouteOperationalElectricityClimate["DSA"] = "Dsa";
|
|
1109
|
+
RouteOperationalElectricityClimate["DSB"] = "Dsb";
|
|
1110
|
+
RouteOperationalElectricityClimate["DSC"] = "Dsc";
|
|
1111
|
+
RouteOperationalElectricityClimate["DSD"] = "Dsd";
|
|
1112
|
+
RouteOperationalElectricityClimate["ET"] = "ET";
|
|
1113
|
+
RouteOperationalElectricityClimate["EF"] = "EF";
|
|
1114
|
+
})(RouteOperationalElectricityClimate || (RouteOperationalElectricityClimate = {}));
|
|
1115
|
+
|
|
1116
|
+
/** Yearly seasons. */
|
|
1117
|
+
export let RouteOperationalElectricitySeason;
|
|
1118
|
+
|
|
1119
|
+
(function (RouteOperationalElectricitySeason) {
|
|
1120
|
+
RouteOperationalElectricitySeason["WINTER"] = "winter";
|
|
1121
|
+
RouteOperationalElectricitySeason["SPRING"] = "spring";
|
|
1122
|
+
RouteOperationalElectricitySeason["SUMMER"] = "summer";
|
|
1123
|
+
RouteOperationalElectricitySeason["FALL"] = "fall";
|
|
1124
|
+
})(RouteOperationalElectricitySeason || (RouteOperationalElectricitySeason = {}));
|
|
1125
|
+
|
|
1126
|
+
/** Fuel types. */
|
|
1127
|
+
export let RouteOperationalFuelType;
|
|
1128
|
+
|
|
1129
|
+
(function (RouteOperationalFuelType) {
|
|
1130
|
+
RouteOperationalFuelType["GASOLINE"] = "gasoline";
|
|
1131
|
+
RouteOperationalFuelType["DIESEL"] = "diesel";
|
|
1132
|
+
})(RouteOperationalFuelType || (RouteOperationalFuelType = {}));
|
|
1133
|
+
|
|
1134
|
+
/** Type of operator prioritization for a route. */
|
|
1035
1135
|
export let RouteOperatorsType;
|
|
1036
1136
|
|
|
1037
1137
|
(function (RouteOperatorsType) {
|
|
@@ -1040,7 +1140,7 @@ export let RouteOperatorsType;
|
|
|
1040
1140
|
RouteOperatorsType["REQUIRED"] = "required";
|
|
1041
1141
|
})(RouteOperatorsType || (RouteOperatorsType = {}));
|
|
1042
1142
|
|
|
1043
|
-
/** The season of the route */
|
|
1143
|
+
/** The season of the route. */
|
|
1044
1144
|
export let RouteSeason;
|
|
1045
1145
|
|
|
1046
1146
|
(function (RouteSeason) {
|
|
@@ -1049,7 +1149,7 @@ export let RouteSeason;
|
|
|
1049
1149
|
RouteSeason["CURRENT"] = "current";
|
|
1050
1150
|
})(RouteSeason || (RouteSeason = {}));
|
|
1051
1151
|
|
|
1052
|
-
/** The status of a route. The status can be pending, processing, done, not_found or error */
|
|
1152
|
+
/** The status of a route. The status can be pending, processing, done, not_found or error. */
|
|
1053
1153
|
export let RouteStatus;
|
|
1054
1154
|
|
|
1055
1155
|
(function (RouteStatus) {
|
|
@@ -1060,9 +1160,8 @@ export let RouteStatus;
|
|
|
1060
1160
|
RouteStatus["ERROR"] = "error";
|
|
1061
1161
|
})(RouteStatus || (RouteStatus = {}));
|
|
1062
1162
|
|
|
1063
|
-
/** Tags of a route */
|
|
1163
|
+
/** Tags of a route. */
|
|
1064
1164
|
export let RouteTagType;
|
|
1065
|
-
/** Scheduled charge stop along a route */
|
|
1066
1165
|
|
|
1067
1166
|
(function (RouteTagType) {
|
|
1068
1167
|
RouteTagType["ROAD"] = "road";
|
|
@@ -1082,7 +1181,7 @@ export let SpeedUnit;
|
|
|
1082
1181
|
})(SpeedUnit || (SpeedUnit = {}));
|
|
1083
1182
|
|
|
1084
1183
|
export let StateOfChargeUnit;
|
|
1085
|
-
/** Station data which extends OCPI Location */
|
|
1184
|
+
/** Station data which extends OCPI Location. */
|
|
1086
1185
|
|
|
1087
1186
|
(function (StateOfChargeUnit) {
|
|
1088
1187
|
StateOfChargeUnit["KILOMETER"] = "kilometer";
|
|
@@ -1091,7 +1190,28 @@ export let StateOfChargeUnit;
|
|
|
1091
1190
|
StateOfChargeUnit["PERCENTAGE"] = "percentage";
|
|
1092
1191
|
})(StateOfChargeUnit || (StateOfChargeUnit = {}));
|
|
1093
1192
|
|
|
1094
|
-
|
|
1193
|
+
export let StationAdhocAuthorisationPaymentMethod;
|
|
1194
|
+
/** Filter which can be applied to retrieve the station around list action. */
|
|
1195
|
+
|
|
1196
|
+
(function (StationAdhocAuthorisationPaymentMethod) {
|
|
1197
|
+
StationAdhocAuthorisationPaymentMethod["AUTH_BY_CAR_PLUG_AND_CHARGE"] = "AUTH_BY_CAR_PLUG_AND_CHARGE";
|
|
1198
|
+
StationAdhocAuthorisationPaymentMethod["ONLINE_APPLE_PAY"] = "ONLINE_APPLE_PAY";
|
|
1199
|
+
StationAdhocAuthorisationPaymentMethod["TERMINAL_IN_APP"] = "TERMINAL_IN_APP";
|
|
1200
|
+
StationAdhocAuthorisationPaymentMethod["ONLINE_PAYPAL"] = "ONLINE_PAYPAL";
|
|
1201
|
+
StationAdhocAuthorisationPaymentMethod["SERVICE_PROVIDER_RFID_CARD"] = "SERVICE_PROVIDER_RFID_CARD";
|
|
1202
|
+
StationAdhocAuthorisationPaymentMethod["TERMINAL_QR_CODE"] = "TERMINAL_QR_CODE";
|
|
1203
|
+
StationAdhocAuthorisationPaymentMethod["TERMINAL_CREDIT_CARD"] = "TERMINAL_CREDIT_CARD";
|
|
1204
|
+
StationAdhocAuthorisationPaymentMethod["TERMINAL_DEBIT_CARD"] = "TERMINAL_DEBIT_CARD";
|
|
1205
|
+
StationAdhocAuthorisationPaymentMethod["TERMINAL_SMS"] = "TERMINAL_SMS";
|
|
1206
|
+
StationAdhocAuthorisationPaymentMethod["ONLINE_CREDIT_CARD"] = "ONLINE_CREDIT_CARD";
|
|
1207
|
+
StationAdhocAuthorisationPaymentMethod["OTHER_OTHER"] = "OTHER_OTHER";
|
|
1208
|
+
StationAdhocAuthorisationPaymentMethod["TERMINAL_CONTACTLESS"] = "TERMINAL_CONTACTLESS";
|
|
1209
|
+
StationAdhocAuthorisationPaymentMethod["ONLINE_GOOGLE_PAY"] = "ONLINE_GOOGLE_PAY";
|
|
1210
|
+
StationAdhocAuthorisationPaymentMethod["ONLINE_BANK_PAYMENT"] = "ONLINE_BANK_PAYMENT";
|
|
1211
|
+
StationAdhocAuthorisationPaymentMethod["AUTH_BY_CAR_AUTOCHARGE"] = "AUTH_BY_CAR_AUTOCHARGE";
|
|
1212
|
+
})(StationAdhocAuthorisationPaymentMethod || (StationAdhocAuthorisationPaymentMethod = {}));
|
|
1213
|
+
|
|
1214
|
+
/** The station speed type. */
|
|
1095
1215
|
export let StationSpeedType;
|
|
1096
1216
|
/** The station stats model */
|
|
1097
1217
|
|
|
@@ -1101,7 +1221,7 @@ export let StationSpeedType;
|
|
|
1101
1221
|
StationSpeedType["TURBO"] = "turbo";
|
|
1102
1222
|
})(StationSpeedType || (StationSpeedType = {}));
|
|
1103
1223
|
|
|
1104
|
-
/** Types of a route step */
|
|
1224
|
+
/** Types of a route step. */
|
|
1105
1225
|
export let StepType;
|
|
1106
1226
|
|
|
1107
1227
|
(function (StepType) {
|
|
@@ -1166,6 +1286,12 @@ export let VehicleBatteryFieldEstimations;
|
|
|
1166
1286
|
VehicleBatteryFieldEstimations["U"] = "U";
|
|
1167
1287
|
})(VehicleBatteryFieldEstimations || (VehicleBatteryFieldEstimations = {}));
|
|
1168
1288
|
|
|
1289
|
+
export let VehicleBatteryType;
|
|
1290
|
+
|
|
1291
|
+
(function (VehicleBatteryType) {
|
|
1292
|
+
VehicleBatteryType["LITHIUM_ION"] = "lithium_ion";
|
|
1293
|
+
})(VehicleBatteryType || (VehicleBatteryType = {}));
|
|
1294
|
+
|
|
1169
1295
|
export let VehicleDataProvider;
|
|
1170
1296
|
|
|
1171
1297
|
(function (VehicleDataProvider) {
|
|
@@ -1224,6 +1350,16 @@ export let VehicleMode;
|
|
|
1224
1350
|
VehicleMode["CONCEPT"] = "concept";
|
|
1225
1351
|
})(VehicleMode || (VehicleMode = {}));
|
|
1226
1352
|
|
|
1353
|
+
export let VehiclePlugAndChargeSupport;
|
|
1354
|
+
/** The output element of the vehiclePremium query. */
|
|
1355
|
+
|
|
1356
|
+
(function (VehiclePlugAndChargeSupport) {
|
|
1357
|
+
VehiclePlugAndChargeSupport["AVAILABLE"] = "available";
|
|
1358
|
+
VehiclePlugAndChargeSupport["ANNOUNCED"] = "announced";
|
|
1359
|
+
VehiclePlugAndChargeSupport["LIMITED"] = "limited";
|
|
1360
|
+
VehiclePlugAndChargeSupport["NOT_AVAILABLE"] = "not_available";
|
|
1361
|
+
})(VehiclePlugAndChargeSupport || (VehiclePlugAndChargeSupport = {}));
|
|
1362
|
+
|
|
1227
1363
|
/** Propulsion. */
|
|
1228
1364
|
export let VehiclePropulsion;
|
|
1229
1365
|
/** Status of a vehicle provider. */
|