@chargetrip/types 1.24.0 → 1.27.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/CHANGELOG.md +30 -0
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +37 -2
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +37 -2
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +257 -40
- package/graphql.schema.json +1416 -96
- package/package.json +3 -3
- package/src/graphql.ts +318 -79
package/graphql.schema.json
CHANGED
|
@@ -143,6 +143,77 @@
|
|
|
143
143
|
"enumValues": null,
|
|
144
144
|
"possibleTypes": null
|
|
145
145
|
},
|
|
146
|
+
{
|
|
147
|
+
"kind": "ENUM",
|
|
148
|
+
"name": "Amenities",
|
|
149
|
+
"description": "Amenities available near a station",
|
|
150
|
+
"fields": null,
|
|
151
|
+
"inputFields": null,
|
|
152
|
+
"interfaces": null,
|
|
153
|
+
"enumValues": [
|
|
154
|
+
{
|
|
155
|
+
"name": "park",
|
|
156
|
+
"description": null,
|
|
157
|
+
"isDeprecated": false,
|
|
158
|
+
"deprecationReason": null
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "restaurant",
|
|
162
|
+
"description": null,
|
|
163
|
+
"isDeprecated": false,
|
|
164
|
+
"deprecationReason": null
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "museum",
|
|
168
|
+
"description": null,
|
|
169
|
+
"isDeprecated": false,
|
|
170
|
+
"deprecationReason": null
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "coffee",
|
|
174
|
+
"description": null,
|
|
175
|
+
"isDeprecated": false,
|
|
176
|
+
"deprecationReason": null
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "hotel",
|
|
180
|
+
"description": null,
|
|
181
|
+
"isDeprecated": false,
|
|
182
|
+
"deprecationReason": null
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "shopping",
|
|
186
|
+
"description": null,
|
|
187
|
+
"isDeprecated": false,
|
|
188
|
+
"deprecationReason": null
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "bathroom",
|
|
192
|
+
"description": null,
|
|
193
|
+
"isDeprecated": false,
|
|
194
|
+
"deprecationReason": null
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "supermarket",
|
|
198
|
+
"description": null,
|
|
199
|
+
"isDeprecated": false,
|
|
200
|
+
"deprecationReason": null
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "playground",
|
|
204
|
+
"description": null,
|
|
205
|
+
"isDeprecated": false,
|
|
206
|
+
"deprecationReason": null
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "pharmacy",
|
|
210
|
+
"description": null,
|
|
211
|
+
"isDeprecated": false,
|
|
212
|
+
"deprecationReason": null
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"possibleTypes": null
|
|
216
|
+
},
|
|
146
217
|
{
|
|
147
218
|
"kind": "OBJECT",
|
|
148
219
|
"name": "Amenity",
|
|
@@ -621,7 +692,7 @@
|
|
|
621
692
|
},
|
|
622
693
|
{
|
|
623
694
|
"name": "fastChargingSupport",
|
|
624
|
-
"description": "Cars that support fast charging have a minimum charging speed of 43
|
|
695
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
625
696
|
"args": [],
|
|
626
697
|
"type": {
|
|
627
698
|
"kind": "SCALAR",
|
|
@@ -1701,7 +1772,7 @@
|
|
|
1701
1772
|
},
|
|
1702
1773
|
{
|
|
1703
1774
|
"name": "fastChargingSupport",
|
|
1704
|
-
"description": "Cars that support fast charging have a minimum charging speed of 43
|
|
1775
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
1705
1776
|
"args": [],
|
|
1706
1777
|
"type": {
|
|
1707
1778
|
"kind": "SCALAR",
|
|
@@ -2372,7 +2443,7 @@
|
|
|
2372
2443
|
"fields": [
|
|
2373
2444
|
{
|
|
2374
2445
|
"name": "fast_charging_support",
|
|
2375
|
-
"description": "
|
|
2446
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
2376
2447
|
"args": [],
|
|
2377
2448
|
"type": {
|
|
2378
2449
|
"kind": "SCALAR",
|
|
@@ -5275,7 +5346,7 @@
|
|
|
5275
5346
|
"fields": [
|
|
5276
5347
|
{
|
|
5277
5348
|
"name": "fast_charging_support",
|
|
5278
|
-
"description": "
|
|
5349
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
5279
5350
|
"args": [],
|
|
5280
5351
|
"type": {
|
|
5281
5352
|
"kind": "SCALAR",
|
|
@@ -5705,7 +5776,7 @@
|
|
|
5705
5776
|
"fields": [
|
|
5706
5777
|
{
|
|
5707
5778
|
"name": "fast_charging_support",
|
|
5708
|
-
"description": "
|
|
5779
|
+
"description": "Cars that support fast charging have a minimum charging speed of 43 kWh",
|
|
5709
5780
|
"args": [],
|
|
5710
5781
|
"type": {
|
|
5711
5782
|
"kind": "SCALAR",
|
|
@@ -8310,6 +8381,29 @@
|
|
|
8310
8381
|
],
|
|
8311
8382
|
"possibleTypes": null
|
|
8312
8383
|
},
|
|
8384
|
+
{
|
|
8385
|
+
"kind": "ENUM",
|
|
8386
|
+
"name": "InstructionsFormat",
|
|
8387
|
+
"description": "Navigation service providers available",
|
|
8388
|
+
"fields": null,
|
|
8389
|
+
"inputFields": null,
|
|
8390
|
+
"interfaces": null,
|
|
8391
|
+
"enumValues": [
|
|
8392
|
+
{
|
|
8393
|
+
"name": "Chargetrip",
|
|
8394
|
+
"description": "Chargetrip raw instructions",
|
|
8395
|
+
"isDeprecated": false,
|
|
8396
|
+
"deprecationReason": null
|
|
8397
|
+
},
|
|
8398
|
+
{
|
|
8399
|
+
"name": "MapboxV5",
|
|
8400
|
+
"description": "Mapbox instructions mapping",
|
|
8401
|
+
"isDeprecated": false,
|
|
8402
|
+
"deprecationReason": null
|
|
8403
|
+
}
|
|
8404
|
+
],
|
|
8405
|
+
"possibleTypes": null
|
|
8406
|
+
},
|
|
8313
8407
|
{
|
|
8314
8408
|
"kind": "SCALAR",
|
|
8315
8409
|
"name": "JSON",
|
|
@@ -8371,7 +8465,7 @@
|
|
|
8371
8465
|
"enumValues": [
|
|
8372
8466
|
{
|
|
8373
8467
|
"name": "en",
|
|
8374
|
-
"description":
|
|
8468
|
+
"description": "English(US)",
|
|
8375
8469
|
"isDeprecated": false,
|
|
8376
8470
|
"deprecationReason": null
|
|
8377
8471
|
}
|
|
@@ -8386,9 +8480,15 @@
|
|
|
8386
8480
|
"inputFields": null,
|
|
8387
8481
|
"interfaces": null,
|
|
8388
8482
|
"enumValues": [
|
|
8483
|
+
{
|
|
8484
|
+
"name": "Chargetrip",
|
|
8485
|
+
"description": "Chargetrip raw instructions",
|
|
8486
|
+
"isDeprecated": false,
|
|
8487
|
+
"deprecationReason": null
|
|
8488
|
+
},
|
|
8389
8489
|
{
|
|
8390
8490
|
"name": "MapboxV5",
|
|
8391
|
-
"description": "Mapbox
|
|
8491
|
+
"description": "Mapbox instructions mapping",
|
|
8392
8492
|
"isDeprecated": false,
|
|
8393
8493
|
"deprecationReason": null
|
|
8394
8494
|
}
|
|
@@ -8400,6 +8500,122 @@
|
|
|
8400
8500
|
"name": "Mutation",
|
|
8401
8501
|
"description": null,
|
|
8402
8502
|
"fields": [
|
|
8503
|
+
{
|
|
8504
|
+
"name": "startNavigation",
|
|
8505
|
+
"description": "[BETA] Start a new navigation session on top of an existing route",
|
|
8506
|
+
"args": [
|
|
8507
|
+
{
|
|
8508
|
+
"name": "input",
|
|
8509
|
+
"description": "Navigation start input",
|
|
8510
|
+
"type": {
|
|
8511
|
+
"kind": "NON_NULL",
|
|
8512
|
+
"name": null,
|
|
8513
|
+
"ofType": {
|
|
8514
|
+
"kind": "INPUT_OBJECT",
|
|
8515
|
+
"name": "NavigationStartInput",
|
|
8516
|
+
"ofType": null
|
|
8517
|
+
}
|
|
8518
|
+
},
|
|
8519
|
+
"defaultValue": null,
|
|
8520
|
+
"isDeprecated": false,
|
|
8521
|
+
"deprecationReason": null
|
|
8522
|
+
}
|
|
8523
|
+
],
|
|
8524
|
+
"type": {
|
|
8525
|
+
"kind": "SCALAR",
|
|
8526
|
+
"name": "ID",
|
|
8527
|
+
"ofType": null
|
|
8528
|
+
},
|
|
8529
|
+
"isDeprecated": false,
|
|
8530
|
+
"deprecationReason": null
|
|
8531
|
+
},
|
|
8532
|
+
{
|
|
8533
|
+
"name": "updateNavigation",
|
|
8534
|
+
"description": "[BETA] Update the navigation session",
|
|
8535
|
+
"args": [
|
|
8536
|
+
{
|
|
8537
|
+
"name": "input",
|
|
8538
|
+
"description": "Navigation update input",
|
|
8539
|
+
"type": {
|
|
8540
|
+
"kind": "NON_NULL",
|
|
8541
|
+
"name": null,
|
|
8542
|
+
"ofType": {
|
|
8543
|
+
"kind": "INPUT_OBJECT",
|
|
8544
|
+
"name": "NavigationUpdateInput",
|
|
8545
|
+
"ofType": null
|
|
8546
|
+
}
|
|
8547
|
+
},
|
|
8548
|
+
"defaultValue": null,
|
|
8549
|
+
"isDeprecated": false,
|
|
8550
|
+
"deprecationReason": null
|
|
8551
|
+
}
|
|
8552
|
+
],
|
|
8553
|
+
"type": {
|
|
8554
|
+
"kind": "SCALAR",
|
|
8555
|
+
"name": "Void",
|
|
8556
|
+
"ofType": null
|
|
8557
|
+
},
|
|
8558
|
+
"isDeprecated": false,
|
|
8559
|
+
"deprecationReason": null
|
|
8560
|
+
},
|
|
8561
|
+
{
|
|
8562
|
+
"name": "recalculateNavigation",
|
|
8563
|
+
"description": "[BETA] Recalculate the current navigation route",
|
|
8564
|
+
"args": [
|
|
8565
|
+
{
|
|
8566
|
+
"name": "input",
|
|
8567
|
+
"description": "Navigation recalculate input",
|
|
8568
|
+
"type": {
|
|
8569
|
+
"kind": "NON_NULL",
|
|
8570
|
+
"name": null,
|
|
8571
|
+
"ofType": {
|
|
8572
|
+
"kind": "INPUT_OBJECT",
|
|
8573
|
+
"name": "NavigationRecalculateInput",
|
|
8574
|
+
"ofType": null
|
|
8575
|
+
}
|
|
8576
|
+
},
|
|
8577
|
+
"defaultValue": null,
|
|
8578
|
+
"isDeprecated": false,
|
|
8579
|
+
"deprecationReason": null
|
|
8580
|
+
}
|
|
8581
|
+
],
|
|
8582
|
+
"type": {
|
|
8583
|
+
"kind": "SCALAR",
|
|
8584
|
+
"name": "Void",
|
|
8585
|
+
"ofType": null
|
|
8586
|
+
},
|
|
8587
|
+
"isDeprecated": false,
|
|
8588
|
+
"deprecationReason": null
|
|
8589
|
+
},
|
|
8590
|
+
{
|
|
8591
|
+
"name": "finishNavigation",
|
|
8592
|
+
"description": "[BETA] End a navigation session",
|
|
8593
|
+
"args": [
|
|
8594
|
+
{
|
|
8595
|
+
"name": "input",
|
|
8596
|
+
"description": "Navigation finish input",
|
|
8597
|
+
"type": {
|
|
8598
|
+
"kind": "NON_NULL",
|
|
8599
|
+
"name": null,
|
|
8600
|
+
"ofType": {
|
|
8601
|
+
"kind": "INPUT_OBJECT",
|
|
8602
|
+
"name": "NavigationFinishInput",
|
|
8603
|
+
"ofType": null
|
|
8604
|
+
}
|
|
8605
|
+
},
|
|
8606
|
+
"defaultValue": null,
|
|
8607
|
+
"isDeprecated": false,
|
|
8608
|
+
"deprecationReason": null
|
|
8609
|
+
}
|
|
8610
|
+
],
|
|
8611
|
+
"type": {
|
|
8612
|
+
"kind": "SCALAR",
|
|
8613
|
+
"name": "Void",
|
|
8614
|
+
"ofType": null
|
|
8615
|
+
},
|
|
8616
|
+
"isDeprecated": false,
|
|
8617
|
+
"deprecationReason": null
|
|
8618
|
+
},
|
|
8403
8619
|
{
|
|
8404
8620
|
"name": "addReview",
|
|
8405
8621
|
"description": "Add a new review.\nIf the `x-token` header is send for a valid user, the review will belong to it, otherwise will be added for an anonymouse user",
|
|
@@ -8499,24 +8715,28 @@
|
|
|
8499
8715
|
},
|
|
8500
8716
|
{
|
|
8501
8717
|
"kind": "OBJECT",
|
|
8502
|
-
"name": "
|
|
8503
|
-
"description": "
|
|
8718
|
+
"name": "Navigation",
|
|
8719
|
+
"description": "The navigation session data",
|
|
8504
8720
|
"fields": [
|
|
8505
8721
|
{
|
|
8506
|
-
"name": "
|
|
8507
|
-
"description": "
|
|
8722
|
+
"name": "id",
|
|
8723
|
+
"description": "ID of the navigation session",
|
|
8508
8724
|
"args": [],
|
|
8509
8725
|
"type": {
|
|
8510
|
-
"kind": "
|
|
8511
|
-
"name":
|
|
8512
|
-
"ofType":
|
|
8726
|
+
"kind": "NON_NULL",
|
|
8727
|
+
"name": null,
|
|
8728
|
+
"ofType": {
|
|
8729
|
+
"kind": "SCALAR",
|
|
8730
|
+
"name": "ID",
|
|
8731
|
+
"ofType": null
|
|
8732
|
+
}
|
|
8513
8733
|
},
|
|
8514
8734
|
"isDeprecated": false,
|
|
8515
8735
|
"deprecationReason": null
|
|
8516
8736
|
},
|
|
8517
8737
|
{
|
|
8518
|
-
"name": "
|
|
8519
|
-
"description": "
|
|
8738
|
+
"name": "route_id",
|
|
8739
|
+
"description": "The current route used for navigation",
|
|
8520
8740
|
"args": [],
|
|
8521
8741
|
"type": {
|
|
8522
8742
|
"kind": "SCALAR",
|
|
@@ -8527,64 +8747,767 @@
|
|
|
8527
8747
|
"deprecationReason": null
|
|
8528
8748
|
},
|
|
8529
8749
|
{
|
|
8530
|
-
"name": "
|
|
8531
|
-
"description": "
|
|
8750
|
+
"name": "route_alternative_id",
|
|
8751
|
+
"description": "The current route alternative used for navigation",
|
|
8532
8752
|
"args": [],
|
|
8533
8753
|
"type": {
|
|
8534
|
-
"kind": "
|
|
8535
|
-
"name": "
|
|
8754
|
+
"kind": "SCALAR",
|
|
8755
|
+
"name": "String",
|
|
8536
8756
|
"ofType": null
|
|
8537
8757
|
},
|
|
8538
8758
|
"isDeprecated": false,
|
|
8539
8759
|
"deprecationReason": null
|
|
8540
|
-
}
|
|
8541
|
-
],
|
|
8542
|
-
"inputFields": null,
|
|
8543
|
-
"interfaces": [],
|
|
8544
|
-
"enumValues": null,
|
|
8545
|
-
"possibleTypes": null
|
|
8546
|
-
},
|
|
8547
|
-
{
|
|
8548
|
-
"kind": "ENUM",
|
|
8549
|
-
"name": "OCPICapability",
|
|
8550
|
-
"description": "The capabilities of an EVSE.",
|
|
8551
|
-
"fields": null,
|
|
8552
|
-
"inputFields": null,
|
|
8553
|
-
"interfaces": null,
|
|
8554
|
-
"enumValues": [
|
|
8555
|
-
{
|
|
8556
|
-
"name": "CHARGING_PROFILE_CAPABLE",
|
|
8557
|
-
"description": "The EVSE supports charging profiles.",
|
|
8558
|
-
"isDeprecated": false,
|
|
8559
|
-
"deprecationReason": null
|
|
8560
8760
|
},
|
|
8561
8761
|
{
|
|
8562
|
-
"name": "
|
|
8563
|
-
"description": "The
|
|
8762
|
+
"name": "state",
|
|
8763
|
+
"description": "The state of a navigation session. The status can be driving, charging, finished, or error",
|
|
8764
|
+
"args": [],
|
|
8765
|
+
"type": {
|
|
8766
|
+
"kind": "ENUM",
|
|
8767
|
+
"name": "NavigationState",
|
|
8768
|
+
"ofType": null
|
|
8769
|
+
},
|
|
8564
8770
|
"isDeprecated": false,
|
|
8565
8771
|
"deprecationReason": null
|
|
8566
8772
|
},
|
|
8567
8773
|
{
|
|
8568
|
-
"name": "
|
|
8569
|
-
"description": "
|
|
8774
|
+
"name": "state_of_charge",
|
|
8775
|
+
"description": "State of charge at the last known location",
|
|
8776
|
+
"args": [],
|
|
8777
|
+
"type": {
|
|
8778
|
+
"kind": "SCALAR",
|
|
8779
|
+
"name": "Float",
|
|
8780
|
+
"ofType": null
|
|
8781
|
+
},
|
|
8570
8782
|
"isDeprecated": false,
|
|
8571
8783
|
"deprecationReason": null
|
|
8572
8784
|
},
|
|
8573
8785
|
{
|
|
8574
|
-
"name": "
|
|
8575
|
-
"description": "
|
|
8786
|
+
"name": "last_known_location",
|
|
8787
|
+
"description": "Last known location",
|
|
8788
|
+
"args": [],
|
|
8789
|
+
"type": {
|
|
8790
|
+
"kind": "OBJECT",
|
|
8791
|
+
"name": "Point",
|
|
8792
|
+
"ofType": null
|
|
8793
|
+
},
|
|
8576
8794
|
"isDeprecated": false,
|
|
8577
8795
|
"deprecationReason": null
|
|
8578
8796
|
},
|
|
8579
8797
|
{
|
|
8580
|
-
"name": "
|
|
8581
|
-
"description": "
|
|
8798
|
+
"name": "next_station",
|
|
8799
|
+
"description": "Next charging station",
|
|
8800
|
+
"args": [],
|
|
8801
|
+
"type": {
|
|
8802
|
+
"kind": "OBJECT",
|
|
8803
|
+
"name": "NavigationStation",
|
|
8804
|
+
"ofType": null
|
|
8805
|
+
},
|
|
8582
8806
|
"isDeprecated": false,
|
|
8583
8807
|
"deprecationReason": null
|
|
8584
8808
|
},
|
|
8585
8809
|
{
|
|
8586
|
-
"name": "
|
|
8587
|
-
"description": "
|
|
8810
|
+
"name": "alternative_stations",
|
|
8811
|
+
"description": "A set of alternative charging stations to next station",
|
|
8812
|
+
"args": [],
|
|
8813
|
+
"type": {
|
|
8814
|
+
"kind": "LIST",
|
|
8815
|
+
"name": null,
|
|
8816
|
+
"ofType": {
|
|
8817
|
+
"kind": "OBJECT",
|
|
8818
|
+
"name": "NavigationStation",
|
|
8819
|
+
"ofType": null
|
|
8820
|
+
}
|
|
8821
|
+
},
|
|
8822
|
+
"isDeprecated": false,
|
|
8823
|
+
"deprecationReason": null
|
|
8824
|
+
},
|
|
8825
|
+
{
|
|
8826
|
+
"name": "instructions",
|
|
8827
|
+
"description": "Navigation instructions",
|
|
8828
|
+
"args": [
|
|
8829
|
+
{
|
|
8830
|
+
"name": "instructions_format",
|
|
8831
|
+
"description": "Turn by turn instructions format for a route",
|
|
8832
|
+
"type": {
|
|
8833
|
+
"kind": "NON_NULL",
|
|
8834
|
+
"name": null,
|
|
8835
|
+
"ofType": {
|
|
8836
|
+
"kind": "ENUM",
|
|
8837
|
+
"name": "InstructionsFormat",
|
|
8838
|
+
"ofType": null
|
|
8839
|
+
}
|
|
8840
|
+
},
|
|
8841
|
+
"defaultValue": null,
|
|
8842
|
+
"isDeprecated": false,
|
|
8843
|
+
"deprecationReason": null
|
|
8844
|
+
},
|
|
8845
|
+
{
|
|
8846
|
+
"name": "language",
|
|
8847
|
+
"description": "Preferred navigation instructions language. Default: en",
|
|
8848
|
+
"type": {
|
|
8849
|
+
"kind": "ENUM",
|
|
8850
|
+
"name": "MappingLanguage",
|
|
8851
|
+
"ofType": null
|
|
8852
|
+
},
|
|
8853
|
+
"defaultValue": null,
|
|
8854
|
+
"isDeprecated": false,
|
|
8855
|
+
"deprecationReason": null
|
|
8856
|
+
},
|
|
8857
|
+
{
|
|
8858
|
+
"name": "precision",
|
|
8859
|
+
"description": "Number of decimals used for the Google Polyline encoding Algorithm. Allowed values are 5 or 6, the default is 5",
|
|
8860
|
+
"type": {
|
|
8861
|
+
"kind": "SCALAR",
|
|
8862
|
+
"name": "Int",
|
|
8863
|
+
"ofType": null
|
|
8864
|
+
},
|
|
8865
|
+
"defaultValue": null,
|
|
8866
|
+
"isDeprecated": false,
|
|
8867
|
+
"deprecationReason": null
|
|
8868
|
+
}
|
|
8869
|
+
],
|
|
8870
|
+
"type": {
|
|
8871
|
+
"kind": "SCALAR",
|
|
8872
|
+
"name": "JSON",
|
|
8873
|
+
"ofType": null
|
|
8874
|
+
},
|
|
8875
|
+
"isDeprecated": false,
|
|
8876
|
+
"deprecationReason": null
|
|
8877
|
+
}
|
|
8878
|
+
],
|
|
8879
|
+
"inputFields": null,
|
|
8880
|
+
"interfaces": [],
|
|
8881
|
+
"enumValues": null,
|
|
8882
|
+
"possibleTypes": null
|
|
8883
|
+
},
|
|
8884
|
+
{
|
|
8885
|
+
"kind": "INPUT_OBJECT",
|
|
8886
|
+
"name": "NavigationFinishInput",
|
|
8887
|
+
"description": "Input for the navigation recalculate",
|
|
8888
|
+
"fields": null,
|
|
8889
|
+
"inputFields": [
|
|
8890
|
+
{
|
|
8891
|
+
"name": "id",
|
|
8892
|
+
"description": "ID of the navigation session",
|
|
8893
|
+
"type": {
|
|
8894
|
+
"kind": "NON_NULL",
|
|
8895
|
+
"name": null,
|
|
8896
|
+
"ofType": {
|
|
8897
|
+
"kind": "SCALAR",
|
|
8898
|
+
"name": "ID",
|
|
8899
|
+
"ofType": null
|
|
8900
|
+
}
|
|
8901
|
+
},
|
|
8902
|
+
"defaultValue": null,
|
|
8903
|
+
"isDeprecated": false,
|
|
8904
|
+
"deprecationReason": null
|
|
8905
|
+
},
|
|
8906
|
+
{
|
|
8907
|
+
"name": "current_location",
|
|
8908
|
+
"description": "Current coordinates",
|
|
8909
|
+
"type": {
|
|
8910
|
+
"kind": "NON_NULL",
|
|
8911
|
+
"name": null,
|
|
8912
|
+
"ofType": {
|
|
8913
|
+
"kind": "INPUT_OBJECT",
|
|
8914
|
+
"name": "PointInput",
|
|
8915
|
+
"ofType": null
|
|
8916
|
+
}
|
|
8917
|
+
},
|
|
8918
|
+
"defaultValue": null,
|
|
8919
|
+
"isDeprecated": false,
|
|
8920
|
+
"deprecationReason": null
|
|
8921
|
+
}
|
|
8922
|
+
],
|
|
8923
|
+
"interfaces": null,
|
|
8924
|
+
"enumValues": null,
|
|
8925
|
+
"possibleTypes": null
|
|
8926
|
+
},
|
|
8927
|
+
{
|
|
8928
|
+
"kind": "INPUT_OBJECT",
|
|
8929
|
+
"name": "NavigationRecalculateInput",
|
|
8930
|
+
"description": "Input for the navigation recalculate",
|
|
8931
|
+
"fields": null,
|
|
8932
|
+
"inputFields": [
|
|
8933
|
+
{
|
|
8934
|
+
"name": "id",
|
|
8935
|
+
"description": "ID of the navigation session",
|
|
8936
|
+
"type": {
|
|
8937
|
+
"kind": "NON_NULL",
|
|
8938
|
+
"name": null,
|
|
8939
|
+
"ofType": {
|
|
8940
|
+
"kind": "SCALAR",
|
|
8941
|
+
"name": "ID",
|
|
8942
|
+
"ofType": null
|
|
8943
|
+
}
|
|
8944
|
+
},
|
|
8945
|
+
"defaultValue": null,
|
|
8946
|
+
"isDeprecated": false,
|
|
8947
|
+
"deprecationReason": null
|
|
8948
|
+
},
|
|
8949
|
+
{
|
|
8950
|
+
"name": "state_of_charge",
|
|
8951
|
+
"description": "State of charge at origin",
|
|
8952
|
+
"type": {
|
|
8953
|
+
"kind": "SCALAR",
|
|
8954
|
+
"name": "Float",
|
|
8955
|
+
"ofType": null
|
|
8956
|
+
},
|
|
8957
|
+
"defaultValue": null,
|
|
8958
|
+
"isDeprecated": false,
|
|
8959
|
+
"deprecationReason": null
|
|
8960
|
+
},
|
|
8961
|
+
{
|
|
8962
|
+
"name": "current_location",
|
|
8963
|
+
"description": "Origin location of a new route",
|
|
8964
|
+
"type": {
|
|
8965
|
+
"kind": "NON_NULL",
|
|
8966
|
+
"name": null,
|
|
8967
|
+
"ofType": {
|
|
8968
|
+
"kind": "INPUT_OBJECT",
|
|
8969
|
+
"name": "PointInput",
|
|
8970
|
+
"ofType": null
|
|
8971
|
+
}
|
|
8972
|
+
},
|
|
8973
|
+
"defaultValue": null,
|
|
8974
|
+
"isDeprecated": false,
|
|
8975
|
+
"deprecationReason": null
|
|
8976
|
+
},
|
|
8977
|
+
{
|
|
8978
|
+
"name": "via",
|
|
8979
|
+
"description": "Via points of a new route. If this field is not sent, the original via points will be used",
|
|
8980
|
+
"type": {
|
|
8981
|
+
"kind": "LIST",
|
|
8982
|
+
"name": null,
|
|
8983
|
+
"ofType": {
|
|
8984
|
+
"kind": "INPUT_OBJECT",
|
|
8985
|
+
"name": "FeaturePointInput",
|
|
8986
|
+
"ofType": null
|
|
8987
|
+
}
|
|
8988
|
+
},
|
|
8989
|
+
"defaultValue": null,
|
|
8990
|
+
"isDeprecated": false,
|
|
8991
|
+
"deprecationReason": null
|
|
8992
|
+
},
|
|
8993
|
+
{
|
|
8994
|
+
"name": "heading",
|
|
8995
|
+
"description": "Heading of a vehicle, in degrees",
|
|
8996
|
+
"type": {
|
|
8997
|
+
"kind": "SCALAR",
|
|
8998
|
+
"name": "Float",
|
|
8999
|
+
"ofType": null
|
|
9000
|
+
},
|
|
9001
|
+
"defaultValue": null,
|
|
9002
|
+
"isDeprecated": false,
|
|
9003
|
+
"deprecationReason": null
|
|
9004
|
+
}
|
|
9005
|
+
],
|
|
9006
|
+
"interfaces": null,
|
|
9007
|
+
"enumValues": null,
|
|
9008
|
+
"possibleTypes": null
|
|
9009
|
+
},
|
|
9010
|
+
{
|
|
9011
|
+
"kind": "INPUT_OBJECT",
|
|
9012
|
+
"name": "NavigationStartInput",
|
|
9013
|
+
"description": "Input for the navigation start",
|
|
9014
|
+
"fields": null,
|
|
9015
|
+
"inputFields": [
|
|
9016
|
+
{
|
|
9017
|
+
"name": "route_id",
|
|
9018
|
+
"description": "ID of the route of the navigation session",
|
|
9019
|
+
"type": {
|
|
9020
|
+
"kind": "NON_NULL",
|
|
9021
|
+
"name": null,
|
|
9022
|
+
"ofType": {
|
|
9023
|
+
"kind": "SCALAR",
|
|
9024
|
+
"name": "String",
|
|
9025
|
+
"ofType": null
|
|
9026
|
+
}
|
|
9027
|
+
},
|
|
9028
|
+
"defaultValue": null,
|
|
9029
|
+
"isDeprecated": false,
|
|
9030
|
+
"deprecationReason": null
|
|
9031
|
+
},
|
|
9032
|
+
{
|
|
9033
|
+
"name": "route_alternative_id",
|
|
9034
|
+
"description": "ID of the route alternative of the navigation session",
|
|
9035
|
+
"type": {
|
|
9036
|
+
"kind": "SCALAR",
|
|
9037
|
+
"name": "String",
|
|
9038
|
+
"ofType": null
|
|
9039
|
+
},
|
|
9040
|
+
"defaultValue": null,
|
|
9041
|
+
"isDeprecated": false,
|
|
9042
|
+
"deprecationReason": null
|
|
9043
|
+
},
|
|
9044
|
+
{
|
|
9045
|
+
"name": "current_location",
|
|
9046
|
+
"description": "Current coordinates",
|
|
9047
|
+
"type": {
|
|
9048
|
+
"kind": "NON_NULL",
|
|
9049
|
+
"name": null,
|
|
9050
|
+
"ofType": {
|
|
9051
|
+
"kind": "INPUT_OBJECT",
|
|
9052
|
+
"name": "PointInput",
|
|
9053
|
+
"ofType": null
|
|
9054
|
+
}
|
|
9055
|
+
},
|
|
9056
|
+
"defaultValue": null,
|
|
9057
|
+
"isDeprecated": false,
|
|
9058
|
+
"deprecationReason": null
|
|
9059
|
+
}
|
|
9060
|
+
],
|
|
9061
|
+
"interfaces": null,
|
|
9062
|
+
"enumValues": null,
|
|
9063
|
+
"possibleTypes": null
|
|
9064
|
+
},
|
|
9065
|
+
{
|
|
9066
|
+
"kind": "ENUM",
|
|
9067
|
+
"name": "NavigationState",
|
|
9068
|
+
"description": "State of navigation session",
|
|
9069
|
+
"fields": null,
|
|
9070
|
+
"inputFields": null,
|
|
9071
|
+
"interfaces": null,
|
|
9072
|
+
"enumValues": [
|
|
9073
|
+
{
|
|
9074
|
+
"name": "driving",
|
|
9075
|
+
"description": "Vehicle is driving",
|
|
9076
|
+
"isDeprecated": false,
|
|
9077
|
+
"deprecationReason": null
|
|
9078
|
+
},
|
|
9079
|
+
{
|
|
9080
|
+
"name": "charging",
|
|
9081
|
+
"description": "Vehicle is charging",
|
|
9082
|
+
"isDeprecated": false,
|
|
9083
|
+
"deprecationReason": null
|
|
9084
|
+
},
|
|
9085
|
+
{
|
|
9086
|
+
"name": "finished",
|
|
9087
|
+
"description": "Navigation session is completed (either manually or automatically 48 hours after the last update)",
|
|
9088
|
+
"isDeprecated": false,
|
|
9089
|
+
"deprecationReason": null
|
|
9090
|
+
},
|
|
9091
|
+
{
|
|
9092
|
+
"name": "error",
|
|
9093
|
+
"description": "Failed to update navigation session due to route error or not found",
|
|
9094
|
+
"isDeprecated": false,
|
|
9095
|
+
"deprecationReason": null
|
|
9096
|
+
}
|
|
9097
|
+
],
|
|
9098
|
+
"possibleTypes": null
|
|
9099
|
+
},
|
|
9100
|
+
{
|
|
9101
|
+
"kind": "OBJECT",
|
|
9102
|
+
"name": "NavigationStation",
|
|
9103
|
+
"description": "Navigation session station type",
|
|
9104
|
+
"fields": [
|
|
9105
|
+
{
|
|
9106
|
+
"name": "station_id",
|
|
9107
|
+
"description": "The ID as string of the charging station",
|
|
9108
|
+
"args": [],
|
|
9109
|
+
"type": {
|
|
9110
|
+
"kind": "SCALAR",
|
|
9111
|
+
"name": "String",
|
|
9112
|
+
"ofType": null
|
|
9113
|
+
},
|
|
9114
|
+
"isDeprecated": false,
|
|
9115
|
+
"deprecationReason": null
|
|
9116
|
+
},
|
|
9117
|
+
{
|
|
9118
|
+
"name": "station_location",
|
|
9119
|
+
"description": "GPS location of the charging station",
|
|
9120
|
+
"args": [],
|
|
9121
|
+
"type": {
|
|
9122
|
+
"kind": "OBJECT",
|
|
9123
|
+
"name": "Point",
|
|
9124
|
+
"ofType": null
|
|
9125
|
+
},
|
|
9126
|
+
"isDeprecated": false,
|
|
9127
|
+
"deprecationReason": null
|
|
9128
|
+
},
|
|
9129
|
+
{
|
|
9130
|
+
"name": "via",
|
|
9131
|
+
"description": "An array with all GPS locations of via points until the next charging station",
|
|
9132
|
+
"args": [],
|
|
9133
|
+
"type": {
|
|
9134
|
+
"kind": "LIST",
|
|
9135
|
+
"name": null,
|
|
9136
|
+
"ofType": {
|
|
9137
|
+
"kind": "OBJECT",
|
|
9138
|
+
"name": "Point",
|
|
9139
|
+
"ofType": null
|
|
9140
|
+
}
|
|
9141
|
+
},
|
|
9142
|
+
"isDeprecated": false,
|
|
9143
|
+
"deprecationReason": null
|
|
9144
|
+
},
|
|
9145
|
+
{
|
|
9146
|
+
"name": "estimated_state_of_charge",
|
|
9147
|
+
"description": "Estimated state of charge, in kWh, at arrival on the next charging station",
|
|
9148
|
+
"args": [],
|
|
9149
|
+
"type": {
|
|
9150
|
+
"kind": "SCALAR",
|
|
9151
|
+
"name": "Float",
|
|
9152
|
+
"ofType": null
|
|
9153
|
+
},
|
|
9154
|
+
"isDeprecated": false,
|
|
9155
|
+
"deprecationReason": null
|
|
9156
|
+
},
|
|
9157
|
+
{
|
|
9158
|
+
"name": "estimated_consumption",
|
|
9159
|
+
"description": "Estimated consumption, in kWh, from last the known location until the next charging station",
|
|
9160
|
+
"args": [],
|
|
9161
|
+
"type": {
|
|
9162
|
+
"kind": "SCALAR",
|
|
9163
|
+
"name": "Float",
|
|
9164
|
+
"ofType": null
|
|
9165
|
+
},
|
|
9166
|
+
"isDeprecated": false,
|
|
9167
|
+
"deprecationReason": null
|
|
9168
|
+
},
|
|
9169
|
+
{
|
|
9170
|
+
"name": "estimated_duration",
|
|
9171
|
+
"description": "Estimated duration, in seconds, from the last known location until the next charging station",
|
|
9172
|
+
"args": [],
|
|
9173
|
+
"type": {
|
|
9174
|
+
"kind": "SCALAR",
|
|
9175
|
+
"name": "Int",
|
|
9176
|
+
"ofType": null
|
|
9177
|
+
},
|
|
9178
|
+
"isDeprecated": false,
|
|
9179
|
+
"deprecationReason": null
|
|
9180
|
+
}
|
|
9181
|
+
],
|
|
9182
|
+
"inputFields": null,
|
|
9183
|
+
"interfaces": [],
|
|
9184
|
+
"enumValues": null,
|
|
9185
|
+
"possibleTypes": null
|
|
9186
|
+
},
|
|
9187
|
+
{
|
|
9188
|
+
"kind": "INPUT_OBJECT",
|
|
9189
|
+
"name": "NavigationTelemetryUpdateInput",
|
|
9190
|
+
"description": "Input for the navigation session update telemetry data",
|
|
9191
|
+
"fields": null,
|
|
9192
|
+
"inputFields": [
|
|
9193
|
+
{
|
|
9194
|
+
"name": "state_of_charge",
|
|
9195
|
+
"description": "State of charge at the last known location",
|
|
9196
|
+
"type": {
|
|
9197
|
+
"kind": "SCALAR",
|
|
9198
|
+
"name": "Float",
|
|
9199
|
+
"ofType": null
|
|
9200
|
+
},
|
|
9201
|
+
"defaultValue": null,
|
|
9202
|
+
"isDeprecated": false,
|
|
9203
|
+
"deprecationReason": null
|
|
9204
|
+
},
|
|
9205
|
+
{
|
|
9206
|
+
"name": "is_charging",
|
|
9207
|
+
"description": "Indicates if a vehicle is charging",
|
|
9208
|
+
"type": {
|
|
9209
|
+
"kind": "SCALAR",
|
|
9210
|
+
"name": "Boolean",
|
|
9211
|
+
"ofType": null
|
|
9212
|
+
},
|
|
9213
|
+
"defaultValue": null,
|
|
9214
|
+
"isDeprecated": false,
|
|
9215
|
+
"deprecationReason": null
|
|
9216
|
+
},
|
|
9217
|
+
{
|
|
9218
|
+
"name": "tire_pressure",
|
|
9219
|
+
"description": "Tire pressure. This information should come from telemetry",
|
|
9220
|
+
"type": {
|
|
9221
|
+
"kind": "SCALAR",
|
|
9222
|
+
"name": "Float",
|
|
9223
|
+
"ofType": null
|
|
9224
|
+
},
|
|
9225
|
+
"defaultValue": null,
|
|
9226
|
+
"isDeprecated": false,
|
|
9227
|
+
"deprecationReason": null
|
|
9228
|
+
}
|
|
9229
|
+
],
|
|
9230
|
+
"interfaces": null,
|
|
9231
|
+
"enumValues": null,
|
|
9232
|
+
"possibleTypes": null
|
|
9233
|
+
},
|
|
9234
|
+
{
|
|
9235
|
+
"kind": "INPUT_OBJECT",
|
|
9236
|
+
"name": "NavigationUpdateInput",
|
|
9237
|
+
"description": "Input for the navigation update",
|
|
9238
|
+
"fields": null,
|
|
9239
|
+
"inputFields": [
|
|
9240
|
+
{
|
|
9241
|
+
"name": "id",
|
|
9242
|
+
"description": "ID of the navigation session",
|
|
9243
|
+
"type": {
|
|
9244
|
+
"kind": "NON_NULL",
|
|
9245
|
+
"name": null,
|
|
9246
|
+
"ofType": {
|
|
9247
|
+
"kind": "SCALAR",
|
|
9248
|
+
"name": "ID",
|
|
9249
|
+
"ofType": null
|
|
9250
|
+
}
|
|
9251
|
+
},
|
|
9252
|
+
"defaultValue": null,
|
|
9253
|
+
"isDeprecated": false,
|
|
9254
|
+
"deprecationReason": null
|
|
9255
|
+
},
|
|
9256
|
+
{
|
|
9257
|
+
"name": "heading",
|
|
9258
|
+
"description": "Heading of a vehicle, in degrees",
|
|
9259
|
+
"type": {
|
|
9260
|
+
"kind": "SCALAR",
|
|
9261
|
+
"name": "Float",
|
|
9262
|
+
"ofType": null
|
|
9263
|
+
},
|
|
9264
|
+
"defaultValue": null,
|
|
9265
|
+
"isDeprecated": false,
|
|
9266
|
+
"deprecationReason": null
|
|
9267
|
+
},
|
|
9268
|
+
{
|
|
9269
|
+
"name": "locations_data",
|
|
9270
|
+
"description": "A list of locations that were collected since the last update",
|
|
9271
|
+
"type": {
|
|
9272
|
+
"kind": "NON_NULL",
|
|
9273
|
+
"name": null,
|
|
9274
|
+
"ofType": {
|
|
9275
|
+
"kind": "LIST",
|
|
9276
|
+
"name": null,
|
|
9277
|
+
"ofType": {
|
|
9278
|
+
"kind": "NON_NULL",
|
|
9279
|
+
"name": null,
|
|
9280
|
+
"ofType": {
|
|
9281
|
+
"kind": "INPUT_OBJECT",
|
|
9282
|
+
"name": "NavigationUpdateLocationsInput",
|
|
9283
|
+
"ofType": null
|
|
9284
|
+
}
|
|
9285
|
+
}
|
|
9286
|
+
}
|
|
9287
|
+
},
|
|
9288
|
+
"defaultValue": null,
|
|
9289
|
+
"isDeprecated": false,
|
|
9290
|
+
"deprecationReason": null
|
|
9291
|
+
},
|
|
9292
|
+
{
|
|
9293
|
+
"name": "telemetry",
|
|
9294
|
+
"description": "Telemetry data input",
|
|
9295
|
+
"type": {
|
|
9296
|
+
"kind": "INPUT_OBJECT",
|
|
9297
|
+
"name": "NavigationTelemetryUpdateInput",
|
|
9298
|
+
"ofType": null
|
|
9299
|
+
},
|
|
9300
|
+
"defaultValue": null,
|
|
9301
|
+
"isDeprecated": false,
|
|
9302
|
+
"deprecationReason": null
|
|
9303
|
+
}
|
|
9304
|
+
],
|
|
9305
|
+
"interfaces": null,
|
|
9306
|
+
"enumValues": null,
|
|
9307
|
+
"possibleTypes": null
|
|
9308
|
+
},
|
|
9309
|
+
{
|
|
9310
|
+
"kind": "INPUT_OBJECT",
|
|
9311
|
+
"name": "NavigationUpdateLocationPropertiesInput",
|
|
9312
|
+
"description": "Properties of the location",
|
|
9313
|
+
"fields": null,
|
|
9314
|
+
"inputFields": [
|
|
9315
|
+
{
|
|
9316
|
+
"name": "route_leg",
|
|
9317
|
+
"description": "Current route leg index corresponding to a location",
|
|
9318
|
+
"type": {
|
|
9319
|
+
"kind": "NON_NULL",
|
|
9320
|
+
"name": null,
|
|
9321
|
+
"ofType": {
|
|
9322
|
+
"kind": "SCALAR",
|
|
9323
|
+
"name": "Int",
|
|
9324
|
+
"ofType": null
|
|
9325
|
+
}
|
|
9326
|
+
},
|
|
9327
|
+
"defaultValue": null,
|
|
9328
|
+
"isDeprecated": false,
|
|
9329
|
+
"deprecationReason": null
|
|
9330
|
+
},
|
|
9331
|
+
{
|
|
9332
|
+
"name": "speed",
|
|
9333
|
+
"description": "Speed at a location, in km/h",
|
|
9334
|
+
"type": {
|
|
9335
|
+
"kind": "NON_NULL",
|
|
9336
|
+
"name": null,
|
|
9337
|
+
"ofType": {
|
|
9338
|
+
"kind": "SCALAR",
|
|
9339
|
+
"name": "Float",
|
|
9340
|
+
"ofType": null
|
|
9341
|
+
}
|
|
9342
|
+
},
|
|
9343
|
+
"defaultValue": null,
|
|
9344
|
+
"isDeprecated": false,
|
|
9345
|
+
"deprecationReason": null
|
|
9346
|
+
},
|
|
9347
|
+
{
|
|
9348
|
+
"name": "timestamp",
|
|
9349
|
+
"description": "UNIX timestamp at location, in seconds",
|
|
9350
|
+
"type": {
|
|
9351
|
+
"kind": "NON_NULL",
|
|
9352
|
+
"name": null,
|
|
9353
|
+
"ofType": {
|
|
9354
|
+
"kind": "SCALAR",
|
|
9355
|
+
"name": "Int",
|
|
9356
|
+
"ofType": null
|
|
9357
|
+
}
|
|
9358
|
+
},
|
|
9359
|
+
"defaultValue": null,
|
|
9360
|
+
"isDeprecated": false,
|
|
9361
|
+
"deprecationReason": null
|
|
9362
|
+
},
|
|
9363
|
+
{
|
|
9364
|
+
"name": "altitude",
|
|
9365
|
+
"description": "Altitude information, in meters. This is optional",
|
|
9366
|
+
"type": {
|
|
9367
|
+
"kind": "SCALAR",
|
|
9368
|
+
"name": "Int",
|
|
9369
|
+
"ofType": null
|
|
9370
|
+
},
|
|
9371
|
+
"defaultValue": null,
|
|
9372
|
+
"isDeprecated": false,
|
|
9373
|
+
"deprecationReason": null
|
|
9374
|
+
}
|
|
9375
|
+
],
|
|
9376
|
+
"interfaces": null,
|
|
9377
|
+
"enumValues": null,
|
|
9378
|
+
"possibleTypes": null
|
|
9379
|
+
},
|
|
9380
|
+
{
|
|
9381
|
+
"kind": "INPUT_OBJECT",
|
|
9382
|
+
"name": "NavigationUpdateLocationsInput",
|
|
9383
|
+
"description": "Input for the navigation update locations",
|
|
9384
|
+
"fields": null,
|
|
9385
|
+
"inputFields": [
|
|
9386
|
+
{
|
|
9387
|
+
"name": "geometry",
|
|
9388
|
+
"description": "GPS location",
|
|
9389
|
+
"type": {
|
|
9390
|
+
"kind": "NON_NULL",
|
|
9391
|
+
"name": null,
|
|
9392
|
+
"ofType": {
|
|
9393
|
+
"kind": "INPUT_OBJECT",
|
|
9394
|
+
"name": "PointInput",
|
|
9395
|
+
"ofType": null
|
|
9396
|
+
}
|
|
9397
|
+
},
|
|
9398
|
+
"defaultValue": null,
|
|
9399
|
+
"isDeprecated": false,
|
|
9400
|
+
"deprecationReason": null
|
|
9401
|
+
},
|
|
9402
|
+
{
|
|
9403
|
+
"name": "properties",
|
|
9404
|
+
"description": "Extra information about the location",
|
|
9405
|
+
"type": {
|
|
9406
|
+
"kind": "NON_NULL",
|
|
9407
|
+
"name": null,
|
|
9408
|
+
"ofType": {
|
|
9409
|
+
"kind": "INPUT_OBJECT",
|
|
9410
|
+
"name": "NavigationUpdateLocationPropertiesInput",
|
|
9411
|
+
"ofType": null
|
|
9412
|
+
}
|
|
9413
|
+
},
|
|
9414
|
+
"defaultValue": null,
|
|
9415
|
+
"isDeprecated": false,
|
|
9416
|
+
"deprecationReason": null
|
|
9417
|
+
}
|
|
9418
|
+
],
|
|
9419
|
+
"interfaces": null,
|
|
9420
|
+
"enumValues": null,
|
|
9421
|
+
"possibleTypes": null
|
|
9422
|
+
},
|
|
9423
|
+
{
|
|
9424
|
+
"kind": "OBJECT",
|
|
9425
|
+
"name": "OCPIAdditionalGeoLocation",
|
|
9426
|
+
"description": "This class defines an additional geo location that is relevant for the Charge Point. The geodetic system to be used is WGS 84.",
|
|
9427
|
+
"fields": [
|
|
9428
|
+
{
|
|
9429
|
+
"name": "latitude",
|
|
9430
|
+
"description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}",
|
|
9431
|
+
"args": [],
|
|
9432
|
+
"type": {
|
|
9433
|
+
"kind": "SCALAR",
|
|
9434
|
+
"name": "String",
|
|
9435
|
+
"ofType": null
|
|
9436
|
+
},
|
|
9437
|
+
"isDeprecated": false,
|
|
9438
|
+
"deprecationReason": null
|
|
9439
|
+
},
|
|
9440
|
+
{
|
|
9441
|
+
"name": "longitude",
|
|
9442
|
+
"description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}",
|
|
9443
|
+
"args": [],
|
|
9444
|
+
"type": {
|
|
9445
|
+
"kind": "SCALAR",
|
|
9446
|
+
"name": "String",
|
|
9447
|
+
"ofType": null
|
|
9448
|
+
},
|
|
9449
|
+
"isDeprecated": false,
|
|
9450
|
+
"deprecationReason": null
|
|
9451
|
+
},
|
|
9452
|
+
{
|
|
9453
|
+
"name": "name",
|
|
9454
|
+
"description": "Name of the point in local language or as written at the location. For example the street name of a parking lot entrance or it’s number.",
|
|
9455
|
+
"args": [],
|
|
9456
|
+
"type": {
|
|
9457
|
+
"kind": "OBJECT",
|
|
9458
|
+
"name": "OCPIDisplayText",
|
|
9459
|
+
"ofType": null
|
|
9460
|
+
},
|
|
9461
|
+
"isDeprecated": false,
|
|
9462
|
+
"deprecationReason": null
|
|
9463
|
+
}
|
|
9464
|
+
],
|
|
9465
|
+
"inputFields": null,
|
|
9466
|
+
"interfaces": [],
|
|
9467
|
+
"enumValues": null,
|
|
9468
|
+
"possibleTypes": null
|
|
9469
|
+
},
|
|
9470
|
+
{
|
|
9471
|
+
"kind": "ENUM",
|
|
9472
|
+
"name": "OCPICapability",
|
|
9473
|
+
"description": "The capabilities of an EVSE.",
|
|
9474
|
+
"fields": null,
|
|
9475
|
+
"inputFields": null,
|
|
9476
|
+
"interfaces": null,
|
|
9477
|
+
"enumValues": [
|
|
9478
|
+
{
|
|
9479
|
+
"name": "CHARGING_PROFILE_CAPABLE",
|
|
9480
|
+
"description": "The EVSE supports charging profiles.",
|
|
9481
|
+
"isDeprecated": false,
|
|
9482
|
+
"deprecationReason": null
|
|
9483
|
+
},
|
|
9484
|
+
{
|
|
9485
|
+
"name": "CHARGING_PREFERENCES_CAPABLE",
|
|
9486
|
+
"description": "The EVSE supports charging preferences.",
|
|
9487
|
+
"isDeprecated": false,
|
|
9488
|
+
"deprecationReason": null
|
|
9489
|
+
},
|
|
9490
|
+
{
|
|
9491
|
+
"name": "CHIP_CARD_SUPPORT",
|
|
9492
|
+
"description": "EVSE has a payment terminal that supports chip cards.",
|
|
9493
|
+
"isDeprecated": false,
|
|
9494
|
+
"deprecationReason": null
|
|
9495
|
+
},
|
|
9496
|
+
{
|
|
9497
|
+
"name": "CONTACTLESS_CARD_SUPPORT",
|
|
9498
|
+
"description": "EVSE has a payment terminal that supports contactless cards.",
|
|
9499
|
+
"isDeprecated": false,
|
|
9500
|
+
"deprecationReason": null
|
|
9501
|
+
},
|
|
9502
|
+
{
|
|
9503
|
+
"name": "CREDIT_CARD_PAYABLE",
|
|
9504
|
+
"description": "EVSE has a payment terminal that makes it possible to pay for charging using a credit card.",
|
|
9505
|
+
"isDeprecated": false,
|
|
9506
|
+
"deprecationReason": null
|
|
9507
|
+
},
|
|
9508
|
+
{
|
|
9509
|
+
"name": "DEBIT_CARD_PAYABLE",
|
|
9510
|
+
"description": "EVSE has a payment terminal that makes it possible to pay for charging using a debit card.",
|
|
8588
9511
|
"isDeprecated": false,
|
|
8589
9512
|
"deprecationReason": null
|
|
8590
9513
|
},
|
|
@@ -10878,6 +11801,18 @@
|
|
|
10878
11801
|
},
|
|
10879
11802
|
"isDeprecated": false,
|
|
10880
11803
|
"deprecationReason": null
|
|
11804
|
+
},
|
|
11805
|
+
{
|
|
11806
|
+
"name": "stateOfCharge",
|
|
11807
|
+
"description": "State of charge, in kWh, of a route path segment",
|
|
11808
|
+
"args": [],
|
|
11809
|
+
"type": {
|
|
11810
|
+
"kind": "SCALAR",
|
|
11811
|
+
"name": "Float",
|
|
11812
|
+
"ofType": null
|
|
11813
|
+
},
|
|
11814
|
+
"isDeprecated": false,
|
|
11815
|
+
"deprecationReason": null
|
|
10881
11816
|
}
|
|
10882
11817
|
],
|
|
10883
11818
|
"inputFields": null,
|
|
@@ -11557,6 +12492,35 @@
|
|
|
11557
12492
|
"isDeprecated": false,
|
|
11558
12493
|
"deprecationReason": null
|
|
11559
12494
|
},
|
|
12495
|
+
{
|
|
12496
|
+
"name": "navigation",
|
|
12497
|
+
"description": "[BETA] Get a navigation session by ID",
|
|
12498
|
+
"args": [
|
|
12499
|
+
{
|
|
12500
|
+
"name": "id",
|
|
12501
|
+
"description": "ID of the navigation session to retrieve",
|
|
12502
|
+
"type": {
|
|
12503
|
+
"kind": "NON_NULL",
|
|
12504
|
+
"name": null,
|
|
12505
|
+
"ofType": {
|
|
12506
|
+
"kind": "SCALAR",
|
|
12507
|
+
"name": "ID",
|
|
12508
|
+
"ofType": null
|
|
12509
|
+
}
|
|
12510
|
+
},
|
|
12511
|
+
"defaultValue": null,
|
|
12512
|
+
"isDeprecated": false,
|
|
12513
|
+
"deprecationReason": null
|
|
12514
|
+
}
|
|
12515
|
+
],
|
|
12516
|
+
"type": {
|
|
12517
|
+
"kind": "OBJECT",
|
|
12518
|
+
"name": "Navigation",
|
|
12519
|
+
"ofType": null
|
|
12520
|
+
},
|
|
12521
|
+
"isDeprecated": false,
|
|
12522
|
+
"deprecationReason": null
|
|
12523
|
+
},
|
|
11560
12524
|
{
|
|
11561
12525
|
"name": "operatorList",
|
|
11562
12526
|
"description": "Get a full list of operators",
|
|
@@ -11902,7 +12866,7 @@
|
|
|
11902
12866
|
"args": [
|
|
11903
12867
|
{
|
|
11904
12868
|
"name": "query",
|
|
11905
|
-
"description": "
|
|
12869
|
+
"description": "Deprecated: Replaced by filter & search params",
|
|
11906
12870
|
"type": {
|
|
11907
12871
|
"kind": "INPUT_OBJECT",
|
|
11908
12872
|
"name": "StationListQuery",
|
|
@@ -11912,6 +12876,30 @@
|
|
|
11912
12876
|
"isDeprecated": false,
|
|
11913
12877
|
"deprecationReason": null
|
|
11914
12878
|
},
|
|
12879
|
+
{
|
|
12880
|
+
"name": "filter",
|
|
12881
|
+
"description": "Filter station result",
|
|
12882
|
+
"type": {
|
|
12883
|
+
"kind": "INPUT_OBJECT",
|
|
12884
|
+
"name": "StationListFilter",
|
|
12885
|
+
"ofType": null
|
|
12886
|
+
},
|
|
12887
|
+
"defaultValue": null,
|
|
12888
|
+
"isDeprecated": false,
|
|
12889
|
+
"deprecationReason": null
|
|
12890
|
+
},
|
|
12891
|
+
{
|
|
12892
|
+
"name": "search",
|
|
12893
|
+
"description": "Search for stations by name, id and external id",
|
|
12894
|
+
"type": {
|
|
12895
|
+
"kind": "SCALAR",
|
|
12896
|
+
"name": "String",
|
|
12897
|
+
"ofType": null
|
|
12898
|
+
},
|
|
12899
|
+
"defaultValue": null,
|
|
12900
|
+
"isDeprecated": false,
|
|
12901
|
+
"deprecationReason": null
|
|
12902
|
+
},
|
|
11915
12903
|
{
|
|
11916
12904
|
"name": "size",
|
|
11917
12905
|
"description": "Number of elements (count) to return, default: 10",
|
|
@@ -11955,15 +12943,35 @@
|
|
|
11955
12943
|
"args": [
|
|
11956
12944
|
{
|
|
11957
12945
|
"name": "query",
|
|
11958
|
-
"description": "
|
|
12946
|
+
"description": "Deprecated: Replaced by filter and search params",
|
|
11959
12947
|
"type": {
|
|
11960
|
-
"kind": "
|
|
11961
|
-
"name":
|
|
11962
|
-
"ofType":
|
|
11963
|
-
|
|
11964
|
-
|
|
11965
|
-
|
|
11966
|
-
|
|
12948
|
+
"kind": "INPUT_OBJECT",
|
|
12949
|
+
"name": "StationAroundQuery",
|
|
12950
|
+
"ofType": null
|
|
12951
|
+
},
|
|
12952
|
+
"defaultValue": null,
|
|
12953
|
+
"isDeprecated": false,
|
|
12954
|
+
"deprecationReason": null
|
|
12955
|
+
},
|
|
12956
|
+
{
|
|
12957
|
+
"name": "filter",
|
|
12958
|
+
"description": "Filter station around result",
|
|
12959
|
+
"type": {
|
|
12960
|
+
"kind": "INPUT_OBJECT",
|
|
12961
|
+
"name": "StationAroundFilter",
|
|
12962
|
+
"ofType": null
|
|
12963
|
+
},
|
|
12964
|
+
"defaultValue": null,
|
|
12965
|
+
"isDeprecated": false,
|
|
12966
|
+
"deprecationReason": null
|
|
12967
|
+
},
|
|
12968
|
+
{
|
|
12969
|
+
"name": "search",
|
|
12970
|
+
"description": "Search for stations around by name, id and external id",
|
|
12971
|
+
"type": {
|
|
12972
|
+
"kind": "SCALAR",
|
|
12973
|
+
"name": "String",
|
|
12974
|
+
"ofType": null
|
|
11967
12975
|
},
|
|
11968
12976
|
"defaultValue": null,
|
|
11969
12977
|
"isDeprecated": false,
|
|
@@ -12078,11 +13086,11 @@
|
|
|
12078
13086
|
},
|
|
12079
13087
|
{
|
|
12080
13088
|
"name": "navigationMapping",
|
|
12081
|
-
"description": "
|
|
13089
|
+
"description": "Deprecated: This query will be removed in favor of navigation query and subscription. Mapping can be retrieved via the instructions field.",
|
|
12082
13090
|
"args": [
|
|
12083
13091
|
{
|
|
12084
13092
|
"name": "id",
|
|
12085
|
-
"description": "ID of a route",
|
|
13093
|
+
"description": "ID of a route that needs to be mapped to navigation service provider specific format",
|
|
12086
13094
|
"type": {
|
|
12087
13095
|
"kind": "NON_NULL",
|
|
12088
13096
|
"name": null,
|
|
@@ -12114,7 +13122,7 @@
|
|
|
12114
13122
|
},
|
|
12115
13123
|
{
|
|
12116
13124
|
"name": "precision",
|
|
12117
|
-
"description": "Number of decimals used for
|
|
13125
|
+
"description": "Number of decimals used for Google Polyline encoding Algorithm. Allowed values are 5 or 6, default is 5",
|
|
12118
13126
|
"type": {
|
|
12119
13127
|
"kind": "SCALAR",
|
|
12120
13128
|
"name": "Int",
|
|
@@ -12126,7 +13134,7 @@
|
|
|
12126
13134
|
},
|
|
12127
13135
|
{
|
|
12128
13136
|
"name": "language",
|
|
12129
|
-
"description": "Preferred language
|
|
13137
|
+
"description": "Preferred language (defaults to 'en')",
|
|
12130
13138
|
"type": {
|
|
12131
13139
|
"kind": "ENUM",
|
|
12132
13140
|
"name": "MappingLanguage",
|
|
@@ -12285,7 +13293,7 @@
|
|
|
12285
13293
|
"fields": [
|
|
12286
13294
|
{
|
|
12287
13295
|
"name": "capacity",
|
|
12288
|
-
"description": "
|
|
13296
|
+
"description": "Usable capacity of the battery used to compute the route. If this in not filled in, value as the car batteryUsableKwh",
|
|
12289
13297
|
"args": [],
|
|
12290
13298
|
"type": {
|
|
12291
13299
|
"kind": "OBJECT",
|
|
@@ -12297,7 +13305,7 @@
|
|
|
12297
13305
|
},
|
|
12298
13306
|
{
|
|
12299
13307
|
"name": "capacityKwh",
|
|
12300
|
-
"description": "Usable capacity of a battery, in kWh. This value is computed from the provided capacity value
|
|
13308
|
+
"description": "Usable capacity of a battery, in kWh. This value is computed from the provided capacity value",
|
|
12301
13309
|
"args": [],
|
|
12302
13310
|
"type": {
|
|
12303
13311
|
"kind": "SCALAR",
|
|
@@ -12309,7 +13317,7 @@
|
|
|
12309
13317
|
},
|
|
12310
13318
|
{
|
|
12311
13319
|
"name": "stateOfCharge",
|
|
12312
|
-
"description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and it will be equal to the batteryUsableKwh
|
|
13320
|
+
"description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and it will be equal to the batteryUsableKwh",
|
|
12313
13321
|
"args": [],
|
|
12314
13322
|
"type": {
|
|
12315
13323
|
"kind": "OBJECT",
|
|
@@ -12321,7 +13329,7 @@
|
|
|
12321
13329
|
},
|
|
12322
13330
|
{
|
|
12323
13331
|
"name": "stateOfChargeKwh",
|
|
12324
|
-
"description": "Current amount of energy in a battery, in kWh. This value is computed from the provided state of charge
|
|
13332
|
+
"description": "Current amount of energy in a battery, in kWh. This value is computed from the provided state of charge",
|
|
12325
13333
|
"args": [],
|
|
12326
13334
|
"type": {
|
|
12327
13335
|
"kind": "SCALAR",
|
|
@@ -12333,7 +13341,7 @@
|
|
|
12333
13341
|
},
|
|
12334
13342
|
{
|
|
12335
13343
|
"name": "finalStateOfCharge",
|
|
12336
|
-
"description": "Desired final amount of energy in a battery. If this is not filled in, it will be set to 20% of the car batteryUsableKwh
|
|
13344
|
+
"description": "Desired final amount of energy in a battery. If this is not filled in, it will be set to 20% of the car batteryUsableKwh",
|
|
12337
13345
|
"args": [],
|
|
12338
13346
|
"type": {
|
|
12339
13347
|
"kind": "OBJECT",
|
|
@@ -12345,7 +13353,7 @@
|
|
|
12345
13353
|
},
|
|
12346
13354
|
{
|
|
12347
13355
|
"name": "finalStateOfChargeKwh",
|
|
12348
|
-
"description": "Desired final amount of energy in a battery, in kWh. This value is computed from the provided final state of charge
|
|
13356
|
+
"description": "Desired final amount of energy in a battery, in kWh. This value is computed from the provided final state of charge",
|
|
12349
13357
|
"args": [],
|
|
12350
13358
|
"type": {
|
|
12351
13359
|
"kind": "SCALAR",
|
|
@@ -12369,7 +13377,7 @@
|
|
|
12369
13377
|
"inputFields": [
|
|
12370
13378
|
{
|
|
12371
13379
|
"name": "capacity",
|
|
12372
|
-
"description": "Usable capacity of a battery used to compute a route.
|
|
13380
|
+
"description": "Usable capacity of a battery used to compute a route. We recommend you stay between 50% and 150%. If this in not filled in, we assume it is the same value as the car batteryUsableKwh",
|
|
12373
13381
|
"type": {
|
|
12374
13382
|
"kind": "INPUT_OBJECT",
|
|
12375
13383
|
"name": "RequestEvBatteryInputValue",
|
|
@@ -12381,7 +13389,7 @@
|
|
|
12381
13389
|
},
|
|
12382
13390
|
{
|
|
12383
13391
|
"name": "stateOfCharge",
|
|
12384
|
-
"description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and we fill it in with car batteryUsableKwh
|
|
13392
|
+
"description": "Current amount of energy in a battery. If this is not filled in, we assume the battery is full and we fill it in with car batteryUsableKwh",
|
|
12385
13393
|
"type": {
|
|
12386
13394
|
"kind": "INPUT_OBJECT",
|
|
12387
13395
|
"name": "RequestEvBatteryInputValue",
|
|
@@ -12393,7 +13401,7 @@
|
|
|
12393
13401
|
},
|
|
12394
13402
|
{
|
|
12395
13403
|
"name": "finalStateOfCharge",
|
|
12396
|
-
"description": "Desired final amount of energy in a battery. If this is not filled in, we assume it is 20% of the car batteryUsableKwh
|
|
13404
|
+
"description": "Desired final amount of energy in a battery. If this is not filled in, we assume it is 20% of the car batteryUsableKwh",
|
|
12397
13405
|
"type": {
|
|
12398
13406
|
"kind": "INPUT_OBJECT",
|
|
12399
13407
|
"name": "RequestEvBatteryInputValue",
|
|
@@ -13203,7 +14211,7 @@
|
|
|
13203
14211
|
},
|
|
13204
14212
|
{
|
|
13205
14213
|
"name": "instructions",
|
|
13206
|
-
"description": "
|
|
14214
|
+
"description": "Deprecated: all routes will have turn-by-turn instructions prepared. Boolean will be ignored",
|
|
13207
14215
|
"type": {
|
|
13208
14216
|
"kind": "SCALAR",
|
|
13209
14217
|
"name": "Boolean",
|
|
@@ -13823,6 +14831,18 @@
|
|
|
13823
14831
|
"isDeprecated": false,
|
|
13824
14832
|
"deprecationReason": null
|
|
13825
14833
|
},
|
|
14834
|
+
{
|
|
14835
|
+
"name": "app",
|
|
14836
|
+
"description": "Application who requested a route",
|
|
14837
|
+
"args": [],
|
|
14838
|
+
"type": {
|
|
14839
|
+
"kind": "OBJECT",
|
|
14840
|
+
"name": "RouteApp",
|
|
14841
|
+
"ofType": null
|
|
14842
|
+
},
|
|
14843
|
+
"isDeprecated": false,
|
|
14844
|
+
"deprecationReason": null
|
|
14845
|
+
},
|
|
13826
14846
|
{
|
|
13827
14847
|
"name": "status",
|
|
13828
14848
|
"description": "Route status",
|
|
@@ -13884,7 +14904,7 @@
|
|
|
13884
14904
|
},
|
|
13885
14905
|
{
|
|
13886
14906
|
"name": "chargesAvailable",
|
|
13887
|
-
"description": "Number of available charges along a route
|
|
14907
|
+
"description": "Number of available charges along a route",
|
|
13888
14908
|
"args": [],
|
|
13889
14909
|
"type": {
|
|
13890
14910
|
"kind": "SCALAR",
|
|
@@ -13896,7 +14916,7 @@
|
|
|
13896
14916
|
},
|
|
13897
14917
|
{
|
|
13898
14918
|
"name": "chargesOccupied",
|
|
13899
|
-
"description": "Number of occupied charges along a route
|
|
14919
|
+
"description": "Number of occupied charges along a route",
|
|
13900
14920
|
"args": [],
|
|
13901
14921
|
"type": {
|
|
13902
14922
|
"kind": "SCALAR",
|
|
@@ -13908,7 +14928,7 @@
|
|
|
13908
14928
|
},
|
|
13909
14929
|
{
|
|
13910
14930
|
"name": "chargesUnknown",
|
|
13911
|
-
"description": "Number of unknown charges along a route
|
|
14931
|
+
"description": "Number of unknown charges along a route",
|
|
13912
14932
|
"args": [],
|
|
13913
14933
|
"type": {
|
|
13914
14934
|
"kind": "SCALAR",
|
|
@@ -13920,7 +14940,7 @@
|
|
|
13920
14940
|
},
|
|
13921
14941
|
{
|
|
13922
14942
|
"name": "chargesOutOfOrder",
|
|
13923
|
-
"description": "Number of out of order charges along a route
|
|
14943
|
+
"description": "Number of out of order charges along a route",
|
|
13924
14944
|
"args": [],
|
|
13925
14945
|
"type": {
|
|
13926
14946
|
"kind": "SCALAR",
|
|
@@ -13932,7 +14952,7 @@
|
|
|
13932
14952
|
},
|
|
13933
14953
|
{
|
|
13934
14954
|
"name": "distance",
|
|
13935
|
-
"description": "Total distance of a route in meters
|
|
14955
|
+
"description": "Total distance of a route in meters",
|
|
13936
14956
|
"args": [],
|
|
13937
14957
|
"type": {
|
|
13938
14958
|
"kind": "SCALAR",
|
|
@@ -14040,7 +15060,7 @@
|
|
|
14040
15060
|
},
|
|
14041
15061
|
{
|
|
14042
15062
|
"name": "rangeEndKwh",
|
|
14043
|
-
"description": "Remaining range, energy in kWh, at the end of a trip
|
|
15063
|
+
"description": "Remaining range, energy in kWh, at the end of a trip",
|
|
14044
15064
|
"args": [],
|
|
14045
15065
|
"type": {
|
|
14046
15066
|
"kind": "SCALAR",
|
|
@@ -14052,7 +15072,7 @@
|
|
|
14052
15072
|
},
|
|
14053
15073
|
{
|
|
14054
15074
|
"name": "rangeEndPercentage",
|
|
14055
|
-
"description": "Remaining range, energy in percentage, at the end of a trip
|
|
15075
|
+
"description": "Remaining range, energy in percentage, at the end of a trip",
|
|
14056
15076
|
"args": [],
|
|
14057
15077
|
"type": {
|
|
14058
15078
|
"kind": "SCALAR",
|
|
@@ -14349,6 +15369,29 @@
|
|
|
14349
15369
|
],
|
|
14350
15370
|
"possibleTypes": null
|
|
14351
15371
|
},
|
|
15372
|
+
{
|
|
15373
|
+
"kind": "OBJECT",
|
|
15374
|
+
"name": "RouteApp",
|
|
15375
|
+
"description": null,
|
|
15376
|
+
"fields": [
|
|
15377
|
+
{
|
|
15378
|
+
"name": "id",
|
|
15379
|
+
"description": "ID of the app who requested a route",
|
|
15380
|
+
"args": [],
|
|
15381
|
+
"type": {
|
|
15382
|
+
"kind": "SCALAR",
|
|
15383
|
+
"name": "ID",
|
|
15384
|
+
"ofType": null
|
|
15385
|
+
},
|
|
15386
|
+
"isDeprecated": false,
|
|
15387
|
+
"deprecationReason": null
|
|
15388
|
+
}
|
|
15389
|
+
],
|
|
15390
|
+
"inputFields": null,
|
|
15391
|
+
"interfaces": [],
|
|
15392
|
+
"enumValues": null,
|
|
15393
|
+
"possibleTypes": null
|
|
15394
|
+
},
|
|
14352
15395
|
{
|
|
14353
15396
|
"kind": "OBJECT",
|
|
14354
15397
|
"name": "RouteInstruction",
|
|
@@ -14741,7 +15784,7 @@
|
|
|
14741
15784
|
},
|
|
14742
15785
|
{
|
|
14743
15786
|
"name": "rangeEndPercentage",
|
|
14744
|
-
"description": "Remaining range, energy in percentage, at the end of a trip
|
|
15787
|
+
"description": "Remaining range, energy in percentage, at the end of a trip",
|
|
14745
15788
|
"args": [],
|
|
14746
15789
|
"type": {
|
|
14747
15790
|
"kind": "SCALAR",
|
|
@@ -15557,8 +16600,20 @@
|
|
|
15557
16600
|
"deprecationReason": null
|
|
15558
16601
|
},
|
|
15559
16602
|
{
|
|
15560
|
-
"name": "distance",
|
|
15561
|
-
"description": "Distance, in meters, of a route path segment",
|
|
16603
|
+
"name": "distance",
|
|
16604
|
+
"description": "Distance, in meters, of a route path segment",
|
|
16605
|
+
"args": [],
|
|
16606
|
+
"type": {
|
|
16607
|
+
"kind": "SCALAR",
|
|
16608
|
+
"name": "Float",
|
|
16609
|
+
"ofType": null
|
|
16610
|
+
},
|
|
16611
|
+
"isDeprecated": false,
|
|
16612
|
+
"deprecationReason": null
|
|
16613
|
+
},
|
|
16614
|
+
{
|
|
16615
|
+
"name": "duration",
|
|
16616
|
+
"description": "Duration, in seconds, of a route path segment",
|
|
15562
16617
|
"args": [],
|
|
15563
16618
|
"type": {
|
|
15564
16619
|
"kind": "SCALAR",
|
|
@@ -15569,8 +16624,8 @@
|
|
|
15569
16624
|
"deprecationReason": null
|
|
15570
16625
|
},
|
|
15571
16626
|
{
|
|
15572
|
-
"name": "
|
|
15573
|
-
"description": "
|
|
16627
|
+
"name": "stateOfCharge",
|
|
16628
|
+
"description": "State of charge, in kWh, of a route path segment",
|
|
15574
16629
|
"args": [],
|
|
15575
16630
|
"type": {
|
|
15576
16631
|
"kind": "SCALAR",
|
|
@@ -15866,6 +16921,12 @@
|
|
|
15866
16921
|
"description": null,
|
|
15867
16922
|
"isDeprecated": false,
|
|
15868
16923
|
"deprecationReason": null
|
|
16924
|
+
},
|
|
16925
|
+
{
|
|
16926
|
+
"name": "walking",
|
|
16927
|
+
"description": null,
|
|
16928
|
+
"isDeprecated": false,
|
|
16929
|
+
"deprecationReason": null
|
|
15869
16930
|
}
|
|
15870
16931
|
],
|
|
15871
16932
|
"possibleTypes": null
|
|
@@ -16434,7 +17495,7 @@
|
|
|
16434
17495
|
},
|
|
16435
17496
|
{
|
|
16436
17497
|
"kind": "INPUT_OBJECT",
|
|
16437
|
-
"name": "
|
|
17498
|
+
"name": "StationAroundFilter",
|
|
16438
17499
|
"description": "Filter which can be applied to retrieve the station around list action",
|
|
16439
17500
|
"fields": null,
|
|
16440
17501
|
"inputFields": [
|
|
@@ -16442,11 +17503,35 @@
|
|
|
16442
17503
|
"name": "location",
|
|
16443
17504
|
"description": "The GeoJSON Point of the center of the around me circle",
|
|
16444
17505
|
"type": {
|
|
16445
|
-
"kind": "
|
|
17506
|
+
"kind": "INPUT_OBJECT",
|
|
17507
|
+
"name": "PointInput",
|
|
17508
|
+
"ofType": null
|
|
17509
|
+
},
|
|
17510
|
+
"defaultValue": null,
|
|
17511
|
+
"isDeprecated": false,
|
|
17512
|
+
"deprecationReason": null
|
|
17513
|
+
},
|
|
17514
|
+
{
|
|
17515
|
+
"name": "distance",
|
|
17516
|
+
"description": "Distance, in meters, to search around",
|
|
17517
|
+
"type": {
|
|
17518
|
+
"kind": "SCALAR",
|
|
17519
|
+
"name": "Int",
|
|
17520
|
+
"ofType": null
|
|
17521
|
+
},
|
|
17522
|
+
"defaultValue": null,
|
|
17523
|
+
"isDeprecated": false,
|
|
17524
|
+
"deprecationReason": null
|
|
17525
|
+
},
|
|
17526
|
+
{
|
|
17527
|
+
"name": "powers",
|
|
17528
|
+
"description": "Powers in kWh",
|
|
17529
|
+
"type": {
|
|
17530
|
+
"kind": "LIST",
|
|
16446
17531
|
"name": null,
|
|
16447
17532
|
"ofType": {
|
|
16448
|
-
"kind": "
|
|
16449
|
-
"name": "
|
|
17533
|
+
"kind": "SCALAR",
|
|
17534
|
+
"name": "Float",
|
|
16450
17535
|
"ofType": null
|
|
16451
17536
|
}
|
|
16452
17537
|
},
|
|
@@ -16455,14 +17540,46 @@
|
|
|
16455
17540
|
"deprecationReason": null
|
|
16456
17541
|
},
|
|
16457
17542
|
{
|
|
16458
|
-
"name": "
|
|
16459
|
-
"description": "
|
|
17543
|
+
"name": "amenities",
|
|
17544
|
+
"description": "Amenities available near a station",
|
|
16460
17545
|
"type": {
|
|
16461
|
-
"kind": "
|
|
17546
|
+
"kind": "LIST",
|
|
16462
17547
|
"name": null,
|
|
16463
17548
|
"ofType": {
|
|
16464
|
-
"kind": "
|
|
16465
|
-
"name": "
|
|
17549
|
+
"kind": "ENUM",
|
|
17550
|
+
"name": "Amenities",
|
|
17551
|
+
"ofType": null
|
|
17552
|
+
}
|
|
17553
|
+
},
|
|
17554
|
+
"defaultValue": null,
|
|
17555
|
+
"isDeprecated": false,
|
|
17556
|
+
"deprecationReason": null
|
|
17557
|
+
},
|
|
17558
|
+
{
|
|
17559
|
+
"name": "power_groups",
|
|
17560
|
+
"description": "Station speed",
|
|
17561
|
+
"type": {
|
|
17562
|
+
"kind": "LIST",
|
|
17563
|
+
"name": null,
|
|
17564
|
+
"ofType": {
|
|
17565
|
+
"kind": "ENUM",
|
|
17566
|
+
"name": "StationSpeedType",
|
|
17567
|
+
"ofType": null
|
|
17568
|
+
}
|
|
17569
|
+
},
|
|
17570
|
+
"defaultValue": null,
|
|
17571
|
+
"isDeprecated": false,
|
|
17572
|
+
"deprecationReason": null
|
|
17573
|
+
},
|
|
17574
|
+
{
|
|
17575
|
+
"name": "connectors",
|
|
17576
|
+
"description": "Station socket or plug standards",
|
|
17577
|
+
"type": {
|
|
17578
|
+
"kind": "LIST",
|
|
17579
|
+
"name": null,
|
|
17580
|
+
"ofType": {
|
|
17581
|
+
"kind": "ENUM",
|
|
17582
|
+
"name": "ConnectorType",
|
|
16466
17583
|
"ofType": null
|
|
16467
17584
|
}
|
|
16468
17585
|
},
|
|
@@ -16470,6 +17587,65 @@
|
|
|
16470
17587
|
"isDeprecated": false,
|
|
16471
17588
|
"deprecationReason": null
|
|
16472
17589
|
},
|
|
17590
|
+
{
|
|
17591
|
+
"name": "available_only",
|
|
17592
|
+
"description": "Flag that allows you to return only available stations",
|
|
17593
|
+
"type": {
|
|
17594
|
+
"kind": "SCALAR",
|
|
17595
|
+
"name": "Boolean",
|
|
17596
|
+
"ofType": null
|
|
17597
|
+
},
|
|
17598
|
+
"defaultValue": null,
|
|
17599
|
+
"isDeprecated": false,
|
|
17600
|
+
"deprecationReason": null
|
|
17601
|
+
},
|
|
17602
|
+
{
|
|
17603
|
+
"name": "preferred_operator",
|
|
17604
|
+
"description": "Flag indicating if only stations that are owned by an operator from a clients ranking list are returned",
|
|
17605
|
+
"type": {
|
|
17606
|
+
"kind": "SCALAR",
|
|
17607
|
+
"name": "Boolean",
|
|
17608
|
+
"ofType": null
|
|
17609
|
+
},
|
|
17610
|
+
"defaultValue": null,
|
|
17611
|
+
"isDeprecated": false,
|
|
17612
|
+
"deprecationReason": null
|
|
17613
|
+
}
|
|
17614
|
+
],
|
|
17615
|
+
"interfaces": null,
|
|
17616
|
+
"enumValues": null,
|
|
17617
|
+
"possibleTypes": null
|
|
17618
|
+
},
|
|
17619
|
+
{
|
|
17620
|
+
"kind": "INPUT_OBJECT",
|
|
17621
|
+
"name": "StationAroundQuery",
|
|
17622
|
+
"description": "Deprecated: Replaced by filter & search params",
|
|
17623
|
+
"fields": null,
|
|
17624
|
+
"inputFields": [
|
|
17625
|
+
{
|
|
17626
|
+
"name": "location",
|
|
17627
|
+
"description": "The GeoJSON Point of the center of the around me circle",
|
|
17628
|
+
"type": {
|
|
17629
|
+
"kind": "INPUT_OBJECT",
|
|
17630
|
+
"name": "PointInput",
|
|
17631
|
+
"ofType": null
|
|
17632
|
+
},
|
|
17633
|
+
"defaultValue": null,
|
|
17634
|
+
"isDeprecated": false,
|
|
17635
|
+
"deprecationReason": null
|
|
17636
|
+
},
|
|
17637
|
+
{
|
|
17638
|
+
"name": "distance",
|
|
17639
|
+
"description": "Distance, in meters, to search around",
|
|
17640
|
+
"type": {
|
|
17641
|
+
"kind": "SCALAR",
|
|
17642
|
+
"name": "Int",
|
|
17643
|
+
"ofType": null
|
|
17644
|
+
},
|
|
17645
|
+
"defaultValue": null,
|
|
17646
|
+
"isDeprecated": false,
|
|
17647
|
+
"deprecationReason": null
|
|
17648
|
+
},
|
|
16473
17649
|
{
|
|
16474
17650
|
"name": "power",
|
|
16475
17651
|
"description": "Power in kWh",
|
|
@@ -16488,7 +17664,7 @@
|
|
|
16488
17664
|
},
|
|
16489
17665
|
{
|
|
16490
17666
|
"name": "amenities",
|
|
16491
|
-
"description": "
|
|
17667
|
+
"description": "Amenities available near a station. Values: restaurant, bathroom, supermarket, playground, coffee, shopping, museum, hotel, park",
|
|
16492
17668
|
"type": {
|
|
16493
17669
|
"kind": "LIST",
|
|
16494
17670
|
"name": null,
|
|
@@ -16509,9 +17685,108 @@
|
|
|
16509
17685
|
},
|
|
16510
17686
|
{
|
|
16511
17687
|
"kind": "INPUT_OBJECT",
|
|
16512
|
-
"name": "
|
|
17688
|
+
"name": "StationListFilter",
|
|
16513
17689
|
"description": "Filter which can be applied to retrieve the station list action",
|
|
16514
17690
|
"fields": null,
|
|
17691
|
+
"inputFields": [
|
|
17692
|
+
{
|
|
17693
|
+
"name": "powers",
|
|
17694
|
+
"description": "Powers in kWh",
|
|
17695
|
+
"type": {
|
|
17696
|
+
"kind": "LIST",
|
|
17697
|
+
"name": null,
|
|
17698
|
+
"ofType": {
|
|
17699
|
+
"kind": "SCALAR",
|
|
17700
|
+
"name": "Float",
|
|
17701
|
+
"ofType": null
|
|
17702
|
+
}
|
|
17703
|
+
},
|
|
17704
|
+
"defaultValue": null,
|
|
17705
|
+
"isDeprecated": false,
|
|
17706
|
+
"deprecationReason": null
|
|
17707
|
+
},
|
|
17708
|
+
{
|
|
17709
|
+
"name": "amenities",
|
|
17710
|
+
"description": "Amenities available near a station",
|
|
17711
|
+
"type": {
|
|
17712
|
+
"kind": "LIST",
|
|
17713
|
+
"name": null,
|
|
17714
|
+
"ofType": {
|
|
17715
|
+
"kind": "ENUM",
|
|
17716
|
+
"name": "Amenities",
|
|
17717
|
+
"ofType": null
|
|
17718
|
+
}
|
|
17719
|
+
},
|
|
17720
|
+
"defaultValue": null,
|
|
17721
|
+
"isDeprecated": false,
|
|
17722
|
+
"deprecationReason": null
|
|
17723
|
+
},
|
|
17724
|
+
{
|
|
17725
|
+
"name": "power_groups",
|
|
17726
|
+
"description": "Station speed",
|
|
17727
|
+
"type": {
|
|
17728
|
+
"kind": "LIST",
|
|
17729
|
+
"name": null,
|
|
17730
|
+
"ofType": {
|
|
17731
|
+
"kind": "ENUM",
|
|
17732
|
+
"name": "StationSpeedType",
|
|
17733
|
+
"ofType": null
|
|
17734
|
+
}
|
|
17735
|
+
},
|
|
17736
|
+
"defaultValue": null,
|
|
17737
|
+
"isDeprecated": false,
|
|
17738
|
+
"deprecationReason": null
|
|
17739
|
+
},
|
|
17740
|
+
{
|
|
17741
|
+
"name": "connectors",
|
|
17742
|
+
"description": "Station socket or plug standards",
|
|
17743
|
+
"type": {
|
|
17744
|
+
"kind": "LIST",
|
|
17745
|
+
"name": null,
|
|
17746
|
+
"ofType": {
|
|
17747
|
+
"kind": "ENUM",
|
|
17748
|
+
"name": "ConnectorType",
|
|
17749
|
+
"ofType": null
|
|
17750
|
+
}
|
|
17751
|
+
},
|
|
17752
|
+
"defaultValue": null,
|
|
17753
|
+
"isDeprecated": false,
|
|
17754
|
+
"deprecationReason": null
|
|
17755
|
+
},
|
|
17756
|
+
{
|
|
17757
|
+
"name": "available_only",
|
|
17758
|
+
"description": "Flag that allows you to return only available stations",
|
|
17759
|
+
"type": {
|
|
17760
|
+
"kind": "SCALAR",
|
|
17761
|
+
"name": "Boolean",
|
|
17762
|
+
"ofType": null
|
|
17763
|
+
},
|
|
17764
|
+
"defaultValue": null,
|
|
17765
|
+
"isDeprecated": false,
|
|
17766
|
+
"deprecationReason": null
|
|
17767
|
+
},
|
|
17768
|
+
{
|
|
17769
|
+
"name": "preferred_operator",
|
|
17770
|
+
"description": "Flag indicating if only stations that are owned by an operator from a clients ranking list are returned",
|
|
17771
|
+
"type": {
|
|
17772
|
+
"kind": "SCALAR",
|
|
17773
|
+
"name": "Boolean",
|
|
17774
|
+
"ofType": null
|
|
17775
|
+
},
|
|
17776
|
+
"defaultValue": null,
|
|
17777
|
+
"isDeprecated": false,
|
|
17778
|
+
"deprecationReason": null
|
|
17779
|
+
}
|
|
17780
|
+
],
|
|
17781
|
+
"interfaces": null,
|
|
17782
|
+
"enumValues": null,
|
|
17783
|
+
"possibleTypes": null
|
|
17784
|
+
},
|
|
17785
|
+
{
|
|
17786
|
+
"kind": "INPUT_OBJECT",
|
|
17787
|
+
"name": "StationListQuery",
|
|
17788
|
+
"description": "Deprecated: Replaced by filter & search params",
|
|
17789
|
+
"fields": null,
|
|
16515
17790
|
"inputFields": [
|
|
16516
17791
|
{
|
|
16517
17792
|
"name": "id",
|
|
@@ -16771,6 +18046,12 @@
|
|
|
16771
18046
|
"description": "This step is a ferry",
|
|
16772
18047
|
"isDeprecated": false,
|
|
16773
18048
|
"deprecationReason": null
|
|
18049
|
+
},
|
|
18050
|
+
{
|
|
18051
|
+
"name": "walking",
|
|
18052
|
+
"description": "This step is reachable by walking",
|
|
18053
|
+
"isDeprecated": false,
|
|
18054
|
+
"deprecationReason": null
|
|
16774
18055
|
}
|
|
16775
18056
|
],
|
|
16776
18057
|
"possibleTypes": null
|
|
@@ -16780,6 +18061,35 @@
|
|
|
16780
18061
|
"name": "Subscription",
|
|
16781
18062
|
"description": null,
|
|
16782
18063
|
"fields": [
|
|
18064
|
+
{
|
|
18065
|
+
"name": "navigationUpdatedById",
|
|
18066
|
+
"description": "[BETA] Subscribe to navigation session system event updates. We strongly recommend using this at all times to not miss any updates",
|
|
18067
|
+
"args": [
|
|
18068
|
+
{
|
|
18069
|
+
"name": "id",
|
|
18070
|
+
"description": null,
|
|
18071
|
+
"type": {
|
|
18072
|
+
"kind": "NON_NULL",
|
|
18073
|
+
"name": null,
|
|
18074
|
+
"ofType": {
|
|
18075
|
+
"kind": "SCALAR",
|
|
18076
|
+
"name": "ID",
|
|
18077
|
+
"ofType": null
|
|
18078
|
+
}
|
|
18079
|
+
},
|
|
18080
|
+
"defaultValue": null,
|
|
18081
|
+
"isDeprecated": false,
|
|
18082
|
+
"deprecationReason": null
|
|
18083
|
+
}
|
|
18084
|
+
],
|
|
18085
|
+
"type": {
|
|
18086
|
+
"kind": "OBJECT",
|
|
18087
|
+
"name": "Navigation",
|
|
18088
|
+
"ofType": null
|
|
18089
|
+
},
|
|
18090
|
+
"isDeprecated": false,
|
|
18091
|
+
"deprecationReason": null
|
|
18092
|
+
},
|
|
16783
18093
|
{
|
|
16784
18094
|
"name": "operatorAdded",
|
|
16785
18095
|
"description": "Subscription for a new operator was added in the system event",
|
|
@@ -17013,6 +18323,16 @@
|
|
|
17013
18323
|
"enumValues": null,
|
|
17014
18324
|
"possibleTypes": null
|
|
17015
18325
|
},
|
|
18326
|
+
{
|
|
18327
|
+
"kind": "SCALAR",
|
|
18328
|
+
"name": "Void",
|
|
18329
|
+
"description": "Void custom scalar",
|
|
18330
|
+
"fields": null,
|
|
18331
|
+
"inputFields": null,
|
|
18332
|
+
"interfaces": null,
|
|
18333
|
+
"enumValues": null,
|
|
18334
|
+
"possibleTypes": null
|
|
18335
|
+
},
|
|
17016
18336
|
{
|
|
17017
18337
|
"kind": "OBJECT",
|
|
17018
18338
|
"name": "__Schema",
|