@chargetrip/types 1.66.0 → 1.67.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.
@@ -120,6 +120,7 @@ export let ChargeSpeedUnit;
120
120
  ChargeSpeedUnit["KILOWATT_HOUR"] = "kilowatt_hour";
121
121
  ChargeSpeedUnit["KILOMETERS_PER_HOUR"] = "kilometers_per_hour";
122
122
  ChargeSpeedUnit["MILES_PER_HOUR"] = "miles_per_hour";
123
+ ChargeSpeedUnit["KILOWATT"] = "kilowatt";
123
124
  })(ChargeSpeedUnit || (ChargeSpeedUnit = {}));
124
125
 
125
126
  export let ChargerStatus;