@chargetrip/types 1.35.1 → 1.37.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.
@@ -62,6 +62,16 @@
62
62
  ],
63
63
  "possibleTypes": null
64
64
  },
65
+ {
66
+ "kind": "SCALAR",
67
+ "name": "Acknowledgement",
68
+ "description": "Returns 'OK'",
69
+ "fields": null,
70
+ "inputFields": null,
71
+ "interfaces": null,
72
+ "enumValues": null,
73
+ "possibleTypes": null
74
+ },
65
75
  {
66
76
  "kind": "OBJECT",
67
77
  "name": "Address",
@@ -1987,6 +1997,12 @@
1987
1997
  "description": "Thumbnail of a full-sized brand logo at 56x24 px",
1988
1998
  "isDeprecated": false,
1989
1999
  "deprecationReason": null
2000
+ },
2001
+ {
2002
+ "name": "placeholder",
2003
+ "description": "Placeholder image at 1536x864 px",
2004
+ "isDeprecated": false,
2005
+ "deprecationReason": null
1990
2006
  }
1991
2007
  ],
1992
2008
  "possibleTypes": null
@@ -6490,7 +6506,7 @@
6490
6506
  "name": null,
6491
6507
  "ofType": {
6492
6508
  "kind": "ENUM",
6493
- "name": "BatteryInputType",
6509
+ "name": "StateOfChargeUnit",
6494
6510
  "ofType": null
6495
6511
  }
6496
6512
  },
@@ -6695,7 +6711,7 @@
6695
6711
  {
6696
6712
  "kind": "OBJECT",
6697
6713
  "name": "ChargetripRange",
6698
- "description": "Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data",
6714
+ "description": "Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\nCT 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",
6699
6715
  "fields": [
6700
6716
  {
6701
6717
  "name": "worst",
@@ -6842,22 +6858,18 @@
6842
6858
  "fields": [
6843
6859
  {
6844
6860
  "name": "providers",
6845
- "description": "List of connectivity providers to which a vehicle can connect",
6861
+ "description": "List of connectivity providers to which the vehicle can connect. This field returns null for free users. Please contact customer success for more information.",
6846
6862
  "args": [],
6847
6863
  "type": {
6848
- "kind": "NON_NULL",
6864
+ "kind": "LIST",
6849
6865
  "name": null,
6850
6866
  "ofType": {
6851
- "kind": "LIST",
6867
+ "kind": "NON_NULL",
6852
6868
  "name": null,
6853
6869
  "ofType": {
6854
- "kind": "NON_NULL",
6855
- "name": null,
6856
- "ofType": {
6857
- "kind": "ENUM",
6858
- "name": "ConnectProvider",
6859
- "ofType": null
6860
- }
6870
+ "kind": "ENUM",
6871
+ "name": "ConnectProvider",
6872
+ "ofType": null
6861
6873
  }
6862
6874
  }
6863
6875
  },
@@ -7907,20 +7919,20 @@
7907
7919
  "interfaces": null,
7908
7920
  "enumValues": [
7909
7921
  {
7910
- "name": "kilometer",
7911
- "description": "Return the consumption in kilometers",
7922
+ "name": "kilowatt_hours_per_100_kilometers",
7923
+ "description": "Return the consumption in kilowatt hours per 100 kilometers",
7912
7924
  "isDeprecated": false,
7913
7925
  "deprecationReason": null
7914
7926
  },
7915
7927
  {
7916
- "name": "kilowatt_hour",
7917
- "description": "Return the consumption in kilowatt hours",
7928
+ "name": "watt_hours_per_kilometer",
7929
+ "description": "Return the consumption in watt hours per kilometer",
7918
7930
  "isDeprecated": false,
7919
7931
  "deprecationReason": null
7920
7932
  },
7921
7933
  {
7922
- "name": "kilowatt_hours_per_100_kilometers",
7923
- "description": "Return the consumption in kilowatt hours per 100 kilometers",
7934
+ "name": "kilometers_per_kilowatt_hour",
7935
+ "description": "Return the consumption in kilometers per kilowatt hour",
7924
7936
  "isDeprecated": false,
7925
7937
  "deprecationReason": null
7926
7938
  },
@@ -7930,12 +7942,6 @@
7930
7942
  "isDeprecated": false,
7931
7943
  "deprecationReason": null
7932
7944
  },
7933
- {
7934
- "name": "watt_hours_per_kilometer",
7935
- "description": "Return the consumption in watt hours per kilometer",
7936
- "isDeprecated": false,
7937
- "deprecationReason": null
7938
- },
7939
7945
  {
7940
7946
  "name": "watt_hours_per_mile",
7941
7947
  "description": "Return the consumption in watt hours per mile",
@@ -7947,12 +7953,6 @@
7947
7953
  "description": "Return the consumption in miles per kilowatt hour",
7948
7954
  "isDeprecated": false,
7949
7955
  "deprecationReason": null
7950
- },
7951
- {
7952
- "name": "kilometers_per_kilowatt_hour",
7953
- "description": "Return the consumption in kilometers per kilowatt hour",
7954
- "isDeprecated": false,
7955
- "deprecationReason": null
7956
7956
  }
7957
7957
  ],
7958
7958
  "possibleTypes": null
@@ -9696,6 +9696,12 @@
9696
9696
  "description": "Return the currency in USD",
9697
9697
  "isDeprecated": false,
9698
9698
  "deprecationReason": null
9699
+ },
9700
+ {
9701
+ "name": "GBP",
9702
+ "description": "Return the currency in GBP",
9703
+ "isDeprecated": false,
9704
+ "deprecationReason": null
9699
9705
  }
9700
9706
  ],
9701
9707
  "possibleTypes": null
@@ -10034,6 +10040,16 @@
10034
10040
  ],
10035
10041
  "possibleTypes": null
10036
10042
  },
10043
+ {
10044
+ "kind": "SCALAR",
10045
+ "name": "Email",
10046
+ "description": "Email address scalar, email regex with HTML sanitization",
10047
+ "fields": null,
10048
+ "inputFields": null,
10049
+ "interfaces": null,
10050
+ "enumValues": null,
10051
+ "possibleTypes": null
10052
+ },
10037
10053
  {
10038
10054
  "kind": "ENUM",
10039
10055
  "name": "EmissionRateUnit",
@@ -11392,7 +11408,7 @@
11392
11408
  ],
11393
11409
  "type": {
11394
11410
  "kind": "SCALAR",
11395
- "name": "Void",
11411
+ "name": "Acknowledgement",
11396
11412
  "ofType": null
11397
11413
  },
11398
11414
  "isDeprecated": false,
@@ -11421,7 +11437,7 @@
11421
11437
  ],
11422
11438
  "type": {
11423
11439
  "kind": "SCALAR",
11424
- "name": "Void",
11440
+ "name": "Acknowledgement",
11425
11441
  "ofType": null
11426
11442
  },
11427
11443
  "isDeprecated": false,
@@ -11450,7 +11466,7 @@
11450
11466
  ],
11451
11467
  "type": {
11452
11468
  "kind": "SCALAR",
11453
- "name": "Void",
11469
+ "name": "Acknowledgement",
11454
11470
  "ofType": null
11455
11471
  },
11456
11472
  "isDeprecated": false,
@@ -11579,9 +11595,13 @@
11579
11595
  "description": "The current route used for navigation",
11580
11596
  "args": [],
11581
11597
  "type": {
11582
- "kind": "SCALAR",
11583
- "name": "ID",
11584
- "ofType": null
11598
+ "kind": "NON_NULL",
11599
+ "name": null,
11600
+ "ofType": {
11601
+ "kind": "SCALAR",
11602
+ "name": "ID",
11603
+ "ofType": null
11604
+ }
11585
11605
  },
11586
11606
  "isDeprecated": false,
11587
11607
  "deprecationReason": null
@@ -11591,9 +11611,13 @@
11591
11611
  "description": "The current route alternative used for navigation",
11592
11612
  "args": [],
11593
11613
  "type": {
11594
- "kind": "SCALAR",
11595
- "name": "ID",
11596
- "ofType": null
11614
+ "kind": "NON_NULL",
11615
+ "name": null,
11616
+ "ofType": {
11617
+ "kind": "SCALAR",
11618
+ "name": "ID",
11619
+ "ofType": null
11620
+ }
11597
11621
  },
11598
11622
  "isDeprecated": false,
11599
11623
  "deprecationReason": null
@@ -11603,9 +11627,13 @@
11603
11627
  "description": "The state of a navigation session. The status can be driving, charging, finished, or error",
11604
11628
  "args": [],
11605
11629
  "type": {
11606
- "kind": "ENUM",
11607
- "name": "NavigationState",
11608
- "ofType": null
11630
+ "kind": "NON_NULL",
11631
+ "name": null,
11632
+ "ofType": {
11633
+ "kind": "ENUM",
11634
+ "name": "NavigationState",
11635
+ "ofType": null
11636
+ }
11609
11637
  },
11610
11638
  "isDeprecated": false,
11611
11639
  "deprecationReason": null
@@ -11613,11 +11641,28 @@
11613
11641
  {
11614
11642
  "name": "state_of_charge",
11615
11643
  "description": "State of charge at the last known location",
11616
- "args": [],
11644
+ "args": [
11645
+ {
11646
+ "name": "unit",
11647
+ "description": null,
11648
+ "type": {
11649
+ "kind": "ENUM",
11650
+ "name": "StateOfChargeUnit",
11651
+ "ofType": null
11652
+ },
11653
+ "defaultValue": "kilowatt_hour",
11654
+ "isDeprecated": false,
11655
+ "deprecationReason": null
11656
+ }
11657
+ ],
11617
11658
  "type": {
11618
- "kind": "SCALAR",
11619
- "name": "Float",
11620
- "ofType": null
11659
+ "kind": "NON_NULL",
11660
+ "name": null,
11661
+ "ofType": {
11662
+ "kind": "SCALAR",
11663
+ "name": "Float",
11664
+ "ofType": null
11665
+ }
11621
11666
  },
11622
11667
  "isDeprecated": false,
11623
11668
  "deprecationReason": null
@@ -11627,9 +11672,13 @@
11627
11672
  "description": "Last known location",
11628
11673
  "args": [],
11629
11674
  "type": {
11630
- "kind": "OBJECT",
11631
- "name": "Point",
11632
- "ofType": null
11675
+ "kind": "NON_NULL",
11676
+ "name": null,
11677
+ "ofType": {
11678
+ "kind": "OBJECT",
11679
+ "name": "Point",
11680
+ "ofType": null
11681
+ }
11633
11682
  },
11634
11683
  "isDeprecated": false,
11635
11684
  "deprecationReason": null
@@ -11651,12 +11700,20 @@
11651
11700
  "description": "A set of alternative charging stations to next station",
11652
11701
  "args": [],
11653
11702
  "type": {
11654
- "kind": "LIST",
11703
+ "kind": "NON_NULL",
11655
11704
  "name": null,
11656
11705
  "ofType": {
11657
- "kind": "OBJECT",
11658
- "name": "NavigationStation",
11659
- "ofType": null
11706
+ "kind": "LIST",
11707
+ "name": null,
11708
+ "ofType": {
11709
+ "kind": "NON_NULL",
11710
+ "name": null,
11711
+ "ofType": {
11712
+ "kind": "OBJECT",
11713
+ "name": "NavigationStation",
11714
+ "ofType": null
11715
+ }
11716
+ }
11660
11717
  }
11661
11718
  },
11662
11719
  "isDeprecated": false,
@@ -11665,48 +11722,7 @@
11665
11722
  {
11666
11723
  "name": "instructions",
11667
11724
  "description": "Navigation instructions",
11668
- "args": [
11669
- {
11670
- "name": "instructions_format",
11671
- "description": "Turn by turn instructions format for a route",
11672
- "type": {
11673
- "kind": "NON_NULL",
11674
- "name": null,
11675
- "ofType": {
11676
- "kind": "ENUM",
11677
- "name": "InstructionsFormat",
11678
- "ofType": null
11679
- }
11680
- },
11681
- "defaultValue": null,
11682
- "isDeprecated": false,
11683
- "deprecationReason": null
11684
- },
11685
- {
11686
- "name": "language",
11687
- "description": "Preferred navigation instructions language. Default: en",
11688
- "type": {
11689
- "kind": "ENUM",
11690
- "name": "MappingLanguage",
11691
- "ofType": null
11692
- },
11693
- "defaultValue": null,
11694
- "isDeprecated": false,
11695
- "deprecationReason": null
11696
- },
11697
- {
11698
- "name": "precision",
11699
- "description": "Number of decimals used for the Google Polyline encoding Algorithm. Allowed values are 5 or 6, the default is 5",
11700
- "type": {
11701
- "kind": "SCALAR",
11702
- "name": "Int",
11703
- "ofType": null
11704
- },
11705
- "defaultValue": null,
11706
- "isDeprecated": false,
11707
- "deprecationReason": null
11708
- }
11709
- ],
11725
+ "args": [],
11710
11726
  "type": {
11711
11727
  "kind": "SCALAR",
11712
11728
  "name": "JSON",
@@ -11764,6 +11780,57 @@
11764
11780
  "enumValues": null,
11765
11781
  "possibleTypes": null
11766
11782
  },
11783
+ {
11784
+ "kind": "INPUT_OBJECT",
11785
+ "name": "NavigationInstructionsInput",
11786
+ "description": null,
11787
+ "fields": null,
11788
+ "inputFields": [
11789
+ {
11790
+ "name": "instructions_format",
11791
+ "description": "Turn by turn instructions format for a route",
11792
+ "type": {
11793
+ "kind": "NON_NULL",
11794
+ "name": null,
11795
+ "ofType": {
11796
+ "kind": "ENUM",
11797
+ "name": "InstructionsFormat",
11798
+ "ofType": null
11799
+ }
11800
+ },
11801
+ "defaultValue": null,
11802
+ "isDeprecated": false,
11803
+ "deprecationReason": null
11804
+ },
11805
+ {
11806
+ "name": "language",
11807
+ "description": "Preferred navigation instructions language. Default: en",
11808
+ "type": {
11809
+ "kind": "ENUM",
11810
+ "name": "MappingLanguage",
11811
+ "ofType": null
11812
+ },
11813
+ "defaultValue": "en",
11814
+ "isDeprecated": false,
11815
+ "deprecationReason": null
11816
+ },
11817
+ {
11818
+ "name": "precision",
11819
+ "description": "Number of decimals used for the Google Polyline encoding Algorithm. Allowed values are 5 or 6, the default is 5",
11820
+ "type": {
11821
+ "kind": "SCALAR",
11822
+ "name": "Int",
11823
+ "ofType": null
11824
+ },
11825
+ "defaultValue": "5",
11826
+ "isDeprecated": false,
11827
+ "deprecationReason": null
11828
+ }
11829
+ ],
11830
+ "interfaces": null,
11831
+ "enumValues": null,
11832
+ "possibleTypes": null
11833
+ },
11767
11834
  {
11768
11835
  "kind": "INPUT_OBJECT",
11769
11836
  "name": "NavigationRecalculateInput",
@@ -11790,8 +11857,8 @@
11790
11857
  "name": "state_of_charge",
11791
11858
  "description": "State of charge at origin",
11792
11859
  "type": {
11793
- "kind": "SCALAR",
11794
- "name": "Float",
11860
+ "kind": "INPUT_OBJECT",
11861
+ "name": "StateOfChargeInput",
11795
11862
  "ofType": null
11796
11863
  },
11797
11864
  "defaultValue": null,
@@ -11821,9 +11888,13 @@
11821
11888
  "kind": "LIST",
11822
11889
  "name": null,
11823
11890
  "ofType": {
11824
- "kind": "INPUT_OBJECT",
11825
- "name": "FeaturePointInput",
11826
- "ofType": null
11891
+ "kind": "NON_NULL",
11892
+ "name": null,
11893
+ "ofType": {
11894
+ "kind": "INPUT_OBJECT",
11895
+ "name": "FeaturePointInput",
11896
+ "ofType": null
11897
+ }
11827
11898
  }
11828
11899
  },
11829
11900
  "defaultValue": null,
@@ -11896,6 +11967,22 @@
11896
11967
  "defaultValue": null,
11897
11968
  "isDeprecated": false,
11898
11969
  "deprecationReason": null
11970
+ },
11971
+ {
11972
+ "name": "instructions",
11973
+ "description": "Instruction input format",
11974
+ "type": {
11975
+ "kind": "NON_NULL",
11976
+ "name": null,
11977
+ "ofType": {
11978
+ "kind": "INPUT_OBJECT",
11979
+ "name": "NavigationInstructionsInput",
11980
+ "ofType": null
11981
+ }
11982
+ },
11983
+ "defaultValue": null,
11984
+ "isDeprecated": false,
11985
+ "deprecationReason": null
11899
11986
  }
11900
11987
  ],
11901
11988
  "interfaces": null,
@@ -11947,9 +12034,13 @@
11947
12034
  "description": "The ID as string of the charging station",
11948
12035
  "args": [],
11949
12036
  "type": {
11950
- "kind": "SCALAR",
11951
- "name": "ID",
11952
- "ofType": null
12037
+ "kind": "NON_NULL",
12038
+ "name": null,
12039
+ "ofType": {
12040
+ "kind": "SCALAR",
12041
+ "name": "ID",
12042
+ "ofType": null
12043
+ }
11953
12044
  },
11954
12045
  "isDeprecated": false,
11955
12046
  "deprecationReason": null
@@ -11959,10 +12050,14 @@
11959
12050
  "description": "GPS location of the charging station",
11960
12051
  "args": [],
11961
12052
  "type": {
11962
- "kind": "OBJECT",
11963
- "name": "Point",
11964
- "ofType": null
11965
- },
12053
+ "kind": "NON_NULL",
12054
+ "name": null,
12055
+ "ofType": {
12056
+ "kind": "OBJECT",
12057
+ "name": "Point",
12058
+ "ofType": null
12059
+ }
12060
+ },
11966
12061
  "isDeprecated": false,
11967
12062
  "deprecationReason": null
11968
12063
  },
@@ -11971,12 +12066,20 @@
11971
12066
  "description": "An array with all GPS locations of via points until the next charging station",
11972
12067
  "args": [],
11973
12068
  "type": {
11974
- "kind": "LIST",
12069
+ "kind": "NON_NULL",
11975
12070
  "name": null,
11976
12071
  "ofType": {
11977
- "kind": "OBJECT",
11978
- "name": "Point",
11979
- "ofType": null
12072
+ "kind": "LIST",
12073
+ "name": null,
12074
+ "ofType": {
12075
+ "kind": "NON_NULL",
12076
+ "name": null,
12077
+ "ofType": {
12078
+ "kind": "OBJECT",
12079
+ "name": "Point",
12080
+ "ofType": null
12081
+ }
12082
+ }
11980
12083
  }
11981
12084
  },
11982
12085
  "isDeprecated": false,
@@ -11984,12 +12087,29 @@
11984
12087
  },
11985
12088
  {
11986
12089
  "name": "estimated_state_of_charge",
11987
- "description": "Estimated state of charge, in kWh, at arrival on the next charging station",
11988
- "args": [],
12090
+ "description": "Estimated state of charge, at arrival on the next charging station",
12091
+ "args": [
12092
+ {
12093
+ "name": "unit",
12094
+ "description": null,
12095
+ "type": {
12096
+ "kind": "ENUM",
12097
+ "name": "StateOfChargeUnit",
12098
+ "ofType": null
12099
+ },
12100
+ "defaultValue": "kilowatt_hour",
12101
+ "isDeprecated": false,
12102
+ "deprecationReason": null
12103
+ }
12104
+ ],
11989
12105
  "type": {
11990
- "kind": "SCALAR",
11991
- "name": "Float",
11992
- "ofType": null
12106
+ "kind": "NON_NULL",
12107
+ "name": null,
12108
+ "ofType": {
12109
+ "kind": "SCALAR",
12110
+ "name": "Float",
12111
+ "ofType": null
12112
+ }
11993
12113
  },
11994
12114
  "isDeprecated": false,
11995
12115
  "deprecationReason": null
@@ -11999,9 +12119,13 @@
11999
12119
  "description": "Estimated consumption, in kWh, from last the known location until the next charging station",
12000
12120
  "args": [],
12001
12121
  "type": {
12002
- "kind": "SCALAR",
12003
- "name": "Float",
12004
- "ofType": null
12122
+ "kind": "NON_NULL",
12123
+ "name": null,
12124
+ "ofType": {
12125
+ "kind": "SCALAR",
12126
+ "name": "Float",
12127
+ "ofType": null
12128
+ }
12005
12129
  },
12006
12130
  "isDeprecated": false,
12007
12131
  "deprecationReason": null
@@ -12011,9 +12135,13 @@
12011
12135
  "description": "Estimated duration, in seconds, from the last known location until the next charging station",
12012
12136
  "args": [],
12013
12137
  "type": {
12014
- "kind": "SCALAR",
12015
- "name": "Int",
12016
- "ofType": null
12138
+ "kind": "NON_NULL",
12139
+ "name": null,
12140
+ "ofType": {
12141
+ "kind": "SCALAR",
12142
+ "name": "Int",
12143
+ "ofType": null
12144
+ }
12017
12145
  },
12018
12146
  "isDeprecated": false,
12019
12147
  "deprecationReason": null
@@ -12111,10 +12239,10 @@
12111
12239
  },
12112
12240
  {
12113
12241
  "name": "speed",
12114
- "description": "Speed at a location, in km/h",
12242
+ "description": "Speed at a location",
12115
12243
  "type": {
12116
- "kind": "SCALAR",
12117
- "name": "Float",
12244
+ "kind": "INPUT_OBJECT",
12245
+ "name": "VehicleSpeedInput",
12118
12246
  "ofType": null
12119
12247
  },
12120
12248
  "defaultValue": null,
@@ -12138,11 +12266,11 @@
12138
12266
  "deprecationReason": null
12139
12267
  },
12140
12268
  {
12141
- "name": "altitude",
12142
- "description": "Altitude information, in meters. This is optional",
12269
+ "name": "elevation",
12270
+ "description": "Elevation information",
12143
12271
  "type": {
12144
- "kind": "SCALAR",
12145
- "name": "Int",
12272
+ "kind": "INPUT_OBJECT",
12273
+ "name": "ElevationInput",
12146
12274
  "ofType": null
12147
12275
  },
12148
12276
  "defaultValue": null,
@@ -12197,6 +12325,16 @@
12197
12325
  "enumValues": null,
12198
12326
  "possibleTypes": null
12199
12327
  },
