@chargetrip/types 1.32.2 → 1.34.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.
@@ -1,4 +1,11 @@
1
1
  /** All built-in and custom scalars, mapped to their actual values */
2
+ export let AccelerationUnit;
3
+
4
+ (function (AccelerationUnit) {
5
+ AccelerationUnit["SECONDS_TO_100_KILOMETERS_PER_HOUR"] = "seconds_to_100_kilometers_per_hour";
6
+ AccelerationUnit["SECONDS_TO_60_MILES_PER_HOUR"] = "seconds_to_60_miles_per_hour";
7
+ })(AccelerationUnit || (AccelerationUnit = {}));
8
+
2
9
  export let AccessType;
3
10
  /** Information about an address */
4
11
 
@@ -38,9 +45,30 @@ export let Amenities;
38
45
  Amenities["PHARMACY"] = "pharmacy";
39
46
  })(Amenities || (Amenities = {}));
40
47
 
41
- /** The type of the batter value */
48
+ /** A list of amenity types */
49
+ export let AmenityType;
50
+
51
+ (function (AmenityType) {
52
+ AmenityType["PARK"] = "park";
53
+ AmenityType["RESTAURANT"] = "restaurant";
54
+ AmenityType["MUSEUM"] = "museum";
55
+ AmenityType["COFFEE"] = "coffee";
56
+ AmenityType["HOTEL"] = "hotel";
57
+ AmenityType["SHOPPING"] = "shopping";
58
+ AmenityType["BATHROOM"] = "bathroom";
59
+ AmenityType["SUPERMARKET"] = "supermarket";
60
+ AmenityType["PLAYGROUND"] = "playground";
61
+ AmenityType["PHARMACY"] = "pharmacy";
62
+ })(AmenityType || (AmenityType = {}));
63
+
64
+ export let AuxiliaryConsumptionUnit;
65
+ /** The type of the battery value */
66
+
67
+ (function (AuxiliaryConsumptionUnit) {
68
+ AuxiliaryConsumptionUnit["KILOWATT_HOUR"] = "kilowatt_hour";
69
+ })(AuxiliaryConsumptionUnit || (AuxiliaryConsumptionUnit = {}));
70
+
42
71
  export let BatteryInputType;
43
- /** Output of a car query */
44
72
 
45
73
  (function (BatteryInputType) {
46
74
  BatteryInputType["KWH"] = "kwh";
@@ -59,13 +87,6 @@ export let CarBatteryFieldEstimations;
59
87
  CarBatteryFieldEstimations["U"] = "U";
60
88
  })(CarBatteryFieldEstimations || (CarBatteryFieldEstimations = {}));
61
89
 
62
- export let CarConnectivityProvider;
63
- /** Deprecated */
64
-
65
- (function (CarConnectivityProvider) {
66
- CarConnectivityProvider["ENODE"] = "Enode";
67
- })(CarConnectivityProvider || (CarConnectivityProvider = {}));
68
-
69
90
  /** Drivetrain */
70
91
  export let CarDrivetrain;
71
92
  /** Deprecated */
@@ -131,13 +152,20 @@ export let CarStatus;
131
152
 
132
153
  /** Charging mode used at charging stations */
133
154
  export let ChargeMode;
134
- /** A groupped representation of EVSEs */
135
155
 
136
156
  (function (ChargeMode) {
137
157
  ChargeMode["OPTIMIZE_TRAVEL_TIME"] = "OPTIMIZE_TRAVEL_TIME";
138
158
  ChargeMode["ALWAYS_TO_MAX_CHARGE"] = "ALWAYS_TO_MAX_CHARGE";
139
159
  })(ChargeMode || (ChargeMode = {}));
140
160
 
161
+ export let ChargeSpeedUnit;
162
+
163
+ (function (ChargeSpeedUnit) {
164
+ ChargeSpeedUnit["KILOWATT_HOUR"] = "kilowatt_hour";
165
+ ChargeSpeedUnit["KILOMETERS_PER_HOUR"] = "kilometers_per_hour";
166
+ ChargeSpeedUnit["MILES_PER_HOUR"] = "miles_per_hour";
167
+ })(ChargeSpeedUnit || (ChargeSpeedUnit = {}));
168
+
141
169
  export let ChargerStatus;
142
170
  /** Groupping by status of the chargers */
143
171
 
@@ -165,25 +193,26 @@ export let ConnectProvider;
165
193
  ConnectProvider["ENODE"] = "Enode";
