@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.
61 lines • 5.74 kB
JavaScript
// Copyright Contributors to the CitrineOS Project
//
// SPDX-License-Identifier: Apache 2.0
export * from './enums';
export { default as AuthorizeRequestSchema } from './schemas/AuthorizeRequest.json';
export { default as AuthorizeResponseSchema } from './schemas/AuthorizeResponse.json';
export { default as BootNotificationRequestSchema } from './schemas/BootNotificationRequest.json';
export { default as BootNotificationResponseSchema } from './schemas/BootNotificationResponse.json';
export { default as CancelReservationRequestSchema } from './schemas/CancelReservationRequest.json';
export { default as CancelReservationResponseSchema } from './schemas/CancelReservationResponse.json';
export { default as ChangeAvailabilityRequestSchema } from './schemas/ChangeAvailabilityRequest.json';
export { default as ChangeAvailabilityResponseSchema } from './schemas/ChangeAvailabilityResponse.json';
export { default as ChangeConfigurationRequestSchema } from './schemas/ChangeConfigurationRequest.json';
export { default as ChangeConfigurationResponseSchema } from './schemas/ChangeConfigurationResponse.json';
export { default as ClearCacheRequestSchema } from './schemas/ClearCacheRequest.json';
export { default as ClearCacheResponseSchema } from './schemas/ClearCacheResponse.json';
export { default as ClearChargingProfileRequestSchema } from './schemas/ClearChargingProfileRequest.json';
export { default as ClearChargingProfileResponseSchema } from './schemas/ClearChargingProfileResponse.json';
export { default as DataTransferRequestSchema } from './schemas/DataTransferRequest.json';
export { default as DataTransferResponseSchema } from './schemas/DataTransferResponse.json';
export { default as DiagnosticsStatusNotificationRequestSchema } from './schemas/DiagnosticsStatusNotificationRequest.json';
export { default as DiagnosticsStatusNotificationResponseSchema } from './schemas/DiagnosticsStatusNotificationResponse.json';
export { default as FirmwareStatusNotificationRequestSchema } from './schemas/FirmwareStatusNotificationRequest.json';
export { default as FirmwareStatusNotificationResponseSchema } from './schemas/FirmwareStatusNotificationResponse.json';
export { default as GetCompositeScheduleRequestSchema } from './schemas/GetCompositeScheduleRequest.json';
export { default as GetCompositeScheduleResponseSchema } from './schemas/GetCompositeScheduleResponse.json';
export { default as GetConfigurationRequestSchema } from './schemas/GetConfigurationRequest.json';
export { default as GetConfigurationResponseSchema } from './schemas/GetConfigurationResponse.json';
export { default as GetDiagnosticsRequestSchema } from './schemas/GetDiagnosticsRequest.json';
export { default as GetDiagnosticsResponseSchema } from './schemas/GetDiagnosticsResponse.json';
export { default as GetLocalListVersionRequestSchema } from './schemas/GetLocalListVersionRequest.json';
export { default as GetLocalListVersionResponseSchema } from './schemas/GetLocalListVersionResponse.json';
export { default as HeartbeatRequestSchema } from './schemas/HeartbeatRequest.json';
export { default as HeartbeatResponseSchema } from './schemas/HeartbeatResponse.json';
export { default as MeterValuesRequestSchema } from './schemas/MeterValuesRequest.json';
export { default as MeterValuesResponseSchema } from './schemas/MeterValuesResponse.json';
export { default as RemoteStartTransactionRequestSchema } from './schemas/RemoteStartTransactionRequest.json';
export { default as RemoteStartTransactionResponseSchema } from './schemas/RemoteStartTransactionResponse.json';
export { default as RemoteStopTransactionRequestSchema } from './schemas/RemoteStopTransactionRequest.json';
export { default as RemoteStopTransactionResponseSchema } from './schemas/RemoteStopTransactionResponse.json';
export { default as ReserveNowRequestSchema } from './schemas/ReserveNowRequest.json';
export { default as ReserveNowResponseSchema } from './schemas/ReserveNowResponse.json';
export { default as ResetRequestSchema } from './schemas/ResetRequest.json';
export { default as ResetResponseSchema } from './schemas/ResetResponse.json';
export { default as SendLocalListRequestSchema } from './schemas/SendLocalListRequest.json';
export { default as SendLocalListResponseSchema } from './schemas/SendLocalListResponse.json';
export { default as SetChargingProfileRequestSchema } from './schemas/SetChargingProfileRequest.json';
export { default as SetChargingProfileResponseSchema } from './schemas/SetChargingProfileResponse.json';
export { default as StartTransactionRequestSchema } from './schemas/StartTransactionRequest.json';
export { default as StartTransactionResponseSchema } from './schemas/StartTransactionResponse.json';
export { default as StatusNotificationRequestSchema } from './schemas/StatusNotificationRequest.json';
export { default as StatusNotificationResponseSchema } from './schemas/StatusNotificationResponse.json';
export { default as StopTransactionRequestSchema } from './schemas/StopTransactionRequest.json';
export { default as StopTransactionResponseSchema } from './schemas/StopTransactionResponse.json';
export { default as TriggerMessageRequestSchema } from './schemas/TriggerMessageRequest.json';
export { default as TriggerMessageResponseSchema } from './schemas/TriggerMessageResponse.json';
export { default as UnlockConnectorRequestSchema } from './schemas/UnlockConnectorRequest.json';
export { default as UnlockConnectorResponseSchema } from './schemas/UnlockConnectorResponse.json';
export { default as UpdateFirmwareRequestSchema } from './schemas/UpdateFirmwareRequest.json';
export { default as UpdateFirmwareResponseSchema } from './schemas/UpdateFirmwareResponse.json';
//# sourceMappingURL=index.js.map