@chargetrip/types 1.39.0 → 1.41.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.
@@ -179,7 +179,7 @@ exports.ChargeSpeedUnit = void 0;
179
179
  })(exports.ChargeSpeedUnit || (exports.ChargeSpeedUnit = {}));
180
180
 
181
181
  exports.ChargerStatus = void 0;
182
- /** Groupping by status of the chargers */
182
+ /** Grouping by status of the chargers. */
183
183
 
184
184
  (function (ChargerStatus) {
185
185
  ChargerStatus["FREE"] = "free";
@@ -214,7 +214,7 @@ exports.ConnectScope = void 0;
214
214
  })(exports.ConnectScope || (exports.ConnectScope = {}));
215
215
 
216
216
  exports.ConnectedVehicleStatus = void 0;
217
- /** Connector data which extends OCPI Connector */
217
+ /** Connector data which extends OCPI Connector. */
218
218
 
219
219
  (function (ConnectedVehicleStatus) {
220
220
  ConnectedVehicleStatus["PENDING_AUTHORIZATION"] = "pending_authorization";
@@ -531,6 +531,7 @@ exports.CountryCodeAlpha2 = void 0;
531
531
  CountryCodeAlpha2["VU"] = "VU";
532
532
  CountryCodeAlpha2["WF"] = "WF";
533
533
  CountryCodeAlpha2["WS"] = "WS";
534
+ CountryCodeAlpha2["XK"] = "XK";
534
535
  CountryCodeAlpha2["YE"] = "YE";
535
536
  CountryCodeAlpha2["YT"] = "YT";
536
537
  CountryCodeAlpha2["ZA"] = "ZA";
@@ -547,8 +548,17 @@ exports.CurrencyUnit = void 0;
547
548
  CurrencyUnit["GBP"] = "GBP";
548
549
  })(exports.CurrencyUnit || (exports.CurrencyUnit = {}));
549
550
 
551
+ exports.DimensionUnit = void 0;
552
+
553
+ (function (DimensionUnit) {
554
+ DimensionUnit["METER"] = "meter";
555
+ DimensionUnit["FOOT"] = "foot";
556
+ DimensionUnit["KILOMETER"] = "kilometer";
557
+ DimensionUnit["MILE"] = "mile";
558
+ })(exports.DimensionUnit || (exports.DimensionUnit = {}));
559
+
550
560
  exports.DistanceUnit = void 0;
551
- /** EVSE data which extends OCPI EVSE */
561
+ /** EVSE data which extends OCPI EVSE. */
552
562
 
553
563
  (function (DistanceUnit) {
554
564
  DistanceUnit["METER"] = "meter";
@@ -572,7 +582,7 @@ exports.EmissionRateUnit = void 0;
572
582
  })(exports.EmissionRateUnit || (exports.EmissionRateUnit = {}));
573
583
 
574
584
  exports.EmissionUnit = void 0;
575
- /** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values */
585
+ /** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */
576
586
 
577
587
  (function (EmissionUnit) {
578
588
  EmissionUnit["GRAM"] = "gram";
@@ -601,7 +611,35 @@ exports.FuelUnit = void 0;
601
611
  FuelUnit["GALLON"] = "gallon";
602
612
  })(exports.FuelUnit || (exports.FuelUnit = {}));
603
613
 
614
+ exports.HeatPumpMode = void 0;
615
+ /** Allowed N (EU) types of heavy vehicles. */
616
+
617
+ (function (HeatPumpMode) {
618
+ HeatPumpMode["DEFAULT"] = "default";
619
+ HeatPumpMode["INSTALLED"] = "installed";
620
+ HeatPumpMode["NONE"] = "none";
621
+ })(exports.HeatPumpMode || (exports.HeatPumpMode = {}));
622
+
623
+ exports.HeavyVehiclesEUType = void 0;
624
+ /** List of facilities in the location. */
625
+
626
+ (function (HeavyVehiclesEUType) {
627
+ HeavyVehiclesEUType["N1"] = "N1";
628
+ HeavyVehiclesEUType["N2"] = "N2";
629
+ HeavyVehiclesEUType["N3"] = "N3";
630
+ })(exports.HeavyVehiclesEUType || (exports.HeavyVehiclesEUType = {}));
631
+
632
+ exports.HeavyVehiclesFacility = void 0;
604
633
  /** Navigation service providers available */
634
+
635
+ (function (HeavyVehiclesFacility) {
636
+ HeavyVehiclesFacility["TRUCK_PARKING"] = "TRUCK_PARKING";
637
+ HeavyVehiclesFacility["TRUCK_WASH"] = "TRUCK_WASH";
638
+ HeavyVehiclesFacility["TRUCK_REPAIR"] = "TRUCK_REPAIR";
639
+ HeavyVehiclesFacility["TRUCK_DEALERSHIP"] = "TRUCK_DEALERSHIP";
640
+ HeavyVehiclesFacility["SECURE_TRUCK_PARKING"] = "SECURE_TRUCK_PARKING";
641
+ })(exports.HeavyVehiclesFacility || (exports.HeavyVehiclesFacility = {}));
642
+
605
643
  exports.InstructionsFormat = void 0;