166
194
  })(ConnectProvider || (ConnectProvider = {}));
167
195
 
168
- export let ConnectedVehiclePermission;
196
+ export let ConnectScope;
169
197
 
170
- (function (ConnectedVehiclePermission) {
171
- ConnectedVehiclePermission["LOCATION"] = "location";
172
- ConnectedVehiclePermission["BATTERY"] = "battery";
173
- })(ConnectedVehiclePermission || (ConnectedVehiclePermission = {}));
198
+ (function (ConnectScope) {
199
+ ConnectScope["LOCATION"] = "location";
200
+ ConnectScope["CHARGE_STATE"] = "charge_state";
201
+ ConnectScope["ODOMETER"] = "odometer";
202
+ })(ConnectScope || (ConnectScope = {}));
174
203
 
175
204
  export let ConnectedVehicleStatus;
176
205
  /** Connector data which extends OCPI Connector */
177
206
 
178
207
  (function (ConnectedVehicleStatus) {
179
- ConnectedVehicleStatus["PENDING"] = "pending";
208
+ ConnectedVehicleStatus["PENDING_AUTHORIZATION"] = "pending_authorization";
180
209
  ConnectedVehicleStatus["AUTHORIZED"] = "authorized";
181
- ConnectedVehicleStatus["DEAUTHORIZED"] = "deauthorized";
210
+ ConnectedVehicleStatus["PENDING_REMOVAL"] = "pending_removal";
211
+ ConnectedVehicleStatus["REMOVED"] = "removed";
182
212
  })(ConnectedVehicleStatus || (ConnectedVehicleStatus = {}));
183
213
 
184
214
  /** The socket or plug standard of the charging point. */
185
215
  export let ConnectorType;
186
- /** The complete contact information */
187
216
 
188
217
  (function (ConnectorType) {
189
218
  ConnectorType["CHADEMO"] = "CHADEMO";
@@ -227,6 +256,20 @@ export let ConnectorType;
227
256
  ConnectorType["NEMA_14_50"] = "NEMA_14_50";
228
257
  })(ConnectorType || (ConnectorType = {}));
229
258
 
259
+ export let ConsumptionUnit;
260
+ /** The complete contact information */
261
+
262
+ (function (ConsumptionUnit) {
263
+ ConsumptionUnit["KILOMETER"] = "kilometer";
264
+ ConsumptionUnit["KILOWATT_HOUR"] = "kilowatt_hour";
265
+ ConsumptionUnit["KILOWATT_HOURS_PER_100_KILOMETERS"] = "kilowatt_hours_per_100_kilometers";
266
+ ConsumptionUnit["KILOWATT_HOURS_PER_100_MILES"] = "kilowatt_hours_per_100_miles";
267
+ ConsumptionUnit["WATT_HOURS_PER_KILOMETER"] = "watt_hours_per_kilometer";
268
+ ConsumptionUnit["WATT_HOURS_PER_MILE"] = "watt_hours_per_mile";
269
+ ConsumptionUnit["MILES_PER_KILOWATT_HOUR"] = "miles_per_kilowatt_hour";
270
+ ConsumptionUnit["KILOMETERS_PER_KILOWATT_HOUR"] = "kilometers_per_kilowatt_hour";
271
+ })(ConsumptionUnit || (ConsumptionUnit = {}));
272
+
230
273
  /** ISO-3166 alpha-2 country codes */
231
274
  export let CountryCodeAlpha2;
232
275
 
@@ -485,14 +528,61 @@ export let CountryCodeAlpha2;
485
528
  CountryCodeAlpha2["ZW"] = "ZW";
486
529
  })(CountryCodeAlpha2 || (CountryCodeAlpha2 = {}));
487
530
 
