@chargetrip/types 1.52.0 → 1.54.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.
@@ -62,16 +62,6 @@
62
62
  ],
63
63
  "possibleTypes": null
64
64
  },
65
- {
66
- "kind": "SCALAR",
67
- "name": "Acknowledgement",
68
- "description": "Acknowledgement scalar. Returns 'OK'.",
69
- "fields": null,
70
- "inputFields": null,
71
- "interfaces": null,
72
- "enumValues": null,
73
- "possibleTypes": null
74
- },
75
65
  {
76
66
  "kind": "OBJECT",
77
67
  "name": "Address",
@@ -183,7 +173,7 @@
183
173
  "ofType": null
184
174
  },
185
175
  "isDeprecated": true,
186
- "deprecationReason": "In favor of postal_code."
176
+ "deprecationReason": "In favor of `postal_code`."
187
177
  },
188
178
  {
189
179
  "name": "what3Words",
@@ -195,7 +185,7 @@
195
185
  "ofType": null
196
186
  },
197
187
  "isDeprecated": true,
198
- "deprecationReason": "In favor of what_3_words."
188
+ "deprecationReason": "In favor of `what_3_words`."
199
189
  },
200
190
  {
201
191
  "name": "formattedAddress",
@@ -211,7 +201,7 @@
211
201
  }
212
202
  },
213
203
  "isDeprecated": true,
214
- "deprecationReason": "In favor of formatted_address."
204
+ "deprecationReason": "In favor of `formatted_address`."
215
205
  },
216
206
  {
217
207
  "name": "postal_code",
@@ -653,7 +643,7 @@
653
643
  "ofType": null
654
644
  },
655
645
  "isDeprecated": true,
656
- "deprecationReason": "Will be removed in the future."
646
+ "deprecationReason": "Will be removed."
657
647
  },
658
648
  {
659
649
  "name": "externalId",
@@ -665,7 +655,7 @@
665
655
  "ofType": null
666
656
  },
667
657
  "isDeprecated": true,
668
- "deprecationReason": "In favor of external_id."
658
+ "deprecationReason": "In favor of `external_id`."
669
659
  },
670
660
  {
671
661
  "name": "external_id",
@@ -757,7 +747,7 @@
757
747
  "ofType": null
758
748
  },
759
749
  "isDeprecated": true,
760
- "deprecationReason": "In favor of station_distance."
750
+ "deprecationReason": "In favor of `station_distance`."
761
751
  },
762
752
  {
763
753
  "name": "station_distance",
@@ -798,7 +788,7 @@
798
788
  "ofType": null
799
789
  },
800
790
  "isDeprecated": true,
801
- "deprecationReason": "Will be removed in the future."
791
+ "deprecationReason": "Will be removed."
802
792
  },
803
793
  {
804
794
  "name": "opening_hours",
@@ -870,7 +860,7 @@
870
860
  "ofType": null
871
861
  },
872
862
  "isDeprecated": true,
873
- "deprecationReason": "Will be removed in the future."
863
+ "deprecationReason": "Will be removed."
874
864
  },
875
865
  {
876
866
  "name": "updatedAt",
@@ -882,7 +872,7 @@
882
872
  "ofType": null
883
873
  },
884
874
  "isDeprecated": true,
885
- "deprecationReason": "In favor of last_updated."
875
+ "deprecationReason": "In favor of `last_updated`."
886
876
  },
