feat: strict message event checking in worker set mode
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index 27ffb6d75014fea6a182fc509e713cc4b0c5da54..436941aa8f060527c62499f027884771411deebd 100644 (file)
@@ -108,6 +108,8 @@ export {
   type ResetRequest,
   type SetChargingProfileRequest,
   type UnlockConnectorRequest,
+  type OCPP16ReserveNowRequest,
+  type OCPP16CancelReservationRequest,
 } from './ocpp/1.6/Requests';
 export {
   type ChangeAvailabilityResponse,
@@ -127,6 +129,7 @@ export {
   type OCPP16UpdateFirmwareResponse,
   type SetChargingProfileResponse,
   type UnlockConnectorResponse,
+  type OCPP16ReserveNowResponse,
 } from './ocpp/1.6/Responses';
 export { ChargePointErrorCode } from './ocpp/ChargePointErrorCode';
 export {
@@ -146,6 +149,7 @@ export {
   type ChargingStationWorkerMessage,
   type ChargingStationWorkerMessageData,
   ChargingStationWorkerMessageEvents,
+  type EvseStatusWorkerType,
 } from './ChargingStationWorker';
 export type { ChargingStationInfo } from './ChargingStationInfo';
 export type {
@@ -163,6 +167,8 @@ export {
 } from './ChargingStationTemplate';
 export {
   type ConfigurationData,
+  ConfigurationSection,
+  type LogConfiguration,
   type StationTemplateUrl,
   type StorageConfiguration,
   SupervisionUrlDistribution,
@@ -244,9 +250,11 @@ export { OCPP20OptionalVariableName } from './ocpp/2.0/Variables';
 export { OCPPVersion } from './ocpp/OCPPVersion';
 export { PerformanceData } from './orm/entities/PerformanceData';
 export { PerformanceRecord } from './orm/entities/PerformanceRecord';
-export type { Statistics, TimeSeries } from './Statistics';
+export type { Statistics, TimestampedData } from './Statistics';
 export {
   type WSError,
   WebSocketCloseEventStatusCode,
   WebSocketCloseEventStatusString,
 } from './WebSocket';
+export { ReservationFilterKey, ReservationTerminationReason } from './ocpp/1.6/Reservation';
+export { type Reservation } from './ocpp/Reservation';