@chargetrip/types 1.47.1 → 1.47.2

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.
@@ -4117,6 +4117,18 @@
4117
4117
  "description": "The connector type is NEMA 14-50, 3 pins, rating of 50 A.",
4118
4118
  "isDeprecated": false,
4119
4119
  "deprecationReason": null
4120
+ },
4121
+ {
4122
+ "name": "GBT_AC",
4123
+ "description": "Guobiao GB/T 20234.2 AC socket/connector.",
4124
+ "isDeprecated": false,
4125
+ "deprecationReason": null
4126
+ },
4127
+ {
4128
+ "name": "GBT_DC",
4129
+ "description": "Guobiao GB/T 20234.3 DC connector.",
4130
+ "isDeprecated": false,
4131
+ "deprecationReason": null
4120
4132
  }
4121
4133
  ],
4122
4134
  "possibleTypes": null
@@ -6046,12 +6058,12 @@
6046
6058
  "deprecationReason": null
6047
6059
  },
6048
6060
  {
6049
- "name": "maximum_speed",
6050
- "description": "[BETA] User-defined maximum speed used for this route, if provided.",
6061
+ "name": "driving_preferences",
6062
+ "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
6063
  "args": [],
6052
6064
  "type": {
6053
6065
  "kind": "OBJECT",
6054
- "name": "MaximumSpeed",
6066
+ "name": "RouteDrivingPreferences",
6055
6067
  "ofType": null
6056
6068
  },
6057
6069
  "isDeprecated": false,
@@ -6068,6 +6080,18 @@
6068
6080
  },
6069
6081
  "isDeprecated": false,
6070
6082
  "deprecationReason": null
6083
+ },
6084
+ {
6085
+ "name": "station_preferences",
6086
+ "description": "Charging stations preferences for route calculation.",
6087
+ "args": [],
6088
+ "type": {
6089
+ "kind": "OBJECT",
6090
+ "name": "RouteStationPreferences",
6091
+ "ofType": null
6092
+ },
6093
+ "isDeprecated": false,
6094
+ "deprecationReason": null
6071
6095
  }
6072
6096
  ],
6073
6097
  "inputFields": null,
@@ -6151,7 +6175,7 @@
6151
6175
  },
6152
6176
  {
6153
6177
  "name": "operators",
6154
- "description": "Prioritized operators for a route calculation.",
6178
+ "description": "Operator preferences and restrictions for route calculation. If not specified, excludes operators per project settings, but applies no operator ranking.",
6155
6179
  "type": {
6156
6180
  "kind": "INPUT_OBJECT",
6157
6181
  "name": "RouteOperatorPreferencesInput",
@@ -6218,11 +6242,11 @@
6218
6242
  "deprecationReason": null
6219
6243
  },
6220
6244
  {
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.",
6245
+ "name": "weather",
6246
+ "description": "Weather configuration for the route. Defined by a preset or custom weather conditions.",
6223
6247
  "type": {
6224
6248
  "kind": "INPUT_OBJECT",
6225
- "name": "MaximumSpeedInput",
6249
+ "name": "RouteWeatherInput",
6226
6250
  "ofType": null
6227
6251
  },
6228
6252
  "defaultValue": null,
@@ -6230,11 +6254,23 @@
6230
6254
  "deprecationReason": null
6231
6255
  },
6232
6256
  {
6233
- "name": "weather",
6234
- "description": "Weather configuration for the route. Defined by a preset or custom weather conditions.",
6257
+ "name": "station_preferences",
6258
+ "description": "Charging stations preferences for route calculation.",
6235
6259
  "type": {
6236
6260
  "kind": "INPUT_OBJECT",
6237
- "name": "RouteWeatherInput",
6261
+ "name": "RouteStationPreferencesInput",
6262
+ "ofType": null
6263
+ },
6264
+ "defaultValue": null,
6265
+ "isDeprecated": false,
6266
+ "deprecationReason": null
6267
+ },
6268
+ {
6269
+ "name": "driving_preferences",
6270
+ "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.",
6271
+ "type": {
6272
+ "kind": "INPUT_OBJECT",
6273
+ "name": "RouteDrivingPreferencesInput",
6238
6274
  "ofType": null
6239
6275
  },
6240
6276
  "defaultValue": null,
@@ -8244,6 +8280,49 @@
8244
8280
  ],
8245
8281
  "possibleTypes": null
8246
8282
  },
8283
+ {
8284
+ "kind": "INPUT_OBJECT",
8285
+ "name": "DistanceInput",
8286
+ "description": null,
8287
+ "fields": null,
8288
+ "inputFields": [
8289
+ {
8290
+ "name": "value",
8291
+ "description": "Value of the distance.",
8292
+ "type": {
8293
+ "kind": "NON_NULL",
8294
+ "name": null,
8295
+ "ofType": {
8296
+ "kind": "SCALAR",
8297
+ "name": "Float",
8298
+ "ofType": null
8299
+ }
8300
+ },
8301
+ "defaultValue": null,
8302
+ "isDeprecated": false,
8303
+ "deprecationReason": null
8304
+ },
8305
+ {
8306
+ "name": "unit",
8307
+ "description": "Unit of distance.",
8308
+ "type": {
8309
+ "kind": "NON_NULL",
8310
+ "name": null,
8311
+ "ofType": {
8312
+ "kind": "ENUM",
8313
+ "name": "DistanceUnit",
8314
+ "ofType": null
8315
+ }
8316
+ },
8317
+ "defaultValue": null,
8318
+ "isDeprecated": false,
8319
+ "deprecationReason": null
8320
+ }
8321
+ ],
8322
+ "interfaces": null,
8323
+ "enumValues": null,
8324
+ "possibleTypes": null
8325
+ },
8247
8326
  {
8248
8327
  "kind": "ENUM",
8249
8328
  "name": "DistanceUnit",
@@ -8254,25 +8333,25 @@
8254
8333
  "enumValues": [
8255
8334
  {
8256
8335
  "name": "meter",
8257
- "description": "Return the distance in meters.",
8336
+ "description": "Distance in meters.",
8258
8337
  "isDeprecated": false,
8259
8338
  "deprecationReason": null
8260
8339
  },
8261
8340
  {
8262
8341
  "name": "foot",
8263
- "description": "Return the distance in feet.",
8342
+ "description": "Distance in feet.",
8264
8343
  "isDeprecated": false,
8265
8344
  "deprecationReason": null
8266
8345
  },
8267
8346
  {
8268
8347
  "name": "kilometer",
8269
- "description": "Return the distance in kilometers.",
8348
+ "description": "Distance in kilometers.",
8270
8349
  "isDeprecated": false,
8271
8350
  "deprecationReason": null
8272
8351
  },
8273
8352
  {
8274
8353
  "name": "mile",
8275
- "description": "Return the distance in miles.",
8354
+ "description": "Distance in miles.",
8276
8355
  "isDeprecated": false,
8277
8356
  "deprecationReason": null
8278
8357
  }
@@ -9694,29 +9773,6 @@
9694
9773
  ],
9695
9774
  "possibleTypes": null
9696
9775
  },
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
9776
  {
9721
9777
  "kind": "OBJECT",
9722
9778
  "name": "Isoline",
@@ -9754,6 +9810,31 @@
9754
9810
  "isDeprecated": false,
9755
9811
  "deprecationReason": null
9756
9812
  },
9813
+ {
9814
+ "name": "maximum_distance",
9815
+ "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.",
9816
+ "args": [
9817
+ {
9818
+ "name": "unit",
9819
+ "description": null,
9820
+ "type": {
9821
+ "kind": "ENUM",
9822
+ "name": "DistanceUnit",
9823
+ "ofType": null
9824
+ },
9825
+ "defaultValue": "meter",
9826
+ "isDeprecated": false,
9827
+ "deprecationReason": null
9828
+ }
9829
+ ],
9830
+ "type": {
9831
+ "kind": "SCALAR",
9832
+ "name": "Float",
9833
+ "ofType": null
9834
+ },
9835
+ "isDeprecated": false,
9836
+ "deprecationReason": null
9837
+ },
9757
9838
  {
9758
9839
  "name": "polygons",
9759
9840
  "description": "Shape of the isoline consisting in a list of multipolygons.",
@@ -10103,6 +10184,18 @@
10103
10184
  "defaultValue": null,
10104
10185
  "isDeprecated": false,
10105
10186
  "deprecationReason": null
10187
+ },
10188
+ {
10189
+ "name": "maximum_speed",
10190
+ "description": "[BETA] User-defined maximum speed used for the isoline.",
10191
+ "type": {
10192
+ "kind": "INPUT_OBJECT",
10193
+ "name": "MaximumSpeedInput",
10194
+ "ofType": null
10195
+ },
10196
+ "defaultValue": null,
10197
+ "isDeprecated": false,
10198
+ "deprecationReason": null
10106
10199
  }
10107
10200
  ],
10108
10201
  "interfaces": null,
@@ -10384,6 +10477,18 @@
10384
10477
  },
10385
10478
  "isDeprecated": false,
10386
10479
  "deprecationReason": null
10480
+ },
10481
+ {
10482
+ "name": "maximum_speed",
10483
+ "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.",
10484
+ "args": [],
10485
+ "type": {
10486
+ "kind": "OBJECT",
10487
+ "name": "MaximumSpeed",
10488
+ "ofType": null
10489
+ },
10490
+ "isDeprecated": false,
10491
+ "deprecationReason": null
10387
10492
  }
10388
10493
  ],
10389
10494
  "inputFields": null,
@@ -10549,46 +10654,6 @@
10549
10654
  ],
10550
10655
  "possibleTypes": null
