X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=8b060dd0bfc891b7ebcb06736ec8c6226fca0758;hb=bc5b1e94c9b908990fdb7590fa56ae65cfdc83a1;hp=f0a947a4e30ae4ab4d579611e0985e0cf003df58;hpb=857d8dd995425597a2bfb15d49e7ee6d69b055bd;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index f0a947a4..8b060dd0 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,45 +1,213 @@ -export * from './ocpp/ChargePointErrorCode'; -export * from './ocpp/ChargingProfile'; -export * from './ocpp/Configuration'; -export * from './ocpp/ConnectorStatusEnum'; -export * from './ocpp/ErrorType'; -export * from './ocpp/MessageType'; -export * from './ocpp/MeterValues'; -export * from './ocpp/OCPPProtocol'; -export * from './ocpp/OCPPVersion'; -export * from './ocpp/Requests'; -export * from './ocpp/Responses'; -export * from './ocpp/Transaction'; -export * from './ocpp/1.6/ChargePointErrorCode'; -export * from './ocpp/1.6/ChargePointStatus'; -export * from './ocpp/1.6/ChargingProfile'; -export * from './ocpp/1.6/Configuration'; -export * from './ocpp/1.6/DiagnosticsStatus'; -export * from './ocpp/1.6/MeterValues'; -export * from './ocpp/1.6/Requests'; -export * from './ocpp/1.6/Responses'; -export * from './ocpp/1.6/Transaction'; -export * from './ocpp/2.0/Requests'; -export * from './ocpp/2.0/Responses'; -export * from './ocpp/2.0/Variables'; -export * from './orm/entities/PerformanceData'; -export * from './orm/entities/PerformanceRecord'; -export * from './AutomaticTransactionGenerator'; -export * from './ChargingStationConfiguration'; -export * from './ChargingStationInfo'; -export * from './ChargingStationOcppConfiguration'; -export * from './ChargingStationTemplate'; -export * from './ChargingStationWorker'; -export * from './ConfigurationData'; -export * from './ConnectorStatus'; -export * from './EmptyObject'; -export * from './Error'; -export * from './FileType'; -export * from './JsonType'; -export * from './MeasurandPerPhaseSampledValueTemplates'; -export * from './MeasurandValues'; -export * from './Statistics'; -export * from './Storage'; -export * from './UIProtocol'; -export * from './WebSocket'; -export * from './WorkerBroadcastChannel'; +export { + AmpereUnits, + ApplicationProtocol, + AuthenticationType, + AuthorizationStatus, + type AuthorizeRequest, + type AuthorizeResponse, + type AutomaticTransactionGeneratorConfiguration, + AvailabilityStatus, + AvailabilityType, + type BootNotificationRequest, + type BootNotificationResponse, + BootReasonEnumType, + BroadcastChannelProcedureName, + type BroadcastChannelRequest, + type BroadcastChannelRequestPayload, + type BroadcastChannelResponse, + type BroadcastChannelResponsePayload, + type CachedRequest, + type ChangeAvailabilityRequest, + type ChangeAvailabilityResponse, + type ChangeConfigurationRequest, + type ChangeConfigurationResponse, + ChargePointErrorCode, + type ChargingProfile, + ChargingProfileKindType, + ChargingProfileStatus, + ChargingRateUnitType, + type ChargingSchedulePeriod, + type ChargingStationConfiguration, + type ChargingStationData, + type ChargingStationInfo, + type ChargingStationOcppConfiguration, + type ChargingStationTemplate, + type ChargingStationWorkerData, + type ChargingStationWorkerMessage, + type ChargingStationWorkerMessageData, + ChargingStationWorkerMessageEvents, + type ClearCacheResponse, + type ClearChargingProfileRequest, + type ClearChargingProfileResponse, + ClearChargingProfileStatus, + type ConfigurationData, + type ConfigurationKey, + type ConfigurationKeyType, + ConfigurationStatus, + ConnectorPhaseRotation, + type ConnectorStatus, + ConnectorStatusEnum, + type ConnectorStatusTransition, + CurrentType, + DBName, + type DataTransferRequest, + type DataTransferResponse, + DataTransferStatus, + type DiagnosticsStatusNotificationRequest, + type DiagnosticsStatusNotificationResponse, + type EmptyObject, + type ErrorCallback, + type ErrorResponse, + ErrorType, + FileType, + FirmwareStatus, + type FirmwareStatusNotificationRequest, + type FirmwareStatusNotificationResponse, + type FirmwareUpgrade, + type GenericResponse, + GenericStatus, + type GetConfigurationRequest, + type GetConfigurationResponse, + type GetDiagnosticsRequest, + type GetDiagnosticsResponse, + type HandleErrorParams, + type HeartbeatRequest, + type HeartbeatResponse, + IdTagDistribution, + type IncomingRequest, + IncomingRequestCommand, + type IncomingRequestHandler, + type JsonObject, + type JsonType, + type MeasurandPerPhaseSampledValueTemplates, + type MeasurandValues, + type MessageEvent, + MessageTrigger, + MessageType, + type MeterValue, + MeterValueContext, + MeterValueLocation, + MeterValueMeasurand, + type MeterValuePhase, + MeterValueUnit, + type MeterValuesRequest, + type MeterValuesResponse, + type MikroOrmDbType, + OCPP16AuthorizationStatus, + type OCPP16AuthorizeRequest, + type OCPP16AuthorizeResponse, + OCPP16AvailabilityType, + type OCPP16BootNotificationRequest, + type OCPP16BootNotificationResponse, + OCPP16ChargePointErrorCode, + OCPP16ChargePointStatus, + type OCPP16ChargingProfile, + OCPP16ChargingProfilePurposeType, + type OCPP16ChargingSchedule, + type OCPP16ClearCacheRequest, + type OCPP16DataTransferRequest, + type OCPP16DataTransferResponse, + OCPP16DataTransferStatus, + OCPP16DataTransferVendorId, + OCPP16DiagnosticsStatus, + type OCPP16DiagnosticsStatusNotificationRequest, + type OCPP16DiagnosticsStatusNotificationResponse, + OCPP16FirmwareStatus, + type OCPP16FirmwareStatusNotificationRequest, + type OCPP16FirmwareStatusNotificationResponse, + type OCPP16GetCompositeScheduleRequest, + type OCPP16GetCompositeScheduleResponse, + type OCPP16HeartbeatRequest, + type OCPP16HeartbeatResponse, + OCPP16IncomingRequestCommand, + OCPP16MessageTrigger, + type OCPP16MeterValue, + OCPP16MeterValueMeasurand, + OCPP16MeterValuePhase, + type OCPP16MeterValuesRequest, + type OCPP16MeterValuesResponse, + OCPP16RequestCommand, + type OCPP16SampledValue, + OCPP16StandardParametersKey, + type OCPP16StartTransactionRequest, + type OCPP16StartTransactionResponse, + type OCPP16StatusNotificationRequest, + type OCPP16StatusNotificationResponse, + OCPP16StopTransactionReason, + type OCPP16StopTransactionRequest, + type OCPP16StopTransactionResponse, + OCPP16SupportedFeatureProfiles, + type OCPP16TriggerMessageRequest, + type OCPP16TriggerMessageResponse, + type OCPP16UpdateFirmwareRequest, + type OCPP16UpdateFirmwareResponse, + type OCPP20BootNotificationRequest, + type OCPP20BootNotificationResponse, + type OCPP20ClearCacheRequest, + type OCPP20ClearCacheResponse, + OCPP20ConnectorStatusEnumType, + type OCPP20HeartbeatRequest, + type OCPP20HeartbeatResponse, + OCPP20IncomingRequestCommand, + OCPP20OptionalVariableName, + OCPP20RequestCommand, + type OCPP20StatusNotificationRequest, + type OCPP20StatusNotificationResponse, + type OCPPConfigurationKey, + OCPPVersion, + type OutgoingRequest, + PerformanceData, + PerformanceRecord, + PowerUnits, + ProcedureName, + Protocol, + type ProtocolRequest, + type ProtocolRequestHandler, + type ProtocolResponse, + ProtocolVersion, + RecurrencyKindType, + RegistrationStatusEnumType, + type RemoteStartTransactionRequest, + type RemoteStopTransactionRequest, + RequestCommand, + type RequestParams, + type RequestPayload, + type ResetRequest, + type Response, + type ResponseCallback, + type ResponseHandler, + type ResponsePayload, + ResponseStatus, + type ResponseType, + type SampledValueTemplate, + type SetChargingProfileRequest, + type SetChargingProfileResponse, + StandardParametersKey, + type StartTransactionRequest, + type StartTransactionResponse, + type StationTemplateUrl, + type Statistics, + type Status, + type StatusNotificationRequest, + type StatusNotificationResponse, + StopTransactionReason, + type StopTransactionRequest, + type StopTransactionResponse, + type StorageConfiguration, + StorageType, + SupervisionUrlDistribution, + SupportedFeatureProfiles, + type TimeSeries, + TriggerMessageStatus, + type UIServerConfiguration, + type UnlockConnectorRequest, + type UnlockConnectorResponse, + UnlockStatus, + VendorParametersKey, + Voltage, + type WSError, + WebSocketCloseEventStatusCode, + WebSocketCloseEventStatusString, + type WorkerConfiguration, + type WsOptions, +} from './internal';