X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=04608aaba3289fc9910c246b2bfdf1a9d21383a4;hb=2ca0ea909c319b763257cedb8ba421c3f22823fd;hp=05828944e90cd87b1517c78a1889c3195cfbdc8d;hpb=f6778d744cf0bb0c9d352a7960b44c78d896f822;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index 05828944..04608aab 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -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, @@ -167,6 +165,7 @@ export { } from './ChargingStationTemplate'; export { type ConfigurationData, + ConfigurationSection, type LogConfiguration, type StationTemplateUrl, type StorageConfiguration, @@ -255,5 +254,8 @@ export { WebSocketCloseEventStatusCode, WebSocketCloseEventStatusString, } from './WebSocket'; -export { ReservationFilterKey, ReservationTerminationReason } from './ocpp/1.6/Reservation'; -export { type Reservation } from './ocpp/Reservation'; +export { + type Reservation, + type ReservationFilterKey, + ReservationTerminationReason, +} from './ocpp/Reservation';