887
877
  {
888
878
  "name": "last_updated",
@@ -1587,7 +1577,7 @@
1587
1577
  {
1588
1578
  "kind": "OBJECT",
1589
1579
  "name": "CarConsumption",
1590
- "description": "Deprecated.",
1580
+ "description": "Consumption of the car.",
1591
1581
  "fields": [
1592
1582
  {
1593
1583
  "name": "worst",
@@ -1622,7 +1612,7 @@
1622
1612
  {
1623
1613
  "kind": "INPUT_OBJECT",
1624
1614
  "name": "CarConsumptionInput",
1625
- "description": "Deprecated: In favour of VehicleConsumptionInput.",
1615
+ "description": "Consumption of the car.",
1626
1616
  "fields": null,
1627
1617
  "inputFields": [
1628
1618
  {
@@ -2817,7 +2807,7 @@
2817
2807
  "fields": [
2818
2808
  {
2819
2809
  "name": "id",
2820
- "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.",
2810
+ "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.",
2821
2811
  "args": [],
2822
2812
  "type": {
2823
2813
  "kind": "SCALAR",
@@ -2829,7 +2819,7 @@
2829
2819
  },
2830
2820
  {
2831
2821
  "name": "standard",
2832
- "description": "Standard of an installed connector. This property is OCPI-compliant.",
2822
+ "description": "Standard of an installed connector.",
2833
2823
  "args": [],
2834
2824
  "type": {
2835
2825
  "kind": "ENUM",
@@ -2841,7 +2831,7 @@
2841
2831
  },
2842
2832
  {
2843
2833
  "name": "format",
2844
- "description": "Format (socket/cable) of an installed connector. This property is OCPI-compliant.",
2834
+ "description": "Format (socket/cable) of an installed connector.",
2845
2835
  "args": [],
2846
2836
  "type": {
2847
2837
  "kind": "ENUM",
@@ -2853,7 +2843,7 @@
2853
2843
  },
2854
2844
  {
2855
2845
  "name": "power_type",
2856
- "description": "Type of power of an installed connector. This property is OCPI-compliant.",
2846
+ "description": "Type of power of an installed connector.",
2857
2847
  "args": [],
2858
2848
  "type": {
2859
2849
  "kind": "ENUM",
@@ -2865,7 +2855,7 @@
2865
2855
  },
2866
2856
  {
2867
2857
  "name": "max_voltage",
2868
- "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.",
2858
+ "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.",
2869
2859
  "args": [],
2870
2860
  "type": {
2871
2861
  "kind": "SCALAR",
@@ -2877,7 +2867,7 @@
2877
2867
  },
2878
2868
  {
2879
2869
  "name": "max_amperage",
2880
- "description": "Maximum amperage of a connector, in ampere [A]. This property is OCPI-compliant.",
2870
+ "description": "Maximum amperage of a connector, in ampere [A].",
2881
2871
  "args": [],
2882
2872
  "type": {
2883
2873
  "kind": "SCALAR",
@@ -2889,7 +2879,7 @@
2889
2879
  },
2890
2880
  {
2891
2881
  "name": "max_electric_power",
2892
- "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.",
2882
+ "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.",
2893
2883
  "args": [],
2894
2884
  "type": {
2895
2885
  "kind": "SCALAR",
@@ -2913,7 +2903,7 @@
2913
2903
  },
2914
2904
  {
2915
2905
  "name": "tariff_ids",
2916
- "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.",
2906
+ "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.",
2917
2907
  "args": [],
2918
2908
  "type": {
2919
2909
  "kind": "LIST",
@@ -2929,7 +2919,7 @@
2929
2919
  },
2930
2920
  {
2931
2921
  "name": "terms_and_conditions",
2932
- "description": "URL to an operator’s terms and conditions. This property is OCPI-compliant.",
2922
+ "description": "URL to an operator’s terms and conditions.",
2933
2923
  "args": [],
2934
2924
  "type": {
2935
2925
  "kind": "SCALAR",
@@ -2941,7 +2931,7 @@
2941
2931
  },
2942
2932
  {
2943
2933
  "name": "last_updated",
2944
- "description": "Timestamp when a connector was last updated (or created). This property is OCPI-compliant.",
2934
+ "description": "Timestamp when a connector was last updated (or created).",
2945
2935
  "args": [],
2946
2936
  "type": {
2947
2937
  "kind": "SCALAR",
@@ -2989,7 +2979,7 @@
2989
2979
  "ofType": null
2990
2980
  },
2991
2981
  "isDeprecated": true,
2992
- "deprecationReason": "In favor of prices."
2982
+ "deprecationReason": "In favor of `prices`."
2993
2983
  },
2994
2984
  {
2995
2985
  "name": "prices",
@@ -3044,7 +3034,7 @@
3044
3034
  "ofType": null
3045
3035
  },
3046
3036
  "isDeprecated": true,
3047
- "deprecationReason": "In favor of connector.prices."
3037
+ "deprecationReason": "In favor of `connector.prices`."
3048
3038
  },
3049
3039
  {
3050
3040
  "name": "oicp",
@@ -3942,7 +3932,7 @@
3942
3932
  {
3943
3933
  "kind": "ENUM",
3944
3934
  "name": "ConnectorType",
3945
- "description": "The socket or plug standard of the charging point.",
3935
+ "description": "Socket or plug standard of the charging point.",
3946
3936
  "fields": null,
3947
3937
  "inputFields": null,
3948
3938
  "interfaces": null,
@@ -6070,7 +6060,7 @@
6070
6060
  "ofType": null
6071
6061
  },
6072
6062
  "isDeprecated": true,
6073
- "deprecationReason": "In favor of weather."
6063
+ "deprecationReason": "In favor of `weather`."
6074
6064
  },
6075
6065
  {
6076
6066
  "name": "alternative_station_radius",
@@ -6384,7 +6374,7 @@
6384
6374
  "name": "Boolean",
6385
6375
  "ofType": null
6386
6376
  },
6387
- "defaultValue": "false",
6377
+ "defaultValue": null,
6388
6378
  "isDeprecated": false,
6389
6379
  "deprecationReason": null
6390
6380
  }
@@ -8476,7 +8466,7 @@
8476
8466
  "fields": [
8477
8467
  {
8478
8468
  "name": "uid",
8479
- "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.",
8469
+ "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.",
8480
8470
  "args": [],
8481
8471
  "type": {
8482
8472
  "kind": "SCALAR",
@@ -8488,7 +8478,7 @@
8488
8478
  },
8489
8479
  {
8490
8480
  "name": "evse_id",
8491
- "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.",
8481
+ "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.",
8492
8482
  "args": [],
8493
8483
  "type": {
8494
8484
  "kind": "SCALAR",
@@ -8500,7 +8490,7 @@
8500
8490
  },
8501
8491
  {
8502
8492
  "name": "status",
8503
- "description": "Indicates the current status of an EVSE. This property is OCPI-compliant.",
8493
+ "description": "Indicates the current status of an EVSE.",
8504
8494
  "args": [],
8505
8495
  "type": {
8506
8496
  "kind": "ENUM",
@@ -8512,7 +8502,7 @@
8512
8502
  },
8513
8503
  {
8514
8504
  "name": "status_schedule",
8515
- "description": "Indicates a planned status update of a nEVSE. This property is OCPI-compliant.",
8505
+ "description": "Indicates a planned status update of a nEVSE.",
8516
8506
  "args": [],
8517
8507
  "type": {
8518
8508
  "kind": "LIST",
@@ -8528,7 +8518,7 @@
8528
8518
  },
8529
8519
  {
8530
8520
  "name": "capabilities",
8531
- "description": "List of functionalities that an EVSE is capable of. This property is OCPI-compliant.",
8521
+ "description": "List of functionalities that an EVSE is capable of.",
8532
8522
  "args": [],
8533
8523
  "type": {
8534
8524
  "kind": "LIST",
@@ -8544,7 +8534,7 @@
8544
8534
  },
8545
8535
  {
8546
8536
  "name": "connectors",
8547
- "description": "List of available connectors on an EVSE. This property is OCPI-compliant.",
8537
+ "description": "List of available connectors on an EVSE.",
8548
8538
  "args": [],
8549
8539
  "type": {
8550
8540
  "kind": "LIST",
@@ -8560,7 +8550,7 @@
8560
8550
  },
8561
8551
  {
8562
8552
  "name": "floor_level",
8563
- "description": "Level on which a Charge Point is located (in garage buildings) in the locally displayed numbering scheme. This property is OCPI-compliant.",
8553
+ "description": "Level on which a Charge Point is located (in garage buildings) in the locally displayed numbering scheme.",
8564
8554
  "args": [],
8565
8555
  "type": {
8566
8556
  "kind": "SCALAR",
@@ -8572,7 +8562,7 @@
8572
8562
  },
8573
8563
  {
8574
8564
  "name": "coordinates",
8575
- "description": "Coordinates of a EVSE. This property is OCPI-compliant.",
8565
+ "description": "Coordinates of a EVSE.",
8576
8566
  "args": [],
8577
8567
  "type": {
8578
8568
  "kind": "OBJECT",
@@ -8584,7 +8574,7 @@
8584
8574
  },
8585
8575
  {
8586
8576
  "name": "physical_reference",
8587
- "description": "A number/string printed on the outside of an EVSE for visual identification. This property is OCPI-compliant.",
8577
+ "description": "A number/string printed on the outside of an EVSE for visual identification.",
8588
8578
  "args": [],
8589
8579
  "type": {
8590
8580
  "kind": "SCALAR",
@@ -8596,7 +8586,7 @@
8596
8586
  },
8597
8587
  {
8598
8588
  "name": "parking_restrictions",
8599
- "description": "Restrictions that apply to a parking spot. This property is OCPI-compliant.",
8589
+ "description": "Restrictions that apply to a parking spot.",
8600
8590
  "args": [],
8601
8591
  "type": {
8602
8592
  "kind": "LIST",
@@ -8612,7 +8602,7 @@
8612
8602
  },
8613
8603
  {
8614
8604
  "name": "images",
8615
- "description": "Links to images related to an EVSE such as photos or logos. This property is OCPI-compliant.",
8605
+ "description": "Links to images related to an EVSE such as photos or logos.",
8616
8606
  "args": [],
8617
8607
  "type": {
8618
8608
  "kind": "LIST",
@@ -8628,7 +8618,7 @@
8628
8618
  },
8629
8619
  {
8630
8620
  "name": "last_updated",
8631
- "description": "Timestamp when this EVSE or one of its Connectors was last updated (or created). This property is OCPI-compliant.",
8621
+ "description": "Timestamp when this EVSE or one of its Connectors was last updated (or created).",
8632
8622
  "args": [],
8633
8623
  "type": {
8634
8624
  "kind": "SCALAR",
@@ -10249,15 +10239,27 @@
10249
10239
  "isDeprecated": false,
10250
10240
  "deprecationReason": null
10251
10241
  },
10242
+ {
10243
+ "name": "weather",
10244
+ "description": "Weather configuration for the isoline. Defined by a preset or custom weather conditions. If not specified, defaults to real-time weather data.",
10245
+ "type": {
10246
+ "kind": "INPUT_OBJECT",
10247
+ "name": "IsolineWeatherInput",
10248
+ "ofType": null
10249
+ },
10250
+ "defaultValue": null,
10251
+ "isDeprecated": false,
10252
+ "deprecationReason": null
10253
+ },
10252
10254
  {
10253
10255
  "name": "season",
10254
- "description": "Season to be taken into account when generating the isoline.",
10256
+ "description": "Season to be taken into account when generating the isoline. If not specified, defaults to real-time weather data.",
10255
10257
  "type": {
10256
10258
  "kind": "ENUM",
10257
10259
  "name": "RouteSeason",
10258
10260
  "ofType": null
10259
10261
  },
10260
- "defaultValue": "current",
10262
+ "defaultValue": null,
10261
10263
  "isDeprecated": false,
10262
10264
  "deprecationReason": null
10263
10265
  },
@@ -10517,6 +10519,18 @@
10517
10519
  "name": "RouteSeason",
10518
10520
  "ofType": null
10519
10521
  },
10522
+ "isDeprecated": true,
10523
+ "deprecationReason": "In favor of weather."
10524
+ },
10525
+ {
10526
+ "name": "weather",
10527
+ "description": "Weather configuration for the isoline. Defined by a preset or custom weather conditions.",
10528
+ "args": [],
10529
+ "type": {
10530
+ "kind": "OBJECT",
10531
+ "name": "IsolineWeather",
10532
+ "ofType": null
10533
+ },
10520
10534
  "isDeprecated": false,
10521
10535
  "deprecationReason": null
10522
10536
  },
@@ -10649,6 +10663,198 @@
10649
10663
  ],
10650
10664
  "possibleTypes": null
10651
10665
  },
10666
+ {
10667
+ "kind": "OBJECT",
10668
+ "name": "IsolineWeather",
10669
+ "description": null,
10670
+ "fields": [
10671
+ {
10672
+ "name": "type",
10673
+ "description": "Weather configuration applied to the isoline.",
10674
+ "args": [],
10675
+ "type": {
10676
+ "kind": "NON_NULL",
10677
+ "name": null,
10678
+ "ofType": {
10679
+ "kind": "ENUM",
10680
+ "name": "WeatherType",
10681
+ "ofType": null
10682
+ }
10683
+ },
10684
+ "isDeprecated": false,
10685
+ "deprecationReason": null
10686
+ },
10687
+ {
10688
+ "name": "custom",
10689
+ "description": "[BETA] Custom weather conditions applied to the isoline. Only present when 'type' is set to 'CUSTOM'.",
10690
+ "args": [],
10691
+ "type": {
10692
+ "kind": "OBJECT",
10693
+ "name": "IsolineWeatherCustomConditions",
10694
+ "ofType": null
10695
+ },
10696
+ "isDeprecated": false,
10697
+ "deprecationReason": null
10698
+ }
10699
+ ],
10700
+ "inputFields": null,
10701
+ "interfaces": [],
10702
+ "enumValues": null,
10703
+ "possibleTypes": null
10704
+ },
10705
+ {
10706
+ "kind": "OBJECT",
10707
+ "name": "IsolineWeatherCustomConditions",
10708
+ "description": null,
10709
+ "fields": [
10710
+ {
10711
+ "name": "temperature",
10712
+ "description": "Average ambient temperature estimated along the isoline.",
10713
+ "args": [],
10714
+ "type": {
10715
+ "kind": "NON_NULL",
10716
+ "name": null,
10717
+ "ofType": {
10718
+ "kind": "OBJECT",
10719
+ "name": "Temperature",
10720
+ "ofType": null
10721
+ }
10722
+ },
10723
+ "isDeprecated": false,
10724
+ "deprecationReason": null
10725
+ },
10726
+ {
10727
+ "name": "air_pressure",
10728
+ "description": "Atmospheric pressure along the isoline.",
10729
+ "args": [],
10730
+ "type": {
10731
+ "kind": "NON_NULL",
10732
+ "name": null,
10733
+ "ofType": {
10734
+ "kind": "OBJECT",
10735
+ "name": "AirPressure",
10736
+ "ofType": null
10737
+ }
10738
+ },
10739
+ "isDeprecated": false,
10740
+ "deprecationReason": null
10741
+ },
10742
+ {
10743
+ "name": "solar_irradiance",
10744
+ "description": "Solar irradiance along the isoline.",
10745
+ "args": [],
10746
+ "type": {
10747
+ "kind": "NON_NULL",
10748
+ "name": null,
10749
+ "ofType": {
10750
+ "kind": "OBJECT",
10751
+ "name": "SolarIrradiance",
10752
+ "ofType": null
10753
+ }
10754
+ },
10755
+ "isDeprecated": false,
10756
+ "deprecationReason": null
10757
+ }
10758
+ ],
10759
+ "inputFields": null,
10760
+ "interfaces": [],
10761
+ "enumValues": null,
10762
+ "possibleTypes": null
10763
+ },
10764
+ {
10765
+ "kind": "INPUT_OBJECT",
10766
+ "name": "IsolineWeatherCustomConditionsInput",
10767
+ "description": null,
10768
+ "fields": null,
10769
+ "inputFields": [
10770
+ {
10771
+ "name": "temperature",
10772
+ "description": "Average ambient temperature estimated within the isoline.",
10773
+ "type": {
10774
+ "kind": "NON_NULL",
10775
+ "name": null,
10776
+ "ofType": {
10777
+ "kind": "INPUT_OBJECT",
10778
+ "name": "TemperatureInput",
10779
+ "ofType": null
10780
+ }
10781
+ },
10782
+ "defaultValue": null,
10783
+ "isDeprecated": false,
10784
+ "deprecationReason": null
10785
+ },
10786
+ {
10787
+ "name": "air_pressure",
10788
+ "description": "Atmospheric pressure within the isoline.",
10789
+ "type": {
10790
+ "kind": "NON_NULL",
10791
+ "name": null,
10792
+ "ofType": {
10793
+ "kind": "INPUT_OBJECT",
10794
+ "name": "AirPressureInput",
10795
+ "ofType": null
10796
+ }
10797
+ },
10798
+ "defaultValue": null,
10799
+ "isDeprecated": false,
10800
+ "deprecationReason": null
10801
+ },
10802
+ {
10803
+ "name": "solar_irradiance",
10804
+ "description": "Solar irradiance within the isoline.",
10805
+ "type": {
10806
+ "kind": "NON_NULL",
10807
+ "name": null,
10808
+ "ofType": {
10809
+ "kind": "INPUT_OBJECT",
10810
+ "name": "SolarIrradianceInput",
10811
+ "ofType": null
10812
+ }
10813
+ },
10814
+ "defaultValue": null,
10815
+ "isDeprecated": false,
10816
+ "deprecationReason": null
10817
+ }
10818
+ ],
10819
+ "interfaces": null,
10820
+ "enumValues": null,
10821
+ "possibleTypes": null
10822
+ },
10823
+ {
10824
+ "kind": "INPUT_OBJECT",
10825
+ "name": "IsolineWeatherInput",
10826
+ "description": null,
10827
+ "fields": null,
10828
+ "inputFields": [
10829
+ {
10830
+ "name": "type",
10831
+ "description": "Weather configuration applied within the isoline.",
10832
+ "type": {
10833
+ "kind": "ENUM",
10834
+ "name": "WeatherType",
10835
+ "ofType": null
10836
+ },
10837
+ "defaultValue": "actual",
10838
+ "isDeprecated": false,
10839
+ "deprecationReason": null
10840
+ },
10841
+ {
10842
+ "name": "custom",
10843
+ "description": "[BETA] Custom weather conditions to apply within the isoline. Required only when 'type' is 'CUSTOM'. Must be omitted for other weather types.",
10844
+ "type": {
10845
+ "kind": "INPUT_OBJECT",
10846
+ "name": "IsolineWeatherCustomConditionsInput",
10847
+ "ofType": null
10848
+ },
10849
+ "defaultValue": null,
10850
+ "isDeprecated": false,
10851
+ "deprecationReason": null
10852
+ }
10853
+ ],
10854
+ "interfaces": null,
10855
+ "enumValues": null,
10856
+ "possibleTypes": null
10857
+ },
10652
10858
  {
10653
10859
  "kind": "SCALAR",
10654
10860
  "name": "JSON",
@@ -10778,6 +10984,153 @@
10778
10984
  ],
10779
10985
  "possibleTypes": null
10780
10986
  },
10987
+ {
10988
+ "kind": "OBJECT",
10989
+ "name": "LiveRouteRequest",
10990
+ "description": null,
10991
+ "fields": [
10992
+ {
10993
+ "name": "vehicle",
10994
+ "description": "Vehicle used on a route.",
10995
+ "args": [],
10996
+ "type": {
10997
+ "kind": "NON_NULL",
10998
+ "name": null,
10999
+ "ofType": {
11000
+ "kind": "OBJECT",
11001
+ "name": "RouteVehicle",
11002
+ "ofType": null
11003
+ }
11004
+ },
11005
+ "isDeprecated": false,
11006
+ "deprecationReason": null
11007
+ },
11008
+ {
11009
+ "name": "origin",
11010
+ "description": "Origin of a route.",
11011
+ "args": [],
11012
+ "type": {
11013
+ "kind": "NON_NULL",
11014
+ "name": null,
11015
+ "ofType": {
11016
+ "kind": "OBJECT",
11017
+ "name": "RouteOriginFeaturePoint",
11018
+ "ofType": null
11019
+ }
11020
+ },
11021
+ "isDeprecated": false,
11022
+ "deprecationReason": null
11023
+ },
11024
+ {
11025
+ "name": "destination",
11026
+ "description": "Destination of a route.",
11027
+ "args": [],
11028
+ "type": {
11029
+ "kind": "NON_NULL",
11030
+ "name": null,
11031
+ "ofType": {
11032
+ "kind": "OBJECT",
11033
+ "name": "RouteDestinationFeaturePoint",
11034
+ "ofType": null
11035
+ }
11036
+ },
11037
+ "isDeprecated": false,
11038
+ "deprecationReason": null
11039
+ },
11040
+ {
11041
+ "name": "via",
11042
+ "description": "Via points of a route.",
11043
+ "args": [],
11044
+ "type": {
11045
+ "kind": "LIST",
11046
+ "name": null,
11047
+ "ofType": {
11048
+ "kind": "NON_NULL",
11049
+ "name": null,
11050
+ "ofType": {
11051
+ "kind": "OBJECT",
11052
+ "name": "NavigationViaFeaturePoint",
11053
+ "ofType": null
11054
+ }
11055
+ }
11056
+ },
11057
+ "isDeprecated": false,
11058
+ "deprecationReason": null
11059
+ },
11060
+ {
11061
+ "name": "operators",
11062
+ "description": "Operator preferences for a route. When provided, prefers routes that use higher order operators.",
11063
+ "args": [],
11064
+ "type": {
11065
+ "kind": "OBJECT",
11066
+ "name": "RouteOperatorPreferences",
11067
+ "ofType": null
11068
+ },
11069
+ "isDeprecated": false,
11070
+ "deprecationReason": null
11071
+ },
11072
+ {
11073
+ "name": "alternative_station_radius",
11074
+ "description": "Alternative stations along a route within a specified radius of 500 to 5000 meters, or the equivalent in another unit.",
11075
+ "args": [],
11076
+ "type": {
11077
+ "kind": "OBJECT",
11078
+ "name": "AlternativeStationRadius",
11079
+ "ofType": null
11080
+ },
11081
+ "isDeprecated": false,
11082
+ "deprecationReason": null
11083
+ },
11084
+ {
11085
+ "name": "avoid",
11086
+ "description": "[BETA] List of route features to avoid in a route. This is a best-effort preference; depending on the available routes, some features may not be fully avoidable.",
11087
+ "args": [],
11088
+ "type": {
11089
+ "kind": "LIST",
11090
+ "name": null,
11091
+ "ofType": {
11092
+ "kind": "NON_NULL",
11093
+ "name": null,
11094
+ "ofType": {
11095
+ "kind": "ENUM",
11096
+ "name": "RouteAvoid",
11097
+ "ofType": null
11098
+ }
11099
+ }
11100
+ },
11101
+ "isDeprecated": false,
11102
+ "deprecationReason": null
11103
+ },
11104
+ {
11105
+ "name": "driving_preferences",
11106
+ "description": "[BETA] Configuration options for the route's driving conditions. Includes factors to adjust average speed, set a maximum speed, and define a base driving style. If not specified, no adjustments are applied.",
11107
+ "args": [],
11108
+ "type": {
11109
+ "kind": "OBJECT",
11110
+ "name": "RouteDrivingPreferences",
11111
+ "ofType": null
11112
+ },
11113
+ "isDeprecated": false,
11114
+ "deprecationReason": null
11115
+ },
11116
+ {
11117
+ "name": "station_preferences",
11118
+ "description": "Charging stations preferences for route calculation.",
11119
+ "args": [],
11120
+ "type": {
11121
+ "kind": "OBJECT",
11122
+ "name": "RouteStationPreferences",
11123
+ "ofType": null
11124
+ },
11125
+ "isDeprecated": false,
11126
+ "deprecationReason": null
11127
+ }
11128
+ ],
11129
+ "inputFields": null,
11130
+ "interfaces": [],
11131
+ "enumValues": null,
11132
+ "possibleTypes": null
11133
+ },
10781
11134
  {
10782
11135
  "kind": "OBJECT",
10783
11136
  "name": "MaximumSpeed",
@@ -11161,7 +11514,7 @@
11161
11514
  ],
11162
11515
  "type": {
11163
11516
  "kind": "SCALAR",
11164
- "name": "Acknowledgement",
11517
+ "name": "Boolean",
11165
11518
  "ofType": null
11166
11519
  },
11167
11520
  "isDeprecated": false,
@@ -11190,7 +11543,7 @@
11190
11543
  ],
11191
11544
  "type": {
11192
11545
  "kind": "SCALAR",
11193
- "name": "Acknowledgement",
11546
+ "name": "Boolean",
11194
11547
  "ofType": null
11195
11548
  },
11196
11549
  "isDeprecated": false,
@@ -11219,7 +11572,7 @@
11219
11572
  ],
11220
11573
  "type": {
11221
11574
  "kind": "SCALAR",
11222
- "name": "Acknowledgement",
11575
+ "name": "Boolean",
11223
11576
  "ofType": null
11224
11577
  },
11225
11578
  "isDeprecated": false,
@@ -11293,7 +11646,7 @@
11293
11646
  },
11294
11647
  {
11295
11648
  "name": "newRoute",
11296
- "description": "Deprecated: In favor of createRoute.",
11649
+ "description": "Create a new route from the route input.",
11297
11650
  "args": [
11298
11651
  {
11299
11652
  "name": "input",
@@ -11318,7 +11671,7 @@
11318
11671
  },
11319
11672
  {
11320
11673
  "name": "createRoute",
11321
- "description": "Create a new route from the route input and its ID.",
11674
+ "description": "Create a new route from the route input.",
11322
11675
  "args": [
11323
11676
  {
11324
11677
  "name": "input",
@@ -11358,7 +11711,7 @@
11358
11711
  {
11359
11712
  "kind": "OBJECT",
11360
11713
  "name": "Navigation",
11361
- "description": "The navigation session data.",
11714
+ "description": "Navigation session data.",
11362
11715
  "fields": [
11363
11716
  {
11364
11717
  "name": "id",
@@ -11393,15 +11746,15 @@
11393
11746
  "deprecationReason": null
11394
11747
  },
11395
11748
  {
11396
- "name": "status",
11397
- "description": "The status of a navigation session. The status can be driving, charging, finished, or error.",
11749
+ "name": "vehicle_status",
11750
+ "description": "The status of the navigation session vehicle. The status can be driving, charging or parked.",
11398
11751
  "args": [],
11399
11752
  "type": {
11400
11753
  "kind": "NON_NULL",
11401
11754
  "name": null,
11402
11755
  "ofType": {
11403
11756
  "kind": "ENUM",
11404
- "name": "NavigationStatus",
11757
+ "name": "NavigationVehicleStatus",
11405
11758
  "ofType": null
11406
11759
  }
11407
11760
  },
@@ -11409,81 +11762,54 @@
11409
11762
  "deprecationReason": null
11410
11763
  },
11411
11764
  {
11412
- "name": "meta",
11413
- "description": "Navigation meta information.",
11765
+ "name": "status",
11766
+ "description": "The status of a navigation session. The status can be active, finished or error.",
11414
11767
  "args": [],
11415
- "type": {
11416
- "kind": "OBJECT",
11417
- "name": "NavigationMeta",
11418
- "ofType": null
11419
- },
11420
- "isDeprecated": false,
11421
- "deprecationReason": null
11422
- }
11423
- ],
11424
- "inputFields": null,
11425
- "interfaces": [],
11426
- "enumValues": null,
11427
- "possibleTypes": null
11428
- },
11429
- {
11430
- "kind": "INPUT_OBJECT",
11431
- "name": "NavigationFinishInput",
11432
- "description": "Input for the navigation recalculate.",
11433
- "fields": null,
11434
- "inputFields": [
11435
- {
11436
- "name": "id",
11437
- "description": "ID of the navigation session.",
11438
11768
  "type": {
11439
11769
  "kind": "NON_NULL",
11440
11770
  "name": null,
11441
11771
  "ofType": {
11442
- "kind": "SCALAR",
11443
- "name": "ID",
11772
+ "kind": "ENUM",
11773
+ "name": "NavigationStatus",
11444
11774
  "ofType": null
11445
11775
  }
11446
11776
  },
11447
- "defaultValue": null,
11448
11777
  "isDeprecated": false,
11449
11778
  "deprecationReason": null
11450
11779
  },
11451
11780
  {
11452
- "name": "current_location",
11453
- "description": "Current coordinates.",
11781
+ "name": "meta",
11782
+ "description": "Navigation meta information.",
11783
+ "args": [],
11454
11784
  "type": {
11455
- "kind": "NON_NULL",
11456
- "name": null,
11457
- "ofType": {
11458
- "kind": "INPUT_OBJECT",
11459
- "name": "PointInput",
11460
- "ofType": null
11461
- }
11785
+ "kind": "OBJECT",
11786
+ "name": "NavigationMeta",
11787
+ "ofType": null
11462
11788
  },
11463
- "defaultValue": null,
11464
11789
  "isDeprecated": false,
11465
11790
  "deprecationReason": null
11466
11791
  }
11467
11792
  ],
11468
- "interfaces": null,
11793
+ "inputFields": null,
11794
+ "interfaces": [],
11469
11795
  "enumValues": null,
11470
11796
  "possibleTypes": null
11471
11797
  },
11472
11798
  {
11473
11799
  "kind": "OBJECT",
11474
- "name": "NavigationMeta",
11475
- "description": "Navigation meta information.",
11800
+ "name": "NavigationAlternativeStation",
11801
+ "description": "Navigation session alternative station type.",
11476
11802
  "fields": [
11477
11803
  {
11478
- "name": "created_at",
11479
- "description": "Creation time of the navigation session.",
11804
+ "name": "location",
11805
+ "description": "Coordinates of a station.",
11480
11806
  "args": [],
11481
11807
  "type": {
11482
11808
  "kind": "NON_NULL",
11483
11809
  "name": null,
11484
11810
  "ofType": {
11485
- "kind": "SCALAR",
11486
- "name": "DateTime",
11811
+ "kind": "OBJECT",
11812
+ "name": "Point",
11487
11813
  "ofType": null
11488
11814
  }
11489
11815
  },
@@ -11491,71 +11817,43 @@
11491
11817
  "deprecationReason": null
11492
11818
  },
11493
11819
  {
11494
- "name": "updated_at",
11495
- "description": "Last updated time of the navigation session.",
11820
+ "name": "station_id",
11821
+ "description": "ID of the station.",
11496
11822
  "args": [],
11497
11823
  "type": {
11498
11824
  "kind": "NON_NULL",
11499
11825
  "name": null,
11500
11826
  "ofType": {
11501
11827
  "kind": "SCALAR",
11502
- "name": "DateTime",
11828
+ "name": "ID",
11503
11829
  "ofType": null
11504
11830
  }
11505
11831
  },
11506
11832
  "isDeprecated": false,
11507
11833
  "deprecationReason": null
11508
- }
11509
- ],
11510
- "inputFields": null,
11511
- "interfaces": [],
11512
- "enumValues": null,
11513
- "possibleTypes": null
11514
- },
11515
- {
11516
- "kind": "OBJECT",
11517
- "name": "NavigationOverview",
11518
- "description": "The navigation session overview details.",
11519
- "fields": [
11834
+ },
11520
11835
  {
11521
- "name": "state_of_charge",
11522
- "description": "State of charge at the last known location.",
11523
- "args": [
11524
- {
11525
- "name": "unit",
11526
- "description": null,
11527
- "type": {
11528
- "kind": "ENUM",
11529
- "name": "StateOfChargeUnit",
11530
- "ofType": null
11531
- },
11532
- "defaultValue": "kilowatt_hour",
11533
- "isDeprecated": false,
11534
- "deprecationReason": null
11535
- }
11536
- ],
11836
+ "name": "evse_id",
11837
+ "description": "ID of the EVSE that was selected in a route.",
11838
+ "args": [],
11537
11839
  "type": {
11538
- "kind": "NON_NULL",
11539
- "name": null,
11540
- "ofType": {
11541
- "kind": "SCALAR",
11542
- "name": "Float",
11543
- "ofType": null
11544
- }
11840
+ "kind": "SCALAR",
11841
+ "name": "ID",
11842
+ "ofType": null
11545
11843
  },
11546
11844
  "isDeprecated": false,
11547
11845
  "deprecationReason": null
11548
11846
  },
11549
11847
  {
11550
- "name": "last_known_location",
11551
- "description": "Last known location.",
11848
+ "name": "connector_id",
11849
+ "description": "ID of the connector that was selected in a route.",
11552
11850
  "args": [],
11553
11851
  "type": {
11554
11852
  "kind": "NON_NULL",
11555
11853
  "name": null,
11556
11854
  "ofType": {
11557
- "kind": "OBJECT",
11558
- "name": "Point",
11855
+ "kind": "SCALAR",
11856
+ "name": "ID",
11559
11857
  "ofType": null
11560
11858
  }
11561
11859
  },
@@ -11563,71 +11861,54 @@
11563
11861
  "deprecationReason": null
11564
11862
  },
11565
11863
  {
11566
- "name": "next_station",
11567
- "description": "Next charging station.",
11864
+ "name": "operator",
11865
+ "description": "Station operator.",
11568
11866
  "args": [],
11569
11867
  "type": {
11570
11868
  "kind": "OBJECT",
11571
- "name": "NavigationStation",
11869
+ "name": "NavigationStationOperator",
11572
11870
  "ofType": null
11573
11871
  },
11574
11872
  "isDeprecated": false,
11575
11873
  "deprecationReason": null
11576
- },
11577
- {
11578
- "name": "alternative_stations",
11579
- "description": "A set of alternative charging stations to next station.",
11580
- "args": [],
11581
- "type": {
11582
- "kind": "NON_NULL",
11583
- "name": null,
11584
- "ofType": {
11585
- "kind": "LIST",
11586
- "name": null,
11587
- "ofType": {
11588
- "kind": "NON_NULL",
11589
- "name": null,
11590
- "ofType": {
11591
- "kind": "OBJECT",
11592
- "name": "NavigationStation",
11593
- "ofType": null
11594
- }
11595
- }
11596
- }
11597
- },
11598
- "isDeprecated": false,
11599
- "deprecationReason": null
11600
- },
11874
+ }
11875
+ ],
11876
+ "inputFields": null,
11877
+ "interfaces": [],
11878
+ "enumValues": null,
11879
+ "possibleTypes": null
11880
+ },
11881
+ {
11882
+ "kind": "OBJECT",
11883
+ "name": "NavigationChange",
11884
+ "description": "Represents the most recent completed meaningful change to the navigation session.",
11885
+ "fields": [
11601
11886
  {
11602
- "name": "instructions",
11603
- "description": "Navigation route instructions.",
11887
+ "name": "created_at",
11888
+ "description": "Timestamp when the change was finalized.",
11604
11889
  "args": [],
11605
11890
  "type": {
11606
11891
  "kind": "NON_NULL",
11607
11892
  "name": null,
11608
11893
  "ofType": {
11609
- "kind": "LIST",
11610
- "name": null,
11611
- "ofType": {
11612
- "kind": "OBJECT",
11613
- "name": "RouteInstruction",
11614
- "ofType": null
11615
- }
11894
+ "kind": "SCALAR",
11895
+ "name": "DateTime",
11896
+ "ofType": null
11616
11897
  }
11617
11898
  },
11618
11899
  "isDeprecated": false,
11619
11900
  "deprecationReason": null
11620
11901
  },
11621
11902
  {
11622
- "name": "live_route_request",
11623
- "description": "Continuously updated route request input.",
11903
+ "name": "type",
11904
+ "description": "What kind of change occurred.",
11624
11905
  "args": [],
11625
11906
  "type": {
11626
11907
  "kind": "NON_NULL",
11627
11908
  "name": null,
11628
11909
  "ofType": {
11629
- "kind": "OBJECT",
11630
- "name": "CreateRoute",
11910
+ "kind": "ENUM",
11911
+ "name": "NavigationChangeType",
11631
11912
  "ofType": null
11632
11913
  }
11633
11914
  },
@@ -11635,28 +11916,15 @@
11635
11916
  "deprecationReason": null
11636
11917
  },
11637
11918
  {
11638
- "name": "polyline",
11639
- "description": "Polyline containing encoded coordinates.",
11640
- "args": [
11641
- {
11642
- "name": "decimals",
11643
- "description": "Polyline decimals",
11644
- "type": {
11645
- "kind": "ENUM",
11646
- "name": "PolylineInputDecimals",
11647
- "ofType": null
11648
- },
11649
- "defaultValue": "five",
11650
- "isDeprecated": false,
11651
- "deprecationReason": null
11652
- }
11653
- ],
11919
+ "name": "source",
11920
+ "description": "Where the change originated from.",
11921
+ "args": [],
11654
11922
  "type": {
11655
11923
  "kind": "NON_NULL",
11656
11924
  "name": null,
11657
11925
  "ofType": {
11658
- "kind": "SCALAR",
11659
- "name": "String",
11926
+ "kind": "ENUM",
11927
+ "name": "NavigationChangeSource",
11660
11928
  "ofType": null
11661
11929
  }
11662
11930
  },
@@ -11670,101 +11938,66 @@
11670
11938
  "possibleTypes": null
11671
11939
  },
11672
11940
  {
11673
- "kind": "INPUT_OBJECT",
11674
- "name": "NavigationRecalculateInput",
11675
- "description": "Input for the navigation recalculate.",
11941
+ "kind": "ENUM",
11942
+ "name": "NavigationChangeSource",
11943
+ "description": null,
11676
11944
  "fields": null,
11677
- "inputFields": [
11945
+ "inputFields": null,
11946
+ "interfaces": null,
11947
+ "enumValues": [
11678
11948
  {
11679
- "name": "id",
11680
- "description": "ID of the navigation session.",
11681
- "type": {
11682
- "kind": "NON_NULL",
11683
- "name": null,
11684
- "ofType": {
11685
- "kind": "SCALAR",
11686
- "name": "ID",
11687
- "ofType": null
11688
- }
11689
- },
11690
- "defaultValue": null,
11949
+ "name": "client",
11950
+ "description": "Triggered by an explicit client action (e.g. a recalculateNavigation call).",
11691
11951
  "isDeprecated": false,
11692
11952
  "deprecationReason": null
11693
11953
  },
11694
11954
  {
11695
- "name": "state_of_charge",
11696
- "description": "State of charge at origin.",
11697
- "type": {
11698
- "kind": "INPUT_OBJECT",
11699
- "name": "StateOfChargeInput",
11700
- "ofType": null
11701
- },
11702
- "defaultValue": null,
11955
+ "name": "server",
11956
+ "description": "Triggered by backend domain changes (e.g. station availability, background recalculation).",
11703
11957
  "isDeprecated": false,
11704
11958
  "deprecationReason": null
11705
- },
11959
+ }
11960
+ ],
11961
+ "possibleTypes": null
11962
+ },
11963
+ {
11964
+ "kind": "ENUM",
11965
+ "name": "NavigationChangeType",
11966
+ "description": null,
11967
+ "fields": null,
11968
+ "inputFields": null,
11969
+ "interfaces": null,
11970
+ "enumValues": [
11706
11971
  {
11707
- "name": "current_location",
11708
- "description": "Origin location of a new route.",
11709
- "type": {
11710
- "kind": "NON_NULL",
11711
- "name": null,
11712
- "ofType": {
11713
- "kind": "INPUT_OBJECT",
11714
- "name": "PointInput",
11715
- "ofType": null
11716
- }
11717
- },
11718
- "defaultValue": null,
11972
+ "name": "started",
11973
+ "description": "Navigation session has just started.",
11719
11974
  "isDeprecated": false,
11720
11975
  "deprecationReason": null
11721
11976
  },
11722
11977
  {
11723
- "name": "via",
11724
- "description": "Via points of a new route. If this field is not sent, the original via points will be used.",
11725
- "type": {
11726
- "kind": "LIST",
11727
- "name": null,
11728
- "ofType": {
11729
- "kind": "NON_NULL",
11730
- "name": null,
11731
- "ofType": {
11732
- "kind": "INPUT_OBJECT",
11733
- "name": "FeaturePointInput",
11734
- "ofType": null
11735
- }
11736
- }
11737
- },
11738
- "defaultValue": null,
11978
+ "name": "route_updated",
11979
+ "description": "The route has been modified or recalculated.",
11739
11980
  "isDeprecated": false,
11740
11981
  "deprecationReason": null
11741
11982
  },
11742
11983
  {
11743
- "name": "telemetry",
11744
- "description": "Telemetry data input.",
11745
- "type": {
11746
- "kind": "INPUT_OBJECT",
11747
- "name": "TelemetryInput",
11748
- "ofType": null
11749
- },
11750
- "defaultValue": null,
11984
+ "name": "next_station_availability_updated",
11985
+ "description": "Next station availability has changed.",
11751
11986
  "isDeprecated": false,
11752
11987
  "deprecationReason": null
11753
11988
  }
11754
11989
  ],
11755
- "interfaces": null,
11756
- "enumValues": null,
11757
11990
  "possibleTypes": null
11758
11991
  },
11759
11992
  {
11760
11993
  "kind": "INPUT_OBJECT",
11761
- "name": "NavigationStartInput",
11762
- "description": "Input for the navigation start.",
11994
+ "name": "NavigationFinishInput",
11995
+ "description": "Input for the navigation recalculate.",
11763
11996
  "fields": null,
11764
11997
  "inputFields": [
11765
11998
  {
11766
- "name": "route_id",
11767
- "description": "ID of the route of the navigation session.",
11999
+ "name": "id",
12000
+ "description": "ID of the navigation session.",
11768
12001
  "type": {
11769
12002
  "kind": "NON_NULL",
11770
12003
  "name": null,
@@ -11801,19 +12034,19 @@
11801
12034
  },
11802
12035
  {
11803
12036
  "kind": "OBJECT",
11804
- "name": "NavigationStation",
11805
- "description": "Navigation session station type.",
12037
+ "name": "NavigationLegSection",
12038
+ "description": "Navigation route leg section details.",
11806
12039
  "fields": [
11807
12040
  {
11808
- "name": "station_id",
11809
- "description": "The ID as string of the charging station.",
12041
+ "name": "type",
12042
+ "description": "Section type.",
11810
12043
  "args": [],
11811
12044
  "type": {
11812
12045
  "kind": "NON_NULL",
11813
12046
  "name": null,
11814
12047
  "ofType": {
11815
- "kind": "SCALAR",
11816
- "name": "ID",
12048
+ "kind": "ENUM",
12049
+ "name": "RouteDetailsLegSectionType",
11817
12050
  "ofType": null
11818
12051
  }
11819
12052
  },
@@ -11821,15 +12054,15 @@
11821
12054
  "deprecationReason": null
11822
12055
  },
11823
12056
  {
11824
- "name": "station_location",
11825
- "description": "GPS location of the charging station.",
12057
+ "name": "origin",
12058
+ "description": "Origin point.",
11826
12059
  "args": [],
11827
12060
  "type": {
11828
12061
  "kind": "NON_NULL",
11829
12062
  "name": null,
11830
12063
  "ofType": {
11831
12064
  "kind": "OBJECT",
11832
- "name": "Point",
12065
+ "name": "RouteDetailsLegSectionFeaturePoint",
11833
12066
  "ofType": null
11834
12067
  }
11835
12068
  },
@@ -11837,8 +12070,24 @@
11837
12070
  "deprecationReason": null
11838
12071
  },
11839
12072
  {
11840
- "name": "via",
11841
- "description": "An array with all GPS locations of via points until the next charging station.",
12073
+ "name": "destination",
12074
+ "description": "Destination point.",
12075
+ "args": [],
12076
+ "type": {
12077
+ "kind": "NON_NULL",
12078
+ "name": null,
12079
+ "ofType": {
12080
+ "kind": "OBJECT",
12081
+ "name": "RouteDetailsLegSectionFeaturePoint",
12082
+ "ofType": null
12083
+ }
12084
+ },
12085
+ "isDeprecated": false,
12086
+ "deprecationReason": null
12087
+ },
12088
+ {
12089
+ "name": "tags",
12090
+ "description": "Aggregation of tags over the current section.",
11842
12091
  "args": [],
11843
12092
  "type": {
11844
12093
  "kind": "NON_NULL",
@@ -11850,8 +12099,8 @@
11850
12099
  "kind": "NON_NULL",
11851
12100
  "name": null,
11852
12101
  "ofType": {
11853
- "kind": "OBJECT",
11854
- "name": "Point",
12102
+ "kind": "ENUM",
12103
+ "name": "RouteDetailsTag",
11855
12104
  "ofType": null
11856
12105
  }
11857
12106
  }
@@ -11861,18 +12110,18 @@
11861
12110
  "deprecationReason": null
11862
12111
  },
11863
12112
  {
11864
- "name": "estimated_state_of_charge",
11865
- "description": "Estimated state of charge, at arrival on the next charging station.",
12113
+ "name": "polyline",
12114
+ "description": "Polyline containing encoded coordinates.",
11866
12115
  "args": [
11867
12116
  {
11868
- "name": "unit",
11869
- "description": null,
12117
+ "name": "decimals",
12118
+ "description": "Polyline decimals",
11870
12119
  "type": {
11871
12120
  "kind": "ENUM",
11872
- "name": "StateOfChargeUnit",
12121
+ "name": "PolylineInputDecimals",
11873
12122
  "ofType": null
11874
12123
  },
11875
- "defaultValue": "kilowatt_hour",
12124
+ "defaultValue": "five",
11876
12125
  "isDeprecated": false,
11877
12126
  "deprecationReason": null
11878
12127
  }
@@ -11882,7 +12131,7 @@
11882
12131
  "name": null,
11883
12132
  "ofType": {
11884
12133
  "kind": "SCALAR",
11885
- "name": "Float",
12134
+ "name": "String",
11886
12135
  "ofType": null
11887
12136
  }
11888
12137
  },
@@ -11890,8 +12139,8 @@
11890
12139
  "deprecationReason": null
11891
12140
  },
11892
12141
  {
11893
- "name": "estimated_consumption",
11894
- "description": "Estimated consumption, in kWh, from last the known location until the next charging station.",
12142
+ "name": "duration",
12143
+ "description": "Total duration of a section, in seconds. The value will be 0 for walking sections.",
11895
12144
  "args": [],
11896
12145
  "type": {
11897
12146
  "kind": "NON_NULL",
@@ -11904,79 +12153,84 @@
11904
12153
  },
11905
12154
  "isDeprecated": false,
11906
12155
  "deprecationReason": null
11907
- },
12156
+ }
12157
+ ],
12158
+ "inputFields": null,
12159
+ "interfaces": [],
12160
+ "enumValues": null,
12161
+ "possibleTypes": null
12162
+ },
12163
+ {
12164
+ "kind": "OBJECT",
12165
+ "name": "NavigationMeta",
12166
+ "description": "Navigation meta information.",
12167
+ "fields": [
11908
12168
  {
11909
- "name": "estimated_duration",
11910
- "description": "Estimated duration, in seconds, from the last known location until the next charging station.",
12169
+ "name": "created_at",
12170
+ "description": "Creation time of the navigation session.",
11911
12171
  "args": [],
11912
12172
  "type": {
11913
12173
  "kind": "NON_NULL",
11914
12174
  "name": null,
11915
12175
  "ofType": {
11916
12176
  "kind": "SCALAR",
11917
- "name": "Float",
12177
+ "name": "DateTime",
11918
12178
  "ofType": null
11919
12179
  }
11920
12180
  },
11921
12181
  "isDeprecated": false,
11922
12182
  "deprecationReason": null
11923
- }
11924
- ],
11925
- "inputFields": null,
11926
- "interfaces": [],
11927
- "enumValues": null,
11928
- "possibleTypes": null
11929
- },
11930
- {
11931
- "kind": "ENUM",
11932
- "name": "NavigationStatus",
11933
- "description": "State of navigation session.",
11934
- "fields": null,
11935
- "inputFields": null,
11936
- "interfaces": null,
11937
- "enumValues": [
11938
- {
11939
- "name": "driving",
11940
- "description": "Vehicle is driving.",
11941
- "isDeprecated": false,
11942
- "deprecationReason": null
11943
- },
11944
- {
11945
- "name": "charging",
11946
- "description": "Vehicle is charging.",
11947
- "isDeprecated": false,
11948
- "deprecationReason": null
11949
- },
11950
- {
11951
- "name": "finished",
11952
- "description": "Navigation session is completed (either manually or automatically 48 hours after the last update).",
11953
- "isDeprecated": false,
11954
- "deprecationReason": null
11955
12183
  },
11956
12184
  {
11957
- "name": "error",
11958
- "description": "Failed to update navigation session due to route error or not found.",
12185
+ "name": "updated_at",
12186
+ "description": "Last updated time of the navigation session.",
12187
+ "args": [],
12188
+ "type": {
12189
+ "kind": "NON_NULL",
12190
+ "name": null,
12191
+ "ofType": {
12192
+ "kind": "SCALAR",
12193
+ "name": "DateTime",
12194
+ "ofType": null
12195
+ }
12196
+ },
11959
12197
  "isDeprecated": false,
11960
12198
  "deprecationReason": null
11961
12199
  }
11962
12200
  ],
12201
+ "inputFields": null,
12202
+ "interfaces": [],
12203
+ "enumValues": null,
11963
12204
  "possibleTypes": null
11964
12205
  },
11965
12206
  {
11966
12207
  "kind": "OBJECT",
11967
- "name": "NavigationSubscription",
11968
- "description": "The navigation session subscription data",
12208
+ "name": "NavigationOverview",
12209
+ "description": "Navigation session overview details.",
11969
12210
  "fields": [
11970
12211
  {
11971
- "name": "id",
11972
- "description": "ID of the navigation session.",
11973
- "args": [],
12212
+ "name": "state_of_charge",
12213
+ "description": "State of charge at the last known location.",
12214
+ "args": [
12215
+ {
12216
+ "name": "unit",
12217
+ "description": "State of charge unit.",
12218
+ "type": {
12219
+ "kind": "ENUM",
12220
+ "name": "StateOfChargeUnit",
12221
+ "ofType": null
12222
+ },
12223
+ "defaultValue": "kilowatt_hour",
12224
+ "isDeprecated": false,
12225
+ "deprecationReason": null
12226
+ }
12227
+ ],
11974
12228
  "type": {
11975
12229
  "kind": "NON_NULL",
11976
12230
  "name": null,
11977
12231
  "ofType": {
11978
12232
  "kind": "SCALAR",
11979
- "name": "ID",
12233
+ "name": "Float",
11980
12234
  "ofType": null
11981
12235
  }
11982
12236
  },
@@ -11984,15 +12238,15 @@
11984
12238
  "deprecationReason": null
11985
12239
  },
11986
12240
  {
11987
- "name": "status",
11988
- "description": "The status of a navigation session. The status can be driving, charging, finished, or error.",
12241
+ "name": "last_known_location",
12242
+ "description": "Last known location.",
11989
12243
  "args": [],
11990
12244
  "type": {
11991
12245
  "kind": "NON_NULL",
11992
12246
  "name": null,
11993
12247
  "ofType": {
11994
- "kind": "ENUM",
11995
- "name": "NavigationStatus",
12248
+ "kind": "OBJECT",
12249
+ "name": "Point",
11996
12250
  "ofType": null
11997
12251
  }
11998
12252
  },
@@ -12000,48 +12254,25 @@
12000
12254
  "deprecationReason": null
12001
12255
  },
12002
12256
  {
12003
- "name": "meta",
12004
- "description": "Navigation meta information.",
12257
+ "name": "next_stop",
12258
+ "description": "Next stop details. Can be a charging or a location stop.",
12005
12259
  "args": [],
12006
- "type": {
12007
- "kind": "OBJECT",
12008
- "name": "NavigationMeta",
12009
- "ofType": null
12010
- },
12011
- "isDeprecated": false,
12012
- "deprecationReason": null
12013
- }
12014
- ],
12015
- "inputFields": null,
12016
- "interfaces": [],
12017
- "enumValues": null,
12018
- "possibleTypes": null
12019
- },
12020
- {
12021
- "kind": "INPUT_OBJECT",
12022
- "name": "NavigationUpdateInput",
12023
- "description": "Input for the navigation update.",
12024
- "fields": null,
12025
- "inputFields": [
12026
- {
12027
- "name": "id",
12028
- "description": "ID of the navigation session.",
12029
12260
  "type": {
12030
12261
  "kind": "NON_NULL",
12031
12262
  "name": null,
12032
12263
  "ofType": {
12033
- "kind": "SCALAR",
12034
- "name": "ID",
12264
+ "kind": "OBJECT",
12265
+ "name": "NavigationStop",
12035
12266
  "ofType": null
12036
12267
  }
12037
12268
  },
12038
- "defaultValue": null,
12039
12269
  "isDeprecated": false,
12040
12270
  "deprecationReason": null
12041
12271
  },
12042
12272
  {
12043
- "name": "location_data",
12044
- "description": "A list of locations that were collected since the last update.",
12273
+ "name": "legs",
12274
+ "description": "Continuously updated route legs.",
12275
+ "args": [],
12045
12276
  "type": {
12046
12277
  "kind": "NON_NULL",
12047
12278
  "name": null,
@@ -12049,70 +12280,1143 @@
12049
12280
  "kind": "LIST",
12050
12281
  "name": null,
12051
12282
  "ofType": {
12052
- "kind": "NON_NULL",
12053
- "name": null,
12054
- "ofType": {
12055
- "kind": "INPUT_OBJECT",
12056
- "name": "NavigationUpdateLocationsInput",
12057
- "ofType": null
12058
- }
12283
+ "kind": "OBJECT",
12284
+ "name": "NavigationRouteLeg",
12285
+ "ofType": null
12059
12286
  }
12060
12287
  }
12061
12288
  },
12062
- "defaultValue": null,
12063
12289
  "isDeprecated": false,
12064
12290
  "deprecationReason": null
12065
12291
  },
12066
12292
  {
12067
- "name": "telemetry",
12068
- "description": "Telemetry data input.",
12293
+ "name": "durations",
12294
+ "description": "Continuously updated durations of the route.",
12295
+ "args": [],
12069
12296
  "type": {
12070
- "kind": "INPUT_OBJECT",
12071
- "name": "TelemetryInput",
12072
- "ofType": null
12297
+ "kind": "NON_NULL",
12298
+ "name": null,
12299
+ "ofType": {
12300
+ "kind": "OBJECT",
12301
+ "name": "RouteDetailsDurations",
12302
+ "ofType": null
12303
+ }
12073
12304
  },
12074
- "defaultValue": null,
12075
12305
  "isDeprecated": false,
12076
12306
  "deprecationReason": null
12077
- }
12078
- ],
12079
- "interfaces": null,
12080
- "enumValues": null,
12081
- "possibleTypes": null
12082
- },
12083
- {
12084
- "kind": "INPUT_OBJECT",
12085
- "name": "NavigationUpdateLocationPropertiesInput",
12086
- "description": "Properties of the location.",
12087
- "fields": null,
12088
- "inputFields": [
12307
+ },
12089
12308
  {
12090
- "name": "route_leg",
12091
- "description": "Current route leg index corresponding to a location.",
12309
+ "name": "instructions",
12310
+ "description": "Navigation route instructions.",
12311
+ "args": [],
12092
12312
  "type": {
12093
12313
  "kind": "NON_NULL",
12094
12314
  "name": null,
12095
12315
  "ofType": {
12096
- "kind": "SCALAR",
12097
- "name": "Int",
12098
- "ofType": null
12316
+ "kind": "LIST",
12317
+ "name": null,
12318
+ "ofType": {
12319
+ "kind": "OBJECT",
12320
+ "name": "RouteInstruction",
12321
+ "ofType": null
12322
+ }
12099
12323
  }
12100
12324
  },
12101
- "defaultValue": null,
12102
12325
  "isDeprecated": false,
12103
12326
  "deprecationReason": null
12104
12327
  },
12105
12328
  {
12106
- "name": "speed",
12107
- "description": "Speed at a location.",
12108
- "type": {
12329
+ "name": "live_route_request",
12330
+ "description": "Continuously updated route request input.",
12331
+ "args": [],
12332
+ "type": {
12333
+ "kind": "NON_NULL",
12334
+ "name": null,
12335
+ "ofType": {
12336
+ "kind": "OBJECT",
12337
+ "name": "LiveRouteRequest",
12338
+ "ofType": null
12339
+ }
12340
+ },
12341
+ "isDeprecated": false,
12342
+ "deprecationReason": null
12343
+ },
12344
+ {
12345
+ "name": "polyline",
12346
+ "description": "Polyline containing encoded coordinates.",
12347
+ "args": [
12348
+ {
12349
+ "name": "decimals",
12350
+ "description": "Polyline decimals",
12351
+ "type": {
12352
+ "kind": "ENUM",
12353
+ "name": "PolylineInputDecimals",
12354
+ "ofType": null
12355
+ },
12356
+ "defaultValue": "five",
12357
+ "isDeprecated": false,
12358
+ "deprecationReason": null
12359
+ }
12360
+ ],
12361
+ "type": {
12362
+ "kind": "NON_NULL",
12363
+ "name": null,
12364
+ "ofType": {
12365
+ "kind": "SCALAR",
12366
+ "name": "String",
12367
+ "ofType": null
12368
+ }
12369
+ },
12370
+ "isDeprecated": false,
12371
+ "deprecationReason": null
12372
+ }
12373
+ ],
12374
+ "inputFields": null,
12375
+ "interfaces": [],
12376
+ "enumValues": null,
12377
+ "possibleTypes": null
12378
+ },
12379
+ {
12380
+ "kind": "OBJECT",
12381
+ "name": "NavigationPropertiesStation",
12382
+ "description": null,
12383
+ "fields": [
12384
+ {
12385
+ "name": "station_id",
12386
+ "description": "ID of the station. When provided and valid, the coordinates of this station will be used.",
12387
+ "args": [],
12388
+ "type": {
12389
+ "kind": "SCALAR",
12390
+ "name": "ID",
12391
+ "ofType": null
12392
+ },
12393
+ "isDeprecated": false,
12394
+ "deprecationReason": null
12395
+ },
12396
+ {
12397
+ "name": "external_station_id",
12398
+ "description": "External ID of the station. When provided and valid, the coordinates of this station will be used.",
12399
+ "args": [],
12400
+ "type": {
12401
+ "kind": "SCALAR",
12402
+ "name": "ID",
12403
+ "ofType": null
12404
+ },
12405
+ "isDeprecated": false,
12406
+ "deprecationReason": null
12407
+ },
12408
+ {
12409
+ "name": "stop_duration",
12410
+ "description": "Duration to stay at the station, in seconds. Includes charging time and charging penalty. When not provided, the duration is optimized based on the vehicle’s charging needs and selected charging mode.",
12411
+ "args": [],
12412
+ "type": {
12413
+ "kind": "SCALAR",
12414
+ "name": "Int",
12415
+ "ofType": null
12416
+ },
12417
+ "isDeprecated": false,
12418
+ "deprecationReason": null
12419
+ }
12420
+ ],
12421
+ "inputFields": null,
12422
+ "interfaces": [],
12423
+ "enumValues": null,
12424
+ "possibleTypes": null
12425
+ },
12426
+ {
12427
+ "kind": "INPUT_OBJECT",
12428
+ "name": "NavigationPropertiesStationInput",
12429
+ "description": null,
12430
+ "fields": null,
12431
+ "inputFields": [
12432
+ {
12433
+ "name": "station_id",
12434
+ "description": "ID of the station. When provided and valid, the coordinates of this station will be used.",
12435
+ "type": {
12436
+ "kind": "SCALAR",
12437
+ "name": "ID",
12438
+ "ofType": null
12439
+ },
12440
+ "defaultValue": null,
12441
+ "isDeprecated": false,
12442
+ "deprecationReason": null
12443
+ },
12444
+ {
12445
+ "name": "external_station_id",
12446
+ "description": "External ID of the station. When provided and valid, the coordinates of this station will be used.",
12447
+ "type": {
12448
+ "kind": "SCALAR",
12449
+ "name": "ID",
12450
+ "ofType": null
12451
+ },
12452
+ "defaultValue": null,
12453
+ "isDeprecated": false,
12454
+ "deprecationReason": null
12455
+ },
12456
+ {
12457
+ "name": "stop_duration",
12458
+ "description": "Duration to stay at the station, in seconds. Includes charging time and charging penalty. When not provided, the duration is optimized based on the vehicle’s charging needs and selected charging mode.",
12459
+ "type": {
12460
+ "kind": "SCALAR",
12461
+ "name": "Int",
12462
+ "ofType": null
12463
+ },
12464
+ "defaultValue": null,
12465
+ "isDeprecated": false,
12466
+ "deprecationReason": null
12467
+ }
12468
+ ],
12469
+ "interfaces": null,
12470
+ "enumValues": null,
12471
+ "possibleTypes": null
12472
+ },
12473
+ {
12474
+ "kind": "OBJECT",
12475
+ "name": "NavigationPropertiesVehicle",
12476
+ "description": null,
12477
+ "fields": [
12478
+ {
12479
+ "name": "occupants",
12480
+ "description": "Number of occupants present in the vehicle.",
12481
+ "args": [],
12482
+ "type": {
12483
+ "kind": "NON_NULL",
12484
+ "name": null,
12485
+ "ofType": {
12486
+ "kind": "SCALAR",
12487
+ "name": "Int",
12488
+ "ofType": null
12489
+ }
12490
+ },
12491
+ "isDeprecated": false,
12492
+ "deprecationReason": null
12493
+ },
12494
+ {
12495
+ "name": "total_occupant_weight",
12496
+ "description": "Combined weight of the occupants. This can only be used in combination with occupants.",
12497
+ "args": [],
12498
+ "type": {
12499
+ "kind": "NON_NULL",
12500
+ "name": null,
12501
+ "ofType": {
12502
+ "kind": "OBJECT",
12503
+ "name": "TotalOccupantWeight",
12504
+ "ofType": null
12505
+ }
12506
+ },
12507
+ "isDeprecated": false,
12508
+ "deprecationReason": null
12509
+ },
12510
+ {
12511
+ "name": "total_cargo_weight",
12512
+ "description": "Weight of the cargo.",
12513
+ "args": [],
12514
+ "type": {
12515
+ "kind": "OBJECT",
12516
+ "name": "TotalCargoWeight",
12517
+ "ofType": null
12518
+ },
12519
+ "isDeprecated": false,
12520
+ "deprecationReason": null
12521
+ }
12522
+ ],
12523
+ "inputFields": null,
12524
+ "interfaces": [],
12525
+ "enumValues": null,
12526
+ "possibleTypes": null
12527
+ },
12528
+ {
12529
+ "kind": "INPUT_OBJECT",
12530
+ "name": "NavigationPropertiesVehicleInput",
12531
+ "description": null,
12532
+ "fields": null,
12533
+ "inputFields": [
12534
+ {
12535
+ "name": "occupants",
12536
+ "description": "Number of occupants present in the vehicle.",
12537
+ "type": {
12538
+ "kind": "SCALAR",
12539
+ "name": "Int",
12540
+ "ofType": null
12541
+ },
12542
+ "defaultValue": null,
12543
+ "isDeprecated": false,
12544
+ "deprecationReason": null
12545
+ },
12546
+ {
12547
+ "name": "total_occupant_weight",
12548
+ "description": "Combined weight of the occupants. This can only be used in combination with occupants.",
12549
+ "type": {
12109
12550
  "kind": "INPUT_OBJECT",
12110
- "name": "VehicleSpeedInput",
12551
+ "name": "TotalOccupantWeightInput",
12552
+ "ofType": null
12553
+ },
12554
+ "defaultValue": null,
12555
+ "isDeprecated": false,
12556
+ "deprecationReason": null
12557
+ },
12558
+ {
12559
+ "name": "total_cargo_weight",
12560
+ "description": "Weight of the cargo.",
12561
+ "type": {
12562
+ "kind": "INPUT_OBJECT",
12563
+ "name": "TotalCargoWeightInput",
12564
+ "ofType": null
12565
+ },
12566
+ "defaultValue": null,
12567
+ "isDeprecated": false,
12568
+ "deprecationReason": null
12569
+ }
12570
+ ],
12571
+ "interfaces": null,
12572
+ "enumValues": null,
12573
+ "possibleTypes": null
12574
+ },
12575
+ {
12576
+ "kind": "OBJECT",
12577
+ "name": "NavigationPropertiesViaLocation",
12578
+ "description": null,
12579
+ "fields": [
12580
+ {
12581
+ "name": "name",
12582
+ "description": "Name that should overwrite the name that is automatically assigned to this location (for example: address or station name).",
12583
+ "args": [],
12584
+ "type": {
12585
+ "kind": "SCALAR",
12586
+ "name": "String",
12587
+ "ofType": null
12588
+ },
12589
+ "isDeprecated": false,
12590
+ "deprecationReason": null
12591
+ },
12592
+ {
12593
+ "name": "stop_duration",
12594
+ "description": "Duration to stay at this point, in seconds.",
12595
+ "args": [],
12596
+ "type": {
12597
+ "kind": "SCALAR",
12598
+ "name": "Int",
12599
+ "ofType": null
12600
+ },
12601
+ "isDeprecated": false,
12602
+ "deprecationReason": null
12603
+ }
12604
+ ],
12605
+ "inputFields": null,
12606
+ "interfaces": [],
12607
+ "enumValues": null,
12608
+ "possibleTypes": null
12609
+ },
12610
+ {
12611
+ "kind": "INPUT_OBJECT",
12612
+ "name": "NavigationPropertiesViaLocationInput",
12613
+ "description": null,
12614
+ "fields": null,
12615
+ "inputFields": [
12616
+ {
12617
+ "name": "name",
12618
+ "description": "Name that should overwrite the name that is automatically assigned to this location (for example: address or station name).",
12619
+ "type": {
12620
+ "kind": "SCALAR",
12621
+ "name": "String",
12622
+ "ofType": null
12623
+ },
12624
+ "defaultValue": null,
12625
+ "isDeprecated": false,
12626
+ "deprecationReason": null
12627
+ },
12628
+ {
12629
+ "name": "stop_duration",
12630
+ "description": "Duration to stay at this point, in seconds.",
12631
+ "type": {
12632
+ "kind": "SCALAR",
12633
+ "name": "Int",
12634
+ "ofType": null
12635
+ },
12636
+ "defaultValue": null,
12637
+ "isDeprecated": false,
12638
+ "deprecationReason": null
12639
+ }
12640
+ ],
12641
+ "interfaces": null,
12642
+ "enumValues": null,
12643
+ "possibleTypes": null
12644
+ },
12645
+ {
12646
+ "kind": "INPUT_OBJECT",
12647
+ "name": "NavigationRecalculateInput",
12648
+ "description": "Input for the navigation recalculate.",
12649
+ "fields": null,
12650
+ "inputFields": [
12651
+ {
12652
+ "name": "id",
12653
+ "description": "ID of the navigation session.",
12654
+ "type": {
12655
+ "kind": "NON_NULL",
12656
+ "name": null,
12657
+ "ofType": {
12658
+ "kind": "SCALAR",
12659
+ "name": "ID",
12660
+ "ofType": null
12661
+ }
12662
+ },
12663
+ "defaultValue": null,
12664
+ "isDeprecated": false,
12665
+ "deprecationReason": null
12666
+ },
12667
+ {
12668
+ "name": "state_of_charge",
12669
+ "description": "State of charge at origin.",
12670
+ "type": {
12671
+ "kind": "INPUT_OBJECT",
12672
+ "name": "StateOfChargeInput",
12673
+ "ofType": null
12674
+ },
12675
+ "defaultValue": null,
12676
+ "isDeprecated": false,
12677
+ "deprecationReason": null
12678
+ },
12679
+ {
12680
+ "name": "current_location",
12681
+ "description": "Origin location of a new route.",
12682
+ "type": {
12683
+ "kind": "NON_NULL",
12684
+ "name": null,
12685
+ "ofType": {
12686
+ "kind": "INPUT_OBJECT",
12687
+ "name": "PointInput",
12688
+ "ofType": null
12689
+ }
12690
+ },
12691
+ "defaultValue": null,
12692
+ "isDeprecated": false,
12693
+ "deprecationReason": null
12694
+ },
12695
+ {
12696
+ "name": "via",
12697
+ "description": "Via points of a new route. If this field is not sent, the original via points will be used.",
12698
+ "type": {
12699
+ "kind": "LIST",
12700
+ "name": null,
12701
+ "ofType": {
12702
+ "kind": "NON_NULL",
12703
+ "name": null,
12704
+ "ofType": {
12705
+ "kind": "INPUT_OBJECT",
12706
+ "name": "NavigationViaFeaturePointInput",
12707
+ "ofType": null
12708
+ }
12709
+ }
12710
+ },
12711
+ "defaultValue": null,
12712
+ "isDeprecated": false,
12713
+ "deprecationReason": null
12714
+ },
12715
+ {
12716
+ "name": "telemetry",
12717
+ "description": "Telemetry data input.",
12718
+ "type": {
12719
+ "kind": "INPUT_OBJECT",
12720
+ "name": "TelemetryInput",
12111
12721
  "ofType": null
12112
12722
  },
12113
12723
  "defaultValue": null,
12114
12724
  "isDeprecated": false,
12115
12725
  "deprecationReason": null
12726
+ }
12727
+ ],
12728
+ "interfaces": null,
12729
+ "enumValues": null,
12730
+ "possibleTypes": null
12731
+ },
12732
+ {
12733
+ "kind": "OBJECT",
12734
+ "name": "NavigationRouteLeg",
12735
+ "description": "Navigation route leg details.",
12736
+ "fields": [
12737
+ {
12738
+ "name": "distance",
12739
+ "description": "Distance from the start to the end of a leg.",
12740
+ "args": [
12741
+ {
12742
+ "name": "unit",
12743
+ "description": "Distance unit.",
12744
+ "type": {
12745
+ "kind": "ENUM",
12746
+ "name": "DistanceUnit",
12747
+ "ofType": null
12748
+ },
12749
+ "defaultValue": "meter",
12750
+ "isDeprecated": false,
12751
+ "deprecationReason": null
12752
+ }
12753
+ ],
12754
+ "type": {
12755
+ "kind": "NON_NULL",
12756
+ "name": null,
12757
+ "ofType": {
12758
+ "kind": "SCALAR",
12759
+ "name": "Float",
12760
+ "ofType": null
12761
+ }
12762
+ },
12763
+ "isDeprecated": false,
12764
+ "deprecationReason": null
12765
+ },
12766
+ {
12767
+ "name": "durations",
12768
+ "description": "Aggregation of all durations of a route leg.",
12769
+ "args": [],
12770
+ "type": {
12771
+ "kind": "NON_NULL",
12772
+ "name": null,
12773
+ "ofType": {
12774
+ "kind": "OBJECT",
12775
+ "name": "RouteDetailsDurations",
12776
+ "ofType": null
12777
+ }
12778
+ },
12779
+ "isDeprecated": false,
12780
+ "deprecationReason": null
12781
+ },
12782
+ {
12783
+ "name": "origin",
12784
+ "description": "Origin point location.",
12785
+ "args": [],
12786
+ "type": {
12787
+ "kind": "NON_NULL",
12788
+ "name": null,
12789
+ "ofType": {
12790
+ "kind": "OBJECT",
12791
+ "name": "RouteDetailsLegFeaturePoint",
12792
+ "ofType": null
12793
+ }
12794
+ },
12795
+ "isDeprecated": false,
12796
+ "deprecationReason": null
12797
+ },
12798
+ {
12799
+ "name": "destination",
12800
+ "description": "Destination point location.",
12801
+ "args": [],
12802
+ "type": {
12803
+ "kind": "NON_NULL",
12804
+ "name": null,
12805
+ "ofType": {
12806
+ "kind": "OBJECT",
12807
+ "name": "RouteDetailsLegFeaturePoint",
12808
+ "ofType": null
12809
+ }
12810
+ },
12811
+ "isDeprecated": false,
12812
+ "deprecationReason": null
12813
+ },
12814
+ {
12815
+ "name": "range_at_origin",
12816
+ "description": "Range at the start of a leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
12817
+ "args": [
12818
+ {
12819
+ "name": "unit",
12820
+ "description": "State of charge unit.",
12821
+ "type": {
12822
+ "kind": "ENUM",
12823
+ "name": "StateOfChargeUnit",
12824
+ "ofType": null
12825
+ },
12826
+ "defaultValue": "kilowatt_hour",
12827
+ "isDeprecated": false,
12828
+ "deprecationReason": null
12829
+ }
12830
+ ],
12831
+ "type": {
12832
+ "kind": "SCALAR",
12833
+ "name": "Float",
12834
+ "ofType": null
12835
+ },
12836
+ "isDeprecated": false,
12837
+ "deprecationReason": null
12838
+ },
12839
+ {
12840
+ "name": "range_at_destination",
12841
+ "description": "Range available at the end of a leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
12842
+ "args": [
12843
+ {
12844
+ "name": "unit",
12845
+ "description": "State of charge unit.",
12846
+ "type": {
12847
+ "kind": "ENUM",
12848
+ "name": "StateOfChargeUnit",
12849
+ "ofType": null
12850
+ },
12851
+ "defaultValue": "kilowatt_hour",
12852
+ "isDeprecated": false,
12853
+ "deprecationReason": null
12854
+ }
12855
+ ],
12856
+ "type": {
12857
+ "kind": "SCALAR",
12858
+ "name": "Float",
12859
+ "ofType": null
12860
+ },
12861
+ "isDeprecated": false,
12862
+ "deprecationReason": null
12863
+ },
12864
+ {
12865
+ "name": "range_after_charge",
12866
+ "description": "Range after charging on the leg. The ranges in kilometers and miles are estimates, calculated based on the Chargetrip range, current route conditions, weather scenario (current or seasonal), and the route input at the time of planning. For HEVs and PHEVs this field will return null.",
12867
+ "args": [
12868
+ {
12869
+ "name": "unit",
12870
+ "description": "State of charge unit.",
12871
+ "type": {
12872
+ "kind": "ENUM",
12873
+ "name": "StateOfChargeUnit",
12874
+ "ofType": null
12875
+ },
12876
+ "defaultValue": "kilowatt_hour",
12877
+ "isDeprecated": false,
12878
+ "deprecationReason": null
12879
+ }
12880
+ ],
12881
+ "type": {
12882
+ "kind": "SCALAR",
12883
+ "name": "Float",
12884
+ "ofType": null
12885
+ },
12886
+ "isDeprecated": false,
12887
+ "deprecationReason": null
12888
+ },
12889
+ {
12890
+ "name": "type",
12891
+ "description": "Type of a leg.",
12892
+ "args": [],
12893
+ "type": {
12894
+ "kind": "NON_NULL",
12895
+ "name": null,
12896
+ "ofType": {
12897
+ "kind": "ENUM",
12898
+ "name": "RouteDetailsLegType",
12899
+ "ofType": null
12900
+ }
12901
+ },
12902
+ "isDeprecated": false,
12903
+ "deprecationReason": null
12904
+ },
12905
+ {
12906
+ "name": "station",
12907
+ "description": "Information about the station at the destination of a leg.",
12908
+ "args": [],
12909
+ "type": {
12910
+ "kind": "OBJECT",
12911
+ "name": "RouteDetailsLegStation",
12912
+ "ofType": null
12913
+ },
12914
+ "isDeprecated": false,
12915
+ "deprecationReason": null
12916
+ },
12917
+ {
12918
+ "name": "sections",
12919
+ "description": "Road sections of a leg - divided by means of transportation.",
12920
+ "args": [],
12921
+ "type": {
12922
+ "kind": "NON_NULL",
12923
+ "name": null,
12924
+ "ofType": {
12925
+ "kind": "LIST",
12926
+ "name": null,
12927
+ "ofType": {
12928
+ "kind": "NON_NULL",
12929
+ "name": null,
12930
+ "ofType": {
12931
+ "kind": "OBJECT",
12932
+ "name": "NavigationLegSection",
12933
+ "ofType": null
12934
+ }
12935
+ }
12936
+ }
12937
+ },
12938
+ "isDeprecated": false,
12939
+ "deprecationReason": null
12940
+ },
12941
+ {
12942
+ "name": "tags",
12943
+ "description": "Aggregation of tags over the current leg. Tags are further subdivided over individual sections and maneuvers.",
12944
+ "args": [],
12945
+ "type": {
12946
+ "kind": "NON_NULL",
12947
+ "name": null,
12948
+ "ofType": {
12949
+ "kind": "LIST",
12950
+ "name": null,
12951
+ "ofType": {
12952
+ "kind": "NON_NULL",
12953
+ "name": null,
12954
+ "ofType": {
12955
+ "kind": "ENUM",
12956
+ "name": "RouteDetailsTag",
12957
+ "ofType": null
12958
+ }
12959
+ }
12960
+ }
12961
+ },
12962
+ "isDeprecated": false,
12963
+ "deprecationReason": null
12964
+ }
12965
+ ],
12966
+ "inputFields": null,
12967
+ "interfaces": [],
12968
+ "enumValues": null,
12969
+ "possibleTypes": null
12970
+ },
12971
+ {
12972
+ "kind": "INPUT_OBJECT",
12973
+ "name": "NavigationStartInput",
12974
+ "description": "Input for the navigation start.",
12975
+ "fields": null,
12976
+ "inputFields": [
12977
+ {
12978
+ "name": "route_id",
12979
+ "description": "ID of the route of the navigation session.",
12980
+ "type": {
12981
+ "kind": "NON_NULL",
12982
+ "name": null,
12983
+ "ofType": {
12984
+ "kind": "SCALAR",
12985
+ "name": "ID",
12986
+ "ofType": null
12987
+ }
12988
+ },
12989
+ "defaultValue": null,
12990
+ "isDeprecated": false,
12991
+ "deprecationReason": null
12992
+ },
12993
+ {
12994
+ "name": "current_location",
12995
+ "description": "Current coordinates.",
12996
+ "type": {
12997
+ "kind": "NON_NULL",
12998
+ "name": null,
12999
+ "ofType": {
13000
+ "kind": "INPUT_OBJECT",
13001
+ "name": "PointInput",
13002
+ "ofType": null
13003
+ }
13004
+ },
13005
+ "defaultValue": null,
13006
+ "isDeprecated": false,
13007
+ "deprecationReason": null
13008
+ }
13009
+ ],
13010
+ "interfaces": null,
13011
+ "enumValues": null,
13012
+ "possibleTypes": null
13013
+ },
13014
+ {
13015
+ "kind": "OBJECT",
13016
+ "name": "NavigationStation",
13017
+ "description": "Navigation session station type.",
13018
+ "fields": [
13019
+ {
13020
+ "name": "station_id",
13021
+ "description": "ID of the station.",
13022
+ "args": [],
13023
+ "type": {
13024
+ "kind": "NON_NULL",
13025
+ "name": null,
13026
+ "ofType": {
13027
+ "kind": "SCALAR",
13028
+ "name": "ID",
13029
+ "ofType": null
13030
+ }
13031
+ },
13032
+ "isDeprecated": false,
13033
+ "deprecationReason": null
13034
+ },
13035
+ {
13036
+ "name": "evse_id",
13037
+ "description": "ID of the EVSE that was selected in a route.",
13038
+ "args": [],
13039
+ "type": {
13040
+ "kind": "SCALAR",
13041
+ "name": "ID",
13042
+ "ofType": null
13043
+ },
13044
+ "isDeprecated": false,
13045
+ "deprecationReason": null
13046
+ },
13047
+ {
13048
+ "name": "connector_id",
13049
+ "description": "ID of the connector that was selected in a route.",
13050
+ "args": [],
13051
+ "type": {
13052
+ "kind": "NON_NULL",
13053
+ "name": null,
13054
+ "ofType": {
13055
+ "kind": "SCALAR",
13056
+ "name": "ID",
13057
+ "ofType": null
13058
+ }
13059
+ },
13060
+ "isDeprecated": false,
13061
+ "deprecationReason": null
13062
+ },
13063
+ {
13064
+ "name": "operator",
13065
+ "description": "Station operator.",
13066
+ "args": [],
13067
+ "type": {
13068
+ "kind": "OBJECT",
13069
+ "name": "NavigationStationOperator",
13070
+ "ofType": null
13071
+ },
13072
+ "isDeprecated": false,
13073
+ "deprecationReason": null
13074
+ }
13075
+ ],
13076
+ "inputFields": null,
13077
+ "interfaces": [],
13078
+ "enumValues": null,
13079
+ "possibleTypes": null
13080
+ },
13081
+ {
13082
+ "kind": "OBJECT",
13083
+ "name": "NavigationStationOperator",
13084
+ "description": "Navigation session station operator.",
13085
+ "fields": [
13086
+ {
13087
+ "name": "id",
13088
+ "description": "Unique operator ID.",
13089
+ "args": [],
13090
+ "type": {
13091
+ "kind": "SCALAR",
13092
+ "name": "ID",
13093
+ "ofType": null
13094
+ },
13095
+ "isDeprecated": false,
13096
+ "deprecationReason": null
13097
+ }
13098
+ ],
13099
+ "inputFields": null,
13100
+ "interfaces": [],
13101
+ "enumValues": null,
13102
+ "possibleTypes": null
13103
+ },
13104
+ {
13105
+ "kind": "ENUM",
13106
+ "name": "NavigationStatus",
13107
+ "description": "Status of navigation session.",
13108
+ "fields": null,
13109
+ "inputFields": null,
13110
+ "interfaces": null,
13111
+ "enumValues": [
13112
+ {
13113
+ "name": "active",
13114
+ "description": "Navigation session is live and currently tracking.",
13115
+ "isDeprecated": false,
13116
+ "deprecationReason": null
13117
+ },
13118
+ {
13119
+ "name": "finished",
13120
+ "description": "Navigation session is completed (either manually or automatically 48 hours after the last update).",
13121
+ "isDeprecated": false,
13122
+ "deprecationReason": null
13123
+ },
13124
+ {
13125
+ "name": "error",
13126
+ "description": "Failed to update navigation session due to route error or not found.",
13127
+ "isDeprecated": false,
13128
+ "deprecationReason": null
13129
+ }
13130
+ ],
13131
+ "possibleTypes": null
13132
+ },
13133
+ {
13134
+ "kind": "OBJECT",
13135
+ "name": "NavigationStop",
13136
+ "description": "Next stop details. Can be a charging or a location stop.",
13137
+ "fields": [
13138
+ {
13139
+ "name": "arrival_state_of_charge",
13140
+ "description": "Estimated arrival state of charge at next stop. For HEVs and PHEVs this field will return null.",
13141
+ "args": [
13142
+ {
13143
+ "name": "unit",
13144
+ "description": "State of charge unit.",
13145
+ "type": {
13146
+ "kind": "ENUM",
13147
+ "name": "StateOfChargeUnit",
13148
+ "ofType": null
13149
+ },
13150
+ "defaultValue": "kilowatt_hour",
13151
+ "isDeprecated": false,
13152
+ "deprecationReason": null
13153
+ }
13154
+ ],
13155
+ "type": {
13156
+ "kind": "NON_NULL",
13157
+ "name": null,
13158
+ "ofType": {
13159
+ "kind": "SCALAR",
13160
+ "name": "Float",
13161
+ "ofType": null
13162
+ }
13163
+ },
13164
+ "isDeprecated": false,
13165
+ "deprecationReason": null
13166
+ },
13167
+ {
13168
+ "name": "arrival_time",
13169
+ "description": "Estimated arrival time at the next stop.",
13170
+ "args": [],
13171
+ "type": {
13172
+ "kind": "NON_NULL",
13173
+ "name": null,
13174
+ "ofType": {
13175
+ "kind": "SCALAR",
13176
+ "name": "DateTime",
13177
+ "ofType": null
13178
+ }
13179
+ },
13180
+ "isDeprecated": false,
13181
+ "deprecationReason": null
13182
+ },
13183
+ {
13184
+ "name": "location",
13185
+ "description": "Coordinates of the next stop.",
13186
+ "args": [],
13187
+ "type": {
13188
+ "kind": "NON_NULL",
13189
+ "name": null,
13190
+ "ofType": {
13191
+ "kind": "OBJECT",
13192
+ "name": "Point",
13193
+ "ofType": null
13194
+ }
13195
+ },
13196
+ "isDeprecated": false,
13197
+ "deprecationReason": null
13198
+ },
13199
+ {
13200
+ "name": "station",
13201
+ "description": "Next stop's station to charge. Only present if the next stop is a station.",
13202
+ "args": [],
13203
+ "type": {
13204
+ "kind": "OBJECT",
13205
+ "name": "NavigationStation",
13206
+ "ofType": null
13207
+ },
13208
+ "isDeprecated": false,
13209
+ "deprecationReason": null
13210
+ },
13211
+ {
13212
+ "name": "alternative_stations",
13213
+ "description": "A set of alternative charging stations to next station. Only present if next stop is a station.",
13214
+ "args": [],
13215
+ "type": {
13216
+ "kind": "LIST",
13217
+ "name": null,
13218
+ "ofType": {
13219
+ "kind": "NON_NULL",
13220
+ "name": null,
13221
+ "ofType": {
13222
+ "kind": "OBJECT",
13223
+ "name": "NavigationAlternativeStation",
13224
+ "ofType": null
13225
+ }
13226
+ }
13227
+ },
13228
+ "isDeprecated": false,
13229
+ "deprecationReason": null
13230
+ }
13231
+ ],
13232
+ "inputFields": null,
13233
+ "interfaces": [],
13234
+ "enumValues": null,
13235
+ "possibleTypes": null
13236
+ },
13237
+ {
13238
+ "kind": "OBJECT",
13239
+ "name": "NavigationSubscription",
13240
+ "description": "The navigation session subscription data",
13241
+ "fields": [
13242
+ {
13243
+ "name": "id",
13244
+ "description": "ID of the navigation session.",
13245
+ "args": [],
13246
+ "type": {
13247
+ "kind": "NON_NULL",
13248
+ "name": null,
13249
+ "ofType": {
13250
+ "kind": "SCALAR",
13251
+ "name": "ID",
13252
+ "ofType": null
13253
+ }
13254
+ },
13255
+ "isDeprecated": false,
13256
+ "deprecationReason": null
13257
+ },
13258
+ {
13259
+ "name": "vehicle_status",
13260
+ "description": "The status of the navigation session vehicle. The status can be driving, charging or parked.",
13261
+ "args": [],
13262
+ "type": {
13263
+ "kind": "NON_NULL",
13264
+ "name": null,
13265
+ "ofType": {
13266
+ "kind": "ENUM",
13267
+ "name": "NavigationVehicleStatus",
13268
+ "ofType": null
13269
+ }
13270
+ },
13271
+ "isDeprecated": false,
13272
+ "deprecationReason": null
13273
+ },
13274
+ {
13275
+ "name": "status",
13276
+ "description": "The status of the navigation session. The status can be active, finished or error.",
13277
+ "args": [],
13278
+ "type": {
13279
+ "kind": "NON_NULL",
13280
+ "name": null,
13281
+ "ofType": {
13282
+ "kind": "ENUM",
13283
+ "name": "NavigationStatus",
13284
+ "ofType": null
13285
+ }
13286
+ },
13287
+ "isDeprecated": false,
13288
+ "deprecationReason": null
13289
+ },
13290
+ {
13291
+ "name": "meta",
13292
+ "description": "Navigation meta information.",
13293
+ "args": [],
13294
+ "type": {
13295
+ "kind": "OBJECT",
13296
+ "name": "NavigationMeta",
13297
+ "ofType": null
13298
+ },
13299
+ "isDeprecated": false,
13300
+ "deprecationReason": null
13301
+ },
13302
+ {
13303
+ "name": "last_change",
13304
+ "description": "Information about the latest completed change.",
13305
+ "args": [],
13306
+ "type": {
13307
+ "kind": "NON_NULL",
13308
+ "name": null,
13309
+ "ofType": {
13310
+ "kind": "OBJECT",
13311
+ "name": "NavigationChange",
13312
+ "ofType": null
13313
+ }
13314
+ },
13315
+ "isDeprecated": false,
13316
+ "deprecationReason": null
13317
+ }
13318
+ ],
13319
+ "inputFields": null,
13320
+ "interfaces": [],
13321
+ "enumValues": null,
13322
+ "possibleTypes": null
13323
+ },
13324
+ {
13325
+ "kind": "INPUT_OBJECT",
13326
+ "name": "NavigationUpdateInput",
13327
+ "description": "Input for the navigation update.",
13328
+ "fields": null,
13329
+ "inputFields": [
13330
+ {
13331
+ "name": "id",
13332
+ "description": "ID of the navigation session.",
13333
+ "type": {
13334
+ "kind": "NON_NULL",
13335
+ "name": null,
13336
+ "ofType": {
13337
+ "kind": "SCALAR",
13338
+ "name": "ID",
13339
+ "ofType": null
13340
+ }
13341
+ },
13342
+ "defaultValue": null,
13343
+ "isDeprecated": false,
13344
+ "deprecationReason": null
13345
+ },
13346
+ {
13347
+ "name": "location_data",
13348
+ "description": "A list of locations that were collected since the last update.",
13349
+ "type": {
13350
+ "kind": "NON_NULL",
13351
+ "name": null,
13352
+ "ofType": {
13353
+ "kind": "LIST",
13354
+ "name": null,
13355
+ "ofType": {
13356
+ "kind": "NON_NULL",
13357
+ "name": null,
13358
+ "ofType": {
13359
+ "kind": "INPUT_OBJECT",
13360
+ "name": "NavigationUpdateLocationsInput",
13361
+ "ofType": null
13362
+ }
13363
+ }
13364
+ }
13365
+ },
13366
+ "defaultValue": null,
13367
+ "isDeprecated": false,
13368
+ "deprecationReason": null
13369
+ }
13370
+ ],
13371
+ "interfaces": null,
13372
+ "enumValues": null,
13373
+ "possibleTypes": null
13374
+ },
13375
+ {
13376
+ "kind": "INPUT_OBJECT",
13377
+ "name": "NavigationUpdateLocationsInput",
13378
+ "description": "Input for the navigation update locations.",
13379
+ "fields": null,
13380
+ "inputFields": [
13381
+ {
13382
+ "name": "coordinates",
13383
+ "description": "Location coordinates [longitude, latitude].",
13384
+ "type": {
13385
+ "kind": "NON_NULL",
13386
+ "name": null,
13387
+ "ofType": {
13388
+ "kind": "LIST",
13389
+ "name": null,
13390
+ "ofType": {
13391
+ "kind": "NON_NULL",
13392
+ "name": null,
13393
+ "ofType": {
13394
+ "kind": "SCALAR",
13395
+ "name": "Float",
13396
+ "ofType": null
13397
+ }
13398
+ }
13399
+ }
13400
+ },
13401
+ "defaultValue": null,
13402
+ "isDeprecated": false,
13403
+ "deprecationReason": null
13404
+ },
13405
+ {
13406
+ "name": "route_leg",
13407
+ "description": "Current route leg index corresponding to a location.",
13408
+ "type": {
13409
+ "kind": "NON_NULL",
13410
+ "name": null,
13411
+ "ofType": {
13412
+ "kind": "SCALAR",
13413
+ "name": "Int",
13414
+ "ofType": null
13415
+ }
13416
+ },
13417
+ "defaultValue": null,
13418
+ "isDeprecated": false,
13419
+ "deprecationReason": null
12116
13420
  },
12117
13421
  {
12118
13422
  "name": "timestamp",
@@ -12131,11 +13435,11 @@
12131
13435
  "deprecationReason": null
12132
13436
  },
12133
13437
  {
12134
- "name": "elevation",
12135
- "description": "Elevation information.",
13438
+ "name": "telemetry",
13439
+ "description": "Telemetry data input.",
12136
13440
  "type": {
12137
13441
  "kind": "INPUT_OBJECT",
12138
- "name": "ElevationInput",
13442
+ "name": "TelemetryInput",
12139
13443
  "ofType": null
12140
13444
  },
12141
13445
  "defaultValue": null,
@@ -12147,21 +13451,129 @@
12147
13451
  "enumValues": null,
12148
13452
  "possibleTypes": null
12149
13453
  },
13454
+ {
13455
+ "kind": "ENUM",
13456
+ "name": "NavigationVehicleStatus",
13457
+ "description": "Status of navigation session vehicle.",
13458
+ "fields": null,
13459
+ "inputFields": null,
13460
+ "interfaces": null,
13461
+ "enumValues": [
13462
+ {
13463
+ "name": "driving",
13464
+ "description": "Vehicle is driving.",
13465
+ "isDeprecated": false,
13466
+ "deprecationReason": null
13467
+ },
13468
+ {
13469
+ "name": "charging",
13470
+ "description": "Vehicle is charging.",
13471
+ "isDeprecated": false,
13472
+ "deprecationReason": null
13473
+ },
13474
+ {
13475
+ "name": "parked",
13476
+ "description": "Vehicle is parked.",
13477
+ "isDeprecated": false,
13478
+ "deprecationReason": null
13479
+ }
13480
+ ],
13481
+ "possibleTypes": null
13482
+ },
13483
+ {
13484
+ "kind": "OBJECT",
13485
+ "name": "NavigationViaFeaturePoint",
13486
+ "description": null,
13487
+ "fields": [
13488
+ {
13489
+ "name": "id",
13490
+ "description": "ID of the feature.",
13491
+ "args": [],
13492
+ "type": {
13493
+ "kind": "SCALAR",
13494
+ "name": "ID",
13495
+ "ofType": null
13496
+ },
13497
+ "isDeprecated": false,
13498
+ "deprecationReason": null
13499
+ },
13500
+ {
13501
+ "name": "type",
13502
+ "description": "Feature type.",
13503
+ "args": [],
13504
+ "type": {
13505
+ "kind": "NON_NULL",
13506
+ "name": null,
13507
+ "ofType": {
13508
+ "kind": "ENUM",
13509
+ "name": "FeatureType",
13510
+ "ofType": null
13511
+ }
13512
+ },
13513
+ "isDeprecated": false,
13514
+ "deprecationReason": null
13515
+ },
13516
+ {
13517
+ "name": "geometry",
13518
+ "description": "Geometry of the feature.",
13519
+ "args": [],
13520
+ "type": {
13521
+ "kind": "NON_NULL",
13522
+ "name": null,
13523
+ "ofType": {
13524
+ "kind": "OBJECT",
13525
+ "name": "Point",
13526
+ "ofType": null
13527
+ }
13528
+ },
13529
+ "isDeprecated": false,
13530
+ "deprecationReason": null
13531
+ },
13532
+ {
13533
+ "name": "properties",
13534
+ "description": "Additional feature properties for via. If a `station.id` or `station.external_id` are provided, it will be treated as a charging stop. If omitted or `location.name` is provided, the stop is treated as a non-charging stop location.",
13535
+ "args": [],
13536
+ "type": {
13537
+ "kind": "OBJECT",
13538
+ "name": "NavigationViaProperties",
13539
+ "ofType": null
13540
+ },
13541
+ "isDeprecated": false,
13542
+ "deprecationReason": null
13543
+ }
13544
+ ],
13545
+ "inputFields": null,
13546
+ "interfaces": [],
13547
+ "enumValues": null,
13548
+ "possibleTypes": null
13549
+ },
12150
13550
  {
12151
13551
  "kind": "INPUT_OBJECT",
12152
- "name": "NavigationUpdateLocationsInput",
12153
- "description": "Input for the navigation update locations.",
13552
+ "name": "NavigationViaFeaturePointInput",
13553
+ "description": null,
12154
13554
  "fields": null,
12155
13555
  "inputFields": [
12156
13556
  {
12157
- "name": "geometry",
12158
- "description": "GPS location.",
13557
+ "name": "id",
13558
+ "description": "ID of the feature.",
13559
+ "type": {
13560
+ "kind": "SCALAR",
13561
+ "name": "ID",
13562
+ "ofType": null
13563
+ },
13564
+ "defaultValue": null,
13565
+ "isDeprecated": false,
13566
+ "deprecationReason": null
13567
+ },
13568
+ {
13569
+ "name": "type",
13570
+ "description": "Feature type.",
12159
13571
  "type": {
12160
13572
  "kind": "NON_NULL",
12161
13573
  "name": null,
12162
13574
  "ofType": {
12163
- "kind": "INPUT_OBJECT",
12164
- "name": "PointInput",
13575
+ "kind": "ENUM",
13576
+ "name": "FeatureType",
12165
13577
  "ofType": null
12166
13578
  }
12167
13579
  },
@@ -12170,20 +13582,126 @@
12170
13582
  "deprecationReason": null
12171
13583
  },
12172
13584
  {
12173
- "name": "properties",
12174
- "description": "Extra information about the location.",
13585
+ "name": "geometry",
13586
+ "description": "Geometry of the feature.",
12175
13587
  "type": {
12176
13588
  "kind": "NON_NULL",
12177
13589
  "name": null,
12178
13590
  "ofType": {
12179
13591
  "kind": "INPUT_OBJECT",
12180
- "name": "NavigationUpdateLocationPropertiesInput",
13592
+ "name": "PointInput",
12181
13593
  "ofType": null
12182
13594
  }
12183
13595
  },
12184
13596
  "defaultValue": null,
12185
13597
  "isDeprecated": false,
12186
13598
  "deprecationReason": null
13599
+ },
13600
+ {
13601
+ "name": "properties",
13602
+ "description": "Additional feature properties for via. If a `station.id` or `station.external_id` are provided, it will be treated as a charging stop. If omitted or `location.name` is provided, the stop is treated as a non-charging stop location.",
13603
+ "type": {
13604
+ "kind": "INPUT_OBJECT",
13605
+ "name": "NavigationViaPropertiesInput",
13606
+ "ofType": null
13607
+ },
13608
+ "defaultValue": null,
13609
+ "isDeprecated": false,
13610
+ "deprecationReason": null
13611
+ }
13612
+ ],
13613
+ "interfaces": null,
13614
+ "enumValues": null,
13615
+ "possibleTypes": null
13616
+ },
13617
+ {
13618
+ "kind": "OBJECT",
13619
+ "name": "NavigationViaProperties",
13620
+ "description": null,
13621
+ "fields": [
13622
+ {
13623
+ "name": "location",
13624
+ "description": "Location data of the via point.",
13625
+ "args": [],
13626
+ "type": {
13627
+ "kind": "OBJECT",
13628
+ "name": "NavigationPropertiesViaLocation",
13629
+ "ofType": null
13630
+ },
13631
+ "isDeprecated": false,
13632
+ "deprecationReason": null
13633
+ },
13634
+ {
13635
+ "name": "vehicle",
13636
+ "description": "Vehicle data of the via point.",
13637
+ "args": [],
13638
+ "type": {
13639
+ "kind": "OBJECT",
13640
+ "name": "NavigationPropertiesVehicle",
13641
+ "ofType": null
13642
+ },
13643
+ "isDeprecated": false,
13644
+ "deprecationReason": null
13645
+ },
13646
+ {
13647
+ "name": "station",
13648
+ "description": "Station data of the via point.",
13649
+ "args": [],
13650
+ "type": {
13651
+ "kind": "OBJECT",
13652
+ "name": "NavigationPropertiesStation",
13653
+ "ofType": null
13654
+ },
13655
+ "isDeprecated": false,
13656
+ "deprecationReason": null
13657
+ }
13658
+ ],
13659
+ "inputFields": null,
13660
+ "interfaces": [],
13661
+ "enumValues": null,
13662
+ "possibleTypes": null
13663
+ },
13664
+ {
13665
+ "kind": "INPUT_OBJECT",
13666
+ "name": "NavigationViaPropertiesInput",
13667
+ "description": null,
13668
+ "fields": null,
13669
+ "inputFields": [
13670
+ {
13671
+ "name": "location",
13672
+ "description": "Location data of the via point.",
13673
+ "type": {
13674
+ "kind": "INPUT_OBJECT",
13675
+ "name": "NavigationPropertiesViaLocationInput",
13676
+ "ofType": null
13677
+ },
13678
+ "defaultValue": null,
13679
+ "isDeprecated": false,
13680
+ "deprecationReason": null
13681
+ },
13682
+ {
13683
+ "name": "vehicle",
13684
+ "description": "Vehicle data of the via point.",
13685
+ "type": {
13686
+ "kind": "INPUT_OBJECT",
13687
+ "name": "NavigationPropertiesVehicleInput",
13688
+ "ofType": null
13689
+ },
13690
+ "defaultValue": null,
13691
+ "isDeprecated": false,
13692
+ "deprecationReason": null
13693
+ },
13694
+ {
13695
+ "name": "station",
13696
+ "description": "Specifies a charging station at the via. If a known station is provided, it will be used as charging stop. Any configured operator preferences are ignored for this stop.",
13697
+ "type": {
13698
+ "kind": "INPUT_OBJECT",
13699
+ "name": "NavigationPropertiesStationInput",
13700
+ "ofType": null
13701
+ },
13702
+ "defaultValue": null,
13703
+ "isDeprecated": false,
13704
+ "deprecationReason": null
12187
13705
  }
12188
13706
  ],
12189
13707
  "interfaces": null,
@@ -12207,7 +13725,7 @@
12207
13725
  "fields": [
12208
13726
  {
12209
13727
  "name": "latitude",
12210
- "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.",
13728
+ "description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}",
12211
13729
  "args": [],
12212
13730
  "type": {
12213
13731
  "kind": "SCALAR",
@@ -12219,7 +13737,7 @@
12219
13737
  },
12220
13738
  {
12221
13739
  "name": "longitude",
12222
- "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.",
13740
+ "description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}",
12223
13741
  "args": [],
12224
13742
  "type": {
12225
13743
  "kind": "SCALAR",
@@ -12231,7 +13749,7 @@
12231
13749
  },
12232
13750
  {
12233
13751
  "name": "name",
12234
- "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.",
13752
+ "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.",
12235
13753
  "args": [],
12236
13754
  "type": {
12237
13755
  "kind": "OBJECT",
@@ -12362,7 +13880,7 @@
12362
13880
  {
12363
13881
  "kind": "ENUM",
12364
13882
  "name": "OCPIConnectorType",
12365
- "description": "Deprecated: Please use ConnectorType instead",
13883
+ "description": "Socket or plug standard of the charging point.",
12366
13884
  "fields": null,
12367
13885
  "inputFields": null,
12368
13886
  "interfaces": null,
@@ -12676,7 +14194,7 @@
12676
14194
  "fields": [
12677
14195
  {
12678
14196
  "name": "language",
12679
- "description": "Language Code ISO 639-1. This property is OCPI-compliant.",
14197
+ "description": "Language Code ISO 639-1",
12680
14198
  "args": [],
12681
14199
  "type": {
12682
14200
  "kind": "SCALAR",
@@ -12688,7 +14206,7 @@
12688
14206
  },
12689
14207
  {
12690
14208
  "name": "text",
12691
- "description": "Text to be displayed to an end user. No markup, html etc. allowed. This property is OCPI-compliant.",
14209
+ "description": "Text to be displayed to an end user. No markup, html etc. allowed.",
12692
14210
  "args": [],
12693
14211
  "type": {
12694
14212
  "kind": "SCALAR",
@@ -12711,7 +14229,7 @@
12711
14229
  "fields": [
12712
14230
  {
12713
14231
  "name": "is_green_energy",
12714
- "description": "True if the power is 100% from regenerative sources. This property is OCPI-compliant.",
14232
+ "description": "True if the power is 100% from regenerative sources",
12715
14233
  "args": [],
12716
14234
  "type": {
12717
14235
  "kind": "SCALAR",
@@ -12723,7 +14241,7 @@
12723
14241
  },
12724
14242
  {
12725
14243
  "name": "energy_sources",
12726
- "description": "Key-value pairs (enum + percentage) of energy sources of this location’s tariff. This property is OCPI-compliant.",
14244
+ "description": "Key-value pairs (enum + percentage) of energy sources of this location’s tariff.",
12727
14245
  "args": [],
12728
14246
  "type": {
12729
14247
  "kind": "LIST",
@@ -12739,7 +14257,7 @@
12739
14257
  },
12740
14258
  {
12741
14259
  "name": "environ_impact",
12742
- "description": "Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff. This property is OCPI-compliant.",
14260
+ "description": "Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff.",
12743
14261
  "args": [],
12744
14262
  "type": {
12745
14263
  "kind": "LIST",
@@ -12755,7 +14273,7 @@
12755
14273
  },
12756
14274
  {
12757
14275
  "name": "supplier_name",
12758
- "description": "Name of the energy supplier, delivering the energy for this location or tariff.*. This property is OCPI-compliant.",
14276
+ "description": "Name of the energy supplier, delivering the energy for this location or tariff.*",
12759
14277
  "args": [],
12760
14278
  "type": {
12761
14279
  "kind": "SCALAR",
@@ -12767,7 +14285,7 @@
12767
14285
  },
12768
14286
  {
12769
14287
  "name": "energy_product_name",
12770
- "description": "Name of the energy suppliers product/tariff plan used at this location.*. This property is OCPI-compliant.",
14288
+ "description": "Name of the energy suppliers product/tariff plan used at this location.*",
12771
14289
  "args": [],
12772
14290
  "type": {
12773
14291
  "kind": "SCALAR",
@@ -12790,7 +14308,7 @@
12790
14308
  "fields": [
12791
14309
  {
12792
14310
  "name": "source",
12793
- "description": "The type of energy source. This property is OCPI-compliant.",
14311
+ "description": "The type of energy source.",
12794
14312
  "args": [],
12795
14313
  "type": {
12796
14314
  "kind": "ENUM",
@@ -12802,7 +14320,7 @@
12802
14320
  },
12803
14321
  {
12804
14322
  "name": "percentage",
12805
- "description": "Percentage of this source (0-100) in the mix. This property is OCPI-compliant.",
14323
+ "description": "Percentage of this source (0-100) in the mix.",
12806
14324
  "args": [],
12807
14325
  "type": {
12808
14326
  "kind": "SCALAR",
@@ -12884,7 +14402,7 @@
12884
14402
  "fields": [
12885
14403
  {
12886
14404
  "name": "category",
12887
- "description": "The environmental impact category of this value. This property is OCPI-compliant.",
14405
+ "description": "The environmental impact category of this value.",
12888
14406
  "args": [],
12889
14407
  "type": {
12890
14408
  "kind": "ENUM",
@@ -12896,7 +14414,7 @@
12896
14414
  },
12897
14415
  {
12898
14416
  "name": "amount",
12899
- "description": "Amount of this portion in g/kWh. This property is OCPI-compliant.",
14417
+ "description": "Amount of this portion in g/kWh.",
12900
14418
  "args": [],
12901
14419
  "type": {
12902
14420
  "kind": "SCALAR",
@@ -12942,7 +14460,7 @@
12942
14460
  "fields": [
12943
14461
  {
12944
14462
  "name": "period_begin",
12945
- "description": "Begin of the exception. In UTC, time_zone field can be used to convert to local time. This property is OCPI-compliant.",
14463
+ "description": "Begin of the exception. In UTC, time_zone field can be used to convert to local time.",
12946
14464
  "args": [],
12947
14465
  "type": {
12948
14466
  "kind": "SCALAR",
@@ -12954,7 +14472,7 @@
12954
14472
  },
12955
14473
  {
12956
14474
  "name": "period_end",
12957
- "description": "End of the exception. In UTC, time_zone field can be used to convert to local time. This property is OCPI-compliant.",
14475
+ "description": "End of the exception. In UTC, time_zone field can be used to convert to local time.",
12958
14476
  "args": [],
12959
14477
  "type": {
12960
14478
  "kind": "SCALAR",
@@ -13108,7 +14626,7 @@
13108
14626
  "fields": [
13109
14627
  {
13110
14628
  "name": "latitude",
13111
- "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.",
14629
+ "description": "Latitude of the point in decimal degree. Example: 50.770774. Decimal separator: \".\" Regex: -?[0-9]{1,2}\\.[0-9]{5,7}",
13112
14630
  "args": [],
13113
14631
  "type": {
13114
14632
  "kind": "SCALAR",
@@ -13120,7 +14638,7 @@
13120
14638
  },
13121
14639
  {
13122
14640
  "name": "longitude",
13123
- "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.",
14641
+ "description": "Longitude of the point in decimal degree. Example: -126.104965. Decimal separator: \".\" Regex: -?[0-9]{1,3}\\.[0-9]{5,7}",
13124
14642
  "args": [],
13125
14643
  "type": {
13126
14644
  "kind": "SCALAR",
@@ -13143,7 +14661,7 @@
13143
14661
  "fields": [
13144
14662
  {
13145
14663
  "name": "twentyfourseven",
13146
- "description": "True to represent 24 hours a day and 7 days a week, except the given exceptions. This property is OCPI-compliant.",
14664
+ "description": "True to represent 24 hours a day and 7 days a week, except the given exceptions.",
13147
14665
  "args": [],
13148
14666
  "type": {
13149
14667
  "kind": "SCALAR",
@@ -13155,7 +14673,7 @@
13155
14673
  },
13156
14674
  {
13157
14675
  "name": "regular_hours",
13158
- "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.",
14676
+ "description": "Regular hours, weekday-based. Only to be used if twentyfourseven=false, then this field needs to contain at least one RegularHours object.",
13159
14677
  "args": [],
13160
14678
  "type": {
13161
14679
  "kind": "LIST",
@@ -13171,7 +14689,7 @@
13171
14689
  },
13172
14690
  {
13173
14691
  "name": "exceptional_openings",
13174
- "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.",
14692
+ "description": "Exceptions for specified calendar dates, time-range based. Periods the station is operating/accessible. Additional to regular_hours. May overlap regular rules.",
13175
14693
  "args": [],
13176
14694
  "type": {
13177
14695
  "kind": "LIST",
@@ -13187,7 +14705,7 @@
13187
14705
  },
13188
14706
  {
13189
14707
  "name": "exceptional_closings",
13190
- "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.",
14708
+ "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.",
13191
14709
  "args": [],
13192
14710
  "type": {
13193
14711
  "kind": "LIST",
@@ -13214,7 +14732,7 @@
13214
14732
  "fields": [
13215
14733
  {
13216
14734
  "name": "url",
13217
- "description": "URL from where the image data can be fetched through a web browser. This property is OCPI-compliant.",
14735
+ "description": "URL from where the image data can be fetched through a web browser.",
13218
14736
  "args": [],
13219
14737
  "type": {
13220
14738
  "kind": "SCALAR",
@@ -13226,7 +14744,7 @@
13226
14744
  },
13227
14745
  {
13228
14746
  "name": "thumbnail",
13229
- "description": "URL from where a thumbnail of the image can be fetched through a webbrowser. This property is OCPI-compliant.",
14747
+ "description": "URL from where a thumbnail of the image can be fetched through a webbrowser.",
13230
14748
  "args": [],
13231
14749
  "type": {
13232
14750
  "kind": "SCALAR",
@@ -13238,7 +14756,7 @@
13238
14756
  },
13239
14757
  {
13240
14758
  "name": "category",
13241
- "description": "Category of an image. This property is OCPI-compliant.",
14759
+ "description": "Category of an image",
13242
14760
  "args": [],
13243
14761
  "type": {
13244
14762
  "kind": "ENUM",
@@ -13250,7 +14768,7 @@
13250
14768
  },
13251
14769
  {
13252
14770
  "name": "type",
13253
- "description": "Image type: gif, jpeg, png, svg. This property is OCPI-compliant.",
14771
+ "description": "Image type: gif, jpeg, png, svg",
13254
14772
  "args": [],
13255
14773
  "type": {
13256
14774
  "kind": "SCALAR",
@@ -13262,7 +14780,7 @@
13262
14780
  },
13263
14781
  {
13264
14782
  "name": "width",
13265
- "description": "Width of the full scale image. This property is OCPI-compliant.",
14783
+ "description": "Width of the full scale image",
13266
14784
  "args": [],
13267
14785
  "type": {
13268
14786
  "kind": "SCALAR",
@@ -13274,7 +14792,7 @@
13274
14792
  },
13275
14793
  {
13276
14794
  "name": "height",
13277
- "description": "Height of the full scale image. This property is OCPI-compliant.",
14795
+ "description": "Height of the full scale image",
13278
14796
  "args": [],
13279
14797
  "type": {
13280
14798
  "kind": "SCALAR",
@@ -13479,7 +14997,7 @@
13479
14997
  "fields": [
13480
14998
  {
13481
14999
  "name": "excl_vat",
13482
- "description": "Price/Cost excluding VAT. This property is OCPI-compliant.",
15000
+ "description": "Price/Cost excluding VAT.",
13483
15001
  "args": [],
13484
15002
  "type": {
13485
15003
  "kind": "SCALAR",
@@ -13491,7 +15009,7 @@
13491
15009
  },
13492
15010
  {
13493
15011
  "name": "incl_vat",
13494
- "description": "Price/Cost including VAT. This property is OCPI-compliant.",
15012
+ "description": "Price/Cost including VAT.",
13495
15013
  "args": [],
13496
15014
  "type": {
13497
15015
  "kind": "SCALAR",
@@ -13514,7 +15032,7 @@
13514
15032
  "fields": [
13515
15033
  {
13516
15034
  "name": "type",
13517
- "description": "Type of tariff dimension. This property is OCPI-compliant.",
15035
+ "description": "Type of tariff dimension.",
13518
15036
  "args": [],
13519
15037
  "type": {
13520
15038
  "kind": "ENUM",
@@ -13526,7 +15044,7 @@
13526
15044
  },
13527
15045
  {
13528
15046
  "name": "price",
13529
- "description": "Price per unit (excl. VAT) for this tariff dimension. This property is OCPI-compliant.",
15047
+ "description": "Price per unit (excl. VAT) for this tariff dimension.",
13530
15048
  "args": [],
13531
15049
  "type": {
13532
15050
  "kind": "SCALAR",
@@ -13538,7 +15056,7 @@
13538
15056
  },
13539
15057
  {
13540
15058
  "name": "vat",
13541
- "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.",
15059
+ "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.",
13542
15060
  "args": [],
13543
15061
  "type": {
13544
15062
  "kind": "SCALAR",
@@ -13550,7 +15068,7 @@
13550
15068
  },
13551
15069
  {
13552
15070
  "name": "step_size",
13553
- "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.",
15071
+ "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.",
13554
15072
  "args": [],
13555
15073
  "type": {
13556
15074
  "kind": "SCALAR",
@@ -13573,7 +15091,7 @@
13573
15091
  "fields": [
13574
15092
  {
13575
15093
  "name": "weekday",
13576
- "description": "Number of days in the week, from Monday (1) till Sunday (7). This property is OCPI-compliant.",
15094
+ "description": "Number of days in the week, from Monday (1) till Sunday (7)",
13577
15095
  "args": [],
13578
15096
  "type": {
13579
15097
  "kind": "SCALAR",
@@ -13585,7 +15103,7 @@
13585
15103
  },
13586
15104
  {
13587
15105
  "name": "period_begin",
13588
- "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.",
15106
+ "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].",
13589
15107
  "args": [],
13590
15108
  "type": {
13591
15109
  "kind": "SCALAR",
@@ -13597,7 +15115,7 @@
13597
15115
  },
13598
15116
  {
13599
15117
  "name": "period_end",
13600
- "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.",
15118
+ "description": "End of the regular period, in local time, syntax as for period_begin. Must be later than period_begin.",
13601
15119
  "args": [],
13602
15120
  "type": {
13603
15121
  "kind": "SCALAR",
@@ -13708,7 +15226,7 @@
13708
15226
  "fields": [
13709
15227
  {
13710
15228
  "name": "period_begin",
13711
- "description": "Begin of the scheduled period. This property is OCPI-compliant.",
15229
+ "description": "Begin of the scheduled period.",
13712
15230
  "args": [],
13713
15231
  "type": {
13714
15232
  "kind": "SCALAR",
@@ -13720,7 +15238,7 @@
13720
15238
  },
13721
15239
  {
13722
15240
  "name": "period_end",
13723
- "description": "End of the scheduled period, if known. This property is OCPI-compliant.",
15241
+ "description": "End of the scheduled period, if known.",
13724
15242
  "args": [],
13725
15243
  "type": {
13726
15244
  "kind": "SCALAR",
@@ -13732,7 +15250,7 @@
13732
15250
  },
13733
15251
  {
13734
15252
  "name": "status",
13735
- "description": "Status value during the scheduled period. This property is OCPI-compliant.",
15253
+ "description": "Status value during the scheduled period.",
13736
15254
  "args": [],
13737
15255
  "type": {
13738
15256
  "kind": "ENUM",
@@ -13755,7 +15273,7 @@
13755
15273
  "fields": [
13756
15274
  {
13757
15275
  "name": "country_code",
13758
- "description": "ISO-3166 alpha-2 country code of the CPO that owns this tariff. This property is OCPI-compliant.",
15276
+ "description": "ISO-3166 alpha-2 country code of the CPO that owns this tariff",
13759
15277
  "args": [],
13760
15278
  "type": {
13761
15279
  "kind": "SCALAR",
@@ -13767,7 +15285,7 @@
13767
15285
  },
13768
15286
  {
13769
15287
  "name": "party_id",
13770
- "description": "CPO ID of the CPO that owns this tariff (following the ISO-15118 standard). This property is OCPI-compliant.",
15288
+ "description": "CPO ID of the CPO that owns this tariff (following the ISO-15118 standard)",
13771
15289
  "args": [],
13772
15290
  "type": {
13773
15291
  "kind": "SCALAR",
@@ -13779,7 +15297,7 @@
13779
15297
  },
13780
15298
  {
13781
15299
  "name": "id",
13782
- "description": "Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms). This property is OCPI-compliant.",
15300
+ "description": "Uniquely identifies the tariff within the CPO’s platform (and suboperator platforms)",
13783
15301
  "args": [],
13784
15302
  "type": {
13785
15303
  "kind": "SCALAR",
@@ -13791,7 +15309,7 @@
13791
15309
  },
13792
15310
  {
13793
15311
  "name": "currency",
13794
- "description": "ISO-4217 code of the currency of this tariff. This property is OCPI-compliant.",
15312
+ "description": "ISO-4217 code of the currency of this tariff.",
13795
15313
  "args": [],
13796
15314
  "type": {
13797
15315
  "kind": "SCALAR",
@@ -13803,7 +15321,7 @@
13803
15321
  },
13804
15322
  {
13805
15323
  "name": "type",
13806
- "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.",
15324
+ "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",
13807
15325
  "args": [],
13808
15326
  "type": {
13809
15327
  "kind": "ENUM",
@@ -13815,7 +15333,7 @@
13815
15333
  },
13816
15334
  {
13817
15335
  "name": "tariff_alt_text",
13818
- "description": "List of alternative tariff information texts, in multiple languages. This property is OCPI-compliant.",
15336
+ "description": "List of alternative tariff information texts, in multiple languages",
13819
15337
  "args": [],
13820
15338
  "type": {
13821
15339
  "kind": "LIST",
@@ -13831,7 +15349,7 @@
13831
15349
  },
13832
15350
  {
13833
15351
  "name": "tariff_alt_url",
13834
- "description": "URL to a web page that contains an explanation of the tariff information in human readable form. This property is OCPI-compliant.",
15352
+ "description": "URL to a web page that contains an explanation of the tariff information in human readable form",
13835
15353
  "args": [],
13836
15354
  "type": {
13837
15355
  "kind": "SCALAR",
@@ -13843,7 +15361,7 @@
13843
15361
  },
13844
15362
  {
13845
15363
  "name": "min_price",
13846
- "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.",
15364
+ "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",
13847
15365
  "args": [],
13848
15366
  "type": {
13849
15367
  "kind": "OBJECT",
@@ -13855,7 +15373,7 @@
13855
15373
  },
13856
15374
  {
13857
15375
  "name": "max_price",
13858
- "description": "When this field is set, a charging session with this tariff will NOT cost more than this amount. This property is OCPI-compliant.",
15376
+ "description": "When this field is set, a charging session with this tariff will NOT cost more than this amount",
13859
15377
  "args": [],
13860
15378
  "type": {
13861
15379
  "kind": "OBJECT",
@@ -13867,7 +15385,7 @@
13867
15385
  },
13868
15386
  {
13869
15387
  "name": "elements",
13870
- "description": "List of tariff elements. This property is OCPI-compliant.",
15388
+ "description": "List of tariff elements",
13871
15389
  "args": [],
13872
15390
  "type": {
13873
15391
  "kind": "LIST",
@@ -13883,7 +15401,7 @@
13883
15401
  },
13884
15402
  {
13885
15403
  "name": "start_date_time",
13886
- "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.",
15404
+ "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",
13887
15405
  "args": [],
13888
15406
  "type": {
13889
15407
  "kind": "SCALAR",
@@ -13895,7 +15413,7 @@
13895
15413
  },
13896
15414
  {
13897
15415
  "name": "end_date_time",
13898
- "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.",
15416
+ "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",
13899
15417
  "args": [],
13900
15418
  "type": {
13901
15419
  "kind": "SCALAR",
@@ -13907,7 +15425,7 @@
13907
15425
  },
13908
15426
  {
13909
15427
  "name": "energy_mix",
13910
- "description": "Details about the energy supplied with this tariff. This property is OCPI-compliant.",
15428
+ "description": "Details about the energy supplied with this tariff",
13911
15429
  "args": [],
13912
15430
  "type": {
13913
15431
  "kind": "OBJECT",
@@ -13919,7 +15437,7 @@
13919
15437
  },
13920
15438
  {
13921
15439
  "name": "last_updated",
13922
- "description": "Timestamp when this tariff was last updated (or created). This property is OCPI-compliant.",
15440
+ "description": "Timestamp when this tariff was last updated (or created)",
13923
15441
  "args": [],
13924
15442
  "type": {
13925
15443
  "kind": "SCALAR",
@@ -13977,7 +15495,7 @@
13977
15495
  "fields": [
13978
15496
  {
13979
15497
  "name": "price_components",
13980
- "description": "List of price components that describe the pricing of a tariff. This property is OCPI-compliant.",
15498
+ "description": "List of price components that describe the pricing of a tariff.",
13981
15499
  "args": [],
13982
15500
  "type": {
13983
15501
  "kind": "LIST",
@@ -13993,7 +15511,7 @@
13993
15511
  },
13994
15512
  {
13995
15513
  "name": "restrictions",
13996
- "description": "Restrictions that describe the applicability of a tariff. This property is OCPI-compliant.",
15514
+ "description": "Restrictions that describe the applicability of a tariff.",
13997
15515
  "args": [],
13998
15516
  "type": {
13999
15517
  "kind": "LIST",
@@ -14020,7 +15538,7 @@
14020
15538
  "fields": [
14021
15539
  {
14022
15540
  "name": "start_time",
14023
- "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.",
15541
+ "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]",
14024
15542
  "args": [],
14025
15543
  "type": {
14026
15544
  "kind": "SCALAR",
@@ -14032,7 +15550,7 @@
14032
15550
  },
14033
15551
  {
14034
15552
  "name": "end_time",
14035
- "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.",
15553
+ "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.",
14036
15554
  "args": [],
14037
15555
  "type": {
14038
15556
  "kind": "SCALAR",
@@ -14044,7 +15562,7 @@
14044
15562
  },
14045
15563
  {
14046
15564
  "name": "start_date",
14047
- "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.",
15565
+ "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])",
14048
15566
  "args": [],
14049
15567
  "type": {
14050
15568
  "kind": "SCALAR",
@@ -14056,7 +15574,7 @@
14056
15574
  },
14057
15575
  {
14058
15576
  "name": "end_date",
14059
- "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.",
15577
+ "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",
14060
15578
  "args": [],
14061
15579
  "type": {
14062
15580
  "kind": "SCALAR",
@@ -14068,7 +15586,7 @@
14068
15586
  },
14069
15587
  {
14070
15588
  "name": "min_kwh",
14071
- "description": "Minimum consumed energy in kWh, for example 20, valid from this amount of energy being used. This property is OCPI-compliant.",
15589
+ "description": "Minimum consumed energy in kWh, for example 20, valid from this amount of energy being used",
14072
15590
  "args": [],
14073
15591
  "type": {
14074
15592
  "kind": "SCALAR",
@@ -14080,7 +15598,7 @@
14080
15598
  },
14081
15599
  {
14082
15600
  "name": "max_kwh",
14083
- "description": "Maximum consumed energy in kWh, for example 50, valid until this amount of energy being used. This property is OCPI-compliant.",
15601
+ "description": "Maximum consumed energy in kWh, for example 50, valid until this amount of energy being used",
14084
15602
  "args": [],
14085
15603
  "type": {
14086
15604
  "kind": "SCALAR",
@@ -14092,7 +15610,7 @@
14092
15610
  },
14093
15611
  {
14094
15612
  "name": "min_current",
14095
- "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.",
15613
+ "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",
14096
15614
  "args": [],
14097
15615
  "type": {
14098
15616
  "kind": "SCALAR",
@@ -14104,7 +15622,7 @@
14104
15622
  },
14105
15623
  {
14106
15624
  "name": "max_current",
14107
- "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.",
15625
+ "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",
14108
15626
  "args": [],
14109
15627
  "type": {
14110
15628
  "kind": "SCALAR",
@@ -14116,7 +15634,7 @@
14116
15634
  },
14117
15635
  {
14118
15636
  "name": "min_power",
14119
- "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.",
15637
+ "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",
14120
15638
  "args": [],
14121
15639
  "type": {
14122
15640
  "kind": "SCALAR",
@@ -14128,7 +15646,7 @@
14128
15646
  },
14129
15647
  {
14130
15648
  "name": "max_power",
14131
- "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.",
15649
+ "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",
14132
15650
  "args": [],
14133
15651
  "type": {
14134
15652
  "kind": "SCALAR",
@@ -14140,7 +15658,7 @@
14140
15658
  },
14141
15659
  {
14142
15660
  "name": "min_duration",
14143
- "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.",
15661
+ "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",
14144
15662
  "args": [],
14145
15663
  "type": {
14146
15664
  "kind": "SCALAR",
@@ -14152,7 +15670,7 @@
14152
15670
  },
14153
15671
  {
14154
15672
  "name": "max_duration",
14155
- "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.",
15673
+ "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",
14156
15674
  "args": [],
14157
15675
  "type": {
14158
15676
  "kind": "SCALAR",
@@ -14164,7 +15682,7 @@
14164
15682
  },
14165
15683
  {
14166
15684
  "name": "day_of_week",
14167
- "description": "Which day(s) of the week this tariff element is active. This property is OCPI-compliant.",
15685
+ "description": "Which day(s) of the week this tariff element is active.",
14168
15686
  "args": [],
14169
15687
  "type": {
14170
15688
  "kind": "ENUM",
@@ -14176,7 +15694,7 @@
14176
15694
  },
14177
15695
  {
14178
15696
  "name": "reservation",
14179
- "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.",
15697
+ "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",
14180
15698
  "args": [],
14181
15699
  "type": {
14182
15700
  "kind": "ENUM",
@@ -14838,7 +16356,7 @@
14838
16356
  },
14839
16357
  {
14840
16358
  "name": "name",
14841
- "description": "Name of an operator. This property is OCPI-compliant.",
16359
+ "description": "Name of an operator.",
14842
16360
  "args": [],
14843
16361
  "type": {
14844
16362
  "kind": "SCALAR",
@@ -14850,7 +16368,7 @@
14850
16368
  },
14851
16369
  {
14852
16370
  "name": "website",
14853
- "description": "Link to an operator’s website. This property is OCPI-compliant.",
16371
+ "description": "Link to an operator’s website.",
14854
16372
  "args": [],
14855
16373
  "type": {
14856
16374
  "kind": "SCALAR",
@@ -14862,7 +16380,7 @@
14862
16380
  },
14863
16381
  {
14864
16382
  "name": "logo",
14865
- "description": "Image link to an operator’s logo. This property is OCPI-compliant.",
16383
+ "description": "Image link to an operator’s logo.",
14866
16384
  "args": [],
14867
16385
  "type": {
14868
16386
  "kind": "OBJECT",
@@ -14882,7 +16400,7 @@
14882
16400
  "ofType": null
14883
16401
  },
14884
16402
  "isDeprecated": true,
14885
- "deprecationReason": "In favor of countries."
16403
+ "deprecationReason": "In favor of `countries`."
14886
16404
  },
14887
16405
  {
14888
16406
  "name": "countries",
@@ -14926,7 +16444,7 @@
14926
16444
  "ofType": null
14927
16445
  },
14928
16446
  "isDeprecated": true,
14929
- "deprecationReason": "In favor of ranking_levels."
16447
+ "deprecationReason": "In favor of `ranking_levels`."
14930
16448
  },
14931
16449
  {
14932
16450
  "name": "excluded",
@@ -14938,7 +16456,7 @@
14938
16456
  "ofType": null
14939
16457
  },
14940
16458
  "isDeprecated": true,
14941
- "deprecationReason": "In favor of excluded_countries."
16459
+ "deprecationReason": "In favor of `excluded_countries`."
14942
16460
  },
14943
16461
  {
14944
16462
  "name": "ranking_levels",
@@ -15001,7 +16519,7 @@
15001
16519
  {
15002
16520
  "kind": "INPUT_OBJECT",
15003
16521
  "name": "OperatorListFilter",
15004
- "description": "Filter which can be applied to retrieve the operator list action.",
16522
+ "description": "Criteria to filter operators in the operator list query.",
15005
16523
  "fields": null,
15006
16524
  "inputFields": [
15007
16525
  {
@@ -15096,7 +16614,7 @@
15096
16614
  {
15097
16615
  "kind": "INPUT_OBJECT",
15098
16616
  "name": "OperatorListQuery",
15099
- "description": "Filter which can be applied to retrieve the operator list action.",
16617
+ "description": "Query parameters to filter operators in the operator list query.",
15100
16618
  "fields": null,
15101
16619
  "inputFields": [
15102
16620
  {
@@ -16519,7 +18037,7 @@
16519
18037
  "args": [
16520
18038
  {
16521
18039
  "name": "query",
16522
- "description": "Deprecated: Replaced by filter & search params.",
18040
+ "description": "Query parameters to filter operators.",
16523
18041
  "type": {
16524
18042
  "kind": "INPUT_OBJECT",
16525
18043
  "name": "OperatorListQuery",
@@ -16543,7 +18061,7 @@
16543
18061
  },
16544
18062
  {
16545
18063
  "name": "filter",
16546
- "description": "Filter operators by parameters.",
18064
+ "description": "Criteria to filter operators.",
16547
18065
  "type": {
16548
18066
  "kind": "INPUT_OBJECT",
16549
18067
  "name": "OperatorListFilter",
@@ -16727,7 +18245,7 @@
16727
18245
  },
16728
18246
  {
16729
18247
  "name": "routeEmissions",
16730
- "description": "Deprecated: In favor of getRouteEmissions.",
18248
+ "description": "Get emissions for a route.",
16731
18249
  "args": [
16732
18250
  {
16733
18251
  "name": "route_id",
@@ -16772,7 +18290,7 @@
16772
18290
  },
16773
18291
  {
16774
18292
  "name": "route",
16775
- "description": "Deprecated: In favor of getRoute.",
18293
+ "description": "Get a route by ID.",
16776
18294
  "args": [
16777
18295
  {
16778
18296
  "name": "id",
@@ -16801,7 +18319,7 @@
16801
18319
  },
16802
18320
  {
16803
18321
  "name": "routePath",
16804
- "description": "Deprecated: In favor of RouteDetails.path_plot.",
18322
+ "description": "Get a route path segment by ID.",
16805
18323
  "args": [
16806
18324
  {
16807
18325
  "name": "id",
@@ -17106,7 +18624,7 @@
17106
18624
  "args": [
17107
18625
  {
17108
18626
  "name": "query",
17109
- "description": "Deprecated: Replaced by filter & search params.",
18627
+ "description": "Query parameters to filter stations.",
17110
18628
  "type": {
17111
18629
  "kind": "INPUT_OBJECT",
17112
18630
  "name": "StationListQuery",
@@ -17118,7 +18636,7 @@
17118
18636
  },
17119
18637
  {
17120
18638
  "name": "filter",
17121
- "description": "Filter station result.",
18639
+ "description": "Criteria to filter stations.",
17122
18640
  "type": {
17123
18641
  "kind": "INPUT_OBJECT",
17124
18642
  "name": "StationListFilter",
@@ -17183,7 +18701,7 @@
17183
18701
  "args": [
17184
18702
  {
17185
18703
  "name": "query",
17186
- "description": "Deprecated: Replaced by filter and search params.",
18704
+ "description": "Query parameters to filter stations.",
17187
18705
  "type": {
17188
18706
  "kind": "INPUT_OBJECT",
17189
18707
  "name": "StationAroundQuery",
@@ -17195,7 +18713,7 @@
17195
18713
  },
17196
18714
  {
17197
18715
  "name": "filter",
17198
- "description": "Filter station around result.",
18716
+ "description": "Criteria to filter stations.",
17199
18717
  "type": {
17200
18718
  "kind": "INPUT_OBJECT",
17201
18719
  "name": "StationAroundFilter",
@@ -17733,7 +19251,7 @@
17733
19251
  },
17734
19252
  {
17735
19253
  "name": "numberOfPassengers",
17736
- "description": "The number of passengers on board.",
19254
+ "description": "Number of passengers on board.",
17737
19255
  "args": [],
17738
19256
  "type": {
17739
19257
  "kind": "SCALAR",
@@ -17741,7 +19259,7 @@
17741
19259
  "ofType": null
17742
19260
  },
17743
19261
  "isDeprecated": true,
17744
- "deprecationReason": "In favor of occupants."
19262
+ "deprecationReason": "In favor of `occupants`."
17745
19263
  },
17746
19264
  {
17747
19265
  "name": "occupants",
@@ -18099,11 +19617,11 @@
18099
19617
  "ofType": null
18100
19618
  },
18101
19619
  "isDeprecated": true,
18102
- "deprecationReason": "In favor of auxiliary"
19620
+ "deprecationReason": "In favor of `auxiliary`"
18103
19621
  },
18104
19622
  {
18105
19623
  "name": "bms",
18106
- "description": "The consumption, in kWh, of the battery management system.",
19624
+ "description": "Consumption, in kWh, of the battery management system.",
18107
19625
  "args": [],
18108
19626
  "type": {
18109
19627
  "kind": "OBJECT",
@@ -18111,11 +19629,11 @@
18111
19629
  "ofType": null
18112
19630
  },
18113
19631
  "isDeprecated": true,
18114
- "deprecationReason": "In favor of auxiliary"
19632
+ "deprecationReason": "In favor of `auxiliary`"
18115
19633
  },
18116
19634
  {
18117
19635
  "name": "idle",
18118
- "description": "The consumption, in kWh, of the vehicle in idle mode.",
19636
+ "description": "Consumption, in kWh, of the vehicle in idle mode.",
18119
19637
  "args": [],
18120
19638
  "type": {
18121
19639
  "kind": "OBJECT",
@@ -18123,7 +19641,7 @@
18123
19641
  "ofType": null
18124
19642
  },
18125
19643
  "isDeprecated": true,
18126
- "deprecationReason": "In favor of auxiliary"
19644
+ "deprecationReason": "In favor of `auxiliary`"
18127
19645
  }
18128
19646
  ],
18129
19647
  "inputFields": null,
@@ -18139,7 +19657,7 @@
18139
19657
  "inputFields": [
18140
19658
  {
18141
19659
  "name": "auxiliary",
18142
- "description": "The amount of energy, in kWh, used by the auxiliary systems of the vehicle in an hour, like media box, etc.",
19660
+ "description": "Amount of energy, in kWh, used by the auxiliary systems of the vehicle in an hour, like media box, etc.",
18143
19661
  "type": {
18144
19662
  "kind": "SCALAR",
18145
19663
  "name": "Float",
@@ -18151,7 +19669,7 @@
18151
19669
  },
18152
19670
  {
18153
19671
  "name": "aux",
18154
- "description": "Deprecated in favor of auxiliary.",
19672
+ "description": "Consumption, in kWh, of the auxiliaries.",
18155
19673
  "type": {
18156
19674
  "kind": "INPUT_OBJECT",
18157
19675
  "name": "CarConsumptionInput",
@@ -18163,7 +19681,7 @@
18163
19681
  },
18164
19682
  {
18165
19683
  "name": "bms",
18166
- "description": "Deprecated in favor of auxiliary.",
19684
+ "description": "Consumption, in kWh, of the battery management system.",
18167
19685
  "type": {
18168
19686
  "kind": "INPUT_OBJECT",
18169
19687
  "name": "CarConsumptionInput",
@@ -18175,7 +19693,7 @@
18175
19693
  },
18176
19694
  {
18177
19695
  "name": "idle",
18178
- "description": "Deprecated in favor of auxiliary.",
19696
+ "description": "Consumption, in kWh, of the vehicle in idle mode.",
18179
19697
  "type": {
18180
19698
  "kind": "INPUT_OBJECT",
18181
19699
  "name": "CarConsumptionInput",
@@ -18354,7 +19872,7 @@
18354
19872
  },
18355
19873
  {
18356
19874
  "name": "auxConsumption",
18357
- "description": "In favor of `consumption`.",
19875
+ "description": "Consumption, in kWh, of the auxiliaries.",
18358
19876
  "type": {
18359
19877
  "kind": "SCALAR",
18360
19878
  "name": "Float",
@@ -18366,7 +19884,7 @@
18366
19884
  },
18367
19885
  {
18368
19886
  "name": "bmsConsumption",
18369
- "description": "In favor of `consumption`.",
19887
+ "description": "Consumption, in kWh, of the battery management system.",
18370
19888
  "type": {
18371
19889
  "kind": "SCALAR",
18372
19890
  "name": "Float",
@@ -18533,7 +20051,7 @@
18533
20051
  }
18534
20052
  },
18535
20053
  "isDeprecated": true,
18536
- "deprecationReason": "Will be removed. Use the amenity preferences instead."
20054
+ "deprecationReason": "In favor of `amenity_preferences`."
18537
20055
  },
18538
20056
  {
18539
20057
  "name": "amenity_preferences",
@@ -18561,7 +20079,7 @@
18561
20079
  }
18562
20080
  },
18563
20081
  "isDeprecated": true,
18564
- "deprecationReason": "Will be removed. Use the operators property instead."
20082
+ "deprecationReason": "In favor of `operators`."
18565
20083
  },
18566
20084
  {
18567
20085
  "name": "operatorRequired",
@@ -18573,7 +20091,7 @@
18573
20091
  "ofType": null
18574
20092
  },
18575
20093
  "isDeprecated": true,
18576
- "deprecationReason": "Will be removed. Use the operators property instead."
20094
+ "deprecationReason": "In favor of `operators`."
18577
20095
  },
18578
20096
  {
18579
20097
  "name": "operatorPrefer",
@@ -18585,7 +20103,7 @@
18585
20103
  "ofType": null
18586
20104
  },
18587
20105
  "isDeprecated": true,
18588
- "deprecationReason": "Will be removed. Use the operators property instead."
20106
+ "deprecationReason": "In favor of `operators`."
18589
20107
  },
18590
20108
  {
18591
20109
  "name": "operators",
@@ -18685,7 +20203,7 @@
18685
20203
  "ofType": null
18686
20204
  },
18687
20205
  "isDeprecated": true,
18688
- "deprecationReason": "Deprecated: all routes will have turn-by-turn instructions prepared. Boolean will be ignored."
20206
+ "deprecationReason": "All routes will have turn-by-turn instructions prepared. Boolean will be ignored."
18689
20207
  },
18690
20208
  {
18691
20209
  "name": "chargeMode",
@@ -18713,7 +20231,7 @@
18713
20231
  "inputFields": [
18714
20232
  {
18715
20233
  "name": "amenities",
18716
- "description": "Deprecated: in favor of amenity preferences. A list of desired amenities near the stations, with a 1 kilometer radius.",
20234
+ "description": "A list of desired amenities near the stations, with a 1 kilometer radius.",
18717
20235
  "type": {
18718
20236
  "kind": "LIST",
18719
20237
  "name": null,
@@ -18741,7 +20259,7 @@
18741
20259
  },
18742
20260
  {
18743
20261
  "name": "operatorIds",
18744
- "description": "Deprecated: in favor of operators. A list of requested operators.",
20262
+ "description": "A list of requested operators.",
18745
20263
  "type": {
18746
20264
  "kind": "LIST",
18747
20265
  "name": null,
@@ -18757,7 +20275,7 @@
18757
20275
  },
18758
20276
  {
18759
20277
  "name": "operatorRequired",
18760
- "description": "Deprecated: in favor of operators. Flag which indicates if the operators are required.",
20278
+ "description": "Flag which indicates if the operators are required.",
18761
20279
  "type": {
18762
20280
  "kind": "SCALAR",
18763
20281
  "name": "Boolean",
@@ -18769,7 +20287,7 @@
18769
20287
  },
18770
20288
  {
18771
20289
  "name": "operatorPrefer",
18772
- "description": "Deprecated: in favor of operators. Flag which indicates if the preferred operators should be loaded.",
20290
+ "description": "Flag which indicates if the preferred operators should be loaded.",
18773
20291
  "type": {
18774
20292
  "kind": "SCALAR",
18775
20293
  "name": "Boolean",
@@ -18889,7 +20407,7 @@
18889
20407
  },
18890
20408
  {
18891
20409
  "name": "instructions",
18892
- "description": "Deprecated: all routes will have turn-by-turn instructions prepared. Boolean will be ignored.",
20410
+ "description": "Flag to enable turn-by-turn instructions.",
18893
20411
  "type": {
18894
20412
  "kind": "SCALAR",
18895
20413
  "name": "Boolean",
@@ -19662,7 +21180,7 @@
19662
21180
  "ofType": null
19663
21181
  },
19664
21182
  "isDeprecated": true,
19665
- "deprecationReason": "Will be removed in the future"
21183
+ "deprecationReason": "Will be removed."
19666
21184
  },
19667
21185
  {
19668
21186
  "name": "rangeStart",
@@ -19803,7 +21321,7 @@
19803
21321
  }
19804
21322
  },
19805
21323
  "isDeprecated": true,
19806
- "deprecationReason": "Will be removed in the future; Use the pathPlot property"
21324
+ "deprecationReason": "In favor of `pathPlot`."
19807
21325
  },
19808
21326
  {
19809
21327
  "name": "elevationUp",
@@ -21611,7 +23129,7 @@
21611
23129
  "ofType": null
21612
23130
  },
21613
23131
  "isDeprecated": true,
21614
- "deprecationReason": "In favor of legs.durations"
23132
+ "deprecationReason": "In favor of `legs.durations`."
21615
23133
  },
21616
23134
  {
21617
23135
  "name": "occupants",
@@ -22470,6 +23988,24 @@
22470
23988
  "isDeprecated": false,
22471
23989
  "deprecationReason": null
22472
23990
  },
23991
+ {
23992
+ "name": "station_unknown_open_hours",
23993
+ "description": "The leg's charging station has unknown open hours.",
23994
+ "isDeprecated": false,
23995
+ "deprecationReason": null
23996
+ },
23997
+ {
23998
+ "name": "station_closed",
23999
+ "description": "The leg's charging station is closed at the estimated time of arrival.",
24000
+ "isDeprecated": false,
24001
+ "deprecationReason": null
24002
+ },
24003
+ {
24004
+ "name": "station_closing_soon",
24005
+ "description": "The leg's charging station is closing within 45 minutes of the estimated time of arrival.",
24006
+ "isDeprecated": false,
24007
+ "deprecationReason": null
24008
+ },
22473
24009
  {
22474
24010
  "name": "via_insufficient_charging_time",
22475
24011
  "description": "The specified stop duration at the via charging station is insufficient to start a charging session.",
@@ -22815,7 +24351,7 @@
22815
24351
  }
22816
24352
  },
22817
24353
  "isDeprecated": true,
22818
- "deprecationReason": "Will be removed in the future."
24354
+ "deprecationReason": "Will be removed."
22819
24355
  }
22820
24356
  ],
22821
24357
  "inputFields": null,
@@ -28999,7 +30535,7 @@
28999
30535
  "fields": [
29000
30536
  {
29001
30537
  "name": "prefer_highway_charging",
29002
- "description": "[BETA] Prioritises charging stations located directly on the highway, avoiding exiting highways to charge. It's considered alongside final SOC and operator preferences, and may reduce their influence if they conflict.",
30538
+ "description": "Prioritises charging stations located directly on the highway, avoiding exiting highways to charge. It's considered alongside final SOC and operator preferences, and may reduce their influence if they conflict.",
29003
30539
  "args": [],
29004
30540
  "type": {
29005
30541
  "kind": "SCALAR",
@@ -29023,7 +30559,7 @@
29023
30559
  "inputFields": [
29024
30560
  {
29025
30561
  "name": "prefer_highway_charging",
29026
- "description": "[BETA] Prioritises charging stations located directly on the highway, avoiding exiting highways to charge. It's considered alongside final SOC and operator preferences, and may reduce their influence if they conflict. This logic may require additional client-specific tuning. Please contact Chargetrip if the behavior seems suboptimal.",
30562
+ "description": "Prioritises charging stations located directly on the highway, avoiding exiting highways to charge. It's considered alongside final SOC and operator preferences, and may reduce their influence if they conflict. This logic may require additional client-specific tuning. Please contact Chargetrip if the behavior seems suboptimal.",
29027
30563
  "type": {
29028
30564
  "kind": "SCALAR",
29029
30565
  "name": "Boolean",
@@ -31882,7 +33418,7 @@
31882
33418
  "fields": [
31883
33419
  {
31884
33420
  "name": "id",
31885
- "description": "Unique ID of a station. This property is OCPI-compliant.",
33421
+ "description": "Unique ID of a station.",
31886
33422
  "args": [],
31887
33423
  "type": {
31888
33424
  "kind": "NON_NULL",
@@ -31898,7 +33434,7 @@
31898
33434
  },
31899
33435
  {
31900
33436
  "name": "country_code",
31901
- "description": "ISO-3166 alpha-2 country code of a station. This property is OCPI-compliant.",
33437
+ "description": "ISO-3166 alpha-2 country code of a station.",
31902
33438
  "args": [],
31903
33439
  "type": {
31904
33440
  "kind": "SCALAR",
@@ -31910,7 +33446,7 @@
31910
33446
  },
31911
33447
  {
31912
33448
  "name": "party_id",
31913
- "description": "CPO ID of a CPO that 'owns' this station (following the ISO-15118 standard). This property is OCPI-compliant.",
33449
+ "description": "CPO ID of a CPO that 'owns' this station (following the ISO-15118 standard).",
31914
33450
  "args": [],
31915
33451
  "type": {
31916
33452
  "kind": "SCALAR",
@@ -31922,7 +33458,7 @@
31922
33458
  },
31923
33459
  {
31924
33460
  "name": "publish",
31925
- "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.",
33461
+ "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.",
31926
33462
  "args": [],
31927
33463
  "type": {
31928
33464
  "kind": "SCALAR",
@@ -31934,7 +33470,7 @@
31934
33470
  },
31935
33471
  {
31936
33472
  "name": "name",
31937
- "description": "Name of a charging station. This property is OCPI-compliant.",
33473
+ "description": "Name of a charging station.",
31938
33474
  "args": [],
31939
33475
  "type": {
31940
33476
  "kind": "SCALAR",
@@ -31946,7 +33482,7 @@
31946
33482
  },
31947
33483
  {
31948
33484
  "name": "address",
31949
- "description": "Street/block name and house number if available. This property is OCPI-compliant.",
33485
+ "description": "Street/block name and house number if available.",
31950
33486
  "args": [],
31951
33487
  "type": {
31952
33488
  "kind": "SCALAR",
@@ -31958,7 +33494,7 @@
31958
33494
  },
31959
33495
  {
31960
33496
  "name": "city",
31961
- "description": "City or town. This property is OCPI-compliant.",
33497
+ "description": "City or town",
31962
33498
  "args": [],
31963
33499
  "type": {
31964
33500
  "kind": "SCALAR",
@@ -31970,7 +33506,7 @@
31970
33506
  },
31971
33507
  {
31972
33508
  "name": "postal_code",
31973
- "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.",
33509
+ "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.",
31974
33510
  "args": [],
31975
33511
  "type": {
31976
33512
  "kind": "SCALAR",
@@ -31982,7 +33518,7 @@
31982
33518
  },
31983
33519
  {
31984
33520
  "name": "state",
31985
- "description": "State or province of a location, only to be used when relevant. This property is OCPI-compliant.",
33521
+ "description": "State or province of a location, only to be used when relevant.",
31986
33522
  "args": [],
31987
33523
  "type": {
31988
33524
  "kind": "SCALAR",
@@ -31994,7 +33530,7 @@
31994
33530
  },
31995
33531
  {
31996
33532
  "name": "country",
31997
- "description": "ISO 3166-1 alpha-3 code for the country of this station. This property is OCPI-compliant.",
33533
+ "description": "ISO 3166-1 alpha-3 code for the country of this station.",
31998
33534
  "args": [],
31999
33535
  "type": {
32000
33536
  "kind": "SCALAR",
@@ -32006,7 +33542,7 @@
32006
33542
  },
32007
33543
  {
32008
33544
  "name": "coordinates",
32009
- "description": "Coordinates of a location. This property is OCPI-compliant.",
33545
+ "description": "Coordinates of a location.",
32010
33546
  "args": [],
32011
33547
  "type": {
32012
33548
  "kind": "OBJECT",
@@ -32018,7 +33554,7 @@
32018
33554
  },
32019
33555
  {
32020
33556
  "name": "related_locations",
32021
- "description": "Geographical location of related points relevant to a user. This property is OCPI-compliant.",
33557
+ "description": "Geographical location of related points relevant to a user.",
32022
33558
  "args": [],
32023
33559
  "type": {
32024
33560
  "kind": "LIST",
@@ -32034,7 +33570,7 @@
32034
33570
  },
32035
33571
  {
32036
33572
  "name": "parking_type",
32037
- "description": "Type of parking at a charge point location. This property is OCPI-compliant.",
33573
+ "description": "Type of parking at a charge point location.",
32038
33574
  "args": [],
32039
33575
  "type": {
32040
33576
  "kind": "ENUM",
@@ -32046,7 +33582,7 @@
32046
33582
  },
32047
33583
  {
32048
33584
  "name": "evses",
32049
- "description": "EVSEs that belong to a station. This property is OCPI-compliant.",
33585
+ "description": "EVSEs that belong to a station.",
32050
33586
  "args": [],
32051
33587
  "type": {
32052
33588
  "kind": "LIST",
@@ -32062,7 +33598,7 @@
32062
33598
  },
32063
33599
  {
32064
33600
  "name": "directions",
32065
- "description": "Human-readable directions on how to reach a station. This property is OCPI-compliant.",
33601
+ "description": "Human-readable directions on how to reach a station.",
32066
33602
  "args": [],
32067
33603
  "type": {
32068
33604
  "kind": "LIST",
@@ -32078,7 +33614,7 @@
32078
33614
  },
32079
33615
  {
32080
33616
  "name": "operator",
32081
- "description": "Information about an operator. This property is OCPI-compliant.",
33617
+ "description": "Information about an operator.",
32082
33618
  "args": [],
32083
33619
  "type": {
32084
33620
  "kind": "OBJECT",
@@ -32090,7 +33626,7 @@
32090
33626
  },
32091
33627
  {
32092
33628
  "name": "suboperator",
32093
- "description": "Information about a suboperator if applicable. This property is OCPI-compliant.",
33629
+ "description": "Information about a suboperator if applicable.",
32094
33630
  "args": [],
32095
33631
  "type": {
32096
33632
  "kind": "OBJECT",
@@ -32102,7 +33638,7 @@
32102
33638
  },
32103
33639
  {
32104
33640
  "name": "owner",
32105
- "description": "Information about an owner if available. This property is OCPI-compliant.",
33641
+ "description": "Information about an owner if available.",
32106
33642
  "args": [],
32107
33643
  "type": {
32108
33644
  "kind": "OBJECT",
@@ -32114,7 +33650,7 @@
32114
33650
  },
32115
33651
  {
32116
33652
  "name": "facilities",
32117
- "description": "Facilities a charging station belongs to. This property is OCPI-compliant.",
33653
+ "description": "Facilities a charging station belongs to.",
32118
33654
  "args": [],
32119
33655
  "type": {
32120
33656
  "kind": "LIST",
@@ -32130,7 +33666,7 @@
32130
33666
  },
32131
33667
  {
32132
33668
  "name": "time_zone",
32133
- "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.",
33669
+ "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).",
32134
33670
  "args": [],
32135
33671
  "type": {
32136
33672
  "kind": "SCALAR",
@@ -32142,7 +33678,7 @@
32142
33678
  },
32143
33679
  {
32144
33680
  "name": "opening_times",
32145
- "description": "Times when an EVSEs at a location can be accessed for charging. This property is OCPI-compliant.",
33681
+ "description": "Times when an EVSEs at a location can be accessed for charging.",
32146
33682
  "args": [],
32147
33683
  "type": {
32148
33684
  "kind": "OBJECT",
@@ -32154,7 +33690,7 @@
32154
33690
  },
32155
33691
  {
32156
33692
  "name": "charging_when_closed",
32157
- "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.",
33693
+ "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.",
32158
33694
  "args": [],
32159
33695
  "type": {
32160
33696
  "kind": "SCALAR",
@@ -32166,7 +33702,7 @@
32166
33702
  },
32167
33703
  {
32168
33704
  "name": "images",
32169
- "description": "Links to images related to a location such as photos or logos. This property is OCPI-compliant.",
33705
+ "description": "Links to images related to a location such as photos or logos.",
32170
33706
  "args": [],
32171
33707
  "type": {
32172
33708
  "kind": "LIST",
@@ -32182,7 +33718,7 @@
32182
33718
  },
32183
33719
  {
32184
33720
  "name": "energy_mix",
32185
- "description": "Details of the energy supplied at a location. This property is OCPI-compliant.",
33721
+ "description": "Details of the energy supplied at a location.",
32186
33722
  "args": [],
32187
33723
  "type": {
32188
33724
  "kind": "OBJECT",
@@ -32194,7 +33730,7 @@
32194
33730
  },
32195
33731
  {
32196
33732
  "name": "last_updated",
32197
- "description": "Timestamp when a location, or one of its EVSEs or Connectors were last updated (or created). This property is OCPI-compliant.",
33733
+ "description": "Timestamp when a location, or one of its EVSEs or Connectors were last updated (or created).",
32198
33734
  "args": [],
32199
33735
  "type": {
32200
33736
  "kind": "SCALAR",
@@ -32642,7 +34178,7 @@
32642
34178
  {
32643
34179
  "kind": "INPUT_OBJECT",
32644
34180
  "name": "StationAroundFilter",
32645
- "description": "Filter which can be applied to retrieve the station around list action.",
34181
+ "description": "Criteria to filter stations in the station around query.",
32646
34182
  "fields": null,
32647
34183
  "inputFields": [
32648
34184
  {
@@ -32765,7 +34301,7 @@
32765
34301
  {
32766
34302
  "kind": "INPUT_OBJECT",
32767
34303
  "name": "StationAroundQuery",
32768
- "description": "Deprecated: Replaced by filter & search params.",
34304
+ "description": "Query parameters to filter stations in the station around query.",
32769
34305
  "fields": null,
32770
34306
  "inputFields": [
32771
34307
  {
@@ -32844,7 +34380,7 @@
32844
34380
  "ofType": null
32845
34381
  },
32846
34382
  "isDeprecated": true,
32847
- "deprecationReason": "In favor of station.reliability_score."
34383
+ "deprecationReason": "In favor of `station.reliability_score`."
32848
34384
  },
32849
34385
  {
32850
34386
  "name": "oicp",
@@ -33101,7 +34637,7 @@
33101
34637
  {
33102
34638
  "kind": "INPUT_OBJECT",
33103
34639
  "name": "StationListFilter",
33104
- "description": "Filter which can be applied to retrieve the station list action.",
34640
+ "description": "Criteria to filter stations in the station list query.",
33105
34641
  "fields": null,
33106
34642
  "inputFields": [
33107
34643
  {
@@ -33200,7 +34736,7 @@
33200
34736
  {
33201
34737
  "kind": "INPUT_OBJECT",
33202
34738
  "name": "StationListQuery",
33203
- "description": "Deprecated: Replaced by filter & search params.",
34739
+ "description": "Query parameters to filter stations in the station list query.",
33204
34740
  "fields": null,
33205
34741
  "inputFields": [
33206
34742
  {
@@ -33627,7 +35163,7 @@
33627
35163
  "fields": [
33628
35164
  {
33629
35165
  "name": "routeUpdatedById",
33630
- "description": "Deprecated: In favor of route.",
35166
+ "description": "Subscribe to a specific route to receive system event updates.",
33631
35167
  "args": [
33632
35168
  {
33633
35169
  "name": "id",
@@ -33651,8 +35187,8 @@
33651
35187
  "name": "Route",
33652
35188
  "ofType": null
33653
35189
  },
33654
- "isDeprecated": false,
33655
- "deprecationReason": null
35190
+ "isDeprecated": true,
35191
+ "deprecationReason": "In favor of `route`."
33656
35192
  },
33657
35193
  {
33658
35194
  "name": "route",
@@ -33688,8 +35224,8 @@
33688
35224
  "deprecationReason": null
33689
35225
  },
33690
35226
  {
33691
- "name": "navigationUpdatedById",
33692
- "description": "[BETA] Subscribe to navigation session system event updates. We strongly recommend using this at all times to not miss any updates",
35227
+ "name": "navigation",
35228
+ "description": "[BETA] Subscribe to navigation session system event updates. We strongly recommend using this at all times to not miss any updates.",
33693
35229
  "args": [
33694
35230
  {
33695
35231
  "name": "id",
@@ -34177,18 +35713,6 @@
34177
35713
  "isDeprecated": false,
34178
35714
  "deprecationReason": null
34179
35715
  },
34180
- {
34181
- "name": "timestamp",
34182
- "description": "UNIX timestamp in seconds.",
34183
- "args": [],
34184
- "type": {
34185
- "kind": "SCALAR",
34186
- "name": "Int",
34187
- "ofType": null
34188
- },
34189
- "isDeprecated": false,
34190
- "deprecationReason": null
34191
- },
34192
35716
  {
34193
35717
  "name": "vehicle_speed",
34194
35718
  "description": "Value of the vehicle speed.",
@@ -34466,18 +35990,6 @@
34466
35990
  "isDeprecated": false,
34467
35991
  "deprecationReason": null
34468
35992
  },
34469
- {
34470
- "name": "timestamp",
34471
- "description": "UNIX timestamp in seconds.",
34472
- "type": {
34473
- "kind": "SCALAR",
34474
- "name": "Int",
34475
- "ofType": null
34476
- },
34477
- "defaultValue": null,
34478
- "isDeprecated": false,
34479
- "deprecationReason": null
34480
- },
34481
35993
  {
34482
35994
  "name": "vehicle_speed",
34483
35995
  "description": "Vehicle speed.",
@@ -35964,7 +37476,7 @@
35964
37476
  }
35965
37477
  },
35966
37478
  "isDeprecated": true,
35967
- "deprecationReason": "In favor of charge_speed."
37479
+ "deprecationReason": "In favor of `charge_speed`."
35968
37480
  },
35969
37481
  {
35970
37482
  "name": "charge_speed",
@@ -37027,7 +38539,7 @@
37027
38539
  }
37028
38540
  },
37029
38541
  "isDeprecated": true,
37030
- "deprecationReason": "In favor of make."
38542
+ "deprecationReason": "In favor of `make`."
37031
38543
  },
37032
38544
  {
37033
38545
  "name": "make",
@@ -37313,7 +38825,7 @@
37313
38825
  }
37314
38826
  },
37315
38827
  "isDeprecated": true,
37316
- "deprecationReason": "In favor of make."
38828
+ "deprecationReason": "In favor of `make`."
37317
38829
  },
37318
38830
  {
37319
38831
  "name": "make",
@@ -40775,7 +42287,7 @@
40775
42287
  }
40776
42288
  },
40777
42289
  "isDeprecated": true,
40778
- "deprecationReason": "In favor of make."
42290
+ "deprecationReason": "In favor of `make`."
40779
42291
  },
40780
42292
  {
40781
42293
  "name": "make",
@@ -43486,22 +44998,45 @@
43486
44998
  }
43487
44999
  ],
43488
45000
  "directives": [
45001
+ {
45002
+ "name": "chargeSpeedConvert",
45003
+ "description": "Converting the value of a charge speed input to a single unit.",
45004
+ "isRepeatable": false,
45005
+ "locations": ["FIELD_DEFINITION"],
45006
+ "args": [
45007
+ {
45008
+ "name": "unitParameterName",
45009
+ "description": null,
45010
+ "type": {
45011
+ "kind": "SCALAR",
45012
+ "name": "PlainString",
45013
+ "ofType": null
45014
+ },
45015
+ "defaultValue": null,
45016
+ "isDeprecated": false,
45017
+ "deprecationReason": null
45018
+ }
45019
+ ]
45020
+ },
43489
45021
  {
43490
45022
  "name": "chargetripDeprecated",
43491
- "description": null,
45023
+ "description": "Chargetrip own deprecation directive which is overwriting the default GraphQL deprecated directive by adding the deprecation service and after how much time.",
43492
45024
  "isRepeatable": false,
43493
45025
  "locations": [
43494
45026
  "FIELD_DEFINITION",
43495
45027
  "INPUT_FIELD_DEFINITION",
43496
- "ENUM_VALUE"
45028
+ "INPUT_OBJECT",
45029
+ "ENUM",
45030
+ "ENUM_VALUE",
45031
+ "ARGUMENT_DEFINITION"
43497
45032
  ],
43498
45033
  "args": [
43499
45034
  {
43500
45035
  "name": "reason",
43501
- "description": null,
45036
+ "description": "Reason why this field is deprecated.",
43502
45037
  "type": {
43503
45038
  "kind": "SCALAR",
43504
- "name": "PlainString",
45039
+ "name": "String",
43505
45040
  "ofType": null
43506
45041
  },
43507
45042
  "defaultValue": null,
@@ -43510,10 +45045,10 @@
43510
45045
  },
43511
45046
  {
43512
45047
  "name": "serviceName",
43513
- "description": null,
45048
+ "description": "Name of the service that is deprecating this field.",
43514
45049
  "type": {
43515
45050
  "kind": "SCALAR",
43516
- "name": "PlainString",
45051
+ "name": "String",
43517
45052
  "ofType": null
43518
45053
  },
43519
45054
  "defaultValue": null,
@@ -43522,10 +45057,10 @@
43522
45057
  },
43523
45058
  {
43524
45059
  "name": "removeAfter",
43525
- "description": null,
45060
+ "description": "Time after which this field will be removed, in format like '1 year' or '2 years', default to '1 year'.",
43526
45061
  "type": {
43527
45062
  "kind": "SCALAR",
43528
- "name": "PlainString",
45063
+ "name": "String",
43529
45064
  "ofType": null
43530
45065
  },
43531
45066
  "defaultValue": null,
@@ -43534,10 +45069,10 @@
43534
45069
  },
43535
45070
  {
43536
45071
  "name": "replacedBy",
43537
- "description": null,
45072
+ "description": "Name of the field that replaces this one, if applicable.",
43538
45073
  "type": {
43539
45074
  "kind": "SCALAR",
43540
- "name": "PlainString",
45075
+ "name": "String",
43541
45076
  "ofType": null
43542
45077
  },
43543
45078
  "defaultValue": null,
@@ -43577,6 +45112,78 @@
43577
45112
  }
43578
45113
  ]
43579
45114
  },
45115
+ {
45116
+ "name": "defaultValue",
45117
+ "description": null,
45118
+ "isRepeatable": false,
45119
+ "locations": ["FIELD_DEFINITION"],
45120
+ "args": [
45121
+ {
45122
+ "name": "type",
45123
+ "description": null,
45124
+ "type": {
45125
+ "kind": "SCALAR",
45126
+ "name": "PlainString",
45127
+ "ofType": null
45128
+ },
45129
+ "defaultValue": null,
45130
+ "isDeprecated": false,
45131
+ "deprecationReason": null
45132
+ },
45133
+ {
45134
+ "name": "defaultValue",
45135
+ "description": null,
45136
+ "type": {
45137
+ "kind": "LIST",
45138
+ "name": null,
45139
+ "ofType": {
45140
+ "kind": "SCALAR",
45141
+ "name": "PlainString",
45142
+ "ofType": null
45143
+ }
45144
+ },
45145
+ "defaultValue": null,
45146
+ "isDeprecated": false,
45147
+ "deprecationReason": null
45148
+ },
45149
+ {
45150
+ "name": "description",
45151
+ "description": null,
45152
+ "type": {
45153
+ "kind": "SCALAR",
45154
+ "name": "PlainString",
45155
+ "ofType": null
45156
+ },
45157
+ "defaultValue": null,
45158
+ "isDeprecated": false,
45159
+ "deprecationReason": null
45160
+ }
45161
+ ]
45162
+ },
45163
+ {
45164
+ "name": "experimental",
45165
+ "description": null,
45166
+ "isRepeatable": false,
45167
+ "locations": [
45168
+ "FIELD_DEFINITION",
45169
+ "INPUT_FIELD_DEFINITION",
45170
+ "ARGUMENT_DEFINITION"
45171
+ ],
45172
+ "args": [
45173
+ {
45174
+ "name": "stage",
45175
+ "description": null,
45176
+ "type": {
45177
+ "kind": "SCALAR",
45178
+ "name": "String",
45179
+ "ofType": null
45180
+ },
45181
+ "defaultValue": null,
45182
+ "isDeprecated": false,
45183
+ "deprecationReason": null
45184
+ }
45185
+ ]
45186
+ },
43580
45187
  {
43581
45188
  "name": "listSize",
43582
45189
  "description": null,
@@ -43651,7 +45258,7 @@
43651
45258
  },
43652
45259
  {
43653
45260
  "name": "ocpi",
43654
- "description": null,
45261
+ "description": "Indicates that a property is OCPI-compliant.",
43655
45262
  "isRepeatable": false,
43656
45263
  "locations": ["FIELD_DEFINITION"],
43657
45264
  "args": []
@@ -43663,6 +45270,241 @@
43663
45270
  "locations": ["INPUT_OBJECT"],
43664
45271
  "args": []
43665
45272
  },
45273
+ {
45274
+ "name": "roundValue",
45275
+ "description": "Rounds a number to a given number of significant figures.",
45276
+ "isRepeatable": false,
45277
+ "locations": ["FIELD_DEFINITION"],
45278
+ "args": [
45279
+ {
45280
+ "name": "precision",
45281
+ "description": null,
45282
+ "type": {
45283
+ "kind": "SCALAR",
45284
+ "name": "Int",
45285
+ "ofType": null
45286
+ },
45287
+ "defaultValue": null,
45288
+ "isDeprecated": false,
45289
+ "deprecationReason": null
45290
+ }
45291
+ ]
45292
+ },
45293
+ {
45294
+ "name": "sanitizeHtml",
45295
+ "description": null,
45296
+ "isRepeatable": false,
45297
+ "locations": ["FIELD_DEFINITION", "INPUT_FIELD_DEFINITION"],
45298
+ "args": [
45299
+ {
45300
+ "name": "allowedTags",
45301
+ "description": null,
45302
+ "type": {
45303
+ "kind": "LIST",
45304
+ "name": null,
45305
+ "ofType": {
45306
+ "kind": "SCALAR",
45307
+ "name": "String",
45308
+ "ofType": null
45309
+ }
45310
+ },
45311
+ "defaultValue": null,
45312
+ "isDeprecated": false,
45313
+ "deprecationReason": null
45314
+ },
45315
+ {
45316
+ "name": "allowedIframeHostnames",
45317
+ "description": null,
45318
+ "type": {
45319
+ "kind": "LIST",
45320
+ "name": null,
45321
+ "ofType": {
45322
+ "kind": "SCALAR",
45323
+ "name": "String",
45324
+ "ofType": null
45325
+ }
45326
+ },
45327
+ "defaultValue": null,
45328
+ "isDeprecated": false,
45329
+ "deprecationReason": null
45330
+ },
45331
+ {
45332
+ "name": "selfClosing",
45333
+ "description": null,
45334
+ "type": {
45335
+ "kind": "LIST",
45336
+ "name": null,
45337
+ "ofType": {
45338
+ "kind": "SCALAR",
45339
+ "name": "String",
45340
+ "ofType": null
45341
+ }
45342
+ },
45343
+ "defaultValue": null,
45344
+ "isDeprecated": false,
45345
+ "deprecationReason": null
45346
+ },
45347
+ {
45348
+ "name": "allowedSchemes",
45349
+ "description": null,
45350
+ "type": {
45351
+ "kind": "LIST",
45352
+ "name": null,
45353
+ "ofType": {
45354
+ "kind": "SCALAR",
45355
+ "name": "String",
45356
+ "ofType": null
45357
+ }
45358
+ },
45359
+ "defaultValue": null,
45360
+ "isDeprecated": false,
45361
+ "deprecationReason": null
45362
+ },
45363
+ {
45364
+ "name": "allowedSchemesAppliedToAttributes",
45365
+ "description": null,
45366
+ "type": {
45367
+ "kind": "LIST",
45368
+ "name": null,
45369
+ "ofType": {
45370
+ "kind": "SCALAR",
45371
+ "name": "String",
45372
+ "ofType": null
45373
+ }
45374
+ },
45375
+ "defaultValue": null,
45376
+ "isDeprecated": false,
45377
+ "deprecationReason": null
45378
+ }
45379
+ ]
45380
+ },
45381
+ {
45382
+ "name": "shareable",
45383
+ "description": null,
45384
+ "isRepeatable": false,
45385
+ "locations": ["FIELD_DEFINITION", "OBJECT"],
45386
+ "args": []
45387
+ },
45388
+ {
45389
+ "name": "stateOfChargeConvert",
45390
+ "description": "Converting the value of a state of charge input to a single unit.",
45391
+ "isRepeatable": false,
45392
+ "locations": ["FIELD_DEFINITION"],
45393
+ "args": [
45394
+ {
45395
+ "name": "unitParameterName",
45396
+ "description": null,
45397
+ "type": {
45398
+ "kind": "SCALAR",
45399
+ "name": "PlainString",
45400
+ "ofType": null
45401
+ },
45402
+ "defaultValue": null,
45403
+ "isDeprecated": false,
45404
+ "deprecationReason": null
45405
+ }
45406
+ ]
45407
+ },
45408
+ {
45409
+ "name": "subFieldUnitConvert",
45410
+ "description": "Converts the value of a member with nested fields to another unit type.",
45411
+ "isRepeatable": false,
45412
+ "locations": ["FIELD_DEFINITION"],
45413
+ "args": [
45414
+ {
45415
+ "name": "fromUnit",
45416
+ "description": null,
45417
+ "type": {
45418
+ "kind": "SCALAR",
45419
+ "name": "PlainString",
45420
+ "ofType": null
45421
+ },
45422
+ "defaultValue": null,
45423
+ "isDeprecated": false,
45424
+ "deprecationReason": null
45425
+ },
45426
+ {
45427
+ "name": "subField",
45428
+ "description": null,
45429
+ "type": {
45430
+ "kind": "SCALAR",
45431
+ "name": "PlainString",
45432
+ "ofType": null
45433
+ },
45434
+ "defaultValue": null,
45435
+ "isDeprecated": false,
45436
+ "deprecationReason": null
45437
+ },
45438
+ {
45439
+ "name": "unitParameterName",
45440
+ "description": null,
45441
+ "type": {
45442
+ "kind": "SCALAR",
45443
+ "name": "PlainString",
45444
+ "ofType": null
45445
+ },
45446
+ "defaultValue": null,
45447
+ "isDeprecated": false,
45448
+ "deprecationReason": null
45449
+ },
45450
+ {
45451
+ "name": "round",
45452
+ "description": null,
45453
+ "type": {
45454
+ "kind": "SCALAR",
45455
+ "name": "Boolean",
45456
+ "ofType": null
45457
+ },
45458
+ "defaultValue": "false",
45459
+ "isDeprecated": false,
45460
+ "deprecationReason": null
45461
+ }
45462
+ ]
45463
+ },
45464
+ {
45465
+ "name": "unitConvert",
45466
+ "description": "Converts the value of a field to another unit type.",
45467
+ "isRepeatable": false,
45468
+ "locations": ["FIELD_DEFINITION"],
45469
+ "args": [
45470
+ {
45471
+ "name": "fromUnit",
45472
+ "description": null,
45473
+ "type": {
45474
+ "kind": "SCALAR",
45475
+ "name": "PlainString",
45476
+ "ofType": null
45477
+ },
45478
+ "defaultValue": null,
45479
+ "isDeprecated": false,
45480
+ "deprecationReason": null
45481
+ },
45482
+ {
45483
+ "name": "unitParameterName",
45484
+ "description": null,
45485
+ "type": {
45486
+ "kind": "SCALAR",
45487
+ "name": "PlainString",
45488
+ "ofType": null
45489
+ },
45490
+ "defaultValue": null,
45491
+ "isDeprecated": false,
45492
+ "deprecationReason": null
45493
+ },
45494
+ {
45495
+ "name": "precision",
45496
+ "description": null,
45497
+ "type": {
45498
+ "kind": "SCALAR",
45499
+ "name": "Int",
45500
+ "ofType": null
45501
+ },
45502
+ "defaultValue": null,
45503
+ "isDeprecated": false,
45504
+ "deprecationReason": null
45505
+ }
45506
+ ]
45507
+ },
43666
45508
  {
43667
45509
  "name": "include",
43668
45510
  "description": "Directs the executor to include this field or fragment only when the `if` argument is true.",