X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=cc80f527c8ed699f5b9d06442dd8074eb1738325;hb=6a4032b5d8f3cbaa18d3beddcdfe9d335c1cba90;hp=2cc76b1f08ee562dd4c818e92a03ad50b6ea5503;hpb=db54d2e00fdb75fa3f25cb08bc7bba94dbebc122;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index 2cc76b1f..cc80f527 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -81,7 +81,6 @@ export { } from './WorkerBroadcastChannel'; export { type ChangeConfigurationRequest, - type ClearChargingProfileRequest, type GetConfigurationRequest, type GetDiagnosticsRequest, OCPP16AvailabilityType, @@ -89,6 +88,7 @@ export { type OCPP16CancelReservationRequest, type OCPP16ChangeAvailabilityRequest, type OCPP16ClearCacheRequest, + type OCPP16ClearChargingProfileRequest, type OCPP16DataTransferRequest, OCPP16DataTransferVendorId, type OCPP16DiagnosticsStatusNotificationRequest, @@ -111,11 +111,11 @@ export { } from './ocpp/1.6/Requests'; export { type ChangeConfigurationResponse, - type ClearChargingProfileResponse, type GetConfigurationResponse, type GetDiagnosticsResponse, type OCPP16BootNotificationResponse, type OCPP16ChangeAvailabilityResponse, + type OCPP16ClearChargingProfileResponse, type OCPP16DataTransferResponse, OCPP16DataTransferStatus, type OCPP16DiagnosticsStatusNotificationResponse, @@ -167,6 +167,7 @@ export { ApplicationProtocolVersion, type ConfigurationData, ConfigurationSection, + type ElementsPerWorkerType, type LogConfiguration, type StationTemplateUrl, type StorageConfiguration, @@ -197,14 +198,22 @@ export type { } from './MeasurandPerPhaseSampledValueTemplates'; export type { MeasurandValues } from './MeasurandValues'; export { MessageType } from './ocpp/MessageType'; -export { type MeterValue, MeterValueMeasurand, MeterValuePhase } from './ocpp/MeterValues'; export { + type MeterValue, MeterValueContext, MeterValueLocation, + MeterValueMeasurand, + MeterValuePhase, MeterValueUnit, + type SampledValue, +} from './ocpp/MeterValues'; +export { type OCPP16MeterValue, + OCPP16MeterValueContext, + OCPP16MeterValueLocation, OCPP16MeterValueMeasurand, OCPP16MeterValuePhase, + OCPP16MeterValueUnit, type OCPP16MeterValuesRequest, type OCPP16MeterValuesResponse, type OCPP16SampledValue, @@ -262,4 +271,4 @@ export { type ReservationKey, ReservationTerminationReason, } from './ocpp/Reservation'; -export { ChargingStationEvents } from './ChargingStation'; +export { ChargingStationEvents } from './ChargingStationEvents';