X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=d5f887f81c3014c4a874063969608f433965166a;hb=093ca832a5c03ea03f32368b4bf13c1d08ef3a54;hp=3b1f799c6d0f4271555f45808296efaf565220c3;hpb=66a7748ddeda8c94d7562a1ce58d440319654a4c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index 3b1f799c..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' @@ -186,7 +189,7 @@ export { } from './ocpp/Configuration.js' export type { ConnectorStatus } from './ConnectorStatus.js' export { ConnectorStatusEnum, type ConnectorStatusTransition } from './ocpp/ConnectorStatusEnum.js' -export { DBName, type MikroOrmDbType, StorageType } from './Storage.js' +export { DBName, StorageType } from './Storage.js' export type { EmptyObject } from './EmptyObject.js' export { ErrorType } from './ocpp/ErrorType.js' export type { EvseTemplate, EvseStatus } from './Evse.js' @@ -259,9 +262,8 @@ export type { } from './ocpp/2.0/Responses.js' export { OCPP20OptionalVariableName } from './ocpp/2.0/Variables.js' export { OCPPVersion } from './ocpp/OCPPVersion.js' -export { PerformanceData } from './orm/entities/PerformanceData.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,