@chargetrip/types 1.18.0 → 1.23.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.
@@ -1,432 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- /** All built-in and custom scalars, mapped to their actual values */
6
-
7
- /** Information about an address */
8
-
9
- /** The amenity model */
10
-
11
- /** Amenities stats model */
12
-
13
- /** The type of the batter value */
14
- exports.BatteryInputType = void 0;
15
- /** Output of a car query */
16
-
17
- (function (BatteryInputType) {
18
- BatteryInputType["KWH"] = "kwh";
19
- BatteryInputType["KM"] = "km";
20
- BatteryInputType["MILES"] = "miles";
21
- })(exports.BatteryInputType || (exports.BatteryInputType = {}));
22
-
23
- /** Battery field estimated */
24
- exports.CarBatteryFieldEstimations = void 0;
25
-
26
- (function (CarBatteryFieldEstimations) {
27
- CarBatteryFieldEstimations["B"] = "B";
28
- CarBatteryFieldEstimations["F"] = "F";
29
- CarBatteryFieldEstimations["N"] = "N";
30
- CarBatteryFieldEstimations["U"] = "U";
31
- })(exports.CarBatteryFieldEstimations || (exports.CarBatteryFieldEstimations = {}));
32
-
33
- /** Drivetrain */
34
- exports.CarDrivetrain = void 0;
35
- /** Deprecated */
36
-
37
- (function (CarDrivetrain) {
38
- CarDrivetrain["BEV"] = "BEV";
39
- CarDrivetrain["EREV"] = "EREV";
40
- })(exports.CarDrivetrain || (exports.CarDrivetrain = {}));
41
-
42
- /** Fuel type */
43
- exports.CarFuel = void 0;
44
-
45
- (function (CarFuel) {
46
- CarFuel["E"] = "E";
47
- })(exports.CarFuel || (exports.CarFuel = {}));
48
-
49
- /** Available types of images which can be found for a car. Each type has specific image sizes */
50
- exports.CarImageType = void 0;
51
- /** When uploading images to a car, you can select one of this types. The rest of the types are automatically generated by the system */
52
-
53
- (function (CarImageType) {
54
- CarImageType["PROVIDER"] = "provider";
55
- CarImageType["IMAGE"] = "image";
56
- CarImageType["IMAGE_THUMBNAIL"] = "image_thumbnail";
57
- CarImageType["BRAND"] = "brand";
58
- CarImageType["BRAND_THUMBNAIL"] = "brand_thumbnail";
59
- })(exports.CarImageType || (exports.CarImageType = {}));
60
-
61
- exports.CarImageTypeUploadable = void 0;
62
- /** The output element of the carList query */
63
-
64
- (function (CarImageTypeUploadable) {
65
- CarImageTypeUploadable["IMAGE"] = "image";
66
- })(exports.CarImageTypeUploadable || (exports.CarImageTypeUploadable = {}));
67
-
68
- /** Mode (state) of the current production */
69
- exports.CarMode = void 0;
70
-
71
- (function (CarMode) {
72
- CarMode["INDEX_ONLY"] = "index_only";
73
- CarMode["PRODUCTION"] = "production";
74
- CarMode["CONCEPT"] = "concept";
75
- })(exports.CarMode || (exports.CarMode = {}));
76
-
77
- /** Propulsion */
78
- exports.CarPropulsion = void 0;
79
-
80
- (function (CarPropulsion) {
81
- CarPropulsion["AWD"] = "AWD";
82
- CarPropulsion["FRONT"] = "Front";
83
- CarPropulsion["REAR"] = "Rear";
84
- })(exports.CarPropulsion || (exports.CarPropulsion = {}));
85
-
86
- /** Status of a car */
87
- exports.CarStatus = void 0;
88
-
89
- (function (CarStatus) {
90
- CarStatus["NEW"] = "new";
91
- CarStatus["REVIEW"] = "review";
92
- CarStatus["PUBLIC"] = "public";
93
- CarStatus["REMOVED"] = "removed";
94
- })(exports.CarStatus || (exports.CarStatus = {}));
95
-
96
- /** Charging mode used at charging stations */
97
- exports.ChargeMode = void 0;
98
- /** A groupped representation of EVSEs */
99
-
100
- (function (ChargeMode) {
101
- ChargeMode["OPTIMIZE_TRAVEL_TIME"] = "OPTIMIZE_TRAVEL_TIME";
102
- ChargeMode["ALWAYS_TO_MAX_CHARGE"] = "ALWAYS_TO_MAX_CHARGE";
103
- })(exports.ChargeMode || (exports.ChargeMode = {}));
104
-
105
- exports.ChargerStatus = void 0;
106
- /** Groupping by status of the chargers */
107
-
108
- (function (ChargerStatus) {
109
- ChargerStatus["FREE"] = "free";
110
- ChargerStatus["BUSY"] = "busy";
111
- ChargerStatus["UNKNOWN"] = "unknown";
112
- ChargerStatus["ERROR"] = "error";
113
- })(exports.ChargerStatus || (exports.ChargerStatus = {}));
114
-
115
- /** GeoJSON Feature type */
116
- exports.FeatureType = void 0;
117
- /** The types of the leg */
118
-
119
- (function (FeatureType) {
120
- FeatureType["FEATURE"] = "Feature";
121
- })(exports.FeatureType || (exports.FeatureType = {}));
122
-
123
- exports.LegType = void 0;
124
-
125
- (function (LegType) {
126
- LegType["STATION"] = "station";
127
- LegType["STATIONVIA"] = "stationVia";
128
- LegType["VIA"] = "via";
129
- LegType["FINAL"] = "final";
130
- LegType["STATIONFINAL"] = "stationFinal";
131
- })(exports.LegType || (exports.LegType = {}));
132
-
133
- /** The capabilities of an EVSE. */
134
- exports.OCPICapability = void 0;
135
- /** The format of the connector, whether it is a socket or a plug. */
136
-
137
- (function (OCPICapability) {
138
- OCPICapability["CHARGING_PROFILE_CAPABLE"] = "CHARGING_PROFILE_CAPABLE";
139
- OCPICapability["CHARGING_PREFERENCES_CAPABLE"] = "CHARGING_PREFERENCES_CAPABLE";
140
- OCPICapability["CHIP_CARD_SUPPORT"] = "CHIP_CARD_SUPPORT";
141
- OCPICapability["CONTACTLESS_CARD_SUPPORT"] = "CONTACTLESS_CARD_SUPPORT";
142
- OCPICapability["CREDIT_CARD_PAYABLE"] = "CREDIT_CARD_PAYABLE";
143
- OCPICapability["DEBIT_CARD_PAYABLE"] = "DEBIT_CARD_PAYABLE";
144
- OCPICapability["PED_TERMINAL"] = "PED_TERMINAL";
145
- OCPICapability["REMOTE_START_STOP_CAPABLE"] = "REMOTE_START_STOP_CAPABLE";
146
- OCPICapability["RESERVABLE"] = "RESERVABLE";
147
- OCPICapability["RFID_READER"] = "RFID_READER";
148
- OCPICapability["TOKEN_GROUP_CAPABLE"] = "TOKEN_GROUP_CAPABLE";
149
- OCPICapability["UNLOCK_CAPABLE"] = "UNLOCK_CAPABLE";
150
- })(exports.OCPICapability || (exports.OCPICapability = {}));
151
-
152
- exports.OCPIConnectorFormat = void 0;
153
- /** The socket or plug standard of the charging point. */
154
-
155
- (function (OCPIConnectorFormat) {
156
- OCPIConnectorFormat["SOCKET"] = "SOCKET";
157
- OCPIConnectorFormat["CABLE"] = "CABLE";
158
- })(exports.OCPIConnectorFormat || (exports.OCPIConnectorFormat = {}));
159
-
160
- exports.OCPIConnectorType = void 0;
161
-
162
- (function (OCPIConnectorType) {
163
- OCPIConnectorType["CHADEMO"] = "CHADEMO";
164
- OCPIConnectorType["DOMESTIC_A"] = "DOMESTIC_A";
165
- OCPIConnectorType["DOMESTIC_B"] = "DOMESTIC_B";
166
- OCPIConnectorType["DOMESTIC_C"] = "DOMESTIC_C";
167
- OCPIConnectorType["DOMESTIC_D"] = "DOMESTIC_D";
168
- OCPIConnectorType["DOMESTIC_E"] = "DOMESTIC_E";
169
- OCPIConnectorType["DOMESTIC_F"] = "DOMESTIC_F";
170
- OCPIConnectorType["DOMESTIC_G"] = "DOMESTIC_G";
171
- OCPIConnectorType["DOMESTIC_H"] = "DOMESTIC_H";
172
- OCPIConnectorType["DOMESTIC_I"] = "DOMESTIC_I";
173
- OCPIConnectorType["DOMESTIC_J"] = "DOMESTIC_J";
174
- OCPIConnectorType["DOMESTIC_K"] = "DOMESTIC_K";
175
- OCPIConnectorType["DOMESTIC_L"] = "DOMESTIC_L";
176
- OCPIConnectorType["IEC_60309_2_SINGLE_16"] = "IEC_60309_2_single_16";
177
- OCPIConnectorType["IEC_60309_2_THREE_16"] = "IEC_60309_2_three_16";
178
- OCPIConnectorType["IEC_60309_2_THREE_32"] = "IEC_60309_2_three_32";
179
- OCPIConnectorType["IEC_60309_2_THREE_64"] = "IEC_60309_2_three_64";
180
- OCPIConnectorType["IEC_62196_T1"] = "IEC_62196_T1";
181
- OCPIConnectorType["IEC_62196_T1_COMBO"] = "IEC_62196_T1_COMBO";
182
- OCPIConnectorType["IEC_62196_T2"] = "IEC_62196_T2";
183
- OCPIConnectorType["IEC_62196_T2_COMBO"] = "IEC_62196_T2_COMBO";
184
- OCPIConnectorType["IEC_62196_T3A"] = "IEC_62196_T3A";
185
- OCPIConnectorType["IEC_62196_T3C"] = "IEC_62196_T3C";
186
- OCPIConnectorType["PANTOGRAPH_BOTTOM_UP"] = "PANTOGRAPH_BOTTOM_UP";
187
- OCPIConnectorType["PANTOGRAPH_TOP_DOWN"] = "PANTOGRAPH_TOP_DOWN";
188
- OCPIConnectorType["TESLA_R"] = "TESLA_R";
189
- OCPIConnectorType["TESLA_S"] = "TESLA_S";
190
- })(exports.OCPIConnectorType || (exports.OCPIConnectorType = {}));
191
-
192
- exports.OCPIDayOfWeek = void 0;
193
-
194
- (function (OCPIDayOfWeek) {
195
- OCPIDayOfWeek["MONDAY"] = "MONDAY";
196
- OCPIDayOfWeek["TUESDAY"] = "TUESDAY";
197
- OCPIDayOfWeek["WEDNESDAY"] = "WEDNESDAY";
198
- OCPIDayOfWeek["THURSDAY"] = "THURSDAY";
199
- OCPIDayOfWeek["FRIDAY"] = "FRIDAY";
200
- OCPIDayOfWeek["SATURDAY"] = "SATURDAY";
201
- OCPIDayOfWeek["SUNDAY"] = "SUNDAY";
202
- })(exports.OCPIDayOfWeek || (exports.OCPIDayOfWeek = {}));
203
-
204
- /** Categories of energy sources. */
205
- exports.OCPIEnergySourceCategory = void 0;
206
- /** Amount of waste produced/emitted per kWh. */
207
-
208
- (function (OCPIEnergySourceCategory) {
209
- OCPIEnergySourceCategory["NUCLEAR"] = "NUCLEAR";
210
- OCPIEnergySourceCategory["GENERAL_FOSSIL"] = "GENERAL_FOSSIL";
211
- OCPIEnergySourceCategory["COAL"] = "COAL";
212
- OCPIEnergySourceCategory["GAS"] = "GAS";
213
- OCPIEnergySourceCategory["GENERAL_GREEN"] = "GENERAL_GREEN";
214
- OCPIEnergySourceCategory["SOLAR"] = "SOLAR";
215
- OCPIEnergySourceCategory["WIND"] = "WIND";
216
- OCPIEnergySourceCategory["WATER"] = "WATER";
217
- })(exports.OCPIEnergySourceCategory || (exports.OCPIEnergySourceCategory = {}));
218
-
219
- /** Categories of environmental impact values. */
220
- exports.OCPIEnvironmentalImpactCategory = void 0;
221
- /** Specifies one exceptional period for opening or access hours. */
222
-
223
- (function (OCPIEnvironmentalImpactCategory) {
224
- OCPIEnvironmentalImpactCategory["NUCLEAR_WASTE"] = "NUCLEAR_WASTE";
225
- OCPIEnvironmentalImpactCategory["CARBON_DIOXIDE"] = "CARBON_DIOXIDE";
226
- })(exports.OCPIEnvironmentalImpactCategory || (exports.OCPIEnvironmentalImpactCategory = {}));
227
-
228
- exports.OCPIFacility = void 0;
229
- /** This class defines the geo location of the Charge Point. The geodetic system to be used is WGS 84. */
230
-
231
- (function (OCPIFacility) {
232
- OCPIFacility["HOTEL"] = "HOTEL";
233
- OCPIFacility["RESTAURANT"] = "RESTAURANT";
234
- OCPIFacility["CAFE"] = "CAFE";
235
- OCPIFacility["MALL"] = "MALL";
236
- OCPIFacility["SUPERMARKET"] = "SUPERMARKET";
237
- OCPIFacility["SPORT"] = "SPORT";
238
- OCPIFacility["RECREATION_AREA"] = "RECREATION_AREA";
239
- OCPIFacility["NATURE"] = "NATURE";
240
- OCPIFacility["MUSEUM"] = "MUSEUM";
241
- OCPIFacility["BIKE_SHARING"] = "BIKE_SHARING";
242
- OCPIFacility["BUS_STOP"] = "BUS_STOP";
243
- OCPIFacility["TAXI_STAND"] = "TAXI_STAND";
244
- OCPIFacility["TRAM_STOP"] = "TRAM_STOP";
245
- OCPIFacility["METRO_STATION"] = "METRO_STATION";
246
- OCPIFacility["TRAIN_STATION"] = "TRAIN_STATION";
247
- OCPIFacility["AIRPORT"] = "AIRPORT";
248
- OCPIFacility["PARKING_LOT"] = "PARKING_LOT";
249
- OCPIFacility["CARPOOL_PARKING"] = "CARPOOL_PARKING";
250
- OCPIFacility["FUEL_STATION"] = "FUEL_STATION";
251
- OCPIFacility["WIFI"] = "WIFI";
252
- })(exports.OCPIFacility || (exports.OCPIFacility = {}));
253
-
254
- /** The category of an image to obtain the correct usage in a user presentation. The category has to be set accordingly to the image content in order to guarantee the right usage. */
255
- exports.OCPIImageCategory = void 0;
256
- /** This value, if provided, represents the restriction to the parking spot for different purposes. */
257
-
258
- (function (OCPIImageCategory) {
259
- OCPIImageCategory["CHARGER"] = "CHARGER";
260
- OCPIImageCategory["ENTRANCE"] = "ENTRANCE";
261
- OCPIImageCategory["LOCATION"] = "LOCATION";
262
- OCPIImageCategory["NETWORK"] = "NETWORK";
263
- OCPIImageCategory["OPERATOR"] = "OPERATOR";
264
- OCPIImageCategory["OTHER"] = "OTHER";
265
- OCPIImageCategory["OWNER"] = "OWNER";
266
- })(exports.OCPIImageCategory || (exports.OCPIImageCategory = {}));
267
-
268
- exports.OCPIParkingRestriction = void 0;
269
- /** Reflects the general type of the charge point’s location. May be used for user information. */
270
-
271
- (function (OCPIParkingRestriction) {
272
- OCPIParkingRestriction["EV_ONLY"] = "EV_ONLY";
273
- OCPIParkingRestriction["PLUGGED"] = "PLUGGED";
274
- OCPIParkingRestriction["DISABLED"] = "DISABLED";
275
- OCPIParkingRestriction["CUSTOMERS"] = "CUSTOMERS";
276
- OCPIParkingRestriction["MOTORCYCLES"] = "MOTORCYCLES";
277
- })(exports.OCPIParkingRestriction || (exports.OCPIParkingRestriction = {}));
278
-
279
- exports.OCPIParkingType = void 0;
280
-
281
- (function (OCPIParkingType) {
282
- OCPIParkingType["ALONG_MOTORWAY"] = "ALONG_MOTORWAY";
283
- OCPIParkingType["PARKING_GARAGE"] = "PARKING_GARAGE";
284
- OCPIParkingType["PARKING_LOT"] = "PARKING_LOT";
285
- OCPIParkingType["ON_DRIVEWAY"] = "ON_DRIVEWAY";
286
- OCPIParkingType["ON_STREET"] = "ON_STREET";
287
- OCPIParkingType["UNDERGROUND_GARAGE"] = "UNDERGROUND_GARAGE";
288
- })(exports.OCPIParkingType || (exports.OCPIParkingType = {}));
289
-
290
- exports.OCPIPowerType = void 0;
291
-
292
- (function (OCPIPowerType) {
293
- OCPIPowerType["AC_1_PHASE"] = "AC_1_PHASE";
294
- OCPIPowerType["AC_3_PHASE"] = "AC_3_PHASE";
295
- OCPIPowerType["DC"] = "DC";
296
- })(exports.OCPIPowerType || (exports.OCPIPowerType = {}));
297
-
298
- exports.OCPIReservationRestrictionType = void 0;
299
- /** The status of an EVSE. */
300
-
301
- (function (OCPIReservationRestrictionType) {
302
- OCPIReservationRestrictionType["RESERVATION"] = "RESERVATION";
303
- OCPIReservationRestrictionType["RESERVATION_EXPIRES"] = "RESERVATION_EXPIRES";
304
- })(exports.OCPIReservationRestrictionType || (exports.OCPIReservationRestrictionType = {}));
305
-
306
- exports.OCPIStatus = void 0;
307
- /** This type is used to schedule status periods in the future. The eMSP can provide this information to the EV user for trip planning purposes. A period MAY have no end. Example: "This station will be running as of tomorrow. Today it is still planned and under construction. */
308
-
309
- (function (OCPIStatus) {
310
- OCPIStatus["AVAILABLE"] = "AVAILABLE";
311
- OCPIStatus["BLOCKED"] = "BLOCKED";
312
- OCPIStatus["CHARGING"] = "CHARGING";
313
- OCPIStatus["INOPERATIVE"] = "INOPERATIVE";
314
- OCPIStatus["OUTOFORDER"] = "OUTOFORDER";
315
- OCPIStatus["PLANNED"] = "PLANNED";
316
- OCPIStatus["REMOVED"] = "REMOVED";
317
- OCPIStatus["RESERVED"] = "RESERVED";
318
- OCPIStatus["UNKNOWN"] = "UNKNOWN";
319
- })(exports.OCPIStatus || (exports.OCPIStatus = {}));
320
-
321
- exports.OCPITariffDimensionType = void 0;
322
-
323
- (function (OCPITariffDimensionType) {
324
- OCPITariffDimensionType["ENERGY"] = "ENERGY";
325
- OCPITariffDimensionType["FLAT"] = "FLAT";
326
- OCPITariffDimensionType["PARKING_TIME"] = "PARKING_TIME";
327
- OCPITariffDimensionType["TIME"] = "TIME";
328
- })(exports.OCPITariffDimensionType || (exports.OCPITariffDimensionType = {}));
329
-
330
- exports.OCPITariffType = void 0;
331
- /** The operator data which extends OCPI BusinessDetails */
332
-
333
- (function (OCPITariffType) {
334
- OCPITariffType["AD_HOC_PAYMENT"] = "AD_HOC_PAYMENT";
335
- OCPITariffType["PROFILE_CHEAP"] = "PROFILE_CHEAP";
336
- OCPITariffType["PROFILE_FAST"] = "PROFILE_FAST";
337
- OCPITariffType["PROFILE_GREEN"] = "PROFILE_GREEN";
338
- OCPITariffType["REGULAR"] = "REGULAR";
339
- })(exports.OCPITariffType || (exports.OCPITariffType = {}));
340
-
341
- exports.ParkingCost = void 0;
342
-
343
- (function (ParkingCost) {
344
- ParkingCost["FREE"] = "free";
345
- ParkingCost["PAID"] = "paid";
346
- })(exports.ParkingCost || (exports.ParkingCost = {}));
347
-
348
- /** GeoJSON Point type */
349
- exports.PointType = void 0;
350
- /** The list of powers for the speed type */
351
-
352
- (function (PointType) {
353
- PointType["POINT"] = "Point";
354
- })(exports.PointType || (exports.PointType = {}));
355
-
356
- /** Types of an alternative route */
357
- exports.RouteAlternativeType = void 0;
358
-
359
- (function (RouteAlternativeType) {
360
- RouteAlternativeType["FASTEST"] = "fastest";
361
- RouteAlternativeType["BESTMATCHING"] = "bestMatching";
362
- RouteAlternativeType["ALTERNATIVE"] = "alternative";
363
- })(exports.RouteAlternativeType || (exports.RouteAlternativeType = {}));
364
-
365
- /** Sign belonging to the instruction indicating the main maneuver */
366
- exports.RouteInstructionSign = void 0;
367
-
368
- (function (RouteInstructionSign) {
369
- RouteInstructionSign["UNKNOWN"] = "UNKNOWN";
370
- RouteInstructionSign["U_TURN_UNKNOWN"] = "U_TURN_UNKNOWN";
371
- RouteInstructionSign["U_TURN_LEFT"] = "U_TURN_LEFT";
372
- RouteInstructionSign["KEEP_LEFT"] = "KEEP_LEFT";
373
- RouteInstructionSign["LEAVE_ROUNDABOUT"] = "LEAVE_ROUNDABOUT";
374
- RouteInstructionSign["TURN_SHARP_LEFT"] = "TURN_SHARP_LEFT";
375
- RouteInstructionSign["TURN_LEFT"] = "TURN_LEFT";
376
- RouteInstructionSign["TURN_SLIGHT_LEFT"] = "TURN_SLIGHT_LEFT";
377
- RouteInstructionSign["CONTINUE_ON_STREET"] = "CONTINUE_ON_STREET";
378
- RouteInstructionSign["TURN_SLIGHT_RIGHT"] = "TURN_SLIGHT_RIGHT";
379
- RouteInstructionSign["TURN_RIGHT"] = "TURN_RIGHT";
380
- RouteInstructionSign["TURN_SHARP_RIGHT"] = "TURN_SHARP_RIGHT";
381
- RouteInstructionSign["FINISH"] = "FINISH";
382
- RouteInstructionSign["REACHED_VIA"] = "REACHED_VIA";
383
- RouteInstructionSign["REACHED_CHARGING_STATION"] = "REACHED_CHARGING_STATION";
384
- RouteInstructionSign["USE_ROUNDABOUT"] = "USE_ROUNDABOUT";
385
- RouteInstructionSign["KEEP_RIGHT"] = "KEEP_RIGHT";
386
- RouteInstructionSign["U_TURN_RIGHT"] = "U_TURN_RIGHT";
387
- RouteInstructionSign["PT_START_TRIP"] = "PT_START_TRIP";
388
- RouteInstructionSign["PT_TRANSFER"] = "PT_TRANSFER";
389
- RouteInstructionSign["PT_END_TRIP"] = "PT_END_TRIP";
390
- RouteInstructionSign["IGNORE"] = "IGNORE";
391
- })(exports.RouteInstructionSign || (exports.RouteInstructionSign = {}));
392
-
393
- /** Type of operator preference for a route */
394
- exports.RouteOperatorsType = void 0;
395
-
396
- (function (RouteOperatorsType) {
397
- RouteOperatorsType["NONE"] = "none";
398
- RouteOperatorsType["PREFERRED"] = "preferred";
399
- RouteOperatorsType["REQUIRED"] = "required";
400
- })(exports.RouteOperatorsType || (exports.RouteOperatorsType = {}));
401
-
402
- /** The season of the route */
403
- exports.RouteSeason = void 0;
404
-
405
- (function (RouteSeason) {
406
- RouteSeason["SUMMER"] = "summer";
407
- RouteSeason["WINTER"] = "winter";
408
- RouteSeason["CURRENT"] = "current";
409
- })(exports.RouteSeason || (exports.RouteSeason = {}));
410
-
411
- /** The status of a route. The status can be pending, processing, done, not_found or error */
412
- exports.RouteStatus = void 0;
413
- /** Standards(plug type) stats model */
414
-
415
- (function (RouteStatus) {
416
- RouteStatus["PENDING"] = "pending";
417
- RouteStatus["PROCESSING"] = "processing";
418
- RouteStatus["DONE"] = "done";
419
- RouteStatus["NOT_FOUND"] = "not_found";
420
- RouteStatus["ERROR"] = "error";
421
- })(exports.RouteStatus || (exports.RouteStatus = {}));
422
-
423
- /** The station speed type */
424
- exports.StationSpeedType = void 0;
425
- /** The station stats model */
426
-
427
- (function (StationSpeedType) {
428
- StationSpeedType["SLOW"] = "slow";
429
- StationSpeedType["FAST"] = "fast";
430
- StationSpeedType["TURBO"] = "turbo";
431
- })(exports.StationSpeedType || (exports.StationSpeedType = {}));
432
- //# sourceMappingURL=index.js.map