X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=04608aaba3289fc9910c246b2bfdf1a9d21383a4;hb=2ca0ea909c319b763257cedb8ba421c3f22823fd;hp=f9a42d4aae07d4f9c5d18e9adf964cbc5431522e;hpb=3d48c1c13adbe046643a952b1ddfce30c6cc0a97;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index f9a42d4a..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, @@ -249,11 +248,14 @@ 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'; +export { + type Reservation, + type ReservationFilterKey, + ReservationTerminationReason, +} from './ocpp/Reservation';