Merge dependabot/npm_and_yarn/types/tar-6.1.12 into combined-prs-branch
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index 023107fd3c0f9a7f309a26c6dbb4d43429aaa438..868dd73df07ea4fa37b95a333357c8bf4436a381 100644 (file)
@@ -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
@@ -247,10 +247,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 +266,7 @@ export {
   ProtocolVersion,
   type RequestPayload,
   type ResponsePayload,
-  ResponseStatus,
-  type SimulatorState,
-  type TemplateStatistics
+  ResponseStatus
 } from './UIProtocol.js'
 export {
   WebSocketCloseEventStatusCode,