@chargetrip/types 1.42.0 → 1.43.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 +230 -1
- package/dist/node/index.js.map +1 -1
- package/dist/react-native/graphql.js +230 -1
- package/dist/react-native/graphql.js.map +1 -1
- package/dist/ts/graphql.d.ts +1367 -211
- package/graphql.schema.json +16824 -9039
- package/package.json +1 -1
- package/src/graphql.ts +1595 -324
package/dist/node/index.js
CHANGED
|
@@ -65,6 +65,7 @@ exports.AmenityType = void 0;
|
|
|
65
65
|
AmenityType["PHARMACY"] = "pharmacy";
|
|
66
66
|
})(exports.AmenityType || (exports.AmenityType = {}));
|
|
67
67
|
|
|
68
|
+
/** Auxiliary consumption units. */
|
|
68
69
|
exports.AuxiliaryConsumptionUnit = void 0;
|
|
69
70
|
/** The type of the battery value. */
|
|
70
71
|
|
|
@@ -175,6 +176,7 @@ exports.ChargeMode = void 0;
|
|
|
175
176
|
ChargeMode["ALWAYS_TO_MAX_CHARGE"] = "ALWAYS_TO_MAX_CHARGE";
|
|
176
177
|
})(exports.ChargeMode || (exports.ChargeMode = {}));
|
|
177
178
|
|
|
179
|
+
/** Charge speed unit. */
|
|
178
180
|
exports.ChargeSpeedUnit = void 0;
|
|
179
181
|
|
|
180
182
|
(function (ChargeSpeedUnit) {
|
|
@@ -183,6 +185,7 @@ exports.ChargeSpeedUnit = void 0;
|
|
|
183
185
|
ChargeSpeedUnit["MILES_PER_HOUR"] = "miles_per_hour";
|
|
184
186
|
})(exports.ChargeSpeedUnit || (exports.ChargeSpeedUnit = {}));
|
|
185
187
|
|
|
188
|
+
/** Status of a charger. */
|
|
186
189
|
exports.ChargerStatus = void 0;
|
|
187
190
|
/** Grouping by status of the chargers. */
|
|
188
191
|
|
|
@@ -551,9 +554,141 @@ exports.CurrencyUnit = void 0;
|
|
|
551
554
|
CurrencyUnit["EUR"] = "EUR";
|
|
552
555
|
CurrencyUnit["USD"] = "USD";
|
|
553
556
|
CurrencyUnit["GBP"] = "GBP";
|
|
557
|
+
CurrencyUnit["AED"] = "AED";
|
|
558
|
+
CurrencyUnit["AFN"] = "AFN";
|
|
559
|
+
CurrencyUnit["ALL"] = "ALL";
|
|
560
|
+
CurrencyUnit["AMD"] = "AMD";
|
|
561
|
+
CurrencyUnit["ANG"] = "ANG";
|
|
562
|
+
CurrencyUnit["AOA"] = "AOA";
|
|
563
|
+
CurrencyUnit["ARS"] = "ARS";
|
|
564
|
+
CurrencyUnit["AUD"] = "AUD";
|
|
565
|
+
CurrencyUnit["AWG"] = "AWG";
|
|
566
|
+
CurrencyUnit["AZN"] = "AZN";
|
|
567
|
+
CurrencyUnit["BAM"] = "BAM";
|
|
568
|
+
CurrencyUnit["BBD"] = "BBD";
|
|
569
|
+
CurrencyUnit["BDT"] = "BDT";
|
|
570
|
+
CurrencyUnit["BGN"] = "BGN";
|
|
571
|
+
CurrencyUnit["BIF"] = "BIF";
|
|
572
|
+
CurrencyUnit["BMD"] = "BMD";
|
|
573
|
+
CurrencyUnit["BND"] = "BND";
|
|
574
|
+
CurrencyUnit["BOB"] = "BOB";
|
|
575
|
+
CurrencyUnit["BRL"] = "BRL";
|
|
576
|
+
CurrencyUnit["BSD"] = "BSD";
|
|
577
|
+
CurrencyUnit["BWP"] = "BWP";
|
|
578
|
+
CurrencyUnit["BYN"] = "BYN";
|
|
579
|
+
CurrencyUnit["BZD"] = "BZD";
|
|
580
|
+
CurrencyUnit["CAD"] = "CAD";
|
|
581
|
+
CurrencyUnit["CDF"] = "CDF";
|
|
582
|
+
CurrencyUnit["CHF"] = "CHF";
|
|
583
|
+
CurrencyUnit["CLP"] = "CLP";
|
|
584
|
+
CurrencyUnit["CNY"] = "CNY";
|
|
585
|
+
CurrencyUnit["COP"] = "COP";
|
|
586
|
+
CurrencyUnit["CRC"] = "CRC";
|
|
587
|
+
CurrencyUnit["CVE"] = "CVE";
|
|
588
|
+
CurrencyUnit["CZK"] = "CZK";
|
|
589
|
+
CurrencyUnit["DJF"] = "DJF";
|
|
590
|
+
CurrencyUnit["DKK"] = "DKK";
|
|
591
|
+
CurrencyUnit["DOP"] = "DOP";
|
|
592
|
+
CurrencyUnit["DZD"] = "DZD";
|
|
593
|
+
CurrencyUnit["EGP"] = "EGP";
|
|
594
|
+
CurrencyUnit["ETB"] = "ETB";
|
|
595
|
+
CurrencyUnit["FJD"] = "FJD";
|
|
596
|
+
CurrencyUnit["FKP"] = "FKP";
|
|
597
|
+
CurrencyUnit["GEL"] = "GEL";
|
|
598
|
+
CurrencyUnit["GIP"] = "GIP";
|
|
599
|
+
CurrencyUnit["GMD"] = "GMD";
|
|
600
|
+
CurrencyUnit["GNF"] = "GNF";
|
|
601
|
+
CurrencyUnit["GTQ"] = "GTQ";
|
|
602
|
+
CurrencyUnit["GYD"] = "GYD";
|
|
603
|
+
CurrencyUnit["HKD"] = "HKD";
|
|
604
|
+
CurrencyUnit["HNL"] = "HNL";
|
|
605
|
+
CurrencyUnit["HTG"] = "HTG";
|
|
606
|
+
CurrencyUnit["HUF"] = "HUF";
|
|
607
|
+
CurrencyUnit["IDR"] = "IDR";
|
|
608
|
+
CurrencyUnit["ILS"] = "ILS";
|
|
609
|
+
CurrencyUnit["INR"] = "INR";
|
|
610
|
+
CurrencyUnit["ISK"] = "ISK";
|
|
611
|
+
CurrencyUnit["JMD"] = "JMD";
|
|
612
|
+
CurrencyUnit["JPY"] = "JPY";
|
|
613
|
+
CurrencyUnit["KES"] = "KES";
|
|
614
|
+
CurrencyUnit["KGS"] = "KGS";
|
|
615
|
+
CurrencyUnit["KHR"] = "KHR";
|
|
616
|
+
CurrencyUnit["KMF"] = "KMF";
|
|
617
|
+
CurrencyUnit["KRW"] = "KRW";
|
|
618
|
+
CurrencyUnit["KYD"] = "KYD";
|
|
619
|
+
CurrencyUnit["KZT"] = "KZT";
|
|
620
|
+
CurrencyUnit["LAK"] = "LAK";
|
|
621
|
+
CurrencyUnit["LBP"] = "LBP";
|
|
622
|
+
CurrencyUnit["LKR"] = "LKR";
|
|
623
|
+
CurrencyUnit["LRD"] = "LRD";
|
|
624
|
+
CurrencyUnit["LSL"] = "LSL";
|
|
625
|
+
CurrencyUnit["MAD"] = "MAD";
|
|
626
|
+
CurrencyUnit["MDL"] = "MDL";
|
|
627
|
+
CurrencyUnit["MGA"] = "MGA";
|
|
628
|
+
CurrencyUnit["MKD"] = "MKD";
|
|
629
|
+
CurrencyUnit["MMK"] = "MMK";
|
|
630
|
+
CurrencyUnit["MNT"] = "MNT";
|
|
631
|
+
CurrencyUnit["MOP"] = "MOP";
|
|
632
|
+
CurrencyUnit["MUR"] = "MUR";
|
|
633
|
+
CurrencyUnit["MVR"] = "MVR";
|
|
634
|
+
CurrencyUnit["MWK"] = "MWK";
|
|
635
|
+
CurrencyUnit["MXN"] = "MXN";
|
|
636
|
+
CurrencyUnit["MYR"] = "MYR";
|
|
637
|
+
CurrencyUnit["MZN"] = "MZN";
|
|
638
|
+
CurrencyUnit["NAD"] = "NAD";
|
|
639
|
+
CurrencyUnit["NGN"] = "NGN";
|
|
640
|
+
CurrencyUnit["NIO"] = "NIO";
|
|
641
|
+
CurrencyUnit["NOK"] = "NOK";
|
|
642
|
+
CurrencyUnit["NPR"] = "NPR";
|
|
643
|
+
CurrencyUnit["NZD"] = "NZD";
|
|
644
|
+
CurrencyUnit["PAB"] = "PAB";
|
|
645
|
+
CurrencyUnit["PEN"] = "PEN";
|
|
646
|
+
CurrencyUnit["PGK"] = "PGK";
|
|
647
|
+
CurrencyUnit["PHP"] = "PHP";
|
|
648
|
+
CurrencyUnit["PKR"] = "PKR";
|
|
649
|
+
CurrencyUnit["PLN"] = "PLN";
|
|
650
|
+
CurrencyUnit["PYG"] = "PYG";
|
|
651
|
+
CurrencyUnit["QAR"] = "QAR";
|
|
652
|
+
CurrencyUnit["RON"] = "RON";
|
|
653
|
+
CurrencyUnit["RSD"] = "RSD";
|
|
654
|
+
CurrencyUnit["RUB"] = "RUB";
|
|
655
|
+
CurrencyUnit["RWF"] = "RWF";
|
|
656
|
+
CurrencyUnit["SAR"] = "SAR";
|
|
657
|
+
CurrencyUnit["SBD"] = "SBD";
|
|
658
|
+
CurrencyUnit["SCR"] = "SCR";
|
|
659
|
+
CurrencyUnit["SEK"] = "SEK";
|
|
660
|
+
CurrencyUnit["SGD"] = "SGD";
|
|
661
|
+
CurrencyUnit["SHP"] = "SHP";
|
|
662
|
+
CurrencyUnit["SLE"] = "SLE";
|
|
663
|
+
CurrencyUnit["SOS"] = "SOS";
|
|
664
|
+
CurrencyUnit["SRD"] = "SRD";
|
|
665
|
+
CurrencyUnit["STD"] = "STD";
|
|
666
|
+
CurrencyUnit["SZL"] = "SZL";
|
|
667
|
+
CurrencyUnit["THB"] = "THB";
|
|
668
|
+
CurrencyUnit["TJS"] = "TJS";
|
|
669
|
+
CurrencyUnit["TOP"] = "TOP";
|
|
670
|
+
CurrencyUnit["TRY"] = "TRY";
|
|
671
|
+
CurrencyUnit["TTD"] = "TTD";
|
|
672
|
+
CurrencyUnit["TWD"] = "TWD";
|
|
673
|
+
CurrencyUnit["TZS"] = "TZS";
|
|
674
|
+
CurrencyUnit["UAH"] = "UAH";
|
|
675
|
+
CurrencyUnit["UGX"] = "UGX";
|
|
676
|
+
CurrencyUnit["UYU"] = "UYU";
|
|
677
|
+
CurrencyUnit["UZS"] = "UZS";
|
|
678
|
+
CurrencyUnit["VND"] = "VND";
|
|
679
|
+
CurrencyUnit["VUV"] = "VUV";
|
|
680
|
+
CurrencyUnit["WST"] = "WST";
|
|
681
|
+
CurrencyUnit["XAF"] = "XAF";
|
|
682
|
+
CurrencyUnit["XCD"] = "XCD";
|
|
683
|
+
CurrencyUnit["XOF"] = "XOF";
|
|
684
|
+
CurrencyUnit["XPF"] = "XPF";
|
|
685
|
+
CurrencyUnit["YER"] = "YER";
|
|
686
|
+
CurrencyUnit["ZAR"] = "ZAR";
|
|
687
|
+
CurrencyUnit["ZMW"] = "ZMW";
|
|
554
688
|
})(exports.CurrencyUnit || (exports.CurrencyUnit = {}));
|
|
555
689
|
|
|
556
690
|
exports.DimensionUnit = void 0;
|
|
691
|
+
/** Distance unit */
|
|
557
692
|
|
|
558
693
|
(function (DimensionUnit) {
|
|
559
694
|
DimensionUnit["METER"] = "meter";
|
|
@@ -587,13 +722,22 @@ exports.EmissionRateUnit = void 0;
|
|
|
587
722
|
})(exports.EmissionRateUnit || (exports.EmissionRateUnit = {}));
|
|
588
723
|
|
|
589
724
|
exports.EmissionUnit = void 0;
|
|
590
|
-
/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */
|
|
591
725
|
|
|
592
726
|
(function (EmissionUnit) {
|
|
593
727
|
EmissionUnit["GRAM"] = "gram";
|
|
594
728
|
EmissionUnit["OUNCE"] = "ounce";
|
|
595
729
|
})(exports.EmissionUnit || (exports.EmissionUnit = {}));
|
|
596
730
|
|
|
731
|
+
/** Emissions factor type. */
|
|
732
|
+
exports.EmissionsFactorType = void 0;
|
|
733
|
+
/** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */
|
|
734
|
+
|
|
735
|
+
(function (EmissionsFactorType) {
|
|
736
|
+
EmissionsFactorType["COUNTRY"] = "country";
|
|
737
|
+
EmissionsFactorType["SUBREGION"] = "subregion";
|
|
738
|
+
EmissionsFactorType["REGION"] = "region";
|
|
739
|
+
})(exports.EmissionsFactorType || (exports.EmissionsFactorType = {}));
|
|
740
|
+
|
|
597
741
|
/** GeoJSON Feature type. */
|
|
598
742
|
exports.FeatureType = void 0;
|
|
599
743
|
|
|
@@ -616,6 +760,7 @@ exports.FuelUnit = void 0;
|
|
|
616
760
|
FuelUnit["GALLON"] = "gallon";
|
|
617
761
|
})(exports.FuelUnit || (exports.FuelUnit = {}));
|
|
618
762
|
|
|
763
|
+
/** Mode of heat pump. */
|
|
619
764
|
exports.HeatPumpMode = void 0;
|
|
620
765
|
/** Allowed N (EU) types of heavy vehicles. */
|
|
621
766
|
|
|
@@ -1023,6 +1168,14 @@ exports.PointType = void 0;
|
|
|
1023
1168
|
PointType["POINT"] = "Point";
|
|
1024
1169
|
})(exports.PointType || (exports.PointType = {}));
|
|
1025
1170
|
|
|
1171
|
+
/** Number of decimals for a polyline. */
|
|
1172
|
+
exports.PolylineInputDecimals = void 0;
|
|
1173
|
+
|
|
1174
|
+
(function (PolylineInputDecimals) {
|
|
1175
|
+
PolylineInputDecimals["FIVE"] = "five";
|
|
1176
|
+
PolylineInputDecimals["SIX"] = "six";
|
|
1177
|
+
})(exports.PolylineInputDecimals || (exports.PolylineInputDecimals = {}));
|
|
1178
|
+
|
|
1026
1179
|
exports.PowerSupported = void 0;
|
|
1027
1180
|
|
|
1028
1181
|
(function (PowerSupported) {
|
|
@@ -1032,6 +1185,7 @@ exports.PowerSupported = void 0;
|
|
|
1032
1185
|
})(exports.PowerSupported || (exports.PowerSupported = {}));
|
|
1033
1186
|
|
|
1034
1187
|
exports.PowerUnit = void 0;
|
|
1188
|
+
/** Pressure units. */
|
|
1035
1189
|
|
|
1036
1190
|
(function (PowerUnit) {
|
|
1037
1191
|
PowerUnit["KILOWATT"] = "kilowatt";
|
|
@@ -1064,6 +1218,76 @@ exports.RouteAlternativeType = void 0;
|
|
|
1064
1218
|
RouteAlternativeType["ALTERNATIVE"] = "alternative";
|
|
1065
1219
|
})(exports.RouteAlternativeType || (exports.RouteAlternativeType = {}));
|
|
1066
1220
|
|
|
1221
|
+
/** Type of a maneuver indicating the main action. */
|
|
1222
|
+
exports.RouteDetailsLegManeuverType = void 0;
|
|
1223
|
+
|
|
1224
|
+
(function (RouteDetailsLegManeuverType) {
|
|
1225
|
+
RouteDetailsLegManeuverType["UNKNOWN"] = "UNKNOWN";
|
|
1226
|
+
RouteDetailsLegManeuverType["U_TURN_UNKNOWN"] = "U_TURN_UNKNOWN";
|
|
1227
|
+
RouteDetailsLegManeuverType["U_TURN_LEFT"] = "U_TURN_LEFT";
|
|
1228
|
+
RouteDetailsLegManeuverType["KEEP_LEFT"] = "KEEP_LEFT";
|
|
1229
|
+
RouteDetailsLegManeuverType["LEAVE_ROUNDABOUT"] = "LEAVE_ROUNDABOUT";
|
|
1230
|
+
RouteDetailsLegManeuverType["TURN_SHARP_LEFT"] = "TURN_SHARP_LEFT";
|
|
1231
|
+
RouteDetailsLegManeuverType["TURN_LEFT"] = "TURN_LEFT";
|
|
1232
|
+
RouteDetailsLegManeuverType["TURN_SLIGHT_LEFT"] = "TURN_SLIGHT_LEFT";
|
|
1233
|
+
RouteDetailsLegManeuverType["CONTINUE_ON_STREET"] = "CONTINUE_ON_STREET";
|
|
1234
|
+
RouteDetailsLegManeuverType["TURN_SLIGHT_RIGHT"] = "TURN_SLIGHT_RIGHT";
|
|
1235
|
+
RouteDetailsLegManeuverType["TURN_RIGHT"] = "TURN_RIGHT";
|
|
1236
|
+
RouteDetailsLegManeuverType["TURN_SHARP_RIGHT"] = "TURN_SHARP_RIGHT";
|
|
1237
|
+
RouteDetailsLegManeuverType["FINISH"] = "FINISH";
|
|
1238
|
+
RouteDetailsLegManeuverType["REACHED_VIA"] = "REACHED_VIA";
|
|
1239
|
+
RouteDetailsLegManeuverType["REACHED_CHARGING_STATION"] = "REACHED_CHARGING_STATION";
|
|
1240
|
+
RouteDetailsLegManeuverType["USE_ROUNDABOUT"] = "USE_ROUNDABOUT";
|
|
1241
|
+
RouteDetailsLegManeuverType["KEEP_RIGHT"] = "KEEP_RIGHT";
|
|
1242
|
+
RouteDetailsLegManeuverType["U_TURN_RIGHT"] = "U_TURN_RIGHT";
|
|
1243
|
+
RouteDetailsLegManeuverType["PT_START_TRIP"] = "PT_START_TRIP";
|
|
1244
|
+
RouteDetailsLegManeuverType["PT_TRANSFER"] = "PT_TRANSFER";
|
|
1245
|
+
RouteDetailsLegManeuverType["PT_END_TRIP"] = "PT_END_TRIP";
|
|
1246
|
+
RouteDetailsLegManeuverType["IGNORE"] = "IGNORE";
|
|
1247
|
+
})(exports.RouteDetailsLegManeuverType || (exports.RouteDetailsLegManeuverType = {}));
|
|
1248
|
+
|
|
1249
|
+
/** Type of a route details leg section. */
|
|
1250
|
+
exports.RouteDetailsLegSectionType = void 0;
|
|
1251
|
+
|
|
1252
|
+
(function (RouteDetailsLegSectionType) {
|
|
1253
|
+
RouteDetailsLegSectionType["DRIVING"] = "driving";
|
|
1254
|
+
RouteDetailsLegSectionType["FERRY"] = "ferry";
|
|
1255
|
+
RouteDetailsLegSectionType["WALKING"] = "walking";
|
|
1256
|
+
})(exports.RouteDetailsLegSectionType || (exports.RouteDetailsLegSectionType = {}));
|
|
1257
|
+
|
|
1258
|
+
/** Type of a leg. */
|
|
1259
|
+
exports.RouteDetailsLegType = void 0;
|
|
1260
|
+
|
|
1261
|
+
(function (RouteDetailsLegType) {
|
|
1262
|
+
RouteDetailsLegType["STATION"] = "station";
|
|
1263
|
+
RouteDetailsLegType["STATION_VIA"] = "station_via";
|
|
1264
|
+
RouteDetailsLegType["STATION_FINAL"] = "station_final";
|
|
1265
|
+
RouteDetailsLegType["STATION_AMENITY"] = "station_amenity";
|
|
1266
|
+
RouteDetailsLegType["VIA"] = "via";
|
|
1267
|
+
RouteDetailsLegType["FINAL"] = "final";
|
|
1268
|
+
})(exports.RouteDetailsLegType || (exports.RouteDetailsLegType = {}));
|
|
1269
|
+
|
|
1270
|
+
/** Tags of a route. */
|
|
1271
|
+
exports.RouteDetailsTag = void 0;
|
|
1272
|
+
/** Types of a route. */
|
|
1273
|
+
|
|
1274
|
+
(function (RouteDetailsTag) {
|
|
1275
|
+
RouteDetailsTag["ROAD"] = "road";
|
|
1276
|
+
RouteDetailsTag["HIGHWAY"] = "highway";
|
|
1277
|
+
RouteDetailsTag["TOLL"] = "toll";
|
|
1278
|
+
RouteDetailsTag["FERRY"] = "ferry";
|
|
1279
|
+
RouteDetailsTag["WALKING"] = "walking";
|
|
1280
|
+
RouteDetailsTag["CROSSBORDER"] = "crossborder";
|
|
1281
|
+
})(exports.RouteDetailsTag || (exports.RouteDetailsTag = {}));
|
|
1282
|
+
|
|
1283
|
+
exports.RouteDetailsType = void 0;
|
|
1284
|
+
|
|
1285
|
+
(function (RouteDetailsType) {
|
|
1286
|
+
RouteDetailsType["FASTEST"] = "fastest";
|
|
1287
|
+
RouteDetailsType["BEST_MATCHING"] = "best_matching";
|
|
1288
|
+
RouteDetailsType["ALTERNATIVE"] = "alternative";
|
|
1289
|
+
})(exports.RouteDetailsType || (exports.RouteDetailsType = {}));
|
|
1290
|
+
|
|
1067
1291
|
/** Sign belonging to the instruction indicating the main maneuver. */
|
|
1068
1292
|
exports.RouteInstructionSign = void 0;
|
|
1069
1293
|
|
|
@@ -1189,6 +1413,7 @@ exports.RouteTagType = void 0;
|
|
|
1189
1413
|
})(exports.RouteTagType || (exports.RouteTagType = {}));
|
|
1190
1414
|
|
|
1191
1415
|
exports.SortDirection = void 0;
|
|
1416
|
+
/** Speed units. */
|
|
1192
1417
|
|
|
1193
1418
|
(function (SortDirection) {
|
|
1194
1419
|
SortDirection["ASCENDING"] = "ascending";
|
|
@@ -1203,6 +1428,7 @@ exports.SpeedUnit = void 0;
|
|
|
1203
1428
|
SpeedUnit["MILES_PER_HOUR"] = "miles_per_hour";
|
|
1204
1429
|
})(exports.SpeedUnit || (exports.SpeedUnit = {}));
|
|
1205
1430
|
|
|
1431
|
+
/** State of charge unit. */
|
|
1206
1432
|
exports.StateOfChargeUnit = void 0;
|
|
1207
1433
|
/** Station data which extends OCPI Location. */
|
|
1208
1434
|
|
|
@@ -1256,6 +1482,7 @@ exports.StepType = void 0;
|
|
|
1256
1482
|
StepType["CROSSBORDER"] = "crossborder";
|
|
1257
1483
|
})(exports.StepType || (exports.StepType = {}));
|
|
1258
1484
|
|
|
1485
|
+
/** Telemetry input sources. */
|
|
1259
1486
|
exports.TelemetryInputSource = void 0;
|
|
1260
1487
|
|
|
1261
1488
|
(function (TelemetryInputSource) {
|
|
@@ -1263,6 +1490,7 @@ exports.TelemetryInputSource = void 0;
|
|
|
1263
1490
|
TelemetryInputSource["TELEMETRY"] = "telemetry";
|
|
1264
1491
|
})(exports.TelemetryInputSource || (exports.TelemetryInputSource = {}));
|
|
1265
1492
|
|
|
1493
|
+
/** Temperature unit. */
|
|
1266
1494
|
exports.TemperatureUnit = void 0;
|
|
1267
1495
|
|
|
1268
1496
|
(function (TemperatureUnit) {
|
|
@@ -1445,6 +1673,7 @@ exports.VehicleType = void 0;
|
|
|
1445
1673
|
})(exports.VehicleType || (exports.VehicleType = {}));
|
|
1446
1674
|
|
|
1447
1675
|
exports.VolumeUnit = void 0;
|
|
1676
|
+
/** Weight unit. */
|
|
1448
1677
|
|
|
1449
1678
|
(function (VolumeUnit) {
|
|
1450
1679
|
VolumeUnit["LITER"] = "liter";
|