@chargetrip/types 1.20.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,674 +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
- BatteryInputType["PERCENTAGE"] = "percentage";
22
- })(exports.BatteryInputType || (exports.BatteryInputType = {}));
23
-
24
- /** Battery field estimated */
25
- exports.CarBatteryFieldEstimations = void 0;
26
-
27
- (function (CarBatteryFieldEstimations) {
28
- CarBatteryFieldEstimations["B"] = "B";
29
- CarBatteryFieldEstimations["F"] = "F";
30
- CarBatteryFieldEstimations["N"] = "N";
31
- CarBatteryFieldEstimations["U"] = "U";
32
- })(exports.CarBatteryFieldEstimations || (exports.CarBatteryFieldEstimations = {}));
33
-
34
- /** Drivetrain */
35
- exports.CarDrivetrain = void 0;
36
- /** Deprecated */
37
-
38
- (function (CarDrivetrain) {
39
- CarDrivetrain["BEV"] = "BEV";
40
- CarDrivetrain["EREV"] = "EREV";
41
- })(exports.CarDrivetrain || (exports.CarDrivetrain = {}));
42
-
43
- /** Fuel type */
44
- exports.CarFuel = void 0;
45
-
46
- (function (CarFuel) {
47
- CarFuel["E"] = "E";
48
- })(exports.CarFuel || (exports.CarFuel = {}));
49
-
50
- /** Available types of images which can be found for a car. Each type has specific image sizes */
51
- exports.CarImageType = void 0;
52
- /** When uploading images to a car, you can select one of this types. The rest of the types are automatically generated by the system */
53
-
54
- (function (CarImageType) {
55
- CarImageType["PROVIDER"] = "provider";
56
- CarImageType["IMAGE"] = "image";
57
- CarImageType["IMAGE_THUMBNAIL"] = "image_thumbnail";
58
- CarImageType["BRAND"] = "brand";
59
- CarImageType["BRAND_THUMBNAIL"] = "brand_thumbnail";
60
- })(exports.CarImageType || (exports.CarImageType = {}));
61
-
62
- exports.CarImageTypeUploadable = void 0;
63
- /** The output element of the carList query */
64
-
65
- (function (CarImageTypeUploadable) {
66
- CarImageTypeUploadable["IMAGE"] = "image";
67
- })(exports.CarImageTypeUploadable || (exports.CarImageTypeUploadable = {}));
68
-
69
- /** Mode (state) of the current production */
70
- exports.CarMode = void 0;
71
-
72
- (function (CarMode) {
73
- CarMode["INDEX_ONLY"] = "index_only";
74
- CarMode["PRODUCTION"] = "production";
75
- CarMode["CONCEPT"] = "concept";
76
- })(exports.CarMode || (exports.CarMode = {}));
77
-
78
- /** Propulsion */
79
- exports.CarPropulsion = void 0;
80
-
81
- (function (CarPropulsion) {
82
- CarPropulsion["AWD"] = "AWD";
83
- CarPropulsion["FRONT"] = "Front";
84
- CarPropulsion["REAR"] = "Rear";
85
- })(exports.CarPropulsion || (exports.CarPropulsion = {}));
86
-
87
- /** Status of a car */
88
- exports.CarStatus = void 0;
89
-
90
- (function (CarStatus) {
91
- CarStatus["NEW"] = "new";
92
- CarStatus["REVIEW"] = "review";
93
- CarStatus["PUBLIC"] = "public";
94
- CarStatus["REMOVED"] = "removed";
95
- })(exports.CarStatus || (exports.CarStatus = {}));
96
-
97
- /** Charging mode used at charging stations */
98
- exports.ChargeMode = void 0;
99
- /** A groupped representation of EVSEs */
100
-
101
- (function (ChargeMode) {
102
- ChargeMode["OPTIMIZE_TRAVEL_TIME"] = "OPTIMIZE_TRAVEL_TIME";
103
- ChargeMode["ALWAYS_TO_MAX_CHARGE"] = "ALWAYS_TO_MAX_CHARGE";
104
- })(exports.ChargeMode || (exports.ChargeMode = {}));
105
-
106
- exports.ChargerStatus = void 0;
107
- /** Groupping by status of the chargers */
108
-
109
- (function (ChargerStatus) {
110
- ChargerStatus["FREE"] = "free";
111
- ChargerStatus["BUSY"] = "busy";
112
- ChargerStatus["UNKNOWN"] = "unknown";
113
- ChargerStatus["ERROR"] = "error";
114
- })(exports.ChargerStatus || (exports.ChargerStatus = {}));
115
-
116
- /** ISO-3166 alpha-2 country codes */
117
- exports.CountryCodeAlpha2 = void 0;
118
- /** EVSE data which extends OCPI EVSE */
119
-
120
- (function (CountryCodeAlpha2) {
121
- CountryCodeAlpha2["AD"] = "AD";
122
- CountryCodeAlpha2["AE"] = "AE";
123
- CountryCodeAlpha2["AF"] = "AF";
124
- CountryCodeAlpha2["AG"] = "AG";
125
- CountryCodeAlpha2["AI"] = "AI";
126
- CountryCodeAlpha2["AL"] = "AL";
127
- CountryCodeAlpha2["AM"] = "AM";
128
- CountryCodeAlpha2["AN"] = "AN";
129
- CountryCodeAlpha2["AO"] = "AO";
130
- CountryCodeAlpha2["AQ"] = "AQ";
131
- CountryCodeAlpha2["AR"] = "AR";
132
- CountryCodeAlpha2["AS"] = "AS";
133
- CountryCodeAlpha2["AT"] = "AT";
134
- CountryCodeAlpha2["AU"] = "AU";
135
- CountryCodeAlpha2["AW"] = "AW";
136
- CountryCodeAlpha2["AX"] = "AX";
137
- CountryCodeAlpha2["AZ"] = "AZ";
138
- CountryCodeAlpha2["BA"] = "BA";
139
- CountryCodeAlpha2["BB"] = "BB";
140
- CountryCodeAlpha2["BD"] = "BD";
141
- CountryCodeAlpha2["BE"] = "BE";
142
- CountryCodeAlpha2["BF"] = "BF";
143
- CountryCodeAlpha2["BG"] = "BG";
144
- CountryCodeAlpha2["BH"] = "BH";
145
- CountryCodeAlpha2["BI"] = "BI";
146
- CountryCodeAlpha2["BJ"] = "BJ";
147
- CountryCodeAlpha2["BM"] = "BM";
148
- CountryCodeAlpha2["BN"] = "BN";
149
- CountryCodeAlpha2["BO"] = "BO";
150
- CountryCodeAlpha2["BR"] = "BR";
151
- CountryCodeAlpha2["BS"] = "BS";
152
- CountryCodeAlpha2["BT"] = "BT";
153
- CountryCodeAlpha2["BV"] = "BV";
154
- CountryCodeAlpha2["BW"] = "BW";
155
- CountryCodeAlpha2["BY"] = "BY";
156
- CountryCodeAlpha2["BZ"] = "BZ";
157
- CountryCodeAlpha2["CA"] = "CA";
158
- CountryCodeAlpha2["CC"] = "CC";
159
- CountryCodeAlpha2["CD"] = "CD";
160
- CountryCodeAlpha2["CF"] = "CF";
161
- CountryCodeAlpha2["CG"] = "CG";
162
- CountryCodeAlpha2["CH"] = "CH";
163
- CountryCodeAlpha2["CI"] = "CI";
164
- CountryCodeAlpha2["CK"] = "CK";
165
- CountryCodeAlpha2["CL"] = "CL";
166
- CountryCodeAlpha2["CM"] = "CM";
167
- CountryCodeAlpha2["CN"] = "CN";
168
- CountryCodeAlpha2["CO"] = "CO";
169
- CountryCodeAlpha2["CR"] = "CR";
170
- CountryCodeAlpha2["CS"] = "CS";
171
- CountryCodeAlpha2["CU"] = "CU";
172
- CountryCodeAlpha2["CV"] = "CV";
173
- CountryCodeAlpha2["CX"] = "CX";
174
- CountryCodeAlpha2["CY"] = "CY";
175
- CountryCodeAlpha2["CZ"] = "CZ";
176
- CountryCodeAlpha2["DE"] = "DE";
177
- CountryCodeAlpha2["DJ"] = "DJ";
178
- CountryCodeAlpha2["DK"] = "DK";
179
- CountryCodeAlpha2["DM"] = "DM";
180
- CountryCodeAlpha2["DO"] = "DO";
181
- CountryCodeAlpha2["DZ"] = "DZ";
182
- CountryCodeAlpha2["EC"] = "EC";
183
- CountryCodeAlpha2["EE"] = "EE";
184
- CountryCodeAlpha2["EG"] = "EG";
185
- CountryCodeAlpha2["EH"] = "EH";
186
- CountryCodeAlpha2["ER"] = "ER";
187
- CountryCodeAlpha2["ES"] = "ES";
188
- CountryCodeAlpha2["ET"] = "ET";
189
- CountryCodeAlpha2["FI"] = "FI";
190
- CountryCodeAlpha2["FJ"] = "FJ";
191
- CountryCodeAlpha2["FK"] = "FK";
192
- CountryCodeAlpha2["FM"] = "FM";
193
- CountryCodeAlpha2["FO"] = "FO";
194
- CountryCodeAlpha2["FR"] = "FR";
195
- CountryCodeAlpha2["GA"] = "GA";
196
- CountryCodeAlpha2["GB"] = "GB";
197
- CountryCodeAlpha2["GD"] = "GD";
198
- CountryCodeAlpha2["GE"] = "GE";
199
- CountryCodeAlpha2["GF"] = "GF";
200
- CountryCodeAlpha2["GH"] = "GH";
201
- CountryCodeAlpha2["GI"] = "GI";
202
- CountryCodeAlpha2["GL"] = "GL";
203
- CountryCodeAlpha2["GM"] = "GM";
204
- CountryCodeAlpha2["GN"] = "GN";
205
- CountryCodeAlpha2["GP"] = "GP";
206
- CountryCodeAlpha2["GQ"] = "GQ";
207
- CountryCodeAlpha2["GR"] = "GR";
208
- CountryCodeAlpha2["GS"] = "GS";
209
- CountryCodeAlpha2["GT"] = "GT";
210
- CountryCodeAlpha2["GU"] = "GU";
211
- CountryCodeAlpha2["GW"] = "GW";
212
- CountryCodeAlpha2["GY"] = "GY";
213
- CountryCodeAlpha2["HK"] = "HK";
214
- CountryCodeAlpha2["HM"] = "HM";
215
- CountryCodeAlpha2["HN"] = "HN";
216
- CountryCodeAlpha2["HR"] = "HR";
217
- CountryCodeAlpha2["HT"] = "HT";
218
- CountryCodeAlpha2["HU"] = "HU";
219
- CountryCodeAlpha2["ID"] = "ID";
220
- CountryCodeAlpha2["IE"] = "IE";
221
- CountryCodeAlpha2["IL"] = "IL";
222
- CountryCodeAlpha2["IN"] = "IN";
223
- CountryCodeAlpha2["IO"] = "IO";
224
- CountryCodeAlpha2["IQ"] = "IQ";
225
- CountryCodeAlpha2["IR"] = "IR";
226
- CountryCodeAlpha2["IS"] = "IS";
227
- CountryCodeAlpha2["IT"] = "IT";
228
- CountryCodeAlpha2["JM"] = "JM";
229
- CountryCodeAlpha2["JO"] = "JO";
230
- CountryCodeAlpha2["JP"] = "JP";
231
- CountryCodeAlpha2["KE"] = "KE";
232
- CountryCodeAlpha2["KG"] = "KG";
233
- CountryCodeAlpha2["KH"] = "KH";
234
- CountryCodeAlpha2["KI"] = "KI";
235
- CountryCodeAlpha2["KM"] = "KM";
236
- CountryCodeAlpha2["KN"] = "KN";
237
- CountryCodeAlpha2["KP"] = "KP";
238
- CountryCodeAlpha2["KR"] = "KR";
239
- CountryCodeAlpha2["KW"] = "KW";
240
- CountryCodeAlpha2["KY"] = "KY";
241
- CountryCodeAlpha2["KZ"] = "KZ";
242
- CountryCodeAlpha2["LA"] = "LA";
243
- CountryCodeAlpha2["LB"] = "LB";
244
- CountryCodeAlpha2["LC"] = "LC";
245
- CountryCodeAlpha2["LI"] = "LI";
246
- CountryCodeAlpha2["LK"] = "LK";
247
- CountryCodeAlpha2["LR"] = "LR";
248
- CountryCodeAlpha2["LS"] = "LS";
249
- CountryCodeAlpha2["LT"] = "LT";
250
- CountryCodeAlpha2["LU"] = "LU";
251
- CountryCodeAlpha2["LV"] = "LV";
252
- CountryCodeAlpha2["LY"] = "LY";
253
- CountryCodeAlpha2["MA"] = "MA";
254
- CountryCodeAlpha2["MC"] = "MC";
255
- CountryCodeAlpha2["MD"] = "MD";
256
- CountryCodeAlpha2["ME"] = "ME";
257
- CountryCodeAlpha2["MF"] = "MF";
258
- CountryCodeAlpha2["MG"] = "MG";
259
- CountryCodeAlpha2["MH"] = "MH";
260
- CountryCodeAlpha2["MK"] = "MK";
261
- CountryCodeAlpha2["ML"] = "ML";
262
- CountryCodeAlpha2["MM"] = "MM";
263
- CountryCodeAlpha2["MN"] = "MN";
264
- CountryCodeAlpha2["MO"] = "MO";
265
- CountryCodeAlpha2["MP"] = "MP";
266
- CountryCodeAlpha2["MQ"] = "MQ";
267
- CountryCodeAlpha2["MR"] = "MR";
268
- CountryCodeAlpha2["MS"] = "MS";
269
- CountryCodeAlpha2["MT"] = "MT";
270
- CountryCodeAlpha2["MU"] = "MU";
271
- CountryCodeAlpha2["MV"] = "MV";
272
- CountryCodeAlpha2["MW"] = "MW";
273
- CountryCodeAlpha2["MX"] = "MX";
274
- CountryCodeAlpha2["MY"] = "MY";
275
- CountryCodeAlpha2["MZ"] = "MZ";
276
- CountryCodeAlpha2["NA"] = "NA";
277
- CountryCodeAlpha2["NC"] = "NC";
278
- CountryCodeAlpha2["NE"] = "NE";
279
- CountryCodeAlpha2["NF"] = "NF";
280
- CountryCodeAlpha2["NG"] = "NG";
281
- CountryCodeAlpha2["NI"] = "NI";
282
- CountryCodeAlpha2["NL"] = "NL";
283
- CountryCodeAlpha2["NO"] = "NO";
284
- CountryCodeAlpha2["NP"] = "NP";
285
- CountryCodeAlpha2["NR"] = "NR";
286
- CountryCodeAlpha2["NU"] = "NU";
287
- CountryCodeAlpha2["NZ"] = "NZ";
288
- CountryCodeAlpha2["OM"] = "OM";
289
- CountryCodeAlpha2["PA"] = "PA";
290
- CountryCodeAlpha2["PE"] = "PE";
291
- CountryCodeAlpha2["PF"] = "PF";
292
- CountryCodeAlpha2["PG"] = "PG";
293
- CountryCodeAlpha2["PH"] = "PH";
294
- CountryCodeAlpha2["PK"] = "PK";
295
- CountryCodeAlpha2["PL"] = "PL";
296
- CountryCodeAlpha2["PM"] = "PM";
297
- CountryCodeAlpha2["PN"] = "PN";
298
- CountryCodeAlpha2["PR"] = "PR";
299
- CountryCodeAlpha2["PS"] = "PS";
300
- CountryCodeAlpha2["PT"] = "PT";
301
- CountryCodeAlpha2["PW"] = "PW";
302
- CountryCodeAlpha2["PY"] = "PY";
303
- CountryCodeAlpha2["QA"] = "QA";
304
- CountryCodeAlpha2["RE"] = "RE";
305
- CountryCodeAlpha2["RKS"] = "RKS";
306
- CountryCodeAlpha2["RO"] = "RO";
307
- CountryCodeAlpha2["RS"] = "RS";
308
- CountryCodeAlpha2["RU"] = "RU";
309
- CountryCodeAlpha2["RW"] = "RW";
310
- CountryCodeAlpha2["SA"] = "SA";
311
- CountryCodeAlpha2["SB"] = "SB";
312
- CountryCodeAlpha2["SC"] = "SC";
313
- CountryCodeAlpha2["SD"] = "SD";
314
- CountryCodeAlpha2["SE"] = "SE";
315
- CountryCodeAlpha2["SG"] = "SG";
316
- CountryCodeAlpha2["SH"] = "SH";
317
- CountryCodeAlpha2["SI"] = "SI";
318
- CountryCodeAlpha2["SJ"] = "SJ";
319
- CountryCodeAlpha2["SK"] = "SK";
320
- CountryCodeAlpha2["SL"] = "SL";
321
- CountryCodeAlpha2["SM"] = "SM";
322
- CountryCodeAlpha2["SN"] = "SN";
323
- CountryCodeAlpha2["SO"] = "SO";
324
- CountryCodeAlpha2["SR"] = "SR";
325
- CountryCodeAlpha2["ST"] = "ST";
326
- CountryCodeAlpha2["SV"] = "SV";
327
- CountryCodeAlpha2["SX"] = "SX";
328
- CountryCodeAlpha2["SY"] = "SY";
329
- CountryCodeAlpha2["SZ"] = "SZ";
330
- CountryCodeAlpha2["TC"] = "TC";
331
- CountryCodeAlpha2["TD"] = "TD";
332
- CountryCodeAlpha2["TF"] = "TF";
333
- CountryCodeAlpha2["TG"] = "TG";
334
- CountryCodeAlpha2["TH"] = "TH";
335
- CountryCodeAlpha2["TJ"] = "TJ";
336
- CountryCodeAlpha2["TK"] = "TK";
337
- CountryCodeAlpha2["TL"] = "TL";
338
- CountryCodeAlpha2["TM"] = "TM";
339
- CountryCodeAlpha2["TN"] = "TN";
340
- CountryCodeAlpha2["TO"] = "TO";
341
- CountryCodeAlpha2["TR"] = "TR";
342
- CountryCodeAlpha2["TT"] = "TT";
343
- CountryCodeAlpha2["TV"] = "TV";
344
- CountryCodeAlpha2["TW"] = "TW";
345
- CountryCodeAlpha2["TZ"] = "TZ";
346
- CountryCodeAlpha2["UA"] = "UA";
347
- CountryCodeAlpha2["UG"] = "UG";
348
- CountryCodeAlpha2["UM"] = "UM";
349
- CountryCodeAlpha2["US"] = "US";
350
- CountryCodeAlpha2["UY"] = "UY";
351
- CountryCodeAlpha2["UZ"] = "UZ";
352
- CountryCodeAlpha2["VA"] = "VA";
353
- CountryCodeAlpha2["VC"] = "VC";
354
- })(exports.CountryCodeAlpha2 || (exports.CountryCodeAlpha2 = {}));
355
-
356
- /** GeoJSON Feature type */
357
- exports.FeatureType = void 0;
358
- /** The types of the leg */
359
-
360
- (function (FeatureType) {
361
- FeatureType["FEATURE"] = "Feature";
362
- })(exports.FeatureType || (exports.FeatureType = {}));
363
-
364
- exports.LegType = void 0;
365
-
366
- (function (LegType) {
367
- LegType["STATION"] = "station";
368
- LegType["STATIONVIA"] = "stationVia";
369
- LegType["VIA"] = "via";
370
- LegType["FINAL"] = "final";
371
- LegType["STATIONFINAL"] = "stationFinal";
372
- })(exports.LegType || (exports.LegType = {}));
373
-
374
- /** The capabilities of an EVSE. */
375
- exports.OCPICapability = void 0;
376
- /** The format of the connector, whether it is a socket or a plug. */
377
-
378
- (function (OCPICapability) {
379
- OCPICapability["CHARGING_PROFILE_CAPABLE"] = "CHARGING_PROFILE_CAPABLE";
380
- OCPICapability["CHARGING_PREFERENCES_CAPABLE"] = "CHARGING_PREFERENCES_CAPABLE";
381
- OCPICapability["CHIP_CARD_SUPPORT"] = "CHIP_CARD_SUPPORT";
382
- OCPICapability["CONTACTLESS_CARD_SUPPORT"] = "CONTACTLESS_CARD_SUPPORT";
383
- OCPICapability["CREDIT_CARD_PAYABLE"] = "CREDIT_CARD_PAYABLE";
384
- OCPICapability["DEBIT_CARD_PAYABLE"] = "DEBIT_CARD_PAYABLE";
385
- OCPICapability["PED_TERMINAL"] = "PED_TERMINAL";
386
- OCPICapability["REMOTE_START_STOP_CAPABLE"] = "REMOTE_START_STOP_CAPABLE";
387
- OCPICapability["RESERVABLE"] = "RESERVABLE";
388
- OCPICapability["RFID_READER"] = "RFID_READER";
389
- OCPICapability["TOKEN_GROUP_CAPABLE"] = "TOKEN_GROUP_CAPABLE";
390
- OCPICapability["UNLOCK_CAPABLE"] = "UNLOCK_CAPABLE";
391
- })(exports.OCPICapability || (exports.OCPICapability = {}));
392
-
393
- exports.OCPIConnectorFormat = void 0;
394
- /** The socket or plug standard of the charging point. */
395
-
396
- (function (OCPIConnectorFormat) {
397
- OCPIConnectorFormat["SOCKET"] = "SOCKET";
398
- OCPIConnectorFormat["CABLE"] = "CABLE";
399
- })(exports.OCPIConnectorFormat || (exports.OCPIConnectorFormat = {}));
400
-
401
- exports.OCPIConnectorType = void 0;
402
-
403
- (function (OCPIConnectorType) {
404
- OCPIConnectorType["CHADEMO"] = "CHADEMO";
405
- OCPIConnectorType["DOMESTIC_A"] = "DOMESTIC_A";
406
- OCPIConnectorType["DOMESTIC_B"] = "DOMESTIC_B";
407
- OCPIConnectorType["DOMESTIC_C"] = "DOMESTIC_C";
408
- OCPIConnectorType["DOMESTIC_D"] = "DOMESTIC_D";
409
- OCPIConnectorType["DOMESTIC_E"] = "DOMESTIC_E";
410
- OCPIConnectorType["DOMESTIC_F"] = "DOMESTIC_F";
411
- OCPIConnectorType["DOMESTIC_G"] = "DOMESTIC_G";
412
- OCPIConnectorType["DOMESTIC_H"] = "DOMESTIC_H";
413
- OCPIConnectorType["DOMESTIC_I"] = "DOMESTIC_I";
414
- OCPIConnectorType["DOMESTIC_J"] = "DOMESTIC_J";
415
- OCPIConnectorType["DOMESTIC_K"] = "DOMESTIC_K";
416
- OCPIConnectorType["DOMESTIC_L"] = "DOMESTIC_L";
417
- OCPIConnectorType["IEC_60309_2_SINGLE_16"] = "IEC_60309_2_single_16";
418
- OCPIConnectorType["IEC_60309_2_THREE_16"] = "IEC_60309_2_three_16";
419
- OCPIConnectorType["IEC_60309_2_THREE_32"] = "IEC_60309_2_three_32";
420
- OCPIConnectorType["IEC_60309_2_THREE_64"] = "IEC_60309_2_three_64";
421
- OCPIConnectorType["IEC_62196_T1"] = "IEC_62196_T1";
422
- OCPIConnectorType["IEC_62196_T1_COMBO"] = "IEC_62196_T1_COMBO";
423
- OCPIConnectorType["IEC_62196_T2"] = "IEC_62196_T2";
424
- OCPIConnectorType["IEC_62196_T2_COMBO"] = "IEC_62196_T2_COMBO";
425
- OCPIConnectorType["IEC_62196_T3A"] = "IEC_62196_T3A";
426
- OCPIConnectorType["IEC_62196_T3C"] = "IEC_62196_T3C";
427
- OCPIConnectorType["PANTOGRAPH_BOTTOM_UP"] = "PANTOGRAPH_BOTTOM_UP";
428
- OCPIConnectorType["PANTOGRAPH_TOP_DOWN"] = "PANTOGRAPH_TOP_DOWN";
429
- OCPIConnectorType["TESLA_R"] = "TESLA_R";
430
- OCPIConnectorType["TESLA_S"] = "TESLA_S";
431
- OCPIConnectorType["GB_T"] = "GB_T";
432
- })(exports.OCPIConnectorType || (exports.OCPIConnectorType = {}));
433
-
434
- exports.OCPIDayOfWeek = void 0;
435
-
436
- (function (OCPIDayOfWeek) {
437
- OCPIDayOfWeek["MONDAY"] = "MONDAY";
438
- OCPIDayOfWeek["TUESDAY"] = "TUESDAY";
439
- OCPIDayOfWeek["WEDNESDAY"] = "WEDNESDAY";
440
- OCPIDayOfWeek["THURSDAY"] = "THURSDAY";
441
- OCPIDayOfWeek["FRIDAY"] = "FRIDAY";
442
- OCPIDayOfWeek["SATURDAY"] = "SATURDAY";
443
- OCPIDayOfWeek["SUNDAY"] = "SUNDAY";
444
- })(exports.OCPIDayOfWeek || (exports.OCPIDayOfWeek = {}));
445
-
446
- /** Categories of energy sources. */
447
- exports.OCPIEnergySourceCategory = void 0;
448
- /** Amount of waste produced/emitted per kWh. */
449
-
450
- (function (OCPIEnergySourceCategory) {
451
- OCPIEnergySourceCategory["NUCLEAR"] = "NUCLEAR";
452
- OCPIEnergySourceCategory["GENERAL_FOSSIL"] = "GENERAL_FOSSIL";
453
- OCPIEnergySourceCategory["COAL"] = "COAL";
454
- OCPIEnergySourceCategory["GAS"] = "GAS";
455
- OCPIEnergySourceCategory["GENERAL_GREEN"] = "GENERAL_GREEN";
456
- OCPIEnergySourceCategory["SOLAR"] = "SOLAR";
457
- OCPIEnergySourceCategory["WIND"] = "WIND";
458
- OCPIEnergySourceCategory["WATER"] = "WATER";
459
- })(exports.OCPIEnergySourceCategory || (exports.OCPIEnergySourceCategory = {}));
460
-
461
- /** Categories of environmental impact values. */
462
- exports.OCPIEnvironmentalImpactCategory = void 0;
463
- /** Specifies one exceptional period for opening or access hours. */
464
-
465
- (function (OCPIEnvironmentalImpactCategory) {
466
- OCPIEnvironmentalImpactCategory["NUCLEAR_WASTE"] = "NUCLEAR_WASTE";
467
- OCPIEnvironmentalImpactCategory["CARBON_DIOXIDE"] = "CARBON_DIOXIDE";
468
- })(exports.OCPIEnvironmentalImpactCategory || (exports.OCPIEnvironmentalImpactCategory = {}));
469
-
470
- exports.OCPIFacility = void 0;
471
- /** This class defines the geo location of the Charge Point. The geodetic system to be used is WGS 84. */
472
-
473
- (function (OCPIFacility) {
474
- OCPIFacility["HOTEL"] = "HOTEL";
475
- OCPIFacility["RESTAURANT"] = "RESTAURANT";
476
- OCPIFacility["CAFE"] = "CAFE";
477
- OCPIFacility["MALL"] = "MALL";
478
- OCPIFacility["SUPERMARKET"] = "SUPERMARKET";
479
- OCPIFacility["SPORT"] = "SPORT";
480
- OCPIFacility["RECREATION_AREA"] = "RECREATION_AREA";
481
- OCPIFacility["NATURE"] = "NATURE";
482
- OCPIFacility["MUSEUM"] = "MUSEUM";
483
- OCPIFacility["BIKE_SHARING"] = "BIKE_SHARING";
484
- OCPIFacility["BUS_STOP"] = "BUS_STOP";
485
- OCPIFacility["TAXI_STAND"] = "TAXI_STAND";
486
- OCPIFacility["TRAM_STOP"] = "TRAM_STOP";
487
- OCPIFacility["METRO_STATION"] = "METRO_STATION";
488
- OCPIFacility["TRAIN_STATION"] = "TRAIN_STATION";
489
- OCPIFacility["AIRPORT"] = "AIRPORT";
490
- OCPIFacility["PARKING_LOT"] = "PARKING_LOT";
491
- OCPIFacility["CARPOOL_PARKING"] = "CARPOOL_PARKING";
492
- OCPIFacility["FUEL_STATION"] = "FUEL_STATION";
493
- OCPIFacility["WIFI"] = "WIFI";
494
- })(exports.OCPIFacility || (exports.OCPIFacility = {}));
495
-
496
- /** 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. */
497
- exports.OCPIImageCategory = void 0;
498
- /** This value, if provided, represents the restriction to the parking spot for different purposes. */
499
-
500
- (function (OCPIImageCategory) {
501
- OCPIImageCategory["CHARGER"] = "CHARGER";
502
- OCPIImageCategory["ENTRANCE"] = "ENTRANCE";
503
- OCPIImageCategory["LOCATION"] = "LOCATION";
504
- OCPIImageCategory["NETWORK"] = "NETWORK";
505
- OCPIImageCategory["OPERATOR"] = "OPERATOR";
506
- OCPIImageCategory["OTHER"] = "OTHER";
507
- OCPIImageCategory["OWNER"] = "OWNER";
508
- })(exports.OCPIImageCategory || (exports.OCPIImageCategory = {}));
509
-
510
- exports.OCPIParkingRestriction = void 0;
511
- /** Reflects the general type of the charge point’s location. May be used for user information. */
512
-
513
- (function (OCPIParkingRestriction) {
514
- OCPIParkingRestriction["EV_ONLY"] = "EV_ONLY";
515
- OCPIParkingRestriction["PLUGGED"] = "PLUGGED";
516
- OCPIParkingRestriction["DISABLED"] = "DISABLED";
517
- OCPIParkingRestriction["CUSTOMERS"] = "CUSTOMERS";
518
- OCPIParkingRestriction["MOTORCYCLES"] = "MOTORCYCLES";
519
- })(exports.OCPIParkingRestriction || (exports.OCPIParkingRestriction = {}));
520
-
521
- exports.OCPIParkingType = void 0;
522
-
523
- (function (OCPIParkingType) {
524
- OCPIParkingType["ALONG_MOTORWAY"] = "ALONG_MOTORWAY";
525
- OCPIParkingType["PARKING_GARAGE"] = "PARKING_GARAGE";
526
- OCPIParkingType["PARKING_LOT"] = "PARKING_LOT";
527
- OCPIParkingType["ON_DRIVEWAY"] = "ON_DRIVEWAY";
528
- OCPIParkingType["ON_STREET"] = "ON_STREET";
529
- OCPIParkingType["UNDERGROUND_GARAGE"] = "UNDERGROUND_GARAGE";
530
- })(exports.OCPIParkingType || (exports.OCPIParkingType = {}));
531
-
532
- exports.OCPIPowerType = void 0;
533
-
534
- (function (OCPIPowerType) {
535
- OCPIPowerType["AC_1_PHASE"] = "AC_1_PHASE";
536
- OCPIPowerType["AC_3_PHASE"] = "AC_3_PHASE";
537
- OCPIPowerType["DC"] = "DC";
538
- })(exports.OCPIPowerType || (exports.OCPIPowerType = {}));
539
-
540
- exports.OCPIReservationRestrictionType = void 0;
541
- /** The status of an EVSE. */
542
-
543
- (function (OCPIReservationRestrictionType) {
544
- OCPIReservationRestrictionType["RESERVATION"] = "RESERVATION";
545
- OCPIReservationRestrictionType["RESERVATION_EXPIRES"] = "RESERVATION_EXPIRES";
546
- })(exports.OCPIReservationRestrictionType || (exports.OCPIReservationRestrictionType = {}));
547
-
548
- exports.OCPIStatus = void 0;
549
- /** 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. */
550
-
551
- (function (OCPIStatus) {
552
- OCPIStatus["AVAILABLE"] = "AVAILABLE";
553
- OCPIStatus["BLOCKED"] = "BLOCKED";
554
- OCPIStatus["CHARGING"] = "CHARGING";
555
- OCPIStatus["INOPERATIVE"] = "INOPERATIVE";
556
- OCPIStatus["OUTOFORDER"] = "OUTOFORDER";
557
- OCPIStatus["PLANNED"] = "PLANNED";
558
- OCPIStatus["REMOVED"] = "REMOVED";
559
- OCPIStatus["RESERVED"] = "RESERVED";
560
- OCPIStatus["UNKNOWN"] = "UNKNOWN";
561
- })(exports.OCPIStatus || (exports.OCPIStatus = {}));
562
-
563
- exports.OCPITariffDimensionType = void 0;
564
-
565
- (function (OCPITariffDimensionType) {
566
- OCPITariffDimensionType["ENERGY"] = "ENERGY";
567
- OCPITariffDimensionType["FLAT"] = "FLAT";
568
- OCPITariffDimensionType["PARKING_TIME"] = "PARKING_TIME";
569
- OCPITariffDimensionType["TIME"] = "TIME";
570
- })(exports.OCPITariffDimensionType || (exports.OCPITariffDimensionType = {}));
571
-
572
- exports.OCPITariffType = void 0;
573
- /** The operator data which extends OCPI BusinessDetails */
574
-
575
- (function (OCPITariffType) {
576
- OCPITariffType["AD_HOC_PAYMENT"] = "AD_HOC_PAYMENT";
577
- OCPITariffType["PROFILE_CHEAP"] = "PROFILE_CHEAP";
578
- OCPITariffType["PROFILE_FAST"] = "PROFILE_FAST";
579
- OCPITariffType["PROFILE_GREEN"] = "PROFILE_GREEN";
580
- OCPITariffType["REGULAR"] = "REGULAR";
581
- })(exports.OCPITariffType || (exports.OCPITariffType = {}));
582
-
583
- exports.ParkingCost = void 0;
584
-
585
- (function (ParkingCost) {
586
- ParkingCost["FREE"] = "free";
587
- ParkingCost["PAID"] = "paid";
588
- })(exports.ParkingCost || (exports.ParkingCost = {}));
589
-
590
- /** GeoJSON Point type */
591
- exports.PointType = void 0;
592
- /** The list of powers for the speed type */
593
-
594
- (function (PointType) {
595
- PointType["POINT"] = "Point";
596
- })(exports.PointType || (exports.PointType = {}));
597
-
598
- /** Types of an alternative route */
599
- exports.RouteAlternativeType = void 0;
600
-
601
- (function (RouteAlternativeType) {
602
- RouteAlternativeType["FASTEST"] = "fastest";
603
- RouteAlternativeType["BESTMATCHING"] = "bestMatching";
604
- RouteAlternativeType["ALTERNATIVE"] = "alternative";
605
- })(exports.RouteAlternativeType || (exports.RouteAlternativeType = {}));
606
-
607
- /** Sign belonging to the instruction indicating the main maneuver */
608
- exports.RouteInstructionSign = void 0;
609
-
610
- (function (RouteInstructionSign) {
611
- RouteInstructionSign["UNKNOWN"] = "UNKNOWN";
612
- RouteInstructionSign["U_TURN_UNKNOWN"] = "U_TURN_UNKNOWN";
613
- RouteInstructionSign["U_TURN_LEFT"] = "U_TURN_LEFT";
614
- RouteInstructionSign["KEEP_LEFT"] = "KEEP_LEFT";
615
- RouteInstructionSign["LEAVE_ROUNDABOUT"] = "LEAVE_ROUNDABOUT";
616
- RouteInstructionSign["TURN_SHARP_LEFT"] = "TURN_SHARP_LEFT";
617
- RouteInstructionSign["TURN_LEFT"] = "TURN_LEFT";
618
- RouteInstructionSign["TURN_SLIGHT_LEFT"] = "TURN_SLIGHT_LEFT";
619
- RouteInstructionSign["CONTINUE_ON_STREET"] = "CONTINUE_ON_STREET";
620
- RouteInstructionSign["TURN_SLIGHT_RIGHT"] = "TURN_SLIGHT_RIGHT";
621
- RouteInstructionSign["TURN_RIGHT"] = "TURN_RIGHT";
622
- RouteInstructionSign["TURN_SHARP_RIGHT"] = "TURN_SHARP_RIGHT";
623
- RouteInstructionSign["FINISH"] = "FINISH";
624
- RouteInstructionSign["REACHED_VIA"] = "REACHED_VIA";
625
- RouteInstructionSign["REACHED_CHARGING_STATION"] = "REACHED_CHARGING_STATION";
626
- RouteInstructionSign["USE_ROUNDABOUT"] = "USE_ROUNDABOUT";
627
- RouteInstructionSign["KEEP_RIGHT"] = "KEEP_RIGHT";
628
- RouteInstructionSign["U_TURN_RIGHT"] = "U_TURN_RIGHT";
629
- RouteInstructionSign["PT_START_TRIP"] = "PT_START_TRIP";
630
- RouteInstructionSign["PT_TRANSFER"] = "PT_TRANSFER";
631
- RouteInstructionSign["PT_END_TRIP"] = "PT_END_TRIP";
632
- RouteInstructionSign["IGNORE"] = "IGNORE";
633
- })(exports.RouteInstructionSign || (exports.RouteInstructionSign = {}));
634
-
635
- /** Type of operator preference for a route */
636
- exports.RouteOperatorsType = void 0;
637
-
638
- (function (RouteOperatorsType) {
639
- RouteOperatorsType["NONE"] = "none";
640
- RouteOperatorsType["PREFERRED"] = "preferred";
641
- RouteOperatorsType["REQUIRED"] = "required";
642
- })(exports.RouteOperatorsType || (exports.RouteOperatorsType = {}));
643
-
644
- /** The season of the route */
645
- exports.RouteSeason = void 0;
646
-
647
- (function (RouteSeason) {
648
- RouteSeason["SUMMER"] = "summer";
649
- RouteSeason["WINTER"] = "winter";
650
- RouteSeason["CURRENT"] = "current";
651
- })(exports.RouteSeason || (exports.RouteSeason = {}));
652
-
653
- /** The status of a route. The status can be pending, processing, done, not_found or error */
654
- exports.RouteStatus = void 0;
655
- /** Standards(plug type) stats model */
656
-
657
- (function (RouteStatus) {
658
- RouteStatus["PENDING"] = "pending";
659
- RouteStatus["PROCESSING"] = "processing";
660
- RouteStatus["DONE"] = "done";
661
- RouteStatus["NOT_FOUND"] = "not_found";
662
- RouteStatus["ERROR"] = "error";
663
- })(exports.RouteStatus || (exports.RouteStatus = {}));
664
-
665
- /** The station speed type */
666
- exports.StationSpeedType = void 0;
667
- /** The station stats model */
668
-
669
- (function (StationSpeedType) {
670
- StationSpeedType["SLOW"] = "slow";
671
- StationSpeedType["FAST"] = "fast";
672
- StationSpeedType["TURBO"] = "turbo";
673
- })(exports.StationSpeedType || (exports.StationSpeedType = {}));
674
- //# sourceMappingURL=index.js.map