X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=d5f887f81c3014c4a874063969608f433965166a;hb=3916b7ce93ff93510630338e8e6e4a150dd51648;hp=2ca7e8cce450e93a144739943518e7948009cd10;hpb=13a6f27c10768faa05acf33fd8e0637511d49e3e;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index 2ca7e8cc..d5f887f8 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -126,6 +126,7 @@ export { type OCPP16ReserveNowResponse, type OCPP16StatusNotificationResponse, type OCPP16TriggerMessageResponse, + OCPP16TriggerMessageStatus, type OCPP16UpdateFirmwareResponse, type SetChargingProfileResponse, type UnlockConnectorResponse @@ -145,9 +146,11 @@ export type { export { type ChargingStationData, type ChargingStationWorkerData, + type ChargingStationWorkerEventError, type ChargingStationWorkerMessage, type ChargingStationWorkerMessageData, ChargingStationWorkerMessageEvents, + type ChargingStationOptions, type EvseStatusWorkerType } from './ChargingStationWorker.js' export type { ChargingStationInfo } from './ChargingStationInfo.js' @@ -260,7 +263,7 @@ export type { export { OCPP20OptionalVariableName } from './ocpp/2.0/Variables.js' export { OCPPVersion } from './ocpp/OCPPVersion.js' export { PerformanceRecord } from './orm/entities/PerformanceRecord.js' -export type { Statistics, TimestampedData } from './Statistics.js' +export type { Statistics, StatisticsData, TimestampedData } from './Statistics.js' export { type WSError, WebSocketCloseEventStatusCode,