@chargetrip/types 1.32.2 → 1.33.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.
@@ -42,7 +42,7 @@ exports.Amenities = void 0;
42
42
  Amenities["PHARMACY"] = "pharmacy";
43
43
  })(exports.Amenities || (exports.Amenities = {}));
44
44
 
45
- /** The type of the batter value */
45
+ /** The type of the battery value */
46
46
  exports.BatteryInputType = void 0;
47
47
  /** Output of a car query */
48
48
 
@@ -169,12 +169,13 @@ exports.ConnectProvider = void 0;
169
169
  ConnectProvider["ENODE"] = "Enode";
170
170
  })(exports.ConnectProvider || (exports.ConnectProvider = {}));
171
171
 
172
- exports.ConnectedVehiclePermission = void 0;
172
+ exports.ConnectScope = void 0;
173
173
 
174
- (function (ConnectedVehiclePermission) {
175
- ConnectedVehiclePermission["LOCATION"] = "location";
176
- ConnectedVehiclePermission["BATTERY"] = "battery";
177
- })(exports.ConnectedVehiclePermission || (exports.ConnectedVehiclePermission = {}));
174
+ (function (ConnectScope) {
175
+ ConnectScope["LOCATION"] = "location";
176
+ ConnectScope["CHARGE_STATE"] = "charge_state";
177
+ ConnectScope["ODOMETER"] = "odometer";
178
+ })(exports.ConnectScope || (exports.ConnectScope = {}));
178
179
 
179
180
  exports.ConnectedVehicleStatus = void 0;
180
181
  /** Connector data which extends OCPI Connector */
@@ -489,6 +490,16 @@ exports.CountryCodeAlpha2 = void 0;
489
490
  CountryCodeAlpha2["ZW"] = "ZW";
490
491
  })(exports.CountryCodeAlpha2 || (exports.CountryCodeAlpha2 = {}));
491
492
 
493
+ exports.DistanceUnit = void 0;
494
+ /** EVSE data which extends OCPI EVSE */
495
+
496
+ (function (DistanceUnit) {
497
+ DistanceUnit["METER"] = "meter";
498
+ DistanceUnit["FOOT"] = "foot";
499
+ DistanceUnit["KILOMETER"] = "kilometer";
500
+ DistanceUnit["MILE"] = "mile";
501
+ })(exports.DistanceUnit || (exports.DistanceUnit = {}));
502
+
492
503
  /** GeoJSON Feature type */
493
504
  exports.FeatureType = void 0;
494
505
  /** Geometry point with GPS coordinates */