531
+ /** Currency according to the ISO 4217 standard */
532
+ export let CurrencyUnit;
533
+
534
+ (function (CurrencyUnit) {
535
+ CurrencyUnit["EUR"] = "EUR";
536
+ CurrencyUnit["USD"] = "USD";
537
+ })(CurrencyUnit || (CurrencyUnit = {}));
538
+
539
+ export let DistanceUnit;
540
+ /** EVSE data which extends OCPI EVSE */
541
+
542
+ (function (DistanceUnit) {
543
+ DistanceUnit["METER"] = "meter";
544
+ DistanceUnit["FOOT"] = "foot";
545
+ DistanceUnit["KILOMETER"] = "kilometer";
546
+ DistanceUnit["MILE"] = "mile";
547
+ })(DistanceUnit || (DistanceUnit = {}));
548
+
549
+ export let ElevationUnit;
550
+
551
+ (function (ElevationUnit) {
552
+ ElevationUnit["METER"] = "meter";
553
+ ElevationUnit["FOOT"] = "foot";
554
+ })(ElevationUnit || (ElevationUnit = {}));
555
+
556
+ export let EmissionRateUnit;
557
+
558
+ (function (EmissionRateUnit) {
559
+ EmissionRateUnit["GRAMS_PER_KILOMETER"] = "grams_per_kilometer";
560
+ EmissionRateUnit["OUNCES_PER_MILE"] = "ounces_per_mile";
561
+ })(EmissionRateUnit || (EmissionRateUnit = {}));
562
+
563
+ export let EmissionUnit;
564
+ /** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values */
565
+
566
+ (function (EmissionUnit) {
567
+ EmissionUnit["GRAM"] = "gram";
568
+ EmissionUnit["OUNCE"] = "ounce";
569
+ })(EmissionUnit || (EmissionUnit = {}));
570
+
488
571
  /** GeoJSON Feature type */
489
572
  export let FeatureType;
490
- /** Geometry point with GPS coordinates */
491
573
 
492
574
  (function (FeatureType) {
493
575
  FeatureType["FEATURE"] = "Feature";
494
576
  })(FeatureType || (FeatureType = {}));
495
577
 
578
+ export let FuelConsumptionUnit;
579
+ /** Geometry point with GPS coordinates */
580
+
581
+ (function (FuelConsumptionUnit) {
582
+ FuelConsumptionUnit["LITERS_PER_100_KILOMETERS"] = "liters_per_100_kilometers";
583
+ FuelConsumptionUnit["MILES_PER_GALLON"] = "miles_per_gallon";
584
+ })(FuelConsumptionUnit || (FuelConsumptionUnit = {}));
585
+
496
586
  /** Navigation service providers available */
497
587
  export let InstructionsFormat;
498
588
 
@@ -501,7 +591,22 @@ export let InstructionsFormat;
501
591
  InstructionsFormat["MAPBOXV5"] = "MapboxV5";
502
592
  })(InstructionsFormat || (InstructionsFormat = {}));
503
593
 
594
+ export let IsolineFerryConnectionsType;
595
+
596
+ (function (IsolineFerryConnectionsType) {
597
+ IsolineFerryConnectionsType["NONE"] = "none";
598
+ IsolineFerryConnectionsType["SINGLE"] = "single";
599
+ })(IsolineFerryConnectionsType || (IsolineFerryConnectionsType = {}));
600
+
601
+ /** Granularity of the isoline */
602
+ export let IsolineQuality;
504
603
  /** Status of the isoline label */
604
+
605
+ (function (IsolineQuality) {
606
+ IsolineQuality["HIGH"] = "high";
607
+ IsolineQuality["LOW"] = "low";
608
+ })(IsolineQuality || (IsolineQuality = {}));
609
+
505
610
  export let IsolineStatus;
506
611
  /** Types of a leg */
507
612
 
@@ -512,16 +617,25 @@ export let IsolineStatus;
512
617
  })(IsolineStatus || (IsolineStatus = {}));
513
618
 
514
619
  export let LegType;
515
- /** Preferred language for the mapping */
620
+ /** A GeoJSON LineString */
516
621
 
517
622
  (function (LegType) {
518
623
  LegType["STATION"] = "station";
519
624
  LegType["STATIONVIA"] = "stationVia";
625
+ LegType["STATIONAMENITY"] = "stationAmenity";
520
626
  LegType["VIA"] = "via";
521
627
  LegType["FINAL"] = "final";
522
628
  LegType["STATIONFINAL"] = "stationFinal";
523
629
  })(LegType || (LegType = {}));
524
630
 
631
+ /** GeoJSON LineString type */
632
+ export let LineStringType;
633
+ /** Preferred language for the mapping */
634
+
635
+ (function (LineStringType) {
636
+ LineStringType["LINESTRING"] = "LineString";
637
+ })(LineStringType || (LineStringType = {}));
638
+
525
639
  export let MappingLanguage;
526
640
  /** Navigation service providers available */
527
641
 
