@chargetrip/types 1.47.1 → 1.48.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.
@@ -622,6 +622,18 @@
622
622
  "description": null,
623
623
  "isDeprecated": false,
624
624
  "deprecationReason": null
625
+ },
626
+ {
627
+ "name": "bakery",
628
+ "description": null,
629
+ "isDeprecated": false,
630
+ "deprecationReason": null
631
+ },
632
+ {
633
+ "name": "convenience_store",
634
+ "description": null,
635
+ "isDeprecated": false,
636
+ "deprecationReason": null
625
637
  }
626
638
  ],
627
639
  "possibleTypes": null
@@ -676,9 +688,13 @@
676
688
  "description": "Name of the amenity.",
677
689
  "args": [],
678
690
  "type": {
679
- "kind": "SCALAR",
680
- "name": "String",
681
- "ofType": null
691
+ "kind": "NON_NULL",
692
+ "name": null,
693
+ "ofType": {
694
+ "kind": "SCALAR",
695
+ "name": "String",
696
+ "ofType": null
697
+ }
682
698
  },
683
699
  "isDeprecated": false,
684
700
  "deprecationReason": null
@@ -1213,6 +1229,18 @@
1213
1229
  "description": null,
1214
1230
  "isDeprecated": false,
1215
1231
  "deprecationReason": null
1232
+ },
1233
+ {
1234
+ "name": "bakery",
1235
+ "description": null,
1236
+ "isDeprecated": false,
1237
+ "deprecationReason": null
1238
+ },
1239
+ {
1240
+ "name": "convenience_store",
1241
+ "description": null,
1242
+ "isDeprecated": false,
1243
+ "deprecationReason": null
1216
1244
  }
1217
1245
  ],
1218
1246
  "possibleTypes": null
@@ -4117,6 +4145,18 @@
4117
4145
  "description": "The connector type is NEMA 14-50, 3 pins, rating of 50 A.",
4118
4146
  "isDeprecated": false,
4119
4147
  "deprecationReason": null
4148
+ },
4149
+ {
4150
+ "name": "GBT_AC",
4151
+ "description": "Guobiao GB/T 20234.2 AC socket/connector.",
4152
+ "isDeprecated": false,
4153
+ "deprecationReason": null
4154
+ },
4155
+ {
4156
+ "name": "GBT_DC",
4157
+ "description": "Guobiao GB/T 20234.3 DC connector.",
4158
+ "isDeprecated": false,
4159
+ "deprecationReason": null
4120
4160
  }
4121
4161
  ],
4122
4162
  "possibleTypes": null
@@ -6046,12 +6086,12 @@
6046
6086
  "deprecationReason": null
6047
6087
  },
6048
6088
  {
6049
- "name": "maximum_speed",
6050
- "description": "[BETA] User-defined maximum speed used for this route, if provided.",
6089
+ "name": "driving_preferences",
6090
+ "description": "[BETA] Configuration options for the route's driving conditions. Includes factors to adjust average speed, set a maximum speed, and define a base driving style. If not specified, no adjustments are applied.",
6051
6091
  "args": [],
6052
6092
  "type": {
6053
6093
  "kind": "OBJECT",
6054
- "name": "MaximumSpeed",
6094
+ "name": "RouteDrivingPreferences",
6055
6095
  "ofType": null
6056
6096
  },
6057
6097
  "isDeprecated": false,
@@ -6068,6 +6108,18 @@
6068
6108
  },
6069
6109
  "isDeprecated": false,
6070
6110
  "deprecationReason": null
6111
+ },
6112
+ {
6113
+ "name": "station_preferences",
6114
+ "description": "Charging stations preferences for route calculation.",
6115
+ "args": [],
6116
+ "type": {
6117
+ "kind": "OBJECT",
6118
+ "name": "RouteStationPreferences",
6119
+ "ofType": null
6120
+ },
6121
+ "isDeprecated": false,
6122
+ "deprecationReason": null
6071
6123
  }
6072
6124
  ],
6073
6125
  "inputFields": null,
@@ -6151,7 +6203,7 @@
6151
6203
  },
6152
6204
  {
6153
6205
  "name": "operators",
6154
- "description": "Prioritized operators for a route calculation.",
6206
+ "description": "Operator preferences and restrictions for route calculation. If not specified, excludes operators per project settings, but applies no operator ranking.",
6155
6207
  "type": {
6156
6208
  "kind": "INPUT_OBJECT",
6157
6209
  "name": "RouteOperatorPreferencesInput",
@@ -6218,11 +6270,11 @@
6218
6270
  "deprecationReason": null
6219
6271
  },
6220
6272
  {
6221
- "name": "maximum_speed",
6222
- "description": "[BETA] Maximum speed to consider when generating the route. In the segments where legal speed is lower than this value, the legal speed will be used instead.",
6273
+ "name": "weather",
6274
+ "description": "Weather configuration for the route. Defined by a preset or custom weather conditions.",
6223
6275
  "type": {
6224
6276
  "kind": "INPUT_OBJECT",
6225
- "name": "MaximumSpeedInput",
6277
+ "name": "RouteWeatherInput",
6226
6278
  "ofType": null
6227
6279
  },
6228
6280
  "defaultValue": null,
@@ -6230,11 +6282,23 @@
6230
6282
  "deprecationReason": null
6231
6283
  },
6232
6284
  {
6233
- "name": "weather",
6234
- "description": "Weather configuration for the route. Defined by a preset or custom weather conditions.",
6285
+ "name": "station_preferences",
6286
+ "description": "Charging stations preferences for route calculation.",
6235
6287
  "type": {
6236
6288
  "kind": "INPUT_OBJECT",
6237
- "name": "RouteWeatherInput",
6289
+ "name": "RouteStationPreferencesInput",
6290
+ "ofType": null
6291
+ },
6292
+ "defaultValue": null,
6293
+ "isDeprecated": false,
6294
+ "deprecationReason": null
6295
+ },
6296
+ {
6297
+ "name": "driving_preferences",
6298
+ "description": "[BETA] Configuration options for the route's driving conditions. Includes factors to adjust average speed, set a maximum speed, and define a base driving style. If not specified, no adjustments are applied.",
6299
+ "type": {
6300
+ "kind": "INPUT_OBJECT",
6301
+ "name": "RouteDrivingPreferencesInput",
6238
6302
  "ofType": null
6239
6303
  },
6240
6304
  "defaultValue": null,
@@ -8244,6 +8308,49 @@
8244
8308
  ],
8245
8309
  "possibleTypes": null
8246
8310
  },
8311
+ {
8312
+ "kind": "INPUT_OBJECT",
8313
+ "name": "DistanceInput",
8314
+ "description": null,
8315
+ "fields": null,
8316
+ "inputFields": [
8317
+ {
8318
+ "name": "value",
8319
+ "description": "Value of the distance.",
8320
+ "type": {
8321
+ "kind": "NON_NULL",
8322
+ "name": null,
8323
+ "ofType": {
8324
+ "kind": "SCALAR",
8325
+ "name": "Float",
8326
+ "ofType": null
8327
+ }
8328
+ },
8329
+ "defaultValue": null,
8330
+ "isDeprecated": false,
8331
+ "deprecationReason": null
8332
+ },
8333
+ {
8334
+ "name": "unit",
8335
+ "description": "Unit of distance.",
8336
+ "type": {
8337
+ "kind": "NON_NULL",
8338
+ "name": null,
8339
+ "ofType": {
8340
+ "kind": "ENUM",
8341
+ "name": "DistanceUnit",
8342
+ "ofType": null
8343
+ }
8344
+ },
8345
+ "defaultValue": null,
8346
+ "isDeprecated": false,
8347
+ "deprecationReason": null
8348
+ }
8349
+ ],
8350
+ "interfaces": null,
8351
+ "enumValues": null,
8352
+ "possibleTypes": null
8353
+ },
8247
8354
  {
8248
8355
  "kind": "ENUM",
8249
8356
  "name": "DistanceUnit",
@@ -8254,25 +8361,25 @@
8254
8361
  "enumValues": [
8255
8362
  {
8256
8363
  "name": "meter",
8257
- "description": "Return the distance in meters.",
8364
+ "description": "Distance in meters.",
8258
8365
  "isDeprecated": false,
8259
8366
  "deprecationReason": null
8260
8367
  },
8261
8368
  {
8262
8369
  "name": "foot",
8263
- "description": "Return the distance in feet.",
8370
+ "description": "Distance in feet.",
8264
8371
  "isDeprecated": false,
8265
8372
  "deprecationReason": null
8266
8373
  },
8267
8374
  {
8268
8375
  "name": "kilometer",
8269
- "description": "Return the distance in kilometers.",
8376
+ "description": "Distance in kilometers.",
8270
8377
  "isDeprecated": false,
8271
8378
  "deprecationReason": null
8272
8379
  },
8273
8380
  {
8274
8381
  "name": "mile",
8275
- "description": "Return the distance in miles.",
8382
+ "description": "Distance in miles.",
8276
8383
  "isDeprecated": false,
8277
8384
  "deprecationReason": null
8278
8385
  }
@@ -9694,29 +9801,6 @@
9694
9801
  ],
9695
9802
  "possibleTypes": null
9696
9803
  },
9697
- {
9698
- "kind": "ENUM",
9699
- "name": "InstructionsFormat",
9700
- "description": "Navigation service providers available",
9701
- "fields": null,
9702
- "inputFields": null,
9703
- "interfaces": null,
9704
- "enumValues": [
9705
- {
9706
- "name": "Chargetrip",
9707
- "description": "Chargetrip raw instructions",
9708
- "isDeprecated": false,
9709
- "deprecationReason": null
9710
- },
9711
- {
9712
- "name": "MapboxV5",
9713
- "description": "Mapbox instructions mapping",
9714
- "isDeprecated": false,
9715
- "deprecationReason": null
9716
- }
9717
- ],
9718
- "possibleTypes": null
9719
- },
9720
9804
  {
9721
9805
  "kind": "OBJECT",
9722
9806
  "name": "Isoline",
@@ -9754,6 +9838,31 @@
9754
9838
  "isDeprecated": false,
9755
9839
  "deprecationReason": null
9756
9840
  },
9841
+ {
9842
+ "name": "maximum_distance",
9843
+ "description": "Distance from the origin to the furthest reachable point within the isoline. Represents the longest drivable distance, not a straight-line or vehicle range.",
9844
+ "args": [
9845
+ {
9846
+ "name": "unit",
9847
+ "description": null,
9848
+ "type": {
9849
+ "kind": "ENUM",
9850
+ "name": "DistanceUnit",
9851
+ "ofType": null
9852
+ },
9853
+ "defaultValue": "meter",
9854
+ "isDeprecated": false,
9855
+ "deprecationReason": null
9856
+ }
9857
+ ],
9858
+ "type": {
9859
+ "kind": "SCALAR",
9860
+ "name": "Float",
9861
+ "ofType": null
9862
+ },
9863
+ "isDeprecated": false,
9864
+ "deprecationReason": null
9865
+ },
9757
9866
  {
9758
9867
  "name": "polygons",
9759
9868
  "description": "Shape of the isoline consisting in a list of multipolygons.",
@@ -10103,6 +10212,18 @@
10103
10212
  "defaultValue": null,
10104
10213
  "isDeprecated": false,
10105
10214
  "deprecationReason": null
10215
+ },
10216
+ {
10217
+ "name": "maximum_speed",
10218
+ "description": "[BETA] User-defined maximum speed used for the isoline.",
10219
+ "type": {
10220
+ "kind": "INPUT_OBJECT",
10221
+ "name": "MaximumSpeedInput",
10222
+ "ofType": null
10223
+ },
10224
+ "defaultValue": null,
10225
+ "isDeprecated": false,
10226
+ "deprecationReason": null
10106
10227
  }
10107
10228
  ],
10108
10229
  "interfaces": null,
@@ -10384,6 +10505,18 @@
10384
10505
  },
10385
10506
  "isDeprecated": false,
10386
10507
  "deprecationReason": null
10508
+ },
10509
+ {
10510
+ "name": "maximum_speed",
10511
+ "description": "[BETA] Maximum speed to consider when generating the isoline. In the segments where legal speed is lower than this value, the legal speed will be used instead.",
10512
+ "args": [],
10513
+ "type": {
10514
+ "kind": "OBJECT",
10515
+ "name": "MaximumSpeed",
10516
+ "ofType": null
10517
+ },
10518
+ "isDeprecated": false,
10519
+ "deprecationReason": null
10387
10520
  }
10388
10521
  ],
10389
10522
  "inputFields": null,
@@ -10549,46 +10682,6 @@
10549
10682
  ],
10550
10683
  "possibleTypes": null
10551
10684
  },
