@chargetrip/types 1.37.4 → 1.39.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 +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.js +99 -38
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +99 -38
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +1618 -994
- package/graphql.schema.json +5090 -1487
- package/package.json +1 -1
- package/src/graphql.ts +1711 -994
package/dist/node/index.js
CHANGED
|
@@ -11,7 +11,7 @@ exports.AccelerationUnit = void 0;
|
|
|
11
11
|
})(exports.AccelerationUnit || (exports.AccelerationUnit = {}));
|
|
12
12
|
|
|
13
13
|
exports.AccessType = void 0;
|
|
14
|
-
/** Information about an address */
|
|
14
|
+
/** Information about an address. */
|
|
15
15
|
|
|
16
16
|
(function (AccessType) {
|
|
17
17
|
AccessType["PUBLIC"] = "Public";
|
|
@@ -49,7 +49,7 @@ exports.Amenities = void 0;
|
|
|
49
49
|
Amenities["PHARMACY"] = "pharmacy";
|
|
50
50
|
})(exports.Amenities || (exports.Amenities = {}));
|
|
51
51
|
|
|
52
|
-
/** A list of amenity types */
|
|
52
|
+
/** A list of amenity types. */
|
|
53
53
|
exports.AmenityType = void 0;
|
|
54
54
|
|
|
55
55
|
(function (AmenityType) {
|
|
@@ -66,7 +66,7 @@ exports.AmenityType = void 0;
|
|
|
66
66
|
})(exports.AmenityType || (exports.AmenityType = {}));
|
|
67
67
|
|
|
68
68
|
exports.AuxiliaryConsumptionUnit = void 0;
|
|
69
|
-
/** The type of the battery value */
|
|
69
|
+
/** The type of the battery value. */
|
|
70
70
|
|
|
71
71
|
(function (AuxiliaryConsumptionUnit) {
|
|
72
72
|
AuxiliaryConsumptionUnit["KILOWATT_HOUR"] = "kilowatt_hour";
|
|
@@ -81,7 +81,7 @@ exports.BatteryInputType = void 0;
|
|
|
81
81
|
BatteryInputType["PERCENTAGE"] = "percentage";
|
|
82
82
|
})(exports.BatteryInputType || (exports.BatteryInputType = {}));
|
|
83
83
|
|
|
84
|
-
/** Battery field estimated */
|
|
84
|
+
/** Battery field estimated. */
|
|
85
85
|
exports.CarBatteryFieldEstimations = void 0;
|
|
86
86
|
|
|
87
87
|
(function (CarBatteryFieldEstimations) {
|
|
@@ -92,31 +92,31 @@ exports.CarBatteryFieldEstimations = void 0;
|
|
|
92
92
|
})(exports.CarBatteryFieldEstimations || (exports.CarBatteryFieldEstimations = {}));
|
|
93
93
|
|
|
94
94
|
exports.CarConnectivityProvider = void 0;
|
|
95
|
-
/** Deprecated */
|
|
95
|
+
/** Deprecated. */
|
|
96
96
|
|
|
97
97
|
(function (CarConnectivityProvider) {
|
|
98
98
|
CarConnectivityProvider["ENODE"] = "Enode";
|
|
99
99
|
})(exports.CarConnectivityProvider || (exports.CarConnectivityProvider = {}));
|
|
100
100
|
|
|
101
|
-
/** Drivetrain */
|
|
101
|
+
/** Drivetrain. */
|
|
102
102
|
exports.CarDrivetrain = void 0;
|
|
103
|
-
/** Deprecated */
|
|
103
|
+
/** Deprecated. */
|
|
104
104
|
|
|
105
105
|
(function (CarDrivetrain) {
|
|
106
106
|
CarDrivetrain["BEV"] = "BEV";
|
|
107
107
|
CarDrivetrain["EREV"] = "EREV";
|
|
108
108
|
})(exports.CarDrivetrain || (exports.CarDrivetrain = {}));
|
|
109
109
|
|
|
110
|
-
/** Fuel type */
|
|
110
|
+
/** Fuel type. */
|
|
111
111
|
exports.CarFuel = void 0;
|
|
112
112
|
|
|
113
113
|
(function (CarFuel) {
|
|
114
114
|
CarFuel["E"] = "E";
|
|
115
115
|
})(exports.CarFuel || (exports.CarFuel = {}));
|
|
116
116
|
|
|
117
|
-
/** Available types of images which can be found for a car. Each type has specific image sizes */
|
|
117
|
+
/** Available types of images which can be found for a car. Each type has specific image sizes. */
|
|
118
118
|
exports.CarImageType = void 0;
|
|
119
|
-
/** When uploading images to a car, you can select one of this types. The rest of the types are automatically generated by the system */
|
|
119
|
+
/** When uploading images to a car, you can select one of this types. The rest of the types are automatically generated by the system. */
|
|
120
120
|
|
|
121
121
|
(function (CarImageType) {
|
|
122
122
|
CarImageType["PROVIDER"] = "provider";
|
|
@@ -128,13 +128,13 @@ exports.CarImageType = void 0;
|
|
|
128
128
|
})(exports.CarImageType || (exports.CarImageType = {}));
|
|
129
129
|
|
|
130
130
|
exports.CarImageTypeUploadable = void 0;
|
|
131
|
-
/** The output element of the carList query */
|
|
131
|
+
/** The output element of the carList query. */
|
|
132
132
|
|
|
133
133
|
(function (CarImageTypeUploadable) {
|
|
134
134
|
CarImageTypeUploadable["IMAGE"] = "image";
|
|
135
135
|
})(exports.CarImageTypeUploadable || (exports.CarImageTypeUploadable = {}));
|
|
136
136
|
|
|
137
|
-
/** Mode (state) of the current production */
|
|
137
|
+
/** Mode (state) of the current production. */
|
|
138
138
|
exports.CarMode = void 0;
|
|
139
139
|
|
|
140
140
|
(function (CarMode) {
|
|
@@ -143,7 +143,7 @@ exports.CarMode = void 0;
|
|
|
143
143
|
CarMode["CONCEPT"] = "concept";
|
|
144
144
|
})(exports.CarMode || (exports.CarMode = {}));
|
|
145
145
|
|
|
146
|
-
/** Propulsion */
|
|
146
|
+
/** Propulsion. */
|
|
147
147
|
exports.CarPropulsion = void 0;
|
|
148
148
|
|
|
149
149
|
(function (CarPropulsion) {
|
|
@@ -152,7 +152,7 @@ exports.CarPropulsion = void 0;
|
|
|
152
152
|
CarPropulsion["REAR"] = "Rear";
|
|
153
153
|
})(exports.CarPropulsion || (exports.CarPropulsion = {}));
|
|
154
154
|
|
|
155
|
-
/** Status of a car */
|
|
155
|
+
/** Status of a car. */
|
|
156
156
|
exports.CarStatus = void 0;
|
|
157
157
|
|
|
158
158
|
(function (CarStatus) {
|
|
@@ -162,7 +162,7 @@ exports.CarStatus = void 0;
|
|
|
162
162
|
CarStatus["REMOVED"] = "removed";
|
|
163
163
|
})(exports.CarStatus || (exports.CarStatus = {}));
|
|
164
164
|
|
|
165
|
-
/** Charging mode used at charging stations */
|
|
165
|
+
/** Charging mode used at charging stations. */
|
|
166
166
|
exports.ChargeMode = void 0;
|
|
167
167
|
|
|
168
168
|
(function (ChargeMode) {
|
|
@@ -269,7 +269,7 @@ exports.ConnectorType = void 0;
|
|
|
269
269
|
})(exports.ConnectorType || (exports.ConnectorType = {}));
|
|
270
270
|
|
|
271
271
|
exports.ConsumptionUnit = void 0;
|
|
272
|
-
/** The complete contact information */
|
|
272
|
+
/** The complete contact information. */
|
|
273
273
|
|
|
274
274
|
(function (ConsumptionUnit) {
|
|
275
275
|
ConsumptionUnit["KILOWATT_HOURS_PER_100_KILOMETERS"] = "kilowatt_hours_per_100_kilometers";
|
|
@@ -280,7 +280,7 @@ exports.ConsumptionUnit = void 0;
|
|
|
280
280
|
ConsumptionUnit["MILES_PER_KILOWATT_HOUR"] = "miles_per_kilowatt_hour";
|
|
281
281
|
})(exports.ConsumptionUnit || (exports.ConsumptionUnit = {}));
|
|
282
282
|
|
|
283
|
-
/** ISO-3166 alpha-2 country codes */
|
|
283
|
+
/** ISO-3166 alpha-2 country codes. */
|
|
284
284
|
exports.CountryCodeAlpha2 = void 0;
|
|
285
285
|
|
|
286
286
|
(function (CountryCodeAlpha2) {
|
|
@@ -538,7 +538,7 @@ exports.CountryCodeAlpha2 = void 0;
|
|
|
538
538
|
CountryCodeAlpha2["ZW"] = "ZW";
|
|
539
539
|
})(exports.CountryCodeAlpha2 || (exports.CountryCodeAlpha2 = {}));
|
|
540
540
|
|
|
541
|
-
/** Currency according to the ISO 4217 standard */
|
|
541
|
+
/** Currency according to the ISO 4217 standard. */
|
|
542
542
|
exports.CurrencyUnit = void 0;
|
|
543
543
|
|
|
544
544
|
(function (CurrencyUnit) {
|
|
@@ -587,13 +587,20 @@ exports.FeatureType = void 0;
|
|
|
587
587
|
})(exports.FeatureType || (exports.FeatureType = {}));
|
|
588
588
|
|
|
589
589
|
exports.FuelConsumptionUnit = void 0;
|
|
590
|
-
/** Geometry point with GPS coordinates */
|
|
591
590
|
|
|
592
591
|
(function (FuelConsumptionUnit) {
|
|
593
592
|
FuelConsumptionUnit["LITERS_PER_100_KILOMETERS"] = "liters_per_100_kilometers";
|
|
594
593
|
FuelConsumptionUnit["MILES_PER_GALLON"] = "miles_per_gallon";
|
|
595
594
|
})(exports.FuelConsumptionUnit || (exports.FuelConsumptionUnit = {}));
|
|
596
595
|
|
|
596
|
+
exports.FuelUnit = void 0;
|
|
597
|
+
/** Geometry point with GPS coordinates */
|
|
598
|
+
|
|
599
|
+
(function (FuelUnit) {
|
|
600
|
+
FuelUnit["LITER"] = "liter";
|
|
601
|
+
FuelUnit["GALLON"] = "gallon";
|
|
602
|
+
})(exports.FuelUnit || (exports.FuelUnit = {}));
|
|
603
|
+
|
|
597
604
|
/** Navigation service providers available */
|
|
598
605
|
exports.InstructionsFormat = void 0;
|
|
599
606
|
|
|
@@ -609,17 +616,17 @@ exports.IsolineFerryConnectionsType = void 0;
|
|
|
609
616
|
IsolineFerryConnectionsType["SINGLE"] = "single";
|
|
610
617
|
})(exports.IsolineFerryConnectionsType || (exports.IsolineFerryConnectionsType = {}));
|
|
611
618
|
|
|
612
|
-
/** Granularity of the isoline */
|
|
619
|
+
/** Granularity of the isoline. */
|
|
613
620
|
exports.IsolineQuality = void 0;
|
|
614
|
-
/** Status of the isoline label */
|
|
615
621
|
|
|
616
622
|
(function (IsolineQuality) {
|
|
617
623
|
IsolineQuality["HIGH"] = "high";
|
|
618
624
|
IsolineQuality["LOW"] = "low";
|
|
619
625
|
})(exports.IsolineQuality || (exports.IsolineQuality = {}));
|
|
620
626
|
|
|
627
|
+
/** Status of the isoline label. */
|
|
621
628
|
exports.IsolineStatus = void 0;
|
|
622
|
-
/** Types of a leg */
|
|
629
|
+
/** Types of a leg. */
|
|
623
630
|
|
|
624
631
|
(function (IsolineStatus) {
|
|
625
632
|
IsolineStatus["DONE"] = "done";
|
|
@@ -628,7 +635,7 @@ exports.IsolineStatus = void 0;
|
|
|
628
635
|
})(exports.IsolineStatus || (exports.IsolineStatus = {}));
|
|
629
636
|
|
|
630
637
|
exports.LegType = void 0;
|
|
631
|
-
/** A GeoJSON LineString */
|
|
638
|
+
/** A GeoJSON LineString. */
|
|
632
639
|
|
|
633
640
|
(function (LegType) {
|
|
634
641
|
LegType["STATION"] = "station";
|
|
@@ -639,7 +646,7 @@ exports.LegType = void 0;
|
|
|
639
646
|
LegType["STATIONFINAL"] = "stationFinal";
|
|
640
647
|
})(exports.LegType || (exports.LegType = {}));
|
|
641
648
|
|
|
642
|
-
/** GeoJSON LineString type */
|
|
649
|
+
/** GeoJSON LineString type. */
|
|
643
650
|
exports.LineStringType = void 0;
|
|
644
651
|
/** Preferred language for the mapping */
|
|
645
652
|
|
|
@@ -662,14 +669,14 @@ exports.MappingProvider = void 0;
|
|
|
662
669
|
})(exports.MappingProvider || (exports.MappingProvider = {}));
|
|
663
670
|
|
|
664
671
|
exports.MeasurementUnit = void 0;
|
|
665
|
-
/** A GeoJSON Polygon */
|
|
672
|
+
/** A GeoJSON Polygon. */
|
|
666
673
|
|
|
667
674
|
(function (MeasurementUnit) {
|
|
668
675
|
MeasurementUnit["MILLIMETER"] = "millimeter";
|
|
669
676
|
MeasurementUnit["INCH"] = "inch";
|
|
670
677
|
})(exports.MeasurementUnit || (exports.MeasurementUnit = {}));
|
|
671
678
|
|
|
672
|
-
/** GeoJSON MultiPolygon type */
|
|
679
|
+
/** GeoJSON MultiPolygon type. */
|
|
673
680
|
exports.MultiPolygonType = void 0;
|
|
674
681
|
|
|
675
682
|
(function (MultiPolygonType) {
|
|
@@ -967,7 +974,7 @@ exports.ParkingCost = void 0;
|
|
|
967
974
|
|
|
968
975
|
/** GeoJSON Point type */
|
|
969
976
|
exports.PointType = void 0;
|
|
970
|
-
/** Polygon properties */
|
|
977
|
+
/** Polygon properties. */
|
|
971
978
|
|
|
972
979
|
(function (PointType) {
|
|
973
980
|
PointType["POINT"] = "Point";
|
|
@@ -981,7 +988,7 @@ exports.PowerUnit = void 0;
|
|
|
981
988
|
})(exports.PowerUnit || (exports.PowerUnit = {}));
|
|
982
989
|
|
|
983
990
|
exports.PressureUnit = void 0;
|
|
984
|
-
/** The price model */
|
|
991
|
+
/** The price model. */
|
|
985
992
|
|
|
986
993
|
(function (PressureUnit) {
|
|
987
994
|
PressureUnit["BAR"] = "bar";
|
|
@@ -997,9 +1004,9 @@ exports.PricingListElementType = void 0;
|
|
|
997
1004
|
PricingListElementType["PARKING_TIME"] = "PARKING_TIME";
|
|
998
1005
|
})(exports.PricingListElementType || (exports.PricingListElementType = {}));
|
|
999
1006
|
|
|
1000
|
-
/** Types of an alternative route */
|
|
1007
|
+
/** Types of an alternative route. */
|
|
1001
1008
|
exports.RouteAlternativeType = void 0;
|
|
1002
|
-
/** Amenity preferences for a route */
|
|
1009
|
+
/** Amenity preferences for a route. */
|
|
1003
1010
|
|
|
1004
1011
|
(function (RouteAlternativeType) {
|
|
1005
1012
|
RouteAlternativeType["FASTEST"] = "fastest";
|
|
@@ -1007,7 +1014,7 @@ exports.RouteAlternativeType = void 0;
|
|
|
1007
1014
|
RouteAlternativeType["ALTERNATIVE"] = "alternative";
|
|
1008
1015
|
})(exports.RouteAlternativeType || (exports.RouteAlternativeType = {}));
|
|
1009
1016
|
|
|
1010
|
-
/** Sign belonging to the instruction indicating the main maneuver */
|
|
1017
|
+
/** Sign belonging to the instruction indicating the main maneuver. */
|
|
1011
1018
|
exports.RouteInstructionSign = void 0;
|
|
1012
1019
|
|
|
1013
1020
|
(function (RouteInstructionSign) {
|
|
@@ -1035,7 +1042,62 @@ exports.RouteInstructionSign = void 0;
|
|
|
1035
1042
|
RouteInstructionSign["IGNORE"] = "IGNORE";
|
|
1036
1043
|
})(exports.RouteInstructionSign || (exports.RouteInstructionSign = {}));
|
|
1037
1044
|
|
|
1038
|
-
/**
|
|
1045
|
+
/** Köppen climate classification. */
|
|
1046
|
+
exports.RouteOperationalElectricityClimate = void 0;
|
|
1047
|
+
|
|
1048
|
+
(function (RouteOperationalElectricityClimate) {
|
|
1049
|
+
RouteOperationalElectricityClimate["AF"] = "Af";
|
|
1050
|
+
RouteOperationalElectricityClimate["AM"] = "Am";
|
|
1051
|
+
RouteOperationalElectricityClimate["AW"] = "Aw";
|
|
1052
|
+
RouteOperationalElectricityClimate["AS"] = "As";
|
|
1053
|
+
RouteOperationalElectricityClimate["BWH"] = "BWh";
|
|
1054
|
+
RouteOperationalElectricityClimate["BWK"] = "BWk";
|
|
1055
|
+
RouteOperationalElectricityClimate["BSH"] = "BSh";
|
|
1056
|
+
RouteOperationalElectricityClimate["BSK"] = "BSk";
|
|
1057
|
+
RouteOperationalElectricityClimate["CWA"] = "Cwa";
|
|
1058
|
+
RouteOperationalElectricityClimate["CWB"] = "Cwb";
|
|
1059
|
+
RouteOperationalElectricityClimate["CWC"] = "Cwc";
|
|
1060
|
+
RouteOperationalElectricityClimate["CFA"] = "Cfa";
|
|
1061
|
+
RouteOperationalElectricityClimate["CFB"] = "Cfb";
|
|
1062
|
+
RouteOperationalElectricityClimate["CFC"] = "Cfc";
|
|
1063
|
+
RouteOperationalElectricityClimate["CSA"] = "Csa";
|
|
1064
|
+
RouteOperationalElectricityClimate["CSB"] = "Csb";
|
|
1065
|
+
RouteOperationalElectricityClimate["CSC"] = "Csc";
|
|
1066
|
+
RouteOperationalElectricityClimate["DWA"] = "Dwa";
|
|
1067
|
+
RouteOperationalElectricityClimate["DWB"] = "Dwb";
|
|
1068
|
+
RouteOperationalElectricityClimate["DWC"] = "Dwc";
|
|
1069
|
+
RouteOperationalElectricityClimate["DWD"] = "Dwd";
|
|
1070
|
+
RouteOperationalElectricityClimate["DFA"] = "Dfa";
|
|
1071
|
+
RouteOperationalElectricityClimate["DFB"] = "Dfb";
|
|
1072
|
+
RouteOperationalElectricityClimate["DFC"] = "Dfc";
|
|
1073
|
+
RouteOperationalElectricityClimate["DFD"] = "Dfd";
|
|
1074
|
+
RouteOperationalElectricityClimate["DSA"] = "Dsa";
|
|
1075
|
+
RouteOperationalElectricityClimate["DSB"] = "Dsb";
|
|
1076
|
+
RouteOperationalElectricityClimate["DSC"] = "Dsc";
|
|
1077
|
+
RouteOperationalElectricityClimate["DSD"] = "Dsd";
|
|
1078
|
+
RouteOperationalElectricityClimate["ET"] = "ET";
|
|
1079
|
+
RouteOperationalElectricityClimate["EF"] = "EF";
|
|
1080
|
+
})(exports.RouteOperationalElectricityClimate || (exports.RouteOperationalElectricityClimate = {}));
|
|
1081
|
+
|
|
1082
|
+
/** Yearly seasons. */
|
|
1083
|
+
exports.RouteOperationalElectricitySeason = void 0;
|
|
1084
|
+
|
|
1085
|
+
(function (RouteOperationalElectricitySeason) {
|
|
1086
|
+
RouteOperationalElectricitySeason["WINTER"] = "winter";
|
|
1087
|
+
RouteOperationalElectricitySeason["SPRING"] = "spring";
|
|
1088
|
+
RouteOperationalElectricitySeason["SUMMER"] = "summer";
|
|
1089
|
+
RouteOperationalElectricitySeason["FALL"] = "fall";
|
|
1090
|
+
})(exports.RouteOperationalElectricitySeason || (exports.RouteOperationalElectricitySeason = {}));
|
|
1091
|
+
|
|
1092
|
+
/** Fuel types. */
|
|
1093
|
+
exports.RouteOperationalFuelType = void 0;
|
|
1094
|
+
|
|
1095
|
+
(function (RouteOperationalFuelType) {
|
|
1096
|
+
RouteOperationalFuelType["GASOLINE"] = "gasoline";
|
|
1097
|
+
RouteOperationalFuelType["DIESEL"] = "diesel";
|
|
1098
|
+
})(exports.RouteOperationalFuelType || (exports.RouteOperationalFuelType = {}));
|
|
1099
|
+
|
|
1100
|
+
/** Type of operator prioritization for a route. */
|
|
1039
1101
|
exports.RouteOperatorsType = void 0;
|
|
1040
1102
|
|
|
1041
1103
|
(function (RouteOperatorsType) {
|
|
@@ -1044,7 +1106,7 @@ exports.RouteOperatorsType = void 0;
|
|
|
1044
1106
|
RouteOperatorsType["REQUIRED"] = "required";
|
|
1045
1107
|
})(exports.RouteOperatorsType || (exports.RouteOperatorsType = {}));
|
|
1046
1108
|
|
|
1047
|
-
/** The season of the route */
|
|
1109
|
+
/** The season of the route. */
|
|
1048
1110
|
exports.RouteSeason = void 0;
|
|
1049
1111
|
|
|
1050
1112
|
(function (RouteSeason) {
|
|
@@ -1053,7 +1115,7 @@ exports.RouteSeason = void 0;
|
|
|
1053
1115
|
RouteSeason["CURRENT"] = "current";
|
|
1054
1116
|
})(exports.RouteSeason || (exports.RouteSeason = {}));
|
|
1055
1117
|
|
|
1056
|
-
/** The status of a route. The status can be pending, processing, done, not_found or error */
|
|
1118
|
+
/** The status of a route. The status can be pending, processing, done, not_found or error. */
|
|
1057
1119
|
exports.RouteStatus = void 0;
|
|
1058
1120
|
|
|
1059
1121
|
(function (RouteStatus) {
|
|
@@ -1064,9 +1126,8 @@ exports.RouteStatus = void 0;
|
|
|
1064
1126
|
RouteStatus["ERROR"] = "error";
|
|
1065
1127
|
})(exports.RouteStatus || (exports.RouteStatus = {}));
|
|
1066
1128
|
|
|
1067
|
-
/** Tags of a route */
|
|
1129
|
+
/** Tags of a route. */
|
|
1068
1130
|
exports.RouteTagType = void 0;
|
|
1069
|
-
/** Scheduled charge stop along a route */
|
|
1070
1131
|
|
|
1071
1132
|
(function (RouteTagType) {
|
|
1072
1133
|
RouteTagType["ROAD"] = "road";
|
|
@@ -1095,7 +1156,7 @@ exports.StateOfChargeUnit = void 0;
|
|
|
1095
1156
|
StateOfChargeUnit["PERCENTAGE"] = "percentage";
|
|
1096
1157
|
})(exports.StateOfChargeUnit || (exports.StateOfChargeUnit = {}));
|
|
1097
1158
|
|
|
1098
|
-
/** The station speed type */
|
|
1159
|
+
/** The station speed type. */
|
|
1099
1160
|
exports.StationSpeedType = void 0;
|
|
1100
1161
|
/** The station stats model */
|
|
1101
1162
|
|
|
@@ -1105,7 +1166,7 @@ exports.StationSpeedType = void 0;
|
|
|
1105
1166
|
StationSpeedType["TURBO"] = "turbo";
|
|
1106
1167
|
})(exports.StationSpeedType || (exports.StationSpeedType = {}));
|
|
1107
1168
|
|
|
1108
|
-
/** Types of a route step */
|
|
1169
|
+
/** Types of a route step. */
|
|
1109
1170
|
exports.StepType = void 0;
|
|
1110
1171
|
|
|
1111
1172
|
(function (StepType) {
|