606
644
 
607
645
  (function (InstructionsFormat) {
@@ -907,7 +945,7 @@ exports.OCPITariffDimensionType = void 0;
907
945
  })(exports.OCPITariffDimensionType || (exports.OCPITariffDimensionType = {}));
908
946
 
909
947
  exports.OCPITariffType = void 0;
910
- /** List of charging modes that are supported */
948
+ /** List of charging modes that are supported. */
911
949
 
912
950
  (function (OCPITariffType) {
913
951
  OCPITariffType["AD_HOC_PAYMENT"] = "AD_HOC_PAYMENT";
@@ -918,7 +956,7 @@ exports.OCPITariffType = void 0;
918
956
  })(exports.OCPITariffType || (exports.OCPITariffType = {}));
919
957
 
920
958
  exports.OICPChargingModes = void 0;
921
- /** Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values */
959
+ /** Custom connector properties for OICP databases. Station databases that not follow the OICP standard return null values. */
922
960
 
923
961
  (function (OICPChargingModes) {
924
962
  OICPChargingModes["MODE_1"] = "mode_1";
@@ -928,9 +966,9 @@ exports.OICPChargingModes = void 0;
928
966
  OICPChargingModes["CHADEMO"] = "chademo";
929
967
  })(exports.OICPChargingModes || (exports.OICPChargingModes = {}));
930
968
 
931
- /** List of authentication modes that are supported */
969
+ /** List of authentication modes that are supported. */
932
970
  exports.OICPEvseAuthenticationMode = void 0;
933
- /** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values */
971
+ /** Custom EVSE properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */
934
972
 
935
973
  (function (OICPEvseAuthenticationMode) {
936
974
  OICPEvseAuthenticationMode["NFC_RFID_CLASSIC"] = "nfc_rfid_classic";
@@ -941,9 +979,9 @@ exports.OICPEvseAuthenticationMode = void 0;
941
979
  OICPEvseAuthenticationMode["NO_AUTHENTICATION_REQUIRED"] = "no_authentication_required";
942
980
  })(exports.OICPEvseAuthenticationMode || (exports.OICPEvseAuthenticationMode = {}));
943
981
 
944
- /** List of payment options that are supported */
982
+ /** List of payment options that are supported. */
945
983
  exports.OICPPaymentOptions = void 0;
946
- /** Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values */
984
+ /** Custom station properties for OICP databases such as the global Hubject database. Station databases that not follow the OICP standard return null values. */
947
985
 
948
986
  (function (OICPPaymentOptions) {
949
987
  OICPPaymentOptions["NO_PAYMENT"] = "no_payment";
@@ -951,7 +989,7 @@ exports.OICPPaymentOptions = void 0;
951
989
  OICPPaymentOptions["CONTRACT"] = "contract";
952
990
  })(exports.OICPPaymentOptions || (exports.OICPPaymentOptions = {}));
953
991
 
954
- /** List of value added services that are supported */
992
+ /** List of value added services that are supported. */
955
993
  exports.OICPValueAddedServices = void 0;
956
994
 
957
995
  (function (OICPValueAddedServices) {
@@ -980,6 +1018,14 @@ exports.PointType = void 0;
980
1018
  PointType["POINT"] = "Point";
981
1019
  })(exports.PointType || (exports.PointType = {}));
982
1020
 
1021
+ exports.PowerSupported = void 0;
1022
+
1023
+ (function (PowerSupported) {
1024
+ PowerSupported["AVAILABLE"] = "available";
1025
+ PowerSupported["NOT_AVAILABLE"] = "not_available";
1026
+ PowerSupported["ANNOUNCED"] = "announced";
1027
+ })(exports.PowerSupported || (exports.PowerSupported = {}));
1028
+
983
1029
  exports.PowerUnit = void 0;
984
1030
 
985
1031
  (function (PowerUnit) {
@@ -1147,7 +1193,7 @@ exports.SpeedUnit = void 0;
1147
1193
  })(exports.SpeedUnit || (exports.SpeedUnit = {}));
1148
1194
 
1149
1195
  exports.StateOfChargeUnit = void 0;
1150
- /** Station data which extends OCPI Location */
1196
+ /** Station data which extends OCPI Location. */
1151
1197
 
1152
1198
  (function (StateOfChargeUnit) {
1153
1199
  StateOfChargeUnit["KILOMETER"] = "kilometer";
@@ -1156,6 +1202,27 @@ exports.StateOfChargeUnit = void 0;
1156
1202
  StateOfChargeUnit["PERCENTAGE"] = "percentage";
1157
1203
  })(exports.StateOfChargeUnit || (exports.StateOfChargeUnit = {}));
