@chargetrip/types 1.35.1 → 1.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +5 -4
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +5 -4
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +102 -65
- package/graphql.schema.json +436 -172
- package/package.json +1 -1
- package/src/graphql.ts +106 -65
package/graphql.schema.json
CHANGED
|
@@ -62,6 +62,16 @@
|
|
|
62
62
|
],
|
|
63
63
|
"possibleTypes": null
|
|
64
64
|
},
|
|
65
|
+
{
|
|
66
|
+
"kind": "SCALAR",
|
|
67
|
+
"name": "Acknowledgement",
|
|
68
|
+
"description": "Returns 'OK'",
|
|
69
|
+
"fields": null,
|
|
70
|
+
"inputFields": null,
|
|
71
|
+
"interfaces": null,
|
|
72
|
+
"enumValues": null,
|
|
73
|
+
"possibleTypes": null
|
|
74
|
+
},
|
|
65
75
|
{
|
|
66
76
|
"kind": "OBJECT",
|
|
67
77
|
"name": "Address",
|
|
@@ -1987,6 +1997,12 @@
|
|
|
1987
1997
|
"description": "Thumbnail of a full-sized brand logo at 56x24 px",
|
|
1988
1998
|
"isDeprecated": false,
|
|
1989
1999
|
"deprecationReason": null
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "placeholder",
|
|
2003
|
+
"description": "Placeholder image at 1536x864 px",
|
|
2004
|
+
"isDeprecated": false,
|
|
2005
|
+
"deprecationReason": null
|
|
1990
2006
|
}
|
|
1991
2007
|
],
|
|
1992
2008
|
"possibleTypes": null
|
|
@@ -6490,7 +6506,7 @@
|
|
|
6490
6506
|
"name": null,
|
|
6491
6507
|
"ofType": {
|
|
6492
6508
|
"kind": "ENUM",
|
|
6493
|
-
"name": "
|
|
6509
|
+
"name": "StateOfChargeUnit",
|
|
6494
6510
|
"ofType": null
|
|
6495
6511
|
}
|
|
6496
6512
|
},
|
|
@@ -7907,20 +7923,20 @@
|
|
|
7907
7923
|
"interfaces": null,
|
|
7908
7924
|
"enumValues": [
|
|
7909
7925
|
{
|
|
7910
|
-
"name": "
|
|
7911
|
-
"description": "Return the consumption in kilometers",
|
|
7926
|
+
"name": "kilowatt_hours_per_100_kilometers",
|
|
7927
|
+
"description": "Return the consumption in kilowatt hours per 100 kilometers",
|
|
7912
7928
|
"isDeprecated": false,
|
|
7913
7929
|
"deprecationReason": null
|
|
7914
7930
|
},
|
|
7915
7931
|
{
|
|
7916
|
-
"name": "
|
|
7917
|
-
"description": "Return the consumption in
|
|
7932
|
+
"name": "watt_hours_per_kilometer",
|
|
7933
|
+
"description": "Return the consumption in watt hours per kilometer",
|
|
7918
7934
|
"isDeprecated": false,
|
|
7919
7935
|
"deprecationReason": null
|
|
7920
7936
|
},
|
|
7921
7937
|
{
|
|
7922
|
-
"name": "
|
|
7923
|
-
"description": "Return the consumption in
|
|
7938
|
+
"name": "kilometers_per_kilowatt_hour",
|
|
7939
|
+
"description": "Return the consumption in kilometers per kilowatt hour",
|
|
7924
7940
|
"isDeprecated": false,
|
|
7925
7941
|
"deprecationReason": null
|
|
7926
7942
|
},
|
|
@@ -7930,12 +7946,6 @@
|
|
|
7930
7946
|
"isDeprecated": false,
|
|
7931
7947
|
"deprecationReason": null
|
|
7932
7948
|
},
|
|
7933
|
-
{
|
|
7934
|
-
"name": "watt_hours_per_kilometer",
|
|
7935
|
-
"description": "Return the consumption in watt hours per kilometer",
|
|
7936
|
-
"isDeprecated": false,
|
|
7937
|
-
"deprecationReason": null
|
|
7938
|
-
},
|
|
7939
7949
|
{
|
|
7940
7950
|
"name": "watt_hours_per_mile",
|
|
7941
7951
|
"description": "Return the consumption in watt hours per mile",
|
|
@@ -7947,12 +7957,6 @@
|
|
|
7947
7957
|
"description": "Return the consumption in miles per kilowatt hour",
|
|
7948
7958
|
"isDeprecated": false,
|
|
7949
7959
|
"deprecationReason": null
|
|
7950
|
-
},
|
|
7951
|
-
{
|
|
7952
|
-
"name": "kilometers_per_kilowatt_hour",
|
|
7953
|
-
"description": "Return the consumption in kilometers per kilowatt hour",
|
|
7954
|
-
"isDeprecated": false,
|
|
7955
|
-
"deprecationReason": null
|
|
7956
7960
|
}
|
|
7957
7961
|
],
|
|
7958
7962
|
"possibleTypes": null
|
|
@@ -9696,6 +9700,12 @@
|
|
|
9696
9700
|
"description": "Return the currency in USD",
|
|
9697
9701
|
"isDeprecated": false,
|
|
9698
9702
|
"deprecationReason": null
|
|
9703
|
+
},
|
|
9704
|
+
{
|
|
9705
|
+
"name": "GBP",
|
|
9706
|
+
"description": "Return the currency in GBP",
|
|
9707
|
+
"isDeprecated": false,
|
|
9708
|
+
"deprecationReason": null
|
|
9699
9709
|
}
|
|
9700
9710
|
],
|
|
9701
9711
|
"possibleTypes": null
|
|
@@ -10034,6 +10044,16 @@
|
|
|
10034
10044
|
],
|
|
10035
10045
|
"possibleTypes": null
|
|
10036
10046
|
},
|
|
10047
|
+
{
|
|
10048
|
+
"kind": "SCALAR",
|
|
10049
|
+
"name": "Email",
|
|
10050
|
+
"description": "Email address scalar, email regex with HTML sanitization",
|
|
10051
|
+
"fields": null,
|
|
10052
|
+
"inputFields": null,
|
|
10053
|
+
"interfaces": null,
|
|
10054
|
+
"enumValues": null,
|
|
10055
|
+
"possibleTypes": null
|
|
10056
|
+
},
|
|
10037
10057
|
{
|
|
10038
10058
|
"kind": "ENUM",
|
|
10039
10059
|
"name": "EmissionRateUnit",
|
|
@@ -11392,7 +11412,7 @@
|
|
|
11392
11412
|
],
|
|
11393
11413
|
"type": {
|
|
11394
11414
|
"kind": "SCALAR",
|
|
11395
|
-
"name": "
|
|
11415
|
+
"name": "Acknowledgement",
|
|
11396
11416
|
"ofType": null
|
|
11397
11417
|
},
|
|
11398
11418
|
"isDeprecated": false,
|
|
@@ -11421,7 +11441,7 @@
|
|
|
11421
11441
|
],
|
|
11422
11442
|
"type": {
|
|
11423
11443
|
"kind": "SCALAR",
|
|
11424
|
-
"name": "
|
|
11444
|
+
"name": "Acknowledgement",
|
|
11425
11445
|
"ofType": null
|
|
11426
11446
|
},
|
|
11427
11447
|
"isDeprecated": false,
|
|
@@ -11450,7 +11470,7 @@
|
|
|
11450
11470
|
],
|
|
11451
11471
|
"type": {
|
|
11452
11472
|
"kind": "SCALAR",
|
|
11453
|
-
"name": "
|
|
11473
|
+
"name": "Acknowledgement",
|
|
11454
11474
|
"ofType": null
|
|
11455
11475
|
},
|
|
11456
11476
|
"isDeprecated": false,
|
|
@@ -11579,9 +11599,13 @@
|
|
|
11579
11599
|
"description": "The current route used for navigation",
|
|
11580
11600
|
"args": [],
|
|
11581
11601
|
"type": {
|
|
11582
|
-
"kind": "
|
|
11583
|
-
"name":
|
|
11584
|
-
"ofType":
|
|
11602
|
+
"kind": "NON_NULL",
|
|
11603
|
+
"name": null,
|
|
11604
|
+
"ofType": {
|
|
11605
|
+
"kind": "SCALAR",
|
|
11606
|
+
"name": "ID",
|
|
11607
|
+
"ofType": null
|
|
11608
|
+
}
|
|
11585
11609
|
},
|
|
11586
11610
|
"isDeprecated": false,
|
|
11587
11611
|
"deprecationReason": null
|
|
@@ -11591,9 +11615,13 @@
|
|
|
11591
11615
|
"description": "The current route alternative used for navigation",
|
|
11592
11616
|
"args": [],
|
|
11593
11617
|
"type": {
|
|
11594
|
-
"kind": "
|
|
11595
|
-
"name":
|
|
11596
|
-
"ofType":
|
|
11618
|
+
"kind": "NON_NULL",
|
|
11619
|
+
"name": null,
|
|
11620
|
+
"ofType": {
|
|
11621
|
+
"kind": "SCALAR",
|
|
11622
|
+
"name": "ID",
|
|
11623
|
+
"ofType": null
|
|
11624
|
+
}
|
|
11597
11625
|
},
|
|
11598
11626
|
"isDeprecated": false,
|
|
11599
11627
|
"deprecationReason": null
|
|
@@ -11603,9 +11631,13 @@
|
|
|
11603
11631
|
"description": "The state of a navigation session. The status can be driving, charging, finished, or error",
|
|
11604
11632
|
"args": [],
|
|
11605
11633
|
"type": {
|
|
11606
|
-
"kind": "
|
|
11607
|
-
"name":
|
|
11608
|
-
"ofType":
|
|
11634
|
+
"kind": "NON_NULL",
|
|
11635
|
+
"name": null,
|
|
11636
|
+
"ofType": {
|
|
11637
|
+
"kind": "ENUM",
|
|
11638
|
+
"name": "NavigationState",
|
|
11639
|
+
"ofType": null
|
|
11640
|
+
}
|
|
11609
11641
|
},
|
|
11610
11642
|
"isDeprecated": false,
|
|
11611
11643
|
"deprecationReason": null
|
|
@@ -11613,11 +11645,28 @@
|
|
|
11613
11645
|
{
|
|
11614
11646
|
"name": "state_of_charge",
|
|
11615
11647
|
"description": "State of charge at the last known location",
|
|
11616
|
-
"args": [
|
|
11648
|
+
"args": [
|
|
11649
|
+
{
|
|
11650
|
+
"name": "unit",
|
|
11651
|
+
"description": null,
|
|
11652
|
+
"type": {
|
|
11653
|
+
"kind": "ENUM",
|
|
11654
|
+
"name": "StateOfChargeUnit",
|
|
11655
|
+
"ofType": null
|
|
11656
|
+
},
|
|
11657
|
+
"defaultValue": "kilowatt_hour",
|
|
11658
|
+
"isDeprecated": false,
|
|
11659
|
+
"deprecationReason": null
|
|
11660
|
+
}
|
|
11661
|
+
],
|
|
11617
11662
|
"type": {
|
|
11618
|
-
"kind": "
|
|
11619
|
-
"name":
|
|
11620
|
-
"ofType":
|
|
11663
|
+
"kind": "NON_NULL",
|
|
11664
|
+
"name": null,
|
|
11665
|
+
"ofType": {
|
|
11666
|
+
"kind": "SCALAR",
|
|
11667
|
+
"name": "Float",
|
|
11668
|
+
"ofType": null
|
|
11669
|
+
}
|
|
11621
11670
|
},
|
|
11622
11671
|
"isDeprecated": false,
|
|
11623
11672
|
"deprecationReason": null
|
|
@@ -11627,9 +11676,13 @@
|
|
|
11627
11676
|
"description": "Last known location",
|
|
11628
11677
|
"args": [],
|
|
11629
11678
|
"type": {
|
|
11630
|
-
"kind": "
|
|
11631
|
-
"name":
|
|
11632
|
-
"ofType":
|
|
11679
|
+
"kind": "NON_NULL",
|
|
11680
|
+
"name": null,
|
|
11681
|
+
"ofType": {
|
|
11682
|
+
"kind": "OBJECT",
|
|
11683
|
+
"name": "Point",
|
|
11684
|
+
"ofType": null
|
|
11685
|
+
}
|
|
11633
11686
|
},
|
|
11634
11687
|
"isDeprecated": false,
|
|
11635
11688
|
"deprecationReason": null
|
|
@@ -11651,12 +11704,20 @@
|
|
|
11651
11704
|
"description": "A set of alternative charging stations to next station",
|
|
11652
11705
|
"args": [],
|
|
11653
11706
|
"type": {
|
|
11654
|
-
"kind": "
|
|
11707
|
+
"kind": "NON_NULL",
|
|
11655
11708
|
"name": null,
|
|
11656
11709
|
"ofType": {
|
|
11657
|
-
"kind": "
|
|
11658
|
-
"name":
|
|
11659
|
-
"ofType":
|
|
11710
|
+
"kind": "LIST",
|
|
11711
|
+
"name": null,
|
|
11712
|
+
"ofType": {
|
|
11713
|
+
"kind": "NON_NULL",
|
|
11714
|
+
"name": null,
|
|
11715
|
+
"ofType": {
|
|
11716
|
+
"kind": "OBJECT",
|
|
11717
|
+
"name": "NavigationStation",
|
|
11718
|
+
"ofType": null
|
|
11719
|
+
}
|
|
11720
|
+
}
|
|
11660
11721
|
}
|
|
11661
11722
|
},
|
|
11662
11723
|
"isDeprecated": false,
|
|
@@ -11665,48 +11726,7 @@
|
|
|
11665
11726
|
{
|
|
11666
11727
|
"name": "instructions",
|
|
11667
11728
|
"description": "Navigation instructions",
|
|
11668
|
-
"args": [
|
|
11669
|
-
{
|
|
11670
|
-
"name": "instructions_format",
|
|
11671
|
-
"description": "Turn by turn instructions format for a route",
|
|
11672
|
-
"type": {
|
|
11673
|
-
"kind": "NON_NULL",
|
|
11674
|
-
"name": null,
|
|
11675
|
-
"ofType": {
|
|
11676
|
-
"kind": "ENUM",
|
|
11677
|
-
"name": "InstructionsFormat",
|
|
11678
|
-
"ofType": null
|
|
11679
|
-
}
|
|
11680
|
-
},
|
|
11681
|
-
"defaultValue": null,
|
|
11682
|
-
"isDeprecated": false,
|
|
11683
|
-
"deprecationReason": null
|
|
11684
|
-
},
|
|
11685
|
-
{
|
|
11686
|
-
"name": "language",
|
|
11687
|
-
"description": "Preferred navigation instructions language. Default: en",
|
|
11688
|
-
"type": {
|
|
11689
|
-
"kind": "ENUM",
|
|
11690
|
-
"name": "MappingLanguage",
|
|
11691
|
-
"ofType": null
|
|
11692
|
-
},
|
|
11693
|
-
"defaultValue": null,
|
|
11694
|
-
"isDeprecated": false,
|
|
11695
|
-
"deprecationReason": null
|
|
11696
|
-
},
|
|
11697
|
-
{
|
|
11698
|
-
"name": "precision",
|
|
11699
|
-
"description": "Number of decimals used for the Google Polyline encoding Algorithm. Allowed values are 5 or 6, the default is 5",
|
|
11700
|
-
"type": {
|
|
11701
|
-
"kind": "SCALAR",
|
|
11702
|
-
"name": "Int",
|
|
11703
|
-
"ofType": null
|
|
11704
|
-
},
|
|
11705
|
-
"defaultValue": null,
|
|
11706
|
-
"isDeprecated": false,
|
|
11707
|
-
"deprecationReason": null
|
|
11708
|
-
}
|
|
11709
|
-
],
|
|
11729
|
+
"args": [],
|
|
11710
11730
|
"type": {
|
|
11711
11731
|
"kind": "SCALAR",
|
|
11712
11732
|
"name": "JSON",
|
|
@@ -11764,6 +11784,57 @@
|
|
|
11764
11784
|
"enumValues": null,
|
|
11765
11785
|
"possibleTypes": null
|
|
11766
11786
|
},
|
|
11787
|
+
{
|
|
11788
|
+
"kind": "INPUT_OBJECT",
|
|
11789
|
+
"name": "NavigationInstructionsInput",
|
|
11790
|
+
"description": null,
|
|
11791
|
+
"fields": null,
|
|
11792
|
+
"inputFields": [
|
|
11793
|
+
{
|
|
11794
|
+
"name": "instructions_format",
|
|
11795
|
+
"description": "Turn by turn instructions format for a route",
|
|
11796
|
+
"type": {
|
|
11797
|
+
"kind": "NON_NULL",
|
|
11798
|
+
"name": null,
|
|
11799
|
+
"ofType": {
|
|
11800
|
+
"kind": "ENUM",
|
|
11801
|
+
"name": "InstructionsFormat",
|
|
11802
|
+
"ofType": null
|
|
11803
|
+
}
|
|
11804
|
+
},
|
|
11805
|
+
"defaultValue": null,
|
|
11806
|
+
"isDeprecated": false,
|
|
11807
|
+
"deprecationReason": null
|
|
11808
|
+
},
|
|
11809
|
+
{
|
|
11810
|
+
"name": "language",
|
|
11811
|
+
"description": "Preferred navigation instructions language. Default: en",
|
|
11812
|
+
"type": {
|
|
11813
|
+
"kind": "ENUM",
|
|
11814
|
+
"name": "MappingLanguage",
|
|
11815
|
+
"ofType": null
|
|
11816
|
+
},
|
|
11817
|
+
"defaultValue": "en",
|
|
11818
|
+
"isDeprecated": false,
|
|
11819
|
+
"deprecationReason": null
|
|
11820
|
+
},
|
|
11821
|
+
{
|
|
11822
|
+
"name": "precision",
|
|
11823
|
+
"description": "Number of decimals used for the Google Polyline encoding Algorithm. Allowed values are 5 or 6, the default is 5",
|
|
11824
|
+
"type": {
|
|
11825
|
+
"kind": "SCALAR",
|
|
11826
|
+
"name": "Int",
|
|
11827
|
+
"ofType": null
|
|
11828
|
+
},
|
|
11829
|
+
"defaultValue": "5",
|
|
11830
|
+
"isDeprecated": false,
|
|
11831
|
+
"deprecationReason": null
|
|
11832
|
+
}
|
|
11833
|
+
],
|
|
11834
|
+
"interfaces": null,
|
|
11835
|
+
"enumValues": null,
|
|
11836
|
+
"possibleTypes": null
|
|
11837
|
+
},
|
|
11767
11838
|
{
|
|
11768
11839
|
"kind": "INPUT_OBJECT",
|
|
11769
11840
|
"name": "NavigationRecalculateInput",
|
|
@@ -11790,8 +11861,8 @@
|
|
|
11790
11861
|
"name": "state_of_charge",
|
|
11791
11862
|
"description": "State of charge at origin",
|
|
11792
11863
|
"type": {
|
|
11793
|
-
"kind": "
|
|
11794
|
-
"name": "
|
|
11864
|
+
"kind": "INPUT_OBJECT",
|
|
11865
|
+
"name": "StateOfChargeInput",
|
|
11795
11866
|
"ofType": null
|
|
11796
11867
|
},
|
|
11797
11868
|
"defaultValue": null,
|
|
@@ -11821,9 +11892,13 @@
|
|
|
11821
11892
|
"kind": "LIST",
|
|
11822
11893
|
"name": null,
|
|
11823
11894
|
"ofType": {
|
|
11824
|
-
"kind": "
|
|
11825
|
-
"name":
|
|
11826
|
-
"ofType":
|
|
11895
|
+
"kind": "NON_NULL",
|
|
11896
|
+
"name": null,
|
|
11897
|
+
"ofType": {
|
|
11898
|
+
"kind": "INPUT_OBJECT",
|
|
11899
|
+
"name": "FeaturePointInput",
|
|
11900
|
+
"ofType": null
|
|
11901
|
+
}
|
|
11827
11902
|
}
|
|
11828
11903
|
},
|
|
11829
11904
|
"defaultValue": null,
|
|
@@ -11896,6 +11971,22 @@
|
|
|
11896
11971
|
"defaultValue": null,
|
|
11897
11972
|
"isDeprecated": false,
|
|
11898
11973
|
"deprecationReason": null
|
|
11974
|
+
},
|
|
11975
|
+
{
|
|
11976
|
+
"name": "instructions",
|
|
11977
|
+
"description": "Instruction input format",
|
|
11978
|
+
"type": {
|
|
11979
|
+
"kind": "NON_NULL",
|
|
11980
|
+
"name": null,
|
|
11981
|
+
"ofType": {
|
|
11982
|
+
"kind": "INPUT_OBJECT",
|
|
11983
|
+
"name": "NavigationInstructionsInput",
|
|
11984
|
+
"ofType": null
|
|
11985
|
+
}
|
|
11986
|
+
},
|
|
11987
|
+
"defaultValue": null,
|
|
11988
|
+
"isDeprecated": false,
|
|
11989
|
+
"deprecationReason": null
|
|
11899
11990
|
}
|
|
11900
11991
|
],
|
|
11901
11992
|
"interfaces": null,
|
|
@@ -11947,9 +12038,13 @@
|
|
|
11947
12038
|
"description": "The ID as string of the charging station",
|
|
11948
12039
|
"args": [],
|
|
11949
12040
|
"type": {
|
|
11950
|
-
"kind": "
|
|
11951
|
-
"name":
|
|
11952
|
-
"ofType":
|
|
12041
|
+
"kind": "NON_NULL",
|
|
12042
|
+
"name": null,
|
|
12043
|
+
"ofType": {
|
|
12044
|
+
"kind": "SCALAR",
|
|
12045
|
+
"name": "ID",
|
|
12046
|
+
"ofType": null
|
|
12047
|
+
}
|
|
11953
12048
|
},
|
|
11954
12049
|
"isDeprecated": false,
|
|
11955
12050
|
"deprecationReason": null
|
|
@@ -11959,9 +12054,13 @@
|
|
|
11959
12054
|
"description": "GPS location of the charging station",
|
|
11960
12055
|
"args": [],
|
|
11961
12056
|
"type": {
|
|
11962
|
-
"kind": "
|
|
11963
|
-
"name":
|
|
11964
|
-
"ofType":
|
|
12057
|
+
"kind": "NON_NULL",
|
|
12058
|
+
"name": null,
|
|
12059
|
+
"ofType": {
|
|
12060
|
+
"kind": "OBJECT",
|
|
12061
|
+
"name": "Point",
|
|
12062
|
+
"ofType": null
|
|
12063
|
+
}
|
|
11965
12064
|
},
|
|
11966
12065
|
"isDeprecated": false,
|
|
11967
12066
|
"deprecationReason": null
|
|
@@ -11971,12 +12070,20 @@
|
|
|
11971
12070
|
"description": "An array with all GPS locations of via points until the next charging station",
|
|
11972
12071
|
"args": [],
|
|
11973
12072
|
"type": {
|
|
11974
|
-
"kind": "
|
|
12073
|
+
"kind": "NON_NULL",
|
|
11975
12074
|
"name": null,
|
|
11976
12075
|
"ofType": {
|
|
11977
|
-
"kind": "
|
|
11978
|
-
"name":
|
|
11979
|
-
"ofType":
|
|
12076
|
+
"kind": "LIST",
|
|
12077
|
+
"name": null,
|
|
12078
|
+
"ofType": {
|
|
12079
|
+
"kind": "NON_NULL",
|
|
12080
|
+
"name": null,
|
|
12081
|
+
"ofType": {
|
|
12082
|
+
"kind": "OBJECT",
|
|
12083
|
+
"name": "Point",
|
|
12084
|
+
"ofType": null
|
|
12085
|
+
}
|
|
12086
|
+
}
|
|
11980
12087
|
}
|
|
11981
12088
|
},
|
|
11982
12089
|
"isDeprecated": false,
|
|
@@ -11984,12 +12091,29 @@
|
|
|
11984
12091
|
},
|
|
11985
12092
|
{
|
|
11986
12093
|
"name": "estimated_state_of_charge",
|
|
11987
|
-
"description": "Estimated state of charge,
|
|
11988
|
-
"args": [
|
|
12094
|
+
"description": "Estimated state of charge, at arrival on the next charging station",
|
|
12095
|
+
"args": [
|
|
12096
|
+
{
|
|
12097
|
+
"name": "unit",
|
|
12098
|
+
"description": null,
|
|
12099
|
+
"type": {
|
|
12100
|
+
"kind": "ENUM",
|
|
12101
|
+
"name": "StateOfChargeUnit",
|
|
12102
|
+
"ofType": null
|
|
12103
|
+
},
|
|
12104
|
+
"defaultValue": "kilowatt_hour",
|
|
12105
|
+
"isDeprecated": false,
|
|
12106
|
+
"deprecationReason": null
|
|
12107
|
+
}
|
|
12108
|
+
],
|
|
11989
12109
|
"type": {
|
|
11990
|
-
"kind": "
|
|
11991
|
-
"name":
|
|
11992
|
-
"ofType":
|
|
12110
|
+
"kind": "NON_NULL",
|
|
12111
|
+
"name": null,
|
|
12112
|
+
"ofType": {
|
|
12113
|
+
"kind": "SCALAR",
|
|
12114
|
+
"name": "Float",
|
|
12115
|
+
"ofType": null
|
|
12116
|
+
}
|
|
11993
12117
|
},
|
|
11994
12118
|
"isDeprecated": false,
|
|
11995
12119
|
"deprecationReason": null
|
|
@@ -11999,9 +12123,13 @@
|
|
|
11999
12123
|
"description": "Estimated consumption, in kWh, from last the known location until the next charging station",
|
|
12000
12124
|
"args": [],
|
|
12001
12125
|
"type": {
|
|
12002
|
-
"kind": "
|
|
12003
|
-
"name":
|
|
12004
|
-
"ofType":
|
|
12126
|
+
"kind": "NON_NULL",
|
|
12127
|
+
"name": null,
|
|
12128
|
+
"ofType": {
|
|
12129
|
+
"kind": "SCALAR",
|
|
12130
|
+
"name": "Float",
|
|
12131
|
+
"ofType": null
|
|
12132
|
+
}
|
|
12005
12133
|
},
|
|
12006
12134
|
"isDeprecated": false,
|
|
12007
12135
|
"deprecationReason": null
|
|
@@ -12011,9 +12139,13 @@
|
|
|
12011
12139
|
"description": "Estimated duration, in seconds, from the last known location until the next charging station",
|
|
12012
12140
|
"args": [],
|
|
12013
12141
|
"type": {
|
|
12014
|
-
"kind": "
|
|
12015
|
-
"name":
|
|
12016
|
-
"ofType":
|
|
12142
|
+
"kind": "NON_NULL",
|
|
12143
|
+
"name": null,
|
|
12144
|
+
"ofType": {
|
|
12145
|
+
"kind": "SCALAR",
|
|
12146
|
+
"name": "Int",
|
|
12147
|
+
"ofType": null
|
|
12148
|
+
}
|
|
12017
12149
|
},
|
|
12018
12150
|
"isDeprecated": false,
|
|
12019
12151
|
"deprecationReason": null
|
|
@@ -12111,10 +12243,10 @@
|
|
|
12111
12243
|
},
|
|
12112
12244
|
{
|
|
12113
12245
|
"name": "speed",
|
|
12114
|
-
"description": "Speed at a location
|
|
12246
|
+
"description": "Speed at a location",
|
|
12115
12247
|
"type": {
|
|
12116
|
-
"kind": "
|
|
12117
|
-
"name": "
|
|
12248
|
+
"kind": "INPUT_OBJECT",
|
|
12249
|
+
"name": "VehicleSpeedInput",
|
|
12118
12250
|
"ofType": null
|
|
12119
12251
|
},
|
|
12120
12252
|
"defaultValue": null,
|
|
@@ -12138,11 +12270,11 @@
|
|
|
12138
12270
|
"deprecationReason": null
|
|
12139
12271
|
},
|
|
12140
12272
|
{
|
|
12141
|
-
"name": "
|
|
12142
|
-
"description": "
|
|
12273
|
+
"name": "elevation",
|
|
12274
|
+
"description": "Elevation information",
|
|
12143
12275
|
"type": {
|
|
12144
|
-
"kind": "
|
|
12145
|
-
"name": "
|
|
12276
|
+
"kind": "INPUT_OBJECT",
|
|
12277
|
+
"name": "ElevationInput",
|
|
12146
12278
|
"ofType": null
|
|
12147
12279
|
},
|
|
12148
12280
|
"defaultValue": null,
|
|
@@ -12885,7 +13017,7 @@
|
|
|
12885
13017
|
"args": [],
|
|
12886
13018
|
"type": {
|
|
12887
13019
|
"kind": "SCALAR",
|
|
12888
|
-
"name": "
|
|
13020
|
+
"name": "Float",
|
|
12889
13021
|
"ofType": null
|
|
12890
13022
|
},
|
|
12891
13023
|
"isDeprecated": false,
|
|
@@ -21153,7 +21285,7 @@
|
|
|
21153
21285
|
"name": null,
|
|
21154
21286
|
"ofType": {
|
|
21155
21287
|
"kind": "ENUM",
|
|
21156
|
-
"name": "
|
|
21288
|
+
"name": "StateOfChargeUnit",
|
|
21157
21289
|
"ofType": null
|
|
21158
21290
|
}
|
|
21159
21291
|
},
|
|
@@ -21194,19 +21326,19 @@
|
|
|
21194
21326
|
},
|
|
21195
21327
|
{
|
|
21196
21328
|
"name": "mile",
|
|
21197
|
-
"description": "Return the
|
|
21329
|
+
"description": "Return the state of charge in miles",
|
|
21198
21330
|
"isDeprecated": false,
|
|
21199
21331
|
"deprecationReason": null
|
|
21200
21332
|
},
|
|
21201
21333
|
{
|
|
21202
21334
|
"name": "kilowatt_hour",
|
|
21203
|
-
"description": "Return the
|
|
21335
|
+
"description": "Return the state of charge in kilowatt hours",
|
|
21204
21336
|
"isDeprecated": false,
|
|
21205
21337
|
"deprecationReason": null
|
|
21206
21338
|
},
|
|
21207
21339
|
{
|
|
21208
21340
|
"name": "percentage",
|
|
21209
|
-
"description": "Return the
|
|
21341
|
+
"description": "Return the state of charge as a percentage",
|
|
21210
21342
|
"isDeprecated": false,
|
|
21211
21343
|
"deprecationReason": null
|
|
21212
21344
|
}
|
|
@@ -22748,13 +22880,13 @@
|
|
|
22748
22880
|
"args": [
|
|
22749
22881
|
{
|
|
22750
22882
|
"name": "unit",
|
|
22751
|
-
"description": "Type of total charge amount, defaults to '
|
|
22883
|
+
"description": "Type of total charge amount, defaults to 'kilowatt_hour'",
|
|
22752
22884
|
"type": {
|
|
22753
22885
|
"kind": "ENUM",
|
|
22754
|
-
"name": "
|
|
22886
|
+
"name": "StateOfChargeUnit",
|
|
22755
22887
|
"ofType": null
|
|
22756
22888
|
},
|
|
22757
|
-
"defaultValue": "
|
|
22889
|
+
"defaultValue": "kilowatt_hour",
|
|
22758
22890
|
"isDeprecated": false,
|
|
22759
22891
|
"deprecationReason": null
|
|
22760
22892
|
}
|
|
@@ -22971,13 +23103,13 @@
|
|
|
22971
23103
|
"args": [
|
|
22972
23104
|
{
|
|
22973
23105
|
"name": "unit",
|
|
22974
|
-
"description": "Type of the state of charge of the vehicle, defaults to '
|
|
23106
|
+
"description": "Type of the state of charge of the vehicle, defaults to 'kilowatt_hour'",
|
|
22975
23107
|
"type": {
|
|
22976
23108
|
"kind": "ENUM",
|
|
22977
|
-
"name": "
|
|
23109
|
+
"name": "StateOfChargeUnit",
|
|
22978
23110
|
"ofType": null
|
|
22979
23111
|
},
|
|
22980
|
-
"defaultValue": "
|
|
23112
|
+
"defaultValue": "kilowatt_hour",
|
|
22981
23113
|
"isDeprecated": false,
|
|
22982
23114
|
"deprecationReason": null
|
|
22983
23115
|
}
|
|
@@ -24217,13 +24349,9 @@
|
|
|
24217
24349
|
}
|
|
24218
24350
|
],
|
|
24219
24351
|
"type": {
|
|
24220
|
-
"kind": "
|
|
24221
|
-
"name":
|
|
24222
|
-
"ofType":
|
|
24223
|
-
"kind": "SCALAR",
|
|
24224
|
-
"name": "Float",
|
|
24225
|
-
"ofType": null
|
|
24226
|
-
}
|
|
24352
|
+
"kind": "SCALAR",
|
|
24353
|
+
"name": "Float",
|
|
24354
|
+
"ofType": null
|
|
24227
24355
|
},
|
|
24228
24356
|
"isDeprecated": false,
|
|
24229
24357
|
"deprecationReason": null
|
|
@@ -24743,6 +24871,12 @@
|
|
|
24743
24871
|
"description": "Thumbnail of a full-sized brand logo at 56x24 px",
|
|
24744
24872
|
"isDeprecated": false,
|
|
24745
24873
|
"deprecationReason": null
|
|
24874
|
+
},
|
|
24875
|
+
{
|
|
24876
|
+
"name": "placeholder",
|
|
24877
|
+
"description": "Placeholder image at 1536x864 px",
|
|
24878
|
+
"isDeprecated": false,
|
|
24879
|
+
"deprecationReason": null
|
|
24746
24880
|
}
|
|
24747
24881
|
],
|
|
24748
24882
|
"possibleTypes": null
|
|
@@ -25093,9 +25227,13 @@
|
|
|
25093
25227
|
"kind": "LIST",
|
|
25094
25228
|
"name": null,
|
|
25095
25229
|
"ofType": {
|
|
25096
|
-
"kind": "
|
|
25097
|
-
"name":
|
|
25098
|
-
"ofType":
|
|
25230
|
+
"kind": "NON_NULL",
|
|
25231
|
+
"name": null,
|
|
25232
|
+
"ofType": {
|
|
25233
|
+
"kind": "ENUM",
|
|
25234
|
+
"name": "VehicleAvailabilityStatus",
|
|
25235
|
+
"ofType": null
|
|
25236
|
+
}
|
|
25099
25237
|
}
|
|
25100
25238
|
},
|
|
25101
25239
|
"defaultValue": null,
|
|
@@ -25106,9 +25244,17 @@
|
|
|
25106
25244
|
"name": "drivetrain",
|
|
25107
25245
|
"description": "Drivetrain type of a vehicle",
|
|
25108
25246
|
"type": {
|
|
25109
|
-
"kind": "
|
|
25110
|
-
"name":
|
|
25111
|
-
"ofType":
|
|
25247
|
+
"kind": "LIST",
|
|
25248
|
+
"name": null,
|
|
25249
|
+
"ofType": {
|
|
25250
|
+
"kind": "NON_NULL",
|
|
25251
|
+
"name": null,
|
|
25252
|
+
"ofType": {
|
|
25253
|
+
"kind": "ENUM",
|
|
25254
|
+
"name": "VehicleDrivetrainType",
|
|
25255
|
+
"ofType": null
|
|
25256
|
+
}
|
|
25257
|
+
}
|
|
25112
25258
|
},
|
|
25113
25259
|
"defaultValue": null,
|
|
25114
25260
|
"isDeprecated": false,
|
|
@@ -26631,9 +26777,13 @@
|
|
|
26631
26777
|
"description": "Number of seats",
|
|
26632
26778
|
"args": [],
|
|
26633
26779
|
"type": {
|
|
26634
|
-
"kind": "
|
|
26635
|
-
"name":
|
|
26636
|
-
"ofType":
|
|
26780
|
+
"kind": "NON_NULL",
|
|
26781
|
+
"name": null,
|
|
26782
|
+
"ofType": {
|
|
26783
|
+
"kind": "SCALAR",
|
|
26784
|
+
"name": "Int",
|
|
26785
|
+
"ofType": null
|
|
26786
|
+
}
|
|
26637
26787
|
},
|
|
26638
26788
|
"isDeprecated": false,
|
|
26639
26789
|
"deprecationReason": null
|
|
@@ -26716,7 +26866,7 @@
|
|
|
26716
26866
|
"args": [],
|
|
26717
26867
|
"type": {
|
|
26718
26868
|
"kind": "OBJECT",
|
|
26719
|
-
"name": "
|
|
26869
|
+
"name": "VehiclePremiumChargePlug",
|
|
26720
26870
|
"ofType": null
|
|
26721
26871
|
},
|
|
26722
26872
|
"isDeprecated": false,
|
|
@@ -26728,7 +26878,7 @@
|
|
|
26728
26878
|
"args": [],
|
|
26729
26879
|
"type": {
|
|
26730
26880
|
"kind": "OBJECT",
|
|
26731
|
-
"name": "
|
|
26881
|
+
"name": "VehiclePremiumChargeSecondPlug",
|
|
26732
26882
|
"ofType": null
|
|
26733
26883
|
},
|
|
26734
26884
|
"isDeprecated": false,
|
|
@@ -26757,6 +26907,18 @@
|
|
|
26757
26907
|
},
|
|
26758
26908
|
"isDeprecated": false,
|
|
26759
26909
|
"deprecationReason": null
|
|
26910
|
+
},
|
|
26911
|
+
{
|
|
26912
|
+
"name": "alternative",
|
|
26913
|
+
"description": "Alternative upgrade for the standard onboard charger when available",
|
|
26914
|
+
"args": [],
|
|
26915
|
+
"type": {
|
|
26916
|
+
"kind": "OBJECT",
|
|
26917
|
+
"name": "VehiclePremiumChargeAlternativeOBC",
|
|
26918
|
+
"ofType": null
|
|
26919
|
+
},
|
|
26920
|
+
"isDeprecated": false,
|
|
26921
|
+
"deprecationReason": null
|
|
26760
26922
|
}
|
|
26761
26923
|
],
|
|
26762
26924
|
"inputFields": null,
|
|
@@ -26766,44 +26928,97 @@
|
|
|
26766
26928
|
},
|
|
26767
26929
|
{
|
|
26768
26930
|
"kind": "OBJECT",
|
|
26769
|
-
"name": "
|
|
26931
|
+
"name": "VehiclePremiumChargeAlternativeOBC",
|
|
26770
26932
|
"description": null,
|
|
26771
26933
|
"fields": [
|
|
26772
26934
|
{
|
|
26773
|
-
"name": "
|
|
26774
|
-
"description": "
|
|
26935
|
+
"name": "power",
|
|
26936
|
+
"description": "Maximum power OBC can accept to charge a battery (standard OBC)",
|
|
26775
26937
|
"args": [],
|
|
26776
26938
|
"type": {
|
|
26777
|
-
"kind": "
|
|
26778
|
-
"name": "
|
|
26939
|
+
"kind": "SCALAR",
|
|
26940
|
+
"name": "Float",
|
|
26779
26941
|
"ofType": null
|
|
26780
26942
|
},
|
|
26781
26943
|
"isDeprecated": false,
|
|
26782
26944
|
"deprecationReason": null
|
|
26783
26945
|
},
|
|
26784
26946
|
{
|
|
26785
|
-
"name": "
|
|
26786
|
-
"description": "
|
|
26947
|
+
"name": "phases",
|
|
26948
|
+
"description": "Number of phases the OBC accepts to achieve maximum power (standard OBC)",
|
|
26787
26949
|
"args": [],
|
|
26788
26950
|
"type": {
|
|
26789
26951
|
"kind": "SCALAR",
|
|
26790
|
-
"name": "
|
|
26952
|
+
"name": "Int",
|
|
26791
26953
|
"ofType": null
|
|
26792
26954
|
},
|
|
26793
26955
|
"isDeprecated": false,
|
|
26794
26956
|
"deprecationReason": null
|
|
26795
26957
|
},
|
|
26796
26958
|
{
|
|
26797
|
-
"name": "
|
|
26798
|
-
"description": "
|
|
26959
|
+
"name": "phase_amperage",
|
|
26960
|
+
"description": "Maximum current the OBC accepts per phase to achieve maximum power (standard OBC)",
|
|
26799
26961
|
"args": [],
|
|
26800
26962
|
"type": {
|
|
26801
26963
|
"kind": "SCALAR",
|
|
26802
|
-
"name": "
|
|
26964
|
+
"name": "Float",
|
|
26965
|
+
"ofType": null
|
|
26966
|
+
},
|
|
26967
|
+
"isDeprecated": false,
|
|
26968
|
+
"deprecationReason": null
|
|
26969
|
+
},
|
|
26970
|
+
{
|
|
26971
|
+
"name": "charge_time",
|
|
26972
|
+
"description": "Minutes needed to charge from 0% to 100% (standard OBC)",
|
|
26973
|
+
"args": [],
|
|
26974
|
+
"type": {
|
|
26975
|
+
"kind": "SCALAR",
|
|
26976
|
+
"name": "Int",
|
|
26977
|
+
"ofType": null
|
|
26978
|
+
},
|
|
26979
|
+
"isDeprecated": false,
|
|
26980
|
+
"deprecationReason": null
|
|
26981
|
+
},
|
|
26982
|
+
{
|
|
26983
|
+
"name": "charge_speed",
|
|
26984
|
+
"description": "Charging speed when charging at maximum power (standard OBC), default in kmph",
|
|
26985
|
+
"args": [
|
|
26986
|
+
{
|
|
26987
|
+
"name": "unit",
|
|
26988
|
+
"description": null,
|
|
26989
|
+
"type": {
|
|
26990
|
+
"kind": "ENUM",
|
|
26991
|
+
"name": "ChargeSpeedUnit",
|
|
26992
|
+
"ofType": null
|
|
26993
|
+
},
|
|
26994
|
+
"defaultValue": null,
|
|
26995
|
+
"isDeprecated": false,
|
|
26996
|
+
"deprecationReason": null
|
|
26997
|
+
}
|
|
26998
|
+
],
|
|
26999
|
+
"type": {
|
|
27000
|
+
"kind": "SCALAR",
|
|
27001
|
+
"name": "Float",
|
|
26803
27002
|
"ofType": null
|
|
26804
27003
|
},
|
|
26805
27004
|
"isDeprecated": false,
|
|
26806
27005
|
"deprecationReason": null
|
|
27006
|
+
},
|
|
27007
|
+
{
|
|
27008
|
+
"name": "table",
|
|
27009
|
+
"description": "Charging details for the standard OBC at several charging points",
|
|
27010
|
+
"args": [],
|
|
27011
|
+
"type": {
|
|
27012
|
+
"kind": "LIST",
|
|
27013
|
+
"name": null,
|
|
27014
|
+
"ofType": {
|
|
27015
|
+
"kind": "OBJECT",
|
|
27016
|
+
"name": "VehiclePremiumChargeOBCTable",
|
|
27017
|
+
"ofType": null
|
|
27018
|
+
}
|
|
27019
|
+
},
|
|
27020
|
+
"isDeprecated": false,
|
|
27021
|
+
"deprecationReason": null
|
|
26807
27022
|
}
|
|
26808
27023
|
],
|
|
26809
27024
|
"inputFields": null,
|
|
@@ -27043,6 +27258,53 @@
|
|
|
27043
27258
|
"enumValues": null,
|
|
27044
27259
|
"possibleTypes": null
|
|
27045
27260
|
},
|
|
27261
|
+
{
|
|
27262
|
+
"kind": "OBJECT",
|
|
27263
|
+
"name": "VehiclePremiumChargePlug",
|
|
27264
|
+
"description": null,
|
|
27265
|
+
"fields": [
|
|
27266
|
+
{
|
|
27267
|
+
"name": "value",
|
|
27268
|
+
"description": "Type of charge port on vehicle",
|
|
27269
|
+
"args": [],
|
|
27270
|
+
"type": {
|
|
27271
|
+
"kind": "ENUM",
|
|
27272
|
+
"name": "ConnectorType",
|
|
27273
|
+
"ofType": null
|
|
27274
|
+
},
|
|
27275
|
+
"isDeprecated": false,
|
|
27276
|
+
"deprecationReason": null
|
|
27277
|
+
},
|
|
27278
|
+
{
|
|
27279
|
+
"name": "is_estimated",
|
|
27280
|
+
"description": "Indicates if value is an estimate",
|
|
27281
|
+
"args": [],
|
|
27282
|
+
"type": {
|
|
27283
|
+
"kind": "SCALAR",
|
|
27284
|
+
"name": "Boolean",
|
|
27285
|
+
"ofType": null
|
|
27286
|
+
},
|
|
27287
|
+
"isDeprecated": false,
|
|
27288
|
+
"deprecationReason": null
|
|
27289
|
+
},
|
|
27290
|
+
{
|
|
27291
|
+
"name": "location",
|
|
27292
|
+
"description": "Location of charge port",
|
|
27293
|
+
"args": [],
|
|
27294
|
+
"type": {
|
|
27295
|
+
"kind": "SCALAR",
|
|
27296
|
+
"name": "String",
|
|
27297
|
+
"ofType": null
|
|
27298
|
+
},
|
|
27299
|
+
"isDeprecated": false,
|
|
27300
|
+
"deprecationReason": null
|
|
27301
|
+
}
|
|
27302
|
+
],
|
|
27303
|
+
"inputFields": null,
|
|
27304
|
+
"interfaces": [],
|
|
27305
|
+
"enumValues": null,
|
|
27306
|
+
"possibleTypes": null
|
|
27307
|
+
},
|
|
27046
27308
|
{
|
|
27047
27309
|
"kind": "OBJECT",
|
|
27048
27310
|
"name": "VehiclePremiumChargePower",
|
|
@@ -27080,7 +27342,7 @@
|
|
|
27080
27342
|
},
|
|
27081
27343
|
{
|
|
27082
27344
|
"kind": "OBJECT",
|
|
27083
|
-
"name": "
|
|
27345
|
+
"name": "VehiclePremiumChargeSecondPlug",
|
|
27084
27346
|
"description": null,
|
|
27085
27347
|
"fields": [
|
|
27086
27348
|
{
|
|
@@ -28031,12 +28293,12 @@
|
|
|
28031
28293
|
"description": null,
|
|
28032
28294
|
"fields": [
|
|
28033
28295
|
{
|
|
28034
|
-
"name": "
|
|
28035
|
-
"description": "
|
|
28296
|
+
"name": "plug",
|
|
28297
|
+
"description": "Details about the connector",
|
|
28036
28298
|
"args": [],
|
|
28037
28299
|
"type": {
|
|
28038
28300
|
"kind": "OBJECT",
|
|
28039
|
-
"name": "
|
|
28301
|
+
"name": "VehiclePremiumChargePlug",
|
|
28040
28302
|
"ofType": null
|
|
28041
28303
|
},
|
|
28042
28304
|
"isDeprecated": false,
|
|
@@ -28602,7 +28864,7 @@
|
|
|
28602
28864
|
"fields": [
|
|
28603
28865
|
{
|
|
28604
28866
|
"name": "value",
|
|
28605
|
-
"description": "Starting price for local market
|
|
28867
|
+
"description": "Starting price for local market expressed in the currency in the field currency",
|
|
28606
28868
|
"args": [
|
|
28607
28869
|
{
|
|
28608
28870
|
"name": "unit",
|
|
@@ -28625,6 +28887,18 @@
|
|
|
28625
28887
|
"isDeprecated": false,
|
|
28626
28888
|
"deprecationReason": null
|
|
28627
28889
|
},
|
|
28890
|
+
{
|
|
28891
|
+
"name": "currency",
|
|
28892
|
+
"description": "Currency in which the value without optional field conversion is expressed",
|
|
28893
|
+
"args": [],
|
|
28894
|
+
"type": {
|
|
28895
|
+
"kind": "ENUM",
|
|
28896
|
+
"name": "CurrencyUnit",
|
|
28897
|
+
"ofType": null
|
|
28898
|
+
},
|
|
28899
|
+
"isDeprecated": false,
|
|
28900
|
+
"deprecationReason": null
|
|
28901
|
+
},
|
|
28628
28902
|
{
|
|
28629
28903
|
"name": "is_estimated",
|
|
28630
28904
|
"description": "Indicates if price value is based on estimates",
|
|
@@ -29642,16 +29916,6 @@
|
|
|
29642
29916
|
"enumValues": null,
|
|
29643
29917
|
"possibleTypes": null
|
|
29644
29918
|
},
|
|
29645
|
-
{
|
|
29646
|
-
"kind": "SCALAR",
|
|
29647
|
-
"name": "Void",
|
|
29648
|
-
"description": "Returns null",
|
|
29649
|
-
"fields": null,
|
|
29650
|
-
"inputFields": null,
|
|
29651
|
-
"interfaces": null,
|
|
29652
|
-
"enumValues": null,
|
|
29653
|
-
"possibleTypes": null
|
|
29654
|
-
},
|
|
29655
29919
|
{
|
|
29656
29920
|
"kind": "ENUM",
|
|
29657
29921
|
"name": "VolumeUnit",
|