@chargetrip/types 1.33.0 → 1.35.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.
@@ -3,6 +3,13 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  /** All built-in and custom scalars, mapped to their actual values */
6
+ exports.AccelerationUnit = void 0;
7
+
8
+ (function (AccelerationUnit) {
9
+ AccelerationUnit["SECONDS_TO_100_KILOMETERS_PER_HOUR"] = "seconds_to_100_kilometers_per_hour";
10
+ AccelerationUnit["SECONDS_TO_60_MILES_PER_HOUR"] = "seconds_to_60_miles_per_hour";
11
+ })(exports.AccelerationUnit || (exports.AccelerationUnit = {}));
12
+
6
13
  exports.AccessType = void 0;
7
14
  /** Information about an address */
8
15
 
@@ -42,9 +49,30 @@ exports.Amenities = void 0;
42
49
  Amenities["PHARMACY"] = "pharmacy";
43
50
  })(exports.Amenities || (exports.Amenities = {}));
44
51
 
52
+ /** A list of amenity types */
53
+ exports.AmenityType = void 0;
54
+
55
+ (function (AmenityType) {
56
+ AmenityType["PARK"] = "park";
57
+ AmenityType["RESTAURANT"] = "restaurant";
58
+ AmenityType["MUSEUM"] = "museum";
59
+ AmenityType["COFFEE"] = "coffee";
60
+ AmenityType["HOTEL"] = "hotel";
61
+ AmenityType["SHOPPING"] = "shopping";
62
+ AmenityType["BATHROOM"] = "bathroom";
63
+ AmenityType["SUPERMARKET"] = "supermarket";
64
+ AmenityType["PLAYGROUND"] = "playground";
65
+ AmenityType["PHARMACY"] = "pharmacy";
66
+ })(exports.AmenityType || (exports.AmenityType = {}));
67
+
68
+ exports.AuxiliaryConsumptionUnit = void 0;
45
69
  /** The type of the battery value */
70
+
71
+ (function (AuxiliaryConsumptionUnit) {
72
+ AuxiliaryConsumptionUnit["KILOWATT_HOUR"] = "kilowatt_hour";
73
+ })(exports.AuxiliaryConsumptionUnit || (exports.AuxiliaryConsumptionUnit = {}));
74
+
46
75
  exports.BatteryInputType = void 0;
47
- /** Output of a car query */
48
76
 
