X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=6fa70636b9d3e9b153d90c8f5dd20a4b36d75018;hb=65099c1e7297b252523172096a8d6ded22daa702;hp=023107fd3c0f9a7f309a26c6dbb4d43429aaa438;hpb=4c3f6c20f9416e148a3d26b6a06acc13274ab469;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index 023107fd..6fa70636 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -27,7 +27,6 @@ export { type ChargingStationData, type ChargingStationOptions, type ChargingStationWorkerData, - type ChargingStationWorkerEventError, type ChargingStationWorkerMessage, type ChargingStationWorkerMessageData, ChargingStationWorkerMessageEvents, @@ -51,6 +50,7 @@ export type { HandleErrorParams } from './Error.js' export type { EvseStatus, EvseTemplate } from './Evse.js' export { FileType } from './FileType.js' export type { JsonObject, JsonType } from './JsonType.js' +export { MapStringifyFormat } from './MapStringifyFormat.js' export type { MeasurandPerPhaseSampledValueTemplates, SampledValueTemplate @@ -162,6 +162,7 @@ export { ChargePointErrorCode } from './ocpp/ChargePointErrorCode.js' export { type ChargingProfile, ChargingProfileKindType, + ChargingProfilePurposeType, ChargingRateUnitType, type ChargingSchedulePeriod, RecurrencyKindType @@ -247,10 +248,11 @@ export { type StopTransactionResponse } from './ocpp/Transaction.js' export { PerformanceRecord } from './orm/entities/PerformanceRecord.js' +export type { SimulatorState } from './SimulatorState.js' export type { - InternalTemplateStatistics, Statistics, StatisticsData, + TemplateStatistics, TimestampedData } from './Statistics.js' export { DBName, StorageType } from './Storage.js' @@ -265,9 +267,7 @@ export { ProtocolVersion, type RequestPayload, type ResponsePayload, - ResponseStatus, - type SimulatorState, - type TemplateStatistics + ResponseStatus } from './UIProtocol.js' export { WebSocketCloseEventStatusCode,