10551
10656
  },
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
10657
  {
10593
10658
  "kind": "OBJECT",
10594
10659
  "name": "MaximumSpeed",
@@ -11169,11 +11234,11 @@
11169
11234
  {
11170
11235
  "kind": "OBJECT",
11171
11236
  "name": "Navigation",
11172
- "description": "The navigation session data",
11237
+ "description": "The navigation session data.",
11173
11238
  "fields": [
11174
11239
  {
11175
11240
  "name": "id",
11176
- "description": "ID of the navigation session",
11241
+ "description": "ID of the navigation session.",
11177
11242
  "args": [],
11178
11243
  "type": {
11179
11244
  "kind": "NON_NULL",
@@ -11188,15 +11253,15 @@
11188
11253
  "deprecationReason": null
11189
11254
  },
11190
11255
  {
11191
- "name": "route_id",
11192
- "description": "The current route used for navigation",
11256
+ "name": "overview",
11257
+ "description": "Navigation session details overview.",
11193
11258
  "args": [],
11194
11259
  "type": {
11195
11260
  "kind": "NON_NULL",
11196
11261
  "name": null,
11197
11262
  "ofType": {
11198
- "kind": "SCALAR",
11199
- "name": "ID",
11263
+ "kind": "OBJECT",
11264
+ "name": "NavigationOverview",
11200
11265
  "ofType": null
11201
11266
  }
11202
11267
  },
@@ -11204,15 +11269,15 @@
11204
11269
  "deprecationReason": null
11205
11270
  },
11206
11271
  {
11207
- "name": "route_alternative_id",
11208
- "description": "The current route alternative used for navigation",
11272
+ "name": "status",
11273
+ "description": "The status of a navigation session. The status can be driving, charging, finished, or error.",
11209
11274
  "args": [],
11210
11275
  "type": {
11211
11276
  "kind": "NON_NULL",
11212
11277
  "name": null,
11213
11278
  "ofType": {
11214
- "kind": "SCALAR",
11215
- "name": "ID",
11279
+ "kind": "ENUM",
11280
+ "name": "NavigationStatus",
11216
11281
  "ofType": null
11217
11282
  }
11218
11283
  },
@@ -11220,60 +11285,81 @@
11220
11285
  "deprecationReason": null
11221
11286
  },
11222
11287
  {
11223
- "name": "state",
11224
- "description": "The state of a navigation session. The status can be driving, charging, finished, or error",
11288
+ "name": "meta",
11289
+ "description": "Navigation meta information.",
11225
11290
  "args": [],
11291
+ "type": {
11292
+ "kind": "OBJECT",
11293
+ "name": "NavigationMeta",
11294
+ "ofType": null
11295
+ },
11296
+ "isDeprecated": false,
11297
+ "deprecationReason": null
11298
+ }
11299
+ ],
11300
+ "inputFields": null,
11301
+ "interfaces": [],
11302
+ "enumValues": null,
11303
+ "possibleTypes": null
11304
+ },
11305
+ {
11306
+ "kind": "INPUT_OBJECT",
11307
+ "name": "NavigationFinishInput",
11308
+ "description": "Input for the navigation recalculate.",
11309
+ "fields": null,
11310
+ "inputFields": [
11311
+ {
11312
+ "name": "id",
11313
+ "description": "ID of the navigation session.",
11226
11314
  "type": {
11227
11315
  "kind": "NON_NULL",
11228
11316
  "name": null,
11229
11317
  "ofType": {
11230
- "kind": "ENUM",
11231
- "name": "NavigationState",
11318
+ "kind": "SCALAR",
11319
+ "name": "ID",
11232
11320
  "ofType": null
11233
11321
  }
11234
11322
  },
11323
+ "defaultValue": null,
11235
11324
  "isDeprecated": false,
11236
11325
  "deprecationReason": null
11237
11326
  },
11238
11327
  {
11239
- "name": "state_of_charge",
11240
- "description": "State of charge at the last known location",
11241
- "args": [
11242
- {
11243
- "name": "unit",
11244
- "description": null,
11245
- "type": {
11246
- "kind": "ENUM",
11247
- "name": "StateOfChargeUnit",
11248
- "ofType": null
11249
- },
11250
- "defaultValue": "kilowatt_hour",
11251
- "isDeprecated": false,
11252
- "deprecationReason": null
11253
- }
11254
- ],
11328
+ "name": "current_location",
11329
+ "description": "Current coordinates.",
11255
11330
  "type": {
11256
11331
  "kind": "NON_NULL",
11257
11332
  "name": null,
11258
11333
  "ofType": {
11259
- "kind": "SCALAR",
11260
- "name": "Float",
11334
+ "kind": "INPUT_OBJECT",
11335
+ "name": "PointInput",
11261
11336
  "ofType": null
11262
11337
  }
11263
11338
  },
11339
+ "defaultValue": null,
11264
11340
  "isDeprecated": false,
11265
11341
  "deprecationReason": null
11266
- },
11342
+ }
11343
+ ],
11344
+ "interfaces": null,
11345
+ "enumValues": null,
11346
+ "possibleTypes": null
11347
+ },
11348
+ {
11349
+ "kind": "OBJECT",
11350
+ "name": "NavigationMeta",
11351
+ "description": "Navigation meta information.",
11352
+ "fields": [
11267
11353
  {
11268
- "name": "last_known_location",
11269
- "description": "Last known location",
11354
+ "name": "created_at",
11355
+ "description": "Creation time of the navigation session.",
11270
11356
  "args": [],
11271
11357
  "type": {
11272
11358
  "kind": "NON_NULL",
11273
11359
  "name": null,
11274
11360
  "ofType": {
11275
- "kind": "OBJECT",
11276
- "name": "Point",
11361
+ "kind": "SCALAR",
11362
+ "name": "DateTime",
11277
11363
  "ofType": null
11278
11364
  }
11279
11365
  },
@@ -11281,64 +11367,20 @@
11281
11367
  "deprecationReason": null
11282
11368
  },
11283
11369
  {
11284
- "name": "next_station",
11285
- "description": "Next charging station",
11286
- "args": [],
11287
- "type": {
11288
- "kind": "OBJECT",
11289
- "name": "NavigationStation",
11290
- "ofType": null
11291
- },
11292
- "isDeprecated": false,
11293
- "deprecationReason": null
11294
- },
11295
- {
11296
- "name": "alternative_stations",
11297
- "description": "A set of alternative charging stations to next station",
11370
+ "name": "updated_at",
11371
+ "description": "Last updated time of the navigation session.",
11298
11372
  "args": [],
11299
11373
  "type": {
11300
11374
  "kind": "NON_NULL",
11301
11375
  "name": null,
11302
11376
  "ofType": {
11303
- "kind": "LIST",
11304
- "name": null,
11305
- "ofType": {
11306
- "kind": "NON_NULL",
11307
- "name": null,
11308
- "ofType": {
11309
- "kind": "OBJECT",
11310
- "name": "NavigationStation",
11311
- "ofType": null
11312
- }
11313
- }
11377
+ "kind": "SCALAR",
11378
+ "name": "DateTime",
11379
+ "ofType": null
11314
11380
  }
11315
11381
  },
11316
11382
  "isDeprecated": false,
11317
11383
  "deprecationReason": null
11318
- },
11319
- {
11320
- "name": "instructions",
11321
- "description": "Navigation instructions",
11322
- "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
11384
  }
11343
11385
  ],
11344
11386
  "inputFields": null,
@@ -11347,124 +11389,152 @@
11347
11389
  "possibleTypes": null
11348
11390
  },
11349
11391
  {
11350
- "kind": "INPUT_OBJECT",
11351
- "name": "NavigationFinishInput",
11352
- "description": "Input for the navigation recalculate",
11353
- "fields": null,
11354
- "inputFields": [
11392
+ "kind": "OBJECT",
11393
+ "name": "NavigationOverview",
11394
+ "description": "The navigation session overview details.",
11395
+ "fields": [
11355
11396
  {
11356
- "name": "id",
11357
- "description": "ID of the navigation session",
11397
+ "name": "state_of_charge",
11398
+ "description": "State of charge at the last known location.",
11399
+ "args": [
11400
+ {
11401
+ "name": "unit",
11402
+ "description": null,
11403
+ "type": {
11404
+ "kind": "ENUM",
11405
+ "name": "StateOfChargeUnit",
11406
+ "ofType": null
11407
+ },
11408
+ "defaultValue": "kilowatt_hour",
11409
+ "isDeprecated": false,
11410
+ "deprecationReason": null
11411
+ }
11412
+ ],
11358
11413
  "type": {
11359
11414
  "kind": "NON_NULL",
11360
11415
  "name": null,
11361
11416
  "ofType": {
11362
11417
  "kind": "SCALAR",
11363
- "name": "ID",
11418
+ "name": "Float",
11364
11419
  "ofType": null
11365
11420
  }
11366
11421
  },
11367
- "defaultValue": null,
11368
11422
  "isDeprecated": false,
11369
11423
  "deprecationReason": null
11370
11424
  },
11371
11425
  {
11372
- "name": "current_location",
11373
- "description": "Current coordinates",
11426
+ "name": "last_known_location",
11427
+ "description": "Last known location.",
11428
+ "args": [],
11374
11429
  "type": {
11375
11430
  "kind": "NON_NULL",
11376
11431
  "name": null,
11377
11432
  "ofType": {
11378
- "kind": "INPUT_OBJECT",
11379
- "name": "PointInput",
11433
+ "kind": "OBJECT",
11434
+ "name": "Point",
11380
11435
  "ofType": null
11381
11436
  }
11382
11437
  },
11383
- "defaultValue": null,
11384
11438
  "isDeprecated": false,
11385
11439
  "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": [
11440
+ },
11398
11441
  {
11399
- "name": "instructions_format",
11400
- "description": "Turn by turn instructions format for a route",
11442
+ "name": "next_station",
11443
+ "description": "Next charging station.",
11444
+ "args": [],
11401
11445
  "type": {
11402
- "kind": "NON_NULL",
11403
- "name": null,
11404
- "ofType": {
11405
- "kind": "ENUM",
11406
- "name": "InstructionsFormat",
11407
- "ofType": null
11408
- }
11446
+ "kind": "OBJECT",
11447
+ "name": "NavigationStation",
11448
+ "ofType": null
11409
11449
  },
11410
- "defaultValue": null,
11411
11450
  "isDeprecated": false,
11412
11451
  "deprecationReason": null
11413
11452
  },
11414
11453
  {
11415
- "name": "language",
11416
- "description": "Preferred navigation instructions language. Default: en",
11454
+ "name": "alternative_stations",
11455
+ "description": "A set of alternative charging stations to next station.",
11456
+ "args": [],
11417
11457
  "type": {
11418
- "kind": "ENUM",
11419
- "name": "MappingLanguage",
11420
- "ofType": null
11458
+ "kind": "NON_NULL",
11459
+ "name": null,
11460
+ "ofType": {
11461
+ "kind": "LIST",
11462
+ "name": null,
11463
+ "ofType": {
11464
+ "kind": "NON_NULL",
11465
+ "name": null,
11466
+ "ofType": {
11467
+ "kind": "OBJECT",
11468
+ "name": "NavigationStation",
11469
+ "ofType": null
11470
+ }
11471
+ }
11472
+ }
11421
11473
  },
11422
- "defaultValue": "en",
11423
11474
  "isDeprecated": false,
11424
11475
  "deprecationReason": null
11425
11476
  },
11426
11477
  {
11427
- "name": "precision",
11428
- "description": "Number of decimals used for the Google Polyline encoding Algorithm. Allowed values are 5 or 6.",
11478
+ "name": "instructions",
11479
+ "description": "Navigation route instructions.",
11480
+ "args": [],
11429
11481
  "type": {
11430
- "kind": "SCALAR",
11431
- "name": "Int",
11432
- "ofType": null
11482
+ "kind": "NON_NULL",
11483
+ "name": null,
11484
+ "ofType": {
11485
+ "kind": "LIST",
11486
+ "name": null,
11487
+ "ofType": {
11488
+ "kind": "OBJECT",
11489
+ "name": "RouteInstruction",
11490
+ "ofType": null
11491
+ }
11492
+ }
11433
11493
  },
11434
- "defaultValue": "5",
11435
11494
  "isDeprecated": false,
11436
11495
  "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": [
11496
+ },
11448
11497
  {
11449
- "name": "created_at",
11450
- "description": "Creation time of the navigation session.",
11498
+ "name": "live_route_request",
11499
+ "description": "Continuously updated route request input.",
11451
11500
  "args": [],
11452
11501
  "type": {
11453
- "kind": "SCALAR",
11454
- "name": "DateTime",
11455
- "ofType": null
11502
+ "kind": "NON_NULL",
11503
+ "name": null,
11504
+ "ofType": {
11505
+ "kind": "OBJECT",
11506
+ "name": "CreateRoute",
11507
+ "ofType": null
11508
+ }
11456
11509
  },
11457
11510
  "isDeprecated": false,
11458
11511
  "deprecationReason": null
11459
11512
  },
11460
11513
  {
11461
- "name": "updated_at",
11462
- "description": "Last updated time of the navigation session.",
11463
- "args": [],
11514
+ "name": "polyline",
11515
+ "description": "Polyline containing encoded coordinates.",
11516
+ "args": [
11517
+ {
11518
+ "name": "decimals",
11519
+ "description": "Polyline decimals",
11520
+ "type": {
11521
+ "kind": "ENUM",
11522
+ "name": "PolylineInputDecimals",
11523
+ "ofType": null
11524
+ },
11525
+ "defaultValue": "five",
11526
+ "isDeprecated": false,
11527
+ "deprecationReason": null
11528
+ }
11529
+ ],
11464
11530
  "type": {
11465
- "kind": "SCALAR",
11466
- "name": "DateTime",
11467
- "ofType": null
11531
+ "kind": "NON_NULL",
11532
+ "name": null,
11533
+ "ofType": {
11534
+ "kind": "SCALAR",
11535
+ "name": "String",
11536
+ "ofType": null
11537
+ }
11468
11538
  },
11469
11539
  "isDeprecated": false,
11470
11540
  "deprecationReason": null
@@ -11478,12 +11548,12 @@
11478
11548
  {
11479
11549
  "kind": "INPUT_OBJECT",
11480
11550
  "name": "NavigationRecalculateInput",
11481
- "description": "Input for the navigation recalculate",
11551
+ "description": "Input for the navigation recalculate.",
11482
11552
  "fields": null,
11483
11553
  "inputFields": [
11484
11554
  {
11485
11555
  "name": "id",
11486
- "description": "ID of the navigation session",
11556
+ "description": "ID of the navigation session.",
11487
11557
  "type": {
11488
11558
  "kind": "NON_NULL",
11489
11559
  "name": null,
@@ -11499,7 +11569,7 @@
11499
11569
  },
11500
11570
  {
11501
11571
  "name": "state_of_charge",
11502
- "description": "State of charge at origin",
11572
+ "description": "State of charge at origin.",
11503
11573
  "type": {
11504
11574
  "kind": "INPUT_OBJECT",
11505
11575
  "name": "StateOfChargeInput",
@@ -11511,7 +11581,7 @@
11511
11581
  },
11512
11582
  {
11513
11583
  "name": "current_location",
11514
- "description": "Origin location of a new route",
11584
+ "description": "Origin location of a new route.",
11515
11585
  "type": {
11516
11586
  "kind": "NON_NULL",
11517
11587
  "name": null,
@@ -11527,7 +11597,7 @@
11527
11597
  },
11528
11598
  {
11529
11599
  "name": "via",
11530
- "description": "Via points of a new route. If this field is not sent, the original via points will be used",
11600
+ "description": "Via points of a new route. If this field is not sent, the original via points will be used.",
11531
11601
  "type": {
11532
11602
  "kind": "LIST",
11533
11603
  "name": null,
@@ -11547,7 +11617,7 @@
11547
11617
  },
11548
11618
  {
11549
11619
  "name": "telemetry",
11550
- "description": "Telemetry data input",
11620
+ "description": "Telemetry data input.",
11551
11621
  "type": {
11552
11622
  "kind": "INPUT_OBJECT",
11553
11623
  "name": "TelemetryInput",
@@ -11565,12 +11635,12 @@
11565
11635
  {
11566
11636
  "kind": "INPUT_OBJECT",
11567
11637
  "name": "NavigationStartInput",
11568
- "description": "Input for the navigation start",
11638
+ "description": "Input for the navigation start.",
11569
11639
  "fields": null,
11570
11640
  "inputFields": [
11571
11641
  {
11572
11642
  "name": "route_id",
11573
- "description": "ID of the route of the navigation session",
11643
+ "description": "ID of the route of the navigation session.",
11574
11644
  "type": {
11575
11645
  "kind": "NON_NULL",
11576
11646
  "name": null,
@@ -11584,21 +11654,9 @@
11584
11654
  "isDeprecated": false,
11585
11655
  "deprecationReason": null
11586
11656
  },
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
11657
  {
11600
11658
  "name": "current_location",
11601
- "description": "Current coordinates",
11659
+ "description": "Current coordinates.",
11602
11660
  "type": {
11603
11661
  "kind": "NON_NULL",
11604
11662
  "name": null,
@@ -11611,71 +11669,20 @@
11611
11669
  "defaultValue": null,
11612
11670
  "isDeprecated": false,
11613
11671
  "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
11672
  }
11631
11673
  ],
11632
11674
  "interfaces": null,
11633
11675
  "enumValues": null,
11634
11676
  "possibleTypes": null
11635
11677
  },
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
11678
  {
11672
11679
  "kind": "OBJECT",
11673
11680
  "name": "NavigationStation",
11674
- "description": "Navigation session station type",
11681
+ "description": "Navigation session station type.",
11675
11682
  "fields": [
11676
11683
  {
11677
11684
  "name": "station_id",
11678
- "description": "The ID as string of the charging station",
11685
+ "description": "The ID as string of the charging station.",
11679
11686
  "args": [],
11680
11687
  "type": {
11681
11688
  "kind": "NON_NULL",
@@ -11691,7 +11698,7 @@
11691
11698
  },
11692
11699
  {
11693
11700
  "name": "station_location",
11694
- "description": "GPS location of the charging station",
11701
+ "description": "GPS location of the charging station.",
11695
11702
  "args": [],
11696
11703
  "type": {
11697
11704
  "kind": "NON_NULL",
@@ -11707,7 +11714,7 @@
11707
11714
  },
11708
11715
  {
11709
11716
  "name": "via",
11710
- "description": "An array with all GPS locations of via points until the next charging station",
11717
+ "description": "An array with all GPS locations of via points until the next charging station.",
11711
11718
  "args": [],
11712
11719
  "type": {
11713
11720
  "kind": "NON_NULL",
@@ -11731,7 +11738,7 @@
11731
11738
  },
11732
11739
  {
11733
11740
  "name": "estimated_state_of_charge",
11734
- "description": "Estimated state of charge, at arrival on the next charging station",
11741
+ "description": "Estimated state of charge, at arrival on the next charging station.",
11735
11742
  "args": [
11736
11743
  {
11737
11744
  "name": "unit",
@@ -11760,7 +11767,7 @@
11760
11767
  },
11761
11768
  {
11762
11769
  "name": "estimated_consumption",
11763
- "description": "Estimated consumption, in kWh, from last the known location until the next charging station",
11770
+ "description": "Estimated consumption, in kWh, from last the known location until the next charging station.",
11764
11771
  "args": [],
11765
11772
  "type": {
11766
11773
  "kind": "NON_NULL",
@@ -11775,20 +11782,110 @@
11775
11782
  "deprecationReason": null
11776
11783
  },
11777
11784
  {
11778
- "name": "estimated_duration",
11779
- "description": "Estimated duration, in seconds, from the last known location until the next charging station",
11785
+ "name": "estimated_duration",
11786
+ "description": "Estimated duration, in seconds, from the last known location until the next charging station.",
11787
+ "args": [],
11788
+ "type": {
11789
+ "kind": "NON_NULL",
11790
+ "name": null,
11791
+ "ofType": {
11792
+ "kind": "SCALAR",
11793
+ "name": "Float",
11794
+ "ofType": null
11795
+ }
11796
+ },
11797
+ "isDeprecated": false,
11798
+ "deprecationReason": null
11799
+ }
11800
+ ],
11801
+ "inputFields": null,
11802
+ "interfaces": [],
11803
+ "enumValues": null,
11804
+ "possibleTypes": null
11805
+ },
11806
+ {
11807
+ "kind": "ENUM",
11808
+ "name": "NavigationStatus",
11809
+ "description": "State of navigation session.",
11810
+ "fields": null,
11811
+ "inputFields": null,
11812
+ "interfaces": null,
11813
+ "enumValues": [
11814
+ {
11815
+ "name": "driving",
11816
+ "description": "Vehicle is driving.",
11817
+ "isDeprecated": false,
11818
+ "deprecationReason": null
11819
+ },
11820
+ {
11821
+ "name": "charging",
11822
+ "description": "Vehicle is charging.",
11823
+ "isDeprecated": false,
11824
+ "deprecationReason": null
11825
+ },
11826
+ {
11827
+ "name": "finished",
11828
+ "description": "Navigation session is completed (either manually or automatically 48 hours after the last update).",
11829
+ "isDeprecated": false,
11830
+ "deprecationReason": null
11831
+ },
11832
+ {
11833
+ "name": "error",
11834
+ "description": "Failed to update navigation session due to route error or not found.",
11835
+ "isDeprecated": false,
11836
+ "deprecationReason": null
11837
+ }
11838
+ ],
11839
+ "possibleTypes": null
11840
+ },
11841
+ {
11842
+ "kind": "OBJECT",
11843
+ "name": "NavigationSubscription",
11844
+ "description": "The navigation session subscription data",
11845
+ "fields": [
11846
+ {
11847
+ "name": "id",
11848
+ "description": "ID of the navigation session.",
11849
+ "args": [],
11850
+ "type": {
11851
+ "kind": "NON_NULL",
11852
+ "name": null,
11853
+ "ofType": {
11854
+ "kind": "SCALAR",
11855
+ "name": "ID",
11856
+ "ofType": null
11857
+ }
11858
+ },
11859
+ "isDeprecated": false,
11860
+ "deprecationReason": null
11861
+ },
11862
+ {
11863
+ "name": "status",
11864
+ "description": "The status of a navigation session. The status can be driving, charging, finished, or error.",
11780
11865
  "args": [],
11781
11866
  "type": {
11782
11867
  "kind": "NON_NULL",
11783
11868
  "name": null,
11784
11869
  "ofType": {
11785
- "kind": "SCALAR",
11786
- "name": "Int",
11870
+ "kind": "ENUM",
11871
+ "name": "NavigationStatus",
11787
11872
  "ofType": null
11788
11873
  }
11789
11874
  },
11790
11875
  "isDeprecated": false,
11791
11876
  "deprecationReason": null
11877
+ },
11878
+ {
11879
+ "name": "meta",
11880
+ "description": "Navigation meta information.",
11881
+ "args": [],
11882
+ "type": {
11883
+ "kind": "OBJECT",
11884
+ "name": "NavigationMeta",
11885
+ "ofType": null
11886
+ },
11887
+ "isDeprecated": false,
11888
+ "deprecationReason": null
11792
11889
  }
11793
11890
  ],
11794
11891
  "inputFields": null,
@@ -11799,12 +11896,12 @@
11799
11896
  {
11800
11897
  "kind": "INPUT_OBJECT",
11801
11898
  "name": "NavigationUpdateInput",
11802
- "description": "Input for the navigation update",
11899
+ "description": "Input for the navigation update.",
11803
11900
  "fields": null,
11804
11901
  "inputFields": [
11805
11902
  {
11806
11903
  "name": "id",
11807
- "description": "ID of the navigation session",
11904
+ "description": "ID of the navigation session.",
11808
11905
  "type": {
11809
11906
  "kind": "NON_NULL",
11810
11907
  "name": null,
@@ -11820,7 +11917,7 @@
11820
11917
  },
11821
11918
  {
11822
11919
  "name": "location_data",
11823
- "description": "A list of locations that were collected since the last update",
11920
+ "description": "A list of locations that were collected since the last update.",
11824
11921
  "type": {
11825
11922
  "kind": "NON_NULL",
11826
11923
  "name": null,
@@ -11844,7 +11941,7 @@
11844
11941
  },
11845
11942
  {
11846
11943
  "name": "telemetry",
11847
- "description": "Telemetry data input",
11944
+ "description": "Telemetry data input.",
11848
11945
  "type": {
11849
11946
  "kind": "INPUT_OBJECT",
11850
11947
  "name": "TelemetryInput",
@@ -11862,12 +11959,12 @@
11862
11959
  {
11863
11960
  "kind": "INPUT_OBJECT",
11864
11961
  "name": "NavigationUpdateLocationPropertiesInput",
11865
- "description": "Properties of the location",
11962
+ "description": "Properties of the location.",
11866
11963
  "fields": null,
11867
11964
  "inputFields": [
11868
11965
  {
11869
11966
  "name": "route_leg",
11870
- "description": "Current route leg index corresponding to a location",
11967
+ "description": "Current route leg index corresponding to a location.",
11871
11968
  "type": {
11872
11969
  "kind": "NON_NULL",
11873
11970
  "name": null,
@@ -11883,7 +11980,7 @@
11883
11980
  },
11884
11981
  {
11885
11982
  "name": "speed",
11886
- "description": "Speed at a location",
11983
+ "description": "Speed at a location.",
11887
11984
  "type": {
11888
11985
  "kind": "INPUT_OBJECT",
11889
11986
  "name": "VehicleSpeedInput",
@@ -11895,7 +11992,7 @@
11895
11992
  },
11896
11993
  {
11897
11994
  "name": "timestamp",
11898
- "description": "UNIX timestamp at location, in seconds",
11995
+ "description": "UNIX timestamp at location, in seconds.",
11899
11996
  "type": {
11900
11997
  "kind": "NON_NULL",
11901
11998
  "name": null,
@@ -11911,7 +12008,7 @@
11911
12008
  },
11912
12009
  {
11913
12010
  "name": "elevation",
11914
- "description": "Elevation information",
12011
+ "description": "Elevation information.",
11915
12012
  "type": {
11916
12013
  "kind": "INPUT_OBJECT",
11917
12014
  "name": "ElevationInput",
@@ -11929,12 +12026,12 @@
11929
12026
  {
11930
12027
  "kind": "INPUT_OBJECT",
11931
12028
  "name": "NavigationUpdateLocationsInput",
11932
- "description": "Input for the navigation update locations",
12029
+ "description": "Input for the navigation update locations.",
11933
12030
  "fields": null,
11934
12031
  "inputFields": [
11935
12032
  {
11936
12033
  "name": "geometry",
11937
- "description": "GPS location",
12034
+ "description": "GPS location.",
11938
12035
  "type": {
11939
12036
  "kind": "NON_NULL",
11940
12037
  "name": null,
@@ -11950,7 +12047,7 @@
11950
12047
  },
11951
12048
  {
11952
12049
  "name": "properties",
11953
- "description": "Extra information about the location",
12050
+ "description": "Extra information about the location.",
11954
12051
  "type": {
11955
12052
  "kind": "NON_NULL",
11956
12053
  "name": null,
@@ -12379,6 +12476,18 @@
12379
12476
  "description": "The connector type is NEMA 14-50, 3 pins, rating of 50 A",
12380
12477
  "isDeprecated": false,
12381
12478
  "deprecationReason": null
12479
+ },
12480
+ {
12481
+ "name": "GBT_AC",
12482
+ "description": "Guobiao GB/T 20234.2 AC socket/connector.",
12483
+ "isDeprecated": false,
12484
+ "deprecationReason": null
12485
+ },
12486
+ {
12487
+ "name": "GBT_DC",
12488
+ "description": "Guobiao GB/T 20234.3 DC connector.",
12489
+ "isDeprecated": false,
12490
+ "deprecationReason": null
12382
12491
  }
12383
12492
  ],
12384
12493
  "possibleTypes": null
@@ -14738,6 +14847,26 @@
14738
14847
  },
14739
14848
  "isDeprecated": false,
14740
14849
  "deprecationReason": null
14850
+ },
14851
+ {
14852
+ "name": "avoided_countries",
14853
+ "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.",
14854
+ "args": [],
14855
+ "type": {
14856
+ "kind": "LIST",
14857
+ "name": null,
14858
+ "ofType": {
14859
+ "kind": "NON_NULL",
14860
+ "name": null,
14861
+ "ofType": {
14862
+ "kind": "ENUM",
14863
+ "name": "CountryCodeAlpha2",
14864
+ "ofType": null
14865
+ }
14866
+ }
14867
+ },
14868
+ "isDeprecated": false,
14869
+ "deprecationReason": null
14741
14870
  }
14742
14871
  ],
14743
14872
  "inputFields": null,
@@ -14899,6 +15028,41 @@
14899
15028
  "enumValues": null,
14900
15029
  "possibleTypes": null
14901
15030
  },
15031
+ {
15032
+ "kind": "ENUM",
15033
+ "name": "OperatorPreferenceType",
15034
+ "description": null,
15035
+ "fields": null,
15036
+ "inputFields": null,
15037
+ "interfaces": null,
15038
+ "enumValues": [
15039
+ {
15040
+ "name": "ranked",
15041
+ "description": "Operators that have been set as preferred or required.",
15042
+ "isDeprecated": false,
15043
+ "deprecationReason": null
15044
+ },
15045
+ {
15046
+ "name": "unranked",
15047
+ "description": "Operators that have not been set as neither preferred or required or avoided nor excluded.",
15048
+ "isDeprecated": false,
15049
+ "deprecationReason": null
15050
+ },
15051
+ {
15052
+ "name": "avoided",
15053
+ "description": "Operators that have been set to be avoided.",
15054
+ "isDeprecated": false,
15055
+ "deprecationReason": null
15056
+ },
15057
+ {
15058
+ "name": "excluded",
15059
+ "description": "Operators that have been set to be excluded.",
15060
+ "isDeprecated": false,
15061
+ "deprecationReason": null
15062
+ }
15063
+ ],
15064
+ "possibleTypes": null
15065
+ },
14902
15066
  {
14903
15067
  "kind": "ENUM",
14904
15068
  "name": "OperatorRankingLevel",
@@ -15239,6 +15403,73 @@
15239
15403
  "enumValues": null,
15240
15404
  "possibleTypes": null
15241
15405
  },
15406
+ {
15407
+ "kind": "OBJECT",
15408
+ "name": "PageInfo",
15409
+ "description": "Information about the list page.",
15410
+ "fields": [
15411
+ {
15412
+ "name": "has_next_page",
15413
+ "description": "Flag that indicates if it has a next page.",
15414
+ "args": [],
15415
+ "type": {
15416
+ "kind": "NON_NULL",
15417
+ "name": null,
15418
+ "ofType": {
15419
+ "kind": "SCALAR",
15420
+ "name": "Boolean",
15421
+ "ofType": null
15422
+ }
15423
+ },
15424
+ "isDeprecated": false,
15425
+ "deprecationReason": null
15426
+ },
15427
+ {
15428
+ "name": "has_previous_page",
15429
+ "description": "Flag that indicates if it has a previous page.",
15430
+ "args": [],
15431
+ "type": {
15432
+ "kind": "NON_NULL",
15433
+ "name": null,
15434
+ "ofType": {
15435
+ "kind": "SCALAR",
15436
+ "name": "Boolean",
15437
+ "ofType": null
15438
+ }
15439
+ },
15440
+ "isDeprecated": false,
15441
+ "deprecationReason": null
15442
+ },
15443
+ {
15444
+ "name": "start_cursor",
15445
+ "description": "Cursor of the first connection of the page. If the page is empty, this is null.",
15446
+ "args": [],
15447
+ "type": {
15448
+ "kind": "SCALAR",
15449
+ "name": "String",
15450
+ "ofType": null
15451
+ },
15452
+ "isDeprecated": false,
15453
+ "deprecationReason": null
15454
+ },
15455
+ {
15456
+ "name": "end_cursor",
15457
+ "description": "Cursor of the last connection of the page. If the page is empty, this is null.",
15458
+ "args": [],
15459
+ "type": {
15460
+ "kind": "SCALAR",
15461
+ "name": "String",
15462
+ "ofType": null
15463
+ },
15464
+ "isDeprecated": false,
15465
+ "deprecationReason": null
15466
+ }
15467
+ ],
15468
+ "inputFields": null,
15469
+ "interfaces": [],
15470
+ "enumValues": null,
15471
+ "possibleTypes": null
15472
+ },
15242
15473
  {
15243
15474
  "kind": "ENUM",
15244
15475
  "name": "ParkingCost",
@@ -16536,35 +16767,160 @@
16536
16767
  "defaultValue": null,
16537
16768
  "isDeprecated": false,
16538
16769
  "deprecationReason": null
16539
- }
16540
- ],
16541
- "type": {
16542
- "kind": "NON_NULL",
16543
- "name": null,
16544
- "ofType": {
16545
- "kind": "OBJECT",
16546
- "name": "RouteDetailsEmissions",
16547
- "ofType": null
16548
- }
16549
- },
16550
- "isDeprecated": false,
16551
- "deprecationReason": null
16552
- },
16553
- {
16554
- "name": "getRoute",
16555
- "description": "Get a route by ID.",
16556
- "args": [
16770
+ }
16771
+ ],
16772
+ "type": {
16773
+ "kind": "NON_NULL",
16774
+ "name": null,
16775
+ "ofType": {
16776
+ "kind": "OBJECT",
16777
+ "name": "RouteDetailsEmissions",
16778
+ "ofType": null
16779
+ }
16780
+ },
16781
+ "isDeprecated": false,
16782
+ "deprecationReason": null
16783
+ },
16784
+ {
16785
+ "name": "getRoute",
16786
+ "description": "Get a route by ID.",
16787
+ "args": [
16788
+ {
16789
+ "name": "id",
16790
+ "description": "ID of a route.",
16791
+ "type": {
16792
+ "kind": "NON_NULL",
16793
+ "name": null,
16794
+ "ofType": {
16795
+ "kind": "SCALAR",
16796
+ "name": "ID",
16797
+ "ofType": null
16798
+ }
16799
+ },
16800
+ "defaultValue": null,
16801
+ "isDeprecated": false,
16802
+ "deprecationReason": null
16803
+ }
16804
+ ],
16805
+ "type": {
16806
+ "kind": "NON_NULL",
16807
+ "name": null,
16808
+ "ofType": {
16809
+ "kind": "OBJECT",
16810
+ "name": "RouteResponse",
16811
+ "ofType": null
16812
+ }
16813
+ },
16814
+ "isDeprecated": false,
16815
+ "deprecationReason": null
16816
+ },
16817
+ {
16818
+ "name": "getRouteStationsWithAmenities",
16819
+ "description": "[BETA] Search for stations with amenities within a specific time window and distance of a previously calculated route.",
16820
+ "args": [
16821
+ {
16822
+ "name": "route_id",
16823
+ "description": "ID of the route request.",
16824
+ "type": {
16825
+ "kind": "NON_NULL",
16826
+ "name": null,
16827
+ "ofType": {
16828
+ "kind": "SCALAR",
16829
+ "name": "ID",
16830
+ "ofType": null
16831
+ }
16832
+ },
16833
+ "defaultValue": null,
16834
+ "isDeprecated": false,
16835
+ "deprecationReason": null
16836
+ },
16837
+ {
16838
+ "name": "route_details_id",
16839
+ "description": "ID of the route.",
16840
+ "type": {
16841
+ "kind": "NON_NULL",
16842
+ "name": null,
16843
+ "ofType": {
16844
+ "kind": "SCALAR",
16845
+ "name": "ID",
16846
+ "ofType": null
16847
+ }
16848
+ },
16849
+ "defaultValue": null,
16850
+ "isDeprecated": false,
16851
+ "deprecationReason": null
16852
+ },
16853
+ {
16854
+ "name": "time_window",
16855
+ "description": "Time window along the route to search for stations with amenities.",
16856
+ "type": {
16857
+ "kind": "NON_NULL",
16858
+ "name": null,
16859
+ "ofType": {
16860
+ "kind": "INPUT_OBJECT",
16861
+ "name": "RouteTimeWindow",
16862
+ "ofType": null
16863
+ }
16864
+ },
16865
+ "defaultValue": null,
16866
+ "isDeprecated": false,
16867
+ "deprecationReason": null
16868
+ },
16869
+ {
16870
+ "name": "amenity_types",
16871
+ "description": "Type of amenity to search along the route. Behaves as logical OR when multiple values are provided.",
16872
+ "type": {
16873
+ "kind": "NON_NULL",
16874
+ "name": null,
16875
+ "ofType": {
16876
+ "kind": "LIST",
16877
+ "name": null,
16878
+ "ofType": {
16879
+ "kind": "NON_NULL",
16880
+ "name": null,
16881
+ "ofType": {
16882
+ "kind": "ENUM",
16883
+ "name": "AmenityType",
16884
+ "ofType": null
16885
+ }
16886
+ }
16887
+ }
16888
+ },
16889
+ "defaultValue": null,
16890
+ "isDeprecated": false,
16891
+ "deprecationReason": null
16892
+ },
16893
+ {
16894
+ "name": "filter",
16895
+ "description": "Filter results by station or amenity properties.",
16896
+ "type": {
16897
+ "kind": "INPUT_OBJECT",
16898
+ "name": "RouteStationsWithAmenityFilter",
16899
+ "ofType": null
16900
+ },
16901
+ "defaultValue": null,
16902
+ "isDeprecated": false,
16903
+ "deprecationReason": null
16904
+ },
16905
+ {
16906
+ "name": "first",
16907
+ "description": "Maximum number of items to return per page, a value between 1 and 10.",
16908
+ "type": {
16909
+ "kind": "SCALAR",
16910
+ "name": "Int",
16911
+ "ofType": null
16912
+ },
16913
+ "defaultValue": "10",
16914
+ "isDeprecated": false,
16915
+ "deprecationReason": null
16916
+ },
16557
16917
  {
16558
- "name": "id",
16559
- "description": "ID of a route.",
16918
+ "name": "after",
16919
+ "description": "Returns the items in the list that come after the specified cursor. For the first page, this field should not be specified.",
16560
16920
  "type": {
16561
- "kind": "NON_NULL",
16562
- "name": null,
16563
- "ofType": {
16564
- "kind": "SCALAR",
16565
- "name": "ID",
16566
- "ofType": null
16567
- }
16921
+ "kind": "SCALAR",
16922
+ "name": "String",
16923
+ "ofType": null
16568
16924
  },
16569
16925
  "defaultValue": null,
16570
16926
  "isDeprecated": false,
@@ -16576,7 +16932,7 @@
16576
16932
  "name": null,
16577
16933
  "ofType": {
16578
16934
  "kind": "OBJECT",
16579
- "name": "RouteResponse",
16935
+ "name": "RouteStationsWithAmenitiesConnection",
16580
16936
  "ofType": null
16581
16937
  }
16582
16938
  },
@@ -17025,7 +17381,7 @@
17025
17381
  "name": null,
17026
17382
  "ofType": {
17027
17383
  "kind": "OBJECT",
17028
- "name": "VehicleMakesResponse",
17384
+ "name": "VehicleMakesConnection",
17029
17385
  "ofType": null
17030
17386
  }
17031
17387
  },
@@ -17040,13 +17396,9 @@
17040
17396
  "name": "filter",
17041
17397
  "description": "Filter vehicle models result.",
17042
17398
  "type": {
17043
- "kind": "NON_NULL",
17044
- "name": null,
17045
- "ofType": {
17046
- "kind": "INPUT_OBJECT",
17047
- "name": "VehicleModelsFilter",
17048
- "ofType": null
17049
- }
17399
+ "kind": "INPUT_OBJECT",
17400
+ "name": "VehicleModelsFilter",
17401
+ "ofType": null
17050
17402
  },
17051
17403
  "defaultValue": null,
17052
17404
  "isDeprecated": false,
@@ -17063,6 +17415,30 @@
17063
17415
  "defaultValue": null,
17064
17416
  "isDeprecated": false,
17065
17417
  "deprecationReason": null
17418
+ },
17419
+ {
17420
+ "name": "first",
17421
+ "description": "Maximum number of items to return per page, a value between 1 and 10.",
17422
+ "type": {
17423
+ "kind": "SCALAR",
17424
+ "name": "Int",
17425
+ "ofType": null
17426
+ },
17427
+ "defaultValue": "10",
17428
+ "isDeprecated": false,
17429
+ "deprecationReason": null
17430
+ },
17431
+ {
17432
+ "name": "after",
17433
+ "description": "Returns the items in the list that come after the specified cursor. For the first page, this field should not be specified.",
17434
+ "type": {
17435
+ "kind": "SCALAR",
17436
+ "name": "String",
17437
+ "ofType": null
17438
+ },
17439
+ "defaultValue": null,
17440
+ "isDeprecated": false,
17441
+ "deprecationReason": null
17066
17442
  }
17067
17443
  ],
17068
17444
  "type": {
@@ -17070,7 +17446,7 @@
17070
17446
  "name": null,
17071
17447
  "ofType": {
17072
17448
  "kind": "OBJECT",
17073
- "name": "VehicleModelsResponse",
17449
+ "name": "VehicleModelsConnection",
17074
17450
  "ofType": null
17075
17451
  }
17076
17452
  },
@@ -19559,6 +19935,29 @@
19559
19935
  ],
19560
19936
  "possibleTypes": null
19561
19937
  },
19938
+ {
19939
+ "kind": "INPUT_OBJECT",
19940
+ "name": "RouteAmenityFilter",
19941
+ "description": null,
19942
+ "fields": null,
19943
+ "inputFields": [
19944
+ {
19945
+ "name": "maximum_distance_from_station",
19946
+ "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.",
19947
+ "type": {
19948
+ "kind": "INPUT_OBJECT",
19949
+ "name": "DistanceInput",
19950
+ "ofType": null
19951
+ },
19952
+ "defaultValue": null,
19953
+ "isDeprecated": false,
19954
+ "deprecationReason": null
19955
+ }
19956
+ ],
19957
+ "interfaces": null,
19958
+ "enumValues": null,
19959
+ "possibleTypes": null
19960
+ },
19562
19961
  {
19563
19962
  "kind": "OBJECT",
19564
19963
  "name": "RouteAmenityPreferences",
@@ -19694,20 +20093,16 @@
19694
20093
  "description": "Geometry of the feature.",
19695
20094
  "args": [],
19696
20095
  "type": {
19697
- "kind": "NON_NULL",
19698
- "name": null,
19699
- "ofType": {
19700
- "kind": "OBJECT",
19701
- "name": "Point",
19702
- "ofType": null
19703
- }
20096
+ "kind": "OBJECT",
20097
+ "name": "Point",
20098
+ "ofType": null
19704
20099
  },
19705
20100
  "isDeprecated": false,
19706
20101
  "deprecationReason": null
19707
20102
  },
19708
20103
  {
19709
20104
  "name": "properties",
19710
- "description": "Optional object where additional properties can be specified.",
20105
+ "description": "Additional feature properties.",
19711
20106
  "args": [],
19712
20107
  "type": {
19713
20108
  "kind": "OBJECT",
@@ -19761,13 +20156,9 @@
19761
20156
  "name": "geometry",
19762
20157
  "description": "Geometry of the feature.",
19763
20158
  "type": {
19764
- "kind": "NON_NULL",
19765
- "name": null,
19766
- "ofType": {
19767
- "kind": "INPUT_OBJECT",
19768
- "name": "PointInput",
19769
- "ofType": null
19770
- }
20159
+ "kind": "INPUT_OBJECT",
20160
+ "name": "PointInput",
20161
+ "ofType": null
19771
20162
  },
19772
20163
  "defaultValue": null,
19773
20164
  "isDeprecated": false,
@@ -19775,7 +20166,7 @@
19775
20166
  },
19776
20167
  {
19777
20168
  "name": "properties",
19778
- "description": "Optional object where additional properties can be specified.",
20169
+ "description": "Additional feature properties.",
19779
20170
  "type": {
19780
20171
  "kind": "INPUT_OBJECT",
19781
20172
  "name": "RouteDestinationPropertiesInput",
@@ -19845,7 +20236,7 @@
19845
20236
  },
19846
20237
  {
19847
20238
  "name": "station",
19848
- "description": "Data about the destination station.",
20239
+ "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
20240
  "type": {
19850
20241
  "kind": "INPUT_OBJECT",
19851
20242
  "name": "RoutePropertiesStationInput",
@@ -20095,7 +20486,7 @@
20095
20486
  },
20096
20487
  {
20097
20488
  "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.",
20489
+ "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
20490
  "args": [],
20100
20491
  "type": {
20101
20492
  "kind": "NON_NULL",
@@ -20265,7 +20656,7 @@
20265
20656
  {
20266
20657
  "kind": "OBJECT",
20267
20658
  "name": "RouteDetailsDurations",
20268
- "description": "Aggregation of all durations of a route.",
20659
+ "description": null,
20269
20660
  "fields": [
20270
20661
  {
20271
20662
  "name": "total",
@@ -20317,7 +20708,7 @@
20317
20708
  },
20318
20709
  {
20319
20710
  "name": "stopover",
20320
- "description": "Total stop duration, excluding charge stops, in seconds.",
20711
+ "description": "Total duration stopped at a location via or at a station via, excluding charging time and charging penalty, in seconds.",
20321
20712
  "args": [],
20322
20713
  "type": {
20323
20714
  "kind": "NON_NULL",
@@ -21067,8 +21458,8 @@
21067
21458
  "name": "Int",
21068
21459
  "ofType": null
21069
21460
  },
21070
- "isDeprecated": false,
21071
- "deprecationReason": null
21461
+ "isDeprecated": true,
21462
+ "deprecationReason": "In favor of legs.durations"
21072
21463
  },
21073
21464
  {
21074
21465
  "name": "occupants",
@@ -22265,6 +22656,123 @@
22265
22656
  ],
22266
22657
  "possibleTypes": null
22267
22658
  },
22659
+ {
22660
+ "kind": "OBJECT",
22661
+ "name": "RouteDrivingPreferences",
22662
+ "description": null,
22663
+ "fields": [
22664
+ {
22665
+ "name": "speed_factor",
22666
+ "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'.",
22667
+ "args": [],
22668
+ "type": {
22669
+ "kind": "SCALAR",
22670
+ "name": "Float",
22671
+ "ofType": null
22672
+ },
22673
+ "isDeprecated": false,
22674
+ "deprecationReason": null
22675
+ },
22676
+ {
22677
+ "name": "maximum_speed",
22678
+ "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'.",
22679
+ "args": [],
22680
+ "type": {
22681
+ "kind": "OBJECT",
22682
+ "name": "MaximumSpeed",
22683
+ "ofType": null
22684
+ },
22685
+ "isDeprecated": false,
22686
+ "deprecationReason": null
22687
+ },
22688
+ {
22689
+ "name": "style",
22690
+ "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'.",
22691
+ "args": [],
22692
+ "type": {
22693
+ "kind": "ENUM",
22694
+ "name": "RouteDrivingStyle",
22695
+ "ofType": null
22696
+ },
22697
+ "isDeprecated": false,
22698
+ "deprecationReason": null
22699
+ }
22700
+ ],
22701
+ "inputFields": null,
22702
+ "interfaces": [],
22703
+ "enumValues": null,
22704
+ "possibleTypes": null
22705
+ },
22706
+ {
22707
+ "kind": "INPUT_OBJECT",
22708
+ "name": "RouteDrivingPreferencesInput",
22709
+ "description": null,
22710
+ "fields": null,
22711
+ "inputFields": [
22712
+ {
22713
+ "name": "speed_factor",
22714
+ "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'.",
22715
+ "type": {
22716
+ "kind": "SCALAR",
22717
+ "name": "Float",
22718
+ "ofType": null
22719
+ },
22720
+ "defaultValue": null,
22721
+ "isDeprecated": false,
22722
+ "deprecationReason": null
22723
+ },
22724
+ {
22725
+ "name": "maximum_speed",
22726
+ "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'.",
22727
+ "type": {
22728
+ "kind": "INPUT_OBJECT",
22729
+ "name": "MaximumSpeedInput",
22730
+ "ofType": null
22731
+ },
22732
+ "defaultValue": null,
22733
+ "isDeprecated": false,
22734
+ "deprecationReason": null
22735
+ },
22736
+ {
22737
+ "name": "style",
22738
+ "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'.",
22739
+ "type": {
22740
+ "kind": "ENUM",
22741
+ "name": "RouteDrivingStyle",
22742
+ "ofType": null
22743
+ },
22744
+ "defaultValue": null,
22745
+ "isDeprecated": false,
22746
+ "deprecationReason": null
22747
+ }
22748
+ ],
22749
+ "interfaces": null,
22750
+ "enumValues": null,
22751
+ "possibleTypes": null
22752
+ },
22753
+ {
22754
+ "kind": "ENUM",
22755
+ "name": "RouteDrivingStyle",
22756
+ "description": null,
22757
+ "fields": null,
22758
+ "inputFields": null,
22759
+ "interfaces": null,
22760
+ "enumValues": [
22761
+ {
22762
+ "name": "eco",
22763
+ "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.",
22764
+ "isDeprecated": false,
22765
+ "deprecationReason": null
22766
+ },
22767
+ {
22768
+ "name": "sport",
22769
+ "description": "Higher average driving speed and higher energy consumption. Applies no speed limit and increases by 5% the route's average driving speed.",
22770
+ "isDeprecated": false,
22771
+ "deprecationReason": null
22772
+ }
22773
+ ],
22774
+ "possibleTypes": null
22775
+ },
22268
22776
  {
22269
22777
  "kind": "OBJECT",
22270
22778
  "name": "RouteEmbeddedEmissions",
@@ -26318,6 +26826,26 @@
26318
26826
  },
26319
26827
  "isDeprecated": false,
26320
26828
  "deprecationReason": null
26829
+ },
26830
+ {
26831
+ "name": "avoid",
26832
+ "description": "Operators that should be avoided, but not excluded, for a route calculation.",
26833
+ "args": [],
26834
+ "type": {
26835
+ "kind": "LIST",
26836
+ "name": null,
26837
+ "ofType": {
26838
+ "kind": "NON_NULL",
26839
+ "name": null,
26840
+ "ofType": {
26841
+ "kind": "OBJECT",
26842
+ "name": "RouteOperatorsValue",
26843
+ "ofType": null
26844
+ }
26845
+ }
26846
+ },
26847
+ "isDeprecated": false,
26848
+ "deprecationReason": null
26321
26849
  }
26322
26850
  ],
26323
26851
  "inputFields": null,
@@ -26333,7 +26861,7 @@
26333
26861
  "inputFields": [
26334
26862
  {
26335
26863
  "name": "ranking",
26336
- "description": "Ranking of an operator with multiple levels, each level having its own penalty value.",
26864
+ "description": "Operators to be preferred in route calculation. If not specified, no operator ranking is applied (including project-configured ranking).",
26337
26865
  "type": {
26338
26866
  "kind": "INPUT_OBJECT",
26339
26867
  "name": "RouteOperatorPreferencesRankingInput",
@@ -26345,7 +26873,27 @@
26345
26873
  },
26346
26874
  {
26347
26875
  "name": "exclude",
26348
- "description": "Operators that should be excluded for a route calculation.",
26876
+ "description": "Operators to be excluded from route calculation. If specified, overrides project-configured operator exclusions. If not specified, applies project-configured operator exclusions.",
26877
+ "type": {
26878
+ "kind": "LIST",
26879
+ "name": null,
26880
+ "ofType": {
26881
+ "kind": "NON_NULL",
26882
+ "name": null,
26883
+ "ofType": {
26884
+ "kind": "INPUT_OBJECT",
26885
+ "name": "RouteOperatorsValueInput",
26886
+ "ofType": null
26887
+ }
26888
+ }
26889
+ },
26890
+ "defaultValue": null,
26891
+ "isDeprecated": false,
26892
+ "deprecationReason": null
26893
+ },
26894
+ {
26895
+ "name": "avoid",
26896
+ "description": "Operators that should be avoided, but not excluded, for a route calculation.",
26349
26897
  "type": {
26350
26898
  "kind": "LIST",
26351
26899
  "name": null,
@@ -26415,7 +26963,7 @@
26415
26963
  "inputFields": [
26416
26964
  {
26417
26965
  "name": "type",
26418
- "description": "Flag indicating if the operators ranking should be preferred or required.",
26966
+ "description": "Ranking enforcement type: preferred (applies ranking levels), required (routes only via ranked operators), or none (no ranking applied).",
26419
26967
  "type": {
26420
26968
  "kind": "NON_NULL",
26421
26969
  "name": null,
@@ -26431,7 +26979,7 @@
26431
26979
  },
26432
26980
  {
26433
26981
  "name": "levels",
26434
- "description": "Ranking levels for operator ranking.",
26982
+ "description": "Priority levels for operator ranking. If not specified, applies the specified enforcement type to the project-configured operator ranking.",
26435
26983
  "type": {
26436
26984
  "kind": "INPUT_OBJECT",
26437
26985
  "name": "RouteOperatorPreferencesRankingLevelsInput",
@@ -27132,7 +27680,7 @@
27132
27680
  },
27133
27681
  {
27134
27682
  "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.",
27683
+ "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
27684
  "type": {
27137
27685
  "kind": "LIST",
27138
27686
  "name": null,
@@ -27547,7 +28095,19 @@
27547
28095
  "args": [],
27548
28096
  "type": {
27549
28097
  "kind": "SCALAR",
27550
- "name": "ID",
28098
+ "name": "ID",
28099
+ "ofType": null
28100
+ },
28101
+ "isDeprecated": false,
28102
+ "deprecationReason": null
28103
+ },
28104
+ {
28105
+ "name": "stop_duration",
28106
+ "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.",
28107
+ "args": [],
28108
+ "type": {
28109
+ "kind": "SCALAR",
28110
+ "name": "Int",
27551
28111
  "ofType": null
27552
28112
  },
27553
28113
  "isDeprecated": false,
@@ -27588,6 +28148,18 @@
27588
28148
  "defaultValue": null,
27589
28149
  "isDeprecated": false,
27590
28150
  "deprecationReason": null
28151
+ },
28152
+ {
28153
+ "name": "stop_duration",
28154
+ "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.",
28155
+ "type": {
28156
+ "kind": "SCALAR",
28157
+ "name": "Int",
28158
+ "ofType": null
28159
+ },
28160
+ "defaultValue": null,
28161
+ "isDeprecated": false,
28162
+ "deprecationReason": null
27591
28163
  }
27592
28164
  ],
27593
28165
  "interfaces": null,
@@ -27911,13 +28483,294 @@
27911
28483
  "deprecationReason": null
27912
28484
  },
27913
28485
  {
27914
- "name": "max_distance_from_station",
27915
- "description": "Maximum distance from a station to an amenity, in meters.",
28486
+ "name": "max_distance_from_station",
28487
+ "description": "Maximum distance from a station to an amenity, in meters.",
28488
+ "args": [],
28489
+ "type": {
28490
+ "kind": "SCALAR",
28491
+ "name": "Int",
28492
+ "ofType": null
28493
+ },
28494
+ "isDeprecated": false,
28495
+ "deprecationReason": null
28496
+ }
28497
+ ],
28498
+ "inputFields": null,
28499
+ "interfaces": [],
28500
+ "enumValues": null,
28501
+ "possibleTypes": null
28502
+ },
28503
+ {
28504
+ "kind": "ENUM",
28505
+ "name": "RouteSeason",
28506
+ "description": "The season of the route.",
28507
+ "fields": null,
28508
+ "inputFields": null,
28509
+ "interfaces": null,
28510
+ "enumValues": [
28511
+ {
28512
+ "name": "summer",
28513
+ "description": "We suppose it is summer and we have the best weather conditions.",
28514
+ "isDeprecated": false,
28515
+ "deprecationReason": null
28516
+ },
28517
+ {
28518
+ "name": "winter",
28519
+ "description": "We suppose it is winter and we have the worst weather conditions.",
28520
+ "isDeprecated": false,
28521
+ "deprecationReason": null
28522
+ },
28523
+ {
28524
+ "name": "current",
28525
+ "description": "We fetch the current weather conditions.",
28526
+ "isDeprecated": false,
28527
+ "deprecationReason": null
28528
+ }
28529
+ ],
28530
+ "possibleTypes": null
28531
+ },
28532
+ {
28533
+ "kind": "INPUT_OBJECT",
28534
+ "name": "RouteStationFilter",
28535
+ "description": null,
28536
+ "fields": null,
28537
+ "inputFields": [
28538
+ {
28539
+ "name": "maximum_distance_from_path",
28540
+ "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.",
28541
+ "type": {
28542
+ "kind": "INPUT_OBJECT",
28543
+ "name": "DistanceInput",
28544
+ "ofType": null
28545
+ },
28546
+ "defaultValue": null,
28547
+ "isDeprecated": false,
28548
+ "deprecationReason": null
28549
+ },
28550
+ {
28551
+ "name": "operator_preference",
28552
+ "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.",
28553
+ "type": {
28554
+ "kind": "LIST",
28555
+ "name": null,
28556
+ "ofType": {
28557
+ "kind": "NON_NULL",
28558
+ "name": null,
28559
+ "ofType": {
28560
+ "kind": "ENUM",
28561
+ "name": "OperatorPreferenceType",
28562
+ "ofType": null
28563
+ }
28564
+ }
28565
+ },
28566
+ "defaultValue": null,
28567
+ "isDeprecated": false,
28568
+ "deprecationReason": null
28569
+ }
28570
+ ],
28571
+ "interfaces": null,
28572
+ "enumValues": null,
28573
+ "possibleTypes": null
28574
+ },
28575
+ {
28576
+ "kind": "OBJECT",
28577
+ "name": "RouteStationOperator",
28578
+ "description": null,
28579
+ "fields": [
28580
+ {
28581
+ "name": "id",
28582
+ "description": "Unique operator ID.",
28583
+ "args": [],
28584
+ "type": {
28585
+ "kind": "SCALAR",
28586
+ "name": "ID",
28587
+ "ofType": null
28588
+ },
28589
+ "isDeprecated": false,
28590
+ "deprecationReason": null
28591
+ },
28592
+ {
28593
+ "name": "preference_type",
28594
+ "description": "Operator's preference status specifically for this route calculation.",
28595
+ "args": [],
28596
+ "type": {
28597
+ "kind": "NON_NULL",
28598
+ "name": null,
28599
+ "ofType": {
28600
+ "kind": "ENUM",
28601
+ "name": "OperatorPreferenceType",
28602
+ "ofType": null
28603
+ }
28604
+ },
28605
+ "isDeprecated": false,
28606
+ "deprecationReason": null
28607
+ }
28608
+ ],
28609
+ "inputFields": null,
28610
+ "interfaces": [],
28611
+ "enumValues": null,
28612
+ "possibleTypes": null
28613
+ },
28614
+ {
28615
+ "kind": "OBJECT",
28616
+ "name": "RouteStationPreferences",
28617
+ "description": null,
28618
+ "fields": [
28619
+ {
28620
+ "name": "prefer_highway_charging",
28621
+ "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.",
28622
+ "args": [],
28623
+ "type": {
28624
+ "kind": "SCALAR",
28625
+ "name": "Boolean",
28626
+ "ofType": null
28627
+ },
28628
+ "isDeprecated": false,
28629
+ "deprecationReason": null
28630
+ }
28631
+ ],
28632
+ "inputFields": null,
28633
+ "interfaces": [],
28634
+ "enumValues": null,
28635
+ "possibleTypes": null
28636
+ },
28637
+ {
28638
+ "kind": "INPUT_OBJECT",
28639
+ "name": "RouteStationPreferencesInput",
28640
+ "description": null,
28641
+ "fields": null,
28642
+ "inputFields": [
28643
+ {
28644
+ "name": "prefer_highway_charging",
28645
+ "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.",
28646
+ "type": {
28647
+ "kind": "SCALAR",
28648
+ "name": "Boolean",
28649
+ "ofType": null
28650
+ },
28651
+ "defaultValue": "true",
28652
+ "isDeprecated": false,
28653
+ "deprecationReason": null
28654
+ }
28655
+ ],
28656
+ "interfaces": null,
28657
+ "enumValues": null,
28658
+ "possibleTypes": null
28659
+ },
28660
+ {
28661
+ "kind": "OBJECT",
28662
+ "name": "RouteStationWithAmenities",
28663
+ "description": null,
28664
+ "fields": [
28665
+ {
28666
+ "name": "id",
28667
+ "description": "ID of the station.",
28668
+ "args": [],
28669
+ "type": {
28670
+ "kind": "NON_NULL",
28671
+ "name": null,
28672
+ "ofType": {
28673
+ "kind": "SCALAR",
28674
+ "name": "ID",
28675
+ "ofType": null
28676
+ }
28677
+ },
28678
+ "isDeprecated": false,
28679
+ "deprecationReason": null
28680
+ },
28681
+ {
28682
+ "name": "external_id",
28683
+ "description": "ID of the station provided by the station data source.",
28684
+ "args": [],
28685
+ "type": {
28686
+ "kind": "SCALAR",
28687
+ "name": "ID",
28688
+ "ofType": null
28689
+ },
28690
+ "isDeprecated": false,
28691
+ "deprecationReason": null
28692
+ },
28693
+ {
28694
+ "name": "location",
28695
+ "description": "GeoJSON location of the station.",
28696
+ "args": [],
28697
+ "type": {
28698
+ "kind": "NON_NULL",
28699
+ "name": null,
28700
+ "ofType": {
28701
+ "kind": "OBJECT",
28702
+ "name": "Point",
28703
+ "ofType": null
28704
+ }
28705
+ },
28706
+ "isDeprecated": false,
28707
+ "deprecationReason": null
28708
+ },
28709
+ {
28710
+ "name": "operator",
28711
+ "description": "Information about the station's operator.",
28712
+ "args": [],
28713
+ "type": {
28714
+ "kind": "NON_NULL",
28715
+ "name": null,
28716
+ "ofType": {
28717
+ "kind": "OBJECT",
28718
+ "name": "RouteStationOperator",
28719
+ "ofType": null
28720
+ }
28721
+ },
28722
+ "isDeprecated": false,
28723
+ "deprecationReason": null
28724
+ },
28725
+ {
28726
+ "name": "distance_from_path",
28727
+ "description": "Distance of the station to the closest point in the original route.",
28728
+ "args": [
28729
+ {
28730
+ "name": "unit",
28731
+ "description": null,
28732
+ "type": {
28733
+ "kind": "ENUM",
28734
+ "name": "DistanceUnit",
28735
+ "ofType": null
28736
+ },
28737
+ "defaultValue": "meter",
28738
+ "isDeprecated": false,
28739
+ "deprecationReason": null
28740
+ }
28741
+ ],
28742
+ "type": {
28743
+ "kind": "NON_NULL",
28744
+ "name": null,
28745
+ "ofType": {
28746
+ "kind": "SCALAR",
28747
+ "name": "Float",
28748
+ "ofType": null
28749
+ }
28750
+ },
28751
+ "isDeprecated": false,
28752
+ "deprecationReason": null
28753
+ },
28754
+ {
28755
+ "name": "matching_amenities",
28756
+ "description": "List of up to 5 amenities matching the specified amenity type. Sorted by ascending distance from the station.",
27916
28757
  "args": [],
27917
28758
  "type": {
27918
- "kind": "SCALAR",
27919
- "name": "Int",
27920
- "ofType": null
28759
+ "kind": "NON_NULL",
28760
+ "name": null,
28761
+ "ofType": {
28762
+ "kind": "LIST",
28763
+ "name": null,
28764
+ "ofType": {
28765
+ "kind": "NON_NULL",
28766
+ "name": null,
28767
+ "ofType": {
28768
+ "kind": "OBJECT",
28769
+ "name": "Amenity",
28770
+ "ofType": null
28771
+ }
28772
+ }
28773
+ }
27921
28774
  },
27922
28775
  "isDeprecated": false,
27923
28776
  "deprecationReason": null
@@ -27928,35 +28781,6 @@
27928
28781
  "enumValues": null,
27929
28782
  "possibleTypes": null
27930
28783
  },
27931
- {
27932
- "kind": "ENUM",
27933
- "name": "RouteSeason",
27934
- "description": "The season of the route.",
27935
- "fields": null,
27936
- "inputFields": null,
27937
- "interfaces": null,
27938
- "enumValues": [
27939
- {
27940
- "name": "summer",
27941
- "description": "We suppose it is summer and we have the best weather conditions.",
27942
- "isDeprecated": false,
27943
- "deprecationReason": null
27944
- },
27945
- {
27946
- "name": "winter",
27947
- "description": "We suppose it is winter and we have the worst weather conditions.",
27948
- "isDeprecated": false,
27949
- "deprecationReason": null
27950
- },
27951
- {
27952
- "name": "current",
27953
- "description": "We fetch the current weather conditions.",
27954
- "isDeprecated": false,
27955
- "deprecationReason": null
27956
- }
27957
- ],
27958
- "possibleTypes": null
27959
- },
27960
28784
  {
27961
28785
  "kind": "OBJECT",
27962
28786
  "name": "RouteStationsAlong",
@@ -28040,6 +28864,108 @@
28040
28864
  "enumValues": null,
28041
28865
  "possibleTypes": null
28042
28866
  },
28867
+ {
28868
+ "kind": "OBJECT",
28869
+ "name": "RouteStationsWithAmenitiesConnection",
28870
+ "description": null,
28871
+ "fields": [
28872
+ {
28873
+ "name": "total_count",
28874
+ "description": "Total number of stations with amenities of the specified type.",
28875
+ "args": [],
28876
+ "type": {
28877
+ "kind": "NON_NULL",
28878
+ "name": null,
28879
+ "ofType": {
28880
+ "kind": "SCALAR",
28881
+ "name": "Int",
28882
+ "ofType": null
28883
+ }
28884
+ },
28885
+ "isDeprecated": false,
28886
+ "deprecationReason": null
28887
+ },
28888
+ {
28889
+ "name": "page_info",
28890
+ "description": "Information about the current page.",
28891
+ "args": [],
28892
+ "type": {
28893
+ "kind": "NON_NULL",
28894
+ "name": null,
28895
+ "ofType": {
28896
+ "kind": "OBJECT",
28897
+ "name": "PageInfo",
28898
+ "ofType": null
28899
+ }
28900
+ },
28901
+ "isDeprecated": false,
28902
+ "deprecationReason": null
28903
+ },
28904
+ {
28905
+ "name": "nodes",
28906
+ "description": "List of stations with amenities of the specified type.",
28907
+ "args": [],
28908
+ "type": {
28909
+ "kind": "NON_NULL",
28910
+ "name": null,
28911
+ "ofType": {
28912
+ "kind": "LIST",
28913
+ "name": null,
28914
+ "ofType": {
28915
+ "kind": "NON_NULL",
28916
+ "name": null,
28917
+ "ofType": {
28918
+ "kind": "OBJECT",
28919
+ "name": "RouteStationWithAmenities",
28920
+ "ofType": null
28921
+ }
28922
+ }
28923
+ }
28924
+ },
28925
+ "isDeprecated": false,
28926
+ "deprecationReason": null
28927
+ }
28928
+ ],
28929
+ "inputFields": null,
28930
+ "interfaces": [],
28931
+ "enumValues": null,
28932
+ "possibleTypes": null
28933
+ },
28934
+ {
28935
+ "kind": "INPUT_OBJECT",
28936
+ "name": "RouteStationsWithAmenityFilter",
28937
+ "description": null,
28938
+ "fields": null,
28939
+ "inputFields": [
28940
+ {
28941
+ "name": "station",
28942
+ "description": "Station filters.",
28943
+ "type": {
28944
+ "kind": "INPUT_OBJECT",
28945
+ "name": "RouteStationFilter",
28946
+ "ofType": null
28947
+ },
28948
+ "defaultValue": null,
28949
+ "isDeprecated": false,
28950
+ "deprecationReason": null
28951
+ },
28952
+ {
28953
+ "name": "amenity",
28954
+ "description": "Amenity filters.",
28955
+ "type": {
28956
+ "kind": "INPUT_OBJECT",
28957
+ "name": "RouteAmenityFilter",
28958
+ "ofType": null
28959
+ },
28960
+ "defaultValue": null,
28961
+ "isDeprecated": false,
28962
+ "deprecationReason": null
28963
+ }
28964
+ ],
28965
+ "interfaces": null,
28966
+ "enumValues": null,
28967
+ "possibleTypes": null
28968
+ },
28043
28969
  {
28044
28970
  "kind": "ENUM",
28045
28971
  "name": "RouteStatus",
@@ -28224,6 +29150,45 @@
28224
29150
  ],
28225
29151
  "possibleTypes": null
28226
29152
  },
29153
+ {
29154
+ "kind": "INPUT_OBJECT",
29155
+ "name": "RouteTimeWindow",
29156
+ "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.",
29157
+ "fields": null,
29158
+ "inputFields": [
29159
+ {
29160
+ "name": "center",
29161
+ "description": "Center point of the search, expressed as the travel time, in seconds, from the journey's origin.",
29162
+ "type": {
29163
+ "kind": "NON_NULL",
29164
+ "name": null,
29165
+ "ofType": {
29166
+ "kind": "SCALAR",
29167
+ "name": "Int",
29168
+ "ofType": null
29169
+ }
29170
+ },
29171
+ "defaultValue": null,
29172
+ "isDeprecated": false,
29173
+ "deprecationReason": null
29174
+ },
29175
+ {
29176
+ "name": "margin",
29177
+ "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).",
29178
+ "type": {
29179
+ "kind": "SCALAR",
29180
+ "name": "Int",
29181
+ "ofType": null
29182
+ },
29183
+ "defaultValue": "900",
29184
+ "isDeprecated": false,
29185
+ "deprecationReason": null
29186
+ }
29187
+ ],
29188
+ "interfaces": null,
29189
+ "enumValues": null,
29190
+ "possibleTypes": null
29191
+ },
28227
29192
  {
28228
29193
  "kind": "OBJECT",
28229
29194
  "name": "RouteVehicle",
@@ -29674,20 +30639,16 @@
29674
30639
  "description": "Geometry of the feature.",
29675
30640
  "args": [],
29676
30641
  "type": {
29677
- "kind": "NON_NULL",
29678
- "name": null,
29679
- "ofType": {
29680
- "kind": "OBJECT",
29681
- "name": "Point",
29682
- "ofType": null
29683
- }
30642
+ "kind": "OBJECT",
30643
+ "name": "Point",
30644
+ "ofType": null
29684
30645
  },
29685
30646
  "isDeprecated": false,
29686
30647
  "deprecationReason": null
29687
30648
  },
29688
30649
  {
29689
30650
  "name": "properties",
29690
- "description": "Optional object where additional properties can be specified.",
30651
+ "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
30652
  "args": [],
29692
30653
  "type": {
29693
30654
  "kind": "OBJECT",
@@ -29741,13 +30702,9 @@
29741
30702
  "name": "geometry",
29742
30703
  "description": "Geometry of the feature.",
29743
30704
  "type": {
29744
- "kind": "NON_NULL",
29745
- "name": null,
29746
- "ofType": {
29747
- "kind": "INPUT_OBJECT",
29748
- "name": "PointInput",
29749
- "ofType": null
29750
- }
30705
+ "kind": "INPUT_OBJECT",
30706
+ "name": "PointInput",
30707
+ "ofType": null
29751
30708
  },
29752
30709
  "defaultValue": null,
29753
30710
  "isDeprecated": false,
@@ -29755,7 +30712,7 @@
29755
30712
  },
29756
30713
  {
29757
30714
  "name": "properties",
29758
- "description": "Optional object where additional properties can be specified.",
30715
+ "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
30716
  "type": {
29760
30717
  "kind": "INPUT_OBJECT",
29761
30718
  "name": "RouteViaPropertiesInput",
@@ -29849,7 +30806,7 @@
29849
30806
  },
29850
30807
  {
29851
30808
  "name": "station",
29852
- "description": "Station data of the via point.",
30809
+ "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
30810
  "type": {
29854
30811
  "kind": "INPUT_OBJECT",
29855
30812
  "name": "RoutePropertiesStationInput",
@@ -31345,7 +32302,7 @@
31345
32302
  },
31346
32303
  {
31347
32304
  "name": "preferred_operator",
31348
- "description": "Flag indicating if only stations that are owned by an operator from a clients ranking list are returned.",
32305
+ "description": "Flag to filter for stations operated by an operator present in the project's ranking list.",
31349
32306
  "type": {
31350
32307
  "kind": "SCALAR",
31351
32308
  "name": "Boolean",
@@ -31864,7 +32821,7 @@
31864
32821
  },
31865
32822
  {
31866
32823
  "name": "preferred_operator",
31867
- "description": "Flag indicating if only stations that are owned by an operator from a clients ranking list are returned.",
32824
+ "description": "Flag to filter for stations operated by an operator present in the project's ranking list.",
31868
32825
  "type": {
31869
32826
  "kind": "SCALAR",
31870
32827
  "name": "Boolean",
@@ -32392,7 +33349,7 @@
32392
33349
  ],
32393
33350
  "type": {
32394
33351
  "kind": "OBJECT",
32395
- "name": "Navigation",
33352
+ "name": "NavigationSubscription",
32396
33353
  "ofType": null
32397
33354
  },
32398
33355
  "isDeprecated": false,
@@ -35868,12 +36825,12 @@
35868
36825
  },
35869
36826
  {
35870
36827
  "kind": "OBJECT",
35871
- "name": "VehicleMakesResponse",
36828
+ "name": "VehicleMakesConnection",
35872
36829
  "description": "Vehicle makes response object.",
35873
36830
  "fields": [
35874
36831
  {
35875
- "name": "items",
35876
- "description": "Elements of the vehicle make list.",
36832
+ "name": "nodes",
36833
+ "description": "List of vehicle makes.",
35877
36834
  "args": [],
35878
36835
  "type": {
35879
36836
  "kind": "NON_NULL",
@@ -36073,40 +37030,45 @@
36073
37030
  "possibleTypes": null
36074
37031
  },
36075
37032
  {
36076
- "kind": "INPUT_OBJECT",
36077
- "name": "VehicleModelsFilter",
36078
- "description": "Filter vehicle model list result.",
36079
- "fields": null,
36080
- "inputFields": [
37033
+ "kind": "OBJECT",
37034
+ "name": "VehicleModelsConnection",
37035
+ "description": "Vehicle models response object.",
37036
+ "fields": [
36081
37037
  {
36082
- "name": "make",
36083
- "description": "Vehicle make.",
37038
+ "name": "total_count",
37039
+ "description": "Total number of unique vehicle models.",
37040
+ "args": [],
36084
37041
  "type": {
36085
37042
  "kind": "NON_NULL",
36086
37043
  "name": null,
36087
37044
  "ofType": {
36088
37045
  "kind": "SCALAR",
36089
- "name": "String",
37046
+ "name": "Int",
36090
37047
  "ofType": null
36091
37048
  }
36092
37049
  },
36093
- "defaultValue": null,
36094
37050
  "isDeprecated": false,
36095
37051
  "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": [
37052
+ },
37053
+ {
37054
+ "name": "page_info",
37055
+ "description": "Information about the current page.",
37056
+ "args": [],
37057
+ "type": {
37058
+ "kind": "NON_NULL",
37059
+ "name": null,
37060
+ "ofType": {
37061
+ "kind": "OBJECT",
37062
+ "name": "PageInfo",
37063
+ "ofType": null
37064
+ }
37065
+ },
37066
+ "isDeprecated": false,
37067
+ "deprecationReason": null
37068
+ },
36107
37069
  {
36108
- "name": "items",
36109
- "description": "Elements of the vehicle model list.",
37070
+ "name": "nodes",
37071
+ "description": "List of vehicle models.",
36110
37072
  "args": [],
36111
37073
  "type": {
36112
37074
  "kind": "NON_NULL",
@@ -36134,6 +37096,29 @@
36134
37096
  "enumValues": null,
36135
37097
  "possibleTypes": null
36136
37098
  },
37099
+ {
37100
+ "kind": "INPUT_OBJECT",
37101
+ "name": "VehicleModelsFilter",
37102
+ "description": "Filter vehicle model list result.",
37103
+ "fields": null,
37104
+ "inputFields": [
37105
+ {
37106
+ "name": "make",
37107
+ "description": "Vehicle make.",
37108
+ "type": {
37109
+ "kind": "SCALAR",
37110
+ "name": "String",
37111
+ "ofType": null
37112
+ },
37113
+ "defaultValue": null,
37114
+ "isDeprecated": false,
37115
+ "deprecationReason": null
37116
+ }
37117
+ ],
37118
+ "interfaces": null,
37119
+ "enumValues": null,
37120
+ "possibleTypes": null
37121
+ },
36137
37122
  {
36138
37123
  "kind": "OBJECT",
36139
37124
  "name": "VehicleNaming",