@chargetrip/types 1.41.0 → 1.42.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 +9 -0
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +23 -12
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +23 -12
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +283 -157
- package/graphql.schema.json +576 -327
- package/package.json +1 -1
- package/src/graphql.ts +299 -158
package/graphql.schema.json
CHANGED
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
{
|
|
66
66
|
"kind": "SCALAR",
|
|
67
67
|
"name": "Acknowledgement",
|
|
68
|
-
"description": "Returns 'OK'",
|
|
68
|
+
"description": "Acknowledgement scalar. Returns 'OK'.",
|
|
69
69
|
"fields": null,
|
|
70
70
|
"inputFields": null,
|
|
71
71
|
"interfaces": null,
|
|
@@ -964,7 +964,7 @@
|
|
|
964
964
|
{
|
|
965
965
|
"kind": "OBJECT",
|
|
966
966
|
"name": "Car",
|
|
967
|
-
"description": "
|
|
967
|
+
"description": "Deprecated: In favour of Vehicle.",
|
|
968
968
|
"fields": [
|
|
969
969
|
{
|
|
970
970
|
"name": "id",
|
|
@@ -1441,7 +1441,7 @@
|
|
|
1441
1441
|
{
|
|
1442
1442
|
"kind": "OBJECT",
|
|
1443
1443
|
"name": "CarAvailability",
|
|
1444
|
-
"description":
|
|
1444
|
+
"description": "Deprecated: In favour of VehicleAvailability.",
|
|
1445
1445
|
"fields": [
|
|
1446
1446
|
{
|
|
1447
1447
|
"name": "status",
|
|
@@ -1464,7 +1464,7 @@
|
|
|
1464
1464
|
{
|
|
1465
1465
|
"kind": "OBJECT",
|
|
1466
1466
|
"name": "CarBattery",
|
|
1467
|
-
"description":
|
|
1467
|
+
"description": "Deprecated: In favour of VehicleBattery.",
|
|
1468
1468
|
"fields": [
|
|
1469
1469
|
{
|
|
1470
1470
|
"name": "usable_kwh",
|
|
@@ -1546,7 +1546,7 @@
|
|
|
1546
1546
|
{
|
|
1547
1547
|
"kind": "ENUM",
|
|
1548
1548
|
"name": "CarBatteryFieldEstimations",
|
|
1549
|
-
"description": "
|
|
1549
|
+
"description": "Deprecated: In favour of VehicleBatteryFieldEstimations.",
|
|
1550
1550
|
"fields": null,
|
|
1551
1551
|
"inputFields": null,
|
|
1552
1552
|
"interfaces": null,
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
{
|
|
1582
1582
|
"kind": "OBJECT",
|
|
1583
1583
|
"name": "CarBody",
|
|
1584
|
-
"description":
|
|
1584
|
+
"description": "Deprecated: In favour of VehicleBody.",
|
|
1585
1585
|
"fields": [
|
|
1586
1586
|
{
|
|
1587
1587
|
"name": "width",
|
|
@@ -1692,7 +1692,7 @@
|
|
|
1692
1692
|
{
|
|
1693
1693
|
"kind": "INPUT_OBJECT",
|
|
1694
1694
|
"name": "CarConsumptionInput",
|
|
1695
|
-
"description": "
|
|
1695
|
+
"description": "Deprecated: In favour of VehicleConsumptionInput.",
|
|
1696
1696
|
"fields": null,
|
|
1697
1697
|
"inputFields": [
|
|
1698
1698
|
{
|
|
@@ -1727,7 +1727,7 @@
|
|
|
1727
1727
|
{
|
|
1728
1728
|
"kind": "ENUM",
|
|
1729
1729
|
"name": "CarDrivetrain",
|
|
1730
|
-
"description": "
|
|
1730
|
+
"description": "Deprecated: In favour of VehicleDrivetrain.",
|
|
1731
1731
|
"fields": null,
|
|
1732
1732
|
"inputFields": null,
|
|
1733
1733
|
"interfaces": null,
|
|
@@ -1844,7 +1844,7 @@
|
|
|
1844
1844
|
{
|
|
1845
1845
|
"kind": "ENUM",
|
|
1846
1846
|
"name": "CarFuel",
|
|
1847
|
-
"description": "
|
|
1847
|
+
"description": "Deprecated: In favour of VehicleFuel.",
|
|
1848
1848
|
"fields": null,
|
|
1849
1849
|
"inputFields": null,
|
|
1850
1850
|
"interfaces": null,
|
|
@@ -1861,7 +1861,7 @@
|
|
|
1861
1861
|
{
|
|
1862
1862
|
"kind": "OBJECT",
|
|
1863
1863
|
"name": "CarImage",
|
|
1864
|
-
"description":
|
|
1864
|
+
"description": "Deprecated: In favour of VehicleImage",
|
|
1865
1865
|
"fields": [
|
|
1866
1866
|
{
|
|
1867
1867
|
"name": "id",
|
|
@@ -2027,7 +2027,7 @@
|
|
|
2027
2027
|
{
|
|
2028
2028
|
"kind": "ENUM",
|
|
2029
2029
|
"name": "CarImageType",
|
|
2030
|
-
"description": "
|
|
2030
|
+
"description": "Deprecated: In favour of VehicleImageType.",
|
|
2031
2031
|
"fields": null,
|
|
2032
2032
|
"inputFields": null,
|
|
2033
2033
|
"interfaces": null,
|
|
@@ -2074,7 +2074,7 @@
|
|
|
2074
2074
|
{
|
|
2075
2075
|
"kind": "ENUM",
|
|
2076
2076
|
"name": "CarImageTypeUploadable",
|
|
2077
|
-
"description": "
|
|
2077
|
+
"description": "Deprecated: In favour of VehicleImageTypeUploadable.",
|
|
2078
2078
|
"fields": null,
|
|
2079
2079
|
"inputFields": null,
|
|
2080
2080
|
"interfaces": null,
|
|
@@ -2091,7 +2091,7 @@
|
|
|
2091
2091
|
{
|
|
2092
2092
|
"kind": "OBJECT",
|
|
2093
2093
|
"name": "CarList",
|
|
2094
|
-
"description": "
|
|
2094
|
+
"description": "Deprecated: In favour of VehicleList.",
|
|
2095
2095
|
"fields": [
|
|
2096
2096
|
{
|
|
2097
2097
|
"name": "id",
|
|
@@ -2630,7 +2630,7 @@
|
|
|
2630
2630
|
{
|
|
2631
2631
|
"kind": "OBJECT",
|
|
2632
2632
|
"name": "CarListAvailability",
|
|
2633
|
-
"description":
|
|
2633
|
+
"description": "Deprecated: In favour of VehicleListAvailability.",
|
|
2634
2634
|
"fields": [
|
|
2635
2635
|
{
|
|
2636
2636
|
"name": "status",
|
|
@@ -2653,7 +2653,7 @@
|
|
|
2653
2653
|
{
|
|
2654
2654
|
"kind": "OBJECT",
|
|
2655
2655
|
"name": "CarListBattery",
|
|
2656
|
-
"description":
|
|
2656
|
+
"description": "Deprecated: In favour of VehicleListBattery.",
|
|
2657
2657
|
"fields": [
|
|
2658
2658
|
{
|
|
2659
2659
|
"name": "usable_kwh",
|
|
@@ -2688,7 +2688,7 @@
|
|
|
2688
2688
|
{
|
|
2689
2689
|
"kind": "OBJECT",
|
|
2690
2690
|
"name": "CarListBody",
|
|
2691
|
-
"description":
|
|
2691
|
+
"description": "Deprecated: In favour of VehicleListBody.",
|
|
2692
2692
|
"fields": [
|
|
2693
2693
|
{
|
|
2694
2694
|
"name": "seats",
|
|
@@ -2711,7 +2711,7 @@
|
|
|
2711
2711
|
{
|
|
2712
2712
|
"kind": "INPUT_OBJECT",
|
|
2713
2713
|
"name": "CarListFilter",
|
|
2714
|
-
"description":
|
|
2714
|
+
"description": "Deprecated: In favour of VehicleListFilter.",
|
|
2715
2715
|
"fields": null,
|
|
2716
2716
|
"inputFields": [
|
|
2717
2717
|
{
|
|
@@ -2750,7 +2750,7 @@
|
|
|
2750
2750
|
{
|
|
2751
2751
|
"kind": "OBJECT",
|
|
2752
2752
|
"name": "CarListMedia",
|
|
2753
|
-
"description":
|
|
2753
|
+
"description": "Deprecated: In favour of VehicleListMedia.",
|
|
2754
2754
|
"fields": [
|
|
2755
2755
|
{
|
|
2756
2756
|
"name": "image",
|
|
@@ -2797,7 +2797,7 @@
|
|
|
2797
2797
|
{
|
|
2798
2798
|
"kind": "OBJECT",
|
|
2799
2799
|
"name": "CarListNaming",
|
|
2800
|
-
"description":
|
|
2800
|
+
"description": "Deprecated: In favour of VehicleListNaming.",
|
|
2801
2801
|
"fields": [
|
|
2802
2802
|
{
|
|
2803
2803
|
"name": "make",
|
|
@@ -2939,11 +2939,11 @@
|
|
|
2939
2939
|
{
|
|
2940
2940
|
"kind": "OBJECT",
|
|
2941
2941
|
"name": "CarListRange",
|
|
2942
|
-
"description":
|
|
2942
|
+
"description": "Deprecated: In favour of VehicleListRange.",
|
|
2943
2943
|
"fields": [
|
|
2944
2944
|
{
|
|
2945
2945
|
"name": "chargetrip_range",
|
|
2946
|
-
"description": "
|
|
2946
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
2947
2947
|
"args": [],
|
|
2948
2948
|
"type": {
|
|
2949
2949
|
"kind": "OBJECT",
|
|
@@ -2998,7 +2998,7 @@
|
|
|
2998
2998
|
{
|
|
2999
2999
|
"kind": "OBJECT",
|
|
3000
3000
|
"name": "CarListRouting",
|
|
3001
|
-
"description":
|
|
3001
|
+
"description": "Deprecated: In favour of VehicleListRouting.",
|
|
3002
3002
|
"fields": [
|
|
3003
3003
|
{
|
|
3004
3004
|
"name": "fast_charging_support",
|
|
@@ -3021,7 +3021,7 @@
|
|
|
3021
3021
|
{
|
|
3022
3022
|
"kind": "OBJECT",
|
|
3023
3023
|
"name": "CarMedia",
|
|
3024
|
-
"description":
|
|
3024
|
+
"description": "Deprecated: In favour of VehicleMedia.",
|
|
3025
3025
|
"fields": [
|
|
3026
3026
|
{
|
|
3027
3027
|
"name": "evdb_details_url",
|
|
@@ -3124,7 +3124,7 @@
|
|
|
3124
3124
|
{
|
|
3125
3125
|
"kind": "ENUM",
|
|
3126
3126
|
"name": "CarMode",
|
|
3127
|
-
"description": "
|
|
3127
|
+
"description": "Deprecated: In favour of VehicleMode.",
|
|
3128
3128
|
"fields": null,
|
|
3129
3129
|
"inputFields": null,
|
|
3130
3130
|
"interfaces": null,
|
|
@@ -3153,7 +3153,7 @@
|
|
|
3153
3153
|
{
|
|
3154
3154
|
"kind": "OBJECT",
|
|
3155
3155
|
"name": "CarNaming",
|
|
3156
|
-
"description":
|
|
3156
|
+
"description": "Deprecated: In favour of VehicleNaming.",
|
|
3157
3157
|
"fields": [
|
|
3158
3158
|
{
|
|
3159
3159
|
"name": "make",
|
|
@@ -3224,7 +3224,7 @@
|
|
|
3224
3224
|
{
|
|
3225
3225
|
"kind": "OBJECT",
|
|
3226
3226
|
"name": "CarPerformance",
|
|
3227
|
-
"description":
|
|
3227
|
+
"description": "Deprecated: In favour of VehiclePerformance.",
|
|
3228
3228
|
"fields": [
|
|
3229
3229
|
{
|
|
3230
3230
|
"name": "acceleration",
|
|
@@ -3259,7 +3259,7 @@
|
|
|
3259
3259
|
{
|
|
3260
3260
|
"kind": "OBJECT",
|
|
3261
3261
|
"name": "CarPlug",
|
|
3262
|
-
"description": "
|
|
3262
|
+
"description": "Deprecated: In favour of VehicleConnector.",
|
|
3263
3263
|
"fields": [
|
|
3264
3264
|
{
|
|
3265
3265
|
"name": "standard",
|
|
@@ -3330,7 +3330,7 @@
|
|
|
3330
3330
|
{
|
|
3331
3331
|
"kind": "OBJECT",
|
|
3332
3332
|
"name": "CarPremium",
|
|
3333
|
-
"description": "
|
|
3333
|
+
"description": "Deprecated: In favour of VehiclePremium.",
|
|
3334
3334
|
"fields": [
|
|
3335
3335
|
{
|
|
3336
3336
|
"name": "id",
|
|
@@ -3577,7 +3577,7 @@
|
|
|
3577
3577
|
{
|
|
3578
3578
|
"kind": "OBJECT",
|
|
3579
3579
|
"name": "CarPremiumAvailability",
|
|
3580
|
-
"description":
|
|
3580
|
+
"description": "Deprecated: In favour of VehiclePremiumAvailability.",
|
|
3581
3581
|
"fields": [
|
|
3582
3582
|
{
|
|
3583
3583
|
"name": "status",
|
|
@@ -3636,7 +3636,7 @@
|
|
|
3636
3636
|
{
|
|
3637
3637
|
"kind": "OBJECT",
|
|
3638
3638
|
"name": "CarPremiumBattery",
|
|
3639
|
-
"description":
|
|
3639
|
+
"description": "Deprecated: In favour of VehiclePremiumBattery.",
|
|
3640
3640
|
"fields": [
|
|
3641
3641
|
{
|
|
3642
3642
|
"name": "usable_kwh",
|
|
@@ -3719,7 +3719,7 @@
|
|
|
3719
3719
|
{
|
|
3720
3720
|
"kind": "OBJECT",
|
|
3721
3721
|
"name": "CarPremiumBody",
|
|
3722
|
-
"description":
|
|
3722
|
+
"description": "Deprecated: In favour of VehiclePremiumBody.",
|
|
3723
3723
|
"fields": [
|
|
3724
3724
|
{
|
|
3725
3725
|
"name": "length",
|
|
@@ -4066,7 +4066,7 @@
|
|
|
4066
4066
|
{
|
|
4067
4067
|
"kind": "OBJECT",
|
|
4068
4068
|
"name": "CarPremiumCharge",
|
|
4069
|
-
"description":
|
|
4069
|
+
"description": "Deprecated: In favour of VehiclePremiumCharge.",
|
|
4070
4070
|
"fields": [
|
|
4071
4071
|
{
|
|
4072
4072
|
"name": "plug",
|
|
@@ -4137,7 +4137,7 @@
|
|
|
4137
4137
|
{
|
|
4138
4138
|
"kind": "OBJECT",
|
|
4139
4139
|
"name": "CarPremiumChargeAlternativeOBC",
|
|
4140
|
-
"description":
|
|
4140
|
+
"description": "Deprecated: In favour of VehiclePremiumChargeAlternativeOBC.",
|
|
4141
4141
|
"fields": [
|
|
4142
4142
|
{
|
|
4143
4143
|
"name": "power",
|
|
@@ -4224,7 +4224,7 @@
|
|
|
4224
4224
|
{
|
|
4225
4225
|
"kind": "OBJECT",
|
|
4226
4226
|
"name": "CarPremiumChargeOBCTable",
|
|
4227
|
-
"description":
|
|
4227
|
+
"description": "Deprecated: In favour of VehiclePremiumChargeOBCTable.",
|
|
4228
4228
|
"fields": [
|
|
4229
4229
|
{
|
|
4230
4230
|
"name": "evse_phase_voltage",
|
|
@@ -4343,7 +4343,7 @@
|
|
|
4343
4343
|
{
|
|
4344
4344
|
"kind": "OBJECT",
|
|
4345
4345
|
"name": "CarPremiumChargeOptionOBC",
|
|
4346
|
-
"description":
|
|
4346
|
+
"description": "Deprecated: In favour of VehiclePremiumChargeOptionOBC.",
|
|
4347
4347
|
"fields": [
|
|
4348
4348
|
{
|
|
4349
4349
|
"name": "power",
|
|
@@ -4430,7 +4430,7 @@
|
|
|
4430
4430
|
{
|
|
4431
4431
|
"kind": "OBJECT",
|
|
4432
4432
|
"name": "CarPremiumChargePlug",
|
|
4433
|
-
"description":
|
|
4433
|
+
"description": "Deprecated: In favour of VehiclePremiumChargePlug.",
|
|
4434
4434
|
"fields": [
|
|
4435
4435
|
{
|
|
4436
4436
|
"name": "value",
|
|
@@ -4477,7 +4477,7 @@
|
|
|
4477
4477
|
{
|
|
4478
4478
|
"kind": "OBJECT",
|
|
4479
4479
|
"name": "CarPremiumChargePower",
|
|
4480
|
-
"description":
|
|
4480
|
+
"description": "Deprecated: In favour of VehiclePremiumChargePower.",
|
|
4481
4481
|
"fields": [
|
|
4482
4482
|
{
|
|
4483
4483
|
"name": "max",
|
|
@@ -4512,7 +4512,7 @@
|
|
|
4512
4512
|
{
|
|
4513
4513
|
"kind": "OBJECT",
|
|
4514
4514
|
"name": "CarPremiumChargeSecondPlug",
|
|
4515
|
-
"description":
|
|
4515
|
+
"description": "Deprecated: In favour of VehiclePremiumChargeSecondPlug.",
|
|
4516
4516
|
"fields": [
|
|
4517
4517
|
{
|
|
4518
4518
|
"name": "location",
|
|
@@ -4547,7 +4547,7 @@
|
|
|
4547
4547
|
{
|
|
4548
4548
|
"kind": "OBJECT",
|
|
4549
4549
|
"name": "CarPremiumChargeStandardOBC",
|
|
4550
|
-
"description":
|
|
4550
|
+
"description": "Deprecated: In favour of VehiclePremiumChargeStandardOBC.",
|
|
4551
4551
|
"fields": [
|
|
4552
4552
|
{
|
|
4553
4553
|
"name": "power",
|
|
@@ -4646,7 +4646,7 @@
|
|
|
4646
4646
|
{
|
|
4647
4647
|
"kind": "OBJECT",
|
|
4648
4648
|
"name": "CarPremiumDrivetrain",
|
|
4649
|
-
"description":
|
|
4649
|
+
"description": "Deprecated: In favour of VehiclePremiumDrivetrain.",
|
|
4650
4650
|
"fields": [
|
|
4651
4651
|
{
|
|
4652
4652
|
"name": "type",
|
|
@@ -4765,7 +4765,7 @@
|
|
|
4765
4765
|
{
|
|
4766
4766
|
"kind": "OBJECT",
|
|
4767
4767
|
"name": "CarPremiumEfficiency",
|
|
4768
|
-
"description":
|
|
4768
|
+
"description": "Deprecated: In favour of VehiclePremiumEfficiency.",
|
|
4769
4769
|
"fields": [
|
|
4770
4770
|
{
|
|
4771
4771
|
"name": "wltp",
|
|
@@ -4824,7 +4824,7 @@
|
|
|
4824
4824
|
{
|
|
4825
4825
|
"kind": "OBJECT",
|
|
4826
4826
|
"name": "CarPremiumEfficiencyNEDC",
|
|
4827
|
-
"description":
|
|
4827
|
+
"description": "Deprecated: In favour of VehiclePremiumEfficiencyNEDC.",
|
|
4828
4828
|
"fields": [
|
|
4829
4829
|
{
|
|
4830
4830
|
"name": "value",
|
|
@@ -4895,7 +4895,7 @@
|
|
|
4895
4895
|
{
|
|
4896
4896
|
"kind": "OBJECT",
|
|
4897
4897
|
"name": "CarPremiumEfficiencyReal",
|
|
4898
|
-
"description":
|
|
4898
|
+
"description": "Deprecated: In favour of VehiclePremiumEfficiencyProvider.",
|
|
4899
4899
|
"fields": [
|
|
4900
4900
|
{
|
|
4901
4901
|
"name": "value",
|
|
@@ -4954,7 +4954,7 @@
|
|
|
4954
4954
|
{
|
|
4955
4955
|
"kind": "OBJECT",
|
|
4956
4956
|
"name": "CarPremiumEfficiencyRealValue",
|
|
4957
|
-
"description":
|
|
4957
|
+
"description": "Deprecated: In favour of VehiclePremiumEfficiencyProviderValue.",
|
|
4958
4958
|
"fields": [
|
|
4959
4959
|
{
|
|
4960
4960
|
"name": "highway",
|
|
@@ -5001,7 +5001,7 @@
|
|
|
5001
5001
|
{
|
|
5002
5002
|
"kind": "OBJECT",
|
|
5003
5003
|
"name": "CarPremiumEfficiencyWLTP",
|
|
5004
|
-
"description":
|
|
5004
|
+
"description": "Deprecated: In favour of VehiclePremiumEfficiencyWLTP.",
|
|
5005
5005
|
"fields": [
|
|
5006
5006
|
{
|
|
5007
5007
|
"name": "value",
|
|
@@ -5072,7 +5072,7 @@
|
|
|
5072
5072
|
{
|
|
5073
5073
|
"kind": "OBJECT",
|
|
5074
5074
|
"name": "CarPremiumEfficiencyWLTPTEH",
|
|
5075
|
-
"description":
|
|
5075
|
+
"description": "Deprecated: In favour of VehiclePremiumEfficiencyWLTPTEH.",
|
|
5076
5076
|
"fields": [
|
|
5077
5077
|
{
|
|
5078
5078
|
"name": "value",
|
|
@@ -5143,7 +5143,7 @@
|
|
|
5143
5143
|
{
|
|
5144
5144
|
"kind": "OBJECT",
|
|
5145
5145
|
"name": "CarPremiumFastCharge",
|
|
5146
|
-
"description":
|
|
5146
|
+
"description": "Deprecated: In favour of VehiclePremiumChargePlug.",
|
|
5147
5147
|
"fields": [
|
|
5148
5148
|
{
|
|
5149
5149
|
"name": "plug",
|
|
@@ -5242,7 +5242,7 @@
|
|
|
5242
5242
|
{
|
|
5243
5243
|
"kind": "OBJECT",
|
|
5244
5244
|
"name": "CarPremiumFastChargeTable",
|
|
5245
|
-
"description":
|
|
5245
|
+
"description": "Deprecated: In favour of VehiclePremiumFastChargeTable.",
|
|
5246
5246
|
"fields": [
|
|
5247
5247
|
{
|
|
5248
5248
|
"name": "format",
|
|
@@ -5325,7 +5325,7 @@
|
|
|
5325
5325
|
{
|
|
5326
5326
|
"kind": "OBJECT",
|
|
5327
5327
|
"name": "CarPremiumMedia",
|
|
5328
|
-
"description":
|
|
5328
|
+
"description": "Deprecated: In favour of VehiclePremiumMedia.",
|
|
5329
5329
|
"fields": [
|
|
5330
5330
|
{
|
|
5331
5331
|
"name": "evdb_details_url",
|
|
@@ -5428,7 +5428,7 @@
|
|
|
5428
5428
|
{
|
|
5429
5429
|
"kind": "OBJECT",
|
|
5430
5430
|
"name": "CarPremiumNaming",
|
|
5431
|
-
"description":
|
|
5431
|
+
"description": "Deprecated: In favour of VehiclePremiumNaming.",
|
|
5432
5432
|
"fields": [
|
|
5433
5433
|
{
|
|
5434
5434
|
"name": "make",
|
|
@@ -5499,7 +5499,7 @@
|
|
|
5499
5499
|
{
|
|
5500
5500
|
"kind": "OBJECT",
|
|
5501
5501
|
"name": "CarPremiumPerformance",
|
|
5502
|
-
"description":
|
|
5502
|
+
"description": "Deprecated: In favour of VehiclePremiumPerformance.",
|
|
5503
5503
|
"fields": [
|
|
5504
5504
|
{
|
|
5505
5505
|
"name": "acceleration",
|
|
@@ -5558,7 +5558,7 @@
|
|
|
5558
5558
|
{
|
|
5559
5559
|
"kind": "OBJECT",
|
|
5560
5560
|
"name": "CarPremiumPrice",
|
|
5561
|
-
"description":
|
|
5561
|
+
"description": "Deprecated: In favour of VehiclePremiumPrice.",
|
|
5562
5562
|
"fields": [
|
|
5563
5563
|
{
|
|
5564
5564
|
"name": "de",
|
|
@@ -5605,7 +5605,7 @@
|
|
|
5605
5605
|
{
|
|
5606
5606
|
"kind": "OBJECT",
|
|
5607
5607
|
"name": "CarPremiumPriceValue",
|
|
5608
|
-
"description":
|
|
5608
|
+
"description": "Deprecated: In favour of VehiclePremiumPrice.value",
|
|
5609
5609
|
"fields": [
|
|
5610
5610
|
{
|
|
5611
5611
|
"name": "value",
|
|
@@ -5664,7 +5664,7 @@
|
|
|
5664
5664
|
{
|
|
5665
5665
|
"kind": "OBJECT",
|
|
5666
5666
|
"name": "CarPremiumPriceValueWithGrant",
|
|
5667
|
-
"description":
|
|
5667
|
+
"description": "Deprecated: In favour of VehiclePremiumPriceValueWithGrant.",
|
|
5668
5668
|
"fields": [
|
|
5669
5669
|
{
|
|
5670
5670
|
"name": "value",
|
|
@@ -5735,7 +5735,7 @@
|
|
|
5735
5735
|
{
|
|
5736
5736
|
"kind": "OBJECT",
|
|
5737
5737
|
"name": "CarPremiumRange",
|
|
5738
|
-
"description":
|
|
5738
|
+
"description": "Deprecated: In favour of VehiclePremiumRange.",
|
|
5739
5739
|
"fields": [
|
|
5740
5740
|
{
|
|
5741
5741
|
"name": "wltp",
|
|
@@ -5847,7 +5847,7 @@
|
|
|
5847
5847
|
},
|
|
5848
5848
|
{
|
|
5849
5849
|
"name": "chargetrip_range",
|
|
5850
|
-
"description": "
|
|
5850
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
5851
5851
|
"args": [],
|
|
5852
5852
|
"type": {
|
|
5853
5853
|
"kind": "OBJECT",
|
|
@@ -5866,7 +5866,7 @@
|
|
|
5866
5866
|
{
|
|
5867
5867
|
"kind": "OBJECT",
|
|
5868
5868
|
"name": "CarPremiumRangeValue",
|
|
5869
|
-
"description":
|
|
5869
|
+
"description": "Deprecated: In favour of VehiclePremiumRangeValue.",
|
|
5870
5870
|
"fields": [
|
|
5871
5871
|
{
|
|
5872
5872
|
"name": "highway",
|
|
@@ -5913,7 +5913,7 @@
|
|
|
5913
5913
|
{
|
|
5914
5914
|
"kind": "OBJECT",
|
|
5915
5915
|
"name": "CarPremiumRouting",
|
|
5916
|
-
"description":
|
|
5916
|
+
"description": "Deprecated: In favour of VehiclePremiumRouting.",
|
|
5917
5917
|
"fields": [
|
|
5918
5918
|
{
|
|
5919
5919
|
"name": "fast_charging_support",
|
|
@@ -5984,7 +5984,7 @@
|
|
|
5984
5984
|
{
|
|
5985
5985
|
"kind": "OBJECT",
|
|
5986
5986
|
"name": "CarPremiumRoutingConsumption",
|
|
5987
|
-
"description":
|
|
5987
|
+
"description": "Deprecated: In favour of VehiclePremiumRoutingConsumption.",
|
|
5988
5988
|
"fields": [
|
|
5989
5989
|
{
|
|
5990
5990
|
"name": "aux",
|
|
@@ -6031,7 +6031,7 @@
|
|
|
6031
6031
|
{
|
|
6032
6032
|
"kind": "OBJECT",
|
|
6033
6033
|
"name": "CarPremiumRoutingConsumptionValue",
|
|
6034
|
-
"description":
|
|
6034
|
+
"description": "Deprecated: In favour of VehiclePremiumRoutingConsumptionValue.",
|
|
6035
6035
|
"fields": [
|
|
6036
6036
|
{
|
|
6037
6037
|
"name": "best",
|
|
@@ -6066,7 +6066,7 @@
|
|
|
6066
6066
|
{
|
|
6067
6067
|
"kind": "OBJECT",
|
|
6068
6068
|
"name": "CarPremiumSafety",
|
|
6069
|
-
"description":
|
|
6069
|
+
"description": "Deprecated: In favour of VehiclePremiumSafety.",
|
|
6070
6070
|
"fields": [
|
|
6071
6071
|
{
|
|
6072
6072
|
"name": "isofix_seats",
|
|
@@ -6101,7 +6101,7 @@
|
|
|
6101
6101
|
{
|
|
6102
6102
|
"kind": "OBJECT",
|
|
6103
6103
|
"name": "CarPremiumSafetyEuroNcap",
|
|
6104
|
-
"description":
|
|
6104
|
+
"description": "Deprecated: In favour of VehiclePremiumSafetyEuroNcap.",
|
|
6105
6105
|
"fields": [
|
|
6106
6106
|
{
|
|
6107
6107
|
"name": "rating",
|
|
@@ -6184,7 +6184,7 @@
|
|
|
6184
6184
|
{
|
|
6185
6185
|
"kind": "ENUM",
|
|
6186
6186
|
"name": "CarPropulsion",
|
|
6187
|
-
"description": "
|
|
6187
|
+
"description": "Deprecated: In favour of VehiclePropulsion.",
|
|
6188
6188
|
"fields": null,
|
|
6189
6189
|
"inputFields": null,
|
|
6190
6190
|
"interfaces": null,
|
|
@@ -6213,7 +6213,7 @@
|
|
|
6213
6213
|
{
|
|
6214
6214
|
"kind": "OBJECT",
|
|
6215
6215
|
"name": "CarRange",
|
|
6216
|
-
"description":
|
|
6216
|
+
"description": "Deprecated: In favour of VehicleRange.",
|
|
6217
6217
|
"fields": [
|
|
6218
6218
|
{
|
|
6219
6219
|
"name": "real",
|
|
@@ -6265,7 +6265,7 @@
|
|
|
6265
6265
|
},
|
|
6266
6266
|
{
|
|
6267
6267
|
"name": "chargetrip_range",
|
|
6268
|
-
"description": "Chargetrip's custom real
|
|
6268
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
6269
6269
|
"args": [],
|
|
6270
6270
|
"type": {
|
|
6271
6271
|
"kind": "OBJECT",
|
|
@@ -6296,7 +6296,7 @@
|
|
|
6296
6296
|
{
|
|
6297
6297
|
"kind": "OBJECT",
|
|
6298
6298
|
"name": "CarRangeValue",
|
|
6299
|
-
"description":
|
|
6299
|
+
"description": "Deprecated: In favour of VehicleRangeValue.",
|
|
6300
6300
|
"fields": [
|
|
6301
6301
|
{
|
|
6302
6302
|
"name": "highway",
|
|
@@ -6343,7 +6343,7 @@
|
|
|
6343
6343
|
{
|
|
6344
6344
|
"kind": "OBJECT",
|
|
6345
6345
|
"name": "CarRouting",
|
|
6346
|
-
"description":
|
|
6346
|
+
"description": "Deprecated: In favour of VehicleRouting.",
|
|
6347
6347
|
"fields": [
|
|
6348
6348
|
{
|
|
6349
6349
|
"name": "fast_charging_support",
|
|
@@ -6366,7 +6366,7 @@
|
|
|
6366
6366
|
{
|
|
6367
6367
|
"kind": "ENUM",
|
|
6368
6368
|
"name": "CarStatus",
|
|
6369
|
-
"description": "
|
|
6369
|
+
"description": "Deprecated: In favour of VehicleStatus.",
|
|
6370
6370
|
"fields": null,
|
|
6371
6371
|
"inputFields": null,
|
|
6372
6372
|
"interfaces": null,
|
|
@@ -6401,7 +6401,7 @@
|
|
|
6401
6401
|
{
|
|
6402
6402
|
"kind": "OBJECT",
|
|
6403
6403
|
"name": "CarVideo",
|
|
6404
|
-
"description":
|
|
6404
|
+
"description": "Deprecated: In favour of VehicleVideo.",
|
|
6405
6405
|
"fields": [
|
|
6406
6406
|
{
|
|
6407
6407
|
"name": "id",
|
|
@@ -6775,11 +6775,11 @@
|
|
|
6775
6775
|
{
|
|
6776
6776
|
"kind": "OBJECT",
|
|
6777
6777
|
"name": "ChargetripRange",
|
|
6778
|
-
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all
|
|
6778
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
6779
6779
|
"fields": [
|
|
6780
6780
|
{
|
|
6781
6781
|
"name": "worst",
|
|
6782
|
-
"description": "Range
|
|
6782
|
+
"description": "Range calculated using the worst conditions.\nWorst conditions are based on -0°C, including use of heating.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
6783
6783
|
"args": [
|
|
6784
6784
|
{
|
|
6785
6785
|
"name": "unit",
|
|
@@ -6789,14 +6789,14 @@
|
|
|
6789
6789
|
"name": "DistanceUnit",
|
|
6790
6790
|
"ofType": null
|
|
6791
6791
|
},
|
|
6792
|
-
"defaultValue":
|
|
6792
|
+
"defaultValue": "kilometer",
|
|
6793
6793
|
"isDeprecated": false,
|
|
6794
6794
|
"deprecationReason": null
|
|
6795
6795
|
}
|
|
6796
6796
|
],
|
|
6797
6797
|
"type": {
|
|
6798
6798
|
"kind": "SCALAR",
|
|
6799
|
-
"name": "
|
|
6799
|
+
"name": "Float",
|
|
6800
6800
|
"ofType": null
|
|
6801
6801
|
},
|
|
6802
6802
|
"isDeprecated": false,
|
|
@@ -6804,7 +6804,7 @@
|
|
|
6804
6804
|
},
|
|
6805
6805
|
{
|
|
6806
6806
|
"name": "best",
|
|
6807
|
-
"description": "Range
|
|
6807
|
+
"description": "Range calculated using the best conditions.\nBest conditions are based on 25°C, including use of A/C.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
6808
6808
|
"args": [
|
|
6809
6809
|
{
|
|
6810
6810
|
"name": "unit",
|
|
@@ -6814,14 +6814,14 @@
|
|
|
6814
6814
|
"name": "DistanceUnit",
|
|
6815
6815
|
"ofType": null
|
|
6816
6816
|
},
|
|
6817
|
-
"defaultValue":
|
|
6817
|
+
"defaultValue": "kilometer",
|
|
6818
6818
|
"isDeprecated": false,
|
|
6819
6819
|
"deprecationReason": null
|
|
6820
6820
|
}
|
|
6821
6821
|
],
|
|
6822
6822
|
"type": {
|
|
6823
6823
|
"kind": "SCALAR",
|
|
6824
|
-
"name": "
|
|
6824
|
+
"name": "Float",
|
|
6825
6825
|
"ofType": null
|
|
6826
6826
|
},
|
|
6827
6827
|
"isDeprecated": false,
|
|
@@ -9779,7 +9779,7 @@
|
|
|
9779
9779
|
{
|
|
9780
9780
|
"kind": "SCALAR",
|
|
9781
9781
|
"name": "DateTime",
|
|
9782
|
-
"description": "The date and time scalar",
|
|
9782
|
+
"description": "The date and time scalar.",
|
|
9783
9783
|
"fields": null,
|
|
9784
9784
|
"inputFields": null,
|
|
9785
9785
|
"interfaces": null,
|
|
@@ -9831,25 +9831,25 @@
|
|
|
9831
9831
|
"enumValues": [
|
|
9832
9832
|
{
|
|
9833
9833
|
"name": "meter",
|
|
9834
|
-
"description": "Return the distance in meters
|
|
9834
|
+
"description": "Return the distance in meters",
|
|
9835
9835
|
"isDeprecated": false,
|
|
9836
9836
|
"deprecationReason": null
|
|
9837
9837
|
},
|
|
9838
9838
|
{
|
|
9839
9839
|
"name": "foot",
|
|
9840
|
-
"description": "Return the distance in feet
|
|
9840
|
+
"description": "Return the distance in feet",
|
|
9841
9841
|
"isDeprecated": false,
|
|
9842
9842
|
"deprecationReason": null
|
|
9843
9843
|
},
|
|
9844
9844
|
{
|
|
9845
9845
|
"name": "kilometer",
|
|
9846
|
-
"description": "Return the distance in kilometers
|
|
9846
|
+
"description": "Return the distance in kilometers",
|
|
9847
9847
|
"isDeprecated": false,
|
|
9848
9848
|
"deprecationReason": null
|
|
9849
9849
|
},
|
|
9850
9850
|
{
|
|
9851
9851
|
"name": "mile",
|
|
9852
|
-
"description": "Return the distance in miles
|
|
9852
|
+
"description": "Return the distance in miles",
|
|
9853
9853
|
"isDeprecated": false,
|
|
9854
9854
|
"deprecationReason": null
|
|
9855
9855
|
}
|
|
@@ -10627,7 +10627,7 @@
|
|
|
10627
10627
|
{
|
|
10628
10628
|
"kind": "ENUM",
|
|
10629
10629
|
"name": "FeatureType",
|
|
10630
|
-
"description": "GeoJSON Feature type",
|
|
10630
|
+
"description": "GeoJSON Feature type.",
|
|
10631
10631
|
"fields": null,
|
|
10632
10632
|
"inputFields": null,
|
|
10633
10633
|
"interfaces": null,
|
|
@@ -11566,7 +11566,7 @@
|
|
|
11566
11566
|
{
|
|
11567
11567
|
"kind": "SCALAR",
|
|
11568
11568
|
"name": "JSON",
|
|
11569
|
-
"description": "Any JSON object",
|
|
11569
|
+
"description": "Any JSON object or array.",
|
|
11570
11570
|
"fields": null,
|
|
11571
11571
|
"inputFields": null,
|
|
11572
11572
|
"interfaces": null,
|
|
@@ -15973,6 +15973,16 @@
|
|
|
15973
15973
|
"enumValues": null,
|
|
15974
15974
|
"possibleTypes": null
|
|
15975
15975
|
},
|
|
15976
|
+
{
|
|
15977
|
+
"kind": "SCALAR",
|
|
15978
|
+
"name": "PlainID",
|
|
15979
|
+
"description": "The `PlainID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The `PlainID` type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as \"4\") or integer (such as 4) input value will be accepted as an ID.",
|
|
15980
|
+
"fields": null,
|
|
15981
|
+
"inputFields": null,
|
|
15982
|
+
"interfaces": null,
|
|
15983
|
+
"enumValues": null,
|
|
15984
|
+
"possibleTypes": null
|
|
15985
|
+
},
|
|
15976
15986
|
{
|
|
15977
15987
|
"kind": "SCALAR",
|
|
15978
15988
|
"name": "PlainString",
|
|
@@ -15986,11 +15996,11 @@
|
|
|
15986
15996
|
{
|
|
15987
15997
|
"kind": "OBJECT",
|
|
15988
15998
|
"name": "Point",
|
|
15989
|
-
"description": "A GeoJSON Point",
|
|
15999
|
+
"description": "A GeoJSON Point.",
|
|
15990
16000
|
"fields": [
|
|
15991
16001
|
{
|
|
15992
16002
|
"name": "type",
|
|
15993
|
-
"description": "Point type",
|
|
16003
|
+
"description": "Point type.",
|
|
15994
16004
|
"args": [],
|
|
15995
16005
|
"type": {
|
|
15996
16006
|
"kind": "NON_NULL",
|
|
@@ -16006,7 +16016,7 @@
|
|
|
16006
16016
|
},
|
|
16007
16017
|
{
|
|
16008
16018
|
"name": "coordinates",
|
|
16009
|
-
"description": "The coordinates array with longitude as first value and latitude as second one",
|
|
16019
|
+
"description": "The coordinates array with longitude as first value and latitude as second one.",
|
|
16010
16020
|
"args": [],
|
|
16011
16021
|
"type": {
|
|
16012
16022
|
"kind": "NON_NULL",
|
|
@@ -16088,7 +16098,7 @@
|
|
|
16088
16098
|
{
|
|
16089
16099
|
"kind": "ENUM",
|
|
16090
16100
|
"name": "PointType",
|
|
16091
|
-
"description": "GeoJSON Point type",
|
|
16101
|
+
"description": "GeoJSON Point type.",
|
|
16092
16102
|
"fields": null,
|
|
16093
16103
|
"inputFields": null,
|
|
16094
16104
|
"interfaces": null,
|
|
@@ -16329,65 +16339,6 @@
|
|
|
16329
16339
|
],
|
|
16330
16340
|
"possibleTypes": null
|
|
16331
16341
|
},
|
|
16332
|
-
{
|
|
16333
|
-
"kind": "OBJECT",
|
|
16334
|
-
"name": "Price",
|
|
16335
|
-
"description": "The price model.",
|
|
16336
|
-
"fields": [
|
|
16337
|
-
{
|
|
16338
|
-
"name": "value",
|
|
16339
|
-
"description": "The value of the price.",
|
|
16340
|
-
"args": [],
|
|
16341
|
-
"type": {
|
|
16342
|
-
"kind": "SCALAR",
|
|
16343
|
-
"name": "String",
|
|
16344
|
-
"ofType": null
|
|
16345
|
-
},
|
|
16346
|
-
"isDeprecated": false,
|
|
16347
|
-
"deprecationReason": null
|
|
16348
|
-
},
|
|
16349
|
-
{
|
|
16350
|
-
"name": "currency",
|
|
16351
|
-
"description": "The currency of the price.",
|
|
16352
|
-
"args": [],
|
|
16353
|
-
"type": {
|
|
16354
|
-
"kind": "SCALAR",
|
|
16355
|
-
"name": "String",
|
|
16356
|
-
"ofType": null
|
|
16357
|
-
},
|
|
16358
|
-
"isDeprecated": false,
|
|
16359
|
-
"deprecationReason": null
|
|
16360
|
-
},
|
|
16361
|
-
{
|
|
16362
|
-
"name": "model",
|
|
16363
|
-
"description": "The pricing model.",
|
|
16364
|
-
"args": [],
|
|
16365
|
-
"type": {
|
|
16366
|
-
"kind": "SCALAR",
|
|
16367
|
-
"name": "String",
|
|
16368
|
-
"ofType": null
|
|
16369
|
-
},
|
|
16370
|
-
"isDeprecated": false,
|
|
16371
|
-
"deprecationReason": null
|
|
16372
|
-
},
|
|
16373
|
-
{
|
|
16374
|
-
"name": "displayValue",
|
|
16375
|
-
"description": "The value of the price which should be display by the frontend.",
|
|
16376
|
-
"args": [],
|
|
16377
|
-
"type": {
|
|
16378
|
-
"kind": "SCALAR",
|
|
16379
|
-
"name": "String",
|
|
16380
|
-
"ofType": null
|
|
16381
|
-
},
|
|
16382
|
-
"isDeprecated": false,
|
|
16383
|
-
"deprecationReason": null
|
|
16384
|
-
}
|
|
16385
|
-
],
|
|
16386
|
-
"inputFields": null,
|
|
16387
|
-
"interfaces": [],
|
|
16388
|
-
"enumValues": null,
|
|
16389
|
-
"possibleTypes": null
|
|
16390
|
-
},
|
|
16391
16342
|
{
|
|
16392
16343
|
"kind": "OBJECT",
|
|
16393
16344
|
"name": "Pricing",
|
|
@@ -16671,7 +16622,7 @@
|
|
|
16671
16622
|
},
|
|
16672
16623
|
{
|
|
16673
16624
|
"name": "car",
|
|
16674
|
-
"description": "
|
|
16625
|
+
"description": "Deprecated: In favor of vehicle.",
|
|
16675
16626
|
"args": [
|
|
16676
16627
|
{
|
|
16677
16628
|
"name": "id",
|
|
@@ -16708,7 +16659,7 @@
|
|
|
16708
16659
|
},
|
|
16709
16660
|
{
|
|
16710
16661
|
"name": "carPremium",
|
|
16711
|
-
"description": "
|
|
16662
|
+
"description": "Deprecated: In favor of VehiclePremium.",
|
|
16712
16663
|
"args": [
|
|
16713
16664
|
{
|
|
16714
16665
|
"name": "id",
|
|
@@ -16733,11 +16684,11 @@
|
|
|
16733
16684
|
},
|
|
16734
16685
|
{
|
|
16735
16686
|
"name": "carList",
|
|
16736
|
-
"description": "
|
|
16687
|
+
"description": "Deprecated: In favor of VehicleList.",
|
|
16737
16688
|
"args": [
|
|
16738
16689
|
{
|
|
16739
16690
|
"name": "query",
|
|
16740
|
-
"description": "Deprecated:
|
|
16691
|
+
"description": "Deprecated: In favor of VehicleList.",
|
|
16741
16692
|
"type": {
|
|
16742
16693
|
"kind": "INPUT_OBJECT",
|
|
16743
16694
|
"name": "CarListQuery",
|
|
@@ -17664,7 +17615,7 @@
|
|
|
17664
17615
|
},
|
|
17665
17616
|
{
|
|
17666
17617
|
"name": "vehicle",
|
|
17667
|
-
"description": "
|
|
17618
|
+
"description": "Get information about a vehicle by its ID.",
|
|
17668
17619
|
"args": [
|
|
17669
17620
|
{
|
|
17670
17621
|
"name": "id",
|
|
@@ -17705,7 +17656,7 @@
|
|
|
17705
17656
|
},
|
|
17706
17657
|
{
|
|
17707
17658
|
"name": "vehiclePremium",
|
|
17708
|
-
"description": "
|
|
17659
|
+
"description": "Vehicle premium data provides even more information about your vehicle: tire pressure, prices, drivetrain data, and more. Please contact us for access to premium data.",
|
|
17709
17660
|
"args": [
|
|
17710
17661
|
{
|
|
17711
17662
|
"name": "id",
|
|
@@ -17746,7 +17697,7 @@
|
|
|
17746
17697
|
},
|
|
17747
17698
|
{
|
|
17748
17699
|
"name": "vehicleList",
|
|
17749
|
-
"description": "
|
|
17700
|
+
"description": "Get a full list of vehicles.",
|
|
17750
17701
|
"args": [
|
|
17751
17702
|
{
|
|
17752
17703
|
"name": "search",
|
|
@@ -22933,7 +22884,7 @@
|
|
|
22933
22884
|
},
|
|
22934
22885
|
{
|
|
22935
22886
|
"name": "average_charging_current",
|
|
22936
|
-
"description": "Average charging current in
|
|
22887
|
+
"description": "Average charging current in amperes.",
|
|
22937
22888
|
"args": [],
|
|
22938
22889
|
"type": {
|
|
22939
22890
|
"kind": "NON_NULL",
|
|
@@ -23162,7 +23113,7 @@
|
|
|
23162
23113
|
},
|
|
23163
23114
|
{
|
|
23164
23115
|
"name": "other",
|
|
23165
|
-
"description": "Fraction of other
|
|
23116
|
+
"description": "Fraction of other production.",
|
|
23166
23117
|
"args": [],
|
|
23167
23118
|
"type": {
|
|
23168
23119
|
"kind": "NON_NULL",
|
|
@@ -23612,7 +23563,7 @@
|
|
|
23612
23563
|
},
|
|
23613
23564
|
{
|
|
23614
23565
|
"name": "direct_emissions",
|
|
23615
|
-
"description": "Direct (
|
|
23566
|
+
"description": "Direct (tank to wheels) emissions of the fuel.",
|
|
23616
23567
|
"args": [
|
|
23617
23568
|
{
|
|
23618
23569
|
"name": "unit",
|
|
@@ -23641,7 +23592,7 @@
|
|
|
23641
23592
|
},
|
|
23642
23593
|
{
|
|
23643
23594
|
"name": "indirect_emissions",
|
|
23644
|
-
"description": "Indirect (
|
|
23595
|
+
"description": "Indirect (well to tank) emissions of the fuel.",
|
|
23645
23596
|
"args": [
|
|
23646
23597
|
{
|
|
23647
23598
|
"name": "unit",
|
|
@@ -25473,6 +25424,29 @@
|
|
|
25473
25424
|
"enumValues": null,
|
|
25474
25425
|
"possibleTypes": null
|
|
25475
25426
|
},
|
|
25427
|
+
{
|
|
25428
|
+
"kind": "ENUM",
|
|
25429
|
+
"name": "SortDirection",
|
|
25430
|
+
"description": null,
|
|
25431
|
+
"fields": null,
|
|
25432
|
+
"inputFields": null,
|
|
25433
|
+
"interfaces": null,
|
|
25434
|
+
"enumValues": [
|
|
25435
|
+
{
|
|
25436
|
+
"name": "ascending",
|
|
25437
|
+
"description": null,
|
|
25438
|
+
"isDeprecated": false,
|
|
25439
|
+
"deprecationReason": null
|
|
25440
|
+
},
|
|
25441
|
+
{
|
|
25442
|
+
"name": "descending",
|
|
25443
|
+
"description": null,
|
|
25444
|
+
"isDeprecated": false,
|
|
25445
|
+
"deprecationReason": null
|
|
25446
|
+
}
|
|
25447
|
+
],
|
|
25448
|
+
"possibleTypes": null
|
|
25449
|
+
},
|
|
25476
25450
|
{
|
|
25477
25451
|
"kind": "ENUM",
|
|
25478
25452
|
"name": "SpeedUnit",
|
|
@@ -28846,7 +28820,7 @@
|
|
|
28846
28820
|
},
|
|
28847
28821
|
{
|
|
28848
28822
|
"name": "connectors",
|
|
28849
|
-
"description": "Available connectors for the vehicle.",
|
|
28823
|
+
"description": "Available connectors for the vehicle. Please note that for HEVs this will always be an empty array.",
|
|
28850
28824
|
"args": [],
|
|
28851
28825
|
"type": {
|
|
28852
28826
|
"kind": "NON_NULL",
|
|
@@ -28870,7 +28844,7 @@
|
|
|
28870
28844
|
},
|
|
28871
28845
|
{
|
|
28872
28846
|
"name": "adapters",
|
|
28873
|
-
"description": "Adapters for the connectors of the vehicle.",
|
|
28847
|
+
"description": "Adapters for the connectors of the vehicle. Please note that for HEVs this will always be an empty array.",
|
|
28874
28848
|
"args": [],
|
|
28875
28849
|
"type": {
|
|
28876
28850
|
"kind": "NON_NULL",
|
|
@@ -29296,7 +29270,7 @@
|
|
|
29296
29270
|
"fields": [
|
|
29297
29271
|
{
|
|
29298
29272
|
"name": "width",
|
|
29299
|
-
"description": "Width with folded mirrors
|
|
29273
|
+
"description": "Width with folded mirrors.",
|
|
29300
29274
|
"args": [
|
|
29301
29275
|
{
|
|
29302
29276
|
"name": "unit",
|
|
@@ -29306,7 +29280,7 @@
|
|
|
29306
29280
|
"name": "MeasurementUnit",
|
|
29307
29281
|
"ofType": null
|
|
29308
29282
|
},
|
|
29309
|
-
"defaultValue":
|
|
29283
|
+
"defaultValue": "millimeter",
|
|
29310
29284
|
"isDeprecated": false,
|
|
29311
29285
|
"deprecationReason": null
|
|
29312
29286
|
}
|
|
@@ -29325,7 +29299,7 @@
|
|
|
29325
29299
|
},
|
|
29326
29300
|
{
|
|
29327
29301
|
"name": "height",
|
|
29328
|
-
"description": "Height (average height for adjustable suspensions)
|
|
29302
|
+
"description": "Height (average height for adjustable suspensions).",
|
|
29329
29303
|
"args": [
|
|
29330
29304
|
{
|
|
29331
29305
|
"name": "unit",
|
|
@@ -29335,7 +29309,7 @@
|
|
|
29335
29309
|
"name": "MeasurementUnit",
|
|
29336
29310
|
"ofType": null
|
|
29337
29311
|
},
|
|
29338
|
-
"defaultValue":
|
|
29312
|
+
"defaultValue": "millimeter",
|
|
29339
29313
|
"isDeprecated": false,
|
|
29340
29314
|
"deprecationReason": null
|
|
29341
29315
|
}
|
|
@@ -29354,7 +29328,7 @@
|
|
|
29354
29328
|
},
|
|
29355
29329
|
{
|
|
29356
29330
|
"name": "weight",
|
|
29357
|
-
"description": "Weight (unladen)
|
|
29331
|
+
"description": "Weight (unladen).",
|
|
29358
29332
|
"args": [],
|
|
29359
29333
|
"type": {
|
|
29360
29334
|
"kind": "NON_NULL",
|
|
@@ -29397,7 +29371,7 @@
|
|
|
29397
29371
|
"fields": [
|
|
29398
29372
|
{
|
|
29399
29373
|
"name": "minimum",
|
|
29400
|
-
"description": "Minimum weight
|
|
29374
|
+
"description": "Minimum weight.",
|
|
29401
29375
|
"args": [
|
|
29402
29376
|
{
|
|
29403
29377
|
"name": "unit",
|
|
@@ -29407,7 +29381,7 @@
|
|
|
29407
29381
|
"name": "WeightUnit",
|
|
29408
29382
|
"ofType": null
|
|
29409
29383
|
},
|
|
29410
|
-
"defaultValue":
|
|
29384
|
+
"defaultValue": "kilogram",
|
|
29411
29385
|
"isDeprecated": false,
|
|
29412
29386
|
"deprecationReason": null
|
|
29413
29387
|
}
|
|
@@ -29422,7 +29396,7 @@
|
|
|
29422
29396
|
},
|
|
29423
29397
|
{
|
|
29424
29398
|
"name": "nominal",
|
|
29425
|
-
"description": "Nominal weight
|
|
29399
|
+
"description": "Nominal weight.",
|
|
29426
29400
|
"args": [
|
|
29427
29401
|
{
|
|
29428
29402
|
"name": "unit",
|
|
@@ -29432,7 +29406,7 @@
|
|
|
29432
29406
|
"name": "WeightUnit",
|
|
29433
29407
|
"ofType": null
|
|
29434
29408
|
},
|
|
29435
|
-
"defaultValue":
|
|
29409
|
+
"defaultValue": "kilogram",
|
|
29436
29410
|
"isDeprecated": false,
|
|
29437
29411
|
"deprecationReason": null
|
|
29438
29412
|
}
|
|
@@ -29447,7 +29421,7 @@
|
|
|
29447
29421
|
},
|
|
29448
29422
|
{
|
|
29449
29423
|
"name": "maximal",
|
|
29450
|
-
"description": "Maximal weight
|
|
29424
|
+
"description": "Maximal weight.",
|
|
29451
29425
|
"args": [
|
|
29452
29426
|
{
|
|
29453
29427
|
"name": "unit",
|
|
@@ -29457,7 +29431,7 @@
|
|
|
29457
29431
|
"name": "WeightUnit",
|
|
29458
29432
|
"ofType": null
|
|
29459
29433
|
},
|
|
29460
|
-
"defaultValue":
|
|
29434
|
+
"defaultValue": "kilogram",
|
|
29461
29435
|
"isDeprecated": false,
|
|
29462
29436
|
"deprecationReason": null
|
|
29463
29437
|
}
|
|
@@ -29499,8 +29473,21 @@
|
|
|
29499
29473
|
},
|
|
29500
29474
|
{
|
|
29501
29475
|
"name": "power",
|
|
29502
|
-
"description": "Usable electric power
|
|
29503
|
-
"args": [
|
|
29476
|
+
"description": "Usable electric power.",
|
|
29477
|
+
"args": [
|
|
29478
|
+
{
|
|
29479
|
+
"name": "unit",
|
|
29480
|
+
"description": null,
|
|
29481
|
+
"type": {
|
|
29482
|
+
"kind": "ENUM",
|
|
29483
|
+
"name": "PowerUnit",
|
|
29484
|
+
"ofType": null
|
|
29485
|
+
},
|
|
29486
|
+
"defaultValue": "kilowatt",
|
|
29487
|
+
"isDeprecated": false,
|
|
29488
|
+
"deprecationReason": null
|
|
29489
|
+
}
|
|
29490
|
+
],
|
|
29504
29491
|
"type": {
|
|
29505
29492
|
"kind": "NON_NULL",
|
|
29506
29493
|
"name": null,
|
|
@@ -29515,8 +29502,21 @@
|
|
|
29515
29502
|
},
|
|
29516
29503
|
{
|
|
29517
29504
|
"name": "max_electric_power",
|
|
29518
|
-
"description": "Maximum electric power
|
|
29519
|
-
"args": [
|
|
29505
|
+
"description": "Maximum electric power.",
|
|
29506
|
+
"args": [
|
|
29507
|
+
{
|
|
29508
|
+
"name": "unit",
|
|
29509
|
+
"description": null,
|
|
29510
|
+
"type": {
|
|
29511
|
+
"kind": "ENUM",
|
|
29512
|
+
"name": "PowerUnit",
|
|
29513
|
+
"ofType": null
|
|
29514
|
+
},
|
|
29515
|
+
"defaultValue": "kilowatt",
|
|
29516
|
+
"isDeprecated": false,
|
|
29517
|
+
"deprecationReason": null
|
|
29518
|
+
}
|
|
29519
|
+
],
|
|
29520
29520
|
"type": {
|
|
29521
29521
|
"kind": "NON_NULL",
|
|
29522
29522
|
"name": null,
|
|
@@ -29547,7 +29547,7 @@
|
|
|
29547
29547
|
},
|
|
29548
29548
|
{
|
|
29549
29549
|
"name": "speed",
|
|
29550
|
-
"description": "Charging speed
|
|
29550
|
+
"description": "Charging speed.",
|
|
29551
29551
|
"args": [
|
|
29552
29552
|
{
|
|
29553
29553
|
"name": "unit",
|
|
@@ -29557,7 +29557,36 @@
|
|
|
29557
29557
|
"name": "SpeedUnit",
|
|
29558
29558
|
"ofType": null
|
|
29559
29559
|
},
|
|
29560
|
-
"defaultValue":
|
|
29560
|
+
"defaultValue": "kilometers_per_hour",
|
|
29561
|
+
"isDeprecated": false,
|
|
29562
|
+
"deprecationReason": null
|
|
29563
|
+
}
|
|
29564
|
+
],
|
|
29565
|
+
"type": {
|
|
29566
|
+
"kind": "NON_NULL",
|
|
29567
|
+
"name": null,
|
|
29568
|
+
"ofType": {
|
|
29569
|
+
"kind": "SCALAR",
|
|
29570
|
+
"name": "Float",
|
|
29571
|
+
"ofType": null
|
|
29572
|
+
}
|
|
29573
|
+
},
|
|
29574
|
+
"isDeprecated": true,
|
|
29575
|
+
"deprecationReason": "In favor of charge_speed."
|
|
29576
|
+
},
|
|
29577
|
+
{
|
|
29578
|
+
"name": "charge_speed",
|
|
29579
|
+
"description": "Charging speed.",
|
|
29580
|
+
"args": [
|
|
29581
|
+
{
|
|
29582
|
+
"name": "unit",
|
|
29583
|
+
"description": null,
|
|
29584
|
+
"type": {
|
|
29585
|
+
"kind": "ENUM",
|
|
29586
|
+
"name": "ChargeSpeedUnit",
|
|
29587
|
+
"ofType": null
|
|
29588
|
+
},
|
|
29589
|
+
"defaultValue": "kilometers_per_hour",
|
|
29561
29590
|
"isDeprecated": false,
|
|
29562
29591
|
"deprecationReason": null
|
|
29563
29592
|
}
|
|
@@ -29781,7 +29810,7 @@
|
|
|
29781
29810
|
},
|
|
29782
29811
|
{
|
|
29783
29812
|
"name": "P",
|
|
29784
|
-
"description": "ICE engine available. Uses
|
|
29813
|
+
"description": "ICE engine available. Uses gasoline.",
|
|
29785
29814
|
"isDeprecated": false,
|
|
29786
29815
|
"deprecationReason": null
|
|
29787
29816
|
}
|
|
@@ -30095,7 +30124,7 @@
|
|
|
30095
30124
|
},
|
|
30096
30125
|
{
|
|
30097
30126
|
"name": "connectors",
|
|
30098
|
-
"description": "Connectors available for the vehicle.",
|
|
30127
|
+
"description": "Connectors available for the vehicle. Please note that for HEVs this will always be an empty array.",
|
|
30099
30128
|
"args": [],
|
|
30100
30129
|
"type": {
|
|
30101
30130
|
"kind": "NON_NULL",
|
|
@@ -30119,7 +30148,7 @@
|
|
|
30119
30148
|
},
|
|
30120
30149
|
{
|
|
30121
30150
|
"name": "adapters",
|
|
30122
|
-
"description": "Adapters available for the vehicle.",
|
|
30151
|
+
"description": "Adapters available for the vehicle. Please note that for HEVs this will always be an empty array.",
|
|
30123
30152
|
"args": [],
|
|
30124
30153
|
"type": {
|
|
30125
30154
|
"kind": "NON_NULL",
|
|
@@ -30708,7 +30737,7 @@
|
|
|
30708
30737
|
"fields": [
|
|
30709
30738
|
{
|
|
30710
30739
|
"name": "chargetrip_range",
|
|
30711
|
-
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all
|
|
30740
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
30712
30741
|
"args": [],
|
|
30713
30742
|
"type": {
|
|
30714
30743
|
"kind": "NON_NULL",
|
|
@@ -30989,7 +31018,7 @@
|
|
|
30989
31018
|
"fields": [
|
|
30990
31019
|
{
|
|
30991
31020
|
"name": "acceleration",
|
|
30992
|
-
"description": "Acceleration
|
|
31021
|
+
"description": "Acceleration.",
|
|
30993
31022
|
"args": [
|
|
30994
31023
|
{
|
|
30995
31024
|
"name": "unit",
|
|
@@ -30999,7 +31028,7 @@
|
|
|
30999
31028
|
"name": "AccelerationUnit",
|
|
31000
31029
|
"ofType": null
|
|
31001
31030
|
},
|
|
31002
|
-
"defaultValue":
|
|
31031
|
+
"defaultValue": "seconds_to_100_kilometers_per_hour",
|
|
31003
31032
|
"isDeprecated": false,
|
|
31004
31033
|
"deprecationReason": null
|
|
31005
31034
|
}
|
|
@@ -31014,7 +31043,7 @@
|
|
|
31014
31043
|
},
|
|
31015
31044
|
{
|
|
31016
31045
|
"name": "top_speed",
|
|
31017
|
-
"description": "Top speed of the vehicle
|
|
31046
|
+
"description": "Top speed of the vehicle.",
|
|
31018
31047
|
"args": [
|
|
31019
31048
|
{
|
|
31020
31049
|
"name": "unit",
|
|
@@ -31024,7 +31053,7 @@
|
|
|
31024
31053
|
"name": "SpeedUnit",
|
|
31025
31054
|
"ofType": null
|
|
31026
31055
|
},
|
|
31027
|
-
"defaultValue":
|
|
31056
|
+
"defaultValue": "kilometers_per_hour",
|
|
31028
31057
|
"isDeprecated": false,
|
|
31029
31058
|
"deprecationReason": null
|
|
31030
31059
|
}
|
|
@@ -31129,7 +31158,7 @@
|
|
|
31129
31158
|
},
|
|
31130
31159
|
{
|
|
31131
31160
|
"name": "connectors",
|
|
31132
|
-
"description": "Connectors available for the vehicle.",
|
|
31161
|
+
"description": "Connectors available for the vehicle. Please note that for HEVs this will always be an empty array.",
|
|
31133
31162
|
"args": [],
|
|
31134
31163
|
"type": {
|
|
31135
31164
|
"kind": "NON_NULL",
|
|
@@ -31185,7 +31214,7 @@
|
|
|
31185
31214
|
},
|
|
31186
31215
|
{
|
|
31187
31216
|
"name": "adapters",
|
|
31188
|
-
"description": "Adapters of connectors available for a connectors of the vehicle.",
|
|
31217
|
+
"description": "Adapters of connectors available for a connectors of the vehicle. Please note that for HEVs this will always be an empty array.",
|
|
31189
31218
|
"args": [],
|
|
31190
31219
|
"type": {
|
|
31191
31220
|
"kind": "NON_NULL",
|
|
@@ -31680,7 +31709,20 @@
|
|
|
31680
31709
|
{
|
|
31681
31710
|
"name": "weight",
|
|
31682
31711
|
"description": "Weight of the battery pack.",
|
|
31683
|
-
"args": [
|
|
31712
|
+
"args": [
|
|
31713
|
+
{
|
|
31714
|
+
"name": "unit",
|
|
31715
|
+
"description": null,
|
|
31716
|
+
"type": {
|
|
31717
|
+
"kind": "ENUM",
|
|
31718
|
+
"name": "WeightUnit",
|
|
31719
|
+
"ofType": null
|
|
31720
|
+
},
|
|
31721
|
+
"defaultValue": "kilogram",
|
|
31722
|
+
"isDeprecated": false,
|
|
31723
|
+
"deprecationReason": null
|
|
31724
|
+
}
|
|
31725
|
+
],
|
|
31684
31726
|
"type": {
|
|
31685
31727
|
"kind": "SCALAR",
|
|
31686
31728
|
"name": "Float",
|
|
@@ -31726,7 +31768,7 @@
|
|
|
31726
31768
|
"fields": [
|
|
31727
31769
|
{
|
|
31728
31770
|
"name": "length",
|
|
31729
|
-
"description": "Length
|
|
31771
|
+
"description": "Length.",
|
|
31730
31772
|
"args": [
|
|
31731
31773
|
{
|
|
31732
31774
|
"name": "unit",
|
|
@@ -31736,7 +31778,7 @@
|
|
|
31736
31778
|
"name": "MeasurementUnit",
|
|
31737
31779
|
"ofType": null
|
|
31738
31780
|
},
|
|
31739
|
-
"defaultValue":
|
|
31781
|
+
"defaultValue": "millimeter",
|
|
31740
31782
|
"isDeprecated": false,
|
|
31741
31783
|
"deprecationReason": null
|
|
31742
31784
|
}
|
|
@@ -31751,7 +31793,7 @@
|
|
|
31751
31793
|
},
|
|
31752
31794
|
{
|
|
31753
31795
|
"name": "width",
|
|
31754
|
-
"description": "Width with folded mirrors
|
|
31796
|
+
"description": "Width with folded mirrors.",
|
|
31755
31797
|
"args": [
|
|
31756
31798
|
{
|
|
31757
31799
|
"name": "unit",
|
|
@@ -31761,7 +31803,7 @@
|
|
|
31761
31803
|
"name": "MeasurementUnit",
|
|
31762
31804
|
"ofType": null
|
|
31763
31805
|
},
|
|
31764
|
-
"defaultValue":
|
|
31806
|
+
"defaultValue": "millimeter",
|
|
31765
31807
|
"isDeprecated": false,
|
|
31766
31808
|
"deprecationReason": null
|
|
31767
31809
|
}
|
|
@@ -31780,7 +31822,7 @@
|
|
|
31780
31822
|
},
|
|
31781
31823
|
{
|
|
31782
31824
|
"name": "full_width",
|
|
31783
|
-
"description": "Width of vehicle including mirrors
|
|
31825
|
+
"description": "Width of vehicle including mirrors.",
|
|
31784
31826
|
"args": [
|
|
31785
31827
|
{
|
|
31786
31828
|
"name": "unit",
|
|
@@ -31790,7 +31832,7 @@
|
|
|
31790
31832
|
"name": "MeasurementUnit",
|
|
31791
31833
|
"ofType": null
|
|
31792
31834
|
},
|
|
31793
|
-
"defaultValue":
|
|
31835
|
+
"defaultValue": "millimeter",
|
|
31794
31836
|
"isDeprecated": false,
|
|
31795
31837
|
"deprecationReason": null
|
|
31796
31838
|
}
|
|
@@ -31805,7 +31847,7 @@
|
|
|
31805
31847
|
},
|
|
31806
31848
|
{
|
|
31807
31849
|
"name": "height",
|
|
31808
|
-
"description": "Height (average height for adjustable suspensions)
|
|
31850
|
+
"description": "Height (average height for adjustable suspensions).",
|
|
31809
31851
|
"args": [
|
|
31810
31852
|
{
|
|
31811
31853
|
"name": "unit",
|
|
@@ -31815,7 +31857,7 @@
|
|
|
31815
31857
|
"name": "MeasurementUnit",
|
|
31816
31858
|
"ofType": null
|
|
31817
31859
|
},
|
|
31818
|
-
"defaultValue":
|
|
31860
|
+
"defaultValue": "millimeter",
|
|
31819
31861
|
"isDeprecated": false,
|
|
31820
31862
|
"deprecationReason": null
|
|
31821
31863
|
}
|
|
@@ -31846,7 +31888,7 @@
|
|
|
31846
31888
|
},
|
|
31847
31889
|
{
|
|
31848
31890
|
"name": "wheelbase",
|
|
31849
|
-
"description": "Wheelbase
|
|
31891
|
+
"description": "Wheelbase.",
|
|
31850
31892
|
"args": [
|
|
31851
31893
|
{
|
|
31852
31894
|
"name": "unit",
|
|
@@ -31856,7 +31898,7 @@
|
|
|
31856
31898
|
"name": "MeasurementUnit",
|
|
31857
31899
|
"ofType": null
|
|
31858
31900
|
},
|
|
31859
|
-
"defaultValue":
|
|
31901
|
+
"defaultValue": "millimeter",
|
|
31860
31902
|
"isDeprecated": false,
|
|
31861
31903
|
"deprecationReason": null
|
|
31862
31904
|
}
|
|
@@ -31883,7 +31925,7 @@
|
|
|
31883
31925
|
},
|
|
31884
31926
|
{
|
|
31885
31927
|
"name": "ground_clearance",
|
|
31886
|
-
"description": "Ground clearance of a vehicle as specified by the OEM
|
|
31928
|
+
"description": "Ground clearance of a vehicle as specified by the OEM.",
|
|
31887
31929
|
"args": [
|
|
31888
31930
|
{
|
|
31889
31931
|
"name": "unit",
|
|
@@ -31893,7 +31935,7 @@
|
|
|
31893
31935
|
"name": "MeasurementUnit",
|
|
31894
31936
|
"ofType": null
|
|
31895
31937
|
},
|
|
31896
|
-
"defaultValue":
|
|
31938
|
+
"defaultValue": "millimeter",
|
|
31897
31939
|
"isDeprecated": false,
|
|
31898
31940
|
"deprecationReason": null
|
|
31899
31941
|
}
|
|
@@ -31972,7 +32014,7 @@
|
|
|
31972
32014
|
},
|
|
31973
32015
|
{
|
|
31974
32016
|
"name": "weight_max_payload",
|
|
31975
|
-
"description": "Maximum payload allowed for the vehicle
|
|
32017
|
+
"description": "Maximum payload allowed for the vehicle.",
|
|
31976
32018
|
"args": [
|
|
31977
32019
|
{
|
|
31978
32020
|
"name": "unit",
|
|
@@ -31982,7 +32024,7 @@
|
|
|
31982
32024
|
"name": "WeightUnit",
|
|
31983
32025
|
"ofType": null
|
|
31984
32026
|
},
|
|
31985
|
-
"defaultValue":
|
|
32027
|
+
"defaultValue": "kilogram",
|
|
31986
32028
|
"isDeprecated": false,
|
|
31987
32029
|
"deprecationReason": null
|
|
31988
32030
|
}
|
|
@@ -31997,7 +32039,7 @@
|
|
|
31997
32039
|
},
|
|
31998
32040
|
{
|
|
31999
32041
|
"name": "max_gross_vehicle_weight",
|
|
32000
|
-
"description": "Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload)
|
|
32042
|
+
"description": "Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload).",
|
|
32001
32043
|
"args": [
|
|
32002
32044
|
{
|
|
32003
32045
|
"name": "unit",
|
|
@@ -32007,7 +32049,7 @@
|
|
|
32007
32049
|
"name": "WeightUnit",
|
|
32008
32050
|
"ofType": null
|
|
32009
32051
|
},
|
|
32010
|
-
"defaultValue":
|
|
32052
|
+
"defaultValue": "kilogram",
|
|
32011
32053
|
"isDeprecated": false,
|
|
32012
32054
|
"deprecationReason": null
|
|
32013
32055
|
}
|
|
@@ -32022,7 +32064,7 @@
|
|
|
32022
32064
|
},
|
|
32023
32065
|
{
|
|
32024
32066
|
"name": "boot_capacity",
|
|
32025
|
-
"description": "Standard luggage capacity
|
|
32067
|
+
"description": "Standard luggage capacity.",
|
|
32026
32068
|
"args": [
|
|
32027
32069
|
{
|
|
32028
32070
|
"name": "unit",
|
|
@@ -32032,7 +32074,7 @@
|
|
|
32032
32074
|
"name": "VolumeUnit",
|
|
32033
32075
|
"ofType": null
|
|
32034
32076
|
},
|
|
32035
|
-
"defaultValue":
|
|
32077
|
+
"defaultValue": "liter",
|
|
32036
32078
|
"isDeprecated": false,
|
|
32037
32079
|
"deprecationReason": null
|
|
32038
32080
|
}
|
|
@@ -32047,8 +32089,21 @@
|
|
|
32047
32089
|
},
|
|
32048
32090
|
{
|
|
32049
32091
|
"name": "boot_front_capacity",
|
|
32050
|
-
"description": "Storage capacity of front trunk/under the hood (frunk)
|
|
32051
|
-
"args": [
|
|
32092
|
+
"description": "Storage capacity of front trunk/under the hood (frunk).",
|
|
32093
|
+
"args": [
|
|
32094
|
+
{
|
|
32095
|
+
"name": "unit",
|
|
32096
|
+
"description": null,
|
|
32097
|
+
"type": {
|
|
32098
|
+
"kind": "ENUM",
|
|
32099
|
+
"name": "VolumeUnit",
|
|
32100
|
+
"ofType": null
|
|
32101
|
+
},
|
|
32102
|
+
"defaultValue": "liter",
|
|
32103
|
+
"isDeprecated": false,
|
|
32104
|
+
"deprecationReason": null
|
|
32105
|
+
}
|
|
32106
|
+
],
|
|
32052
32107
|
"type": {
|
|
32053
32108
|
"kind": "SCALAR",
|
|
32054
32109
|
"name": "Float",
|
|
@@ -32059,7 +32114,7 @@
|
|
|
32059
32114
|
},
|
|
32060
32115
|
{
|
|
32061
32116
|
"name": "boot_capacity_max",
|
|
32062
|
-
"description": "Maximum luggage capacity
|
|
32117
|
+
"description": "Maximum luggage capacity.",
|
|
32063
32118
|
"args": [
|
|
32064
32119
|
{
|
|
32065
32120
|
"name": "unit",
|
|
@@ -32069,7 +32124,7 @@
|
|
|
32069
32124
|
"name": "VolumeUnit",
|
|
32070
32125
|
"ofType": null
|
|
32071
32126
|
},
|
|
32072
|
-
"defaultValue":
|
|
32127
|
+
"defaultValue": "liter",
|
|
32073
32128
|
"isDeprecated": false,
|
|
32074
32129
|
"deprecationReason": null
|
|
32075
32130
|
}
|
|
@@ -32096,7 +32151,7 @@
|
|
|
32096
32151
|
},
|
|
32097
32152
|
{
|
|
32098
32153
|
"name": "tow_weight_unbraked",
|
|
32099
|
-
"description": "Maximum unbraked towing weight
|
|
32154
|
+
"description": "Maximum unbraked towing weight.",
|
|
32100
32155
|
"args": [
|
|
32101
32156
|
{
|
|
32102
32157
|
"name": "unit",
|
|
@@ -32106,7 +32161,7 @@
|
|
|
32106
32161
|
"name": "WeightUnit",
|
|
32107
32162
|
"ofType": null
|
|
32108
32163
|
},
|
|
32109
|
-
"defaultValue":
|
|
32164
|
+
"defaultValue": "kilogram",
|
|
32110
32165
|
"isDeprecated": false,
|
|
32111
32166
|
"deprecationReason": null
|
|
32112
32167
|
}
|
|
@@ -32121,7 +32176,7 @@
|
|
|
32121
32176
|
},
|
|
32122
32177
|
{
|
|
32123
32178
|
"name": "tow_weight_braked",
|
|
32124
|
-
"description": "Maximum braked towing weight
|
|
32179
|
+
"description": "Maximum braked towing weight.",
|
|
32125
32180
|
"args": [
|
|
32126
32181
|
{
|
|
32127
32182
|
"name": "unit",
|
|
@@ -32131,7 +32186,7 @@
|
|
|
32131
32186
|
"name": "WeightUnit",
|
|
32132
32187
|
"ofType": null
|
|
32133
32188
|
},
|
|
32134
|
-
"defaultValue":
|
|
32189
|
+
"defaultValue": "kilogram",
|
|
32135
32190
|
"isDeprecated": false,
|
|
32136
32191
|
"deprecationReason": null
|
|
32137
32192
|
}
|
|
@@ -32158,7 +32213,7 @@
|
|
|
32158
32213
|
},
|
|
32159
32214
|
{
|
|
32160
32215
|
"name": "tow_weight_vertical_load",
|
|
32161
|
-
"description": "Maximum vertical load / noseweight on tow hitch according to vehicle homologation
|
|
32216
|
+
"description": "Maximum vertical load / noseweight on tow hitch according to vehicle homologation.",
|
|
32162
32217
|
"args": [
|
|
32163
32218
|
{
|
|
32164
32219
|
"name": "unit",
|
|
@@ -32168,7 +32223,7 @@
|
|
|
32168
32223
|
"name": "WeightUnit",
|
|
32169
32224
|
"ofType": null
|
|
32170
32225
|
},
|
|
32171
|
-
"defaultValue":
|
|
32226
|
+
"defaultValue": "kilogram",
|
|
32172
32227
|
"isDeprecated": false,
|
|
32173
32228
|
"deprecationReason": null
|
|
32174
32229
|
}
|
|
@@ -32183,7 +32238,7 @@
|
|
|
32183
32238
|
},
|
|
32184
32239
|
{
|
|
32185
32240
|
"name": "roof_load_max",
|
|
32186
|
-
"description": "Maximum load on roof of the vehicle
|
|
32241
|
+
"description": "Maximum load on roof of the vehicle.",
|
|
32187
32242
|
"args": [
|
|
32188
32243
|
{
|
|
32189
32244
|
"name": "unit",
|
|
@@ -32193,7 +32248,7 @@
|
|
|
32193
32248
|
"name": "WeightUnit",
|
|
32194
32249
|
"ofType": null
|
|
32195
32250
|
},
|
|
32196
|
-
"defaultValue":
|
|
32251
|
+
"defaultValue": "kilogram",
|
|
32197
32252
|
"isDeprecated": false,
|
|
32198
32253
|
"deprecationReason": null
|
|
32199
32254
|
}
|
|
@@ -32260,7 +32315,7 @@
|
|
|
32260
32315
|
},
|
|
32261
32316
|
{
|
|
32262
32317
|
"name": "turning_circle",
|
|
32263
|
-
"description": "Turning circle of the vehicle kerb-to-kerb
|
|
32318
|
+
"description": "Turning circle of the vehicle kerb-to-kerb.",
|
|
32264
32319
|
"args": [
|
|
32265
32320
|
{
|
|
32266
32321
|
"name": "unit",
|
|
@@ -32270,7 +32325,7 @@
|
|
|
32270
32325
|
"name": "TurningCircleUnit",
|
|
32271
32326
|
"ofType": null
|
|
32272
32327
|
},
|
|
32273
|
-
"defaultValue":
|
|
32328
|
+
"defaultValue": "meter",
|
|
32274
32329
|
"isDeprecated": false,
|
|
32275
32330
|
"deprecationReason": null
|
|
32276
32331
|
}
|
|
@@ -32403,8 +32458,21 @@
|
|
|
32403
32458
|
"fields": [
|
|
32404
32459
|
{
|
|
32405
32460
|
"name": "power",
|
|
32406
|
-
"description": "Maximum power OBC can accept to charge a battery (
|
|
32407
|
-
"args": [
|
|
32461
|
+
"description": "Maximum power OBC can accept to charge a battery (alternative OBC).",
|
|
32462
|
+
"args": [
|
|
32463
|
+
{
|
|
32464
|
+
"name": "unit",
|
|
32465
|
+
"description": null,
|
|
32466
|
+
"type": {
|
|
32467
|
+
"kind": "ENUM",
|
|
32468
|
+
"name": "PowerUnit",
|
|
32469
|
+
"ofType": null
|
|
32470
|
+
},
|
|
32471
|
+
"defaultValue": "kilowatt",
|
|
32472
|
+
"isDeprecated": false,
|
|
32473
|
+
"deprecationReason": null
|
|
32474
|
+
}
|
|
32475
|
+
],
|
|
32408
32476
|
"type": {
|
|
32409
32477
|
"kind": "SCALAR",
|
|
32410
32478
|
"name": "Float",
|
|
@@ -32415,7 +32483,7 @@
|
|
|
32415
32483
|
},
|
|
32416
32484
|
{
|
|
32417
32485
|
"name": "phases",
|
|
32418
|
-
"description": "Number of phases the OBC accepts to achieve maximum power (
|
|
32486
|
+
"description": "Number of phases the OBC accepts to achieve maximum power (alternative OBC).",
|
|
32419
32487
|
"args": [],
|
|
32420
32488
|
"type": {
|
|
32421
32489
|
"kind": "SCALAR",
|
|
@@ -32427,7 +32495,7 @@
|
|
|
32427
32495
|
},
|
|
32428
32496
|
{
|
|
32429
32497
|
"name": "phase_amperage",
|
|
32430
|
-
"description": "Maximum current the OBC accepts per phase to achieve maximum power (
|
|
32498
|
+
"description": "Maximum current the OBC accepts per phase to achieve maximum power (alternative OBC).",
|
|
32431
32499
|
"args": [],
|
|
32432
32500
|
"type": {
|
|
32433
32501
|
"kind": "SCALAR",
|
|
@@ -32439,7 +32507,7 @@
|
|
|
32439
32507
|
},
|
|
32440
32508
|
{
|
|
32441
32509
|
"name": "charge_time",
|
|
32442
|
-
"description": "Minutes needed to charge from 0% to 100% (
|
|
32510
|
+
"description": "Minutes needed to charge from 0% to 100% (alternative OBC).",
|
|
32443
32511
|
"args": [],
|
|
32444
32512
|
"type": {
|
|
32445
32513
|
"kind": "SCALAR",
|
|
@@ -32451,7 +32519,7 @@
|
|
|
32451
32519
|
},
|
|
32452
32520
|
{
|
|
32453
32521
|
"name": "charge_speed",
|
|
32454
|
-
"description": "Charging speed when charging at maximum power (
|
|
32522
|
+
"description": "Charging speed when charging at maximum power (alternative OBC).",
|
|
32455
32523
|
"args": [
|
|
32456
32524
|
{
|
|
32457
32525
|
"name": "unit",
|
|
@@ -32461,7 +32529,7 @@
|
|
|
32461
32529
|
"name": "ChargeSpeedUnit",
|
|
32462
32530
|
"ofType": null
|
|
32463
32531
|
},
|
|
32464
|
-
"defaultValue":
|
|
32532
|
+
"defaultValue": "kilometers_per_hour",
|
|
32465
32533
|
"isDeprecated": false,
|
|
32466
32534
|
"deprecationReason": null
|
|
32467
32535
|
}
|
|
@@ -32476,7 +32544,7 @@
|
|
|
32476
32544
|
},
|
|
32477
32545
|
{
|
|
32478
32546
|
"name": "table",
|
|
32479
|
-
"description": "Charging details for the
|
|
32547
|
+
"description": "Charging details for the alternative OBC at several charging points.",
|
|
32480
32548
|
"args": [],
|
|
32481
32549
|
"type": {
|
|
32482
32550
|
"kind": "LIST",
|
|
@@ -32576,7 +32644,20 @@
|
|
|
32576
32644
|
{
|
|
32577
32645
|
"name": "charge_power",
|
|
32578
32646
|
"description": "Power used by standard OBC (before OBC losses).",
|
|
32579
|
-
"args": [
|
|
32647
|
+
"args": [
|
|
32648
|
+
{
|
|
32649
|
+
"name": "unit",
|
|
32650
|
+
"description": null,
|
|
32651
|
+
"type": {
|
|
32652
|
+
"kind": "ENUM",
|
|
32653
|
+
"name": "PowerUnit",
|
|
32654
|
+
"ofType": null
|
|
32655
|
+
},
|
|
32656
|
+
"defaultValue": "kilowatt",
|
|
32657
|
+
"isDeprecated": false,
|
|
32658
|
+
"deprecationReason": null
|
|
32659
|
+
}
|
|
32660
|
+
],
|
|
32580
32661
|
"type": {
|
|
32581
32662
|
"kind": "SCALAR",
|
|
32582
32663
|
"name": "Float",
|
|
@@ -32599,7 +32680,7 @@
|
|
|
32599
32680
|
},
|
|
32600
32681
|
{
|
|
32601
32682
|
"name": "charge_speed",
|
|
32602
|
-
"description": "Charging speed when charging at maximum power (standard OBC with this EVSE)
|
|
32683
|
+
"description": "Charging speed when charging at maximum power (standard OBC with this EVSE).",
|
|
32603
32684
|
"args": [
|
|
32604
32685
|
{
|
|
32605
32686
|
"name": "unit",
|
|
@@ -32609,7 +32690,7 @@
|
|
|
32609
32690
|
"name": "ChargeSpeedUnit",
|
|
32610
32691
|
"ofType": null
|
|
32611
32692
|
},
|
|
32612
|
-
"defaultValue":
|
|
32693
|
+
"defaultValue": "kilometers_per_hour",
|
|
32613
32694
|
"isDeprecated": false,
|
|
32614
32695
|
"deprecationReason": null
|
|
32615
32696
|
}
|
|
@@ -32636,7 +32717,20 @@
|
|
|
32636
32717
|
{
|
|
32637
32718
|
"name": "power",
|
|
32638
32719
|
"description": "Maximum power OBC can accept to charge a battery (standard OBC).",
|
|
32639
|
-
"args": [
|
|
32720
|
+
"args": [
|
|
32721
|
+
{
|
|
32722
|
+
"name": "unit",
|
|
32723
|
+
"description": null,
|
|
32724
|
+
"type": {
|
|
32725
|
+
"kind": "ENUM",
|
|
32726
|
+
"name": "PowerUnit",
|
|
32727
|
+
"ofType": null
|
|
32728
|
+
},
|
|
32729
|
+
"defaultValue": "kilowatt",
|
|
32730
|
+
"isDeprecated": false,
|
|
32731
|
+
"deprecationReason": null
|
|
32732
|
+
}
|
|
32733
|
+
],
|
|
32640
32734
|
"type": {
|
|
32641
32735
|
"kind": "SCALAR",
|
|
32642
32736
|
"name": "Float",
|
|
@@ -32683,7 +32777,7 @@
|
|
|
32683
32777
|
},
|
|
32684
32778
|
{
|
|
32685
32779
|
"name": "charge_speed",
|
|
32686
|
-
"description": "Charging speed when charging at maximum power (standard OBC)
|
|
32780
|
+
"description": "Charging speed when charging at maximum power (standard OBC).",
|
|
32687
32781
|
"args": [
|
|
32688
32782
|
{
|
|
32689
32783
|
"name": "unit",
|
|
@@ -32693,7 +32787,7 @@
|
|
|
32693
32787
|
"name": "ChargeSpeedUnit",
|
|
32694
32788
|
"ofType": null
|
|
32695
32789
|
},
|
|
32696
|
-
"defaultValue":
|
|
32790
|
+
"defaultValue": "kilometers_per_hour",
|
|
32697
32791
|
"isDeprecated": false,
|
|
32698
32792
|
"deprecationReason": null
|
|
32699
32793
|
}
|
|
@@ -32783,7 +32877,20 @@
|
|
|
32783
32877
|
{
|
|
32784
32878
|
"name": "max",
|
|
32785
32879
|
"description": "Maximum value.",
|
|
32786
|
-
"args": [
|
|
32880
|
+
"args": [
|
|
32881
|
+
{
|
|
32882
|
+
"name": "unit",
|
|
32883
|
+
"description": null,
|
|
32884
|
+
"type": {
|
|
32885
|
+
"kind": "ENUM",
|
|
32886
|
+
"name": "PowerUnit",
|
|
32887
|
+
"ofType": null
|
|
32888
|
+
},
|
|
32889
|
+
"defaultValue": "kilowatt",
|
|
32890
|
+
"isDeprecated": false,
|
|
32891
|
+
"deprecationReason": null
|
|
32892
|
+
}
|
|
32893
|
+
],
|
|
32787
32894
|
"type": {
|
|
32788
32895
|
"kind": "SCALAR",
|
|
32789
32896
|
"name": "Float",
|
|
@@ -32795,7 +32902,20 @@
|
|
|
32795
32902
|
{
|
|
32796
32903
|
"name": "average",
|
|
32797
32904
|
"description": "Average value.",
|
|
32798
|
-
"args": [
|
|
32905
|
+
"args": [
|
|
32906
|
+
{
|
|
32907
|
+
"name": "unit",
|
|
32908
|
+
"description": null,
|
|
32909
|
+
"type": {
|
|
32910
|
+
"kind": "ENUM",
|
|
32911
|
+
"name": "PowerUnit",
|
|
32912
|
+
"ofType": null
|
|
32913
|
+
},
|
|
32914
|
+
"defaultValue": "kilowatt",
|
|
32915
|
+
"isDeprecated": false,
|
|
32916
|
+
"deprecationReason": null
|
|
32917
|
+
}
|
|
32918
|
+
],
|
|
32799
32919
|
"type": {
|
|
32800
32920
|
"kind": "SCALAR",
|
|
32801
32921
|
"name": "Float",
|
|
@@ -32853,7 +32973,20 @@
|
|
|
32853
32973
|
{
|
|
32854
32974
|
"name": "power",
|
|
32855
32975
|
"description": "Maximum power OBC can accept to charge a battery (standard OBC).",
|
|
32856
|
-
"args": [
|
|
32976
|
+
"args": [
|
|
32977
|
+
{
|
|
32978
|
+
"name": "unit",
|
|
32979
|
+
"description": null,
|
|
32980
|
+
"type": {
|
|
32981
|
+
"kind": "ENUM",
|
|
32982
|
+
"name": "PowerUnit",
|
|
32983
|
+
"ofType": null
|
|
32984
|
+
},
|
|
32985
|
+
"defaultValue": "kilowatt",
|
|
32986
|
+
"isDeprecated": false,
|
|
32987
|
+
"deprecationReason": null
|
|
32988
|
+
}
|
|
32989
|
+
],
|
|
32857
32990
|
"type": {
|
|
32858
32991
|
"kind": "SCALAR",
|
|
32859
32992
|
"name": "Float",
|
|
@@ -32900,7 +33033,7 @@
|
|
|
32900
33033
|
},
|
|
32901
33034
|
{
|
|
32902
33035
|
"name": "charge_speed",
|
|
32903
|
-
"description": "Charging speed when charging at maximum power (standard OBC)
|
|
33036
|
+
"description": "Charging speed when charging at maximum power (standard OBC).",
|
|
32904
33037
|
"args": [
|
|
32905
33038
|
{
|
|
32906
33039
|
"name": "unit",
|
|
@@ -32910,7 +33043,7 @@
|
|
|
32910
33043
|
"name": "ChargeSpeedUnit",
|
|
32911
33044
|
"ofType": null
|
|
32912
33045
|
},
|
|
32913
|
-
"defaultValue":
|
|
33046
|
+
"defaultValue": "kilometers_per_hour",
|
|
32914
33047
|
"isDeprecated": false,
|
|
32915
33048
|
"deprecationReason": null
|
|
32916
33049
|
}
|
|
@@ -33016,7 +33149,7 @@
|
|
|
33016
33149
|
},
|
|
33017
33150
|
{
|
|
33018
33151
|
"name": "power",
|
|
33019
|
-
"description": "Maximum (combined) power output
|
|
33152
|
+
"description": "Maximum (combined) power output.",
|
|
33020
33153
|
"args": [
|
|
33021
33154
|
{
|
|
33022
33155
|
"name": "unit",
|
|
@@ -33026,7 +33159,7 @@
|
|
|
33026
33159
|
"name": "PowerUnit",
|
|
33027
33160
|
"ofType": null
|
|
33028
33161
|
},
|
|
33029
|
-
"defaultValue":
|
|
33162
|
+
"defaultValue": "kilowatt",
|
|
33030
33163
|
"isDeprecated": false,
|
|
33031
33164
|
"deprecationReason": null
|
|
33032
33165
|
}
|
|
@@ -33053,7 +33186,7 @@
|
|
|
33053
33186
|
},
|
|
33054
33187
|
{
|
|
33055
33188
|
"name": "power_hp",
|
|
33056
|
-
"description": "Maximum (combine) power output
|
|
33189
|
+
"description": "Maximum (combine) power output.",
|
|
33057
33190
|
"args": [
|
|
33058
33191
|
{
|
|
33059
33192
|
"name": "unit",
|
|
@@ -33063,7 +33196,7 @@
|
|
|
33063
33196
|
"name": "PowerUnit",
|
|
33064
33197
|
"ofType": null
|
|
33065
33198
|
},
|
|
33066
|
-
"defaultValue":
|
|
33199
|
+
"defaultValue": "horsepower",
|
|
33067
33200
|
"isDeprecated": false,
|
|
33068
33201
|
"deprecationReason": null
|
|
33069
33202
|
}
|
|
@@ -33078,7 +33211,7 @@
|
|
|
33078
33211
|
},
|
|
33079
33212
|
{
|
|
33080
33213
|
"name": "torque",
|
|
33081
|
-
"description": "Maximum (combine) torque output
|
|
33214
|
+
"description": "Maximum (combine) torque output.",
|
|
33082
33215
|
"args": [
|
|
33083
33216
|
{
|
|
33084
33217
|
"name": "unit",
|
|
@@ -33088,7 +33221,7 @@
|
|
|
33088
33221
|
"name": "TorqueUnit",
|
|
33089
33222
|
"ofType": null
|
|
33090
33223
|
},
|
|
33091
|
-
"defaultValue":
|
|
33224
|
+
"defaultValue": "newton_meter",
|
|
33092
33225
|
"isDeprecated": false,
|
|
33093
33226
|
"deprecationReason": null
|
|
33094
33227
|
}
|
|
@@ -33185,7 +33318,7 @@
|
|
|
33185
33318
|
"fields": [
|
|
33186
33319
|
{
|
|
33187
33320
|
"name": "value",
|
|
33188
|
-
"description": "Rated efficiency in NEDC combined cycle
|
|
33321
|
+
"description": "Rated efficiency in NEDC combined cycle.",
|
|
33189
33322
|
"args": [
|
|
33190
33323
|
{
|
|
33191
33324
|
"name": "unit",
|
|
@@ -33195,7 +33328,7 @@
|
|
|
33195
33328
|
"name": "ConsumptionUnit",
|
|
33196
33329
|
"ofType": null
|
|
33197
33330
|
},
|
|
33198
|
-
"defaultValue":
|
|
33331
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
33199
33332
|
"isDeprecated": false,
|
|
33200
33333
|
"deprecationReason": null
|
|
33201
33334
|
}
|
|
@@ -33210,7 +33343,7 @@
|
|
|
33210
33343
|
},
|
|
33211
33344
|
{
|
|
33212
33345
|
"name": "fuel_equivalent",
|
|
33213
|
-
"description": "Rated efficiency in NEDC combined cycle presented in gas equivalent
|
|
33346
|
+
"description": "Rated efficiency in NEDC combined cycle presented in gas equivalent.",
|
|
33214
33347
|
"args": [
|
|
33215
33348
|
{
|
|
33216
33349
|
"name": "unit",
|
|
@@ -33220,7 +33353,7 @@
|
|
|
33220
33353
|
"name": "FuelConsumptionUnit",
|
|
33221
33354
|
"ofType": null
|
|
33222
33355
|
},
|
|
33223
|
-
"defaultValue":
|
|
33356
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
33224
33357
|
"isDeprecated": false,
|
|
33225
33358
|
"deprecationReason": null
|
|
33226
33359
|
}
|
|
@@ -33235,7 +33368,7 @@
|
|
|
33235
33368
|
},
|
|
33236
33369
|
{
|
|
33237
33370
|
"name": "vehicle",
|
|
33238
|
-
"description": "Rated vehicle efficiency in NEDC combined cycle (based on value)
|
|
33371
|
+
"description": "Rated vehicle efficiency in NEDC combined cycle (based on value).",
|
|
33239
33372
|
"args": [
|
|
33240
33373
|
{
|
|
33241
33374
|
"name": "unit",
|
|
@@ -33245,7 +33378,7 @@
|
|
|
33245
33378
|
"name": "ConsumptionUnit",
|
|
33246
33379
|
"ofType": null
|
|
33247
33380
|
},
|
|
33248
|
-
"defaultValue":
|
|
33381
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
33249
33382
|
"isDeprecated": false,
|
|
33250
33383
|
"deprecationReason": null
|
|
33251
33384
|
}
|
|
@@ -33260,7 +33393,7 @@
|
|
|
33260
33393
|
},
|
|
33261
33394
|
{
|
|
33262
33395
|
"name": "vehicle_fuel_equivalent",
|
|
33263
|
-
"description": "Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent
|
|
33396
|
+
"description": "Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent.",
|
|
33264
33397
|
"args": [
|
|
33265
33398
|
{
|
|
33266
33399
|
"name": "unit",
|
|
@@ -33270,7 +33403,7 @@
|
|
|
33270
33403
|
"name": "FuelConsumptionUnit",
|
|
33271
33404
|
"ofType": null
|
|
33272
33405
|
},
|
|
33273
|
-
"defaultValue":
|
|
33406
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
33274
33407
|
"isDeprecated": false,
|
|
33275
33408
|
"deprecationReason": null
|
|
33276
33409
|
}
|
|
@@ -33285,7 +33418,7 @@
|
|
|
33285
33418
|
},
|
|
33286
33419
|
{
|
|
33287
33420
|
"name": "co2",
|
|
33288
|
-
"description": "Rated CO2 emissions in NEDC combined cycle in battery-only mode (NULL if not NEDC rated)
|
|
33421
|
+
"description": "Rated CO2 emissions in NEDC combined cycle in battery-only mode (NULL if not NEDC rated).",
|
|
33289
33422
|
"args": [
|
|
33290
33423
|
{
|
|
33291
33424
|
"name": "unit",
|
|
@@ -33295,7 +33428,7 @@
|
|
|
33295
33428
|
"name": "EmissionRateUnit",
|
|
33296
33429
|
"ofType": null
|
|
33297
33430
|
},
|
|
33298
|
-
"defaultValue":
|
|
33431
|
+
"defaultValue": "grams_per_kilometer",
|
|
33299
33432
|
"isDeprecated": false,
|
|
33300
33433
|
"deprecationReason": null
|
|
33301
33434
|
}
|
|
@@ -33321,7 +33454,7 @@
|
|
|
33321
33454
|
"fields": [
|
|
33322
33455
|
{
|
|
33323
33456
|
"name": "value",
|
|
33324
|
-
"description": "Vehicle efficiency based on RealRange (usable battery/range)
|
|
33457
|
+
"description": "Vehicle efficiency based on RealRange (usable battery/range).",
|
|
33325
33458
|
"args": [
|
|
33326
33459
|
{
|
|
33327
33460
|
"name": "unit",
|
|
@@ -33331,7 +33464,7 @@
|
|
|
33331
33464
|
"name": "ConsumptionUnit",
|
|
33332
33465
|
"ofType": null
|
|
33333
33466
|
},
|
|
33334
|
-
"defaultValue":
|
|
33467
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
33335
33468
|
"isDeprecated": false,
|
|
33336
33469
|
"deprecationReason": null
|
|
33337
33470
|
}
|
|
@@ -33346,7 +33479,7 @@
|
|
|
33346
33479
|
},
|
|
33347
33480
|
{
|
|
33348
33481
|
"name": "fuel_equivalent",
|
|
33349
|
-
"description": "Vehicle efficiency based on RealRange presented in gas equivalent
|
|
33482
|
+
"description": "Vehicle efficiency based on RealRange presented in gas equivalent.",
|
|
33350
33483
|
"args": [
|
|
33351
33484
|
{
|
|
33352
33485
|
"name": "unit",
|
|
@@ -33356,7 +33489,7 @@
|
|
|
33356
33489
|
"name": "FuelConsumptionUnit",
|
|
33357
33490
|
"ofType": null
|
|
33358
33491
|
},
|
|
33359
|
-
"defaultValue":
|
|
33492
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
33360
33493
|
"isDeprecated": false,
|
|
33361
33494
|
"deprecationReason": null
|
|
33362
33495
|
}
|
|
@@ -33406,7 +33539,7 @@
|
|
|
33406
33539
|
"fields": [
|
|
33407
33540
|
{
|
|
33408
33541
|
"name": "highway",
|
|
33409
|
-
"description": "Estimated value on highway or express roads
|
|
33542
|
+
"description": "Estimated value on highway or express roads.",
|
|
33410
33543
|
"args": [
|
|
33411
33544
|
{
|
|
33412
33545
|
"name": "unit",
|
|
@@ -33416,7 +33549,7 @@
|
|
|
33416
33549
|
"name": "DistanceUnit",
|
|
33417
33550
|
"ofType": null
|
|
33418
33551
|
},
|
|
33419
|
-
"defaultValue":
|
|
33552
|
+
"defaultValue": "kilometer",
|
|
33420
33553
|
"isDeprecated": false,
|
|
33421
33554
|
"deprecationReason": null
|
|
33422
33555
|
}
|
|
@@ -33431,7 +33564,7 @@
|
|
|
33431
33564
|
},
|
|
33432
33565
|
{
|
|
33433
33566
|
"name": "city",
|
|
33434
|
-
"description": "Estimated value on city roads
|
|
33567
|
+
"description": "Estimated value on city roads.",
|
|
33435
33568
|
"args": [
|
|
33436
33569
|
{
|
|
33437
33570
|
"name": "unit",
|
|
@@ -33441,7 +33574,7 @@
|
|
|
33441
33574
|
"name": "DistanceUnit",
|
|
33442
33575
|
"ofType": null
|
|
33443
33576
|
},
|
|
33444
|
-
"defaultValue":
|
|
33577
|
+
"defaultValue": "kilometer",
|
|
33445
33578
|
"isDeprecated": false,
|
|
33446
33579
|
"deprecationReason": null
|
|
33447
33580
|
}
|
|
@@ -33456,7 +33589,7 @@
|
|
|
33456
33589
|
},
|
|
33457
33590
|
{
|
|
33458
33591
|
"name": "combined",
|
|
33459
|
-
"description": "Estimated combined value
|
|
33592
|
+
"description": "Estimated combined value.",
|
|
33460
33593
|
"args": [
|
|
33461
33594
|
{
|
|
33462
33595
|
"name": "unit",
|
|
@@ -33466,7 +33599,7 @@
|
|
|
33466
33599
|
"name": "DistanceUnit",
|
|
33467
33600
|
"ofType": null
|
|
33468
33601
|
},
|
|
33469
|
-
"defaultValue":
|
|
33602
|
+
"defaultValue": "kilometer",
|
|
33470
33603
|
"isDeprecated": false,
|
|
33471
33604
|
"deprecationReason": null
|
|
33472
33605
|
}
|
|
@@ -33492,7 +33625,7 @@
|
|
|
33492
33625
|
"fields": [
|
|
33493
33626
|
{
|
|
33494
33627
|
"name": "value",
|
|
33495
|
-
"description": "Rated efficiency in WLTP combined cycle
|
|
33628
|
+
"description": "Rated efficiency in WLTP combined cycle.",
|
|
33496
33629
|
"args": [
|
|
33497
33630
|
{
|
|
33498
33631
|
"name": "unit",
|
|
@@ -33502,7 +33635,7 @@
|
|
|
33502
33635
|
"name": "ConsumptionUnit",
|
|
33503
33636
|
"ofType": null
|
|
33504
33637
|
},
|
|
33505
|
-
"defaultValue":
|
|
33638
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
33506
33639
|
"isDeprecated": false,
|
|
33507
33640
|
"deprecationReason": null
|
|
33508
33641
|
}
|
|
@@ -33517,7 +33650,7 @@
|
|
|
33517
33650
|
},
|
|
33518
33651
|
{
|
|
33519
33652
|
"name": "fuel_equivalent",
|
|
33520
|
-
"description": "Rated efficiency in WLTP combined cycle presented in gas equivalent
|
|
33653
|
+
"description": "Rated efficiency in WLTP combined cycle presented in gas equivalent.",
|
|
33521
33654
|
"args": [
|
|
33522
33655
|
{
|
|
33523
33656
|
"name": "unit",
|
|
@@ -33527,7 +33660,7 @@
|
|
|
33527
33660
|
"name": "FuelConsumptionUnit",
|
|
33528
33661
|
"ofType": null
|
|
33529
33662
|
},
|
|
33530
|
-
"defaultValue":
|
|
33663
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
33531
33664
|
"isDeprecated": false,
|
|
33532
33665
|
"deprecationReason": null
|
|
33533
33666
|
}
|
|
@@ -33542,7 +33675,7 @@
|
|
|
33542
33675
|
},
|
|
33543
33676
|
{
|
|
33544
33677
|
"name": "vehicle",
|
|
33545
|
-
"description": "Rated vehicle efficiency in WLTP combined cycle (based on value)
|
|
33678
|
+
"description": "Rated vehicle efficiency in WLTP combined cycle (based on value).",
|
|
33546
33679
|
"args": [
|
|
33547
33680
|
{
|
|
33548
33681
|
"name": "unit",
|
|
@@ -33552,7 +33685,7 @@
|
|
|
33552
33685
|
"name": "ConsumptionUnit",
|
|
33553
33686
|
"ofType": null
|
|
33554
33687
|
},
|
|
33555
|
-
"defaultValue":
|
|
33688
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
33556
33689
|
"isDeprecated": false,
|
|
33557
33690
|
"deprecationReason": null
|
|
33558
33691
|
}
|
|
@@ -33567,7 +33700,7 @@
|
|
|
33567
33700
|
},
|
|
33568
33701
|
{
|
|
33569
33702
|
"name": "vehicle_fuel_equivalent",
|
|
33570
|
-
"description": "Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent
|
|
33703
|
+
"description": "Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent.",
|
|
33571
33704
|
"args": [
|
|
33572
33705
|
{
|
|
33573
33706
|
"name": "unit",
|
|
@@ -33577,7 +33710,7 @@
|
|
|
33577
33710
|
"name": "FuelConsumptionUnit",
|
|
33578
33711
|
"ofType": null
|
|
33579
33712
|
},
|
|
33580
|
-
"defaultValue":
|
|
33713
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
33581
33714
|
"isDeprecated": false,
|
|
33582
33715
|
"deprecationReason": null
|
|
33583
33716
|
}
|
|
@@ -33592,7 +33725,7 @@
|
|
|
33592
33725
|
},
|
|
33593
33726
|
{
|
|
33594
33727
|
"name": "co2",
|
|
33595
|
-
"description": "Rated CO2 emissions in WLTP combined cycle in battery-only mode (NULL if not WLTP rated)
|
|
33728
|
+
"description": "Rated CO2 emissions in WLTP combined cycle in battery-only mode (NULL if not WLTP rated).",
|
|
33596
33729
|
"args": [
|
|
33597
33730
|
{
|
|
33598
33731
|
"name": "unit",
|
|
@@ -33602,7 +33735,7 @@
|
|
|
33602
33735
|
"name": "EmissionRateUnit",
|
|
33603
33736
|
"ofType": null
|
|
33604
33737
|
},
|
|
33605
|
-
"defaultValue":
|
|
33738
|
+
"defaultValue": "grams_per_kilometer",
|
|
33606
33739
|
"isDeprecated": false,
|
|
33607
33740
|
"deprecationReason": null
|
|
33608
33741
|
}
|
|
@@ -33638,7 +33771,7 @@
|
|
|
33638
33771
|
"name": "ConsumptionUnit",
|
|
33639
33772
|
"ofType": null
|
|
33640
33773
|
},
|
|
33641
|
-
"defaultValue":
|
|
33774
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
33642
33775
|
"isDeprecated": false,
|
|
33643
33776
|
"deprecationReason": null
|
|
33644
33777
|
}
|
|
@@ -33653,7 +33786,7 @@
|
|
|
33653
33786
|
},
|
|
33654
33787
|
{
|
|
33655
33788
|
"name": "fuel_equivalent",
|
|
33656
|
-
"description": "Rated efficiency in WLTP TEH combined cycle presented in gas equivalent
|
|
33789
|
+
"description": "Rated efficiency in WLTP TEH combined cycle presented in gas equivalent.",
|
|
33657
33790
|
"args": [
|
|
33658
33791
|
{
|
|
33659
33792
|
"name": "unit",
|
|
@@ -33663,7 +33796,7 @@
|
|
|
33663
33796
|
"name": "FuelConsumptionUnit",
|
|
33664
33797
|
"ofType": null
|
|
33665
33798
|
},
|
|
33666
|
-
"defaultValue":
|
|
33799
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
33667
33800
|
"isDeprecated": false,
|
|
33668
33801
|
"deprecationReason": null
|
|
33669
33802
|
}
|
|
@@ -33678,7 +33811,7 @@
|
|
|
33678
33811
|
},
|
|
33679
33812
|
{
|
|
33680
33813
|
"name": "vehicle",
|
|
33681
|
-
"description": "Rated vehicle efficiency in WLTP TEH combined cycle (based on value)
|
|
33814
|
+
"description": "Rated vehicle efficiency in WLTP TEH combined cycle (based on value).",
|
|
33682
33815
|
"args": [
|
|
33683
33816
|
{
|
|
33684
33817
|
"name": "unit",
|
|
@@ -33688,7 +33821,7 @@
|
|
|
33688
33821
|
"name": "ConsumptionUnit",
|
|
33689
33822
|
"ofType": null
|
|
33690
33823
|
},
|
|
33691
|
-
"defaultValue":
|
|
33824
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
33692
33825
|
"isDeprecated": false,
|
|
33693
33826
|
"deprecationReason": null
|
|
33694
33827
|
}
|
|
@@ -33703,7 +33836,7 @@
|
|
|
33703
33836
|
},
|
|
33704
33837
|
{
|
|
33705
33838
|
"name": "vehicle_fuel_equivalent",
|
|
33706
|
-
"description": "Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent
|
|
33839
|
+
"description": "Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent.",
|
|
33707
33840
|
"args": [
|
|
33708
33841
|
{
|
|
33709
33842
|
"name": "unit",
|
|
@@ -33713,7 +33846,7 @@
|
|
|
33713
33846
|
"name": "FuelConsumptionUnit",
|
|
33714
33847
|
"ofType": null
|
|
33715
33848
|
},
|
|
33716
|
-
"defaultValue":
|
|
33849
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
33717
33850
|
"isDeprecated": false,
|
|
33718
33851
|
"deprecationReason": null
|
|
33719
33852
|
}
|
|
@@ -33728,7 +33861,7 @@
|
|
|
33728
33861
|
},
|
|
33729
33862
|
{
|
|
33730
33863
|
"name": "co2",
|
|
33731
|
-
"description": "Rated CO2 emissions in WLTP TEH combined cycle in battery-only mode (NULL if not WLTP TEH rated)
|
|
33864
|
+
"description": "Rated CO2 emissions in WLTP TEH combined cycle in battery-only mode (NULL if not WLTP TEH rated).",
|
|
33732
33865
|
"args": [
|
|
33733
33866
|
{
|
|
33734
33867
|
"name": "unit",
|
|
@@ -33738,7 +33871,7 @@
|
|
|
33738
33871
|
"name": "EmissionRateUnit",
|
|
33739
33872
|
"ofType": null
|
|
33740
33873
|
},
|
|
33741
|
-
"defaultValue":
|
|
33874
|
+
"defaultValue": "grams_per_kilometer",
|
|
33742
33875
|
"isDeprecated": false,
|
|
33743
33876
|
"deprecationReason": null
|
|
33744
33877
|
}
|
|
@@ -33800,7 +33933,7 @@
|
|
|
33800
33933
|
},
|
|
33801
33934
|
{
|
|
33802
33935
|
"name": "charge_speed",
|
|
33803
|
-
"description": "Charging speed during fast charging from 10% to 80% (optimal conditions, fastest charger)
|
|
33936
|
+
"description": "Charging speed during fast charging from 10% to 80% (optimal conditions, fastest charger).",
|
|
33804
33937
|
"args": [
|
|
33805
33938
|
{
|
|
33806
33939
|
"name": "unit",
|
|
@@ -33810,7 +33943,7 @@
|
|
|
33810
33943
|
"name": "ChargeSpeedUnit",
|
|
33811
33944
|
"ofType": null
|
|
33812
33945
|
},
|
|
33813
|
-
"defaultValue":
|
|
33946
|
+
"defaultValue": "kilometers_per_hour",
|
|
33814
33947
|
"isDeprecated": false,
|
|
33815
33948
|
"deprecationReason": null
|
|
33816
33949
|
}
|
|
@@ -33972,7 +34105,7 @@
|
|
|
33972
34105
|
},
|
|
33973
34106
|
{
|
|
33974
34107
|
"name": "charge_speed",
|
|
33975
|
-
"description": "Charging speed during fast charging from 10% to 80% (optimal conditions)
|
|
34108
|
+
"description": "Charging speed during fast charging from 10% to 80% (optimal conditions).",
|
|
33976
34109
|
"args": [
|
|
33977
34110
|
{
|
|
33978
34111
|
"name": "unit",
|
|
@@ -33982,7 +34115,7 @@
|
|
|
33982
34115
|
"name": "ChargeSpeedUnit",
|
|
33983
34116
|
"ofType": null
|
|
33984
34117
|
},
|
|
33985
|
-
"defaultValue":
|
|
34118
|
+
"defaultValue": "kilometers_per_hour",
|
|
33986
34119
|
"isDeprecated": false,
|
|
33987
34120
|
"deprecationReason": null
|
|
33988
34121
|
}
|
|
@@ -34278,7 +34411,7 @@
|
|
|
34278
34411
|
"fields": [
|
|
34279
34412
|
{
|
|
34280
34413
|
"name": "acceleration",
|
|
34281
|
-
"description": "Acceleration 0-100 km/h
|
|
34414
|
+
"description": "Acceleration 0-100 km/h.",
|
|
34282
34415
|
"args": [
|
|
34283
34416
|
{
|
|
34284
34417
|
"name": "unit",
|
|
@@ -34288,7 +34421,7 @@
|
|
|
34288
34421
|
"name": "AccelerationUnit",
|
|
34289
34422
|
"ofType": null
|
|
34290
34423
|
},
|
|
34291
|
-
"defaultValue":
|
|
34424
|
+
"defaultValue": "seconds_to_100_kilometers_per_hour",
|
|
34292
34425
|
"isDeprecated": false,
|
|
34293
34426
|
"deprecationReason": null
|
|
34294
34427
|
}
|
|
@@ -34315,7 +34448,7 @@
|
|
|
34315
34448
|
},
|
|
34316
34449
|
{
|
|
34317
34450
|
"name": "top_speed",
|
|
34318
|
-
"description": "Top speed of the vehicle
|
|
34451
|
+
"description": "Top speed of the vehicle.",
|
|
34319
34452
|
"args": [
|
|
34320
34453
|
{
|
|
34321
34454
|
"name": "unit",
|
|
@@ -34325,7 +34458,7 @@
|
|
|
34325
34458
|
"name": "SpeedUnit",
|
|
34326
34459
|
"ofType": null
|
|
34327
34460
|
},
|
|
34328
|
-
"defaultValue":
|
|
34461
|
+
"defaultValue": "kilometers_per_hour",
|
|
34329
34462
|
"isDeprecated": false,
|
|
34330
34463
|
"deprecationReason": null
|
|
34331
34464
|
}
|
|
@@ -34506,17 +34639,17 @@
|
|
|
34506
34639
|
"fields": [
|
|
34507
34640
|
{
|
|
34508
34641
|
"name": "wltp",
|
|
34509
|
-
"description": "Rated range in WLTP combined cycle (NULL if not WLTP rated)
|
|
34642
|
+
"description": "Rated range in WLTP combined cycle (NULL if not WLTP rated).",
|
|
34510
34643
|
"args": [
|
|
34511
34644
|
{
|
|
34512
34645
|
"name": "unit",
|
|
34513
34646
|
"description": null,
|
|
34514
34647
|
"type": {
|
|
34515
34648
|
"kind": "ENUM",
|
|
34516
|
-
"name": "
|
|
34649
|
+
"name": "DistanceUnit",
|
|
34517
34650
|
"ofType": null
|
|
34518
34651
|
},
|
|
34519
|
-
"defaultValue":
|
|
34652
|
+
"defaultValue": "kilometer",
|
|
34520
34653
|
"isDeprecated": false,
|
|
34521
34654
|
"deprecationReason": null
|
|
34522
34655
|
}
|
|
@@ -34544,10 +34677,23 @@
|
|
|
34544
34677
|
{
|
|
34545
34678
|
"name": "wltp_teh",
|
|
34546
34679
|
"description": "Rated range in WLTP (TEH/least efficient trim) combined cycle (NULL if not WLTP rated).",
|
|
34547
|
-
"args": [
|
|
34680
|
+
"args": [
|
|
34681
|
+
{
|
|
34682
|
+
"name": "unit",
|
|
34683
|
+
"description": null,
|
|
34684
|
+
"type": {
|
|
34685
|
+
"kind": "ENUM",
|
|
34686
|
+
"name": "DistanceUnit",
|
|
34687
|
+
"ofType": null
|
|
34688
|
+
},
|
|
34689
|
+
"defaultValue": "kilometer",
|
|
34690
|
+
"isDeprecated": false,
|
|
34691
|
+
"deprecationReason": null
|
|
34692
|
+
}
|
|
34693
|
+
],
|
|
34548
34694
|
"type": {
|
|
34549
34695
|
"kind": "SCALAR",
|
|
34550
|
-
"name": "
|
|
34696
|
+
"name": "Float",
|
|
34551
34697
|
"ofType": null
|
|
34552
34698
|
},
|
|
34553
34699
|
"isDeprecated": false,
|
|
@@ -34555,17 +34701,17 @@
|
|
|
34555
34701
|
},
|
|
34556
34702
|
{
|
|
34557
34703
|
"name": "nedc",
|
|
34558
|
-
"description": "Rated range in NEDC combined cycle (NULL if not NEDC rated)
|
|
34704
|
+
"description": "Rated range in NEDC combined cycle (NULL if not NEDC rated).",
|
|
34559
34705
|
"args": [
|
|
34560
34706
|
{
|
|
34561
34707
|
"name": "unit",
|
|
34562
34708
|
"description": null,
|
|
34563
34709
|
"type": {
|
|
34564
34710
|
"kind": "ENUM",
|
|
34565
|
-
"name": "
|
|
34711
|
+
"name": "DistanceUnit",
|
|
34566
34712
|
"ofType": null
|
|
34567
34713
|
},
|
|
34568
|
-
"defaultValue":
|
|
34714
|
+
"defaultValue": "kilometer",
|
|
34569
34715
|
"isDeprecated": false,
|
|
34570
34716
|
"deprecationReason": null
|
|
34571
34717
|
}
|
|
@@ -34592,17 +34738,17 @@
|
|
|
34592
34738
|
},
|
|
34593
34739
|
{
|
|
34594
34740
|
"name": "provider",
|
|
34595
|
-
"description": "Index range
|
|
34741
|
+
"description": "Index range.",
|
|
34596
34742
|
"args": [
|
|
34597
34743
|
{
|
|
34598
34744
|
"name": "unit",
|
|
34599
34745
|
"description": null,
|
|
34600
34746
|
"type": {
|
|
34601
34747
|
"kind": "ENUM",
|
|
34602
|
-
"name": "
|
|
34748
|
+
"name": "DistanceUnit",
|
|
34603
34749
|
"ofType": null
|
|
34604
34750
|
},
|
|
34605
|
-
"defaultValue":
|
|
34751
|
+
"defaultValue": "kilometer",
|
|
34606
34752
|
"isDeprecated": false,
|
|
34607
34753
|
"deprecationReason": null
|
|
34608
34754
|
}
|
|
@@ -34661,7 +34807,7 @@
|
|
|
34661
34807
|
},
|
|
34662
34808
|
{
|
|
34663
34809
|
"name": "chargetrip_range",
|
|
34664
|
-
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all
|
|
34810
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
34665
34811
|
"args": [],
|
|
34666
34812
|
"type": {
|
|
34667
34813
|
"kind": "NON_NULL",
|
|
@@ -34688,7 +34834,7 @@
|
|
|
34688
34834
|
"fields": [
|
|
34689
34835
|
{
|
|
34690
34836
|
"name": "highway",
|
|
34691
|
-
"description": "Estimated value on highway or express roads
|
|
34837
|
+
"description": "Estimated value on highway or express roads.",
|
|
34692
34838
|
"args": [
|
|
34693
34839
|
{
|
|
34694
34840
|
"name": "unit",
|
|
@@ -34698,7 +34844,7 @@
|
|
|
34698
34844
|
"name": "DistanceUnit",
|
|
34699
34845
|
"ofType": null
|
|
34700
34846
|
},
|
|
34701
|
-
"defaultValue":
|
|
34847
|
+
"defaultValue": "kilometer",
|
|
34702
34848
|
"isDeprecated": false,
|
|
34703
34849
|
"deprecationReason": null
|
|
34704
34850
|
}
|
|
@@ -34717,7 +34863,7 @@
|
|
|
34717
34863
|
},
|
|
34718
34864
|
{
|
|
34719
34865
|
"name": "city",
|
|
34720
|
-
"description": "Estimated value on city roads
|
|
34866
|
+
"description": "Estimated value on city roads.",
|
|
34721
34867
|
"args": [
|
|
34722
34868
|
{
|
|
34723
34869
|
"name": "unit",
|
|
@@ -34727,7 +34873,7 @@
|
|
|
34727
34873
|
"name": "DistanceUnit",
|
|
34728
34874
|
"ofType": null
|
|
34729
34875
|
},
|
|
34730
|
-
"defaultValue":
|
|
34876
|
+
"defaultValue": "kilometer",
|
|
34731
34877
|
"isDeprecated": false,
|
|
34732
34878
|
"deprecationReason": null
|
|
34733
34879
|
}
|
|
@@ -34746,7 +34892,7 @@
|
|
|
34746
34892
|
},
|
|
34747
34893
|
{
|
|
34748
34894
|
"name": "combined",
|
|
34749
|
-
"description": "Estimated combined value
|
|
34895
|
+
"description": "Estimated combined value.",
|
|
34750
34896
|
"args": [
|
|
34751
34897
|
{
|
|
34752
34898
|
"name": "unit",
|
|
@@ -34756,7 +34902,7 @@
|
|
|
34756
34902
|
"name": "DistanceUnit",
|
|
34757
34903
|
"ofType": null
|
|
34758
34904
|
},
|
|
34759
|
-
"defaultValue":
|
|
34905
|
+
"defaultValue": "kilometer",
|
|
34760
34906
|
"isDeprecated": false,
|
|
34761
34907
|
"deprecationReason": null
|
|
34762
34908
|
}
|
|
@@ -34818,7 +34964,7 @@
|
|
|
34818
34964
|
},
|
|
34819
34965
|
{
|
|
34820
34966
|
"name": "tire_pressure",
|
|
34821
|
-
"description": "Tire pressure recommended by manufacturer
|
|
34967
|
+
"description": "Tire pressure recommended by manufacturer.",
|
|
34822
34968
|
"args": [
|
|
34823
34969
|
{
|
|
34824
34970
|
"name": "unit",
|
|
@@ -34828,7 +34974,7 @@
|
|
|
34828
34974
|
"name": "PressureUnit",
|
|
34829
34975
|
"ofType": null
|
|
34830
34976
|
},
|
|
34831
|
-
"defaultValue":
|
|
34977
|
+
"defaultValue": "bar",
|
|
34832
34978
|
"isDeprecated": false,
|
|
34833
34979
|
"deprecationReason": null
|
|
34834
34980
|
}
|
|
@@ -34859,7 +35005,7 @@
|
|
|
34859
35005
|
},
|
|
34860
35006
|
{
|
|
34861
35007
|
"name": "fuel_consumption",
|
|
34862
|
-
"description": "Amount of
|
|
35008
|
+
"description": "Amount of gasoline that an equivalent gasoline vehicle would consume.",
|
|
34863
35009
|
"args": [
|
|
34864
35010
|
{
|
|
34865
35011
|
"name": "unit",
|
|
@@ -34869,7 +35015,7 @@
|
|
|
34869
35015
|
"name": "FuelConsumptionUnit",
|
|
34870
35016
|
"ofType": null
|
|
34871
35017
|
},
|
|
34872
|
-
"defaultValue":
|
|
35018
|
+
"defaultValue": "liters_per_100_kilometers",
|
|
34873
35019
|
"isDeprecated": false,
|
|
34874
35020
|
"deprecationReason": null
|
|
34875
35021
|
}
|
|
@@ -34896,7 +35042,20 @@
|
|
|
34896
35042
|
{
|
|
34897
35043
|
"name": "auxiliary",
|
|
34898
35044
|
"description": "The amount of energy, in kWh, used by the auxiliary systems of the vehicle in a hour, like media box, etc",
|
|
34899
|
-
"args": [
|
|
35045
|
+
"args": [
|
|
35046
|
+
{
|
|
35047
|
+
"name": "unit",
|
|
35048
|
+
"description": null,
|
|
35049
|
+
"type": {
|
|
35050
|
+
"kind": "ENUM",
|
|
35051
|
+
"name": "AuxiliaryConsumptionUnit",
|
|
35052
|
+
"ofType": null
|
|
35053
|
+
},
|
|
35054
|
+
"defaultValue": null,
|
|
35055
|
+
"isDeprecated": false,
|
|
35056
|
+
"deprecationReason": null
|
|
35057
|
+
}
|
|
35058
|
+
],
|
|
34900
35059
|
"type": {
|
|
34901
35060
|
"kind": "SCALAR",
|
|
34902
35061
|
"name": "Float",
|
|
@@ -34955,7 +35114,20 @@
|
|
|
34955
35114
|
{
|
|
34956
35115
|
"name": "best",
|
|
34957
35116
|
"description": "Best (lowest) consumption in summer.",
|
|
34958
|
-
"args": [
|
|
35117
|
+
"args": [
|
|
35118
|
+
{
|
|
35119
|
+
"name": "unit",
|
|
35120
|
+
"description": null,
|
|
35121
|
+
"type": {
|
|
35122
|
+
"kind": "ENUM",
|
|
35123
|
+
"name": "ConsumptionUnit",
|
|
35124
|
+
"ofType": null
|
|
35125
|
+
},
|
|
35126
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
35127
|
+
"isDeprecated": false,
|
|
35128
|
+
"deprecationReason": null
|
|
35129
|
+
}
|
|
35130
|
+
],
|
|
34959
35131
|
"type": {
|
|
34960
35132
|
"kind": "SCALAR",
|
|
34961
35133
|
"name": "Float",
|
|
@@ -34967,7 +35139,20 @@
|
|
|
34967
35139
|
{
|
|
34968
35140
|
"name": "worst",
|
|
34969
35141
|
"description": "Best (lowest) consumption in winter.",
|
|
34970
|
-
"args": [
|
|
35142
|
+
"args": [
|
|
35143
|
+
{
|
|
35144
|
+
"name": "unit",
|
|
35145
|
+
"description": null,
|
|
35146
|
+
"type": {
|
|
35147
|
+
"kind": "ENUM",
|
|
35148
|
+
"name": "ConsumptionUnit",
|
|
35149
|
+
"ofType": null
|
|
35150
|
+
},
|
|
35151
|
+
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
35152
|
+
"isDeprecated": false,
|
|
35153
|
+
"deprecationReason": null
|
|
35154
|
+
}
|
|
35155
|
+
],
|
|
34971
35156
|
"type": {
|
|
34972
35157
|
"kind": "SCALAR",
|
|
34973
35158
|
"name": "Float",
|
|
@@ -35212,7 +35397,7 @@
|
|
|
35212
35397
|
"fields": [
|
|
35213
35398
|
{
|
|
35214
35399
|
"name": "provider",
|
|
35215
|
-
"description": "Index range
|
|
35400
|
+
"description": "Index range.",
|
|
35216
35401
|
"args": [
|
|
35217
35402
|
{
|
|
35218
35403
|
"name": "unit",
|
|
@@ -35222,7 +35407,7 @@
|
|
|
35222
35407
|
"name": "DistanceUnit",
|
|
35223
35408
|
"ofType": null
|
|
35224
35409
|
},
|
|
35225
|
-
"defaultValue":
|
|
35410
|
+
"defaultValue": "kilometer",
|
|
35226
35411
|
"isDeprecated": false,
|
|
35227
35412
|
"deprecationReason": null
|
|
35228
35413
|
}
|
|
@@ -35281,7 +35466,7 @@
|
|
|
35281
35466
|
},
|
|
35282
35467
|
{
|
|
35283
35468
|
"name": "chargetrip_range",
|
|
35284
|
-
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all
|
|
35469
|
+
"description": "Chargetrip's custom real-world range provides a carefully calculated display range for all-electric vehicle models.\nChargetrip range is based on the theoretical distance driven using only the electric engine.\nVehicles that do not have a full electric drivetrain type (all except Battery Electric Vehicles / BEV) therefore return relatively small ranges.\nMore information on the CT range can be found at https://chargetrip.com/blog/what-is-ct-real-range",
|
|
35285
35470
|
"args": [],
|
|
35286
35471
|
"type": {
|
|
35287
35472
|
"kind": "NON_NULL",
|
|
@@ -35308,7 +35493,7 @@
|
|
|
35308
35493
|
"fields": [
|
|
35309
35494
|
{
|
|
35310
35495
|
"name": "highway",
|
|
35311
|
-
"description": "Estimated value on the highway or express roads
|
|
35496
|
+
"description": "Estimated value on the highway or express roads.",
|
|
35312
35497
|
"args": [
|
|
35313
35498
|
{
|
|
35314
35499
|
"name": "unit",
|
|
@@ -35318,7 +35503,7 @@
|
|
|
35318
35503
|
"name": "DistanceUnit",
|
|
35319
35504
|
"ofType": null
|
|
35320
35505
|
},
|
|
35321
|
-
"defaultValue":
|
|
35506
|
+
"defaultValue": "kilometer",
|
|
35322
35507
|
"isDeprecated": false,
|
|
35323
35508
|
"deprecationReason": null
|
|
35324
35509
|
}
|
|
@@ -35337,7 +35522,7 @@
|
|
|
35337
35522
|
},
|
|
35338
35523
|
{
|
|
35339
35524
|
"name": "city",
|
|
35340
|
-
"description": "Estimated value on the cities road
|
|
35525
|
+
"description": "Estimated value on the cities road.",
|
|
35341
35526
|
"args": [
|
|
35342
35527
|
{
|
|
35343
35528
|
"name": "unit",
|
|
@@ -35347,7 +35532,7 @@
|
|
|
35347
35532
|
"name": "DistanceUnit",
|
|
35348
35533
|
"ofType": null
|
|
35349
35534
|
},
|
|
35350
|
-
"defaultValue":
|
|
35535
|
+
"defaultValue": "kilometer",
|
|
35351
35536
|
"isDeprecated": false,
|
|
35352
35537
|
"deprecationReason": null
|
|
35353
35538
|
}
|
|
@@ -35366,7 +35551,7 @@
|
|
|
35366
35551
|
},
|
|
35367
35552
|
{
|
|
35368
35553
|
"name": "combined",
|
|
35369
|
-
"description": "Estimated combined value
|
|
35554
|
+
"description": "Estimated combined value.",
|
|
35370
35555
|
"args": [
|
|
35371
35556
|
{
|
|
35372
35557
|
"name": "unit",
|
|
@@ -35376,7 +35561,7 @@
|
|
|
35376
35561
|
"name": "DistanceUnit",
|
|
35377
35562
|
"ofType": null
|
|
35378
35563
|
},
|
|
35379
|
-
"defaultValue":
|
|
35564
|
+
"defaultValue": "kilometer",
|
|
35380
35565
|
"isDeprecated": false,
|
|
35381
35566
|
"deprecationReason": null
|
|
35382
35567
|
}
|
|
@@ -36769,6 +36954,26 @@
|
|
|
36769
36954
|
}
|
|
36770
36955
|
],
|
|
36771
36956
|
"directives": [
|
|
36957
|
+
{
|
|
36958
|
+
"name": "chargeSpeedConvert",
|
|
36959
|
+
"description": "Converting the value of a charge speed input to a single unit.",
|
|
36960
|
+
"isRepeatable": false,
|
|
36961
|
+
"locations": ["FIELD_DEFINITION"],
|
|
36962
|
+
"args": [
|
|
36963
|
+
{
|
|
36964
|
+
"name": "unitParameterName",
|
|
36965
|
+
"description": null,
|
|
36966
|
+
"type": {
|
|
36967
|
+
"kind": "SCALAR",
|
|
36968
|
+
"name": "String",
|
|
36969
|
+
"ofType": null
|
|
36970
|
+
},
|
|
36971
|
+
"defaultValue": null,
|
|
36972
|
+
"isDeprecated": false,
|
|
36973
|
+
"deprecationReason": null
|
|
36974
|
+
}
|
|
36975
|
+
]
|
|
36976
|
+
},
|
|
36772
36977
|
{
|
|
36773
36978
|
"name": "ocpi",
|
|
36774
36979
|
"description": "Indicates that a property is OCPI-compliant.",
|
|
@@ -36864,9 +37069,29 @@
|
|
|
36864
37069
|
}
|
|
36865
37070
|
]
|
|
36866
37071
|
},
|
|
37072
|
+
{
|
|
37073
|
+
"name": "stateOfChargeConvert",
|
|
37074
|
+
"description": "Converting the value of a state of charge input to a single unit.",
|
|
37075
|
+
"isRepeatable": false,
|
|
37076
|
+
"locations": ["FIELD_DEFINITION"],
|
|
37077
|
+
"args": [
|
|
37078
|
+
{
|
|
37079
|
+
"name": "unitParameterName",
|
|
37080
|
+
"description": null,
|
|
37081
|
+
"type": {
|
|
37082
|
+
"kind": "SCALAR",
|
|
37083
|
+
"name": "String",
|
|
37084
|
+
"ofType": null
|
|
37085
|
+
},
|
|
37086
|
+
"defaultValue": null,
|
|
37087
|
+
"isDeprecated": false,
|
|
37088
|
+
"deprecationReason": null
|
|
37089
|
+
}
|
|
37090
|
+
]
|
|
37091
|
+
},
|
|
36867
37092
|
{
|
|
36868
37093
|
"name": "subFieldUnitConvert",
|
|
36869
|
-
"description":
|
|
37094
|
+
"description": "Converts the value of a member with nested fields to another unit type.",
|
|
36870
37095
|
"isRepeatable": false,
|
|
36871
37096
|
"locations": ["FIELD_DEFINITION"],
|
|
36872
37097
|
"args": [
|
|
@@ -36905,12 +37130,24 @@
|
|
|
36905
37130
|
"defaultValue": null,
|
|
36906
37131
|
"isDeprecated": false,
|
|
36907
37132
|
"deprecationReason": null
|
|
37133
|
+
},
|
|
37134
|
+
{
|
|
37135
|
+
"name": "round",
|
|
37136
|
+
"description": null,
|
|
37137
|
+
"type": {
|
|
37138
|
+
"kind": "SCALAR",
|
|
37139
|
+
"name": "Boolean",
|
|
37140
|
+
"ofType": null
|
|
37141
|
+
},
|
|
37142
|
+
"defaultValue": "false",
|
|
37143
|
+
"isDeprecated": false,
|
|
37144
|
+
"deprecationReason": null
|
|
36908
37145
|
}
|
|
36909
37146
|
]
|
|
36910
37147
|
},
|
|
36911
37148
|
{
|
|
36912
37149
|
"name": "unitConvert",
|
|
36913
|
-
"description":
|
|
37150
|
+
"description": "Converts the value of a field to another unit type.",
|
|
36914
37151
|
"isRepeatable": false,
|
|
36915
37152
|
"locations": ["FIELD_DEFINITION"],
|
|
36916
37153
|
"args": [
|
|
@@ -36937,6 +37174,18 @@
|
|
|
36937
37174
|
"defaultValue": null,
|
|
36938
37175
|
"isDeprecated": false,
|
|
36939
37176
|
"deprecationReason": null
|
|
37177
|
+
},
|
|
37178
|
+
{
|
|
37179
|
+
"name": "round",
|
|
37180
|
+
"description": null,
|
|
37181
|
+
"type": {
|
|
37182
|
+
"kind": "SCALAR",
|
|
37183
|
+
"name": "Boolean",
|
|
37184
|
+
"ofType": null
|
|
37185
|
+
},
|
|
37186
|
+
"defaultValue": "false",
|
|
37187
|
+
"isDeprecated": false,
|
|
37188
|
+
"deprecationReason": null
|
|
36940
37189
|
}
|
|
36941
37190
|
]
|
|
36942
37191
|
},
|