docs: refine README.md
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index a5ab58caa1a3165199ea9e91793f55a14e998d7c..11f1138ce69a895aafe5a77d42dc6e384a005d2c 100644 (file)
@@ -17,6 +17,7 @@ export {
   IdTagDistribution,
   type Status,
 } from './AutomaticTransactionGenerator';
+export { type GenericResponse, GenericStatus, RegistrationStatusEnumType } from './ocpp/Common';
 export {
   AvailabilityType,
   type BootNotificationRequest,
@@ -51,11 +52,8 @@ export {
   type DiagnosticsStatusNotificationResponse,
   type ErrorResponse,
   type FirmwareStatusNotificationResponse,
-  GenericStatus,
-  type GenericResponse,
   type HeartbeatResponse,
   type MeterValuesResponse,
-  RegistrationStatusEnumType,
   type Response,
   type ResponseHandler,
   type StatusNotificationResponse,
@@ -166,6 +164,7 @@ export {
   type WsOptions,
 } from './ChargingStationTemplate';
 export {
+  ApplicationProtocolVersion,
   type ConfigurationData,
   ConfigurationSection,
   type LogConfiguration,
@@ -258,6 +257,6 @@ export {
 } from './WebSocket';
 export {
   type Reservation,
-  ReservationFilterKey,
+  type ReservationFilterKey,
   ReservationTerminationReason,
 } from './ocpp/Reservation';