@@ -536,6 +650,21 @@ export let MappingProvider;
536
650
  MappingProvider["MAPBOXV5"] = "MapboxV5";
537
651
  })(MappingProvider || (MappingProvider = {}));
538
652
 
653
+ export let MeasurementUnit;
654
+ /** A GeoJSON Polygon */
655
+
656
+ (function (MeasurementUnit) {
657
+ MeasurementUnit["MILLIMETER"] = "millimeter";
658
+ MeasurementUnit["INCH"] = "inch";
659
+ })(MeasurementUnit || (MeasurementUnit = {}));
660
+
661
+ /** GeoJSON MultiPolygon type */
662
+ export let MultiPolygonType;
663
+
664
+ (function (MultiPolygonType) {
665
+ MultiPolygonType["MULTIPOLYGON"] = "MultiPolygon";
666
+ })(MultiPolygonType || (MultiPolygonType = {}));
667
+
539
668
  /** State of navigation session */
540
669
  export let NavigationState;
541
670
  /** Navigation session station type */
@@ -760,7 +889,7 @@ export let OCPITariffDimensionType;
760
889
  })(OCPITariffDimensionType || (OCPITariffDimensionType = {}));
761
890
 
762
891
  export let OCPITariffType;
763
- /** The operator data which extends OCPI BusinessDetails */
892
+ /** List of charging modes that are supported */
764
893
 
765
894
  (function (OCPITariffType) {
766
895
  OCPITariffType["AD_HOC_PAYMENT"] = "AD_HOC_PAYMENT";
@@ -770,6 +899,54 @@ export let OCPITariffType;
770
899
  OCPITariffType["REGULAR"] = "REGULAR";
771
900
  })(OCPITariffType || (OCPITariffType = {}));
772
901
 
902
+ export let OICPChargingModes;
903
+ /** Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values */
904
+
905
+ (function (OICPChargingModes) {
906
+ OICPChargingModes["MODE_1"] = "mode_1";
907
+ OICPChargingModes["MODE_2"] = "mode_2";
908
+ OICPChargingModes["MODE_3"] = "mode_3";
909
+ OICPChargingModes["MODE_4"] = "mode_4";
910
+ OICPChargingModes["CHADEMO"] = "chademo";
911
+ })(OICPChargingModes || (OICPChargingModes = {}));
912
+
913
+ /** List of authentication modes that are supported */
914
+ export let OICPEvseAuthenticationMode;
915
+ /** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values */
916
+
917
+ (function (OICPEvseAuthenticationMode) {
918
+ OICPEvseAuthenticationMode["NFC_RFID_CLASSIC"] = "nfc_rfid_classic";
919
+ OICPEvseAuthenticationMode["NFC_RFID_DESFIRE"] = "nfc_rfid_desfire";
920
+ OICPEvseAuthenticationMode["PNC"] = "pnc";
921
+ OICPEvseAuthenticationMode["REMOTE"] = "remote";
922
+ OICPEvseAuthenticationMode["DIRECT_PAYMENT"] = "direct_payment";
923
+ OICPEvseAuthenticationMode["NO_AUTHENTICATION_REQUIRED"] = "no_authentication_required";
924
+ })(OICPEvseAuthenticationMode || (OICPEvseAuthenticationMode = {}));
925
+
926
+ /** List of payment options that are supported */
927
+ export let OICPPaymentOptions;
928
+ /** Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values */
929
+
930
+ (function (OICPPaymentOptions) {
931
+ OICPPaymentOptions["NO_PAYMENT"] = "no_payment";
932
+ OICPPaymentOptions["DIRECT"] = "direct";
933
+ OICPPaymentOptions["CONTRACT"] = "contract";
934
+ })(OICPPaymentOptions || (OICPPaymentOptions = {}));
935
+
936
+ /** List of value added services that are supported */
937
+ export let OICPValueAddedServices;
938
+
939
+ (function (OICPValueAddedServices) {
940
+ OICPValueAddedServices["RESERVATION"] = "reservation";
941
+ OICPValueAddedServices["DYNAMIC_PRICING"] = "dynamic_pricing";
942
+ OICPValueAddedServices["PARKING_SENSORS"] = "parking_sensors";
943
+ OICPValueAddedServices["MAXIMUM_POWER_CHARGING"] = "maximum_power_charging";
944
+ OICPValueAddedServices["PREDICTIVE_CHARGE_POINT_USAGE"] = "predictive_charge_point_usage";
945
+ OICPValueAddedServices["CHARGING_PLANS"] = "charging_plans";
946
+ OICPValueAddedServices["ROOF_PROVIDED"] = "roof_provided";
947
+ OICPValueAddedServices["NONE"] = "none";
948
+ })(OICPValueAddedServices || (OICPValueAddedServices = {}));
949
+
773
950
  export let ParkingCost;