10552
- {
10553
- "kind": "ENUM",
10554
- "name": "MappingLanguage",
10555
- "description": "Preferred language for the mapping",
10556
- "fields": null,
10557
- "inputFields": null,
10558
- "interfaces": null,
10559
- "enumValues": [
10560
- {
10561
- "name": "en",
10562
- "description": "English(US)",
10563
- "isDeprecated": false,
10564
- "deprecationReason": null
10565
- }
10566
- ],
10567
- "possibleTypes": null
10568
- },
10569
- {
10570
- "kind": "ENUM",
10571
- "name": "MappingProvider",
10572
- "description": "Navigation service providers available",
10573
- "fields": null,
10574
- "inputFields": null,
10575
- "interfaces": null,
10576
- "enumValues": [
10577
- {
10578
- "name": "Chargetrip",
10579
- "description": "Chargetrip raw instructions",
10580
- "isDeprecated": false,
10581
- "deprecationReason": null
10582
- },
10583
- {
10584
- "name": "MapboxV5",
10585
- "description": "Mapbox instructions mapping",
10586
- "isDeprecated": false,
10587
- "deprecationReason": null
10588
- }
10589
- ],
10590
- "possibleTypes": null
10591
- },
10592
10685
  {
10593
10686
  "kind": "OBJECT",
10594
10687
  "name": "MaximumSpeed",
@@ -11169,11 +11262,11 @@
11169
11262
  {
11170
11263
  "kind": "OBJECT",
11171
11264
  "name": "Navigation",
11172
- "description": "The navigation session data",
11265
+ "description": "The navigation session data.",
11173
11266
  "fields": [
11174
11267
  {
11175
11268
  "name": "id",
11176
- "description": "ID of the navigation session",
11269
+ "description": "ID of the navigation session.",
11177
11270
  "args": [],
11178
11271
  "type": {
11179
11272
  "kind": "NON_NULL",
@@ -11188,15 +11281,15 @@
11188
11281
  "deprecationReason": null
11189
11282
  },
11190
11283
  {
11191
- "name": "route_id",
11192
- "description": "The current route used for navigation",
11284
+ "name": "overview",
11285
+ "description": "Navigation session details overview.",
11193
11286
  "args": [],
11194
11287
  "type": {
11195
11288
  "kind": "NON_NULL",
11196
11289
  "name": null,
11197
11290
  "ofType": {
11198
- "kind": "SCALAR",
11199
- "name": "ID",
11291
+ "kind": "OBJECT",
11292
+ "name": "NavigationOverview",
11200
11293
  "ofType": null
11201
11294
  }
11202
11295
  },
@@ -11204,9 +11297,48 @@
11204
11297
  "deprecationReason": null
11205
11298
  },
11206
11299
  {
11207
- "name": "route_alternative_id",
11208
- "description": "The current route alternative used for navigation",
11300
+ "name": "status",
11301
+ "description": "The status of a navigation session. The status can be driving, charging, finished, or error.",
11209
11302
  "args": [],
11303
+ "type": {
11304
+ "kind": "NON_NULL",
11305
+ "name": null,
11306
+ "ofType": {
11307
+ "kind": "ENUM",
11308
+ "name": "NavigationStatus",
11309
+ "ofType": null
11310
+ }
11311
+ },
11312
+ "isDeprecated": false,
11313
+ "deprecationReason": null
11314
+ },
11315
+ {
11316
+ "name": "meta",
11317
+ "description": "Navigation meta information.",
11318
+ "args": [],
11319
+ "type": {
11320
+ "kind": "OBJECT",
11321
+ "name": "NavigationMeta",
11322
+ "ofType": null
11323
+ },
11324
+ "isDeprecated": false,
11325
+ "deprecationReason": null
11326
+ }
11327
+ ],
11328
+ "inputFields": null,
11329
+ "interfaces": [],
11330
+ "enumValues": null,
11331
+ "possibleTypes": null
11332
+ },
11333
+ {
11334
+ "kind": "INPUT_OBJECT",
11335
+ "name": "NavigationFinishInput",
11336
+ "description": "Input for the navigation recalculate.",
11337
+ "fields": null,
11338
+ "inputFields": [
11339
+ {
11340
+ "name": "id",
11341
+ "description": "ID of the navigation session.",
11210
11342
  "type": {
11211
11343
  "kind": "NON_NULL",
11212
11344
  "name": null,
@@ -11216,28 +11348,82 @@
11216
11348
  "ofType": null
11217
11349
  }
11218
11350
  },
11351
+ "defaultValue": null,
11219
11352
  "isDeprecated": false,
11220
11353
  "deprecationReason": null
11221
11354
  },
11222
11355
  {
11223
- "name": "state",
11224
- "description": "The state of a navigation session. The status can be driving, charging, finished, or error",
11356
+ "name": "current_location",
11357
+ "description": "Current coordinates.",
11358
+ "type": {
11359
+ "kind": "NON_NULL",
11360
+ "name": null,
11361
+ "ofType": {
11362
+ "kind": "INPUT_OBJECT",
11363
+ "name": "PointInput",
11364
+ "ofType": null
11365
+ }
11366
+ },
11367
+ "defaultValue": null,
11368
+ "isDeprecated": false,
11369
+ "deprecationReason": null
11370
+ }
11371
+ ],
11372
+ "interfaces": null,
11373
+ "enumValues": null,
11374
+ "possibleTypes": null
11375
+ },
11376
+ {
11377
+ "kind": "OBJECT",
11378
+ "name": "NavigationMeta",
11379
+ "description": "Navigation meta information.",
11380
+ "fields": [
11381
+ {
11382
+ "name": "created_at",
11383
+ "description": "Creation time of the navigation session.",
11225
11384
  "args": [],
11226
11385
  "type": {
11227
11386
  "kind": "NON_NULL",
11228
11387
  "name": null,
11229
11388
  "ofType": {
11230
- "kind": "ENUM",
11231
- "name": "NavigationState",
11389
+ "kind": "SCALAR",
11390
+ "name": "DateTime",
11232
11391
  "ofType": null
11233
11392
  }
11234
11393
  },
11235
11394
  "isDeprecated": false,
11236
11395
  "deprecationReason": null
11237
11396
  },
11397
+ {
11398
+ "name": "updated_at",
11399
+ "description": "Last updated time of the navigation session.",
11400
+ "args": [],
11401
+ "type": {
11402
+ "kind": "NON_NULL",
11403
+ "name": null,
11404
+ "ofType": {
11405
+ "kind": "SCALAR",
11406
+ "name": "DateTime",
11407
+ "ofType": null
11408
+ }
11409
+ },
11410
+ "isDeprecated": false,
11411
+ "deprecationReason": null
11412
+ }
11413
+ ],
11414
+ "inputFields": null,
11415
+ "interfaces": [],
11416
+ "enumValues": null,
11417
+ "possibleTypes": null
11418
+ },
11419
+ {
11420
+ "kind": "OBJECT",
11421
+ "name": "NavigationOverview",
11422
+ "description": "The navigation session overview details.",
11423
+ "fields": [
11238
11424
  {
11239
11425
  "name": "state_of_charge",
11240
- "description": "State of charge at the last known location",
11426
+ "description": "State of charge at the last known location.",
11241
11427
  "args": [
11242
11428
  {
11243
11429
  "name": "unit",
@@ -11266,7 +11452,7 @@
11266
11452
  },
11267
11453
  {
11268
11454
  "name": "last_known_location",
11269
- "description": "Last known location",
11455
+ "description": "Last known location.",
11270
11456
  "args": [],
11271
11457
  "type": {
11272
11458
  "kind": "NON_NULL",
@@ -11282,7 +11468,7 @@
11282
11468
  },
11283
11469
  {
11284
11470
  "name": "next_station",
11285
- "description": "Next charging station",
11471
+ "description": "Next charging station.",
11286
11472
  "args": [],
11287
11473
  "type": {
11288
11474
  "kind": "OBJECT",
@@ -11294,7 +11480,7 @@
11294
11480
  },
11295
11481
  {
11296
11482
  "name": "alternative_stations",
11297
- "description": "A set of alternative charging stations to next station",
11483
+ "description": "A set of alternative charging stations to next station.",
11298
11484
  "args": [],
11299
11485
  "type": {
11300
11486
  "kind": "NON_NULL",
@@ -11318,154 +11504,66 @@
11318
11504
  },
11319
11505
  {
11320
11506
  "name": "instructions",
11321
- "description": "Navigation instructions",
11507
+ "description": "Navigation route instructions.",
11322
11508
  "args": [],
11323
- "type": {
11324
- "kind": "SCALAR",
11325
- "name": "JSON",
11326
- "ofType": null
11327
- },
11328
- "isDeprecated": false,
11329
- "deprecationReason": null
11330
- },
11331
- {
11332
- "name": "meta",
11333
- "description": "Navigation meta information.",
11334
- "args": [],
11335
- "type": {
11336
- "kind": "OBJECT",
11337
- "name": "NavigationMeta",
11338
- "ofType": null
11339
- },
11340
- "isDeprecated": false,
11341
- "deprecationReason": null
11342
- }
11343
- ],
11344
- "inputFields": null,
11345
- "interfaces": [],
11346
- "enumValues": null,
11347
- "possibleTypes": null
11348
- },
11349
- {
11350
- "kind": "INPUT_OBJECT",
11351
- "name": "NavigationFinishInput",
11352
- "description": "Input for the navigation recalculate",
11353
- "fields": null,
11354
- "inputFields": [
11355
- {
11356
- "name": "id",
11357
- "description": "ID of the navigation session",
11358
11509
  "type": {
11359
11510
  "kind": "NON_NULL",
11360
11511
  "name": null,
11361
11512
  "ofType": {
11362
- "kind": "SCALAR",
11363
- "name": "ID",
11364
- "ofType": null
11513
+ "kind": "LIST",
11514
+ "name": null,
11515
+ "ofType": {
11516
+ "kind": "OBJECT",
11517
+ "name": "RouteInstruction",
11518
+ "ofType": null
11519
+ }
11365
11520
  }
11366
11521
  },
11367
- "defaultValue": null,
11368
11522
  "isDeprecated": false,
11369
11523
  "deprecationReason": null
11370
11524
  },
11371
11525
  {
11372
- "name": "current_location",
11373
- "description": "Current coordinates",
11526
+ "name": "live_route_request",
11527
+ "description": "Continuously updated route request input.",
11528
+ "args": [],
11374
11529
  "type": {
11375
11530
  "kind": "NON_NULL",
11376
11531
  "name": null,
11377
11532
  "ofType": {
11378
- "kind": "INPUT_OBJECT",
11379
- "name": "PointInput",
11533
+ "kind": "OBJECT",
11534
+ "name": "CreateRoute",
11380
11535
  "ofType": null
11381
11536
  }
11382
11537
  },
11383
- "defaultValue": null,
11384
11538
  "isDeprecated": false,
11385
11539
  "deprecationReason": null
11386
- }
11387
- ],
11388
- "interfaces": null,
11389
- "enumValues": null,
11390
- "possibleTypes": null
11391
- },
11392
- {
11393
- "kind": "INPUT_OBJECT",
11394
- "name": "NavigationInstructionsInput",
11395
- "description": null,
11396
- "fields": null,
11397
- "inputFields": [
11540
+ },
11398
11541
  {
11399
- "name": "instructions_format",
11400
- "description": "Turn by turn instructions format for a route",
11542
+ "name": "polyline",
11543
+ "description": "Polyline containing encoded coordinates.",
11544
+ "args": [
11545
+ {
11546
+ "name": "decimals",
11547
+ "description": "Polyline decimals",
11548
+ "type": {
11549
+ "kind": "ENUM",
11550
+ "name": "PolylineInputDecimals",
11551
+ "ofType": null
11552
+ },
11553
+ "defaultValue": "five",
11554
+ "isDeprecated": false,
11555
+ "deprecationReason": null
11556
+ }
11557
+ ],
11401
11558
  "type": {
11402
11559
  "kind": "NON_NULL",
11403
11560
  "name": null,
11404
11561
  "ofType": {
11405
- "kind": "ENUM",
11406
- "name": "InstructionsFormat",
11562
+ "kind": "SCALAR",
11563
+ "name": "String",
11407
11564
  "ofType": null
11408
11565
  }
11409
11566
  },
11410
- "defaultValue": null,
11411
- "isDeprecated": false,
11412
- "deprecationReason": null
11413
- },
11414
- {
11415
- "name": "language",
11416
- "description": "Preferred navigation instructions language. Default: en",
11417
- "type": {
11418
- "kind": "ENUM",
11419
- "name": "MappingLanguage",
11420
- "ofType": null
11421
- },
11422
- "defaultValue": "en",
11423
- "isDeprecated": false,
11424
- "deprecationReason": null
11425
- },
11426
- {
11427
- "name": "precision",
11428
- "description": "Number of decimals used for the Google Polyline encoding Algorithm. Allowed values are 5 or 6.",
11429
- "type": {
11430
- "kind": "SCALAR",
11431
- "name": "Int",
11432
- "ofType": null
11433
- },
11434
- "defaultValue": "5",
11435
- "isDeprecated": false,
11436
- "deprecationReason": null
11437
- }
11438
- ],
11439
- "interfaces": null,
11440
- "enumValues": null,
11441
- "possibleTypes": null
11442
- },
11443
- {
11444
- "kind": "OBJECT",
11445
- "name": "NavigationMeta",
11446
- "description": "Navigation meta information.",
11447
- "fields": [
11448
- {
11449
- "name": "created_at",
11450
- "description": "Creation time of the navigation session.",
11451
- "args": [],
11452
- "type": {
11453
- "kind": "SCALAR",
11454
- "name": "DateTime",
11455
- "ofType": null
11456
- },
11457
- "isDeprecated": false,
11458
- "deprecationReason": null
11459
- },
11460
- {
11461
- "name": "updated_at",
11462
- "description": "Last updated time of the navigation session.",
11463
- "args": [],
11464
- "type": {
11465
- "kind": "SCALAR",
11466
- "name": "DateTime",
11467
- "ofType": null
11468
- },
11469
11567
  "isDeprecated": false,
11470
11568
  "deprecationReason": null
11471
11569
  }
@@ -11478,12 +11576,12 @@
11478
11576
  {
11479
11577
  "kind": "INPUT_OBJECT",
11480
11578
  "name": "NavigationRecalculateInput",
11481
- "description": "Input for the navigation recalculate",
11579
+ "description": "Input for the navigation recalculate.",
11482
11580
  "fields": null,
11483
11581
  "inputFields": [
11484
11582
  {
11485
11583
  "name": "id",
11486
- "description": "ID of the navigation session",
11584
+ "description": "ID of the navigation session.",
11487
11585
  "type": {
11488
11586
  "kind": "NON_NULL",
11489
11587
  "name": null,
@@ -11499,7 +11597,7 @@
11499
11597
  },
11500
11598
  {
11501
11599
  "name": "state_of_charge",
11502
- "description": "State of charge at origin",
11600
+ "description": "State of charge at origin.",
11503
11601
  "type": {
11504
11602
  "kind": "INPUT_OBJECT",
11505
11603
  "name": "StateOfChargeInput",
@@ -11511,7 +11609,7 @@
11511
11609
  },
11512
11610
  {
11513
11611
  "name": "current_location",
11514
- "description": "Origin location of a new route",
11612
+ "description": "Origin location of a new route.",
11515
11613
  "type": {
11516
11614
  "kind": "NON_NULL",
11517
11615
  "name": null,
@@ -11527,7 +11625,7 @@
11527
11625
  },
11528
11626
  {
11529
11627
  "name": "via",
11530
- "description": "Via points of a new route. If this field is not sent, the original via points will be used",
11628
+ "description": "Via points of a new route. If this field is not sent, the original via points will be used.",
11531
11629
  "type": {
11532
11630
  "kind": "LIST",
11533
11631
  "name": null,
@@ -11547,7 +11645,7 @@
11547
11645
  },
11548
11646
  {
11549
11647
  "name": "telemetry",
11550
- "description": "Telemetry data input",
11648
+ "description": "Telemetry data input.",
11551
11649
  "type": {
11552
11650
  "kind": "INPUT_OBJECT",
11553
11651
  "name": "TelemetryInput",
@@ -11565,12 +11663,12 @@
11565
11663
  {
11566
11664
  "kind": "INPUT_OBJECT",
11567
11665
  "name": "NavigationStartInput",
11568
- "description": "Input for the navigation start",
11666
+ "description": "Input for the navigation start.",
11569
11667
  "fields": null,
11570
11668
  "inputFields": [
11571
11669
  {
11572
11670
  "name": "route_id",
11573
- "description": "ID of the route of the navigation session",
11671
+ "description": "ID of the route of the navigation session.",
11574
11672
  "type": {
11575
11673
  "kind": "NON_NULL",
11576
11674
  "name": null,
@@ -11584,21 +11682,9 @@
11584
11682
  "isDeprecated": false,
11585
11683
  "deprecationReason": null
11586
11684
  },
11587
- {
11588
- "name": "route_alternative_id",
11589
- "description": "ID of the route alternative of the navigation session",
11590
- "type": {
11591
- "kind": "SCALAR",
11592
- "name": "ID",
11593
- "ofType": null
11594
- },
11595
- "defaultValue": null,
11596
- "isDeprecated": false,
11597
- "deprecationReason": null
11598
- },
11599
11685
  {
11600
11686
  "name": "current_location",
11601
- "description": "Current coordinates",
11687
+ "description": "Current coordinates.",
11602
11688
  "type": {
11603
11689
  "kind": "NON_NULL",
11604
11690
  "name": null,
@@ -11611,71 +11697,20 @@
11611
11697
  "defaultValue": null,
11612
11698
  "isDeprecated": false,
11613
11699
  "deprecationReason": null
11614
- },
11615
- {
11616
- "name": "instructions",
11617
- "description": "Instruction input format",
11618
- "type": {
11619
- "kind": "NON_NULL",
11620
- "name": null,
11621
- "ofType": {
11622
- "kind": "INPUT_OBJECT",
11623
- "name": "NavigationInstructionsInput",
11624
- "ofType": null
11625
- }
11626
- },
11627
- "defaultValue": null,
11628
- "isDeprecated": false,
11629
- "deprecationReason": null
11630
11700
  }
11631
11701
  ],
11632
11702
  "interfaces": null,
11633
11703
  "enumValues": null,
11634
11704
  "possibleTypes": null
11635
11705
  },
11636
- {
11637
- "kind": "ENUM",
11638
- "name": "NavigationState",
11639
- "description": "State of navigation session",
11640
- "fields": null,
11641
- "inputFields": null,
11642
- "interfaces": null,
11643
- "enumValues": [
11644
- {
11645
- "name": "driving",
11646
- "description": "Vehicle is driving",
11647
- "isDeprecated": false,
11648
- "deprecationReason": null
11649
- },
11650
- {
11651
- "name": "charging",
11652
- "description": "Vehicle is charging",
11653
- "isDeprecated": false,
11654
- "deprecationReason": null
11655
- },
11656
- {
11657
- "name": "finished",
11658
- "description": "Navigation session is completed (either manually or automatically 48 hours after the last update)",
11659
- "isDeprecated": false,
11660
- "deprecationReason": null
11661
- },
11662
- {
11663
- "name": "error",
11664
- "description": "Failed to update navigation session due to route error or not found",
11665
- "isDeprecated": false,
11666
- "deprecationReason": null
11667
- }
11668
- ],
11669
- "possibleTypes": null
11670
- },
11671
11706
  {
11672
11707
  "kind": "OBJECT",
11673
11708
  "name": "NavigationStation",
11674
- "description": "Navigation session station type",
11709
+ "description": "Navigation session station type.",
11675
11710
  "fields": [
11676
11711
  {
11677
11712
  "name": "station_id",
11678
- "description": "The ID as string of the charging station",
11713
+ "description": "The ID as string of the charging station.",
11679
11714
  "args": [],
11680
11715
  "type": {
11681
11716
  "kind": "NON_NULL",
@@ -11691,7 +11726,7 @@
11691
11726
  },
11692
11727
  {
11693
11728
  "name": "station_location",
11694
- "description": "GPS location of the charging station",
11729
+ "description": "GPS location of the charging station.",
11695
11730
  "args": [],
11696
11731
  "type": {
11697
11732
  "kind": "NON_NULL",
@@ -11707,7 +11742,7 @@
11707
11742
  },
11708
11743
  {
11709
11744
  "name": "via",
11710
- "description": "An array with all GPS locations of via points until the next charging station",
11745
+ "description": "An array with all GPS locations of via points until the next charging station.",
11711
11746
  "args": [],
11712
11747
  "type": {
11713
11748
  "kind": "NON_NULL",
@@ -11731,7 +11766,7 @@
11731
11766
  },
11732
11767
  {
11733
11768
  "name": "estimated_state_of_charge",
11734
- "description": "Estimated state of charge, at arrival on the next charging station",
11769
+ "description": "Estimated state of charge, at arrival on the next charging station.",
11735
11770
  "args": [
11736
11771
  {
11737
11772
  "name": "unit",
@@ -11760,7 +11795,7 @@
11760
11795
  },
11761
11796
  {
11762
11797
  "name": "estimated_consumption",
11763
- "description": "Estimated consumption, in kWh, from last the known location until the next charging station",
11798
+ "description": "Estimated consumption, in kWh, from last the known location until the next charging station.",
11764
11799
  "args": [],
11765
11800
  "type": {
11766
11801
  "kind": "NON_NULL",
@@ -11776,14 +11811,14 @@
11776
11811
  },
11777
11812
  {
11778
11813
  "name": "estimated_duration",
11779
- "description": "Estimated duration, in seconds, from the last known location until the next charging station",
11814
+ "description": "Estimated duration, in seconds, from the last known location until the next charging station.",
11780
11815
  "args": [],
11781
11816
  "type": {
11782
11817
  "kind": "NON_NULL",
11783
11818
  "name": null,
11784
11819
  "ofType": {
11785
11820
  "kind": "SCALAR",
11786
- "name": "Int",
11821
+ "name": "Float",
11787
11822
  "ofType": null
11788
11823
  }
11789
11824
  },
@@ -11796,15 +11831,105 @@
11796
11831
  "enumValues": null,
11797
11832
  "possibleTypes": null
11798
11833
  },
11834
+ {
11835
+ "kind": "ENUM",
11836
+ "name": "NavigationStatus",
11837
+ "description": "State of navigation session.",
11838
+ "fields": null,
11839
+ "inputFields": null,
11840
+ "interfaces": null,
11841
+ "enumValues": [
11842
+ {
11843
+ "name": "driving",
11844
+ "description": "Vehicle is driving.",
11845
+ "isDeprecated": false,
11846
+ "deprecationReason": null
11847
+ },
11848
+ {
11849
+ "name": "charging",
11850
+ "description": "Vehicle is charging.",
11851
+ "isDeprecated": false,
11852
+ "deprecationReason": null
11853
+ },
11854
+ {
11855
+ "name": "finished",
11856
+ "description": "Navigation session is completed (either manually or automatically 48 hours after the last update).",
11857
+ "isDeprecated": false,
11858
+ "deprecationReason": null
11859
+ },
11860
+ {
11861
+ "name": "error",
11862
+ "description": "Failed to update navigation session due to route error or not found.",
11863
+ "isDeprecated": false,
11864
+ "deprecationReason": null
11865
+ }
11866
+ ],
11867
+ "possibleTypes": null
11868
+ },
11869
+ {
11870
+ "kind": "OBJECT",
11871
+ "name": "NavigationSubscription",
11872
+ "description": "The navigation session subscription data",
11873
+ "fields": [
11874
+ {
11875
+ "name": "id",
11876
+ "description": "ID of the navigation session.",
11877
+ "args": [],
11878
+ "type": {
11879
+ "kind": "NON_NULL",
11880
+ "name": null,
11881
+ "ofType": {
11882
+ "kind": "SCALAR",
11883
+ "name": "ID",
11884
+ "ofType": null
11885
+ }
11886
+ },
11887
+ "isDeprecated": false,
11888
+ "deprecationReason": null
11889
+ },
11890
+ {
11891
+ "name": "status",
11892
+ "description": "The status of a navigation session. The status can be driving, charging, finished, or error.",
11893
+ "args": [],
11894
+ "type": {
11895
+ "kind": "NON_NULL",
11896
+ "name": null,
11897
+ "ofType": {
11898
+ "kind": "ENUM",
11899
+ "name": "NavigationStatus",
11900
+ "ofType": null
11901
+ }
11902
+ },
11903
+ "isDeprecated": false,
11904
+ "deprecationReason": null
11905
+ },
11906
+ {
11907
+ "name": "meta",
11908
+ "description": "Navigation meta information.",
11909
+ "args": [],
11910
+ "type": {
11911
+ "kind": "OBJECT",
11912
+ "name": "NavigationMeta",
11913
+ "ofType": null
11914
+ },
11915
+ "isDeprecated": false,
11916
+ "deprecationReason": null
11917
+ }
11918
+ ],
11919
+ "inputFields": null,
11920
+ "interfaces": [],
11921
+ "enumValues": null,
11922
+ "possibleTypes": null
11923
+ },
11799
11924
  {
11800
11925
  "kind": "INPUT_OBJECT",
11801
11926
  "name": "NavigationUpdateInput",
11802
- "description": "Input for the navigation update",
11927
+ "description": "Input for the navigation update.",
11803
11928
  "fields": null,
11804
11929
  "inputFields": [
11805
11930
  {
11806
11931
  "name": "id",
11807
- "description": "ID of the navigation session",
11932
+ "description": "ID of the navigation session.",
11808
11933
  "type": {
11809
11934
  "kind": "NON_NULL",
11810
11935
  "name": null,
@@ -11820,7 +11945,7 @@
11820
11945
  },
11821
11946
  {
11822
11947
  "name": "location_data",
11823
- "description": "A list of locations that were collected since the last update",
11948
+ "description": "A list of locations that were collected since the last update.",
11824
11949
  "type": {
11825
11950
  "kind": "NON_NULL",
11826
11951
  "name": null,
@@ -11844,7 +11969,7 @@
11844
11969
  },
11845
11970
  {
11846
11971
  "name": "telemetry",
11847
- "description": "Telemetry data input",
11972
+ "description": "Telemetry data input.",
11848
11973
  "type": {
11849
11974
  "kind": "INPUT_OBJECT",
11850
11975
  "name": "TelemetryInput",
@@ -11862,12 +11987,12 @@
11862
11987
  {
11863
11988
  "kind": "INPUT_OBJECT",
11864
11989
  "name": "NavigationUpdateLocationPropertiesInput",
11865
- "description": "Properties of the location",
11990
+ "description": "Properties of the location.",
11866
11991
  "fields": null,
11867
11992
  "inputFields": [
11868
11993
  {
11869
11994
  "name": "route_leg",
11870
- "description": "Current route leg index corresponding to a location",
11995
+ "description": "Current route leg index corresponding to a location.",
11871
11996
  "type": {
11872
11997
  "kind": "NON_NULL",
11873
11998
  "name": null,
@@ -11883,7 +12008,7 @@
11883
12008
  },
11884
12009
  {
11885
12010
  "name": "speed",
11886
- "description": "Speed at a location",
12011
+ "description": "Speed at a location.",
11887
12012
  "type": {
11888
12013
  "kind": "INPUT_OBJECT",
11889
12014
  "name": "VehicleSpeedInput",
@@ -11895,7 +12020,7 @@
11895
12020
  },
11896
12021
  {
11897
12022
  "name": "timestamp",
11898
- "description": "UNIX timestamp at location, in seconds",
12023
+ "description": "UNIX timestamp at location, in seconds.",
11899
12024
  "type": {
11900
12025
  "kind": "NON_NULL",
11901
12026
  "name": null,
@@ -11911,7 +12036,7 @@
11911
12036
  },
11912
12037
  {
11913
12038
  "name": "elevation",
11914
- "description": "Elevation information",
12039
+ "description": "Elevation information.",
11915
12040
  "type": {
11916
12041
  "kind": "INPUT_OBJECT",
11917
12042
  "name": "ElevationInput",
@@ -11929,12 +12054,12 @@
11929
12054
  {
11930
12055
  "kind": "INPUT_OBJECT",
11931
12056
  "name": "NavigationUpdateLocationsInput",
11932
- "description": "Input for the navigation update locations",
12057
+ "description": "Input for the navigation update locations.",
11933
12058
  "fields": null,
11934
12059
  "inputFields": [
11935
12060
  {
11936
12061
  "name": "geometry",
11937
- "description": "GPS location",
12062
+ "description": "GPS location.",
11938
12063
  "type": {
11939
12064
  "kind": "NON_NULL",
11940
12065
  "name": null,
@@ -11950,7 +12075,7 @@
11950
12075
  },
11951
12076
  {
11952
12077
  "name": "properties",
11953
- "description": "Extra information about the location",
12078
+ "description": "Extra information about the location.",
11954
12079
  "type": {
11955
12080
  "kind": "NON_NULL",
11956
12081
  "name": null,
@@ -12379,6 +12504,18 @@
12379
12504
  "description": "The connector type is NEMA 14-50, 3 pins, rating of 50 A",
12380
12505
  "isDeprecated": false,
12381
12506
  "deprecationReason": null
12507
+ },
12508
+ {
12509
+ "name": "GBT_AC",
12510
+ "description": "Guobiao GB/T 20234.2 AC socket/connector.",
12511
+ "isDeprecated": false,
12512
+ "deprecationReason": null
12513
+ },
12514
+ {
12515
+ "name": "GBT_DC",
12516
+ "description": "Guobiao GB/T 20234.3 DC connector.",
12517
+ "isDeprecated": false,
12518
+ "deprecationReason": null
12382
12519
  }
12383
12520
  ],
12384
12521
  "possibleTypes": null
@@ -14738,6 +14875,26 @@
14738
14875
  },
14739
14876
  "isDeprecated": false,
14740
14877
  "deprecationReason": null
14878
+ },
14879
+ {
14880
+ "name": "avoided_countries",
14881
+ "description": "List of countries where the operator is avoided. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
14882
+ "args": [],
14883
+ "type": {
14884
+ "kind": "LIST",
14885
+ "name": null,
14886
+ "ofType": {
14887
+ "kind": "NON_NULL",
14888
+ "name": null,
14889
+ "ofType": {
14890
+ "kind": "ENUM",
14891
+ "name": "CountryCodeAlpha2",
14892
+ "ofType": null
14893
+ }
14894
+ }
14895
+ },
14896
+ "isDeprecated": false,
14897
+ "deprecationReason": null
14741
14898
  }
14742
14899
  ],
14743
14900
  "inputFields": null,
@@ -14899,6 +15056,41 @@
14899
15056
  "enumValues": null,
14900
15057
  "possibleTypes": null
14901
15058
  },
15059
+ {
15060
+ "kind": "ENUM",
15061
+ "name": "OperatorPreferenceType",
15062
+ "description": null,
15063
+ "fields": null,
15064
+ "inputFields": null,
15065
+ "interfaces": null,
15066
+ "enumValues": [
15067
+ {
15068
+ "name": "ranked",
15069
+ "description": "Operators that have been set as preferred or required.",
15070
+ "isDeprecated": false,
15071
+ "deprecationReason": null
15072
+ },
15073
+ {
15074
+ "name": "unranked",
15075
+ "description": "Operators that have not been set as neither preferred or required or avoided nor excluded.",
15076
+ "isDeprecated": false,
15077
+ "deprecationReason": null
15078
+ },
15079
+ {
15080
+ "name": "avoided",
15081
+ "description": "Operators that have been set to be avoided.",
15082
+ "isDeprecated": false,
15083
+ "deprecationReason": null
15084
+ },
15085
+ {
15086
+ "name": "excluded",
15087
+ "description": "Operators that have been set to be excluded.",
15088
+ "isDeprecated": false,
15089
+ "deprecationReason": null
15090
+ }
15091
+ ],
15092
+ "possibleTypes": null
15093
+ },
14902
15094
  {
14903
15095
  "kind": "ENUM",
14904
15096
  "name": "OperatorRankingLevel",
@@ -15239,6 +15431,73 @@
15239
15431
  "enumValues": null,
15240
15432
  "possibleTypes": null
15241
15433
  },
15434
+ {
15435
+ "kind": "OBJECT",
15436
+ "name": "PageInfo",
15437
+ "description": "Information about the list page.",
15438
+ "fields": [
15439
+ {
15440
+ "name": "has_next_page",
15441
+ "description": "Flag that indicates if it has a next page.",
15442
+ "args": [],
15443
+ "type": {
15444
+ "kind": "NON_NULL",
15445
+ "name": null,
15446
+ "ofType": {
15447
+ "kind": "SCALAR",
15448
+ "name": "Boolean",
15449
+ "ofType": null
15450
+ }
15451
+ },
15452
+ "isDeprecated": false,
15453
+ "deprecationReason": null
15454
+ },
15455
+ {
15456
+ "name": "has_previous_page",
15457
+ "description": "Flag that indicates if it has a previous page.",
15458
+ "args": [],
15459
+ "type": {
15460
+ "kind": "NON_NULL",
15461
+ "name": null,
15462
+ "ofType": {
15463
+ "kind": "SCALAR",
15464
+ "name": "Boolean",
15465
+ "ofType": null
15466
+ }
15467
+ },
15468
+ "isDeprecated": false,
15469
+ "deprecationReason": null
15470
+ },
15471
+ {
15472
+ "name": "start_cursor",
15473
+ "description": "Cursor of the first connection of the page. If the page is empty, this is null.",
15474
+ "args": [],
15475
+ "type": {
15476
+ "kind": "SCALAR",
15477
+ "name": "String",
15478
+ "ofType": null
15479
+ },
15480
+ "isDeprecated": false,
15481
+ "deprecationReason": null
15482
+ },
15483
+ {
15484
+ "name": "end_cursor",
15485
+ "description": "Cursor of the last connection of the page. If the page is empty, this is null.",
15486
+ "args": [],
15487
+ "type": {
15488
+ "kind": "SCALAR",
15489
+ "name": "String",
15490
+ "ofType": null
15491
+ },
15492
+ "isDeprecated": false,
15493
+ "deprecationReason": null
15494
+ }
15495
+ ],
15496
+ "inputFields": null,
15497
+ "interfaces": [],
15498
+ "enumValues": null,
15499
+ "possibleTypes": null
15500
+ },
15242
15501
  {
15243
15502
  "kind": "ENUM",
15244
15503
  "name": "ParkingCost",
@@ -16583,6 +16842,131 @@
16583
16842
  "isDeprecated": false,
16584
16843
  "deprecationReason": null
16585
16844
  },
16845
+ {
16846
+ "name": "getRouteStationsWithAmenities",
16847
+ "description": "[BETA] Search for stations with amenities within a specific time window and distance of a previously calculated route.",
16848
+ "args": [
16849
+ {
16850
+ "name": "route_id",
16851
+ "description": "ID of the route request.",
16852
+ "type": {
16853
+ "kind": "NON_NULL",
16854
+ "name": null,
16855
+ "ofType": {
16856
+ "kind": "SCALAR",
16857
+ "name": "ID",
16858
+ "ofType": null
16859
+ }
16860
+ },
16861
+ "defaultValue": null,
16862
+ "isDeprecated": false,
16863
+ "deprecationReason": null
16864
+ },
16865
+ {
16866
+ "name": "route_details_id",
16867
+ "description": "ID of the route.",
16868
+ "type": {
16869
+ "kind": "NON_NULL",
16870
+ "name": null,
16871
+ "ofType": {
16872
+ "kind": "SCALAR",
16873
+ "name": "ID",
16874
+ "ofType": null
16875
+ }
16876
+ },
16877
+ "defaultValue": null,
16878
+ "isDeprecated": false,
16879
+ "deprecationReason": null
16880
+ },
16881
+ {
16882
+ "name": "time_window",
16883
+ "description": "Time window along the route to search for stations with amenities.",
16884
+ "type": {
16885
+ "kind": "NON_NULL",
16886
+ "name": null,
16887
+ "ofType": {
16888
+ "kind": "INPUT_OBJECT",
16889
+ "name": "RouteTimeWindow",
16890
+ "ofType": null
16891
+ }
16892
+ },
16893
+ "defaultValue": null,
16894
+ "isDeprecated": false,
16895
+ "deprecationReason": null
16896
+ },
16897
+ {
16898
+ "name": "amenity_types",
16899
+ "description": "Type of amenity to search along the route. Behaves as logical OR when multiple values are provided.",
16900
+ "type": {
16901
+ "kind": "NON_NULL",
16902
+ "name": null,
16903
+ "ofType": {
16904
+ "kind": "LIST",
16905
+ "name": null,
16906
+ "ofType": {
16907
+ "kind": "NON_NULL",
16908
+ "name": null,
16909
+ "ofType": {
16910
+ "kind": "ENUM",
16911
+ "name": "AmenityType",
16912
+ "ofType": null
16913
+ }
16914
+ }
16915
+ }
16916
+ },
16917
+ "defaultValue": null,
16918
+ "isDeprecated": false,
16919
+ "deprecationReason": null
16920
+ },
16921
+ {
16922
+ "name": "filter",
16923
+ "description": "Filter results by station or amenity properties.",
16924
+ "type": {
16925
+ "kind": "INPUT_OBJECT",
16926
+ "name": "RouteStationsWithAmenityFilter",
16927
+ "ofType": null
16928
+ },
16929
+ "defaultValue": null,
16930
+ "isDeprecated": false,
16931
+ "deprecationReason": null
16932
+ },
16933
+ {
16934
+ "name": "first",
16935
+ "description": "Maximum number of items to return per page, a value between 1 and 10.",
16936
+ "type": {
16937
+ "kind": "SCALAR",
16938
+ "name": "Int",
16939
+ "ofType": null
16940
+ },
16941
+ "defaultValue": "10",
16942
+ "isDeprecated": false,
16943
+ "deprecationReason": null
16944
+ },
16945
+ {
16946
+ "name": "after",
16947
+ "description": "Returns the items in the list that come after the specified cursor. For the first page, this field should not be specified.",
16948
+ "type": {
16949
+ "kind": "SCALAR",
16950
+ "name": "String",
16951
+ "ofType": null
16952
+ },
16953
+ "defaultValue": null,
16954
+ "isDeprecated": false,
16955
+ "deprecationReason": null
16956
+ }
16957
+ ],
16958
+ "type": {
16959
+ "kind": "NON_NULL",
16960
+ "name": null,
16961
+ "ofType": {
16962
+ "kind": "OBJECT",
16963
+ "name": "RouteStationsWithAmenitiesConnection",
16964
+ "ofType": null
16965
+ }
16966
+ },
16967
+ "isDeprecated": false,
16968
+ "deprecationReason": null
16969
+ },
16586
16970
  {
16587
16971
  "name": "station",
16588
16972
  "description": "Get information about a station by its ID.",
@@ -17025,7 +17409,7 @@
17025
17409
  "name": null,
17026
17410
  "ofType": {
17027
17411
  "kind": "OBJECT",
17028
- "name": "VehicleMakesResponse",
17412
+ "name": "VehicleMakesConnection",
17029
17413
  "ofType": null
17030
17414
  }
17031
17415
  },
@@ -17040,13 +17424,9 @@
17040
17424
  "name": "filter",
17041
17425
  "description": "Filter vehicle models result.",
17042
17426
  "type": {
17043
- "kind": "NON_NULL",
17044
- "name": null,
17045
- "ofType": {
17046
- "kind": "INPUT_OBJECT",
17047
- "name": "VehicleModelsFilter",
17048
- "ofType": null
17049
- }
17427
+ "kind": "INPUT_OBJECT",
17428
+ "name": "VehicleModelsFilter",
17429
+ "ofType": null
17050
17430
  },
17051
17431
  "defaultValue": null,
17052
17432
  "isDeprecated": false,
@@ -17063,6 +17443,30 @@
17063
17443
  "defaultValue": null,
17064
17444
  "isDeprecated": false,
17065
17445
  "deprecationReason": null
17446
+ },
17447
+ {
17448
+ "name": "first",
17449
+ "description": "Maximum number of items to return per page, a value between 1 and 10.",
17450
+ "type": {
17451
+ "kind": "SCALAR",
17452
+ "name": "Int",
17453
+ "ofType": null
17454
+ },
17455
+ "defaultValue": "10",
17456
+ "isDeprecated": false,
17457
+ "deprecationReason": null
17458
+ },
17459
+ {
17460
+ "name": "after",
17461
+ "description": "Returns the items in the list that come after the specified cursor. For the first page, this field should not be specified.",
17462
+ "type": {
17463
+ "kind": "SCALAR",
17464
+ "name": "String",
17465
+ "ofType": null
17466
+ },
17467
+ "defaultValue": null,
17468
+ "isDeprecated": false,
17469
+ "deprecationReason": null
17066
17470
  }
17067
17471
  ],
17068
17472
  "type": {
@@ -17070,7 +17474,7 @@
17070
17474
  "name": null,
17071
17475
  "ofType": {
17072
17476
  "kind": "OBJECT",
17073
- "name": "VehicleModelsResponse",
17477
+ "name": "VehicleModelsConnection",
17074
17478
  "ofType": null
17075
17479
  }
17076
17480
  },
@@ -18897,42 +19301,6 @@
18897
19301
  },
18898
19302
  "isDeprecated": false,
18899
19303
  "deprecationReason": null
18900
- },
18901
- {
18902
- "name": "id",
18903
- "description": "User ID.",
18904
- "args": [],
18905
- "type": {
18906
- "kind": "SCALAR",
18907
- "name": "ID",
18908
- "ofType": null
18909
- },
18910
- "isDeprecated": true,
18911
- "deprecationReason": "Not sent back anymore, will be null"
18912
- },
18913
- {
18914
- "name": "firstName",
18915
- "description": "First name.",
18916
- "args": [],
18917
- "type": {
18918
- "kind": "SCALAR",
18919
- "name": "String",
18920
- "ofType": null
18921
- },
18922
- "isDeprecated": true,
18923
- "deprecationReason": "In favor of name."
18924
- },
18925
- {
18926
- "name": "lastName",
18927
- "description": "Last name.",
18928
- "args": [],
18929
- "type": {
18930
- "kind": "SCALAR",
18931
- "name": "String",
18932
- "ofType": null
18933
- },
18934
- "isDeprecated": true,
18935
- "deprecationReason": "In favor of name"
18936
19304
  }
18937
19305
  ],
18938
19306
  "inputFields": null,
@@ -19559,6 +19927,29 @@
19559
19927
  ],
19560
19928
  "possibleTypes": null
19561
19929
  },
19930
+ {
19931
+ "kind": "INPUT_OBJECT",
19932
+ "name": "RouteAmenityFilter",
19933
+ "description": null,
19934
+ "fields": null,
19935
+ "inputFields": [
19936
+ {
19937
+ "name": "maximum_distance_from_station",
19938
+ "description": "Maximum distance from the station to the amenity. The value must be between 0 and 1 000 meters. If not specified, defaults to 250 meters.",
19939
+ "type": {
19940
+ "kind": "INPUT_OBJECT",
19941
+ "name": "DistanceInput",
19942
+ "ofType": null
19943
+ },
19944
+ "defaultValue": null,
19945
+ "isDeprecated": false,
19946
+ "deprecationReason": null
19947
+ }
19948
+ ],
19949
+ "interfaces": null,
19950
+ "enumValues": null,
19951
+ "possibleTypes": null
19952
+ },
19562
19953
  {
19563
19954
  "kind": "OBJECT",
19564
19955
  "name": "RouteAmenityPreferences",
@@ -19694,20 +20085,16 @@
19694
20085
  "description": "Geometry of the feature.",
19695
20086
  "args": [],
19696
20087
  "type": {
19697
- "kind": "NON_NULL",
19698
- "name": null,
19699
- "ofType": {
19700
- "kind": "OBJECT",
19701
- "name": "Point",
19702
- "ofType": null
19703
- }
20088
+ "kind": "OBJECT",
20089
+ "name": "Point",
20090
+ "ofType": null
19704
20091
  },
19705
20092
  "isDeprecated": false,
19706
20093
  "deprecationReason": null
19707
20094
  },
19708
20095
  {
19709
20096
  "name": "properties",
19710
- "description": "Optional object where additional properties can be specified.",
20097
+ "description": "Additional feature properties.",
19711
20098
  "args": [],
19712
20099
  "type": {
19713
20100
  "kind": "OBJECT",
@@ -19761,13 +20148,9 @@
19761
20148
  "name": "geometry",
19762
20149
  "description": "Geometry of the feature.",
19763
20150
  "type": {
19764
- "kind": "NON_NULL",
19765
- "name": null,
19766
- "ofType": {
19767
- "kind": "INPUT_OBJECT",
19768
- "name": "PointInput",
19769
- "ofType": null
19770
- }
20151
+ "kind": "INPUT_OBJECT",
20152
+ "name": "PointInput",
20153
+ "ofType": null
19771
20154
  },
19772
20155
  "defaultValue": null,
19773
20156
  "isDeprecated": false,
@@ -19775,7 +20158,7 @@
19775
20158
  },
19776
20159
  {
19777
20160
  "name": "properties",
19778
- "description": "Optional object where additional properties can be specified.",
20161
+ "description": "Additional feature properties.",
19779
20162
  "type": {
19780
20163
  "kind": "INPUT_OBJECT",
19781
20164
  "name": "RouteDestinationPropertiesInput",
@@ -19845,7 +20228,7 @@
19845
20228
  },
19846
20229
  {
19847
20230
  "name": "station",
19848
- "description": "Data about the destination station.",
20231
+ "description": "Specifies a charging station at the destination. If a known station is provided, it will be used as charging stop. Any configured operator preferences are ignored for this stop.",
19849
20232
  "type": {
19850
20233
  "kind": "INPUT_OBJECT",
19851
20234
  "name": "RoutePropertiesStationInput",
@@ -20095,7 +20478,7 @@
20095
20478
  },
20096
20479
  {
20097
20480
  "name": "alternative_stations",
20098
- "description": "Alternative stations along a route within a specified radius. Will only return stations if alternative_station_radius was specified in the createRoute mutation.",
20481
+ "description": "Alternative stations along a route within a specified radius.\n\nIncludes stations from preferred/required/avoided operators but excludes stations from excluded operators.\nThis list is only populated if `alternative_station_radius` was specified in the `createRoute` mutation.",
20099
20482
  "args": [],
20100
20483
  "type": {
20101
20484
  "kind": "NON_NULL",
@@ -20156,6 +20539,26 @@
20156
20539
  },
20157
20540
  "isDeprecated": false,
20158
20541
  "deprecationReason": null
20542
+ },
20543
+ {
20544
+ "name": "warnings",
20545
+ "description": "[BETA] Warnings that certain conditions specified in a route mutation are not respected.",
20546
+ "args": [],
20547
+ "type": {
20548
+ "kind": "LIST",
20549
+ "name": null,
20550
+ "ofType": {
20551
+ "kind": "NON_NULL",
20552
+ "name": null,
20553
+ "ofType": {
20554
+ "kind": "OBJECT",
20555
+ "name": "RouteWarning",
20556
+ "ofType": null
20557
+ }
20558
+ }
20559
+ },
20560
+ "isDeprecated": false,
20561
+ "deprecationReason": null
20159
20562
  }
20160
20563
  ],
20161
20564
  "inputFields": null,
@@ -20265,7 +20668,7 @@
20265
20668
  {
20266
20669
  "kind": "OBJECT",
20267
20670
  "name": "RouteDetailsDurations",
20268
- "description": "Aggregation of all durations of a route.",
20671
+ "description": null,
20269
20672
  "fields": [
20270
20673
  {
20271
20674
  "name": "total",
@@ -20317,7 +20720,7 @@
20317
20720
  },
20318
20721
  {
20319
20722
  "name": "stopover",
20320
- "description": "Total stop duration, excluding charge stops, in seconds.",
20723
+ "description": "Total duration stopped at a location via or at a station via, excluding charging time and charging penalty, in seconds.",
20321
20724
  "args": [],
20322
20725
  "type": {
20323
20726
  "kind": "NON_NULL",
@@ -20894,6 +21297,26 @@
20894
21297
  },
20895
21298
  "isDeprecated": false,
20896
21299
  "deprecationReason": null
21300
+ },
21301
+ {
21302
+ "name": "warnings",
21303
+ "description": "[BETA] Warnings that certain conditions specified in a route mutation are not respected.",
21304
+ "args": [],
21305
+ "type": {
21306
+ "kind": "LIST",
21307
+ "name": null,
21308
+ "ofType": {
21309
+ "kind": "NON_NULL",
21310
+ "name": null,
21311
+ "ofType": {
21312
+ "kind": "OBJECT",
21313
+ "name": "RouteDetailsLegWarning",
21314
+ "ofType": null
21315
+ }
21316
+ }
21317
+ },
21318
+ "isDeprecated": false,
21319
+ "deprecationReason": null
20897
21320
  }
20898
21321
  ],
20899
21322
  "inputFields": null,
@@ -21067,8 +21490,8 @@
21067
21490
  "name": "Int",
21068
21491
  "ofType": null
21069
21492
  },
21070
- "isDeprecated": false,
21071
- "deprecationReason": null
21493
+ "isDeprecated": true,
21494
+ "deprecationReason": "In favor of legs.durations"
21072
21495
  },
21073
21496
  {
21074
21497
  "name": "occupants",
@@ -21780,6 +22203,80 @@
21780
22203
  ],
21781
22204
  "possibleTypes": null
21782
22205
  },
22206
+ {
22207
+ "kind": "OBJECT",
22208
+ "name": "RouteDetailsLegWarning",
22209
+ "description": null,
22210
+ "fields": [
22211
+ {
22212
+ "name": "code",
22213
+ "description": "The code of the warning.",
22214
+ "args": [],
22215
+ "type": {
22216
+ "kind": "NON_NULL",
22217
+ "name": null,
22218
+ "ofType": {
22219
+ "kind": "ENUM",
22220
+ "name": "RouteDetailsLegWarningCode",
22221
+ "ofType": null
22222
+ }
22223
+ },
22224
+ "isDeprecated": false,
22225
+ "deprecationReason": null
22226
+ }
22227
+ ],
22228
+ "inputFields": null,
22229
+ "interfaces": [],
22230
+ "enumValues": null,
22231
+ "possibleTypes": null
22232
+ },
22233
+ {
22234
+ "kind": "ENUM",
22235
+ "name": "RouteDetailsLegWarningCode",
22236
+ "description": "Types of warnings that can be encountered in a route leg.",
22237
+ "fields": null,
22238
+ "inputFields": null,
22239
+ "interfaces": null,
22240
+ "enumValues": [
22241
+ {
22242
+ "name": "via_not_vehicle_accessible",
22243
+ "description": "The via location cannot be reached by vehicle.",
22244
+ "isDeprecated": false,
22245
+ "deprecationReason": null
22246
+ },
22247
+ {
22248
+ "name": "operators_preferred_not_available",
22249
+ "description": "The leg could not use stations from the preferred operator(s).",
22250
+ "isDeprecated": false,
22251
+ "deprecationReason": null
22252
+ },
22253
+ {
22254
+ "name": "maximum_weight_exceeded",
22255
+ "description": "Vehicle's load may exceed the maximum supported weight of the vehicle.",
22256
+ "isDeprecated": false,
22257
+ "deprecationReason": null
22258
+ },
22259
+ {
22260
+ "name": "segment_unavoidable",
22261
+ "description": "The leg includes sections requested to be avoided.",
22262
+ "isDeprecated": false,
22263
+ "deprecationReason": null
22264
+ },
22265
+ {
22266
+ "name": "station_limited_open_hours",
22267
+ "description": "The charging station used in the leg has limited opening hours.",
22268
+ "isDeprecated": false,
22269
+ "deprecationReason": null
22270
+ },
22271
+ {
22272
+ "name": "via_insufficient_charging_time",
22273
+ "description": "The specified stop duration at the via charging station is insufficient to start a charging session.",
22274
+ "isDeprecated": false,
22275
+ "deprecationReason": null
22276
+ }
22277
+ ],
22278
+ "possibleTypes": null
22279
+ },
21783
22280
  {
21784
22281
  "kind": "OBJECT",
21785
22282
  "name": "RouteDetailsManeuver",
@@ -22267,57 +22764,174 @@
22267
22764
  },
22268
22765
  {
22269
22766
  "kind": "OBJECT",
22270
- "name": "RouteEmbeddedEmissions",
22767
+ "name": "RouteDrivingPreferences",
22271
22768
  "description": null,
22272
22769
  "fields": [
22273
22770
  {
22274
- "name": "total",
22275
- "description": "Total embedded emissions.",
22276
- "args": [
22277
- {
22278
- "name": "unit",
22279
- "description": "Emission unit.",
22280
- "type": {
22281
- "kind": "ENUM",
22282
- "name": "EmissionUnit",
22283
- "ofType": null
22284
- },
22285
- "defaultValue": "gram",
22286
- "isDeprecated": false,
22287
- "deprecationReason": null
22288
- }
22289
- ],
22771
+ "name": "speed_factor",
22772
+ "description": "[BETA] Factor to adjust the route's calculated average speed. Accepts values between 0.80 and 1.20. 1.0 is neutral. Values below 1.0 reduce speed (e.g. 0.95 is -5%), values above increase it. If provided in combination with style, this overrides the speed factor implied by the selected 'style'.",
22773
+ "args": [],
22290
22774
  "type": {
22291
- "kind": "NON_NULL",
22292
- "name": null,
22293
- "ofType": {
22294
- "kind": "SCALAR",
22295
- "name": "Float",
22296
- "ofType": null
22297
- }
22775
+ "kind": "SCALAR",
22776
+ "name": "Float",
22777
+ "ofType": null
22298
22778
  },
22299
22779
  "isDeprecated": false,
22300
22780
  "deprecationReason": null
22301
22781
  },
22302
22782
  {
22303
- "name": "manufacturing",
22304
- "description": "Manufacturing emissions.",
22783
+ "name": "maximum_speed",
22784
+ "description": "[BETA] Maximum speed to consider when generating the route. In the segments where legal speed is lower than this value, the legal speed will be used instead. If provided in combination with 'style, this overrides the maximum speed implied by the selected 'style'.",
22305
22785
  "args": [],
22306
22786
  "type": {
22307
- "kind": "NON_NULL",
22308
- "name": null,
22309
- "ofType": {
22310
- "kind": "OBJECT",
22311
- "name": "RouteEmbeddedManufacturingEmissions",
22312
- "ofType": null
22313
- }
22787
+ "kind": "OBJECT",
22788
+ "name": "MaximumSpeed",
22789
+ "ofType": null
22314
22790
  },
22315
22791
  "isDeprecated": false,
22316
22792
  "deprecationReason": null
22317
22793
  },
22318
22794
  {
22319
- "name": "distribution",
22320
- "description": "Total distribution emissions.",
22795
+ "name": "style",
22796
+ "description": "[BETA] Defines a driving style. If provided in combination with 'maximum_speed' or 'speed_factor', those values override the values defined by the selected 'style'.",
22797
+ "args": [],
22798
+ "type": {
22799
+ "kind": "ENUM",
22800
+ "name": "RouteDrivingStyle",
22801
+ "ofType": null
22802
+ },
22803
+ "isDeprecated": false,
22804
+ "deprecationReason": null
22805
+ }
22806
+ ],
22807
+ "inputFields": null,
22808
+ "interfaces": [],
22809
+ "enumValues": null,
22810
+ "possibleTypes": null
22811
+ },
22812
+ {
22813
+ "kind": "INPUT_OBJECT",
22814
+ "name": "RouteDrivingPreferencesInput",
22815
+ "description": null,
22816
+ "fields": null,
22817
+ "inputFields": [
22818
+ {
22819
+ "name": "speed_factor",
22820
+ "description": "[BETA] Factor to adjust the route's calculated average speed. Accepts values between 0.80 and 1.20. 1.0 is neutral. Values below 1.0 reduce speed (e.g. 0.95 is -5%), values above increase it. If provided in combination with style, this overrides the speed factor implied by the selected 'style'.",
22821
+ "type": {
22822
+ "kind": "SCALAR",
22823
+ "name": "Float",
22824
+ "ofType": null
22825
+ },
22826
+ "defaultValue": null,
22827
+ "isDeprecated": false,
22828
+ "deprecationReason": null
22829
+ },
22830
+ {
22831
+ "name": "maximum_speed",
22832
+ "description": "[BETA] Maximum speed to consider when generating the route. In the segments where legal speed is lower than this value, the legal speed will be used instead. If provided in combination with 'style, this overrides the maximum speed implied by the selected 'style'.",
22833
+ "type": {
22834
+ "kind": "INPUT_OBJECT",
22835
+ "name": "MaximumSpeedInput",
22836
+ "ofType": null
22837
+ },
22838
+ "defaultValue": null,
22839
+ "isDeprecated": false,
22840
+ "deprecationReason": null
22841
+ },
22842
+ {
22843
+ "name": "style",
22844
+ "description": "[BETA] Defines a driving style. If provided in combination with 'maximum_speed' or 'speed_factor', those values override the values defined by the selected 'style'.",
22845
+ "type": {
22846
+ "kind": "ENUM",
22847
+ "name": "RouteDrivingStyle",
22848
+ "ofType": null
22849
+ },
22850
+ "defaultValue": null,
22851
+ "isDeprecated": false,
22852
+ "deprecationReason": null
22853
+ }
22854
+ ],
22855
+ "interfaces": null,
22856
+ "enumValues": null,
22857
+ "possibleTypes": null
22858
+ },
22859
+ {
22860
+ "kind": "ENUM",
22861
+ "name": "RouteDrivingStyle",
22862
+ "description": null,
22863
+ "fields": null,
22864
+ "inputFields": null,
22865
+ "interfaces": null,
22866
+ "enumValues": [
22867
+ {
22868
+ "name": "eco",
22869
+ "description": "Lower average driving speed and lower energy consumption. Applies a speed limit of 110 km/h to all segments where a higher legal limit is allowed and reduces by 5% the route's average driving speed.",
22870
+ "isDeprecated": false,
22871
+ "deprecationReason": null
22872
+ },
22873
+ {
22874
+ "name": "sport",
22875
+ "description": "Higher average driving speed and higher energy consumption. Applies no speed limit and increases by 5% the route's average driving speed.",
22876
+ "isDeprecated": false,
22877
+ "deprecationReason": null
22878
+ }
22879
+ ],
22880
+ "possibleTypes": null
22881
+ },
22882
+ {
22883
+ "kind": "OBJECT",
22884
+ "name": "RouteEmbeddedEmissions",
22885
+ "description": null,
22886
+ "fields": [
22887
+ {
22888
+ "name": "total",
22889
+ "description": "Total embedded emissions.",
22890
+ "args": [
22891
+ {
22892
+ "name": "unit",
22893
+ "description": "Emission unit.",
22894
+ "type": {
22895
+ "kind": "ENUM",
22896
+ "name": "EmissionUnit",
22897
+ "ofType": null
22898
+ },
22899
+ "defaultValue": "gram",
22900
+ "isDeprecated": false,
22901
+ "deprecationReason": null
22902
+ }
22903
+ ],
22904
+ "type": {
22905
+ "kind": "NON_NULL",
22906
+ "name": null,
22907
+ "ofType": {
22908
+ "kind": "SCALAR",
22909
+ "name": "Float",
22910
+ "ofType": null
22911
+ }
22912
+ },
22913
+ "isDeprecated": false,
22914
+ "deprecationReason": null
22915
+ },
22916
+ {
22917
+ "name": "manufacturing",
22918
+ "description": "Manufacturing emissions.",
22919
+ "args": [],
22920
+ "type": {
22921
+ "kind": "NON_NULL",
22922
+ "name": null,
22923
+ "ofType": {
22924
+ "kind": "OBJECT",
22925
+ "name": "RouteEmbeddedManufacturingEmissions",
22926
+ "ofType": null
22927
+ }
22928
+ },
22929
+ "isDeprecated": false,
22930
+ "deprecationReason": null
22931
+ },
22932
+ {
22933
+ "name": "distribution",
22934
+ "description": "Total distribution emissions.",
22321
22935
  "args": [
22322
22936
  {
22323
22937
  "name": "unit",
@@ -26318,6 +26932,26 @@
26318
26932
  },
26319
26933
  "isDeprecated": false,
26320
26934
  "deprecationReason": null
26935
+ },
26936
+ {
26937
+ "name": "avoid",
26938
+ "description": "Operators that should be avoided, but not excluded, for a route calculation.",
26939
+ "args": [],
26940
+ "type": {
26941
+ "kind": "LIST",
26942
+ "name": null,
26943
+ "ofType": {
26944
+ "kind": "NON_NULL",
26945
+ "name": null,
26946
+ "ofType": {
26947
+ "kind": "OBJECT",
26948
+ "name": "RouteOperatorsValue",
26949
+ "ofType": null
26950
+ }
26951
+ }
26952
+ },
26953
+ "isDeprecated": false,
26954
+ "deprecationReason": null
26321
26955
  }
26322
26956
  ],
26323
26957
  "inputFields": null,
@@ -26333,7 +26967,7 @@
26333
26967
  "inputFields": [
26334
26968
  {
26335
26969
  "name": "ranking",
26336
- "description": "Ranking of an operator with multiple levels, each level having its own penalty value.",
26970
+ "description": "Operators to be preferred in route calculation. If not specified, no operator ranking is applied (including project-configured ranking).",
26337
26971
  "type": {
26338
26972
  "kind": "INPUT_OBJECT",
26339
26973
  "name": "RouteOperatorPreferencesRankingInput",
@@ -26345,7 +26979,27 @@
26345
26979
  },
26346
26980
  {
26347
26981
  "name": "exclude",
26348
- "description": "Operators that should be excluded for a route calculation.",
26982
+ "description": "Operators to be excluded from route calculation. If specified, overrides project-configured operator exclusions. If not specified, applies project-configured operator exclusions.",
26983
+ "type": {
26984
+ "kind": "LIST",
26985
+ "name": null,
26986
+ "ofType": {
26987
+ "kind": "NON_NULL",
26988
+ "name": null,
26989
+ "ofType": {
26990
+ "kind": "INPUT_OBJECT",
26991
+ "name": "RouteOperatorsValueInput",
26992
+ "ofType": null
26993
+ }
26994
+ }
26995
+ },
26996
+ "defaultValue": null,
26997
+ "isDeprecated": false,
26998
+ "deprecationReason": null
26999
+ },
27000
+ {
27001
+ "name": "avoid",
27002
+ "description": "Operators that should be avoided, but not excluded, for a route calculation.",
26349
27003
  "type": {
26350
27004
  "kind": "LIST",
26351
27005
  "name": null,
@@ -26415,7 +27069,7 @@
26415
27069
  "inputFields": [
26416
27070
  {
26417
27071
  "name": "type",
26418
- "description": "Flag indicating if the operators ranking should be preferred or required.",
27072
+ "description": "Determines how operator preferences are applied to stations during route calculation. If no ranking is provided through 'levels' or project settings, no operator preference is applied.",
26419
27073
  "type": {
26420
27074
  "kind": "NON_NULL",
26421
27075
  "name": null,
@@ -26431,7 +27085,7 @@
26431
27085
  },
26432
27086
  {
26433
27087
  "name": "levels",
26434
- "description": "Ranking levels for operator ranking.",
27088
+ "description": "Priority levels for operator ranking. If not specified, applies the specified enforcement type to the project-configured operator ranking.",
26435
27089
  "type": {
26436
27090
  "kind": "INPUT_OBJECT",
26437
27091
  "name": "RouteOperatorPreferencesRankingLevelsInput",
@@ -27132,7 +27786,7 @@
27132
27786
  },
27133
27787
  {
27134
27788
  "name": "countries",
27135
- "description": "List of countries in which the operator should be preferred/excluded. When omitted the operator will be preferred/excluded in every country.",
27789
+ "description": "List of countries in which the operator should be preferred/excluded/avoided. When omitted the operator will be preferred/excluded in every country.",
27136
27790
  "type": {
27137
27791
  "kind": "LIST",
27138
27792
  "name": null,
@@ -27552,6 +28206,18 @@
27552
28206
  },
27553
28207
  "isDeprecated": false,
27554
28208
  "deprecationReason": null
28209
+ },
28210
+ {
28211
+ "name": "stop_duration",
28212
+ "description": "Duration to stay at the station, in seconds. Includes charging time and charging penalty. When not provided, the duration is optimized based on the vehicle’s charging needs and selected charging mode.",
28213
+ "args": [],
28214
+ "type": {
28215
+ "kind": "SCALAR",
28216
+ "name": "Int",
28217
+ "ofType": null
28218
+ },
28219
+ "isDeprecated": false,
28220
+ "deprecationReason": null
27555
28221
  }
27556
28222
  ],
27557
28223
  "inputFields": null,
@@ -27588,6 +28254,18 @@
27588
28254
  "defaultValue": null,
27589
28255
  "isDeprecated": false,
27590
28256
  "deprecationReason": null
28257
+ },
28258
+ {
28259
+ "name": "stop_duration",
28260
+ "description": "Duration to stay at the station, in seconds. Includes charging time and charging penalty. When not provided, the duration is optimized based on the vehicle’s charging needs and selected charging mode.",
28261
+ "type": {
28262
+ "kind": "SCALAR",
28263
+ "name": "Int",
28264
+ "ofType": null
28265
+ },
28266
+ "defaultValue": null,
28267
+ "isDeprecated": false,
28268
+ "deprecationReason": null
27591
28269
  }
27592
28270
  ],
27593
28271
  "interfaces": null,
@@ -27957,6 +28635,258 @@
27957
28635
  ],
27958
28636
  "possibleTypes": null
27959
28637
  },
28638
+ {
28639
+ "kind": "INPUT_OBJECT",
28640
+ "name": "RouteStationFilter",
28641
+ "description": null,
28642
+ "fields": null,
28643
+ "inputFields": [
28644
+ {
28645
+ "name": "maximum_distance_from_path",
28646
+ "description": "Filters stations within this distance from the route path. The value must be between 0 and 10 000 meters. If not specified, defaults to 1 000 meters.",
28647
+ "type": {
28648
+ "kind": "INPUT_OBJECT",
28649
+ "name": "DistanceInput",
28650
+ "ofType": null
28651
+ },
28652
+ "defaultValue": null,
28653
+ "isDeprecated": false,
28654
+ "deprecationReason": null
28655
+ },
28656
+ {
28657
+ "name": "operator_preference",
28658
+ "description": "Filters stations by operator preference types. This filter depends exclusively on the preferences used for the route calculation. If not specified, stations from all preference types (ranked, unranked, avoided, excluded) are returned.",
28659
+ "type": {
28660
+ "kind": "LIST",
28661
+ "name": null,
28662
+ "ofType": {
28663
+ "kind": "NON_NULL",
28664
+ "name": null,
28665
+ "ofType": {
28666
+ "kind": "ENUM",
28667
+ "name": "OperatorPreferenceType",
28668
+ "ofType": null
28669
+ }
28670
+ }
28671
+ },
28672
+ "defaultValue": null,
28673
+ "isDeprecated": false,
28674
+ "deprecationReason": null
28675
+ }
28676
+ ],
28677
+ "interfaces": null,
28678
+ "enumValues": null,
28679
+ "possibleTypes": null
28680
+ },
28681
+ {
28682
+ "kind": "OBJECT",
28683
+ "name": "RouteStationOperator",
28684
+ "description": null,
28685
+ "fields": [
28686
+ {
28687
+ "name": "id",
28688
+ "description": "Unique operator ID.",
28689
+ "args": [],
28690
+ "type": {
28691
+ "kind": "SCALAR",
28692
+ "name": "ID",
28693
+ "ofType": null
28694
+ },
28695
+ "isDeprecated": false,
28696
+ "deprecationReason": null
28697
+ },
28698
+ {
28699
+ "name": "preference_type",
28700
+ "description": "Operator's preference status specifically for this route calculation.",
28701
+ "args": [],
28702
+ "type": {
28703
+ "kind": "NON_NULL",
28704
+ "name": null,
28705
+ "ofType": {
28706
+ "kind": "ENUM",
28707
+ "name": "OperatorPreferenceType",
28708
+ "ofType": null
28709
+ }
28710
+ },
28711
+ "isDeprecated": false,
28712
+ "deprecationReason": null
28713
+ }
28714
+ ],
28715
+ "inputFields": null,
28716
+ "interfaces": [],
28717
+ "enumValues": null,
28718
+ "possibleTypes": null
28719
+ },
28720
+ {
28721
+ "kind": "OBJECT",
28722
+ "name": "RouteStationPreferences",
28723
+ "description": null,
28724
+ "fields": [
28725
+ {
28726
+ "name": "prefer_highway_charging",
28727
+ "description": "[BETA] Flag to prioritise charging stations located directly on the highway, avoiding exiting highways to charge. This preference is considered alongside final SOC and operator preferences, and may reduce their influence if they conflict. The preference's weight is configurable in project settings.",
28728
+ "args": [],
28729
+ "type": {
28730
+ "kind": "SCALAR",
28731
+ "name": "Boolean",
28732
+ "ofType": null
28733
+ },
28734
+ "isDeprecated": false,
28735
+ "deprecationReason": null
28736
+ }
28737
+ ],
28738
+ "inputFields": null,
28739
+ "interfaces": [],
28740
+ "enumValues": null,
28741
+ "possibleTypes": null
28742
+ },
28743
+ {
28744
+ "kind": "INPUT_OBJECT",
28745
+ "name": "RouteStationPreferencesInput",
28746
+ "description": null,
28747
+ "fields": null,
28748
+ "inputFields": [
28749
+ {
28750
+ "name": "prefer_highway_charging",
28751
+ "description": "[BETA] Flag to prioritise charging stations located directly on the highway, avoiding exiting highways to charge. This preference is considered alongside final SOC and operator preferences, and may reduce their influence if they conflict. The preference's weight is configurable in project settings.",
28752
+ "type": {
28753
+ "kind": "SCALAR",
28754
+ "name": "Boolean",
28755
+ "ofType": null
28756
+ },
28757
+ "defaultValue": "true",
28758
+ "isDeprecated": false,
28759
+ "deprecationReason": null
28760
+ }
28761
+ ],
28762
+ "interfaces": null,
28763
+ "enumValues": null,
28764
+ "possibleTypes": null
28765
+ },
28766
+ {
28767
+ "kind": "OBJECT",
28768
+ "name": "RouteStationWithAmenities",
28769
+ "description": null,
28770
+ "fields": [
28771
+ {
28772
+ "name": "id",
28773
+ "description": "ID of the station.",
28774
+ "args": [],
28775
+ "type": {
28776
+ "kind": "NON_NULL",
28777
+ "name": null,
28778
+ "ofType": {
28779
+ "kind": "SCALAR",
28780
+ "name": "ID",
28781
+ "ofType": null
28782
+ }
28783
+ },
28784
+ "isDeprecated": false,
28785
+ "deprecationReason": null
28786
+ },
28787
+ {
28788
+ "name": "external_id",
28789
+ "description": "ID of the station provided by the station data source.",
28790
+ "args": [],
28791
+ "type": {
28792
+ "kind": "SCALAR",
28793
+ "name": "ID",
28794
+ "ofType": null
28795
+ },
28796
+ "isDeprecated": false,
28797
+ "deprecationReason": null
28798
+ },
28799
+ {
28800
+ "name": "location",
28801
+ "description": "GeoJSON location of the station.",
28802
+ "args": [],
28803
+ "type": {
28804
+ "kind": "NON_NULL",
28805
+ "name": null,
28806
+ "ofType": {
28807
+ "kind": "OBJECT",
28808
+ "name": "Point",
28809
+ "ofType": null
28810
+ }
28811
+ },
28812
+ "isDeprecated": false,
28813
+ "deprecationReason": null
28814
+ },
28815
+ {
28816
+ "name": "operator",
28817
+ "description": "Information about the station's operator.",
28818
+ "args": [],
28819
+ "type": {
28820
+ "kind": "NON_NULL",
28821
+ "name": null,
28822
+ "ofType": {
28823
+ "kind": "OBJECT",
28824
+ "name": "RouteStationOperator",
28825
+ "ofType": null
28826
+ }
28827
+ },
28828
+ "isDeprecated": false,
28829
+ "deprecationReason": null
28830
+ },
28831
+ {
28832
+ "name": "distance_from_path",
28833
+ "description": "Distance of the station to the closest point in the original route.",
28834
+ "args": [
28835
+ {
28836
+ "name": "unit",
28837
+ "description": null,
28838
+ "type": {
28839
+ "kind": "ENUM",
28840
+ "name": "DistanceUnit",
28841
+ "ofType": null
28842
+ },
28843
+ "defaultValue": "meter",
28844
+ "isDeprecated": false,
28845
+ "deprecationReason": null
28846
+ }
28847
+ ],
28848
+ "type": {
28849
+ "kind": "NON_NULL",
28850
+ "name": null,
28851
+ "ofType": {
28852
+ "kind": "SCALAR",
28853
+ "name": "Float",
28854
+ "ofType": null
28855
+ }
28856
+ },
28857
+ "isDeprecated": false,
28858
+ "deprecationReason": null
28859
+ },
28860
+ {
28861
+ "name": "matching_amenities",
28862
+ "description": "List of up to 5 amenities matching the specified amenity type. Sorted by ascending distance from the station.",
28863
+ "args": [],
28864
+ "type": {
28865
+ "kind": "NON_NULL",
28866
+ "name": null,
28867
+ "ofType": {
28868
+ "kind": "LIST",
28869
+ "name": null,
28870
+ "ofType": {
28871
+ "kind": "NON_NULL",
28872
+ "name": null,
28873
+ "ofType": {
28874
+ "kind": "OBJECT",
28875
+ "name": "Amenity",
28876
+ "ofType": null
28877
+ }
28878
+ }
28879
+ }
28880
+ },
28881
+ "isDeprecated": false,
28882
+ "deprecationReason": null
28883
+ }
28884
+ ],
28885
+ "inputFields": null,
28886
+ "interfaces": [],
28887
+ "enumValues": null,
28888
+ "possibleTypes": null
28889
+ },
27960
28890
  {
27961
28891
  "kind": "OBJECT",
27962
28892
  "name": "RouteStationsAlong",
@@ -28040,6 +28970,108 @@
28040
28970
  "enumValues": null,
28041
28971
  "possibleTypes": null
28042
28972
  },
28973
+ {
28974
+ "kind": "OBJECT",
28975
+ "name": "RouteStationsWithAmenitiesConnection",
28976
+ "description": null,
28977
+ "fields": [
28978
+ {
28979
+ "name": "total_count",
28980
+ "description": "Total number of stations with amenities of the specified type.",
28981
+ "args": [],
28982
+ "type": {
28983
+ "kind": "NON_NULL",
28984
+ "name": null,
28985
+ "ofType": {
28986
+ "kind": "SCALAR",
28987
+ "name": "Int",
28988
+ "ofType": null
28989
+ }
28990
+ },
28991
+ "isDeprecated": false,
28992
+ "deprecationReason": null
28993
+ },
28994
+ {
28995
+ "name": "page_info",
28996
+ "description": "Information about the current page.",
28997
+ "args": [],
28998
+ "type": {
28999
+ "kind": "NON_NULL",
29000
+ "name": null,
29001
+ "ofType": {
29002
+ "kind": "OBJECT",
29003
+ "name": "PageInfo",
29004
+ "ofType": null
29005
+ }
29006
+ },
29007
+ "isDeprecated": false,
29008
+ "deprecationReason": null
29009
+ },
29010
+ {
29011
+ "name": "nodes",
29012
+ "description": "List of stations with amenities of the specified type.",
29013
+ "args": [],
29014
+ "type": {
29015
+ "kind": "NON_NULL",
29016
+ "name": null,
29017
+ "ofType": {
29018
+ "kind": "LIST",
29019
+ "name": null,
29020
+ "ofType": {
29021
+ "kind": "NON_NULL",
29022
+ "name": null,
29023
+ "ofType": {
29024
+ "kind": "OBJECT",
29025
+ "name": "RouteStationWithAmenities",
29026
+ "ofType": null
29027
+ }
29028
+ }
29029
+ }
29030
+ },
29031
+ "isDeprecated": false,
29032
+ "deprecationReason": null
29033
+ }
29034
+ ],
29035
+ "inputFields": null,
29036
+ "interfaces": [],
29037
+ "enumValues": null,
29038
+ "possibleTypes": null
29039
+ },
29040
+ {
29041
+ "kind": "INPUT_OBJECT",
29042
+ "name": "RouteStationsWithAmenityFilter",
29043
+ "description": null,
29044
+ "fields": null,
29045
+ "inputFields": [
29046
+ {
29047
+ "name": "station",
29048
+ "description": "Station filters.",
29049
+ "type": {
29050
+ "kind": "INPUT_OBJECT",
29051
+ "name": "RouteStationFilter",
29052
+ "ofType": null
29053
+ },
29054
+ "defaultValue": null,
29055
+ "isDeprecated": false,
29056
+ "deprecationReason": null
29057
+ },
29058
+ {
29059
+ "name": "amenity",
29060
+ "description": "Amenity filters.",
29061
+ "type": {
29062
+ "kind": "INPUT_OBJECT",
29063
+ "name": "RouteAmenityFilter",
29064
+ "ofType": null
29065
+ },
29066
+ "defaultValue": null,
29067
+ "isDeprecated": false,
29068
+ "deprecationReason": null
29069
+ }
29070
+ ],
29071
+ "interfaces": null,
29072
+ "enumValues": null,
29073
+ "possibleTypes": null
29074
+ },
28043
29075
  {
28044
29076
  "kind": "ENUM",
28045
29077
  "name": "RouteStatus",
@@ -28224,6 +29256,45 @@
28224
29256
  ],
28225
29257
  "possibleTypes": null
28226
29258
  },
29259
+ {
29260
+ "kind": "INPUT_OBJECT",
29261
+ "name": "RouteTimeWindow",
29262
+ "description": "Specifies a temporal window to search for stations with matching amenity types. Defined by a center from the journey origin and a surrounding time margin.",
29263
+ "fields": null,
29264
+ "inputFields": [
29265
+ {
29266
+ "name": "center",
29267
+ "description": "Center point of the search, expressed as the travel time, in seconds, from the journey's origin.",
29268
+ "type": {
29269
+ "kind": "NON_NULL",
29270
+ "name": null,
29271
+ "ofType": {
29272
+ "kind": "SCALAR",
29273
+ "name": "Int",
29274
+ "ofType": null
29275
+ }
29276
+ },
29277
+ "defaultValue": null,
29278
+ "isDeprecated": false,
29279
+ "deprecationReason": null
29280
+ },
29281
+ {
29282
+ "name": "margin",
29283
+ "description": "Duration in seconds to extend the search on either side of the 'center'. Maximum allowed value is 2700 (45 minutes). If not specified, defaults to 900 seconds (15 minutes).",
29284
+ "type": {
29285
+ "kind": "SCALAR",
29286
+ "name": "Int",
29287
+ "ofType": null
29288
+ },
29289
+ "defaultValue": "900",
29290
+ "isDeprecated": false,
29291
+ "deprecationReason": null
29292
+ }
29293
+ ],
29294
+ "interfaces": null,
29295
+ "enumValues": null,
29296
+ "possibleTypes": null
29297
+ },
28227
29298
  {
28228
29299
  "kind": "OBJECT",
28229
29300
  "name": "RouteVehicle",
@@ -29674,20 +30745,16 @@
29674
30745
  "description": "Geometry of the feature.",
29675
30746
  "args": [],
29676
30747
  "type": {
29677
- "kind": "NON_NULL",
29678
- "name": null,
29679
- "ofType": {
29680
- "kind": "OBJECT",
29681
- "name": "Point",
29682
- "ofType": null
29683
- }
30748
+ "kind": "OBJECT",
30749
+ "name": "Point",
30750
+ "ofType": null
29684
30751
  },
29685
30752
  "isDeprecated": false,
29686
30753
  "deprecationReason": null
29687
30754
  },
29688
30755
  {
29689
30756
  "name": "properties",
29690
- "description": "Optional object where additional properties can be specified.",
30757
+ "description": "Additional feature properties for via. If a `station.id` or `station.external_id` are provided, it will be treated as a charging stop. If omitted or `location.name` is provided, the stop is treated as a non-charging stop location.",
29691
30758
  "args": [],
29692
30759
  "type": {
29693
30760
  "kind": "OBJECT",
@@ -29741,13 +30808,9 @@
29741
30808
  "name": "geometry",
29742
30809
  "description": "Geometry of the feature.",
29743
30810
  "type": {
29744
- "kind": "NON_NULL",
29745
- "name": null,
29746
- "ofType": {
29747
- "kind": "INPUT_OBJECT",
29748
- "name": "PointInput",
29749
- "ofType": null
29750
- }
30811
+ "kind": "INPUT_OBJECT",
30812
+ "name": "PointInput",
30813
+ "ofType": null
29751
30814
  },
29752
30815
  "defaultValue": null,
29753
30816
  "isDeprecated": false,
@@ -29755,7 +30818,7 @@
29755
30818
  },
29756
30819
  {
29757
30820
  "name": "properties",
29758
- "description": "Optional object where additional properties can be specified.",
30821
+ "description": "Additional feature properties for via. If a `station.id` or `station.external_id` are provided, it will be treated as a charging stop. If omitted or `location.name` is provided, the stop is treated as a non-charging stop location.",
29759
30822
  "type": {
29760
30823
  "kind": "INPUT_OBJECT",
29761
30824
  "name": "RouteViaPropertiesInput",
@@ -29849,7 +30912,7 @@
29849
30912
  },
29850
30913
  {
29851
30914
  "name": "station",
29852
- "description": "Station data of the via point.",
30915
+ "description": "Specifies a charging station at the via. If a known station is provided, it will be used as charging stop. Any configured operator preferences are ignored for this stop.",
29853
30916
  "type": {
29854
30917
  "kind": "INPUT_OBJECT",
29855
30918
  "name": "RoutePropertiesStationInput",
@@ -29864,6 +30927,92 @@
29864
30927
  "enumValues": null,
29865
30928
  "possibleTypes": null
29866
30929
  },
30930
+ {
30931
+ "kind": "OBJECT",
30932
+ "name": "RouteWarning",
30933
+ "description": null,
30934
+ "fields": [
30935
+ {
30936
+ "name": "code",
30937
+ "description": "The code of the warning.",
30938
+ "args": [],
30939
+ "type": {
30940
+ "kind": "NON_NULL",
30941
+ "name": null,
30942
+ "ofType": {
30943
+ "kind": "ENUM",
30944
+ "name": "RouteWarningCode",
30945
+ "ofType": null
30946
+ }
30947
+ },
30948
+ "isDeprecated": false,
30949
+ "deprecationReason": null
30950
+ }
30951
+ ],
30952
+ "inputFields": null,
30953
+ "interfaces": [],
30954
+ "enumValues": null,
30955
+ "possibleTypes": null
30956
+ },
30957
+ {
30958
+ "kind": "ENUM",
30959
+ "name": "RouteWarningCode",
30960
+ "description": "Types of warnings that can be encountered in a route.",
30961
+ "fields": null,
30962
+ "inputFields": null,
30963
+ "interfaces": null,
30964
+ "enumValues": [
30965
+ {
30966
+ "name": "ev_unavailable_in_region",
30967
+ "description": "The selected vehicle model is unavailable on one or more regions along the route.",
30968
+ "isDeprecated": false,
30969
+ "deprecationReason": null
30970
+ },
30971
+ {
30972
+ "name": "hev_no_charging_stations",
30973
+ "description": "Route excludes charging stations as a hybrid vehicle does not require external charging.",
30974
+ "isDeprecated": false,
30975
+ "deprecationReason": null
30976
+ },
30977
+ {
30978
+ "name": "erev_battery_only_range",
30979
+ "description": "Route is calculated using only the battery range of the extended-range vehicle. ",
30980
+ "isDeprecated": false,
30981
+ "deprecationReason": null
30982
+ },
30983
+ {
30984
+ "name": "origin_not_vehicle_accessible",
30985
+ "description": "The origin location cannot be reached by vehicle and requires a walking section to reach the point.",
30986
+ "isDeprecated": false,
30987
+ "deprecationReason": null
30988
+ },
30989
+ {
30990
+ "name": "destination_not_vehicle_accessible",
30991
+ "description": "The destination location cannot be reached by vehicle and requires a walking section to reach the point.",
30992
+ "isDeprecated": false,
30993
+ "deprecationReason": null
30994
+ },
30995
+ {
30996
+ "name": "final_soc_not_possible",
30997
+ "description": "The requested final state of charge cannot be achieved.",
30998
+ "isDeprecated": false,
30999
+ "deprecationReason": null
31000
+ },
31001
+ {
31002
+ "name": "low_speed",
31003
+ "description": "The set maximum speed is too low (below 50 km/h) and may result in an inefficient route.",
31004
+ "isDeprecated": false,
31005
+ "deprecationReason": null
31006
+ },
31007
+ {
31008
+ "name": "operator_preferences_not_found",
31009
+ "description": "Operator preferences were ignored because they have not been configured for this project nor provided in the route create request.",
31010
+ "isDeprecated": false,
31011
+ "deprecationReason": null
31012
+ }
31013
+ ],
31014
+ "possibleTypes": null
31015
+ },
29867
31016
  {
29868
31017
  "kind": "OBJECT",
29869
31018
  "name": "RouteWeather",
@@ -30942,18 +32091,6 @@
30942
32091
  "isDeprecated": false,
30943
32092
  "deprecationReason": null
30944
32093
  },
30945
- {
30946
- "name": "private",
30947
- "description": "A flag that indicates if a station is on private property.",
30948
- "args": [],
30949
- "type": {
30950
- "kind": "SCALAR",
30951
- "name": "Boolean",
30952
- "ofType": null
30953
- },
30954
- "isDeprecated": true,
30955
- "deprecationReason": "In favor of access_type."
30956
- },
30957
32094
  {
30958
32095
  "name": "power",
30959
32096
  "description": "Connectors grouped by power.",
@@ -30966,22 +32103,6 @@
30966
32103
  "isDeprecated": false,
30967
32104
  "deprecationReason": null
30968
32105
  },
30969
- {
30970
- "name": "predicted_availability",
30971
- "description": "Station availability.",
30972
- "args": [],
30973
- "type": {
30974
- "kind": "LIST",
30975
- "name": null,
30976
- "ofType": {
30977
- "kind": "OBJECT",
30978
- "name": "StationPredictedAvailability",
30979
- "ofType": null
30980
- }
30981
- },
30982
- "isDeprecated": true,
30983
- "deprecationReason": "predicted_availability, no value will be sent. Deprecated in favor of predicted_occupancy."
30984
- },
30985
32106
  {
30986
32107
  "name": "predicted_occupancy",
30987
32108
  "description": "Predicted station occupancy.",
@@ -31345,7 +32466,7 @@
31345
32466
  },
31346
32467
  {
31347
32468
  "name": "preferred_operator",
31348
- "description": "Flag indicating if only stations that are owned by an operator from a clients ranking list are returned.",
32469
+ "description": "Flag to filter for stations operated by an operator present in the project's ranking list.",
31349
32470
  "type": {
31350
32471
  "kind": "SCALAR",
31351
32472
  "name": "Boolean",
@@ -31432,46 +32553,6 @@
31432
32553
  "name": "StationCustomProperties",
31433
32554
  "description": null,
31434
32555
  "fields": [
31435
- {
31436
- "name": "roaming",
31437
- "description": "List of eMSP cards accepted at a charging station.",
31438
- "args": [],
31439
- "type": {
31440
- "kind": "LIST",
31441
- "name": null,
31442
- "ofType": {
31443
- "kind": "OBJECT",
31444
- "name": "StationRoaming",
31445
- "ofType": null
31446
- }
31447
- },
31448
- "isDeprecated": true,
31449
- "deprecationReason": "In favor of station.roaming."
31450
- },
31451
- {
31452
- "name": "support_phone_number",
31453
- "description": "Phone number for assistance at a charging station.",
31454
- "args": [],
31455
- "type": {
31456
- "kind": "SCALAR",
31457
- "name": "String",
31458
- "ofType": null
31459
- },
31460
- "isDeprecated": true,
31461
- "deprecationReason": "In favor of station.support_phone_number."
31462
- },
31463
- {
31464
- "name": "charging_behaviour",
31465
- "description": "Charging behavior of a station.",
31466
- "args": [],
31467
- "type": {
31468
- "kind": "OBJECT",
31469
- "name": "ChargingBehaviour",
31470
- "ofType": null
31471
- },
31472
- "isDeprecated": true,
31473
- "deprecationReason": "In favor of station.charging_behaviour."
31474
- },
31475
32556
  {
31476
32557
  "name": "reliability_score",
31477
32558
  "description": "Shows how reliable a charging station is (1 to 5; 1 = unreliable, 5 = reliable), taking into account the charging behaviour history and error values.",
@@ -31484,50 +32565,6 @@
31484
32565
  "isDeprecated": true,
31485
32566
  "deprecationReason": "In favor of station.reliability_score."
31486
32567
  },
31487
- {
31488
- "name": "adhoc_authorisation_method",
31489
- "description": "List of available ad hoc payment methods.",
31490
- "args": [],
31491
- "type": {
31492
- "kind": "LIST",
31493
- "name": null,
31494
- "ofType": {
31495
- "kind": "ENUM",
31496
- "name": "AdhocAuthorisationMethod",
31497
- "ofType": null
31498
- }
31499
- },
31500
- "isDeprecated": true,
31501
- "deprecationReason": "In favor of station.adhoc_authorisation_payment_method."
31502
- },
31503
- {
31504
- "name": "predicted_occupancy",
31505
- "description": "Predicted station occupancy.",
31506
- "args": [],
31507
- "type": {
31508
- "kind": "LIST",
31509
- "name": null,
31510
- "ofType": {
31511
- "kind": "OBJECT",
31512
- "name": "StationPredictedOccupancy",
31513
- "ofType": null
31514
- }
31515
- },
31516
- "isDeprecated": true,
31517
- "deprecationReason": "In favor of station.predicted_occupancy."
31518
- },
31519
- {
31520
- "name": "access_type",
31521
- "description": "Type of access to the charging station.",
31522
- "args": [],
31523
- "type": {
31524
- "kind": "ENUM",
31525
- "name": "AccessType",
31526
- "ofType": null
31527
- },
31528
- "isDeprecated": true,
31529
- "deprecationReason": "In favor of station.access_type."
31530
- },
31531
32568
  {
31532
32569
  "name": "oicp",
31533
32570
  "description": "Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values.",
@@ -31864,7 +32901,7 @@
31864
32901
  },
31865
32902
  {
31866
32903
  "name": "preferred_operator",
31867
- "description": "Flag indicating if only stations that are owned by an operator from a clients ranking list are returned.",
32904
+ "description": "Flag to filter for stations operated by an operator present in the project's ranking list.",
31868
32905
  "type": {
31869
32906
  "kind": "SCALAR",
31870
32907
  "name": "Boolean",
@@ -32392,7 +33429,7 @@
32392
33429
  ],
32393
33430
  "type": {
32394
33431
  "kind": "OBJECT",
32395
- "name": "Navigation",
33432
+ "name": "NavigationSubscription",
32396
33433
  "ofType": null
32397
33434
  },
32398
33435
  "isDeprecated": false,
@@ -35868,12 +36905,12 @@
35868
36905
  },
35869
36906
  {
35870
36907
  "kind": "OBJECT",
35871
- "name": "VehicleMakesResponse",
36908
+ "name": "VehicleMakesConnection",
35872
36909
  "description": "Vehicle makes response object.",
35873
36910
  "fields": [
35874
36911
  {
35875
- "name": "items",
35876
- "description": "Elements of the vehicle make list.",
36912
+ "name": "nodes",
36913
+ "description": "List of vehicle makes.",
35877
36914
  "args": [],
35878
36915
  "type": {
35879
36916
  "kind": "NON_NULL",
@@ -36073,40 +37110,45 @@
36073
37110
  "possibleTypes": null
36074
37111
  },
36075
37112
  {
36076
- "kind": "INPUT_OBJECT",
36077
- "name": "VehicleModelsFilter",
36078
- "description": "Filter vehicle model list result.",
36079
- "fields": null,
36080
- "inputFields": [
37113
+ "kind": "OBJECT",
37114
+ "name": "VehicleModelsConnection",
37115
+ "description": "Vehicle models response object.",
37116
+ "fields": [
36081
37117
  {
36082
- "name": "make",
36083
- "description": "Vehicle make.",
37118
+ "name": "total_count",
37119
+ "description": "Total number of unique vehicle models.",
37120
+ "args": [],
36084
37121
  "type": {
36085
37122
  "kind": "NON_NULL",
36086
37123
  "name": null,
36087
37124
  "ofType": {
36088
37125
  "kind": "SCALAR",
36089
- "name": "String",
37126
+ "name": "Int",
36090
37127
  "ofType": null
36091
37128
  }
36092
37129
  },
36093
- "defaultValue": null,
36094
37130
  "isDeprecated": false,
36095
37131
  "deprecationReason": null
36096
- }
36097
- ],
36098
- "interfaces": null,
36099
- "enumValues": null,
36100
- "possibleTypes": null
36101
- },
36102
- {
36103
- "kind": "OBJECT",
36104
- "name": "VehicleModelsResponse",
36105
- "description": "Vehicle models response object.",
36106
- "fields": [
37132
+ },
37133
+ {
37134
+ "name": "page_info",
37135
+ "description": "Information about the current page.",
37136
+ "args": [],
37137
+ "type": {
37138
+ "kind": "NON_NULL",
37139
+ "name": null,
37140
+ "ofType": {
37141
+ "kind": "OBJECT",
37142
+ "name": "PageInfo",
37143
+ "ofType": null
37144
+ }
37145
+ },
37146
+ "isDeprecated": false,
37147
+ "deprecationReason": null
37148
+ },
36107
37149
  {
36108
- "name": "items",
36109
- "description": "Elements of the vehicle model list.",
37150
+ "name": "nodes",
37151
+ "description": "List of vehicle models.",
36110
37152
  "args": [],
36111
37153
  "type": {
36112
37154
  "kind": "NON_NULL",
@@ -36134,6 +37176,29 @@
36134
37176
  "enumValues": null,
36135
37177
  "possibleTypes": null
36136
37178
  },
37179
+ {
37180
+ "kind": "INPUT_OBJECT",
37181
+ "name": "VehicleModelsFilter",
37182
+ "description": "Filter vehicle model list result.",
37183
+ "fields": null,
37184
+ "inputFields": [
37185
+ {
37186
+ "name": "make",
37187
+ "description": "Vehicle make.",
37188
+ "type": {
37189
+ "kind": "SCALAR",
37190
+ "name": "String",
37191
+ "ofType": null
37192
+ },
37193
+ "defaultValue": null,
37194
+ "isDeprecated": false,
37195
+ "deprecationReason": null
37196
+ }
37197
+ ],
37198
+ "interfaces": null,
37199
+ "enumValues": null,
37200
+ "possibleTypes": null
37201
+ },
36137
37202
  {
36138
37203
  "kind": "OBJECT",
36139
37204
  "name": "VehicleNaming",
@@ -36490,22 +37555,6 @@
36490
37555
  "isDeprecated": false,
36491
37556
  "deprecationReason": null
36492
37557
  },
36493
- {
36494
- "name": "price",
36495
- "description": "Pricing of the vehicle.",
36496
- "args": [],
36497
- "type": {
36498
- "kind": "NON_NULL",
36499
- "name": null,
36500
- "ofType": {
36501
- "kind": "OBJECT",
36502
- "name": "VehiclePremiumPrice",
36503
- "ofType": null
36504
- }
36505
- },
36506
- "isDeprecated": true,
36507
- "deprecationReason": "In favor of pricing."
36508
- },
36509
37558
  {
36510
37559
  "name": "pricing",
36511
37560
  "description": "Starting price in the currency defined in the field argument. If not defined, it will return the starting price in the currency returned in the currency field.",
@@ -37243,31 +38292,6 @@
37243
38292
  "isDeprecated": false,
37244
38293
  "deprecationReason": null
37245
38294
  },
37246
- {
37247
- "name": "max_gross_vehicle_weight",
37248
- "description": "Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload).",
37249
- "args": [
37250
- {
37251
- "name": "unit",
37252
- "description": null,
37253
- "type": {
37254
- "kind": "ENUM",
37255
- "name": "WeightUnit",
37256
- "ofType": null
37257
- },
37258
- "defaultValue": "kilogram",
37259
- "isDeprecated": false,
37260
- "deprecationReason": null
37261
- }
37262
- ],
37263
- "type": {
37264
- "kind": "SCALAR",
37265
- "name": "Float",
37266
- "ofType": null
37267
- },
37268
- "isDeprecated": true,
37269
- "deprecationReason": "In favor of weight_gvwr.nominal"
37270
- },
37271
38295
  {
37272
38296
  "name": "boot_capacity",
37273
38297
  "description": "Standard luggage capacity.",
@@ -40269,103 +41293,6 @@
40269
41293
  },
40270
41294
  "isDeprecated": false,
40271
41295
  "deprecationReason": null
40272
- },
40273
- {
40274
- "name": "aux",
40275
- "description": "Consumption, in kWh, of the auxiliaries.",
40276
- "args": [],
40277
- "type": {
40278
- "kind": "OBJECT",
40279
- "name": "VehiclePremiumRoutingConsumptionValue",
40280
- "ofType": null
40281
- },
40282
- "isDeprecated": true,
40283
- "deprecationReason": "In favor of auxiliary"
40284
- },
40285
- {
40286
- "name": "bms",
40287
- "description": "Consumption, in kWh, of the battery management system.",
40288
- "args": [],
40289
- "type": {
40290
- "kind": "OBJECT",
40291
- "name": "VehiclePremiumRoutingConsumptionValue",
40292
- "ofType": null
40293
- },
40294
- "isDeprecated": true,
40295
- "deprecationReason": "In favor of auxiliary"
40296
- },
40297
- {
40298
- "name": "idle",
40299
- "description": "Consumption, in kWh, of the vehicle in idle mode.",
40300
- "args": [],
40301
- "type": {
40302
- "kind": "OBJECT",
40303
- "name": "VehiclePremiumRoutingConsumptionValue",
40304
- "ofType": null
40305
- },
40306
- "isDeprecated": true,
40307
- "deprecationReason": "In favor of auxiliary"
40308
- }
40309
- ],
40310
- "inputFields": null,
40311
- "interfaces": [],
40312
- "enumValues": null,
40313
- "possibleTypes": null
40314
- },
40315
- {
40316
- "kind": "OBJECT",
40317
- "name": "VehiclePremiumRoutingConsumptionValue",
40318
- "description": null,
40319
- "fields": [
40320
- {
40321
- "name": "best",
40322
- "description": "Best (lowest) consumption in summer.",
40323
- "args": [
40324
- {
40325
- "name": "unit",
40326
- "description": null,
40327
- "type": {
40328
- "kind": "ENUM",
40329
- "name": "ConsumptionUnit",
40330
- "ofType": null
40331
- },
40332
- "defaultValue": "kilowatt_hours_per_100_kilometers",
40333
- "isDeprecated": false,
40334
- "deprecationReason": null
40335
- }
40336
- ],
40337
- "type": {
40338
- "kind": "SCALAR",
40339
- "name": "Float",
40340
- "ofType": null
40341
- },
40342
- "isDeprecated": false,
40343
- "deprecationReason": null
40344
- },
40345
- {
40346
- "name": "worst",
40347
- "description": "Best (lowest) consumption in winter.",
40348
- "args": [
40349
- {
40350
- "name": "unit",
40351
- "description": null,
40352
- "type": {
40353
- "kind": "ENUM",
40354
- "name": "ConsumptionUnit",
40355
- "ofType": null
40356
- },
40357
- "defaultValue": "kilowatt_hours_per_100_kilometers",
40358
- "isDeprecated": false,
40359
- "deprecationReason": null
40360
- }
40361
- ],
40362
- "type": {
40363
- "kind": "SCALAR",
40364
- "name": "Float",
40365
- "ofType": null
40366
- },
40367
- "isDeprecated": false,
40368
- "deprecationReason": null
40369
41296
  }
40370
41297
  ],
40371
41298
  "inputFields": null,