fix: properly deprecate payloadSchemaValidation template configuration
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationInfo.ts
index 29ff6fb719b6f550d600a5275e7d5ff99cb4be9a..2f9a07fc9c13ac5637af0a73caae1b7ddb4c6e19 100644 (file)
@@ -5,6 +5,8 @@ export type ChargingStationInfo = Omit<
   ChargingStationTemplate,
   | 'AutomaticTransactionGenerator'
   | 'Configuration'
+  | 'Connectors'
+  | 'Evses'
   | 'power'
   | 'powerUnit'
   | 'chargeBoxSerialNumberPrefix'
@@ -12,6 +14,7 @@ export type ChargingStationInfo = Omit<
   | 'meterSerialNumberPrefix'
 > & {
   hashId: string;
+  /** @deprecated Use hashId instead */
   infoHash?: string;
   chargingStationId?: string;
   chargeBoxSerialNumber?: string;