@chargetrip/types 1.25.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +20 -5
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +20 -5
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/ts/graphql.d.ts +90 -32
- package/graphql.schema.json +411 -46
- package/package.json +2 -2
- package/src/graphql.ts +93 -32
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",
|
|
@@ -8499,7 +8570,7 @@
|
|
|
8499
8570
|
"name": null,
|
|
8500
8571
|
"ofType": {
|
|
8501
8572
|
"kind": "INPUT_OBJECT",
|
|
8502
|
-
"name": "
|
|
8573
|
+
"name": "NavigationRecalculateInput",
|
|
8503
8574
|
"ofType": null
|
|
8504
8575
|
}
|
|
8505
8576
|
},
|
|
@@ -8855,7 +8926,7 @@
|
|
|
8855
8926
|
},
|
|
8856
8927
|
{
|
|
8857
8928
|
"kind": "INPUT_OBJECT",
|
|
8858
|
-
"name": "
|
|
8929
|
+
"name": "NavigationRecalculateInput",
|
|
8859
8930
|
"description": "Input for the navigation recalculate",
|
|
8860
8931
|
"fields": null,
|
|
8861
8932
|
"inputFields": [
|
|
@@ -9000,25 +9071,25 @@
|
|
|
9000
9071
|
"interfaces": null,
|
|
9001
9072
|
"enumValues": [
|
|
9002
9073
|
{
|
|
9003
|
-
"name": "
|
|
9074
|
+
"name": "driving",
|
|
9004
9075
|
"description": "Vehicle is driving",
|
|
9005
9076
|
"isDeprecated": false,
|
|
9006
9077
|
"deprecationReason": null
|
|
9007
9078
|
},
|
|
9008
9079
|
{
|
|
9009
|
-
"name": "
|
|
9080
|
+
"name": "charging",
|
|
9010
9081
|
"description": "Vehicle is charging",
|
|
9011
9082
|
"isDeprecated": false,
|
|
9012
9083
|
"deprecationReason": null
|
|
9013
9084
|
},
|
|
9014
9085
|
{
|
|
9015
|
-
"name": "
|
|
9086
|
+
"name": "finished",
|
|
9016
9087
|
"description": "Navigation session is completed (either manually or automatically 48 hours after the last update)",
|
|
9017
9088
|
"isDeprecated": false,
|
|
9018
9089
|
"deprecationReason": null
|
|
9019
9090
|
},
|
|
9020
9091
|
{
|
|
9021
|
-
"name": "
|
|
9092
|
+
"name": "error",
|
|
9022
9093
|
"description": "Failed to update navigation session due to route error or not found",
|
|
9023
9094
|
"isDeprecated": false,
|
|
9024
9095
|
"deprecationReason": null
|
|
@@ -9259,7 +9330,7 @@
|
|
|
9259
9330
|
},
|
|
9260
9331
|
{
|
|
9261
9332
|
"name": "speed",
|
|
9262
|
-
"description": "Speed at a location",
|
|
9333
|
+
"description": "Speed at a location, in km/h",
|
|
9263
9334
|
"type": {
|
|
9264
9335
|
"kind": "NON_NULL",
|
|
9265
9336
|
"name": null,
|
|
@@ -9275,7 +9346,7 @@
|
|
|
9275
9346
|
},
|
|
9276
9347
|
{
|
|
9277
9348
|
"name": "timestamp",
|
|
9278
|
-
"description": "UNIX timestamp at location",
|
|
9349
|
+
"description": "UNIX timestamp at location, in seconds",
|
|
9279
9350
|
"type": {
|
|
9280
9351
|
"kind": "NON_NULL",
|
|
9281
9352
|
"name": null,
|
|
@@ -9291,7 +9362,7 @@
|
|
|
9291
9362
|
},
|
|
9292
9363
|
{
|
|
9293
9364
|
"name": "altitude",
|
|
9294
|
-
"description": "Altitude information. This is optional",
|
|
9365
|
+
"description": "Altitude information, in meters. This is optional",
|
|
9295
9366
|
"type": {
|
|
9296
9367
|
"kind": "SCALAR",
|
|
9297
9368
|
"name": "Int",
|
|
@@ -11730,6 +11801,18 @@
|
|
|
11730
11801
|
},
|
|
11731
11802
|
"isDeprecated": false,
|
|
11732
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
|
|
11733
11816
|
}
|
|
11734
11817
|
],
|
|
11735
11818
|
"inputFields": null,
|
|
@@ -12783,7 +12866,7 @@
|
|
|
12783
12866
|
"args": [
|
|
12784
12867
|
{
|
|
12785
12868
|
"name": "query",
|
|
12786
|
-
"description": "
|
|
12869
|
+
"description": "Deprecated: Replaced by filter & search params",
|
|
12787
12870
|
"type": {
|
|
12788
12871
|
"kind": "INPUT_OBJECT",
|
|
12789
12872
|
"name": "StationListQuery",
|
|
@@ -12793,6 +12876,30 @@
|
|
|
12793
12876
|
"isDeprecated": false,
|
|
12794
12877
|
"deprecationReason": null
|
|
12795
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
|
+
},
|
|
12796
12903
|
{
|
|
12797
12904
|
"name": "size",
|
|
12798
12905
|
"description": "Number of elements (count) to return, default: 10",
|
|
@@ -12836,15 +12943,35 @@
|
|
|
12836
12943
|
"args": [
|
|
12837
12944
|
{
|
|
12838
12945
|
"name": "query",
|
|
12839
|
-
"description": "
|
|
12946
|
+
"description": "Deprecated: Replaced by filter and search params",
|
|
12840
12947
|
"type": {
|
|
12841
|
-
"kind": "
|
|
12842
|
-
"name":
|
|
12843
|
-
"ofType":
|
|
12844
|
-
|
|
12845
|
-
|
|
12846
|
-
|
|
12847
|
-
|
|
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
|
|
12848
12975
|
},
|
|
12849
12976
|
"defaultValue": null,
|
|
12850
12977
|
"isDeprecated": false,
|
|
@@ -13166,7 +13293,7 @@
|
|
|
13166
13293
|
"fields": [
|
|
13167
13294
|
{
|
|
13168
13295
|
"name": "capacity",
|
|
13169
|
-
"description": "
|
|
13296
|
+
"description": "Usable capacity of the battery used to compute the route. If this in not filled in, value as the car batteryUsableKwh",
|
|
13170
13297
|
"args": [],
|
|
13171
13298
|
"type": {
|
|
13172
13299
|
"kind": "OBJECT",
|
|
@@ -13178,7 +13305,7 @@
|
|
|
13178
13305
|
},
|
|
13179
13306
|
{
|
|
13180
13307
|
"name": "capacityKwh",
|
|
13181
|
-
"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",
|
|
13182
13309
|
"args": [],
|
|
13183
13310
|
"type": {
|
|
13184
13311
|
"kind": "SCALAR",
|
|
@@ -13190,7 +13317,7 @@
|
|
|
13190
13317
|
},
|
|
13191
13318
|
{
|
|
13192
13319
|
"name": "stateOfCharge",
|
|
13193
|
-
"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",
|
|
13194
13321
|
"args": [],
|
|
13195
13322
|
"type": {
|
|
13196
13323
|
"kind": "OBJECT",
|
|
@@ -13202,7 +13329,7 @@
|
|
|
13202
13329
|
},
|
|
13203
13330
|
{
|
|
13204
13331
|
"name": "stateOfChargeKwh",
|
|
13205
|
-
"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",
|
|
13206
13333
|
"args": [],
|
|
13207
13334
|
"type": {
|
|
13208
13335
|
"kind": "SCALAR",
|
|
@@ -13214,7 +13341,7 @@
|
|
|
13214
13341
|
},
|
|
13215
13342
|
{
|
|
13216
13343
|
"name": "finalStateOfCharge",
|
|
13217
|
-
"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",
|
|
13218
13345
|
"args": [],
|
|
13219
13346
|
"type": {
|
|
13220
13347
|
"kind": "OBJECT",
|
|
@@ -13226,7 +13353,7 @@
|
|
|
13226
13353
|
},
|
|
13227
13354
|
{
|
|
13228
13355
|
"name": "finalStateOfChargeKwh",
|
|
13229
|
-
"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",
|
|
13230
13357
|
"args": [],
|
|
13231
13358
|
"type": {
|
|
13232
13359
|
"kind": "SCALAR",
|
|
@@ -13250,7 +13377,7 @@
|
|
|
13250
13377
|
"inputFields": [
|
|
13251
13378
|
{
|
|
13252
13379
|
"name": "capacity",
|
|
13253
|
-
"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",
|
|
13254
13381
|
"type": {
|
|
13255
13382
|
"kind": "INPUT_OBJECT",
|
|
13256
13383
|
"name": "RequestEvBatteryInputValue",
|
|
@@ -13262,7 +13389,7 @@
|
|
|
13262
13389
|
},
|
|
13263
13390
|
{
|
|
13264
13391
|
"name": "stateOfCharge",
|
|
13265
|
-
"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",
|
|
13266
13393
|
"type": {
|
|
13267
13394
|
"kind": "INPUT_OBJECT",
|
|
13268
13395
|
"name": "RequestEvBatteryInputValue",
|
|
@@ -13274,7 +13401,7 @@
|
|
|
13274
13401
|
},
|
|
13275
13402
|
{
|
|
13276
13403
|
"name": "finalStateOfCharge",
|
|
13277
|
-
"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",
|
|
13278
13405
|
"type": {
|
|
13279
13406
|
"kind": "INPUT_OBJECT",
|
|
13280
13407
|
"name": "RequestEvBatteryInputValue",
|
|
@@ -14777,7 +14904,7 @@
|
|
|
14777
14904
|
},
|
|
14778
14905
|
{
|
|
14779
14906
|
"name": "chargesAvailable",
|
|
14780
|
-
"description": "Number of available charges along a route
|
|
14907
|
+
"description": "Number of available charges along a route",
|
|
14781
14908
|
"args": [],
|
|
14782
14909
|
"type": {
|
|
14783
14910
|
"kind": "SCALAR",
|
|
@@ -14789,7 +14916,7 @@
|
|
|
14789
14916
|
},
|
|
14790
14917
|
{
|
|
14791
14918
|
"name": "chargesOccupied",
|
|
14792
|
-
"description": "Number of occupied charges along a route
|
|
14919
|
+
"description": "Number of occupied charges along a route",
|
|
14793
14920
|
"args": [],
|
|
14794
14921
|
"type": {
|
|
14795
14922
|
"kind": "SCALAR",
|
|
@@ -14801,7 +14928,7 @@
|
|
|
14801
14928
|
},
|
|
14802
14929
|
{
|
|
14803
14930
|
"name": "chargesUnknown",
|
|
14804
|
-
"description": "Number of unknown charges along a route
|
|
14931
|
+
"description": "Number of unknown charges along a route",
|
|
14805
14932
|
"args": [],
|
|
14806
14933
|
"type": {
|
|
14807
14934
|
"kind": "SCALAR",
|
|
@@ -14813,7 +14940,7 @@
|
|
|
14813
14940
|
},
|
|
14814
14941
|
{
|
|
14815
14942
|
"name": "chargesOutOfOrder",
|
|
14816
|
-
"description": "Number of out of order charges along a route
|
|
14943
|
+
"description": "Number of out of order charges along a route",
|
|
14817
14944
|
"args": [],
|
|
14818
14945
|
"type": {
|
|
14819
14946
|
"kind": "SCALAR",
|
|
@@ -14825,7 +14952,7 @@
|
|
|
14825
14952
|
},
|
|
14826
14953
|
{
|
|
14827
14954
|
"name": "distance",
|
|
14828
|
-
"description": "Total distance of a route in meters
|
|
14955
|
+
"description": "Total distance of a route in meters",
|
|
14829
14956
|
"args": [],
|
|
14830
14957
|
"type": {
|
|
14831
14958
|
"kind": "SCALAR",
|
|
@@ -14933,7 +15060,7 @@
|
|
|
14933
15060
|
},
|
|
14934
15061
|
{
|
|
14935
15062
|
"name": "rangeEndKwh",
|
|
14936
|
-
"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",
|
|
14937
15064
|
"args": [],
|
|
14938
15065
|
"type": {
|
|
14939
15066
|
"kind": "SCALAR",
|
|
@@ -14945,7 +15072,7 @@
|
|
|
14945
15072
|
},
|
|
14946
15073
|
{
|
|
14947
15074
|
"name": "rangeEndPercentage",
|
|
14948
|
-
"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",
|
|
14949
15076
|
"args": [],
|
|
14950
15077
|
"type": {
|
|
14951
15078
|
"kind": "SCALAR",
|
|
@@ -15657,7 +15784,7 @@
|
|
|
15657
15784
|
},
|
|
15658
15785
|
{
|
|
15659
15786
|
"name": "rangeEndPercentage",
|
|
15660
|
-
"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",
|
|
15661
15788
|
"args": [],
|
|
15662
15789
|
"type": {
|
|
15663
15790
|
"kind": "SCALAR",
|
|
@@ -16495,6 +16622,18 @@
|
|
|
16495
16622
|
},
|
|
16496
16623
|
"isDeprecated": false,
|
|
16497
16624
|
"deprecationReason": null
|
|
16625
|
+
},
|
|
16626
|
+
{
|
|
16627
|
+
"name": "stateOfCharge",
|
|
16628
|
+
"description": "State of charge, in kWh, of a route path segment",
|
|
16629
|
+
"args": [],
|
|
16630
|
+
"type": {
|
|
16631
|
+
"kind": "SCALAR",
|
|
16632
|
+
"name": "Float",
|
|
16633
|
+
"ofType": null
|
|
16634
|
+
},
|
|
16635
|
+
"isDeprecated": false,
|
|
16636
|
+
"deprecationReason": null
|
|
16498
16637
|
}
|
|
16499
16638
|
],
|
|
16500
16639
|
"inputFields": null,
|
|
@@ -16782,6 +16921,12 @@
|
|
|
16782
16921
|
"description": null,
|
|
16783
16922
|
"isDeprecated": false,
|
|
16784
16923
|
"deprecationReason": null
|
|
16924
|
+
},
|
|
16925
|
+
{
|
|
16926
|
+
"name": "walking",
|
|
16927
|
+
"description": null,
|
|
16928
|
+
"isDeprecated": false,
|
|
16929
|
+
"deprecationReason": null
|
|
16785
16930
|
}
|
|
16786
16931
|
],
|
|
16787
16932
|
"possibleTypes": null
|
|
@@ -17350,7 +17495,7 @@
|
|
|
17350
17495
|
},
|
|
17351
17496
|
{
|
|
17352
17497
|
"kind": "INPUT_OBJECT",
|
|
17353
|
-
"name": "
|
|
17498
|
+
"name": "StationAroundFilter",
|
|
17354
17499
|
"description": "Filter which can be applied to retrieve the station around list action",
|
|
17355
17500
|
"fields": null,
|
|
17356
17501
|
"inputFields": [
|
|
@@ -17358,11 +17503,35 @@
|
|
|
17358
17503
|
"name": "location",
|
|
17359
17504
|
"description": "The GeoJSON Point of the center of the around me circle",
|
|
17360
17505
|
"type": {
|
|
17361
|
-
"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",
|
|
17362
17531
|
"name": null,
|
|
17363
17532
|
"ofType": {
|
|
17364
|
-
"kind": "
|
|
17365
|
-
"name": "
|
|
17533
|
+
"kind": "SCALAR",
|
|
17534
|
+
"name": "Float",
|
|
17366
17535
|
"ofType": null
|
|
17367
17536
|
}
|
|
17368
17537
|
},
|
|
@@ -17371,14 +17540,46 @@
|
|
|
17371
17540
|
"deprecationReason": null
|
|
17372
17541
|
},
|
|
17373
17542
|
{
|
|
17374
|
-
"name": "
|
|
17375
|
-
"description": "
|
|
17543
|
+
"name": "amenities",
|
|
17544
|
+
"description": "Amenities available near a station",
|
|
17376
17545
|
"type": {
|
|
17377
|
-
"kind": "
|
|
17546
|
+
"kind": "LIST",
|
|
17378
17547
|
"name": null,
|
|
17379
17548
|
"ofType": {
|
|
17380
|
-
"kind": "
|
|
17381
|
-
"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",
|
|
17382
17583
|
"ofType": null
|
|
17383
17584
|
}
|
|
17384
17585
|
},
|
|
@@ -17386,6 +17587,65 @@
|
|
|
17386
17587
|
"isDeprecated": false,
|
|
17387
17588
|
"deprecationReason": null
|
|
17388
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
|
+
},
|
|
17389
17649
|
{
|
|
17390
17650
|
"name": "power",
|
|
17391
17651
|
"description": "Power in kWh",
|
|
@@ -17404,7 +17664,7 @@
|
|
|
17404
17664
|
},
|
|
17405
17665
|
{
|
|
17406
17666
|
"name": "amenities",
|
|
17407
|
-
"description": "
|
|
17667
|
+
"description": "Amenities available near a station. Values: restaurant, bathroom, supermarket, playground, coffee, shopping, museum, hotel, park",
|
|
17408
17668
|
"type": {
|
|
17409
17669
|
"kind": "LIST",
|
|
17410
17670
|
"name": null,
|
|
@@ -17425,9 +17685,108 @@
|
|
|
17425
17685
|
},
|
|
17426
17686
|
{
|
|
17427
17687
|
"kind": "INPUT_OBJECT",
|
|
17428
|
-
"name": "
|
|
17688
|
+
"name": "StationListFilter",
|
|
17429
17689
|
"description": "Filter which can be applied to retrieve the station list action",
|
|
17430
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,
|
|
17431
17790
|
"inputFields": [
|
|
17432
17791
|
{
|
|
17433
17792
|
"name": "id",
|
|
@@ -17687,6 +18046,12 @@
|
|
|
17687
18046
|
"description": "This step is a ferry",
|
|
17688
18047
|
"isDeprecated": false,
|
|
17689
18048
|
"deprecationReason": null
|
|
18049
|
+
},
|
|
18050
|
+
{
|
|
18051
|
+
"name": "walking",
|
|
18052
|
+
"description": "This step is reachable by walking",
|
|
18053
|
+
"isDeprecated": false,
|
|
18054
|
+
"deprecationReason": null
|
|
17690
18055
|
}
|
|
17691
18056
|
],
|
|
17692
18057
|
"possibleTypes": null
|