@citrineos/base
Version:
The base module for OCPP v2.0.1 including all interfaces. This module is not intended to be used directly, but rather as a dependency for other modules.
114 lines (113 loc) • 9.87 kB
TypeScript
export * from './enums';
export { AuthorizeRequest } from './types/AuthorizeRequest';
export { default as AuthorizeRequestSchema } from './schemas/AuthorizeRequest.json';
export { AuthorizeResponse } from './types/AuthorizeResponse';
export { default as AuthorizeResponseSchema } from './schemas/AuthorizeResponse.json';
export { BootNotificationRequest } from './types/BootNotificationRequest';
export { default as BootNotificationRequestSchema } from './schemas/BootNotificationRequest.json';
export { BootNotificationResponse } from './types/BootNotificationResponse';
export { default as BootNotificationResponseSchema } from './schemas/BootNotificationResponse.json';
export { CancelReservationRequest } from './types/CancelReservationRequest';
export { default as CancelReservationRequestSchema } from './schemas/CancelReservationRequest.json';
export { CancelReservationResponse } from './types/CancelReservationResponse';
export { default as CancelReservationResponseSchema } from './schemas/CancelReservationResponse.json';
export { ChangeAvailabilityRequest } from './types/ChangeAvailabilityRequest';
export { default as ChangeAvailabilityRequestSchema } from './schemas/ChangeAvailabilityRequest.json';
export { ChangeAvailabilityResponse } from './types/ChangeAvailabilityResponse';
export { default as ChangeAvailabilityResponseSchema } from './schemas/ChangeAvailabilityResponse.json';
export { ChangeConfigurationRequest } from './types/ChangeConfigurationRequest';
export { default as ChangeConfigurationRequestSchema } from './schemas/ChangeConfigurationRequest.json';
export { ChangeConfigurationResponse } from './types/ChangeConfigurationResponse';
export { default as ChangeConfigurationResponseSchema } from './schemas/ChangeConfigurationResponse.json';
export { ClearCacheRequest } from './types/ClearCacheRequest';
export { default as ClearCacheRequestSchema } from './schemas/ClearCacheRequest.json';
export { ClearCacheResponse } from './types/ClearCacheResponse';
export { default as ClearCacheResponseSchema } from './schemas/ClearCacheResponse.json';
export { ClearChargingProfileRequest } from './types/ClearChargingProfileRequest';
export { default as ClearChargingProfileRequestSchema } from './schemas/ClearChargingProfileRequest.json';
export { ClearChargingProfileResponse } from './types/ClearChargingProfileResponse';
export { default as ClearChargingProfileResponseSchema } from './schemas/ClearChargingProfileResponse.json';
export { DataTransferRequest } from './types/DataTransferRequest';
export { default as DataTransferRequestSchema } from './schemas/DataTransferRequest.json';
export { DataTransferResponse } from './types/DataTransferResponse';
export { default as DataTransferResponseSchema } from './schemas/DataTransferResponse.json';
export { DiagnosticsStatusNotificationRequest } from './types/DiagnosticsStatusNotificationRequest';
export { default as DiagnosticsStatusNotificationRequestSchema } from './schemas/DiagnosticsStatusNotificationRequest.json';
export { DiagnosticsStatusNotificationResponse } from './types/DiagnosticsStatusNotificationResponse';
export { default as DiagnosticsStatusNotificationResponseSchema } from './schemas/DiagnosticsStatusNotificationResponse.json';
export { FirmwareStatusNotificationRequest } from './types/FirmwareStatusNotificationRequest';
export { default as FirmwareStatusNotificationRequestSchema } from './schemas/FirmwareStatusNotificationRequest.json';
export { FirmwareStatusNotificationResponse } from './types/FirmwareStatusNotificationResponse';
export { default as FirmwareStatusNotificationResponseSchema } from './schemas/FirmwareStatusNotificationResponse.json';
export { GetCompositeScheduleRequest } from './types/GetCompositeScheduleRequest';
export { default as GetCompositeScheduleRequestSchema } from './schemas/GetCompositeScheduleRequest.json';
export { GetCompositeScheduleResponse } from './types/GetCompositeScheduleResponse';
export { default as GetCompositeScheduleResponseSchema } from './schemas/GetCompositeScheduleResponse.json';
export { GetConfigurationRequest } from './types/GetConfigurationRequest';
export { default as GetConfigurationRequestSchema } from './schemas/GetConfigurationRequest.json';
export { GetConfigurationResponse } from './types/GetConfigurationResponse';
export { default as GetConfigurationResponseSchema } from './schemas/GetConfigurationResponse.json';
export { GetDiagnosticsRequest } from './types/GetDiagnosticsRequest';
export { default as GetDiagnosticsRequestSchema } from './schemas/GetDiagnosticsRequest.json';
export { GetDiagnosticsResponse } from './types/GetDiagnosticsResponse';
export { default as GetDiagnosticsResponseSchema } from './schemas/GetDiagnosticsResponse.json';
export { GetLocalListVersionRequest } from './types/GetLocalListVersionRequest';
export { default as GetLocalListVersionRequestSchema } from './schemas/GetLocalListVersionRequest.json';
export { GetLocalListVersionResponse } from './types/GetLocalListVersionResponse';
export { default as GetLocalListVersionResponseSchema } from './schemas/GetLocalListVersionResponse.json';
export { HeartbeatRequest } from './types/HeartbeatRequest';
export { default as HeartbeatRequestSchema } from './schemas/HeartbeatRequest.json';
export { HeartbeatResponse } from './types/HeartbeatResponse';
export { default as HeartbeatResponseSchema } from './schemas/HeartbeatResponse.json';
export { MeterValuesRequest } from './types/MeterValuesRequest';
export { default as MeterValuesRequestSchema } from './schemas/MeterValuesRequest.json';
export { MeterValuesResponse } from './types/MeterValuesResponse';
export { default as MeterValuesResponseSchema } from './schemas/MeterValuesResponse.json';
export { RemoteStartTransactionRequest } from './types/RemoteStartTransactionRequest';
export { default as RemoteStartTransactionRequestSchema } from './schemas/RemoteStartTransactionRequest.json';
export { RemoteStartTransactionResponse } from './types/RemoteStartTransactionResponse';
export { default as RemoteStartTransactionResponseSchema } from './schemas/RemoteStartTransactionResponse.json';
export { RemoteStopTransactionRequest } from './types/RemoteStopTransactionRequest';
export { default as RemoteStopTransactionRequestSchema } from './schemas/RemoteStopTransactionRequest.json';
export { RemoteStopTransactionResponse } from './types/RemoteStopTransactionResponse';
export { default as RemoteStopTransactionResponseSchema } from './schemas/RemoteStopTransactionResponse.json';
export { ReserveNowRequest } from './types/ReserveNowRequest';
export { default as ReserveNowRequestSchema } from './schemas/ReserveNowRequest.json';
export { ReserveNowResponse } from './types/ReserveNowResponse';
export { default as ReserveNowResponseSchema } from './schemas/ReserveNowResponse.json';
export { ResetRequest } from './types/ResetRequest';
export { default as ResetRequestSchema } from './schemas/ResetRequest.json';
export { ResetResponse } from './types/ResetResponse';
export { default as ResetResponseSchema } from './schemas/ResetResponse.json';
export { SendLocalListRequest } from './types/SendLocalListRequest';
export { default as SendLocalListRequestSchema } from './schemas/SendLocalListRequest.json';
export { SendLocalListResponse } from './types/SendLocalListResponse';
export { default as SendLocalListResponseSchema } from './schemas/SendLocalListResponse.json';
export { SetChargingProfileRequest } from './types/SetChargingProfileRequest';
export { default as SetChargingProfileRequestSchema } from './schemas/SetChargingProfileRequest.json';
export { SetChargingProfileResponse } from './types/SetChargingProfileResponse';
export { default as SetChargingProfileResponseSchema } from './schemas/SetChargingProfileResponse.json';
export { StartTransactionRequest } from './types/StartTransactionRequest';
export { default as StartTransactionRequestSchema } from './schemas/StartTransactionRequest.json';
export { StartTransactionResponse } from './types/StartTransactionResponse';
export { default as StartTransactionResponseSchema } from './schemas/StartTransactionResponse.json';
export { StatusNotificationRequest } from './types/StatusNotificationRequest';
export { default as StatusNotificationRequestSchema } from './schemas/StatusNotificationRequest.json';
export { StatusNotificationResponse } from './types/StatusNotificationResponse';
export { default as StatusNotificationResponseSchema } from './schemas/StatusNotificationResponse.json';
export { StopTransactionRequest } from './types/StopTransactionRequest';
export { default as StopTransactionRequestSchema } from './schemas/StopTransactionRequest.json';
export { StopTransactionResponse } from './types/StopTransactionResponse';
export { default as StopTransactionResponseSchema } from './schemas/StopTransactionResponse.json';
export { TriggerMessageRequest } from './types/TriggerMessageRequest';
export { default as TriggerMessageRequestSchema } from './schemas/TriggerMessageRequest.json';
export { TriggerMessageResponse } from './types/TriggerMessageResponse';
export { default as TriggerMessageResponseSchema } from './schemas/TriggerMessageResponse.json';
export { UnlockConnectorRequest } from './types/UnlockConnectorRequest';
export { default as UnlockConnectorRequestSchema } from './schemas/UnlockConnectorRequest.json';
export { UnlockConnectorResponse } from './types/UnlockConnectorResponse';
export { default as UnlockConnectorResponseSchema } from './schemas/UnlockConnectorResponse.json';
export { UpdateFirmwareRequest } from './types/UpdateFirmwareRequest';
export { default as UpdateFirmwareRequestSchema } from './schemas/UpdateFirmwareRequest.json';
export { UpdateFirmwareResponse } from './types/UpdateFirmwareResponse';
export { default as UpdateFirmwareResponseSchema } from './schemas/UpdateFirmwareResponse.json';