12328
+ {
12329
+ "kind": "SCALAR",
12330
+ "name": "NonEmptyString",
12331
+ "description": "The non empty string scalar",
12332
+ "fields": null,
12333
+ "inputFields": null,
12334
+ "interfaces": null,
12335
+ "enumValues": null,
12336
+ "possibleTypes": null
12337
+ },
12200
12338
  {
12201
12339
  "kind": "OBJECT",
12202
12340
  "name": "OCPIAdditionalGeoLocation",
@@ -12885,7 +13023,7 @@
12885
13023
  "args": [],
12886
13024
  "type": {
12887
13025
  "kind": "SCALAR",
12888
- "name": "Int",
13026
+ "name": "Float",
12889
13027
  "ofType": null
12890
13028
  },
12891
13029
  "isDeprecated": false,
@@ -16784,11 +16922,11 @@
16784
16922
  },
16785
16923
  {
16786
16924
  "name": "vehicle",
16787
- "description": "[BETA] Get information about a vehicle by its ID",
16925
+ "description": "[BETA] Get information about a vehicle by its ID.",
16788
16926
  "args": [
16789
16927
  {
16790
16928
  "name": "id",
16791
- "description": "Vehicles unique ID",
16929
+ "description": "Vehicles unique ID.",
16792
16930
  "type": {
16793
16931
  "kind": "NON_NULL",
16794
16932
  "name": null,
@@ -16804,7 +16942,7 @@
16804
16942
  },
16805
16943
  {
16806
16944
  "name": "country",
16807
- "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available",
16945
+ "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
16808
16946
  "type": {
16809
16947
  "kind": "ENUM",
16810
16948
  "name": "CountryCodeAlpha2",
@@ -16829,7 +16967,7 @@
16829
16967
  "args": [
16830
16968
  {
16831
16969
  "name": "id",
16832
- "description": "Vehicles unique ID",
16970
+ "description": "Vehicles unique ID.",
16833
16971
  "type": {
16834
16972
  "kind": "NON_NULL",
16835
16973
  "name": null,
@@ -16845,7 +16983,7 @@
16845
16983
  },
16846
16984
  {
16847
16985
  "name": "country",
16848
- "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available",
16986
+ "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
16849
16987
  "type": {
16850
16988
  "kind": "ENUM",
16851
16989
  "name": "CountryCodeAlpha2",
@@ -16866,11 +17004,11 @@
16866
17004
  },
16867
17005
  {
16868
17006
  "name": "vehicleList",
16869
- "description": "[BETA] Get a full list of vehicles",
17007
+ "description": "[BETA] Get a full list of vehicles.",
16870
17008
  "args": [
16871
17009
  {
16872
17010
  "name": "search",
16873
- "description": "Search for vehicles by make, model, version and chargetrip version",
17011
+ "description": "Search for vehicles by make, model, version and chargetrip version.",
16874
17012
  "type": {
16875
17013
  "kind": "SCALAR",
16876
17014
  "name": "String",
@@ -16882,7 +17020,7 @@
16882
17020
  },
16883
17021
  {
16884
17022
  "name": "filter",
16885
- "description": "Filter vehicle result",
17023
+ "description": "Filter vehicle result.",
16886
17024
  "type": {
16887
17025
  "kind": "INPUT_OBJECT",
16888
17026
  "name": "VehicleListFilter",
@@ -16894,7 +17032,7 @@
16894
17032
  },
16895
17033
  {
16896
17034
  "name": "country",
16897
- "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available",
17035
+ "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
16898
17036
  "type": {
16899
17037
  "kind": "ENUM",
16900
17038
  "name": "CountryCodeAlpha2",
@@ -16906,25 +17044,25 @@
16906
17044
  },
16907
17045
  {
16908
17046
  "name": "size",
16909
- "description": "Number of elements (count) to return, default: 10",
17047
+ "description": "Number of elements (count) to return.",
16910
17048
  "type": {
16911
17049
  "kind": "SCALAR",
16912
17050
  "name": "Int",
16913
17051
  "ofType": null
16914
17052
  },
16915
- "defaultValue": null,
17053
+ "defaultValue": "10",
16916
17054
  "isDeprecated": false,
16917
17055
  "deprecationReason": null
16918
17056
  },
16919
17057
  {
16920
17058
  "name": "page",
16921
- "description": "Page number to return, default: 0",
17059
+ "description": "Page number to return.",
16922
17060
  "type": {
16923
17061
  "kind": "SCALAR",
16924
17062
  "name": "Int",
16925
17063
  "ofType": null
16926
17064
  },
16927
- "defaultValue": null,
17065
+ "defaultValue": "0",
16928
17066
  "isDeprecated": false,
16929
17067
  "deprecationReason": null
16930
17068
  }
@@ -21153,7 +21291,7 @@
21153
21291
  "name": null,
21154
21292
  "ofType": {
21155
21293
  "kind": "ENUM",
21156
- "name": "BatteryInputType",
21294
+ "name": "StateOfChargeUnit",
21157
21295
  "ofType": null
21158
21296
  }
21159
21297
  },
@@ -21194,19 +21332,19 @@
21194
21332
  },
21195
21333
  {
21196
21334
  "name": "mile",
21197
- "description": "Return the speed of charge in miles",
21335
+ "description": "Return the state of charge in miles",
21198
21336
  "isDeprecated": false,
21199
21337
  "deprecationReason": null
21200
21338
  },
21201
21339
  {
21202
21340
  "name": "kilowatt_hour",
21203
- "description": "Return the speed of charge in kilowatt hours",
21341
+ "description": "Return the state of charge in kilowatt hours",
21204
21342
  "isDeprecated": false,
21205
21343
  "deprecationReason": null
21206
21344
  },
21207
21345
  {
21208
21346
  "name": "percentage",
21209
- "description": "Return the speed of charge in a percentage",
21347
+ "description": "Return the state of charge as a percentage",
21210
21348
  "isDeprecated": false,
21211
21349
  "deprecationReason": null
21212
21350
  }
@@ -22748,13 +22886,13 @@
22748
22886
  "args": [
22749
22887
  {
22750
22888
  "name": "unit",
22751
- "description": "Type of total charge amount, defaults to 'kwh'",
22889
+ "description": "Type of total charge amount, defaults to 'kilowatt_hour'",
22752
22890
  "type": {
22753
22891
  "kind": "ENUM",
22754
- "name": "BatteryInputType",
22892
+ "name": "StateOfChargeUnit",
22755
22893
  "ofType": null
22756
22894
  },
22757
- "defaultValue": "kwh",
22895
+ "defaultValue": "kilowatt_hour",
22758
22896
  "isDeprecated": false,
22759
22897
  "deprecationReason": null
22760
22898
  }
@@ -22971,13 +23109,13 @@
22971
23109
  "args": [
22972
23110
  {
22973
23111
  "name": "unit",
22974
- "description": "Type of the state of charge of the vehicle, defaults to 'kwh'",
23112
+ "description": "Type of the state of charge of the vehicle, defaults to 'kilowatt_hour'",
22975
23113
  "type": {
22976
23114
  "kind": "ENUM",
22977
- "name": "BatteryInputType",
23115
+ "name": "StateOfChargeUnit",
22978
23116
  "ofType": null
22979
23117
  },
22980
- "defaultValue": "kwh",
23118
+ "defaultValue": "kilowatt_hour",
22981
23119
  "isDeprecated": false,
22982
23120
  "deprecationReason": null
22983
23121
  }
@@ -23670,11 +23808,11 @@
23670
23808
  {
23671
23809
  "kind": "OBJECT",
23672
23810
  "name": "Vehicle",
23673
- "description": "Output of a vehicle query",
23811
+ "description": "Output of a vehicle query.",
23674
23812
  "fields": [
23675
23813
  {
23676
23814
  "name": "id",
23677
- "description": "Vehicles unique ID",
23815
+ "description": "Vehicles unique ID.",
23678
23816
  "args": [],
23679
23817
  "type": {
23680
23818
  "kind": "NON_NULL",
@@ -23690,7 +23828,7 @@
23690
23828
  },
23691
23829
  {
23692
23830
  "name": "naming",
23693
- "description": "Naming of the vehicle",
23831
+ "description": "Naming of the vehicle.",
23694
23832
  "args": [],
23695
23833
  "type": {
23696
23834
  "kind": "NON_NULL",
@@ -23706,7 +23844,7 @@
23706
23844
  },
23707
23845
  {
23708
23846
  "name": "drivetrain",
23709
- "description": "Drivetrain of the vehicle",
23847
+ "description": "Drivetrain of the vehicle.",
23710
23848
  "args": [],
23711
23849
  "type": {
23712
23850
  "kind": "NON_NULL",
@@ -23722,7 +23860,7 @@
23722
23860
  },
23723
23861
  {
23724
23862
  "name": "connectors",
23725
- "description": "Available connectors for the vehicle",
23863
+ "description": "Available connectors for the vehicle.",
23726
23864
  "args": [],
23727
23865
  "type": {
23728
23866
  "kind": "NON_NULL",
@@ -23746,7 +23884,7 @@
23746
23884
  },
23747
23885
  {
23748
23886
  "name": "adapters",
23749
- "description": "Adapters for the connectors of the vehicle",
23887
+ "description": "Adapters for the connectors of the vehicle.",
23750
23888
  "args": [],
23751
23889
  "type": {
23752
23890
  "kind": "NON_NULL",
@@ -23770,7 +23908,7 @@
23770
23908
  },
23771
23909
  {
23772
23910
  "name": "battery",
23773
- "description": "Battery of the vehicle",
23911
+ "description": "Battery of the vehicle.",
23774
23912
  "args": [],
23775
23913
  "type": {
23776
23914
  "kind": "NON_NULL",
@@ -23786,7 +23924,7 @@
23786
23924
  },
23787
23925
  {
23788
23926
  "name": "body",
23789
- "description": "Body of the vehicle",
23927
+ "description": "Body of the vehicle.",
23790
23928
  "args": [],
23791
23929
  "type": {
23792
23930
  "kind": "NON_NULL",
@@ -23802,7 +23940,7 @@
23802
23940
  },
23803
23941
  {
23804
23942
  "name": "availability",
23805
- "description": "Availability of the vehicle",
23943
+ "description": "Availability of the vehicle.",
23806
23944
  "args": [],
23807
23945
  "type": {
23808
23946
  "kind": "NON_NULL",
@@ -23818,7 +23956,7 @@
23818
23956
  },
23819
23957
  {
23820
23958
  "name": "performance",
23821
- "description": "Performance of the vehicle",
23959
+ "description": "Performance of the vehicle.",
23822
23960
  "args": [],
23823
23961
  "type": {
23824
23962
  "kind": "OBJECT",
@@ -23830,7 +23968,7 @@
23830
23968
  },
23831
23969
  {
23832
23970
  "name": "range",
23833
- "description": "Range of the vehicle",
23971
+ "description": "Range of the vehicle.",
23834
23972
  "args": [],
23835
23973
  "type": {
23836
23974
  "kind": "NON_NULL",
@@ -23846,7 +23984,7 @@
23846
23984
  },
23847
23985
  {
23848
23986
  "name": "media",
23849
- "description": "Media of the vehicle",
23987
+ "description": "Media of the vehicle.",
23850
23988
  "args": [],
23851
23989
  "type": {
23852
23990
  "kind": "NON_NULL",
@@ -23862,7 +24000,7 @@
23862
24000
  },
23863
24001
  {
23864
24002
  "name": "routing",
23865
- "description": "Routing of the vehicle",
24003
+ "description": "Routing of the vehicle.",
23866
24004
  "args": [],
23867
24005
  "type": {
23868
24006
  "kind": "NON_NULL",
@@ -23878,7 +24016,7 @@
23878
24016
  },
23879
24017
  {
23880
24018
  "name": "connect",
23881
- "description": "Information about vehicle connectivity",
24019
+ "description": "Information about vehicle connectivity.",
23882
24020
  "args": [],
23883
24021
  "type": {
23884
24022
  "kind": "NON_NULL",
@@ -23891,6 +24029,62 @@
23891
24029
  },
23892
24030
  "isDeprecated": false,
23893
24031
  "deprecationReason": null
24032
+ },
24033
+ {
24034
+ "name": "region",
24035
+ "description": "Regions in which the vehicle is available. Based on the continent code (CC) standard.",
24036
+ "args": [],
24037
+ "type": {
24038
+ "kind": "NON_NULL",
24039
+ "name": null,
24040
+ "ofType": {
24041
+ "kind": "LIST",
24042
+ "name": null,
24043
+ "ofType": {
24044
+ "kind": "NON_NULL",
24045
+ "name": null,
24046
+ "ofType": {
24047
+ "kind": "ENUM",
24048
+ "name": "VehicleRegion",
24049
+ "ofType": null
24050
+ }
24051
+ }
24052
+ }
24053
+ },
24054
+ "isDeprecated": false,
24055
+ "deprecationReason": null
24056
+ },
24057
+ {
24058
+ "name": "purpose",
24059
+ "description": "Vehicle intended use. Can be passenger, cargo, or utility.",
24060
+ "args": [],
24061
+ "type": {
24062
+ "kind": "NON_NULL",
24063
+ "name": null,
24064
+ "ofType": {
24065
+ "kind": "ENUM",
24066
+ "name": "VehiclePurpose",
24067
+ "ofType": null
24068
+ }
24069
+ },
24070
+ "isDeprecated": false,
24071
+ "deprecationReason": null
24072
+ },
24073
+ {
24074
+ "name": "type",
24075
+ "description": "Type of vehicle.",
24076
+ "args": [],
24077
+ "type": {
24078
+ "kind": "NON_NULL",
24079
+ "name": null,
24080
+ "ofType": {
24081
+ "kind": "ENUM",
24082
+ "name": "VehicleType",
24083
+ "ofType": null
24084
+ }
24085
+ },
24086
+ "isDeprecated": false,
24087
+ "deprecationReason": null
23894
24088
  }
23895
24089
  ],
23896
24090
  "inputFields": null,
@@ -23905,7 +24099,7 @@
23905
24099
  "fields": [
23906
24100
  {
23907
24101
  "name": "status",
23908
- "description": "Availability of the vehicle",
24102
+ "description": "Availability of the vehicle.",
23909
24103
  "args": [],
23910
24104
  "type": {
23911
24105
  "kind": "NON_NULL",
@@ -23928,62 +24122,62 @@
23928
24122
  {
23929
24123
  "kind": "ENUM",
23930
24124
  "name": "VehicleAvailabilityStatus",
23931
- "description": "Availability status of a vehicle",
24125
+ "description": "Availability status of a vehicle.",
23932
24126
  "fields": null,
23933
24127
  "inputFields": null,
23934
24128
  "interfaces": null,
23935
24129
  "enumValues": [
23936
24130
  {
23937
24131
  "name": "no_longer_available",
23938
- "description": "Vehicle no longer for sale in any market / region",
24132
+ "description": "Vehicle no longer for sale in any market / region.",
23939
24133
  "isDeprecated": false,
23940
24134
  "deprecationReason": null
23941
24135
  },
23942
24136
  {
23943
24137
  "name": "available",
23944
- "description": "Vehicle currently for sale in at least one market / region",
24138
+ "description": "Vehicle currently for sale in at least one market / region.",
23945
24139
  "isDeprecated": false,
23946
24140
  "deprecationReason": null
23947
24141
  },
23948
24142
  {
23949
24143
  "name": "release_date_announced_preorderable",
23950
- "description": "Vehicle expected in market from Date_From (estimated), pre-order open",
24144
+ "description": "Vehicle expected in market from Date_From (estimated), pre-order open.",
23951
24145
  "isDeprecated": false,
23952
24146
  "deprecationReason": null
23953
24147
  },
23954
24148
  {
23955
24149
  "name": "release_date_announced",
23956
- "description": "Vehicle expected in market from Date_From (estimated), pre-order unknown or not open",
24150
+ "description": "Vehicle expected in market from Date_From (estimated), pre-order unknown or not open.",
23957
24151
  "isDeprecated": false,
23958
24152
  "deprecationReason": null
23959
24153
  },
23960
24154
  {
23961
24155
  "name": "concept_vehicle_preorderable",
23962
- "description": "Concept vehicle, nearing production and/or confirmed, pre-order open",
24156
+ "description": "Concept vehicle, nearing production and/or confirmed, pre-order open.",
23963
24157
  "isDeprecated": false,
23964
24158
  "deprecationReason": null
23965
24159
  },
23966
24160
  {
23967
24161
  "name": "concept_vehicle",
23968
- "description": "Concept vehicle, nearing production and/or confirmed, pre-order unknown or not open",
24162
+ "description": "Concept vehicle, nearing production and/or confirmed, pre-order unknown or not open.",
23969
24163
  "isDeprecated": false,
23970
24164
  "deprecationReason": null
23971
24165
  },
23972
24166
  {
23973
24167
  "name": "concept_vehicle_release_date_tba_preorderable",
23974
- "description": "Concept vehicle, not close to production and/or unconfirmed, pre-order open",
24168
+ "description": "Concept vehicle, not close to production and/or unconfirmed, pre-order open.",
23975
24169
  "isDeprecated": false,
23976
24170
  "deprecationReason": null
23977
24171
  },
23978
24172
  {
23979
24173
  "name": "concept_vehicle_release_date_tba",
23980
- "description": "Concept vehicle, not close to production and/or unconfirmed, pre-order unknown",
24174
+ "description": "Concept vehicle, not close to production and/or unconfirmed, pre-order unknown.",
23981
24175
  "isDeprecated": false,
23982
24176
  "deprecationReason": null
23983
24177
  },
23984
24178
  {
23985
24179
  "name": "uncertain",
23986
- "description": "Status uncertain, introduction date and/or pricing unclear",
24180
+ "description": "Status uncertain, introduction date and/or pricing unclear.",
23987
24181
  "isDeprecated": false,
23988
24182
  "deprecationReason": null
23989
24183
  }
@@ -23997,7 +24191,7 @@
23997
24191
  "fields": [
23998
24192
  {
23999
24193
  "name": "full_kwh",
24000
- "description": "Full battery capacity in kWh",
24194
+ "description": "Full battery capacity in kWh.",
24001
24195
  "args": [],
24002
24196
  "type": {
24003
24197
  "kind": "NON_NULL",
@@ -24013,7 +24207,7 @@
24013
24207
  },
24014
24208
  {
24015
24209
  "name": "usable_kwh",
24016
- "description": "Usable battery capacity in kWh",
24210
+ "description": "Usable battery capacity in kWh.",
24017
24211
  "args": [],
24018
24212
  "type": {
24019
24213
  "kind": "NON_NULL",
@@ -24036,32 +24230,32 @@
24036
24230
  {
24037
24231
  "kind": "ENUM",
24038
24232
  "name": "VehicleBatteryFieldEstimations",
24039
- "description": "Battery field estimated",
24233
+ "description": "Battery field estimated.",
24040
24234
  "fields": null,
24041
24235
  "inputFields": null,
24042
24236
  "interfaces": null,
24043
24237
  "enumValues": [
24044
24238
  {
24045
24239
  "name": "B",
24046
- "description": "Both of the battery kWh fields are estimations",
24240
+ "description": "Both of the battery kWh fields are estimations.",
24047
24241
  "isDeprecated": false,
24048
24242
  "deprecationReason": null
24049
24243
  },
24050
24244
  {
24051
24245
  "name": "F",
24052
- "description": "full_kwh field is estimated",
24246
+ "description": "full_kwh field is estimated.",
24053
24247
  "isDeprecated": false,
24054
24248
  "deprecationReason": null
24055
24249
  },
24056
24250
  {
24057
24251
  "name": "N",
24058
- "description": "None of the battery kWh fields are estimations",
24252
+ "description": "None of the battery kWh fields are estimations.",
24059
24253
  "isDeprecated": false,
24060
24254
  "deprecationReason": null
24061
24255
  },
24062
24256
  {
24063
24257
  "name": "U",
24064
- "description": "usable_kwh field is estimated",
24258
+ "description": "usable_kwh field is estimated.",
24065
24259
  "isDeprecated": false,
24066
24260
  "deprecationReason": null
24067
24261
  }
@@ -24075,7 +24269,7 @@
24075
24269
  "fields": [
24076
24270
  {
24077
24271
  "name": "width",
24078
- "description": "Width with folded mirrors, default in mm",
24272
+ "description": "Width with folded mirrors, default in mm.",
24079
24273
  "args": [
24080
24274
  {
24081
24275
  "name": "unit",
@@ -24104,7 +24298,7 @@
24104
24298
  },
24105
24299
  {
24106
24300
  "name": "height",
24107
- "description": "Height (average height for adjustable suspensions), default in mm",
24301
+ "description": "Height (average height for adjustable suspensions), default in mm.",
24108
24302
  "args": [
24109
24303
  {
24110
24304
  "name": "unit",
@@ -24133,7 +24327,7 @@
24133
24327
  },
24134
24328
  {
24135
24329
  "name": "weight",
24136
- "description": "Weight (unladen), default in kg",
24330
+ "description": "Weight (unladen), default in kg.",
24137
24331
  "args": [],
24138
24332
  "type": {
24139
24333
  "kind": "NON_NULL",
@@ -24149,7 +24343,7 @@
24149
24343
  },
24150
24344
  {
24151
24345
  "name": "seats",
24152
- "description": "Number of seats",
24346
+ "description": "Number of seats.",
24153
24347
  "args": [],
24154
24348
  "type": {
24155
24349
  "kind": "NON_NULL",
@@ -24176,7 +24370,7 @@
24176
24370
  "fields": [
24177
24371
  {
24178
24372
  "name": "minimum",
24179
- "description": "Minimum weight, default in kg",
24373
+ "description": "Minimum weight, default in kg.",
24180
24374
  "args": [
24181
24375
  {
24182
24376
  "name": "unit",
@@ -24201,7 +24395,7 @@
24201
24395
  },
24202
24396
  {
24203
24397
  "name": "nominal",
24204
- "description": "Nominal weight, default in kg",
24398
+ "description": "Nominal weight, default in kg.",
24205
24399
  "args": [
24206
24400
  {
24207
24401
  "name": "unit",
@@ -24217,20 +24411,16 @@
24217
24411
  }
24218
24412
  ],
24219
24413
  "type": {
24220
- "kind": "NON_NULL",
24221
- "name": null,
24222
- "ofType": {
24223
- "kind": "SCALAR",
24224
- "name": "Float",
24225
- "ofType": null
24226
- }
24414
+ "kind": "SCALAR",
24415
+ "name": "Float",
24416
+ "ofType": null
24227
24417
  },
24228
24418
  "isDeprecated": false,
24229
24419
  "deprecationReason": null
24230
24420
  },
24231
24421
  {
24232
24422
  "name": "maximal",
24233
- "description": "Maximal weight, default in kg",
24423
+ "description": "Maximal weight, default in kg.",
24234
24424
  "args": [
24235
24425
  {
24236
24426
  "name": "unit",
@@ -24262,11 +24452,11 @@
24262
24452
  {
24263
24453
  "kind": "OBJECT",
24264
24454
  "name": "VehicleConnector",
24265
- "description": "Vehicle plug model",
24455
+ "description": "Vehicle plug model.",
24266
24456
  "fields": [
24267
24457
  {
24268
24458
  "name": "standard",
24269
- "description": "Connector type, known as connector standard in OCPI",
24459
+ "description": "Connector type, known as connector standard in OCPI.",
24270
24460
  "args": [],
24271
24461
  "type": {
24272
24462
  "kind": "NON_NULL",
@@ -24282,7 +24472,7 @@
24282
24472
  },
24283
24473
  {
24284
24474
  "name": "power",
24285
- "description": "Usable electric power in kW",
24475
+ "description": "Usable electric power in kW.",
24286
24476
  "args": [],
24287
24477
  "type": {
24288
24478
  "kind": "NON_NULL",
@@ -24298,7 +24488,7 @@
24298
24488
  },
24299
24489
  {
24300
24490
  "name": "max_electric_power",
24301
- "description": "Maximum electric power in kW",
24491
+ "description": "Maximum electric power in kW.",
24302
24492
  "args": [],
24303
24493
  "type": {
24304
24494
  "kind": "NON_NULL",
@@ -24314,7 +24504,7 @@
24314
24504
  },
24315
24505
  {
24316
24506
  "name": "time",
24317
- "description": "Time it takes to charge from 10 to 80% with a fast charger, shown in minutes",
24507
+ "description": "Time it takes to charge from 10 to 80% with a fast charger, shown in minutes.",
24318
24508
  "args": [],
24319
24509
  "type": {
24320
24510
  "kind": "NON_NULL",
@@ -24330,7 +24520,7 @@
24330
24520
  },
24331
24521
  {
24332
24522
  "name": "speed",
24333
- "description": "Charging speed, default in kmph",
24523
+ "description": "Charging speed, default in kmph.",
24334
24524
  "args": [
24335
24525
  {
24336
24526
  "name": "unit",
@@ -24366,12 +24556,12 @@
24366
24556
  {
24367
24557
  "kind": "INPUT_OBJECT",
24368
24558
  "name": "VehicleConsumptionInput",
24369
- "description": "The consumption of the vehicle",
24559
+ "description": "The consumption of the vehicle.",
24370
24560
  "fields": null,
24371
24561
  "inputFields": [
24372
24562
  {
24373
24563
  "name": "worst",
24374
- "description": "Worst conditions are based on -10°C and use of heating",
24564
+ "description": "Worst conditions are based on -10°C and use of heating.",
24375
24565
  "type": {
24376
24566
  "kind": "SCALAR",
24377
24567
  "name": "Float",
@@ -24383,7 +24573,7 @@
24383
24573
  },
24384
24574
  {
24385
24575
  "name": "best",
24386
- "description": "Best conditions are based on 23°C and no use of A/C",
24576
+ "description": "Best conditions are based on 23°C and no use of A/C.",
24387
24577
  "type": {
24388
24578
  "kind": "SCALAR",
24389
24579
  "name": "Float",
@@ -24467,13 +24657,13 @@
24467
24657
  "enumValues": [
24468
24658
  {
24469
24659
  "name": "chargetrip",
24470
- "description": "Internal data provider",
24660
+ "description": "Internal data provider.",
24471
24661
  "isDeprecated": false,
24472
24662
  "deprecationReason": null
24473
24663
  },
24474
24664
  {
24475
24665
  "name": "evdatabase",
24476
- "description": "EV database data provider",
24666
+ "description": "EV database data provider.",
24477
24667
  "isDeprecated": false,
24478
24668
  "deprecationReason": null
24479
24669
  }
@@ -24487,7 +24677,7 @@
24487
24677
  "fields": [
24488
24678
  {
24489
24679
  "name": "type",
24490
- "description": "Type of drivetrain",
24680
+ "description": "Type of drivetrain.",
24491
24681
  "args": [],
24492
24682
  "type": {
24493
24683
  "kind": "NON_NULL",
@@ -24510,32 +24700,32 @@
24510
24700
  {
24511
24701
  "kind": "ENUM",
24512
24702
  "name": "VehicleDrivetrainType",
24513
- "description": "Drivetrain",
24703
+ "description": "Drivetrain.",
24514
24704
  "fields": null,
24515
24705
  "inputFields": null,
24516
24706
  "interfaces": null,
24517
24707
  "enumValues": [
24518
24708
  {
24519
24709
  "name": "BEV",
24520
- "description": "Battery Electric Vehicle",
24710
+ "description": "Battery Electric Vehicle.",
24521
24711
  "isDeprecated": false,
24522
24712
  "deprecationReason": null
24523
24713
  },
24524
24714
  {
24525
24715
  "name": "EREV",
24526
- "description": "Extended Range Electric Vehicle",
24716
+ "description": "Extended Range Electric Vehicle.",
24527
24717
  "isDeprecated": false,
24528
24718
  "deprecationReason": null
24529
24719
  },
24530
24720
  {
24531
24721
  "name": "HEV",
24532
- "description": "Hybrid Electric Vehicle",
24722
+ "description": "Hybrid Electric Vehicle.",
24533
24723
  "isDeprecated": false,
24534
24724
  "deprecationReason": null
24535
24725
  },
24536
24726
  {
24537
24727
  "name": "PHEV",
24538
- "description": "Plug-in Hybrid Electric Vehicle",
24728
+ "description": "Plug-in Hybrid Electric Vehicle.",
24539
24729
  "isDeprecated": false,
24540
24730
  "deprecationReason": null
24541
24731
  }
@@ -24545,26 +24735,26 @@
24545
24735
  {
24546
24736
  "kind": "ENUM",
24547
24737
  "name": "VehicleFuel",
24548
- "description": "Fuel type",
24738
+ "description": "Fuel type.",
24549
24739
  "fields": null,
24550
24740
  "inputFields": null,
24551
24741
  "interfaces": null,
24552
24742
  "enumValues": [
24553
24743
  {
24554
24744
  "name": "D",
24555
- "description": "ICE engine available. Uses diesel",
24745
+ "description": "ICE engine available. Uses diesel.",
24556
24746
  "isDeprecated": false,
24557
24747
  "deprecationReason": null
24558
24748
  },
24559
24749
  {
24560
24750
  "name": "E",
24561
- "description": "Electricity only. Full electric vehicle",
24751
+ "description": "Electricity only. Full electric vehicle.",
24562
24752
  "isDeprecated": false,
24563
24753
  "deprecationReason": null
24564
24754
  },
24565
24755
  {
24566
24756
  "name": "P",
24567
- "description": "ICE engine available. Uses petrol",
24757
+ "description": "ICE engine available. Uses petrol.",
24568
24758
  "isDeprecated": false,
24569
24759
  "deprecationReason": null
24570
24760
  }
@@ -24578,7 +24768,7 @@
24578
24768
  "fields": [
24579
24769
  {
24580
24770
  "name": "id",
24581
- "description": "Image id",
24771
+ "description": "Image id.",
24582
24772
  "args": [],
24583
24773
  "type": {
24584
24774
  "kind": "SCALAR",
@@ -24590,7 +24780,7 @@
24590
24780
  },
24591
24781
  {
24592
24782
  "name": "type",
24593
- "description": "Image type",
24783
+ "description": "Image type.",
24594
24784
  "args": [],
24595
24785
  "type": {
24596
24786
  "kind": "NON_NULL",
@@ -24606,7 +24796,7 @@
24606
24796
  },
24607
24797
  {
24608
24798
  "name": "url",
24609
- "description": "Full path URL of a large image",
24799
+ "description": "Full path URL of a large image.",
24610
24800
  "args": [],
24611
24801
  "type": {
24612
24802
  "kind": "NON_NULL",
@@ -24622,7 +24812,7 @@
24622
24812
  },
24623
24813
  {
24624
24814
  "name": "height",
24625
- "description": "Height of a large image in pixels",
24815
+ "description": "Height of a large image in pixels.",
24626
24816
  "args": [],
24627
24817
  "type": {
24628
24818
  "kind": "NON_NULL",
@@ -24638,7 +24828,7 @@
24638
24828
  },
24639
24829
  {
24640
24830
  "name": "width",
24641
- "description": "Width of a large image in pixels",
24831
+ "description": "Width of a large image in pixels.",
24642
24832
  "args": [],
24643
24833
  "type": {
24644
24834
  "kind": "NON_NULL",
@@ -24654,7 +24844,7 @@
24654
24844
  },
24655
24845
  {
24656
24846
  "name": "thumbnail_url",
24657
- "description": "Full path URL of a thumbnail image",
24847
+ "description": "Full path URL of a thumbnail image.",
24658
24848
  "args": [],
24659
24849
  "type": {
24660
24850
  "kind": "NON_NULL",
@@ -24670,7 +24860,7 @@
24670
24860
  },
24671
24861
  {
24672
24862
  "name": "thumbnail_height",
24673
- "description": "Height of a thumbnail image in pixels",
24863
+ "description": "Height of a thumbnail image in pixels.",
24674
24864
  "args": [],
24675
24865
  "type": {
24676
24866
  "kind": "NON_NULL",
@@ -24686,7 +24876,7 @@
24686
24876
  },
24687
24877
  {
24688
24878
  "name": "thumbnail_width",
24689
- "description": "Width of a thumbnail image in pixels",
24879
+ "description": "Width of a thumbnail image in pixels.",
24690
24880
  "args": [],
24691
24881
  "type": {
24692
24882
  "kind": "NON_NULL",
@@ -24709,38 +24899,56 @@
24709
24899
  {
24710
24900
  "kind": "ENUM",
24711
24901
  "name": "VehicleImageType",
24712
- "description": "Available types of images which can be found for a vehicle. Each type has specific image sizes",
24902
+ "description": "Available types of images which can be found for a vehicle. Each type has specific image sizes.",
24713
24903
  "fields": null,
24714
24904
  "inputFields": null,
24715
24905
  "interfaces": null,
24716
24906
  "enumValues": [
24717
24907
  {
24718
24908
  "name": "provider",
24719
- "description": "Images provided by a Vehicle Datasource",
24909
+ "description": "Images provided by a Vehicle Datasource.",
24720
24910
  "isDeprecated": false,
24721
24911
  "deprecationReason": null
24722
24912
  },
24723
24913
  {
24724
24914
  "name": "image",
24725
- "description": "Full-sized image at 1536x864 px",
24915
+ "description": "Full-sized image at 1536x864 px.",
24726
24916
  "isDeprecated": false,
24727
24917
  "deprecationReason": null
24728
24918
  },
24729
24919
  {
24730
24920
  "name": "image_thumbnail",
24731
- "description": "Thumbnail of a full-sized image at 131x72 px",
24921
+ "description": "Thumbnail of a full-sized image at 131x72 px.",
24922
+ "isDeprecated": false,
24923
+ "deprecationReason": null
24924
+ },
24925
+ {
24926
+ "name": "image_premium",
24927
+ "description": "Premium image.",
24928
+ "isDeprecated": false,
24929
+ "deprecationReason": null
24930
+ },
24931
+ {
24932
+ "name": "premium_image_thumbnail",
24933
+ "description": "Thumbnail of a premium image.",
24732
24934
  "isDeprecated": false,
24733
24935
  "deprecationReason": null
24734
24936
  },
24735
24937
  {
24736
24938
  "name": "brand",
24737
- "description": "Full-sized brand (maker) logo at 768x432 px",
24939
+ "description": "Full-sized brand (maker) logo at 768x432 px.",
24738
24940
  "isDeprecated": false,
24739
24941
  "deprecationReason": null
24740
24942
  },
24741
24943
  {
24742
24944
  "name": "brand_thumbnail",
24743
- "description": "Thumbnail of a full-sized brand logo at 56x24 px",
24945
+ "description": "Thumbnail of a full-sized brand logo at 56x24 px.",
24946
+ "isDeprecated": false,
24947
+ "deprecationReason": null
24948
+ },
24949
+ {
24950
+ "name": "placeholder",
24951
+ "description": "Placeholder image at 1536x864 px.",
24744
24952
  "isDeprecated": false,
24745
24953
  "deprecationReason": null
24746
24954
  }
@@ -24750,14 +24958,20 @@
24750
24958
  {
24751
24959
  "kind": "ENUM",
24752
24960
  "name": "VehicleImageTypeUploadable",
24753
- "description": "When uploading images to a vehicle, you can select one of this types. The rest of the types are automatically generated by the system",
24961
+ "description": "When uploading images to a vehicle, you can select one of this types. The rest of the types are automatically generated by the system.",
24754
24962
  "fields": null,
24755
24963
  "inputFields": null,
24756
24964
  "interfaces": null,
24757
24965
  "enumValues": [
24758
24966
  {
24759
24967
  "name": "image",
24760
- "description": "Full size image with a resolution at least 1536x864 px",
24968
+ "description": "Freemium vehicle image.",
24969
+ "isDeprecated": false,
24970
+ "deprecationReason": null
24971
+ },
24972
+ {
24973
+ "name": "image_premium",
24974
+ "description": "Premium vehicle image.",
24761
24975
  "isDeprecated": false,
24762
24976
  "deprecationReason": null
24763
24977
  }
@@ -24767,11 +24981,11 @@
24767
24981
  {
24768
24982
  "kind": "OBJECT",
24769
24983
  "name": "VehicleList",
24770
- "description": "The output element of the vehicleList query",
24984
+ "description": "The output element of the vehicleList query.",
24771
24985
  "fields": [
24772
24986
  {
24773
24987
  "name": "id",
24774
- "description": "Vehicles unique ID",
24988
+ "description": "Vehicles unique ID.",
24775
24989
  "args": [],
24776
24990
  "type": {
24777
24991
  "kind": "NON_NULL",
@@ -24787,7 +25001,7 @@
24787
25001
  },
24788
25002
  {
24789
25003
  "name": "naming",
24790
- "description": "Naming of the vehicle",
25004
+ "description": "Naming of the vehicle.",
24791
25005
  "args": [],
24792
25006
  "type": {
24793
25007
  "kind": "NON_NULL",
@@ -24803,7 +25017,7 @@
24803
25017
  },
24804
25018
  {
24805
25019
  "name": "drivetrain",
24806
- "description": "Drivetrain of the vehicle",
25020
+ "description": "Drivetrain of the vehicle.",
24807
25021
  "args": [],
24808
25022
  "type": {
24809
25023
  "kind": "NON_NULL",
@@ -24819,7 +25033,7 @@
24819
25033
  },
24820
25034
  {
24821
25035
  "name": "connectors",
24822
- "description": "Connectors available for the vehicle",
25036
+ "description": "Connectors available for the vehicle.",
24823
25037
  "args": [],
24824
25038
  "type": {
24825
25039
  "kind": "NON_NULL",
@@ -24843,7 +25057,7 @@
24843
25057
  },
24844
25058
  {
24845
25059
  "name": "adapters",
24846
- "description": "Adapters available for the vehicle",
25060
+ "description": "Adapters available for the vehicle.",
24847
25061
  "args": [],
24848
25062
  "type": {
24849
25063
  "kind": "NON_NULL",
@@ -24867,7 +25081,7 @@
24867
25081
  },
24868
25082
  {
24869
25083
  "name": "battery",
24870
- "description": "Battery of the vehicle",
25084
+ "description": "Battery of the vehicle.",
24871
25085
  "args": [],
24872
25086
  "type": {
24873
25087
  "kind": "NON_NULL",
@@ -24883,7 +25097,7 @@
24883
25097
  },
24884
25098
  {
24885
25099
  "name": "body",
24886
- "description": "Body of the vehicle",
25100
+ "description": "Body of the vehicle.",
24887
25101
  "args": [],
24888
25102
  "type": {
24889
25103
  "kind": "NON_NULL",
@@ -24899,7 +25113,7 @@
24899
25113
  },
24900
25114
  {
24901
25115
  "name": "availability",
24902
- "description": "Availability of the vehicle",
25116
+ "description": "Availability of the vehicle.",
24903
25117
  "args": [],
24904
25118
  "type": {
24905
25119
  "kind": "NON_NULL",
@@ -24915,7 +25129,7 @@
24915
25129
  },
24916
25130
  {
24917
25131
  "name": "range",
24918
- "description": "Range of the vehicle",
25132
+ "description": "Range of the vehicle.",
24919
25133
  "args": [],
24920
25134
  "type": {
24921
25135
  "kind": "NON_NULL",
@@ -24931,7 +25145,7 @@
24931
25145
  },
24932
25146
  {
24933
25147
  "name": "media",
24934
- "description": "Media of the vehicle",
25148
+ "description": "Media of the vehicle.",
24935
25149
  "args": [],
24936
25150
  "type": {
24937
25151
  "kind": "NON_NULL",
@@ -24947,7 +25161,7 @@
24947
25161
  },
24948
25162
  {
24949
25163
  "name": "routing",
24950
- "description": "Routing of the vehicle",
25164
+ "description": "Routing of the vehicle.",
24951
25165
  "args": [],
24952
25166
  "type": {
24953
25167
  "kind": "NON_NULL",
@@ -24963,7 +25177,7 @@
24963
25177
  },
24964
25178
  {
24965
25179
  "name": "connect",
24966
- "description": "Information about vehicle connectivity",
25180
+ "description": "Information about vehicle connectivity.",
24967
25181
  "args": [],
24968
25182
  "type": {
24969
25183
  "kind": "NON_NULL",
@@ -24976,6 +25190,62 @@
24976
25190
  },
24977
25191
  "isDeprecated": false,
24978
25192
  "deprecationReason": null
25193
+ },
25194
+ {
25195
+ "name": "region",
25196
+ "description": "Regions in which the vehicle is available. Based on the continent code (CC) standard.",
25197
+ "args": [],
25198
+ "type": {
25199
+ "kind": "NON_NULL",
25200
+ "name": null,
25201
+ "ofType": {
25202
+ "kind": "LIST",
25203
+ "name": null,
25204
+ "ofType": {
25205
+ "kind": "NON_NULL",
25206
+ "name": null,
25207
+ "ofType": {
25208
+ "kind": "ENUM",
25209
+ "name": "VehicleRegion",
25210
+ "ofType": null
25211
+ }
25212
+ }
25213
+ }
25214
+ },
25215
+ "isDeprecated": false,
25216
+ "deprecationReason": null
25217
+ },
25218
+ {
25219
+ "name": "purpose",
25220
+ "description": "Vehicle intended use. Can be passenger, cargo, or utility.",
25221
+ "args": [],
25222
+ "type": {
25223
+ "kind": "NON_NULL",
25224
+ "name": null,
25225
+ "ofType": {
25226
+ "kind": "ENUM",
25227
+ "name": "VehiclePurpose",
25228
+ "ofType": null
25229
+ }
25230
+ },
25231
+ "isDeprecated": false,
25232
+ "deprecationReason": null
25233
+ },
25234
+ {
25235
+ "name": "type",
25236
+ "description": "Type of vehicle.",
25237
+ "args": [],
25238
+ "type": {
25239
+ "kind": "NON_NULL",
25240
+ "name": null,
25241
+ "ofType": {
25242
+ "kind": "ENUM",
25243
+ "name": "VehicleType",
25244
+ "ofType": null
25245
+ }
25246
+ },
25247
+ "isDeprecated": false,
25248
+ "deprecationReason": null
24979
25249
  }
24980
25250
  ],
24981
25251
  "inputFields": null,
@@ -24990,7 +25260,7 @@
24990
25260
  "fields": [
24991
25261
  {
24992
25262
  "name": "status",
24993
- "description": "Availability of the vehicle",
25263
+ "description": "Availability of the vehicle.",
24994
25264
  "args": [],
24995
25265
  "type": {
24996
25266
  "kind": "NON_NULL",
@@ -25017,7 +25287,7 @@
25017
25287
  "fields": [
25018
25288
  {
25019
25289
  "name": "full_kwh",
25020
- "description": "Full battery capacity in kWh",
25290
+ "description": "Full battery capacity in kWh.",
25021
25291
  "args": [],
25022
25292
  "type": {
25023
25293
  "kind": "NON_NULL",
@@ -25033,7 +25303,7 @@
25033
25303
  },
25034
25304
  {
25035
25305
  "name": "usable_kwh",
25036
- "description": "Usable battery capacity in kWh",
25306
+ "description": "Usable battery capacity in kWh.",
25037
25307
  "args": [],
25038
25308
  "type": {
25039
25309
  "kind": "NON_NULL",
@@ -25060,7 +25330,7 @@
25060
25330
  "fields": [
25061
25331
  {
25062
25332
  "name": "seats",
25063
- "description": "Number of seats in a vehicle",
25333
+ "description": "Number of seats in a vehicle.",
25064
25334
  "args": [],
25065
25335
  "type": {
25066
25336
  "kind": "NON_NULL",
@@ -25088,27 +25358,39 @@
25088
25358
  "inputFields": [
25089
25359
  {
25090
25360
  "name": "availability",
25091
- "description": "Availability of a vehicle",
25361
+ "description": "Availability of a vehicle.",
25092
25362
  "type": {
25093
25363
  "kind": "LIST",
25094
25364
  "name": null,
25095
25365
  "ofType": {
25096
- "kind": "ENUM",
25097
- "name": "VehicleAvailabilityStatus",
25098
- "ofType": null
25099
- }
25100
- },
25101
- "defaultValue": null,
25366
+ "kind": "NON_NULL",
25367
+ "name": null,
25368
+ "ofType": {
25369
+ "kind": "ENUM",
25370
+ "name": "VehicleAvailabilityStatus",
25371
+ "ofType": null
25372
+ }
25373
+ }
25374
+ },
25375
+ "defaultValue": null,
25102
25376
  "isDeprecated": false,
25103
25377
  "deprecationReason": null
25104
25378
  },
25105
25379
  {
25106
25380
  "name": "drivetrain",
25107
- "description": "Drivetrain type of a vehicle",
25381
+ "description": "Drivetrain type of a vehicle.",
25108
25382
  "type": {
25109
- "kind": "ENUM",
25110
- "name": "VehicleDrivetrainType",
25111
- "ofType": null
25383
+ "kind": "LIST",
25384
+ "name": null,
25385
+ "ofType": {
25386
+ "kind": "NON_NULL",
25387
+ "name": null,
25388
+ "ofType": {
25389
+ "kind": "ENUM",
25390
+ "name": "VehicleDrivetrainType",
25391
+ "ofType": null
25392
+ }
25393
+ }
25112
25394
  },
25113
25395
  "defaultValue": null,
25114
25396
  "isDeprecated": false,
@@ -25116,7 +25398,7 @@
25116
25398
  },
25117
25399
  {
25118
25400
  "name": "connect",
25119
- "description": "Information about vehicle connectivity",
25401
+ "description": "Information about vehicle connectivity.",
25120
25402
  "type": {
25121
25403
  "kind": "INPUT_OBJECT",
25122
25404
  "name": "ConnectFilter",
@@ -25125,6 +25407,66 @@
25125
25407
  "defaultValue": null,
25126
25408
  "isDeprecated": false,
25127
25409
  "deprecationReason": null
25410
+ },
25411
+ {
25412
+ "name": "region",
25413
+ "description": "Regions in which the vehicle is available. Based on the continent code (CC) standard.",
25414
+ "type": {
25415
+ "kind": "LIST",
25416
+ "name": null,
25417
+ "ofType": {
25418
+ "kind": "NON_NULL",
25419
+ "name": null,
25420
+ "ofType": {
25421
+ "kind": "ENUM",
25422
+ "name": "VehicleRegion",
25423
+ "ofType": null
25424
+ }
25425
+ }
25426
+ },
25427
+ "defaultValue": null,
25428
+ "isDeprecated": false,
25429
+ "deprecationReason": null
25430
+ },
25431
+ {
25432
+ "name": "purpose",
25433
+ "description": "Vehicle intended use. Can be passenger, cargo, or utility.",
25434
+ "type": {
25435
+ "kind": "LIST",
25436
+ "name": null,
25437
+ "ofType": {
25438
+ "kind": "NON_NULL",
25439
+ "name": null,
25440
+ "ofType": {
25441
+ "kind": "ENUM",
25442
+ "name": "VehiclePurpose",
25443
+ "ofType": null
25444
+ }
25445
+ }
25446
+ },
25447
+ "defaultValue": null,
25448
+ "isDeprecated": false,
25449
+ "deprecationReason": null
25450
+ },
25451
+ {
25452
+ "name": "type",
25453
+ "description": "Type of vehicle.",
25454
+ "type": {
25455
+ "kind": "LIST",
25456
+ "name": null,
25457
+ "ofType": {
25458
+ "kind": "NON_NULL",
25459
+ "name": null,
25460
+ "ofType": {
25461
+ "kind": "ENUM",
25462
+ "name": "VehicleType",
25463
+ "ofType": null
25464
+ }
25465
+ }
25466
+ },
25467
+ "defaultValue": null,
25468
+ "isDeprecated": false,
25469
+ "deprecationReason": null
25128
25470
  }
25129
25471
  ],
25130
25472
  "interfaces": null,
@@ -25138,7 +25480,7 @@
25138
25480
  "fields": [
25139
25481
  {
25140
25482
  "name": "image",
25141
- "description": "Latest image of the vehicle",
25483
+ "description": "Featured image of the vehicle from a 45-degree angle.",
25142
25484
  "args": [],
25143
25485
  "type": {
25144
25486
  "kind": "NON_NULL",
@@ -25154,7 +25496,7 @@
25154
25496
  },
25155
25497
  {
25156
25498
  "name": "brand",
25157
- "description": "Latest maker logo of the vehicle",
25499
+ "description": "Latest maker logo of the vehicle.",
25158
25500
  "args": [],
25159
25501
  "type": {
25160
25502
  "kind": "NON_NULL",
@@ -25170,7 +25512,7 @@
25170
25512
  },
25171
25513
  {
25172
25514
  "name": "video",
25173
- "description": "Latest video of the vehicle",
25515
+ "description": "Latest video of the vehicle.",
25174
25516
  "args": [],
25175
25517
  "type": {
25176
25518
  "kind": "OBJECT",
@@ -25193,7 +25535,7 @@
25193
25535
  "fields": [
25194
25536
  {
25195
25537
  "name": "make",
25196
- "description": "Vehicle manufacturer name",
25538
+ "description": "Vehicle manufacturer name.",
25197
25539
  "args": [],
25198
25540
  "type": {
25199
25541
  "kind": "NON_NULL",
@@ -25209,7 +25551,7 @@
25209
25551
  },
25210
25552
  {
25211
25553
  "name": "model",
25212
- "description": "Vehicle model name",
25554
+ "description": "Vehicle model name.",
25213
25555
  "args": [],
25214
25556
  "type": {
25215
25557
  "kind": "NON_NULL",
@@ -25225,7 +25567,7 @@
25225
25567
  },
25226
25568
  {
25227
25569
  "name": "version",
25228
- "description": "Version, edition or submodel of the vehicle",
25570
+ "description": "Version, edition or submodel of the vehicle.",
25229
25571
  "args": [],
25230
25572
  "type": {
25231
25573
  "kind": "SCALAR",
@@ -25237,7 +25579,7 @@
25237
25579
  },
25238
25580
  {
25239
25581
  "name": "edition",
25240
- "description": "Another submodel level of the vehicle",
25582
+ "description": "Another submodel level of the vehicle.",
25241
25583
  "args": [],
25242
25584
  "type": {
25243
25585
  "kind": "SCALAR",
@@ -25249,7 +25591,7 @@
25249
25591
  },
25250
25592
  {
25251
25593
  "name": "chargetrip_version",
25252
- "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years",
25594
+ "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years.",
25253
25595
  "args": [],
25254
25596
  "type": {
25255
25597
  "kind": "NON_NULL",
@@ -25276,7 +25618,7 @@
25276
25618
  "fields": [
25277
25619
  {
25278
25620
  "name": "chargetrip_range",
25279
- "description": "Is an index value of what we consider to be the real-world range.\n(Comparable to Range_Real from EV Database.) It is essentially a normalized range to display in the front-end.",
25621
+ "description": "Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\nCT 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.",
25280
25622
  "args": [],
25281
25623
  "type": {
25282
25624
  "kind": "NON_NULL",
@@ -25303,7 +25645,7 @@
25303
25645
  "fields": [
25304
25646
  {
25305
25647
  "name": "fast_charging_support",
25306
- "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh",
25648
+ "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh.",
25307
25649
  "args": [],
25308
25650
  "type": {
25309
25651
  "kind": "NON_NULL",
@@ -25330,7 +25672,7 @@
25330
25672
  "fields": [
25331
25673
  {
25332
25674
  "name": "image",
25333
- "description": "Latest image",
25675
+ "description": "Featured image of the vehicle from a 45-degree angle.",
25334
25676
  "args": [],
25335
25677
  "type": {
25336
25678
  "kind": "NON_NULL",
@@ -25346,7 +25688,7 @@
25346
25688
  },
25347
25689
  {
25348
25690
  "name": "brand",
25349
- "description": "Latest maker logo",
25691
+ "description": "Latest maker logo.",
25350
25692
  "args": [],
25351
25693
  "type": {
25352
25694
  "kind": "NON_NULL",
@@ -25362,7 +25704,7 @@
25362
25704
  },
25363
25705
  {
25364
25706
  "name": "image_list",
25365
- "description": "All images",
25707
+ "description": "All images of the vehicle.",
25366
25708
  "args": [],
25367
25709
  "type": {
25368
25710
  "kind": "NON_NULL",
@@ -25386,7 +25728,7 @@
25386
25728
  },
25387
25729
  {
25388
25730
  "name": "video",
25389
- "description": "Latest video",
25731
+ "description": "Latest video.",
25390
25732
  "args": [],
25391
25733
  "type": {
25392
25734
  "kind": "OBJECT",
@@ -25398,7 +25740,7 @@
25398
25740
  },
25399
25741
  {
25400
25742
  "name": "video_list",
25401
- "description": "All videos",
25743
+ "description": "All videos of the vehicle.",
25402
25744
  "args": [],
25403
25745
  "type": {
25404
25746
  "kind": "LIST",
@@ -25425,26 +25767,26 @@
25425
25767
  {
25426
25768
  "kind": "ENUM",
25427
25769
  "name": "VehicleMode",
25428
- "description": "Mode (state) of the current production",
25770
+ "description": "Mode (state) of the current production.",
25429
25771
  "fields": null,
25430
25772
  "inputFields": null,
25431
25773
  "interfaces": null,
25432
25774
  "enumValues": [
25433
25775
  {
25434
25776
  "name": "index_only",
25435
- "description": "Old vehicle that is no longer manufactured",
25777
+ "description": "Old vehicle that is no longer manufactured.",
25436
25778
  "isDeprecated": false,
25437
25779
  "deprecationReason": null
25438
25780
  },
25439
25781
  {
25440
25782
  "name": "production",
25441
- "description": "Vehicle is in production and has been released",
25783
+ "description": "Vehicle is in production and has been released.",
25442
25784
  "isDeprecated": false,
25443
25785
  "deprecationReason": null
25444
25786
  },
25445
25787
  {
25446
25788
  "name": "concept",
25447
- "description": "Future releases of a vehicle, a concept of the vehicle, specs may change over time",
25789
+ "description": "Future releases of a vehicle, a concept of the vehicle, specs may change over time.",
25448
25790
  "isDeprecated": false,
25449
25791
  "deprecationReason": null
25450
25792
  }
@@ -25458,7 +25800,7 @@
25458
25800
  "fields": [
25459
25801
  {
25460
25802
  "name": "make",
25461
- "description": "Vehicle manufacturer name",
25803
+ "description": "Vehicle manufacturer name.",
25462
25804
  "args": [],
25463
25805
  "type": {
25464
25806
  "kind": "NON_NULL",
@@ -25474,7 +25816,7 @@
25474
25816
  },
25475
25817
  {
25476
25818
  "name": "model",
25477
- "description": "Vehicle model name",
25819
+ "description": "Vehicle model name.",
25478
25820
  "args": [],
25479
25821
  "type": {
25480
25822
  "kind": "NON_NULL",
@@ -25490,7 +25832,7 @@
25490
25832
  },
25491
25833
  {
25492
25834
  "name": "version",
25493
- "description": "Version, edition or submodel of the vehicle",
25835
+ "description": "Version, edition or submodel of the vehicle.",
25494
25836
  "args": [],
25495
25837
  "type": {
25496
25838
  "kind": "SCALAR",
@@ -25502,7 +25844,7 @@
25502
25844
  },
25503
25845
  {
25504
25846
  "name": "edition",
25505
- "description": "Another submodel level of the vehicle",
25847
+ "description": "Another submodel level of the vehicle.",
25506
25848
  "args": [],
25507
25849
  "type": {
25508
25850
  "kind": "SCALAR",
@@ -25514,7 +25856,7 @@
25514
25856
  },
25515
25857
  {
25516
25858
  "name": "chargetrip_version",
25517
- "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years",
25859
+ "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide an version name, or uses the same version name across all trims or consecutive years.",
25518
25860
  "args": [],
25519
25861
  "type": {
25520
25862
  "kind": "NON_NULL",
@@ -25541,7 +25883,7 @@
25541
25883
  "fields": [
25542
25884
  {
25543
25885
  "name": "acceleration",
25544
- "description": "Acceleration in seconds, default in kmph to 100",
25886
+ "description": "Acceleration in seconds, default in kmph to 100.",
25545
25887
  "args": [
25546
25888
  {
25547
25889
  "name": "unit",
@@ -25566,7 +25908,7 @@
25566
25908
  },
25567
25909
  {
25568
25910
  "name": "top_speed",
25569
- "description": "Top speed of the vehicle, default in kmph",
25911
+ "description": "Top speed of the vehicle, default in kmph.",
25570
25912
  "args": [
25571
25913
  {
25572
25914
  "name": "unit",
@@ -25598,11 +25940,11 @@
25598
25940
  {
25599
25941
  "kind": "OBJECT",
25600
25942
  "name": "VehiclePremium",
25601
- "description": "The output element of the vehiclePremium query",
25943
+ "description": "The output element of the vehiclePremium query.",
25602
25944
  "fields": [
25603
25945
  {
25604
25946
  "name": "id",
25605
- "description": "Vehicles unique ID",
25947
+ "description": "Vehicles unique ID.",
25606
25948
  "args": [],
25607
25949
  "type": {
25608
25950
  "kind": "NON_NULL",
@@ -25618,7 +25960,7 @@
25618
25960
  },
25619
25961
  {
25620
25962
  "name": "succesor_id",
25621
- "description": "Internal ID of the successor vehicle trim",
25963
+ "description": "Internal ID of the successor vehicle trim.",
25622
25964
  "args": [],
25623
25965
  "type": {
25624
25966
  "kind": "SCALAR",
@@ -25630,7 +25972,7 @@
25630
25972
  },
25631
25973
  {
25632
25974
  "name": "naming",
25633
- "description": "Naming of the vehicle",
25975
+ "description": "Naming of the vehicle.",
25634
25976
  "args": [],
25635
25977
  "type": {
25636
25978
  "kind": "NON_NULL",
@@ -25646,7 +25988,7 @@
25646
25988
  },
25647
25989
  {
25648
25990
  "name": "connectors",
25649
- "description": "Connectors available for the vehicle",
25991
+ "description": "Connectors available for the vehicle.",
25650
25992
  "args": [],
25651
25993
  "type": {
25652
25994
  "kind": "NON_NULL",
@@ -25670,7 +26012,7 @@
25670
26012
  },
25671
26013
  {
25672
26014
  "name": "charge",
25673
- "description": "Charge details",
26015
+ "description": "Charge details.",
25674
26016
  "args": [],
25675
26017
  "type": {
25676
26018
  "kind": "NON_NULL",
@@ -25686,7 +26028,7 @@
25686
26028
  },
25687
26029
  {
25688
26030
  "name": "fast_charge",
25689
- "description": "Fast charge details",
26031
+ "description": "Fast charge details.",
25690
26032
  "args": [],
25691
26033
  "type": {
25692
26034
  "kind": "NON_NULL",
@@ -25702,7 +26044,7 @@
25702
26044
  },
25703
26045
  {
25704
26046
  "name": "adapters",
25705
- "description": "Adapters of connectors available for a connectors of the vehicle",
26047
+ "description": "Adapters of connectors available for a connectors of the vehicle.",
25706
26048
  "args": [],
25707
26049
  "type": {
25708
26050
  "kind": "NON_NULL",
@@ -25726,7 +26068,7 @@
25726
26068
  },
25727
26069
  {
25728
26070
  "name": "battery",
25729
- "description": "Battery of the vehicle",
26071
+ "description": "Battery of the vehicle.",
25730
26072
  "args": [],
25731
26073
  "type": {
25732
26074
  "kind": "NON_NULL",
@@ -25742,7 +26084,7 @@
25742
26084
  },
25743
26085
  {
25744
26086
  "name": "body",
25745
- "description": "Body of the vehicle",
26087
+ "description": "Body of the vehicle.",
25746
26088
  "args": [],
25747
26089
  "type": {
25748
26090
  "kind": "NON_NULL",
@@ -25758,7 +26100,7 @@
25758
26100
  },
25759
26101
  {
25760
26102
  "name": "availability",
25761
- "description": "Availability of the vehicle",
26103
+ "description": "Availability of the vehicle.",
25762
26104
  "args": [],
25763
26105
  "type": {
25764
26106
  "kind": "NON_NULL",
@@ -25774,7 +26116,7 @@
25774
26116
  },
25775
26117
  {
25776
26118
  "name": "price",
25777
- "description": "Pricing of the vehicle",
26119
+ "description": "Pricing of the vehicle.",
25778
26120
  "args": [],
25779
26121
  "type": {
25780
26122
  "kind": "NON_NULL",
@@ -25790,7 +26132,7 @@
25790
26132
  },
25791
26133
  {
25792
26134
  "name": "drivetrain",
25793
- "description": "Drivetrain of the vehicle",
26135
+ "description": "Drivetrain of the vehicle.",
25794
26136
  "args": [],
25795
26137
  "type": {
25796
26138
  "kind": "NON_NULL",
@@ -25806,7 +26148,7 @@
25806
26148
  },
25807
26149
  {
25808
26150
  "name": "performance",
25809
- "description": "Performance of the vehicle",
26151
+ "description": "Performance of the vehicle.",
25810
26152
  "args": [],
25811
26153
  "type": {
25812
26154
  "kind": "OBJECT",
@@ -25818,7 +26160,7 @@
25818
26160
  },
25819
26161
  {
25820
26162
  "name": "range",
25821
- "description": "Range of the vehicle",
26163
+ "description": "Range of the vehicle.",
25822
26164
  "args": [],
25823
26165
  "type": {
25824
26166
  "kind": "NON_NULL",
@@ -25834,7 +26176,7 @@
25834
26176
  },
25835
26177
  {
25836
26178
  "name": "efficiency",
25837
- "description": "Efficiency of the vehicle",
26179
+ "description": "Efficiency of the vehicle.",
25838
26180
  "args": [],
25839
26181
  "type": {
25840
26182
  "kind": "NON_NULL",
@@ -25850,7 +26192,7 @@
25850
26192
  },
25851
26193
  {
25852
26194
  "name": "safety",
25853
- "description": "Safety of the vehicle",
26195
+ "description": "Safety of the vehicle.",
25854
26196
  "args": [],
25855
26197
  "type": {
25856
26198
  "kind": "OBJECT",
@@ -25862,7 +26204,7 @@
25862
26204
  },
25863
26205
  {
25864
26206
  "name": "media",
25865
- "description": "Media of the vehicle",
26207
+ "description": "Media of the vehicle.",
25866
26208
  "args": [],
25867
26209
  "type": {
25868
26210
  "kind": "NON_NULL",
@@ -25878,7 +26220,7 @@
25878
26220
  },
25879
26221
  {
25880
26222
  "name": "routing",
25881
- "description": "Routing of the vehicle",
26223
+ "description": "Routing of the vehicle.",
25882
26224
  "args": [],
25883
26225
  "type": {
25884
26226
  "kind": "NON_NULL",
@@ -25894,7 +26236,7 @@
25894
26236
  },
25895
26237
  {
25896
26238
  "name": "connect",
25897
- "description": "Information about vehicle connectivity",
26239
+ "description": "Information about vehicle connectivity.",
25898
26240
  "args": [],
25899
26241
  "type": {
25900
26242
  "kind": "NON_NULL",
@@ -25907,6 +26249,62 @@
25907
26249
  },
25908
26250
  "isDeprecated": false,
25909
26251
  "deprecationReason": null
26252
+ },
26253
+ {
26254
+ "name": "region",
26255
+ "description": "Regions in which the vehicle is available. Based on the continent code (CC) standard.",
26256
+ "args": [],
26257
+ "type": {
26258
+ "kind": "NON_NULL",
26259
+ "name": null,
26260
+ "ofType": {
26261
+ "kind": "LIST",
26262
+ "name": null,
26263
+ "ofType": {
26264
+ "kind": "NON_NULL",
26265
+ "name": null,
26266
+ "ofType": {
26267
+ "kind": "ENUM",
26268
+ "name": "VehicleRegion",
26269
+ "ofType": null
26270
+ }
26271
+ }
26272
+ }
26273
+ },
26274
+ "isDeprecated": false,
26275
+ "deprecationReason": null
26276
+ },
26277
+ {
26278
+ "name": "purpose",
26279
+ "description": "Vehicle intended use. Can be passenger, cargo, or utility.",
26280
+ "args": [],
26281
+ "type": {
26282
+ "kind": "NON_NULL",
26283
+ "name": null,
26284
+ "ofType": {
26285
+ "kind": "ENUM",
26286
+ "name": "VehiclePurpose",
26287
+ "ofType": null
26288
+ }
26289
+ },
26290
+ "isDeprecated": false,
26291
+ "deprecationReason": null
26292
+ },
26293
+ {
26294
+ "name": "type",
26295
+ "description": "Type of vehicle.",
26296
+ "args": [],
26297
+ "type": {
26298
+ "kind": "NON_NULL",
26299
+ "name": null,
26300
+ "ofType": {
26301
+ "kind": "ENUM",
26302
+ "name": "VehicleType",
26303
+ "ofType": null
26304
+ }
26305
+ },
26306
+ "isDeprecated": false,
26307
+ "deprecationReason": null
25910
26308
  }
25911
26309
  ],
25912
26310
  "inputFields": null,
@@ -25921,7 +26319,7 @@
25921
26319
  "fields": [
25922
26320
  {
25923
26321
  "name": "status",
25924
- "description": "Availability of the vehicle",
26322
+ "description": "Availability of the vehicle.",
25925
26323
  "args": [],
25926
26324
  "type": {
25927
26325
  "kind": "NON_NULL",
@@ -25937,7 +26335,7 @@
25937
26335
  },
25938
26336
  {
25939
26337
  "name": "date_from",
25940
- "description": "Date of introduction, mm-yyyy",
26338
+ "description": "Date of introduction, mm-yyyy.",
25941
26339
  "args": [],
25942
26340
  "type": {
25943
26341
  "kind": "SCALAR",
@@ -25949,7 +26347,7 @@
25949
26347
  },
25950
26348
  {
25951
26349
  "name": "date_from_is_estimated",
25952
- "description": "Indicates if date from field is estimated",
26350
+ "description": "Indicates if date from field is estimated.",
25953
26351
  "args": [],
25954
26352
  "type": {
25955
26353
  "kind": "SCALAR",
@@ -25961,7 +26359,7 @@
25961
26359
  },
25962
26360
  {
25963
26361
  "name": "date_to",
25964
- "description": "Date last available, mm-yyyy",
26362
+ "description": "Date last available, mm-yyyy.",
25965
26363
  "args": [],
25966
26364
  "type": {
25967
26365
  "kind": "SCALAR",
@@ -25984,7 +26382,7 @@
25984
26382
  "fields": [
25985
26383
  {
25986
26384
  "name": "usable_kwh",
25987
- "description": "Usable battery capacity in kWh",
26385
+ "description": "Usable battery capacity in kWh.",
25988
26386
  "args": [],
25989
26387
  "type": {
25990
26388
  "kind": "NON_NULL",
@@ -26000,7 +26398,7 @@
26000
26398
  },
26001
26399
  {
26002
26400
  "name": "full_kwh",
26003
- "description": "Full battery capacity in kWh",
26401
+ "description": "Full battery capacity in kWh.",
26004
26402
  "args": [],
26005
26403
  "type": {
26006
26404
  "kind": "NON_NULL",
@@ -26016,7 +26414,7 @@
26016
26414
  },
26017
26415
  {
26018
26416
  "name": "estimated_fields",
26019
- "description": "Indicates which battery fields are estimated",
26417
+ "description": "Indicates which battery fields are estimated.",
26020
26418
  "args": [],
26021
26419
  "type": {
26022
26420
  "kind": "ENUM",
@@ -26028,7 +26426,7 @@
26028
26426
  },
26029
26427
  {
26030
26428
  "name": "thermal_management_system",
26031
- "description": "Battery thermal management system (active/passive, air/liquid)",
26429
+ "description": "Battery thermal management system (active/passive, air/liquid).",
26032
26430
  "args": [],
26033
26431
  "type": {
26034
26432
  "kind": "SCALAR",
@@ -26040,7 +26438,7 @@
26040
26438
  },
26041
26439
  {
26042
26440
  "name": "warranty_period",
26043
- "description": "Duration of battery warranty",
26441
+ "description": "Duration of battery warranty.",
26044
26442
  "args": [],
26045
26443
  "type": {
26046
26444
  "kind": "SCALAR",
@@ -26052,7 +26450,7 @@
26052
26450
  },
26053
26451
  {
26054
26452
  "name": "warranty_mileage",
26055
- "description": "Mileage of battery warranty",
26453
+ "description": "Mileage of battery warranty.",
26056
26454
  "args": [],
26057
26455
  "type": {
26058
26456
  "kind": "SCALAR",
@@ -26064,7 +26462,7 @@
26064
26462
  },
26065
26463
  {
26066
26464
  "name": "chemistry",
26067
- "description": "Chemistry of the battery",
26465
+ "description": "Chemistry of the battery.",
26068
26466
  "args": [],
26069
26467
  "type": {
26070
26468
  "kind": "SCALAR",
@@ -26076,7 +26474,7 @@
26076
26474
  },
26077
26475
  {
26078
26476
  "name": "manufacturer",
26079
- "description": "Manufacturer of the battery",
26477
+ "description": "Manufacturer of the battery.",
26080
26478
  "args": [],
26081
26479
  "type": {
26082
26480
  "kind": "SCALAR",
@@ -26088,7 +26486,7 @@
26088
26486
  },
26089
26487
  {
26090
26488
  "name": "modules",
26091
- "description": "Number of battery modules",
26489
+ "description": "Number of battery modules.",
26092
26490
  "args": [],
26093
26491
  "type": {
26094
26492
  "kind": "SCALAR",
@@ -26100,7 +26498,7 @@
26100
26498
  },
26101
26499
  {
26102
26500
  "name": "cells",
26103
- "description": "Number of cells in the battery pack, can include configuration (s = serial, p = parallel)",
26501
+ "description": "Number of cells in the battery pack, can include configuration (s = serial, p = parallel).",
26104
26502
  "args": [],
26105
26503
  "type": {
26106
26504
  "kind": "SCALAR",
@@ -26112,7 +26510,7 @@
26112
26510
  },
26113
26511
  {
26114
26512
  "name": "weight",
26115
- "description": "Weight of the battery pack",
26513
+ "description": "Weight of the battery pack.",
26116
26514
  "args": [],
26117
26515
  "type": {
26118
26516
  "kind": "SCALAR",
@@ -26124,7 +26522,7 @@
26124
26522
  },
26125
26523
  {
26126
26524
  "name": "nominal_voltage",
26127
- "description": "Nominal voltage of battery",
26525
+ "description": "Nominal voltage of battery.",
26128
26526
  "args": [],
26129
26527
  "type": {
26130
26528
  "kind": "SCALAR",
@@ -26147,7 +26545,7 @@
26147
26545
  "fields": [
26148
26546
  {
26149
26547
  "name": "length",
26150
- "description": "Length, default in mm",
26548
+ "description": "Length, default in mm.",
26151
26549
  "args": [
26152
26550
  {
26153
26551
  "name": "unit",
@@ -26172,7 +26570,7 @@
26172
26570
  },
26173
26571
  {
26174
26572
  "name": "width",
26175
- "description": "Width with folded mirrors, default in mm",
26573
+ "description": "Width with folded mirrors, default in mm.",
26176
26574
  "args": [
26177
26575
  {
26178
26576
  "name": "unit",
@@ -26201,7 +26599,7 @@
26201
26599
  },
26202
26600
  {
26203
26601
  "name": "full_width",
26204
- "description": "Width of vehicle including mirrors, default in mm",
26602
+ "description": "Width of vehicle including mirrors, default in mm.",
26205
26603
  "args": [
26206
26604
  {
26207
26605
  "name": "unit",
@@ -26226,7 +26624,7 @@
26226
26624
  },
26227
26625
  {
26228
26626
  "name": "height",
26229
- "description": "Height (average height for adjustable suspensions), default in mm",
26627
+ "description": "Height (average height for adjustable suspensions), default in mm.",
26230
26628
  "args": [
26231
26629
  {
26232
26630
  "name": "unit",
@@ -26255,7 +26653,7 @@
26255
26653
  },
26256
26654
  {
26257
26655
  "name": "size_is_estimated",
26258
- "description": "Indicates if length/width/height fields are estimations",
26656
+ "description": "Indicates if length/width/height fields are estimations.",
26259
26657
  "args": [],
26260
26658
  "type": {
26261
26659
  "kind": "SCALAR",
@@ -26267,7 +26665,7 @@
26267
26665
  },
26268
26666
  {
26269
26667
  "name": "wheelbase",
26270
- "description": "Wheelbase, default in mm",
26668
+ "description": "Wheelbase, default in mm.",
26271
26669
  "args": [
26272
26670
  {
26273
26671
  "name": "unit",
@@ -26292,7 +26690,7 @@
26292
26690
  },
26293
26691
  {
26294
26692
  "name": "wheelbase_is_estimated",
26295
- "description": "Indicates if wheelbase field is estimated",
26693
+ "description": "Indicates if wheelbase field is estimated.",
26296
26694
  "args": [],
26297
26695
  "type": {
26298
26696
  "kind": "SCALAR",
@@ -26304,7 +26702,7 @@
26304
26702
  },
26305
26703
  {
26306
26704
  "name": "weight",
26307
- "description": "Weight (unladen EU)",
26705
+ "description": "Weight (unladen EU).",
26308
26706
  "args": [],
26309
26707
  "type": {
26310
26708
  "kind": "NON_NULL",
@@ -26320,7 +26718,7 @@
26320
26718
  },
26321
26719
  {
26322
26720
  "name": "weight_gvwr",
26323
- "description": "Maximum allowed vehicle weight with payload",
26721
+ "description": "Maximum allowed vehicle weight with payload.",
26324
26722
  "args": [],
26325
26723
  "type": {
26326
26724
  "kind": "OBJECT",
@@ -26332,7 +26730,7 @@
26332
26730
  },
26333
26731
  {
26334
26732
  "name": "weight_gtw",
26335
- "description": "Maximum allowed vehicle and trailer weight with payload",
26733
+ "description": "Maximum allowed vehicle and trailer weight with payload.",
26336
26734
  "args": [],
26337
26735
  "type": {
26338
26736
  "kind": "OBJECT",
@@ -26344,7 +26742,7 @@
26344
26742
  },
26345
26743
  {
26346
26744
  "name": "weight_payload",
26347
- "description": "Allowed payload weight",
26745
+ "description": "Allowed payload weight.",
26348
26746
  "args": [],
26349
26747
  "type": {
26350
26748
  "kind": "OBJECT",
@@ -26356,7 +26754,7 @@
26356
26754
  },
26357
26755
  {
26358
26756
  "name": "weight_is_estimated",
26359
- "description": "Indicates if weight field is estimated",
26757
+ "description": "Indicates if weight field is estimated.",
26360
26758
  "args": [],
26361
26759
  "type": {
26362
26760
  "kind": "SCALAR",
@@ -26368,7 +26766,7 @@
26368
26766
  },
26369
26767
  {
26370
26768
  "name": "weight_max_payload",
26371
- "description": "Maximum payload allowed for the vehicle, default in kg",
26769
+ "description": "Maximum payload allowed for the vehicle, default in kg.",
26372
26770
  "args": [
26373
26771
  {
26374
26772
  "name": "unit",
@@ -26393,7 +26791,7 @@
26393
26791
  },
26394
26792
  {
26395
26793
  "name": "max_gross_vehicle_weight",
26396
- "description": "Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload), default in kg",
26794
+ "description": "Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload), default in kg.",
26397
26795
  "args": [
26398
26796
  {
26399
26797
  "name": "unit",
@@ -26418,7 +26816,7 @@
26418
26816
  },
26419
26817
  {
26420
26818
  "name": "boot_capacity",
26421
- "description": "Standard luggage capacity, default in l",
26819
+ "description": "Standard luggage capacity, default in l.",
26422
26820
  "args": [
26423
26821
  {
26424
26822
  "name": "unit",
@@ -26443,7 +26841,7 @@
26443
26841
  },
26444
26842
  {
26445
26843
  "name": "boot_front_capacity",
26446
- "description": "Storage capacity of front trunk/under the hood (frunk), default in l",
26844
+ "description": "Storage capacity of front trunk/under the hood (frunk), default in l.",
26447
26845
  "args": [],
26448
26846
  "type": {
26449
26847
  "kind": "SCALAR",
@@ -26455,7 +26853,7 @@
26455
26853
  },
26456
26854
  {
26457
26855
  "name": "boot_capacity_max",
26458
- "description": "Maximum luggage capacity, default in l",
26856
+ "description": "Maximum luggage capacity, default in l.",
26459
26857
  "args": [
26460
26858
  {
26461
26859
  "name": "unit",
@@ -26480,7 +26878,7 @@
26480
26878
  },
26481
26879
  {
26482
26880
  "name": "tow_hitch_compatible",
26483
- "description": "Indicates if a tow hitch/towbar can be fitted according to vehicle homologation",
26881
+ "description": "Indicates if a tow hitch/towbar can be fitted according to vehicle homologation.",
26484
26882
  "args": [],
26485
26883
  "type": {
26486
26884
  "kind": "SCALAR",
@@ -26492,7 +26890,7 @@
26492
26890
  },
26493
26891
  {
26494
26892
  "name": "tow_weight_unbraked",
26495
- "description": "Maximum unbraked towing weight, default in kg",
26893
+ "description": "Maximum unbraked towing weight, default in kg.",
26496
26894
  "args": [
26497
26895
  {
26498
26896
  "name": "unit",
@@ -26517,7 +26915,7 @@
26517
26915
  },
26518
26916
  {
26519
26917
  "name": "tow_weight_braked",
26520
- "description": "Maximum braked towing weight, default in kg",
26918
+ "description": "Maximum braked towing weight, default in kg.",
26521
26919
  "args": [
26522
26920
  {
26523
26921
  "name": "unit",
@@ -26542,7 +26940,7 @@
26542
26940
  },
26543
26941
  {
26544
26942
  "name": "tow_weight_is_estimated",
26545
- "description": "Indicates if tow weight fields are estimations",
26943
+ "description": "Indicates if tow weight fields are estimations.",
26546
26944
  "args": [],
26547
26945
  "type": {
26548
26946
  "kind": "SCALAR",
@@ -26554,7 +26952,7 @@
26554
26952
  },
26555
26953
  {
26556
26954
  "name": "tow_weight_vertical_load",
26557
- "description": "Maximum vertical load / noseweight on tow hitch according to vehicle homologation, default in kg",
26955
+ "description": "Maximum vertical load / noseweight on tow hitch according to vehicle homologation, default in kg.",
26558
26956
  "args": [
26559
26957
  {
26560
26958
  "name": "unit",
@@ -26579,7 +26977,7 @@
26579
26977
  },
26580
26978
  {
26581
26979
  "name": "roof_load_max",
26582
- "description": "Maximum load on roof of the vehicle, default in kg",
26980
+ "description": "Maximum load on roof of the vehicle, default in kg.",
26583
26981
  "args": [
26584
26982
  {
26585
26983
  "name": "unit",
@@ -26604,7 +27002,7 @@
26604
27002
  },
26605
27003
  {
26606
27004
  "name": "body_type",
26607
- "description": "Body type, listed in local naming convention where applicable",
27005
+ "description": "Body type, listed in local naming convention where applicable.",
26608
27006
  "args": [],
26609
27007
  "type": {
26610
27008
  "kind": "SCALAR",
@@ -26616,7 +27014,7 @@
26616
27014
  },
26617
27015
  {
26618
27016
  "name": "segment",
26619
- "description": "Segment, listed in local naming convention where applicable",
27017
+ "description": "Segment, listed in local naming convention where applicable.",
26620
27018
  "args": [],
26621
27019
  "type": {
26622
27020
  "kind": "SCALAR",
@@ -26628,19 +27026,23 @@
26628
27026
  },
26629
27027
  {
26630
27028
  "name": "seats",
26631
- "description": "Number of seats",
27029
+ "description": "Number of seats.",
26632
27030
  "args": [],
26633
27031
  "type": {
26634
- "kind": "SCALAR",
26635
- "name": "Int",
26636
- "ofType": null
27032
+ "kind": "NON_NULL",
27033
+ "name": null,
27034
+ "ofType": {
27035
+ "kind": "SCALAR",
27036
+ "name": "Int",
27037
+ "ofType": null
27038
+ }
26637
27039
  },
26638
27040
  "isDeprecated": false,
26639
27041
  "deprecationReason": null
26640
27042
  },
26641
27043
  {
26642
27044
  "name": "has_roofrails",
26643
- "description": "Indicates whether a vehicle has roof rails as a standard",
27045
+ "description": "Indicates whether a vehicle has roof rails as a standard.",
26644
27046
  "args": [],
26645
27047
  "type": {
26646
27048
  "kind": "SCALAR",
@@ -26652,7 +27054,7 @@
26652
27054
  },
26653
27055
  {
26654
27056
  "name": "turning_circle",
26655
- "description": "Turning circle of the vehicle kerb-to-kerb, default in meters",
27057
+ "description": "Turning circle of the vehicle kerb-to-kerb, default in meters.",
26656
27058
  "args": [
26657
27059
  {
26658
27060
  "name": "unit",
@@ -26677,7 +27079,7 @@
26677
27079
  },
26678
27080
  {
26679
27081
  "name": "vehicle_platform",
26680
- "description": "Name of the vehicle platform used for vehicle (often abbreviated to indicate group platforms)",
27082
+ "description": "Name of the vehicle platform used for vehicle (often abbreviated to indicate group platforms).",
26681
27083
  "args": [],
26682
27084
  "type": {
26683
27085
  "kind": "SCALAR",
@@ -26689,7 +27091,7 @@
26689
27091
  },
26690
27092
  {
26691
27093
  "name": "vehicle_platform_is_dedicated",
26692
- "description": "Indicates if the vehicle platform used for vehicle is a dedicated battery electric vehicle platform",
27094
+ "description": "Indicates if the vehicle platform used for vehicle is a dedicated battery electric vehicle platform.",
26693
27095
  "args": [],
26694
27096
  "type": {
26695
27097
  "kind": "SCALAR",
@@ -26712,11 +27114,11 @@
26712
27114
  "fields": [
26713
27115
  {
26714
27116
  "name": "plug",
26715
- "description": "Information about the main connector",
27117
+ "description": "Information about the main connector.",
26716
27118
  "args": [],
26717
27119
  "type": {
26718
27120
  "kind": "OBJECT",
26719
- "name": "VehiclePremiumChargeConnector",
27121
+ "name": "VehiclePremiumChargePlug",
26720
27122
  "ofType": null
26721
27123
  },
26722
27124
  "isDeprecated": false,
@@ -26724,11 +27126,11 @@
26724
27126
  },
26725
27127
  {
26726
27128
  "name": "second_plug",
26727
- "description": "Information about vehicles secondary onboard charger",
27129
+ "description": "Information about vehicles secondary onboard charger.",
26728
27130
  "args": [],
26729
27131
  "type": {
26730
27132
  "kind": "OBJECT",
26731
- "name": "VehiclePremiumChargeSecondConnector",
27133
+ "name": "VehiclePremiumChargeSecondPlug",
26732
27134
  "ofType": null
26733
27135
  },
26734
27136
  "isDeprecated": false,
@@ -26736,7 +27138,7 @@
26736
27138
  },
26737
27139
  {
26738
27140
  "name": "standard",
26739
- "description": "Information about the vehicle standard onboard charger",
27141
+ "description": "Information about the vehicle standard onboard charger.",
26740
27142
  "args": [],
26741
27143
  "type": {
26742
27144
  "kind": "OBJECT",
@@ -26748,7 +27150,7 @@
26748
27150
  },
26749
27151
  {
26750
27152
  "name": "option",
26751
- "description": "Optional upgrade for the standard onboard charger when available",
27153
+ "description": "Optional upgrade for the standard onboard charger when available.",
26752
27154
  "args": [],
26753
27155
  "type": {
26754
27156
  "kind": "OBJECT",
@@ -26757,6 +27159,18 @@
26757
27159
  },
26758
27160
  "isDeprecated": false,
26759
27161
  "deprecationReason": null
27162
+ },
27163
+ {
27164
+ "name": "alternative",
27165
+ "description": "Alternative upgrade for the standard onboard charger when available.",
27166
+ "args": [],
27167
+ "type": {
27168
+ "kind": "OBJECT",
27169
+ "name": "VehiclePremiumChargeAlternativeOBC",
27170
+ "ofType": null
27171
+ },
27172
+ "isDeprecated": false,
27173
+ "deprecationReason": null
26760
27174
  }
26761
27175
  ],
26762
27176
  "inputFields": null,
@@ -26766,44 +27180,97 @@
26766
27180
  },
26767
27181
  {
26768
27182
  "kind": "OBJECT",
26769
- "name": "VehiclePremiumChargeConnector",
27183
+ "name": "VehiclePremiumChargeAlternativeOBC",
26770
27184
  "description": null,
26771
27185
  "fields": [
26772
27186
  {
26773
- "name": "value",
26774
- "description": "Type of charge port on vehicle",
27187
+ "name": "power",
27188
+ "description": "Maximum power OBC can accept to charge a battery (standard OBC).",
26775
27189
  "args": [],
26776
27190
  "type": {
26777
- "kind": "ENUM",
26778
- "name": "ConnectorType",
27191
+ "kind": "SCALAR",
27192
+ "name": "Float",
26779
27193
  "ofType": null
26780
27194
  },
26781
27195
  "isDeprecated": false,
26782
27196
  "deprecationReason": null
26783
27197
  },
26784
27198
  {
26785
- "name": "is_estimated",
26786
- "description": "Indicates if value is an estimate",
27199
+ "name": "phases",
27200
+ "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC).",
26787
27201
  "args": [],
26788
27202
  "type": {
26789
27203
  "kind": "SCALAR",
26790
- "name": "Boolean",
27204
+ "name": "Int",
26791
27205
  "ofType": null
26792
27206
  },
26793
27207
  "isDeprecated": false,
26794
27208
  "deprecationReason": null
26795
27209
  },
26796
27210
  {
26797
- "name": "location",
26798
- "description": "Location of charge port",
27211
+ "name": "phase_amperage",
27212
+ "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC).",
26799
27213
  "args": [],
26800
27214
  "type": {
26801
27215
  "kind": "SCALAR",
26802
- "name": "String",
27216
+ "name": "Float",
27217
+ "ofType": null
27218
+ },
27219
+ "isDeprecated": false,
27220
+ "deprecationReason": null
27221
+ },
27222
+ {
27223
+ "name": "charge_time",
27224
+ "description": "Minutes needed to charge from 0% to 100% (standard OBC).",
27225
+ "args": [],
27226
+ "type": {
27227
+ "kind": "SCALAR",
27228
+ "name": "Int",
27229
+ "ofType": null
27230
+ },
27231
+ "isDeprecated": false,
27232
+ "deprecationReason": null
27233
+ },
27234
+ {
27235
+ "name": "charge_speed",
27236
+ "description": "Charging speed when charging at maximum power (standard OBC), default in kmph.",
27237
+ "args": [
27238
+ {
27239
+ "name": "unit",
27240
+ "description": null,
27241
+ "type": {
27242
+ "kind": "ENUM",
27243
+ "name": "ChargeSpeedUnit",
27244
+ "ofType": null
27245
+ },
27246
+ "defaultValue": null,
27247
+ "isDeprecated": false,
27248
+ "deprecationReason": null
27249
+ }
27250
+ ],
27251
+ "type": {
27252
+ "kind": "SCALAR",
27253
+ "name": "Float",
26803
27254
  "ofType": null
26804
27255
  },
26805
27256
  "isDeprecated": false,
26806
27257
  "deprecationReason": null
27258
+ },
27259
+ {
27260
+ "name": "table",
27261
+ "description": "Charging details for the standard OBC at several charging points.",
27262
+ "args": [],
27263
+ "type": {
27264
+ "kind": "LIST",
27265
+ "name": null,
27266
+ "ofType": {
27267
+ "kind": "OBJECT",
27268
+ "name": "VehiclePremiumChargeOBCTable",
27269
+ "ofType": null
27270
+ }
27271
+ },
27272
+ "isDeprecated": false,
27273
+ "deprecationReason": null
26807
27274
  }
26808
27275
  ],
26809
27276
  "inputFields": null,
@@ -26818,7 +27285,7 @@
26818
27285
  "fields": [
26819
27286
  {
26820
27287
  "name": "evse_phase_voltage",
26821
- "description": "Voltage between phase and neutral for this EVSE (phase voltage)",
27288
+ "description": "Voltage between phase and neutral for this EVSE (phase voltage).",
26822
27289
  "args": [],
26823
27290
  "type": {
26824
27291
  "kind": "SCALAR",
@@ -26830,7 +27297,7 @@
26830
27297
  },
26831
27298
  {
26832
27299
  "name": "evse_phase_amperage",
26833
- "description": "Current per phase for this EVSE (phase current)",
27300
+ "description": "Current per phase for this EVSE (phase current).",
26834
27301
  "args": [],
26835
27302
  "type": {
26836
27303
  "kind": "SCALAR",
@@ -26842,7 +27309,7 @@
26842
27309
  },
26843
27310
  {
26844
27311
  "name": "evse_phases",
26845
- "description": "Number of phases for this EVSE",
27312
+ "description": "Number of phases for this EVSE.",
26846
27313
  "args": [],
26847
27314
  "type": {
26848
27315
  "kind": "SCALAR",
@@ -26854,7 +27321,7 @@
26854
27321
  },
26855
27322
  {
26856
27323
  "name": "charge_phase_voltage",
26857
- "description": "Voltage between phase and neutral used by standard OBC (phase voltage)",
27324
+ "description": "Voltage between phase and neutral used by standard OBC (phase voltage).",
26858
27325
  "args": [],
26859
27326
  "type": {
26860
27327
  "kind": "SCALAR",
@@ -26866,7 +27333,7 @@
26866
27333
  },
26867
27334
  {
26868
27335
  "name": "charge_phase_amperage",
26869
- "description": "Current per phase used by standard OBC (phase current)",
27336
+ "description": "Current per phase used by standard OBC (phase current).",
26870
27337
  "args": [],
26871
27338
  "type": {
26872
27339
  "kind": "SCALAR",
@@ -26878,7 +27345,7 @@
26878
27345
  },
26879
27346
  {
26880
27347
  "name": "charge_phases",
26881
- "description": "Number of phases used by standard OBC",
27348
+ "description": "Number of phases used by standard OBC.",
26882
27349
  "args": [],
26883
27350
  "type": {
26884
27351
  "kind": "SCALAR",
@@ -26890,7 +27357,7 @@
26890
27357
  },
26891
27358
  {
26892
27359
  "name": "charge_power",
26893
- "description": "Power used by standard OBC (before OBC losses)",
27360
+ "description": "Power used by standard OBC (before OBC losses).",
26894
27361
  "args": [],
26895
27362
  "type": {
26896
27363
  "kind": "SCALAR",
@@ -26902,7 +27369,7 @@
26902
27369
  },
26903
27370
  {
26904
27371
  "name": "charge_time",
26905
- "description": "Minutes needed to charge from 0% to 100% (standard OBC with this EVSE)",
27372
+ "description": "Minutes needed to charge from 0% to 100% (standard OBC with this EVSE).",
26906
27373
  "args": [],
26907
27374
  "type": {
26908
27375
  "kind": "SCALAR",
@@ -26914,7 +27381,7 @@
26914
27381
  },
26915
27382
  {
26916
27383
  "name": "charge_speed",
26917
- "description": "Charging speed when charging at maximum power (standard OBC with this EVSE), default in kmph",
27384
+ "description": "Charging speed when charging at maximum power (standard OBC with this EVSE), default in kmph.",
26918
27385
  "args": [
26919
27386
  {
26920
27387
  "name": "unit",
@@ -26950,7 +27417,7 @@
26950
27417
  "fields": [
26951
27418
  {
26952
27419
  "name": "power",
26953
- "description": "Maximum power OBC can accept to charge a battery (standard OBC)",
27420
+ "description": "Maximum power OBC can accept to charge a battery (standard OBC).",
26954
27421
  "args": [],
26955
27422
  "type": {
26956
27423
  "kind": "SCALAR",
@@ -26962,7 +27429,7 @@
26962
27429
  },
26963
27430
  {
26964
27431
  "name": "phases",
26965
- "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC)",
27432
+ "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC).",
26966
27433
  "args": [],
26967
27434
  "type": {
26968
27435
  "kind": "SCALAR",
@@ -26974,7 +27441,7 @@
26974
27441
  },
26975
27442
  {
26976
27443
  "name": "phase_amperage",
26977
- "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC)",
27444
+ "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC).",
26978
27445
  "args": [],
26979
27446
  "type": {
26980
27447
  "kind": "SCALAR",
@@ -26986,7 +27453,7 @@
26986
27453
  },
26987
27454
  {
26988
27455
  "name": "charge_time",
26989
- "description": "Minutes needed to charge from 0% to 100% (standard OBC)",
27456
+ "description": "Minutes needed to charge from 0% to 100% (standard OBC).",
26990
27457
  "args": [],
26991
27458
  "type": {
26992
27459
  "kind": "SCALAR",
@@ -26998,7 +27465,7 @@
26998
27465
  },
26999
27466
  {
27000
27467
  "name": "charge_speed",
27001
- "description": "Charging speed when charging at maximum power (standard OBC), default in kmph",
27468
+ "description": "Charging speed when charging at maximum power (standard OBC), default in kmph.",
27002
27469
  "args": [
27003
27470
  {
27004
27471
  "name": "unit",
@@ -27015,24 +27482,71 @@
27015
27482
  ],
27016
27483
  "type": {
27017
27484
  "kind": "SCALAR",
27018
- "name": "Float",
27485
+ "name": "Float",
27486
+ "ofType": null
27487
+ },
27488
+ "isDeprecated": false,
27489
+ "deprecationReason": null
27490
+ },
27491
+ {
27492
+ "name": "table",
27493
+ "description": "Charging details for the standard OBC at several charging points.",
27494
+ "args": [],
27495
+ "type": {
27496
+ "kind": "LIST",
27497
+ "name": null,
27498
+ "ofType": {
27499
+ "kind": "OBJECT",
27500
+ "name": "VehiclePremiumChargeOBCTable",
27501
+ "ofType": null
27502
+ }
27503
+ },
27504
+ "isDeprecated": false,
27505
+ "deprecationReason": null
27506
+ }
27507
+ ],
27508
+ "inputFields": null,
27509
+ "interfaces": [],
27510
+ "enumValues": null,
27511
+ "possibleTypes": null
27512
+ },
27513
+ {
27514
+ "kind": "OBJECT",
27515
+ "name": "VehiclePremiumChargePlug",
27516
+ "description": null,
27517
+ "fields": [
27518
+ {
27519
+ "name": "value",
27520
+ "description": "Type of charge port on vehicle.",
27521
+ "args": [],
27522
+ "type": {
27523
+ "kind": "ENUM",
27524
+ "name": "ConnectorType",
27525
+ "ofType": null
27526
+ },
27527
+ "isDeprecated": false,
27528
+ "deprecationReason": null
27529
+ },
27530
+ {
27531
+ "name": "is_estimated",
27532
+ "description": "Indicates if value is an estimate.",
27533
+ "args": [],
27534
+ "type": {
27535
+ "kind": "SCALAR",
27536
+ "name": "Boolean",
27019
27537
  "ofType": null
27020
27538
  },
27021
27539
  "isDeprecated": false,
27022
27540
  "deprecationReason": null
27023
27541
  },
27024
27542
  {
27025
- "name": "table",
27026
- "description": "Charging details for the standard OBC at several charging points",
27543
+ "name": "location",
27544
+ "description": "Location of charge port.",
27027
27545
  "args": [],
27028
27546
  "type": {
27029
- "kind": "LIST",
27030
- "name": null,
27031
- "ofType": {
27032
- "kind": "OBJECT",
27033
- "name": "VehiclePremiumChargeOBCTable",
27034
- "ofType": null
27035
- }
27547
+ "kind": "SCALAR",
27548
+ "name": "String",
27549
+ "ofType": null
27036
27550
  },
27037
27551
  "isDeprecated": false,
27038
27552
  "deprecationReason": null
@@ -27050,7 +27564,7 @@
27050
27564
  "fields": [
27051
27565
  {
27052
27566
  "name": "max",
27053
- "description": "Maximum value",
27567
+ "description": "Maximum value.",
27054
27568
  "args": [],
27055
27569
  "type": {
27056
27570
  "kind": "SCALAR",
@@ -27062,7 +27576,7 @@
27062
27576
  },
27063
27577
  {
27064
27578
  "name": "average",
27065
- "description": "Average value",
27579
+ "description": "Average value.",
27066
27580
  "args": [],
27067
27581
  "type": {
27068
27582
  "kind": "SCALAR",
@@ -27080,12 +27594,12 @@
27080
27594
  },
27081
27595
  {
27082
27596
  "kind": "OBJECT",
27083
- "name": "VehiclePremiumChargeSecondConnector",
27597
+ "name": "VehiclePremiumChargeSecondPlug",
27084
27598
  "description": null,
27085
27599
  "fields": [
27086
27600
  {
27087
27601
  "name": "location",
27088
- "description": "Location of charge port",
27602
+ "description": "Location of charge port.",
27089
27603
  "args": [],
27090
27604
  "type": {
27091
27605
  "kind": "SCALAR",
@@ -27097,7 +27611,7 @@
27097
27611
  },
27098
27612
  {
27099
27613
  "name": "is_optional",
27100
- "description": "Indicates if second charge port is optional",
27614
+ "description": "Indicates if second charge port is optional.",
27101
27615
  "args": [],
27102
27616
  "type": {
27103
27617
  "kind": "SCALAR",
@@ -27120,7 +27634,7 @@
27120
27634
  "fields": [
27121
27635
  {
27122
27636
  "name": "power",
27123
- "description": "Maximum power OBC can accept to charge a battery (standard OBC)",
27637
+ "description": "Maximum power OBC can accept to charge a battery (standard OBC).",
27124
27638
  "args": [],
27125
27639
  "type": {
27126
27640
  "kind": "SCALAR",
@@ -27132,7 +27646,7 @@
27132
27646
  },
27133
27647
  {
27134
27648
  "name": "phases",
27135
- "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC)",
27649
+ "description": "Number of phases the OBC accepts to achieve maximum power (standard OBC).",
27136
27650
  "args": [],
27137
27651
  "type": {
27138
27652
  "kind": "SCALAR",
@@ -27144,7 +27658,7 @@
27144
27658
  },
27145
27659
  {
27146
27660
  "name": "phase_amperage",
27147
- "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC)",
27661
+ "description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC).",
27148
27662
  "args": [],
27149
27663
  "type": {
27150
27664
  "kind": "SCALAR",
@@ -27156,7 +27670,7 @@
27156
27670
  },
27157
27671
  {
27158
27672
  "name": "charge_time",
27159
- "description": "Minutes needed to charge from 0% to 100% (standard OBC)",
27673
+ "description": "Minutes needed to charge from 0% to 100% (standard OBC).",
27160
27674
  "args": [],
27161
27675
  "type": {
27162
27676
  "kind": "SCALAR",
@@ -27168,7 +27682,7 @@
27168
27682
  },
27169
27683
  {
27170
27684
  "name": "charge_speed",
27171
- "description": "Charging speed when charging at maximum power (standard OBC), default in kmph",
27685
+ "description": "Charging speed when charging at maximum power (standard OBC), default in kmph.",
27172
27686
  "args": [
27173
27687
  {
27174
27688
  "name": "unit",
@@ -27193,7 +27707,7 @@
27193
27707
  },
27194
27708
  {
27195
27709
  "name": "is_estimated",
27196
- "description": "Indicates if Charge_Standard fields are estimated",
27710
+ "description": "Indicates if Charge_Standard fields are estimated.",
27197
27711
  "args": [],
27198
27712
  "type": {
27199
27713
  "kind": "SCALAR",
@@ -27205,7 +27719,7 @@
27205
27719
  },
27206
27720
  {
27207
27721
  "name": "table",
27208
- "description": "Charging details for the standard OBC at several charging points",
27722
+ "description": "Charging details for the standard OBC at several charging points.",
27209
27723
  "args": [],
27210
27724
  "type": {
27211
27725
  "kind": "LIST",
@@ -27232,7 +27746,7 @@
27232
27746
  "fields": [
27233
27747
  {
27234
27748
  "name": "type",
27235
- "description": "Type of drivetrain",
27749
+ "description": "Type of drivetrain.",
27236
27750
  "args": [],
27237
27751
  "type": {
27238
27752
  "kind": "NON_NULL",
@@ -27248,7 +27762,7 @@
27248
27762
  },
27249
27763
  {
27250
27764
  "name": "fuel",
27251
- "description": "Fuel type",
27765
+ "description": "Fuel type.",
27252
27766
  "args": [],
27253
27767
  "type": {
27254
27768
  "kind": "ENUM",
@@ -27260,7 +27774,7 @@
27260
27774
  },
27261
27775
  {
27262
27776
  "name": "propulsion",
27263
- "description": "Propulsion type",
27777
+ "description": "Propulsion type.",
27264
27778
  "args": [],
27265
27779
  "type": {
27266
27780
  "kind": "ENUM",
@@ -27272,7 +27786,7 @@
27272
27786
  },
27273
27787
  {
27274
27788
  "name": "propulsion_is_estimated",
27275
- "description": "Indicates if propulsion field is estimated",
27789
+ "description": "Indicates if propulsion field is estimated.",
27276
27790
  "args": [],
27277
27791
  "type": {
27278
27792
  "kind": "SCALAR",
@@ -27284,7 +27798,7 @@
27284
27798
  },
27285
27799
  {
27286
27800
  "name": "power",
27287
- "description": "Maximum (combined) power output, default in kw",
27801
+ "description": "Maximum (combined) power output, default in kw.",
27288
27802
  "args": [
27289
27803
  {
27290
27804
  "name": "unit",
@@ -27309,7 +27823,7 @@
27309
27823
  },
27310
27824
  {
27311
27825
  "name": "power_is_estimated",
27312
- "description": "Indicates if power field is estimated",
27826
+ "description": "Indicates if power field is estimated.",
27313
27827
  "args": [],
27314
27828
  "type": {
27315
27829
  "kind": "SCALAR",
@@ -27321,7 +27835,7 @@
27321
27835
  },
27322
27836
  {
27323
27837
  "name": "power_hp",
27324
- "description": "Maximum (combine) power output, default in horsepower (PS)",
27838
+ "description": "Maximum (combine) power output, default in horsepower (PS).",
27325
27839
  "args": [
27326
27840
  {
27327
27841
  "name": "unit",
@@ -27346,7 +27860,7 @@
27346
27860
  },
27347
27861
  {
27348
27862
  "name": "torque",
27349
- "description": "Maximum (combine) torque output, default in newton meter",
27863
+ "description": "Maximum (combine) torque output, default in newton meter.",
27350
27864
  "args": [
27351
27865
  {
27352
27866
  "name": "unit",
@@ -27371,7 +27885,7 @@
27371
27885
  },
27372
27886
  {
27373
27887
  "name": "torque_is_estimated",
27374
- "description": "Indicates if torque field is estimated",
27888
+ "description": "Indicates if torque field is estimated.",
27375
27889
  "args": [],
27376
27890
  "type": {
27377
27891
  "kind": "SCALAR",
@@ -27394,7 +27908,7 @@
27394
27908
  "fields": [
27395
27909
  {
27396
27910
  "name": "wltp",
27397
- "description": "Rated efficiency in WLTP combined cycle",
27911
+ "description": "Rated efficiency in WLTP combined cycle.",
27398
27912
  "args": [],
27399
27913
  "type": {
27400
27914
  "kind": "OBJECT",
@@ -27406,7 +27920,7 @@
27406
27920
  },
27407
27921
  {
27408
27922
  "name": "wltp_teh",
27409
- "description": "Rated efficiency in WLTP combined cycle (TEH / least efficient trim)",
27923
+ "description": "Rated efficiency in WLTP combined cycle (TEH / least efficient trim).",
27410
27924
  "args": [],
27411
27925
  "type": {
27412
27926
  "kind": "OBJECT",
@@ -27418,7 +27932,7 @@
27418
27932
  },
27419
27933
  {
27420
27934
  "name": "nedc",
27421
- "description": "Rated efficiency in NEDC combined cycle",
27935
+ "description": "Rated efficiency in NEDC combined cycle.",
27422
27936
  "args": [],
27423
27937
  "type": {
27424
27938
  "kind": "OBJECT",
@@ -27430,7 +27944,7 @@
27430
27944
  },
27431
27945
  {
27432
27946
  "name": "provider",
27433
- "description": "Vehicle efficiency based on provider range",
27947
+ "description": "Vehicle efficiency based on provider range.",
27434
27948
  "args": [],
27435
27949
  "type": {
27436
27950
  "kind": "OBJECT",
@@ -27453,7 +27967,7 @@
27453
27967
  "fields": [
27454
27968
  {
27455
27969
  "name": "value",
27456
- "description": "Rated efficiency in NEDC combined cycle, default in kWh/100 km",
27970
+ "description": "Rated efficiency in NEDC combined cycle, default in kWh/100 km.",
27457
27971
  "args": [
27458
27972
  {
27459
27973
  "name": "unit",
@@ -27478,7 +27992,7 @@
27478
27992
  },
27479
27993
  {
27480
27994
  "name": "fuel_equivalent",
27481
- "description": "Rated efficiency in NEDC combined cycle presented in gas equivalent, default in l/100 km",
27995
+ "description": "Rated efficiency in NEDC combined cycle presented in gas equivalent, default in l/100 km.",
27482
27996
  "args": [
27483
27997
  {
27484
27998
  "name": "unit",
@@ -27503,7 +28017,7 @@
27503
28017
  },
27504
28018
  {
27505
28019
  "name": "vehicle",
27506
- "description": "Rated vehicle efficiency in NEDC combined cycle (based on value), default in kWh/100 km",
28020
+ "description": "Rated vehicle efficiency in NEDC combined cycle (based on value), default in kWh/100 km.",
27507
28021
  "args": [
27508
28022
  {
27509
28023
  "name": "unit",
@@ -27528,7 +28042,7 @@
27528
28042
  },
27529
28043
  {
27530
28044
  "name": "vehicle_fuel_equivalent",
27531
- "description": "Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent, default in l/100 km",
28045
+ "description": "Rated vehicle efficiency in NEDC combined cycle presented in gas equivalent, default in l/100 km.",
27532
28046
  "args": [
27533
28047
  {
27534
28048
  "name": "unit",
@@ -27553,7 +28067,7 @@
27553
28067
  },
27554
28068
  {
27555
28069
  "name": "co2",
27556
- "description": "Rated CO2 emissions in NEDC combined cycle in battery-only mode (NULL if not NEDC rated), default in gr/km",
28070
+ "description": "Rated CO2 emissions in NEDC combined cycle in battery-only mode (NULL if not NEDC rated), default in gr/km.",
27557
28071
  "args": [
27558
28072
  {
27559
28073
  "name": "unit",
@@ -27589,7 +28103,7 @@
27589
28103
  "fields": [
27590
28104
  {
27591
28105
  "name": "value",
27592
- "description": "Vehicle efficiency based on RealRange (usable battery/range), default in kWh/100 km",
28106
+ "description": "Vehicle efficiency based on RealRange (usable battery/range), default in kWh/100 km.",
27593
28107
  "args": [
27594
28108
  {
27595
28109
  "name": "unit",
@@ -27614,7 +28128,7 @@
27614
28128
  },
27615
28129
  {
27616
28130
  "name": "fuel_equivalent",
27617
- "description": "Vehicle efficiency based on RealRange presented in gas equivalent, default in l/100 km",
28131
+ "description": "Vehicle efficiency based on RealRange presented in gas equivalent, default in l/100 km.",
27618
28132
  "args": [
27619
28133
  {
27620
28134
  "name": "unit",
@@ -27639,7 +28153,7 @@
27639
28153
  },
27640
28154
  {
27641
28155
  "name": "worst",
27642
- "description": "Worst conditions are based on -10°C and use of heating",
28156
+ "description": "Worst conditions are based on -10°C and use of heating.",
27643
28157
  "args": [],
27644
28158
  "type": {
27645
28159
  "kind": "OBJECT",
@@ -27651,7 +28165,7 @@
27651
28165
  },
27652
28166
  {
27653
28167
  "name": "best",
27654
- "description": "Best conditions are based on 23°C and no use of A/C",
28168
+ "description": "Best conditions are based on 23°C and no use of A/C.",
27655
28169
  "args": [],
27656
28170
  "type": {
27657
28171
  "kind": "OBJECT",
@@ -27674,7 +28188,7 @@
27674
28188
  "fields": [
27675
28189
  {
27676
28190
  "name": "highway",
27677
- "description": "Estimated value on highway or express roads, default in km",
28191
+ "description": "Estimated value on highway or express roads, default in km.",
27678
28192
  "args": [
27679
28193
  {
27680
28194
  "name": "unit",
@@ -27699,7 +28213,7 @@
27699
28213
  },
27700
28214
  {
27701
28215
  "name": "city",
27702
- "description": "Estimated value on city roads, default in km",
28216
+ "description": "Estimated value on city roads, default in km.",
27703
28217
  "args": [
27704
28218
  {
27705
28219
  "name": "unit",
@@ -27724,7 +28238,7 @@
27724
28238
  },
27725
28239
  {
27726
28240
  "name": "combined",
27727
- "description": "Estimated combined value, default in km",
28241
+ "description": "Estimated combined value, default in km.",
27728
28242
  "args": [
27729
28243
  {
27730
28244
  "name": "unit",
@@ -27760,7 +28274,7 @@
27760
28274
  "fields": [
27761
28275
  {
27762
28276
  "name": "value",
27763
- "description": "Rated efficiency in WLTP combined cycle, default in kWh/100 km",
28277
+ "description": "Rated efficiency in WLTP combined cycle, default in kWh/100 km.",
27764
28278
  "args": [
27765
28279
  {
27766
28280
  "name": "unit",
@@ -27785,7 +28299,7 @@
27785
28299
  },
27786
28300
  {
27787
28301
  "name": "fuel_equivalent",
27788
- "description": "Rated efficiency in WLTP combined cycle presented in gas equivalent, default in l/100 km",
28302
+ "description": "Rated efficiency in WLTP combined cycle presented in gas equivalent, default in l/100 km.",
27789
28303
  "args": [
27790
28304
  {
27791
28305
  "name": "unit",
@@ -27810,7 +28324,7 @@
27810
28324
  },
27811
28325
  {
27812
28326
  "name": "vehicle",
27813
- "description": "Rated vehicle efficiency in WLTP combined cycle (based on value), default in kWh/100 km",
28327
+ "description": "Rated vehicle efficiency in WLTP combined cycle (based on value), default in kWh/100 km.",
27814
28328
  "args": [
27815
28329
  {
27816
28330
  "name": "unit",
@@ -27835,7 +28349,7 @@
27835
28349
  },
27836
28350
  {
27837
28351
  "name": "vehicle_fuel_equivalent",
27838
- "description": "Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent, default in l/100 km",
28352
+ "description": "Rated vehicle efficiency in WLTP combined cycle presented in gas equivalent, default in l/100 km.",
27839
28353
  "args": [
27840
28354
  {
27841
28355
  "name": "unit",
@@ -27860,7 +28374,7 @@
27860
28374
  },
27861
28375
  {
27862
28376
  "name": "co2",
27863
- "description": "Rated CO2 emissions in WLTP combined cycle in battery-only mode (NULL if not WLTP rated), default in gr/km",
28377
+ "description": "Rated CO2 emissions in WLTP combined cycle in battery-only mode (NULL if not WLTP rated), default in gr/km.",
27864
28378
  "args": [
27865
28379
  {
27866
28380
  "name": "unit",
@@ -27896,7 +28410,7 @@
27896
28410
  "fields": [
27897
28411
  {
27898
28412
  "name": "value",
27899
- "description": "Rated efficiency in WLTP TEH combined cycle (TEH/least efficient trim)",
28413
+ "description": "Rated efficiency in WLTP TEH combined cycle (TEH/least efficient trim).",
27900
28414
  "args": [
27901
28415
  {
27902
28416
  "name": "unit",
@@ -27921,7 +28435,7 @@
27921
28435
  },
27922
28436
  {
27923
28437
  "name": "fuel_equivalent",
27924
- "description": "Rated efficiency in WLTP TEH combined cycle presented in gas equivalent, default in l/100 km",
28438
+ "description": "Rated efficiency in WLTP TEH combined cycle presented in gas equivalent, default in l/100 km.",
27925
28439
  "args": [
27926
28440
  {
27927
28441
  "name": "unit",
@@ -27946,7 +28460,7 @@
27946
28460
  },
27947
28461
  {
27948
28462
  "name": "vehicle",
27949
- "description": "Rated vehicle efficiency in WLTP TEH combined cycle (based on value), default in kWh/100 km",
28463
+ "description": "Rated vehicle efficiency in WLTP TEH combined cycle (based on value), default in kWh/100 km.",
27950
28464
  "args": [
27951
28465
  {
27952
28466
  "name": "unit",
@@ -27971,7 +28485,7 @@
27971
28485
  },
27972
28486
  {
27973
28487
  "name": "vehicle_fuel_equivalent",
27974
- "description": "Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent, default in l/100 km",
28488
+ "description": "Rated vehicle efficiency in WLTP TEH combined cycle presented in gas equivalent, default in l/100 km.",
27975
28489
  "args": [
27976
28490
  {
27977
28491
  "name": "unit",
@@ -27996,7 +28510,7 @@
27996
28510
  },
27997
28511
  {
27998
28512
  "name": "co2",
27999
- "description": "Rated CO2 emissions in WLTP TEH combined cycle in battery-only mode (NULL if not WLTP TEH rated), default in gr/km",
28513
+ "description": "Rated CO2 emissions in WLTP TEH combined cycle in battery-only mode (NULL if not WLTP TEH rated), default in gr/km.",
28000
28514
  "args": [
28001
28515
  {
28002
28516
  "name": "unit",
@@ -28031,12 +28545,12 @@
28031
28545
  "description": null,
28032
28546
  "fields": [
28033
28547
  {
28034
- "name": "charge_port",
28035
- "description": "Location of charge port",
28548
+ "name": "plug",
28549
+ "description": "Details about the connector.",
28036
28550
  "args": [],
28037
28551
  "type": {
28038
28552
  "kind": "OBJECT",
28039
- "name": "VehiclePremiumChargeConnector",
28553
+ "name": "VehiclePremiumChargePlug",
28040
28554
  "ofType": null
28041
28555
  },
28042
28556
  "isDeprecated": false,
@@ -28044,7 +28558,7 @@
28044
28558
  },
28045
28559
  {
28046
28560
  "name": "power",
28047
- "description": "Power during fast charging from 10% to 80% SoC (optimal conditions, fastest charger)",
28561
+ "description": "Power during fast charging from 10% to 80% SoC (optimal conditions, fastest charger).",
28048
28562
  "args": [],
28049
28563
  "type": {
28050
28564
  "kind": "OBJECT",
@@ -28056,7 +28570,7 @@
28056
28570
  },
28057
28571
  {
28058
28572
  "name": "charge_time",
28059
- "description": "Minutes needed to charge from 10% to 80%, with average charging power (optimal conditions, fastest charger)",
28573
+ "description": "Minutes needed to charge from 10% to 80%, with average charging power (optimal conditions, fastest charger).",
28060
28574
  "args": [],
28061
28575
  "type": {
28062
28576
  "kind": "SCALAR",
@@ -28068,7 +28582,7 @@
28068
28582
  },
28069
28583
  {
28070
28584
  "name": "charge_speed",
28071
- "description": "Charging speed during fast charging from 10% to 80% (optimal conditions, fastest charger), default is kmph",
28585
+ "description": "Charging speed during fast charging from 10% to 80% (optimal conditions, fastest charger), default is kmph.",
28072
28586
  "args": [
28073
28587
  {
28074
28588
  "name": "unit",
@@ -28093,7 +28607,7 @@
28093
28607
  },
28094
28608
  {
28095
28609
  "name": "is_optional",
28096
- "description": "Indicates if fast charge is optional in some markets/regions",
28610
+ "description": "Indicates if fast charge is optional in some markets/regions.",
28097
28611
  "args": [],
28098
28612
  "type": {
28099
28613
  "kind": "SCALAR",
@@ -28105,7 +28619,7 @@
28105
28619
  },
28106
28620
  {
28107
28621
  "name": "is_estimated",
28108
- "description": "Indicates what fields are estimated",
28622
+ "description": "Indicates what fields are estimated.",
28109
28623
  "args": [],
28110
28624
  "type": {
28111
28625
  "kind": "SCALAR",
@@ -28117,7 +28631,7 @@
28117
28631
  },
28118
28632
  {
28119
28633
  "name": "table",
28120
- "description": "Charging details for fast charging",
28634
+ "description": "Charging details for fast charging.",
28121
28635
  "args": [],
28122
28636
  "type": {
28123
28637
  "kind": "LIST",
@@ -28144,7 +28658,7 @@
28144
28658
  "fields": [
28145
28659
  {
28146
28660
  "name": "format",
28147
- "description": "Charging details for fast charging (format: ChargerConnector-ChargerPower-AC/DC)",
28661
+ "description": "Charging details for fast charging (format: ChargerConnector-ChargerPower-AC/DC).",
28148
28662
  "args": [],
28149
28663
  "type": {
28150
28664
  "kind": "SCALAR",
@@ -28156,7 +28670,7 @@
28156
28670
  },
28157
28671
  {
28158
28672
  "name": "power",
28159
- "description": "Fast charge power",
28673
+ "description": "Fast charge power.",
28160
28674
  "args": [],
28161
28675
  "type": {
28162
28676
  "kind": "OBJECT",
@@ -28168,7 +28682,7 @@
28168
28682
  },
28169
28683
  {
28170
28684
  "name": "charge_time",
28171
- "description": "Minutes needed to charge from 10% to 80% (optimal conditions)",
28685
+ "description": "Minutes needed to charge from 10% to 80% (optimal conditions).",
28172
28686
  "args": [],
28173
28687
  "type": {
28174
28688
  "kind": "SCALAR",
@@ -28180,7 +28694,7 @@
28180
28694
  },
28181
28695
  {
28182
28696
  "name": "charge_speed",
28183
- "description": "Charging speed during fast charging from 10% to 80% (optimal conditions), default is kmph",
28697
+ "description": "Charging speed during fast charging from 10% to 80% (optimal conditions), default is kmph.",
28184
28698
  "args": [
28185
28699
  {
28186
28700
  "name": "unit",
@@ -28205,7 +28719,7 @@
28205
28719
  },
28206
28720
  {
28207
28721
  "name": "is_limited",
28208
- "description": "Indicates if maximum power during fast charging is limited by the vehicle",
28722
+ "description": "Indicates if maximum power during fast charging is limited by the vehicle.",
28209
28723
  "args": [],
28210
28724
  "type": {
28211
28725
  "kind": "SCALAR",
@@ -28217,7 +28731,7 @@
28217
28731
  },
28218
28732
  {
28219
28733
  "name": "average_is_limited",
28220
- "description": "Indicates if average power during fast charging is limited by the vehicle",
28734
+ "description": "Indicates if average power during fast charging is limited by the vehicle.",
28221
28735
  "args": [],
28222
28736
  "type": {
28223
28737
  "kind": "SCALAR",
@@ -28240,7 +28754,7 @@
28240
28754
  "fields": [
28241
28755
  {
28242
28756
  "name": "provider_details_url",
28243
- "description": "URL for more details",
28757
+ "description": "URL for more details.",
28244
28758
  "args": [],
28245
28759
  "type": {
28246
28760
  "kind": "SCALAR",
@@ -28252,7 +28766,7 @@
28252
28766
  },
28253
28767
  {
28254
28768
  "name": "image",
28255
- "description": "Latest image",
28769
+ "description": "Featured image of the vehicle from a 45-degree angle.",
28256
28770
  "args": [],
28257
28771
  "type": {
28258
28772
  "kind": "NON_NULL",
@@ -28268,7 +28782,7 @@
28268
28782
  },
28269
28783
  {
28270
28784
  "name": "brand",
28271
- "description": "Latest maker logo",
28785
+ "description": "Latest maker logo.",
28272
28786
  "args": [],
28273
28787
  "type": {
28274
28788
  "kind": "NON_NULL",
@@ -28284,7 +28798,7 @@
28284
28798
  },
28285
28799
  {
28286
28800
  "name": "image_list",
28287
- "description": "All images",
28801
+ "description": "All images of the vehicle.",
28288
28802
  "args": [],
28289
28803
  "type": {
28290
28804
  "kind": "NON_NULL",
@@ -28308,7 +28822,7 @@
28308
28822
  },
28309
28823
  {
28310
28824
  "name": "video",
28311
- "description": "Latest video",
28825
+ "description": "Latest video.",
28312
28826
  "args": [],
28313
28827
  "type": {
28314
28828
  "kind": "OBJECT",
@@ -28320,7 +28834,7 @@
28320
28834
  },
28321
28835
  {
28322
28836
  "name": "video_list",
28323
- "description": "All videos",
28837
+ "description": "All videos of the vehicle.",
28324
28838
  "args": [],
28325
28839
  "type": {
28326
28840
  "kind": "LIST",
@@ -28340,7 +28854,7 @@
28340
28854
  },
28341
28855
  {
28342
28856
  "name": "oem_details_url",
28343
- "description": "URL of the OEM page for this vehicle",
28857
+ "description": "URL of the OEM page for this vehicle.",
28344
28858
  "args": [],
28345
28859
  "type": {
28346
28860
  "kind": "SCALAR",
@@ -28363,7 +28877,7 @@
28363
28877
  "fields": [
28364
28878
  {
28365
28879
  "name": "make",
28366
- "description": "Vehicle manufacturer name",
28880
+ "description": "Vehicle manufacturer name.",
28367
28881
  "args": [],
28368
28882
  "type": {
28369
28883
  "kind": "NON_NULL",
@@ -28379,7 +28893,7 @@
28379
28893
  },
28380
28894
  {
28381
28895
  "name": "model",
28382
- "description": "Vehicle model name",
28896
+ "description": "Vehicle model name.",
28383
28897
  "args": [],
28384
28898
  "type": {
28385
28899
  "kind": "NON_NULL",
@@ -28395,7 +28909,7 @@
28395
28909
  },
28396
28910
  {
28397
28911
  "name": "version",
28398
- "description": "Version, edition or submodel of the vehicle",
28912
+ "description": "Version, edition or submodel of the vehicle.",
28399
28913
  "args": [],
28400
28914
  "type": {
28401
28915
  "kind": "SCALAR",
@@ -28407,7 +28921,7 @@
28407
28921
  },
28408
28922
  {
28409
28923
  "name": "edition",
28410
- "description": "Another submodel level of the vehicle",
28924
+ "description": "Another submodel level of the vehicle.",
28411
28925
  "args": [],
28412
28926
  "type": {
28413
28927
  "kind": "SCALAR",
@@ -28419,7 +28933,7 @@
28419
28933
  },
28420
28934
  {
28421
28935
  "name": "chargetrip_version",
28422
- "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide a version name, or uses the same version name across all trims or consecutive years",
28936
+ "description": "Vehicle model version. Added by Chargetrip as an alternative for when a vehicle manufacturer does not provide a version name, or uses the same version name across all trims or consecutive years.",
28423
28937
  "args": [],
28424
28938
  "type": {
28425
28939
  "kind": "NON_NULL",
@@ -28435,7 +28949,7 @@
28435
28949
  },
28436
28950
  {
28437
28951
  "name": "length_version",
28438
- "description": "Vehicle model length version",
28952
+ "description": "Vehicle model length version.",
28439
28953
  "args": [],
28440
28954
  "type": {
28441
28955
  "kind": "SCALAR",
@@ -28447,7 +28961,7 @@
28447
28961
  },
28448
28962
  {
28449
28963
  "name": "height_version",
28450
- "description": "Vehicle model height version",
28964
+ "description": "Vehicle model height version.",
28451
28965
  "args": [],
28452
28966
  "type": {
28453
28967
  "kind": "SCALAR",
@@ -28470,7 +28984,7 @@
28470
28984
  "fields": [
28471
28985
  {
28472
28986
  "name": "acceleration",
28473
- "description": "Acceleration 0-100 km/h, default in seconds",
28987
+ "description": "Acceleration 0-100 km/h, default in seconds.",
28474
28988
  "args": [
28475
28989
  {
28476
28990
  "name": "unit",
@@ -28495,7 +29009,7 @@
28495
29009
  },
28496
29010
  {
28497
29011
  "name": "acceleration_is_estimated",
28498
- "description": "Indicates if acceleration field is estimated",
29012
+ "description": "Indicates if acceleration field is estimated.",
28499
29013
  "args": [],
28500
29014
  "type": {
28501
29015
  "kind": "SCALAR",
@@ -28507,7 +29021,7 @@
28507
29021
  },
28508
29022
  {
28509
29023
  "name": "top_speed",
28510
- "description": "Top speed of the vehicle, default in km/h",
29024
+ "description": "Top speed of the vehicle, default in km/h.",
28511
29025
  "args": [
28512
29026
  {
28513
29027
  "name": "unit",
@@ -28532,7 +29046,7 @@
28532
29046
  },
28533
29047
  {
28534
29048
  "name": "top_speed_is_estimated",
28535
- "description": "Indicates if top_speed field is estimated",
29049
+ "description": "Indicates if top_speed field is estimated.",
28536
29050
  "args": [],
28537
29051
  "type": {
28538
29052
  "kind": "SCALAR",
@@ -28555,7 +29069,7 @@
28555
29069
  "fields": [
28556
29070
  {
28557
29071
  "name": "DE",
28558
- "description": "Starting price for German market",
29072
+ "description": "Starting price for German market.",
28559
29073
  "args": [],
28560
29074
  "type": {
28561
29075
  "kind": "OBJECT",
@@ -28567,7 +29081,7 @@
28567
29081
  },
28568
29082
  {
28569
29083
  "name": "NL",
28570
- "description": "Starting price for Dutch market",
29084
+ "description": "Starting price for Dutch market.",
28571
29085
  "args": [],
28572
29086
  "type": {
28573
29087
  "kind": "OBJECT",
@@ -28579,7 +29093,7 @@
28579
29093
  },
28580
29094
  {
28581
29095
  "name": "GB",
28582
- "description": "Starting price for British market",
29096
+ "description": "Starting price for British market.",
28583
29097
  "args": [],
28584
29098
  "type": {
28585
29099
  "kind": "OBJECT",
@@ -28602,7 +29116,7 @@
28602
29116
  "fields": [
28603
29117
  {
28604
29118
  "name": "value",
28605
- "description": "Starting price for local market, default in EUR",
29119
+ "description": "Starting price for local market expressed in the currency in the field currency.",
28606
29120
  "args": [
28607
29121
  {
28608
29122
  "name": "unit",
@@ -28625,9 +29139,21 @@
28625
29139
  "isDeprecated": false,
28626
29140
  "deprecationReason": null
28627
29141
  },
29142
+ {
29143
+ "name": "currency",
29144
+ "description": "Currency in which the value without optional field conversion is expressed.",
29145
+ "args": [],
29146
+ "type": {
29147
+ "kind": "ENUM",
29148
+ "name": "CurrencyUnit",
29149
+ "ofType": null
29150
+ },
29151
+ "isDeprecated": false,
29152
+ "deprecationReason": null
29153
+ },
28628
29154
  {
28629
29155
  "name": "is_estimated",
28630
- "description": "Indicates if price value is based on estimates",
29156
+ "description": "Indicates if price value is based on estimates.",
28631
29157
  "args": [],
28632
29158
  "type": {
28633
29159
  "kind": "SCALAR",
@@ -28639,7 +29165,7 @@
28639
29165
  },
28640
29166
  {
28641
29167
  "name": "grant_applied",
28642
- "description": "Grant is applied to value",
29168
+ "description": "Grant is applied to value.",
28643
29169
  "args": [],
28644
29170
  "type": {
28645
29171
  "kind": "SCALAR",
@@ -28662,7 +29188,7 @@
28662
29188
  "fields": [
28663
29189
  {
28664
29190
  "name": "wltp",
28665
- "description": "Rated range in WLTP combined cycle (NULL if not WLTP rated), default in km",
29191
+ "description": "Rated range in WLTP combined cycle (NULL if not WLTP rated), default in km.",
28666
29192
  "args": [
28667
29193
  {
28668
29194
  "name": "unit",
@@ -28687,7 +29213,7 @@
28687
29213
  },
28688
29214
  {
28689
29215
  "name": "wltp_is_estimated",
28690
- "description": "Indicates if WLTP range is estimated (NULL if not WLTP rated)",
29216
+ "description": "Indicates if WLTP range is estimated (NULL if not WLTP rated).",
28691
29217
  "args": [],
28692
29218
  "type": {
28693
29219
  "kind": "SCALAR",
@@ -28699,7 +29225,7 @@
28699
29225
  },
28700
29226
  {
28701
29227
  "name": "wltp_teh",
28702
- "description": "Rated range in WLTP (TEH/least efficient trim) combined cycle (NULL if not WLTP rated)",
29228
+ "description": "Rated range in WLTP (TEH/least efficient trim) combined cycle (NULL if not WLTP rated).",
28703
29229
  "args": [],
28704
29230
  "type": {
28705
29231
  "kind": "SCALAR",
@@ -28711,7 +29237,7 @@
28711
29237
  },
28712
29238
  {
28713
29239
  "name": "nedc",
28714
- "description": "Rated range in NEDC combined cycle (NULL if not NEDC rated), default in km",
29240
+ "description": "Rated range in NEDC combined cycle (NULL if not NEDC rated), default in km.",
28715
29241
  "args": [
28716
29242
  {
28717
29243
  "name": "unit",
@@ -28736,7 +29262,7 @@
28736
29262
  },
28737
29263
  {
28738
29264
  "name": "nedc_is_estimated",
28739
- "description": "Indicates if NEDC range is estimated (NULL if not NEDC rated)",
29265
+ "description": "Indicates if NEDC range is estimated (NULL if not NEDC rated).",
28740
29266
  "args": [],
28741
29267
  "type": {
28742
29268
  "kind": "SCALAR",
@@ -28748,7 +29274,7 @@
28748
29274
  },
28749
29275
  {
28750
29276
  "name": "provider",
28751
- "description": "Index range, default in km",
29277
+ "description": "Index range, default in km.",
28752
29278
  "args": [
28753
29279
  {
28754
29280
  "name": "unit",
@@ -28773,7 +29299,7 @@
28773
29299
  },
28774
29300
  {
28775
29301
  "name": "provider_is_estimated",
28776
- "description": "Indicates if index range is estimated",
29302
+ "description": "Indicates if index range is estimated.",
28777
29303
  "args": [],
28778
29304
  "type": {
28779
29305
  "kind": "SCALAR",
@@ -28785,7 +29311,7 @@
28785
29311
  },
28786
29312
  {
28787
29313
  "name": "worst",
28788
- "description": "Worst conditions are based on -10°C and use of heating",
29314
+ "description": "Worst conditions are based on -10°C and use of heating.",
28789
29315
  "args": [],
28790
29316
  "type": {
28791
29317
  "kind": "NON_NULL",
@@ -28801,7 +29327,7 @@
28801
29327
  },
28802
29328
  {
28803
29329
  "name": "best",
28804
- "description": "Best conditions are based on 23°C and no use of A/C",
29330
+ "description": "Best conditions are based on 23°C and no use of A/C.",
28805
29331
  "args": [],
28806
29332
  "type": {
28807
29333
  "kind": "NON_NULL",
@@ -28817,7 +29343,7 @@
28817
29343
  },
28818
29344
  {
28819
29345
  "name": "chargetrip_range",
28820
- "description": "Is an index value of what we consider to be the real-world range. (Comparable to Range_Real from EV Database.) It is essentially a normalized range to display on the front-end.",
29346
+ "description": "Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\nCT 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.",
28821
29347
  "args": [],
28822
29348
  "type": {
28823
29349
  "kind": "NON_NULL",
@@ -28844,7 +29370,7 @@
28844
29370
  "fields": [
28845
29371
  {
28846
29372
  "name": "highway",
28847
- "description": "Estimated value on highway or express roads, default in km",
29373
+ "description": "Estimated value on highway or express roads, default in km.",
28848
29374
  "args": [
28849
29375
  {
28850
29376
  "name": "unit",
@@ -28860,16 +29386,20 @@
28860
29386
  }
28861
29387
  ],
28862
29388
  "type": {
28863
- "kind": "SCALAR",
28864
- "name": "Float",
28865
- "ofType": null
29389
+ "kind": "NON_NULL",
29390
+ "name": null,
29391
+ "ofType": {
29392
+ "kind": "SCALAR",
29393
+ "name": "Float",
29394
+ "ofType": null
29395
+ }
28866
29396
  },
28867
29397
  "isDeprecated": false,
28868
29398
  "deprecationReason": null
28869
29399
  },
28870
29400
  {
28871
29401
  "name": "city",
28872
- "description": "Estimated value on city roads, default in km",
29402
+ "description": "Estimated value on city roads, default in km.",
28873
29403
  "args": [
28874
29404
  {
28875
29405
  "name": "unit",
@@ -28885,16 +29415,20 @@
28885
29415
  }
28886
29416
  ],
28887
29417
  "type": {
28888
- "kind": "SCALAR",
28889
- "name": "Float",
28890
- "ofType": null
29418
+ "kind": "NON_NULL",
29419
+ "name": null,
29420
+ "ofType": {
29421
+ "kind": "SCALAR",
29422
+ "name": "Float",
29423
+ "ofType": null
29424
+ }
28891
29425
  },
28892
29426
  "isDeprecated": false,
28893
29427
  "deprecationReason": null
28894
29428
  },
28895
29429
  {
28896
29430
  "name": "combined",
28897
- "description": "Estimated combined value, default in km",
29431
+ "description": "Estimated combined value, default in km.",
28898
29432
  "args": [
28899
29433
  {
28900
29434
  "name": "unit",
@@ -28910,9 +29444,13 @@
28910
29444
  }
28911
29445
  ],
28912
29446
  "type": {
28913
- "kind": "SCALAR",
28914
- "name": "Float",
28915
- "ofType": null
29447
+ "kind": "NON_NULL",
29448
+ "name": null,
29449
+ "ofType": {
29450
+ "kind": "SCALAR",
29451
+ "name": "Float",
29452
+ "ofType": null
29453
+ }
28916
29454
  },
28917
29455
  "isDeprecated": false,
28918
29456
  "deprecationReason": null
@@ -28930,7 +29468,7 @@
28930
29468
  "fields": [
28931
29469
  {
28932
29470
  "name": "fast_charging_support",
28933
- "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh",
29471
+ "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh.",
28934
29472
  "args": [],
28935
29473
  "type": {
28936
29474
  "kind": "NON_NULL",
@@ -28946,7 +29484,7 @@
28946
29484
  },
28947
29485
  {
28948
29486
  "name": "drag_coefficient",
28949
- "description": "Drag coefficient",
29487
+ "description": "Drag coefficient.",
28950
29488
  "args": [],
28951
29489
  "type": {
28952
29490
  "kind": "NON_NULL",
@@ -28962,7 +29500,7 @@
28962
29500
  },
28963
29501
  {
28964
29502
  "name": "tire_pressure",
28965
- "description": "Tire pressure recommended by manufacturer, default in bar",
29503
+ "description": "Tire pressure recommended by manufacturer, default in bar.",
28966
29504
  "args": [
28967
29505
  {
28968
29506
  "name": "unit",
@@ -28991,7 +29529,7 @@
28991
29529
  },
28992
29530
  {
28993
29531
  "name": "consumption",
28994
- "description": "Extra consumption model",
29532
+ "description": "Extra consumption model.",
28995
29533
  "args": [],
28996
29534
  "type": {
28997
29535
  "kind": "OBJECT",
@@ -29003,7 +29541,7 @@
29003
29541
  },
29004
29542
  {
29005
29543
  "name": "fuel_consumption",
29006
- "description": "Amount of petrol that an equivalent petrol vehicle would consume, default in l/100 km",
29544
+ "description": "Amount of petrol that an equivalent petrol vehicle would consume, default in l/100 km.",
29007
29545
  "args": [
29008
29546
  {
29009
29547
  "name": "unit",
@@ -29039,7 +29577,7 @@
29039
29577
  "fields": [
29040
29578
  {
29041
29579
  "name": "aux",
29042
- "description": "Consumption, in kWh, of the auxiliaries",
29580
+ "description": "Consumption, in kWh, of the auxiliaries.",
29043
29581
  "args": [],
29044
29582
  "type": {
29045
29583
  "kind": "OBJECT",
@@ -29051,7 +29589,7 @@
29051
29589
  },
29052
29590
  {
29053
29591
  "name": "bms",
29054
- "description": "Consumption, in kWh, of the battery management system",
29592
+ "description": "Consumption, in kWh, of the battery management system.",
29055
29593
  "args": [],
29056
29594
  "type": {
29057
29595
  "kind": "OBJECT",
@@ -29063,7 +29601,7 @@
29063
29601
  },
29064
29602
  {
29065
29603
  "name": "idle",
29066
- "description": "Consumption, in kWh, of the vehicle in idle mode",
29604
+ "description": "Consumption, in kWh, of the vehicle in idle mode.",
29067
29605
  "args": [],
29068
29606
  "type": {
29069
29607
  "kind": "OBJECT",
@@ -29086,7 +29624,7 @@
29086
29624
  "fields": [
29087
29625
  {
29088
29626
  "name": "best",
29089
- "description": "Best (lowest) consumption in summer",
29627
+ "description": "Best (lowest) consumption in summer.",
29090
29628
  "args": [],
29091
29629
  "type": {
29092
29630
  "kind": "SCALAR",
@@ -29098,7 +29636,7 @@
29098
29636
  },
29099
29637
  {
29100
29638
  "name": "worst",
29101
- "description": "Best (lowest) consumption in winter",
29639
+ "description": "Best (lowest) consumption in winter.",
29102
29640
  "args": [],
29103
29641
  "type": {
29104
29642
  "kind": "SCALAR",
@@ -29121,7 +29659,7 @@
29121
29659
  "fields": [
29122
29660
  {
29123
29661
  "name": "isofix_seats",
29124
- "description": "Number of seats equipped with ISOFIX",
29662
+ "description": "Number of seats equipped with ISOFIX.",
29125
29663
  "args": [],
29126
29664
  "type": {
29127
29665
  "kind": "SCALAR",
@@ -29133,7 +29671,7 @@
29133
29671
  },
29134
29672
  {
29135
29673
  "name": "euro_ncap",
29136
- "description": "EuroNCAP results",
29674
+ "description": "EuroNCAP results.",
29137
29675
  "args": [],
29138
29676
  "type": {
29139
29677
  "kind": "OBJECT",
@@ -29156,7 +29694,7 @@
29156
29694
  "fields": [
29157
29695
  {
29158
29696
  "name": "rating",
29159
- "description": "EuroNCAP rating (out of 5 stars)",
29697
+ "description": "EuroNCAP rating (out of 5 stars).",
29160
29698
  "args": [],
29161
29699
  "type": {
29162
29700
  "kind": "SCALAR",
@@ -29168,7 +29706,7 @@
29168
29706
  },
29169
29707
  {
29170
29708
  "name": "year",
29171
- "description": "EuroNCAP year of rating",
29709
+ "description": "EuroNCAP year of rating.",
29172
29710
  "args": [],
29173
29711
  "type": {
29174
29712
  "kind": "SCALAR",
@@ -29180,7 +29718,7 @@
29180
29718
  },
29181
29719
  {
29182
29720
  "name": "adult",
29183
- "description": "EuroNCAP rating of adult protection (out of 100%)",
29721
+ "description": "EuroNCAP rating of adult protection (out of 100%).",
29184
29722
  "args": [],
29185
29723
  "type": {
29186
29724
  "kind": "SCALAR",
@@ -29192,7 +29730,7 @@
29192
29730
  },
29193
29731
  {
29194
29732
  "name": "child",
29195
- "description": "EuroNCAP rating of child protection (out of 100%)",
29733
+ "description": "EuroNCAP rating of child protection (out of 100%).",
29196
29734
  "args": [],
29197
29735
  "type": {
29198
29736
  "kind": "SCALAR",
@@ -29204,7 +29742,7 @@
29204
29742
  },
29205
29743
  {
29206
29744
  "name": "vru",
29207
- "description": "EuroNCAP rating of vulnerable road users (out of 100%)",
29745
+ "description": "EuroNCAP rating of vulnerable road users (out of 100%).",
29208
29746
  "args": [],
29209
29747
  "type": {
29210
29748
  "kind": "SCALAR",
@@ -29216,7 +29754,7 @@
29216
29754
  },
29217
29755
  {
29218
29756
  "name": "sa",
29219
- "description": "EuroNCAP rating of safety assists (out of 100%)",
29757
+ "description": "EuroNCAP rating of safety assists (out of 100%).",
29220
29758
  "args": [],
29221
29759
  "type": {
29222
29760
  "kind": "SCALAR",
@@ -29235,26 +29773,26 @@
29235
29773
  {
29236
29774
  "kind": "ENUM",
29237
29775
  "name": "VehiclePropulsion",
29238
- "description": "Propulsion",
29776
+ "description": "Propulsion.",
29239
29777
  "fields": null,
29240
29778
  "inputFields": null,
29241
29779
  "interfaces": null,
29242
29780
  "enumValues": [
29243
29781
  {
29244
29782
  "name": "AWD",
29245
- "description": "All-wheel drive vehicle",
29783
+ "description": "All-wheel drive vehicle.",
29246
29784
  "isDeprecated": false,
29247
29785
  "deprecationReason": null
29248
29786
  },
29249
29787
  {
29250
29788
  "name": "Front",
29251
- "description": "Front-wheel drive vehicle",
29789
+ "description": "Front-wheel drive vehicle.",
29252
29790
  "isDeprecated": false,
29253
29791
  "deprecationReason": null
29254
29792
  },
29255
29793
  {
29256
29794
  "name": "Rear",
29257
- "description": "Rear-wheel drive vehicle",
29795
+ "description": "Rear-wheel drive vehicle.",
29258
29796
  "isDeprecated": false,
29259
29797
  "deprecationReason": null
29260
29798
  }
@@ -29264,32 +29802,61 @@
29264
29802
  {
29265
29803
  "kind": "ENUM",
29266
29804
  "name": "VehicleProviderStatus",
29267
- "description": "Status of a vehicle provider",
29805
+ "description": "Status of a vehicle provider.",
29268
29806
  "fields": null,
29269
29807
  "inputFields": null,
29270
29808
  "interfaces": null,
29271
29809
  "enumValues": [
29272
29810
  {
29273
29811
  "name": "new",
29274
- "description": "Is imported from any of the data providers",
29812
+ "description": "Is imported from any of the data providers.",
29275
29813
  "isDeprecated": false,
29276
29814
  "deprecationReason": null
29277
29815
  },
29278
29816
  {
29279
29817
  "name": "attached",
29280
- "description": "Has been attached to core vehicle",
29818
+ "description": "Has been attached to core vehicle.",
29281
29819
  "isDeprecated": false,
29282
29820
  "deprecationReason": null
29283
29821
  },
29284
29822
  {
29285
29823
  "name": "detached",
29286
- "description": "Has been detached from a core vehicle",
29824
+ "description": "Has been detached from a core vehicle.",
29287
29825
  "isDeprecated": false,
29288
29826
  "deprecationReason": null
29289
29827
  },
29290
29828
  {
29291
29829
  "name": "archived",
29292
- "description": "Has been archived by database maintainer",
29830
+ "description": "Has been archived by database maintainer.",
29831
+ "isDeprecated": false,
29832
+ "deprecationReason": null
29833
+ }
29834
+ ],
29835
+ "possibleTypes": null
29836
+ },
29837
+ {
29838
+ "kind": "ENUM",
29839
+ "name": "VehiclePurpose",
29840
+ "description": null,
29841
+ "fields": null,
29842
+ "inputFields": null,
29843
+ "interfaces": null,
29844
+ "enumValues": [
29845
+ {
29846
+ "name": "passenger",
29847
+ "description": "Vehicle intended for the transportation of passengers.",
29848
+ "isDeprecated": false,
29849
+ "deprecationReason": null
29850
+ },
29851
+ {
29852
+ "name": "cargo",
29853
+ "description": "Vehicle intended for the transportation of cargo.",
29854
+ "isDeprecated": false,
29855
+ "deprecationReason": null
29856
+ },
29857
+ {
29858
+ "name": "utility",
29859
+ "description": "Vehicle intended for the transportation of everything except cargo or passengers. Eg: ambulances, agricultural vehicles, etcetera.",
29293
29860
  "isDeprecated": false,
29294
29861
  "deprecationReason": null
29295
29862
  }
@@ -29303,7 +29870,7 @@
29303
29870
  "fields": [
29304
29871
  {
29305
29872
  "name": "provider",
29306
- "description": "Index range, default in km",
29873
+ "description": "Index range, default in km.",
29307
29874
  "args": [
29308
29875
  {
29309
29876
  "name": "unit",
@@ -29328,7 +29895,7 @@
29328
29895
  },
29329
29896
  {
29330
29897
  "name": "provider_is_estimated",
29331
- "description": "Indicates if index range is estimated",
29898
+ "description": "Indicates if index range is estimated.",
29332
29899
  "args": [],
29333
29900
  "type": {
29334
29901
  "kind": "SCALAR",
@@ -29340,7 +29907,7 @@
29340
29907
  },
29341
29908
  {
29342
29909
  "name": "worst",
29343
- "description": "Worst conditions are based on -10°C and use of heating",
29910
+ "description": "Worst conditions are based on -10°C and use of heating.",
29344
29911
  "args": [],
29345
29912
  "type": {
29346
29913
  "kind": "NON_NULL",
@@ -29356,7 +29923,7 @@
29356
29923
  },
29357
29924
  {
29358
29925
  "name": "best",
29359
- "description": "Best conditions are based on 23°C and no use of A/C",
29926
+ "description": "Best conditions are based on 23°C and no use of A/C.",
29360
29927
  "args": [],
29361
29928
  "type": {
29362
29929
  "kind": "NON_NULL",
@@ -29372,7 +29939,7 @@
29372
29939
  },
29373
29940
  {
29374
29941
  "name": "chargetrip_range",
29375
- "description": "Chargetrip's custom real world range provides a carefully calculated display range for all EV models. This is based on our own research and driving data",
29942
+ "description": "Chargetrip's custom real-world range provides a carefully calculated display range for all electric vehicle models based on our own research and driving data.\nCT 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.",
29376
29943
  "args": [],
29377
29944
  "type": {
29378
29945
  "kind": "NON_NULL",
@@ -29399,7 +29966,7 @@
29399
29966
  "fields": [
29400
29967
  {
29401
29968
  "name": "highway",
29402
- "description": "Estimated value on the highway or express roads, default in km",
29969
+ "description": "Estimated value on the highway or express roads, default in km.",
29403
29970
  "args": [
29404
29971
  {
29405
29972
  "name": "unit",
@@ -29428,7 +29995,7 @@
29428
29995
  },
29429
29996
  {
29430
29997
  "name": "city",
29431
- "description": "Estimated value on the cities road, default in km",
29998
+ "description": "Estimated value on the cities road, default in km.",
29432
29999
  "args": [
29433
30000
  {
29434
30001
  "name": "unit",
@@ -29457,7 +30024,7 @@
29457
30024
  },
29458
30025
  {
29459
30026
  "name": "combined",
29460
- "description": "Estimated combined value, default in km",
30027
+ "description": "Estimated combined value, default in km.",
29461
30028
  "args": [
29462
30029
  {
29463
30030
  "name": "unit",
@@ -29490,6 +30057,53 @@
29490
30057
  "enumValues": null,
29491
30058
  "possibleTypes": null
29492
30059
  },
30060
+ {
30061
+ "kind": "ENUM",
30062
+ "name": "VehicleRegion",
30063
+ "description": null,
30064
+ "fields": null,
30065
+ "inputFields": null,
30066
+ "interfaces": null,
30067
+ "enumValues": [
30068
+ {
30069
+ "name": "AF",
30070
+ "description": "Africa.",
30071
+ "isDeprecated": false,
30072
+ "deprecationReason": null
30073
+ },
30074
+ {
30075
+ "name": "AS",
30076
+ "description": "Asia.",
30077
+ "isDeprecated": false,
30078
+ "deprecationReason": null
30079
+ },
30080
+ {
30081
+ "name": "EU",
30082
+ "description": "Europe.",
30083
+ "isDeprecated": false,
30084
+ "deprecationReason": null
30085
+ },
30086
+ {
30087
+ "name": "NA",
30088
+ "description": "North America.",
30089
+ "isDeprecated": false,
30090
+ "deprecationReason": null
30091
+ },
30092
+ {
30093
+ "name": "OC",
30094
+ "description": "Oceania.",
30095
+ "isDeprecated": false,
30096
+ "deprecationReason": null
30097
+ },
30098
+ {
30099
+ "name": "SA",
30100
+ "description": "South America.",
30101
+ "isDeprecated": false,
30102
+ "deprecationReason": null
30103
+ }
30104
+ ],
30105
+ "possibleTypes": null
30106
+ },
29493
30107
  {
29494
30108
  "kind": "OBJECT",
29495
30109
  "name": "VehicleRouting",
@@ -29497,7 +30111,7 @@
29497
30111
  "fields": [
29498
30112
  {
29499
30113
  "name": "fast_charging_support",
29500
- "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh",
30114
+ "description": "Vehicles that support fast charging have a minimum charging speed of 43 kWh.",
29501
30115
  "args": [],
29502
30116
  "type": {
29503
30117
  "kind": "NON_NULL",
@@ -29575,32 +30189,91 @@
29575
30189
  {
29576
30190
  "kind": "ENUM",
29577
30191
  "name": "VehicleStatus",
29578
- "description": "Status of a vehicle",
30192
+ "description": "Status of a vehicle.",
29579
30193
  "fields": null,
29580
30194
  "inputFields": null,
29581
30195
  "interfaces": null,
29582
30196
  "enumValues": [
29583
30197
  {
29584
30198
  "name": "draft",
29585
- "description": "Is being reviewed by a human operator",
30199
+ "description": "Is being reviewed by a human operator.",
29586
30200
  "isDeprecated": false,
29587
30201
  "deprecationReason": null
29588
30202
  },
29589
30203
  {
29590
30204
  "name": "public",
29591
- "description": "Is public and can be used by a customer",
30205
+ "description": "Is public and can be used by a customer.",
29592
30206
  "isDeprecated": false,
29593
30207
  "deprecationReason": null
29594
30208
  },
29595
30209
  {
29596
30210
  "name": "private",
29597
- "description": "Is private and can be used by a human operator",
30211
+ "description": "Is private and can be used by a human operator.",
29598
30212
  "isDeprecated": false,
29599
30213
  "deprecationReason": null
29600
30214
  },
29601
30215
  {
29602
30216
  "name": "archived",
29603
- "description": "Is archived and can not be used",
30217
+ "description": "Is archived and can not be used.",
30218
+ "isDeprecated": false,
30219
+ "deprecationReason": null
30220
+ }
30221
+ ],
30222
+ "possibleTypes": null
30223
+ },
30224
+ {
30225
+ "kind": "ENUM",
30226
+ "name": "VehicleType",
30227
+ "description": null,
30228
+ "fields": null,
30229
+ "inputFields": null,
30230
+ "interfaces": null,
30231
+ "enumValues": [
30232
+ {
30233
+ "name": "motorcycle",
30234
+ "description": "Any motor vehicle with two wheels or a motor vehicle with no more than four wheels, does not have parallel seating, and is controlled by means of handlebars.",
30235
+ "isDeprecated": false,
30236
+ "deprecationReason": null
30237
+ },
30238
+ {
30239
+ "name": "microcar",
30240
+ "description": "A motor vehicle with three or four wheels that is not a Motorcycle, Pickup, Van, Truck, or Utility vehicle and either has a top speed of less than 60kph or an unladen weight of less than 400kg.",
30241
+ "isDeprecated": false,
30242
+ "deprecationReason": null
30243
+ },
30244
+ {
30245
+ "name": "car",
30246
+ "description": "A motor vehicle that does not have an enclosed cab, is not a microcar or utility vehicle, is capable of carrying eight or fewer people, and that has less than one third of its internal volume dedicated to cargo, living, or sleeping space in its default configuration.",
30247
+ "isDeprecated": false,
30248
+ "deprecationReason": null
30249
+ },
30250
+ {
30251
+ "name": "pickup",
30252
+ "description": "A motor vehicle that has an enclosed cab, is not a utility vehicle, and has a fixed, non-articulated, open-top back cargo bed that is enclosed on at least three sides.",
30253
+ "isDeprecated": false,
30254
+ "deprecationReason": null
30255
+ },
30256
+ {
30257
+ "name": "van",
30258
+ "description": "A motor vehicle that does not have an enclosed cab, is not a utility vehicle, that fulfills exactly one of the following conditions:\n1) It is capable of carrying more than eight but less than twenty people.\n2) At least one third of its internal volume is dedicated to cargo space in its default configuration.\n3) It is the passenger variant of a vehicle that meets criterion 2.",
30259
+ "isDeprecated": false,
30260
+ "deprecationReason": null
30261
+ },
30262
+ {
30263
+ "name": "bus",
30264
+ "description": "A motor vehicle that does not have an enclosed cab, is not a Utility vehicle, and is capable of carrying 20 or more people in its default configuration.",
30265
+ "isDeprecated": false,
30266
+ "deprecationReason": null
30267
+ },
30268
+ {
30269
+ "name": "truck",
30270
+ "description": "A motor vehicle that has an enclosed cab and is not a Pickup or Utility vehicle.",
30271
+ "isDeprecated": false,
30272
+ "deprecationReason": null
30273
+ },
30274
+ {
30275
+ "name": "utility",
30276
+ "description": "A motor vehicle that fulfills at least one of the following conditions:\n1) It does not have wheels.\n2) It has some mode of locomotion other than wheels in its default configuration such as treads, skis, or floats.\n3) It is capable of air or water travel in its default configuration.\n4) It was manufactured primarily for some purpose other than transporting cargo or passengers.\n5) It does not conform to any of the criteria for the other vehicle categories.",
29604
30277
  "isDeprecated": false,
29605
30278
  "deprecationReason": null
29606
30279
  }
@@ -29614,7 +30287,7 @@
29614
30287
  "fields": [
29615
30288
  {
29616
30289
  "name": "id",
29617
- "description": "Video id",
30290
+ "description": "Video id.",
29618
30291
  "args": [],
29619
30292
  "type": {
29620
30293
  "kind": "SCALAR",
@@ -29626,7 +30299,7 @@
29626
30299
  },
29627
30300
  {
29628
30301
  "name": "url",
29629
- "description": "Full path URL of a video",
30302
+ "description": "Full path URL of a video.",
29630
30303
  "args": [],
29631
30304
  "type": {
29632
30305
  "kind": "SCALAR",
@@ -29642,16 +30315,6 @@
29642
30315
  "enumValues": null,
29643
30316
  "possibleTypes": null
29644
30317
  },
29645
- {
29646
- "kind": "SCALAR",
29647
- "name": "Void",
29648
- "description": "Returns null",
29649
- "fields": null,
29650
- "inputFields": null,
29651
- "interfaces": null,
29652
- "enumValues": null,
29653
- "possibleTypes": null
29654
- },
29655
30318
  {
29656
30319
  "kind": "ENUM",
29657
30320
  "name": "VolumeUnit",