49
77
  (function (BatteryInputType) {
50
78
  BatteryInputType["KWH"] = "kwh";
@@ -135,13 +163,20 @@ exports.CarStatus = void 0;
135
163
 
136
164
  /** Charging mode used at charging stations */
137
165
  exports.ChargeMode = void 0;
138
- /** A groupped representation of EVSEs */
139
166
 
140
167
  (function (ChargeMode) {
141
168
  ChargeMode["OPTIMIZE_TRAVEL_TIME"] = "OPTIMIZE_TRAVEL_TIME";
142
169
  ChargeMode["ALWAYS_TO_MAX_CHARGE"] = "ALWAYS_TO_MAX_CHARGE";
143
170
  })(exports.ChargeMode || (exports.ChargeMode = {}));
144
171
 
172
+ exports.ChargeSpeedUnit = void 0;
173
+
174
+ (function (ChargeSpeedUnit) {
175
+ ChargeSpeedUnit["KILOWATT_HOUR"] = "kilowatt_hour";
176
+ ChargeSpeedUnit["KILOMETERS_PER_HOUR"] = "kilometers_per_hour";
177
+ ChargeSpeedUnit["MILES_PER_HOUR"] = "miles_per_hour";
178
+ })(exports.ChargeSpeedUnit || (exports.ChargeSpeedUnit = {}));
179
+
145
180
  exports.ChargerStatus = void 0;
146
181
  /** Groupping by status of the chargers */
147
182
 
@@ -181,14 +216,14 @@ exports.ConnectedVehicleStatus = void 0;
181
216
  /** Connector data which extends OCPI Connector */
182
217
 
183
218
  (function (ConnectedVehicleStatus) {
184
- ConnectedVehicleStatus["PENDING"] = "pending";
219
+ ConnectedVehicleStatus["PENDING_AUTHORIZATION"] = "pending_authorization";
185
220
  ConnectedVehicleStatus["AUTHORIZED"] = "authorized";
186
- ConnectedVehicleStatus["DEAUTHORIZED"] = "deauthorized";
221
+ ConnectedVehicleStatus["PENDING_REMOVAL"] = "pending_removal";
222
+ ConnectedVehicleStatus["REMOVED"] = "removed";
187
223
  })(exports.ConnectedVehicleStatus || (exports.ConnectedVehicleStatus = {}));
188
224
 
189
225
  /** The socket or plug standard of the charging point. */
190
226
  exports.ConnectorType = void 0;
191
- /** The complete contact information */
192
227
 
193
228
  (function (ConnectorType) {
194
229
  ConnectorType["CHADEMO"] = "CHADEMO";
@@ -232,6 +267,20 @@ exports.ConnectorType = void 0;
232
267
  ConnectorType["NEMA_14_50"] = "NEMA_14_50";
233
268
  })(exports.ConnectorType || (exports.ConnectorType = {}));
234
269
 
270
+ exports.ConsumptionUnit = void 0;
271
+ /** The complete contact information */
272
+
273
+ (function (ConsumptionUnit) {
274
+ ConsumptionUnit["KILOMETER"] = "kilometer";
275
+ ConsumptionUnit["KILOWATT_HOUR"] = "kilowatt_hour";
276
+ ConsumptionUnit["KILOWATT_HOURS_PER_100_KILOMETERS"] = "kilowatt_hours_per_100_kilometers";
277
+ ConsumptionUnit["KILOWATT_HOURS_PER_100_MILES"] = "kilowatt_hours_per_100_miles";
278
+ ConsumptionUnit["WATT_HOURS_PER_KILOMETER"] = "watt_hours_per_kilometer";
279
+ ConsumptionUnit["WATT_HOURS_PER_MILE"] = "watt_hours_per_mile";
280
+ ConsumptionUnit["MILES_PER_KILOWATT_HOUR"] = "miles_per_kilowatt_hour";
281
+ ConsumptionUnit["KILOMETERS_PER_KILOWATT_HOUR"] = "kilometers_per_kilowatt_hour";
282
+ })(exports.ConsumptionUnit || (exports.ConsumptionUnit = {}));
283
+
235
284
  /** ISO-3166 alpha-2 country codes */
236
285
  exports.CountryCodeAlpha2 = void 0;
237
286
 
@@ -490,6 +539,14 @@ exports.CountryCodeAlpha2 = void 0;
490
539
  CountryCodeAlpha2["ZW"] = "ZW";
491
540
  })(exports.CountryCodeAlpha2 || (exports.CountryCodeAlpha2 = {}));
492
541
 
542
+ /** Currency according to the ISO 4217 standard */
543
+ exports.CurrencyUnit = void 0;
544
+
545
+ (function (CurrencyUnit) {
546
+ CurrencyUnit["EUR"] = "EUR";
547
+ CurrencyUnit["USD"] = "USD";
548
+ })(exports.CurrencyUnit || (exports.CurrencyUnit = {}));
549
+
493
550
  exports.DistanceUnit = void 0;
494
551
  /** EVSE data which extends OCPI EVSE */
495
552
 
@@ -500,14 +557,43 @@ exports.DistanceUnit = void 0;
500
557
  DistanceUnit["MILE"] = "mile";
501
558
  })(exports.DistanceUnit || (exports.DistanceUnit = {}));
502
559
 
560
+ exports.ElevationUnit = void 0;
561
+
562
+ (function (ElevationUnit) {
563
+ ElevationUnit["METER"] = "meter";
564
+ ElevationUnit["FOOT"] = "foot";
565
+ })(exports.ElevationUnit || (exports.ElevationUnit = {}));
566
+
567
+ exports.EmissionRateUnit = void 0;
568
+
569
+ (function (EmissionRateUnit) {
570
+ EmissionRateUnit["GRAMS_PER_KILOMETER"] = "grams_per_kilometer";
571
+ EmissionRateUnit["OUNCES_PER_MILE"] = "ounces_per_mile";
572
+ })(exports.EmissionRateUnit || (exports.EmissionRateUnit = {}));
573
+
574
+ 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 */
576
+
577
+ (function (EmissionUnit) {
578
+ EmissionUnit["GRAM"] = "gram";
579
+ EmissionUnit["OUNCE"] = "ounce";
580
+ })(exports.EmissionUnit || (exports.EmissionUnit = {}));
581
+
503
582
  /** GeoJSON Feature type */
