docs: refine README
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index fee7eab631dc797b16b1156d6cbaa5f8605f9bf1..f9a42d4aae07d4f9c5d18e9adf964cbc5431522e 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 {
@@ -164,6 +167,7 @@ export {
 } from './ChargingStationTemplate';
 export {
   type ConfigurationData,
+  type LogConfiguration,
   type StationTemplateUrl,
   type StorageConfiguration,
   SupervisionUrlDistribution,
@@ -251,3 +255,5 @@ export {
   WebSocketCloseEventStatusCode,
   WebSocketCloseEventStatusString,
 } from './WebSocket';
+export { ReservationFilterKey, ReservationTerminationReason } from './ocpp/1.6/Reservation';
+export { type Reservation } from './ocpp/Reservation';