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.

134 lines 13.3 kB
// Copyright 2023 S44, LLC // 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 UpdateFirmwareResponseSchema } from './schemas/UpdateFirmwareResponse.json'; export { default as TransactionEventResponseSchema } from './schemas/TransactionEventResponse.json'; export { default as GetCertificateStatusRequestSchema } from './schemas/GetCertificateStatusRequest.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 CertificateSignedRequestSchema } from './schemas/CertificateSignedRequest.json'; export { default as CertificateSignedResponseSchema } from './schemas/CertificateSignedResponse.json'; export { default as ChangeAvailabilityRequestSchema } from './schemas/ChangeAvailabilityRequest.json'; export { default as TriggerMessageRequestSchema } from './schemas/TriggerMessageRequest.json'; export { default as ChangeAvailabilityResponseSchema } from './schemas/ChangeAvailabilityResponse.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 ClearDisplayMessageRequestSchema } from './schemas/ClearDisplayMessageRequest.json'; export { default as ClearDisplayMessageResponseSchema } from './schemas/ClearDisplayMessageResponse.json'; export { default as ClearedChargingLimitRequestSchema } from './schemas/ClearedChargingLimitRequest.json'; export { default as ClearedChargingLimitResponseSchema } from './schemas/ClearedChargingLimitResponse.json'; export { default as ClearVariableMonitoringRequestSchema } from './schemas/ClearVariableMonitoringRequest.json'; export { default as ClearVariableMonitoringResponseSchema } from './schemas/ClearVariableMonitoringResponse.json'; export { default as CostUpdatedRequestSchema } from './schemas/CostUpdatedRequest.json'; export { default as CostUpdatedResponseSchema } from './schemas/CostUpdatedResponse.json'; export { default as CustomerInformationRequestSchema } from './schemas/CustomerInformationRequest.json'; export { default as GetInstalledCertificateIdsResponseSchema } from './schemas/GetInstalledCertificateIdsResponse.json'; export { default as CustomerInformationResponseSchema } from './schemas/CustomerInformationResponse.json'; export { default as DataTransferRequestSchema } from './schemas/DataTransferRequest.json'; export { default as DataTransferResponseSchema } from './schemas/DataTransferResponse.json'; export { default as DeleteCertificateRequestSchema } from './schemas/DeleteCertificateRequest.json'; export { default as DeleteCertificateResponseSchema } from './schemas/DeleteCertificateResponse.json'; export { default as FirmwareStatusNotificationRequestSchema } from './schemas/FirmwareStatusNotificationRequest.json'; export { default as FirmwareStatusNotificationResponseSchema } from './schemas/FirmwareStatusNotificationResponse.json'; export { default as Get15118EVCertificateRequestSchema } from './schemas/Get15118EVCertificateRequest.json'; export { default as Get15118EVCertificateResponseSchema } from './schemas/Get15118EVCertificateResponse.json'; export { default as GetBaseReportRequestSchema } from './schemas/GetBaseReportRequest.json'; export { default as GetBaseReportResponseSchema } from './schemas/GetBaseReportResponse.json'; export { default as GetCertificateStatusResponseSchema } from './schemas/GetCertificateStatusResponse.json'; export { default as GetChargingProfilesRequestSchema } from './schemas/GetChargingProfilesRequest.json'; export { default as GetChargingProfilesResponseSchema } from './schemas/GetChargingProfilesResponse.json'; export { default as GetCompositeScheduleRequestSchema } from './schemas/GetCompositeScheduleRequest.json'; export { default as GetCompositeScheduleResponseSchema } from './schemas/GetCompositeScheduleResponse.json'; export { default as SetChargingProfileRequestSchema } from './schemas/SetChargingProfileRequest.json'; export { default as GetDisplayMessagesRequestSchema } from './schemas/GetDisplayMessagesRequest.json'; export { default as GetDisplayMessagesResponseSchema } from './schemas/GetDisplayMessagesResponse.json'; export { default as GetInstalledCertificateIdsRequestSchema } from './schemas/GetInstalledCertificateIdsRequest.json'; export { default as GetLocalListVersionRequestSchema } from './schemas/GetLocalListVersionRequest.json'; export { default as GetLocalListVersionResponseSchema } from './schemas/GetLocalListVersionResponse.json'; export { default as GetLogRequestSchema } from './schemas/GetLogRequest.json'; export { default as GetLogResponseSchema } from './schemas/GetLogResponse.json'; export { default as GetMonitoringReportRequestSchema } from './schemas/GetMonitoringReportRequest.json'; export { default as SetVariablesResponseSchema } from './schemas/SetVariablesResponse.json'; export { default as GetReportRequestSchema } from './schemas/GetReportRequest.json'; export { default as GetMonitoringReportResponseSchema } from './schemas/GetMonitoringReportResponse.json'; export { default as GetReportResponseSchema } from './schemas/GetReportResponse.json'; export { default as GetTransactionStatusRequestSchema } from './schemas/GetTransactionStatusRequest.json'; export { default as GetTransactionStatusResponseSchema } from './schemas/GetTransactionStatusResponse.json'; export { default as GetVariablesRequestSchema } from './schemas/GetVariablesRequest.json'; export { default as GetVariablesResponseSchema } from './schemas/GetVariablesResponse.json'; export { default as HeartbeatRequestSchema } from './schemas/HeartbeatRequest.json'; export { default as HeartbeatResponseSchema } from './schemas/HeartbeatResponse.json'; export { default as InstallCertificateRequestSchema } from './schemas/InstallCertificateRequest.json'; export { default as InstallCertificateResponseSchema } from './schemas/InstallCertificateResponse.json'; export { default as LogStatusNotificationRequestSchema } from './schemas/LogStatusNotificationRequest.json'; export { default as LogStatusNotificationResponseSchema } from './schemas/LogStatusNotificationResponse.json'; export { default as MeterValuesRequestSchema } from './schemas/MeterValuesRequest.json'; export { default as TransactionEventRequestSchema } from './schemas/TransactionEventRequest.json'; export { default as MeterValuesResponseSchema } from './schemas/MeterValuesResponse.json'; export { default as NotifyChargingLimitRequestSchema } from './schemas/NotifyChargingLimitRequest.json'; export { default as NotifyChargingLimitResponseSchema } from './schemas/NotifyChargingLimitResponse.json'; export { default as NotifyCustomerInformationRequestSchema } from './schemas/NotifyCustomerInformationRequest.json'; export { default as NotifyCustomerInformationResponseSchema } from './schemas/NotifyCustomerInformationResponse.json'; export { default as NotifyDisplayMessagesRequestSchema } from './schemas/NotifyDisplayMessagesRequest.json'; export { default as SetDisplayMessageRequestSchema } from './schemas/SetDisplayMessageRequest.json'; export { default as NotifyDisplayMessagesResponseSchema } from './schemas/NotifyDisplayMessagesResponse.json'; export { default as NotifyEVChargingNeedsRequestSchema } from './schemas/NotifyEVChargingNeedsRequest.json'; export { default as NotifyEVChargingNeedsResponseSchema } from './schemas/NotifyEVChargingNeedsResponse.json'; export { default as NotifyEVChargingScheduleRequestSchema } from './schemas/NotifyEVChargingScheduleRequest.json'; export { default as NotifyEVChargingScheduleResponseSchema } from './schemas/NotifyEVChargingScheduleResponse.json'; export { default as NotifyEventRequestSchema } from './schemas/NotifyEventRequest.json'; export { default as NotifyEventResponseSchema } from './schemas/NotifyEventResponse.json'; export { default as NotifyMonitoringReportRequestSchema } from './schemas/NotifyMonitoringReportRequest.json'; export { default as NotifyMonitoringReportResponseSchema } from './schemas/NotifyMonitoringReportResponse.json'; export { default as NotifyReportRequestSchema } from './schemas/NotifyReportRequest.json'; export { default as NotifyReportResponseSchema } from './schemas/NotifyReportResponse.json'; export { default as PublishFirmwareRequestSchema } from './schemas/PublishFirmwareRequest.json'; export { default as PublishFirmwareResponseSchema } from './schemas/PublishFirmwareResponse.json'; export { default as PublishFirmwareStatusNotificationRequestSchema } from './schemas/PublishFirmwareStatusNotificationRequest.json'; export { default as PublishFirmwareStatusNotificationResponseSchema } from './schemas/PublishFirmwareStatusNotificationResponse.json'; export { default as ReportChargingProfilesRequestSchema } from './schemas/ReportChargingProfilesRequest.json'; export { default as ReportChargingProfilesResponseSchema } from './schemas/ReportChargingProfilesResponse.json'; export { default as RequestStartTransactionRequestSchema } from './schemas/RequestStartTransactionRequest.json'; export { default as RequestStartTransactionResponseSchema } from './schemas/RequestStartTransactionResponse.json'; export { default as RequestStopTransactionRequestSchema } from './schemas/RequestStopTransactionRequest.json'; export { default as RequestStopTransactionResponseSchema } from './schemas/RequestStopTransactionResponse.json'; export { default as ReservationStatusUpdateRequestSchema } from './schemas/ReservationStatusUpdateRequest.json'; export { default as ReservationStatusUpdateResponseSchema } from './schemas/ReservationStatusUpdateResponse.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 SecurityEventNotificationRequestSchema } from './schemas/SecurityEventNotificationRequest.json'; export { default as SecurityEventNotificationResponseSchema } from './schemas/SecurityEventNotificationResponse.json'; export { default as SendLocalListRequestSchema } from './schemas/SendLocalListRequest.json'; export { default as SendLocalListResponseSchema } from './schemas/SendLocalListResponse.json'; export { default as SetChargingProfileResponseSchema } from './schemas/SetChargingProfileResponse.json'; export { default as SetDisplayMessageResponseSchema } from './schemas/SetDisplayMessageResponse.json'; export { default as SetMonitoringBaseRequestSchema } from './schemas/SetMonitoringBaseRequest.json'; export { default as SetMonitoringBaseResponseSchema } from './schemas/SetMonitoringBaseResponse.json'; export { default as SetMonitoringLevelRequestSchema } from './schemas/SetMonitoringLevelRequest.json'; export { default as SetMonitoringLevelResponseSchema } from './schemas/SetMonitoringLevelResponse.json'; export { default as SetNetworkProfileRequestSchema } from './schemas/SetNetworkProfileRequest.json'; export { default as SetNetworkProfileResponseSchema } from './schemas/SetNetworkProfileResponse.json'; export { default as SetVariableMonitoringRequestSchema } from './schemas/SetVariableMonitoringRequest.json'; export { default as SetVariableMonitoringResponseSchema } from './schemas/SetVariableMonitoringResponse.json'; export { default as SetVariablesRequestSchema } from './schemas/SetVariablesRequest.json'; export { default as SignCertificateRequestSchema } from './schemas/SignCertificateRequest.json'; export { default as SignCertificateResponseSchema } from './schemas/SignCertificateResponse.json'; export { default as StatusNotificationRequestSchema } from './schemas/StatusNotificationRequest.json'; export { default as StatusNotificationResponseSchema } from './schemas/StatusNotificationResponse.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 UnpublishFirmwareRequestSchema } from './schemas/UnpublishFirmwareRequest.json'; export { default as UnpublishFirmwareResponseSchema } from './schemas/UnpublishFirmwareResponse.json'; export { default as UpdateFirmwareRequestSchema } from './schemas/UpdateFirmwareRequest.json'; //# sourceMappingURL=index.js.map