504
583
  exports.FeatureType = void 0;
505
- /** Geometry point with GPS coordinates */
506
584
 
507
585
  (function (FeatureType) {
508
586
  FeatureType["FEATURE"] = "Feature";
509
587
  })(exports.FeatureType || (exports.FeatureType = {}));
510
588
 
589
+ exports.FuelConsumptionUnit = void 0;
590
+ /** Geometry point with GPS coordinates */
591
+
592
+ (function (FuelConsumptionUnit) {
593
+ FuelConsumptionUnit["LITERS_PER_100_KILOMETERS"] = "liters_per_100_kilometers";
594
+ FuelConsumptionUnit["MILES_PER_GALLON"] = "miles_per_gallon";
595
+ })(exports.FuelConsumptionUnit || (exports.FuelConsumptionUnit = {}));
596
+
511
597
  /** Navigation service providers available */
512
598
  exports.InstructionsFormat = void 0;
513
599
 
@@ -516,7 +602,22 @@ exports.InstructionsFormat = void 0;
516
602
  InstructionsFormat["MAPBOXV5"] = "MapboxV5";
517
603
  })(exports.InstructionsFormat || (exports.InstructionsFormat = {}));
518
604
 
605
+ exports.IsolineFerryConnectionsType = void 0;
606
+
607
+ (function (IsolineFerryConnectionsType) {
608
+ IsolineFerryConnectionsType["NONE"] = "none";
609
+ IsolineFerryConnectionsType["SINGLE"] = "single";
610
+ })(exports.IsolineFerryConnectionsType || (exports.IsolineFerryConnectionsType = {}));
611
+
612
+ /** Granularity of the isoline */
613
+ exports.IsolineQuality = void 0;
519
614
  /** Status of the isoline label */
615
+
616
+ (function (IsolineQuality) {
617
+ IsolineQuality["HIGH"] = "high";
618
+ IsolineQuality["LOW"] = "low";
619
+ })(exports.IsolineQuality || (exports.IsolineQuality = {}));
620
+
520
621
  exports.IsolineStatus = void 0;
521
622
  /** Types of a leg */
522
623
 
@@ -527,16 +628,25 @@ exports.IsolineStatus = void 0;
527
628
  })(exports.IsolineStatus || (exports.IsolineStatus = {}));
528
629
 
529
630
  exports.LegType = void 0;
530
- /** Preferred language for the mapping */
631
+ /** A GeoJSON LineString */
531
632
 
532
633
  (function (LegType) {
533
634
  LegType["STATION"] = "station";
534
635
  LegType["STATIONVIA"] = "stationVia";
636
+ LegType["STATIONAMENITY"] = "stationAmenity";
535
637
  LegType["VIA"] = "via";
536
638
  LegType["FINAL"] = "final";
537
639
  LegType["STATIONFINAL"] = "stationFinal";
538
640
  })(exports.LegType || (exports.LegType = {}));
539
641
 
642
+ /** GeoJSON LineString type */
643
+ exports.LineStringType = void 0;
644
+ /** Preferred language for the mapping */
645
+
646
+ (function (LineStringType) {
647
+ LineStringType["LINESTRING"] = "LineString";
648
+ })(exports.LineStringType || (exports.LineStringType = {}));
649
+
540
650
  exports.MappingLanguage = void 0;
541
651
  /** Navigation service providers available */
542
652
 
@@ -551,6 +661,21 @@ exports.MappingProvider = void 0;
551
661
  MappingProvider["MAPBOXV5"] = "MapboxV5";
552
662
  })(exports.MappingProvider || (exports.MappingProvider = {}));
553
663
 
664
+ exports.MeasurementUnit = void 0;
665
+ /** A GeoJSON Polygon */
666
+
667
+ (function (MeasurementUnit) {
668
+ MeasurementUnit["MILLIMETER"] = "millimeter";
669
+ MeasurementUnit["INCH"] = "inch";
670
+ })(exports.MeasurementUnit || (exports.MeasurementUnit = {}));
671
+
672
+ /** GeoJSON MultiPolygon type */
673
+ exports.MultiPolygonType = void 0;
674
+
675
+ (function (MultiPolygonType) {
676
+ MultiPolygonType["MULTIPOLYGON"] = "MultiPolygon";
677
+ })(exports.MultiPolygonType || (exports.MultiPolygonType = {}));
678
+
554
679
  /** State of navigation session */
