UNPKG

@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.

122 lines (121 loc) 11.2 kB
export * from './enums/index.js'; 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 SignedFirmwareStatusNotificationRequestSchema } from './schemas/SignedFirmwareStatusNotificationRequest.json'; export { default as SignedFirmwareStatusNotificationResponseSchema } from './schemas/SignedFirmwareStatusNotificationResponse.json'; export { default as SignedUpdateFirmwareRequestSchema } from './schemas/SignedUpdateFirmwareRequest.json'; export { default as SignedUpdateFirmwareResponseSchema } from './schemas/SignedUpdateFirmwareResponse.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'; export type { AuthorizeRequest } from './types/AuthorizeRequest.js'; export type { AuthorizeResponse } from './types/AuthorizeResponse.js'; export type { BootNotificationRequest } from './types/BootNotificationRequest.js'; export type { BootNotificationResponse } from './types/BootNotificationResponse.js'; export type { CancelReservationRequest } from './types/CancelReservationRequest.js'; export type { CancelReservationResponse } from './types/CancelReservationResponse.js'; export type { ChangeAvailabilityRequest } from './types/ChangeAvailabilityRequest.js'; export type { ChangeAvailabilityResponse } from './types/ChangeAvailabilityResponse.js'; export type { ChangeConfigurationRequest } from './types/ChangeConfigurationRequest.js'; export type { ChangeConfigurationResponse } from './types/ChangeConfigurationResponse.js'; export type { ClearCacheRequest } from './types/ClearCacheRequest.js'; export type { ClearCacheResponse } from './types/ClearCacheResponse.js'; export type { ClearChargingProfileRequest } from './types/ClearChargingProfileRequest.js'; export type { ClearChargingProfileResponse } from './types/ClearChargingProfileResponse.js'; export type { DataTransferRequest } from './types/DataTransferRequest.js'; export type { DataTransferResponse } from './types/DataTransferResponse.js'; export type { DiagnosticsStatusNotificationRequest } from './types/DiagnosticsStatusNotificationRequest.js'; export type { DiagnosticsStatusNotificationResponse } from './types/DiagnosticsStatusNotificationResponse.js'; export type { FirmwareStatusNotificationRequest } from './types/FirmwareStatusNotificationRequest.js'; export type { FirmwareStatusNotificationResponse } from './types/FirmwareStatusNotificationResponse.js'; export type { GetCompositeScheduleRequest } from './types/GetCompositeScheduleRequest.js'; export type { GetCompositeScheduleResponse } from './types/GetCompositeScheduleResponse.js'; export type { GetConfigurationRequest } from './types/GetConfigurationRequest.js'; export type { GetConfigurationResponse } from './types/GetConfigurationResponse.js'; export type { GetDiagnosticsRequest } from './types/GetDiagnosticsRequest.js'; export type { GetDiagnosticsResponse } from './types/GetDiagnosticsResponse.js'; export type { GetLocalListVersionRequest } from './types/GetLocalListVersionRequest.js'; export type { GetLocalListVersionResponse } from './types/GetLocalListVersionResponse.js'; export type { HeartbeatRequest } from './types/HeartbeatRequest.js'; export type { HeartbeatResponse } from './types/HeartbeatResponse.js'; export type { MeterValuesRequest } from './types/MeterValuesRequest.js'; export type { MeterValuesResponse } from './types/MeterValuesResponse.js'; export type { RemoteStartTransactionRequest } from './types/RemoteStartTransactionRequest.js'; export type { RemoteStartTransactionResponse } from './types/RemoteStartTransactionResponse.js'; export type { RemoteStopTransactionRequest } from './types/RemoteStopTransactionRequest.js'; export type { RemoteStopTransactionResponse } from './types/RemoteStopTransactionResponse.js'; export type { ReserveNowRequest } from './types/ReserveNowRequest.js'; export type { ReserveNowResponse } from './types/ReserveNowResponse.js'; export type { ResetRequest } from './types/ResetRequest.js'; export type { ResetResponse } from './types/ResetResponse.js'; export type { SendLocalListRequest } from './types/SendLocalListRequest.js'; export type { SendLocalListResponse } from './types/SendLocalListResponse.js'; export type { SetChargingProfileRequest } from './types/SetChargingProfileRequest.js'; export type { SetChargingProfileResponse } from './types/SetChargingProfileResponse.js'; export type { SignedFirmwareStatusNotificationRequest } from './types/SignedFirmwareStatusNotificationRequest.js'; export type { SignedFirmwareStatusNotificationResponse } from './types/SignedFirmwareStatusNotificationResponse.js'; export type { SignedUpdateFirmwareRequest } from './types/SignedUpdateFirmwareRequest.js'; export type { SignedUpdateFirmwareResponse } from './types/SignedUpdateFirmwareResponse.js'; export type { StartTransactionRequest } from './types/StartTransactionRequest.js'; export type { StartTransactionResponse } from './types/StartTransactionResponse.js'; export type { StatusNotificationRequest } from './types/StatusNotificationRequest.js'; export type { StatusNotificationResponse } from './types/StatusNotificationResponse.js'; export type { StopTransactionRequest } from './types/StopTransactionRequest.js'; export type { StopTransactionResponse } from './types/StopTransactionResponse.js'; export type { TriggerMessageRequest } from './types/TriggerMessageRequest.js'; export type { TriggerMessageResponse } from './types/TriggerMessageResponse.js'; export type { UnlockConnectorRequest } from './types/UnlockConnectorRequest.js'; export type { UnlockConnectorResponse } from './types/UnlockConnectorResponse.js'; export type { UpdateFirmwareRequest } from './types/UpdateFirmwareRequest.js'; export type { UpdateFirmwareResponse } from './types/UpdateFirmwareResponse.js';