@chargetrip/types 1.37.3 → 1.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +4 -4
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +4 -4
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +93 -59
- package/graphql.schema.json +290 -99
- package/package.json +2 -2
- package/src/graphql.ts +98 -59
package/graphql.schema.json
CHANGED
|
@@ -6715,7 +6715,7 @@
|
|
|
6715
6715
|
"fields": [
|
|
6716
6716
|
{
|
|
6717
6717
|
"name": "worst",
|
|
6718
|
-
"description": "Worst conditions are based on -10°C and use of heating",
|
|
6718
|
+
"description": "Range in kilometers. Worst conditions are based on -10°C and use of heating",
|
|
6719
6719
|
"args": [
|
|
6720
6720
|
{
|
|
6721
6721
|
"name": "unit",
|
|
@@ -6732,7 +6732,7 @@
|
|
|
6732
6732
|
],
|
|
6733
6733
|
"type": {
|
|
6734
6734
|
"kind": "SCALAR",
|
|
6735
|
-
"name": "
|
|
6735
|
+
"name": "Int",
|
|
6736
6736
|
"ofType": null
|
|
6737
6737
|
},
|
|
6738
6738
|
"isDeprecated": false,
|
|
@@ -6740,7 +6740,7 @@
|
|
|
6740
6740
|
},
|
|
6741
6741
|
{
|
|
6742
6742
|
"name": "best",
|
|
6743
|
-
"description": "Best conditions are based on 23°C and no use of A/C",
|
|
6743
|
+
"description": "Range in kilometers. Best conditions are based on 23°C and no use of A/C",
|
|
6744
6744
|
"args": [
|
|
6745
6745
|
{
|
|
6746
6746
|
"name": "unit",
|
|
@@ -6757,7 +6757,7 @@
|
|
|
6757
6757
|
],
|
|
6758
6758
|
"type": {
|
|
6759
6759
|
"kind": "SCALAR",
|
|
6760
|
-
"name": "
|
|
6760
|
+
"name": "Int",
|
|
6761
6761
|
"ofType": null
|
|
6762
6762
|
},
|
|
6763
6763
|
"isDeprecated": false,
|
|
@@ -10122,11 +10122,11 @@
|
|
|
10122
10122
|
{
|
|
10123
10123
|
"kind": "OBJECT",
|
|
10124
10124
|
"name": "FeatureLineString",
|
|
10125
|
-
"description": "A GeoJSON Feature<LineString
|
|
10125
|
+
"description": "A GeoJSON Feature<LineString>.",
|
|
10126
10126
|
"fields": [
|
|
10127
10127
|
{
|
|
10128
10128
|
"name": "type",
|
|
10129
|
-
"description": "Feature type",
|
|
10129
|
+
"description": "Feature type.",
|
|
10130
10130
|
"args": [],
|
|
10131
10131
|
"type": {
|
|
10132
10132
|
"kind": "NON_NULL",
|
|
@@ -10142,7 +10142,7 @@
|
|
|
10142
10142
|
},
|
|
10143
10143
|
{
|
|
10144
10144
|
"name": "geometry",
|
|
10145
|
-
"description": "Geometry of the feature",
|
|
10145
|
+
"description": "Geometry of the feature.",
|
|
10146
10146
|
"args": [],
|
|
10147
10147
|
"type": {
|
|
10148
10148
|
"kind": "NON_NULL",
|
|
@@ -10165,11 +10165,11 @@
|
|
|
10165
10165
|
{
|
|
10166
10166
|
"kind": "OBJECT",
|
|
10167
10167
|
"name": "FeatureMultiPolygon",
|
|
10168
|
-
"description": "A GeoJSON Feature<MultiPolygon
|
|
10168
|
+
"description": "A GeoJSON Feature<MultiPolygon>.",
|
|
10169
10169
|
"fields": [
|
|
10170
10170
|
{
|
|
10171
10171
|
"name": "type",
|
|
10172
|
-
"description": "Feature type",
|
|
10172
|
+
"description": "Feature type.",
|
|
10173
10173
|
"args": [],
|
|
10174
10174
|
"type": {
|
|
10175
10175
|
"kind": "NON_NULL",
|
|
@@ -10185,7 +10185,7 @@
|
|
|
10185
10185
|
},
|
|
10186
10186
|
{
|
|
10187
10187
|
"name": "geometry",
|
|
10188
|
-
"description": "Geometry of the feature",
|
|
10188
|
+
"description": "Geometry of the feature.",
|
|
10189
10189
|
"args": [],
|
|
10190
10190
|
"type": {
|
|
10191
10191
|
"kind": "NON_NULL",
|
|
@@ -10201,7 +10201,7 @@
|
|
|
10201
10201
|
},
|
|
10202
10202
|
{
|
|
10203
10203
|
"name": "properties",
|
|
10204
|
-
"description": "Properties of the MultiPolygon Feature",
|
|
10204
|
+
"description": "Properties of the MultiPolygon Feature.",
|
|
10205
10205
|
"args": [],
|
|
10206
10206
|
"type": {
|
|
10207
10207
|
"kind": "OBJECT",
|
|
@@ -10220,11 +10220,11 @@
|
|
|
10220
10220
|
{
|
|
10221
10221
|
"kind": "OBJECT",
|
|
10222
10222
|
"name": "FeatureMultiPolygonPoint",
|
|
10223
|
-
"description": "A GeoJSON Feature<Point
|
|
10223
|
+
"description": "A GeoJSON Feature<Point>.",
|
|
10224
10224
|
"fields": [
|
|
10225
10225
|
{
|
|
10226
10226
|
"name": "type",
|
|
10227
|
-
"description": "Feature type",
|
|
10227
|
+
"description": "Feature type.",
|
|
10228
10228
|
"args": [],
|
|
10229
10229
|
"type": {
|
|
10230
10230
|
"kind": "NON_NULL",
|
|
@@ -10240,7 +10240,7 @@
|
|
|
10240
10240
|
},
|
|
10241
10241
|
{
|
|
10242
10242
|
"name": "geometry",
|
|
10243
|
-
"description": "Geometry of the feature",
|
|
10243
|
+
"description": "Geometry of the feature.",
|
|
10244
10244
|
"args": [],
|
|
10245
10245
|
"type": {
|
|
10246
10246
|
"kind": "NON_NULL",
|
|
@@ -10409,12 +10409,12 @@
|
|
|
10409
10409
|
{
|
|
10410
10410
|
"kind": "INPUT_OBJECT",
|
|
10411
10411
|
"name": "FeaturePointPolygonInput",
|
|
10412
|
-
"description": "A GeoJSON Feature<Point> input",
|
|
10412
|
+
"description": "A GeoJSON Feature<Point> input.",
|
|
10413
10413
|
"fields": null,
|
|
10414
10414
|
"inputFields": [
|
|
10415
10415
|
{
|
|
10416
10416
|
"name": "type",
|
|
10417
|
-
"description": "Feature type",
|
|
10417
|
+
"description": "Feature type.",
|
|
10418
10418
|
"type": {
|
|
10419
10419
|
"kind": "NON_NULL",
|
|
10420
10420
|
"name": null,
|
|
@@ -10430,7 +10430,7 @@
|
|
|
10430
10430
|
},
|
|
10431
10431
|
{
|
|
10432
10432
|
"name": "geometry",
|
|
10433
|
-
"description": "Geometry of the feature",
|
|
10433
|
+
"description": "Geometry of the feature.",
|
|
10434
10434
|
"type": {
|
|
10435
10435
|
"kind": "NON_NULL",
|
|
10436
10436
|
"name": null,
|
|
@@ -10464,11 +10464,11 @@
|
|
|
10464
10464
|
{
|
|
10465
10465
|
"kind": "OBJECT",
|
|
10466
10466
|
"name": "FeaturePointPolygonProperties",
|
|
10467
|
-
"description": "Properties for Feature<Point> input",
|
|
10467
|
+
"description": "Properties for Feature<Point> input.",
|
|
10468
10468
|
"fields": [
|
|
10469
10469
|
{
|
|
10470
10470
|
"name": "name",
|
|
10471
|
-
"description": "Name of the location",
|
|
10471
|
+
"description": "Name of the location.",
|
|
10472
10472
|
"args": [],
|
|
10473
10473
|
"type": {
|
|
10474
10474
|
"kind": "SCALAR",
|
|
@@ -10487,12 +10487,12 @@
|
|
|
10487
10487
|
{
|
|
10488
10488
|
"kind": "INPUT_OBJECT",
|
|
10489
10489
|
"name": "FeaturePointPolygonPropertiesInput",
|
|
10490
|
-
"description": "Properties for Feature<Point> input",
|
|
10490
|
+
"description": "Properties for Feature<Point> input.",
|
|
10491
10491
|
"fields": null,
|
|
10492
10492
|
"inputFields": [
|
|
10493
10493
|
{
|
|
10494
10494
|
"name": "name",
|
|
10495
|
-
"description": "Name of the location",
|
|
10495
|
+
"description": "Name of the location.",
|
|
10496
10496
|
"type": {
|
|
10497
10497
|
"kind": "SCALAR",
|
|
10498
10498
|
"name": "String",
|
|
@@ -10628,7 +10628,7 @@
|
|
|
10628
10628
|
"fields": [
|
|
10629
10629
|
{
|
|
10630
10630
|
"name": "id",
|
|
10631
|
-
"description": "Isoline id",
|
|
10631
|
+
"description": "Isoline id.",
|
|
10632
10632
|
"args": [],
|
|
10633
10633
|
"type": {
|
|
10634
10634
|
"kind": "NON_NULL",
|
|
@@ -10644,7 +10644,7 @@
|
|
|
10644
10644
|
},
|
|
10645
10645
|
{
|
|
10646
10646
|
"name": "status",
|
|
10647
|
-
"description": "Isoline status",
|
|
10647
|
+
"description": "Isoline status.",
|
|
10648
10648
|
"args": [],
|
|
10649
10649
|
"type": {
|
|
10650
10650
|
"kind": "NON_NULL",
|
|
@@ -10660,7 +10660,7 @@
|
|
|
10660
10660
|
},
|
|
10661
10661
|
{
|
|
10662
10662
|
"name": "polygons",
|
|
10663
|
-
"description": "Shape of the isoline consisting in a list of multipolygons",
|
|
10663
|
+
"description": "Shape of the isoline consisting in a list of multipolygons.",
|
|
10664
10664
|
"args": [],
|
|
10665
10665
|
"type": {
|
|
10666
10666
|
"kind": "LIST",
|
|
@@ -10676,7 +10676,7 @@
|
|
|
10676
10676
|
},
|
|
10677
10677
|
{
|
|
10678
10678
|
"name": "ferries",
|
|
10679
|
-
"description": "List of the ferries uniting islands formed by the isoline",
|
|
10679
|
+
"description": "List of the ferries uniting islands formed by the isoline.",
|
|
10680
10680
|
"args": [],
|
|
10681
10681
|
"type": {
|
|
10682
10682
|
"kind": "LIST",
|
|
@@ -10691,56 +10691,12 @@
|
|
|
10691
10691
|
"deprecationReason": null
|
|
10692
10692
|
},
|
|
10693
10693
|
{
|
|
10694
|
-
"name": "
|
|
10695
|
-
"description": "
|
|
10696
|
-
"args": [],
|
|
10697
|
-
"type": {
|
|
10698
|
-
"kind": "NON_NULL",
|
|
10699
|
-
"name": null,
|
|
10700
|
-
"ofType": {
|
|
10701
|
-
"kind": "OBJECT",
|
|
10702
|
-
"name": "FeatureMultiPolygonPoint",
|
|
10703
|
-
"ofType": null
|
|
10704
|
-
}
|
|
10705
|
-
},
|
|
10706
|
-
"isDeprecated": false,
|
|
10707
|
-
"deprecationReason": null
|
|
10708
|
-
},
|
|
10709
|
-
{
|
|
10710
|
-
"name": "vehicle_id",
|
|
10711
|
-
"description": "Vehicle id",
|
|
10694
|
+
"name": "request_input",
|
|
10695
|
+
"description": "The inputted request data for the isoline used to compute it.",
|
|
10712
10696
|
"args": [],
|
|
10713
10697
|
"type": {
|
|
10714
|
-
"kind": "
|
|
10715
|
-
"name":
|
|
10716
|
-
"ofType": {
|
|
10717
|
-
"kind": "SCALAR",
|
|
10718
|
-
"name": "ID",
|
|
10719
|
-
"ofType": null
|
|
10720
|
-
}
|
|
10721
|
-
},
|
|
10722
|
-
"isDeprecated": false,
|
|
10723
|
-
"deprecationReason": null
|
|
10724
|
-
},
|
|
10725
|
-
{
|
|
10726
|
-
"name": "polygon_count",
|
|
10727
|
-
"description": "Number of Isolines to be generated representing SoC (default: 1, maximum: 20)",
|
|
10728
|
-
"args": [],
|
|
10729
|
-
"type": {
|
|
10730
|
-
"kind": "SCALAR",
|
|
10731
|
-
"name": "Int",
|
|
10732
|
-
"ofType": null
|
|
10733
|
-
},
|
|
10734
|
-
"isDeprecated": false,
|
|
10735
|
-
"deprecationReason": null
|
|
10736
|
-
},
|
|
10737
|
-
{
|
|
10738
|
-
"name": "season",
|
|
10739
|
-
"description": "Season to be taken into account when generating the isoline. Default: current",
|
|
10740
|
-
"args": [],
|
|
10741
|
-
"type": {
|
|
10742
|
-
"kind": "ENUM",
|
|
10743
|
-
"name": "RouteSeason",
|
|
10698
|
+
"kind": "OBJECT",
|
|
10699
|
+
"name": "IsolineRequestInput",
|
|
10744
10700
|
"ofType": null
|
|
10745
10701
|
},
|
|
10746
10702
|
"isDeprecated": false,
|
|
@@ -10762,7 +10718,7 @@
|
|
|
10762
10718
|
"enumValues": [
|
|
10763
10719
|
{
|
|
10764
10720
|
"name": "none",
|
|
10765
|
-
"description": "Ferry connections should not be included",
|
|
10721
|
+
"description": "Ferry connections should not be included.",
|
|
10766
10722
|
"isDeprecated": false,
|
|
10767
10723
|
"deprecationReason": null
|
|
10768
10724
|
},
|
|
@@ -10783,7 +10739,7 @@
|
|
|
10783
10739
|
"inputFields": [
|
|
10784
10740
|
{
|
|
10785
10741
|
"name": "vehicle_id",
|
|
10786
|
-
"description": "Vehicle id",
|
|
10742
|
+
"description": "Vehicle id.",
|
|
10787
10743
|
"type": {
|
|
10788
10744
|
"kind": "NON_NULL",
|
|
10789
10745
|
"name": null,
|
|
@@ -10799,7 +10755,7 @@
|
|
|
10799
10755
|
},
|
|
10800
10756
|
{
|
|
10801
10757
|
"name": "origin",
|
|
10802
|
-
"description": "Origin point of the request",
|
|
10758
|
+
"description": "Origin point of the request.",
|
|
10803
10759
|
"type": {
|
|
10804
10760
|
"kind": "NON_NULL",
|
|
10805
10761
|
"name": null,
|
|
@@ -10815,7 +10771,7 @@
|
|
|
10815
10771
|
},
|
|
10816
10772
|
{
|
|
10817
10773
|
"name": "polygon_count",
|
|
10818
|
-
"description": "Numbers of polygons to be generated (
|
|
10774
|
+
"description": "Numbers of polygons to be generated (maximum: 20).",
|
|
10819
10775
|
"type": {
|
|
10820
10776
|
"kind": "SCALAR",
|
|
10821
10777
|
"name": "Int",
|
|
@@ -10827,7 +10783,7 @@
|
|
|
10827
10783
|
},
|
|
10828
10784
|
{
|
|
10829
10785
|
"name": "round_trip",
|
|
10830
|
-
"description": "Vehicle should be able to return to the origin point from any point",
|
|
10786
|
+
"description": "Vehicle should be able to return to the origin point from any point.",
|
|
10831
10787
|
"type": {
|
|
10832
10788
|
"kind": "SCALAR",
|
|
10833
10789
|
"name": "Boolean",
|
|
@@ -10839,7 +10795,7 @@
|
|
|
10839
10795
|
},
|
|
10840
10796
|
{
|
|
10841
10797
|
"name": "occupants",
|
|
10842
|
-
"description": "Number of occupants",
|
|
10798
|
+
"description": "Number of occupants.",
|
|
10843
10799
|
"type": {
|
|
10844
10800
|
"kind": "SCALAR",
|
|
10845
10801
|
"name": "Int",
|
|
@@ -10851,7 +10807,7 @@
|
|
|
10851
10807
|
},
|
|
10852
10808
|
{
|
|
10853
10809
|
"name": "total_occupant_weight",
|
|
10854
|
-
"description": "Cumulated weight of the occupants",
|
|
10810
|
+
"description": "Cumulated weight of the occupants.",
|
|
10855
10811
|
"type": {
|
|
10856
10812
|
"kind": "INPUT_OBJECT",
|
|
10857
10813
|
"name": "TotalOccupantWeightInput",
|
|
@@ -10863,7 +10819,7 @@
|
|
|
10863
10819
|
},
|
|
10864
10820
|
{
|
|
10865
10821
|
"name": "total_cargo_weight",
|
|
10866
|
-
"description": "Cargo weight
|
|
10822
|
+
"description": "Cargo weight.",
|
|
10867
10823
|
"type": {
|
|
10868
10824
|
"kind": "INPUT_OBJECT",
|
|
10869
10825
|
"name": "TotalCargoWeightInput",
|
|
@@ -10875,7 +10831,7 @@
|
|
|
10875
10831
|
},
|
|
10876
10832
|
{
|
|
10877
10833
|
"name": "climate_control",
|
|
10878
|
-
"description": "Climate is on",
|
|
10834
|
+
"description": "Climate is on.",
|
|
10879
10835
|
"type": {
|
|
10880
10836
|
"kind": "SCALAR",
|
|
10881
10837
|
"name": "Boolean",
|
|
@@ -10887,7 +10843,7 @@
|
|
|
10887
10843
|
},
|
|
10888
10844
|
{
|
|
10889
10845
|
"name": "season",
|
|
10890
|
-
"description": "Season to be taken into account when generating the isoline",
|
|
10846
|
+
"description": "Season to be taken into account when generating the isoline.",
|
|
10891
10847
|
"type": {
|
|
10892
10848
|
"kind": "ENUM",
|
|
10893
10849
|
"name": "RouteSeason",
|
|
@@ -10899,7 +10855,7 @@
|
|
|
10899
10855
|
},
|
|
10900
10856
|
{
|
|
10901
10857
|
"name": "quality",
|
|
10902
|
-
"description": "Polygons precision quality",
|
|
10858
|
+
"description": "Polygons precision quality.",
|
|
10903
10859
|
"type": {
|
|
10904
10860
|
"kind": "ENUM",
|
|
10905
10861
|
"name": "IsolineQuality",
|
|
@@ -10953,49 +10909,284 @@
|
|
|
10953
10909
|
{
|
|
10954
10910
|
"kind": "ENUM",
|
|
10955
10911
|
"name": "IsolineQuality",
|
|
10956
|
-
"description": "Granularity of the isoline",
|
|
10912
|
+
"description": "Granularity of the isoline.",
|
|
10957
10913
|
"fields": null,
|
|
10958
10914
|
"inputFields": null,
|
|
10959
10915
|
"interfaces": null,
|
|
10960
10916
|
"enumValues": [
|
|
10961
10917
|
{
|
|
10962
10918
|
"name": "high",
|
|
10963
|
-
"description": "High polygons precisions",
|
|
10919
|
+
"description": "High polygons precisions.",
|
|
10964
10920
|
"isDeprecated": false,
|
|
10965
10921
|
"deprecationReason": null
|
|
10966
10922
|
},
|
|
10967
10923
|
{
|
|
10968
10924
|
"name": "low",
|
|
10969
|
-
"description": "Low polygons precisions",
|
|
10925
|
+
"description": "Low polygons precisions.",
|
|
10926
|
+
"isDeprecated": false,
|
|
10927
|
+
"deprecationReason": null
|
|
10928
|
+
}
|
|
10929
|
+
],
|
|
10930
|
+
"possibleTypes": null
|
|
10931
|
+
},
|
|
10932
|
+
{
|
|
10933
|
+
"kind": "OBJECT",
|
|
10934
|
+
"name": "IsolineRequestInput",
|
|
10935
|
+
"description": null,
|
|
10936
|
+
"fields": [
|
|
10937
|
+
{
|
|
10938
|
+
"name": "vehicle_id",
|
|
10939
|
+
"description": "Vehicle id.",
|
|
10940
|
+
"args": [],
|
|
10941
|
+
"type": {
|
|
10942
|
+
"kind": "NON_NULL",
|
|
10943
|
+
"name": null,
|
|
10944
|
+
"ofType": {
|
|
10945
|
+
"kind": "SCALAR",
|
|
10946
|
+
"name": "ID",
|
|
10947
|
+
"ofType": null
|
|
10948
|
+
}
|
|
10949
|
+
},
|
|
10950
|
+
"isDeprecated": false,
|
|
10951
|
+
"deprecationReason": null
|
|
10952
|
+
},
|
|
10953
|
+
{
|
|
10954
|
+
"name": "origin",
|
|
10955
|
+
"description": "Origin point of the request.",
|
|
10956
|
+
"args": [],
|
|
10957
|
+
"type": {
|
|
10958
|
+
"kind": "NON_NULL",
|
|
10959
|
+
"name": null,
|
|
10960
|
+
"ofType": {
|
|
10961
|
+
"kind": "OBJECT",
|
|
10962
|
+
"name": "FeaturePoint",
|
|
10963
|
+
"ofType": null
|
|
10964
|
+
}
|
|
10965
|
+
},
|
|
10966
|
+
"isDeprecated": false,
|
|
10967
|
+
"deprecationReason": null
|
|
10968
|
+
},
|
|
10969
|
+
{
|
|
10970
|
+
"name": "polygon_count",
|
|
10971
|
+
"description": "Numbers of polygons that were generated.",
|
|
10972
|
+
"args": [],
|
|
10973
|
+
"type": {
|
|
10974
|
+
"kind": "SCALAR",
|
|
10975
|
+
"name": "Int",
|
|
10976
|
+
"ofType": null
|
|
10977
|
+
},
|
|
10978
|
+
"isDeprecated": false,
|
|
10979
|
+
"deprecationReason": null
|
|
10980
|
+
},
|
|
10981
|
+
{
|
|
10982
|
+
"name": "round_trip",
|
|
10983
|
+
"description": "Vehicle should be able to return to the origin point from any point.",
|
|
10984
|
+
"args": [],
|
|
10985
|
+
"type": {
|
|
10986
|
+
"kind": "SCALAR",
|
|
10987
|
+
"name": "Boolean",
|
|
10988
|
+
"ofType": null
|
|
10989
|
+
},
|
|
10990
|
+
"isDeprecated": false,
|
|
10991
|
+
"deprecationReason": null
|
|
10992
|
+
},
|
|
10993
|
+
{
|
|
10994
|
+
"name": "occupants",
|
|
10995
|
+
"description": "Number of occupants.",
|
|
10996
|
+
"args": [],
|
|
10997
|
+
"type": {
|
|
10998
|
+
"kind": "SCALAR",
|
|
10999
|
+
"name": "Int",
|
|
11000
|
+
"ofType": null
|
|
11001
|
+
},
|
|
11002
|
+
"isDeprecated": false,
|
|
11003
|
+
"deprecationReason": null
|
|
11004
|
+
},
|
|
11005
|
+
{
|
|
11006
|
+
"name": "total_occupant_weight",
|
|
11007
|
+
"description": "Cumulated weight of the occupants.",
|
|
11008
|
+
"args": [
|
|
11009
|
+
{
|
|
11010
|
+
"name": "unit",
|
|
11011
|
+
"description": null,
|
|
11012
|
+
"type": {
|
|
11013
|
+
"kind": "ENUM",
|
|
11014
|
+
"name": "WeightUnit",
|
|
11015
|
+
"ofType": null
|
|
11016
|
+
},
|
|
11017
|
+
"defaultValue": "kilogram",
|
|
11018
|
+
"isDeprecated": false,
|
|
11019
|
+
"deprecationReason": null
|
|
11020
|
+
}
|
|
11021
|
+
],
|
|
11022
|
+
"type": {
|
|
11023
|
+
"kind": "SCALAR",
|
|
11024
|
+
"name": "Float",
|
|
11025
|
+
"ofType": null
|
|
11026
|
+
},
|
|
11027
|
+
"isDeprecated": false,
|
|
11028
|
+
"deprecationReason": null
|
|
11029
|
+
},
|
|
11030
|
+
{
|
|
11031
|
+
"name": "total_cargo_weight",
|
|
11032
|
+
"description": "Cargo weight.",
|
|
11033
|
+
"args": [
|
|
11034
|
+
{
|
|
11035
|
+
"name": "unit",
|
|
11036
|
+
"description": null,
|
|
11037
|
+
"type": {
|
|
11038
|
+
"kind": "ENUM",
|
|
11039
|
+
"name": "WeightUnit",
|
|
11040
|
+
"ofType": null
|
|
11041
|
+
},
|
|
11042
|
+
"defaultValue": "kilogram",
|
|
11043
|
+
"isDeprecated": false,
|
|
11044
|
+
"deprecationReason": null
|
|
11045
|
+
}
|
|
11046
|
+
],
|
|
11047
|
+
"type": {
|
|
11048
|
+
"kind": "SCALAR",
|
|
11049
|
+
"name": "Float",
|
|
11050
|
+
"ofType": null
|
|
11051
|
+
},
|
|
11052
|
+
"isDeprecated": false,
|
|
11053
|
+
"deprecationReason": null
|
|
11054
|
+
},
|
|
11055
|
+
{
|
|
11056
|
+
"name": "climate_control",
|
|
11057
|
+
"description": "Climate is on.",
|
|
11058
|
+
"args": [],
|
|
11059
|
+
"type": {
|
|
11060
|
+
"kind": "SCALAR",
|
|
11061
|
+
"name": "Boolean",
|
|
11062
|
+
"ofType": null
|
|
11063
|
+
},
|
|
11064
|
+
"isDeprecated": false,
|
|
11065
|
+
"deprecationReason": null
|
|
11066
|
+
},
|
|
11067
|
+
{
|
|
11068
|
+
"name": "season",
|
|
11069
|
+
"description": "Season taken into account when isoline was generated.",
|
|
11070
|
+
"args": [],
|
|
11071
|
+
"type": {
|
|
11072
|
+
"kind": "ENUM",
|
|
11073
|
+
"name": "RouteSeason",
|
|
11074
|
+
"ofType": null
|
|
11075
|
+
},
|
|
11076
|
+
"isDeprecated": false,
|
|
11077
|
+
"deprecationReason": null
|
|
11078
|
+
},
|
|
11079
|
+
{
|
|
11080
|
+
"name": "quality",
|
|
11081
|
+
"description": "Polygons precision quality.",
|
|
11082
|
+
"args": [],
|
|
11083
|
+
"type": {
|
|
11084
|
+
"kind": "ENUM",
|
|
11085
|
+
"name": "IsolineQuality",
|
|
11086
|
+
"ofType": null
|
|
11087
|
+
},
|
|
11088
|
+
"isDeprecated": false,
|
|
11089
|
+
"deprecationReason": null
|
|
11090
|
+
},
|
|
11091
|
+
{
|
|
11092
|
+
"name": "ferry_connections",
|
|
11093
|
+
"description": "Ferry connections.",
|
|
11094
|
+
"args": [],
|
|
11095
|
+
"type": {
|
|
11096
|
+
"kind": "ENUM",
|
|
11097
|
+
"name": "IsolineFerryConnectionsType",
|
|
11098
|
+
"ofType": null
|
|
11099
|
+
},
|
|
11100
|
+
"isDeprecated": false,
|
|
11101
|
+
"deprecationReason": null
|
|
11102
|
+
},
|
|
11103
|
+
{
|
|
11104
|
+
"name": "state_of_charge",
|
|
11105
|
+
"description": "Battery state of charge.",
|
|
11106
|
+
"args": [
|
|
11107
|
+
{
|
|
11108
|
+
"name": "unit",
|
|
11109
|
+
"description": null,
|
|
11110
|
+
"type": {
|
|
11111
|
+
"kind": "ENUM",
|
|
11112
|
+
"name": "StateOfChargeUnit",
|
|
11113
|
+
"ofType": null
|
|
11114
|
+
},
|
|
11115
|
+
"defaultValue": "kilowatt_hour",
|
|
11116
|
+
"isDeprecated": false,
|
|
11117
|
+
"deprecationReason": null
|
|
11118
|
+
}
|
|
11119
|
+
],
|
|
11120
|
+
"type": {
|
|
11121
|
+
"kind": "NON_NULL",
|
|
11122
|
+
"name": null,
|
|
11123
|
+
"ofType": {
|
|
11124
|
+
"kind": "SCALAR",
|
|
11125
|
+
"name": "Float",
|
|
11126
|
+
"ofType": null
|
|
11127
|
+
}
|
|
11128
|
+
},
|
|
11129
|
+
"isDeprecated": false,
|
|
11130
|
+
"deprecationReason": null
|
|
11131
|
+
},
|
|
11132
|
+
{
|
|
11133
|
+
"name": "final_state_of_charge",
|
|
11134
|
+
"description": "Minimum final battery state of charge.",
|
|
11135
|
+
"args": [
|
|
11136
|
+
{
|
|
11137
|
+
"name": "unit",
|
|
11138
|
+
"description": null,
|
|
11139
|
+
"type": {
|
|
11140
|
+
"kind": "ENUM",
|
|
11141
|
+
"name": "StateOfChargeUnit",
|
|
11142
|
+
"ofType": null
|
|
11143
|
+
},
|
|
11144
|
+
"defaultValue": "kilowatt_hour",
|
|
11145
|
+
"isDeprecated": false,
|
|
11146
|
+
"deprecationReason": null
|
|
11147
|
+
}
|
|
11148
|
+
],
|
|
11149
|
+
"type": {
|
|
11150
|
+
"kind": "NON_NULL",
|
|
11151
|
+
"name": null,
|
|
11152
|
+
"ofType": {
|
|
11153
|
+
"kind": "SCALAR",
|
|
11154
|
+
"name": "Float",
|
|
11155
|
+
"ofType": null
|
|
11156
|
+
}
|
|
11157
|
+
},
|
|
10970
11158
|
"isDeprecated": false,
|
|
10971
11159
|
"deprecationReason": null
|
|
10972
11160
|
}
|
|
10973
11161
|
],
|
|
11162
|
+
"inputFields": null,
|
|
11163
|
+
"interfaces": [],
|
|
11164
|
+
"enumValues": null,
|
|
10974
11165
|
"possibleTypes": null
|
|
10975
11166
|
},
|
|
10976
11167
|
{
|
|
10977
11168
|
"kind": "ENUM",
|
|
10978
11169
|
"name": "IsolineStatus",
|
|
10979
|
-
"description": "Status of the isoline label",
|
|
11170
|
+
"description": "Status of the isoline label.",
|
|
10980
11171
|
"fields": null,
|
|
10981
11172
|
"inputFields": null,
|
|
10982
11173
|
"interfaces": null,
|
|
10983
11174
|
"enumValues": [
|
|
10984
11175
|
{
|
|
10985
11176
|
"name": "done",
|
|
10986
|
-
"description": "Isoline label has been successfully generated",
|
|
11177
|
+
"description": "Isoline label has been successfully generated.",
|
|
10987
11178
|
"isDeprecated": false,
|
|
10988
11179
|
"deprecationReason": null
|
|
10989
11180
|
},
|
|
10990
11181
|
{
|
|
10991
11182
|
"name": "pending",
|
|
10992
|
-
"description": "Isoline label is under processing",
|
|
11183
|
+
"description": "Isoline label is under processing.",
|
|
10993
11184
|
"isDeprecated": false,
|
|
10994
11185
|
"deprecationReason": null
|
|
10995
11186
|
},
|
|
10996
11187
|
{
|
|
10997
11188
|
"name": "error",
|
|
10998
|
-
"description": "There was an error while generating the isoline label",
|
|
11189
|
+
"description": "There was an error while generating the isoline label.",
|
|
10999
11190
|
"isDeprecated": false,
|
|
11000
11191
|
"deprecationReason": null
|
|
11001
11192
|
}
|
|
@@ -11197,11 +11388,11 @@
|
|
|
11197
11388
|
{
|
|
11198
11389
|
"kind": "OBJECT",
|
|
11199
11390
|
"name": "MultiPolygon",
|
|
11200
|
-
"description": "A GeoJSON Polygon",
|
|
11391
|
+
"description": "A GeoJSON Polygon.",
|
|
11201
11392
|
"fields": [
|
|
11202
11393
|
{
|
|
11203
11394
|
"name": "type",
|
|
11204
|
-
"description": "MultiPolygon type",
|
|
11395
|
+
"description": "MultiPolygon type.",
|
|
11205
11396
|
"args": [],
|
|
11206
11397
|
"type": {
|
|
11207
11398
|
"kind": "NON_NULL",
|
|
@@ -11217,7 +11408,7 @@
|
|
|
11217
11408
|
},
|
|
11218
11409
|
{
|
|
11219
11410
|
"name": "coordinates",
|
|
11220
|
-
"description": "List of coordinates representing a polygon",
|
|
11411
|
+
"description": "List of coordinates representing a polygon.",
|
|
11221
11412
|
"args": [],
|
|
11222
11413
|
"type": {
|
|
11223
11414
|
"kind": "NON_NULL",
|
|
@@ -11389,7 +11580,7 @@
|
|
|
11389
11580
|
},
|
|
11390
11581
|
{
|
|
11391
11582
|
"name": "createIsoline",
|
|
11392
|
-
"description": "
|
|
11583
|
+
"description": "Create a consumption based isoline.",
|
|
11393
11584
|
"args": [
|
|
11394
11585
|
{
|
|
11395
11586
|
"name": "input",
|
|
@@ -15497,11 +15688,11 @@
|
|
|
15497
15688
|
{
|
|
15498
15689
|
"kind": "OBJECT",
|
|
15499
15690
|
"name": "PolygonProperties",
|
|
15500
|
-
"description": "Polygon properties",
|
|
15691
|
+
"description": "Polygon properties.",
|
|
15501
15692
|
"fields": [
|
|
15502
15693
|
{
|
|
15503
15694
|
"name": "index",
|
|
15504
|
-
"description": "Index of the feature inside the list",
|
|
15695
|
+
"description": "Index of the feature inside the list.",
|
|
15505
15696
|
"args": [],
|
|
15506
15697
|
"type": {
|
|
15507
15698
|
"kind": "SCALAR",
|
|
@@ -16284,7 +16475,7 @@
|
|
|
16284
16475
|
},
|
|
16285
16476
|
{
|
|
16286
16477
|
"name": "isoline",
|
|
16287
|
-
"description": "
|
|
16478
|
+
"description": "Get an isoline by ID.",
|
|
16288
16479
|
"args": [
|
|
16289
16480
|
{
|
|
16290
16481
|
"name": "id",
|
|
@@ -22858,7 +23049,7 @@
|
|
|
22858
23049
|
},
|
|
22859
23050
|
{
|
|
22860
23051
|
"name": "isoline",
|
|
22861
|
-
"description": "
|
|
23052
|
+
"description": "Subscribe to an isoline in order to receive updates.",
|
|
22862
23053
|
"args": [
|
|
22863
23054
|
{
|
|
22864
23055
|
"name": "id",
|