@chargetrip/types 1.48.0 → 1.49.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.
@@ -146,6 +146,15 @@ exports.ChargingBehaviourCode = void 0;
146
146
  ChargingBehaviourCode["OFFICE_CHARGING"] = "OFFICE_CHARGING";
147
147
  })(exports.ChargingBehaviourCode || (exports.ChargingBehaviourCode = {}));
148
148
 
149
+ exports.CongestionLevel = void 0;
150
+
151
+ (function (CongestionLevel) {
152
+ CongestionLevel["UNKNOWN"] = "unknown";
153
+ CongestionLevel["LOW"] = "low";
154
+ CongestionLevel["MEDIUM"] = "medium";
155
+ CongestionLevel["HIGH"] = "high";
156
+ })(exports.CongestionLevel || (exports.CongestionLevel = {}));
157
+
149
158
  exports.ConnectProvider = void 0;
150
159
 
151
160
  (function (ConnectProvider) {