@chargetrip/types 1.33.0 → 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
 
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;
41
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
 
@@ -177,14 +205,14 @@ export let ConnectedVehicleStatus;
177
205
  /** Connector data which extends OCPI Connector */
178
206
 
179
207
  (function (ConnectedVehicleStatus) {
180
- ConnectedVehicleStatus["PENDING"] = "pending";
208
+ ConnectedVehicleStatus["PENDING_AUTHORIZATION"] = "pending_authorization";
181
209
  ConnectedVehicleStatus["AUTHORIZED"] = "authorized";
182
- ConnectedVehicleStatus["DEAUTHORIZED"] = "deauthorized";
210
+ ConnectedVehicleStatus["PENDING_REMOVAL"] = "pending_removal";
211
+ ConnectedVehicleStatus["REMOVED"] = "removed";
183
212
  })(ConnectedVehicleStatus || (ConnectedVehicleStatus = {}));
184
213
 
185
214
  /** The socket or plug standard of the charging point. */
186
215
  export let ConnectorType;
187
- /** The complete contact information */
188
216
 
189
217
  (function (ConnectorType) {
190
218
  ConnectorType["CHADEMO"] = "CHADEMO";
@@ -228,6 +256,20 @@ export let ConnectorType;
228
256
  ConnectorType["NEMA_14_50"] = "NEMA_14_50";
229
257
  })(ConnectorType || (ConnectorType = {}));
230
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
+
231
273
  /** ISO-3166 alpha-2 country codes */
232
274
  export let CountryCodeAlpha2;
233
275
 
@@ -486,6 +528,14 @@ export let CountryCodeAlpha2;
486
528
  CountryCodeAlpha2["ZW"] = "ZW";
487
529
  })(CountryCodeAlpha2 || (CountryCodeAlpha2 = {}));
488
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
+
489
539
  export let DistanceUnit;
490
540
  /** EVSE data which extends OCPI EVSE */
491
541
 
@@ -496,14 +546,43 @@ export let DistanceUnit;
496
546
  DistanceUnit["MILE"] = "mile";
497
547
  })(DistanceUnit || (DistanceUnit = {}));
498
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
+
499
571
  /** GeoJSON Feature type */
500
572
  export let FeatureType;
501
- /** Geometry point with GPS coordinates */
502
573
 
503
574
  (function (FeatureType) {
504
575
  FeatureType["FEATURE"] = "Feature";
505
576
  })(FeatureType || (FeatureType = {}));
506
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
+
507
586
  /** Navigation service providers available */
508
587
  export let InstructionsFormat;
509
588
 
@@ -512,7 +591,22 @@ export let InstructionsFormat;
512
591
  InstructionsFormat["MAPBOXV5"] = "MapboxV5";
513
592
  })(InstructionsFormat || (InstructionsFormat = {}));
514
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;
515
603
  /** Status of the isoline label */
604
+
605
+ (function (IsolineQuality) {
606
+ IsolineQuality["HIGH"] = "high";
607
+ IsolineQuality["LOW"] = "low";
608
+ })(IsolineQuality || (IsolineQuality = {}));
609
+
516
610
  export let IsolineStatus;
517
611
  /** Types of a leg */
518
612
 
@@ -523,16 +617,25 @@ export let IsolineStatus;
523
617
  })(IsolineStatus || (IsolineStatus = {}));
524
618
 
525
619
  export let LegType;
526
- /** Preferred language for the mapping */
620
+ /** A GeoJSON LineString */
527
621
 
528
622
  (function (LegType) {
529
623
  LegType["STATION"] = "station";
530
624
  LegType["STATIONVIA"] = "stationVia";
625
+ LegType["STATIONAMENITY"] = "stationAmenity";
531
626
  LegType["VIA"] = "via";
532
627
  LegType["FINAL"] = "final";
533
628
  LegType["STATIONFINAL"] = "stationFinal";
534
629
  })(LegType || (LegType = {}));
535
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
+
536
639
  export let MappingLanguage;
537
640
  /** Navigation service providers available */
538
641
 
@@ -547,6 +650,21 @@ export let MappingProvider;
547
650
  MappingProvider["MAPBOXV5"] = "MapboxV5";
548
651
  })(MappingProvider || (MappingProvider = {}));
549
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
+
550
668
  /** State of navigation session */
551
669
  export let NavigationState;
552
670
  /** Navigation session station type */
@@ -771,7 +889,7 @@ export let OCPITariffDimensionType;
771
889
  })(OCPITariffDimensionType || (OCPITariffDimensionType = {}));
772
890
 
773
891
  export let OCPITariffType;
774
- /** The operator data which extends OCPI BusinessDetails */
892
+ /** List of charging modes that are supported */
775
893
 
776
894
  (function (OCPITariffType) {
777
895
  OCPITariffType["AD_HOC_PAYMENT"] = "AD_HOC_PAYMENT";
@@ -781,6 +899,54 @@ export let OCPITariffType;
781
899
  OCPITariffType["REGULAR"] = "REGULAR";
782
900
  })(OCPITariffType || (OCPITariffType = {}));
783
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
+
784
950
  export let ParkingCost;
785
951
 
786
952
  (function (ParkingCost) {
@@ -790,19 +956,26 @@ export let ParkingCost;
790
956
 
791
957
  /** GeoJSON Point type */
792
958
  export let PointType;
793
- /** A GeoJSON Polygon */
959
+ /** Polygon properties */
794
960
 
795
961
  (function (PointType) {
796
962
  PointType["POINT"] = "Point";
797
963
  })(PointType || (PointType = {}));
798
964
 
799
- /** GeoJSON Polygon type */
800
- export let PolygonType;
801
- /** The list of powers for the speed type */
965
+ export let PowerUnit;
802
966
 
803
- (function (PolygonType) {
804
- PolygonType["POLYGON"] = "Polygon";
805
- })(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 = {}));
806
979
 
807
980
  export let PricingListElementType;
808
981
 
@@ -815,6 +988,7 @@ export let PricingListElementType;
815
988
 
816
989
  /** Types of an alternative route */
817
990
  export let RouteAlternativeType;
991
+ /** Amenity preferences for a route */
818
992
 
819
993
  (function (RouteAlternativeType) {
820
994
  RouteAlternativeType["FASTEST"] = "fastest";
@@ -881,7 +1055,7 @@ export let RouteStatus;
881
1055
 
882
1056
  /** Tags of a route */
883
1057
  export let RouteTagType;
884
- /** Standards(plug type) stats model */
1058
+ /** Scheduled charge stop along a route */
885
1059
 
886
1060
  (function (RouteTagType) {
887
1061
  RouteTagType["ROAD"] = "road";
@@ -892,6 +1066,24 @@ export let RouteTagType;
892
1066
  RouteTagType["CROSSBORDER"] = "crossborder";
893
1067
  })(RouteTagType || (RouteTagType = {}));
894
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
+
895
1087
  /** The station speed type */
896
1088
  export let StationSpeedType;
897
1089
  /** The station stats model */
@@ -913,4 +1105,162 @@ export let StepType;
913
1105
  StepType["WALKING"] = "walking";
914
1106
  StepType["CROSSBORDER"] = "crossborder";
915
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 = {}));
916
1266
  //# sourceMappingURL=graphql.js.map