555
680
  exports.NavigationState = void 0;
556
681
  /** Navigation session station type */
@@ -775,7 +900,7 @@ exports.OCPITariffDimensionType = void 0;
775
900
  })(exports.OCPITariffDimensionType || (exports.OCPITariffDimensionType = {}));
776
901
 
777
902
  exports.OCPITariffType = void 0;
778
- /** The operator data which extends OCPI BusinessDetails */
903
+ /** List of charging modes that are supported */
779
904
 
780
905
  (function (OCPITariffType) {
781
906
  OCPITariffType["AD_HOC_PAYMENT"] = "AD_HOC_PAYMENT";
@@ -785,6 +910,54 @@ exports.OCPITariffType = void 0;
785
910
  OCPITariffType["REGULAR"] = "REGULAR";
786
911
  })(exports.OCPITariffType || (exports.OCPITariffType = {}));
787
912
 
913
+ exports.OICPChargingModes = void 0;
914
+ /** Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values */
915
+
916
+ (function (OICPChargingModes) {
917
+ OICPChargingModes["MODE_1"] = "mode_1";
918
+ OICPChargingModes["MODE_2"] = "mode_2";
919
+ OICPChargingModes["MODE_3"] = "mode_3";
920
+ OICPChargingModes["MODE_4"] = "mode_4";
921
+ OICPChargingModes["CHADEMO"] = "chademo";
922
+ })(exports.OICPChargingModes || (exports.OICPChargingModes = {}));
923
+
924
+ /** List of authentication modes that are supported */
925
+ 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 */
927
+
928
+ (function (OICPEvseAuthenticationMode) {
929
+ OICPEvseAuthenticationMode["NFC_RFID_CLASSIC"] = "nfc_rfid_classic";
930
+ OICPEvseAuthenticationMode["NFC_RFID_DESFIRE"] = "nfc_rfid_desfire";
931
+ OICPEvseAuthenticationMode["PNC"] = "pnc";
932
+ OICPEvseAuthenticationMode["REMOTE"] = "remote";
933
+ OICPEvseAuthenticationMode["DIRECT_PAYMENT"] = "direct_payment";
934
+ OICPEvseAuthenticationMode["NO_AUTHENTICATION_REQUIRED"] = "no_authentication_required";
935
+ })(exports.OICPEvseAuthenticationMode || (exports.OICPEvseAuthenticationMode = {}));
936
+
937
+ /** List of payment options that are supported */
938
+ 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 */
940
+
941
+ (function (OICPPaymentOptions) {
942
+ OICPPaymentOptions["NO_PAYMENT"] = "no_payment";
943
+ OICPPaymentOptions["DIRECT"] = "direct";
944
+ OICPPaymentOptions["CONTRACT"] = "contract";
945
+ })(exports.OICPPaymentOptions || (exports.OICPPaymentOptions = {}));
946
+
947
+ /** List of value added services that are supported */
948
+ exports.OICPValueAddedServices = void 0;
949
+
950
+ (function (OICPValueAddedServices) {
951
+ OICPValueAddedServices["RESERVATION"] = "reservation";
952
+ OICPValueAddedServices["DYNAMIC_PRICING"] = "dynamic_pricing";
953
+ OICPValueAddedServices["PARKING_SENSORS"] = "parking_sensors";
954
+ OICPValueAddedServices["MAXIMUM_POWER_CHARGING"] = "maximum_power_charging";
955
+ OICPValueAddedServices["PREDICTIVE_CHARGE_POINT_USAGE"] = "predictive_charge_point_usage";
956
+ OICPValueAddedServices["CHARGING_PLANS"] = "charging_plans";
957
+ OICPValueAddedServices["ROOF_PROVIDED"] = "roof_provided";
958
+ OICPValueAddedServices["NONE"] = "none";
959
+ })(exports.OICPValueAddedServices || (exports.OICPValueAddedServices = {}));
960
+
788
961
  exports.ParkingCost = void 0;
789
962
 