774
951
 
775
952
  (function (ParkingCost) {
@@ -779,19 +956,26 @@ export let ParkingCost;
779
956
 
780
957
  /** GeoJSON Point type */
781
958
  export let PointType;
782
- /** A GeoJSON Polygon */
959
+ /** Polygon properties */
783
960
 
784
961
  (function (PointType) {
785
962
  PointType["POINT"] = "Point";
786
963
  })(PointType || (PointType = {}));
787
964
 
788
- /** GeoJSON Polygon type */
789
- export let PolygonType;
790
- /** The list of powers for the speed type */
965
+ export let PowerUnit;
791
966
 
792
- (function (PolygonType) {
793
- PolygonType["POLYGON"] = "Polygon";
794
- })(PolygonType || (PolygonType = {}));
967
+ (function (PowerUnit) {
968
+ PowerUnit["KILOWATT"] = "kilowatt";
969
+ PowerUnit["HORSEPOWER"] = "horsepower";
970
+ })(PowerUnit || (PowerUnit = {}));
971
+
972
+ export let PressureUnit;
973
+ /** The price model */
974
+
975
+ (function (PressureUnit) {
976
+ PressureUnit["BAR"] = "bar";
977
+ PressureUnit["POUNDS_PER_SQUARE_INCH"] = "pounds_per_square_inch";
978
+ })(PressureUnit || (PressureUnit = {}));
795
979
 
796
980
  export let PricingListElementType;
797
981
 
@@ -804,6 +988,7 @@ export let PricingListElementType;
804
988
 
805
989
  /** Types of an alternative route */
806
990
  export let RouteAlternativeType;
991
+ /** Amenity preferences for a route */
807
992
 
808
993
  (function (RouteAlternativeType) {
809
994
  RouteAlternativeType["FASTEST"] = "fastest";
@@ -870,7 +1055,7 @@ export let RouteStatus;
870
1055
 
871
1056
  /** Tags of a route */
872
1057
  export let RouteTagType;
873
- /** Standards(plug type) stats model */
1058
+ /** Scheduled charge stop along a route */
874
1059
 
875
1060
  (function (RouteTagType) {
876
1061
  RouteTagType["ROAD"] = "road";
@@ -881,6 +1066,24 @@ export let RouteTagType;
881
1066
  RouteTagType["CROSSBORDER"] = "crossborder";
882
1067
  })(RouteTagType || (RouteTagType = {}));
883
1068
 
1069
+ export let SpeedUnit;
1070
+ /** Standards(plug type) stats model */
1071
+
1072
+ (function (SpeedUnit) {
1073
+ SpeedUnit["KILOMETERS_PER_HOUR"] = "kilometers_per_hour";
1074
+ SpeedUnit["MILES_PER_HOUR"] = "miles_per_hour";
1075
+ })(SpeedUnit || (SpeedUnit = {}));
1076
+
1077
+ export let StateOfChargeUnit;
1078
+ /** Station data which extends OCPI Location */
1079
+
1080
+ (function (StateOfChargeUnit) {
1081
+ StateOfChargeUnit["KILOMETER"] = "kilometer";
1082
+ StateOfChargeUnit["MILE"] = "mile";
1083
+ StateOfChargeUnit["KILOWATT_HOUR"] = "kilowatt_hour";
1084
+ StateOfChargeUnit["PERCENTAGE"] = "percentage";
1085
+ })(StateOfChargeUnit || (StateOfChargeUnit = {}));
1086
+
884
1087
  /** The station speed type */
885
1088
  export let StationSpeedType;
886
1089
  /** The station stats model */
@@ -902,4 +1105,162 @@ export let StepType;
902
1105
  StepType["WALKING"] = "walking";
903
1106
  StepType["CROSSBORDER"] = "crossborder";
904
1107
  })(StepType || (StepType = {}));
1108
+
1109
+ export let TelemetryInputSource;
1110
+
1111
+ (function (TelemetryInputSource) {
1112
+ TelemetryInputSource["MANUAL"] = "manual";
1113
+ TelemetryInputSource["TELEMETRY"] = "telemetry";
1114
+ })(TelemetryInputSource || (TelemetryInputSource = {}));
1115
+
1116
+ export let TemperatureUnit;
1117
+
1118
+ (function (TemperatureUnit) {
1119
+ TemperatureUnit["CELSIUS"] = "Celsius";
1120
+ TemperatureUnit["FAHRENHEIT"] = "Fahrenheit";
1121
+ })(TemperatureUnit || (TemperatureUnit = {}));
1122
+
1123
+ export let TorqueUnit;
1124
+
1125
+ (function (TorqueUnit) {
1126
+ TorqueUnit["NEWTON_METER"] = "newton_meter";
1127
+ TorqueUnit["FOOT_POUND"] = "foot_pound";
1128
+ })(TorqueUnit || (TorqueUnit = {}));
1129
+
1130
+ export let TurningCircleUnit;
1131
+
1132
+ (function (TurningCircleUnit) {
1133
+ TurningCircleUnit["METER"] = "meter";
1134
+ TurningCircleUnit["FOOT"] = "foot";
1135
+ })(TurningCircleUnit || (TurningCircleUnit = {}));
1136
+
1137
+ /** Availability status of a vehicle */
1138
+ export let VehicleAvailabilityStatus;
1139
+
1140
+ (function (VehicleAvailabilityStatus) {
1141
+ VehicleAvailabilityStatus["NO_LONGER_AVAILABLE"] = "no_longer_available";
1142
+ VehicleAvailabilityStatus["AVAILABLE"] = "available";
1143
+ VehicleAvailabilityStatus["RELEASE_DATE_ANNOUNCED_PREORDERABLE"] = "release_date_announced_preorderable";
1144
+ VehicleAvailabilityStatus["RELEASE_DATE_ANNOUNCED"] = "release_date_announced";
1145
+ VehicleAvailabilityStatus["CONCEPT_VEHICLE_PREORDERABLE"] = "concept_vehicle_preorderable";
1146
+ VehicleAvailabilityStatus["CONCEPT_VEHICLE"] = "concept_vehicle";
1147
+ VehicleAvailabilityStatus["CONCEPT_VEHICLE_RELEASE_DATE_TBA_PREORDERABLE"] = "concept_vehicle_release_date_tba_preorderable";
1148
+ VehicleAvailabilityStatus["CONCEPT_VEHICLE_RELEASE_DATE_TBA"] = "concept_vehicle_release_date_tba";
1149
+ VehicleAvailabilityStatus["UNCERTAIN"] = "uncertain";
1150
+ })(VehicleAvailabilityStatus || (VehicleAvailabilityStatus = {}));
1151
+
1152
+ /** Battery field estimated */
1153
+ export let VehicleBatteryFieldEstimations;
1154
+
1155
+ (function (VehicleBatteryFieldEstimations) {
1156
+ VehicleBatteryFieldEstimations["B"] = "B";
1157
+ VehicleBatteryFieldEstimations["F"] = "F";
1158
+ VehicleBatteryFieldEstimations["N"] = "N";
1159
+ VehicleBatteryFieldEstimations["U"] = "U";
1160
+ })(VehicleBatteryFieldEstimations || (VehicleBatteryFieldEstimations = {}));
1161
+
1162
+ export let VehicleConnectivityProvider;
1163
+ /** Vehicle plug model */
1164
+
1165
+ (function (VehicleConnectivityProvider) {
1166
+ VehicleConnectivityProvider["ENODE"] = "Enode";
1167
+ })(VehicleConnectivityProvider || (VehicleConnectivityProvider = {}));
1168
+
1169
+ export let VehicleDataProvider;
1170
+
1171
+ (function (VehicleDataProvider) {
1172
+ VehicleDataProvider["CHARGETRIP"] = "chargetrip";
1173
+ VehicleDataProvider["EVDATABASE"] = "evdatabase";
1174
+ })(VehicleDataProvider || (VehicleDataProvider = {}));
1175
+
1176
+ /** Drivetrain */
1177
+ export let VehicleDrivetrainType;
1178
+ /** Fuel type */
1179
+
1180
+ (function (VehicleDrivetrainType) {
1181
+ VehicleDrivetrainType["BEV"] = "BEV";
1182
+ VehicleDrivetrainType["EREV"] = "EREV";
1183
+ VehicleDrivetrainType["HEV"] = "HEV";
1184
+ VehicleDrivetrainType["PHEV"] = "PHEV";
1185
+ })(VehicleDrivetrainType || (VehicleDrivetrainType = {}));
1186
+
1187
+ export let VehicleFuel;
1188
+
1189
+ (function (VehicleFuel) {
1190
+ VehicleFuel["D"] = "D";
1191
+ VehicleFuel["E"] = "E";
1192
+ VehicleFuel["P"] = "P";
1193
+ })(VehicleFuel || (VehicleFuel = {}));
1194
+
1195
+ /** Available types of images which can be found for a vehicle. Each type has specific image sizes */
1196
+ export let VehicleImageType;
1197
+ /** When uploading images to a vehicle, you can select one of this types. The rest of the types are automatically generated by the system */
1198
+
1199
+ (function (VehicleImageType) {
1200
+ VehicleImageType["PROVIDER"] = "provider";
1201
+ VehicleImageType["IMAGE"] = "image";
1202
+ VehicleImageType["IMAGE_THUMBNAIL"] = "image_thumbnail";
1203
+ VehicleImageType["BRAND"] = "brand";
1204
+ VehicleImageType["BRAND_THUMBNAIL"] = "brand_thumbnail";
1205
+ })(VehicleImageType || (VehicleImageType = {}));
1206
+
1207
+ export let VehicleImageTypeUploadable;
1208
+ /** The output element of the vehicleList query */
1209
+
1210
+ (function (VehicleImageTypeUploadable) {
1211
+ VehicleImageTypeUploadable["IMAGE"] = "image";
1212
+ })(VehicleImageTypeUploadable || (VehicleImageTypeUploadable = {}));
1213
+
1214
+ /** Mode (state) of the current production */
1215
+ export let VehicleMode;
1216
+
1217
+ (function (VehicleMode) {
1218
+ VehicleMode["INDEX_ONLY"] = "index_only";
1219
+ VehicleMode["PRODUCTION"] = "production";
1220
+ VehicleMode["CONCEPT"] = "concept";
1221
+ })(VehicleMode || (VehicleMode = {}));
1222
+
1223
+ /** Propulsion */
1224
+ export let VehiclePropulsion;
1225
+ /** Status of a vehicle provider */
1226
+
1227
+ (function (VehiclePropulsion) {
1228
+ VehiclePropulsion["AWD"] = "AWD";
1229
+ VehiclePropulsion["FRONT"] = "Front";
1230
+ VehiclePropulsion["REAR"] = "Rear";
1231
+ })(VehiclePropulsion || (VehiclePropulsion = {}));
1232
+
1233
+ export let VehicleProviderStatus;
1234
+
1235
+ (function (VehicleProviderStatus) {
1236
+ VehicleProviderStatus["NEW"] = "new";
1237
+ VehicleProviderStatus["ATTACHED"] = "attached";
1238
+ VehicleProviderStatus["DETACHED"] = "detached";
1239
+ VehicleProviderStatus["ARCHIVED"] = "archived";
1240
+ })(VehicleProviderStatus || (VehicleProviderStatus = {}));
1241
+
1242
+ /** Status of a vehicle */
1243
+ export let VehicleStatus;
1244
+
1245
+ (function (VehicleStatus) {
1246
+ VehicleStatus["DRAFT"] = "draft";
1247
+ VehicleStatus["PUBLIC"] = "public";
1248
+ VehicleStatus["PRIVATE"] = "private";
1249
+ VehicleStatus["ARCHIVED"] = "archived";
1250
+ })(VehicleStatus || (VehicleStatus = {}));
1251
+
1252
+ export let VolumeUnit;
1253
+
1254
+ (function (VolumeUnit) {
1255
+ VolumeUnit["LITER"] = "liter";
1256
+ VolumeUnit["CUBIC_METER"] = "cubic_meter";
1257
+ VolumeUnit["CUBIC_FOOT"] = "cubic_foot";
1258
+ })(VolumeUnit || (VolumeUnit = {}));
1259
+
1260
+ export let WeightUnit;
1261
+
1262
+ (function (WeightUnit) {
1263
+ WeightUnit["KILOGRAM"] = "kilogram";
1264
+ WeightUnit["POUND"] = "pound";
1265
+ })(WeightUnit || (WeightUnit = {}));
905
1266
  //# sourceMappingURL=graphql.js.map