X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2Findex.ts;h=cc80f527c8ed699f5b9d06442dd8074eb1738325;hb=6a4032b5d8f3cbaa18d3beddcdfe9d335c1cba90;hp=a28d51148dc596aa05454b5f6632b218e56feb64;hpb=649e3f97ae095f2f8653a126e72b37260216edfe;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index a28d5114..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,