@chargetrip/types 1.46.1 → 1.46.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.
- package/CHANGELOG.md +7 -0
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +2 -0
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +2 -0
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +158 -122
- package/graphql.schema.json +513 -225
- package/package.json +1 -1
- package/src/graphql.ts +160 -122
package/graphql.schema.json
CHANGED
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"name": "type",
|
|
354
|
-
"description": "
|
|
354
|
+
"description": "Preferred unit for the alternative station radius.",
|
|
355
355
|
"args": [],
|
|
356
356
|
"type": {
|
|
357
357
|
"kind": "NON_NULL",
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
"name": "type",
|
|
424
|
-
"description": "
|
|
424
|
+
"description": "Preferred unit for the alternative station radius.",
|
|
425
425
|
"type": {
|
|
426
426
|
"kind": "NON_NULL",
|
|
427
427
|
"name": null,
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
"fields": [
|
|
886
886
|
{
|
|
887
887
|
"name": "value",
|
|
888
|
-
"description": "Value of the auxiliary power consumption
|
|
888
|
+
"description": "Value of the vehicle's auxiliary power consumption.",
|
|
889
889
|
"args": [],
|
|
890
890
|
"type": {
|
|
891
891
|
"kind": "NON_NULL",
|
|
@@ -901,7 +901,7 @@
|
|
|
901
901
|
},
|
|
902
902
|
{
|
|
903
903
|
"name": "type",
|
|
904
|
-
"description": "
|
|
904
|
+
"description": "Preferred unit for the vehicle's auxiliary power consumption.",
|
|
905
905
|
"args": [],
|
|
906
906
|
"type": {
|
|
907
907
|
"kind": "NON_NULL",
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
"inputFields": [
|
|
946
946
|
{
|
|
947
947
|
"name": "value",
|
|
948
|
-
"description": "Value of the auxiliary power consumption
|
|
948
|
+
"description": "Value of the vehicle's auxiliary power consumption.",
|
|
949
949
|
"type": {
|
|
950
950
|
"kind": "NON_NULL",
|
|
951
951
|
"name": null,
|
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
},
|
|
962
962
|
{
|
|
963
963
|
"name": "type",
|
|
964
|
-
"description": "
|
|
964
|
+
"description": "Preferred unit for the vehicle's auxiliary power consumption.",
|
|
965
965
|
"type": {
|
|
966
966
|
"kind": "NON_NULL",
|
|
967
967
|
"name": null,
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
},
|
|
1069
1069
|
{
|
|
1070
1070
|
"name": "type",
|
|
1071
|
-
"description": "
|
|
1071
|
+
"description": "Preferred unit for the temperature of the battery.",
|
|
1072
1072
|
"type": {
|
|
1073
1073
|
"kind": "NON_NULL",
|
|
1074
1074
|
"name": null,
|
|
@@ -1232,7 +1232,7 @@
|
|
|
1232
1232
|
},
|
|
1233
1233
|
{
|
|
1234
1234
|
"name": "type",
|
|
1235
|
-
"description": "
|
|
1235
|
+
"description": "Preferred unit for the battery's charge speed.",
|
|
1236
1236
|
"args": [],
|
|
1237
1237
|
"type": {
|
|
1238
1238
|
"kind": "NON_NULL",
|
|
@@ -1276,7 +1276,7 @@
|
|
|
1276
1276
|
"inputFields": [
|
|
1277
1277
|
{
|
|
1278
1278
|
"name": "value",
|
|
1279
|
-
"description": "Value of the charge speed
|
|
1279
|
+
"description": "Value of the battery's charge speed.",
|
|
1280
1280
|
"type": {
|
|
1281
1281
|
"kind": "NON_NULL",
|
|
1282
1282
|
"name": null,
|
|
@@ -1292,7 +1292,7 @@
|
|
|
1292
1292
|
},
|
|
1293
1293
|
{
|
|
1294
1294
|
"name": "type",
|
|
1295
|
-
"description": "
|
|
1295
|
+
"description": "Preferred unit for the battery's charge speed.",
|
|
1296
1296
|
"type": {
|
|
1297
1297
|
"kind": "NON_NULL",
|
|
1298
1298
|
"name": null,
|
|
@@ -1376,7 +1376,7 @@
|
|
|
1376
1376
|
},
|
|
1377
1377
|
{
|
|
1378
1378
|
"name": "type",
|
|
1379
|
-
"description": "
|
|
1379
|
+
"description": "Preferred unit for the total charge amount.",
|
|
1380
1380
|
"type": {
|
|
1381
1381
|
"kind": "NON_NULL",
|
|
1382
1382
|
"name": null,
|
|
@@ -2828,7 +2828,7 @@
|
|
|
2828
2828
|
},
|
|
2829
2829
|
{
|
|
2830
2830
|
"name": "time",
|
|
2831
|
-
"description": "Fixed price per
|
|
2831
|
+
"description": "Fixed price per unit of time defined in the step size.",
|
|
2832
2832
|
"isDeprecated": false,
|
|
2833
2833
|
"deprecationReason": null
|
|
2834
2834
|
}
|
|
@@ -5579,12 +5579,16 @@
|
|
|
5579
5579
|
},
|
|
5580
5580
|
{
|
|
5581
5581
|
"name": "departure_time",
|
|
5582
|
-
"description": "
|
|
5582
|
+
"description": "Route departure time. Used to calculate the expected arrival time and, if set in the past, to apply historical weather data.",
|
|
5583
5583
|
"args": [],
|
|
5584
5584
|
"type": {
|
|
5585
|
-
"kind": "
|
|
5586
|
-
"name":
|
|
5587
|
-
"ofType":
|
|
5585
|
+
"kind": "NON_NULL",
|
|
5586
|
+
"name": null,
|
|
5587
|
+
"ofType": {
|
|
5588
|
+
"kind": "SCALAR",
|
|
5589
|
+
"name": "DateTime",
|
|
5590
|
+
"ofType": null
|
|
5591
|
+
}
|
|
5588
5592
|
},
|
|
5589
5593
|
"isDeprecated": false,
|
|
5590
5594
|
"deprecationReason": null
|
|
@@ -5707,7 +5711,7 @@
|
|
|
5707
5711
|
},
|
|
5708
5712
|
{
|
|
5709
5713
|
"name": "departure_time",
|
|
5710
|
-
"description": "Route departure time.",
|
|
5714
|
+
"description": "Route departure time. Used to calculate the expected arrival time and, if set in the past, to apply historical weather data.",
|
|
5711
5715
|
"type": {
|
|
5712
5716
|
"kind": "SCALAR",
|
|
5713
5717
|
"name": "DateTime",
|
|
@@ -8058,7 +8062,7 @@
|
|
|
8058
8062
|
},
|
|
8059
8063
|
{
|
|
8060
8064
|
"name": "type",
|
|
8061
|
-
"description": "
|
|
8065
|
+
"description": "Preferred unit for the elevation.",
|
|
8062
8066
|
"type": {
|
|
8063
8067
|
"kind": "NON_NULL",
|
|
8064
8068
|
"name": null,
|
|
@@ -9119,6 +9123,12 @@
|
|
|
9119
9123
|
"description": "Only N3 type of heavy vehicles can be parked at the charging station. N3 vehicles have a maximum mass exceeding 12 tonnes (26,000 lbs).",
|
|
9120
9124
|
"isDeprecated": false,
|
|
9121
9125
|
"deprecationReason": null
|
|
9126
|
+
},
|
|
9127
|
+
{
|
|
9128
|
+
"name": "N3_O4",
|
|
9129
|
+
"description": "N3 type of heavy vehicles having O4 type of trailers can be parked at the charging station. N3 vehicles have a maximum mass exceeding 12 tonnes (26,000 lbs) and O4 trailers have a maximum mass exceeding 10 tonnes (22000 lbs).",
|
|
9130
|
+
"isDeprecated": false,
|
|
9131
|
+
"deprecationReason": null
|
|
9122
9132
|
}
|
|
9123
9133
|
],
|
|
9124
9134
|
"possibleTypes": null
|
|
@@ -10488,7 +10498,7 @@
|
|
|
10488
10498
|
},
|
|
10489
10499
|
{
|
|
10490
10500
|
"name": "createRoute",
|
|
10491
|
-
"description": "
|
|
10501
|
+
"description": "Create a new route from the route input and its ID.",
|
|
10492
10502
|
"args": [
|
|
10493
10503
|
{
|
|
10494
10504
|
"name": "input",
|
|
@@ -10521,7 +10531,7 @@
|
|
|
10521
10531
|
},
|
|
10522
10532
|
{
|
|
10523
10533
|
"name": "newRoute",
|
|
10524
|
-
"description": "
|
|
10534
|
+
"description": "Deprecated: In favor of createRoute.",
|
|
10525
10535
|
"args": [
|
|
10526
10536
|
{
|
|
10527
10537
|
"name": "input",
|
|
@@ -13867,7 +13877,7 @@
|
|
|
13867
13877
|
},
|
|
13868
13878
|
{
|
|
13869
13879
|
"name": "type",
|
|
13870
|
-
"description": "
|
|
13880
|
+
"description": "Preferred unit for the vehicle's odometer.",
|
|
13871
13881
|
"args": [],
|
|
13872
13882
|
"type": {
|
|
13873
13883
|
"kind": "NON_NULL",
|
|
@@ -13927,7 +13937,7 @@
|
|
|
13927
13937
|
},
|
|
13928
13938
|
{
|
|
13929
13939
|
"name": "type",
|
|
13930
|
-
"description": "
|
|
13940
|
+
"description": "Preferred unit for the vehicle's odometer.",
|
|
13931
13941
|
"type": {
|
|
13932
13942
|
"kind": "NON_NULL",
|
|
13933
13943
|
"name": null,
|
|
@@ -14069,25 +14079,57 @@
|
|
|
14069
14079
|
},
|
|
14070
14080
|
{
|
|
14071
14081
|
"name": "ranking",
|
|
14072
|
-
"description": "Ranking level on which the operator is placed or null in case the operator is not on any ranking level.",
|
|
14082
|
+
"description": "Ranking level on which the operator is placed or null in case the operator is not on any ranking level. Default operator preference applied to routes created through newRoute mutation if no operator preference is specified in the request.",
|
|
14073
14083
|
"args": [],
|
|
14074
14084
|
"type": {
|
|
14075
14085
|
"kind": "SCALAR",
|
|
14076
14086
|
"name": "Int",
|
|
14077
14087
|
"ofType": null
|
|
14078
14088
|
},
|
|
14079
|
-
"isDeprecated":
|
|
14080
|
-
"deprecationReason":
|
|
14089
|
+
"isDeprecated": true,
|
|
14090
|
+
"deprecationReason": "In favor of ranking_levels."
|
|
14081
14091
|
},
|
|
14082
14092
|
{
|
|
14083
14093
|
"name": "excluded",
|
|
14084
|
-
"description": "Flag which indicates if the operator is in the excluded list.",
|
|
14094
|
+
"description": "Flag which indicates if the operator is in the excluded list. Default operator preference applied to routes created through newRoute mutation if no operator preference is specified in the request.",
|
|
14085
14095
|
"args": [],
|
|
14086
14096
|
"type": {
|
|
14087
14097
|
"kind": "SCALAR",
|
|
14088
14098
|
"name": "Boolean",
|
|
14089
14099
|
"ofType": null
|
|
14090
14100
|
},
|
|
14101
|
+
"isDeprecated": true,
|
|
14102
|
+
"deprecationReason": "In favor of excluded_countries."
|
|
14103
|
+
},
|
|
14104
|
+
{
|
|
14105
|
+
"name": "ranking_levels",
|
|
14106
|
+
"description": "Ranking configuration for the operator. An operator can be ranked on different levels in different countries. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
|
|
14107
|
+
"args": [],
|
|
14108
|
+
"type": {
|
|
14109
|
+
"kind": "OBJECT",
|
|
14110
|
+
"name": "OperatorRankingLevels",
|
|
14111
|
+
"ofType": null
|
|
14112
|
+
},
|
|
14113
|
+
"isDeprecated": false,
|
|
14114
|
+
"deprecationReason": null
|
|
14115
|
+
},
|
|
14116
|
+
{
|
|
14117
|
+
"name": "excluded_countries",
|
|
14118
|
+
"description": "List of countries where the operator is excluded. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
|
|
14119
|
+
"args": [],
|
|
14120
|
+
"type": {
|
|
14121
|
+
"kind": "LIST",
|
|
14122
|
+
"name": null,
|
|
14123
|
+
"ofType": {
|
|
14124
|
+
"kind": "NON_NULL",
|
|
14125
|
+
"name": null,
|
|
14126
|
+
"ofType": {
|
|
14127
|
+
"kind": "ENUM",
|
|
14128
|
+
"name": "CountryCodeAlpha2",
|
|
14129
|
+
"ofType": null
|
|
14130
|
+
}
|
|
14131
|
+
}
|
|
14132
|
+
},
|
|
14091
14133
|
"isDeprecated": false,
|
|
14092
14134
|
"deprecationReason": null
|
|
14093
14135
|
}
|
|
@@ -14124,8 +14166,20 @@
|
|
|
14124
14166
|
"deprecationReason": null
|
|
14125
14167
|
},
|
|
14126
14168
|
{
|
|
14127
|
-
"name": "
|
|
14128
|
-
"description": "List of ranking level(s) to be retrieved.
|
|
14169
|
+
"name": "ranking_levels",
|
|
14170
|
+
"description": "List of ranking level(s) to be retrieved. An operator can be ranked on different levels in different countries. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
|
|
14171
|
+
"type": {
|
|
14172
|
+
"kind": "INPUT_OBJECT",
|
|
14173
|
+
"name": "OperatorRankingLevelsFilter",
|
|
14174
|
+
"ofType": null
|
|
14175
|
+
},
|
|
14176
|
+
"defaultValue": null,
|
|
14177
|
+
"isDeprecated": false,
|
|
14178
|
+
"deprecationReason": null
|
|
14179
|
+
},
|
|
14180
|
+
{
|
|
14181
|
+
"name": "excluded_countries",
|
|
14182
|
+
"description": "List of countries where the operator is excluded. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
|
|
14129
14183
|
"type": {
|
|
14130
14184
|
"kind": "LIST",
|
|
14131
14185
|
"name": null,
|
|
@@ -14133,8 +14187,8 @@
|
|
|
14133
14187
|
"kind": "NON_NULL",
|
|
14134
14188
|
"name": null,
|
|
14135
14189
|
"ofType": {
|
|
14136
|
-
"kind": "
|
|
14137
|
-
"name": "
|
|
14190
|
+
"kind": "ENUM",
|
|
14191
|
+
"name": "CountryCodeAlpha2",
|
|
14138
14192
|
"ofType": null
|
|
14139
14193
|
}
|
|
14140
14194
|
}
|
|
@@ -14142,18 +14196,6 @@
|
|
|
14142
14196
|
"defaultValue": null,
|
|
14143
14197
|
"isDeprecated": false,
|
|
14144
14198
|
"deprecationReason": null
|
|
14145
|
-
},
|
|
14146
|
-
{
|
|
14147
|
-
"name": "excluded",
|
|
14148
|
-
"description": "Only retrieve operators that are in the excluded list.",
|
|
14149
|
-
"type": {
|
|
14150
|
-
"kind": "SCALAR",
|
|
14151
|
-
"name": "Boolean",
|
|
14152
|
-
"ofType": null
|
|
14153
|
-
},
|
|
14154
|
-
"defaultValue": null,
|
|
14155
|
-
"isDeprecated": false,
|
|
14156
|
-
"deprecationReason": null
|
|
14157
14199
|
}
|
|
14158
14200
|
],
|
|
14159
14201
|
"interfaces": null,
|
|
@@ -14248,6 +14290,148 @@
|
|
|
14248
14290
|
],
|
|
14249
14291
|
"possibleTypes": null
|
|
14250
14292
|
},
|
|
14293
|
+
{
|
|
14294
|
+
"kind": "OBJECT",
|
|
14295
|
+
"name": "OperatorRankingLevels",
|
|
14296
|
+
"description": "Ranking configuration for the operator. An operator can be ranked on different levels in different countries. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
|
|
14297
|
+
"fields": [
|
|
14298
|
+
{
|
|
14299
|
+
"name": "low",
|
|
14300
|
+
"description": "Low level for operators ranking.",
|
|
14301
|
+
"args": [],
|
|
14302
|
+
"type": {
|
|
14303
|
+
"kind": "LIST",
|
|
14304
|
+
"name": null,
|
|
14305
|
+
"ofType": {
|
|
14306
|
+
"kind": "NON_NULL",
|
|
14307
|
+
"name": null,
|
|
14308
|
+
"ofType": {
|
|
14309
|
+
"kind": "ENUM",
|
|
14310
|
+
"name": "CountryCodeAlpha2",
|
|
14311
|
+
"ofType": null
|
|
14312
|
+
}
|
|
14313
|
+
}
|
|
14314
|
+
},
|
|
14315
|
+
"isDeprecated": false,
|
|
14316
|
+
"deprecationReason": null
|
|
14317
|
+
},
|
|
14318
|
+
{
|
|
14319
|
+
"name": "medium",
|
|
14320
|
+
"description": "Medium level for operators ranking.",
|
|
14321
|
+
"args": [],
|
|
14322
|
+
"type": {
|
|
14323
|
+
"kind": "LIST",
|
|
14324
|
+
"name": null,
|
|
14325
|
+
"ofType": {
|
|
14326
|
+
"kind": "NON_NULL",
|
|
14327
|
+
"name": null,
|
|
14328
|
+
"ofType": {
|
|
14329
|
+
"kind": "ENUM",
|
|
14330
|
+
"name": "CountryCodeAlpha2",
|
|
14331
|
+
"ofType": null
|
|
14332
|
+
}
|
|
14333
|
+
}
|
|
14334
|
+
},
|
|
14335
|
+
"isDeprecated": false,
|
|
14336
|
+
"deprecationReason": null
|
|
14337
|
+
},
|
|
14338
|
+
{
|
|
14339
|
+
"name": "high",
|
|
14340
|
+
"description": "High level for operators ranking.",
|
|
14341
|
+
"args": [],
|
|
14342
|
+
"type": {
|
|
14343
|
+
"kind": "LIST",
|
|
14344
|
+
"name": null,
|
|
14345
|
+
"ofType": {
|
|
14346
|
+
"kind": "NON_NULL",
|
|
14347
|
+
"name": null,
|
|
14348
|
+
"ofType": {
|
|
14349
|
+
"kind": "ENUM",
|
|
14350
|
+
"name": "CountryCodeAlpha2",
|
|
14351
|
+
"ofType": null
|
|
14352
|
+
}
|
|
14353
|
+
}
|
|
14354
|
+
},
|
|
14355
|
+
"isDeprecated": false,
|
|
14356
|
+
"deprecationReason": null
|
|
14357
|
+
}
|
|
14358
|
+
],
|
|
14359
|
+
"inputFields": null,
|
|
14360
|
+
"interfaces": [],
|
|
14361
|
+
"enumValues": null,
|
|
14362
|
+
"possibleTypes": null
|
|
14363
|
+
},
|
|
14364
|
+
{
|
|
14365
|
+
"kind": "INPUT_OBJECT",
|
|
14366
|
+
"name": "OperatorRankingLevelsFilter",
|
|
14367
|
+
"description": "Filter operators by ranking levels.",
|
|
14368
|
+
"fields": null,
|
|
14369
|
+
"inputFields": [
|
|
14370
|
+
{
|
|
14371
|
+
"name": "low",
|
|
14372
|
+
"description": "Low level for operators ranking.",
|
|
14373
|
+
"type": {
|
|
14374
|
+
"kind": "LIST",
|
|
14375
|
+
"name": null,
|
|
14376
|
+
"ofType": {
|
|
14377
|
+
"kind": "NON_NULL",
|
|
14378
|
+
"name": null,
|
|
14379
|
+
"ofType": {
|
|
14380
|
+
"kind": "ENUM",
|
|
14381
|
+
"name": "CountryCodeAlpha2",
|
|
14382
|
+
"ofType": null
|
|
14383
|
+
}
|
|
14384
|
+
}
|
|
14385
|
+
},
|
|
14386
|
+
"defaultValue": null,
|
|
14387
|
+
"isDeprecated": false,
|
|
14388
|
+
"deprecationReason": null
|
|
14389
|
+
},
|
|
14390
|
+
{
|
|
14391
|
+
"name": "medium",
|
|
14392
|
+
"description": "Medium level for operators ranking.",
|
|
14393
|
+
"type": {
|
|
14394
|
+
"kind": "LIST",
|
|
14395
|
+
"name": null,
|
|
14396
|
+
"ofType": {
|
|
14397
|
+
"kind": "NON_NULL",
|
|
14398
|
+
"name": null,
|
|
14399
|
+
"ofType": {
|
|
14400
|
+
"kind": "ENUM",
|
|
14401
|
+
"name": "CountryCodeAlpha2",
|
|
14402
|
+
"ofType": null
|
|
14403
|
+
}
|
|
14404
|
+
}
|
|
14405
|
+
},
|
|
14406
|
+
"defaultValue": null,
|
|
14407
|
+
"isDeprecated": false,
|
|
14408
|
+
"deprecationReason": null
|
|
14409
|
+
},
|
|
14410
|
+
{
|
|
14411
|
+
"name": "high",
|
|
14412
|
+
"description": "High level for operators ranking.",
|
|
14413
|
+
"type": {
|
|
14414
|
+
"kind": "LIST",
|
|
14415
|
+
"name": null,
|
|
14416
|
+
"ofType": {
|
|
14417
|
+
"kind": "NON_NULL",
|
|
14418
|
+
"name": null,
|
|
14419
|
+
"ofType": {
|
|
14420
|
+
"kind": "ENUM",
|
|
14421
|
+
"name": "CountryCodeAlpha2",
|
|
14422
|
+
"ofType": null
|
|
14423
|
+
}
|
|
14424
|
+
}
|
|
14425
|
+
},
|
|
14426
|
+
"defaultValue": null,
|
|
14427
|
+
"isDeprecated": false,
|
|
14428
|
+
"deprecationReason": null
|
|
14429
|
+
}
|
|
14430
|
+
],
|
|
14431
|
+
"interfaces": null,
|
|
14432
|
+
"enumValues": null,
|
|
14433
|
+
"possibleTypes": null
|
|
14434
|
+
},
|
|
14251
14435
|
{
|
|
14252
14436
|
"kind": "INPUT_OBJECT",
|
|
14253
14437
|
"name": "OutsideTempInput",
|
|
@@ -14272,7 +14456,7 @@
|
|
|
14272
14456
|
},
|
|
14273
14457
|
{
|
|
14274
14458
|
"name": "type",
|
|
14275
|
-
"description": "
|
|
14459
|
+
"description": "Preferred unit for the outside temperature.",
|
|
14276
14460
|
"type": {
|
|
14277
14461
|
"kind": "NON_NULL",
|
|
14278
14462
|
"name": null,
|
|
@@ -14326,7 +14510,7 @@
|
|
|
14326
14510
|
},
|
|
14327
14511
|
{
|
|
14328
14512
|
"name": "type",
|
|
14329
|
-
"description": "
|
|
14513
|
+
"description": "Preferred unit for the outside temperature.",
|
|
14330
14514
|
"args": [],
|
|
14331
14515
|
"type": {
|
|
14332
14516
|
"kind": "NON_NULL",
|
|
@@ -14386,7 +14570,7 @@
|
|
|
14386
14570
|
},
|
|
14387
14571
|
{
|
|
14388
14572
|
"name": "type",
|
|
14389
|
-
"description": "
|
|
14573
|
+
"description": "Preferred unit for the outside temperature.",
|
|
14390
14574
|
"type": {
|
|
14391
14575
|
"kind": "NON_NULL",
|
|
14392
14576
|
"name": null,
|
|
@@ -14744,7 +14928,7 @@
|
|
|
14744
14928
|
},
|
|
14745
14929
|
{
|
|
14746
14930
|
"name": "type",
|
|
14747
|
-
"description": "
|
|
14931
|
+
"description": "Preferred unit for the power.",
|
|
14748
14932
|
"type": {
|
|
14749
14933
|
"kind": "NON_NULL",
|
|
14750
14934
|
"name": null,
|
|
@@ -15514,7 +15698,7 @@
|
|
|
15514
15698
|
},
|
|
15515
15699
|
{
|
|
15516
15700
|
"name": "route",
|
|
15517
|
-
"description": "
|
|
15701
|
+
"description": "Deprecated: In favor of getRoute.",
|
|
15518
15702
|
"args": [
|
|
15519
15703
|
{
|
|
15520
15704
|
"name": "id",
|
|
@@ -15543,7 +15727,7 @@
|
|
|
15543
15727
|
},
|
|
15544
15728
|
{
|
|
15545
15729
|
"name": "getRoute",
|
|
15546
|
-
"description": "
|
|
15730
|
+
"description": "Get a route by ID.",
|
|
15547
15731
|
"args": [
|
|
15548
15732
|
{
|
|
15549
15733
|
"name": "id",
|
|
@@ -15576,7 +15760,7 @@
|
|
|
15576
15760
|
},
|
|
15577
15761
|
{
|
|
15578
15762
|
"name": "getRouteEmissions",
|
|
15579
|
-
"description": "
|
|
15763
|
+
"description": "Get emissions for a route.",
|
|
15580
15764
|
"args": [
|
|
15581
15765
|
{
|
|
15582
15766
|
"name": "route_id",
|
|
@@ -15625,7 +15809,7 @@
|
|
|
15625
15809
|
},
|
|
15626
15810
|
{
|
|
15627
15811
|
"name": "routeEmissions",
|
|
15628
|
-
"description": "
|
|
15812
|
+
"description": "Deprecated: In favor of getRouteEmissions.",
|
|
15629
15813
|
"args": [
|
|
15630
15814
|
{
|
|
15631
15815
|
"name": "route_id",
|
|
@@ -15670,7 +15854,7 @@
|
|
|
15670
15854
|
},
|
|
15671
15855
|
{
|
|
15672
15856
|
"name": "routePath",
|
|
15673
|
-
"description": "
|
|
15857
|
+
"description": "Deprecated: In favor of RouteDetails.path_plot.",
|
|
15674
15858
|
"args": [
|
|
15675
15859
|
{
|
|
15676
15860
|
"name": "id",
|
|
@@ -18961,23 +19145,19 @@
|
|
|
18961
19145
|
},
|
|
18962
19146
|
{
|
|
18963
19147
|
"name": "consumption",
|
|
18964
|
-
"description": "Total energy used for a route in kilowatt hours.",
|
|
19148
|
+
"description": "Total energy used for a route in kilowatt hours. For HEVs and PHEVs this field will return null.",
|
|
18965
19149
|
"args": [],
|
|
18966
19150
|
"type": {
|
|
18967
|
-
"kind": "
|
|
18968
|
-
"name":
|
|
18969
|
-
"ofType":
|
|
18970
|
-
"kind": "SCALAR",
|
|
18971
|
-
"name": "Float",
|
|
18972
|
-
"ofType": null
|
|
18973
|
-
}
|
|
19151
|
+
"kind": "SCALAR",
|
|
19152
|
+
"name": "Float",
|
|
19153
|
+
"ofType": null
|
|
18974
19154
|
},
|
|
18975
19155
|
"isDeprecated": false,
|
|
18976
19156
|
"deprecationReason": null
|
|
18977
19157
|
},
|
|
18978
19158
|
{
|
|
18979
19159
|
"name": "range_at_origin",
|
|
18980
|
-
"description": "Range available at the
|
|
19160
|
+
"description": "Range available at the start of a trip. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
|
|
18981
19161
|
"args": [
|
|
18982
19162
|
{
|
|
18983
19163
|
"name": "unit",
|
|
@@ -18993,20 +19173,16 @@
|
|
|
18993
19173
|
}
|
|
18994
19174
|
],
|
|
18995
19175
|
"type": {
|
|
18996
|
-
"kind": "
|
|
18997
|
-
"name":
|
|
18998
|
-
"ofType":
|
|
18999
|
-
"kind": "SCALAR",
|
|
19000
|
-
"name": "Float",
|
|
19001
|
-
"ofType": null
|
|
19002
|
-
}
|
|
19176
|
+
"kind": "SCALAR",
|
|
19177
|
+
"name": "Float",
|
|
19178
|
+
"ofType": null
|
|
19003
19179
|
},
|
|
19004
19180
|
"isDeprecated": false,
|
|
19005
19181
|
"deprecationReason": null
|
|
19006
19182
|
},
|
|
19007
19183
|
{
|
|
19008
19184
|
"name": "range_at_destination",
|
|
19009
|
-
"description": "Range available at the end of a trip.",
|
|
19185
|
+
"description": "Range available at the end of a trip. Note: The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
|
|
19010
19186
|
"args": [
|
|
19011
19187
|
{
|
|
19012
19188
|
"name": "unit",
|
|
@@ -19022,13 +19198,9 @@
|
|
|
19022
19198
|
}
|
|
19023
19199
|
],
|
|
19024
19200
|
"type": {
|
|
19025
|
-
"kind": "
|
|
19026
|
-
"name":
|
|
19027
|
-
"ofType":
|
|
19028
|
-
"kind": "SCALAR",
|
|
19029
|
-
"name": "Float",
|
|
19030
|
-
"ofType": null
|
|
19031
|
-
}
|
|
19201
|
+
"kind": "SCALAR",
|
|
19202
|
+
"name": "Float",
|
|
19203
|
+
"ofType": null
|
|
19032
19204
|
},
|
|
19033
19205
|
"isDeprecated": false,
|
|
19034
19206
|
"deprecationReason": null
|
|
@@ -19051,9 +19223,13 @@
|
|
|
19051
19223
|
}
|
|
19052
19224
|
],
|
|
19053
19225
|
"type": {
|
|
19054
|
-
"kind": "
|
|
19055
|
-
"name":
|
|
19056
|
-
"ofType":
|
|
19226
|
+
"kind": "NON_NULL",
|
|
19227
|
+
"name": null,
|
|
19228
|
+
"ofType": {
|
|
19229
|
+
"kind": "SCALAR",
|
|
19230
|
+
"name": "String",
|
|
19231
|
+
"ofType": null
|
|
19232
|
+
}
|
|
19057
19233
|
},
|
|
19058
19234
|
"isDeprecated": false,
|
|
19059
19235
|
"deprecationReason": null
|
|
@@ -19136,7 +19312,7 @@
|
|
|
19136
19312
|
},
|
|
19137
19313
|
{
|
|
19138
19314
|
"name": "alternative_stations",
|
|
19139
|
-
"description": "Alternative stations along a route within specified radius.",
|
|
19315
|
+
"description": "Alternative stations along a route within a specified radius. Will only return stations if alternative_station_radius was specified in the createRoute mutation.",
|
|
19140
19316
|
"args": [],
|
|
19141
19317
|
"type": {
|
|
19142
19318
|
"kind": "NON_NULL",
|
|
@@ -19275,7 +19451,7 @@
|
|
|
19275
19451
|
},
|
|
19276
19452
|
{
|
|
19277
19453
|
"name": "operator_ranking",
|
|
19278
|
-
"description": "
|
|
19454
|
+
"description": "The value indicates the operator's ranking based on the station's location, in accordance with the list of countries from the configuration or request.",
|
|
19279
19455
|
"args": [],
|
|
19280
19456
|
"type": {
|
|
19281
19457
|
"kind": "ENUM",
|
|
@@ -19314,7 +19490,7 @@
|
|
|
19314
19490
|
},
|
|
19315
19491
|
{
|
|
19316
19492
|
"name": "charging",
|
|
19317
|
-
"description": "Total duration
|
|
19493
|
+
"description": "Total charging duration, in seconds.",
|
|
19318
19494
|
"args": [],
|
|
19319
19495
|
"type": {
|
|
19320
19496
|
"kind": "NON_NULL",
|
|
@@ -19330,7 +19506,7 @@
|
|
|
19330
19506
|
},
|
|
19331
19507
|
{
|
|
19332
19508
|
"name": "driving",
|
|
19333
|
-
"description": "Total duration
|
|
19509
|
+
"description": "Total driving duration, in seconds.",
|
|
19334
19510
|
"args": [],
|
|
19335
19511
|
"type": {
|
|
19336
19512
|
"kind": "NON_NULL",
|
|
@@ -19346,7 +19522,7 @@
|
|
|
19346
19522
|
},
|
|
19347
19523
|
{
|
|
19348
19524
|
"name": "stopover",
|
|
19349
|
-
"description": "Total duration
|
|
19525
|
+
"description": "Total stop duration, excluding charge stops, in seconds.",
|
|
19350
19526
|
"args": [],
|
|
19351
19527
|
"type": {
|
|
19352
19528
|
"kind": "NON_NULL",
|
|
@@ -19362,12 +19538,16 @@
|
|
|
19362
19538
|
},
|
|
19363
19539
|
{
|
|
19364
19540
|
"name": "ferry",
|
|
19365
|
-
"description": "Total
|
|
19541
|
+
"description": "Total ferry duration, in seconds.",
|
|
19366
19542
|
"args": [],
|
|
19367
19543
|
"type": {
|
|
19368
|
-
"kind": "
|
|
19369
|
-
"name":
|
|
19370
|
-
"ofType":
|
|
19544
|
+
"kind": "NON_NULL",
|
|
19545
|
+
"name": null,
|
|
19546
|
+
"ofType": {
|
|
19547
|
+
"kind": "SCALAR",
|
|
19548
|
+
"name": "Int",
|
|
19549
|
+
"ofType": null
|
|
19550
|
+
}
|
|
19371
19551
|
},
|
|
19372
19552
|
"isDeprecated": false,
|
|
19373
19553
|
"deprecationReason": null
|
|
@@ -19674,16 +19854,12 @@
|
|
|
19674
19854
|
},
|
|
19675
19855
|
{
|
|
19676
19856
|
"name": "consumption",
|
|
19677
|
-
"description": "Total energy used in a leg in kilowatt hours.",
|
|
19857
|
+
"description": "Total energy used in a leg in kilowatt hours. For HEVs and PHEVs this field will return null.",
|
|
19678
19858
|
"args": [],
|
|
19679
19859
|
"type": {
|
|
19680
|
-
"kind": "
|
|
19681
|
-
"name":
|
|
19682
|
-
"ofType":
|
|
19683
|
-
"kind": "SCALAR",
|
|
19684
|
-
"name": "Float",
|
|
19685
|
-
"ofType": null
|
|
19686
|
-
}
|
|
19860
|
+
"kind": "SCALAR",
|
|
19861
|
+
"name": "Float",
|
|
19862
|
+
"ofType": null
|
|
19687
19863
|
},
|
|
19688
19864
|
"isDeprecated": false,
|
|
19689
19865
|
"deprecationReason": null
|
|
@@ -19722,7 +19898,7 @@
|
|
|
19722
19898
|
},
|
|
19723
19899
|
{
|
|
19724
19900
|
"name": "range_at_origin",
|
|
19725
|
-
"description": "Range at the
|
|
19901
|
+
"description": "Range at the start of a leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
|
|
19726
19902
|
"args": [
|
|
19727
19903
|
{
|
|
19728
19904
|
"name": "unit",
|
|
@@ -19738,20 +19914,16 @@
|
|
|
19738
19914
|
}
|
|
19739
19915
|
],
|
|
19740
19916
|
"type": {
|
|
19741
|
-
"kind": "
|
|
19742
|
-
"name":
|
|
19743
|
-
"ofType":
|
|
19744
|
-
"kind": "SCALAR",
|
|
19745
|
-
"name": "Float",
|
|
19746
|
-
"ofType": null
|
|
19747
|
-
}
|
|
19917
|
+
"kind": "SCALAR",
|
|
19918
|
+
"name": "Float",
|
|
19919
|
+
"ofType": null
|
|
19748
19920
|
},
|
|
19749
19921
|
"isDeprecated": false,
|
|
19750
19922
|
"deprecationReason": null
|
|
19751
19923
|
},
|
|
19752
19924
|
{
|
|
19753
19925
|
"name": "range_at_destination",
|
|
19754
|
-
"description": "Range at the
|
|
19926
|
+
"description": "Range available at the end of a leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
|
|
19755
19927
|
"args": [
|
|
19756
19928
|
{
|
|
19757
19929
|
"name": "unit",
|
|
@@ -19767,20 +19939,16 @@
|
|
|
19767
19939
|
}
|
|
19768
19940
|
],
|
|
19769
19941
|
"type": {
|
|
19770
|
-
"kind": "
|
|
19771
|
-
"name":
|
|
19772
|
-
"ofType":
|
|
19773
|
-
"kind": "SCALAR",
|
|
19774
|
-
"name": "Float",
|
|
19775
|
-
"ofType": null
|
|
19776
|
-
}
|
|
19942
|
+
"kind": "SCALAR",
|
|
19943
|
+
"name": "Float",
|
|
19944
|
+
"ofType": null
|
|
19777
19945
|
},
|
|
19778
19946
|
"isDeprecated": false,
|
|
19779
19947
|
"deprecationReason": null
|
|
19780
19948
|
},
|
|
19781
19949
|
{
|
|
19782
19950
|
"name": "range_after_charge",
|
|
19783
|
-
"description": "Range after charging on the leg.",
|
|
19951
|
+
"description": "Range after charging on the leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
|
|
19784
19952
|
"args": [
|
|
19785
19953
|
{
|
|
19786
19954
|
"name": "unit",
|
|
@@ -19821,7 +19989,7 @@
|
|
|
19821
19989
|
},
|
|
19822
19990
|
{
|
|
19823
19991
|
"name": "station",
|
|
19824
|
-
"description": "Information about the station at the
|
|
19992
|
+
"description": "Information about the station at the destination of a leg. ",
|
|
19825
19993
|
"args": [],
|
|
19826
19994
|
"type": {
|
|
19827
19995
|
"kind": "OBJECT",
|
|
@@ -20198,7 +20366,7 @@
|
|
|
20198
20366
|
},
|
|
20199
20367
|
{
|
|
20200
20368
|
"name": "interval",
|
|
20201
|
-
"description": "Interval of points
|
|
20369
|
+
"description": "Interval of points included in this instruction, represented as an array with two values: the first is the index of the polyline where the interval starts, and the second is where it ends.",
|
|
20202
20370
|
"args": [],
|
|
20203
20371
|
"type": {
|
|
20204
20372
|
"kind": "NON_NULL",
|
|
@@ -20464,9 +20632,13 @@
|
|
|
20464
20632
|
}
|
|
20465
20633
|
],
|
|
20466
20634
|
"type": {
|
|
20467
|
-
"kind": "
|
|
20468
|
-
"name":
|
|
20469
|
-
"ofType":
|
|
20635
|
+
"kind": "NON_NULL",
|
|
20636
|
+
"name": null,
|
|
20637
|
+
"ofType": {
|
|
20638
|
+
"kind": "SCALAR",
|
|
20639
|
+
"name": "String",
|
|
20640
|
+
"ofType": null
|
|
20641
|
+
}
|
|
20470
20642
|
},
|
|
20471
20643
|
"isDeprecated": false,
|
|
20472
20644
|
"deprecationReason": null
|
|
@@ -20521,13 +20693,9 @@
|
|
|
20521
20693
|
"description": "Total energy used in a section in kilowatt-hours. The value will be 0 for walking sections.",
|
|
20522
20694
|
"args": [],
|
|
20523
20695
|
"type": {
|
|
20524
|
-
"kind": "
|
|
20525
|
-
"name":
|
|
20526
|
-
"ofType":
|
|
20527
|
-
"kind": "SCALAR",
|
|
20528
|
-
"name": "Float",
|
|
20529
|
-
"ofType": null
|
|
20530
|
-
}
|
|
20696
|
+
"kind": "SCALAR",
|
|
20697
|
+
"name": "Float",
|
|
20698
|
+
"ofType": null
|
|
20531
20699
|
},
|
|
20532
20700
|
"isDeprecated": false,
|
|
20533
20701
|
"deprecationReason": null
|
|
@@ -20780,37 +20948,37 @@
|
|
|
20780
20948
|
"enumValues": [
|
|
20781
20949
|
{
|
|
20782
20950
|
"name": "station",
|
|
20783
|
-
"description":
|
|
20951
|
+
"description": "This leg ends at a charging station and the vehicle must recharge.",
|
|
20784
20952
|
"isDeprecated": false,
|
|
20785
20953
|
"deprecationReason": null
|
|
20786
20954
|
},
|
|
20787
20955
|
{
|
|
20788
20956
|
"name": "station_via",
|
|
20789
|
-
"description":
|
|
20957
|
+
"description": "This leg ends at a via charging station and the vehicle must recharge.",
|
|
20790
20958
|
"isDeprecated": false,
|
|
20791
20959
|
"deprecationReason": null
|
|
20792
20960
|
},
|
|
20793
20961
|
{
|
|
20794
20962
|
"name": "station_final",
|
|
20795
|
-
"description":
|
|
20963
|
+
"description": "This leg ends at the destination which is a charging station, and is the last leg of the route.",
|
|
20796
20964
|
"isDeprecated": false,
|
|
20797
20965
|
"deprecationReason": null
|
|
20798
20966
|
},
|
|
20799
20967
|
{
|
|
20800
20968
|
"name": "station_amenity",
|
|
20801
|
-
"description":
|
|
20969
|
+
"description": "This leg ends at a scheduled charging station and the vehicle must recharge.",
|
|
20802
20970
|
"isDeprecated": false,
|
|
20803
20971
|
"deprecationReason": null
|
|
20804
20972
|
},
|
|
20805
20973
|
{
|
|
20806
20974
|
"name": "via",
|
|
20807
|
-
"description":
|
|
20975
|
+
"description": "This leg ends at a via location.",
|
|
20808
20976
|
"isDeprecated": false,
|
|
20809
20977
|
"deprecationReason": null
|
|
20810
20978
|
},
|
|
20811
20979
|
{
|
|
20812
20980
|
"name": "final",
|
|
20813
|
-
"description":
|
|
20981
|
+
"description": "This leg ends at the destination, and is the last leg of the route.",
|
|
20814
20982
|
"isDeprecated": false,
|
|
20815
20983
|
"deprecationReason": null
|
|
20816
20984
|
}
|
|
@@ -20843,16 +21011,20 @@
|
|
|
20843
21011
|
"description": "Location of the maneuver.",
|
|
20844
21012
|
"args": [],
|
|
20845
21013
|
"type": {
|
|
20846
|
-
"kind": "
|
|
20847
|
-
"name":
|
|
20848
|
-
"ofType":
|
|
21014
|
+
"kind": "NON_NULL",
|
|
21015
|
+
"name": null,
|
|
21016
|
+
"ofType": {
|
|
21017
|
+
"kind": "OBJECT",
|
|
21018
|
+
"name": "RouteDetailsLegSectionFeaturePoint",
|
|
21019
|
+
"ofType": null
|
|
21020
|
+
}
|
|
20849
21021
|
},
|
|
20850
21022
|
"isDeprecated": false,
|
|
20851
21023
|
"deprecationReason": null
|
|
20852
21024
|
},
|
|
20853
21025
|
{
|
|
20854
21026
|
"name": "name",
|
|
20855
|
-
"description": "Name of the street
|
|
21027
|
+
"description": "Name of the street associated with the instruction.",
|
|
20856
21028
|
"args": [],
|
|
20857
21029
|
"type": {
|
|
20858
21030
|
"kind": "SCALAR",
|
|
@@ -20952,15 +21124,19 @@
|
|
|
20952
21124
|
"description": "Aggregation of tags over the current maneuver.",
|
|
20953
21125
|
"args": [],
|
|
20954
21126
|
"type": {
|
|
20955
|
-
"kind": "
|
|
21127
|
+
"kind": "NON_NULL",
|
|
20956
21128
|
"name": null,
|
|
20957
21129
|
"ofType": {
|
|
20958
|
-
"kind": "
|
|
21130
|
+
"kind": "LIST",
|
|
20959
21131
|
"name": null,
|
|
20960
21132
|
"ofType": {
|
|
20961
|
-
"kind": "
|
|
20962
|
-
"name":
|
|
20963
|
-
"ofType":
|
|
21133
|
+
"kind": "NON_NULL",
|
|
21134
|
+
"name": null,
|
|
21135
|
+
"ofType": {
|
|
21136
|
+
"kind": "ENUM",
|
|
21137
|
+
"name": "RouteDetailsTag",
|
|
21138
|
+
"ofType": null
|
|
21139
|
+
}
|
|
20964
21140
|
}
|
|
20965
21141
|
}
|
|
20966
21142
|
},
|
|
@@ -21038,16 +21214,12 @@
|
|
|
21038
21214
|
},
|
|
21039
21215
|
{
|
|
21040
21216
|
"name": "consumption",
|
|
21041
|
-
"description": "Consumption, in kilowatt hours, of a route path segment.",
|
|
21217
|
+
"description": "Consumption, in kilowatt hours, of a route path segment. For HEVs and PHEVs this field will return null.",
|
|
21042
21218
|
"args": [],
|
|
21043
21219
|
"type": {
|
|
21044
|
-
"kind": "
|
|
21045
|
-
"name":
|
|
21046
|
-
"ofType":
|
|
21047
|
-
"kind": "SCALAR",
|
|
21048
|
-
"name": "Float",
|
|
21049
|
-
"ofType": null
|
|
21050
|
-
}
|
|
21220
|
+
"kind": "SCALAR",
|
|
21221
|
+
"name": "Float",
|
|
21222
|
+
"ofType": null
|
|
21051
21223
|
},
|
|
21052
21224
|
"isDeprecated": false,
|
|
21053
21225
|
"deprecationReason": null
|
|
@@ -21099,7 +21271,7 @@
|
|
|
21099
21271
|
},
|
|
21100
21272
|
{
|
|
21101
21273
|
"name": "state_of_charge",
|
|
21102
|
-
"description": "State of charge, in kilowatt hours, of a route path segment.",
|
|
21274
|
+
"description": "State of charge, in kilowatt hours, of a route path segment. For HEVs and PHEVs this field will return null.",
|
|
21103
21275
|
"args": [
|
|
21104
21276
|
{
|
|
21105
21277
|
"name": "unit",
|
|
@@ -25265,7 +25437,7 @@
|
|
|
25265
25437
|
},
|
|
25266
25438
|
{
|
|
25267
25439
|
"name": "exclude",
|
|
25268
|
-
"description": "
|
|
25440
|
+
"description": "Operators that should be excluded for a route calculation.",
|
|
25269
25441
|
"args": [],
|
|
25270
25442
|
"type": {
|
|
25271
25443
|
"kind": "LIST",
|
|
@@ -25309,7 +25481,7 @@
|
|
|
25309
25481
|
},
|
|
25310
25482
|
{
|
|
25311
25483
|
"name": "exclude",
|
|
25312
|
-
"description": "
|
|
25484
|
+
"description": "Operators that should be excluded for a route calculation.",
|
|
25313
25485
|
"type": {
|
|
25314
25486
|
"kind": "LIST",
|
|
25315
25487
|
"name": null,
|
|
@@ -25529,7 +25701,7 @@
|
|
|
25529
25701
|
},
|
|
25530
25702
|
{
|
|
25531
25703
|
"name": "high",
|
|
25532
|
-
"description": "Most significant level
|
|
25704
|
+
"description": "Most significant level for operator ranking.",
|
|
25533
25705
|
"type": {
|
|
25534
25706
|
"kind": "LIST",
|
|
25535
25707
|
"name": null,
|
|
@@ -26568,9 +26740,13 @@
|
|
|
26568
26740
|
"description": "Number of occupants present in the vehicle.",
|
|
26569
26741
|
"args": [],
|
|
26570
26742
|
"type": {
|
|
26571
|
-
"kind": "
|
|
26572
|
-
"name":
|
|
26573
|
-
"ofType":
|
|
26743
|
+
"kind": "NON_NULL",
|
|
26744
|
+
"name": null,
|
|
26745
|
+
"ofType": {
|
|
26746
|
+
"kind": "SCALAR",
|
|
26747
|
+
"name": "Int",
|
|
26748
|
+
"ofType": null
|
|
26749
|
+
}
|
|
26574
26750
|
},
|
|
26575
26751
|
"isDeprecated": false,
|
|
26576
26752
|
"deprecationReason": null
|
|
@@ -26580,9 +26756,13 @@
|
|
|
26580
26756
|
"description": "Combined weight of the occupants. This can only be used in combination with occupants.",
|
|
26581
26757
|
"args": [],
|
|
26582
26758
|
"type": {
|
|
26583
|
-
"kind": "
|
|
26584
|
-
"name":
|
|
26585
|
-
"ofType":
|
|
26759
|
+
"kind": "NON_NULL",
|
|
26760
|
+
"name": null,
|
|
26761
|
+
"ofType": {
|
|
26762
|
+
"kind": "OBJECT",
|
|
26763
|
+
"name": "TotalOccupantWeight",
|
|
26764
|
+
"ofType": null
|
|
26765
|
+
}
|
|
26586
26766
|
},
|
|
26587
26767
|
"isDeprecated": false,
|
|
26588
26768
|
"deprecationReason": null
|
|
@@ -27206,9 +27386,13 @@
|
|
|
27206
27386
|
"description": "EV battery specific configuration.",
|
|
27207
27387
|
"args": [],
|
|
27208
27388
|
"type": {
|
|
27209
|
-
"kind": "
|
|
27210
|
-
"name":
|
|
27211
|
-
"ofType":
|
|
27389
|
+
"kind": "NON_NULL",
|
|
27390
|
+
"name": null,
|
|
27391
|
+
"ofType": {
|
|
27392
|
+
"kind": "OBJECT",
|
|
27393
|
+
"name": "RouteVehicleBattery",
|
|
27394
|
+
"ofType": null
|
|
27395
|
+
}
|
|
27212
27396
|
},
|
|
27213
27397
|
"isDeprecated": false,
|
|
27214
27398
|
"deprecationReason": null
|
|
@@ -27218,21 +27402,29 @@
|
|
|
27218
27402
|
"description": "Charging configuration.",
|
|
27219
27403
|
"args": [],
|
|
27220
27404
|
"type": {
|
|
27221
|
-
"kind": "
|
|
27222
|
-
"name":
|
|
27223
|
-
"ofType":
|
|
27405
|
+
"kind": "NON_NULL",
|
|
27406
|
+
"name": null,
|
|
27407
|
+
"ofType": {
|
|
27408
|
+
"kind": "OBJECT",
|
|
27409
|
+
"name": "RouteVehicleCharging",
|
|
27410
|
+
"ofType": null
|
|
27411
|
+
}
|
|
27224
27412
|
},
|
|
27225
27413
|
"isDeprecated": false,
|
|
27226
27414
|
"deprecationReason": null
|
|
27227
27415
|
},
|
|
27228
27416
|
{
|
|
27229
27417
|
"name": "tire_pressure",
|
|
27230
|
-
"description": "
|
|
27418
|
+
"description": "Tire pressures of all wheels, ordered from front right to front left, then rear left to rear right.",
|
|
27231
27419
|
"args": [],
|
|
27232
27420
|
"type": {
|
|
27233
|
-
"kind": "
|
|
27234
|
-
"name":
|
|
27235
|
-
"ofType":
|
|
27421
|
+
"kind": "NON_NULL",
|
|
27422
|
+
"name": null,
|
|
27423
|
+
"ofType": {
|
|
27424
|
+
"kind": "OBJECT",
|
|
27425
|
+
"name": "TirePressure",
|
|
27426
|
+
"ofType": null
|
|
27427
|
+
}
|
|
27236
27428
|
},
|
|
27237
27429
|
"isDeprecated": false,
|
|
27238
27430
|
"deprecationReason": null
|
|
@@ -27254,21 +27446,29 @@
|
|
|
27254
27446
|
"description": "Value of the auxiliary power consumption of the vehicle.",
|
|
27255
27447
|
"args": [],
|
|
27256
27448
|
"type": {
|
|
27257
|
-
"kind": "
|
|
27258
|
-
"name":
|
|
27259
|
-
"ofType":
|
|
27449
|
+
"kind": "NON_NULL",
|
|
27450
|
+
"name": null,
|
|
27451
|
+
"ofType": {
|
|
27452
|
+
"kind": "OBJECT",
|
|
27453
|
+
"name": "AuxiliaryConsumption",
|
|
27454
|
+
"ofType": null
|
|
27455
|
+
}
|
|
27260
27456
|
},
|
|
27261
27457
|
"isDeprecated": false,
|
|
27262
27458
|
"deprecationReason": null
|
|
27263
27459
|
},
|
|
27264
27460
|
{
|
|
27265
27461
|
"name": "climate",
|
|
27266
|
-
"description": "Flag
|
|
27462
|
+
"description": "Flag indicating if climate control is on.",
|
|
27267
27463
|
"args": [],
|
|
27268
27464
|
"type": {
|
|
27269
|
-
"kind": "
|
|
27270
|
-
"name":
|
|
27271
|
-
"ofType":
|
|
27465
|
+
"kind": "NON_NULL",
|
|
27466
|
+
"name": null,
|
|
27467
|
+
"ofType": {
|
|
27468
|
+
"kind": "SCALAR",
|
|
27469
|
+
"name": "Boolean",
|
|
27470
|
+
"ofType": null
|
|
27471
|
+
}
|
|
27272
27472
|
},
|
|
27273
27473
|
"isDeprecated": false,
|
|
27274
27474
|
"deprecationReason": null
|
|
@@ -27291,7 +27491,7 @@
|
|
|
27291
27491
|
},
|
|
27292
27492
|
{
|
|
27293
27493
|
"name": "cabin",
|
|
27294
|
-
"description": "Vehicle cabin configuration.",
|
|
27494
|
+
"description": "Vehicle cabin configuration used for the route calculation. Applied only if vehicle.climate is set to true.",
|
|
27295
27495
|
"args": [],
|
|
27296
27496
|
"type": {
|
|
27297
27497
|
"kind": "NON_NULL",
|
|
@@ -27331,7 +27531,7 @@
|
|
|
27331
27531
|
},
|
|
27332
27532
|
{
|
|
27333
27533
|
"name": "is_parked",
|
|
27334
|
-
"description": "Flag
|
|
27534
|
+
"description": "Flag indicating if a vehicle is in park, neutral, or turned off.",
|
|
27335
27535
|
"args": [],
|
|
27336
27536
|
"type": {
|
|
27337
27537
|
"kind": "SCALAR",
|
|
@@ -27378,7 +27578,7 @@
|
|
|
27378
27578
|
"fields": [
|
|
27379
27579
|
{
|
|
27380
27580
|
"name": "capacity",
|
|
27381
|
-
"description": "
|
|
27581
|
+
"description": "Usable capacity of a battery used to compute a route. Value must be between 50% and 150%. If not provided, it defaults to the vehicle battery.usable_kwh.",
|
|
27382
27582
|
"args": [],
|
|
27383
27583
|
"type": {
|
|
27384
27584
|
"kind": "NON_NULL",
|
|
@@ -27394,7 +27594,7 @@
|
|
|
27394
27594
|
},
|
|
27395
27595
|
{
|
|
27396
27596
|
"name": "state_of_charge",
|
|
27397
|
-
"description": "
|
|
27597
|
+
"description": "Current amount of energy in a battery. If not provided, it is assumed the battery is fully charged and equal to the vehicle battery.capacity. ",
|
|
27398
27598
|
"args": [],
|
|
27399
27599
|
"type": {
|
|
27400
27600
|
"kind": "NON_NULL",
|
|
@@ -27410,7 +27610,7 @@
|
|
|
27410
27610
|
},
|
|
27411
27611
|
{
|
|
27412
27612
|
"name": "final_state_of_charge",
|
|
27413
|
-
"description": "
|
|
27613
|
+
"description": "Desired final amount of energy in a battery at the and of a trip. The value must be between 0 and 60% of the vehicle battery.capacity. If not provided—or if the specified value is below the safe risk margin—the safe risk margin is used by default.",
|
|
27414
27614
|
"args": [],
|
|
27415
27615
|
"type": {
|
|
27416
27616
|
"kind": "NON_NULL",
|
|
@@ -27474,7 +27674,7 @@
|
|
|
27474
27674
|
},
|
|
27475
27675
|
{
|
|
27476
27676
|
"name": "is_charging",
|
|
27477
|
-
"description": "Flag
|
|
27677
|
+
"description": "Flag indicating if the vehicle is charging.",
|
|
27478
27678
|
"args": [],
|
|
27479
27679
|
"type": {
|
|
27480
27680
|
"kind": "SCALAR",
|
|
@@ -27498,7 +27698,7 @@
|
|
|
27498
27698
|
"inputFields": [
|
|
27499
27699
|
{
|
|
27500
27700
|
"name": "capacity",
|
|
27501
|
-
"description": "
|
|
27701
|
+
"description": "Usable capacity of a battery used to compute a route. Value must be between 50% and 150%. If not provided, it defaults to the vehicle battery.usable_kwh.",
|
|
27502
27702
|
"type": {
|
|
27503
27703
|
"kind": "INPUT_OBJECT",
|
|
27504
27704
|
"name": "StateOfChargeInput",
|
|
@@ -27510,7 +27710,7 @@
|
|
|
27510
27710
|
},
|
|
27511
27711
|
{
|
|
27512
27712
|
"name": "state_of_charge",
|
|
27513
|
-
"description": "
|
|
27713
|
+
"description": "Current amount of energy in a battery. If not provided, it is assumed the battery is fully charged and equal to the vehicle battery.capacity. ",
|
|
27514
27714
|
"type": {
|
|
27515
27715
|
"kind": "INPUT_OBJECT",
|
|
27516
27716
|
"name": "StateOfChargeInput",
|
|
@@ -27522,7 +27722,7 @@
|
|
|
27522
27722
|
},
|
|
27523
27723
|
{
|
|
27524
27724
|
"name": "final_state_of_charge",
|
|
27525
|
-
"description": "
|
|
27725
|
+
"description": "Desired final amount of energy in a battery at the and of a trip. The value must be between 0 and 60% of the vehicle battery.capacity. If not provided—or if the specified value is below the safe risk margin—the safe risk margin is used by default.",
|
|
27526
27726
|
"type": {
|
|
27527
27727
|
"kind": "INPUT_OBJECT",
|
|
27528
27728
|
"name": "StateOfChargeInput",
|
|
@@ -27582,7 +27782,7 @@
|
|
|
27582
27782
|
},
|
|
27583
27783
|
{
|
|
27584
27784
|
"name": "is_charging",
|
|
27585
|
-
"description": "Flag
|
|
27785
|
+
"description": "Flag indicating if the vehicle is charging.",
|
|
27586
27786
|
"type": {
|
|
27587
27787
|
"kind": "SCALAR",
|
|
27588
27788
|
"name": "Boolean",
|
|
@@ -27604,7 +27804,7 @@
|
|
|
27604
27804
|
"fields": [
|
|
27605
27805
|
{
|
|
27606
27806
|
"name": "is_preconditioned",
|
|
27607
|
-
"description": "Flag
|
|
27807
|
+
"description": "Flag indicating if the vehicle cabin was preconditioned for the desired temperature.",
|
|
27608
27808
|
"args": [],
|
|
27609
27809
|
"type": {
|
|
27610
27810
|
"kind": "NON_NULL",
|
|
@@ -27648,7 +27848,7 @@
|
|
|
27648
27848
|
"inputFields": [
|
|
27649
27849
|
{
|
|
27650
27850
|
"name": "is_preconditioned",
|
|
27651
|
-
"description": "Flag
|
|
27851
|
+
"description": "Flag indicating if the vehicle cabin was preconditioned for the desired temperature.",
|
|
27652
27852
|
"type": {
|
|
27653
27853
|
"kind": "SCALAR",
|
|
27654
27854
|
"name": "Boolean",
|
|
@@ -27714,7 +27914,7 @@
|
|
|
27714
27914
|
},
|
|
27715
27915
|
{
|
|
27716
27916
|
"name": "risk_margin",
|
|
27717
|
-
"description": "
|
|
27917
|
+
"description": "Minimum remaining state of charge at charging stops, expressed as a percentage. The value must be between 0 and 60. If not provided, the project configuration value is used.",
|
|
27718
27918
|
"args": [],
|
|
27719
27919
|
"type": {
|
|
27720
27920
|
"kind": "NON_NULL",
|
|
@@ -27730,18 +27930,22 @@
|
|
|
27730
27930
|
},
|
|
27731
27931
|
{
|
|
27732
27932
|
"name": "connectors",
|
|
27733
|
-
"description": "Supported connectors.",
|
|
27933
|
+
"description": "Supported connectors. If not specified, it defaults to the vehicle's connectors.",
|
|
27734
27934
|
"args": [],
|
|
27735
27935
|
"type": {
|
|
27736
|
-
"kind": "
|
|
27936
|
+
"kind": "NON_NULL",
|
|
27737
27937
|
"name": null,
|
|
27738
27938
|
"ofType": {
|
|
27739
|
-
"kind": "
|
|
27939
|
+
"kind": "LIST",
|
|
27740
27940
|
"name": null,
|
|
27741
27941
|
"ofType": {
|
|
27742
|
-
"kind": "
|
|
27743
|
-
"name":
|
|
27744
|
-
"ofType":
|
|
27942
|
+
"kind": "NON_NULL",
|
|
27943
|
+
"name": null,
|
|
27944
|
+
"ofType": {
|
|
27945
|
+
"kind": "OBJECT",
|
|
27946
|
+
"name": "RouteVehicleChargingConnector",
|
|
27947
|
+
"ofType": null
|
|
27948
|
+
}
|
|
27745
27949
|
}
|
|
27746
27950
|
}
|
|
27747
27951
|
},
|
|
@@ -27750,18 +27954,22 @@
|
|
|
27750
27954
|
},
|
|
27751
27955
|
{
|
|
27752
27956
|
"name": "adapters",
|
|
27753
|
-
"description": "Supported adapters.",
|
|
27957
|
+
"description": "Supported adapters. If not specified, adapters will not be considered.",
|
|
27754
27958
|
"args": [],
|
|
27755
27959
|
"type": {
|
|
27756
|
-
"kind": "
|
|
27960
|
+
"kind": "NON_NULL",
|
|
27757
27961
|
"name": null,
|
|
27758
27962
|
"ofType": {
|
|
27759
|
-
"kind": "
|
|
27963
|
+
"kind": "LIST",
|
|
27760
27964
|
"name": null,
|
|
27761
27965
|
"ofType": {
|
|
27762
|
-
"kind": "
|
|
27763
|
-
"name":
|
|
27764
|
-
"ofType":
|
|
27966
|
+
"kind": "NON_NULL",
|
|
27967
|
+
"name": null,
|
|
27968
|
+
"ofType": {
|
|
27969
|
+
"kind": "OBJECT",
|
|
27970
|
+
"name": "RouteVehicleChargingConnector",
|
|
27971
|
+
"ofType": null
|
|
27972
|
+
}
|
|
27765
27973
|
}
|
|
27766
27974
|
}
|
|
27767
27975
|
},
|
|
@@ -27797,7 +28005,7 @@
|
|
|
27797
28005
|
},
|
|
27798
28006
|
{
|
|
27799
28007
|
"name": "maximum_charge_speed",
|
|
27800
|
-
"description": "Maximum charging speed for
|
|
28008
|
+
"description": "Maximum charging speed for this plug.",
|
|
27801
28009
|
"args": [],
|
|
27802
28010
|
"type": {
|
|
27803
28011
|
"kind": "NON_NULL",
|
|
@@ -27892,7 +28100,7 @@
|
|
|
27892
28100
|
},
|
|
27893
28101
|
{
|
|
27894
28102
|
"name": "risk_margin",
|
|
27895
|
-
"description": "
|
|
28103
|
+
"description": "Minimum remaining state of charge at charging stops, expressed as a percentage. The value must be between 0 and 60. If not provided, the project configuration value is used.",
|
|
27896
28104
|
"type": {
|
|
27897
28105
|
"kind": "SCALAR",
|
|
27898
28106
|
"name": "Int",
|
|
@@ -27904,7 +28112,7 @@
|
|
|
27904
28112
|
},
|
|
27905
28113
|
{
|
|
27906
28114
|
"name": "connectors",
|
|
27907
|
-
"description": "Supported connectors.",
|
|
28115
|
+
"description": "Supported connectors. If not specified, it defaults to the vehicle's connectors.",
|
|
27908
28116
|
"type": {
|
|
27909
28117
|
"kind": "LIST",
|
|
27910
28118
|
"name": null,
|
|
@@ -27924,7 +28132,7 @@
|
|
|
27924
28132
|
},
|
|
27925
28133
|
{
|
|
27926
28134
|
"name": "adapters",
|
|
27927
|
-
"description": "Supported adapters.",
|
|
28135
|
+
"description": "Supported adapters. If not specified, adapters will not be considered.",
|
|
27928
28136
|
"type": {
|
|
27929
28137
|
"kind": "LIST",
|
|
27930
28138
|
"name": null,
|
|
@@ -28136,7 +28344,7 @@
|
|
|
28136
28344
|
},
|
|
28137
28345
|
{
|
|
28138
28346
|
"name": "tire_pressure",
|
|
28139
|
-
"description": "
|
|
28347
|
+
"description": "Tire pressures of all wheels, ordered from front right to front left, then rear left to rear right.",
|
|
28140
28348
|
"type": {
|
|
28141
28349
|
"kind": "INPUT_OBJECT",
|
|
28142
28350
|
"name": "TirePressureInput",
|
|
@@ -28172,7 +28380,7 @@
|
|
|
28172
28380
|
},
|
|
28173
28381
|
{
|
|
28174
28382
|
"name": "climate",
|
|
28175
|
-
"description": "Flag
|
|
28383
|
+
"description": "Flag indicating if climate control is on.",
|
|
28176
28384
|
"type": {
|
|
28177
28385
|
"kind": "SCALAR",
|
|
28178
28386
|
"name": "Boolean",
|
|
@@ -28196,7 +28404,7 @@
|
|
|
28196
28404
|
},
|
|
28197
28405
|
{
|
|
28198
28406
|
"name": "cabin",
|
|
28199
|
-
"description": "Vehicle cabin configuration for
|
|
28407
|
+
"description": "Vehicle cabin configuration used for the route calculation. Applied only if vehicle.climate is set to true.",
|
|
28200
28408
|
"type": {
|
|
28201
28409
|
"kind": "INPUT_OBJECT",
|
|
28202
28410
|
"name": "RouteVehicleCabinInput",
|
|
@@ -28232,7 +28440,7 @@
|
|
|
28232
28440
|
},
|
|
28233
28441
|
{
|
|
28234
28442
|
"name": "is_parked",
|
|
28235
|
-
"description": "Flag
|
|
28443
|
+
"description": "Flag indicating if a vehicle is in park, neutral, or turned off.",
|
|
28236
28444
|
"type": {
|
|
28237
28445
|
"kind": "SCALAR",
|
|
28238
28446
|
"name": "Boolean",
|
|
@@ -28952,7 +29160,7 @@
|
|
|
28952
29160
|
},
|
|
28953
29161
|
{
|
|
28954
29162
|
"name": "type",
|
|
28955
|
-
"description": "
|
|
29163
|
+
"description": "Preferred unit for the vehicle's state of charge.",
|
|
28956
29164
|
"args": [],
|
|
28957
29165
|
"type": {
|
|
28958
29166
|
"kind": "NON_NULL",
|
|
@@ -28996,7 +29204,7 @@
|
|
|
28996
29204
|
"inputFields": [
|
|
28997
29205
|
{
|
|
28998
29206
|
"name": "value",
|
|
28999
|
-
"description": "Value of the state of charge
|
|
29207
|
+
"description": "Value of the vehicle's state of charge.",
|
|
29000
29208
|
"type": {
|
|
29001
29209
|
"kind": "NON_NULL",
|
|
29002
29210
|
"name": null,
|
|
@@ -29012,7 +29220,7 @@
|
|
|
29012
29220
|
},
|
|
29013
29221
|
{
|
|
29014
29222
|
"name": "type",
|
|
29015
|
-
"description": "
|
|
29223
|
+
"description": "Preferred unit for the vehicle's state of charge.",
|
|
29016
29224
|
"type": {
|
|
29017
29225
|
"kind": "NON_NULL",
|
|
29018
29226
|
"name": null,
|
|
@@ -31029,7 +31237,7 @@
|
|
|
31029
31237
|
},
|
|
31030
31238
|
{
|
|
31031
31239
|
"name": "routeUpdatedById",
|
|
31032
|
-
"description": "
|
|
31240
|
+
"description": "Deprecated: In favor of route.",
|
|
31033
31241
|
"args": [
|
|
31034
31242
|
{
|
|
31035
31243
|
"name": "id",
|
|
@@ -31058,7 +31266,7 @@
|
|
|
31058
31266
|
},
|
|
31059
31267
|
{
|
|
31060
31268
|
"name": "route",
|
|
31061
|
-
"description": "
|
|
31269
|
+
"description": "Subscribe to a specific route to receive system event updates.",
|
|
31062
31270
|
"args": [
|
|
31063
31271
|
{
|
|
31064
31272
|
"name": "id",
|
|
@@ -31874,7 +32082,7 @@
|
|
|
31874
32082
|
},
|
|
31875
32083
|
{
|
|
31876
32084
|
"name": "type",
|
|
31877
|
-
"description": "
|
|
32085
|
+
"description": "Preferred unit for the temperature.",
|
|
31878
32086
|
"args": [],
|
|
31879
32087
|
"type": {
|
|
31880
32088
|
"kind": "NON_NULL",
|
|
@@ -31918,7 +32126,7 @@
|
|
|
31918
32126
|
},
|
|
31919
32127
|
{
|
|
31920
32128
|
"name": "type",
|
|
31921
|
-
"description": "
|
|
32129
|
+
"description": "Preferred unit for the temperature.",
|
|
31922
32130
|
"type": {
|
|
31923
32131
|
"kind": "NON_NULL",
|
|
31924
32132
|
"name": null,
|
|
@@ -31967,7 +32175,7 @@
|
|
|
31967
32175
|
"fields": [
|
|
31968
32176
|
{
|
|
31969
32177
|
"name": "value",
|
|
31970
|
-
"description": "Values for the tire pressure,
|
|
32178
|
+
"description": "Values for the tire pressure, ordered from front right to front left, then rear left to rear right.",
|
|
31971
32179
|
"args": [],
|
|
31972
32180
|
"type": {
|
|
31973
32181
|
"kind": "NON_NULL",
|
|
@@ -31991,7 +32199,7 @@
|
|
|
31991
32199
|
},
|
|
31992
32200
|
{
|
|
31993
32201
|
"name": "type",
|
|
31994
|
-
"description": "
|
|
32202
|
+
"description": "Preferred unit for the tire pressure.",
|
|
31995
32203
|
"args": [],
|
|
31996
32204
|
"type": {
|
|
31997
32205
|
"kind": "NON_NULL",
|
|
@@ -32035,7 +32243,7 @@
|
|
|
32035
32243
|
"inputFields": [
|
|
32036
32244
|
{
|
|
32037
32245
|
"name": "value",
|
|
32038
|
-
"description": "Values for the tire pressure,
|
|
32246
|
+
"description": "Values for the tire pressure, ordered from front right to front left, then rear left to rear right.",
|
|
32039
32247
|
"type": {
|
|
32040
32248
|
"kind": "NON_NULL",
|
|
32041
32249
|
"name": null,
|
|
@@ -32059,7 +32267,7 @@
|
|
|
32059
32267
|
},
|
|
32060
32268
|
{
|
|
32061
32269
|
"name": "type",
|
|
32062
|
-
"description": "
|
|
32270
|
+
"description": "Preferred unit for the tire pressure.",
|
|
32063
32271
|
"type": {
|
|
32064
32272
|
"kind": "NON_NULL",
|
|
32065
32273
|
"name": null,
|
|
@@ -32136,7 +32344,7 @@
|
|
|
32136
32344
|
},
|
|
32137
32345
|
{
|
|
32138
32346
|
"name": "type",
|
|
32139
|
-
"description": "
|
|
32347
|
+
"description": "Preferred unit for the current weight of the cargo.",
|
|
32140
32348
|
"args": [],
|
|
32141
32349
|
"type": {
|
|
32142
32350
|
"kind": "NON_NULL",
|
|
@@ -32196,7 +32404,7 @@
|
|
|
32196
32404
|
},
|
|
32197
32405
|
{
|
|
32198
32406
|
"name": "type",
|
|
32199
|
-
"description": "
|
|
32407
|
+
"description": "Preferred unit for the current weight of the cargo.",
|
|
32200
32408
|
"type": {
|
|
32201
32409
|
"kind": "NON_NULL",
|
|
32202
32410
|
"name": null,
|
|
@@ -32250,7 +32458,7 @@
|
|
|
32250
32458
|
},
|
|
32251
32459
|
{
|
|
32252
32460
|
"name": "type",
|
|
32253
|
-
"description": "
|
|
32461
|
+
"description": "Preferred unit for the current weight of the occupants.",
|
|
32254
32462
|
"args": [],
|
|
32255
32463
|
"type": {
|
|
32256
32464
|
"kind": "NON_NULL",
|
|
@@ -32310,7 +32518,7 @@
|
|
|
32310
32518
|
},
|
|
32311
32519
|
{
|
|
32312
32520
|
"name": "type",
|
|
32313
|
-
"description": "
|
|
32521
|
+
"description": "Preferred unit for the current weight of the occupants.",
|
|
32314
32522
|
"type": {
|
|
32315
32523
|
"kind": "NON_NULL",
|
|
32316
32524
|
"name": null,
|
|
@@ -39329,7 +39537,7 @@
|
|
|
39329
39537
|
},
|
|
39330
39538
|
{
|
|
39331
39539
|
"name": "type",
|
|
39332
|
-
"description": "
|
|
39540
|
+
"description": "Preferred unit for the vehicle's speed.",
|
|
39333
39541
|
"args": [],
|
|
39334
39542
|
"type": {
|
|
39335
39543
|
"kind": "NON_NULL",
|
|
@@ -39373,7 +39581,7 @@
|
|
|
39373
39581
|
"inputFields": [
|
|
39374
39582
|
{
|
|
39375
39583
|
"name": "value",
|
|
39376
|
-
"description": "Value of the vehicle speed.",
|
|
39584
|
+
"description": "Value of the vehicle's speed.",
|
|
39377
39585
|
"type": {
|
|
39378
39586
|
"kind": "NON_NULL",
|
|
39379
39587
|
"name": null,
|
|
@@ -39389,7 +39597,7 @@
|
|
|
39389
39597
|
},
|
|
39390
39598
|
{
|
|
39391
39599
|
"name": "type",
|
|
39392
|
-
"description": "
|
|
39600
|
+
"description": "Preferred unit for the vehicle's speed.",
|
|
39393
39601
|
"type": {
|
|
39394
39602
|
"kind": "NON_NULL",
|
|
39395
39603
|
"name": null,
|
|
@@ -41085,6 +41293,86 @@
|
|
|
41085
41293
|
}
|
|
41086
41294
|
]
|
|
41087
41295
|
},
|
|
41296
|
+
{
|
|
41297
|
+
"name": "validateIntInterval",
|
|
41298
|
+
"description": "Validate if the value is a valid integer between min and max.",
|
|
41299
|
+
"isRepeatable": false,
|
|
41300
|
+
"locations": ["INPUT_FIELD_DEFINITION"],
|
|
41301
|
+
"args": [
|
|
41302
|
+
{
|
|
41303
|
+
"name": "min",
|
|
41304
|
+
"description": null,
|
|
41305
|
+
"type": {
|
|
41306
|
+
"kind": "SCALAR",
|
|
41307
|
+
"name": "Int",
|
|
41308
|
+
"ofType": null
|
|
41309
|
+
},
|
|
41310
|
+
"defaultValue": null,
|
|
41311
|
+
"isDeprecated": false,
|
|
41312
|
+
"deprecationReason": null
|
|
41313
|
+
},
|
|
41314
|
+
{
|
|
41315
|
+
"name": "max",
|
|
41316
|
+
"description": null,
|
|
41317
|
+
"type": {
|
|
41318
|
+
"kind": "SCALAR",
|
|
41319
|
+
"name": "Int",
|
|
41320
|
+
"ofType": null
|
|
41321
|
+
},
|
|
41322
|
+
"defaultValue": null,
|
|
41323
|
+
"isDeprecated": false,
|
|
41324
|
+
"deprecationReason": null
|
|
41325
|
+
},
|
|
41326
|
+
{
|
|
41327
|
+
"name": "minErrorCode",
|
|
41328
|
+
"description": null,
|
|
41329
|
+
"type": {
|
|
41330
|
+
"kind": "SCALAR",
|
|
41331
|
+
"name": "String",
|
|
41332
|
+
"ofType": null
|
|
41333
|
+
},
|
|
41334
|
+
"defaultValue": null,
|
|
41335
|
+
"isDeprecated": false,
|
|
41336
|
+
"deprecationReason": null
|
|
41337
|
+
},
|
|
41338
|
+
{
|
|
41339
|
+
"name": "minErrorMessage",
|
|
41340
|
+
"description": null,
|
|
41341
|
+
"type": {
|
|
41342
|
+
"kind": "SCALAR",
|
|
41343
|
+
"name": "String",
|
|
41344
|
+
"ofType": null
|
|
41345
|
+
},
|
|
41346
|
+
"defaultValue": null,
|
|
41347
|
+
"isDeprecated": false,
|
|
41348
|
+
"deprecationReason": null
|
|
41349
|
+
},
|
|
41350
|
+
{
|
|
41351
|
+
"name": "maxErrorCode",
|
|
41352
|
+
"description": null,
|
|
41353
|
+
"type": {
|
|
41354
|
+
"kind": "SCALAR",
|
|
41355
|
+
"name": "String",
|
|
41356
|
+
"ofType": null
|
|
41357
|
+
},
|
|
41358
|
+
"defaultValue": null,
|
|
41359
|
+
"isDeprecated": false,
|
|
41360
|
+
"deprecationReason": null
|
|
41361
|
+
},
|
|
41362
|
+
{
|
|
41363
|
+
"name": "maxErrorMessage",
|
|
41364
|
+
"description": null,
|
|
41365
|
+
"type": {
|
|
41366
|
+
"kind": "SCALAR",
|
|
41367
|
+
"name": "String",
|
|
41368
|
+
"ofType": null
|
|
41369
|
+
},
|
|
41370
|
+
"defaultValue": null,
|
|
41371
|
+
"isDeprecated": false,
|
|
41372
|
+
"deprecationReason": null
|
|
41373
|
+
}
|
|
41374
|
+
]
|
|
41375
|
+
},
|
|
41088
41376
|
{
|
|
41089
41377
|
"name": "include",
|
|
41090
41378
|
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
|