@chargetrip/types 1.47.0 → 1.47.1

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.
@@ -328,6 +328,119 @@
328
328
  ],
329
329
  "possibleTypes": null
330
330
  },
331
+ {
332
+ "kind": "OBJECT",
333
+ "name": "AirPressure",
334
+ "description": null,
335
+ "fields": [
336
+ {
337
+ "name": "value",
338
+ "description": "Value of the atmospheric pressure.",
339
+ "args": [],
340
+ "type": {
341
+ "kind": "NON_NULL",
342
+ "name": null,
343
+ "ofType": {
344
+ "kind": "SCALAR",
345
+ "name": "Float",
346
+ "ofType": null
347
+ }
348
+ },
349
+ "isDeprecated": false,
350
+ "deprecationReason": null
351
+ },
352
+ {
353
+ "name": "type",
354
+ "description": "Atmospheric pressure unit.",
355
+ "args": [],
356
+ "type": {
357
+ "kind": "NON_NULL",
358
+ "name": null,
359
+ "ofType": {
360
+ "kind": "ENUM",
361
+ "name": "AirPressureUnit",
362
+ "ofType": null
363
+ }
364
+ },
365
+ "isDeprecated": false,
366
+ "deprecationReason": null
367
+ }
368
+ ],
369
+ "inputFields": null,
370
+ "interfaces": [],
371
+ "enumValues": null,
372
+ "possibleTypes": null
373
+ },
374
+ {
375
+ "kind": "SCALAR",
376
+ "name": "Float",
377
+ "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
378
+ "fields": null,
379
+ "inputFields": null,
380
+ "interfaces": null,
381
+ "enumValues": null,
382
+ "possibleTypes": null
383
+ },
384
+ {
385
+ "kind": "INPUT_OBJECT",
386
+ "name": "AirPressureInput",
387
+ "description": null,
388
+ "fields": null,
389
+ "inputFields": [
390
+ {
391
+ "name": "value",
392
+ "description": "Value of the atmospheric pressure.",
393
+ "type": {
394
+ "kind": "NON_NULL",
395
+ "name": null,
396
+ "ofType": {
397
+ "kind": "SCALAR",
398
+ "name": "Float",
399
+ "ofType": null
400
+ }
401
+ },
402
+ "defaultValue": null,
403
+ "isDeprecated": false,
404
+ "deprecationReason": null
405
+ },
406
+ {
407
+ "name": "type",
408
+ "description": "Atmospheric pressure unit.",
409
+ "type": {
410
+ "kind": "NON_NULL",
411
+ "name": null,
412
+ "ofType": {
413
+ "kind": "ENUM",
414
+ "name": "AirPressureUnit",
415
+ "ofType": null
416
+ }
417
+ },
418
+ "defaultValue": null,
419
+ "isDeprecated": false,
420
+ "deprecationReason": null
421
+ }
422
+ ],
423
+ "interfaces": null,
424
+ "enumValues": null,
425
+ "possibleTypes": null
426
+ },
427
+ {
428
+ "kind": "ENUM",
429
+ "name": "AirPressureUnit",
430
+ "description": null,
431
+ "fields": null,
432
+ "inputFields": null,
433
+ "interfaces": null,
434
+ "enumValues": [
435
+ {
436
+ "name": "millibar",
437
+ "description": null,
438
+ "isDeprecated": false,
439
+ "deprecationReason": null
440
+ }
441
+ ],
442
+ "possibleTypes": null
443
+ },
331
444
  {
332
445
  "kind": "OBJECT",
333
446
  "name": "AlternativeStationRadius",
@@ -387,16 +500,6 @@
387
500
  "enumValues": null,
388
501
  "possibleTypes": null
389
502
  },
