@chargetrip/types 1.34.0 → 1.35.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.
@@ -91,6 +91,13 @@ exports.CarBatteryFieldEstimations = void 0;
91
91
  CarBatteryFieldEstimations["U"] = "U";
92
92
  })(exports.CarBatteryFieldEstimations || (exports.CarBatteryFieldEstimations = {}));
93
93
 
94
+ exports.CarConnectivityProvider = void 0;
95
+ /** Deprecated */
96
+
97
+ (function (CarConnectivityProvider) {
98
+ CarConnectivityProvider["ENODE"] = "Enode";
99
+ })(exports.CarConnectivityProvider || (exports.CarConnectivityProvider = {}));
100
+
94
101
  /** Drivetrain */
95
102
  exports.CarDrivetrain = void 0;
96
103
  /** Deprecated */
@@ -1163,13 +1170,6 @@ exports.VehicleBatteryFieldEstimations = void 0;
1163
1170
  VehicleBatteryFieldEstimations["U"] = "U";
1164
1171
  })(exports.VehicleBatteryFieldEstimations || (exports.VehicleBatteryFieldEstimations = {}));
1165
1172
 
1166
- exports.VehicleConnectivityProvider = void 0;
1167
- /** Vehicle plug model */
1168
-
1169
- (function (VehicleConnectivityProvider) {
1170
- VehicleConnectivityProvider["ENODE"] = "Enode";
1171
- })(exports.VehicleConnectivityProvider || (exports.VehicleConnectivityProvider = {}));
1172
-
1173
1173
  exports.VehicleDataProvider = void 0;
1174
1174
 
1175
1175
  (function (VehicleDataProvider) {