@chargetrip/types 1.47.2 → 1.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +39 -0
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +39 -0
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +96 -99
- package/graphql.schema.json +503 -290
- package/package.json +1 -1
- package/src/graphql.ts +105 -103
package/graphql.schema.json
CHANGED
|
@@ -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": "
|
|
680
|
-
"name":
|
|
681
|
-
"ofType":
|
|
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
|
|
@@ -2167,6 +2195,41 @@
|
|
|
2167
2195
|
],
|
|
2168
2196
|
"possibleTypes": null
|
|
2169
2197
|
},
|
|
2198
|
+
{
|
|
2199
|
+
"kind": "ENUM",
|
|
2200
|
+
"name": "CongestionLevel",
|
|
2201
|
+
"description": null,
|
|
2202
|
+
"fields": null,
|
|
2203
|
+
"inputFields": null,
|
|
2204
|
+
"interfaces": null,
|
|
2205
|
+
"enumValues": [
|
|
2206
|
+
{
|
|
2207
|
+
"name": "unknown",
|
|
2208
|
+
"description": "Congestion level is unknown or could not be determined.",
|
|
2209
|
+
"isDeprecated": false,
|
|
2210
|
+
"deprecationReason": null
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"name": "low",
|
|
2214
|
+
"description": "Traffic is flowing freely with little to no delay.",
|
|
2215
|
+
"isDeprecated": false,
|
|
2216
|
+
"deprecationReason": null
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"name": "medium",
|
|
2220
|
+
"description": "Increased traffic volume causing minor delays.",
|
|
2221
|
+
"isDeprecated": false,
|
|
2222
|
+
"deprecationReason": null
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"name": "high",
|
|
2226
|
+
"description": "Significant traffic volume causing heavy delays and potential standstills.",
|
|
2227
|
+
"isDeprecated": false,
|
|
2228
|
+
"deprecationReason": null
|
|
2229
|
+
}
|
|
2230
|
+
],
|
|
2231
|
+
"possibleTypes": null
|
|
2232
|
+
},
|
|
2170
2233
|
{
|
|
2171
2234
|
"kind": "OBJECT",
|
|
2172
2235
|
"name": "Connect",
|
|
@@ -6092,6 +6155,18 @@
|
|
|
6092
6155
|
},
|
|
6093
6156
|
"isDeprecated": false,
|
|
6094
6157
|
"deprecationReason": null
|
|
6158
|
+
},
|
|
6159
|
+
{
|
|
6160
|
+
"name": "traffic_aware",
|
|
6161
|
+
"description": "[BETA] Indicates whether current traffic conditions were considered during route calculation. This feature is disabled by default and requires explicit enablement for your project. Please contact Chargetrip support for more information.",
|
|
6162
|
+
"args": [],
|
|
6163
|
+
"type": {
|
|
6164
|
+
"kind": "SCALAR",
|
|
6165
|
+
"name": "Boolean",
|
|
6166
|
+
"ofType": null
|
|
6167
|
+
},
|
|
6168
|
+
"isDeprecated": false,
|
|
6169
|
+
"deprecationReason": null
|
|
6095
6170
|
}
|
|
6096
6171
|
],
|
|
6097
6172
|
"inputFields": null,
|
|
@@ -6276,6 +6351,18 @@
|
|
|
6276
6351
|
"defaultValue": null,
|
|
6277
6352
|
"isDeprecated": false,
|
|
6278
6353
|
"deprecationReason": null
|
|
6354
|
+
},
|
|
6355
|
+
{
|
|
6356
|
+
"name": "traffic_aware",
|
|
6357
|
+
"description": "[BETA] Route should consider current traffic conditions. This feature is disabled by default and requires explicit enablement for your project. Please contact Chargetrip support for more information.",
|
|
6358
|
+
"type": {
|
|
6359
|
+
"kind": "SCALAR",
|
|
6360
|
+
"name": "Boolean",
|
|
6361
|
+
"ofType": null
|
|
6362
|
+
},
|
|
6363
|
+
"defaultValue": "false",
|
|
6364
|
+
"isDeprecated": false,
|
|
6365
|
+
"deprecationReason": null
|
|
6279
6366
|
}
|
|
6280
6367
|
],
|
|
6281
6368
|
"interfaces": null,
|
|
@@ -19273,42 +19360,6 @@
|
|
|
19273
19360
|
},
|
|
19274
19361
|
"isDeprecated": false,
|
|
19275
19362
|
"deprecationReason": null
|
|
19276
|
-
},
|
|
19277
|
-
{
|
|
19278
|
-
"name": "id",
|
|
19279
|
-
"description": "User ID.",
|
|
19280
|
-
"args": [],
|
|
19281
|
-
"type": {
|
|
19282
|
-
"kind": "SCALAR",
|
|
19283
|
-
"name": "ID",
|
|
19284
|
-
"ofType": null
|
|
19285
|
-
},
|
|
19286
|
-
"isDeprecated": true,
|
|
19287
|
-
"deprecationReason": "Not sent back anymore, will be null"
|
|
19288
|
-
},
|
|
19289
|
-
{
|
|
19290
|
-
"name": "firstName",
|
|
19291
|
-
"description": "First name.",
|
|
19292
|
-
"args": [],
|
|
19293
|
-
"type": {
|
|
19294
|
-
"kind": "SCALAR",
|
|
19295
|
-
"name": "String",
|
|
19296
|
-
"ofType": null
|
|
19297
|
-
},
|
|
19298
|
-
"isDeprecated": true,
|
|
19299
|
-
"deprecationReason": "In favor of name."
|
|
19300
|
-
},
|
|
19301
|
-
{
|
|
19302
|
-
"name": "lastName",
|
|
19303
|
-
"description": "Last name.",
|
|
19304
|
-
"args": [],
|
|
19305
|
-
"type": {
|
|
19306
|
-
"kind": "SCALAR",
|
|
19307
|
-
"name": "String",
|
|
19308
|
-
"ofType": null
|
|
19309
|
-
},
|
|
19310
|
-
"isDeprecated": true,
|
|
19311
|
-
"deprecationReason": "In favor of name"
|
|
19312
19363
|
}
|
|
19313
19364
|
],
|
|
19314
19365
|
"inputFields": null,
|
|
@@ -20547,6 +20598,38 @@
|
|
|
20547
20598
|
},
|
|
20548
20599
|
"isDeprecated": false,
|
|
20549
20600
|
"deprecationReason": null
|
|
20601
|
+
},
|
|
20602
|
+
{
|
|
20603
|
+
"name": "warnings",
|
|
20604
|
+
"description": "[BETA] Warnings that certain conditions specified in a route mutation are not respected.",
|
|
20605
|
+
"args": [],
|
|
20606
|
+
"type": {
|
|
20607
|
+
"kind": "LIST",
|
|
20608
|
+
"name": null,
|
|
20609
|
+
"ofType": {
|
|
20610
|
+
"kind": "NON_NULL",
|
|
20611
|
+
"name": null,
|
|
20612
|
+
"ofType": {
|
|
20613
|
+
"kind": "OBJECT",
|
|
20614
|
+
"name": "RouteWarning",
|
|
20615
|
+
"ofType": null
|
|
20616
|
+
}
|
|
20617
|
+
}
|
|
20618
|
+
},
|
|
20619
|
+
"isDeprecated": false,
|
|
20620
|
+
"deprecationReason": null
|
|
20621
|
+
},
|
|
20622
|
+
{
|
|
20623
|
+
"name": "traffic",
|
|
20624
|
+
"description": "[BETA] Information regarding traffic conditions along the route. Available for routes created with traffic_aware set.",
|
|
20625
|
+
"args": [],
|
|
20626
|
+
"type": {
|
|
20627
|
+
"kind": "OBJECT",
|
|
20628
|
+
"name": "RouteDetailsTraffic",
|
|
20629
|
+
"ofType": null
|
|
20630
|
+
},
|
|
20631
|
+
"isDeprecated": false,
|
|
20632
|
+
"deprecationReason": null
|
|
20550
20633
|
}
|
|
20551
20634
|
],
|
|
20552
20635
|
"inputFields": null,
|
|
@@ -21285,6 +21368,38 @@
|
|
|
21285
21368
|
},
|
|
21286
21369
|
"isDeprecated": false,
|
|
21287
21370
|
"deprecationReason": null
|
|
21371
|
+
},
|
|
21372
|
+
{
|
|
21373
|
+
"name": "warnings",
|
|
21374
|
+
"description": "[BETA] Warnings that certain conditions specified in a route mutation are not respected.",
|
|
21375
|
+
"args": [],
|
|
21376
|
+
"type": {
|
|
21377
|
+
"kind": "LIST",
|
|
21378
|
+
"name": null,
|
|
21379
|
+
"ofType": {
|
|
21380
|
+
"kind": "NON_NULL",
|
|
21381
|
+
"name": null,
|
|
21382
|
+
"ofType": {
|
|
21383
|
+
"kind": "OBJECT",
|
|
21384
|
+
"name": "RouteDetailsLegWarning",
|
|
21385
|
+
"ofType": null
|
|
21386
|
+
}
|
|
21387
|
+
}
|
|
21388
|
+
},
|
|
21389
|
+
"isDeprecated": false,
|
|
21390
|
+
"deprecationReason": null
|
|
21391
|
+
},
|
|
21392
|
+
{
|
|
21393
|
+
"name": "traffic",
|
|
21394
|
+
"description": "[BETA] Information regarding traffic conditions along the route's leg . Available for routes created with traffic_aware set to true.",
|
|
21395
|
+
"args": [],
|
|
21396
|
+
"type": {
|
|
21397
|
+
"kind": "OBJECT",
|
|
21398
|
+
"name": "RouteDetailsLegTraffic",
|
|
21399
|
+
"ofType": null
|
|
21400
|
+
},
|
|
21401
|
+
"isDeprecated": false,
|
|
21402
|
+
"deprecationReason": null
|
|
21288
21403
|
}
|
|
21289
21404
|
],
|
|
21290
21405
|
"inputFields": null,
|
|
@@ -21885,6 +22000,18 @@
|
|
|
21885
22000
|
},
|
|
21886
22001
|
"isDeprecated": false,
|
|
21887
22002
|
"deprecationReason": null
|
|
22003
|
+
},
|
|
22004
|
+
{
|
|
22005
|
+
"name": "traffic",
|
|
22006
|
+
"description": "[BETA] Information regarding traffic conditions along the leg's section. Available for routes created with traffic_aware set to true.",
|
|
22007
|
+
"args": [],
|
|
22008
|
+
"type": {
|
|
22009
|
+
"kind": "OBJECT",
|
|
22010
|
+
"name": "RouteDetailsLegSectionTraffic",
|
|
22011
|
+
"ofType": null
|
|
22012
|
+
},
|
|
22013
|
+
"isDeprecated": false,
|
|
22014
|
+
"deprecationReason": null
|
|
21888
22015
|
}
|
|
21889
22016
|
],
|
|
21890
22017
|
"inputFields": null,
|
|
@@ -22040,6 +22167,41 @@
|
|
|
22040
22167
|
"enumValues": null,
|
|
22041
22168
|
"possibleTypes": null
|
|
22042
22169
|
},
|
|
22170
|
+
{
|
|
22171
|
+
"kind": "OBJECT",
|
|
22172
|
+
"name": "RouteDetailsLegSectionTraffic",
|
|
22173
|
+
"description": null,
|
|
22174
|
+
"fields": [
|
|
22175
|
+
{
|
|
22176
|
+
"name": "congestions",
|
|
22177
|
+
"description": "[BETA] Traffic congestion intervals mapped to the polyline indices of the leg's section.",
|
|
22178
|
+
"args": [],
|
|
22179
|
+
"type": {
|
|
22180
|
+
"kind": "NON_NULL",
|
|
22181
|
+
"name": null,
|
|
22182
|
+
"ofType": {
|
|
22183
|
+
"kind": "LIST",
|
|
22184
|
+
"name": null,
|
|
22185
|
+
"ofType": {
|
|
22186
|
+
"kind": "NON_NULL",
|
|
22187
|
+
"name": null,
|
|
22188
|
+
"ofType": {
|
|
22189
|
+
"kind": "OBJECT",
|
|
22190
|
+
"name": "TrafficCongestionInterval",
|
|
22191
|
+
"ofType": null
|
|
22192
|
+
}
|
|
22193
|
+
}
|
|
22194
|
+
}
|
|
22195
|
+
},
|
|
22196
|
+
"isDeprecated": false,
|
|
22197
|
+
"deprecationReason": null
|
|
22198
|
+
}
|
|
22199
|
+
],
|
|
22200
|
+
"inputFields": null,
|
|
22201
|
+
"interfaces": [],
|
|
22202
|
+
"enumValues": null,
|
|
22203
|
+
"possibleTypes": null
|
|
22204
|
+
},
|
|
22043
22205
|
{
|
|
22044
22206
|
"kind": "ENUM",
|
|
22045
22207
|
"name": "RouteDetailsLegSectionType",
|
|
@@ -22124,6 +22286,41 @@
|
|
|
22124
22286
|
"enumValues": null,
|
|
22125
22287
|
"possibleTypes": null
|
|
22126
22288
|
},
|
|
22289
|
+
{
|
|
22290
|
+
"kind": "OBJECT",
|
|
22291
|
+
"name": "RouteDetailsLegTraffic",
|
|
22292
|
+
"description": null,
|
|
22293
|
+
"fields": [
|
|
22294
|
+
{
|
|
22295
|
+
"name": "congestions",
|
|
22296
|
+
"description": "[BETA] Traffic congestion intervals mapped to the polyline indices of the leg.",
|
|
22297
|
+
"args": [],
|
|
22298
|
+
"type": {
|
|
22299
|
+
"kind": "NON_NULL",
|
|
22300
|
+
"name": null,
|
|
22301
|
+
"ofType": {
|
|
22302
|
+
"kind": "LIST",
|
|
22303
|
+
"name": null,
|
|
22304
|
+
"ofType": {
|
|
22305
|
+
"kind": "NON_NULL",
|
|
22306
|
+
"name": null,
|
|
22307
|
+
"ofType": {
|
|
22308
|
+
"kind": "OBJECT",
|
|
22309
|
+
"name": "TrafficCongestionInterval",
|
|
22310
|
+
"ofType": null
|
|
22311
|
+
}
|
|
22312
|
+
}
|
|
22313
|
+
}
|
|
22314
|
+
},
|
|
22315
|
+
"isDeprecated": false,
|
|
22316
|
+
"deprecationReason": null
|
|
22317
|
+
}
|
|
22318
|
+
],
|
|
22319
|
+
"inputFields": null,
|
|
22320
|
+
"interfaces": [],
|
|
22321
|
+
"enumValues": null,
|
|
22322
|
+
"possibleTypes": null
|
|
22323
|
+
},
|
|
22127
22324
|
{
|
|
22128
22325
|
"kind": "ENUM",
|
|
22129
22326
|
"name": "RouteDetailsLegType",
|
|
@@ -22171,6 +22368,80 @@
|
|
|
22171
22368
|
],
|
|
22172
22369
|
"possibleTypes": null
|
|
22173
22370
|
},
|
|
22371
|
+
{
|
|
22372
|
+
"kind": "OBJECT",
|
|
22373
|
+
"name": "RouteDetailsLegWarning",
|
|
22374
|
+
"description": null,
|
|
22375
|
+
"fields": [
|
|
22376
|
+
{
|
|
22377
|
+
"name": "code",
|
|
22378
|
+
"description": "The code of the warning.",
|
|
22379
|
+
"args": [],
|
|
22380
|
+
"type": {
|
|
22381
|
+
"kind": "NON_NULL",
|
|
22382
|
+
"name": null,
|
|
22383
|
+
"ofType": {
|
|
22384
|
+
"kind": "ENUM",
|
|
22385
|
+
"name": "RouteDetailsLegWarningCode",
|
|
22386
|
+
"ofType": null
|
|
22387
|
+
}
|
|
22388
|
+
},
|
|
22389
|
+
"isDeprecated": false,
|
|
22390
|
+
"deprecationReason": null
|
|
22391
|
+
}
|
|
22392
|
+
],
|
|
22393
|
+
"inputFields": null,
|
|
22394
|
+
"interfaces": [],
|
|
22395
|
+
"enumValues": null,
|
|
22396
|
+
"possibleTypes": null
|
|
22397
|
+
},
|
|
22398
|
+
{
|
|
22399
|
+
"kind": "ENUM",
|
|
22400
|
+
"name": "RouteDetailsLegWarningCode",
|
|
22401
|
+
"description": "Types of warnings that can be encountered in a route leg.",
|
|
22402
|
+
"fields": null,
|
|
22403
|
+
"inputFields": null,
|
|
22404
|
+
"interfaces": null,
|
|
22405
|
+
"enumValues": [
|
|
22406
|
+
{
|
|
22407
|
+
"name": "via_not_vehicle_accessible",
|
|
22408
|
+
"description": "The via location cannot be reached by vehicle.",
|
|
22409
|
+
"isDeprecated": false,
|
|
22410
|
+
"deprecationReason": null
|
|
22411
|
+
},
|
|
22412
|
+
{
|
|
22413
|
+
"name": "operators_preferred_not_available",
|
|
22414
|
+
"description": "The leg could not use stations from the preferred operator(s).",
|
|
22415
|
+
"isDeprecated": false,
|
|
22416
|
+
"deprecationReason": null
|
|
22417
|
+
},
|
|
22418
|
+
{
|
|
22419
|
+
"name": "maximum_weight_exceeded",
|
|
22420
|
+
"description": "Vehicle's load may exceed the maximum supported weight of the vehicle.",
|
|
22421
|
+
"isDeprecated": false,
|
|
22422
|
+
"deprecationReason": null
|
|
22423
|
+
},
|
|
22424
|
+
{
|
|
22425
|
+
"name": "segment_unavoidable",
|
|
22426
|
+
"description": "The leg includes sections requested to be avoided.",
|
|
22427
|
+
"isDeprecated": false,
|
|
22428
|
+
"deprecationReason": null
|
|
22429
|
+
},
|
|
22430
|
+
{
|
|
22431
|
+
"name": "station_limited_open_hours",
|
|
22432
|
+
"description": "The charging station used in the leg has limited opening hours.",
|
|
22433
|
+
"isDeprecated": false,
|
|
22434
|
+
"deprecationReason": null
|
|
22435
|
+
},
|
|
22436
|
+
{
|
|
22437
|
+
"name": "via_insufficient_charging_time",
|
|
22438
|
+
"description": "The specified stop duration at the via charging station is insufficient to start a charging session.",
|
|
22439
|
+
"isDeprecated": false,
|
|
22440
|
+
"deprecationReason": null
|
|
22441
|
+
}
|
|
22442
|
+
],
|
|
22443
|
+
"possibleTypes": null
|
|
22444
|
+
},
|
|
22174
22445
|
{
|
|
22175
22446
|
"kind": "OBJECT",
|
|
22176
22447
|
"name": "RouteDetailsManeuver",
|
|
@@ -22656,6 +22927,53 @@
|
|
|
22656
22927
|
],
|
|
22657
22928
|
"possibleTypes": null
|
|
22658
22929
|
},
|
|
22930
|
+
{
|
|
22931
|
+
"kind": "OBJECT",
|
|
22932
|
+
"name": "RouteDetailsTraffic",
|
|
22933
|
+
"description": null,
|
|
22934
|
+
"fields": [
|
|
22935
|
+
{
|
|
22936
|
+
"name": "delay",
|
|
22937
|
+
"description": "[BETA] Additional driving duration, in seconds, caused by traffic congestion compared to free-flow conditions. This value is already included in route total and driving durations.",
|
|
22938
|
+
"args": [],
|
|
22939
|
+
"type": {
|
|
22940
|
+
"kind": "NON_NULL",
|
|
22941
|
+
"name": null,
|
|
22942
|
+
"ofType": {
|
|
22943
|
+
"kind": "SCALAR",
|
|
22944
|
+
"name": "Int",
|
|
22945
|
+
"ofType": null
|
|
22946
|
+
}
|
|
22947
|
+
},
|
|
22948
|
+
"isDeprecated": false,
|
|
22949
|
+
"deprecationReason": null
|
|
22950
|
+
},
|
|
22951
|
+
{
|
|
22952
|
+
"name": "congestions",
|
|
22953
|
+
"description": "[BETA] Traffic congestion intervals mapped to the polyline indices of the leg.",
|
|
22954
|
+
"args": [],
|
|
22955
|
+
"type": {
|
|
22956
|
+
"kind": "NON_NULL",
|
|
22957
|
+
"name": null,
|
|
22958
|
+
"ofType": {
|
|
22959
|
+
"kind": "LIST",
|
|
22960
|
+
"name": null,
|
|
22961
|
+
"ofType": {
|
|
22962
|
+
"kind": "OBJECT",
|
|
22963
|
+
"name": "TrafficCongestionInterval",
|
|
22964
|
+
"ofType": null
|
|
22965
|
+
}
|
|
22966
|
+
}
|
|
22967
|
+
},
|
|
22968
|
+
"isDeprecated": false,
|
|
22969
|
+
"deprecationReason": null
|
|
22970
|
+
}
|
|
22971
|
+
],
|
|
22972
|
+
"inputFields": null,
|
|
22973
|
+
"interfaces": [],
|
|
22974
|
+
"enumValues": null,
|
|
22975
|
+
"possibleTypes": null
|
|
22976
|
+
},
|
|
22659
22977
|
{
|
|
22660
22978
|
"kind": "OBJECT",
|
|
22661
22979
|
"name": "RouteDrivingPreferences",
|
|
@@ -26963,7 +27281,7 @@
|
|
|
26963
27281
|
"inputFields": [
|
|
26964
27282
|
{
|
|
26965
27283
|
"name": "type",
|
|
26966
|
-
"description": "
|
|
27284
|
+
"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.",
|
|
26967
27285
|
"type": {
|
|
26968
27286
|
"kind": "NON_NULL",
|
|
26969
27287
|
"name": null,
|
|
@@ -30821,6 +31139,92 @@
|
|
|
30821
31139
|
"enumValues": null,
|
|
30822
31140
|
"possibleTypes": null
|
|
30823
31141
|
},
|
|
31142
|
+
{
|
|
31143
|
+
"kind": "OBJECT",
|
|
31144
|
+
"name": "RouteWarning",
|
|
31145
|
+
"description": null,
|
|
31146
|
+
"fields": [
|
|
31147
|
+
{
|
|
31148
|
+
"name": "code",
|
|
31149
|
+
"description": "The code of the warning.",
|
|
31150
|
+
"args": [],
|
|
31151
|
+
"type": {
|
|
31152
|
+
"kind": "NON_NULL",
|
|
31153
|
+
"name": null,
|
|
31154
|
+
"ofType": {
|
|
31155
|
+
"kind": "ENUM",
|
|
31156
|
+
"name": "RouteWarningCode",
|
|
31157
|
+
"ofType": null
|
|
31158
|
+
}
|
|
31159
|
+
},
|
|
31160
|
+
"isDeprecated": false,
|
|
31161
|
+
"deprecationReason": null
|
|
31162
|
+
}
|
|
31163
|
+
],
|
|
31164
|
+
"inputFields": null,
|
|
31165
|
+
"interfaces": [],
|
|
31166
|
+
"enumValues": null,
|
|
31167
|
+
"possibleTypes": null
|
|
31168
|
+
},
|
|
31169
|
+
{
|
|
31170
|
+
"kind": "ENUM",
|
|
31171
|
+
"name": "RouteWarningCode",
|
|
31172
|
+
"description": "Types of warnings that can be encountered in a route.",
|
|
31173
|
+
"fields": null,
|
|
31174
|
+
"inputFields": null,
|
|
31175
|
+
"interfaces": null,
|
|
31176
|
+
"enumValues": [
|
|
31177
|
+
{
|
|
31178
|
+
"name": "ev_unavailable_in_region",
|
|
31179
|
+
"description": "The selected vehicle model is unavailable on one or more regions along the route.",
|
|
31180
|
+
"isDeprecated": false,
|
|
31181
|
+
"deprecationReason": null
|
|
31182
|
+
},
|
|
31183
|
+
{
|
|
31184
|
+
"name": "hev_no_charging_stations",
|
|
31185
|
+
"description": "Route excludes charging stations as a hybrid vehicle does not require external charging.",
|
|
31186
|
+
"isDeprecated": false,
|
|
31187
|
+
"deprecationReason": null
|
|
31188
|
+
},
|
|
31189
|
+
{
|
|
31190
|
+
"name": "erev_battery_only_range",
|
|
31191
|
+
"description": "Route is calculated using only the battery range of the extended-range vehicle. ",
|
|
31192
|
+
"isDeprecated": false,
|
|
31193
|
+
"deprecationReason": null
|
|
31194
|
+
},
|
|
31195
|
+
{
|
|
31196
|
+
"name": "origin_not_vehicle_accessible",
|
|
31197
|
+
"description": "The origin location cannot be reached by vehicle and requires a walking section to reach the point.",
|
|
31198
|
+
"isDeprecated": false,
|
|
31199
|
+
"deprecationReason": null
|
|
31200
|
+
},
|
|
31201
|
+
{
|
|
31202
|
+
"name": "destination_not_vehicle_accessible",
|
|
31203
|
+
"description": "The destination location cannot be reached by vehicle and requires a walking section to reach the point.",
|
|
31204
|
+
"isDeprecated": false,
|
|
31205
|
+
"deprecationReason": null
|
|
31206
|
+
},
|
|
31207
|
+
{
|
|
31208
|
+
"name": "final_soc_not_possible",
|
|
31209
|
+
"description": "The requested final state of charge cannot be achieved.",
|
|
31210
|
+
"isDeprecated": false,
|
|
31211
|
+
"deprecationReason": null
|
|
31212
|
+
},
|
|
31213
|
+
{
|
|
31214
|
+
"name": "low_speed",
|
|
31215
|
+
"description": "The set maximum speed is too low (below 50 km/h) and may result in an inefficient route.",
|
|
31216
|
+
"isDeprecated": false,
|
|
31217
|
+
"deprecationReason": null
|
|
31218
|
+
},
|
|
31219
|
+
{
|
|
31220
|
+
"name": "operator_preferences_not_found",
|
|
31221
|
+
"description": "Operator preferences were ignored because they have not been configured for this project nor provided in the route create request.",
|
|
31222
|
+
"isDeprecated": false,
|
|
31223
|
+
"deprecationReason": null
|
|
31224
|
+
}
|
|
31225
|
+
],
|
|
31226
|
+
"possibleTypes": null
|
|
31227
|
+
},
|
|
30824
31228
|
{
|
|
30825
31229
|
"kind": "OBJECT",
|
|
30826
31230
|
"name": "RouteWeather",
|
|
@@ -31899,18 +32303,6 @@
|
|
|
31899
32303
|
"isDeprecated": false,
|
|
31900
32304
|
"deprecationReason": null
|
|
31901
32305
|
},
|
|
31902
|
-
{
|
|
31903
|
-
"name": "private",
|
|
31904
|
-
"description": "A flag that indicates if a station is on private property.",
|
|
31905
|
-
"args": [],
|
|
31906
|
-
"type": {
|
|
31907
|
-
"kind": "SCALAR",
|
|
31908
|
-
"name": "Boolean",
|
|
31909
|
-
"ofType": null
|
|
31910
|
-
},
|
|
31911
|
-
"isDeprecated": true,
|
|
31912
|
-
"deprecationReason": "In favor of access_type."
|
|
31913
|
-
},
|
|
31914
32306
|
{
|
|
31915
32307
|
"name": "power",
|
|
31916
32308
|
"description": "Connectors grouped by power.",
|
|
@@ -31923,22 +32315,6 @@
|
|
|
31923
32315
|
"isDeprecated": false,
|
|
31924
32316
|
"deprecationReason": null
|
|
31925
32317
|
},
|
|
31926
|
-
{
|
|
31927
|
-
"name": "predicted_availability",
|
|
31928
|
-
"description": "Station availability.",
|
|
31929
|
-
"args": [],
|
|
31930
|
-
"type": {
|
|
31931
|
-
"kind": "LIST",
|
|
31932
|
-
"name": null,
|
|
31933
|
-
"ofType": {
|
|
31934
|
-
"kind": "OBJECT",
|
|
31935
|
-
"name": "StationPredictedAvailability",
|
|
31936
|
-
"ofType": null
|
|
31937
|
-
}
|
|
31938
|
-
},
|
|
31939
|
-
"isDeprecated": true,
|
|
31940
|
-
"deprecationReason": "predicted_availability, no value will be sent. Deprecated in favor of predicted_occupancy."
|
|
31941
|
-
},
|
|
31942
32318
|
{
|
|
31943
32319
|
"name": "predicted_occupancy",
|
|
31944
32320
|
"description": "Predicted station occupancy.",
|
|
@@ -32389,46 +32765,6 @@
|
|
|
32389
32765
|
"name": "StationCustomProperties",
|
|
32390
32766
|
"description": null,
|
|
32391
32767
|
"fields": [
|
|
32392
|
-
{
|
|
32393
|
-
"name": "roaming",
|
|
32394
|
-
"description": "List of eMSP cards accepted at a charging station.",
|
|
32395
|
-
"args": [],
|
|
32396
|
-
"type": {
|
|
32397
|
-
"kind": "LIST",
|
|
32398
|
-
"name": null,
|
|
32399
|
-
"ofType": {
|
|
32400
|
-
"kind": "OBJECT",
|
|
32401
|
-
"name": "StationRoaming",
|
|
32402
|
-
"ofType": null
|
|
32403
|
-
}
|
|
32404
|
-
},
|
|
32405
|
-
"isDeprecated": true,
|
|
32406
|
-
"deprecationReason": "In favor of station.roaming."
|
|
32407
|
-
},
|
|
32408
|
-
{
|
|
32409
|
-
"name": "support_phone_number",
|
|
32410
|
-
"description": "Phone number for assistance at a charging station.",
|
|
32411
|
-
"args": [],
|
|
32412
|
-
"type": {
|
|
32413
|
-
"kind": "SCALAR",
|
|
32414
|
-
"name": "String",
|
|
32415
|
-
"ofType": null
|
|
32416
|
-
},
|
|
32417
|
-
"isDeprecated": true,
|
|
32418
|
-
"deprecationReason": "In favor of station.support_phone_number."
|
|
32419
|
-
},
|
|
32420
|
-
{
|
|
32421
|
-
"name": "charging_behaviour",
|
|
32422
|
-
"description": "Charging behavior of a station.",
|
|
32423
|
-
"args": [],
|
|
32424
|
-
"type": {
|
|
32425
|
-
"kind": "OBJECT",
|
|
32426
|
-
"name": "ChargingBehaviour",
|
|
32427
|
-
"ofType": null
|
|
32428
|
-
},
|
|
32429
|
-
"isDeprecated": true,
|
|
32430
|
-
"deprecationReason": "In favor of station.charging_behaviour."
|
|
32431
|
-
},
|
|
32432
32768
|
{
|
|
32433
32769
|
"name": "reliability_score",
|
|
32434
32770
|
"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.",
|
|
@@ -32441,50 +32777,6 @@
|
|
|
32441
32777
|
"isDeprecated": true,
|
|
32442
32778
|
"deprecationReason": "In favor of station.reliability_score."
|
|
32443
32779
|
},
|
|
32444
|
-
{
|
|
32445
|
-
"name": "adhoc_authorisation_method",
|
|
32446
|
-
"description": "List of available ad hoc payment methods.",
|
|
32447
|
-
"args": [],
|
|
32448
|
-
"type": {
|
|
32449
|
-
"kind": "LIST",
|
|
32450
|
-
"name": null,
|
|
32451
|
-
"ofType": {
|
|
32452
|
-
"kind": "ENUM",
|
|
32453
|
-
"name": "AdhocAuthorisationMethod",
|
|
32454
|
-
"ofType": null
|
|
32455
|
-
}
|
|
32456
|
-
},
|
|
32457
|
-
"isDeprecated": true,
|
|
32458
|
-
"deprecationReason": "In favor of station.adhoc_authorisation_payment_method."
|
|
32459
|
-
},
|
|
32460
|
-
{
|
|
32461
|
-
"name": "predicted_occupancy",
|
|
32462
|
-
"description": "Predicted station occupancy.",
|
|
32463
|
-
"args": [],
|
|
32464
|
-
"type": {
|
|
32465
|
-
"kind": "LIST",
|
|
32466
|
-
"name": null,
|
|
32467
|
-
"ofType": {
|
|
32468
|
-
"kind": "OBJECT",
|
|
32469
|
-
"name": "StationPredictedOccupancy",
|
|
32470
|
-
"ofType": null
|
|
32471
|
-
}
|
|
32472
|
-
},
|
|
32473
|
-
"isDeprecated": true,
|
|
32474
|
-
"deprecationReason": "In favor of station.predicted_occupancy."
|
|
32475
|
-
},
|
|
32476
|
-
{
|
|
32477
|
-
"name": "access_type",
|
|
32478
|
-
"description": "Type of access to the charging station.",
|
|
32479
|
-
"args": [],
|
|
32480
|
-
"type": {
|
|
32481
|
-
"kind": "ENUM",
|
|
32482
|
-
"name": "AccessType",
|
|
32483
|
-
"ofType": null
|
|
32484
|
-
},
|
|
32485
|
-
"isDeprecated": true,
|
|
32486
|
-
"deprecationReason": "In favor of station.access_type."
|
|
32487
|
-
},
|
|
32488
32780
|
{
|
|
32489
32781
|
"name": "oicp",
|
|
32490
32782
|
"description": "Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values.",
|
|
@@ -34665,6 +34957,65 @@
|
|
|
34665
34957
|
"enumValues": null,
|
|
34666
34958
|
"possibleTypes": null
|
|
34667
34959
|
},
|
|
34960
|
+
{
|
|
34961
|
+
"kind": "OBJECT",
|
|
34962
|
+
"name": "TrafficCongestionInterval",
|
|
34963
|
+
"description": null,
|
|
34964
|
+
"fields": [
|
|
34965
|
+
{
|
|
34966
|
+
"name": "start_index",
|
|
34967
|
+
"description": "Starting index of this interval in the polyline.",
|
|
34968
|
+
"args": [],
|
|
34969
|
+
"type": {
|
|
34970
|
+
"kind": "NON_NULL",
|
|
34971
|
+
"name": null,
|
|
34972
|
+
"ofType": {
|
|
34973
|
+
"kind": "SCALAR",
|
|
34974
|
+
"name": "Int",
|
|
34975
|
+
"ofType": null
|
|
34976
|
+
}
|
|
34977
|
+
},
|
|
34978
|
+
"isDeprecated": false,
|
|
34979
|
+
"deprecationReason": null
|
|
34980
|
+
},
|
|
34981
|
+
{
|
|
34982
|
+
"name": "end_index",
|
|
34983
|
+
"description": "Ending index of this interval in the polyline.",
|
|
34984
|
+
"args": [],
|
|
34985
|
+
"type": {
|
|
34986
|
+
"kind": "NON_NULL",
|
|
34987
|
+
"name": null,
|
|
34988
|
+
"ofType": {
|
|
34989
|
+
"kind": "SCALAR",
|
|
34990
|
+
"name": "Int",
|
|
34991
|
+
"ofType": null
|
|
34992
|
+
}
|
|
34993
|
+
},
|
|
34994
|
+
"isDeprecated": false,
|
|
34995
|
+
"deprecationReason": null
|
|
34996
|
+
},
|
|
34997
|
+
{
|
|
34998
|
+
"name": "level",
|
|
34999
|
+
"description": "Congestion level for this specific interval.",
|
|
35000
|
+
"args": [],
|
|
35001
|
+
"type": {
|
|
35002
|
+
"kind": "NON_NULL",
|
|
35003
|
+
"name": null,
|
|
35004
|
+
"ofType": {
|
|
35005
|
+
"kind": "ENUM",
|
|
35006
|
+
"name": "CongestionLevel",
|
|
35007
|
+
"ofType": null
|
|
35008
|
+
}
|
|
35009
|
+
},
|
|
35010
|
+
"isDeprecated": false,
|
|
35011
|
+
"deprecationReason": null
|
|
35012
|
+
}
|
|
35013
|
+
],
|
|
35014
|
+
"inputFields": null,
|
|
35015
|
+
"interfaces": [],
|
|
35016
|
+
"enumValues": null,
|
|
35017
|
+
"possibleTypes": null
|
|
35018
|
+
},
|
|
34668
35019
|
{
|
|
34669
35020
|
"kind": "ENUM",
|
|
34670
35021
|
"name": "TurningCircleUnit",
|
|
@@ -37475,22 +37826,6 @@
|
|
|
37475
37826
|
"isDeprecated": false,
|
|
37476
37827
|
"deprecationReason": null
|
|
37477
37828
|
},
|
|
37478
|
-
{
|
|
37479
|
-
"name": "price",
|
|
37480
|
-
"description": "Pricing of the vehicle.",
|
|
37481
|
-
"args": [],
|
|
37482
|
-
"type": {
|
|
37483
|
-
"kind": "NON_NULL",
|
|
37484
|
-
"name": null,
|
|
37485
|
-
"ofType": {
|
|
37486
|
-
"kind": "OBJECT",
|
|
37487
|
-
"name": "VehiclePremiumPrice",
|
|
37488
|
-
"ofType": null
|
|
37489
|
-
}
|
|
37490
|
-
},
|
|
37491
|
-
"isDeprecated": true,
|
|
37492
|
-
"deprecationReason": "In favor of pricing."
|
|
37493
|
-
},
|
|
37494
37829
|
{
|
|
37495
37830
|
"name": "pricing",
|
|
37496
37831
|
"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.",
|
|
@@ -38228,31 +38563,6 @@
|
|
|
38228
38563
|
"isDeprecated": false,
|
|
38229
38564
|
"deprecationReason": null
|
|
38230
38565
|
},
|
|
38231
|
-
{
|
|
38232
|
-
"name": "max_gross_vehicle_weight",
|
|
38233
|
-
"description": "Gross Vehicle Weight (GVWR) - (max allowed vehicle weight with payload).",
|
|
38234
|
-
"args": [
|
|
38235
|
-
{
|
|
38236
|
-
"name": "unit",
|
|
38237
|
-
"description": null,
|
|
38238
|
-
"type": {
|
|
38239
|
-
"kind": "ENUM",
|
|
38240
|
-
"name": "WeightUnit",
|
|
38241
|
-
"ofType": null
|
|
38242
|
-
},
|
|
38243
|
-
"defaultValue": "kilogram",
|
|
38244
|
-
"isDeprecated": false,
|
|
38245
|
-
"deprecationReason": null
|
|
38246
|
-
}
|
|
38247
|
-
],
|
|
38248
|
-
"type": {
|
|
38249
|
-
"kind": "SCALAR",
|
|
38250
|
-
"name": "Float",
|
|
38251
|
-
"ofType": null
|
|
38252
|
-
},
|
|
38253
|
-
"isDeprecated": true,
|
|
38254
|
-
"deprecationReason": "In favor of weight_gvwr.nominal"
|
|
38255
|
-
},
|
|
38256
38566
|
{
|
|
38257
38567
|
"name": "boot_capacity",
|
|
38258
38568
|
"description": "Standard luggage capacity.",
|
|
@@ -41254,103 +41564,6 @@
|
|
|
41254
41564
|
},
|
|
41255
41565
|
"isDeprecated": false,
|
|
41256
41566
|
"deprecationReason": null
|
|
41257
|
-
},
|
|
41258
|
-
{
|
|
41259
|
-
"name": "aux",
|
|
41260
|
-
"description": "Consumption, in kWh, of the auxiliaries.",
|
|
41261
|
-
"args": [],
|
|
41262
|
-
"type": {
|
|
41263
|
-
"kind": "OBJECT",
|
|
41264
|
-
"name": "VehiclePremiumRoutingConsumptionValue",
|
|
41265
|
-
"ofType": null
|
|
41266
|
-
},
|
|
41267
|
-
"isDeprecated": true,
|
|
41268
|
-
"deprecationReason": "In favor of auxiliary"
|
|
41269
|
-
},
|
|
41270
|
-
{
|
|
41271
|
-
"name": "bms",
|
|
41272
|
-
"description": "Consumption, in kWh, of the battery management system.",
|
|
41273
|
-
"args": [],
|
|
41274
|
-
"type": {
|
|
41275
|
-
"kind": "OBJECT",
|
|
41276
|
-
"name": "VehiclePremiumRoutingConsumptionValue",
|
|
41277
|
-
"ofType": null
|
|
41278
|
-
},
|
|
41279
|
-
"isDeprecated": true,
|
|
41280
|
-
"deprecationReason": "In favor of auxiliary"
|
|
41281
|
-
},
|
|
41282
|
-
{
|
|
41283
|
-
"name": "idle",
|
|
41284
|
-
"description": "Consumption, in kWh, of the vehicle in idle mode.",
|
|
41285
|
-
"args": [],
|
|
41286
|
-
"type": {
|
|
41287
|
-
"kind": "OBJECT",
|
|
41288
|
-
"name": "VehiclePremiumRoutingConsumptionValue",
|
|
41289
|
-
"ofType": null
|
|
41290
|
-
},
|
|
41291
|
-
"isDeprecated": true,
|
|
41292
|
-
"deprecationReason": "In favor of auxiliary"
|
|
41293
|
-
}
|
|
41294
|
-
],
|
|
41295
|
-
"inputFields": null,
|
|
41296
|
-
"interfaces": [],
|
|
41297
|
-
"enumValues": null,
|
|
41298
|
-
"possibleTypes": null
|
|
41299
|
-
},
|
|
41300
|
-
{
|
|
41301
|
-
"kind": "OBJECT",
|
|
41302
|
-
"name": "VehiclePremiumRoutingConsumptionValue",
|
|
41303
|
-
"description": null,
|
|
41304
|
-
"fields": [
|
|
41305
|
-
{
|
|
41306
|
-
"name": "best",
|
|
41307
|
-
"description": "Best (lowest) consumption in summer.",
|
|
41308
|
-
"args": [
|
|
41309
|
-
{
|
|
41310
|
-
"name": "unit",
|
|
41311
|
-
"description": null,
|
|
41312
|
-
"type": {
|
|
41313
|
-
"kind": "ENUM",
|
|
41314
|
-
"name": "ConsumptionUnit",
|
|
41315
|
-
"ofType": null
|
|
41316
|
-
},
|
|
41317
|
-
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
41318
|
-
"isDeprecated": false,
|
|
41319
|
-
"deprecationReason": null
|
|
41320
|
-
}
|
|
41321
|
-
],
|
|
41322
|
-
"type": {
|
|
41323
|
-
"kind": "SCALAR",
|
|
41324
|
-
"name": "Float",
|
|
41325
|
-
"ofType": null
|
|
41326
|
-
},
|
|
41327
|
-
"isDeprecated": false,
|
|
41328
|
-
"deprecationReason": null
|
|
41329
|
-
},
|
|
41330
|
-
{
|
|
41331
|
-
"name": "worst",
|
|
41332
|
-
"description": "Best (lowest) consumption in winter.",
|
|
41333
|
-
"args": [
|
|
41334
|
-
{
|
|
41335
|
-
"name": "unit",
|
|
41336
|
-
"description": null,
|
|
41337
|
-
"type": {
|
|
41338
|
-
"kind": "ENUM",
|
|
41339
|
-
"name": "ConsumptionUnit",
|
|
41340
|
-
"ofType": null
|
|
41341
|
-
},
|
|
41342
|
-
"defaultValue": "kilowatt_hours_per_100_kilometers",
|
|
41343
|
-
"isDeprecated": false,
|
|
41344
|
-
"deprecationReason": null
|
|
41345
|
-
}
|
|
41346
|
-
],
|
|
41347
|
-
"type": {
|
|
41348
|
-
"kind": "SCALAR",
|
|
41349
|
-
"name": "Float",
|
|
41350
|
-
"ofType": null
|
|
41351
|
-
},
|
|
41352
|
-
"isDeprecated": false,
|
|
41353
|
-
"deprecationReason": null
|
|
41354
41567
|
}
|
|
41355
41568
|
],
|
|
41356
41569
|
"inputFields": null,
|