390
- {
391
- "kind": "SCALAR",
392
- "name": "Float",
393
- "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
394
- "fields": null,
395
- "inputFields": null,
396
- "interfaces": null,
397
- "enumValues": null,
398
- "possibleTypes": null
399
- },
400
503
  {
401
504
  "kind": "INPUT_OBJECT",
402
505
  "name": "AlternativeStationRadiusInput",
@@ -455,7 +558,7 @@
455
558
  {
456
559
  "kind": "ENUM",
457
560
  "name": "Amenities",
458
- "description": "Amenities available near a station",
561
+ "description": "Amenities available near a station.",
459
562
  "fields": null,
460
563
  "inputFields": null,
461
564
  "interfaces": null,
@@ -526,35 +629,51 @@
526
629
  {
527
630
  "kind": "OBJECT",
528
631
  "name": "Amenity",
529
- "description": "The amenity model",
632
+ "description": "Amenity data.",
530
633
  "fields": [
531
634
  {
532
635
  "name": "id",
533
- "description": "Unique amenity ID",
636
+ "description": "Unique amenity ID.",
534
637
  "args": [],
535
638
  "type": {
536
639
  "kind": "SCALAR",
537
640
  "name": "ID",
538
641
  "ofType": null
539
642
  },
540
- "isDeprecated": false,
541
- "deprecationReason": null
643
+ "isDeprecated": true,
644
+ "deprecationReason": "Will be removed in the future."
542
645
  },
543
646
  {
544
647
  "name": "externalId",
545
- "description": "ID provided by an amenity data source as the row ID",
648
+ "description": "ID provided by an amenity data source as the row ID.",
546
649
  "args": [],
547
650
  "type": {
548
651
  "kind": "SCALAR",
549
652
  "name": "String",
550
653
  "ofType": null
551
654
  },
655
+ "isDeprecated": true,
656
+ "deprecationReason": "In favor of external_id."
657
+ },
658
+ {
659
+ "name": "external_id",
660
+ "description": "ID provided by an amenity data source as the row ID.",
661
+ "args": [],
662
+ "type": {
663
+ "kind": "NON_NULL",
664
+ "name": null,
665
+ "ofType": {
666
+ "kind": "SCALAR",
667
+ "name": "String",
668
+ "ofType": null
669
+ }
670
+ },
552
671
  "isDeprecated": false,
553
672
  "deprecationReason": null
554
673
  },
555
674
  {
556
675
  "name": "name",
557
- "description": "Name of an amenity",
676
+ "description": "Name of the amenity.",
558
677
  "args": [],
559
678
  "type": {
560
679
  "kind": "SCALAR",
@@ -566,19 +685,23 @@
566
685
  },
567
686
  {
568
687
  "name": "location",
569
- "description": "Geo location coordinates. This is a GeoJSON Point",
688
+ "description": "Geo location coordinates. This is a GeoJSON Point.",
570
689
  "args": [],
571
690
  "type": {
572
- "kind": "OBJECT",
573
- "name": "Point",
574
- "ofType": null
691
+ "kind": "NON_NULL",
692
+ "name": null,
693
+ "ofType": {
694
+ "kind": "OBJECT",
695
+ "name": "Point",
696
+ "ofType": null
697
+ }
575
698
  },
576
699
  "isDeprecated": false,
577
700
  "deprecationReason": null
578
701
  },
579
702
  {
580
703
  "name": "address",
581
- "description": "Embedded Address",
704
+ "description": "Address of the amenity.",
582
705
  "args": [],
583
706
  "type": {
584
707
  "kind": "OBJECT",
@@ -590,14 +713,59 @@
590
713
  },
591
714
  {
592
715
  "name": "type",
593
- "description": "Type of amenity. An amenity can belong to multiple categories",
716
+ "description": "Type of amenity. An amenity can belong to multiple categories.",
594
717
  "args": [],
595
718
  "type": {
596
- "kind": "LIST",
719
+ "kind": "NON_NULL",
720
+ "name": null,
721
+ "ofType": {
722
+ "kind": "LIST",
723
+ "name": null,
724
+ "ofType": {
725
+ "kind": "SCALAR",
726
+ "name": "String",
727
+ "ofType": null
728
+ }
729
+ }
730
+ },
731
+ "isDeprecated": false,
732
+ "deprecationReason": null
733
+ },
734
+ {
735
+ "name": "distance",
736
+ "description": "Computed distance between station and amenity.",
737
+ "args": [],
738
+ "type": {
739
+ "kind": "SCALAR",
740
+ "name": "Int",
741
+ "ofType": null
742
+ },
743
+ "isDeprecated": true,
744
+ "deprecationReason": "In favor of station_distance."
745
+ },
746
+ {
747
+ "name": "station_distance",
748
+ "description": "Computed distance between station and amenity.",
749
+ "args": [
750
+ {
751
+ "name": "unit",
752
+ "description": "Distance unit.",
753
+ "type": {
754
+ "kind": "ENUM",
755
+ "name": "DistanceUnit",
756
+ "ofType": null
757
+ },
758
+ "defaultValue": "meter",
759
+ "isDeprecated": false,
760
+ "deprecationReason": null
761
+ }
762
+ ],
763
+ "type": {
764
+ "kind": "NON_NULL",
597
765
  "name": null,
598
766
  "ofType": {
599
767
  "kind": "SCALAR",
600
- "name": "String",
768
+ "name": "Float",
601
769
  "ofType": null
602
770
  }
603
771
  },
@@ -605,36 +773,72 @@
605
773
  "deprecationReason": null
606
774
  },
607
775
  {
608
- "name": "rating",
609
- "description": "Rating of an amenity, the value will be between 0.0 and 10.0. If no rating has been given, the value will be set to null",
776
+ "name": "foursquareUrl",
777
+ "description": "Full path URL to amenity foursquare page.",
610
778
  "args": [],
611
779
  "type": {
612
780
  "kind": "SCALAR",
613
- "name": "Float",
781
+ "name": "String",
782
+ "ofType": null
783
+ },
784
+ "isDeprecated": true,
785
+ "deprecationReason": "Will be removed in the future."
786
+ },
787
+ {
788
+ "name": "opening_hours",
789
+ "description": "Opening hours of the amenity.",
790
+ "args": [],
791
+ "type": {
792
+ "kind": "OBJECT",
793
+ "name": "AmenityOpeningHours",
614
794
  "ofType": null
615
795
  },
616
796
  "isDeprecated": false,
617
797
  "deprecationReason": null
618
798
  },
619
799
  {
620
- "name": "distance",
621
- "description": "Computed distance between station and amenity",
800
+ "name": "pets_allowed",
801
+ "description": "Indicates whether pets are allowed. This does not apply to assistance dogs, which may have legal access.",
622
802
  "args": [],
623
803
  "type": {
624
804
  "kind": "SCALAR",
625
- "name": "Int",
805
+ "name": "Boolean",
626
806
  "ofType": null
627
807
  },
628
808
  "isDeprecated": false,
629
809
  "deprecationReason": null
630
810
  },
631
811
  {
632
- "name": "foursquareUrl",
633
- "description": "Full path URL to amenity foursquare page",
812
+ "name": "accessibility",
813
+ "description": "Accessibility options at the amenity.",
814
+ "args": [],
815
+ "type": {
816
+ "kind": "OBJECT",
817
+ "name": "AmenityAccessibility",
818
+ "ofType": null
819
+ },
820
+ "isDeprecated": false,
821
+ "deprecationReason": null
822
+ },
823
+ {
824
+ "name": "contact",
825
+ "description": "Contact information for the amenity.",
826
+ "args": [],
827
+ "type": {
828
+ "kind": "OBJECT",
829
+ "name": "AmenityContact",
830
+ "ofType": null
831
+ },
832
+ "isDeprecated": false,
833
+ "deprecationReason": null
834
+ },
835
+ {
836
+ "name": "rating",
837
+ "description": "Rating of an amenity, the value will be between 0.0 and 10.0. If no rating has been given, the value will be set to null.",
634
838
  "args": [],
635
839
  "type": {
636
840
  "kind": "SCALAR",
637
- "name": "String",
841
+ "name": "Float",
638
842
  "ofType": null
639
843
  },
640
844
  "isDeprecated": false,
@@ -642,25 +846,41 @@
642
846
  },
643
847
  {
644
848
  "name": "createdAt",
645
- "description": "Date and time when an amenity was created",
849
+ "description": "Date and time when an amenity was created.",
646
850
  "args": [],
647
851
  "type": {
648
852
  "kind": "SCALAR",
649
853
  "name": "String",
650
854
  "ofType": null
651
855
  },
652
- "isDeprecated": false,
653
- "deprecationReason": null
856
+ "isDeprecated": true,
857
+ "deprecationReason": "Will be removed in the future."
654
858
  },
655
859
  {
656
860
  "name": "updatedAt",
657
- "description": "Date and time when an amenity was last updated",
861
+ "description": "Date and time when an amenity was last updated.",
658
862
  "args": [],
659
863
  "type": {
660
864
  "kind": "SCALAR",
661
865
  "name": "String",
662
866
  "ofType": null
663
867
  },
868
+ "isDeprecated": true,
869
+ "deprecationReason": "In favor of last_updated."
870
+ },
871
+ {
872
+ "name": "last_updated",
873
+ "description": "Date and time when an amenity was last updated.",
874
+ "args": [],
875
+ "type": {
876
+ "kind": "NON_NULL",
877
+ "name": null,
878
+ "ofType": {
879
+ "kind": "SCALAR",
880
+ "name": "DateTime",
881
+ "ofType": null
882
+ }
883
+ },
664
884
  "isDeprecated": false,
665
885
  "deprecationReason": null
666
886
  }
@@ -690,6 +910,144 @@
690
910
  "enumValues": null,
691
911
  "possibleTypes": null
692
912
  },
913
+ {
914
+ "kind": "SCALAR",
915
+ "name": "Boolean",
916
+ "description": "The `Boolean` scalar type represents `true` or `false`.",
917
+ "fields": null,
918
+ "inputFields": null,
919
+ "interfaces": null,
920
+ "enumValues": null,
921
+ "possibleTypes": null
922
+ },
923
+ {
924
+ "kind": "OBJECT",
925
+ "name": "AmenityAccessibility",
926
+ "description": "Accessibility options at the amenity.",
927
+ "fields": [
928
+ {
929
+ "name": "wheelchair",
930
+ "description": "Type of wheelchair accessibility at the amenity.",
931
+ "args": [],
932
+ "type": {
933
+ "kind": "ENUM",
934
+ "name": "AmenityWheelchairAccessibilityType",
935
+ "ofType": null
936
+ },
937
+ "isDeprecated": false,
938
+ "deprecationReason": null
939
+ }
940
+ ],
941
+ "inputFields": null,
942
+ "interfaces": [],
943
+ "enumValues": null,
944
+ "possibleTypes": null
945
+ },
946
+ {
947
+ "kind": "OBJECT",
948
+ "name": "AmenityContact",
949
+ "description": "Contact information for the amenity.",
950
+ "fields": [
951
+ {
952
+ "name": "phone",
953
+ "description": "Phone number to contact the amenity.",
954
+ "args": [],
955
+ "type": {
956
+ "kind": "SCALAR",
957
+ "name": "String",
958
+ "ofType": null
959
+ },
960
+ "isDeprecated": false,
961
+ "deprecationReason": null
962
+ },
963
+ {
964
+ "name": "website",
965
+ "description": "Website of the amenity.",
966
+ "args": [],
967
+ "type": {
968
+ "kind": "SCALAR",
969
+ "name": "String",
970
+ "ofType": null
971
+ },
972
+ "isDeprecated": false,
973
+ "deprecationReason": null
974
+ }
975
+ ],
976
+ "inputFields": null,
977
+ "interfaces": [],
978
+ "enumValues": null,
979
+ "possibleTypes": null
980
+ },
981
+ {
982
+ "kind": "INPUT_OBJECT",
983
+ "name": "AmenityListFilter",
984
+ "description": "Filter that can be applied to retrieve the amenity list.",
985
+ "fields": null,
986
+ "inputFields": [
987
+ {
988
+ "name": "type",
989
+ "description": "Type of amenity. An amenity can belong to multiple categories.",
990
+ "type": {
991
+ "kind": "LIST",
992
+ "name": null,
993
+ "ofType": {
994
+ "kind": "NON_NULL",
995
+ "name": null,
996
+ "ofType": {
997
+ "kind": "ENUM",
998
+ "name": "Amenities",
999
+ "ofType": null
1000
+ }
1001
+ }
1002
+ },
1003
+ "defaultValue": null,
1004
+ "isDeprecated": false,
1005
+ "deprecationReason": null
1006
+ }
1007
+ ],
1008
+ "interfaces": null,
1009
+ "enumValues": null,
1010
+ "possibleTypes": null
1011
+ },
1012
+ {
1013
+ "kind": "OBJECT",
1014
+ "name": "AmenityOpeningHours",
1015
+ "description": "Opening and access hours of the location.",
1016
+ "fields": [
1017
+ {
1018
+ "name": "twentyfourseven",
1019
+ "description": "True to represent 24 hours a day and 7 days a week.",
1020
+ "args": [],
1021
+ "type": {
1022
+ "kind": "SCALAR",
1023
+ "name": "Boolean",
1024
+ "ofType": null
1025
+ },
1026
+ "isDeprecated": false,
1027
+ "deprecationReason": null
1028
+ },
1029
+ {
1030
+ "name": "regular_hours",
1031
+ "description": "Regular hours, weekday-based. Only to be used if twentyfourseven=false, then this field needs to contain at least one RegularHours object.",
1032
+ "args": [],
1033
+ "type": {
1034
+ "kind": "LIST",
1035
+ "name": null,
1036
+ "ofType": {
1037
+ "kind": "OBJECT",
1038
+ "name": "AmenityRegularHours",
1039
+ "ofType": null
1040
+ }
1041
+ },
1042
+ "isDeprecated": false,
1043
+ "deprecationReason": null
1044
+ }
1045
+ ],
1046
+ "inputFields": null,
1047
+ "interfaces": [],
1048
+ "enumValues": null,
1049
+ "possibleTypes": null
1050
+ },
693
1051
  {
694
1052
  "kind": "INPUT_OBJECT",
695
1053
  "name": "AmenityPreferencesInput",
@@ -741,6 +1099,53 @@
741
1099
  "enumValues": null,
742
1100
  "possibleTypes": null
743
1101
  },
1102
+ {
1103
+ "kind": "OBJECT",
1104
+ "name": "AmenityRegularHours",
1105
+ "description": "Regular hours, weekday-based. Only to be used if twentyfourseven=false, then this field needs to contain at least one RegularHours object.",
1106
+ "fields": [
1107
+ {
1108
+ "name": "weekday",
1109
+ "description": "Number of days in the week, from Monday (1) till Sunday (7).",
1110
+ "args": [],
1111
+ "type": {
1112
+ "kind": "SCALAR",
1113
+ "name": "Int",
1114
+ "ofType": null
1115
+ },
1116
+ "isDeprecated": false,
1117
+ "deprecationReason": null
1118
+ },
1119
+ {
1120
+ "name": "period_begin",
1121
+ "description": "Beginning 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].",
1122
+ "args": [],
1123
+ "type": {
1124
+ "kind": "SCALAR",
1125
+ "name": "String",
1126
+ "ofType": null
1127
+ },
1128
+ "isDeprecated": false,
1129
+ "deprecationReason": null
1130
+ },
1131
+ {
1132
+ "name": "period_end",
1133
+ "description": "End of the regular period, in local time, syntax as for period_begin. Must be later than period_begin.",
1134
+ "args": [],
1135
+ "type": {
1136
+ "kind": "SCALAR",
1137
+ "name": "String",
1138
+ "ofType": null
1139
+ },
1140
+ "isDeprecated": false,
1141
+ "deprecationReason": null
1142
+ }
1143
+ ],
1144
+ "inputFields": null,
1145
+ "interfaces": [],
1146
+ "enumValues": null,
1147
+ "possibleTypes": null
1148
+ },
744
1149
  {
745
1150
  "kind": "ENUM",
746
1151
  "name": "AmenityType",
@@ -812,6 +1217,41 @@
812
1217
  ],
813
1218
  "possibleTypes": null
814
1219
  },
1220
+ {
1221
+ "kind": "ENUM",
1222
+ "name": "AmenityWheelchairAccessibilityType",
1223
+ "description": "Type of wheelchair accessibility at the amenity.",
1224
+ "fields": null,
1225
+ "inputFields": null,
1226
+ "interfaces": null,
1227
+ "enumValues": [
1228
+ {
1229
+ "name": "yes",
1230
+ "description": "Wheelchairs have full unrestricted access.",
1231
+ "isDeprecated": false,
1232
+ "deprecationReason": null
1233
+ },
1234
+ {
1235
+ "name": "limited",
1236
+ "description": "Wheelchairs have partial access (e.g some areas can be accessed and others not, areas requiring assistance by someone pushing up a steep gradient).",
1237
+ "isDeprecated": false,
1238
+ "deprecationReason": null
1239
+ },
1240
+ {
1241
+ "name": "no",
1242
+ "description": "Wheelchairs have no unrestricted access (e.g. stair only access).",
1243
+ "isDeprecated": false,
1244
+ "deprecationReason": null
1245
+ },
1246
+ {
1247
+ "name": "designated",
1248
+ "description": "The amenity is designated or purpose-built for wheelchairs (e.g. bathroom designed for wheelchair access only).",
1249
+ "isDeprecated": false,
1250
+ "deprecationReason": null
1251
+ }
1252
+ ],
1253
+ "possibleTypes": null
1254
+ },
815
1255
  {
816
1256
  "kind": "INPUT_OBJECT",
817
1257
  "name": "AuthorizeConnectedVehicleInput",
@@ -1326,7 +1766,7 @@
1326
1766
  {
1327
1767
  "kind": "ENUM",
1328
1768
  "name": "ChargeSpeedUnit",
1329
- "description": "Charge speed unit.",
1769
+ "description": null,
1330
1770
  "fields": null,
1331
1771
  "inputFields": null,
1332
1772
  "interfaces": null,
@@ -1493,7 +1933,7 @@
1493
1933
  {
1494
1934
  "kind": "ENUM",
1495
1935
  "name": "ChargerStatus",
1496
- "description": "Status of a charger.",
1936
+ "description": null,
1497
1937
  "fields": null,
1498
1938
  "inputFields": null,
1499
1939
  "interfaces": null,
@@ -1924,16 +2364,6 @@
1924
2364
  "enumValues": null,
1925
2365
  "possibleTypes": null
1926
2366
  },
1927
- {
1928
- "kind": "SCALAR",
1929
- "name": "Boolean",
1930
- "description": "The `Boolean` scalar type represents `true` or `false`.",
1931
- "fields": null,
1932
- "inputFields": null,
1933
- "interfaces": null,
1934
- "enumValues": null,
1935
- "possibleTypes": null
1936
- },
1937
2367
  {
1938
2368
  "kind": "INPUT_OBJECT",
1939
2369
  "name": "ConnectFilter",
@@ -3829,6 +4259,12 @@
3829
4259
  "inputFields": null,
3830
4260
  "interfaces": null,
3831
4261
  "enumValues": [
4262
+ {
4263
+ "name": "AA",
4264
+ "description": null,
4265
+ "isDeprecated": false,
4266
+ "deprecationReason": null
4267
+ },
3832
4268
  {
3833
4269
  "name": "AD",
3834
4270
  "description": null,
@@ -5554,16 +5990,12 @@
5554
5990
  "description": "Season of a route.",
5555
5991
  "args": [],
5556
5992
  "type": {
5557
- "kind": "NON_NULL",
5558
- "name": null,
5559
- "ofType": {
5560
- "kind": "ENUM",
5561
- "name": "RouteSeason",
5562
- "ofType": null
5563
- }
5993
+ "kind": "ENUM",
5994
+ "name": "RouteSeason",
5995
+ "ofType": null
5564
5996
  },
5565
- "isDeprecated": false,
5566
- "deprecationReason": null
5997
+ "isDeprecated": true,
5998
+ "deprecationReason": "In favor of weather."
5567
5999
  },
5568
6000
  {
5569
6001
  "name": "alternative_station_radius",
@@ -5624,6 +6056,18 @@
5624
6056
  },
5625
6057
  "isDeprecated": false,
5626
6058
  "deprecationReason": null
6059
+ },
6060
+ {
6061
+ "name": "weather",
6062
+ "description": "Weather configuration for the route. Defined by a preset or custom weather conditions.",
6063
+ "args": [],
6064
+ "type": {
6065
+ "kind": "OBJECT",
6066
+ "name": "RouteWeather",
6067
+ "ofType": null
6068
+ },
6069
+ "isDeprecated": false,
6070
+ "deprecationReason": null
5627
6071
  }
5628
6072
  ],
5629
6073
  "inputFields": null,
@@ -5725,7 +6169,7 @@
5725
6169
  "name": "RouteSeason",
5726
6170
  "ofType": null
5727
6171
  },
5728
- "defaultValue": "current",
6172
+ "defaultValue": null,
5729
6173
  "isDeprecated": false,
5730
6174
  "deprecationReason": null
5731
6175
  },
@@ -5784,6 +6228,18 @@
5784
6228
  "defaultValue": null,
5785
6229
  "isDeprecated": false,
5786
6230
  "deprecationReason": null
6231
+ },
6232
+ {
6233
+ "name": "weather",
6234
+ "description": "Weather configuration for the route. Defined by a preset or custom weather conditions.",
6235
+ "type": {
6236
+ "kind": "INPUT_OBJECT",
6237
+ "name": "RouteWeatherInput",
6238
+ "ofType": null
6239
+ },
6240
+ "defaultValue": null,
6241
+ "isDeprecated": false,
6242
+ "deprecationReason": null
5787
6243
  }
5788
6244
  ],
5789
6245
  "interfaces": null,
@@ -7791,7 +8247,7 @@
7791
8247
  {
7792
8248
  "kind": "ENUM",
7793
8249
  "name": "DistanceUnit",
7794
- "description": "Distance unit",
8250
+ "description": null,
7795
8251
  "fields": null,
7796
8252
  "inputFields": null,
7797
8253
  "interfaces": null,
@@ -10668,8 +11124,8 @@
10668
11124
  "name": "ID",
10669
11125
  "ofType": null
10670
11126
  },
10671
- "isDeprecated": false,
10672
- "deprecationReason": null
11127
+ "isDeprecated": true,
11128
+ "deprecationReason": "In favor of `createRoute`."
10673
11129
  },
10674
11130
  {
10675
11131
  "name": "createRoute",
@@ -14315,6 +14771,38 @@
14315
14771
  "isDeprecated": false,
14316
14772
  "deprecationReason": null
14317
14773
  },
14774
+ {
14775
+ "name": "ranking",
14776
+ "description": "List of ranking level(s) to be retrieved. Valid values are 1 to 10. Default operator preference applied to routes created through newRoute mutation if no operator preference is specified in the request.",
14777
+ "type": {
14778
+ "kind": "LIST",
14779
+ "name": null,
14780
+ "ofType": {
14781
+ "kind": "NON_NULL",
14782
+ "name": null,
14783
+ "ofType": {
14784
+ "kind": "SCALAR",
14785
+ "name": "Int",
14786
+ "ofType": null
14787
+ }
14788
+ }
14789
+ },
14790
+ "defaultValue": null,
14791
+ "isDeprecated": false,
14792
+ "deprecationReason": null
14793
+ },
14794
+ {
14795
+ "name": "excluded",
14796
+ "description": "Only retrieve operators that are in the excluded list. Default operator preference applied to routes created through newRoute mutation if no operator preference is specified in the request.",
14797
+ "type": {
14798
+ "kind": "SCALAR",
14799
+ "name": "Boolean",
14800
+ "ofType": null
14801
+ },
14802
+ "defaultValue": null,
14803
+ "isDeprecated": false,
14804
+ "deprecationReason": null
14805
+ },
14318
14806
  {
14319
14807
  "name": "ranking_levels",
14320
14808
  "description": "List of ranking level(s) to be retrieved. An operator can be ranked on different levels in different countries. Default operator preference applied to routes created through createRoute mutation if no operator preference is specified in the request.",
@@ -15164,7 +15652,7 @@
15164
15652
  {
15165
15653
  "kind": "ENUM",
15166
15654
  "name": "PressureUnit",
15167
- "description": "Pressure units.",
15655
+ "description": null,
15168
15656
  "fields": null,
15169
15657
  "inputFields": null,
15170
15658
  "interfaces": null,
@@ -15434,11 +15922,11 @@
15434
15922
  "fields": [
15435
15923
  {
15436
15924
  "name": "amenityList",
15437
- "description": "Get a full list of amenities around a station",
15925
+ "description": "Get a full list of amenities around a station.",
15438
15926
  "args": [
15439
15927
  {
15440
15928
  "name": "stationId",
15441
- "description": "The station ID",
15929
+ "description": "ID of the station.",
15442
15930
  "type": {
15443
15931
  "kind": "NON_NULL",
15444
15932
  "name": null,
@@ -15451,6 +15939,42 @@
15451
15939
  "defaultValue": null,
15452
15940
  "isDeprecated": false,
15453
15941
  "deprecationReason": null
15942
+ },
15943
+ {
15944
+ "name": "filter",
15945
+ "description": "Criteria to filter amenities.",
15946
+ "type": {
15947
+ "kind": "INPUT_OBJECT",
15948
+ "name": "AmenityListFilter",
15949
+ "ofType": null
15950
+ },
15951
+ "defaultValue": null,
15952
+ "isDeprecated": false,
15953
+ "deprecationReason": null
15954
+ },
15955
+ {
15956
+ "name": "size",
15957
+ "description": "Number of elements (count) to return.",
15958
+ "type": {
15959
+ "kind": "SCALAR",
15960
+ "name": "Int",
15961
+ "ofType": null
15962
+ },
15963
+ "defaultValue": "10",
15964
+ "isDeprecated": false,
15965
+ "deprecationReason": null
15966
+ },
15967
+ {
15968
+ "name": "page",
15969
+ "description": "Page number to return.",
15970
+ "type": {
15971
+ "kind": "SCALAR",
15972
+ "name": "Int",
15973
+ "ofType": null
15974
+ },
15975
+ "defaultValue": "0",
15976
+ "isDeprecated": false,
15977
+ "deprecationReason": null
15454
15978
  }
15455
15979
  ],
15456
15980
  "type": {
@@ -15888,8 +16412,8 @@
15888
16412
  "ofType": null
15889
16413
  }
15890
16414
  },
15891
- "isDeprecated": false,
15892
- "deprecationReason": null
16415
+ "isDeprecated": true,
16416
+ "deprecationReason": "In favor of `getRouteEmissions`."
15893
16417
  },
15894
16418
  {
15895
16419
  "name": "route",
@@ -15917,8 +16441,8 @@
15917
16441
  "name": "Route",
15918
16442
  "ofType": null
15919
16443
  },
15920
- "isDeprecated": false,
15921
- "deprecationReason": null
16444
+ "isDeprecated": true,
16445
+ "deprecationReason": "In favor of `getRoute`."
15922
16446
  },
15923
16447
  {
15924
16448
  "name": "routePath",
@@ -15974,16 +16498,32 @@
15974
16498
  "name": "RoutePath",
15975
16499
  "ofType": null
15976
16500
  },
15977
- "isDeprecated": false,
15978
- "deprecationReason": null
16501
+ "isDeprecated": true,
16502
+ "deprecationReason": "In favor of `RouteDetails.path_plot`."
15979
16503
  },
15980
16504
  {
15981
- "name": "getRoute",
15982
- "description": "Get a route by ID.",
16505
+ "name": "getRouteEmissions",
16506
+ "description": "Get emissions for a route.",
15983
16507
  "args": [
15984
16508
  {
15985
- "name": "id",
15986
- "description": "ID of a route.",
16509
+ "name": "route_id",
16510
+ "description": "ID of the route for which we retrieve the emissions profile.",
16511
+ "type": {
16512
+ "kind": "NON_NULL",
16513
+ "name": null,
16514
+ "ofType": {
16515
+ "kind": "SCALAR",
16516
+ "name": "ID",
16517
+ "ofType": null
16518
+ }
16519
+ },
16520
+ "defaultValue": null,
16521
+ "isDeprecated": false,
16522
+ "deprecationReason": null
16523
+ },
16524
+ {
16525
+ "name": "route_details_id",
16526
+ "description": "ID of the route details for which we retrieve the emissions profile.",
15987
16527
  "type": {
15988
16528
  "kind": "NON_NULL",
15989
16529
  "name": null,
@@ -16003,7 +16543,7 @@
16003
16543
  "name": null,
16004
16544
  "ofType": {
16005
16545
  "kind": "OBJECT",
16006
- "name": "RouteResponse",
16546
+ "name": "RouteDetailsEmissions",
16007
16547
  "ofType": null
16008
16548
  }
16009
16549
  },
@@ -16011,28 +16551,12 @@
16011
16551
  "deprecationReason": null
16012
16552
  },
16013
16553
  {
16014
- "name": "getRouteEmissions",
16015
- "description": "Get emissions for a route.",
16554
+ "name": "getRoute",
16555
+ "description": "Get a route by ID.",
16016
16556
  "args": [
16017
16557
  {
16018
- "name": "route_id",
16019
- "description": "ID of the route for which we retrieve the emissions profile.",
16020
- "type": {
16021
- "kind": "NON_NULL",
16022
- "name": null,
16023
- "ofType": {
16024
- "kind": "SCALAR",
16025
- "name": "ID",
16026
- "ofType": null
16027
- }
16028
- },
16029
- "defaultValue": null,
16030
- "isDeprecated": false,
16031
- "deprecationReason": null
16032
- },
16033
- {
16034
- "name": "route_details_id",
16035
- "description": "ID of the route details for which we retrieve the emissions profile.",
16558
+ "name": "id",
16559
+ "description": "ID of a route.",
16036
16560
  "type": {
16037
16561
  "kind": "NON_NULL",
16038
16562
  "name": null,
@@ -16052,7 +16576,7 @@
16052
16576
  "name": null,
16053
16577
  "ofType": {
16054
16578
  "kind": "OBJECT",
16055
- "name": "RouteDetailsEmissions",
16579
+ "name": "RouteResponse",
16056
16580
  "ofType": null
16057
16581
  }
16058
16582
  },
@@ -16478,6 +17002,80 @@
16478
17002
  },
16479
17003
  "isDeprecated": false,
16480
17004
  "deprecationReason": null
17005
+ },
17006
+ {
17007
+ "name": "vehicleMakes",
17008
+ "description": "[BETA] Get a full list of vehicle makes.",
17009
+ "args": [
17010
+ {
17011
+ "name": "country",
17012
+ "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
17013
+ "type": {
17014
+ "kind": "ENUM",
17015
+ "name": "CountryCodeAlpha2",
17016
+ "ofType": null
17017
+ },
17018
+ "defaultValue": null,
17019
+ "isDeprecated": false,
17020
+ "deprecationReason": null
17021
+ }
17022
+ ],
17023
+ "type": {
17024
+ "kind": "NON_NULL",
17025
+ "name": null,
17026
+ "ofType": {
17027
+ "kind": "OBJECT",
17028
+ "name": "VehicleMakesResponse",
17029
+ "ofType": null
17030
+ }
17031
+ },
17032
+ "isDeprecated": false,
17033
+ "deprecationReason": null
17034
+ },
17035
+ {
17036
+ "name": "vehicleModels",
17037
+ "description": "[BETA] Get a full list of vehicle make models.",
17038
+ "args": [
17039
+ {
17040
+ "name": "filter",
17041
+ "description": "Filter vehicle models result.",
17042
+ "type": {
17043
+ "kind": "NON_NULL",
17044
+ "name": null,
17045
+ "ofType": {
17046
+ "kind": "INPUT_OBJECT",
17047
+ "name": "VehicleModelsFilter",
17048
+ "ofType": null
17049
+ }
17050
+ },
17051
+ "defaultValue": null,
17052
+ "isDeprecated": false,
17053
+ "deprecationReason": null
17054
+ },
17055
+ {
17056
+ "name": "country",
17057
+ "description": "ISO-3166 alpha-2 country code to apply localization on vehicle data if available.",
17058
+ "type": {
17059
+ "kind": "ENUM",
17060
+ "name": "CountryCodeAlpha2",
17061
+ "ofType": null
17062
+ },
17063
+ "defaultValue": null,
17064
+ "isDeprecated": false,
17065
+ "deprecationReason": null
17066
+ }
17067
+ ],
17068
+ "type": {
17069
+ "kind": "NON_NULL",
17070
+ "name": null,
17071
+ "ofType": {
17072
+ "kind": "OBJECT",
17073
+ "name": "VehicleModelsResponse",
17074
+ "ofType": null
17075
+ }
17076
+ },
17077
+ "isDeprecated": false,
17078
+ "deprecationReason": null
16481
17079
  }
16482
17080
  ],
16483
17081
  "inputFields": null,
@@ -17206,6 +17804,18 @@
17206
17804
  "isDeprecated": false,
17207
17805
  "deprecationReason": null
17208
17806
  },
17807
+ {
17808
+ "name": "numberOfPassengers",
17809
+ "description": "Number of passengers on board.",
17810
+ "type": {
17811
+ "kind": "SCALAR",
17812
+ "name": "Int",
17813
+ "ofType": null
17814
+ },
17815
+ "defaultValue": null,
17816
+ "isDeprecated": false,
17817
+ "deprecationReason": null
17818
+ },
17209
17819
  {
17210
17820
  "name": "occupants",
17211
17821
  "description": "Number of occupants.",
@@ -17244,7 +17854,7 @@
17244
17854
  },
17245
17855
  {
17246
17856
  "name": "auxConsumption",
17247
- "description": "Deprecated.",
17857
+ "description": "In favor of `consumption`.",
17248
17858
  "type": {
17249
17859
  "kind": "SCALAR",
17250
17860
  "name": "Float",
@@ -17256,7 +17866,7 @@
17256
17866
  },
17257
17867
  {
17258
17868
  "name": "bmsConsumption",
17259
- "description": "Deprecated.",
17869
+ "description": "In favor of `consumption`.",
17260
17870
  "type": {
17261
17871
  "kind": "SCALAR",
17262
17872
  "name": "Float",
@@ -17574,8 +18184,8 @@
17574
18184
  "name": "Boolean",
17575
18185
  "ofType": null
17576
18186
  },
17577
- "isDeprecated": false,
17578
- "deprecationReason": null
18187
+ "isDeprecated": true,
18188
+ "deprecationReason": "Deprecated: all routes will have turn-by-turn instructions prepared. Boolean will be ignored."
17579
18189
  },
17580
18190
  {
17581
18191
  "name": "chargeMode",
@@ -20174,7 +20784,7 @@
20174
20784
  },
20175
20785
  {
20176
20786
  "name": "station",
20177
- "description": "Information about the station at the destination of a leg. ",
20787
+ "description": "Information about the station at the destination of a leg.",
20178
20788
  "args": [],
20179
20789
  "type": {
20180
20790
  "kind": "OBJECT",
@@ -23712,6 +24322,22 @@
23712
24322
  "isDeprecated": false,
23713
24323
  "deprecationReason": null
23714
24324
  },
24325
+ {
24326
+ "name": "energy_source_model",
24327
+ "description": "Model used to estimate the electricity mix.",
24328
+ "args": [],
24329
+ "type": {
24330
+ "kind": "NON_NULL",
24331
+ "name": null,
24332
+ "ofType": {
24333
+ "kind": "ENUM",
24334
+ "name": "RouteOperationalElectricityEnergySourceModel",
24335
+ "ofType": null
24336
+ }
24337
+ },
24338
+ "isDeprecated": false,
24339
+ "deprecationReason": null
24340
+ },
23715
24341
  {
23716
24342
  "name": "infrastructure",
23717
24343
  "description": "Average emissions intensity of processing and transport of primary energy, power generation infrastructure, etc. in unit CO2e/kWh.",
@@ -24809,6 +25435,59 @@
24809
25435
  "enumValues": null,
24810
25436
  "possibleTypes": null
24811
25437
  },
25438
+ {
25439
+ "kind": "ENUM",
25440
+ "name": "RouteOperationalElectricityEnergySourceModel",
25441
+ "description": "Energy source models.",
25442
+ "fields": null,
25443
+ "inputFields": null,
25444
+ "interfaces": null,
25445
+ "enumValues": [
25446
+ {
25447
+ "name": "grid_monthly_average",
25448
+ "description": "Historical average energy mix for the month.",
25449
+ "isDeprecated": false,
25450
+ "deprecationReason": null
25451
+ },
25452
+ {
25453
+ "name": "grid_hourly_average",
25454
+ "description": "Historical average energy mix for the month and hour.",
25455
+ "isDeprecated": false,
25456
+ "deprecationReason": null
25457
+ },
25458
+ {
25459
+ "name": "grid_demand_based_monthly_average",
25460
+ "description": "Estimate using historical average electricity demand for the month.",
25461
+ "isDeprecated": false,
25462
+ "deprecationReason": null
25463
+ },
25464
+ {
25465
+ "name": "grid_demand_based_hourly_average",
25466
+ "description": "Estimate using historical average electricity demand for the month and hour.",
25467
+ "isDeprecated": false,
25468
+ "deprecationReason": null
25469
+ },
25470
+ {
25471
+ "name": "climate_demand_based_seasonal_average",
25472
+ "description": "Estimate using the seasonal average electricity demand for the climate.",
25473
+ "isDeprecated": false,
25474
+ "deprecationReason": null
25475
+ },
25476
+ {
25477
+ "name": "climate_demand_based_hourly_average",
25478
+ "description": "Estimate using the seasonal average electricity demand for the hour and climate.",
25479
+ "isDeprecated": false,
25480
+ "deprecationReason": null
25481
+ },
25482
+ {
25483
+ "name": "default",
25484
+ "description": "Regional default energy mix.",
25485
+ "isDeprecated": false,
25486
+ "deprecationReason": null
25487
+ }
25488
+ ],
25489
+ "possibleTypes": null
25490
+ },
24812
25491
  {
24813
25492
  "kind": "OBJECT",
24814
25493
  "name": "RouteOperationalElectricityEnergySources",
@@ -27779,7 +28458,7 @@
27779
28458
  },
27780
28459
  {
27781
28460
  "name": "state_of_charge",
27782
- "description": "Current amount of energy in a battery. If not provided, it is assumed the battery is fully charged and equal to the vehicle battery.capacity. ",
28461
+ "description": "Current amount of energy in a battery. If not provided, it is assumed the battery is fully charged and equal to the vehicle battery.capacity.",
27783
28462
  "args": [],
27784
28463
  "type": {
27785
28464
  "kind": "NON_NULL",
@@ -27895,7 +28574,7 @@
27895
28574
  },
27896
28575
  {
27897
28576
  "name": "state_of_charge",
27898
- "description": "Current amount of energy in a battery. If not provided, it is assumed the battery is fully charged and equal to the vehicle battery.capacity. ",
28577
+ "description": "Current amount of energy in a battery. If not provided, it is assumed the battery is fully charged and equal to the vehicle battery.capacity.",
27899
28578
  "type": {
27900
28579
  "kind": "INPUT_OBJECT",
27901
28580
  "name": "StateOfChargeInput",
@@ -29185,6 +29864,198 @@
29185
29864
  "enumValues": null,
29186
29865
  "possibleTypes": null
29187
29866
  },
29867
+ {
29868
+ "kind": "OBJECT",
29869
+ "name": "RouteWeather",
29870
+ "description": null,
29871
+ "fields": [
29872
+ {
29873
+ "name": "type",
29874
+ "description": "Weather configuration applied to the route.",
29875
+ "args": [],
29876
+ "type": {
29877
+ "kind": "NON_NULL",
29878
+ "name": null,
29879
+ "ofType": {
29880
+ "kind": "ENUM",
29881
+ "name": "WeatherType",
29882
+ "ofType": null
29883
+ }
29884
+ },
29885
+ "isDeprecated": false,
29886
+ "deprecationReason": null
29887
+ },
29888
+ {
29889
+ "name": "custom",
29890
+ "description": "[BETA] Custom weather conditions applied to the route. Only present when 'type' is set to 'CUSTOM'.",
29891
+ "args": [],
29892
+ "type": {
29893
+ "kind": "OBJECT",
29894
+ "name": "RouteWeatherCustomConditions",
29895
+ "ofType": null
29896
+ },
29897
+ "isDeprecated": false,
29898
+ "deprecationReason": null
29899
+ }
29900
+ ],
29901
+ "inputFields": null,
29902
+ "interfaces": [],
29903
+ "enumValues": null,
29904
+ "possibleTypes": null
29905
+ },
29906
+ {
29907
+ "kind": "OBJECT",
29908
+ "name": "RouteWeatherCustomConditions",
29909
+ "description": null,
29910
+ "fields": [
29911
+ {
29912
+ "name": "temperature",
29913
+ "description": "Average ambient temperature estimated along the route.",
29914
+ "args": [],
29915
+ "type": {
29916
+ "kind": "NON_NULL",
29917
+ "name": null,
29918
+ "ofType": {
29919
+ "kind": "OBJECT",
29920
+ "name": "Temperature",
29921
+ "ofType": null
29922
+ }
29923
+ },
29924
+ "isDeprecated": false,
29925
+ "deprecationReason": null
29926
+ },
29927
+ {
29928
+ "name": "air_pressure",
29929
+ "description": "Atmospheric pressure along the route.",
29930
+ "args": [],
29931
+ "type": {
29932
+ "kind": "NON_NULL",
29933
+ "name": null,
29934
+ "ofType": {
29935
+ "kind": "OBJECT",
29936
+ "name": "AirPressure",
29937
+ "ofType": null
29938
+ }
29939
+ },
29940
+ "isDeprecated": false,
29941
+ "deprecationReason": null
29942
+ },
29943
+ {
29944
+ "name": "solar_irradiance",
29945
+ "description": "Solar irradiance along the route.",
29946
+ "args": [],
29947
+ "type": {
29948
+ "kind": "NON_NULL",
29949
+ "name": null,
29950
+ "ofType": {
29951
+ "kind": "OBJECT",
29952
+ "name": "SolarIrradiance",
29953
+ "ofType": null
29954
+ }
29955
+ },
29956
+ "isDeprecated": false,
29957
+ "deprecationReason": null
29958
+ }
29959
+ ],
29960
+ "inputFields": null,
29961
+ "interfaces": [],
29962
+ "enumValues": null,
29963
+ "possibleTypes": null
29964
+ },
29965
+ {
29966
+ "kind": "INPUT_OBJECT",
29967
+ "name": "RouteWeatherCustomConditionsInput",
29968
+ "description": null,
29969
+ "fields": null,
29970
+ "inputFields": [
29971
+ {
29972
+ "name": "temperature",
29973
+ "description": "Average ambient temperature estimated along the route.",
29974
+ "type": {
29975
+ "kind": "NON_NULL",
29976
+ "name": null,
29977
+ "ofType": {
29978
+ "kind": "INPUT_OBJECT",
29979
+ "name": "TemperatureInput",
29980
+ "ofType": null
29981
+ }
29982
+ },
29983
+ "defaultValue": null,
29984
+ "isDeprecated": false,
29985
+ "deprecationReason": null
29986
+ },
29987
+ {
29988
+ "name": "air_pressure",
29989
+ "description": "Atmospheric pressure along the route.",
29990
+ "type": {
29991
+ "kind": "NON_NULL",
29992
+ "name": null,
29993
+ "ofType": {
29994
+ "kind": "INPUT_OBJECT",
29995
+ "name": "AirPressureInput",
29996
+ "ofType": null
29997
+ }
29998
+ },
29999
+ "defaultValue": null,
30000
+ "isDeprecated": false,
30001
+ "deprecationReason": null
30002
+ },
30003
+ {
30004
+ "name": "solar_irradiance",
30005
+ "description": "Solar irradiance along the route.",
30006
+ "type": {
30007
+ "kind": "NON_NULL",
30008
+ "name": null,
30009
+ "ofType": {
30010
+ "kind": "INPUT_OBJECT",
30011
+ "name": "SolarIrradianceInput",
30012
+ "ofType": null
30013
+ }
30014
+ },
30015
+ "defaultValue": null,
30016
+ "isDeprecated": false,
30017
+ "deprecationReason": null
30018
+ }
30019
+ ],
30020
+ "interfaces": null,
30021
+ "enumValues": null,
30022
+ "possibleTypes": null
30023
+ },
30024
+ {
30025
+ "kind": "INPUT_OBJECT",
30026
+ "name": "RouteWeatherInput",
30027
+ "description": null,
30028
+ "fields": null,
30029
+ "inputFields": [
30030
+ {
30031
+ "name": "type",
30032
+ "description": "Weather configuration applied to the route.",
30033
+ "type": {
30034
+ "kind": "ENUM",
30035
+ "name": "WeatherType",
30036
+ "ofType": null
30037
+ },
30038
+ "defaultValue": "actual",
30039
+ "isDeprecated": false,
30040
+ "deprecationReason": null
30041
+ },
30042
+ {
30043
+ "name": "custom",
30044
+ "description": "[BETA] Custom weather conditions to apply to the route. Required only when 'type' is 'CUSTOM'. Must be omitted for other weather types.",
30045
+ "type": {
30046
+ "kind": "INPUT_OBJECT",
30047
+ "name": "RouteWeatherCustomConditionsInput",
30048
+ "ofType": null
30049
+ },
30050
+ "defaultValue": null,
30051
+ "isDeprecated": false,
30052
+ "deprecationReason": null
30053
+ }
30054
+ ],
30055
+ "interfaces": null,
30056
+ "enumValues": null,
30057
+ "possibleTypes": null
30058
+ },
29188
30059
  {
29189
30060
  "kind": "INPUT_OBJECT",
29190
30061
  "name": "ScheduledChargeStopInput",
@@ -29276,6 +30147,109 @@
29276
30147
  "enumValues": null,
29277
30148
  "possibleTypes": null
29278
30149
  },
30150
+ {
30151
+ "kind": "OBJECT",
30152
+ "name": "SolarIrradiance",
30153
+ "description": null,
30154
+ "fields": [
30155
+ {
30156
+ "name": "value",
30157
+ "description": "Value of the solar irradiance.",
30158
+ "args": [],
30159
+ "type": {
30160
+ "kind": "NON_NULL",
30161
+ "name": null,
30162
+ "ofType": {
30163
+ "kind": "SCALAR",
30164
+ "name": "Float",
30165
+ "ofType": null
30166
+ }
30167
+ },
30168
+ "isDeprecated": false,
30169
+ "deprecationReason": null
30170
+ },
30171
+ {
30172
+ "name": "type",
30173
+ "description": "Solar irradiance unit.",
30174
+ "args": [],
30175
+ "type": {
30176
+ "kind": "NON_NULL",
30177
+ "name": null,
30178
+ "ofType": {
30179
+ "kind": "ENUM",
30180
+ "name": "SolarIrradianceUnit",
30181
+ "ofType": null
30182
+ }
30183
+ },
30184
+ "isDeprecated": false,
30185
+ "deprecationReason": null
30186
+ }
30187
+ ],
30188
+ "inputFields": null,
30189
+ "interfaces": [],
30190
+ "enumValues": null,
30191
+ "possibleTypes": null
30192
+ },
30193
+ {
30194
+ "kind": "INPUT_OBJECT",
30195
+ "name": "SolarIrradianceInput",
30196
+ "description": null,
30197
+ "fields": null,
30198
+ "inputFields": [
30199
+ {
30200
+ "name": "value",
30201
+ "description": "Value of the solar irradiance.",
30202
+ "type": {
30203
+ "kind": "NON_NULL",
30204
+ "name": null,
30205
+ "ofType": {
30206
+ "kind": "SCALAR",
30207
+ "name": "Float",
30208
+ "ofType": null
30209
+ }
30210
+ },
30211
+ "defaultValue": null,
30212
+ "isDeprecated": false,
30213
+ "deprecationReason": null
30214
+ },
30215
+ {
30216
+ "name": "type",
30217
+ "description": "Solar irradiance unit.",
30218
+ "type": {
30219
+ "kind": "NON_NULL",
30220
+ "name": null,
30221
+ "ofType": {
30222
+ "kind": "ENUM",
30223
+ "name": "SolarIrradianceUnit",
30224
+ "ofType": null
30225
+ }
30226
+ },
30227
+ "defaultValue": null,
30228
+ "isDeprecated": false,
30229
+ "deprecationReason": null
30230
+ }
30231
+ ],
30232
+ "interfaces": null,
30233
+ "enumValues": null,
30234
+ "possibleTypes": null
30235
+ },
30236
+ {
30237
+ "kind": "ENUM",
30238
+ "name": "SolarIrradianceUnit",
30239
+ "description": null,
30240
+ "fields": null,
30241
+ "inputFields": null,
30242
+ "interfaces": null,
30243
+ "enumValues": [
30244
+ {
30245
+ "name": "watts_per_square_meter",
30246
+ "description": null,
30247
+ "isDeprecated": false,
30248
+ "deprecationReason": null
30249
+ }
30250
+ ],
30251
+ "possibleTypes": null
30252
+ },
29279
30253
  {
29280
30254
  "kind": "ENUM",
29281
30255
  "name": "SortDirection",
@@ -29302,7 +30276,7 @@
29302
30276
  {
29303
30277
  "kind": "ENUM",
29304
30278
  "name": "SpeedUnit",
29305
- "description": "Speed units.",
30279
+ "description": null,
29306
30280
  "fields": null,
29307
30281
  "inputFields": null,
29308
30282
  "interfaces": null,
@@ -29439,7 +30413,7 @@
29439
30413
  {
29440
30414
  "kind": "ENUM",
29441
30415
  "name": "StateOfChargeUnit",
29442
- "description": "State of charge unit.",
30416
+ "description": null,
29443
30417
  "fields": null,
29444
30418
  "inputFields": null,
29445
30419
  "interfaces": null,
@@ -30552,7 +31526,7 @@
30552
31526
  "ofType": null
30553
31527
  },
30554
31528
  "isDeprecated": true,
30555
- "deprecationReason": "In favor of station.charging_behaviour."
31529
+ "deprecationReason": "In favor of station.access_type."
30556
31530
  },
30557
31531
  {
30558
31532
  "name": "oicp",
@@ -32218,7 +33192,7 @@
32218
33192
  {
32219
33193
  "kind": "ENUM",
32220
33194
  "name": "TelemetryInputSource",
32221
- "description": "Telemetry input sources.",
33195
+ "description": null,
32222
33196
  "fields": null,
32223
33197
  "inputFields": null,
32224
33198
  "interfaces": null,
@@ -32333,7 +33307,7 @@
32333
33307
  {
32334
33308
  "kind": "ENUM",
32335
33309
  "name": "TemperatureUnit",
32336
- "description": "Temperature unit.",
33310
+ "description": null,
32337
33311
  "fields": null,
32338
33312
  "inputFields": null,
32339
33313
  "interfaces": null,
@@ -34611,6 +35585,30 @@
34611
35585
  "defaultValue": null,
34612
35586
  "isDeprecated": false,
34613
35587
  "deprecationReason": null
35588
+ },
35589
+ {
35590
+ "name": "make",
35591
+ "description": "[BETA] Make of vehicle.",
35592
+ "type": {
35593
+ "kind": "SCALAR",
35594
+ "name": "String",
35595
+ "ofType": null
35596
+ },
35597
+ "defaultValue": null,
35598
+ "isDeprecated": false,
35599
+ "deprecationReason": null
35600
+ },
35601
+ {
35602
+ "name": "model",
35603
+ "description": "[BETA] Model of vehicle.",
35604
+ "type": {
35605
+ "kind": "SCALAR",
35606
+ "name": "String",
35607
+ "ofType": null
35608
+ },
35609
+ "defaultValue": null,
35610
+ "isDeprecated": false,
35611
+ "deprecationReason": null
34614
35612
  }
34615
35613
  ],
34616
35614
  "interfaces": null,
@@ -34825,6 +35823,84 @@
34825
35823
  "enumValues": null,
34826
35824
  "possibleTypes": null
34827
35825
  },
35826
+ {
35827
+ "kind": "OBJECT",
35828
+ "name": "VehicleMake",
35829
+ "description": "Vehicle make data.",
35830
+ "fields": [
35831
+ {
35832
+ "name": "name",
35833
+ "description": "Vehicle make name.",
35834
+ "args": [],
35835
+ "type": {
35836
+ "kind": "NON_NULL",
35837
+ "name": null,
35838
+ "ofType": {
35839
+ "kind": "SCALAR",
35840
+ "name": "String",
35841
+ "ofType": null
35842
+ }
35843
+ },
35844
+ "isDeprecated": false,
35845
+ "deprecationReason": null
35846
+ },
35847
+ {
35848
+ "name": "image",
35849
+ "description": "Vehicle make image.",
35850
+ "args": [],
35851
+ "type": {
35852
+ "kind": "NON_NULL",
35853
+ "name": null,
35854
+ "ofType": {
35855
+ "kind": "OBJECT",
35856
+ "name": "VehicleImage",
35857
+ "ofType": null
35858
+ }
35859
+ },
35860
+ "isDeprecated": false,
35861
+ "deprecationReason": null
35862
+ }
35863
+ ],
35864
+ "inputFields": null,
35865
+ "interfaces": [],
35866
+ "enumValues": null,
35867
+ "possibleTypes": null
35868
+ },
35869
+ {
35870
+ "kind": "OBJECT",
35871
+ "name": "VehicleMakesResponse",
35872
+ "description": "Vehicle makes response object.",
35873
+ "fields": [
35874
+ {
35875
+ "name": "items",
35876
+ "description": "Elements of the vehicle make list.",
35877
+ "args": [],
35878
+ "type": {
35879
+ "kind": "NON_NULL",
35880
+ "name": null,
35881
+ "ofType": {
35882
+ "kind": "LIST",
35883
+ "name": null,
35884
+ "ofType": {
35885
+ "kind": "NON_NULL",
35886
+ "name": null,
35887
+ "ofType": {
35888
+ "kind": "OBJECT",
35889
+ "name": "VehicleMake",
35890
+ "ofType": null
35891
+ }
35892
+ }
35893
+ }
35894
+ },
35895
+ "isDeprecated": false,
35896
+ "deprecationReason": null
35897
+ }
35898
+ ],
35899
+ "inputFields": null,
35900
+ "interfaces": [],
35901
+ "enumValues": null,
35902
+ "possibleTypes": null
35903
+ },
34828
35904
  {
34829
35905
  "kind": "OBJECT",
34830
35906
  "name": "VehicleMedia",
@@ -34969,6 +36045,95 @@
34969
36045
  ],
34970
36046
  "possibleTypes": null
34971
36047
  },
36048
+ {
36049
+ "kind": "OBJECT",
36050
+ "name": "VehicleModel",
36051
+ "description": "Vehicle model data.",
36052
+ "fields": [
36053
+ {
36054
+ "name": "name",
36055
+ "description": "Vehicle model name.",
36056
+ "args": [],
36057
+ "type": {
36058
+ "kind": "NON_NULL",
36059
+ "name": null,
36060
+ "ofType": {
36061
+ "kind": "SCALAR",
36062
+ "name": "String",
36063
+ "ofType": null
36064
+ }
36065
+ },
36066
+ "isDeprecated": false,
36067
+ "deprecationReason": null
36068
+ }
36069
+ ],
36070
+ "inputFields": null,
36071
+ "interfaces": [],
36072
+ "enumValues": null,
36073
+ "possibleTypes": null
36074
+ },
36075
+ {
36076
+ "kind": "INPUT_OBJECT",
36077
+ "name": "VehicleModelsFilter",
36078
+ "description": "Filter vehicle model list result.",
36079
+ "fields": null,
36080
+ "inputFields": [
36081
+ {
36082
+ "name": "make",
36083
+ "description": "Vehicle make.",
36084
+ "type": {
36085
+ "kind": "NON_NULL",
36086
+ "name": null,
36087
+ "ofType": {
36088
+ "kind": "SCALAR",
36089
+ "name": "String",
36090
+ "ofType": null
36091
+ }
36092
+ },
36093
+ "defaultValue": null,
36094
+ "isDeprecated": false,
36095
+ "deprecationReason": null
36096
+ }
36097
+ ],
36098
+ "interfaces": null,
36099
+ "enumValues": null,
36100
+ "possibleTypes": null
36101
+ },
36102
+ {
36103
+ "kind": "OBJECT",
36104
+ "name": "VehicleModelsResponse",
36105
+ "description": "Vehicle models response object.",
36106
+ "fields": [
36107
+ {
36108
+ "name": "items",
36109
+ "description": "Elements of the vehicle model list.",
36110
+ "args": [],
36111
+ "type": {
36112
+ "kind": "NON_NULL",
36113
+ "name": null,
36114
+ "ofType": {
36115
+ "kind": "LIST",
36116
+ "name": null,
36117
+ "ofType": {
36118
+ "kind": "NON_NULL",
36119
+ "name": null,
36120
+ "ofType": {
36121
+ "kind": "OBJECT",
36122
+ "name": "VehicleModel",
36123
+ "ofType": null
36124
+ }
36125
+ }
36126
+ }
36127
+ },
36128
+ "isDeprecated": false,
36129
+ "deprecationReason": null
36130
+ }
36131
+ ],
36132
+ "inputFields": null,
36133
+ "interfaces": [],
36134
+ "enumValues": null,
36135
+ "possibleTypes": null
36136
+ },
34972
36137
  {
34973
36138
  "kind": "OBJECT",
34974
36139
  "name": "VehicleNaming",
@@ -40100,10 +41265,45 @@
40100
41265
  ],
40101
41266
  "possibleTypes": null
40102
41267
  },
41268
+ {
41269
+ "kind": "ENUM",
41270
+ "name": "WeatherType",
41271
+ "description": "Type of weather conditions used in the route calculation.",
41272
+ "fields": null,
41273
+ "inputFields": null,
41274
+ "interfaces": null,
41275
+ "enumValues": [
41276
+ {
41277
+ "name": "summer",
41278
+ "description": "Fixed seasonal preset representing typical summer weather conditions. Can't be used in combination with weather.custom.",
41279
+ "isDeprecated": false,
41280
+ "deprecationReason": null
41281
+ },
41282
+ {
41283
+ "name": "winter",
41284
+ "description": "Fixed seasonal preset representing typical winter weather conditions. Can't be used in combination with weather.custom.",
41285
+ "isDeprecated": false,
41286
+ "deprecationReason": null
41287
+ },
41288
+ {
41289
+ "name": "actual",
41290
+ "description": "A dynamic preset that uses real weather data based on the route's departure time. Can't be used in combination with weather.custom.",
41291
+ "isDeprecated": false,
41292
+ "deprecationReason": null
41293
+ },
41294
+ {
41295
+ "name": "custom",
41296
+ "description": "Must be used in combination with weather.custom object.",
41297
+ "isDeprecated": false,
41298
+ "deprecationReason": null
41299
+ }
41300
+ ],
41301
+ "possibleTypes": null
41302
+ },
40103
41303
  {
40104
41304
  "kind": "ENUM",
40105
41305
  "name": "WeightUnit",
40106
- "description": "Weight unit.",
41306
+ "description": null,
40107
41307
  "fields": null,
40108
41308
  "inputFields": null,
40109
41309
  "interfaces": null,
@@ -41019,6 +42219,176 @@
41019
42219
  }
41020
42220
  ],
41021
42221
  "directives": [
42222
+ {
42223
+ "name": "chargetripDeprecated",
42224
+ "description": null,
42225
+ "isRepeatable": false,
42226
+ "locations": [
42227
+ "FIELD_DEFINITION",
42228
+ "INPUT_FIELD_DEFINITION",
42229
+ "ENUM_VALUE"
42230
+ ],
42231
+ "args": [
42232
+ {
42233
+ "name": "reason",
42234
+ "description": null,
42235
+ "type": {
42236
+ "kind": "SCALAR",
42237
+ "name": "PlainString",
42238
+ "ofType": null
42239
+ },
42240
+ "defaultValue": null,
42241
+ "isDeprecated": false,
42242
+ "deprecationReason": null
42243
+ },
42244
+ {
42245
+ "name": "serviceName",
42246
+ "description": null,
42247
+ "type": {
42248
+ "kind": "SCALAR",
42249
+ "name": "PlainString",
42250
+ "ofType": null
42251
+ },
42252
+ "defaultValue": null,
42253
+ "isDeprecated": false,
42254
+ "deprecationReason": null
42255
+ },
42256
+ {
42257
+ "name": "removeAfter",
42258
+ "description": null,
42259
+ "type": {
42260
+ "kind": "SCALAR",
42261
+ "name": "PlainString",
42262
+ "ofType": null
42263
+ },
42264
+ "defaultValue": null,
42265
+ "isDeprecated": false,
42266
+ "deprecationReason": null
42267
+ },
42268
+ {
42269
+ "name": "replacedBy",
42270
+ "description": null,
42271
+ "type": {
42272
+ "kind": "SCALAR",
42273
+ "name": "PlainString",
42274
+ "ofType": null
42275
+ },
42276
+ "defaultValue": null,
42277
+ "isDeprecated": false,
42278
+ "deprecationReason": null
42279
+ }
42280
+ ]
42281
+ },
42282
+ {
42283
+ "name": "cost",
42284
+ "description": null,
42285
+ "isRepeatable": false,
42286
+ "locations": [
42287
+ "ARGUMENT_DEFINITION",
42288
+ "ENUM",
42289
+ "FIELD_DEFINITION",
42290
+ "INPUT_FIELD_DEFINITION",
42291
+ "OBJECT",
42292
+ "SCALAR"
42293
+ ],
42294
+ "args": [
42295
+ {
42296
+ "name": "weight",
42297
+ "description": null,
42298
+ "type": {
42299
+ "kind": "NON_NULL",
42300
+ "name": null,
42301
+ "ofType": {
42302
+ "kind": "SCALAR",
42303
+ "name": "Int",
42304
+ "ofType": null
42305
+ }
42306
+ },
42307
+ "defaultValue": null,
42308
+ "isDeprecated": false,
42309
+ "deprecationReason": null
42310
+ }
42311
+ ]
42312
+ },
42313
+ {
42314
+ "name": "listSize",
42315
+ "description": null,
42316
+ "isRepeatable": false,
42317
+ "locations": ["FIELD_DEFINITION"],
42318
+ "args": [
42319
+ {
42320
+ "name": "assumedSize",
42321
+ "description": null,
42322
+ "type": {
42323
+ "kind": "SCALAR",
42324
+ "name": "Int",
42325
+ "ofType": null
42326
+ },
42327
+ "defaultValue": null,
42328
+ "isDeprecated": false,
42329
+ "deprecationReason": null
42330
+ },
42331
+ {
42332
+ "name": "slicingArguments",
42333
+ "description": null,
42334
+ "type": {
42335
+ "kind": "LIST",
42336
+ "name": null,
42337
+ "ofType": {
42338
+ "kind": "NON_NULL",
42339
+ "name": null,
42340
+ "ofType": {
42341
+ "kind": "SCALAR",
42342
+ "name": "String",
42343
+ "ofType": null
42344
+ }
42345
+ }
42346
+ },
42347
+ "defaultValue": null,
42348
+ "isDeprecated": false,
42349
+ "deprecationReason": null
42350
+ },
42351
+ {
42352
+ "name": "sizedFields",
42353
+ "description": null,
42354
+ "type": {
42355
+ "kind": "LIST",
42356
+ "name": null,
42357
+ "ofType": {
42358
+ "kind": "NON_NULL",
42359
+ "name": null,
42360
+ "ofType": {
42361
+ "kind": "SCALAR",
42362
+ "name": "String",
42363
+ "ofType": null
42364
+ }
42365
+ }
42366
+ },
42367
+ "defaultValue": null,
42368
+ "isDeprecated": false,
42369
+ "deprecationReason": null
42370
+ },
42371
+ {
42372
+ "name": "requireOneSlicingArgument",
42373
+ "description": null,
42374
+ "type": {
42375
+ "kind": "SCALAR",
42376
+ "name": "Boolean",
42377
+ "ofType": null
42378
+ },
42379
+ "defaultValue": "true",
42380
+ "isDeprecated": false,
42381
+ "deprecationReason": null
42382
+ }
42383
+ ]
42384
+ },
42385
+ {
42386
+ "name": "ocpi",
42387
+ "description": null,
42388
+ "isRepeatable": false,
42389
+ "locations": ["FIELD_DEFINITION"],
42390
+ "args": []
42391
+ },
41022
42392
  {
41023
42393
  "name": "oneOf",
41024
42394
  "description": "Indicates exactly one field must be supplied and this field must not be `null`.",