1158
1204
 
1205
+ exports.StationAdhocAuthorisationPaymentMethod = void 0;
1206
+ /** Filter which can be applied to retrieve the station around list action. */
1207
+
1208
+ (function (StationAdhocAuthorisationPaymentMethod) {
1209
+ StationAdhocAuthorisationPaymentMethod["AUTH_BY_CAR_PLUG_AND_CHARGE"] = "AUTH_BY_CAR_PLUG_AND_CHARGE";
1210
+ StationAdhocAuthorisationPaymentMethod["ONLINE_APPLE_PAY"] = "ONLINE_APPLE_PAY";
1211
+ StationAdhocAuthorisationPaymentMethod["TERMINAL_IN_APP"] = "TERMINAL_IN_APP";
1212
+ StationAdhocAuthorisationPaymentMethod["ONLINE_PAYPAL"] = "ONLINE_PAYPAL";
1213
+ StationAdhocAuthorisationPaymentMethod["SERVICE_PROVIDER_RFID_CARD"] = "SERVICE_PROVIDER_RFID_CARD";
1214
+ StationAdhocAuthorisationPaymentMethod["TERMINAL_QR_CODE"] = "TERMINAL_QR_CODE";
1215
+ StationAdhocAuthorisationPaymentMethod["TERMINAL_CREDIT_CARD"] = "TERMINAL_CREDIT_CARD";
1216
+ StationAdhocAuthorisationPaymentMethod["TERMINAL_DEBIT_CARD"] = "TERMINAL_DEBIT_CARD";
1217
+ StationAdhocAuthorisationPaymentMethod["TERMINAL_SMS"] = "TERMINAL_SMS";
1218
+ StationAdhocAuthorisationPaymentMethod["ONLINE_CREDIT_CARD"] = "ONLINE_CREDIT_CARD";
1219
+ StationAdhocAuthorisationPaymentMethod["OTHER_OTHER"] = "OTHER_OTHER";
1220
+ StationAdhocAuthorisationPaymentMethod["TERMINAL_CONTACTLESS"] = "TERMINAL_CONTACTLESS";
1221
+ StationAdhocAuthorisationPaymentMethod["ONLINE_GOOGLE_PAY"] = "ONLINE_GOOGLE_PAY";
1222
+ StationAdhocAuthorisationPaymentMethod["ONLINE_BANK_PAYMENT"] = "ONLINE_BANK_PAYMENT";
1223
+ StationAdhocAuthorisationPaymentMethod["AUTH_BY_CAR_AUTOCHARGE"] = "AUTH_BY_CAR_AUTOCHARGE";
1224
+ })(exports.StationAdhocAuthorisationPaymentMethod || (exports.StationAdhocAuthorisationPaymentMethod = {}));
1225
+
1159
1226
  /** The station speed type. */
1160
1227
  exports.StationSpeedType = void 0;
1161
1228
  /** The station stats model */
@@ -1231,6 +1298,12 @@ exports.VehicleBatteryFieldEstimations = void 0;
1231
1298
  VehicleBatteryFieldEstimations["U"] = "U";
1232
1299
  })(exports.VehicleBatteryFieldEstimations || (exports.VehicleBatteryFieldEstimations = {}));
1233
1300
 
1301
+ exports.VehicleBatteryType = void 0;
1302
+
1303
+ (function (VehicleBatteryType) {
1304
+ VehicleBatteryType["LITHIUM_ION"] = "lithium_ion";
1305
+ })(exports.VehicleBatteryType || (exports.VehicleBatteryType = {}));
1306
+
1234
1307
  exports.VehicleDataProvider = void 0;
1235
1308
 
1236
1309
  (function (VehicleDataProvider) {
@@ -1289,6 +1362,16 @@ exports.VehicleMode = void 0;
1289
1362
  VehicleMode["CONCEPT"] = "concept";
1290
1363
  })(exports.VehicleMode || (exports.VehicleMode = {}));
1291
1364
 
1365
+ exports.VehiclePlugAndChargeSupport = void 0;
1366
+ /** The output element of the vehiclePremium query. */
1367
+
1368
+ (function (VehiclePlugAndChargeSupport) {
1369
+ VehiclePlugAndChargeSupport["AVAILABLE"] = "available";
1370
+ VehiclePlugAndChargeSupport["ANNOUNCED"] = "announced";
1371
+ VehiclePlugAndChargeSupport["LIMITED"] = "limited";
1372
+ VehiclePlugAndChargeSupport["NOT_AVAILABLE"] = "not_available";
1373
+ })(exports.VehiclePlugAndChargeSupport || (exports.VehiclePlugAndChargeSupport = {}));
1374
+
1292
1375
  /** Propulsion. */
1293
1376
  exports.VehiclePropulsion = void 0;
1294
1377
  /** Status of a vehicle provider. */