@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.
@@ -87,6 +87,13 @@ export let CarBatteryFieldEstimations;
87
87
  CarBatteryFieldEstimations["U"] = "U";
88
88
  })(CarBatteryFieldEstimations || (CarBatteryFieldEstimations = {}));
89
89
 
90
+ export let CarConnectivityProvider;
91
+ /** Deprecated */
92
+
93
+ (function (CarConnectivityProvider) {
94
+ CarConnectivityProvider["ENODE"] = "Enode";
95
+ })(CarConnectivityProvider || (CarConnectivityProvider = {}));
96
+
90
97
  /** Drivetrain */
91
98
  export let CarDrivetrain;
92
99
  /** Deprecated */
@@ -1159,13 +1166,6 @@ export let VehicleBatteryFieldEstimations;
1159
1166
  VehicleBatteryFieldEstimations["U"] = "U";
1160
1167
  })(VehicleBatteryFieldEstimations || (VehicleBatteryFieldEstimations = {}));
1161
1168
 
1162
- export let VehicleConnectivityProvider;
1163
- /** Vehicle plug model */
1164
-
1165
- (function (VehicleConnectivityProvider) {
1166
- VehicleConnectivityProvider["ENODE"] = "Enode";
1167
- })(VehicleConnectivityProvider || (VehicleConnectivityProvider = {}));
1168
-
1169
1169
  export let VehicleDataProvider;
1170
1170
 
1171
1171
  (function (VehicleDataProvider) {