790
963
  (function (ParkingCost) {
@@ -794,19 +967,26 @@ exports.ParkingCost = void 0;
794
967
 
795
968
  /** GeoJSON Point type */
796
969
  exports.PointType = void 0;
797
- /** A GeoJSON Polygon */
970
+ /** Polygon properties */
798
971
 
799
972
  (function (PointType) {
800
973
  PointType["POINT"] = "Point";
801
974
  })(exports.PointType || (exports.PointType = {}));
802
975
 
803
- /** GeoJSON Polygon type */
804
- exports.PolygonType = void 0;
805
- /** The list of powers for the speed type */
976
+ exports.PowerUnit = void 0;
977
+
978
+ (function (PowerUnit) {
979
+ PowerUnit["KILOWATT"] = "kilowatt";
980
+ PowerUnit["HORSEPOWER"] = "horsepower";
981
+ })(exports.PowerUnit || (exports.PowerUnit = {}));
806
982
 
807
- (function (PolygonType) {
808
- PolygonType["POLYGON"] = "Polygon";
809
- })(exports.PolygonType || (exports.PolygonType = {}));
983
+ exports.PressureUnit = void 0;
984
+ /** The price model */
985
+
986
+ (function (PressureUnit) {
987
+ PressureUnit["BAR"] = "bar";
988
+ PressureUnit["POUNDS_PER_SQUARE_INCH"] = "pounds_per_square_inch";
989
+ })(exports.PressureUnit || (exports.PressureUnit = {}));
810
990
 
811
991
  exports.PricingListElementType = void 0;
812
992
 
@@ -819,6 +999,7 @@ exports.PricingListElementType = void 0;
819
999
 
820
1000
  /** Types of an alternative route */
821
1001
  exports.RouteAlternativeType = void 0;
1002
+ /** Amenity preferences for a route */
822
1003
 
823
1004
  (function (RouteAlternativeType) {
824
1005
  RouteAlternativeType["FASTEST"] = "fastest";
@@ -885,7 +1066,7 @@ exports.RouteStatus = void 0;
885
1066
 
886
1067
  /** Tags of a route */
887
1068
  exports.RouteTagType = void 0;
888
- /** Standards(plug type) stats model */
1069
+ /** Scheduled charge stop along a route */
889
1070
 
890
1071
  (function (RouteTagType) {
891
1072
  RouteTagType["ROAD"] = "road";
@@ -896,6 +1077,24 @@ exports.RouteTagType = void 0;
896
1077
  RouteTagType["CROSSBORDER"] = "crossborder";
897
1078
  })(exports.RouteTagType || (exports.RouteTagType = {}));
898
1079
 
1080
+ exports.SpeedUnit = void 0;
1081
+ /** Standards(plug type) stats model */
1082
+
1083
+ (function (SpeedUnit) {
1084
+ SpeedUnit["KILOMETERS_PER_HOUR"] = "kilometers_per_hour";
1085
+ SpeedUnit["MILES_PER_HOUR"] = "miles_per_hour";
1086
+ })(exports.SpeedUnit || (exports.SpeedUnit = {}));
1087
+
1088
+ exports.StateOfChargeUnit = void 0;
1089
+ /** Station data which extends OCPI Location */
1090
+
1091
+ (function (StateOfChargeUnit) {
1092
+ StateOfChargeUnit["KILOMETER"] = "kilometer";
1093
+ StateOfChargeUnit["MILE"] = "mile";
1094
+ StateOfChargeUnit["KILOWATT_HOUR"] = "kilowatt_hour";
1095
+ StateOfChargeUnit["PERCENTAGE"] = "percentage";
1096
+ })(exports.StateOfChargeUnit || (exports.StateOfChargeUnit = {}));
1097
+
899
1098
  /** The station speed type */
900
1099
  exports.StationSpeedType = void 0;
901
1100
  /** The station stats model */
@@ -917,4 +1116,155 @@ exports.StepType = void 0;
917
1116
  StepType["WALKING"] = "walking";
918
1117
  StepType["CROSSBORDER"] = "crossborder";
919
1118
  })(exports.StepType || (exports.StepType = {}));
1119
+
1120
+ exports.TelemetryInputSource = void 0;
1121
+
1122
+ (function (TelemetryInputSource) {
1123
+ TelemetryInputSource["MANUAL"] = "manual";
1124
+ TelemetryInputSource["TELEMETRY"] = "telemetry";
1125
+ })(exports.TelemetryInputSource || (exports.TelemetryInputSource = {}));
1126
+
1127
+ exports.TemperatureUnit = void 0;
1128
+
1129
+ (function (TemperatureUnit) {
1130
+ TemperatureUnit["CELSIUS"] = "Celsius";
1131
+ TemperatureUnit["FAHRENHEIT"] = "Fahrenheit";
1132
+ })(exports.TemperatureUnit || (exports.TemperatureUnit = {}));
1133
+
1134
+ exports.TorqueUnit = void 0;
1135
+
1136
+ (function (TorqueUnit) {
1137
+ TorqueUnit["NEWTON_METER"] = "newton_meter";
1138
+ TorqueUnit["FOOT_POUND"] = "foot_pound";
1139
+ })(exports.TorqueUnit || (exports.TorqueUnit = {}));
1140
+
1141
+ exports.TurningCircleUnit = void 0;
1142
+
1143
+ (function (TurningCircleUnit) {
1144
+ TurningCircleUnit["METER"] = "meter";
1145
+ TurningCircleUnit["FOOT"] = "foot";
1146
+ })(exports.TurningCircleUnit || (exports.TurningCircleUnit = {}));
1147
+
1148
+ /** Availability status of a vehicle */
1149
+ exports.VehicleAvailabilityStatus = void 0;
1150
+
1151
+ (function (VehicleAvailabilityStatus) {
1152
+ VehicleAvailabilityStatus["NO_LONGER_AVAILABLE"] = "no_longer_available";
1153
+ VehicleAvailabilityStatus["AVAILABLE"] = "available";
1154
+ VehicleAvailabilityStatus["RELEASE_DATE_ANNOUNCED_PREORDERABLE"] = "release_date_announced_preorderable";
1155
+ VehicleAvailabilityStatus["RELEASE_DATE_ANNOUNCED"] = "release_date_announced";
1156
+ VehicleAvailabilityStatus["CONCEPT_VEHICLE_PREORDERABLE"] = "concept_vehicle_preorderable";
1157
+ VehicleAvailabilityStatus["CONCEPT_VEHICLE"] = "concept_vehicle";
1158
+ VehicleAvailabilityStatus["CONCEPT_VEHICLE_RELEASE_DATE_TBA_PREORDERABLE"] = "concept_vehicle_release_date_tba_preorderable";
1159
+ VehicleAvailabilityStatus["CONCEPT_VEHICLE_RELEASE_DATE_TBA"] = "concept_vehicle_release_date_tba";
1160
+ VehicleAvailabilityStatus["UNCERTAIN"] = "uncertain";
1161
+ })(exports.VehicleAvailabilityStatus || (exports.VehicleAvailabilityStatus = {}));
1162
+
1163
+ /** Battery field estimated */
1164
+ exports.VehicleBatteryFieldEstimations = void 0;
1165
+
1166
+ (function (VehicleBatteryFieldEstimations) {
1167
+ VehicleBatteryFieldEstimations["B"] = "B";
1168
+ VehicleBatteryFieldEstimations["F"] = "F";
1169
+ VehicleBatteryFieldEstimations["N"] = "N";
1170
+ VehicleBatteryFieldEstimations["U"] = "U";
1171
+ })(exports.VehicleBatteryFieldEstimations || (exports.VehicleBatteryFieldEstimations = {}));
1172
+
1173
+ exports.VehicleDataProvider = void 0;
1174
+
1175
+ (function (VehicleDataProvider) {
1176
+ VehicleDataProvider["CHARGETRIP"] = "chargetrip";
1177
+ VehicleDataProvider["EVDATABASE"] = "evdatabase";
1178
+ })(exports.VehicleDataProvider || (exports.VehicleDataProvider = {}));
1179
+
1180
+ /** Drivetrain */
1181
+ exports.VehicleDrivetrainType = void 0;
1182
+ /** Fuel type */
1183
+
1184
+ (function (VehicleDrivetrainType) {
1185
+ VehicleDrivetrainType["BEV"] = "BEV";
1186
+ VehicleDrivetrainType["EREV"] = "EREV";
1187
+ VehicleDrivetrainType["HEV"] = "HEV";
1188
+ VehicleDrivetrainType["PHEV"] = "PHEV";
1189
+ })(exports.VehicleDrivetrainType || (exports.VehicleDrivetrainType = {}));
1190
+
1191
+ exports.VehicleFuel = void 0;
1192
+
1193
+ (function (VehicleFuel) {
1194
+ VehicleFuel["D"] = "D";
1195
+ VehicleFuel["E"] = "E";
1196
+ VehicleFuel["P"] = "P";
1197
+ })(exports.VehicleFuel || (exports.VehicleFuel = {}));
1198
+
1199
+ /** Available types of images which can be found for a vehicle. Each type has specific image sizes */
1200
+ exports.VehicleImageType = void 0;
1201
+ /** When uploading images to a vehicle, you can select one of this types. The rest of the types are automatically generated by the system */
1202
+
1203
+ (function (VehicleImageType) {
1204
+ VehicleImageType["PROVIDER"] = "provider";
1205
+ VehicleImageType["IMAGE"] = "image";
1206
+ VehicleImageType["IMAGE_THUMBNAIL"] = "image_thumbnail";
1207
+ VehicleImageType["BRAND"] = "brand";
1208
+ VehicleImageType["BRAND_THUMBNAIL"] = "brand_thumbnail";
1209
+ })(exports.VehicleImageType || (exports.VehicleImageType = {}));
1210
+
1211
+ exports.VehicleImageTypeUploadable = void 0;
1212
+ /** The output element of the vehicleList query */
1213
+
1214
+ (function (VehicleImageTypeUploadable) {
1215
+ VehicleImageTypeUploadable["IMAGE"] = "image";
1216
+ })(exports.VehicleImageTypeUploadable || (exports.VehicleImageTypeUploadable = {}));
1217
+
1218
+ /** Mode (state) of the current production */
1219
+ exports.VehicleMode = void 0;
1220
+
1221
+ (function (VehicleMode) {
1222
+ VehicleMode["INDEX_ONLY"] = "index_only";
1223
+ VehicleMode["PRODUCTION"] = "production";
1224
+ VehicleMode["CONCEPT"] = "concept";
1225
+ })(exports.VehicleMode || (exports.VehicleMode = {}));
1226
+
1227
+ /** Propulsion */
1228
+ exports.VehiclePropulsion = void 0;
1229
+ /** Status of a vehicle provider */
1230
+
1231
+ (function (VehiclePropulsion) {
1232
+ VehiclePropulsion["AWD"] = "AWD";
1233
+ VehiclePropulsion["FRONT"] = "Front";
1234
+ VehiclePropulsion["REAR"] = "Rear";
1235
+ })(exports.VehiclePropulsion || (exports.VehiclePropulsion = {}));
1236
+
1237
+ exports.VehicleProviderStatus = void 0;
1238
+
1239
+ (function (VehicleProviderStatus) {
1240
+ VehicleProviderStatus["NEW"] = "new";
1241
+ VehicleProviderStatus["ATTACHED"] = "attached";
1242
+ VehicleProviderStatus["DETACHED"] = "detached";
1243
+ VehicleProviderStatus["ARCHIVED"] = "archived";
1244
+ })(exports.VehicleProviderStatus || (exports.VehicleProviderStatus = {}));
1245
+
1246
+ /** Status of a vehicle */
1247
+ exports.VehicleStatus = void 0;
1248
+
1249
+ (function (VehicleStatus) {
1250
+ VehicleStatus["DRAFT"] = "draft";
1251
+ VehicleStatus["PUBLIC"] = "public";
1252
+ VehicleStatus["PRIVATE"] = "private";
1253
+ VehicleStatus["ARCHIVED"] = "archived";
1254
+ })(exports.VehicleStatus || (exports.VehicleStatus = {}));
1255
+
1256
+ exports.VolumeUnit = void 0;
1257
+
1258
+ (function (VolumeUnit) {
1259
+ VolumeUnit["LITER"] = "liter";
1260
+ VolumeUnit["CUBIC_METER"] = "cubic_meter";
1261
+ VolumeUnit["CUBIC_FOOT"] = "cubic_foot";
1262
+ })(exports.VolumeUnit || (exports.VolumeUnit = {}));
1263
+
1264
+ exports.WeightUnit = void 0;
1265
+
1266
+ (function (WeightUnit) {
1267
+ WeightUnit["KILOGRAM"] = "kilogram";
1268
+ WeightUnit["POUND"] = "pound";
1269
+ })(exports.WeightUnit || (exports.WeightUnit = {}));
920
1270
  //# sourceMappingURL=index.js.map