@chargetrip/types 1.39.0 → 1.40.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 +7 -0
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +87 -12
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +87 -12
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +653 -340
- package/graphql.schema.json +1725 -381
- package/package.json +1 -1
- package/src/graphql.ts +680 -340
package/graphql.schema.json
CHANGED
|
@@ -113,6 +113,30 @@
|
|
|
113
113
|
"isDeprecated": false,
|
|
114
114
|
"deprecationReason": null
|
|
115
115
|
},
|
|
116
|
+
{
|
|
117
|
+
"name": "state_province",
|
|
118
|
+
"description": "State or province.",
|
|
119
|
+
"args": [],
|
|
120
|
+
"type": {
|
|
121
|
+
"kind": "SCALAR",
|
|
122
|
+
"name": "String",
|
|
123
|
+
"ofType": null
|
|
124
|
+
},
|
|
125
|
+
"isDeprecated": false,
|
|
126
|
+
"deprecationReason": null
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "municipality",
|
|
130
|
+
"description": "Municipality.",
|
|
131
|
+
"args": [],
|
|
132
|
+
"type": {
|
|
133
|
+
"kind": "SCALAR",
|
|
134
|
+
"name": "String",
|
|
135
|
+
"ofType": null
|
|
136
|
+
},
|
|
137
|
+
"isDeprecated": false,
|
|
138
|
+
"deprecationReason": null
|
|
139
|
+
},
|
|
116
140
|
{
|
|
117
141
|
"name": "city",
|
|
118
142
|
"description": "City.",
|
|
@@ -151,7 +175,47 @@
|
|
|
151
175
|
},
|
|
152
176
|
{
|
|
153
177
|
"name": "postalCode",
|
|
154
|
-
"description": "Postal code of
|
|
178
|
+
"description": "Postal code of the location.",
|
|
179
|
+
"args": [],
|
|
180
|
+
"type": {
|
|
181
|
+
"kind": "SCALAR",
|
|
182
|
+
"name": "String",
|
|
183
|
+
"ofType": null
|
|
184
|
+
},
|
|
185
|
+
"isDeprecated": true,
|
|
186
|
+
"deprecationReason": "In favor of postal_code."
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "what3Words",
|
|
190
|
+
"description": "String composed of 3 words which represent the location of an address on the globe. More details: http://w3w.co/<what3Words>.",
|
|
191
|
+
"args": [],
|
|
192
|
+
"type": {
|
|
193
|
+
"kind": "SCALAR",
|
|
194
|
+
"name": "String",
|
|
195
|
+
"ofType": null
|
|
196
|
+
},
|
|
197
|
+
"isDeprecated": true,
|
|
198
|
+
"deprecationReason": "In favor of what_3_words."
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "formattedAddress",
|
|
202
|
+
"description": "Human-readable address of the location.",
|
|
203
|
+
"args": [],
|
|
204
|
+
"type": {
|
|
205
|
+
"kind": "LIST",
|
|
206
|
+
"name": null,
|
|
207
|
+
"ofType": {
|
|
208
|
+
"kind": "SCALAR",
|
|
209
|
+
"name": "String",
|
|
210
|
+
"ofType": null
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"isDeprecated": true,
|
|
214
|
+
"deprecationReason": "In favor of formatted_address."
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "postal_code",
|
|
218
|
+
"description": "Postal code of the location.",
|
|
155
219
|
"args": [],
|
|
156
220
|
"type": {
|
|
157
221
|
"kind": "SCALAR",
|
|
@@ -162,7 +226,7 @@
|
|
|
162
226
|
"deprecationReason": null
|
|
163
227
|
},
|
|
164
228
|
{
|
|
165
|
-
"name": "
|
|
229
|
+
"name": "what_3_words",
|
|
166
230
|
"description": "String composed of 3 words which represent the location of an address on the globe. More details: http://w3w.co/<what3Words>.",
|
|
167
231
|
"args": [],
|
|
168
232
|
"type": {
|
|
@@ -174,8 +238,8 @@
|
|
|
174
238
|
"deprecationReason": null
|
|
175
239
|
},
|
|
176
240
|
{
|
|
177
|
-
"name": "
|
|
178
|
-
"description": "Human-readable address of
|
|
241
|
+
"name": "formatted_address",
|
|
242
|
+
"description": "Human-readable address of the location.",
|
|
179
243
|
"args": [],
|
|
180
244
|
"type": {
|
|
181
245
|
"kind": "LIST",
|
|
@@ -6534,11 +6598,11 @@
|
|
|
6534
6598
|
{
|
|
6535
6599
|
"kind": "OBJECT",
|
|
6536
6600
|
"name": "Charger",
|
|
6537
|
-
"description": "A
|
|
6601
|
+
"description": "A grouped representation of EVSEs.",
|
|
6538
6602
|
"fields": [
|
|
6539
6603
|
{
|
|
6540
6604
|
"name": "standard",
|
|
6541
|
-
"description": "Type of charger",
|
|
6605
|
+
"description": "Type of a charger.",
|
|
6542
6606
|
"args": [],
|
|
6543
6607
|
"type": {
|
|
6544
6608
|
"kind": "ENUM",
|
|
@@ -6550,7 +6614,7 @@
|
|
|
6550
6614
|
},
|
|
6551
6615
|
{
|
|
6552
6616
|
"name": "power",
|
|
6553
|
-
"description": "Power of a charger",
|
|
6617
|
+
"description": "Power of a charger.",
|
|
6554
6618
|
"args": [],
|
|
6555
6619
|
"type": {
|
|
6556
6620
|
"kind": "SCALAR",
|
|
@@ -6562,7 +6626,7 @@
|
|
|
6562
6626
|
},
|
|
6563
6627
|
{
|
|
6564
6628
|
"name": "price",
|
|
6565
|
-
"description": "Price of a charger",
|
|
6629
|
+
"description": "Price of a charger.",
|
|
6566
6630
|
"args": [],
|
|
6567
6631
|
"type": {
|
|
6568
6632
|
"kind": "SCALAR",
|
|
@@ -6574,7 +6638,7 @@
|
|
|
6574
6638
|
},
|
|
6575
6639
|
{
|
|
6576
6640
|
"name": "speed",
|
|
6577
|
-
"description": "Charging speed",
|
|
6641
|
+
"description": "Charging speed.",
|
|
6578
6642
|
"args": [],
|
|
6579
6643
|
"type": {
|
|
6580
6644
|
"kind": "ENUM",
|
|
@@ -6586,7 +6650,7 @@
|
|
|
6586
6650
|
},
|
|
6587
6651
|
{
|
|
6588
6652
|
"name": "status",
|
|
6589
|
-
"description": "Statuses of all the EVSEs grouped in a charger",
|
|
6653
|
+
"description": "Statuses of all the EVSEs grouped in a charger.",
|
|
6590
6654
|
"args": [],
|
|
6591
6655
|
"type": {
|
|
6592
6656
|
"kind": "OBJECT",
|
|
@@ -6598,7 +6662,7 @@
|
|
|
6598
6662
|
},
|
|
6599
6663
|
{
|
|
6600
6664
|
"name": "total",
|
|
6601
|
-
"description": "Total number of EVSEs grouped in a charger",
|
|
6665
|
+
"description": "Total number of EVSEs grouped in a charger.",
|
|
6602
6666
|
"args": [],
|
|
6603
6667
|
"type": {
|
|
6604
6668
|
"kind": "SCALAR",
|
|
@@ -6624,25 +6688,25 @@
|
|
|
6624
6688
|
"enumValues": [
|
|
6625
6689
|
{
|
|
6626
6690
|
"name": "free",
|
|
6627
|
-
"description": "The charger is free",
|
|
6691
|
+
"description": "The charger is free.",
|
|
6628
6692
|
"isDeprecated": false,
|
|
6629
6693
|
"deprecationReason": null
|
|
6630
6694
|
},
|
|
6631
6695
|
{
|
|
6632
6696
|
"name": "busy",
|
|
6633
|
-
"description": "The charger is occupied/busy",
|
|
6697
|
+
"description": "The charger is occupied/busy.",
|
|
6634
6698
|
"isDeprecated": false,
|
|
6635
6699
|
"deprecationReason": null
|
|
6636
6700
|
},
|
|
6637
6701
|
{
|
|
6638
6702
|
"name": "unknown",
|
|
6639
|
-
"description": "The charger is unknown",
|
|
6703
|
+
"description": "The charger is unknown.",
|
|
6640
6704
|
"isDeprecated": false,
|
|
6641
6705
|
"deprecationReason": null
|
|
6642
6706
|
},
|
|
6643
6707
|
{
|
|
6644
6708
|
"name": "error",
|
|
6645
|
-
"description": "The charger has an error",
|
|
6709
|
+
"description": "The charger has an error.",
|
|
6646
6710
|
"isDeprecated": false,
|
|
6647
6711
|
"deprecationReason": null
|
|
6648
6712
|
}
|
|
@@ -6652,11 +6716,11 @@
|
|
|
6652
6716
|
{
|
|
6653
6717
|
"kind": "OBJECT",
|
|
6654
6718
|
"name": "ChargerStatuses",
|
|
6655
|
-
"description": "
|
|
6719
|
+
"description": "Grouping by status of the chargers.",
|
|
6656
6720
|
"fields": [
|
|
6657
6721
|
{
|
|
6658
6722
|
"name": "free",
|
|
6659
|
-
"description": "How many are free",
|
|
6723
|
+
"description": "How many are free.",
|
|
6660
6724
|
"args": [],
|
|
6661
6725
|
"type": {
|
|
6662
6726
|
"kind": "SCALAR",
|
|
@@ -6668,7 +6732,7 @@
|
|
|
6668
6732
|
},
|
|
6669
6733
|
{
|
|
6670
6734
|
"name": "busy",
|
|
6671
|
-
"description": "How many are busy",
|
|
6735
|
+
"description": "How many are busy.",
|
|
6672
6736
|
"args": [],
|
|
6673
6737
|
"type": {
|
|
6674
6738
|
"kind": "SCALAR",
|
|
@@ -6680,7 +6744,7 @@
|
|
|
6680
6744
|
},
|
|
6681
6745
|
{
|
|
6682
6746
|
"name": "unknown",
|
|
6683
|
-
"description": "How many are unknown",
|
|
6747
|
+
"description": "How many are unknown.",
|
|
6684
6748
|
"args": [],
|
|
6685
6749
|
"type": {
|
|
6686
6750
|
"kind": "SCALAR",
|
|
@@ -6692,7 +6756,7 @@
|
|
|
6692
6756
|
},
|
|
6693
6757
|
{
|
|
6694
6758
|
"name": "error",
|
|
6695
|
-
"description": "How many are not available",
|
|
6759
|
+
"description": "How many are not available.",
|
|
6696
6760
|
"args": [],
|
|
6697
6761
|
"type": {
|
|
6698
6762
|
"kind": "SCALAR",
|
|
@@ -6776,7 +6840,7 @@
|
|
|
6776
6840
|
"fields": [
|
|
6777
6841
|
{
|
|
6778
6842
|
"name": "code",
|
|
6779
|
-
"description": "Charging behaviour of users divided in groups, based on real-time information",
|
|
6843
|
+
"description": "Charging behaviour of users divided in groups, based on real-time information.",
|
|
6780
6844
|
"args": [],
|
|
6781
6845
|
"type": {
|
|
6782
6846
|
"kind": "ENUM",
|
|
@@ -6788,7 +6852,7 @@
|
|
|
6788
6852
|
},
|
|
6789
6853
|
{
|
|
6790
6854
|
"name": "description",
|
|
6791
|
-
"description": "Description of charging behaviour",
|
|
6855
|
+
"description": "Description of charging behaviour.",
|
|
6792
6856
|
"args": [],
|
|
6793
6857
|
"type": {
|
|
6794
6858
|
"kind": "SCALAR",
|
|
@@ -6814,37 +6878,37 @@
|
|
|
6814
6878
|
"enumValues": [
|
|
6815
6879
|
{
|
|
6816
6880
|
"name": "URBAN_CHARGING",
|
|
6817
|
-
"description": "Mainly morning charging, and some mixed afternoon and evening charging",
|
|
6881
|
+
"description": "Mainly morning charging, and some mixed afternoon and evening charging.",
|
|
6818
6882
|
"isDeprecated": false,
|
|
6819
6883
|
"deprecationReason": null
|
|
6820
6884
|
},
|
|
6821
6885
|
{
|
|
6822
6886
|
"name": "FAST_CHARGING",
|
|
6823
|
-
"description": "Mainly fast charging, with some morning and afternoon charging",
|
|
6887
|
+
"description": "Mainly fast charging, with some morning and afternoon charging.",
|
|
6824
6888
|
"isDeprecated": false,
|
|
6825
6889
|
"deprecationReason": null
|
|
6826
6890
|
},
|
|
6827
6891
|
{
|
|
6828
6892
|
"name": "MIXED_CHARGING",
|
|
6829
|
-
"description": "Mixed behaviour between morning, afternoon, evening, overnight, and noise charging",
|
|
6893
|
+
"description": "Mixed behaviour between morning, afternoon, evening, overnight, and noise charging.",
|
|
6830
6894
|
"isDeprecated": false,
|
|
6831
6895
|
"deprecationReason": null
|
|
6832
6896
|
},
|
|
6833
6897
|
{
|
|
6834
6898
|
"name": "NOISE_CHARGING",
|
|
6835
|
-
"description": "Mainly noise charging",
|
|
6899
|
+
"description": "Mainly noise charging.",
|
|
6836
6900
|
"isDeprecated": false,
|
|
6837
6901
|
"deprecationReason": null
|
|
6838
6902
|
},
|
|
6839
6903
|
{
|
|
6840
6904
|
"name": "OVERNIGHT_CHARGING",
|
|
6841
|
-
"description": "Mainly overnight charging",
|
|
6905
|
+
"description": "Mainly overnight charging.",
|
|
6842
6906
|
"isDeprecated": false,
|
|
6843
6907
|
"deprecationReason": null
|
|
6844
6908
|
},
|
|
6845
6909
|
{
|
|
6846
6910
|
"name": "OFFICE_CHARGING",
|
|
6847
|
-
"description": "Mainly morning charging, with some afternoon charging",
|
|
6911
|
+
"description": "Mainly morning charging, with some afternoon charging.",
|
|
6848
6912
|
"isDeprecated": false,
|
|
6849
6913
|
"deprecationReason": null
|
|
6850
6914
|
}
|
|
@@ -7434,11 +7498,11 @@
|
|
|
7434
7498
|
{
|
|
7435
7499
|
"kind": "OBJECT",
|
|
7436
7500
|
"name": "Connector",
|
|
7437
|
-
"description": "Connector data which extends OCPI Connector",
|
|
7501
|
+
"description": "Connector data which extends OCPI Connector.",
|
|
7438
7502
|
"fields": [
|
|
7439
7503
|
{
|
|
7440
7504
|
"name": "id",
|
|
7441
|
-
"description": "Identifier of a connector within an EVSE. Two connectors may have the same ID as long as they do not belong to the same EVSE object.",
|
|
7505
|
+
"description": "Identifier of a connector within an EVSE. Two connectors may have the same ID as long as they do not belong to the same EVSE object. This property is OCPI-compliant.",
|
|
7442
7506
|
"args": [],
|
|
7443
7507
|
"type": {
|
|
7444
7508
|
"kind": "SCALAR",
|
|
@@ -7450,7 +7514,7 @@
|
|
|
7450
7514
|
},
|
|
7451
7515
|
{
|
|
7452
7516
|
"name": "standard",
|
|
7453
|
-
"description": "Standard of an installed connector.",
|
|
7517
|
+
"description": "Standard of an installed connector. This property is OCPI-compliant.",
|
|
7454
7518
|
"args": [],
|
|
7455
7519
|
"type": {
|
|
7456
7520
|
"kind": "ENUM",
|
|
@@ -7462,7 +7526,7 @@
|
|
|
7462
7526
|
},
|
|
7463
7527
|
{
|
|
7464
7528
|
"name": "format",
|
|
7465
|
-
"description": "Format (socket/cable) of an installed connector.",
|
|
7529
|
+
"description": "Format (socket/cable) of an installed connector. This property is OCPI-compliant.",
|
|
7466
7530
|
"args": [],
|
|
7467
7531
|
"type": {
|
|
7468
7532
|
"kind": "ENUM",
|
|
@@ -7474,7 +7538,7 @@
|
|
|
7474
7538
|
},
|
|
7475
7539
|
{
|
|
7476
7540
|
"name": "power_type",
|
|
7477
|
-
"description": "Type of power of an installed connector. ",
|
|
7541
|
+
"description": "Type of power of an installed connector. This property is OCPI-compliant.",
|
|
7478
7542
|
"args": [],
|
|
7479
7543
|
"type": {
|
|
7480
7544
|
"kind": "ENUM",
|
|
@@ -7486,7 +7550,7 @@
|
|
|
7486
7550
|
},
|
|
7487
7551
|
{
|
|
7488
7552
|
"name": "max_voltage",
|
|
7489
|
-
"description": "Maximum voltage of an connector (line to neutral for AC_3_PHASE), in volt [V]. For example: DC Chargers might vary the voltage during charging when battery almost full.",
|
|
7553
|
+
"description": "Maximum voltage of an connector (line to neutral for AC_3_PHASE), in volt [V]. For example: DC Chargers might vary the voltage during charging when battery almost full. This property is OCPI-compliant.",
|
|
7490
7554
|
"args": [],
|
|
7491
7555
|
"type": {
|
|
7492
7556
|
"kind": "SCALAR",
|
|
@@ -7498,7 +7562,7 @@
|
|
|
7498
7562
|
},
|
|
7499
7563
|
{
|
|
7500
7564
|
"name": "max_amperage",
|
|
7501
|
-
"description": "Maximum amperage of a connector, in ampere [A].",
|
|
7565
|
+
"description": "Maximum amperage of a connector, in ampere [A]. This property is OCPI-compliant.",
|
|
7502
7566
|
"args": [],
|
|
7503
7567
|
"type": {
|
|
7504
7568
|
"kind": "SCALAR",
|
|
@@ -7510,7 +7574,7 @@
|
|
|
7510
7574
|
},
|
|
7511
7575
|
{
|
|
7512
7576
|
"name": "max_electric_power",
|
|
7513
|
-
"description": "Maximum electric power that can be delivered by a connector, in watt [W]. When the maximum electric power is lower than the calculated value from voltage and amperage, this value should be set.\nFor example: A DC Charge Point which can deliver up to 920V and up to 400A can be limited to a maximum of 150kW. Depending on the vehicle, it may supply maximum voltage or current, but not both at the same time.\nFor AC Charge Points, the amount of phases used can also have influence on the maximum power.",
|
|
7577
|
+
"description": "Maximum electric power that can be delivered by a connector, in watt [W]. When the maximum electric power is lower than the calculated value from voltage and amperage, this value should be set.\nFor example: A DC Charge Point which can deliver up to 920V and up to 400A can be limited to a maximum of 150kW. Depending on the vehicle, it may supply maximum voltage or current, but not both at the same time.\nFor AC Charge Points, the amount of phases used can also have influence on the maximum power. This property is OCPI-compliant.",
|
|
7514
7578
|
"args": [],
|
|
7515
7579
|
"type": {
|
|
7516
7580
|
"kind": "SCALAR",
|
|
@@ -7522,7 +7586,7 @@
|
|
|
7522
7586
|
},
|
|
7523
7587
|
{
|
|
7524
7588
|
"name": "power",
|
|
7525
|
-
"description": "Maximum electric power in kW",
|
|
7589
|
+
"description": "Maximum electric power in kW.",
|
|
7526
7590
|
"args": [],
|
|
7527
7591
|
"type": {
|
|
7528
7592
|
"kind": "SCALAR",
|
|
@@ -7534,7 +7598,7 @@
|
|
|
7534
7598
|
},
|
|
7535
7599
|
{
|
|
7536
7600
|
"name": "tariff_ids",
|
|
7537
|
-
"description": "Identifiers of the currently valid charging tariffs. Multiple tariffs are possible, but only one of each Tariff.type can be active at the same time. Tariffs with the same type are only allowed, if they are not active at the same time: start_date_time and end_date_time period not overlapping.\nWhen preference-based smart charging is supported, one tariff for every possible ProfileType should be provided. This tells the user about the options they have at this Connector, and what the tariff is for every option.\nFor a \"free of charge\" tariff, this field should be set and point to a defined \"free of charge\" tariff.",
|
|
7601
|
+
"description": "Identifiers of the currently valid charging tariffs. Multiple tariffs are possible, but only one of each Tariff.type can be active at the same time. Tariffs with the same type are only allowed, if they are not active at the same time: start_date_time and end_date_time period not overlapping.\nWhen preference-based smart charging is supported, one tariff for every possible ProfileType should be provided. This tells the user about the options they have at this Connector, and what the tariff is for every option.\nFor a \"free of charge\" tariff, this field should be set and point to a defined \"free of charge\" tariff. This property is OCPI-compliant.",
|
|
7538
7602
|
"args": [],
|
|
7539
7603
|
"type": {
|
|
7540
7604
|
"kind": "LIST",
|
|
@@ -7550,7 +7614,7 @@
|
|
|
7550
7614
|
},
|
|
7551
7615
|
{
|
|
7552
7616
|
"name": "terms_and_conditions",
|
|
7553
|
-
"description": "URL to an operator’s terms and conditions.",
|
|
7617
|
+
"description": "URL to an operator’s terms and conditions. This property is OCPI-compliant.",
|
|
7554
7618
|
"args": [],
|
|
7555
7619
|
"type": {
|
|
7556
7620
|
"kind": "SCALAR",
|
|
@@ -7562,7 +7626,7 @@
|
|
|
7562
7626
|
},
|
|
7563
7627
|
{
|
|
7564
7628
|
"name": "last_updated",
|
|
7565
|
-
"description": "Timestamp when a connector was last updated (or created).",
|
|
7629
|
+
"description": "Timestamp when a connector was last updated (or created). This property is OCPI-compliant.",
|
|
7566
7630
|
"args": [],
|
|
7567
7631
|
"type": {
|
|
7568
7632
|
"kind": "SCALAR",
|
|
@@ -7574,7 +7638,7 @@
|
|
|
7574
7638
|
},
|
|
7575
7639
|
{
|
|
7576
7640
|
"name": "properties",
|
|
7577
|
-
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer",
|
|
7641
|
+
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
|
|
7578
7642
|
"args": [],
|
|
7579
7643
|
"type": {
|
|
7580
7644
|
"kind": "SCALAR",
|
|
@@ -7586,7 +7650,7 @@
|
|
|
7586
7650
|
},
|
|
7587
7651
|
{
|
|
7588
7652
|
"name": "tariff",
|
|
7589
|
-
"description": "List of valid charging tariffs",
|
|
7653
|
+
"description": "List of valid charging tariffs.",
|
|
7590
7654
|
"args": [],
|
|
7591
7655
|
"type": {
|
|
7592
7656
|
"kind": "LIST",
|
|
@@ -7602,19 +7666,19 @@
|
|
|
7602
7666
|
},
|
|
7603
7667
|
{
|
|
7604
7668
|
"name": "pricing",
|
|
7605
|
-
"description": "Charging prices",
|
|
7669
|
+
"description": "Charging prices.",
|
|
7606
7670
|
"args": [],
|
|
7607
7671
|
"type": {
|
|
7608
7672
|
"kind": "OBJECT",
|
|
7609
7673
|
"name": "Pricing",
|
|
7610
7674
|
"ofType": null
|
|
7611
7675
|
},
|
|
7612
|
-
"isDeprecated":
|
|
7613
|
-
"deprecationReason":
|
|
7676
|
+
"isDeprecated": false,
|
|
7677
|
+
"deprecationReason": null
|
|
7614
7678
|
},
|
|
7615
7679
|
{
|
|
7616
7680
|
"name": "custom_properties",
|
|
7617
|
-
"description": "Custom properties of a connector. These are vendor specific and will return null values on the fields that are not supported by your station database",
|
|
7681
|
+
"description": "Custom properties of a connector. These are vendor specific and will return null values on the fields that are not supported by your station database.",
|
|
7618
7682
|
"args": [],
|
|
7619
7683
|
"type": {
|
|
7620
7684
|
"kind": "OBJECT",
|
|
@@ -7633,23 +7697,23 @@
|
|
|
7633
7697
|
{
|
|
7634
7698
|
"kind": "OBJECT",
|
|
7635
7699
|
"name": "ConnectorCustomProperties",
|
|
7636
|
-
"description": "Custom properties for connectors",
|
|
7700
|
+
"description": "Custom properties for connectors.",
|
|
7637
7701
|
"fields": [
|
|
7638
7702
|
{
|
|
7639
7703
|
"name": "pricing",
|
|
7640
|
-
"description": "Charging prices",
|
|
7704
|
+
"description": "Charging prices.",
|
|
7641
7705
|
"args": [],
|
|
7642
7706
|
"type": {
|
|
7643
7707
|
"kind": "OBJECT",
|
|
7644
7708
|
"name": "Pricing",
|
|
7645
7709
|
"ofType": null
|
|
7646
7710
|
},
|
|
7647
|
-
"isDeprecated":
|
|
7648
|
-
"deprecationReason":
|
|
7711
|
+
"isDeprecated": true,
|
|
7712
|
+
"deprecationReason": "In favor of connector.pricing"
|
|
7649
7713
|
},
|
|
7650
7714
|
{
|
|
7651
7715
|
"name": "oicp",
|
|
7652
|
-
"description": "Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values",
|
|
7716
|
+
"description": "Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values.",
|
|
7653
7717
|
"args": [],
|
|
7654
7718
|
"type": {
|
|
7655
7719
|
"kind": "OBJECT",
|
|
@@ -9530,6 +9594,12 @@
|
|
|
9530
9594
|
"isDeprecated": false,
|
|
9531
9595
|
"deprecationReason": null
|
|
9532
9596
|
},
|
|
9597
|
+
{
|
|
9598
|
+
"name": "XK",
|
|
9599
|
+
"description": null,
|
|
9600
|
+
"isDeprecated": false,
|
|
9601
|
+
"deprecationReason": null
|
|
9602
|
+
},
|
|
9533
9603
|
{
|
|
9534
9604
|
"name": "YE",
|
|
9535
9605
|
"description": null,
|
|
@@ -9716,6 +9786,41 @@
|
|
|
9716
9786
|
"enumValues": null,
|
|
9717
9787
|
"possibleTypes": null
|
|
9718
9788
|
},
|
|
9789
|
+
{
|
|
9790
|
+
"kind": "ENUM",
|
|
9791
|
+
"name": "DimensionUnit",
|
|
9792
|
+
"description": null,
|
|
9793
|
+
"fields": null,
|
|
9794
|
+
"inputFields": null,
|
|
9795
|
+
"interfaces": null,
|
|
9796
|
+
"enumValues": [
|
|
9797
|
+
{
|
|
9798
|
+
"name": "meter",
|
|
9799
|
+
"description": "Return the dimension in meters.",
|
|
9800
|
+
"isDeprecated": false,
|
|
9801
|
+
"deprecationReason": null
|
|
9802
|
+
},
|
|
9803
|
+
{
|
|
9804
|
+
"name": "foot",
|
|
9805
|
+
"description": "Return the dimension in feet.",
|
|
9806
|
+
"isDeprecated": false,
|
|
9807
|
+
"deprecationReason": null
|
|
9808
|
+
},
|
|
9809
|
+
{
|
|
9810
|
+
"name": "kilometer",
|
|
9811
|
+
"description": "Return the dimension in kilometers.",
|
|
9812
|
+
"isDeprecated": false,
|
|
9813
|
+
"deprecationReason": null
|
|
9814
|
+
},
|
|
9815
|
+
{
|
|
9816
|
+
"name": "mile",
|
|
9817
|
+
"description": "Return the dimension in miles.",
|
|
9818
|
+
"isDeprecated": false,
|
|
9819
|
+
"deprecationReason": null
|
|
9820
|
+
}
|
|
9821
|
+
],
|
|
9822
|
+
"possibleTypes": null
|
|
9823
|
+
},
|
|
9719
9824
|
{
|
|
9720
9825
|
"kind": "ENUM",
|
|
9721
9826
|
"name": "DistanceUnit",
|
|
@@ -9754,11 +9859,11 @@
|
|
|
9754
9859
|
{
|
|
9755
9860
|
"kind": "OBJECT",
|
|
9756
9861
|
"name": "EVSE",
|
|
9757
|
-
"description": "EVSE data which extends OCPI EVSE",
|
|
9862
|
+
"description": "EVSE data which extends OCPI EVSE.",
|
|
9758
9863
|
"fields": [
|
|
9759
9864
|
{
|
|
9760
9865
|
"name": "uid",
|
|
9761
|
-
"description": "Uniquely identifies an EVSE within the CPOs platform (and suboperator platforms). For example a database ID or the actual \"EVSE ID\". This field can never be changed, modified or renamed. This is the 'technical' identification of the EVSE, not to be used as 'human readable' identification, use the field evse_id for that.\nThis field is named uid instead of id, because id could be confused with evse_id which is an eMI3 defined field.",
|
|
9866
|
+
"description": "Uniquely identifies an EVSE within the CPOs platform (and suboperator platforms). For example a database ID or the actual \"EVSE ID\". This field can never be changed, modified or renamed. This is the 'technical' identification of the EVSE, not to be used as 'human readable' identification, use the field evse_id for that.\nThis field is named uid instead of id, because id could be confused with evse_id which is an eMI3 defined field. This property is OCPI-compliant.",
|
|
9762
9867
|
"args": [],
|
|
9763
9868
|
"type": {
|
|
9764
9869
|
"kind": "SCALAR",
|
|
@@ -9770,7 +9875,7 @@
|
|
|
9770
9875
|
},
|
|
9771
9876
|
{
|
|
9772
9877
|
"name": "evse_id",
|
|
9773
|
-
"description": "Compliant with the following specification for EVSE ID from \"eMI3 standard version V1.0\" (http://emi3group.com/documents-links/) \"Part 2: business objects.\" Optional because: if an evse_id is to be re-used in the real world, the evse_id can be removed from an EVSE object if the status is set to REMOVED.",
|
|
9878
|
+
"description": "Compliant with the following specification for EVSE ID from \"eMI3 standard version V1.0\" (http://emi3group.com/documents-links/) \"Part 2: business objects.\" Optional because: if an evse_id is to be re-used in the real world, the evse_id can be removed from an EVSE object if the status is set to REMOVED. This property is OCPI-compliant.",
|
|
9774
9879
|
"args": [],
|
|
9775
9880
|
"type": {
|
|
9776
9881
|
"kind": "SCALAR",
|
|
@@ -9782,7 +9887,7 @@
|
|
|
9782
9887
|
},
|
|
9783
9888
|
{
|
|
9784
9889
|
"name": "status",
|
|
9785
|
-
"description": "Indicates the current status of an EVSE.",
|
|
9890
|
+
"description": "Indicates the current status of an EVSE. This property is OCPI-compliant.",
|
|
9786
9891
|
"args": [],
|
|
9787
9892
|
"type": {
|
|
9788
9893
|
"kind": "ENUM",
|
|
@@ -9794,7 +9899,7 @@
|
|
|
9794
9899
|
},
|
|
9795
9900
|
{
|
|
9796
9901
|
"name": "status_schedule",
|
|
9797
|
-
"description": "Indicates a planned status update of a nEVSE.",
|
|
9902
|
+
"description": "Indicates a planned status update of a nEVSE. This property is OCPI-compliant.",
|
|
9798
9903
|
"args": [],
|
|
9799
9904
|
"type": {
|
|
9800
9905
|
"kind": "LIST",
|
|
@@ -9810,7 +9915,7 @@
|
|
|
9810
9915
|
},
|
|
9811
9916
|
{
|
|
9812
9917
|
"name": "capabilities",
|
|
9813
|
-
"description": "List of functionalities that an EVSE is capable of.",
|
|
9918
|
+
"description": "List of functionalities that an EVSE is capable of. This property is OCPI-compliant.",
|
|
9814
9919
|
"args": [],
|
|
9815
9920
|
"type": {
|
|
9816
9921
|
"kind": "LIST",
|
|
@@ -9826,7 +9931,7 @@
|
|
|
9826
9931
|
},
|
|
9827
9932
|
{
|
|
9828
9933
|
"name": "connectors",
|
|
9829
|
-
"description": "List of available connectors on an EVSE.",
|
|
9934
|
+
"description": "List of available connectors on an EVSE. This property is OCPI-compliant.",
|
|
9830
9935
|
"args": [],
|
|
9831
9936
|
"type": {
|
|
9832
9937
|
"kind": "LIST",
|
|
@@ -9842,7 +9947,7 @@
|
|
|
9842
9947
|
},
|
|
9843
9948
|
{
|
|
9844
9949
|
"name": "floor_level",
|
|
9845
|
-
"description": "Level on which a Charge Point is located (in garage buildings) in the locally displayed numbering scheme.",
|
|
9950
|
+
"description": "Level on which a Charge Point is located (in garage buildings) in the locally displayed numbering scheme. This property is OCPI-compliant.",
|
|
9846
9951
|
"args": [],
|
|
9847
9952
|
"type": {
|
|
9848
9953
|
"kind": "SCALAR",
|
|
@@ -9854,7 +9959,7 @@
|
|
|
9854
9959
|
},
|
|
9855
9960
|
{
|
|
9856
9961
|
"name": "coordinates",
|
|
9857
|
-
"description": "Coordinates of a EVSE.",
|
|
9962
|
+
"description": "Coordinates of a EVSE. This property is OCPI-compliant.",
|
|
9858
9963
|
"args": [],
|
|
9859
9964
|
"type": {
|
|
9860
9965
|
"kind": "OBJECT",
|
|
@@ -9866,7 +9971,7 @@
|
|
|
9866
9971
|
},
|
|
9867
9972
|
{
|
|
9868
9973
|
"name": "physical_reference",
|
|
9869
|
-
"description": "A number/string printed on the outside of an EVSE for visual identification.",
|
|
9974
|
+
"description": "A number/string printed on the outside of an EVSE for visual identification. This property is OCPI-compliant.",
|
|
9870
9975
|
"args": [],
|
|
9871
9976
|
"type": {
|
|
9872
9977
|
"kind": "SCALAR",
|
|
@@ -9878,7 +9983,7 @@
|
|
|
9878
9983
|
},
|
|
9879
9984
|
{
|
|
9880
9985
|
"name": "parking_restrictions",
|
|
9881
|
-
"description": "Restrictions that apply to a parking spot.",
|
|
9986
|
+
"description": "Restrictions that apply to a parking spot. This property is OCPI-compliant.",
|
|
9882
9987
|
"args": [],
|
|
9883
9988
|
"type": {
|
|
9884
9989
|
"kind": "LIST",
|
|
@@ -9894,7 +9999,7 @@
|
|
|
9894
9999
|
},
|
|
9895
10000
|
{
|
|
9896
10001
|
"name": "images",
|
|
9897
|
-
"description": "Links to images related to an EVSE such as photos or logos.",
|
|
10002
|
+
"description": "Links to images related to an EVSE such as photos or logos. This property is OCPI-compliant.",
|
|
9898
10003
|
"args": [],
|
|
9899
10004
|
"type": {
|
|
9900
10005
|
"kind": "LIST",
|
|
@@ -9910,7 +10015,7 @@
|
|
|
9910
10015
|
},
|
|
9911
10016
|
{
|
|
9912
10017
|
"name": "last_updated",
|
|
9913
|
-
"description": "Timestamp when this EVSE or one of its Connectors was last updated (or created).",
|
|
10018
|
+
"description": "Timestamp when this EVSE or one of its Connectors was last updated (or created). This property is OCPI-compliant.",
|
|
9914
10019
|
"args": [],
|
|
9915
10020
|
"type": {
|
|
9916
10021
|
"kind": "SCALAR",
|
|
@@ -9932,9 +10037,21 @@
|
|
|
9932
10037
|
"isDeprecated": false,
|
|
9933
10038
|
"deprecationReason": null
|
|
9934
10039
|
},
|
|
10040
|
+
{
|
|
10041
|
+
"name": "cpo_external_id",
|
|
10042
|
+
"description": "Unique ID of the location in the system of the CPO.",
|
|
10043
|
+
"args": [],
|
|
10044
|
+
"type": {
|
|
10045
|
+
"kind": "SCALAR",
|
|
10046
|
+
"name": "String",
|
|
10047
|
+
"ofType": null
|
|
10048
|
+
},
|
|
10049
|
+
"isDeprecated": false,
|
|
10050
|
+
"deprecationReason": null
|
|
10051
|
+
},
|
|
9935
10052
|
{
|
|
9936
10053
|
"name": "properties",
|
|
9937
|
-
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer",
|
|
10054
|
+
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
|
|
9938
10055
|
"args": [],
|
|
9939
10056
|
"type": {
|
|
9940
10057
|
"kind": "SCALAR",
|
|
@@ -9946,7 +10063,7 @@
|
|
|
9946
10063
|
},
|
|
9947
10064
|
{
|
|
9948
10065
|
"name": "custom_properties",
|
|
9949
|
-
"description": "Custom properties of an EVSE",
|
|
10066
|
+
"description": "Custom properties of an EVSE.",
|
|
9950
10067
|
"args": [],
|
|
9951
10068
|
"type": {
|
|
9952
10069
|
"kind": "OBJECT",
|
|
@@ -10083,13 +10200,13 @@
|
|
|
10083
10200
|
"enumValues": [
|
|
10084
10201
|
{
|
|
10085
10202
|
"name": "gram",
|
|
10086
|
-
"description": "Return the
|
|
10203
|
+
"description": "Return the emissions in grams.",
|
|
10087
10204
|
"isDeprecated": false,
|
|
10088
10205
|
"deprecationReason": null
|
|
10089
10206
|
},
|
|
10090
10207
|
{
|
|
10091
10208
|
"name": "ounce",
|
|
10092
|
-
"description": "Return the
|
|
10209
|
+
"description": "Return the emissions in ounces.",
|
|
10093
10210
|
"isDeprecated": false,
|
|
10094
10211
|
"deprecationReason": null
|
|
10095
10212
|
}
|
|
@@ -10099,11 +10216,11 @@
|
|
|
10099
10216
|
{
|
|
10100
10217
|
"kind": "OBJECT",
|
|
10101
10218
|
"name": "EvseCustomProperties",
|
|
10102
|
-
"description": "Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values",
|
|
10219
|
+
"description": "Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values.",
|
|
10103
10220
|
"fields": [
|
|
10104
10221
|
{
|
|
10105
10222
|
"name": "oicp",
|
|
10106
|
-
"description": "OICP standard custom properties",
|
|
10223
|
+
"description": "OICP standard custom properties.",
|
|
10107
10224
|
"args": [],
|
|
10108
10225
|
"type": {
|
|
10109
10226
|
"kind": "OBJECT",
|
|
@@ -10621,6 +10738,76 @@
|
|
|
10621
10738
|
"enumValues": null,
|
|
10622
10739
|
"possibleTypes": null
|
|
10623
10740
|
},
|
|
10741
|
+
{
|
|
10742
|
+
"kind": "ENUM",
|
|
10743
|
+
"name": "HeavyVehiclesEUType",
|
|
10744
|
+
"description": "Allowed N (EU) types of heavy vehicles.",
|
|
10745
|
+
"fields": null,
|
|
10746
|
+
"inputFields": null,
|
|
10747
|
+
"interfaces": null,
|
|
10748
|
+
"enumValues": [
|
|
10749
|
+
{
|
|
10750
|
+
"name": "N1",
|
|
10751
|
+
"description": "Only N1 type of heavy vehicles can be parked at the charging station. N1 vehicles have a maximum mass not exceeding 3.5 tonnes (7,700 lbs).",
|
|
10752
|
+
"isDeprecated": false,
|
|
10753
|
+
"deprecationReason": null
|
|
10754
|
+
},
|
|
10755
|
+
{
|
|
10756
|
+
"name": "N2",
|
|
10757
|
+
"description": "Only N2 type of heavy vehicles can be parked at the charging station. N2 vehicles have a maximum mass exceeding 3.5 tonnes but not exceeding 12 tonnes (26,000 lbs).",
|
|
10758
|
+
"isDeprecated": false,
|
|
10759
|
+
"deprecationReason": null
|
|
10760
|
+
},
|
|
10761
|
+
{
|
|
10762
|
+
"name": "N3",
|
|
10763
|
+
"description": "Only N3 type of heavy vehicles can be parked at the charging station. N3 vehicles have a maximum mass exceeding 12 tonnes (26,000 lbs).",
|
|
10764
|
+
"isDeprecated": false,
|
|
10765
|
+
"deprecationReason": null
|
|
10766
|
+
}
|
|
10767
|
+
],
|
|
10768
|
+
"possibleTypes": null
|
|
10769
|
+
},
|
|
10770
|
+
{
|
|
10771
|
+
"kind": "ENUM",
|
|
10772
|
+
"name": "HeavyVehiclesFacility",
|
|
10773
|
+
"description": "List of facilities in the location.",
|
|
10774
|
+
"fields": null,
|
|
10775
|
+
"inputFields": null,
|
|
10776
|
+
"interfaces": null,
|
|
10777
|
+
"enumValues": [
|
|
10778
|
+
{
|
|
10779
|
+
"name": "TRUCK_PARKING",
|
|
10780
|
+
"description": "Truck parking.",
|
|
10781
|
+
"isDeprecated": false,
|
|
10782
|
+
"deprecationReason": null
|
|
10783
|
+
},
|
|
10784
|
+
{
|
|
10785
|
+
"name": "TRUCK_WASH",
|
|
10786
|
+
"description": "Truck wash.",
|
|
10787
|
+
"isDeprecated": false,
|
|
10788
|
+
"deprecationReason": null
|
|
10789
|
+
},
|
|
10790
|
+
{
|
|
10791
|
+
"name": "TRUCK_REPAIR",
|
|
10792
|
+
"description": "Truck repair.",
|
|
10793
|
+
"isDeprecated": false,
|
|
10794
|
+
"deprecationReason": null
|
|
10795
|
+
},
|
|
10796
|
+
{
|
|
10797
|
+
"name": "TRUCK_DEALERSHIP",
|
|
10798
|
+
"description": "Truck dealership.",
|
|
10799
|
+
"isDeprecated": false,
|
|
10800
|
+
"deprecationReason": null
|
|
10801
|
+
},
|
|
10802
|
+
{
|
|
10803
|
+
"name": "SECURE_TRUCK_PARKING",
|
|
10804
|
+
"description": "Secure truck parking.",
|
|
10805
|
+
"isDeprecated": false,
|
|
10806
|
+
"deprecationReason": null
|
|
10807
|
+
}
|
|
10808
|
+
],
|
|
10809
|
+
"possibleTypes": null
|
|
10810
|
+
},
|
|
10624
10811
|
{
|
|
10625
10812
|
"kind": "ENUM",
|
|
10626
10813
|
"name": "InstructionsFormat",
|
|
@@ -12004,6 +12191,18 @@
|
|
|
12004
12191
|
},
|
|
12005
12192
|
"isDeprecated": false,
|
|
12006
12193
|
"deprecationReason": null
|
|
12194
|
+
},
|
|
12195
|
+
{
|
|
12196
|
+
"name": "meta",
|
|
12197
|
+
"description": "Navigation meta information.",
|
|
12198
|
+
"args": [],
|
|
12199
|
+
"type": {
|
|
12200
|
+
"kind": "OBJECT",
|
|
12201
|
+
"name": "NavigationMeta",
|
|
12202
|
+
"ofType": null
|
|
12203
|
+
},
|
|
12204
|
+
"isDeprecated": false,
|
|
12205
|
+
"deprecationReason": null
|
|
12007
12206
|
}
|
|
12008
12207
|
],
|
|
12009
12208
|
"inputFields": null,
|
|
@@ -12105,6 +12304,41 @@
|
|
|
12105
12304
|
"enumValues": null,
|
|
12106
12305
|
"possibleTypes": null
|
|
12107
12306
|
},
|
|
12307
|
+
{
|
|
12308
|
+
"kind": "OBJECT",
|
|
12309
|
+
"name": "NavigationMeta",
|
|
12310
|
+
"description": "Navigation meta information.",
|
|
12311
|
+
"fields": [
|
|
12312
|
+
{
|
|
12313
|
+
"name": "created_at",
|
|
12314
|
+
"description": "Creation time of the navigation session.",
|
|
12315
|
+
"args": [],
|
|
12316
|
+
"type": {
|
|
12317
|
+
"kind": "SCALAR",
|
|
12318
|
+
"name": "DateTime",
|
|
12319
|
+
"ofType": null
|
|
12320
|
+
},
|
|
12321
|
+
"isDeprecated": false,
|
|
12322
|
+
"deprecationReason": null
|
|
12323
|
+
},
|
|
12324
|
+
{
|
|
12325
|
+
"name": "updated_at",
|
|
12326
|
+
"description": "Last updated time of the navigation session.",
|
|
12327
|
+
"args": [],
|
|
12328
|
+
"type": {
|
|
12329
|
+
"kind": "SCALAR",
|
|
12330
|
+
"name": "DateTime",
|
|
12331
|
+
"ofType": null
|
|
12332
|
+
},
|
|
12333
|
+
"isDeprecated": false,
|
|
12334
|
+
"deprecationReason": null
|
|
12335
|
+
}
|
|
12336
|
+
],
|
|
12337
|
+
"inputFields": null,
|
|
12338
|
+
"interfaces": [],
|
|
12339
|
+
"enumValues": null,
|
|
12340
|
+
"possibleTypes": null
|
|
12341
|
+
},
|
|
12108
12342
|
{
|
|
12109
12343
|
"kind": "INPUT_OBJECT",
|
|
12110
12344
|
"name": "NavigationRecalculateInput",
|
|
@@ -12616,7 +12850,7 @@
|
|
|
12616
12850
|
"fields": [
|
|
12617
12851
|
{
|
|
12618
12852
|
"name": "latitude",
|
|
12619
|
-
"description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}",
|
|
12853
|
+
"description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}. This property is OCPI-compliant.",
|
|
12620
12854
|
"args": [],
|
|
12621
12855
|
"type": {
|
|
12622
12856
|
"kind": "SCALAR",
|
|
@@ -12628,7 +12862,7 @@
|
|
|
12628
12862
|
},
|
|
12629
12863
|
{
|
|
12630
12864
|
"name": "longitude",
|
|
12631
|
-
"description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}",
|
|
12865
|
+
"description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}. This property is OCPI-compliant.",
|
|
12632
12866
|
"args": [],
|
|
12633
12867
|
"type": {
|
|
12634
12868
|
"kind": "SCALAR",
|
|
@@ -12640,7 +12874,7 @@
|
|
|
12640
12874
|
},
|
|
12641
12875
|
{
|
|
12642
12876
|
"name": "name",
|
|
12643
|
-
"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.",
|
|
12877
|
+
"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. This property is OCPI-compliant.",
|
|
12644
12878
|
"args": [],
|
|
12645
12879
|
"type": {
|
|
12646
12880
|
"kind": "OBJECT",
|
|
@@ -13073,7 +13307,7 @@
|
|
|
13073
13307
|
"fields": [
|
|
13074
13308
|
{
|
|
13075
13309
|
"name": "language",
|
|
13076
|
-
"description": "Language Code ISO 639-1",
|
|
13310
|
+
"description": "Language Code ISO 639-1. This property is OCPI-compliant.",
|
|
13077
13311
|
"args": [],
|
|
13078
13312
|
"type": {
|
|
13079
13313
|
"kind": "SCALAR",
|
|
@@ -13085,7 +13319,7 @@
|
|
|
13085
13319
|
},
|
|
13086
13320
|
{
|
|
13087
13321
|
"name": "text",
|
|
13088
|
-
"description": "Text to be displayed to an end user. No markup, html etc. allowed.",
|
|
13322
|
+
"description": "Text to be displayed to an end user. No markup, html etc. allowed. This property is OCPI-compliant.",
|
|
13089
13323
|
"args": [],
|
|
13090
13324
|
"type": {
|
|
13091
13325
|
"kind": "SCALAR",
|
|
@@ -13108,7 +13342,7 @@
|
|
|
13108
13342
|
"fields": [
|
|
13109
13343
|
{
|
|
13110
13344
|
"name": "is_green_energy",
|
|
13111
|
-
"description": "True if the power is 100% from regenerative sources",
|
|
13345
|
+
"description": "True if the power is 100% from regenerative sources. This property is OCPI-compliant.",
|
|
13112
13346
|
"args": [],
|
|
13113
13347
|
"type": {
|
|
13114
13348
|
"kind": "SCALAR",
|
|
@@ -13120,7 +13354,7 @@
|
|
|
13120
13354
|
},
|
|
13121
13355
|
{
|
|
13122
13356
|
"name": "energy_sources",
|
|
13123
|
-
"description": "Key-value pairs (enum + percentage) of energy sources of this location’s tariff.",
|
|
13357
|
+
"description": "Key-value pairs (enum + percentage) of energy sources of this location’s tariff. This property is OCPI-compliant.",
|
|
13124
13358
|
"args": [],
|
|
13125
13359
|
"type": {
|
|
13126
13360
|
"kind": "LIST",
|
|
@@ -13136,7 +13370,7 @@
|
|
|
13136
13370
|
},
|
|
13137
13371
|
{
|
|
13138
13372
|
"name": "environ_impact",
|
|
13139
|
-
"description": "Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff.",
|
|
13373
|
+
"description": "Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff. This property is OCPI-compliant.",
|
|
13140
13374
|
"args": [],
|
|
13141
13375
|
"type": {
|
|
13142
13376
|
"kind": "LIST",
|
|
@@ -13152,7 +13386,7 @@
|
|
|
13152
13386
|
},
|
|
13153
13387
|
{
|
|
13154
13388
|
"name": "supplier_name",
|
|
13155
|
-
"description": "Name of the energy supplier, delivering the energy for this location or tariff
|
|
13389
|
+
"description": "Name of the energy supplier, delivering the energy for this location or tariff.*. This property is OCPI-compliant.",
|
|
13156
13390
|
"args": [],
|
|
13157
13391
|
"type": {
|
|
13158
13392
|
"kind": "SCALAR",
|
|
@@ -13164,7 +13398,7 @@
|
|
|
13164
13398
|
},
|
|
13165
13399
|
{
|
|
13166
13400
|
"name": "energy_product_name",
|
|
13167
|
-
"description": "Name of the energy suppliers product/tariff plan used at this location
|
|
13401
|
+
"description": "Name of the energy suppliers product/tariff plan used at this location.*. This property is OCPI-compliant.",
|
|
13168
13402
|
"args": [],
|
|
13169
13403
|
"type": {
|
|
13170
13404
|
"kind": "SCALAR",
|
|
@@ -13187,7 +13421,7 @@
|
|
|
13187
13421
|
"fields": [
|
|
13188
13422
|
{
|
|
13189
13423
|
"name": "source",
|
|
13190
|
-
"description": "The type of energy source.",
|
|
13424
|
+
"description": "The type of energy source. This property is OCPI-compliant.",
|
|
13191
13425
|
"args": [],
|
|
13192
13426
|
"type": {
|
|
13193
13427
|
"kind": "ENUM",
|
|
@@ -13199,7 +13433,7 @@
|
|
|
13199
13433
|
},
|
|
13200
13434
|
{
|
|
13201
13435
|
"name": "percentage",
|
|
13202
|
-
"description": "Percentage of this source (0-100) in the mix.",
|
|
13436
|
+
"description": "Percentage of this source (0-100) in the mix. This property is OCPI-compliant.",
|
|
13203
13437
|
"args": [],
|
|
13204
13438
|
"type": {
|
|
13205
13439
|
"kind": "SCALAR",
|
|
@@ -13281,7 +13515,7 @@
|
|
|
13281
13515
|
"fields": [
|
|
13282
13516
|
{
|
|
13283
13517
|
"name": "category",
|
|
13284
|
-
"description": "The environmental impact category of this value.",
|
|
13518
|
+
"description": "The environmental impact category of this value. This property is OCPI-compliant.",
|
|
13285
13519
|
"args": [],
|
|
13286
13520
|
"type": {
|
|
13287
13521
|
"kind": "ENUM",
|
|
@@ -13293,7 +13527,7 @@
|
|
|
13293
13527
|
},
|
|
13294
13528
|
{
|
|
13295
13529
|
"name": "amount",
|
|
13296
|
-
"description": "Amount of this portion in g/kWh.",
|
|
13530
|
+
"description": "Amount of this portion in g/kWh. This property is OCPI-compliant.",
|
|
13297
13531
|
"args": [],
|
|
13298
13532
|
"type": {
|
|
13299
13533
|
"kind": "SCALAR",
|
|
@@ -13339,7 +13573,7 @@
|
|
|
13339
13573
|
"fields": [
|
|
13340
13574
|
{
|
|
13341
13575
|
"name": "period_begin",
|
|
13342
|
-
"description": "Begin of the exception. In UTC, time_zone field can be used to convert to local time.",
|
|
13576
|
+
"description": "Begin of the exception. In UTC, time_zone field can be used to convert to local time. This property is OCPI-compliant.",
|
|
13343
13577
|
"args": [],
|
|
13344
13578
|
"type": {
|
|
13345
13579
|
"kind": "SCALAR",
|
|
@@ -13351,7 +13585,7 @@
|
|
|
13351
13585
|
},
|
|
13352
13586
|
{
|
|
13353
13587
|
"name": "period_end",
|
|
13354
|
-
"description": "End of the exception. In UTC, time_zone field can be used to convert to local time.",
|
|
13588
|
+
"description": "End of the exception. In UTC, time_zone field can be used to convert to local time. This property is OCPI-compliant.",
|
|
13355
13589
|
"args": [],
|
|
13356
13590
|
"type": {
|
|
13357
13591
|
"kind": "SCALAR",
|
|
@@ -13505,7 +13739,7 @@
|
|
|
13505
13739
|
"fields": [
|
|
13506
13740
|
{
|
|
13507
13741
|
"name": "latitude",
|
|
13508
|
-
"description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}",
|
|
13742
|
+
"description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}. This property is OCPI-compliant.",
|
|
13509
13743
|
"args": [],
|
|
13510
13744
|
"type": {
|
|
13511
13745
|
"kind": "SCALAR",
|
|
@@ -13517,7 +13751,7 @@
|
|
|
13517
13751
|
},
|
|
13518
13752
|
{
|
|
13519
13753
|
"name": "longitude",
|
|
13520
|
-
"description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}",
|
|
13754
|
+
"description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}. This property is OCPI-compliant.",
|
|
13521
13755
|
"args": [],
|
|
13522
13756
|
"type": {
|
|
13523
13757
|
"kind": "SCALAR",
|
|
@@ -13540,7 +13774,7 @@
|
|
|
13540
13774
|
"fields": [
|
|
13541
13775
|
{
|
|
13542
13776
|
"name": "twentyfourseven",
|
|
13543
|
-
"description": "True to represent 24 hours a day and 7 days a week, except the given exceptions.",
|
|
13777
|
+
"description": "True to represent 24 hours a day and 7 days a week, except the given exceptions. This property is OCPI-compliant.",
|
|
13544
13778
|
"args": [],
|
|
13545
13779
|
"type": {
|
|
13546
13780
|
"kind": "SCALAR",
|
|
@@ -13552,7 +13786,7 @@
|
|
|
13552
13786
|
},
|
|
13553
13787
|
{
|
|
13554
13788
|
"name": "regular_hours",
|
|
13555
|
-
"description": "Regular hours, weekday-based. Only to be used if twentyfourseven=false, then this field needs to contain at least one RegularHours object.",
|
|
13789
|
+
"description": "Regular hours, weekday-based. Only to be used if twentyfourseven=false, then this field needs to contain at least one RegularHours object. This property is OCPI-compliant.",
|
|
13556
13790
|
"args": [],
|
|
13557
13791
|
"type": {
|
|
13558
13792
|
"kind": "LIST",
|
|
@@ -13568,7 +13802,7 @@
|
|
|
13568
13802
|
},
|
|
13569
13803
|
{
|
|
13570
13804
|
"name": "exceptional_openings",
|
|
13571
|
-
"description": "Exceptions for specified calendar dates, time-range based. Periods the station is operating/accessible. Additional to regular_hours. May overlap regular rules.",
|
|
13805
|
+
"description": "Exceptions for specified calendar dates, time-range based. Periods the station is operating/accessible. Additional to regular_hours. May overlap regular rules. This property is OCPI-compliant.",
|
|
13572
13806
|
"args": [],
|
|
13573
13807
|
"type": {
|
|
13574
13808
|
"kind": "LIST",
|
|
@@ -13584,7 +13818,7 @@
|
|
|
13584
13818
|
},
|
|
13585
13819
|
{
|
|
13586
13820
|
"name": "exceptional_closings",
|
|
13587
|
-
"description": "Exceptions for specified calendar dates, time-range based. Periods the station is not operating/accessible. Overwriting regular_hours and exceptional_openings. Should not overlap exceptional_openings.",
|
|
13821
|
+
"description": "Exceptions for specified calendar dates, time-range based. Periods the station is not operating/accessible. Overwriting regular_hours and exceptional_openings. Should not overlap exceptional_openings. This property is OCPI-compliant.",
|
|
13588
13822
|
"args": [],
|
|
13589
13823
|
"type": {
|
|
13590
13824
|
"kind": "LIST",
|
|
@@ -13611,7 +13845,7 @@
|
|
|
13611
13845
|
"fields": [
|
|
13612
13846
|
{
|
|
13613
13847
|
"name": "url",
|
|
13614
|
-
"description": "URL from where the image data can be fetched through a web browser.",
|
|
13848
|
+
"description": "URL from where the image data can be fetched through a web browser. This property is OCPI-compliant.",
|
|
13615
13849
|
"args": [],
|
|
13616
13850
|
"type": {
|
|
13617
13851
|
"kind": "SCALAR",
|
|
@@ -13623,7 +13857,7 @@
|
|
|
13623
13857
|
},
|
|
13624
13858
|
{
|
|
13625
13859
|
"name": "thumbnail",
|
|
13626
|
-
"description": "URL from where a thumbnail of the image can be fetched through a webbrowser.",
|
|
13860
|
+
"description": "URL from where a thumbnail of the image can be fetched through a webbrowser. This property is OCPI-compliant.",
|
|
13627
13861
|
"args": [],
|
|
13628
13862
|
"type": {
|
|
13629
13863
|
"kind": "SCALAR",
|
|
@@ -13635,7 +13869,7 @@
|
|
|
13635
13869
|
},
|
|
13636
13870
|
{
|
|
13637
13871
|
"name": "category",
|
|
13638
|
-
"description": "Category of an image",
|
|
13872
|
+
"description": "Category of an image. This property is OCPI-compliant.",
|
|
13639
13873
|
"args": [],
|
|
13640
13874
|
"type": {
|
|
13641
13875
|
"kind": "ENUM",
|
|
@@ -13647,7 +13881,7 @@
|
|
|
13647
13881
|
},
|
|
13648
13882
|
{
|
|
13649
13883
|
"name": "type",
|
|
13650
|
-
"description": "Image type: gif, jpeg, png, svg",
|
|
13884
|
+
"description": "Image type: gif, jpeg, png, svg. This property is OCPI-compliant.",
|
|
13651
13885
|
"args": [],
|
|
13652
13886
|
"type": {
|
|
13653
13887
|
"kind": "SCALAR",
|
|
@@ -13659,7 +13893,7 @@
|
|
|
13659
13893
|
},
|
|
13660
13894
|
{
|
|
13661
13895
|
"name": "width",
|
|
13662
|
-
"description": "Width of the full scale image",
|
|
13896
|
+
"description": "Width of the full scale image. This property is OCPI-compliant.",
|
|
13663
13897
|
"args": [],
|
|
13664
13898
|
"type": {
|
|
13665
13899
|
"kind": "SCALAR",
|
|
@@ -13671,7 +13905,7 @@
|
|
|
13671
13905
|
},
|
|
13672
13906
|
{
|
|
13673
13907
|
"name": "height",
|
|
13674
|
-
"description": "Height of the full scale image",
|
|
13908
|
+
"description": "Height of the full scale image. This property is OCPI-compliant.",
|
|
13675
13909
|
"args": [],
|
|
13676
13910
|
"type": {
|
|
13677
13911
|
"kind": "SCALAR",
|
|
@@ -13876,7 +14110,7 @@
|
|
|
13876
14110
|
"fields": [
|
|
13877
14111
|
{
|
|
13878
14112
|
"name": "excl_vat",
|
|
13879
|
-
"description": "Price/Cost excluding VAT.",
|
|
14113
|
+
"description": "Price/Cost excluding VAT. This property is OCPI-compliant.",
|
|
13880
14114
|
"args": [],
|
|
13881
14115
|
"type": {
|
|
13882
14116
|
"kind": "SCALAR",
|
|
@@ -13888,7 +14122,7 @@
|
|
|
13888
14122
|
},
|
|
13889
14123
|
{
|
|
13890
14124
|
"name": "incl_vat",
|
|
13891
|
-
"description": "Price/Cost including VAT.",
|
|
14125
|
+
"description": "Price/Cost including VAT. This property is OCPI-compliant.",
|
|
13892
14126
|
"args": [],
|
|
13893
14127
|
"type": {
|
|
13894
14128
|
"kind": "SCALAR",
|
|
@@ -13911,7 +14145,7 @@
|
|
|
13911
14145
|
"fields": [
|
|
13912
14146
|
{
|
|
13913
14147
|
"name": "type",
|
|
13914
|
-
"description": "Type of tariff dimension.",
|
|
14148
|
+
"description": "Type of tariff dimension. This property is OCPI-compliant.",
|
|
13915
14149
|
"args": [],
|
|
13916
14150
|
"type": {
|
|
13917
14151
|
"kind": "ENUM",
|
|
@@ -13923,7 +14157,7 @@
|
|
|
13923
14157
|
},
|
|
13924
14158
|
{
|
|
13925
14159
|
"name": "price",
|
|
13926
|
-
"description": "Price per unit (excl. VAT) for this tariff dimension.",
|
|
14160
|
+
"description": "Price per unit (excl. VAT) for this tariff dimension. This property is OCPI-compliant.",
|
|
13927
14161
|
"args": [],
|
|
13928
14162
|
"type": {
|
|
13929
14163
|
"kind": "SCALAR",
|
|
@@ -13935,7 +14169,7 @@
|
|
|
13935
14169
|
},
|
|
13936
14170
|
{
|
|
13937
14171
|
"name": "vat",
|
|
13938
|
-
"description": "Applicable VAT percentage for this tariff dimension. If omitted, no VAT is applicable. Not providing a VAT is different from 0% VAT, which would be a value of 0.0 here.",
|
|
14172
|
+
"description": "Applicable VAT percentage for this tariff dimension. If omitted, no VAT is applicable. Not providing a VAT is different from 0% VAT, which would be a value of 0.0 here. This property is OCPI-compliant.",
|
|
13939
14173
|
"args": [],
|
|
13940
14174
|
"type": {
|
|
13941
14175
|
"kind": "SCALAR",
|
|
@@ -13947,7 +14181,7 @@
|
|
|
13947
14181
|
},
|
|
13948
14182
|
{
|
|
13949
14183
|
"name": "step_size",
|
|
13950
|
-
"description": "Minimum amount to be billed. This unit will be billed in this step_size blocks. For example: if type is TIME and step_size has a value of 300, then time will be billed in blocks of 5 minutes. If 6 minutes were used, 10 minutes (2 blocks of step_size) will be billed.",
|
|
14184
|
+
"description": "Minimum amount to be billed. This unit will be billed in this step_size blocks. For example: if type is TIME and step_size has a value of 300, then time will be billed in blocks of 5 minutes. If 6 minutes were used, 10 minutes (2 blocks of step_size) will be billed. This property is OCPI-compliant.",
|
|
13951
14185
|
"args": [],
|
|
13952
14186
|
"type": {
|
|
13953
14187
|
"kind": "SCALAR",
|
|
@@ -13970,7 +14204,7 @@
|
|
|
13970
14204
|
"fields": [
|
|
13971
14205
|
{
|
|
13972
14206
|
"name": "weekday",
|
|
13973
|
-
"description": "Number of days in the week, from Monday (1) till Sunday (7)",
|
|
14207
|
+
"description": "Number of days in the week, from Monday (1) till Sunday (7). This property is OCPI-compliant.",
|
|
13974
14208
|
"args": [],
|
|
13975
14209
|
"type": {
|
|
13976
14210
|
"kind": "SCALAR",
|
|
@@ -13982,7 +14216,7 @@
|
|
|
13982
14216
|
},
|
|
13983
14217
|
{
|
|
13984
14218
|
"name": "period_begin",
|
|
13985
|
-
"description": "Begin of the regular period, in local time, given in hours and minutes. Must be in 24h format with leading zeros. Example: \"18:15\". Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9].",
|
|
14219
|
+
"description": "Begin of the regular period, in local time, given in hours and minutes. Must be in 24h format with leading zeros. Example: \"18:15\". Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9]. This property is OCPI-compliant.",
|
|
13986
14220
|
"args": [],
|
|
13987
14221
|
"type": {
|
|
13988
14222
|
"kind": "SCALAR",
|
|
@@ -13994,7 +14228,7 @@
|
|
|
13994
14228
|
},
|
|
13995
14229
|
{
|
|
13996
14230
|
"name": "period_end",
|
|
13997
|
-
"description": "End of the regular period, in local time, syntax as for period_begin. Must be later than period_begin.",
|
|
14231
|
+
"description": "End of the regular period, in local time, syntax as for period_begin. Must be later than period_begin. This property is OCPI-compliant.",
|
|
13998
14232
|
"args": [],
|
|
13999
14233
|
"type": {
|
|
14000
14234
|
"kind": "SCALAR",
|
|
@@ -14105,7 +14339,7 @@
|
|
|
14105
14339
|
"fields": [
|
|
14106
14340
|
{
|
|
14107
14341
|
"name": "period_begin",
|
|
14108
|
-
"description": "Begin of the scheduled period.",
|
|
14342
|
+
"description": "Begin of the scheduled period. This property is OCPI-compliant.",
|
|
14109
14343
|
"args": [],
|
|
14110
14344
|
"type": {
|
|
14111
14345
|
"kind": "SCALAR",
|
|
@@ -14117,7 +14351,7 @@
|
|
|
14117
14351
|
},
|
|
14118
14352
|
{
|
|
14119
14353
|
"name": "period_end",
|
|
14120
|
-
"description": "End of the scheduled period, if known.",
|
|
14354
|
+
"description": "End of the scheduled period, if known. This property is OCPI-compliant.",
|
|
14121
14355
|
"args": [],
|
|
14122
14356
|
"type": {
|
|
14123
14357
|
"kind": "SCALAR",
|
|
@@ -14129,7 +14363,7 @@
|
|
|
14129
14363
|
},
|
|
14130
14364
|
{
|
|
14131
14365
|
"name": "status",
|
|
14132
|
-
"description": "Status value during the scheduled period.",
|
|
14366
|
+
"description": "Status value during the scheduled period. This property is OCPI-compliant.",
|
|
14133
14367
|
"args": [],
|
|
14134
14368
|
"type": {
|
|
14135
14369
|
"kind": "ENUM",
|
|
@@ -14152,7 +14386,7 @@
|
|
|
14152
14386
|
"fields": [
|
|
14153
14387
|
{
|
|
14154
14388
|
"name": "country_code",
|
|
14155
|
-
"description": "ISO-3166 alpha-2 country code of the CPO that owns this tariff",
|
|
14389
|
+
"description": "ISO-3166 alpha-2 country code of the CPO that owns this tariff. This property is OCPI-compliant.",
|
|
14156
14390
|
"args": [],
|
|
14157
14391
|
"type": {
|
|
14158
14392
|
"kind": "SCALAR",
|
|
@@ -14164,7 +14398,7 @@
|
|
|
14164
14398
|
},
|
|
14165
14399
|
{
|
|
14166
14400
|
"name": "party_id",
|
|
14167
|
-
"description": "CPO ID of the CPO that owns this tariff (following the ISO-15118 standard)",
|
|
14401
|
+
"description": "CPO ID of the CPO that owns this tariff (following the ISO-15118 standard). This property is OCPI-compliant.",
|
|
14168
14402
|
"args": [],
|
|
14169
14403
|
"type": {
|
|
14170
14404
|
"kind": "SCALAR",
|
|
@@ -14176,7 +14410,7 @@
|
|
|
14176
14410
|
},
|
|
14177
14411
|
{
|
|
14178
14412
|
"name": "id",
|
|
14179
|
-
"description": "Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms)",
|
|
14413
|
+
"description": "Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms). This property is OCPI-compliant.",
|
|
14180
14414
|
"args": [],
|
|
14181
14415
|
"type": {
|
|
14182
14416
|
"kind": "SCALAR",
|
|
@@ -14188,7 +14422,7 @@
|
|
|
14188
14422
|
},
|
|
14189
14423
|
{
|
|
14190
14424
|
"name": "currency",
|
|
14191
|
-
"description": "ISO-4217 code of the currency of this tariff.",
|
|
14425
|
+
"description": "ISO-4217 code of the currency of this tariff. This property is OCPI-compliant.",
|
|
14192
14426
|
"args": [],
|
|
14193
14427
|
"type": {
|
|
14194
14428
|
"kind": "SCALAR",
|
|
@@ -14200,7 +14434,7 @@
|
|
|
14200
14434
|
},
|
|
14201
14435
|
{
|
|
14202
14436
|
"name": "type",
|
|
14203
|
-
"description": "Defines the type of the tariff. This allows for distinction in case of given charging preferences. When omitted, this tariff is valid for all sessions",
|
|
14437
|
+
"description": "Defines the type of the tariff. This allows for distinction in case of given charging preferences. When omitted, this tariff is valid for all sessions. This property is OCPI-compliant.",
|
|
14204
14438
|
"args": [],
|
|
14205
14439
|
"type": {
|
|
14206
14440
|
"kind": "ENUM",
|
|
@@ -14212,7 +14446,7 @@
|
|
|
14212
14446
|
},
|
|
14213
14447
|
{
|
|
14214
14448
|
"name": "tariff_alt_text",
|
|
14215
|
-
"description": "List of alternative tariff information texts, in multiple languages",
|
|
14449
|
+
"description": "List of alternative tariff information texts, in multiple languages. This property is OCPI-compliant.",
|
|
14216
14450
|
"args": [],
|
|
14217
14451
|
"type": {
|
|
14218
14452
|
"kind": "LIST",
|
|
@@ -14228,7 +14462,7 @@
|
|
|
14228
14462
|
},
|
|
14229
14463
|
{
|
|
14230
14464
|
"name": "tariff_alt_url",
|
|
14231
|
-
"description": "URL to a web page that contains an explanation of the tariff information in human readable form",
|
|
14465
|
+
"description": "URL to a web page that contains an explanation of the tariff information in human readable form. This property is OCPI-compliant.",
|
|
14232
14466
|
"args": [],
|
|
14233
14467
|
"type": {
|
|
14234
14468
|
"kind": "SCALAR",
|
|
@@ -14240,7 +14474,7 @@
|
|
|
14240
14474
|
},
|
|
14241
14475
|
{
|
|
14242
14476
|
"name": "min_price",
|
|
14243
|
-
"description": "When this field is set, a charging session with this tariff will cost at least the amount shown. This is different from a FLAT fee (start tariff, transaction fee), as a FLAT fee is a fixed amount that must be paid for any charging session. A minimum price indicates that when the cost of a charging session is lower than this amount, the cost of the session will be equal to this amount",
|
|
14477
|
+
"description": "When this field is set, a charging session with this tariff will cost at least the amount shown. This is different from a FLAT fee (start tariff, transaction fee), as a FLAT fee is a fixed amount that must be paid for any charging session. A minimum price indicates that when the cost of a charging session is lower than this amount, the cost of the session will be equal to this amount. This property is OCPI-compliant.",
|
|
14244
14478
|
"args": [],
|
|
14245
14479
|
"type": {
|
|
14246
14480
|
"kind": "OBJECT",
|
|
@@ -14252,7 +14486,7 @@
|
|
|
14252
14486
|
},
|
|
14253
14487
|
{
|
|
14254
14488
|
"name": "max_price",
|
|
14255
|
-
"description": "When this field is set, a charging session with this tariff will NOT cost more than this amount",
|
|
14489
|
+
"description": "When this field is set, a charging session with this tariff will NOT cost more than this amount. This property is OCPI-compliant.",
|
|
14256
14490
|
"args": [],
|
|
14257
14491
|
"type": {
|
|
14258
14492
|
"kind": "OBJECT",
|
|
@@ -14264,7 +14498,7 @@
|
|
|
14264
14498
|
},
|
|
14265
14499
|
{
|
|
14266
14500
|
"name": "elements",
|
|
14267
|
-
"description": "List of tariff elements",
|
|
14501
|
+
"description": "List of tariff elements. This property is OCPI-compliant.",
|
|
14268
14502
|
"args": [],
|
|
14269
14503
|
"type": {
|
|
14270
14504
|
"kind": "LIST",
|
|
@@ -14280,7 +14514,7 @@
|
|
|
14280
14514
|
},
|
|
14281
14515
|
{
|
|
14282
14516
|
"name": "start_date_time",
|
|
14283
|
-
"description": "Time when this tariff becomes active, in UTC, time_zone field of the Location can be used to convert to local time. Typically used for a new tariff that is already given with the location, before it becomes active",
|
|
14517
|
+
"description": "Time when this tariff becomes active, in UTC, time_zone field of the Location can be used to convert to local time. Typically used for a new tariff that is already given with the location, before it becomes active. This property is OCPI-compliant.",
|
|
14284
14518
|
"args": [],
|
|
14285
14519
|
"type": {
|
|
14286
14520
|
"kind": "SCALAR",
|
|
@@ -14292,7 +14526,7 @@
|
|
|
14292
14526
|
},
|
|
14293
14527
|
{
|
|
14294
14528
|
"name": "end_date_time",
|
|
14295
|
-
"description": "Time after which this tariff is no longer valid, in UTC, time_zone field if the location can be used to convert to local time. Typically used when this tariff is going to be replaced with a different tariff in the near future",
|
|
14529
|
+
"description": "Time after which this tariff is no longer valid, in UTC, time_zone field if the location can be used to convert to local time. Typically used when this tariff is going to be replaced with a different tariff in the near future. This property is OCPI-compliant.",
|
|
14296
14530
|
"args": [],
|
|
14297
14531
|
"type": {
|
|
14298
14532
|
"kind": "SCALAR",
|
|
@@ -14304,7 +14538,7 @@
|
|
|
14304
14538
|
},
|
|
14305
14539
|
{
|
|
14306
14540
|
"name": "energy_mix",
|
|
14307
|
-
"description": "Details about the energy supplied with this tariff",
|
|
14541
|
+
"description": "Details about the energy supplied with this tariff. This property is OCPI-compliant.",
|
|
14308
14542
|
"args": [],
|
|
14309
14543
|
"type": {
|
|
14310
14544
|
"kind": "OBJECT",
|
|
@@ -14316,7 +14550,7 @@
|
|
|
14316
14550
|
},
|
|
14317
14551
|
{
|
|
14318
14552
|
"name": "last_updated",
|
|
14319
|
-
"description": "Timestamp when this tariff was last updated (or created)",
|
|
14553
|
+
"description": "Timestamp when this tariff was last updated (or created). This property is OCPI-compliant.",
|
|
14320
14554
|
"args": [],
|
|
14321
14555
|
"type": {
|
|
14322
14556
|
"kind": "SCALAR",
|
|
@@ -14374,7 +14608,7 @@
|
|
|
14374
14608
|
"fields": [
|
|
14375
14609
|
{
|
|
14376
14610
|
"name": "price_components",
|
|
14377
|
-
"description": "List of price components that describe the pricing of a tariff.",
|
|
14611
|
+
"description": "List of price components that describe the pricing of a tariff. This property is OCPI-compliant.",
|
|
14378
14612
|
"args": [],
|
|
14379
14613
|
"type": {
|
|
14380
14614
|
"kind": "LIST",
|
|
@@ -14390,7 +14624,7 @@
|
|
|
14390
14624
|
},
|
|
14391
14625
|
{
|
|
14392
14626
|
"name": "restrictions",
|
|
14393
|
-
"description": "Restrictions that describe the applicability of a tariff.",
|
|
14627
|
+
"description": "Restrictions that describe the applicability of a tariff. This property is OCPI-compliant.",
|
|
14394
14628
|
"args": [],
|
|
14395
14629
|
"type": {
|
|
14396
14630
|
"kind": "LIST",
|
|
@@ -14417,7 +14651,7 @@
|
|
|
14417
14651
|
"fields": [
|
|
14418
14652
|
{
|
|
14419
14653
|
"name": "start_time",
|
|
14420
|
-
"description": "Start time of day in local time, the time zone is defined in the time_zone field of the Location, for example 13:30, valid from this time of the day. Must be in 24h format with leading zeros. Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9]",
|
|
14654
|
+
"description": "Start time of day in local time, the time zone is defined in the time_zone field of the Location, for example 13:30, valid from this time of the day. Must be in 24h format with leading zeros. Hour/Minute separator: \":\" Regex: ([0-1][0-9]|2[1-3]):[0-5][0-9]. This property is OCPI-compliant.",
|
|
14421
14655
|
"args": [],
|
|
14422
14656
|
"type": {
|
|
14423
14657
|
"kind": "SCALAR",
|
|
@@ -14429,7 +14663,7 @@
|
|
|
14429
14663
|
},
|
|
14430
14664
|
{
|
|
14431
14665
|
"name": "end_time",
|
|
14432
|
-
"description": "End time of day in local time, the time zone is defined in the time_zone field of the Location, for example 19:45, valid until this time of the day. Same syntax as start_time.",
|
|
14666
|
+
"description": "End time of day in local time, the time zone is defined in the time_zone field of the Location, for example 19:45, valid until this time of the day. Same syntax as start_time. This property is OCPI-compliant.",
|
|
14433
14667
|
"args": [],
|
|
14434
14668
|
"type": {
|
|
14435
14669
|
"kind": "SCALAR",
|
|
@@ -14441,7 +14675,7 @@
|
|
|
14441
14675
|
},
|
|
14442
14676
|
{
|
|
14443
14677
|
"name": "start_date",
|
|
14444
|
-
"description": "Start date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-24, valid from this day. Regex: ([12][0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])",
|
|
14678
|
+
"description": "Start date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-24, valid from this day. Regex: ([12][0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01]). This property is OCPI-compliant.",
|
|
14445
14679
|
"args": [],
|
|
14446
14680
|
"type": {
|
|
14447
14681
|
"kind": "SCALAR",
|
|
@@ -14453,7 +14687,7 @@
|
|
|
14453
14687
|
},
|
|
14454
14688
|
{
|
|
14455
14689
|
"name": "end_date",
|
|
14456
|
-
"description": "End date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-27, valid until this day (exclusive). Same syntax as start_date",
|
|
14690
|
+
"description": "End date in local time, the time zone is defined in the time_zone field of the Location, for example: 2015-12-27, valid until this day (exclusive). Same syntax as start_date. This property is OCPI-compliant.",
|
|
14457
14691
|
"args": [],
|
|
14458
14692
|
"type": {
|
|
14459
14693
|
"kind": "SCALAR",
|
|
@@ -14465,7 +14699,7 @@
|
|
|
14465
14699
|
},
|
|
14466
14700
|
{
|
|
14467
14701
|
"name": "min_kwh",
|
|
14468
|
-
"description": "Minimum consumed energy in kWh, for example 20, valid from this amount of energy being used",
|
|
14702
|
+
"description": "Minimum consumed energy in kWh, for example 20, valid from this amount of energy being used. This property is OCPI-compliant.",
|
|
14469
14703
|
"args": [],
|
|
14470
14704
|
"type": {
|
|
14471
14705
|
"kind": "SCALAR",
|
|
@@ -14477,7 +14711,7 @@
|
|
|
14477
14711
|
},
|
|
14478
14712
|
{
|
|
14479
14713
|
"name": "max_kwh",
|
|
14480
|
-
"description": "Maximum consumed energy in kWh, for example 50, valid until this amount of energy being used",
|
|
14714
|
+
"description": "Maximum consumed energy in kWh, for example 50, valid until this amount of energy being used. This property is OCPI-compliant.",
|
|
14481
14715
|
"args": [],
|
|
14482
14716
|
"type": {
|
|
14483
14717
|
"kind": "SCALAR",
|
|
@@ -14489,7 +14723,7 @@
|
|
|
14489
14723
|
},
|
|
14490
14724
|
{
|
|
14491
14725
|
"name": "min_current",
|
|
14492
|
-
"description": "Sum of the minimum current in over all phases, for example 5. When the EV is charging with more than the defined amount of current, this tariff element is/becomes active. If the charging current is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum current over the entire charging session. This restriction can make a tariff element become active when the charging current is above the defined value, but the tariff element MUST no longer be active when the charging current drops below the defined value",
|
|
14726
|
+
"description": "Sum of the minimum current in over all phases, for example 5. When the EV is charging with more than the defined amount of current, this tariff element is/becomes active. If the charging current is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum current over the entire charging session. This restriction can make a tariff element become active when the charging current is above the defined value, but the tariff element MUST no longer be active when the charging current drops below the defined value. This property is OCPI-compliant.",
|
|
14493
14727
|
"args": [],
|
|
14494
14728
|
"type": {
|
|
14495
14729
|
"kind": "SCALAR",
|
|
@@ -14501,7 +14735,7 @@
|
|
|
14501
14735
|
},
|
|
14502
14736
|
{
|
|
14503
14737
|
"name": "max_current",
|
|
14504
|
-
"description": "Sum of the maximum current in over all phases, for example 20. When the EV is charging with less than the defined amount of current, this tariff element becomes/is active. If the charging current is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This describes NOT the maximum current over the entire Charging Session. This restriction can make a tariff element become active when the charging current is below this value, but the tariff element MUST no longer be active when the charging current raises above the defined value",
|
|
14738
|
+
"description": "Sum of the maximum current in over all phases, for example 20. When the EV is charging with less than the defined amount of current, this tariff element becomes/is active. If the charging current is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This describes NOT the maximum current over the entire Charging Session. This restriction can make a tariff element become active when the charging current is below this value, but the tariff element MUST no longer be active when the charging current raises above the defined value. This property is OCPI-compliant.",
|
|
14505
14739
|
"args": [],
|
|
14506
14740
|
"type": {
|
|
14507
14741
|
"kind": "SCALAR",
|
|
@@ -14513,7 +14747,7 @@
|
|
|
14513
14747
|
},
|
|
14514
14748
|
{
|
|
14515
14749
|
"name": "min_power",
|
|
14516
|
-
"description": "Minimum power in kW, for example 5. When the EV is charging with more than the defined amount of power, this tariff element is/becomes active. If the charging power is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum power over the entire charging session. This restriction can make a tariff element become active when the charging power is above this value, but the TariffElement MUST no longer be active when the charging power drops below the defined value",
|
|
14750
|
+
"description": "Minimum power in kW, for example 5. When the EV is charging with more than the defined amount of power, this tariff element is/becomes active. If the charging power is or becomes lower, this tariff element is not or no longer valid and becomes inactive. This does not describe the minimum power over the entire charging session. This restriction can make a tariff element become active when the charging power is above this value, but the TariffElement MUST no longer be active when the charging power drops below the defined value. This property is OCPI-compliant.",
|
|
14517
14751
|
"args": [],
|
|
14518
14752
|
"type": {
|
|
14519
14753
|
"kind": "SCALAR",
|
|
@@ -14525,7 +14759,7 @@
|
|
|
14525
14759
|
},
|
|
14526
14760
|
{
|
|
14527
14761
|
"name": "max_power",
|
|
14528
|
-
"description": "Maximum power in kW, for example 20. When the EV is charging with less than the defined amount of power, this tariff element becomes/is active. If the charging power is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This does not describe the maximum power over the entire charging session. This restriction can make a tariff element become active when the charging power is below this value, but the TariffElement MUST no longer be active when the charging power raises above the defined value",
|
|
14762
|
+
"description": "Maximum power in kW, for example 20. When the EV is charging with less than the defined amount of power, this tariff element becomes/is active. If the charging power is or becomes higher, this tariff element is not or no longer valid and becomes inactive. This does not describe the maximum power over the entire charging session. This restriction can make a tariff element become active when the charging power is below this value, but the TariffElement MUST no longer be active when the charging power raises above the defined value. This property is OCPI-compliant.",
|
|
14529
14763
|
"args": [],
|
|
14530
14764
|
"type": {
|
|
14531
14765
|
"kind": "SCALAR",
|
|
@@ -14537,7 +14771,7 @@
|
|
|
14537
14771
|
},
|
|
14538
14772
|
{
|
|
14539
14773
|
"name": "min_duration",
|
|
14540
|
-
"description": "Minimum duration in seconds the charging session MUST last (inclusive). When the duration of a charging session is longer than the defined value, this TariffElement is or becomes active. Before that moment, this tariff element is not yet active",
|
|
14774
|
+
"description": "Minimum duration in seconds the charging session MUST last (inclusive). When the duration of a charging session is longer than the defined value, this TariffElement is or becomes active. Before that moment, this tariff element is not yet active. This property is OCPI-compliant.",
|
|
14541
14775
|
"args": [],
|
|
14542
14776
|
"type": {
|
|
14543
14777
|
"kind": "SCALAR",
|
|
@@ -14549,7 +14783,7 @@
|
|
|
14549
14783
|
},
|
|
14550
14784
|
{
|
|
14551
14785
|
"name": "max_duration",
|
|
14552
|
-
"description": "Maximum duration in seconds the charging session MUST last (exclusive). When the duration of a charging session is shorter than the defined value, this tariff element is or becomes active. After that moment, this tariff element is no longer active",
|
|
14786
|
+
"description": "Maximum duration in seconds the charging session MUST last (exclusive). When the duration of a charging session is shorter than the defined value, this tariff element is or becomes active. After that moment, this tariff element is no longer active. This property is OCPI-compliant.",
|
|
14553
14787
|
"args": [],
|
|
14554
14788
|
"type": {
|
|
14555
14789
|
"kind": "SCALAR",
|
|
@@ -14561,7 +14795,7 @@
|
|
|
14561
14795
|
},
|
|
14562
14796
|
{
|
|
14563
14797
|
"name": "day_of_week",
|
|
14564
|
-
"description": "Which day(s) of the week this tariff element is active.",
|
|
14798
|
+
"description": "Which day(s) of the week this tariff element is active. This property is OCPI-compliant.",
|
|
14565
14799
|
"args": [],
|
|
14566
14800
|
"type": {
|
|
14567
14801
|
"kind": "ENUM",
|
|
@@ -14573,7 +14807,7 @@
|
|
|
14573
14807
|
},
|
|
14574
14808
|
{
|
|
14575
14809
|
"name": "reservation",
|
|
14576
|
-
"description": "When this field is present, the tariff element describes reservation costs. A reservation starts when the reservation is made, and ends when the drivers starts charging on the reserved EVSE/Location, or when the reservation expires. A reservation can only have: FLAT and TIME TariffDimensions, where TIME is for the duration of the reservation",
|
|
14810
|
+
"description": "When this field is present, the tariff element describes reservation costs. A reservation starts when the reservation is made, and ends when the drivers starts charging on the reserved EVSE/Location, or when the reservation expires. A reservation can only have: FLAT and TIME TariffDimensions, where TIME is for the duration of the reservation. This property is OCPI-compliant.",
|
|
14577
14811
|
"args": [],
|
|
14578
14812
|
"type": {
|
|
14579
14813
|
"kind": "ENUM",
|
|
@@ -14633,7 +14867,7 @@
|
|
|
14633
14867
|
{
|
|
14634
14868
|
"kind": "ENUM",
|
|
14635
14869
|
"name": "OICPChargingModes",
|
|
14636
|
-
"description": "List of charging modes that are supported",
|
|
14870
|
+
"description": "List of charging modes that are supported.",
|
|
14637
14871
|
"fields": null,
|
|
14638
14872
|
"inputFields": null,
|
|
14639
14873
|
"interfaces": null,
|
|
@@ -14674,11 +14908,11 @@
|
|
|
14674
14908
|
{
|
|
14675
14909
|
"kind": "OBJECT",
|
|
14676
14910
|
"name": "OICPConnectorCustomProperties",
|
|
14677
|
-
"description": "Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values",
|
|
14911
|
+
"description": "Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values.",
|
|
14678
14912
|
"fields": [
|
|
14679
14913
|
{
|
|
14680
14914
|
"name": "dynamic_power_level",
|
|
14681
|
-
"description": "Returns whether the connector is able to deliver different power outputs",
|
|
14915
|
+
"description": "Returns whether the connector is able to deliver different power outputs.",
|
|
14682
14916
|
"args": [],
|
|
14683
14917
|
"type": {
|
|
14684
14918
|
"kind": "SCALAR",
|
|
@@ -14690,7 +14924,7 @@
|
|
|
14690
14924
|
},
|
|
14691
14925
|
{
|
|
14692
14926
|
"name": "charging_modes",
|
|
14693
|
-
"description": "List of charging modes that are supported as specified by IEC 61851-1",
|
|
14927
|
+
"description": "List of charging modes that are supported as specified by IEC 61851-1.",
|
|
14694
14928
|
"args": [],
|
|
14695
14929
|
"type": {
|
|
14696
14930
|
"kind": "LIST",
|
|
@@ -14717,7 +14951,7 @@
|
|
|
14717
14951
|
{
|
|
14718
14952
|
"kind": "ENUM",
|
|
14719
14953
|
"name": "OICPEvseAuthenticationMode",
|
|
14720
|
-
"description": "List of authentication modes that are supported",
|
|
14954
|
+
"description": "List of authentication modes that are supported.",
|
|
14721
14955
|
"fields": null,
|
|
14722
14956
|
"inputFields": null,
|
|
14723
14957
|
"interfaces": null,
|
|
@@ -14764,11 +14998,11 @@
|
|
|
14764
14998
|
{
|
|
14765
14999
|
"kind": "OBJECT",
|
|
14766
15000
|
"name": "OICPEvseCustomProperties",
|
|
14767
|
-
"description": "Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values",
|
|
15001
|
+
"description": "Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values.",
|
|
14768
15002
|
"fields": [
|
|
14769
15003
|
{
|
|
14770
15004
|
"name": "authentication_modes",
|
|
14771
|
-
"description": "List of authentication modes that are supported",
|
|
15005
|
+
"description": "List of authentication modes that are supported.",
|
|
14772
15006
|
"args": [],
|
|
14773
15007
|
"type": {
|
|
14774
15008
|
"kind": "NON_NULL",
|
|
@@ -14792,7 +15026,7 @@
|
|
|
14792
15026
|
},
|
|
14793
15027
|
{
|
|
14794
15028
|
"name": "max_capacity",
|
|
14795
|
-
"description": "Returns a value if the EVSE has a limited capacity (e.g. built-in battery). Values are in kWh",
|
|
15029
|
+
"description": "Returns a value if the EVSE has a limited capacity (e.g. built-in battery). Values are in kWh.",
|
|
14796
15030
|
"args": [],
|
|
14797
15031
|
"type": {
|
|
14798
15032
|
"kind": "SCALAR",
|
|
@@ -14804,7 +15038,7 @@
|
|
|
14804
15038
|
},
|
|
14805
15039
|
{
|
|
14806
15040
|
"name": "payment_options",
|
|
14807
|
-
"description": "List of payment options that are supported",
|
|
15041
|
+
"description": "List of payment options that are supported.",
|
|
14808
15042
|
"args": [],
|
|
14809
15043
|
"type": {
|
|
14810
15044
|
"kind": "NON_NULL",
|
|
@@ -14828,7 +15062,7 @@
|
|
|
14828
15062
|
},
|
|
14829
15063
|
{
|
|
14830
15064
|
"name": "value_added_services",
|
|
14831
|
-
"description": "List of value added services that are supported",
|
|
15065
|
+
"description": "List of value added services that are supported.",
|
|
14832
15066
|
"args": [],
|
|
14833
15067
|
"type": {
|
|
14834
15068
|
"kind": "NON_NULL",
|
|
@@ -14852,7 +15086,7 @@
|
|
|
14852
15086
|
},
|
|
14853
15087
|
{
|
|
14854
15088
|
"name": "additional_info",
|
|
14855
|
-
"description": "List of additional info by locale",
|
|
15089
|
+
"description": "List of additional info by locale.",
|
|
14856
15090
|
"args": [],
|
|
14857
15091
|
"type": {
|
|
14858
15092
|
"kind": "LIST",
|
|
@@ -14872,7 +15106,7 @@
|
|
|
14872
15106
|
},
|
|
14873
15107
|
{
|
|
14874
15108
|
"name": "is_hubject_compatible",
|
|
14875
|
-
"description": "When the value is set to false this station does not support remote start and stop by Hubject",
|
|
15109
|
+
"description": "When the value is set to false this station does not support remote start and stop by Hubject.",
|
|
14876
15110
|
"args": [],
|
|
14877
15111
|
"type": {
|
|
14878
15112
|
"kind": "NON_NULL",
|
|
@@ -14888,7 +15122,7 @@
|
|
|
14888
15122
|
},
|
|
14889
15123
|
{
|
|
14890
15124
|
"name": "hardware_manufacturer",
|
|
14891
|
-
"description": "Name of the charging point manufacturer",
|
|
15125
|
+
"description": "Name of the charging point manufacturer.",
|
|
14892
15126
|
"args": [],
|
|
14893
15127
|
"type": {
|
|
14894
15128
|
"kind": "SCALAR",
|
|
@@ -14911,7 +15145,7 @@
|
|
|
14911
15145
|
"fields": [
|
|
14912
15146
|
{
|
|
14913
15147
|
"name": "lang",
|
|
14914
|
-
"description": "The language in which the additional info text is provided",
|
|
15148
|
+
"description": "The language in which the additional info text is provided.",
|
|
14915
15149
|
"args": [],
|
|
14916
15150
|
"type": {
|
|
14917
15151
|
"kind": "SCALAR",
|
|
@@ -14923,7 +15157,7 @@
|
|
|
14923
15157
|
},
|
|
14924
15158
|
{
|
|
14925
15159
|
"name": "value",
|
|
14926
|
-
"description": "Additional info text value",
|
|
15160
|
+
"description": "Additional info text value.",
|
|
14927
15161
|
"args": [],
|
|
14928
15162
|
"type": {
|
|
14929
15163
|
"kind": "SCALAR",
|
|
@@ -14942,7 +15176,7 @@
|
|
|
14942
15176
|
{
|
|
14943
15177
|
"kind": "ENUM",
|
|
14944
15178
|
"name": "OICPPaymentOptions",
|
|
14945
|
-
"description": "List of payment options that are supported",
|
|
15179
|
+
"description": "List of payment options that are supported.",
|
|
14946
15180
|
"fields": null,
|
|
14947
15181
|
"inputFields": null,
|
|
14948
15182
|
"interfaces": null,
|
|
@@ -14971,11 +15205,11 @@
|
|
|
14971
15205
|
{
|
|
14972
15206
|
"kind": "OBJECT",
|
|
14973
15207
|
"name": "OICPStationCustomProperties",
|
|
14974
|
-
"description": "Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values",
|
|
15208
|
+
"description": "Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values.",
|
|
14975
15209
|
"fields": [
|
|
14976
15210
|
{
|
|
14977
15211
|
"name": "parking_facility",
|
|
14978
|
-
"description": "Returns whether the station is a parking facility",
|
|
15212
|
+
"description": "Returns whether the station is a parking facility.",
|
|
14979
15213
|
"args": [],
|
|
14980
15214
|
"type": {
|
|
14981
15215
|
"kind": "SCALAR",
|
|
@@ -14987,7 +15221,7 @@
|
|
|
14987
15221
|
},
|
|
14988
15222
|
{
|
|
14989
15223
|
"name": "parking_spot",
|
|
14990
|
-
"description": "Returns an identifier for the precise parking spot. Eg. 36 or 12-1",
|
|
15224
|
+
"description": "Returns an identifier for the precise parking spot. Eg. 36 or 12-1.",
|
|
14991
15225
|
"args": [],
|
|
14992
15226
|
"type": {
|
|
14993
15227
|
"kind": "SCALAR",
|
|
@@ -14999,7 +15233,7 @@
|
|
|
14999
15233
|
},
|
|
15000
15234
|
{
|
|
15001
15235
|
"name": "calibration_law_data_availability",
|
|
15002
|
-
"description": "Returns information on how the charging station provides metering law data",
|
|
15236
|
+
"description": "Returns information on how the charging station provides metering law data.",
|
|
15003
15237
|
"args": [],
|
|
15004
15238
|
"type": {
|
|
15005
15239
|
"kind": "NON_NULL",
|
|
@@ -15015,7 +15249,7 @@
|
|
|
15015
15249
|
},
|
|
15016
15250
|
{
|
|
15017
15251
|
"name": "clearinghouse_id",
|
|
15018
|
-
"description": "Identification of the corresponding clearing house in the event that roaming between different clearing houses must be processed in the future",
|
|
15252
|
+
"description": "Identification of the corresponding clearing house in the event that roaming between different clearing houses must be processed in the future.",
|
|
15019
15253
|
"args": [],
|
|
15020
15254
|
"type": {
|
|
15021
15255
|
"kind": "SCALAR",
|
|
@@ -15034,7 +15268,7 @@
|
|
|
15034
15268
|
{
|
|
15035
15269
|
"kind": "ENUM",
|
|
15036
15270
|
"name": "OICPValueAddedServices",
|
|
15037
|
-
"description": "List of value added services that are supported",
|
|
15271
|
+
"description": "List of value added services that are supported.",
|
|
15038
15272
|
"fields": null,
|
|
15039
15273
|
"inputFields": null,
|
|
15040
15274
|
"interfaces": null,
|
|
@@ -15148,11 +15382,11 @@
|
|
|
15148
15382
|
{
|
|
15149
15383
|
"kind": "OBJECT",
|
|
15150
15384
|
"name": "Operator",
|
|
15151
|
-
"description": "
|
|
15385
|
+
"description": "Operator data which extends OCPI BusinessDetails.",
|
|
15152
15386
|
"fields": [
|
|
15153
15387
|
{
|
|
15154
15388
|
"name": "id",
|
|
15155
|
-
"description": "Unique operator ID",
|
|
15389
|
+
"description": "Unique operator ID.",
|
|
15156
15390
|
"args": [],
|
|
15157
15391
|
"type": {
|
|
15158
15392
|
"kind": "SCALAR",
|
|
@@ -15164,7 +15398,7 @@
|
|
|
15164
15398
|
},
|
|
15165
15399
|
{
|
|
15166
15400
|
"name": "external_id",
|
|
15167
|
-
"description": "External ID of an operator provided by the operator data source",
|
|
15401
|
+
"description": "External ID of an operator provided by the operator data source.",
|
|
15168
15402
|
"args": [],
|
|
15169
15403
|
"type": {
|
|
15170
15404
|
"kind": "SCALAR",
|
|
@@ -15176,7 +15410,7 @@
|
|
|
15176
15410
|
},
|
|
15177
15411
|
{
|
|
15178
15412
|
"name": "name",
|
|
15179
|
-
"description": "Name of an operator",
|
|
15413
|
+
"description": "Name of an operator. This property is OCPI-compliant.",
|
|
15180
15414
|
"args": [],
|
|
15181
15415
|
"type": {
|
|
15182
15416
|
"kind": "SCALAR",
|
|
@@ -15188,7 +15422,7 @@
|
|
|
15188
15422
|
},
|
|
15189
15423
|
{
|
|
15190
15424
|
"name": "website",
|
|
15191
|
-
"description": "Link to an operator’s website",
|
|
15425
|
+
"description": "Link to an operator’s website. This property is OCPI-compliant.",
|
|
15192
15426
|
"args": [],
|
|
15193
15427
|
"type": {
|
|
15194
15428
|
"kind": "SCALAR",
|
|
@@ -15200,7 +15434,7 @@
|
|
|
15200
15434
|
},
|
|
15201
15435
|
{
|
|
15202
15436
|
"name": "logo",
|
|
15203
|
-
"description": "Image link to an operator’s logo",
|
|
15437
|
+
"description": "Image link to an operator’s logo. This property is OCPI-compliant.",
|
|
15204
15438
|
"args": [],
|
|
15205
15439
|
"type": {
|
|
15206
15440
|
"kind": "OBJECT",
|
|
@@ -15212,15 +15446,15 @@
|
|
|
15212
15446
|
},
|
|
15213
15447
|
{
|
|
15214
15448
|
"name": "country",
|
|
15215
|
-
"description": "
|
|
15449
|
+
"description": "ISO-3166 alpha-2 country code an operator is active in.",
|
|
15216
15450
|
"args": [],
|
|
15217
15451
|
"type": {
|
|
15218
15452
|
"kind": "SCALAR",
|
|
15219
15453
|
"name": "String",
|
|
15220
15454
|
"ofType": null
|
|
15221
15455
|
},
|
|
15222
|
-
"isDeprecated":
|
|
15223
|
-
"deprecationReason":
|
|
15456
|
+
"isDeprecated": true,
|
|
15457
|
+
"deprecationReason": "In favor of countries."
|
|
15224
15458
|
},
|
|
15225
15459
|
{
|
|
15226
15460
|
"name": "countries",
|
|
@@ -15244,7 +15478,7 @@
|
|
|
15244
15478
|
},
|
|
15245
15479
|
{
|
|
15246
15480
|
"name": "contact",
|
|
15247
|
-
"description": "Contact information",
|
|
15481
|
+
"description": "Contact information.",
|
|
15248
15482
|
"args": [],
|
|
15249
15483
|
"type": {
|
|
15250
15484
|
"kind": "OBJECT",
|
|
@@ -15256,7 +15490,7 @@
|
|
|
15256
15490
|
},
|
|
15257
15491
|
{
|
|
15258
15492
|
"name": "ranking",
|
|
15259
|
-
"description": "Ranking level on which the operator is placed or null in case the operator is not on any ranking level",
|
|
15493
|
+
"description": "Ranking level on which the operator is placed or null in case the operator is not on any ranking level.",
|
|
15260
15494
|
"args": [],
|
|
15261
15495
|
"type": {
|
|
15262
15496
|
"kind": "SCALAR",
|
|
@@ -15268,7 +15502,7 @@
|
|
|
15268
15502
|
},
|
|
15269
15503
|
{
|
|
15270
15504
|
"name": "excluded",
|
|
15271
|
-
"description": "Flag which indicates if the operator is in the excluded list",
|
|
15505
|
+
"description": "Flag which indicates if the operator is in the excluded list.",
|
|
15272
15506
|
"args": [],
|
|
15273
15507
|
"type": {
|
|
15274
15508
|
"kind": "SCALAR",
|
|
@@ -15287,7 +15521,7 @@
|
|
|
15287
15521
|
{
|
|
15288
15522
|
"kind": "INPUT_OBJECT",
|
|
15289
15523
|
"name": "OperatorListFilter",
|
|
15290
|
-
"description": "Filter which can be applied to retrieve the operator list action",
|
|
15524
|
+
"description": "Filter which can be applied to retrieve the operator list action.",
|
|
15291
15525
|
"fields": null,
|
|
15292
15526
|
"inputFields": [
|
|
15293
15527
|
{
|
|
@@ -15312,7 +15546,7 @@
|
|
|
15312
15546
|
},
|
|
15313
15547
|
{
|
|
15314
15548
|
"name": "ranking",
|
|
15315
|
-
"description": "List of ranking level(s) to be retrieved. Valid values are 1 to 10",
|
|
15549
|
+
"description": "List of ranking level(s) to be retrieved. Valid values are 1 to 10.",
|
|
15316
15550
|
"type": {
|
|
15317
15551
|
"kind": "LIST",
|
|
15318
15552
|
"name": null,
|
|
@@ -15332,7 +15566,7 @@
|
|
|
15332
15566
|
},
|
|
15333
15567
|
{
|
|
15334
15568
|
"name": "excluded",
|
|
15335
|
-
"description": "Only retrieve operators that are in the excluded list",
|
|
15569
|
+
"description": "Only retrieve operators that are in the excluded list.",
|
|
15336
15570
|
"type": {
|
|
15337
15571
|
"kind": "SCALAR",
|
|
15338
15572
|
"name": "Boolean",
|
|
@@ -15350,12 +15584,12 @@
|
|
|
15350
15584
|
{
|
|
15351
15585
|
"kind": "INPUT_OBJECT",
|
|
15352
15586
|
"name": "OperatorListQuery",
|
|
15353
|
-
"description": "Filter which can be applied to retrieve the operator list action",
|
|
15587
|
+
"description": "Filter which can be applied to retrieve the operator list action.",
|
|
15354
15588
|
"fields": null,
|
|
15355
15589
|
"inputFields": [
|
|
15356
15590
|
{
|
|
15357
15591
|
"name": "id",
|
|
15358
|
-
"description": "Unique operator ID",
|
|
15592
|
+
"description": "Unique operator ID.",
|
|
15359
15593
|
"type": {
|
|
15360
15594
|
"kind": "SCALAR",
|
|
15361
15595
|
"name": "ID",
|
|
@@ -15367,7 +15601,7 @@
|
|
|
15367
15601
|
},
|
|
15368
15602
|
{
|
|
15369
15603
|
"name": "external_id",
|
|
15370
|
-
"description": "External ID of an operator provided by an operator data source",
|
|
15604
|
+
"description": "External ID of an operator provided by an operator data source.",
|
|
15371
15605
|
"type": {
|
|
15372
15606
|
"kind": "SCALAR",
|
|
15373
15607
|
"name": "String",
|
|
@@ -15379,7 +15613,7 @@
|
|
|
15379
15613
|
},
|
|
15380
15614
|
{
|
|
15381
15615
|
"name": "name",
|
|
15382
|
-
"description": "Exact name",
|
|
15616
|
+
"description": "Exact name.",
|
|
15383
15617
|
"type": {
|
|
15384
15618
|
"kind": "SCALAR",
|
|
15385
15619
|
"name": "String",
|
|
@@ -15391,7 +15625,7 @@
|
|
|
15391
15625
|
},
|
|
15392
15626
|
{
|
|
15393
15627
|
"name": "country",
|
|
15394
|
-
"description": "Exact country code",
|
|
15628
|
+
"description": "Exact country code.",
|
|
15395
15629
|
"type": {
|
|
15396
15630
|
"kind": "SCALAR",
|
|
15397
15631
|
"name": "String",
|
|
@@ -15471,13 +15705,13 @@
|
|
|
15471
15705
|
"enumValues": [
|
|
15472
15706
|
{
|
|
15473
15707
|
"name": "free",
|
|
15474
|
-
"description": "Parking is free",
|
|
15708
|
+
"description": "Parking is free.",
|
|
15475
15709
|
"isDeprecated": false,
|
|
15476
15710
|
"deprecationReason": null
|
|
15477
15711
|
},
|
|
15478
15712
|
{
|
|
15479
15713
|
"name": "paid",
|
|
15480
|
-
"description": "Parking includes a fee",
|
|
15714
|
+
"description": "Parking includes a fee.",
|
|
15481
15715
|
"isDeprecated": false,
|
|
15482
15716
|
"deprecationReason": null
|
|
15483
15717
|
}
|
|
@@ -15860,6 +16094,35 @@
|
|
|
15860
16094
|
"enumValues": null,
|
|
15861
16095
|
"possibleTypes": null
|
|
15862
16096
|
},
|
|
16097
|
+
{
|
|
16098
|
+
"kind": "ENUM",
|
|
16099
|
+
"name": "PowerSupported",
|
|
16100
|
+
"description": null,
|
|
16101
|
+
"fields": null,
|
|
16102
|
+
"inputFields": null,
|
|
16103
|
+
"interfaces": null,
|
|
16104
|
+
"enumValues": [
|
|
16105
|
+
{
|
|
16106
|
+
"name": "available",
|
|
16107
|
+
"description": "Power is supported.",
|
|
16108
|
+
"isDeprecated": false,
|
|
16109
|
+
"deprecationReason": null
|
|
16110
|
+
},
|
|
16111
|
+
{
|
|
16112
|
+
"name": "not_available",
|
|
16113
|
+
"description": "Power is not supported.",
|
|
16114
|
+
"isDeprecated": false,
|
|
16115
|
+
"deprecationReason": null
|
|
16116
|
+
},
|
|
16117
|
+
{
|
|
16118
|
+
"name": "announced",
|
|
16119
|
+
"description": "Power is announced, but not yet supported.",
|
|
16120
|
+
"isDeprecated": false,
|
|
16121
|
+
"deprecationReason": null
|
|
16122
|
+
}
|
|
16123
|
+
],
|
|
16124
|
+
"possibleTypes": null
|
|
16125
|
+
},
|
|
15863
16126
|
{
|
|
15864
16127
|
"kind": "ENUM",
|
|
15865
16128
|
"name": "PowerUnit",
|
|
@@ -15972,7 +16235,7 @@
|
|
|
15972
16235
|
"fields": [
|
|
15973
16236
|
{
|
|
15974
16237
|
"name": "id",
|
|
15975
|
-
"description": "Unique ID of a price",
|
|
16238
|
+
"description": "Unique ID of a price.",
|
|
15976
16239
|
"args": [],
|
|
15977
16240
|
"type": {
|
|
15978
16241
|
"kind": "SCALAR",
|
|
@@ -15984,7 +16247,7 @@
|
|
|
15984
16247
|
},
|
|
15985
16248
|
{
|
|
15986
16249
|
"name": "price_list",
|
|
15987
|
-
"description": "Price details",
|
|
16250
|
+
"description": "Price details.",
|
|
15988
16251
|
"args": [],
|
|
15989
16252
|
"type": {
|
|
15990
16253
|
"kind": "LIST",
|
|
@@ -16011,7 +16274,7 @@
|
|
|
16011
16274
|
"fields": [
|
|
16012
16275
|
{
|
|
16013
16276
|
"name": "partner",
|
|
16014
|
-
"description": "(MSP) Mobility Service Provider",
|
|
16277
|
+
"description": "(MSP) Mobility Service Provider.",
|
|
16015
16278
|
"args": [],
|
|
16016
16279
|
"type": {
|
|
16017
16280
|
"kind": "SCALAR",
|
|
@@ -16023,7 +16286,7 @@
|
|
|
16023
16286
|
},
|
|
16024
16287
|
{
|
|
16025
16288
|
"name": "product",
|
|
16026
|
-
"description": "Product details",
|
|
16289
|
+
"description": "Product details.",
|
|
16027
16290
|
"args": [],
|
|
16028
16291
|
"type": {
|
|
16029
16292
|
"kind": "OBJECT",
|
|
@@ -16035,7 +16298,7 @@
|
|
|
16035
16298
|
},
|
|
16036
16299
|
{
|
|
16037
16300
|
"name": "elements",
|
|
16038
|
-
"description": "Price product elements",
|
|
16301
|
+
"description": "Price product elements.",
|
|
16039
16302
|
"args": [],
|
|
16040
16303
|
"type": {
|
|
16041
16304
|
"kind": "LIST",
|
|
@@ -16086,7 +16349,7 @@
|
|
|
16086
16349
|
},
|
|
16087
16350
|
{
|
|
16088
16351
|
"name": "vat",
|
|
16089
|
-
"description": "VAT percentage to apply",
|
|
16352
|
+
"description": "VAT percentage to apply.",
|
|
16090
16353
|
"args": [],
|
|
16091
16354
|
"type": {
|
|
16092
16355
|
"kind": "SCALAR",
|
|
@@ -16112,25 +16375,25 @@
|
|
|
16112
16375
|
"enumValues": [
|
|
16113
16376
|
{
|
|
16114
16377
|
"name": "ENERGY",
|
|
16115
|
-
"description": "Price per kWh",
|
|
16378
|
+
"description": "Price per kWh.",
|
|
16116
16379
|
"isDeprecated": false,
|
|
16117
16380
|
"deprecationReason": null
|
|
16118
16381
|
},
|
|
16119
16382
|
{
|
|
16120
16383
|
"name": "FLAT",
|
|
16121
|
-
"description": "Starting price, fixed fee per charge session",
|
|
16384
|
+
"description": "Starting price, fixed fee per charge session.",
|
|
16122
16385
|
"isDeprecated": false,
|
|
16123
16386
|
"deprecationReason": null
|
|
16124
16387
|
},
|
|
16125
16388
|
{
|
|
16126
16389
|
"name": "TIME",
|
|
16127
|
-
"description": "Fixed price per hour",
|
|
16390
|
+
"description": "Fixed price per hour.",
|
|
16128
16391
|
"isDeprecated": false,
|
|
16129
16392
|
"deprecationReason": null
|
|
16130
16393
|
},
|
|
16131
16394
|
{
|
|
16132
16395
|
"name": "PARKING_TIME",
|
|
16133
|
-
"description": "Parking price per hour",
|
|
16396
|
+
"description": "Parking price per hour.",
|
|
16134
16397
|
"isDeprecated": false,
|
|
16135
16398
|
"deprecationReason": null
|
|
16136
16399
|
}
|
|
@@ -16144,7 +16407,7 @@
|
|
|
16144
16407
|
"fields": [
|
|
16145
16408
|
{
|
|
16146
16409
|
"name": "name",
|
|
16147
|
-
"description": "Name of the payment card or subscription. If name is 'Adhoc price' the price is the CPO price",
|
|
16410
|
+
"description": "Name of the payment card or subscription. If name is 'Adhoc price' the price is the CPO price.",
|
|
16148
16411
|
"args": [],
|
|
16149
16412
|
"type": {
|
|
16150
16413
|
"kind": "SCALAR",
|
|
@@ -16156,7 +16419,7 @@
|
|
|
16156
16419
|
},
|
|
16157
16420
|
{
|
|
16158
16421
|
"name": "description",
|
|
16159
|
-
"description": "Description of the product",
|
|
16422
|
+
"description": "Description of the product.",
|
|
16160
16423
|
"args": [],
|
|
16161
16424
|
"type": {
|
|
16162
16425
|
"kind": "SCALAR",
|
|
@@ -16168,7 +16431,7 @@
|
|
|
16168
16431
|
},
|
|
16169
16432
|
{
|
|
16170
16433
|
"name": "subscription_type",
|
|
16171
|
-
"description": "Subscription type",
|
|
16434
|
+
"description": "Subscription type.",
|
|
16172
16435
|
"args": [],
|
|
16173
16436
|
"type": {
|
|
16174
16437
|
"kind": "SCALAR",
|
|
@@ -16180,7 +16443,7 @@
|
|
|
16180
16443
|
},
|
|
16181
16444
|
{
|
|
16182
16445
|
"name": "subscription_fee_excl_vat",
|
|
16183
|
-
"description": "Subscription fee without VAT",
|
|
16446
|
+
"description": "Subscription fee without VAT.",
|
|
16184
16447
|
"args": [],
|
|
16185
16448
|
"type": {
|
|
16186
16449
|
"kind": "SCALAR",
|
|
@@ -16192,7 +16455,7 @@
|
|
|
16192
16455
|
},
|
|
16193
16456
|
{
|
|
16194
16457
|
"name": "currency",
|
|
16195
|
-
"description": "Currency",
|
|
16458
|
+
"description": "Currency.",
|
|
16196
16459
|
"args": [],
|
|
16197
16460
|
"type": {
|
|
16198
16461
|
"kind": "SCALAR",
|
|
@@ -16797,7 +17060,7 @@
|
|
|
16797
17060
|
},
|
|
16798
17061
|
{
|
|
16799
17062
|
"name": "routeEmissions",
|
|
16800
|
-
"description": "[BETA]
|
|
17063
|
+
"description": "[BETA] Emissions profile for route.",
|
|
16801
17064
|
"args": [
|
|
16802
17065
|
{
|
|
16803
17066
|
"name": "route_id",
|
|
@@ -16911,11 +17174,11 @@
|
|
|
16911
17174
|
},
|
|
16912
17175
|
{
|
|
16913
17176
|
"name": "station",
|
|
16914
|
-
"description": "Get information about a station by its ID",
|
|
17177
|
+
"description": "Get information about a station by its ID.",
|
|
16915
17178
|
"args": [
|
|
16916
17179
|
{
|
|
16917
17180
|
"name": "id",
|
|
16918
|
-
"description": "ID of a station",
|
|
17181
|
+
"description": "ID of a station.",
|
|
16919
17182
|
"type": {
|
|
16920
17183
|
"kind": "SCALAR",
|
|
16921
17184
|
"name": "ID",
|
|
@@ -16927,7 +17190,7 @@
|
|
|
16927
17190
|
},
|
|
16928
17191
|
{
|
|
16929
17192
|
"name": "evse_id",
|
|
16930
|
-
"description": "ID of a EVSE",
|
|
17193
|
+
"description": "ID of a EVSE.",
|
|
16931
17194
|
"type": {
|
|
16932
17195
|
"kind": "SCALAR",
|
|
16933
17196
|
"name": "String",
|
|
@@ -16948,11 +17211,11 @@
|
|
|
16948
17211
|
},
|
|
16949
17212
|
{
|
|
16950
17213
|
"name": "stationList",
|
|
16951
|
-
"description": "Get a full list of stations",
|
|
17214
|
+
"description": "Get a full list of stations.",
|
|
16952
17215
|
"args": [
|
|
16953
17216
|
{
|
|
16954
17217
|
"name": "query",
|
|
16955
|
-
"description": "Deprecated: Replaced by filter & search params",
|
|
17218
|
+
"description": "Deprecated: Replaced by filter & search params.",
|
|
16956
17219
|
"type": {
|
|
16957
17220
|
"kind": "INPUT_OBJECT",
|
|
16958
17221
|
"name": "StationListQuery",
|
|
@@ -16964,7 +17227,7 @@
|
|
|
16964
17227
|
},
|
|
16965
17228
|
{
|
|
16966
17229
|
"name": "filter",
|
|
16967
|
-
"description": "Filter station result",
|
|
17230
|
+
"description": "Filter station result.",
|
|
16968
17231
|
"type": {
|
|
16969
17232
|
"kind": "INPUT_OBJECT",
|
|
16970
17233
|
"name": "StationListFilter",
|
|
@@ -16976,7 +17239,7 @@
|
|
|
16976
17239
|
},
|
|
16977
17240
|
{
|
|
16978
17241
|
"name": "search",
|
|
16979
|
-
"description": "Search for stations by name, id and external id",
|
|
17242
|
+
"description": "Search for stations by name, id and external id.",
|
|
16980
17243
|
"type": {
|
|
16981
17244
|
"kind": "SCALAR",
|
|
16982
17245
|
"name": "String",
|
|
@@ -16988,7 +17251,7 @@
|
|
|
16988
17251
|
},
|
|
16989
17252
|
{
|
|
16990
17253
|
"name": "size",
|
|
16991
|
-
"description": "Number of elements (count) to return, default: 10",
|
|
17254
|
+
"description": "Number of elements (count) to return, default: 10.",
|
|
16992
17255
|
"type": {
|
|
16993
17256
|
"kind": "SCALAR",
|
|
16994
17257
|
"name": "Int",
|
|
@@ -17000,7 +17263,7 @@
|
|
|
17000
17263
|
},
|
|
17001
17264
|
{
|
|
17002
17265
|
"name": "page",
|
|
17003
|
-
"description": "Page number to return, default: 0",
|
|
17266
|
+
"description": "Page number to return, default: 0.",
|
|
17004
17267
|
"type": {
|
|
17005
17268
|
"kind": "SCALAR",
|
|
17006
17269
|
"name": "Int",
|
|
@@ -17025,11 +17288,11 @@
|
|
|
17025
17288
|
},
|
|
17026
17289
|
{
|
|
17027
17290
|
"name": "stationAround",
|
|
17028
|
-
"description": "Search for stations around a GeoJSON point with a specific distance in meters",
|
|
17291
|
+
"description": "Search for stations around a GeoJSON point with a specific distance in meters.",
|
|
17029
17292
|
"args": [
|
|
17030
17293
|
{
|
|
17031
17294
|
"name": "query",
|
|
17032
|
-
"description": "Deprecated: Replaced by filter and search params",
|
|
17295
|
+
"description": "Deprecated: Replaced by filter and search params.",
|
|
17033
17296
|
"type": {
|
|
17034
17297
|
"kind": "INPUT_OBJECT",
|
|
17035
17298
|
"name": "StationAroundQuery",
|
|
@@ -17041,7 +17304,7 @@
|
|
|
17041
17304
|
},
|
|
17042
17305
|
{
|
|
17043
17306
|
"name": "filter",
|
|
17044
|
-
"description": "Filter station around result",
|
|
17307
|
+
"description": "Filter station around result.",
|
|
17045
17308
|
"type": {
|
|
17046
17309
|
"kind": "INPUT_OBJECT",
|
|
17047
17310
|
"name": "StationAroundFilter",
|
|
@@ -17053,7 +17316,7 @@
|
|
|
17053
17316
|
},
|
|
17054
17317
|
{
|
|
17055
17318
|
"name": "search",
|
|
17056
|
-
"description": "Search for stations around by name, id and external id",
|
|
17319
|
+
"description": "Search for stations around by name, id and external id.",
|
|
17057
17320
|
"type": {
|
|
17058
17321
|
"kind": "SCALAR",
|
|
17059
17322
|
"name": "String",
|
|
@@ -17065,7 +17328,7 @@
|
|
|
17065
17328
|
},
|
|
17066
17329
|
{
|
|
17067
17330
|
"name": "size",
|
|
17068
|
-
"description": "Number of elements (count) to return, default: 10",
|
|
17331
|
+
"description": "Number of elements (count) to return, default: 10.",
|
|
17069
17332
|
"type": {
|
|
17070
17333
|
"kind": "SCALAR",
|
|
17071
17334
|
"name": "Int",
|
|
@@ -17077,7 +17340,7 @@
|
|
|
17077
17340
|
},
|
|
17078
17341
|
{
|
|
17079
17342
|
"name": "page",
|
|
17080
|
-
"description": "Page number to return, default: 0",
|
|
17343
|
+
"description": "Page number to return, default: 0.",
|
|
17081
17344
|
"type": {
|
|
17082
17345
|
"kind": "SCALAR",
|
|
17083
17346
|
"name": "Int",
|
|
@@ -18584,11 +18847,11 @@
|
|
|
18584
18847
|
{
|
|
18585
18848
|
"kind": "OBJECT",
|
|
18586
18849
|
"name": "Review",
|
|
18587
|
-
"description": "
|
|
18850
|
+
"description": "Review model.",
|
|
18588
18851
|
"fields": [
|
|
18589
18852
|
{
|
|
18590
18853
|
"name": "id",
|
|
18591
|
-
"description": "ID of a review",
|
|
18854
|
+
"description": "ID of a review.",
|
|
18592
18855
|
"args": [],
|
|
18593
18856
|
"type": {
|
|
18594
18857
|
"kind": "NON_NULL",
|
|
@@ -18604,7 +18867,7 @@
|
|
|
18604
18867
|
},
|
|
18605
18868
|
{
|
|
18606
18869
|
"name": "station",
|
|
18607
|
-
"description": "Station for which a review was provided",
|
|
18870
|
+
"description": "Station for which a review was provided.",
|
|
18608
18871
|
"args": [],
|
|
18609
18872
|
"type": {
|
|
18610
18873
|
"kind": "OBJECT",
|
|
@@ -18616,7 +18879,7 @@
|
|
|
18616
18879
|
},
|
|
18617
18880
|
{
|
|
18618
18881
|
"name": "user",
|
|
18619
|
-
"description": "User who added a review. If a review was added by an anonymous user, this will be null",
|
|
18882
|
+
"description": "User who added a review. If a review was added by an anonymous user, this will be null.",
|
|
18620
18883
|
"args": [],
|
|
18621
18884
|
"type": {
|
|
18622
18885
|
"kind": "OBJECT",
|
|
@@ -18628,7 +18891,7 @@
|
|
|
18628
18891
|
},
|
|
18629
18892
|
{
|
|
18630
18893
|
"name": "rating",
|
|
18631
|
-
"description": "Rating of a review",
|
|
18894
|
+
"description": "Rating of a review.",
|
|
18632
18895
|
"args": [],
|
|
18633
18896
|
"type": {
|
|
18634
18897
|
"kind": "SCALAR",
|
|
@@ -18640,7 +18903,7 @@
|
|
|
18640
18903
|
},
|
|
18641
18904
|
{
|
|
18642
18905
|
"name": "message",
|
|
18643
|
-
"description": "Message of a review",
|
|
18906
|
+
"description": "Message of a review.",
|
|
18644
18907
|
"args": [],
|
|
18645
18908
|
"type": {
|
|
18646
18909
|
"kind": "SCALAR",
|
|
@@ -18652,7 +18915,7 @@
|
|
|
18652
18915
|
},
|
|
18653
18916
|
{
|
|
18654
18917
|
"name": "locale",
|
|
18655
|
-
"description": "Locale of a message",
|
|
18918
|
+
"description": "Locale of a message.",
|
|
18656
18919
|
"args": [],
|
|
18657
18920
|
"type": {
|
|
18658
18921
|
"kind": "SCALAR",
|
|
@@ -18664,7 +18927,7 @@
|
|
|
18664
18927
|
},
|
|
18665
18928
|
{
|
|
18666
18929
|
"name": "ev",
|
|
18667
|
-
"description": "Vehicle that was provided/selected by a user",
|
|
18930
|
+
"description": "Vehicle that was provided/selected by a user.",
|
|
18668
18931
|
"args": [],
|
|
18669
18932
|
"type": {
|
|
18670
18933
|
"kind": "OBJECT",
|
|
@@ -18676,7 +18939,7 @@
|
|
|
18676
18939
|
},
|
|
18677
18940
|
{
|
|
18678
18941
|
"name": "plugType",
|
|
18679
|
-
"description": "Plug type that was provided/selected by a user",
|
|
18942
|
+
"description": "Plug type that was provided/selected by a user.",
|
|
18680
18943
|
"args": [],
|
|
18681
18944
|
"type": {
|
|
18682
18945
|
"kind": "ENUM",
|
|
@@ -18688,7 +18951,7 @@
|
|
|
18688
18951
|
},
|
|
18689
18952
|
{
|
|
18690
18953
|
"name": "properties",
|
|
18691
|
-
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer",
|
|
18954
|
+
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
|
|
18692
18955
|
"args": [],
|
|
18693
18956
|
"type": {
|
|
18694
18957
|
"kind": "SCALAR",
|
|
@@ -18700,7 +18963,7 @@
|
|
|
18700
18963
|
},
|
|
18701
18964
|
{
|
|
18702
18965
|
"name": "tags",
|
|
18703
|
-
"description": "Boolean tags for a station review",
|
|
18966
|
+
"description": "Boolean tags for a station review.",
|
|
18704
18967
|
"args": [],
|
|
18705
18968
|
"type": {
|
|
18706
18969
|
"kind": "OBJECT",
|
|
@@ -18712,7 +18975,7 @@
|
|
|
18712
18975
|
},
|
|
18713
18976
|
{
|
|
18714
18977
|
"name": "createdAt",
|
|
18715
|
-
"description": "Date and time when a review was created",
|
|
18978
|
+
"description": "Date and time when a review was created.",
|
|
18716
18979
|
"args": [],
|
|
18717
18980
|
"type": {
|
|
18718
18981
|
"kind": "SCALAR",
|
|
@@ -18724,7 +18987,7 @@
|
|
|
18724
18987
|
},
|
|
18725
18988
|
{
|
|
18726
18989
|
"name": "updatedAt",
|
|
18727
|
-
"description": "Date and time when a review was updated",
|
|
18990
|
+
"description": "Date and time when a review was updated.",
|
|
18728
18991
|
"args": [],
|
|
18729
18992
|
"type": {
|
|
18730
18993
|
"kind": "SCALAR",
|
|
@@ -18743,12 +19006,12 @@
|
|
|
18743
19006
|
{
|
|
18744
19007
|
"kind": "INPUT_OBJECT",
|
|
18745
19008
|
"name": "ReviewAdd",
|
|
18746
|
-
"description": "Form input to add a new review",
|
|
19009
|
+
"description": "Form input to add a new review.",
|
|
18747
19010
|
"fields": null,
|
|
18748
19011
|
"inputFields": [
|
|
18749
19012
|
{
|
|
18750
19013
|
"name": "stationId",
|
|
18751
|
-
"description": "Station ID for which a review is provided",
|
|
19014
|
+
"description": "Station ID for which a review is provided.",
|
|
18752
19015
|
"type": {
|
|
18753
19016
|
"kind": "NON_NULL",
|
|
18754
19017
|
"name": null,
|
|
@@ -18764,7 +19027,7 @@
|
|
|
18764
19027
|
},
|
|
18765
19028
|
{
|
|
18766
19029
|
"name": "rating",
|
|
18767
|
-
"description": "Rating of a review",
|
|
19030
|
+
"description": "Rating of a review.",
|
|
18768
19031
|
"type": {
|
|
18769
19032
|
"kind": "NON_NULL",
|
|
18770
19033
|
"name": null,
|
|
@@ -18780,7 +19043,7 @@
|
|
|
18780
19043
|
},
|
|
18781
19044
|
{
|
|
18782
19045
|
"name": "message",
|
|
18783
|
-
"description": "Review message",
|
|
19046
|
+
"description": "Review message.",
|
|
18784
19047
|
"type": {
|
|
18785
19048
|
"kind": "SCALAR",
|
|
18786
19049
|
"name": "String",
|
|
@@ -18792,7 +19055,7 @@
|
|
|
18792
19055
|
},
|
|
18793
19056
|
{
|
|
18794
19057
|
"name": "locale",
|
|
18795
|
-
"description": "Locale of a message",
|
|
19058
|
+
"description": "Locale of a message.",
|
|
18796
19059
|
"type": {
|
|
18797
19060
|
"kind": "SCALAR",
|
|
18798
19061
|
"name": "String",
|
|
@@ -18804,7 +19067,7 @@
|
|
|
18804
19067
|
},
|
|
18805
19068
|
{
|
|
18806
19069
|
"name": "ev",
|
|
18807
|
-
"description": "ID of the vehicle that was provided/selected by a user",
|
|
19070
|
+
"description": "ID of the vehicle that was provided/selected by a user.",
|
|
18808
19071
|
"type": {
|
|
18809
19072
|
"kind": "SCALAR",
|
|
18810
19073
|
"name": "String",
|
|
@@ -18816,7 +19079,7 @@
|
|
|
18816
19079
|
},
|
|
18817
19080
|
{
|
|
18818
19081
|
"name": "plugType",
|
|
18819
|
-
"description": "Plug type that was provided/selected by a user",
|
|
19082
|
+
"description": "Plug type that was provided/selected by a user.",
|
|
18820
19083
|
"type": {
|
|
18821
19084
|
"kind": "ENUM",
|
|
18822
19085
|
"name": "ConnectorType",
|
|
@@ -18828,7 +19091,7 @@
|
|
|
18828
19091
|
},
|
|
18829
19092
|
{
|
|
18830
19093
|
"name": "properties",
|
|
18831
|
-
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer",
|
|
19094
|
+
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
|
|
18832
19095
|
"type": {
|
|
18833
19096
|
"kind": "SCALAR",
|
|
18834
19097
|
"name": "JSON",
|
|
@@ -18840,7 +19103,7 @@
|
|
|
18840
19103
|
},
|
|
18841
19104
|
{
|
|
18842
19105
|
"name": "tags",
|
|
18843
|
-
"description": "Boolean tags for a station review",
|
|
19106
|
+
"description": "Boolean tags for a station review.",
|
|
18844
19107
|
"type": {
|
|
18845
19108
|
"kind": "INPUT_OBJECT",
|
|
18846
19109
|
"name": "ReviewTagsInput",
|
|
@@ -18858,12 +19121,12 @@
|
|
|
18858
19121
|
{
|
|
18859
19122
|
"kind": "INPUT_OBJECT",
|
|
18860
19123
|
"name": "ReviewEdit",
|
|
18861
|
-
"description": "Form input for edit an existing review",
|
|
19124
|
+
"description": "Form input for edit an existing review.",
|
|
18862
19125
|
"fields": null,
|
|
18863
19126
|
"inputFields": [
|
|
18864
19127
|
{
|
|
18865
19128
|
"name": "rating",
|
|
18866
|
-
"description": "Rating of a review",
|
|
19129
|
+
"description": "Rating of a review.",
|
|
18867
19130
|
"type": {
|
|
18868
19131
|
"kind": "NON_NULL",
|
|
18869
19132
|
"name": null,
|
|
@@ -18879,7 +19142,7 @@
|
|
|
18879
19142
|
},
|
|
18880
19143
|
{
|
|
18881
19144
|
"name": "message",
|
|
18882
|
-
"description": "Review message",
|
|
19145
|
+
"description": "Review message.",
|
|
18883
19146
|
"type": {
|
|
18884
19147
|
"kind": "SCALAR",
|
|
18885
19148
|
"name": "String",
|
|
@@ -18891,7 +19154,7 @@
|
|
|
18891
19154
|
},
|
|
18892
19155
|
{
|
|
18893
19156
|
"name": "locale",
|
|
18894
|
-
"description": "Locale of a message",
|
|
19157
|
+
"description": "Locale of a message.",
|
|
18895
19158
|
"type": {
|
|
18896
19159
|
"kind": "SCALAR",
|
|
18897
19160
|
"name": "String",
|
|
@@ -18903,7 +19166,7 @@
|
|
|
18903
19166
|
},
|
|
18904
19167
|
{
|
|
18905
19168
|
"name": "properties",
|
|
18906
|
-
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer",
|
|
19169
|
+
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
|
|
18907
19170
|
"type": {
|
|
18908
19171
|
"kind": "SCALAR",
|
|
18909
19172
|
"name": "JSON",
|
|
@@ -18915,7 +19178,7 @@
|
|
|
18915
19178
|
},
|
|
18916
19179
|
{
|
|
18917
19180
|
"name": "tags",
|
|
18918
|
-
"description": "Boolean tags for a station review",
|
|
19181
|
+
"description": "Boolean tags for a station review.",
|
|
18919
19182
|
"type": {
|
|
18920
19183
|
"kind": "INPUT_OBJECT",
|
|
18921
19184
|
"name": "ReviewTagsInput",
|
|
@@ -18933,11 +19196,11 @@
|
|
|
18933
19196
|
{
|
|
18934
19197
|
"kind": "OBJECT",
|
|
18935
19198
|
"name": "ReviewStats",
|
|
18936
|
-
"description": "Statistical information for reviews of a station",
|
|
19199
|
+
"description": "Statistical information for reviews of a station.",
|
|
18937
19200
|
"fields": [
|
|
18938
19201
|
{
|
|
18939
19202
|
"name": "rating",
|
|
18940
|
-
"description": "Average of all reviews",
|
|
19203
|
+
"description": "Average of all reviews.",
|
|
18941
19204
|
"args": [],
|
|
18942
19205
|
"type": {
|
|
18943
19206
|
"kind": "SCALAR",
|
|
@@ -18949,7 +19212,7 @@
|
|
|
18949
19212
|
},
|
|
18950
19213
|
{
|
|
18951
19214
|
"name": "count",
|
|
18952
|
-
"description": "'Total number of reviews",
|
|
19215
|
+
"description": "'Total number of reviews.",
|
|
18953
19216
|
"args": [],
|
|
18954
19217
|
"type": {
|
|
18955
19218
|
"kind": "SCALAR",
|
|
@@ -18968,11 +19231,11 @@
|
|
|
18968
19231
|
{
|
|
18969
19232
|
"kind": "OBJECT",
|
|
18970
19233
|
"name": "ReviewTags",
|
|
18971
|
-
"description": "Boolean tags for the station review",
|
|
19234
|
+
"description": "Boolean tags for the station review.",
|
|
18972
19235
|
"fields": [
|
|
18973
19236
|
{
|
|
18974
19237
|
"name": "working",
|
|
18975
|
-
"description": "Flag which indicates if the station was working when the review was added",
|
|
19238
|
+
"description": "Flag which indicates if the station was working when the review was added.",
|
|
18976
19239
|
"args": [],
|
|
18977
19240
|
"type": {
|
|
18978
19241
|
"kind": "SCALAR",
|
|
@@ -18984,7 +19247,7 @@
|
|
|
18984
19247
|
},
|
|
18985
19248
|
{
|
|
18986
19249
|
"name": "recommended",
|
|
18987
|
-
"description": "Flag which indicates if the user recommended the station when the review was added",
|
|
19250
|
+
"description": "Flag which indicates if the user recommended the station when the review was added.",
|
|
18988
19251
|
"args": [],
|
|
18989
19252
|
"type": {
|
|
18990
19253
|
"kind": "SCALAR",
|
|
@@ -19003,12 +19266,12 @@
|
|
|
19003
19266
|
{
|
|
19004
19267
|
"kind": "INPUT_OBJECT",
|
|
19005
19268
|
"name": "ReviewTagsInput",
|
|
19006
|
-
"description": "Boolean tags for a station review",
|
|
19269
|
+
"description": "Boolean tags for a station review.",
|
|
19007
19270
|
"fields": null,
|
|
19008
19271
|
"inputFields": [
|
|
19009
19272
|
{
|
|
19010
19273
|
"name": "working",
|
|
19011
|
-
"description": "Flag which indicates if a station was working when the review was added",
|
|
19274
|
+
"description": "Flag which indicates if a station was working when the review was added.",
|
|
19012
19275
|
"type": {
|
|
19013
19276
|
"kind": "SCALAR",
|
|
19014
19277
|
"name": "Boolean",
|
|
@@ -19020,7 +19283,7 @@
|
|
|
19020
19283
|
},
|
|
19021
19284
|
{
|
|
19022
19285
|
"name": "recommended",
|
|
19023
|
-
"description": "Flag which indicates if a user recommended a station when the review was added",
|
|
19286
|
+
"description": "Flag which indicates if a user recommended a station when the review was added.",
|
|
19024
19287
|
"type": {
|
|
19025
19288
|
"kind": "SCALAR",
|
|
19026
19289
|
"name": "Boolean",
|
|
@@ -19038,11 +19301,11 @@
|
|
|
19038
19301
|
{
|
|
19039
19302
|
"kind": "OBJECT",
|
|
19040
19303
|
"name": "ReviewUser",
|
|
19041
|
-
"description": "Special format for the user of a review",
|
|
19304
|
+
"description": "Special format for the user of a review.",
|
|
19042
19305
|
"fields": [
|
|
19043
19306
|
{
|
|
19044
19307
|
"name": "name",
|
|
19045
|
-
"description": "User full name. If a review was added by an anonymous user, this will be null",
|
|
19308
|
+
"description": "User full name. If a review was added by an anonymous user, this will be null.",
|
|
19046
19309
|
"args": [],
|
|
19047
19310
|
"type": {
|
|
19048
19311
|
"kind": "SCALAR",
|
|
@@ -19054,7 +19317,7 @@
|
|
|
19054
19317
|
},
|
|
19055
19318
|
{
|
|
19056
19319
|
"name": "id",
|
|
19057
|
-
"description": "User ID",
|
|
19320
|
+
"description": "User ID.",
|
|
19058
19321
|
"args": [],
|
|
19059
19322
|
"type": {
|
|
19060
19323
|
"kind": "SCALAR",
|
|
@@ -19066,7 +19329,7 @@
|
|
|
19066
19329
|
},
|
|
19067
19330
|
{
|
|
19068
19331
|
"name": "firstName",
|
|
19069
|
-
"description": "First name",
|
|
19332
|
+
"description": "First name.",
|
|
19070
19333
|
"args": [],
|
|
19071
19334
|
"type": {
|
|
19072
19335
|
"kind": "SCALAR",
|
|
@@ -19074,11 +19337,11 @@
|
|
|
19074
19337
|
"ofType": null
|
|
19075
19338
|
},
|
|
19076
19339
|
"isDeprecated": true,
|
|
19077
|
-
"deprecationReason": "
|
|
19340
|
+
"deprecationReason": "In favor of name."
|
|
19078
19341
|
},
|
|
19079
19342
|
{
|
|
19080
19343
|
"name": "lastName",
|
|
19081
|
-
"description": "Last name",
|
|
19344
|
+
"description": "Last name.",
|
|
19082
19345
|
"args": [],
|
|
19083
19346
|
"type": {
|
|
19084
19347
|
"kind": "SCALAR",
|
|
@@ -19086,7 +19349,7 @@
|
|
|
19086
19349
|
"ofType": null
|
|
19087
19350
|
},
|
|
19088
19351
|
"isDeprecated": true,
|
|
19089
|
-
"deprecationReason": "
|
|
19352
|
+
"deprecationReason": "In favor of name"
|
|
19090
19353
|
}
|
|
19091
19354
|
],
|
|
19092
19355
|
"inputFields": null,
|
|
@@ -20307,7 +20570,7 @@
|
|
|
20307
20570
|
},
|
|
20308
20571
|
{
|
|
20309
20572
|
"name": "internal_combustion_vehicle",
|
|
20310
|
-
"description": "Emissions profile for
|
|
20573
|
+
"description": "Emissions profile for an equivalent internal combustion engine vehicle.",
|
|
20311
20574
|
"args": [
|
|
20312
20575
|
{
|
|
20313
20576
|
"name": "fuel_type",
|
|
@@ -20977,7 +21240,7 @@
|
|
|
20977
21240
|
"fields": [
|
|
20978
21241
|
{
|
|
20979
21242
|
"name": "total",
|
|
20980
|
-
"description": "Total emissions.",
|
|
21243
|
+
"description": "Total co2e emissions.",
|
|
20981
21244
|
"args": [
|
|
20982
21245
|
{
|
|
20983
21246
|
"name": "unit",
|
|
@@ -21089,7 +21352,7 @@
|
|
|
21089
21352
|
"fields": [
|
|
21090
21353
|
{
|
|
21091
21354
|
"name": "total",
|
|
21092
|
-
"description": "Total emissions for the leg.",
|
|
21355
|
+
"description": "Total co2e emissions for the leg.",
|
|
21093
21356
|
"args": [
|
|
21094
21357
|
{
|
|
21095
21358
|
"name": "unit",
|
|
@@ -24523,7 +24786,7 @@
|
|
|
24523
24786
|
"fields": [
|
|
24524
24787
|
{
|
|
24525
24788
|
"name": "total",
|
|
24526
|
-
"description": "Total emissions.",
|
|
24789
|
+
"description": "Total co2e emissions.",
|
|
24527
24790
|
"args": [
|
|
24528
24791
|
{
|
|
24529
24792
|
"name": "unit",
|
|
@@ -24635,7 +24898,7 @@
|
|
|
24635
24898
|
"fields": [
|
|
24636
24899
|
{
|
|
24637
24900
|
"name": "total",
|
|
24638
|
-
"description": "Total emissions for the leg.",
|
|
24901
|
+
"description": "Total co2e emissions for the leg.",
|
|
24639
24902
|
"args": [
|
|
24640
24903
|
{
|
|
24641
24904
|
"name": "unit",
|
|
@@ -25046,23 +25309,11 @@
|
|
|
25046
25309
|
{
|
|
25047
25310
|
"kind": "OBJECT",
|
|
25048
25311
|
"name": "Station",
|
|
25049
|
-
"description": "Station data which extends OCPI Location",
|
|
25312
|
+
"description": "Station data which extends OCPI Location.",
|
|
25050
25313
|
"fields": [
|
|
25051
|
-
{
|
|
25052
|
-
"name": "review",
|
|
25053
|
-
"description": "Review of a station",
|
|
25054
|
-
"args": [],
|
|
25055
|
-
"type": {
|
|
25056
|
-
"kind": "OBJECT",
|
|
25057
|
-
"name": "ReviewStats",
|
|
25058
|
-
"ofType": null
|
|
25059
|
-
},
|
|
25060
|
-
"isDeprecated": false,
|
|
25061
|
-
"deprecationReason": null
|
|
25062
|
-
},
|
|
25063
25314
|
{
|
|
25064
25315
|
"name": "id",
|
|
25065
|
-
"description": "Unique ID of a station",
|
|
25316
|
+
"description": "Unique ID of a station. This property is OCPI-compliant.",
|
|
25066
25317
|
"args": [],
|
|
25067
25318
|
"type": {
|
|
25068
25319
|
"kind": "NON_NULL",
|
|
@@ -25078,7 +25329,7 @@
|
|
|
25078
25329
|
},
|
|
25079
25330
|
{
|
|
25080
25331
|
"name": "country_code",
|
|
25081
|
-
"description": "ISO-3166 alpha-2 country code of a station",
|
|
25332
|
+
"description": "ISO-3166 alpha-2 country code of a station. This property is OCPI-compliant.",
|
|
25082
25333
|
"args": [],
|
|
25083
25334
|
"type": {
|
|
25084
25335
|
"kind": "SCALAR",
|
|
@@ -25090,7 +25341,7 @@
|
|
|
25090
25341
|
},
|
|
25091
25342
|
{
|
|
25092
25343
|
"name": "party_id",
|
|
25093
|
-
"description": "CPO ID of a CPO that 'owns' this station (following the ISO-15118 standard)",
|
|
25344
|
+
"description": "CPO ID of a CPO that 'owns' this station (following the ISO-15118 standard). This property is OCPI-compliant.",
|
|
25094
25345
|
"args": [],
|
|
25095
25346
|
"type": {
|
|
25096
25347
|
"kind": "SCALAR",
|
|
@@ -25102,7 +25353,7 @@
|
|
|
25102
25353
|
},
|
|
25103
25354
|
{
|
|
25104
25355
|
"name": "publish",
|
|
25105
|
-
"description": "Defines if a location may be published on a website or app etc.\nWhen this is set to false, only tokens identified in the field: publish_allowed_to are allowed to show this location.\nWhen the same location has EVSEs that may be published and may not be published, two 'locations' should be created",
|
|
25356
|
+
"description": "Defines if a location may be published on a website or app etc.\nWhen this is set to false, only tokens identified in the field: publish_allowed_to are allowed to show this location.\nWhen the same location has EVSEs that may be published and may not be published, two 'locations' should be created. This property is OCPI-compliant.",
|
|
25106
25357
|
"args": [],
|
|
25107
25358
|
"type": {
|
|
25108
25359
|
"kind": "SCALAR",
|
|
@@ -25114,7 +25365,7 @@
|
|
|
25114
25365
|
},
|
|
25115
25366
|
{
|
|
25116
25367
|
"name": "name",
|
|
25117
|
-
"description": "Name of a charging station",
|
|
25368
|
+
"description": "Name of a charging station. This property is OCPI-compliant.",
|
|
25118
25369
|
"args": [],
|
|
25119
25370
|
"type": {
|
|
25120
25371
|
"kind": "SCALAR",
|
|
@@ -25126,7 +25377,7 @@
|
|
|
25126
25377
|
},
|
|
25127
25378
|
{
|
|
25128
25379
|
"name": "address",
|
|
25129
|
-
"description": "Street/block name and house number if available",
|
|
25380
|
+
"description": "Street/block name and house number if available. This property is OCPI-compliant.",
|
|
25130
25381
|
"args": [],
|
|
25131
25382
|
"type": {
|
|
25132
25383
|
"kind": "SCALAR",
|
|
@@ -25138,7 +25389,7 @@
|
|
|
25138
25389
|
},
|
|
25139
25390
|
{
|
|
25140
25391
|
"name": "city",
|
|
25141
|
-
"description": "City or town",
|
|
25392
|
+
"description": "City or town. This property is OCPI-compliant.",
|
|
25142
25393
|
"args": [],
|
|
25143
25394
|
"type": {
|
|
25144
25395
|
"kind": "SCALAR",
|
|
@@ -25150,7 +25401,7 @@
|
|
|
25150
25401
|
},
|
|
25151
25402
|
{
|
|
25152
25403
|
"name": "postal_code",
|
|
25153
|
-
"description": "Postal code of a location, may only be omitted when a location has no postal code: in some countries charging locations at highways don’t have postal codes.",
|
|
25404
|
+
"description": "Postal code of a location, may only be omitted when a location has no postal code: in some countries charging locations at highways don’t have postal codes. This property is OCPI-compliant.",
|
|
25154
25405
|
"args": [],
|
|
25155
25406
|
"type": {
|
|
25156
25407
|
"kind": "SCALAR",
|
|
@@ -25162,7 +25413,7 @@
|
|
|
25162
25413
|
},
|
|
25163
25414
|
{
|
|
25164
25415
|
"name": "state",
|
|
25165
|
-
"description": "State or province of a location, only to be used when relevant",
|
|
25416
|
+
"description": "State or province of a location, only to be used when relevant. This property is OCPI-compliant.",
|
|
25166
25417
|
"args": [],
|
|
25167
25418
|
"type": {
|
|
25168
25419
|
"kind": "SCALAR",
|
|
@@ -25174,7 +25425,7 @@
|
|
|
25174
25425
|
},
|
|
25175
25426
|
{
|
|
25176
25427
|
"name": "country",
|
|
25177
|
-
"description": "ISO 3166-1 alpha-3 code for the country of this station",
|
|
25428
|
+
"description": "ISO 3166-1 alpha-3 code for the country of this station. This property is OCPI-compliant.",
|
|
25178
25429
|
"args": [],
|
|
25179
25430
|
"type": {
|
|
25180
25431
|
"kind": "SCALAR",
|
|
@@ -25186,7 +25437,7 @@
|
|
|
25186
25437
|
},
|
|
25187
25438
|
{
|
|
25188
25439
|
"name": "coordinates",
|
|
25189
|
-
"description": "Coordinates of a location",
|
|
25440
|
+
"description": "Coordinates of a location. This property is OCPI-compliant.",
|
|
25190
25441
|
"args": [],
|
|
25191
25442
|
"type": {
|
|
25192
25443
|
"kind": "OBJECT",
|
|
@@ -25198,7 +25449,7 @@
|
|
|
25198
25449
|
},
|
|
25199
25450
|
{
|
|
25200
25451
|
"name": "related_locations",
|
|
25201
|
-
"description": "Geographical location of related points relevant to a user",
|
|
25452
|
+
"description": "Geographical location of related points relevant to a user. This property is OCPI-compliant.",
|
|
25202
25453
|
"args": [],
|
|
25203
25454
|
"type": {
|
|
25204
25455
|
"kind": "LIST",
|
|
@@ -25214,7 +25465,7 @@
|
|
|
25214
25465
|
},
|
|
25215
25466
|
{
|
|
25216
25467
|
"name": "parking_type",
|
|
25217
|
-
"description": "Type of parking at a charge point location",
|
|
25468
|
+
"description": "Type of parking at a charge point location. This property is OCPI-compliant.",
|
|
25218
25469
|
"args": [],
|
|
25219
25470
|
"type": {
|
|
25220
25471
|
"kind": "ENUM",
|
|
@@ -25226,7 +25477,7 @@
|
|
|
25226
25477
|
},
|
|
25227
25478
|
{
|
|
25228
25479
|
"name": "evses",
|
|
25229
|
-
"description": "EVSEs that belong to a station",
|
|
25480
|
+
"description": "EVSEs that belong to a station. This property is OCPI-compliant.",
|
|
25230
25481
|
"args": [],
|
|
25231
25482
|
"type": {
|
|
25232
25483
|
"kind": "LIST",
|
|
@@ -25242,7 +25493,7 @@
|
|
|
25242
25493
|
},
|
|
25243
25494
|
{
|
|
25244
25495
|
"name": "directions",
|
|
25245
|
-
"description": "Human-readable directions on how to reach a station",
|
|
25496
|
+
"description": "Human-readable directions on how to reach a station. This property is OCPI-compliant.",
|
|
25246
25497
|
"args": [],
|
|
25247
25498
|
"type": {
|
|
25248
25499
|
"kind": "LIST",
|
|
@@ -25258,7 +25509,7 @@
|
|
|
25258
25509
|
},
|
|
25259
25510
|
{
|
|
25260
25511
|
"name": "operator",
|
|
25261
|
-
"description": "Information about an operator",
|
|
25512
|
+
"description": "Information about an operator. This property is OCPI-compliant.",
|
|
25262
25513
|
"args": [],
|
|
25263
25514
|
"type": {
|
|
25264
25515
|
"kind": "OBJECT",
|
|
@@ -25270,7 +25521,7 @@
|
|
|
25270
25521
|
},
|
|
25271
25522
|
{
|
|
25272
25523
|
"name": "suboperator",
|
|
25273
|
-
"description": "Information about a suboperator if applicable",
|
|
25524
|
+
"description": "Information about a suboperator if applicable. This property is OCPI-compliant.",
|
|
25274
25525
|
"args": [],
|
|
25275
25526
|
"type": {
|
|
25276
25527
|
"kind": "OBJECT",
|
|
@@ -25282,7 +25533,7 @@
|
|
|
25282
25533
|
},
|
|
25283
25534
|
{
|
|
25284
25535
|
"name": "owner",
|
|
25285
|
-
"description": "Information about an owner if available",
|
|
25536
|
+
"description": "Information about an owner if available. This property is OCPI-compliant.",
|
|
25286
25537
|
"args": [],
|
|
25287
25538
|
"type": {
|
|
25288
25539
|
"kind": "OBJECT",
|
|
@@ -25294,7 +25545,7 @@
|
|
|
25294
25545
|
},
|
|
25295
25546
|
{
|
|
25296
25547
|
"name": "facilities",
|
|
25297
|
-
"description": "Facilities a charging station belongs to",
|
|
25548
|
+
"description": "Facilities a charging station belongs to. This property is OCPI-compliant.",
|
|
25298
25549
|
"args": [],
|
|
25299
25550
|
"type": {
|
|
25300
25551
|
"kind": "LIST",
|
|
@@ -25310,7 +25561,7 @@
|
|
|
25310
25561
|
},
|
|
25311
25562
|
{
|
|
25312
25563
|
"name": "time_zone",
|
|
25313
|
-
"description": "Value from the IANA time zone database representing the time zone of a location. Examples: \"Europe/Oslo\", \"Europe/Zurich\". (http://www.iana.org/time-zones)",
|
|
25564
|
+
"description": "Value from the IANA time zone database representing the time zone of a location. Examples: \"Europe/Oslo\", \"Europe/Zurich\". (http://www.iana.org/time-zones). This property is OCPI-compliant.",
|
|
25314
25565
|
"args": [],
|
|
25315
25566
|
"type": {
|
|
25316
25567
|
"kind": "SCALAR",
|
|
@@ -25322,7 +25573,7 @@
|
|
|
25322
25573
|
},
|
|
25323
25574
|
{
|
|
25324
25575
|
"name": "opening_times",
|
|
25325
|
-
"description": "Times when an EVSEs at a location can be accessed for charging",
|
|
25576
|
+
"description": "Times when an EVSEs at a location can be accessed for charging. This property is OCPI-compliant.",
|
|
25326
25577
|
"args": [],
|
|
25327
25578
|
"type": {
|
|
25328
25579
|
"kind": "OBJECT",
|
|
@@ -25334,7 +25585,7 @@
|
|
|
25334
25585
|
},
|
|
25335
25586
|
{
|
|
25336
25587
|
"name": "charging_when_closed",
|
|
25337
|
-
"description": "Indicates if the EVSEs are still charging outside the opening hours. E.g. when a parking garage closes its barriers overnight, is it allowed to charge till the next morning? Default: true",
|
|
25588
|
+
"description": "Indicates if the EVSEs are still charging outside the opening hours. E.g. when a parking garage closes its barriers overnight, is it allowed to charge till the next morning? Default: true. This property is OCPI-compliant.",
|
|
25338
25589
|
"args": [],
|
|
25339
25590
|
"type": {
|
|
25340
25591
|
"kind": "SCALAR",
|
|
@@ -25346,7 +25597,7 @@
|
|
|
25346
25597
|
},
|
|
25347
25598
|
{
|
|
25348
25599
|
"name": "images",
|
|
25349
|
-
"description": "Links to images related to a location such as photos or logos",
|
|
25600
|
+
"description": "Links to images related to a location such as photos or logos. This property is OCPI-compliant.",
|
|
25350
25601
|
"args": [],
|
|
25351
25602
|
"type": {
|
|
25352
25603
|
"kind": "LIST",
|
|
@@ -25362,7 +25613,7 @@
|
|
|
25362
25613
|
},
|
|
25363
25614
|
{
|
|
25364
25615
|
"name": "energy_mix",
|
|
25365
|
-
"description": "Details of the energy supplied at a location",
|
|
25616
|
+
"description": "Details of the energy supplied at a location. This property is OCPI-compliant.",
|
|
25366
25617
|
"args": [],
|
|
25367
25618
|
"type": {
|
|
25368
25619
|
"kind": "OBJECT",
|
|
@@ -25374,7 +25625,7 @@
|
|
|
25374
25625
|
},
|
|
25375
25626
|
{
|
|
25376
25627
|
"name": "last_updated",
|
|
25377
|
-
"description": "Timestamp when a location, or one of its EVSEs or Connectors were last updated (or created)",
|
|
25628
|
+
"description": "Timestamp when a location, or one of its EVSEs or Connectors were last updated (or created). This property is OCPI-compliant.",
|
|
25378
25629
|
"args": [],
|
|
25379
25630
|
"type": {
|
|
25380
25631
|
"kind": "SCALAR",
|
|
@@ -25386,7 +25637,7 @@
|
|
|
25386
25637
|
},
|
|
25387
25638
|
{
|
|
25388
25639
|
"name": "external_id",
|
|
25389
|
-
"description": "ID provided by a station data source",
|
|
25640
|
+
"description": "ID provided by a station data source.",
|
|
25390
25641
|
"args": [],
|
|
25391
25642
|
"type": {
|
|
25392
25643
|
"kind": "SCALAR",
|
|
@@ -25398,7 +25649,7 @@
|
|
|
25398
25649
|
},
|
|
25399
25650
|
{
|
|
25400
25651
|
"name": "location",
|
|
25401
|
-
"description": "GeoJSON location of a charging station",
|
|
25652
|
+
"description": "GeoJSON location of a charging station.",
|
|
25402
25653
|
"args": [],
|
|
25403
25654
|
"type": {
|
|
25404
25655
|
"kind": "OBJECT",
|
|
@@ -25410,7 +25661,7 @@
|
|
|
25410
25661
|
},
|
|
25411
25662
|
{
|
|
25412
25663
|
"name": "elevation",
|
|
25413
|
-
"description": "Elevation (altitude) level",
|
|
25664
|
+
"description": "Elevation (altitude) level.",
|
|
25414
25665
|
"args": [],
|
|
25415
25666
|
"type": {
|
|
25416
25667
|
"kind": "SCALAR",
|
|
@@ -25422,7 +25673,7 @@
|
|
|
25422
25673
|
},
|
|
25423
25674
|
{
|
|
25424
25675
|
"name": "chargers",
|
|
25425
|
-
"description": "Groups of EVSEs by power and type",
|
|
25676
|
+
"description": "Groups of EVSEs by power and type.",
|
|
25426
25677
|
"args": [],
|
|
25427
25678
|
"type": {
|
|
25428
25679
|
"kind": "LIST",
|
|
@@ -25438,7 +25689,7 @@
|
|
|
25438
25689
|
},
|
|
25439
25690
|
{
|
|
25440
25691
|
"name": "amenities",
|
|
25441
|
-
"description": "Amenities located at this location",
|
|
25692
|
+
"description": "Amenities located at this location.",
|
|
25442
25693
|
"args": [],
|
|
25443
25694
|
"type": {
|
|
25444
25695
|
"kind": "SCALAR",
|
|
@@ -25450,7 +25701,7 @@
|
|
|
25450
25701
|
},
|
|
25451
25702
|
{
|
|
25452
25703
|
"name": "physical_address",
|
|
25453
|
-
"description": "Enriched information about the physical address of a station",
|
|
25704
|
+
"description": "Enriched information about the physical address of a station.",
|
|
25454
25705
|
"args": [],
|
|
25455
25706
|
"type": {
|
|
25456
25707
|
"kind": "OBJECT",
|
|
@@ -25460,9 +25711,77 @@
|
|
|
25460
25711
|
"isDeprecated": false,
|
|
25461
25712
|
"deprecationReason": null
|
|
25462
25713
|
},
|
|
25714
|
+
{
|
|
25715
|
+
"name": "heavy_vehicles_properties",
|
|
25716
|
+
"description": "Describes the heavy vehicle properties at the location.",
|
|
25717
|
+
"args": [],
|
|
25718
|
+
"type": {
|
|
25719
|
+
"kind": "OBJECT",
|
|
25720
|
+
"name": "StationHeavyVehiclesProperties",
|
|
25721
|
+
"ofType": null
|
|
25722
|
+
},
|
|
25723
|
+
"isDeprecated": false,
|
|
25724
|
+
"deprecationReason": null
|
|
25725
|
+
},
|
|
25726
|
+
{
|
|
25727
|
+
"name": "heavy_vehicles_restrictions",
|
|
25728
|
+
"description": "Describes the heavy vehicle restrictions at the location.",
|
|
25729
|
+
"args": [],
|
|
25730
|
+
"type": {
|
|
25731
|
+
"kind": "OBJECT",
|
|
25732
|
+
"name": "StationHeavyVehiclesRestrictions",
|
|
25733
|
+
"ofType": null
|
|
25734
|
+
},
|
|
25735
|
+
"isDeprecated": false,
|
|
25736
|
+
"deprecationReason": null
|
|
25737
|
+
},
|
|
25738
|
+
{
|
|
25739
|
+
"name": "vehicle_restrictions",
|
|
25740
|
+
"description": "Describes the vehicle restrictions at the location.",
|
|
25741
|
+
"args": [],
|
|
25742
|
+
"type": {
|
|
25743
|
+
"kind": "OBJECT",
|
|
25744
|
+
"name": "StationVehicleRestrictions",
|
|
25745
|
+
"ofType": null
|
|
25746
|
+
},
|
|
25747
|
+
"isDeprecated": false,
|
|
25748
|
+
"deprecationReason": null
|
|
25749
|
+
},
|
|
25750
|
+
{
|
|
25751
|
+
"name": "location_category",
|
|
25752
|
+
"description": "Type of location where the charge point is located. For example, shop.",
|
|
25753
|
+
"args": [],
|
|
25754
|
+
"type": {
|
|
25755
|
+
"kind": "SCALAR",
|
|
25756
|
+
"name": "String",
|
|
25757
|
+
"ofType": null
|
|
25758
|
+
},
|
|
25759
|
+
"isDeprecated": false,
|
|
25760
|
+
"deprecationReason": null
|
|
25761
|
+
},
|
|
25762
|
+
{
|
|
25763
|
+
"name": "entrance_for_navigation",
|
|
25764
|
+
"description": "Coordinates for the location's entrances in decimal degrees. If available, there can be more than one entrances to the location.",
|
|
25765
|
+
"args": [],
|
|
25766
|
+
"type": {
|
|
25767
|
+
"kind": "LIST",
|
|
25768
|
+
"name": null,
|
|
25769
|
+
"ofType": {
|
|
25770
|
+
"kind": "NON_NULL",
|
|
25771
|
+
"name": null,
|
|
25772
|
+
"ofType": {
|
|
25773
|
+
"kind": "OBJECT",
|
|
25774
|
+
"name": "OCPIAdditionalGeoLocation",
|
|
25775
|
+
"ofType": null
|
|
25776
|
+
}
|
|
25777
|
+
}
|
|
25778
|
+
},
|
|
25779
|
+
"isDeprecated": false,
|
|
25780
|
+
"deprecationReason": null
|
|
25781
|
+
},
|
|
25463
25782
|
{
|
|
25464
25783
|
"name": "properties",
|
|
25465
|
-
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer",
|
|
25784
|
+
"description": "Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.",
|
|
25466
25785
|
"args": [],
|
|
25467
25786
|
"type": {
|
|
25468
25787
|
"kind": "SCALAR",
|
|
@@ -25474,7 +25793,7 @@
|
|
|
25474
25793
|
},
|
|
25475
25794
|
{
|
|
25476
25795
|
"name": "realtime",
|
|
25477
|
-
"description": "A flag that indicates if a station has real-time information about the availability of its connectors",
|
|
25796
|
+
"description": "A flag that indicates if a station has real-time information about the availability of its connectors.",
|
|
25478
25797
|
"args": [],
|
|
25479
25798
|
"type": {
|
|
25480
25799
|
"kind": "SCALAR",
|
|
@@ -25486,19 +25805,19 @@
|
|
|
25486
25805
|
},
|
|
25487
25806
|
{
|
|
25488
25807
|
"name": "private",
|
|
25489
|
-
"description": "A flag that indicates if a station is on private property",
|
|
25808
|
+
"description": "A flag that indicates if a station is on private property.",
|
|
25490
25809
|
"args": [],
|
|
25491
25810
|
"type": {
|
|
25492
25811
|
"kind": "SCALAR",
|
|
25493
25812
|
"name": "Boolean",
|
|
25494
25813
|
"ofType": null
|
|
25495
25814
|
},
|
|
25496
|
-
"isDeprecated":
|
|
25497
|
-
"deprecationReason":
|
|
25815
|
+
"isDeprecated": true,
|
|
25816
|
+
"deprecationReason": "In favor of access_type."
|
|
25498
25817
|
},
|
|
25499
25818
|
{
|
|
25500
25819
|
"name": "power",
|
|
25501
|
-
"description": "Connectors grouped by power",
|
|
25820
|
+
"description": "Connectors grouped by power.",
|
|
25502
25821
|
"args": [],
|
|
25503
25822
|
"type": {
|
|
25504
25823
|
"kind": "SCALAR",
|
|
@@ -25510,7 +25829,7 @@
|
|
|
25510
25829
|
},
|
|
25511
25830
|
{
|
|
25512
25831
|
"name": "predicted_availability",
|
|
25513
|
-
"description": "Station availability",
|
|
25832
|
+
"description": "Station availability.",
|
|
25514
25833
|
"args": [],
|
|
25515
25834
|
"type": {
|
|
25516
25835
|
"kind": "LIST",
|
|
@@ -25522,11 +25841,11 @@
|
|
|
25522
25841
|
}
|
|
25523
25842
|
},
|
|
25524
25843
|
"isDeprecated": true,
|
|
25525
|
-
"deprecationReason": "predicted_availability, no value will be sent. Deprecated in favor of predicted_occupancy"
|
|
25844
|
+
"deprecationReason": "predicted_availability, no value will be sent. Deprecated in favor of predicted_occupancy."
|
|
25526
25845
|
},
|
|
25527
25846
|
{
|
|
25528
25847
|
"name": "predicted_occupancy",
|
|
25529
|
-
"description": "Predicted station occupancy",
|
|
25848
|
+
"description": "Predicted station occupancy.",
|
|
25530
25849
|
"args": [],
|
|
25531
25850
|
"type": {
|
|
25532
25851
|
"kind": "LIST",
|
|
@@ -25537,12 +25856,12 @@
|
|
|
25537
25856
|
"ofType": null
|
|
25538
25857
|
}
|
|
25539
25858
|
},
|
|
25540
|
-
"isDeprecated":
|
|
25541
|
-
"deprecationReason":
|
|
25859
|
+
"isDeprecated": false,
|
|
25860
|
+
"deprecationReason": null
|
|
25542
25861
|
},
|
|
25543
25862
|
{
|
|
25544
25863
|
"name": "speed",
|
|
25545
|
-
"description": "Charging speed for a station",
|
|
25864
|
+
"description": "Charging speed for a station.",
|
|
25546
25865
|
"args": [],
|
|
25547
25866
|
"type": {
|
|
25548
25867
|
"kind": "ENUM",
|
|
@@ -25554,7 +25873,7 @@
|
|
|
25554
25873
|
},
|
|
25555
25874
|
{
|
|
25556
25875
|
"name": "status",
|
|
25557
|
-
"description": "Global status for a station",
|
|
25876
|
+
"description": "Global status for a station.",
|
|
25558
25877
|
"args": [],
|
|
25559
25878
|
"type": {
|
|
25560
25879
|
"kind": "ENUM",
|
|
@@ -25566,7 +25885,7 @@
|
|
|
25566
25885
|
},
|
|
25567
25886
|
{
|
|
25568
25887
|
"name": "custom_properties",
|
|
25569
|
-
"description": "Custom properties of a station. These are vendor specific and will return null values on the fields that are not supported by your station database",
|
|
25888
|
+
"description": "Custom properties of a station. These are vendor specific and will return null values on the fields that are not supported by your station database.",
|
|
25570
25889
|
"args": [],
|
|
25571
25890
|
"type": {
|
|
25572
25891
|
"kind": "OBJECT",
|
|
@@ -25575,6 +25894,102 @@
|
|
|
25575
25894
|
},
|
|
25576
25895
|
"isDeprecated": false,
|
|
25577
25896
|
"deprecationReason": null
|
|
25897
|
+
},
|
|
25898
|
+
{
|
|
25899
|
+
"name": "review",
|
|
25900
|
+
"description": "Review of a station.",
|
|
25901
|
+
"args": [],
|
|
25902
|
+
"type": {
|
|
25903
|
+
"kind": "OBJECT",
|
|
25904
|
+
"name": "ReviewStats",
|
|
25905
|
+
"ofType": null
|
|
25906
|
+
},
|
|
25907
|
+
"isDeprecated": false,
|
|
25908
|
+
"deprecationReason": null
|
|
25909
|
+
},
|
|
25910
|
+
{
|
|
25911
|
+
"name": "roaming",
|
|
25912
|
+
"description": "List of eMSP cards accepted at a charging station.",
|
|
25913
|
+
"args": [],
|
|
25914
|
+
"type": {
|
|
25915
|
+
"kind": "LIST",
|
|
25916
|
+
"name": null,
|
|
25917
|
+
"ofType": {
|
|
25918
|
+
"kind": "OBJECT",
|
|
25919
|
+
"name": "StationRoaming",
|
|
25920
|
+
"ofType": null
|
|
25921
|
+
}
|
|
25922
|
+
},
|
|
25923
|
+
"isDeprecated": false,
|
|
25924
|
+
"deprecationReason": null
|
|
25925
|
+
},
|
|
25926
|
+
{
|
|
25927
|
+
"name": "support_phone_number",
|
|
25928
|
+
"description": "Phone number for assistance at a charging station.",
|
|
25929
|
+
"args": [],
|
|
25930
|
+
"type": {
|
|
25931
|
+
"kind": "SCALAR",
|
|
25932
|
+
"name": "String",
|
|
25933
|
+
"ofType": null
|
|
25934
|
+
},
|
|
25935
|
+
"isDeprecated": false,
|
|
25936
|
+
"deprecationReason": null
|
|
25937
|
+
},
|
|
25938
|
+
{
|
|
25939
|
+
"name": "charging_behaviour",
|
|
25940
|
+
"description": "Charging behavior of a station.",
|
|
25941
|
+
"args": [],
|
|
25942
|
+
"type": {
|
|
25943
|
+
"kind": "OBJECT",
|
|
25944
|
+
"name": "ChargingBehaviour",
|
|
25945
|
+
"ofType": null
|
|
25946
|
+
},
|
|
25947
|
+
"isDeprecated": false,
|
|
25948
|
+
"deprecationReason": null
|
|
25949
|
+
},
|
|
25950
|
+
{
|
|
25951
|
+
"name": "reliability_score",
|
|
25952
|
+
"description": "Shows how reliable a charging station is (1 to 5; 1 = unreliable, 5 = reliable), taking into account the charging behaviour history and error values.",
|
|
25953
|
+
"args": [],
|
|
25954
|
+
"type": {
|
|
25955
|
+
"kind": "SCALAR",
|
|
25956
|
+
"name": "Int",
|
|
25957
|
+
"ofType": null
|
|
25958
|
+
},
|
|
25959
|
+
"isDeprecated": false,
|
|
25960
|
+
"deprecationReason": null
|
|
25961
|
+
},
|
|
25962
|
+
{
|
|
25963
|
+
"name": "adhoc_authorisation_payment_method",
|
|
25964
|
+
"description": "Indicates the authentication and payment methods.",
|
|
25965
|
+
"args": [],
|
|
25966
|
+
"type": {
|
|
25967
|
+
"kind": "LIST",
|
|
25968
|
+
"name": null,
|
|
25969
|
+
"ofType": {
|
|
25970
|
+
"kind": "NON_NULL",
|
|
25971
|
+
"name": null,
|
|
25972
|
+
"ofType": {
|
|
25973
|
+
"kind": "ENUM",
|
|
25974
|
+
"name": "StationAdhocAuthorisationPaymentMethod",
|
|
25975
|
+
"ofType": null
|
|
25976
|
+
}
|
|
25977
|
+
}
|
|
25978
|
+
},
|
|
25979
|
+
"isDeprecated": false,
|
|
25980
|
+
"deprecationReason": null
|
|
25981
|
+
},
|
|
25982
|
+
{
|
|
25983
|
+
"name": "access_type",
|
|
25984
|
+
"description": "Type of access to the charging station.",
|
|
25985
|
+
"args": [],
|
|
25986
|
+
"type": {
|
|
25987
|
+
"kind": "ENUM",
|
|
25988
|
+
"name": "AccessType",
|
|
25989
|
+
"ofType": null
|
|
25990
|
+
},
|
|
25991
|
+
"isDeprecated": false,
|
|
25992
|
+
"deprecationReason": null
|
|
25578
25993
|
}
|
|
25579
25994
|
],
|
|
25580
25995
|
"inputFields": null,
|
|
@@ -25582,15 +25997,116 @@
|
|
|
25582
25997
|
"enumValues": null,
|
|
25583
25998
|
"possibleTypes": null
|
|
25584
25999
|
},
|
|
26000
|
+
{
|
|
26001
|
+
"kind": "ENUM",
|
|
26002
|
+
"name": "StationAdhocAuthorisationPaymentMethod",
|
|
26003
|
+
"description": null,
|
|
26004
|
+
"fields": null,
|
|
26005
|
+
"inputFields": null,
|
|
26006
|
+
"interfaces": null,
|
|
26007
|
+
"enumValues": [
|
|
26008
|
+
{
|
|
26009
|
+
"name": "AUTH_BY_CAR_PLUG_AND_CHARGE",
|
|
26010
|
+
"description": "Authentication by car through Plug and Charge.",
|
|
26011
|
+
"isDeprecated": false,
|
|
26012
|
+
"deprecationReason": null
|
|
26013
|
+
},
|
|
26014
|
+
{
|
|
26015
|
+
"name": "ONLINE_APPLE_PAY",
|
|
26016
|
+
"description": "Apple Pay.",
|
|
26017
|
+
"isDeprecated": false,
|
|
26018
|
+
"deprecationReason": null
|
|
26019
|
+
},
|
|
26020
|
+
{
|
|
26021
|
+
"name": "TERMINAL_IN_APP",
|
|
26022
|
+
"description": "Terminal in app.",
|
|
26023
|
+
"isDeprecated": false,
|
|
26024
|
+
"deprecationReason": null
|
|
26025
|
+
},
|
|
26026
|
+
{
|
|
26027
|
+
"name": "ONLINE_PAYPAL",
|
|
26028
|
+
"description": "PayPal.",
|
|
26029
|
+
"isDeprecated": false,
|
|
26030
|
+
"deprecationReason": null
|
|
26031
|
+
},
|
|
26032
|
+
{
|
|
26033
|
+
"name": "SERVICE_PROVIDER_RFID_CARD",
|
|
26034
|
+
"description": "Service Provider RFID Card.",
|
|
26035
|
+
"isDeprecated": false,
|
|
26036
|
+
"deprecationReason": null
|
|
26037
|
+
},
|
|
26038
|
+
{
|
|
26039
|
+
"name": "TERMINAL_QR_CODE",
|
|
26040
|
+
"description": "Terminal QR Code.",
|
|
26041
|
+
"isDeprecated": false,
|
|
26042
|
+
"deprecationReason": null
|
|
26043
|
+
},
|
|
26044
|
+
{
|
|
26045
|
+
"name": "TERMINAL_CREDIT_CARD",
|
|
26046
|
+
"description": "Terminal Credit Card.",
|
|
26047
|
+
"isDeprecated": false,
|
|
26048
|
+
"deprecationReason": null
|
|
26049
|
+
},
|
|
26050
|
+
{
|
|
26051
|
+
"name": "TERMINAL_DEBIT_CARD",
|
|
26052
|
+
"description": "Terminal Debit Card.",
|
|
26053
|
+
"isDeprecated": false,
|
|
26054
|
+
"deprecationReason": null
|
|
26055
|
+
},
|
|
26056
|
+
{
|
|
26057
|
+
"name": "TERMINAL_SMS",
|
|
26058
|
+
"description": "Terminal SMS.",
|
|
26059
|
+
"isDeprecated": false,
|
|
26060
|
+
"deprecationReason": null
|
|
26061
|
+
},
|
|
26062
|
+
{
|
|
26063
|
+
"name": "ONLINE_CREDIT_CARD",
|
|
26064
|
+
"description": "Credit Card.",
|
|
26065
|
+
"isDeprecated": false,
|
|
26066
|
+
"deprecationReason": null
|
|
26067
|
+
},
|
|
26068
|
+
{
|
|
26069
|
+
"name": "OTHER_OTHER",
|
|
26070
|
+
"description": "Other.",
|
|
26071
|
+
"isDeprecated": false,
|
|
26072
|
+
"deprecationReason": null
|
|
26073
|
+
},
|
|
26074
|
+
{
|
|
26075
|
+
"name": "TERMINAL_CONTACTLESS",
|
|
26076
|
+
"description": "Terminal Contactless.",
|
|
26077
|
+
"isDeprecated": false,
|
|
26078
|
+
"deprecationReason": null
|
|
26079
|
+
},
|
|
26080
|
+
{
|
|
26081
|
+
"name": "ONLINE_GOOGLE_PAY",
|
|
26082
|
+
"description": "Google Pay.",
|
|
26083
|
+
"isDeprecated": false,
|
|
26084
|
+
"deprecationReason": null
|
|
26085
|
+
},
|
|
26086
|
+
{
|
|
26087
|
+
"name": "ONLINE_BANK_PAYMENT",
|
|
26088
|
+
"description": "Bank Payment.",
|
|
26089
|
+
"isDeprecated": false,
|
|
26090
|
+
"deprecationReason": null
|
|
26091
|
+
},
|
|
26092
|
+
{
|
|
26093
|
+
"name": "AUTH_BY_CAR_AUTOCHARGE",
|
|
26094
|
+
"description": "Authentication by car through Auto Charge.",
|
|
26095
|
+
"isDeprecated": false,
|
|
26096
|
+
"deprecationReason": null
|
|
26097
|
+
}
|
|
26098
|
+
],
|
|
26099
|
+
"possibleTypes": null
|
|
26100
|
+
},
|
|
25585
26101
|
{
|
|
25586
26102
|
"kind": "INPUT_OBJECT",
|
|
25587
26103
|
"name": "StationAroundFilter",
|
|
25588
|
-
"description": "Filter which can be applied to retrieve the station around list action",
|
|
26104
|
+
"description": "Filter which can be applied to retrieve the station around list action.",
|
|
25589
26105
|
"fields": null,
|
|
25590
26106
|
"inputFields": [
|
|
25591
26107
|
{
|
|
25592
26108
|
"name": "location",
|
|
25593
|
-
"description": "
|
|
26109
|
+
"description": "GeoJSON Point of the center of the around me circle.",
|
|
25594
26110
|
"type": {
|
|
25595
26111
|
"kind": "INPUT_OBJECT",
|
|
25596
26112
|
"name": "PointInput",
|
|
@@ -25602,7 +26118,7 @@
|
|
|
25602
26118
|
},
|
|
25603
26119
|
{
|
|
25604
26120
|
"name": "distance",
|
|
25605
|
-
"description": "Distance, in meters, to search around",
|
|
26121
|
+
"description": "Distance, in meters, to search around.",
|
|
25606
26122
|
"type": {
|
|
25607
26123
|
"kind": "SCALAR",
|
|
25608
26124
|
"name": "Int",
|
|
@@ -25614,7 +26130,7 @@
|
|
|
25614
26130
|
},
|
|
25615
26131
|
{
|
|
25616
26132
|
"name": "powers",
|
|
25617
|
-
"description": "Powers in kWh",
|
|
26133
|
+
"description": "Powers in kWh.",
|
|
25618
26134
|
"type": {
|
|
25619
26135
|
"kind": "LIST",
|
|
25620
26136
|
"name": null,
|
|
@@ -25630,7 +26146,7 @@
|
|
|
25630
26146
|
},
|
|
25631
26147
|
{
|
|
25632
26148
|
"name": "amenities",
|
|
25633
|
-
"description": "Amenities available near a station",
|
|
26149
|
+
"description": "Amenities available near a station.",
|
|
25634
26150
|
"type": {
|
|
25635
26151
|
"kind": "LIST",
|
|
25636
26152
|
"name": null,
|
|
@@ -25646,7 +26162,7 @@
|
|
|
25646
26162
|
},
|
|
25647
26163
|
{
|
|
25648
26164
|
"name": "power_groups",
|
|
25649
|
-
"description": "Station speed",
|
|
26165
|
+
"description": "Station speed.",
|
|
25650
26166
|
"type": {
|
|
25651
26167
|
"kind": "LIST",
|
|
25652
26168
|
"name": null,
|
|
@@ -25662,7 +26178,7 @@
|
|
|
25662
26178
|
},
|
|
25663
26179
|
{
|
|
25664
26180
|
"name": "connectors",
|
|
25665
|
-
"description": "Station socket or plug standards",
|
|
26181
|
+
"description": "Station socket or plug standards.",
|
|
25666
26182
|
"type": {
|
|
25667
26183
|
"kind": "LIST",
|
|
25668
26184
|
"name": null,
|
|
@@ -25678,7 +26194,7 @@
|
|
|
25678
26194
|
},
|
|
25679
26195
|
{
|
|
25680
26196
|
"name": "available_only",
|
|
25681
|
-
"description": "Flag that allows you to return only available stations",
|
|
26197
|
+
"description": "Flag that allows you to return only available stations.",
|
|
25682
26198
|
"type": {
|
|
25683
26199
|
"kind": "SCALAR",
|
|
25684
26200
|
"name": "Boolean",
|
|
@@ -25690,7 +26206,7 @@
|
|
|
25690
26206
|
},
|
|
25691
26207
|
{
|
|
25692
26208
|
"name": "preferred_operator",
|
|
25693
|
-
"description": "Flag indicating if only stations that are owned by an operator from a clients ranking list are returned",
|
|
26209
|
+
"description": "Flag indicating if only stations that are owned by an operator from a clients ranking list are returned.",
|
|
25694
26210
|
"type": {
|
|
25695
26211
|
"kind": "SCALAR",
|
|
25696
26212
|
"name": "Boolean",
|
|
@@ -25708,12 +26224,12 @@
|
|
|
25708
26224
|
{
|
|
25709
26225
|
"kind": "INPUT_OBJECT",
|
|
25710
26226
|
"name": "StationAroundQuery",
|
|
25711
|
-
"description": "Deprecated: Replaced by filter & search params",
|
|
26227
|
+
"description": "Deprecated: Replaced by filter & search params.",
|
|
25712
26228
|
"fields": null,
|
|
25713
26229
|
"inputFields": [
|
|
25714
26230
|
{
|
|
25715
26231
|
"name": "location",
|
|
25716
|
-
"description": "
|
|
26232
|
+
"description": "GeoJSON Point of the center of the around me circle.",
|
|
25717
26233
|
"type": {
|
|
25718
26234
|
"kind": "INPUT_OBJECT",
|
|
25719
26235
|
"name": "PointInput",
|
|
@@ -25725,7 +26241,7 @@
|
|
|
25725
26241
|
},
|
|
25726
26242
|
{
|
|
25727
26243
|
"name": "distance",
|
|
25728
|
-
"description": "Distance, in meters, to search around",
|
|
26244
|
+
"description": "Distance, in meters, to search around.",
|
|
25729
26245
|
"type": {
|
|
25730
26246
|
"kind": "SCALAR",
|
|
25731
26247
|
"name": "Int",
|
|
@@ -25737,7 +26253,7 @@
|
|
|
25737
26253
|
},
|
|
25738
26254
|
{
|
|
25739
26255
|
"name": "power",
|
|
25740
|
-
"description": "Power in kWh",
|
|
26256
|
+
"description": "Power in kWh.",
|
|
25741
26257
|
"type": {
|
|
25742
26258
|
"kind": "LIST",
|
|
25743
26259
|
"name": null,
|
|
@@ -25753,7 +26269,7 @@
|
|
|
25753
26269
|
},
|
|
25754
26270
|
{
|
|
25755
26271
|
"name": "amenities",
|
|
25756
|
-
"description": "Amenities available near a station. Values: restaurant, bathroom, supermarket, playground, coffee, shopping, museum, hotel, park",
|
|
26272
|
+
"description": "Amenities available near a station. Values: restaurant, bathroom, supermarket, playground, coffee, shopping, museum, hotel, park.",
|
|
25757
26273
|
"type": {
|
|
25758
26274
|
"kind": "LIST",
|
|
25759
26275
|
"name": null,
|
|
@@ -25779,7 +26295,7 @@
|
|
|
25779
26295
|
"fields": [
|
|
25780
26296
|
{
|
|
25781
26297
|
"name": "roaming",
|
|
25782
|
-
"description": "List of eMSP cards accepted at a charging station",
|
|
26298
|
+
"description": "List of eMSP cards accepted at a charging station.",
|
|
25783
26299
|
"args": [],
|
|
25784
26300
|
"type": {
|
|
25785
26301
|
"kind": "LIST",
|
|
@@ -25790,48 +26306,48 @@
|
|
|
25790
26306
|
"ofType": null
|
|
25791
26307
|
}
|
|
25792
26308
|
},
|
|
25793
|
-
"isDeprecated":
|
|
25794
|
-
"deprecationReason":
|
|
26309
|
+
"isDeprecated": true,
|
|
26310
|
+
"deprecationReason": "In favor of station.roaming."
|
|
25795
26311
|
},
|
|
25796
26312
|
{
|
|
25797
26313
|
"name": "support_phone_number",
|
|
25798
|
-
"description": "Phone number for assistance at a charging station",
|
|
26314
|
+
"description": "Phone number for assistance at a charging station.",
|
|
25799
26315
|
"args": [],
|
|
25800
26316
|
"type": {
|
|
25801
26317
|
"kind": "SCALAR",
|
|
25802
26318
|
"name": "String",
|
|
25803
26319
|
"ofType": null
|
|
25804
26320
|
},
|
|
25805
|
-
"isDeprecated":
|
|
25806
|
-
"deprecationReason":
|
|
26321
|
+
"isDeprecated": true,
|
|
26322
|
+
"deprecationReason": "In favor of station.support_phone_number."
|
|
25807
26323
|
},
|
|
25808
26324
|
{
|
|
25809
26325
|
"name": "charging_behaviour",
|
|
25810
|
-
"description": "Charging behavior of a station",
|
|
26326
|
+
"description": "Charging behavior of a station.",
|
|
25811
26327
|
"args": [],
|
|
25812
26328
|
"type": {
|
|
25813
26329
|
"kind": "OBJECT",
|
|
25814
26330
|
"name": "ChargingBehaviour",
|
|
25815
26331
|
"ofType": null
|
|
25816
26332
|
},
|
|
25817
|
-
"isDeprecated":
|
|
25818
|
-
"deprecationReason":
|
|
26333
|
+
"isDeprecated": true,
|
|
26334
|
+
"deprecationReason": "In favor of station.charging_behaviour."
|
|
25819
26335
|
},
|
|
25820
26336
|
{
|
|
25821
26337
|
"name": "reliability_score",
|
|
25822
|
-
"description": "Shows how reliable a charging station is (1 to 5; 1 = unreliable, 5 = reliable), taking into account the charging behaviour history and error values",
|
|
26338
|
+
"description": "Shows how reliable a charging station is (1 to 5; 1 = unreliable, 5 = reliable), taking into account the charging behaviour history and error values.",
|
|
25823
26339
|
"args": [],
|
|
25824
26340
|
"type": {
|
|
25825
26341
|
"kind": "SCALAR",
|
|
25826
26342
|
"name": "Int",
|
|
25827
26343
|
"ofType": null
|
|
25828
26344
|
},
|
|
25829
|
-
"isDeprecated":
|
|
25830
|
-
"deprecationReason":
|
|
26345
|
+
"isDeprecated": true,
|
|
26346
|
+
"deprecationReason": "In favor of station.reliability_score."
|
|
25831
26347
|
},
|
|
25832
26348
|
{
|
|
25833
26349
|
"name": "adhoc_authorisation_method",
|
|
25834
|
-
"description": "List of available ad hoc payment methods",
|
|
26350
|
+
"description": "List of available ad hoc payment methods.",
|
|
25835
26351
|
"args": [],
|
|
25836
26352
|
"type": {
|
|
25837
26353
|
"kind": "LIST",
|
|
@@ -25842,12 +26358,12 @@
|
|
|
25842
26358
|
"ofType": null
|
|
25843
26359
|
}
|
|
25844
26360
|
},
|
|
25845
|
-
"isDeprecated":
|
|
25846
|
-
"deprecationReason":
|
|
26361
|
+
"isDeprecated": true,
|
|
26362
|
+
"deprecationReason": "In favor of station.adhoc_authorisation_payment_method."
|
|
25847
26363
|
},
|
|
25848
26364
|
{
|
|
25849
26365
|
"name": "predicted_occupancy",
|
|
25850
|
-
"description": "Predicted station occupancy",
|
|
26366
|
+
"description": "Predicted station occupancy.",
|
|
25851
26367
|
"args": [],
|
|
25852
26368
|
"type": {
|
|
25853
26369
|
"kind": "LIST",
|
|
@@ -25858,24 +26374,24 @@
|
|
|
25858
26374
|
"ofType": null
|
|
25859
26375
|
}
|
|
25860
26376
|
},
|
|
25861
|
-
"isDeprecated":
|
|
25862
|
-
"deprecationReason":
|
|
26377
|
+
"isDeprecated": true,
|
|
26378
|
+
"deprecationReason": "In favor of station.predicted_occupancy."
|
|
25863
26379
|
},
|
|
25864
26380
|
{
|
|
25865
26381
|
"name": "access_type",
|
|
25866
|
-
"description": "Type of access to the charging station",
|
|
26382
|
+
"description": "Type of access to the charging station.",
|
|
25867
26383
|
"args": [],
|
|
25868
26384
|
"type": {
|
|
25869
26385
|
"kind": "ENUM",
|
|
25870
26386
|
"name": "AccessType",
|
|
25871
26387
|
"ofType": null
|
|
25872
26388
|
},
|
|
25873
|
-
"isDeprecated":
|
|
25874
|
-
"deprecationReason":
|
|
26389
|
+
"isDeprecated": true,
|
|
26390
|
+
"deprecationReason": "In favor of station.charging_behaviour."
|
|
25875
26391
|
},
|
|
25876
26392
|
{
|
|
25877
26393
|
"name": "oicp",
|
|
25878
|
-
"description": "Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values",
|
|
26394
|
+
"description": "Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values.",
|
|
25879
26395
|
"args": [],
|
|
25880
26396
|
"type": {
|
|
25881
26397
|
"kind": "OBJECT",
|
|
@@ -25891,15 +26407,249 @@
|
|
|
25891
26407
|
"enumValues": null,
|
|
25892
26408
|
"possibleTypes": null
|
|
25893
26409
|
},
|
|
26410
|
+
{
|
|
26411
|
+
"kind": "OBJECT",
|
|
26412
|
+
"name": "StationHeavyVehiclesProperties",
|
|
26413
|
+
"description": "Describes the heavy vehicle properties at the location.",
|
|
26414
|
+
"fields": [
|
|
26415
|
+
{
|
|
26416
|
+
"name": "is_dedicated",
|
|
26417
|
+
"description": "Indicates whether the location was constructed mainly for the purpose of heavy vehicles like trucks.",
|
|
26418
|
+
"args": [],
|
|
26419
|
+
"type": {
|
|
26420
|
+
"kind": "SCALAR",
|
|
26421
|
+
"name": "Boolean",
|
|
26422
|
+
"ofType": null
|
|
26423
|
+
},
|
|
26424
|
+
"isDeprecated": false,
|
|
26425
|
+
"deprecationReason": null
|
|
26426
|
+
},
|
|
26427
|
+
{
|
|
26428
|
+
"name": "facilities",
|
|
26429
|
+
"description": "List of facilities in the location.",
|
|
26430
|
+
"args": [],
|
|
26431
|
+
"type": {
|
|
26432
|
+
"kind": "LIST",
|
|
26433
|
+
"name": null,
|
|
26434
|
+
"ofType": {
|
|
26435
|
+
"kind": "NON_NULL",
|
|
26436
|
+
"name": null,
|
|
26437
|
+
"ofType": {
|
|
26438
|
+
"kind": "ENUM",
|
|
26439
|
+
"name": "HeavyVehiclesFacility",
|
|
26440
|
+
"ofType": null
|
|
26441
|
+
}
|
|
26442
|
+
}
|
|
26443
|
+
},
|
|
26444
|
+
"isDeprecated": false,
|
|
26445
|
+
"deprecationReason": null
|
|
26446
|
+
},
|
|
26447
|
+
{
|
|
26448
|
+
"name": "is_trailer_accessible",
|
|
26449
|
+
"description": "Indicates whether the location is suitable for trucks with trailers.",
|
|
26450
|
+
"args": [],
|
|
26451
|
+
"type": {
|
|
26452
|
+
"kind": "SCALAR",
|
|
26453
|
+
"name": "Boolean",
|
|
26454
|
+
"ofType": null
|
|
26455
|
+
},
|
|
26456
|
+
"isDeprecated": false,
|
|
26457
|
+
"deprecationReason": null
|
|
26458
|
+
},
|
|
26459
|
+
{
|
|
26460
|
+
"name": "is_drive_through",
|
|
26461
|
+
"description": "Indicates whether the location is drive-through.",
|
|
26462
|
+
"args": [],
|
|
26463
|
+
"type": {
|
|
26464
|
+
"kind": "SCALAR",
|
|
26465
|
+
"name": "Boolean",
|
|
26466
|
+
"ofType": null
|
|
26467
|
+
},
|
|
26468
|
+
"isDeprecated": false,
|
|
26469
|
+
"deprecationReason": null
|
|
26470
|
+
},
|
|
26471
|
+
{
|
|
26472
|
+
"name": "allows_dangerous_goods",
|
|
26473
|
+
"description": "Indicates whether the location allows charging of heavy vehicles transporting dangerous goods.",
|
|
26474
|
+
"args": [],
|
|
26475
|
+
"type": {
|
|
26476
|
+
"kind": "SCALAR",
|
|
26477
|
+
"name": "Boolean",
|
|
26478
|
+
"ofType": null
|
|
26479
|
+
},
|
|
26480
|
+
"isDeprecated": false,
|
|
26481
|
+
"deprecationReason": null
|
|
26482
|
+
},
|
|
26483
|
+
{
|
|
26484
|
+
"name": "allows_rigid_vehicles",
|
|
26485
|
+
"description": "Indicates whether the location is suitable for rigid heavy vehicles.",
|
|
26486
|
+
"args": [],
|
|
26487
|
+
"type": {
|
|
26488
|
+
"kind": "SCALAR",
|
|
26489
|
+
"name": "Boolean",
|
|
26490
|
+
"ofType": null
|
|
26491
|
+
},
|
|
26492
|
+
"isDeprecated": false,
|
|
26493
|
+
"deprecationReason": null
|
|
26494
|
+
},
|
|
26495
|
+
{
|
|
26496
|
+
"name": "allows_overnight_parking",
|
|
26497
|
+
"description": "Indicates whether the location allows overnight charging of heavy vehicles.",
|
|
26498
|
+
"args": [],
|
|
26499
|
+
"type": {
|
|
26500
|
+
"kind": "SCALAR",
|
|
26501
|
+
"name": "Boolean",
|
|
26502
|
+
"ofType": null
|
|
26503
|
+
},
|
|
26504
|
+
"isDeprecated": false,
|
|
26505
|
+
"deprecationReason": null
|
|
26506
|
+
}
|
|
26507
|
+
],
|
|
26508
|
+
"inputFields": null,
|
|
26509
|
+
"interfaces": [],
|
|
26510
|
+
"enumValues": null,
|
|
26511
|
+
"possibleTypes": null
|
|
26512
|
+
},
|
|
26513
|
+
{
|
|
26514
|
+
"kind": "OBJECT",
|
|
26515
|
+
"name": "StationHeavyVehiclesRestrictions",
|
|
26516
|
+
"description": "Describes the heavy vehicle restrictions at the location.",
|
|
26517
|
+
"fields": [
|
|
26518
|
+
{
|
|
26519
|
+
"name": "height",
|
|
26520
|
+
"description": "Maximum height of the heavy vehicle that is allowed to be parked at the charging station.",
|
|
26521
|
+
"args": [
|
|
26522
|
+
{
|
|
26523
|
+
"name": "unit",
|
|
26524
|
+
"description": null,
|
|
26525
|
+
"type": {
|
|
26526
|
+
"kind": "ENUM",
|
|
26527
|
+
"name": "DimensionUnit",
|
|
26528
|
+
"ofType": null
|
|
26529
|
+
},
|
|
26530
|
+
"defaultValue": "meter",
|
|
26531
|
+
"isDeprecated": false,
|
|
26532
|
+
"deprecationReason": null
|
|
26533
|
+
}
|
|
26534
|
+
],
|
|
26535
|
+
"type": {
|
|
26536
|
+
"kind": "SCALAR",
|
|
26537
|
+
"name": "Float",
|
|
26538
|
+
"ofType": null
|
|
26539
|
+
},
|
|
26540
|
+
"isDeprecated": false,
|
|
26541
|
+
"deprecationReason": null
|
|
26542
|
+
},
|
|
26543
|
+
{
|
|
26544
|
+
"name": "width",
|
|
26545
|
+
"description": "Maximum width of the heavy vehicle that is allowed to be parked at the charging station.",
|
|
26546
|
+
"args": [
|
|
26547
|
+
{
|
|
26548
|
+
"name": "unit",
|
|
26549
|
+
"description": null,
|
|
26550
|
+
"type": {
|
|
26551
|
+
"kind": "ENUM",
|
|
26552
|
+
"name": "DimensionUnit",
|
|
26553
|
+
"ofType": null
|
|
26554
|
+
},
|
|
26555
|
+
"defaultValue": "meter",
|
|
26556
|
+
"isDeprecated": false,
|
|
26557
|
+
"deprecationReason": null
|
|
26558
|
+
}
|
|
26559
|
+
],
|
|
26560
|
+
"type": {
|
|
26561
|
+
"kind": "SCALAR",
|
|
26562
|
+
"name": "Float",
|
|
26563
|
+
"ofType": null
|
|
26564
|
+
},
|
|
26565
|
+
"isDeprecated": false,
|
|
26566
|
+
"deprecationReason": null
|
|
26567
|
+
},
|
|
26568
|
+
{
|
|
26569
|
+
"name": "length",
|
|
26570
|
+
"description": "Maximum length of the heavy vehicle that is allowed to be parked at the charging station.",
|
|
26571
|
+
"args": [
|
|
26572
|
+
{
|
|
26573
|
+
"name": "unit",
|
|
26574
|
+
"description": null,
|
|
26575
|
+
"type": {
|
|
26576
|
+
"kind": "ENUM",
|
|
26577
|
+
"name": "DimensionUnit",
|
|
26578
|
+
"ofType": null
|
|
26579
|
+
},
|
|
26580
|
+
"defaultValue": "meter",
|
|
26581
|
+
"isDeprecated": false,
|
|
26582
|
+
"deprecationReason": null
|
|
26583
|
+
}
|
|
26584
|
+
],
|
|
26585
|
+
"type": {
|
|
26586
|
+
"kind": "SCALAR",
|
|
26587
|
+
"name": "Float",
|
|
26588
|
+
"ofType": null
|
|
26589
|
+
},
|
|
26590
|
+
"isDeprecated": false,
|
|
26591
|
+
"deprecationReason": null
|
|
26592
|
+
},
|
|
26593
|
+
{
|
|
26594
|
+
"name": "mass",
|
|
26595
|
+
"description": "Maximum mass of the heavy vehicle that is allowed to be parked at the charging station.",
|
|
26596
|
+
"args": [
|
|
26597
|
+
{
|
|
26598
|
+
"name": "unit",
|
|
26599
|
+
"description": null,
|
|
26600
|
+
"type": {
|
|
26601
|
+
"kind": "ENUM",
|
|
26602
|
+
"name": "WeightUnit",
|
|
26603
|
+
"ofType": null
|
|
26604
|
+
},
|
|
26605
|
+
"defaultValue": "kilogram",
|
|
26606
|
+
"isDeprecated": false,
|
|
26607
|
+
"deprecationReason": null
|
|
26608
|
+
}
|
|
26609
|
+
],
|
|
26610
|
+
"type": {
|
|
26611
|
+
"kind": "SCALAR",
|
|
26612
|
+
"name": "Float",
|
|
26613
|
+
"ofType": null
|
|
26614
|
+
},
|
|
26615
|
+
"isDeprecated": false,
|
|
26616
|
+
"deprecationReason": null
|
|
26617
|
+
},
|
|
26618
|
+
{
|
|
26619
|
+
"name": "allowed_types_EU",
|
|
26620
|
+
"description": "Allowed N (EU) types of heavy vehicles.",
|
|
26621
|
+
"args": [],
|
|
26622
|
+
"type": {
|
|
26623
|
+
"kind": "LIST",
|
|
26624
|
+
"name": null,
|
|
26625
|
+
"ofType": {
|
|
26626
|
+
"kind": "NON_NULL",
|
|
26627
|
+
"name": null,
|
|
26628
|
+
"ofType": {
|
|
26629
|
+
"kind": "ENUM",
|
|
26630
|
+
"name": "HeavyVehiclesEUType",
|
|
26631
|
+
"ofType": null
|
|
26632
|
+
}
|
|
26633
|
+
}
|
|
26634
|
+
},
|
|
26635
|
+
"isDeprecated": false,
|
|
26636
|
+
"deprecationReason": null
|
|
26637
|
+
}
|
|
26638
|
+
],
|
|
26639
|
+
"inputFields": null,
|
|
26640
|
+
"interfaces": [],
|
|
26641
|
+
"enumValues": null,
|
|
26642
|
+
"possibleTypes": null
|
|
26643
|
+
},
|
|
25894
26644
|
{
|
|
25895
26645
|
"kind": "INPUT_OBJECT",
|
|
25896
26646
|
"name": "StationListFilter",
|
|
25897
|
-
"description": "Filter which can be applied to retrieve the station list action",
|
|
26647
|
+
"description": "Filter which can be applied to retrieve the station list action.",
|
|
25898
26648
|
"fields": null,
|
|
25899
26649
|
"inputFields": [
|
|
25900
26650
|
{
|
|
25901
26651
|
"name": "powers",
|
|
25902
|
-
"description": "Powers in kWh",
|
|
26652
|
+
"description": "Powers in kWh.",
|
|
25903
26653
|
"type": {
|
|
25904
26654
|
"kind": "LIST",
|
|
25905
26655
|
"name": null,
|
|
@@ -25915,7 +26665,7 @@
|
|
|
25915
26665
|
},
|
|
25916
26666
|
{
|
|
25917
26667
|
"name": "amenities",
|
|
25918
|
-
"description": "Amenities available near a station",
|
|
26668
|
+
"description": "Amenities available near a station.",
|
|
25919
26669
|
"type": {
|
|
25920
26670
|
"kind": "LIST",
|
|
25921
26671
|
"name": null,
|
|
@@ -25931,7 +26681,7 @@
|
|
|
25931
26681
|
},
|
|
25932
26682
|
{
|
|
25933
26683
|
"name": "power_groups",
|
|
25934
|
-
"description": "Station speed",
|
|
26684
|
+
"description": "Station speed.",
|
|
25935
26685
|
"type": {
|
|
25936
26686
|
"kind": "LIST",
|
|
25937
26687
|
"name": null,
|
|
@@ -25947,7 +26697,7 @@
|
|
|
25947
26697
|
},
|
|
25948
26698
|
{
|
|
25949
26699
|
"name": "connectors",
|
|
25950
|
-
"description": "Station socket or plug standards",
|
|
26700
|
+
"description": "Station socket or plug standards.",
|
|
25951
26701
|
"type": {
|
|
25952
26702
|
"kind": "LIST",
|
|
25953
26703
|
"name": null,
|
|
@@ -25963,7 +26713,7 @@
|
|
|
25963
26713
|
},
|
|
25964
26714
|
{
|
|
25965
26715
|
"name": "available_only",
|
|
25966
|
-
"description": "Flag that allows you to return only available stations",
|
|
26716
|
+
"description": "Flag that allows you to return only available stations.",
|
|
25967
26717
|
"type": {
|
|
25968
26718
|
"kind": "SCALAR",
|
|
25969
26719
|
"name": "Boolean",
|
|
@@ -25975,7 +26725,7 @@
|
|
|
25975
26725
|
},
|
|
25976
26726
|
{
|
|
25977
26727
|
"name": "preferred_operator",
|
|
25978
|
-
"description": "Flag indicating if only stations that are owned by an operator from a clients ranking list are returned",
|
|
26728
|
+
"description": "Flag indicating if only stations that are owned by an operator from a clients ranking list are returned.",
|
|
25979
26729
|
"type": {
|
|
25980
26730
|
"kind": "SCALAR",
|
|
25981
26731
|
"name": "Boolean",
|
|
@@ -25993,12 +26743,12 @@
|
|
|
25993
26743
|
{
|
|
25994
26744
|
"kind": "INPUT_OBJECT",
|
|
25995
26745
|
"name": "StationListQuery",
|
|
25996
|
-
"description": "Deprecated: Replaced by filter & search params",
|
|
26746
|
+
"description": "Deprecated: Replaced by filter & search params.",
|
|
25997
26747
|
"fields": null,
|
|
25998
26748
|
"inputFields": [
|
|
25999
26749
|
{
|
|
26000
26750
|
"name": "id",
|
|
26001
|
-
"description": "ID of the station",
|
|
26751
|
+
"description": "ID of the station.",
|
|
26002
26752
|
"type": {
|
|
26003
26753
|
"kind": "SCALAR",
|
|
26004
26754
|
"name": "ID",
|
|
@@ -26010,7 +26760,7 @@
|
|
|
26010
26760
|
},
|
|
26011
26761
|
{
|
|
26012
26762
|
"name": "external_id",
|
|
26013
|
-
"description": "External ID of the station provided by the station data source",
|
|
26763
|
+
"description": "External ID of the station provided by the station data source.",
|
|
26014
26764
|
"type": {
|
|
26015
26765
|
"kind": "SCALAR",
|
|
26016
26766
|
"name": "String",
|
|
@@ -26022,7 +26772,7 @@
|
|
|
26022
26772
|
},
|
|
26023
26773
|
{
|
|
26024
26774
|
"name": "name",
|
|
26025
|
-
"description": "Exact name",
|
|
26775
|
+
"description": "Exact name.",
|
|
26026
26776
|
"type": {
|
|
26027
26777
|
"kind": "SCALAR",
|
|
26028
26778
|
"name": "String",
|
|
@@ -26040,11 +26790,11 @@
|
|
|
26040
26790
|
{
|
|
26041
26791
|
"kind": "OBJECT",
|
|
26042
26792
|
"name": "StationPredictedAvailability",
|
|
26043
|
-
"description": "Station availability for each weekday and hour",
|
|
26793
|
+
"description": "Station availability for each weekday and hour.",
|
|
26044
26794
|
"fields": [
|
|
26045
26795
|
{
|
|
26046
26796
|
"name": "weekday",
|
|
26047
|
-
"description": "Number of weekday from 1 (monday) to 7 (sunday)",
|
|
26797
|
+
"description": "Number of weekday from 1 (monday) to 7 (sunday).",
|
|
26048
26798
|
"args": [],
|
|
26049
26799
|
"type": {
|
|
26050
26800
|
"kind": "SCALAR",
|
|
@@ -26056,7 +26806,7 @@
|
|
|
26056
26806
|
},
|
|
26057
26807
|
{
|
|
26058
26808
|
"name": "prediction",
|
|
26059
|
-
"description": "The prediction for each hour 0-23 from 1 to 5 (1 - very busy ... 5 very quiet (free))",
|
|
26809
|
+
"description": "The prediction for each hour 0-23 from 1 to 5 (1 - very busy ... 5 very quiet (free)).",
|
|
26060
26810
|
"args": [],
|
|
26061
26811
|
"type": {
|
|
26062
26812
|
"kind": "LIST",
|
|
@@ -26079,11 +26829,11 @@
|
|
|
26079
26829
|
{
|
|
26080
26830
|
"kind": "OBJECT",
|
|
26081
26831
|
"name": "StationPredictedOccupancy",
|
|
26082
|
-
"description": "Station occupancy for each weekday and hour",
|
|
26832
|
+
"description": "Station occupancy for each weekday and hour.",
|
|
26083
26833
|
"fields": [
|
|
26084
26834
|
{
|
|
26085
26835
|
"name": "weekday",
|
|
26086
|
-
"description": "Number of weekday from 1 (monday) to 7 (sunday)",
|
|
26836
|
+
"description": "Number of weekday from 1 (monday) to 7 (sunday).",
|
|
26087
26837
|
"args": [],
|
|
26088
26838
|
"type": {
|
|
26089
26839
|
"kind": "SCALAR",
|
|
@@ -26095,7 +26845,7 @@
|
|
|
26095
26845
|
},
|
|
26096
26846
|
{
|
|
26097
26847
|
"name": "occupancy",
|
|
26098
|
-
"description": "Occupancy on a scale from 1 to 10, where 1 means free for charging and 10 means fully occupied",
|
|
26848
|
+
"description": "Occupancy on a scale from 1 to 10, where 1 means free for charging and 10 means fully occupied.",
|
|
26099
26849
|
"args": [],
|
|
26100
26850
|
"type": {
|
|
26101
26851
|
"kind": "SCALAR",
|
|
@@ -26107,7 +26857,7 @@
|
|
|
26107
26857
|
},
|
|
26108
26858
|
{
|
|
26109
26859
|
"name": "period_begin",
|
|
26110
|
-
"description": "Start of the period of the occupancy prediction (string of 'hh-mmZ' format)",
|
|
26860
|
+
"description": "Start of the period of the occupancy prediction (string of 'hh-mmZ' format).",
|
|
26111
26861
|
"args": [],
|
|
26112
26862
|
"type": {
|
|
26113
26863
|
"kind": "SCALAR",
|
|
@@ -26119,7 +26869,7 @@
|
|
|
26119
26869
|
},
|
|
26120
26870
|
{
|
|
26121
26871
|
"name": "period_end",
|
|
26122
|
-
"description": "End of the period of the occupancy prediction (string of 'hh-mmZ' format)",
|
|
26872
|
+
"description": "End of the period of the occupancy prediction (string of 'hh-mmZ' format).",
|
|
26123
26873
|
"args": [],
|
|
26124
26874
|
"type": {
|
|
26125
26875
|
"kind": "SCALAR",
|
|
@@ -26140,9 +26890,41 @@
|
|
|
26140
26890
|
"name": "StationRoaming",
|
|
26141
26891
|
"description": null,
|
|
26142
26892
|
"fields": [
|
|
26893
|
+
{
|
|
26894
|
+
"name": "partner_id",
|
|
26895
|
+
"description": "Unique id for a provider. It is created by Eco-Movement, and it is stable.",
|
|
26896
|
+
"args": [],
|
|
26897
|
+
"type": {
|
|
26898
|
+
"kind": "SCALAR",
|
|
26899
|
+
"name": "String",
|
|
26900
|
+
"ofType": null
|
|
26901
|
+
},
|
|
26902
|
+
"isDeprecated": false,
|
|
26903
|
+
"deprecationReason": null
|
|
26904
|
+
},
|
|
26905
|
+
{
|
|
26906
|
+
"name": "ema_id",
|
|
26907
|
+
"description": "Unique E-Mobility Account Identifier (eMA ID) for a provider.\nIt is created by Eco-Movement by combining the country code where the charging station is located, and the party id of the provider.\nFor example, NL-ECO. Note: A provider can have multiple eMA IDs.\nFor example, if a company named 'Example Company A' acquired 'Example Company B' and owns the charging stations of Example Company B,\nthen this attribute maps Example Company B's eMA IDs to Example Company A's eMA IDs. For example, ['NL-EXA', 'NL-EXB'].",
|
|
26908
|
+
"args": [],
|
|
26909
|
+
"type": {
|
|
26910
|
+
"kind": "LIST",
|
|
26911
|
+
"name": null,
|
|
26912
|
+
"ofType": {
|
|
26913
|
+
"kind": "NON_NULL",
|
|
26914
|
+
"name": null,
|
|
26915
|
+
"ofType": {
|
|
26916
|
+
"kind": "SCALAR",
|
|
26917
|
+
"name": "String",
|
|
26918
|
+
"ofType": null
|
|
26919
|
+
}
|
|
26920
|
+
}
|
|
26921
|
+
},
|
|
26922
|
+
"isDeprecated": false,
|
|
26923
|
+
"deprecationReason": null
|
|
26924
|
+
},
|
|
26143
26925
|
{
|
|
26144
26926
|
"name": "emsp",
|
|
26145
|
-
"description": "Name of the EMSP provider",
|
|
26927
|
+
"description": "Name of the EMSP provider.",
|
|
26146
26928
|
"args": [],
|
|
26147
26929
|
"type": {
|
|
26148
26930
|
"kind": "SCALAR",
|
|
@@ -26154,7 +26936,7 @@
|
|
|
26154
26936
|
},
|
|
26155
26937
|
{
|
|
26156
26938
|
"name": "card",
|
|
26157
|
-
"description": "Name of the card accepted at a charging station",
|
|
26939
|
+
"description": "Name of the card accepted at a charging station.",
|
|
26158
26940
|
"args": [],
|
|
26159
26941
|
"type": {
|
|
26160
26942
|
"kind": "SCALAR",
|
|
@@ -26166,7 +26948,7 @@
|
|
|
26166
26948
|
},
|
|
26167
26949
|
{
|
|
26168
26950
|
"name": "android_app_link",
|
|
26169
|
-
"description": "Link to native Android app for card accepted at a charging station",
|
|
26951
|
+
"description": "Link to native Android app for card accepted at a charging station.",
|
|
26170
26952
|
"args": [],
|
|
26171
26953
|
"type": {
|
|
26172
26954
|
"kind": "SCALAR",
|
|
@@ -26178,7 +26960,7 @@
|
|
|
26178
26960
|
},
|
|
26179
26961
|
{
|
|
26180
26962
|
"name": "ios_app_link",
|
|
26181
|
-
"description": "Link to native iOS app for card accepted at a charging station",
|
|
26963
|
+
"description": "Link to native iOS app for card accepted at a charging station.",
|
|
26182
26964
|
"args": [],
|
|
26183
26965
|
"type": {
|
|
26184
26966
|
"kind": "SCALAR",
|
|
@@ -26282,6 +27064,117 @@
|
|
|
26282
27064
|
"enumValues": null,
|
|
26283
27065
|
"possibleTypes": null
|
|
26284
27066
|
},
|
|
27067
|
+
{
|
|
27068
|
+
"kind": "OBJECT",
|
|
27069
|
+
"name": "StationVehicleRestrictions",
|
|
27070
|
+
"description": "Describes the vehicle restrictions at the location.",
|
|
27071
|
+
"fields": [
|
|
27072
|
+
{
|
|
27073
|
+
"name": "mass",
|
|
27074
|
+
"description": "Maximum weight for a vehicle that is allowed at the location.",
|
|
27075
|
+
"args": [
|
|
27076
|
+
{
|
|
27077
|
+
"name": "unit",
|
|
27078
|
+
"description": null,
|
|
27079
|
+
"type": {
|
|
27080
|
+
"kind": "ENUM",
|
|
27081
|
+
"name": "WeightUnit",
|
|
27082
|
+
"ofType": null
|
|
27083
|
+
},
|
|
27084
|
+
"defaultValue": "kilogram",
|
|
27085
|
+
"isDeprecated": false,
|
|
27086
|
+
"deprecationReason": null
|
|
27087
|
+
}
|
|
27088
|
+
],
|
|
27089
|
+
"type": {
|
|
27090
|
+
"kind": "SCALAR",
|
|
27091
|
+
"name": "Float",
|
|
27092
|
+
"ofType": null
|
|
27093
|
+
},
|
|
27094
|
+
"isDeprecated": false,
|
|
27095
|
+
"deprecationReason": null
|
|
27096
|
+
},
|
|
27097
|
+
{
|
|
27098
|
+
"name": "width",
|
|
27099
|
+
"description": "Maximum width for a vehicle that is allowed at the location.",
|
|
27100
|
+
"args": [
|
|
27101
|
+
{
|
|
27102
|
+
"name": "unit",
|
|
27103
|
+
"description": null,
|
|
27104
|
+
"type": {
|
|
27105
|
+
"kind": "ENUM",
|
|
27106
|
+
"name": "DimensionUnit",
|
|
27107
|
+
"ofType": null
|
|
27108
|
+
},
|
|
27109
|
+
"defaultValue": "meter",
|
|
27110
|
+
"isDeprecated": false,
|
|
27111
|
+
"deprecationReason": null
|
|
27112
|
+
}
|
|
27113
|
+
],
|
|
27114
|
+
"type": {
|
|
27115
|
+
"kind": "SCALAR",
|
|
27116
|
+
"name": "Float",
|
|
27117
|
+
"ofType": null
|
|
27118
|
+
},
|
|
27119
|
+
"isDeprecated": false,
|
|
27120
|
+
"deprecationReason": null
|
|
27121
|
+
},
|
|
27122
|
+
{
|
|
27123
|
+
"name": "height",
|
|
27124
|
+
"description": "Maximum height for a vehicle that is allowed at the location.",
|
|
27125
|
+
"args": [
|
|
27126
|
+
{
|
|
27127
|
+
"name": "unit",
|
|
27128
|
+
"description": null,
|
|
27129
|
+
"type": {
|
|
27130
|
+
"kind": "ENUM",
|
|
27131
|
+
"name": "DimensionUnit",
|
|
27132
|
+
"ofType": null
|
|
27133
|
+
},
|
|
27134
|
+
"defaultValue": "meter",
|
|
27135
|
+
"isDeprecated": false,
|
|
27136
|
+
"deprecationReason": null
|
|
27137
|
+
}
|
|
27138
|
+
],
|
|
27139
|
+
"type": {
|
|
27140
|
+
"kind": "SCALAR",
|
|
27141
|
+
"name": "Float",
|
|
27142
|
+
"ofType": null
|
|
27143
|
+
},
|
|
27144
|
+
"isDeprecated": false,
|
|
27145
|
+
"deprecationReason": null
|
|
27146
|
+
},
|
|
27147
|
+
{
|
|
27148
|
+
"name": "length",
|
|
27149
|
+
"description": "Maximum length for a vehicle that is allowed at the location.",
|
|
27150
|
+
"args": [
|
|
27151
|
+
{
|
|
27152
|
+
"name": "unit",
|
|
27153
|
+
"description": null,
|
|
27154
|
+
"type": {
|
|
27155
|
+
"kind": "ENUM",
|
|
27156
|
+
"name": "DimensionUnit",
|
|
27157
|
+
"ofType": null
|
|
27158
|
+
},
|
|
27159
|
+
"defaultValue": "meter",
|
|
27160
|
+
"isDeprecated": false,
|
|
27161
|
+
"deprecationReason": null
|
|
27162
|
+
}
|
|
27163
|
+
],
|
|
27164
|
+
"type": {
|
|
27165
|
+
"kind": "SCALAR",
|
|
27166
|
+
"name": "Float",
|
|
27167
|
+
"ofType": null
|
|
27168
|
+
},
|
|
27169
|
+
"isDeprecated": false,
|
|
27170
|
+
"deprecationReason": null
|
|
27171
|
+
}
|
|
27172
|
+
],
|
|
27173
|
+
"inputFields": null,
|
|
27174
|
+
"interfaces": [],
|
|
27175
|
+
"enumValues": null,
|
|
27176
|
+
"possibleTypes": null
|
|
27177
|
+
},
|
|
26285
27178
|
{
|
|
26286
27179
|
"kind": "ENUM",
|
|
26287
27180
|
"name": "StepType",
|
|
@@ -27777,6 +28670,18 @@
|
|
|
27777
28670
|
},
|
|
27778
28671
|
"isDeprecated": false,
|
|
27779
28672
|
"deprecationReason": null
|
|
28673
|
+
},
|
|
28674
|
+
{
|
|
28675
|
+
"name": "heat_pump",
|
|
28676
|
+
"description": "Details about Heat Pump.",
|
|
28677
|
+
"args": [],
|
|
28678
|
+
"type": {
|
|
28679
|
+
"kind": "OBJECT",
|
|
28680
|
+
"name": "VehicleHeatPump",
|
|
28681
|
+
"ofType": null
|
|
28682
|
+
},
|
|
28683
|
+
"isDeprecated": false,
|
|
28684
|
+
"deprecationReason": null
|
|
27780
28685
|
}
|
|
27781
28686
|
],
|
|
27782
28687
|
"inputFields": null,
|
|
@@ -27912,6 +28817,18 @@
|
|
|
27912
28817
|
},
|
|
27913
28818
|
"isDeprecated": false,
|
|
27914
28819
|
"deprecationReason": null
|
|
28820
|
+
},
|
|
28821
|
+
{
|
|
28822
|
+
"name": "type",
|
|
28823
|
+
"description": "Type of battery.",
|
|
28824
|
+
"args": [],
|
|
28825
|
+
"type": {
|
|
28826
|
+
"kind": "ENUM",
|
|
28827
|
+
"name": "VehicleBatteryType",
|
|
28828
|
+
"ofType": null
|
|
28829
|
+
},
|
|
28830
|
+
"isDeprecated": false,
|
|
28831
|
+
"deprecationReason": null
|
|
27915
28832
|
}
|
|
27916
28833
|
],
|
|
27917
28834
|
"inputFields": null,
|
|
@@ -27954,6 +28871,23 @@
|
|
|
27954
28871
|
],
|
|
27955
28872
|
"possibleTypes": null
|
|
27956
28873
|
},
|
|
28874
|
+
{
|
|
28875
|
+
"kind": "ENUM",
|
|
28876
|
+
"name": "VehicleBatteryType",
|
|
28877
|
+
"description": null,
|
|
28878
|
+
"fields": null,
|
|
28879
|
+
"inputFields": null,
|
|
28880
|
+
"interfaces": null,
|
|
28881
|
+
"enumValues": [
|
|
28882
|
+
{
|
|
28883
|
+
"name": "lithium_ion",
|
|
28884
|
+
"description": "Lithium-Ion Battery.",
|
|
28885
|
+
"isDeprecated": false,
|
|
28886
|
+
"deprecationReason": null
|
|
28887
|
+
}
|
|
28888
|
+
],
|
|
28889
|
+
"possibleTypes": null
|
|
28890
|
+
},
|
|
27957
28891
|
{
|
|
27958
28892
|
"kind": "OBJECT",
|
|
27959
28893
|
"name": "VehicleBody",
|
|
@@ -28453,6 +29387,41 @@
|
|
|
28453
29387
|
],
|
|
28454
29388
|
"possibleTypes": null
|
|
28455
29389
|
},
|
|
29390
|
+
{
|
|
29391
|
+
"kind": "OBJECT",
|
|
29392
|
+
"name": "VehicleHeatPump",
|
|
29393
|
+
"description": null,
|
|
29394
|
+
"fields": [
|
|
29395
|
+
{
|
|
29396
|
+
"name": "is_available",
|
|
29397
|
+
"description": "Indicates if a heat pump is available for a specific vehicle.",
|
|
29398
|
+
"args": [],
|
|
29399
|
+
"type": {
|
|
29400
|
+
"kind": "SCALAR",
|
|
29401
|
+
"name": "Boolean",
|
|
29402
|
+
"ofType": null
|
|
29403
|
+
},
|
|
29404
|
+
"isDeprecated": false,
|
|
29405
|
+
"deprecationReason": null
|
|
29406
|
+
},
|
|
29407
|
+
{
|
|
29408
|
+
"name": "is_standard_equipment",
|
|
29409
|
+
"description": "Indicates if a heat pump is standard equipment for a specific vehicle.",
|
|
29410
|
+
"args": [],
|
|
29411
|
+
"type": {
|
|
29412
|
+
"kind": "SCALAR",
|
|
29413
|
+
"name": "Boolean",
|
|
29414
|
+
"ofType": null
|
|
29415
|
+
},
|
|
29416
|
+
"isDeprecated": false,
|
|
29417
|
+
"deprecationReason": null
|
|
29418
|
+
}
|
|
29419
|
+
],
|
|
29420
|
+
"inputFields": null,
|
|
29421
|
+
"interfaces": [],
|
|
29422
|
+
"enumValues": null,
|
|
29423
|
+
"possibleTypes": null
|
|
29424
|
+
},
|
|
28456
29425
|
{
|
|
28457
29426
|
"kind": "OBJECT",
|
|
28458
29427
|
"name": "VehicleImage",
|
|
@@ -29008,6 +29977,18 @@
|
|
|
29008
29977
|
},
|
|
29009
29978
|
"isDeprecated": false,
|
|
29010
29979
|
"deprecationReason": null
|
|
29980
|
+
},
|
|
29981
|
+
{
|
|
29982
|
+
"name": "type",
|
|
29983
|
+
"description": "Type of battery.",
|
|
29984
|
+
"args": [],
|
|
29985
|
+
"type": {
|
|
29986
|
+
"kind": "ENUM",
|
|
29987
|
+
"name": "VehicleBatteryType",
|
|
29988
|
+
"ofType": null
|
|
29989
|
+
},
|
|
29990
|
+
"isDeprecated": false,
|
|
29991
|
+
"deprecationReason": null
|
|
29011
29992
|
}
|
|
29012
29993
|
],
|
|
29013
29994
|
"inputFields": null,
|
|
@@ -29661,6 +30642,41 @@
|
|
|
29661
30642
|
"enumValues": null,
|
|
29662
30643
|
"possibleTypes": null
|
|
29663
30644
|
},
|
|
30645
|
+
{
|
|
30646
|
+
"kind": "ENUM",
|
|
30647
|
+
"name": "VehiclePlugAndChargeSupport",
|
|
30648
|
+
"description": null,
|
|
30649
|
+
"fields": null,
|
|
30650
|
+
"inputFields": null,
|
|
30651
|
+
"interfaces": null,
|
|
30652
|
+
"enumValues": [
|
|
30653
|
+
{
|
|
30654
|
+
"name": "available",
|
|
30655
|
+
"description": "Plug and charge is available.",
|
|
30656
|
+
"isDeprecated": false,
|
|
30657
|
+
"deprecationReason": null
|
|
30658
|
+
},
|
|
30659
|
+
{
|
|
30660
|
+
"name": "announced",
|
|
30661
|
+
"description": "Plug and charge is announced, but not yet available.",
|
|
30662
|
+
"isDeprecated": false,
|
|
30663
|
+
"deprecationReason": null
|
|
30664
|
+
},
|
|
30665
|
+
{
|
|
30666
|
+
"name": "limited",
|
|
30667
|
+
"description": "Plug and charge is available in a limited context.",
|
|
30668
|
+
"isDeprecated": false,
|
|
30669
|
+
"deprecationReason": null
|
|
30670
|
+
},
|
|
30671
|
+
{
|
|
30672
|
+
"name": "not_available",
|
|
30673
|
+
"description": "Plug and charge is not available.",
|
|
30674
|
+
"isDeprecated": false,
|
|
30675
|
+
"deprecationReason": null
|
|
30676
|
+
}
|
|
30677
|
+
],
|
|
30678
|
+
"possibleTypes": null
|
|
30679
|
+
},
|
|
29664
30680
|
{
|
|
29665
30681
|
"kind": "OBJECT",
|
|
29666
30682
|
"name": "VehiclePremium",
|
|
@@ -30045,6 +31061,18 @@
|
|
|
30045
31061
|
},
|
|
30046
31062
|
"isDeprecated": false,
|
|
30047
31063
|
"deprecationReason": null
|
|
31064
|
+
},
|
|
31065
|
+
{
|
|
31066
|
+
"name": "heat_pump",
|
|
31067
|
+
"description": "Details about Heat Pump.",
|
|
31068
|
+
"args": [],
|
|
31069
|
+
"type": {
|
|
31070
|
+
"kind": "OBJECT",
|
|
31071
|
+
"name": "VehicleHeatPump",
|
|
31072
|
+
"ofType": null
|
|
31073
|
+
},
|
|
31074
|
+
"isDeprecated": false,
|
|
31075
|
+
"deprecationReason": null
|
|
30048
31076
|
}
|
|
30049
31077
|
],
|
|
30050
31078
|
"inputFields": null,
|
|
@@ -30271,6 +31299,18 @@
|
|
|
30271
31299
|
},
|
|
30272
31300
|
"isDeprecated": false,
|
|
30273
31301
|
"deprecationReason": null
|
|
31302
|
+
},
|
|
31303
|
+
{
|
|
31304
|
+
"name": "type",
|
|
31305
|
+
"description": "Type of battery.",
|
|
31306
|
+
"args": [],
|
|
31307
|
+
"type": {
|
|
31308
|
+
"kind": "ENUM",
|
|
31309
|
+
"name": "VehicleBatteryType",
|
|
31310
|
+
"ofType": null
|
|
31311
|
+
},
|
|
31312
|
+
"isDeprecated": false,
|
|
31313
|
+
"deprecationReason": null
|
|
30274
31314
|
}
|
|
30275
31315
|
],
|
|
30276
31316
|
"inputFields": null,
|
|
@@ -30440,6 +31480,31 @@
|
|
|
30440
31480
|
"isDeprecated": false,
|
|
30441
31481
|
"deprecationReason": null
|
|
30442
31482
|
},
|
|
31483
|
+
{
|
|
31484
|
+
"name": "ground_clearance",
|
|
31485
|
+
"description": "Ground clearance of a vehicle as specified by the OEM, default in mm.",
|
|
31486
|
+
"args": [
|
|
31487
|
+
{
|
|
31488
|
+
"name": "unit",
|
|
31489
|
+
"description": null,
|
|
31490
|
+
"type": {
|
|
31491
|
+
"kind": "ENUM",
|
|
31492
|
+
"name": "MeasurementUnit",
|
|
31493
|
+
"ofType": null
|
|
31494
|
+
},
|
|
31495
|
+
"defaultValue": null,
|
|
31496
|
+
"isDeprecated": false,
|
|
31497
|
+
"deprecationReason": null
|
|
31498
|
+
}
|
|
31499
|
+
],
|
|
31500
|
+
"type": {
|
|
31501
|
+
"kind": "SCALAR",
|
|
31502
|
+
"name": "Float",
|
|
31503
|
+
"ofType": null
|
|
31504
|
+
},
|
|
31505
|
+
"isDeprecated": false,
|
|
31506
|
+
"deprecationReason": null
|
|
31507
|
+
},
|
|
30443
31508
|
{
|
|
30444
31509
|
"name": "weight",
|
|
30445
31510
|
"description": "Weight (unladen EU).",
|
|
@@ -30911,6 +31976,18 @@
|
|
|
30911
31976
|
},
|
|
30912
31977
|
"isDeprecated": false,
|
|
30913
31978
|
"deprecationReason": null
|
|
31979
|
+
},
|
|
31980
|
+
{
|
|
31981
|
+
"name": "vehicle_to_everything",
|
|
31982
|
+
"description": "Vehicle-to-everything charge support.",
|
|
31983
|
+
"args": [],
|
|
31984
|
+
"type": {
|
|
31985
|
+
"kind": "OBJECT",
|
|
31986
|
+
"name": "VehicleToEverything",
|
|
31987
|
+
"ofType": null
|
|
31988
|
+
},
|
|
31989
|
+
"isDeprecated": false,
|
|
31990
|
+
"deprecationReason": null
|
|
30914
31991
|
}
|
|
30915
31992
|
],
|
|
30916
31993
|
"inputFields": null,
|
|
@@ -32384,6 +33461,66 @@
|
|
|
32384
33461
|
},
|
|
32385
33462
|
"isDeprecated": false,
|
|
32386
33463
|
"deprecationReason": null
|
|
33464
|
+
},
|
|
33465
|
+
{
|
|
33466
|
+
"name": "has_autocharge",
|
|
33467
|
+
"description": "Indicates if autocharge is available.",
|
|
33468
|
+
"args": [],
|
|
33469
|
+
"type": {
|
|
33470
|
+
"kind": "SCALAR",
|
|
33471
|
+
"name": "Boolean",
|
|
33472
|
+
"ofType": null
|
|
33473
|
+
},
|
|
33474
|
+
"isDeprecated": false,
|
|
33475
|
+
"deprecationReason": null
|
|
33476
|
+
},
|
|
33477
|
+
{
|
|
33478
|
+
"name": "iso_15118_pnc_support",
|
|
33479
|
+
"description": "Status of Plug & Charge (PnC ISO15118) support for vehicle.",
|
|
33480
|
+
"args": [],
|
|
33481
|
+
"type": {
|
|
33482
|
+
"kind": "ENUM",
|
|
33483
|
+
"name": "VehiclePlugAndChargeSupport",
|
|
33484
|
+
"ofType": null
|
|
33485
|
+
},
|
|
33486
|
+
"isDeprecated": false,
|
|
33487
|
+
"deprecationReason": null
|
|
33488
|
+
},
|
|
33489
|
+
{
|
|
33490
|
+
"name": "iso_15118_pnc_support_2",
|
|
33491
|
+
"description": "Status of Plug & Charge (PnC ISO15118) -2 protocol support for vehicle.",
|
|
33492
|
+
"args": [],
|
|
33493
|
+
"type": {
|
|
33494
|
+
"kind": "ENUM",
|
|
33495
|
+
"name": "VehiclePlugAndChargeSupport",
|
|
33496
|
+
"ofType": null
|
|
33497
|
+
},
|
|
33498
|
+
"isDeprecated": false,
|
|
33499
|
+
"deprecationReason": null
|
|
33500
|
+
},
|
|
33501
|
+
{
|
|
33502
|
+
"name": "iso_15118_pnc_support_20",
|
|
33503
|
+
"description": "Status of Plug & Charge (PnC ISO15118) -20 protocol support for vehicle.",
|
|
33504
|
+
"args": [],
|
|
33505
|
+
"type": {
|
|
33506
|
+
"kind": "ENUM",
|
|
33507
|
+
"name": "VehiclePlugAndChargeSupport",
|
|
33508
|
+
"ofType": null
|
|
33509
|
+
},
|
|
33510
|
+
"isDeprecated": false,
|
|
33511
|
+
"deprecationReason": null
|
|
33512
|
+
},
|
|
33513
|
+
{
|
|
33514
|
+
"name": "is_fastned_tested",
|
|
33515
|
+
"description": "Indicates if the fastcharge data is based on a real-world test by Fastned.",
|
|
33516
|
+
"args": [],
|
|
33517
|
+
"type": {
|
|
33518
|
+
"kind": "SCALAR",
|
|
33519
|
+
"name": "Boolean",
|
|
33520
|
+
"ofType": null
|
|
33521
|
+
},
|
|
33522
|
+
"isDeprecated": false,
|
|
33523
|
+
"deprecationReason": null
|
|
32387
33524
|
}
|
|
32388
33525
|
],
|
|
32389
33526
|
"inputFields": null,
|
|
@@ -32930,6 +34067,30 @@
|
|
|
32930
34067
|
},
|
|
32931
34068
|
"isDeprecated": false,
|
|
32932
34069
|
"deprecationReason": null
|
|
34070
|
+
},
|
|
34071
|
+
{
|
|
34072
|
+
"name": "price_delivery",
|
|
34073
|
+
"description": "Total delivery fees (be aware that this field does not include grant).",
|
|
34074
|
+
"args": [],
|
|
34075
|
+
"type": {
|
|
34076
|
+
"kind": "SCALAR",
|
|
34077
|
+
"name": "Int",
|
|
34078
|
+
"ofType": null
|
|
34079
|
+
},
|
|
34080
|
+
"isDeprecated": false,
|
|
34081
|
+
"deprecationReason": null
|
|
34082
|
+
},
|
|
34083
|
+
{
|
|
34084
|
+
"name": "price_first_registration_fee",
|
|
34085
|
+
"description": "First registration fee (be aware that this field does not include grant).",
|
|
34086
|
+
"args": [],
|
|
34087
|
+
"type": {
|
|
34088
|
+
"kind": "SCALAR",
|
|
34089
|
+
"name": "Int",
|
|
34090
|
+
"ofType": null
|
|
34091
|
+
},
|
|
34092
|
+
"isDeprecated": false,
|
|
34093
|
+
"deprecationReason": null
|
|
32933
34094
|
}
|
|
32934
34095
|
],
|
|
32935
34096
|
"inputFields": null,
|
|
@@ -33519,6 +34680,18 @@
|
|
|
33519
34680
|
},
|
|
33520
34681
|
"isDeprecated": false,
|
|
33521
34682
|
"deprecationReason": null
|
|
34683
|
+
},
|
|
34684
|
+
{
|
|
34685
|
+
"name": "url",
|
|
34686
|
+
"description": "Link to the EuroNCAP test report.",
|
|
34687
|
+
"args": [],
|
|
34688
|
+
"type": {
|
|
34689
|
+
"kind": "SCALAR",
|
|
34690
|
+
"name": "String",
|
|
34691
|
+
"ofType": null
|
|
34692
|
+
},
|
|
34693
|
+
"isDeprecated": false,
|
|
34694
|
+
"deprecationReason": null
|
|
33522
34695
|
}
|
|
33523
34696
|
],
|
|
33524
34697
|
"inputFields": null,
|
|
@@ -33977,6 +35150,170 @@
|
|
|
33977
35150
|
],
|
|
33978
35151
|
"possibleTypes": null
|
|
33979
35152
|
},
|
|
35153
|
+
{
|
|
35154
|
+
"kind": "OBJECT",
|
|
35155
|
+
"name": "VehicleToEverything",
|
|
35156
|
+
"description": null,
|
|
35157
|
+
"fields": [
|
|
35158
|
+
{
|
|
35159
|
+
"name": "vehicle_to_load",
|
|
35160
|
+
"description": "Information about Vehicle-to-Load.",
|
|
35161
|
+
"args": [],
|
|
35162
|
+
"type": {
|
|
35163
|
+
"kind": "OBJECT",
|
|
35164
|
+
"name": "VehicleToEverythingLoad",
|
|
35165
|
+
"ofType": null
|
|
35166
|
+
},
|
|
35167
|
+
"isDeprecated": false,
|
|
35168
|
+
"deprecationReason": null
|
|
35169
|
+
},
|
|
35170
|
+
{
|
|
35171
|
+
"name": "vehicle_to_home",
|
|
35172
|
+
"description": "Information about Vehicle-to-Home.",
|
|
35173
|
+
"args": [],
|
|
35174
|
+
"type": {
|
|
35175
|
+
"kind": "OBJECT",
|
|
35176
|
+
"name": "VehicleToEverythingHomeGrid",
|
|
35177
|
+
"ofType": null
|
|
35178
|
+
},
|
|
35179
|
+
"isDeprecated": false,
|
|
35180
|
+
"deprecationReason": null
|
|
35181
|
+
},
|
|
35182
|
+
{
|
|
35183
|
+
"name": "vehicle_to_grid",
|
|
35184
|
+
"description": "Information about Vehicle-to-Grid.",
|
|
35185
|
+
"args": [],
|
|
35186
|
+
"type": {
|
|
35187
|
+
"kind": "OBJECT",
|
|
35188
|
+
"name": "VehicleToEverythingHomeGrid",
|
|
35189
|
+
"ofType": null
|
|
35190
|
+
},
|
|
35191
|
+
"isDeprecated": false,
|
|
35192
|
+
"deprecationReason": null
|
|
35193
|
+
}
|
|
35194
|
+
],
|
|
35195
|
+
"inputFields": null,
|
|
35196
|
+
"interfaces": [],
|
|
35197
|
+
"enumValues": null,
|
|
35198
|
+
"possibleTypes": null
|
|
35199
|
+
},
|
|
35200
|
+
{
|
|
35201
|
+
"kind": "OBJECT",
|
|
35202
|
+
"name": "VehicleToEverythingHomeGrid",
|
|
35203
|
+
"description": null,
|
|
35204
|
+
"fields": [
|
|
35205
|
+
{
|
|
35206
|
+
"name": "ac",
|
|
35207
|
+
"description": "Vehicle-to-Home/Grid AC power information.",
|
|
35208
|
+
"args": [],
|
|
35209
|
+
"type": {
|
|
35210
|
+
"kind": "OBJECT",
|
|
35211
|
+
"name": "VehicleToEverythingPower",
|
|
35212
|
+
"ofType": null
|
|
35213
|
+
},
|
|
35214
|
+
"isDeprecated": false,
|
|
35215
|
+
"deprecationReason": null
|
|
35216
|
+
},
|
|
35217
|
+
{
|
|
35218
|
+
"name": "dc",
|
|
35219
|
+
"description": "Vehicle-to-Home/Grid DC power information",
|
|
35220
|
+
"args": [],
|
|
35221
|
+
"type": {
|
|
35222
|
+
"kind": "OBJECT",
|
|
35223
|
+
"name": "VehicleToEverythingPower",
|
|
35224
|
+
"ofType": null
|
|
35225
|
+
},
|
|
35226
|
+
"isDeprecated": false,
|
|
35227
|
+
"deprecationReason": null
|
|
35228
|
+
}
|
|
35229
|
+
],
|
|
35230
|
+
"inputFields": null,
|
|
35231
|
+
"interfaces": [],
|
|
35232
|
+
"enumValues": null,
|
|
35233
|
+
"possibleTypes": null
|
|
35234
|
+
},
|
|
35235
|
+
{
|
|
35236
|
+
"kind": "OBJECT",
|
|
35237
|
+
"name": "VehicleToEverythingLoad",
|
|
35238
|
+
"description": null,
|
|
35239
|
+
"fields": [
|
|
35240
|
+
{
|
|
35241
|
+
"name": "ac",
|
|
35242
|
+
"description": "Vehicle-to-Load power information.",
|
|
35243
|
+
"args": [],
|
|
35244
|
+
"type": {
|
|
35245
|
+
"kind": "OBJECT",
|
|
35246
|
+
"name": "VehicleToEverythingPower",
|
|
35247
|
+
"ofType": null
|
|
35248
|
+
},
|
|
35249
|
+
"isDeprecated": false,
|
|
35250
|
+
"deprecationReason": null
|
|
35251
|
+
},
|
|
35252
|
+
{
|
|
35253
|
+
"name": "interior_ports",
|
|
35254
|
+
"description": "Details on interior ports available for V2L.",
|
|
35255
|
+
"args": [],
|
|
35256
|
+
"type": {
|
|
35257
|
+
"kind": "SCALAR",
|
|
35258
|
+
"name": "String",
|
|
35259
|
+
"ofType": null
|
|
35260
|
+
},
|
|
35261
|
+
"isDeprecated": false,
|
|
35262
|
+
"deprecationReason": null
|
|
35263
|
+
},
|
|
35264
|
+
{
|
|
35265
|
+
"name": "exterior_ports",
|
|
35266
|
+
"description": "Details on exterior ports available for V2L.",
|
|
35267
|
+
"args": [],
|
|
35268
|
+
"type": {
|
|
35269
|
+
"kind": "SCALAR",
|
|
35270
|
+
"name": "String",
|
|
35271
|
+
"ofType": null
|
|
35272
|
+
},
|
|
35273
|
+
"isDeprecated": false,
|
|
35274
|
+
"deprecationReason": null
|
|
35275
|
+
}
|
|
35276
|
+
],
|
|
35277
|
+
"inputFields": null,
|
|
35278
|
+
"interfaces": [],
|
|
35279
|
+
"enumValues": null,
|
|
35280
|
+
"possibleTypes": null
|
|
35281
|
+
},
|
|
35282
|
+
{
|
|
35283
|
+
"kind": "OBJECT",
|
|
35284
|
+
"name": "VehicleToEverythingPower",
|
|
35285
|
+
"description": null,
|
|
35286
|
+
"fields": [
|
|
35287
|
+
{
|
|
35288
|
+
"name": "is_supported",
|
|
35289
|
+
"description": "Indicates if this charging is supported.",
|
|
35290
|
+
"args": [],
|
|
35291
|
+
"type": {
|
|
35292
|
+
"kind": "ENUM",
|
|
35293
|
+
"name": "PowerSupported",
|
|
35294
|
+
"ofType": null
|
|
35295
|
+
},
|
|
35296
|
+
"isDeprecated": false,
|
|
35297
|
+
"deprecationReason": null
|
|
35298
|
+
},
|
|
35299
|
+
{
|
|
35300
|
+
"name": "maximum_power",
|
|
35301
|
+
"description": "Maximum power output, in kilowatts.",
|
|
35302
|
+
"args": [],
|
|
35303
|
+
"type": {
|
|
35304
|
+
"kind": "SCALAR",
|
|
35305
|
+
"name": "String",
|
|
35306
|
+
"ofType": null
|
|
35307
|
+
},
|
|
35308
|
+
"isDeprecated": false,
|
|
35309
|
+
"deprecationReason": null
|
|
35310
|
+
}
|
|
35311
|
+
],
|
|
35312
|
+
"inputFields": null,
|
|
35313
|
+
"interfaces": [],
|
|
35314
|
+
"enumValues": null,
|
|
35315
|
+
"possibleTypes": null
|
|
35316
|
+
},
|
|
33980
35317
|
{
|
|
33981
35318
|
"kind": "ENUM",
|
|
33982
35319
|
"name": "VehicleType",
|
|
@@ -35019,6 +36356,13 @@
|
|
|
35019
36356
|
}
|
|
35020
36357
|
],
|
|
35021
36358
|
"directives": [
|
|
36359
|
+
{
|
|
36360
|
+
"name": "ocpi",
|
|
36361
|
+
"description": "Indicates that a property is OCPI-compliant.",
|
|
36362
|
+
"isRepeatable": false,
|
|
36363
|
+
"locations": ["FIELD_DEFINITION"],
|
|
36364
|
+
"args": []
|
|
36365
|
+
},
|
|
35022
36366
|
{
|
|
35023
36367
|
"name": "sanitizeHtml",
|
|
35024
36368
|
"description": null,
|