@chargetrip/types 1.44.0 → 1.46.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 +19 -0
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +188 -82
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +188 -82
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +322 -1335
- package/graphql.schema.json +2773 -7182
- package/package.json +4 -2
- package/src/graphql.ts +314 -1394
package/src/graphql.ts
CHANGED
|
@@ -99,6 +99,24 @@ export enum AdhocAuthorisationMethod {
|
|
|
99
99
|
SMS = "SMS"
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
+
export type AlternativeStationRadius = {
|
|
103
|
+
/** Value of the alternative station radius. */
|
|
104
|
+
value: Scalars["Float"];
|
|
105
|
+
/** Type of the alternative station radius. */
|
|
106
|
+
type: DistanceUnit;
|
|
107
|
+
/** Source of inputted data. */
|
|
108
|
+
source: TelemetryInputSource;
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
export type AlternativeStationRadiusInput = {
|
|
112
|
+
/** Value of the alternative station radius. */
|
|
113
|
+
value: Scalars["Float"];
|
|
114
|
+
/** Type of the alternative station radius. */
|
|
115
|
+
type: DistanceUnit;
|
|
116
|
+
/** Source of inputted data. */
|
|
117
|
+
source?: Maybe<TelemetryInputSource>;
|
|
118
|
+
};
|
|
119
|
+
|
|
102
120
|
/** Amenities available near a station */
|
|
103
121
|
export enum Amenities {
|
|
104
122
|
PARK = "park",
|
|
@@ -147,14 +165,6 @@ export type AmenityPreferencesInput = {
|
|
|
147
165
|
scheduled_charge_stops?: Maybe<Array<ScheduledChargeStopInput>>;
|
|
148
166
|
};
|
|
149
167
|
|
|
150
|
-
/** Amenities stats model */
|
|
151
|
-
export type AmenityStats = {
|
|
152
|
-
/** The amenity type */
|
|
153
|
-
type?: Maybe<Scalars["String"]>;
|
|
154
|
-
/** The total number of stations with the specified amenity */
|
|
155
|
-
total?: Maybe<Scalars["Int"]>;
|
|
156
|
-
};
|
|
157
|
-
|
|
158
168
|
/** A list of amenity types. */
|
|
159
169
|
export enum AmenityType {
|
|
160
170
|
PARK = "park",
|
|
@@ -196,7 +206,7 @@ export type AuxiliaryConsumptionInput = {
|
|
|
196
206
|
/** Type of auxiliary power consumption of the vehicle. */
|
|
197
207
|
type: AuxiliaryConsumptionUnit;
|
|
198
208
|
/** Source of inputted data, defaults to 'manual'. */
|
|
199
|
-
source?: TelemetryInputSource
|
|
209
|
+
source?: Maybe<TelemetryInputSource>;
|
|
200
210
|
};
|
|
201
211
|
|
|
202
212
|
/** Auxiliary consumption units. */
|
|
@@ -222,1278 +232,24 @@ export type BatteryTemperatureInput = {
|
|
|
222
232
|
source?: Maybe<TelemetryInputSource>;
|
|
223
233
|
};
|
|
224
234
|
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
/** Cars unique ID. */
|
|
228
|
-
id?: Maybe<Scalars["ID"]>;
|
|
229
|
-
/** Naming of a car. */
|
|
230
|
-
naming?: Maybe<CarNaming>;
|
|
231
|
-
/** Available connectors for a car. */
|
|
232
|
-
connectors?: Maybe<Array<Maybe<CarPlug>>>;
|
|
233
|
-
/** List of adapters of connectors available for a car. */
|
|
234
|
-
adapters?: Maybe<Array<Maybe<CarPlug>>>;
|
|
235
|
-
/** Battery of a car. */
|
|
236
|
-
battery?: Maybe<CarBattery>;
|
|
237
|
-
/** Body of a car. */
|
|
238
|
-
body?: Maybe<CarBody>;
|
|
239
|
-
/** Availability of a car. */
|
|
240
|
-
availability?: Maybe<CarAvailability>;
|
|
241
|
-
/** Performance of a car. */
|
|
242
|
-
performance?: Maybe<CarPerformance>;
|
|
243
|
-
/** Range of a car. */
|
|
244
|
-
range?: Maybe<CarRange>;
|
|
245
|
-
/** Media of a car. */
|
|
246
|
-
media?: Maybe<CarMedia>;
|
|
247
|
-
/** Routing of a car. */
|
|
248
|
-
routing?: Maybe<CarRouting>;
|
|
249
|
-
/** Information about vehicle connectivity. */
|
|
250
|
-
connect?: Maybe<Connect>;
|
|
251
|
-
/**
|
|
252
|
-
* ID provided by a car data source as the row ID.
|
|
253
|
-
* @deprecated Will be removed in the future
|
|
254
|
-
*/
|
|
255
|
-
externalId?: Maybe<Scalars["String"]>;
|
|
256
|
-
/**
|
|
257
|
-
* Car manufacturer.
|
|
258
|
-
* @deprecated In favor of naming.make
|
|
259
|
-
*/
|
|
260
|
-
make?: Maybe<Scalars["String"]>;
|
|
261
|
-
/**
|
|
262
|
-
* Car model.
|
|
263
|
-
* @deprecated In favor of naming.model
|
|
264
|
-
*/
|
|
265
|
-
carModel?: Maybe<Scalars["String"]>;
|
|
266
|
-
/**
|
|
267
|
-
* Car edition.
|
|
268
|
-
* @deprecated In favor of naming.version
|
|
269
|
-
*/
|
|
270
|
-
edition?: Maybe<Scalars["String"]>;
|
|
271
|
-
/**
|
|
272
|
-
* Car model edition. Added by Chargetrip as an alternative for when a car manufacturer does not provide an edition name, or uses the same edition name across all trims or consecutive years.
|
|
273
|
-
* @deprecated In favor of naming.chargetrip_version
|
|
274
|
-
*/
|
|
275
|
-
chargetripEdition?: Maybe<Scalars["String"]>;
|
|
276
|
-
/**
|
|
277
|
-
* Car version.
|
|
278
|
-
* @deprecated In favor of naming.edition
|
|
279
|
-
*/
|
|
280
|
-
version?: Maybe<Scalars["String"]>;
|
|
281
|
-
/**
|
|
282
|
-
* Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data.
|
|
283
|
-
* @deprecated In favor of range.chargetrip_range
|
|
284
|
-
*/
|
|
285
|
-
chargetripRange?: Maybe<ChargetripRange>;
|
|
286
|
-
/**
|
|
287
|
-
* Cars that support fast charging have a minimum charging speed of 43 kWh.
|
|
288
|
-
* @deprecated In favor of routing.fast_charging_support
|
|
289
|
-
*/
|
|
290
|
-
fastChargingSupport?: Maybe<Scalars["Boolean"]>;
|
|
291
|
-
/**
|
|
292
|
-
* Current production mode of a car.
|
|
293
|
-
* @deprecated In favor of availability.status
|
|
294
|
-
*/
|
|
295
|
-
mode?: Maybe<CarMode>;
|
|
296
|
-
/**
|
|
297
|
-
* Number of seats.
|
|
298
|
-
* @deprecated In favor of body.seats
|
|
299
|
-
*/
|
|
300
|
-
seats?: Maybe<Scalars["Int"]>;
|
|
301
|
-
/**
|
|
302
|
-
* Weight in kg.
|
|
303
|
-
* @deprecated In favor of body.weight
|
|
304
|
-
*/
|
|
305
|
-
weight?: Maybe<Scalars["Float"]>;
|
|
306
|
-
/**
|
|
307
|
-
* Height in mm.
|
|
308
|
-
* @deprecated In favor of body.height
|
|
309
|
-
*/
|
|
310
|
-
height?: Maybe<Scalars["Int"]>;
|
|
311
|
-
/**
|
|
312
|
-
* Width in mm.
|
|
313
|
-
* @deprecated In favor of body.width
|
|
314
|
-
*/
|
|
315
|
-
width?: Maybe<Scalars["Int"]>;
|
|
316
|
-
/**
|
|
317
|
-
* Usable battery capacity in kWh.
|
|
318
|
-
* @deprecated In favor of battery.usable_kwh
|
|
319
|
-
*/
|
|
320
|
-
batteryUsableKwh?: Maybe<Scalars["Float"]>;
|
|
321
|
-
/**
|
|
322
|
-
* Full battery capacity in kWh.
|
|
323
|
-
* @deprecated In favor of battery.full_kwh
|
|
324
|
-
*/
|
|
325
|
-
batteryFullKwh?: Maybe<Scalars["Float"]>;
|
|
326
|
-
/**
|
|
327
|
-
* Battery efficiency in the city, highway and combined depending on weather conditions.
|
|
328
|
-
* @deprecated In favor of efficiency
|
|
329
|
-
*/
|
|
330
|
-
batteryEfficiency?: Maybe<CarBatteryEfficiency>;
|
|
331
|
-
/**
|
|
332
|
-
* Acceleration time from 0 to 100 km/h.
|
|
333
|
-
* @deprecated In favor of performance.acceleration
|
|
334
|
-
*/
|
|
335
|
-
acceleration?: Maybe<Scalars["Float"]>;
|
|
336
|
-
/**
|
|
337
|
-
* Maximum car speed in km/h.
|
|
338
|
-
* @deprecated In favor of performance.top_speed
|
|
339
|
-
*/
|
|
340
|
-
topSpeed?: Maybe<Scalars["Float"]>;
|
|
341
|
-
/**
|
|
342
|
-
* Power of a car in Kw.
|
|
343
|
-
* @deprecated In favor of drivetrain.power
|
|
344
|
-
*/
|
|
345
|
-
power?: Maybe<Scalars["Float"]>;
|
|
346
|
-
/**
|
|
347
|
-
* Engine torque.
|
|
348
|
-
* @deprecated In favor of drivetrain.torque
|
|
349
|
-
*/
|
|
350
|
-
torque?: Maybe<Scalars["Float"]>;
|
|
351
|
-
/**
|
|
352
|
-
* Extra consumption model.
|
|
353
|
-
* @deprecated In favor of routing.consumption
|
|
354
|
-
*/
|
|
355
|
-
consumption?: Maybe<CarExtraConsumption>;
|
|
356
|
-
/**
|
|
357
|
-
* Amount of petrol a similar petrol car would consume per 100 km.
|
|
358
|
-
* @deprecated In favor of routing.petrol_consumption
|
|
359
|
-
*/
|
|
360
|
-
petrolConsumption?: Maybe<Scalars["Float"]>;
|
|
361
|
-
/**
|
|
362
|
-
* A list of offset data for different charging speeds.
|
|
363
|
-
* @deprecated You will receive null values
|
|
364
|
-
*/
|
|
365
|
-
chargingOffset?: Maybe<Scalars["JSON"]>;
|
|
366
|
-
/**
|
|
367
|
-
* Images of a car.
|
|
368
|
-
* @deprecated In favor of media.image_list
|
|
369
|
-
*/
|
|
370
|
-
images?: Maybe<Array<Maybe<CarImage>>>;
|
|
371
|
-
/**
|
|
372
|
-
* Images of a car in structured data.
|
|
373
|
-
* @deprecated In favor of media.image or media.brand
|
|
374
|
-
*/
|
|
375
|
-
imagesData?: Maybe<CarImageData>;
|
|
376
|
-
};
|
|
377
|
-
|
|
378
|
-
/** Deprecated: In favour of VehicleAvailability. */
|
|
379
|
-
export type CarAvailability = {
|
|
380
|
-
/**
|
|
381
|
-
* Availability of car.
|
|
382
|
-
*
|
|
383
|
-
* Values:
|
|
384
|
-
* - 0 = Car no longer for sale in any market / region.
|
|
385
|
-
* - 1 = Car currently for sale in at least one market / region.
|
|
386
|
-
* - 2 = Car expected in market from Date_From (estimated), pre-order open.
|
|
387
|
-
* - 3 = Car expected in market from Date_From (estimated), pre-order unkown or not open.
|
|
388
|
-
* - 12 = Concept car, nearing production and/or confirmed, pre-order open.
|
|
389
|
-
* - 13 = Concept car, nearing production and/or confirmed, pre-order unknown or not open.
|
|
390
|
-
* - 22 = Concept car, not close to production and/or unconfirmed, pre-order open.
|
|
391
|
-
* - 23 = Concept car, not close to production and/or unconfirmed, pre-order unknown.
|
|
392
|
-
* - 91 = Status uncertain, introduction date and/or pricing unclear.
|
|
393
|
-
*/
|
|
394
|
-
status?: Maybe<Scalars["Int"]>;
|
|
395
|
-
};
|
|
396
|
-
|
|
397
|
-
/** Deprecated: In favour of VehicleBattery. */
|
|
398
|
-
export type CarBattery = {
|
|
399
|
-
/** Usable battery capacity in kWh. */
|
|
400
|
-
usable_kwh?: Maybe<Scalars["Float"]>;
|
|
401
|
-
/** Full battery capacity in kWh. */
|
|
402
|
-
full_kwh?: Maybe<Scalars["Float"]>;
|
|
403
|
-
};
|
|
404
|
-
|
|
405
|
-
/** Deprecated. */
|
|
406
|
-
export type CarBatteryEfficiency = {
|
|
407
|
-
/** Average efficiency measured in kWh/100 km. */
|
|
408
|
-
average?: Maybe<Scalars["Float"]>;
|
|
409
|
-
/** Worst conditions are based on -10°C and use of heating, measured in kWh/100 km. */
|
|
410
|
-
worst?: Maybe<CarEstimationData>;
|
|
411
|
-
/** Best conditions are based on 23°C and no use of A/C, measured in kWh/100 km. */
|
|
412
|
-
best?: Maybe<CarEstimationData>;
|
|
413
|
-
};
|
|
414
|
-
|
|
415
|
-
/** Deprecated: In favour of VehicleBatteryFieldEstimations. */
|
|
416
|
-
export enum CarBatteryFieldEstimations {
|
|
417
|
-
/** Both of the battery kWh fields are estimations. */
|
|
418
|
-
B = "B",
|
|
419
|
-
/** full_kwh field is estimated. */
|
|
420
|
-
F = "F",
|
|
421
|
-
/** None of the battery kWh fields are estimations. */
|
|
422
|
-
N = "N",
|
|
423
|
-
/** usable_kwh field is estimated. */
|
|
424
|
-
U = "U"
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
/** Deprecated: In favour of VehicleBody. */
|
|
428
|
-
export type CarBody = {
|
|
429
|
-
/** Width with folded mirrors in mm. */
|
|
430
|
-
width?: Maybe<Scalars["Int"]>;
|
|
431
|
-
/** Height (average height for adjustable suspensions) in mm. */
|
|
432
|
-
height?: Maybe<Scalars["Int"]>;
|
|
433
|
-
/** Weight Unladen EU) in kg. */
|
|
434
|
-
weight?: Maybe<Scalars["Int"]>;
|
|
435
|
-
/** Number of seats. */
|
|
436
|
-
seats?: Maybe<Scalars["Int"]>;
|
|
437
|
-
};
|
|
438
|
-
|
|
439
|
-
export enum CarConnectivityProvider {
|
|
440
|
-
ENODE = "Enode"
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
/** Deprecated. */
|
|
444
|
-
export type CarConsumption = {
|
|
445
|
-
/** Worst conditions are based on -10°C and use of heating. */
|
|
446
|
-
worst?: Maybe<Scalars["Float"]>;
|
|
447
|
-
/** Best conditions are based on 23°C and no use of A/C. */
|
|
448
|
-
best?: Maybe<Scalars["Float"]>;
|
|
449
|
-
};
|
|
450
|
-
|
|
451
|
-
/** Deprecated: In favour of VehicleConsumptionInput. */
|
|
452
|
-
export type CarConsumptionInput = {
|
|
453
|
-
/** Worst conditions are based on -10°C and use of heating. */
|
|
454
|
-
worst?: Maybe<Scalars["Float"]>;
|
|
455
|
-
/** Best conditions are based on 23°C and no use of A/C. */
|
|
456
|
-
best?: Maybe<Scalars["Float"]>;
|
|
457
|
-
};
|
|
458
|
-
|
|
459
|
-
/** Deprecated: In favour of VehicleDrivetrain. */
|
|
460
|
-
export enum CarDrivetrain {
|
|
461
|
-
/** Battery Electric Car.. */
|
|
462
|
-
BEV = "BEV",
|
|
463
|
-
/** Extended Range Electric Car. */
|
|
464
|
-
EREV = "EREV"
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
/** Deprecated. */
|
|
468
|
-
export type CarEstimationData = {
|
|
469
|
-
/** Estimated battery efficiency on a highway or express roads, in km. */
|
|
470
|
-
highway?: Maybe<Scalars["Float"]>;
|
|
471
|
-
/** Estimated battery efficiency on city roads, in km. */
|
|
472
|
-
city?: Maybe<Scalars["Float"]>;
|
|
473
|
-
/** Estimated battery efficiency on highway and city roads combined, in km. */
|
|
474
|
-
combined?: Maybe<Scalars["Float"]>;
|
|
475
|
-
};
|
|
476
|
-
|
|
477
|
-
/** Deprecated. */
|
|
478
|
-
export type CarExtraConsumption = {
|
|
479
|
-
/** Consumption, in kWh, of the auxiliaries. */
|
|
480
|
-
aux?: Maybe<CarConsumption>;
|
|
481
|
-
/** Consumption, in kWh, of the battery management system. */
|
|
482
|
-
bms?: Maybe<CarConsumption>;
|
|
483
|
-
/** Consumption, in kWh, of a car in idle mode. */
|
|
484
|
-
idle?: Maybe<CarConsumption>;
|
|
485
|
-
};
|
|
486
|
-
|
|
487
|
-
/** Deprecated: In favour of VehicleFuel. */
|
|
488
|
-
export enum CarFuel {
|
|
489
|
-
/** Electricity only. Full electric car. */
|
|
490
|
-
E = "E"
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
/** Deprecated: In favour of VehicleImage */
|
|
494
|
-
export type CarImage = {
|
|
495
|
-
/** Image id. */
|
|
496
|
-
id?: Maybe<Scalars["ID"]>;
|
|
497
|
-
/** Image type. */
|
|
498
|
-
type?: Maybe<CarImageType>;
|
|
499
|
-
/** Full path URL of a large image. */
|
|
500
|
-
url?: Maybe<Scalars["String"]>;
|
|
501
|
-
/** Height of a large image in pixels. */
|
|
502
|
-
height?: Maybe<Scalars["Int"]>;
|
|
503
|
-
/** Width of a large image in pixels. */
|
|
504
|
-
width?: Maybe<Scalars["Int"]>;
|
|
505
|
-
/** Full path URL of a thumbnail image. */
|
|
506
|
-
thumbnail_url?: Maybe<Scalars["String"]>;
|
|
507
|
-
/** Height of a thumbnail image in pixels. */
|
|
508
|
-
thumbnail_height?: Maybe<Scalars["Int"]>;
|
|
509
|
-
/** Width of a thumbnail image in pixels. */
|
|
510
|
-
thumbnail_width?: Maybe<Scalars["Int"]>;
|
|
511
|
-
};
|
|
512
|
-
|
|
513
|
-
/** Deprecated. */
|
|
514
|
-
export type CarImageData = {
|
|
515
|
-
/** Full size image of a car. */
|
|
516
|
-
image?: Maybe<CarImage>;
|
|
517
|
-
/** Thumbnail of a full size image. */
|
|
518
|
-
image_thumbnail?: Maybe<CarImage>;
|
|
519
|
-
/** Full size logo of the make of a car. */
|
|
520
|
-
brand?: Maybe<CarImage>;
|
|
521
|
-
/** Thumbnail of a full size logo of the make of a car. */
|
|
522
|
-
brand_thumbnail?: Maybe<CarImage>;
|
|
523
|
-
};
|
|
524
|
-
|
|
525
|
-
/** Deprecated: In favour of VehicleImageType. */
|
|
526
|
-
export enum CarImageType {
|
|
527
|
-
/** Images provided by a Car Datasource. */
|
|
528
|
-
PROVIDER = "provider",
|
|
529
|
-
/** Full-sized image at 1536x864 px. */
|
|
530
|
-
IMAGE = "image",
|
|
531
|
-
/** Thumbnail of a full-sized image at 131x72 px. */
|
|
532
|
-
IMAGE_THUMBNAIL = "image_thumbnail",
|
|
533
|
-
/** Full-sized brand (make) logo at 768x432 px. */
|
|
534
|
-
BRAND = "brand",
|
|
535
|
-
/** Thumbnail of a full-sized brand (make) logo at 56x24 px. */
|
|
536
|
-
BRAND_THUMBNAIL = "brand_thumbnail",
|
|
537
|
-
/** Placeholder image at 1536x864 px. */
|
|
538
|
-
PLACEHOLDER = "placeholder"
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
/** Deprecated: In favour of VehicleImageTypeUploadable. */
|
|
542
|
-
export enum CarImageTypeUploadable {
|
|
543
|
-
/** Full size image with a resolution at least 1536x864 px. */
|
|
544
|
-
IMAGE = "image"
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
/** Deprecated: In favour of VehicleList. */
|
|
548
|
-
export type CarList = {
|
|
549
|
-
/** Cars unique ID. */
|
|
550
|
-
id?: Maybe<Scalars["ID"]>;
|
|
551
|
-
/** Naming of a car. */
|
|
552
|
-
naming?: Maybe<CarListNaming>;
|
|
553
|
-
/** Connectors available for a car. */
|
|
554
|
-
connectors?: Maybe<Array<Maybe<CarPlug>>>;
|
|
555
|
-
/** Adapters of connectors available for a car. */
|
|
556
|
-
adapters?: Maybe<Array<Maybe<CarPlug>>>;
|
|
557
|
-
/** Battery of a car. */
|
|
558
|
-
battery?: Maybe<CarListBattery>;
|
|
559
|
-
/** Body of a car. */
|
|
560
|
-
body?: Maybe<CarListBody>;
|
|
561
|
-
/** Availability of a car. */
|
|
562
|
-
availability?: Maybe<CarListAvailability>;
|
|
563
|
-
/** Range of a car. */
|
|
564
|
-
range?: Maybe<CarListRange>;
|
|
565
|
-
/** Media of a car. */
|
|
566
|
-
media?: Maybe<CarListMedia>;
|
|
567
|
-
/** Routing of a car. */
|
|
568
|
-
routing?: Maybe<CarListRouting>;
|
|
569
|
-
/** Information about vehicle connectivity. */
|
|
570
|
-
connect?: Maybe<Connect>;
|
|
571
|
-
/**
|
|
572
|
-
* ID provided by a car data source as the row ID.
|
|
573
|
-
* @deprecated Will be removed in the future
|
|
574
|
-
*/
|
|
575
|
-
externalId?: Maybe<Scalars["String"]>;
|
|
576
|
-
/**
|
|
577
|
-
* Car manufacturer.
|
|
578
|
-
* @deprecated In favor of naming.make
|
|
579
|
-
*/
|
|
580
|
-
make?: Maybe<Scalars["String"]>;
|
|
581
|
-
/**
|
|
582
|
-
* Car model.
|
|
583
|
-
* @deprecated In favor of naming.model
|
|
584
|
-
*/
|
|
585
|
-
carModel?: Maybe<Scalars["String"]>;
|
|
586
|
-
/**
|
|
587
|
-
* Car edition.
|
|
588
|
-
* @deprecated In favor of naming.version
|
|
589
|
-
*/
|
|
590
|
-
edition?: Maybe<Scalars["String"]>;
|
|
591
|
-
/**
|
|
592
|
-
* Car model edition. Added by Chargetrip as an alternative for when a car manufacturer does not provide an edition name, or uses the same edition name across all trims or consecutive years.
|
|
593
|
-
* @deprecated In favor of naming.chargetrip_version
|
|
594
|
-
*/
|
|
595
|
-
chargetripEdition?: Maybe<Scalars["String"]>;
|
|
596
|
-
/**
|
|
597
|
-
* Car version.
|
|
598
|
-
* @deprecated In favor of naming.edition
|
|
599
|
-
*/
|
|
600
|
-
version?: Maybe<Scalars["String"]>;
|
|
601
|
-
/**
|
|
602
|
-
* Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data.
|
|
603
|
-
* @deprecated In favor of range.chargetrip_range
|
|
604
|
-
*/
|
|
605
|
-
chargetripRange?: Maybe<ChargetripRange>;
|
|
606
|
-
/**
|
|
607
|
-
* Cars that support fast charging have a minimum charging speed of 43 kWh.
|
|
608
|
-
* @deprecated In favor of routing.fast_charging_support
|
|
609
|
-
*/
|
|
610
|
-
fastChargingSupport?: Maybe<Scalars["Boolean"]>;
|
|
611
|
-
/**
|
|
612
|
-
* Current production mode of a car.
|
|
613
|
-
* @deprecated In favor of availability.status
|
|
614
|
-
*/
|
|
615
|
-
mode?: Maybe<CarMode>;
|
|
616
|
-
/**
|
|
617
|
-
* Number of seats.
|
|
618
|
-
* @deprecated In favor of body.seats
|
|
619
|
-
*/
|
|
620
|
-
seats?: Maybe<Scalars["Int"]>;
|
|
621
|
-
/**
|
|
622
|
-
* Usable battery capacity in kWh.
|
|
623
|
-
* @deprecated In favor of battery.usable_kwh
|
|
624
|
-
*/
|
|
625
|
-
batteryUsableKwh?: Maybe<Scalars["Float"]>;
|
|
626
|
-
/**
|
|
627
|
-
* Full battery capacity in kWh.
|
|
628
|
-
* @deprecated In favor of battery.full_kwh
|
|
629
|
-
*/
|
|
630
|
-
batteryFullKwh?: Maybe<Scalars["Float"]>;
|
|
631
|
-
/**
|
|
632
|
-
* Images of a car in structured data.
|
|
633
|
-
* @deprecated In favor of media.image and media.brand
|
|
634
|
-
*/
|
|
635
|
-
imagesData?: Maybe<CarImageData>;
|
|
636
|
-
/** @deprecated You will receive null values */
|
|
637
|
-
power?: Maybe<Scalars["Float"]>;
|
|
638
|
-
/** @deprecated You will receive null values */
|
|
639
|
-
acceleration?: Maybe<Scalars["Float"]>;
|
|
640
|
-
/** @deprecated You will receive null values */
|
|
641
|
-
topSpeed?: Maybe<Scalars["Float"]>;
|
|
642
|
-
/** @deprecated You will receive null values */
|
|
643
|
-
torque?: Maybe<Scalars["Float"]>;
|
|
644
|
-
/** @deprecated You will receive null values */
|
|
645
|
-
batteryEfficiency?: Maybe<CarBatteryEfficiency>;
|
|
646
|
-
/** @deprecated You will receive null values */
|
|
647
|
-
weight?: Maybe<Scalars["Float"]>;
|
|
648
|
-
/** @deprecated You will receive null values */
|
|
649
|
-
height?: Maybe<Scalars["Int"]>;
|
|
650
|
-
/** @deprecated You will receive null values */
|
|
651
|
-
width?: Maybe<Scalars["Int"]>;
|
|
652
|
-
/** @deprecated You will receive null values */
|
|
653
|
-
consumption?: Maybe<CarExtraConsumption>;
|
|
654
|
-
/** @deprecated You will receive null values */
|
|
655
|
-
petrolConsumption?: Maybe<Scalars["Float"]>;
|
|
656
|
-
/** @deprecated You will receive null values */
|
|
657
|
-
chargingOffset?: Maybe<Scalars["JSON"]>;
|
|
658
|
-
/** @deprecated You will receive null values */
|
|
659
|
-
auxConsumption?: Maybe<Scalars["Float"]>;
|
|
660
|
-
/** @deprecated You will receive null values */
|
|
661
|
-
bmsConsumption?: Maybe<Scalars["Float"]>;
|
|
662
|
-
/** @deprecated You will receive null values */
|
|
663
|
-
dragCoefficient?: Maybe<Scalars["Float"]>;
|
|
664
|
-
/** @deprecated You will receive null values */
|
|
665
|
-
tirePressure?: Maybe<Scalars["Float"]>;
|
|
666
|
-
/** @deprecated You will receive null values */
|
|
667
|
-
motorEfficiency?: Maybe<Scalars["Float"]>;
|
|
668
|
-
/** @deprecated You will receive null values */
|
|
669
|
-
drivelineEfficiency?: Maybe<Scalars["Float"]>;
|
|
670
|
-
/** @deprecated You will receive null values */
|
|
671
|
-
regenEfficiency?: Maybe<Scalars["Float"]>;
|
|
672
|
-
/** @deprecated You will receive null values */
|
|
673
|
-
images?: Maybe<Array<Maybe<CarImage>>>;
|
|
674
|
-
};
|
|
675
|
-
|
|
676
|
-
/** Deprecated: In favour of VehicleListAvailability. */
|
|
677
|
-
export type CarListAvailability = {
|
|
678
|
-
/**
|
|
679
|
-
* Availability of car.
|
|
680
|
-
*
|
|
681
|
-
* Values:
|
|
682
|
-
* - 0 = Car no longer for sale in any market / region.
|
|
683
|
-
* - 1 = Car currently for sale in at least one market / region.
|
|
684
|
-
* - 2 = Car expected in market from Date_From (estimated), pre-order open.
|
|
685
|
-
* - 3 = Car expected in market from Date_From (estimated), pre-order unkown or not open.
|
|
686
|
-
* - 12 = Concept car, nearing production and/or confirmed, pre-order open.
|
|
687
|
-
* - 13 = Concept car, nearing production and/or confirmed, pre-order unknown or not open.
|
|
688
|
-
* - 22 = Concept car, not close to production and/or unconfirmed, pre-order open.
|
|
689
|
-
* - 23 = Concept car, not close to production and/or unconfirmed, pre-order unknown.
|
|
690
|
-
* - 91 = Status uncertain, introduction date and/or pricing unclear.
|
|
691
|
-
*/
|
|
692
|
-
status?: Maybe<Scalars["Int"]>;
|
|
693
|
-
};
|
|
694
|
-
|
|
695
|
-
/** Deprecated: In favour of VehicleListBattery. */
|
|
696
|
-
export type CarListBattery = {
|
|
697
|
-
/** Usable battery capacity in kWh. */
|
|
698
|
-
usable_kwh?: Maybe<Scalars["Float"]>;
|
|
699
|
-
/** Full battery capacity in kWh. */
|
|
700
|
-
full_kwh?: Maybe<Scalars["Float"]>;
|
|
701
|
-
};
|
|
702
|
-
|
|
703
|
-
/** Deprecated: In favour of VehicleListBody. */
|
|
704
|
-
export type CarListBody = {
|
|
705
|
-
/** Number of seats in car. */
|
|
706
|
-
seats?: Maybe<Scalars["Int"]>;
|
|
707
|
-
};
|
|
708
|
-
|
|
709
|
-
/** Deprecated: In favour of VehicleListFilter. */
|
|
710
|
-
export type CarListFilter = {
|
|
711
|
-
/**
|
|
712
|
-
* Availability of car.
|
|
713
|
-
*
|
|
714
|
-
* Values:
|
|
715
|
-
* - 0 = Car no longer for sale in any market / region.
|
|
716
|
-
* - 1 = Car currently for sale in at least one market / region.
|
|
717
|
-
* - 2 = Car expected in market from Date_From (estimated), pre-order open.
|
|
718
|
-
* - 3 = Car expected in market from Date_From (estimated), pre-order unkown or not open.
|
|
719
|
-
* - 12 = Concept car, nearing production and/or confirmed, pre-order open.
|
|
720
|
-
* - 13 = Concept car, nearing production and/or confirmed, pre-order unknown or not open.
|
|
721
|
-
* - 22 = Concept car, not close to production and/or unconfirmed, pre-order open.
|
|
722
|
-
* - 23 = Concept car, not close to production and/or unconfirmed, pre-order unknown.
|
|
723
|
-
* - 91 = Status uncertain, introduction date and/or pricing unclear.
|
|
724
|
-
*/
|
|
725
|
-
availability?: Maybe<Array<Maybe<Scalars["Int"]>>>;
|
|
726
|
-
/** Information about vehicle connectivity. */
|
|
727
|
-
connect?: Maybe<ConnectFilter>;
|
|
728
|
-
};
|
|
729
|
-
|
|
730
|
-
/** Deprecated: In favour of VehicleListMedia. */
|
|
731
|
-
export type CarListMedia = {
|
|
732
|
-
/** Latest image of the car. */
|
|
733
|
-
image?: Maybe<CarImage>;
|
|
734
|
-
/** Latest make logo of the car. */
|
|
735
|
-
brand?: Maybe<CarImage>;
|
|
736
|
-
/** Latest video of the car. */
|
|
737
|
-
video?: Maybe<CarVideo>;
|
|
738
|
-
};
|
|
739
|
-
|
|
740
|
-
/** Deprecated: In favour of VehicleListNaming. */
|
|
741
|
-
export type CarListNaming = {
|
|
742
|
-
/** Car manufacturer name. */
|
|
743
|
-
make?: Maybe<Scalars["String"]>;
|
|
744
|
-
/** Car model name. */
|
|
745
|
-
model?: Maybe<Scalars["String"]>;
|
|
746
|
-
/** Version, edition or submodel of car. */
|
|
747
|
-
version?: Maybe<Scalars["String"]>;
|
|
748
|
-
/** Another submodel level of car. */
|
|
749
|
-
edition?: Maybe<Scalars["String"]>;
|
|
750
|
-
/** Car model version. Added by Chargetrip as an alternative for when a car manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years. */
|
|
751
|
-
chargetrip_version?: Maybe<Scalars["String"]>;
|
|
752
|
-
};
|
|
753
|
-
|
|
754
|
-
/** Deprecated. */
|
|
755
|
-
export type CarListQuery = {
|
|
756
|
-
/** Deprecated: Not used anymore. */
|
|
757
|
-
make?: Maybe<Scalars["String"]>;
|
|
758
|
-
/** Deprecated: Not used anymore. */
|
|
759
|
-
model?: Maybe<Scalars["String"]>;
|
|
760
|
-
/** Deprecated: Not used anymore. */
|
|
761
|
-
version?: Maybe<Scalars["String"]>;
|
|
762
|
-
/** Deprecated: Not used anymore. */
|
|
763
|
-
chargetrip_version?: Maybe<Scalars["String"]>;
|
|
764
|
-
/** Deprecated: Not used anymore. */
|
|
765
|
-
mode?: Maybe<CarMode>;
|
|
766
|
-
};
|
|
767
|
-
|
|
768
|
-
/** Deprecated: In favour of VehicleListRange. */
|
|
769
|
-
export type CarListRange = {
|
|
770
|
-
/**
|
|
771
|
-
* Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.
|
|
772
|
-
* Chargetrip range is based on the theoretical distance driven using only the electric engine.
|
|
773
|
-
* Vehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.
|
|
774
|
-
* More information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range
|
|
775
|
-
*/
|
|
776
|
-
chargetrip_range?: Maybe<ChargetripRange>;
|
|
777
|
-
/** @deprecated You will receive null values */
|
|
778
|
-
wltp?: Maybe<Scalars["Float"]>;
|
|
779
|
-
/** @deprecated You will receive null values */
|
|
780
|
-
worst?: Maybe<CarEstimationData>;
|
|
781
|
-
/** @deprecated You will receive null values */
|
|
782
|
-
best?: Maybe<CarEstimationData>;
|
|
783
|
-
};
|
|
784
|
-
|
|
785
|
-
/** Deprecated: In favour of VehicleListRouting. */
|
|
786
|
-
export type CarListRouting = {
|
|
787
|
-
/** Cars that support fast charging have a minimum charging speed of 43 kWh. */
|
|
788
|
-
fast_charging_support?: Maybe<Scalars["Boolean"]>;
|
|
789
|
-
};
|
|
790
|
-
|
|
791
|
-
/** Deprecated: In favour of VehicleMedia. */
|
|
792
|
-
export type CarMedia = {
|
|
793
|
-
/** URL to detail page on EV database. */
|
|
794
|
-
evdb_details_url?: Maybe<Scalars["String"]>;
|
|
795
|
-
/** Latest image. */
|
|
796
|
-
image?: Maybe<CarImage>;
|
|
797
|
-
/** Latest make logo. */
|
|
798
|
-
brand?: Maybe<CarImage>;
|
|
799
|
-
/** All images. */
|
|
800
|
-
image_list?: Maybe<Array<Maybe<CarImage>>>;
|
|
801
|
-
/** Latest video. */
|
|
802
|
-
video?: Maybe<CarVideo>;
|
|
803
|
-
/** All videos. */
|
|
804
|
-
video_list?: Maybe<Array<Maybe<CarVideo>>>;
|
|
805
|
-
/**
|
|
806
|
-
* URL to detail page on EV database.
|
|
807
|
-
* @deprecated Will be removed in the future. Please use evdb_details_url
|
|
808
|
-
*/
|
|
809
|
-
evdb_detail_url?: Maybe<Scalars["String"]>;
|
|
810
|
-
};
|
|
811
|
-
|
|
812
|
-
/** Deprecated: In favour of VehicleMode. */
|
|
813
|
-
export enum CarMode {
|
|
814
|
-
/** Old car that is no longer manufactured. */
|
|
815
|
-
INDEX_ONLY = "index_only",
|
|
816
|
-
/** Car is in production and has been released. */
|
|
817
|
-
PRODUCTION = "production",
|
|
818
|
-
/** Future releases of a car, a concept of the car, specs may change over time. */
|
|
819
|
-
CONCEPT = "concept"
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
/** Deprecated: In favour of VehicleNaming. */
|
|
823
|
-
export type CarNaming = {
|
|
824
|
-
/** Car manufacturer name. */
|
|
825
|
-
make?: Maybe<Scalars["String"]>;
|
|
826
|
-
/** Car model name. */
|
|
827
|
-
model?: Maybe<Scalars["String"]>;
|
|
828
|
-
/** Version, edition or submodel of car. */
|
|
829
|
-
version?: Maybe<Scalars["String"]>;
|
|
830
|
-
/** Another submodel level of car. */
|
|
831
|
-
edition?: Maybe<Scalars["String"]>;
|
|
832
|
-
/** Car model version. Added by Chargetrip as an alternative for when a car manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years. */
|
|
833
|
-
chargetrip_version?: Maybe<Scalars["String"]>;
|
|
834
|
-
};
|
|
835
|
-
|
|
836
|
-
/** Deprecated: In favour of VehiclePerformance. */
|
|
837
|
-
export type CarPerformance = {
|
|
838
|
-
/** Acceleration 0-100 km/h in seconds. */
|
|
839
|
-
acceleration?: Maybe<Scalars["Float"]>;
|
|
840
|
-
/** Top speed of car in km/h. */
|
|
841
|
-
top_speed?: Maybe<Scalars["Int"]>;
|
|
842
|
-
};
|
|
843
|
-
|
|
844
|
-
/** Deprecated: In favour of VehicleConnector. */
|
|
845
|
-
export type CarPlug = {
|
|
846
|
-
/** Plug type, known as connector standard in OCPI. */
|
|
847
|
-
standard?: Maybe<ConnectorType>;
|
|
848
|
-
/** Usable electric power in kW. */
|
|
849
|
-
power?: Maybe<Scalars["Float"]>;
|
|
850
|
-
/** Maximum electric power in kW. */
|
|
851
|
-
max_electric_power?: Maybe<Scalars["Float"]>;
|
|
852
|
-
/** Time it takes to charge from 10 to 80% with a fast charger, shown in minutes. */
|
|
853
|
-
time?: Maybe<Scalars["Int"]>;
|
|
854
|
-
/** Charging speed in km/h. */
|
|
855
|
-
speed?: Maybe<Scalars["Int"]>;
|
|
856
|
-
};
|
|
857
|
-
|
|
858
|
-
/** Deprecated: In favour of VehiclePremium. */
|
|
859
|
-
export type CarPremium = {
|
|
860
|
-
/** Unique ID of a car. */
|
|
861
|
-
id?: Maybe<Scalars["ID"]>;
|
|
862
|
-
/** Internal ID of the successor car trim. */
|
|
863
|
-
succesor_id?: Maybe<Scalars["String"]>;
|
|
864
|
-
/** Naming of a car. */
|
|
865
|
-
naming?: Maybe<CarPremiumNaming>;
|
|
866
|
-
/** Connectors available for a car. */
|
|
867
|
-
connectors?: Maybe<Array<Maybe<CarPlug>>>;
|
|
868
|
-
/** Charge details. */
|
|
869
|
-
charge?: Maybe<CarPremiumCharge>;
|
|
870
|
-
/** Fast charge details. */
|
|
871
|
-
fast_charge?: Maybe<CarPremiumFastCharge>;
|
|
872
|
-
/** Adapters of connectors available for a car. */
|
|
873
|
-
adapters?: Maybe<Array<Maybe<CarPlug>>>;
|
|
874
|
-
/** Battery of a car. */
|
|
875
|
-
battery?: Maybe<CarPremiumBattery>;
|
|
876
|
-
/** Body of a car. */
|
|
877
|
-
body?: Maybe<CarPremiumBody>;
|
|
878
|
-
/** Availability of a car. */
|
|
879
|
-
availability?: Maybe<CarPremiumAvailability>;
|
|
880
|
-
/** Pricing of a car. */
|
|
881
|
-
price?: Maybe<CarPremiumPrice>;
|
|
882
|
-
/** Drivetrain of a car. */
|
|
883
|
-
drivetrain?: Maybe<CarPremiumDrivetrain>;
|
|
884
|
-
/** Performance of a car. */
|
|
885
|
-
performance?: Maybe<CarPremiumPerformance>;
|
|
886
|
-
/** Range of a car. */
|
|
887
|
-
range?: Maybe<CarPremiumRange>;
|
|
888
|
-
/** Efficiency of a car. */
|
|
889
|
-
efficiency?: Maybe<CarPremiumEfficiency>;
|
|
890
|
-
/** Safety of a car. */
|
|
891
|
-
safety?: Maybe<CarPremiumSafety>;
|
|
892
|
-
/** Media of a car. */
|
|
893
|
-
media?: Maybe<CarPremiumMedia>;
|
|
894
|
-
/** Routing of a car. */
|
|
895
|
-
routing?: Maybe<CarPremiumRouting>;
|
|
896
|
-
/** Information about vehicle connectivity. */
|
|
897
|
-
connect?: Maybe<Connect>;
|
|
898
|
-
};
|
|
899
|
-
|
|
900
|
-
/** Deprecated: In favour of VehiclePremiumAvailability. */
|
|
901
|
-
export type CarPremiumAvailability = {
|
|
902
|
-
/**
|
|
903
|
-
* Availability of car.
|
|
904
|
-
*
|
|
905
|
-
* Values:
|
|
906
|
-
* - 0 = Car no longer for sale in any market/region.
|
|
907
|
-
* - 1 = Car currently for sale in at least one market/region.
|
|
908
|
-
* - 2 = Car expected in market from Date_From (estimated), pre-order open.
|
|
909
|
-
* - 3 = Car expected in market from Date_From (estimated), pre-order unknown or not open.
|
|
910
|
-
* - 12 = Concept car, nearing production and/or confirmed, pre-order open.
|
|
911
|
-
* - 13 = Concept car, nearing production and/or confirmed, pre-order unknown or not open.
|
|
912
|
-
* - 22 = Concept car, not close to production and/or unconfirmed, pre-order open.
|
|
913
|
-
* - 23 = Concept car, not close to production and/or unconfirmed, pre-order unknown.
|
|
914
|
-
* - 91 = Status uncertain, introduction date and/or pricing unclear.
|
|
915
|
-
*/
|
|
916
|
-
status?: Maybe<Scalars["Int"]>;
|
|
917
|
-
/** Date of introduction, mm-yyyy. */
|
|
918
|
-
date_from?: Maybe<Scalars["String"]>;
|
|
919
|
-
/** Indicates if date from field is estimated. */
|
|
920
|
-
date_from_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
921
|
-
/** Date last available, mm-yyyy. */
|
|
922
|
-
date_to?: Maybe<Scalars["String"]>;
|
|
923
|
-
};
|
|
924
|
-
|
|
925
|
-
/** Deprecated: In favour of VehiclePremiumBattery. */
|
|
926
|
-
export type CarPremiumBattery = {
|
|
927
|
-
/** Usable battery capacity in kWh. */
|
|
928
|
-
usable_kwh?: Maybe<Scalars["Float"]>;
|
|
929
|
-
/** Full battery capacity in kWh. */
|
|
930
|
-
full_kwh?: Maybe<Scalars["Float"]>;
|
|
931
|
-
/** Indicates which battery fields are estimated. */
|
|
932
|
-
estimated_fields?: Maybe<CarBatteryFieldEstimations>;
|
|
933
|
-
/** Battery thermal management system (active/passive, air/liquid). */
|
|
934
|
-
thermal_management_system?: Maybe<Scalars["String"]>;
|
|
935
|
-
/** Duration of battery warranty. */
|
|
936
|
-
warranty_period?: Maybe<Scalars["Float"]>;
|
|
937
|
-
/** Mileage of battery warranty. */
|
|
938
|
-
warranty_mileage?: Maybe<Scalars["Float"]>;
|
|
939
|
-
};
|
|
940
|
-
|
|
941
|
-
/** Deprecated: In favour of VehiclePremiumBody. */
|
|
942
|
-
export type CarPremiumBody = {
|
|
943
|
-
/** Length in mm. */
|
|
944
|
-
length?: Maybe<Scalars["Int"]>;
|
|
945
|
-
/** Width with folded mirrors in mm. */
|
|
946
|
-
width?: Maybe<Scalars["Int"]>;
|
|
947
|
-
/** Width of vehicle in mm, including mirrors. */
|
|
948
|
-
full_width?: Maybe<Scalars["Int"]>;
|
|
949
|
-
/** Height (average height for adjustable suspensions) in mm. */
|
|
950
|
-
height?: Maybe<Scalars["Int"]>;
|
|
951
|
-
/** Indicates if length/width/height fields are estimations. */
|
|
952
|
-
size_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
953
|
-
/** Wheelbase in mm. */
|
|
954
|
-
wheelbase?: Maybe<Scalars["Int"]>;
|
|
955
|
-
/** Indicates if wheelbase field is estimated. */
|
|
956
|
-
wheelbase_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
957
|
-
/** Weight (unladen EU) in kg. */
|
|
958
|
-
weight?: Maybe<Scalars["Int"]>;
|
|
959
|
-
/** Indicates if weight field is estimated. */
|
|
960
|
-
weight_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
961
|
-
/** Maximum payload allowed for vehicle in kg. */
|
|
962
|
-
weight_max_payload?: Maybe<Scalars["Int"]>;
|
|
963
|
-
/** Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload) in kg. */
|
|
964
|
-
max_gross_vehicle_weight?: Maybe<Scalars["Int"]>;
|
|
965
|
-
/** Standard luggage capacity in l. */
|
|
966
|
-
boot_capacity?: Maybe<Scalars["Int"]>;
|
|
967
|
-
/** Storage capacity of front trunk/under the hood (frunk). */
|
|
968
|
-
boot_front_capacity?: Maybe<Scalars["Int"]>;
|
|
969
|
-
/** Maximum luggage capacity in l. */
|
|
970
|
-
boot_capacity_max?: Maybe<Scalars["Int"]>;
|
|
971
|
-
/** Indicates if a tow hitch/towbar can be fitted according to vehicle homologation. */
|
|
972
|
-
tow_hitch_compatible?: Maybe<Scalars["Boolean"]>;
|
|
973
|
-
/** Maximum unbraked towing weight in kg. */
|
|
974
|
-
tow_weight_unbraked?: Maybe<Scalars["Int"]>;
|
|
975
|
-
/** Maximum braked towing weight in kg. */
|
|
976
|
-
tow_weight_braked?: Maybe<Scalars["Int"]>;
|
|
977
|
-
/** Indicates if tow weight fields are estimations. */
|
|
978
|
-
tow_weight_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
979
|
-
/** Maximum vertical load / noseweight on tow hitch according to vehicle homologation. */
|
|
980
|
-
tow_weight_vertical_load?: Maybe<Scalars["Int"]>;
|
|
981
|
-
/** Maximum load on roof of car in kg. */
|
|
982
|
-
roof_load_max?: Maybe<Scalars["Int"]>;
|
|
983
|
-
/** Body type, listed in local naming convention where applicable. */
|
|
984
|
-
body_type?: Maybe<Scalars["String"]>;
|
|
985
|
-
/** Segment, listed in local naming convention where applicable. */
|
|
986
|
-
segment?: Maybe<Scalars["String"]>;
|
|
987
|
-
/** Number of seats. */
|
|
988
|
-
seats?: Maybe<Scalars["Int"]>;
|
|
989
|
-
/** Indicates whether a car has roof rails as a standard. */
|
|
990
|
-
has_roofrails?: Maybe<Scalars["Boolean"]>;
|
|
991
|
-
/** Turning circle of vehicle kerb-to-kerb. */
|
|
992
|
-
turning_circle?: Maybe<Scalars["Float"]>;
|
|
993
|
-
/** Name of vehicle platform used for vehicle (often abbreviated to indicate group platforms). */
|
|
994
|
-
vehicle_platform?: Maybe<Scalars["String"]>;
|
|
995
|
-
/** Indicates if the vehicle platform used for vehicle is a dedicated battery electric vehicle platform. */
|
|
996
|
-
vehicle_platform_is_dedicated?: Maybe<Scalars["Boolean"]>;
|
|
997
|
-
/**
|
|
998
|
-
* Indicates whether a car has roof rails as a standard.
|
|
999
|
-
* @deprecated In favor of has_roofrails
|
|
1000
|
-
*/
|
|
1001
|
-
rooftrails?: Maybe<Scalars["Boolean"]>;
|
|
1002
|
-
};
|
|
1003
|
-
|
|
1004
|
-
/** Deprecated: In favour of VehiclePremiumCharge. */
|
|
1005
|
-
export type CarPremiumCharge = {
|
|
1006
|
-
/** Location of charge port. */
|
|
1007
|
-
plug?: Maybe<CarPremiumChargePlug>;
|
|
1008
|
-
/** Location of second charge port. */
|
|
1009
|
-
second_plug?: Maybe<CarPremiumChargeSecondPlug>;
|
|
1010
|
-
/** The car standard charge. */
|
|
1011
|
-
standard?: Maybe<CarPremiumChargeStandardOBC>;
|
|
1012
|
-
/** The car alternative charge. */
|
|
1013
|
-
alternative?: Maybe<CarPremiumChargeAlternativeOBC>;
|
|
1014
|
-
/** The car option charge. */
|
|
1015
|
-
option?: Maybe<CarPremiumChargeOptionOBC>;
|
|
1016
|
-
};
|
|
1017
|
-
|
|
1018
|
-
/** Deprecated: In favour of VehiclePremiumChargeAlternativeOBC. */
|
|
1019
|
-
export type CarPremiumChargeAlternativeOBC = {
|
|
1020
|
-
/** Maximum power OBC can accept to charge a battery (standard OBC). */
|
|
1021
|
-
power?: Maybe<Scalars["Float"]>;
|
|
1022
|
-
/** Number of phases the OBC accepts to achieve maximum power (standard OBC). */
|
|
1023
|
-
phases?: Maybe<Scalars["Int"]>;
|
|
1024
|
-
/** Maximum current the OBC accepts per phase to achieve maximum power (standard OBC). */
|
|
1025
|
-
phase_amperage?: Maybe<Scalars["Float"]>;
|
|
1026
|
-
/** Minutes needed to charge from 0% to 100% (standard OBC). */
|
|
1027
|
-
charge_time?: Maybe<Scalars["Int"]>;
|
|
1028
|
-
/** Charging speed when charging at maximum power (standard OBC). */
|
|
1029
|
-
charge_speed?: Maybe<Scalars["Int"]>;
|
|
1030
|
-
/** Charging details for the standard OBC at several charging points. */
|
|
1031
|
-
table?: Maybe<Array<Maybe<CarPremiumChargeOBCTable>>>;
|
|
1032
|
-
};
|
|
1033
|
-
|
|
1034
|
-
/** Deprecated: In favour of VehiclePremiumChargeOBCTable. */
|
|
1035
|
-
export type CarPremiumChargeOBCTable = {
|
|
1036
|
-
/** Voltage between phase and neutral for this EVSE (phase voltage). */
|
|
1037
|
-
evse_phase_voltage?: Maybe<Scalars["Int"]>;
|
|
1038
|
-
/** Current per phase for this EVSE (phase current). */
|
|
1039
|
-
evse_phase_amperage?: Maybe<Scalars["Int"]>;
|
|
1040
|
-
/** Number of phases for this EVSE. */
|
|
1041
|
-
evse_phases?: Maybe<Scalars["Int"]>;
|
|
1042
|
-
/** Voltage between phase and neutral used by standard OBC (phase voltage). */
|
|
1043
|
-
charge_phase_voltage?: Maybe<Scalars["Int"]>;
|
|
1044
|
-
/** Current per phase used by standard OBC (phase current). */
|
|
1045
|
-
charge_phase_amperage?: Maybe<Scalars["Float"]>;
|
|
1046
|
-
/** Number of phases used by standard OBC. */
|
|
1047
|
-
charge_phases?: Maybe<Scalars["Int"]>;
|
|
1048
|
-
/** Power used by standard OBC (before OBC losses). */
|
|
1049
|
-
charge_power?: Maybe<Scalars["Float"]>;
|
|
1050
|
-
/** Minutes needed to charge from 0% to 100% (standard OBC with this EVSE). */
|
|
1051
|
-
charge_time?: Maybe<Scalars["Int"]>;
|
|
1052
|
-
/** Charging speed when charging at maximum power (standard OBC with this EVSE). */
|
|
1053
|
-
charge_speed?: Maybe<Scalars["Int"]>;
|
|
1054
|
-
};
|
|
1055
|
-
|
|
1056
|
-
/** Deprecated: In favour of VehiclePremiumChargeOptionOBC. */
|
|
1057
|
-
export type CarPremiumChargeOptionOBC = {
|
|
1058
|
-
/** Maximum power OBC can accept to charge a battery (standard OBC). */
|
|
1059
|
-
power?: Maybe<Scalars["Float"]>;
|
|
1060
|
-
/** Number of phases the OBC accepts to achieve maximum power (standard OBC). */
|
|
1061
|
-
phases?: Maybe<Scalars["Int"]>;
|
|
1062
|
-
/** Maximum current the OBC accepts per phase to achieve maximum power (standard OBC). */
|
|
1063
|
-
phase_amperage?: Maybe<Scalars["Float"]>;
|
|
1064
|
-
/** Minutes needed to charge from 0% to 100% (standard OBC). */
|
|
1065
|
-
charge_time?: Maybe<Scalars["Int"]>;
|
|
1066
|
-
/** Charging speed when charging at maximum power (standard OBC). */
|
|
1067
|
-
charge_speed?: Maybe<Scalars["Int"]>;
|
|
1068
|
-
/** Charging details for the standard OBC at several charging points. */
|
|
1069
|
-
table?: Maybe<Array<Maybe<CarPremiumChargeOBCTable>>>;
|
|
1070
|
-
};
|
|
1071
|
-
|
|
1072
|
-
/** Deprecated: In favour of VehiclePremiumChargePlug. */
|
|
1073
|
-
export type CarPremiumChargePlug = {
|
|
1074
|
-
/** Type of charge port on vehicle. */
|
|
1075
|
-
value?: Maybe<ConnectorType>;
|
|
1076
|
-
/** Indicates if value is an estimate. */
|
|
1077
|
-
is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1078
|
-
/** Location of charge port. */
|
|
1079
|
-
location?: Maybe<Scalars["String"]>;
|
|
1080
|
-
};
|
|
1081
|
-
|
|
1082
|
-
/** Deprecated: In favour of VehiclePremiumChargePower. */
|
|
1083
|
-
export type CarPremiumChargePower = {
|
|
1084
|
-
/** Maximum value. */
|
|
1085
|
-
max?: Maybe<Scalars["Float"]>;
|
|
1086
|
-
/** Average value. */
|
|
1087
|
-
average?: Maybe<Scalars["Float"]>;
|
|
1088
|
-
};
|
|
1089
|
-
|
|
1090
|
-
/** Deprecated: In favour of VehiclePremiumChargeSecondPlug. */
|
|
1091
|
-
export type CarPremiumChargeSecondPlug = {
|
|
1092
|
-
/** Location of charge port. */
|
|
1093
|
-
location?: Maybe<Scalars["String"]>;
|
|
1094
|
-
/** Indicates if second charge port is optional. */
|
|
1095
|
-
is_optional?: Maybe<Scalars["Boolean"]>;
|
|
1096
|
-
};
|
|
1097
|
-
|
|
1098
|
-
/** Deprecated: In favour of VehiclePremiumChargeStandardOBC. */
|
|
1099
|
-
export type CarPremiumChargeStandardOBC = {
|
|
1100
|
-
/** Maximum power OBC can accept to charge a battery (standard OBC). */
|
|
1101
|
-
power?: Maybe<Scalars["Float"]>;
|
|
1102
|
-
/** Number of phases the OBC accepts to achieve maximum power (standard OBC). */
|
|
1103
|
-
phases?: Maybe<Scalars["Int"]>;
|
|
1104
|
-
/** Maximum current the OBC accepts per phase to achieve maximum power (standard OBC). */
|
|
1105
|
-
phase_amperage?: Maybe<Scalars["Float"]>;
|
|
1106
|
-
/** Minutes needed to charge from 0% to 100% (standard OBC). */
|
|
1107
|
-
charge_time?: Maybe<Scalars["Int"]>;
|
|
1108
|
-
/** Charging speed when charging at maximum power (standard OBC). */
|
|
1109
|
-
charge_speed?: Maybe<Scalars["Int"]>;
|
|
1110
|
-
/** Indicates if Charge_Standard fields are estimated. */
|
|
1111
|
-
is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1112
|
-
/** Charging details for the standard OBC at several charging points. */
|
|
1113
|
-
table?: Maybe<Array<Maybe<CarPremiumChargeOBCTable>>>;
|
|
1114
|
-
};
|
|
1115
|
-
|
|
1116
|
-
/** Deprecated: In favour of VehiclePremiumDrivetrain. */
|
|
1117
|
-
export type CarPremiumDrivetrain = {
|
|
1118
|
-
/** Type of drivetrain. */
|
|
1119
|
-
type?: Maybe<CarDrivetrain>;
|
|
1120
|
-
/** Fuel type. */
|
|
1121
|
-
fuel?: Maybe<CarFuel>;
|
|
1122
|
-
/** Propulsion type. */
|
|
1123
|
-
propulsion?: Maybe<CarPropulsion>;
|
|
1124
|
-
/** Indicates if propulsion field is estimated. */
|
|
1125
|
-
propulsion_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1126
|
-
/** Maximum (combined) power output in kw. */
|
|
1127
|
-
power?: Maybe<Scalars["Int"]>;
|
|
1128
|
-
/** Indicates if power field is estimated. */
|
|
1129
|
-
power_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1130
|
-
/** Maximum (combined) power output in horsepower (PS). */
|
|
1131
|
-
power_hp?: Maybe<Scalars["Int"]>;
|
|
1132
|
-
/** Maximum (combined) torque output in newton meter. */
|
|
1133
|
-
torque?: Maybe<Scalars["Int"]>;
|
|
1134
|
-
/** Indicates if torque field is estimated. */
|
|
1135
|
-
torque_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1136
|
-
};
|
|
1137
|
-
|
|
1138
|
-
/** Deprecated: In favour of VehiclePremiumEfficiency. */
|
|
1139
|
-
export type CarPremiumEfficiency = {
|
|
1140
|
-
/** Rated efficiency in WLTP combined cycle. */
|
|
1141
|
-
wltp?: Maybe<CarPremiumEfficiencyWLTP>;
|
|
1142
|
-
/** Rated efficiency in WLTP combined cycle (TEH / least efficient trim). */
|
|
1143
|
-
wltp_teh?: Maybe<CarPremiumEfficiencyWLTPTEH>;
|
|
1144
|
-
/** Rated efficiency in NEDC combined cycle. */
|
|
1145
|
-
nedc?: Maybe<CarPremiumEfficiencyNEDC>;
|
|
1146
|
-
/** Car efficiency based on RealRange. */
|
|
1147
|
-
real?: Maybe<CarPremiumEfficiencyReal>;
|
|
1148
|
-
};
|
|
1149
|
-
|
|
1150
|
-
/** Deprecated: In favour of VehiclePremiumEfficiencyNEDC. */
|
|
1151
|
-
export type CarPremiumEfficiencyNEDC = {
|
|
1152
|
-
/** Rated efficiency in NEDC combined cycle in kWh/100 km. */
|
|
1153
|
-
value?: Maybe<Scalars["Float"]>;
|
|
1154
|
-
/** Rated efficiency in NEDC combined cycle presented in gas equivalent, in l/100 km. */
|
|
1155
|
-
fuel_equivalent?: Maybe<Scalars["Float"]>;
|
|
1156
|
-
/** Rated vehicle efficiency in NEDC combined cycle (based on value) in kWh/100 km. */
|
|
1157
|
-
vehicle?: Maybe<Scalars["Float"]>;
|
|
1158
|
-
/** Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent in l/100 km. */
|
|
1159
|
-
vehicle_fuel_equivalent?: Maybe<Scalars["Float"]>;
|
|
1160
|
-
/** Rated CO2 emissions in NEDC combined cycle in battery-only mode (NULL if not NEDC rated) in gr/km. */
|
|
1161
|
-
co2?: Maybe<Scalars["Int"]>;
|
|
1162
|
-
};
|
|
1163
|
-
|
|
1164
|
-
/** Deprecated: In favour of VehiclePremiumEfficiencyProvider. */
|
|
1165
|
-
export type CarPremiumEfficiencyReal = {
|
|
1166
|
-
/** Car efficiency based on RealRange (useable battery/range) in kWh/100 km. */
|
|
1167
|
-
value?: Maybe<Scalars["Float"]>;
|
|
1168
|
-
/** Car efficiency based on RealRange presented in gas equivalent, in l/100 km. */
|
|
1169
|
-
fuel_equivalent?: Maybe<Scalars["Float"]>;
|
|
1170
|
-
/** Worst conditions are based on -10°C and use of heating. */
|
|
1171
|
-
worst?: Maybe<CarPremiumEfficiencyRealValue>;
|
|
1172
|
-
/** Best conditions are based on 23°C and no use of A/C. */
|
|
1173
|
-
best?: Maybe<CarPremiumEfficiencyRealValue>;
|
|
1174
|
-
};
|
|
1175
|
-
|
|
1176
|
-
/** Deprecated: In favour of VehiclePremiumEfficiencyProviderValue. */
|
|
1177
|
-
export type CarPremiumEfficiencyRealValue = {
|
|
1178
|
-
/** Estimated value on highway or express roads. */
|
|
1179
|
-
highway?: Maybe<Scalars["Float"]>;
|
|
1180
|
-
/** Estimated value on city roads. */
|
|
1181
|
-
city?: Maybe<Scalars["Float"]>;
|
|
1182
|
-
/** Estimated combined value. */
|
|
1183
|
-
combined?: Maybe<Scalars["Float"]>;
|
|
1184
|
-
};
|
|
1185
|
-
|
|
1186
|
-
/** Deprecated: In favour of VehiclePremiumEfficiencyWLTP. */
|
|
1187
|
-
export type CarPremiumEfficiencyWLTP = {
|
|
1188
|
-
/** Rated efficiency in WLTP combined cycle in kWh/100 km. */
|
|
1189
|
-
value?: Maybe<Scalars["Float"]>;
|
|
1190
|
-
/** Rated efficiency in WLTP combined cycle presented in gas equivalent, in l/100 km. */
|
|
1191
|
-
fuel_equivalent?: Maybe<Scalars["Float"]>;
|
|
1192
|
-
/** Rated vehicle efficiency in WLTP combined cycle (based on value) in kWh/100 km. */
|
|
1193
|
-
vehicle?: Maybe<Scalars["Float"]>;
|
|
1194
|
-
/** Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent, in l/100 km. */
|
|
1195
|
-
vehicle_fuel_equivalent?: Maybe<Scalars["Float"]>;
|
|
1196
|
-
/** Rated CO2 emissions in WLTP combined cycle in battery-only mode (NULL if not WLTP rated) in gr/km. */
|
|
1197
|
-
co2?: Maybe<Scalars["Int"]>;
|
|
1198
|
-
};
|
|
1199
|
-
|
|
1200
|
-
/** Deprecated: In favour of VehiclePremiumEfficiencyWLTPTEH. */
|
|
1201
|
-
export type CarPremiumEfficiencyWLTPTEH = {
|
|
1202
|
-
/** Rated efficiency in WLTP TEH combined cycle (TEH/least efficient trim). */
|
|
1203
|
-
value?: Maybe<Scalars["Float"]>;
|
|
1204
|
-
/** Rated efficiency in WLTP TEH combined cycle presented in gas equivalent, in l/100 km. */
|
|
1205
|
-
fuel_equivalent?: Maybe<Scalars["Float"]>;
|
|
1206
|
-
/** Rated vehicle efficiency in WLTP TEH combined cycle (based on value) in kWh/100 km. */
|
|
1207
|
-
vehicle?: Maybe<Scalars["Float"]>;
|
|
1208
|
-
/** Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent, in l/100 km. */
|
|
1209
|
-
vehicle_fuel_equivalent?: Maybe<Scalars["Float"]>;
|
|
1210
|
-
/** Rated CO2 emissions in WLTP TEH combined cycle in battery-only mode (NULL if not WLTP TEH rated) in gr/km. */
|
|
1211
|
-
co2?: Maybe<Scalars["Int"]>;
|
|
1212
|
-
};
|
|
1213
|
-
|
|
1214
|
-
/** Deprecated: In favour of VehiclePremiumChargePlug. */
|
|
1215
|
-
export type CarPremiumFastCharge = {
|
|
1216
|
-
/** Location of charge port. */
|
|
1217
|
-
plug?: Maybe<CarPremiumChargePlug>;
|
|
1218
|
-
/** Power during fast charging from 10% to 80% SoC (optimal conditions, fastest charger). */
|
|
1219
|
-
power?: Maybe<CarPremiumChargePower>;
|
|
1220
|
-
/** Minutes needed to charge from 10% to 80%, with average charging power (optimal conditions, fastest charger). */
|
|
1221
|
-
charge_time?: Maybe<Scalars["Float"]>;
|
|
1222
|
-
/** Charging speed during fast charging from 10% to 80% (optimal conditions, fastest charger). */
|
|
1223
|
-
charge_speed?: Maybe<Scalars["Float"]>;
|
|
1224
|
-
/** Indicates if fast charge is optional in some markets/regions. */
|
|
1225
|
-
is_optional?: Maybe<Scalars["Boolean"]>;
|
|
1226
|
-
/** Indicates what fields are estimated. */
|
|
1227
|
-
is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1228
|
-
/** Charging details for fast charging. */
|
|
1229
|
-
table?: Maybe<Array<Maybe<CarPremiumFastChargeTable>>>;
|
|
1230
|
-
};
|
|
1231
|
-
|
|
1232
|
-
/** Deprecated: In favour of VehiclePremiumFastChargeTable. */
|
|
1233
|
-
export type CarPremiumFastChargeTable = {
|
|
1234
|
-
/** Charging details for fast charging (format: ChargerPlug-ChargerPower-AC/DC). */
|
|
1235
|
-
format?: Maybe<Scalars["String"]>;
|
|
1236
|
-
/** Fast charge power. */
|
|
1237
|
-
power?: Maybe<CarPremiumChargePower>;
|
|
1238
|
-
/** Minutes needed to charge from 10% to 80% (optimal conditions). */
|
|
1239
|
-
charge_time?: Maybe<Scalars["Int"]>;
|
|
1240
|
-
/** Charging speed during fast charging from 10% to 80% (optimal conditions). */
|
|
1241
|
-
charge_speed?: Maybe<Scalars["Int"]>;
|
|
1242
|
-
/** Indicates if maximum power during fast charging is limited by the vehicle. */
|
|
1243
|
-
is_limited?: Maybe<Scalars["Boolean"]>;
|
|
1244
|
-
/** Indicates if average power during fast charging is limited by the vehicle. */
|
|
1245
|
-
average_is_limited?: Maybe<Scalars["Boolean"]>;
|
|
1246
|
-
};
|
|
1247
|
-
|
|
1248
|
-
/** Deprecated: In favour of VehiclePremiumMedia. */
|
|
1249
|
-
export type CarPremiumMedia = {
|
|
1250
|
-
/** URL to detail page on EV database. */
|
|
1251
|
-
evdb_details_url?: Maybe<Scalars["String"]>;
|
|
1252
|
-
/** Latest image. */
|
|
1253
|
-
image?: Maybe<CarImage>;
|
|
1254
|
-
/** Latest make logo. */
|
|
1255
|
-
brand?: Maybe<CarImage>;
|
|
1256
|
-
/** All images. */
|
|
1257
|
-
image_list?: Maybe<Array<Maybe<CarImage>>>;
|
|
1258
|
-
/** Latest video. */
|
|
1259
|
-
video?: Maybe<CarVideo>;
|
|
1260
|
-
/** All videos. */
|
|
1261
|
-
video_list?: Maybe<Array<Maybe<CarVideo>>>;
|
|
1262
|
-
/**
|
|
1263
|
-
* URL to detail page on EV database.
|
|
1264
|
-
* @deprecated Will be removed in the future. Please use evdb_details_url
|
|
1265
|
-
*/
|
|
1266
|
-
evdb_detail_url?: Maybe<Scalars["String"]>;
|
|
1267
|
-
};
|
|
1268
|
-
|
|
1269
|
-
/** Deprecated: In favour of VehiclePremiumNaming. */
|
|
1270
|
-
export type CarPremiumNaming = {
|
|
1271
|
-
/** Car manufacturer name. */
|
|
1272
|
-
make?: Maybe<Scalars["String"]>;
|
|
1273
|
-
/** Car model name. */
|
|
1274
|
-
model?: Maybe<Scalars["String"]>;
|
|
1275
|
-
/** Version, edition or submodel of car. */
|
|
1276
|
-
version?: Maybe<Scalars["String"]>;
|
|
1277
|
-
/** Another submodel level of car. */
|
|
1278
|
-
edition?: Maybe<Scalars["String"]>;
|
|
1279
|
-
/** Car model version. Added by Chargetrip as an alternative for when a car manufacturer does not provide a version name, or uses the same version name across all trims or consecutive years. */
|
|
1280
|
-
chargetrip_version?: Maybe<Scalars["String"]>;
|
|
1281
|
-
};
|
|
1282
|
-
|
|
1283
|
-
/** Deprecated: In favour of VehiclePremiumPerformance. */
|
|
1284
|
-
export type CarPremiumPerformance = {
|
|
1285
|
-
/** Acceleration 0-100 km/h in seconds. */
|
|
1286
|
-
acceleration?: Maybe<Scalars["Float"]>;
|
|
1287
|
-
/** Indicates if acceleration field is estimated. */
|
|
1288
|
-
acceleration_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1289
|
-
/** Top speed of car in km/h. */
|
|
1290
|
-
top_speed?: Maybe<Scalars["Int"]>;
|
|
1291
|
-
/** Indicates if top_speed field is estimated. */
|
|
1292
|
-
top_speed_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1293
|
-
};
|
|
1294
|
-
|
|
1295
|
-
/** Deprecated: In favour of VehiclePremiumPrice. */
|
|
1296
|
-
export type CarPremiumPrice = {
|
|
1297
|
-
/** Starting price for German market. */
|
|
1298
|
-
de?: Maybe<CarPremiumPriceValue>;
|
|
1299
|
-
/** Starting price for Dutch market. */
|
|
1300
|
-
nl?: Maybe<CarPremiumPriceValue>;
|
|
1301
|
-
/** Starting price for British market. */
|
|
1302
|
-
uk?: Maybe<CarPremiumPriceValueWithGrant>;
|
|
1303
|
-
};
|
|
1304
|
-
|
|
1305
|
-
/** Deprecated: In favour of VehiclePremiumPrice.value */
|
|
1306
|
-
export type CarPremiumPriceValue = {
|
|
1307
|
-
/** Starting price for local market. */
|
|
1308
|
-
value?: Maybe<Scalars["Int"]>;
|
|
1309
|
-
/** Currency name for local market. */
|
|
1310
|
-
currency?: Maybe<Scalars["String"]>;
|
|
1311
|
-
/** Indicates if price value is based on estimates. */
|
|
1312
|
-
is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1313
|
-
/**
|
|
1314
|
-
* Indicates if price value is based on estimates.
|
|
1315
|
-
* @deprecated In favor of is_estimated
|
|
1316
|
-
*/
|
|
1317
|
-
estimated?: Maybe<Scalars["Boolean"]>;
|
|
1318
|
-
};
|
|
1319
|
-
|
|
1320
|
-
/** Deprecated: In favour of VehiclePremiumPriceValueWithGrant. */
|
|
1321
|
-
export type CarPremiumPriceValueWithGrant = {
|
|
1322
|
-
/** Starting price for local market. */
|
|
1323
|
-
value?: Maybe<Scalars["Int"]>;
|
|
1324
|
-
/** Currency name for local market. */
|
|
1325
|
-
currency?: Maybe<Scalars["String"]>;
|
|
1326
|
-
/** Indicates if the starting price is based on an estimate. */
|
|
1327
|
-
is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1328
|
-
/** Grant that is applied to the starting price. */
|
|
1329
|
-
grant_applied?: Maybe<Scalars["Int"]>;
|
|
1330
|
-
/**
|
|
1331
|
-
* Indicates if price value is based on estimates.
|
|
1332
|
-
* @deprecated In favor of is_estimated
|
|
1333
|
-
*/
|
|
1334
|
-
estimated?: Maybe<Scalars["Boolean"]>;
|
|
1335
|
-
};
|
|
1336
|
-
|
|
1337
|
-
/** Deprecated: In favour of VehiclePremiumRange. */
|
|
1338
|
-
export type CarPremiumRange = {
|
|
1339
|
-
/** Rated range in WLTP combined cycle (NULL if not WLTP rated) in km. */
|
|
1340
|
-
wltp?: Maybe<Scalars["Int"]>;
|
|
1341
|
-
/** Indicates if WLTP range is estimated (NULL if not WLTP rated). */
|
|
1342
|
-
wltp_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1343
|
-
/** Rated range in WLTP (TEH/least efficient trim) combined cycle (NULL if not WLTP rated). */
|
|
1344
|
-
wltp_teh?: Maybe<Scalars["Int"]>;
|
|
1345
|
-
/** Rated range in NEDC combined cycle (NULL if not NEDC rated) in km. */
|
|
1346
|
-
nedc?: Maybe<Scalars["Int"]>;
|
|
1347
|
-
/** Indicates if NEDC range is estimated (NULL if not NEDC rated). */
|
|
1348
|
-
nedc_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1349
|
-
/** Index range in EV Database RealRange model in km. */
|
|
1350
|
-
real?: Maybe<Scalars["Int"]>;
|
|
1351
|
-
/** Indicates if real is estimated. */
|
|
1352
|
-
real_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
1353
|
-
/** Worst conditions are based on -10°C and use of heating. */
|
|
1354
|
-
worst?: Maybe<CarPremiumRangeValue>;
|
|
1355
|
-
/** Best conditions are based on 23°C and no use of A/C. */
|
|
1356
|
-
best?: Maybe<CarPremiumRangeValue>;
|
|
1357
|
-
/**
|
|
1358
|
-
* Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.
|
|
1359
|
-
* Chargetrip range is based on the theoretical distance driven using only the electric engine.
|
|
1360
|
-
* Vehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.
|
|
1361
|
-
* More information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range
|
|
1362
|
-
*/
|
|
1363
|
-
chargetrip_range?: Maybe<ChargetripRange>;
|
|
1364
|
-
};
|
|
1365
|
-
|
|
1366
|
-
/** Deprecated: In favour of VehiclePremiumRangeValue. */
|
|
1367
|
-
export type CarPremiumRangeValue = {
|
|
1368
|
-
/** Estimated value on highway or express roads. */
|
|
1369
|
-
highway?: Maybe<Scalars["Int"]>;
|
|
1370
|
-
/** Estimated value on city roads. */
|
|
1371
|
-
city?: Maybe<Scalars["Int"]>;
|
|
1372
|
-
/** Estimated combined value. */
|
|
1373
|
-
combined?: Maybe<Scalars["Int"]>;
|
|
1374
|
-
};
|
|
1375
|
-
|
|
1376
|
-
/** Deprecated: In favour of VehiclePremiumRouting. */
|
|
1377
|
-
export type CarPremiumRouting = {
|
|
1378
|
-
/** Cars that support fast charging have a minimum charging speed of 43 kWh. */
|
|
1379
|
-
fast_charging_support?: Maybe<Scalars["Boolean"]>;
|
|
1380
|
-
/** Drag coefficient. */
|
|
1381
|
-
drag_coefficient?: Maybe<Scalars["Float"]>;
|
|
1382
|
-
/** Tire pressure recommended by manufacturer. */
|
|
1383
|
-
tire_pressure?: Maybe<Scalars["Float"]>;
|
|
1384
|
-
/** Extra consumption model. */
|
|
1385
|
-
consumption?: Maybe<CarPremiumRoutingConsumption>;
|
|
1386
|
-
/** Amount of petrol that an equivalent petrol car would consume in l/100 km. */
|
|
1387
|
-
petrol_consumption?: Maybe<Scalars["Float"]>;
|
|
1388
|
-
};
|
|
1389
|
-
|
|
1390
|
-
/** Deprecated: In favour of VehiclePremiumRoutingConsumption. */
|
|
1391
|
-
export type CarPremiumRoutingConsumption = {
|
|
1392
|
-
/** Consumption, in kWh, of the auxiliaries. */
|
|
1393
|
-
aux?: Maybe<CarPremiumRoutingConsumptionValue>;
|
|
1394
|
-
/** Consumption, in kWh, of the battery management system. */
|
|
1395
|
-
bms?: Maybe<CarPremiumRoutingConsumptionValue>;
|
|
1396
|
-
/** Consumption, in kWh, of the car in idle mode. */
|
|
1397
|
-
idle?: Maybe<CarPremiumRoutingConsumptionValue>;
|
|
1398
|
-
};
|
|
1399
|
-
|
|
1400
|
-
/** Deprecated: In favour of VehiclePremiumRoutingConsumptionValue. */
|
|
1401
|
-
export type CarPremiumRoutingConsumptionValue = {
|
|
1402
|
-
/** Best (lowest) consumption in summer. */
|
|
1403
|
-
best?: Maybe<Scalars["Float"]>;
|
|
1404
|
-
/** Best (lowest) consumption in winter. */
|
|
1405
|
-
worst?: Maybe<Scalars["Float"]>;
|
|
1406
|
-
};
|
|
1407
|
-
|
|
1408
|
-
/** Deprecated: In favour of VehiclePremiumSafety. */
|
|
1409
|
-
export type CarPremiumSafety = {
|
|
1410
|
-
/** Number of seats equipped with ISOFIX. */
|
|
1411
|
-
isofix_seats?: Maybe<Scalars["Int"]>;
|
|
1412
|
-
/** EuroNCAP results. */
|
|
1413
|
-
euro_ncap?: Maybe<CarPremiumSafetyEuroNcap>;
|
|
1414
|
-
};
|
|
1415
|
-
|
|
1416
|
-
/** Deprecated: In favour of VehiclePremiumSafetyEuroNcap. */
|
|
1417
|
-
export type CarPremiumSafetyEuroNcap = {
|
|
1418
|
-
/** EuroNCAP rating (out of 5 stars). */
|
|
1419
|
-
rating?: Maybe<Scalars["Int"]>;
|
|
1420
|
-
/** EuroNCAP year of rating. */
|
|
1421
|
-
year?: Maybe<Scalars["Int"]>;
|
|
1422
|
-
/** EuroNCAP rating of adult protection (out of 100%). */
|
|
1423
|
-
adult?: Maybe<Scalars["Int"]>;
|
|
1424
|
-
/** EuroNCAP rating of child protection (out of 100%). */
|
|
1425
|
-
child?: Maybe<Scalars["Int"]>;
|
|
1426
|
-
/** EuroNCAP rating of vulnerable road users (out of 100%). */
|
|
1427
|
-
vru?: Maybe<Scalars["Int"]>;
|
|
1428
|
-
/** EuroNCAP rating of safety assists (out of 100%). */
|
|
1429
|
-
sa?: Maybe<Scalars["Int"]>;
|
|
1430
|
-
};
|
|
1431
|
-
|
|
1432
|
-
/** Deprecated: In favour of VehiclePropulsion. */
|
|
1433
|
-
export enum CarPropulsion {
|
|
1434
|
-
/** All-wheel drive car. */
|
|
1435
|
-
AWD = "AWD",
|
|
1436
|
-
/** Front-wheel drive car. */
|
|
1437
|
-
FRONT = "Front",
|
|
1438
|
-
/** Rear-wheel drive car. */
|
|
1439
|
-
REAR = "Rear"
|
|
235
|
+
export enum CarConnectivityProvider {
|
|
236
|
+
ENODE = "Enode"
|
|
1440
237
|
}
|
|
1441
238
|
|
|
1442
|
-
/** Deprecated
|
|
1443
|
-
export type
|
|
1444
|
-
/** Index range in EV Database RealRange model in km. */
|
|
1445
|
-
real?: Maybe<Scalars["Int"]>;
|
|
1446
|
-
/** Indicates if real is estimated. */
|
|
1447
|
-
real_is_estimated?: Maybe<Scalars["Boolean"]>;
|
|
239
|
+
/** Deprecated. */
|
|
240
|
+
export type CarConsumption = {
|
|
1448
241
|
/** Worst conditions are based on -10°C and use of heating. */
|
|
1449
|
-
worst?: Maybe<
|
|
242
|
+
worst?: Maybe<Scalars["Float"]>;
|
|
1450
243
|
/** Best conditions are based on 23°C and no use of A/C. */
|
|
1451
|
-
best?: Maybe<
|
|
1452
|
-
/**
|
|
1453
|
-
* Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.
|
|
1454
|
-
* Chargetrip range is based on the theoretical distance driven using only the electric engine.
|
|
1455
|
-
* Vehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.
|
|
1456
|
-
* More information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range
|
|
1457
|
-
*/
|
|
1458
|
-
chargetrip_range?: Maybe<ChargetripRange>;
|
|
1459
|
-
/** @deprecated You will receive null values */
|
|
1460
|
-
wltp?: Maybe<Scalars["Float"]>;
|
|
1461
|
-
};
|
|
1462
|
-
|
|
1463
|
-
/** Deprecated: In favour of VehicleRangeValue. */
|
|
1464
|
-
export type CarRangeValue = {
|
|
1465
|
-
/** Estimated value on the highway or express roads. */
|
|
1466
|
-
highway?: Maybe<Scalars["Int"]>;
|
|
1467
|
-
/** Estimated value on the cities road. */
|
|
1468
|
-
city?: Maybe<Scalars["Int"]>;
|
|
1469
|
-
/** Estimated combined value. */
|
|
1470
|
-
combined?: Maybe<Scalars["Int"]>;
|
|
1471
|
-
};
|
|
1472
|
-
|
|
1473
|
-
/** Deprecated: In favour of VehicleRouting. */
|
|
1474
|
-
export type CarRouting = {
|
|
1475
|
-
/** Cars that support fast charging have a minimum charging speed of 43 kWh. */
|
|
1476
|
-
fast_charging_support?: Maybe<Scalars["Boolean"]>;
|
|
244
|
+
best?: Maybe<Scalars["Float"]>;
|
|
1477
245
|
};
|
|
1478
246
|
|
|
1479
|
-
/** Deprecated: In favour of
|
|
1480
|
-
export
|
|
1481
|
-
/**
|
|
1482
|
-
|
|
1483
|
-
/**
|
|
1484
|
-
|
|
1485
|
-
/** Is public and can be used by a customer. */
|
|
1486
|
-
PUBLIC = "public",
|
|
1487
|
-
/** Is removed and can not be used. */
|
|
1488
|
-
REMOVED = "removed"
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
/** Deprecated: In favour of VehicleVideo. */
|
|
1492
|
-
export type CarVideo = {
|
|
1493
|
-
/** Video id. */
|
|
1494
|
-
id?: Maybe<Scalars["ID"]>;
|
|
1495
|
-
/** Full path URL of a video. */
|
|
1496
|
-
url?: Maybe<Scalars["String"]>;
|
|
247
|
+
/** Deprecated: In favour of VehicleConsumptionInput. */
|
|
248
|
+
export type CarConsumptionInput = {
|
|
249
|
+
/** Worst conditions are based on -10°C and use of heating. */
|
|
250
|
+
worst?: Maybe<Scalars["Float"]>;
|
|
251
|
+
/** Best conditions are based on 23°C and no use of A/C. */
|
|
252
|
+
best?: Maybe<Scalars["Float"]>;
|
|
1497
253
|
};
|
|
1498
254
|
|
|
1499
255
|
/** Charging mode used at charging stations. */
|
|
@@ -1519,7 +275,7 @@ export type ChargeSpeedInput = {
|
|
|
1519
275
|
/** Type of the charge speed of the battery. */
|
|
1520
276
|
type: ChargeSpeedUnit;
|
|
1521
277
|
/** Source of inputted data, defaults to 'manual'. */
|
|
1522
|
-
source?: TelemetryInputSource
|
|
278
|
+
source?: Maybe<TelemetryInputSource>;
|
|
1523
279
|
};
|
|
1524
280
|
|
|
1525
281
|
/** Charge speed unit. */
|
|
@@ -2397,8 +1153,8 @@ export type CreateRoute = {
|
|
|
2397
1153
|
operators?: Maybe<RouteOperatorPreferences>;
|
|
2398
1154
|
/** Season of a route. */
|
|
2399
1155
|
season: RouteSeason;
|
|
2400
|
-
/** Alternative stations along a route within a specified radius
|
|
2401
|
-
alternative_station_radius?: Maybe<
|
|
1156
|
+
/** Alternative stations along a route within a specified radius of 500 to 5000 meters, or the equivalent in another unit. */
|
|
1157
|
+
alternative_station_radius?: Maybe<AlternativeStationRadius>;
|
|
2402
1158
|
/** Departure time of a route. */
|
|
2403
1159
|
departure_time?: Maybe<Scalars["DateTime"]>;
|
|
2404
1160
|
};
|
|
@@ -2417,12 +1173,195 @@ export type CreateRouteInput = {
|
|
|
2417
1173
|
operators?: Maybe<RouteOperatorPreferencesInput>;
|
|
2418
1174
|
/** Optional flag to specify the season. */
|
|
2419
1175
|
season?: Maybe<RouteSeason>;
|
|
2420
|
-
/** Alternative stations along a route within a specified radius
|
|
2421
|
-
alternative_station_radius?: Maybe<
|
|
1176
|
+
/** Alternative stations along a route within a specified radius of 500 to 5000 meters, or the equivalent in another unit. */
|
|
1177
|
+
alternative_station_radius?: Maybe<AlternativeStationRadiusInput>;
|
|
2422
1178
|
/** Route departure time. */
|
|
2423
1179
|
departure_time?: Maybe<Scalars["DateTime"]>;
|
|
2424
1180
|
};
|
|
2425
1181
|
|
|
1182
|
+
/** Currency in the ISO 4217 format. */
|
|
1183
|
+
export enum Currency {
|
|
1184
|
+
AED = "AED",
|
|
1185
|
+
AFN = "AFN",
|
|
1186
|
+
ALL = "ALL",
|
|
1187
|
+
AMD = "AMD",
|
|
1188
|
+
ANG = "ANG",
|
|
1189
|
+
AOA = "AOA",
|
|
1190
|
+
ARS = "ARS",
|
|
1191
|
+
AUD = "AUD",
|
|
1192
|
+
AWG = "AWG",
|
|
1193
|
+
AZN = "AZN",
|
|
1194
|
+
BAM = "BAM",
|
|
1195
|
+
BBD = "BBD",
|
|
1196
|
+
BDT = "BDT",
|
|
1197
|
+
BGN = "BGN",
|
|
1198
|
+
BHD = "BHD",
|
|
1199
|
+
BIF = "BIF",
|
|
1200
|
+
BMD = "BMD",
|
|
1201
|
+
BND = "BND",
|
|
1202
|
+
BOB = "BOB",
|
|
1203
|
+
BRL = "BRL",
|
|
1204
|
+
BSD = "BSD",
|
|
1205
|
+
BTN = "BTN",
|
|
1206
|
+
BWP = "BWP",
|
|
1207
|
+
BYN = "BYN",
|
|
1208
|
+
BYR = "BYR",
|
|
1209
|
+
BZD = "BZD",
|
|
1210
|
+
CAD = "CAD",
|
|
1211
|
+
CDF = "CDF",
|
|
1212
|
+
CHF = "CHF",
|
|
1213
|
+
CLF = "CLF",
|
|
1214
|
+
CLP = "CLP",
|
|
1215
|
+
CNY = "CNY",
|
|
1216
|
+
COP = "COP",
|
|
1217
|
+
CRC = "CRC",
|
|
1218
|
+
CUC = "CUC",
|
|
1219
|
+
CUP = "CUP",
|
|
1220
|
+
CVE = "CVE",
|
|
1221
|
+
CZK = "CZK",
|
|
1222
|
+
DJF = "DJF",
|
|
1223
|
+
DKK = "DKK",
|
|
1224
|
+
DOP = "DOP",
|
|
1225
|
+
DZD = "DZD",
|
|
1226
|
+
EGP = "EGP",
|
|
1227
|
+
ERN = "ERN",
|
|
1228
|
+
ETB = "ETB",
|
|
1229
|
+
EUR = "EUR",
|
|
1230
|
+
FJD = "FJD",
|
|
1231
|
+
FKP = "FKP",
|
|
1232
|
+
GBP = "GBP",
|
|
1233
|
+
GEL = "GEL",
|
|
1234
|
+
GGP = "GGP",
|
|
1235
|
+
GHS = "GHS",
|
|
1236
|
+
GIP = "GIP",
|
|
1237
|
+
GMD = "GMD",
|
|
1238
|
+
GNF = "GNF",
|
|
1239
|
+
GTQ = "GTQ",
|
|
1240
|
+
GYD = "GYD",
|
|
1241
|
+
HKD = "HKD",
|
|
1242
|
+
HNL = "HNL",
|
|
1243
|
+
HRK = "HRK",
|
|
1244
|
+
HTG = "HTG",
|
|
1245
|
+
HUF = "HUF",
|
|
1246
|
+
IDR = "IDR",
|
|
1247
|
+
ILS = "ILS",
|
|
1248
|
+
IMP = "IMP",
|
|
1249
|
+
INR = "INR",
|
|
1250
|
+
IQD = "IQD",
|
|
1251
|
+
IRR = "IRR",
|
|
1252
|
+
ISK = "ISK",
|
|
1253
|
+
JEP = "JEP",
|
|
1254
|
+
JMD = "JMD",
|
|
1255
|
+
JOD = "JOD",
|
|
1256
|
+
JPY = "JPY",
|
|
1257
|
+
KES = "KES",
|
|
1258
|
+
KGS = "KGS",
|
|
1259
|
+
KHR = "KHR",
|
|
1260
|
+
KMF = "KMF",
|
|
1261
|
+
KPW = "KPW",
|
|
1262
|
+
KRW = "KRW",
|
|
1263
|
+
KWD = "KWD",
|
|
1264
|
+
KYD = "KYD",
|
|
1265
|
+
KZT = "KZT",
|
|
1266
|
+
LAK = "LAK",
|
|
1267
|
+
LBP = "LBP",
|
|
1268
|
+
LKR = "LKR",
|
|
1269
|
+
LRD = "LRD",
|
|
1270
|
+
LSL = "LSL",
|
|
1271
|
+
LTL = "LTL",
|
|
1272
|
+
LVL = "LVL",
|
|
1273
|
+
LYD = "LYD",
|
|
1274
|
+
MAD = "MAD",
|
|
1275
|
+
MDL = "MDL",
|
|
1276
|
+
MGA = "MGA",
|
|
1277
|
+
MKD = "MKD",
|
|
1278
|
+
MMK = "MMK",
|
|
1279
|
+
MNT = "MNT",
|
|
1280
|
+
MOP = "MOP",
|
|
1281
|
+
MRO = "MRO",
|
|
1282
|
+
MUR = "MUR",
|
|
1283
|
+
MVR = "MVR",
|
|
1284
|
+
MWK = "MWK",
|
|
1285
|
+
MXN = "MXN",
|
|
1286
|
+
MYR = "MYR",
|
|
1287
|
+
MZN = "MZN",
|
|
1288
|
+
NAD = "NAD",
|
|
1289
|
+
NGN = "NGN",
|
|
1290
|
+
NIO = "NIO",
|
|
1291
|
+
NOK = "NOK",
|
|
1292
|
+
NPR = "NPR",
|
|
1293
|
+
NZD = "NZD",
|
|
1294
|
+
OMR = "OMR",
|
|
1295
|
+
PAB = "PAB",
|
|
1296
|
+
PEN = "PEN",
|
|
1297
|
+
PGK = "PGK",
|
|
1298
|
+
PHP = "PHP",
|
|
1299
|
+
PKR = "PKR",
|
|
1300
|
+
PLN = "PLN",
|
|
1301
|
+
PYG = "PYG",
|
|
1302
|
+
QAR = "QAR",
|
|
1303
|
+
RON = "RON",
|
|
1304
|
+
RSD = "RSD",
|
|
1305
|
+
RUB = "RUB",
|
|
1306
|
+
RWF = "RWF",
|
|
1307
|
+
SAR = "SAR",
|
|
1308
|
+
SBD = "SBD",
|
|
1309
|
+
SCR = "SCR",
|
|
1310
|
+
SDG = "SDG",
|
|
1311
|
+
SEK = "SEK",
|
|
1312
|
+
SGD = "SGD",
|
|
1313
|
+
SHP = "SHP",
|
|
1314
|
+
SLL = "SLL",
|
|
1315
|
+
SOS = "SOS",
|
|
1316
|
+
SRD = "SRD",
|
|
1317
|
+
STD = "STD",
|
|
1318
|
+
SVC = "SVC",
|
|
1319
|
+
SYP = "SYP",
|
|
1320
|
+
SZL = "SZL",
|
|
1321
|
+
THB = "THB",
|
|
1322
|
+
TJS = "TJS",
|
|
1323
|
+
TMT = "TMT",
|
|
1324
|
+
TND = "TND",
|
|
1325
|
+
TOP = "TOP",
|
|
1326
|
+
TRY = "TRY",
|
|
1327
|
+
TTD = "TTD",
|
|
1328
|
+
TWD = "TWD",
|
|
1329
|
+
TZS = "TZS",
|
|
1330
|
+
UAH = "UAH",
|
|
1331
|
+
UGX = "UGX",
|
|
1332
|
+
USD = "USD",
|
|
1333
|
+
UYU = "UYU",
|
|
1334
|
+
UZS = "UZS",
|
|
1335
|
+
VEF = "VEF",
|
|
1336
|
+
VND = "VND",
|
|
1337
|
+
VUV = "VUV",
|
|
1338
|
+
WST = "WST",
|
|
1339
|
+
XAF = "XAF",
|
|
1340
|
+
XAG = "XAG",
|
|
1341
|
+
XAU = "XAU",
|
|
1342
|
+
XCD = "XCD",
|
|
1343
|
+
XDR = "XDR",
|
|
1344
|
+
XOF = "XOF",
|
|
1345
|
+
XPF = "XPF",
|
|
1346
|
+
YER = "YER",
|
|
1347
|
+
ZAR = "ZAR",
|
|
1348
|
+
ZMK = "ZMK",
|
|
1349
|
+
ZMW = "ZMW",
|
|
1350
|
+
ZWL = "ZWL",
|
|
1351
|
+
XPT = "XPT",
|
|
1352
|
+
XPD = "XPD",
|
|
1353
|
+
BTC = "BTC",
|
|
1354
|
+
ETH = "ETH",
|
|
1355
|
+
BNB = "BNB",
|
|
1356
|
+
XRP = "XRP",
|
|
1357
|
+
SOL = "SOL",
|
|
1358
|
+
DOT = "DOT",
|
|
1359
|
+
AVAX = "AVAX",
|
|
1360
|
+
MATIC = "MATIC",
|
|
1361
|
+
LTC = "LTC",
|
|
1362
|
+
ADA = "ADA"
|
|
1363
|
+
}
|
|
1364
|
+
|
|
2426
1365
|
/** Currency according to the ISO 4217 standard. */
|
|
2427
1366
|
export enum CurrencyUnit {
|
|
2428
1367
|
/** Return the currency in EUR. */
|
|
@@ -3941,7 +2880,7 @@ export type OdometerInput = {
|
|
|
3941
2880
|
/** Type of the value of the vehicle's odometer. */
|
|
3942
2881
|
type: DistanceUnit;
|
|
3943
2882
|
/** Source of inputted data, defaults to 'manual'. */
|
|
3944
|
-
source?: TelemetryInputSource
|
|
2883
|
+
source?: Maybe<TelemetryInputSource>;
|
|
3945
2884
|
};
|
|
3946
2885
|
|
|
3947
2886
|
/** Operator data which extends OCPI BusinessDetails. */
|
|
@@ -4009,6 +2948,24 @@ export type OutsideTempInput = {
|
|
|
4009
2948
|
source?: Maybe<TelemetryInputSource>;
|
|
4010
2949
|
};
|
|
4011
2950
|
|
|
2951
|
+
export type OutsideTemperature = {
|
|
2952
|
+
/** Value of the temperature. */
|
|
2953
|
+
value: Scalars["Float"];
|
|
2954
|
+
/** Type of the temperature. */
|
|
2955
|
+
type: TemperatureUnit;
|
|
2956
|
+
/** Source of inputted data. */
|
|
2957
|
+
source: TelemetryInputSource;
|
|
2958
|
+
};
|
|
2959
|
+
|
|
2960
|
+
export type OutsideTemperatureInput = {
|
|
2961
|
+
/** Value of the outside temperature. */
|
|
2962
|
+
value: Scalars["Float"];
|
|
2963
|
+
/** Type of the value of the outside temperature. */
|
|
2964
|
+
type: TemperatureUnit;
|
|
2965
|
+
/** Source of inputted data. */
|
|
2966
|
+
source?: Maybe<TelemetryInputSource>;
|
|
2967
|
+
};
|
|
2968
|
+
|
|
4012
2969
|
export enum ParkingCost {
|
|
4013
2970
|
/** Parking is free. */
|
|
4014
2971
|
FREE = "free",
|
|
@@ -4075,22 +3032,6 @@ export type PowerInput = {
|
|
|
4075
3032
|
source?: Maybe<TelemetryInputSource>;
|
|
4076
3033
|
};
|
|
4077
3034
|
|
|
4078
|
-
/** The list of powers for the speed type */
|
|
4079
|
-
export type PowerList = {
|
|
4080
|
-
/** The maximum power the plug provides in kW */
|
|
4081
|
-
power?: Maybe<Scalars["Float"]>;
|
|
4082
|
-
/** The total number of stations with the specified power */
|
|
4083
|
-
total?: Maybe<Scalars["Int"]>;
|
|
4084
|
-
};
|
|
4085
|
-
|
|
4086
|
-
/** Power stats model */
|
|
4087
|
-
export type PowerStats = {
|
|
4088
|
-
/** The charging speed type for the specified power */
|
|
4089
|
-
type?: Maybe<StationSpeedType>;
|
|
4090
|
-
/** The list of powers for the speed type */
|
|
4091
|
-
powers?: Maybe<Array<Maybe<PowerList>>>;
|
|
4092
|
-
};
|
|
4093
|
-
|
|
4094
3035
|
export enum PowerSupported {
|
|
4095
3036
|
/** Power is supported. */
|
|
4096
3037
|
AVAILABLE = "available",
|
|
@@ -4167,12 +3108,6 @@ export type PricingListProduct = {
|
|
|
4167
3108
|
export type Query = {
|
|
4168
3109
|
/** Get a full list of amenities around a station */
|
|
4169
3110
|
amenityList?: Maybe<Array<Maybe<Amenity>>>;
|
|
4170
|
-
/** Deprecated: In favor of vehicle. */
|
|
4171
|
-
car?: Maybe<Car>;
|
|
4172
|
-
/** Deprecated: In favor of VehiclePremium. */
|
|
4173
|
-
carPremium?: Maybe<CarPremium>;
|
|
4174
|
-
/** Deprecated: In favor of VehicleList. */
|
|
4175
|
-
carList?: Maybe<Array<Maybe<CarList>>>;
|
|
4176
3111
|
/** [BETA] Get a connected vehicles by id */
|
|
4177
3112
|
connectedVehicle?: Maybe<ConnectedVehicle>;
|
|
4178
3113
|
/** [BETA] Get the connected vehicles for the current user */
|
|
@@ -4205,8 +3140,6 @@ export type Query = {
|
|
|
4205
3140
|
routeEmissions: RouteEmissions;
|
|
4206
3141
|
/** Retrieve information about a route path segment */
|
|
4207
3142
|
routePath?: Maybe<RoutePath>;
|
|
4208
|
-
/** Get the station statistics */
|
|
4209
|
-
stationStats?: Maybe<StationStats>;
|
|
4210
3143
|
/** Get information about a station by its ID. */
|
|
4211
3144
|
station?: Maybe<Station>;
|
|
4212
3145
|
/** Get a full list of stations. */
|
|
@@ -4229,23 +3162,6 @@ export type QueryamenityListArgs = {
|
|
|
4229
3162
|
stationId: Scalars["ID"];
|
|
4230
3163
|
};
|
|
4231
3164
|
|
|
4232
|
-
export type QuerycarArgs = {
|
|
4233
|
-
id?: Maybe<Scalars["ID"]>;
|
|
4234
|
-
externalId?: Maybe<Scalars["Int"]>;
|
|
4235
|
-
};
|
|
4236
|
-
|
|
4237
|
-
export type QuerycarPremiumArgs = {
|
|
4238
|
-
id?: Maybe<Scalars["ID"]>;
|
|
4239
|
-
};
|
|
4240
|
-
|
|
4241
|
-
export type QuerycarListArgs = {
|
|
4242
|
-
query?: Maybe<CarListQuery>;
|
|
4243
|
-
search?: Maybe<Scalars["String"]>;
|
|
4244
|
-
filter?: Maybe<CarListFilter>;
|
|
4245
|
-
size?: Maybe<Scalars["Int"]>;
|
|
4246
|
-
page?: Maybe<Scalars["Int"]>;
|
|
4247
|
-
};
|
|
4248
|
-
|
|
4249
3165
|
export type QueryconnectedVehicleArgs = {
|
|
4250
3166
|
id: Scalars["ID"];
|
|
4251
3167
|
};
|
|
@@ -4751,7 +3667,7 @@ export type RouteAlternative = {
|
|
|
4751
3667
|
id?: Maybe<Scalars["ID"]>;
|
|
4752
3668
|
/** Type of alternative route. */
|
|
4753
3669
|
type?: Maybe<RouteAlternativeType>;
|
|
4754
|
-
/** Number of
|
|
3670
|
+
/** Number of charging stops required for this route. */
|
|
4755
3671
|
charges?: Maybe<Scalars["Int"]>;
|
|
4756
3672
|
/** Number of available charges along a route. */
|
|
4757
3673
|
chargesAvailable?: Maybe<Scalars["Int"]>;
|
|
@@ -4904,8 +3820,6 @@ export type RouteDetails = {
|
|
|
4904
3820
|
range_at_origin: Scalars["Float"];
|
|
4905
3821
|
/** Range available at the end of a trip. */
|
|
4906
3822
|
range_at_destination: Scalars["Float"];
|
|
4907
|
-
/** Text information about a route direction. */
|
|
4908
|
-
via?: Maybe<Scalars["String"]>;
|
|
4909
3823
|
/** Polyline containing encoded coordinates. */
|
|
4910
3824
|
polyline?: Maybe<Scalars["String"]>;
|
|
4911
3825
|
/** Path elevation, distance, duration, consumption and speed values, grouped into 100 segments. */
|
|
@@ -4916,10 +3830,11 @@ export type RouteDetails = {
|
|
|
4916
3830
|
savings?: Maybe<RouteDetailsSavings>;
|
|
4917
3831
|
/** Legs of a route. */
|
|
4918
3832
|
legs: Array<RouteDetailsLeg>;
|
|
3833
|
+
/** Alternative stations along a route within specified radius. */
|
|
4919
3834
|
alternative_stations: Array<RouteDetailsAlternativeStation>;
|
|
4920
3835
|
/** Aggregation of tags over the current RouteDetails. Tags are available on legs and further subdivided over individual sections and maneuvers. */
|
|
4921
3836
|
tags: Array<RouteDetailsTag>;
|
|
4922
|
-
/** Number of
|
|
3837
|
+
/** Number of charging stops required for this route. */
|
|
4923
3838
|
charges: Scalars["Int"];
|
|
4924
3839
|
};
|
|
4925
3840
|
|
|
@@ -4936,7 +3851,7 @@ export type RouteDetailsrange_at_destinationArgs = {
|
|
|
4936
3851
|
};
|
|
4937
3852
|
|
|
4938
3853
|
export type RouteDetailspolylineArgs = {
|
|
4939
|
-
decimals
|
|
3854
|
+
decimals?: Maybe<PolylineInputDecimals>;
|
|
4940
3855
|
};
|
|
4941
3856
|
|
|
4942
3857
|
export type RouteDetailsAlternativeStation = {
|
|
@@ -5032,8 +3947,6 @@ export type RouteDetailsLeg = {
|
|
|
5032
3947
|
range_after_charge?: Maybe<Scalars["Float"]>;
|
|
5033
3948
|
/** Type of a leg. */
|
|
5034
3949
|
type: RouteDetailsLegType;
|
|
5035
|
-
/** Name of a destination. This is the station name in case a user should charge or the name of the location in case this was provided. */
|
|
5036
|
-
name?: Maybe<Scalars["String"]>;
|
|
5037
3950
|
/** Information about the station at the origin of this leg. */
|
|
5038
3951
|
station?: Maybe<RouteDetailsLegStation>;
|
|
5039
3952
|
/** Polyline containing encoded coordinates. */
|
|
@@ -5068,7 +3981,7 @@ export type RouteDetailsLegrange_after_chargeArgs = {
|
|
|
5068
3981
|
|
|
5069
3982
|
/** Leg of a route detail. */
|
|
5070
3983
|
export type RouteDetailsLegpolylineArgs = {
|
|
5071
|
-
decimals
|
|
3984
|
+
decimals?: Maybe<PolylineInputDecimals>;
|
|
5072
3985
|
};
|
|
5073
3986
|
|
|
5074
3987
|
export type RouteDetailsLegFeaturePoint = {
|
|
@@ -5099,7 +4012,7 @@ export type RouteDetailsLegFeatureProperties = {
|
|
|
5099
4012
|
duration?: Maybe<Scalars["Int"]>;
|
|
5100
4013
|
/** Number of occupants present in the vehicle. */
|
|
5101
4014
|
occupants?: Maybe<Scalars["Int"]>;
|
|
5102
|
-
/** Value of the
|
|
4015
|
+
/** Value of the combined weight of the occupants. */
|
|
5103
4016
|
total_occupant_weight?: Maybe<Scalars["Float"]>;
|
|
5104
4017
|
/** Value of the current weight of the cargo. */
|
|
5105
4018
|
total_cargo_weight?: Maybe<Scalars["Float"]>;
|
|
@@ -5163,14 +4076,14 @@ export type RouteDetailsLegSection = {
|
|
|
5163
4076
|
polyline?: Maybe<Scalars["String"]>;
|
|
5164
4077
|
/** Distance from the start to the end of a section. */
|
|
5165
4078
|
distance: Scalars["Float"];
|
|
5166
|
-
/** Total
|
|
4079
|
+
/** Total duration of a section, in seconds. The value will be 0 for walking sections. */
|
|
5167
4080
|
duration: Scalars["Float"];
|
|
5168
|
-
/** Total energy used in a section in kilowatt-hours. */
|
|
4081
|
+
/** Total energy used in a section in kilowatt-hours. The value will be 0 for walking sections. */
|
|
5169
4082
|
consumption: Scalars["Float"];
|
|
5170
4083
|
};
|
|
5171
4084
|
|
|
5172
4085
|
export type RouteDetailsLegSectionpolylineArgs = {
|
|
5173
|
-
decimals
|
|
4086
|
+
decimals?: Maybe<PolylineInputDecimals>;
|
|
5174
4087
|
};
|
|
5175
4088
|
|
|
5176
4089
|
export type RouteDetailsLegSectiondistanceArgs = {
|
|
@@ -5191,7 +4104,7 @@ export type RouteDetailsLegSectionFeaturePoint = {
|
|
|
5191
4104
|
export type RouteDetailsLegSectionFeaturePointProperties = {
|
|
5192
4105
|
/** Number of occupants present in the vehicle. */
|
|
5193
4106
|
occupants: Scalars["Int"];
|
|
5194
|
-
/** Value of the
|
|
4107
|
+
/** Value of the combined weight of the occupants. */
|
|
5195
4108
|
total_occupant_weight?: Maybe<Scalars["Float"]>;
|
|
5196
4109
|
/** Value of the current weight of the cargo. */
|
|
5197
4110
|
total_cargo_weight?: Maybe<Scalars["Float"]>;
|
|
@@ -5235,7 +4148,7 @@ export type RouteDetailsManeuver = {
|
|
|
5235
4148
|
/** Type of instruction. */
|
|
5236
4149
|
type: RouteDetailsLegManeuverType;
|
|
5237
4150
|
/** Location of the maneuver. */
|
|
5238
|
-
location?: Maybe<
|
|
4151
|
+
location?: Maybe<RouteDetailsLegSectionFeaturePoint>;
|
|
5239
4152
|
/** Name of the street on which an instruction is. */
|
|
5240
4153
|
name?: Maybe<Scalars["String"]>;
|
|
5241
4154
|
/** Distance, in meters, of a route instruction. */
|
|
@@ -5270,7 +4183,7 @@ export type RouteDetailsPathSegment = {
|
|
|
5270
4183
|
/** State of charge, in kilowatt hours, of a route path segment. */
|
|
5271
4184
|
state_of_charge?: Maybe<Scalars["Float"]>;
|
|
5272
4185
|
/** Maximum vehicle speed of a route path segment. */
|
|
5273
|
-
|
|
4186
|
+
maximum_speed: Scalars["Float"];
|
|
5274
4187
|
};
|
|
5275
4188
|
|
|
5276
4189
|
export type RouteDetailsPathSegmentelevationArgs = {
|
|
@@ -5289,7 +4202,7 @@ export type RouteDetailsPathSegmentstate_of_chargeArgs = {
|
|
|
5289
4202
|
unit?: Maybe<StateOfChargeUnit>;
|
|
5290
4203
|
};
|
|
5291
4204
|
|
|
5292
|
-
export type
|
|
4205
|
+
export type RouteDetailsPathSegmentmaximum_speedArgs = {
|
|
5293
4206
|
unit?: Maybe<SpeedUnit>;
|
|
5294
4207
|
};
|
|
5295
4208
|
|
|
@@ -5298,9 +4211,24 @@ export type RouteDetailsSavings = {
|
|
|
5298
4211
|
/** Money saved by a user driving this route with an electric vehicle. */
|
|
5299
4212
|
money?: Maybe<Scalars["Float"]>;
|
|
5300
4213
|
/** Average gas price with which the calculation was made. */
|
|
5301
|
-
average_gas_price
|
|
4214
|
+
average_gas_price: Scalars["Float"];
|
|
5302
4215
|
/** Average energy price with which the calculation was made. */
|
|
5303
|
-
average_energy_price
|
|
4216
|
+
average_energy_price: Scalars["Float"];
|
|
4217
|
+
};
|
|
4218
|
+
|
|
4219
|
+
/** Money saving information. */
|
|
4220
|
+
export type RouteDetailsSavingsmoneyArgs = {
|
|
4221
|
+
currency?: Maybe<Currency>;
|
|
4222
|
+
};
|
|
4223
|
+
|
|
4224
|
+
/** Money saving information. */
|
|
4225
|
+
export type RouteDetailsSavingsaverage_gas_priceArgs = {
|
|
4226
|
+
currency?: Maybe<Currency>;
|
|
4227
|
+
};
|
|
4228
|
+
|
|
4229
|
+
/** Money saving information. */
|
|
4230
|
+
export type RouteDetailsSavingsaverage_energy_priceArgs = {
|
|
4231
|
+
currency?: Maybe<Currency>;
|
|
5304
4232
|
};
|
|
5305
4233
|
|
|
5306
4234
|
/** Tags of a route. */
|
|
@@ -5929,7 +4857,7 @@ export type RouteOperationalElectricityEnergySources = {
|
|
|
5929
4857
|
solar: ElectricityGenerationMethod;
|
|
5930
4858
|
/** Electricity produced by wind power. */
|
|
5931
4859
|
wind: ElectricityGenerationMethod;
|
|
5932
|
-
/** Electricity produced by oil power plants. */
|
|
4860
|
+
/** Electricity produced by oil and other miscellaneous fossil fuel power plants. */
|
|
5933
4861
|
oil: ElectricityGenerationMethod;
|
|
5934
4862
|
/** Electricity produced by nuclear power plants. */
|
|
5935
4863
|
nuclear: ElectricityGenerationMethod;
|
|
@@ -6268,15 +5196,11 @@ export type RoutePath = {
|
|
|
6268
5196
|
export type RoutePropertiesLocation = {
|
|
6269
5197
|
/** Name that should overwrite the name that is automatically assigned to this location (for example: address or station name). */
|
|
6270
5198
|
name?: Maybe<Scalars["String"]>;
|
|
6271
|
-
/** Duration to stay at this point. */
|
|
6272
|
-
stop_duration?: Maybe<Scalars["Int"]>;
|
|
6273
5199
|
};
|
|
6274
5200
|
|
|
6275
5201
|
export type RoutePropertiesLocationInput = {
|
|
6276
5202
|
/** Name that should overwrite the name that is automatically assigned to this location (for example: address or station name). */
|
|
6277
5203
|
name?: Maybe<Scalars["String"]>;
|
|
6278
|
-
/** Duration to stay at this point. */
|
|
6279
|
-
stop_duration?: Maybe<Scalars["Int"]>;
|
|
6280
5204
|
};
|
|
6281
5205
|
|
|
6282
5206
|
export type RoutePropertiesStation = {
|
|
@@ -6296,7 +5220,7 @@ export type RoutePropertiesStationInput = {
|
|
|
6296
5220
|
export type RoutePropertiesVehicle = {
|
|
6297
5221
|
/** Number of occupants present in the vehicle. */
|
|
6298
5222
|
occupants?: Maybe<Scalars["Int"]>;
|
|
6299
|
-
/** Combined weight of the occupants. */
|
|
5223
|
+
/** Combined weight of the occupants. This can only be used in combination with occupants. */
|
|
6300
5224
|
total_occupant_weight?: Maybe<TotalOccupantWeight>;
|
|
6301
5225
|
/** Weight of the cargo. */
|
|
6302
5226
|
total_cargo_weight?: Maybe<TotalCargoWeight>;
|
|
@@ -6305,12 +5229,26 @@ export type RoutePropertiesVehicle = {
|
|
|
6305
5229
|
export type RoutePropertiesVehicleInput = {
|
|
6306
5230
|
/** Number of occupants present in the vehicle. */
|
|
6307
5231
|
occupants?: Maybe<Scalars["Int"]>;
|
|
6308
|
-
/** Combined weight of the occupants. */
|
|
5232
|
+
/** Combined weight of the occupants. This can only be used in combination with occupants. */
|
|
6309
5233
|
total_occupant_weight?: Maybe<TotalOccupantWeightInput>;
|
|
6310
5234
|
/** Weight of the cargo. */
|
|
6311
5235
|
total_cargo_weight?: Maybe<TotalCargoWeightInput>;
|
|
6312
5236
|
};
|
|
6313
5237
|
|
|
5238
|
+
export type RoutePropertiesViaLocation = {
|
|
5239
|
+
/** Name that should overwrite the name that is automatically assigned to this location (for example: address or station name). */
|
|
5240
|
+
name?: Maybe<Scalars["String"]>;
|
|
5241
|
+
/** Duration to stay at this point, in seconds. */
|
|
5242
|
+
stop_duration?: Maybe<Scalars["Int"]>;
|
|
5243
|
+
};
|
|
5244
|
+
|
|
5245
|
+
export type RoutePropertiesViaLocationInput = {
|
|
5246
|
+
/** Name that should overwrite the name that is automatically assigned to this location (for example: address or station name). */
|
|
5247
|
+
name?: Maybe<Scalars["String"]>;
|
|
5248
|
+
/** Duration to stay at this point, in seconds. */
|
|
5249
|
+
stop_duration?: Maybe<Scalars["Int"]>;
|
|
5250
|
+
};
|
|
5251
|
+
|
|
6314
5252
|
export type RouteResponse = {
|
|
6315
5253
|
/** ID of a route calculation. */
|
|
6316
5254
|
id: Scalars["ID"];
|
|
@@ -6322,8 +5260,6 @@ export type RouteResponse = {
|
|
|
6322
5260
|
meta: RouteMetadata;
|
|
6323
5261
|
/** Route request. */
|
|
6324
5262
|
request_input: CreateRoute;
|
|
6325
|
-
/** Region of a route calculation. */
|
|
6326
|
-
region: Scalars["String"];
|
|
6327
5263
|
};
|
|
6328
5264
|
|
|
6329
5265
|
/** Scheduled charge stop along a route. */
|
|
@@ -6430,8 +5366,8 @@ export type RouteVehicle = {
|
|
|
6430
5366
|
/** Revolutions per minute of the motor, a measure of the rotational speed of the motor's rotor component. */
|
|
6431
5367
|
motor_rpm?: Maybe<Scalars["Int"]>;
|
|
6432
5368
|
/** Value of the outside temperature. */
|
|
6433
|
-
outside_temperature?: Maybe<
|
|
6434
|
-
/**
|
|
5369
|
+
outside_temperature?: Maybe<OutsideTemperature>;
|
|
5370
|
+
/** Flag which indicates if vehicle is in park, neutral or turned off. */
|
|
6435
5371
|
is_parked?: Maybe<Scalars["Boolean"]>;
|
|
6436
5372
|
/** Value of the vehicle's speed. */
|
|
6437
5373
|
vehicle_speed?: Maybe<VehicleSpeed>;
|
|
@@ -6444,7 +5380,7 @@ export type RouteVehicleBattery = {
|
|
|
6444
5380
|
capacity: StateOfCharge;
|
|
6445
5381
|
/** State of charge. */
|
|
6446
5382
|
state_of_charge: StateOfCharge;
|
|
6447
|
-
/** Minimum final battery state of charge. */
|
|
5383
|
+
/** Minimum final battery state of charge. The value should be between 0 and 60% of the battery capacity. */
|
|
6448
5384
|
final_state_of_charge: StateOfCharge;
|
|
6449
5385
|
/** Temperature of the battery. */
|
|
6450
5386
|
temperature?: Maybe<Temperature>;
|
|
@@ -6452,9 +5388,9 @@ export type RouteVehicleBattery = {
|
|
|
6452
5388
|
current?: Maybe<Scalars["Float"]>;
|
|
6453
5389
|
/** Battery voltage in volts. */
|
|
6454
5390
|
voltage?: Maybe<Scalars["Float"]>;
|
|
6455
|
-
/** Value of the positive or negative power. When negative, the vehicle is charging. */
|
|
5391
|
+
/** Value of the positive or negative power, in kWh. When negative, the vehicle is charging. */
|
|
6456
5392
|
power?: Maybe<Scalars["Float"]>;
|
|
6457
|
-
/**
|
|
5393
|
+
/** Flag which indicates if the vehicle is charging. */
|
|
6458
5394
|
is_charging?: Maybe<Scalars["Boolean"]>;
|
|
6459
5395
|
};
|
|
6460
5396
|
|
|
@@ -6464,7 +5400,7 @@ export type RouteVehicleBatteryInput = {
|
|
|
6464
5400
|
capacity?: Maybe<StateOfChargeInput>;
|
|
6465
5401
|
/** Battery state of charge. */
|
|
6466
5402
|
state_of_charge?: Maybe<StateOfChargeInput>;
|
|
6467
|
-
/** Minimum battery state of charge. */
|
|
5403
|
+
/** Minimum final battery state of charge. The value should be between 0 and 60% of the battery capacity. */
|
|
6468
5404
|
final_state_of_charge?: Maybe<StateOfChargeInput>;
|
|
6469
5405
|
/** Battery temperature. */
|
|
6470
5406
|
temperature?: Maybe<TemperatureInput>;
|
|
@@ -6472,9 +5408,9 @@ export type RouteVehicleBatteryInput = {
|
|
|
6472
5408
|
current?: Maybe<Scalars["Float"]>;
|
|
6473
5409
|
/** Battery voltage in volts. */
|
|
6474
5410
|
voltage?: Maybe<Scalars["Float"]>;
|
|
6475
|
-
/**
|
|
5411
|
+
/** Value of the positive or negative power, in kWh. When negative, the vehicle is charging. */
|
|
6476
5412
|
power?: Maybe<Scalars["Float"]>;
|
|
6477
|
-
/**
|
|
5413
|
+
/** Flag which indicates if the vehicle is charging. */
|
|
6478
5414
|
is_charging?: Maybe<Scalars["Boolean"]>;
|
|
6479
5415
|
};
|
|
6480
5416
|
|
|
@@ -6487,16 +5423,16 @@ export type RouteVehicleCabin = {
|
|
|
6487
5423
|
|
|
6488
5424
|
export type RouteVehicleCabinInput = {
|
|
6489
5425
|
/** Flag which indicates if the vehicle cabin was preconditioned for the desired temperature. */
|
|
6490
|
-
is_preconditioned?: Scalars["Boolean"]
|
|
5426
|
+
is_preconditioned?: Maybe<Scalars["Boolean"]>;
|
|
6491
5427
|
/** Desired cabin temperature. Default is 20 degrees Celsius or 68 degrees Fahrenheit. */
|
|
6492
|
-
desired_temperature
|
|
5428
|
+
desired_temperature?: Maybe<TemperatureInput>;
|
|
6493
5429
|
};
|
|
6494
5430
|
|
|
6495
5431
|
export type RouteVehicleCharging = {
|
|
6496
5432
|
/** Mode that indicates if the charging time is optimized or if always charged to the maximum capacity. */
|
|
6497
5433
|
mode: ChargeMode;
|
|
6498
|
-
/** Minimum desired power of chargers. */
|
|
6499
|
-
minimum_power: Scalars["
|
|
5434
|
+
/** Minimum desired power of chargers, in kWh. */
|
|
5435
|
+
minimum_power: Scalars["Float"];
|
|
6500
5436
|
/** Percentage for the minimum limit of the battery's capacity before a recharge. The value should be between 0 and 60. Defaults to 10. */
|
|
6501
5437
|
risk_margin: Scalars["Int"];
|
|
6502
5438
|
/** Supported connectors. */
|
|
@@ -6509,20 +5445,20 @@ export type RouteVehicleChargingConnector = {
|
|
|
6509
5445
|
/** Type of the plug. */
|
|
6510
5446
|
standard: ConnectorType;
|
|
6511
5447
|
/** Maximum charging speed for the plug. */
|
|
6512
|
-
|
|
5448
|
+
maximum_charge_speed: ChargeSpeed;
|
|
6513
5449
|
};
|
|
6514
5450
|
|
|
6515
5451
|
export type RouteVehicleChargingConnectorInput = {
|
|
6516
5452
|
/** Plug type. */
|
|
6517
5453
|
standard: ConnectorType;
|
|
6518
5454
|
/** Maximum charging speed for this plug. */
|
|
6519
|
-
|
|
5455
|
+
maximum_charge_speed: ChargeSpeedInput;
|
|
6520
5456
|
};
|
|
6521
5457
|
|
|
6522
5458
|
export type RouteVehicleChargingInput = {
|
|
6523
5459
|
/** Mode that indicates if the charging time is optimized or if always charged to the maximum capacity. */
|
|
6524
5460
|
mode?: Maybe<ChargeMode>;
|
|
6525
|
-
/** Minimum desired power of chargers. */
|
|
5461
|
+
/** Minimum desired power of chargers, in kWh. */
|
|
6526
5462
|
minimum_power?: Maybe<Scalars["Float"]>;
|
|
6527
5463
|
/** Percentage representing the minimum value of the state of charge at a next charge stop. The value should be between 0 and 60. */
|
|
6528
5464
|
risk_margin?: Maybe<Scalars["Int"]>;
|
|
@@ -6578,8 +5514,8 @@ export type RouteVehicleInput = {
|
|
|
6578
5514
|
/** Revolutions per minute of the motor, a measure of the rotational speed of the motor's rotor component. */
|
|
6579
5515
|
motor_rpm?: Maybe<Scalars["Int"]>;
|
|
6580
5516
|
/** Outside temperature. */
|
|
6581
|
-
outside_temperature?: Maybe<
|
|
6582
|
-
/**
|
|
5517
|
+
outside_temperature?: Maybe<OutsideTemperatureInput>;
|
|
5518
|
+
/** Flag which indicates if vehicle is in park, neutral or turned off. */
|
|
6583
5519
|
is_parked?: Maybe<Scalars["Boolean"]>;
|
|
6584
5520
|
/** Vehicle speed. */
|
|
6585
5521
|
vehicle_speed?: Maybe<VehicleSpeedInput>;
|
|
@@ -6662,7 +5598,7 @@ export type RouteViaFeaturePointInput = {
|
|
|
6662
5598
|
|
|
6663
5599
|
export type RouteViaProperties = {
|
|
6664
5600
|
/** Location data of the via point. */
|
|
6665
|
-
location?: Maybe<
|
|
5601
|
+
location?: Maybe<RoutePropertiesViaLocation>;
|
|
6666
5602
|
/** Vehicle data of the via point. */
|
|
6667
5603
|
vehicle?: Maybe<RoutePropertiesVehicle>;
|
|
6668
5604
|
/** Station data of the via point. */
|
|
@@ -6671,7 +5607,7 @@ export type RouteViaProperties = {
|
|
|
6671
5607
|
|
|
6672
5608
|
export type RouteViaPropertiesInput = {
|
|
6673
5609
|
/** Location data of the via point. */
|
|
6674
|
-
location?: Maybe<
|
|
5610
|
+
location?: Maybe<RoutePropertiesViaLocationInput>;
|
|
6675
5611
|
/** Vehicle data of the via point. */
|
|
6676
5612
|
vehicle?: Maybe<RoutePropertiesVehicleInput>;
|
|
6677
5613
|
/** Station data of the via point. */
|
|
@@ -6705,14 +5641,6 @@ export enum SpeedUnit {
|
|
|
6705
5641
|
MILES_PER_HOUR = "miles_per_hour"
|
|
6706
5642
|
}
|
|
6707
5643
|
|
|
6708
|
-
/** Standards(plug type) stats model */
|
|
6709
|
-
export type StandardStats = {
|
|
6710
|
-
/** The plug type */
|
|
6711
|
-
type?: Maybe<ConnectorType>;
|
|
6712
|
-
/** The total number of stations with the specified plug */
|
|
6713
|
-
total?: Maybe<Scalars["Int"]>;
|
|
6714
|
-
};
|
|
6715
|
-
|
|
6716
5644
|
export type StateOfCharge = {
|
|
6717
5645
|
/** Value of the state of charge of the vehicle. */
|
|
6718
5646
|
value: Scalars["Float"];
|
|
@@ -6728,7 +5656,7 @@ export type StateOfChargeInput = {
|
|
|
6728
5656
|
/** Type of the state of charge of the vehicle. */
|
|
6729
5657
|
type: StateOfChargeUnit;
|
|
6730
5658
|
/** Source of inputted data, defaults to 'manual'. */
|
|
6731
|
-
source?: TelemetryInputSource
|
|
5659
|
+
source?: Maybe<TelemetryInputSource>;
|
|
6732
5660
|
};
|
|
6733
5661
|
|
|
6734
5662
|
/** State of charge unit. */
|
|
@@ -7100,16 +6028,6 @@ export enum StationSpeedType {
|
|
|
7100
6028
|
TURBO = "turbo"
|
|
7101
6029
|
}
|
|
7102
6030
|
|
|
7103
|
-
/** The station stats model */
|
|
7104
|
-
export type StationStats = {
|
|
7105
|
-
/** Stations count grouped by standards */
|
|
7106
|
-
standards?: Maybe<Array<Maybe<StandardStats>>>;
|
|
7107
|
-
/** Stations count grouped by power */
|
|
7108
|
-
power?: Maybe<Array<Maybe<PowerStats>>>;
|
|
7109
|
-
/** Stations count grouped by amenities */
|
|
7110
|
-
amenities?: Maybe<Array<Maybe<AmenityStats>>>;
|
|
7111
|
-
};
|
|
7112
|
-
|
|
7113
6031
|
/** Describes the vehicle restrictions at the location. */
|
|
7114
6032
|
export type StationVehicleRestrictions = {
|
|
7115
6033
|
/** Maximum weight for a vehicle that is allowed at the location. */
|
|
@@ -7342,7 +6260,9 @@ export enum TelemetryInputSource {
|
|
|
7342
6260
|
/** Manually inputted value. */
|
|
7343
6261
|
MANUAL = "manual",
|
|
7344
6262
|
/** Value from the vehicle's telemetry. */
|
|
7345
|
-
TELEMETRY = "telemetry"
|
|
6263
|
+
TELEMETRY = "telemetry",
|
|
6264
|
+
/** Default value. */
|
|
6265
|
+
DEFAULT = "default"
|
|
7346
6266
|
}
|
|
7347
6267
|
|
|
7348
6268
|
export type Temperature = {
|
|
@@ -7382,7 +6302,7 @@ export type TirePressureInput = {
|
|
|
7382
6302
|
/** Type of the value of pressure. */
|
|
7383
6303
|
type: PressureUnit;
|
|
7384
6304
|
/** Source of inputted data, defaults to 'manual'. */
|
|
7385
|
-
source?: TelemetryInputSource
|
|
6305
|
+
source?: Maybe<TelemetryInputSource>;
|
|
7386
6306
|
};
|
|
7387
6307
|
|
|
7388
6308
|
export enum TorqueUnit {
|
|
@@ -7407,11 +6327,11 @@ export type TotalCargoWeightInput = {
|
|
|
7407
6327
|
/** Type of the current weight of the cargo. */
|
|
7408
6328
|
type: WeightUnit;
|
|
7409
6329
|
/** Source of inputted data, defaults to 'manual'. */
|
|
7410
|
-
source?: TelemetryInputSource
|
|
6330
|
+
source?: Maybe<TelemetryInputSource>;
|
|
7411
6331
|
};
|
|
7412
6332
|
|
|
7413
6333
|
export type TotalOccupantWeight = {
|
|
7414
|
-
/** Value of the
|
|
6334
|
+
/** Value of the combined weight of the occupants. */
|
|
7415
6335
|
value: Scalars["Float"];
|
|
7416
6336
|
/** Type of the current weight of the occupants. */
|
|
7417
6337
|
type: WeightUnit;
|
|
@@ -7420,12 +6340,12 @@ export type TotalOccupantWeight = {
|
|
|
7420
6340
|
};
|
|
7421
6341
|
|
|
7422
6342
|
export type TotalOccupantWeightInput = {
|
|
7423
|
-
/** Value of the
|
|
6343
|
+
/** Value of the combined weight of the occupants. */
|
|
7424
6344
|
value: Scalars["Float"];
|
|
7425
6345
|
/** Type of the current weight of the occupants. */
|
|
7426
6346
|
type: WeightUnit;
|
|
7427
6347
|
/** Source of inputted data, defaults to 'manual'. */
|
|
7428
|
-
source?: TelemetryInputSource
|
|
6348
|
+
source?: Maybe<TelemetryInputSource>;
|
|
7429
6349
|
};
|
|
7430
6350
|
|
|
7431
6351
|
export enum TurningCircleUnit {
|
|
@@ -8850,7 +7770,7 @@ export type VehicleSpeedInput = {
|
|
|
8850
7770
|
/** Type of the vehicle speed. */
|
|
8851
7771
|
type: SpeedUnit;
|
|
8852
7772
|
/** Source of inputted data, defaults to 'manual'. */
|
|
8853
|
-
source?: TelemetryInputSource
|
|
7773
|
+
source?: Maybe<TelemetryInputSource>;
|
|
8854
7774
|
};
|
|
8855
7775
|
|
|
8856
7776
|
export type VehicleToEverything = {
|