import { type AuthorizeResponseV201, type AuthorizeRequestV201, type BootNotificationResponseV201, type BootNotificationRequestV201, type CancelReservationResponseV201, type CancelReservationRequestV201, type CertificateSignedResponseV201, type CertificateSignedRequestV201, type ChangeAvailabilityResponseV201, type ChangeAvailabilityRequestV201, type ClearCacheResponseV201, type ClearCacheRequestV201, type ClearChargingProfileResponseV201, type ClearChargingProfileRequestV201, type ClearDisplayMessageResponseV201, type ClearDisplayMessageRequestV201, type ClearVariableMonitoringResponseV201, type ClearVariableMonitoringRequestV201, type ClearedChargingLimitResponseV201, type ClearedChargingLimitRequestV201, type CostUpdatedResponseV201, type CostUpdatedRequestV201, type CustomerInformationResponseV201, type CustomerInformationRequestV201, type DataTransferResponseV201, type DataTransferRequestV201, type DeleteCertificateResponseV201, type DeleteCertificateRequestV201, type FirmwareStatusNotificationResponseV201, type FirmwareStatusNotificationRequestV201, type GetBaseReportResponseV201, type GetBaseReportRequestV201, type GetCertificateStatusResponseV201, type GetCertificateStatusRequestV201, type GetChargingProfilesResponseV201, type GetChargingProfilesRequestV201, type GetCompositeScheduleResponseV201, type GetCompositeScheduleRequestV201, type GetDisplayMessagesResponseV201, type GetDisplayMessagesRequestV201, type GetInstalledCertificateIdsResponseV201, type GetInstalledCertificateIdsRequestV201, type GetLocalListVersionResponseV201, type GetLocalListVersionRequestV201, type GetLogResponseV201, type GetLogRequestV201, type GetMonitoringReportResponseV201, type GetMonitoringReportRequestV201, type GetReportResponseV201, type GetReportRequestV201, type GetTransactionStatusResponseV201, type GetTransactionStatusRequestV201, type GetVariablesResponseV201, type GetVariablesRequestV201, type Get15118EVCertificateResponseV201, type Get15118EVCertificateRequestV201, type HeartbeatResponseV201, type HeartbeatRequestV201, type InstallCertificateResponseV201, type InstallCertificateRequestV201, type LogStatusNotificationResponseV201, type LogStatusNotificationRequestV201, type MeterValuesResponseV201, type MeterValuesRequestV201, type NotifyChargingLimitResponseV201, type NotifyChargingLimitRequestV201, type NotifyCustomerInformationResponseV201, type NotifyCustomerInformationRequestV201, type NotifyDisplayMessagesResponseV201, type NotifyDisplayMessagesRequestV201, type NotifyEVChargingNeedsResponseV201, type NotifyEVChargingNeedsRequestV201, type NotifyEVChargingScheduleResponseV201, type NotifyEVChargingScheduleRequestV201, type NotifyEventResponseV201, type NotifyEventRequestV201, type NotifyMonitoringReportResponseV201, type NotifyMonitoringReportRequestV201, type NotifyReportResponseV201, type NotifyReportRequestV201, type PublishFirmwareResponseV201, type PublishFirmwareStatusNotificationResponseV201, type PublishFirmwareStatusNotificationRequestV201, type PublishFirmwareRequestV201, type ReportChargingProfilesResponseV201, type ReportChargingProfilesRequestV201, type ReservationStatusUpdateResponseV201, type ReservationStatusUpdateRequestV201, type ReserveNowResponseV201, type ReserveNowRequestV201, type ResetResponseV201, type ResetRequestV201, type RpcCallErrorV201, type RpcCallResultV201, type RpcCallV201, type SecurityEventNotificationResponseV201, type SecurityEventNotificationRequestV201, type SendLocalListResponseV201, type SendLocalListRequestV201, type SetChargingProfileResponseV201, type SetChargingProfileRequestV201, type SetDisplayMessageResponseV201, type SetDisplayMessageRequestV201, type SetMonitoringBaseResponseV201, type SetMonitoringBaseRequestV201, type SetMonitoringLevelResponseV201, type SetMonitoringLevelRequestV201, type SetNetworkProfileResponseV201, type SetNetworkProfileRequestV201, type SetVariableMonitoringResponseV201, type SetVariableMonitoringRequestV201, type SetVariablesResponseV201, type SetVariablesRequestV201, type SignCertificateResponseV201, type SignCertificateRequestV201, type RequestStartTransactionResponseV201, type RequestStartTransactionRequestV201, type StatusNotificationResponseV201, type StatusNotificationRequestV201, type RequestStopTransactionResponseV201, type RequestStopTransactionRequestV201, type TransactionEventResponseV201, type TransactionEventRequestV201, type TriggerMessageResponseV201, type TriggerMessageRequestV201, type UnlockConnectorResponseV201, type UnlockConnectorRequestV201, type UnpublishFirmwareResponseV201, type UnpublishFirmwareRequestV201, type UpdateFirmwareResponseV201, type UpdateFirmwareRequestV201 } from "./../../types/v201"; /** * Validation function for AuthorizeResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidAuthorizeResponseV201: (data: unknown) => data is AuthorizeResponseV201; /** * Validation function for AuthorizeRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidAuthorizeRequestV201: (data: unknown) => data is AuthorizeRequestV201; /** * Validation function for BootNotificationResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidBootNotificationResponseV201: (data: unknown) => data is BootNotificationResponseV201; /** * Validation function for BootNotificationRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidBootNotificationRequestV201: (data: unknown) => data is BootNotificationRequestV201; /** * Validation function for CancelReservationResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidCancelReservationResponseV201: (data: unknown) => data is CancelReservationResponseV201; /** * Validation function for CancelReservationRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidCancelReservationRequestV201: (data: unknown) => data is CancelReservationRequestV201; /** * Validation function for CertificateSignedResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidCertificateSignedResponseV201: (data: unknown) => data is CertificateSignedResponseV201; /** * Validation function for CertificateSignedRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidCertificateSignedRequestV201: (data: unknown) => data is CertificateSignedRequestV201; /** * Validation function for ChangeAvailabilityResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidChangeAvailabilityResponseV201: (data: unknown) => data is ChangeAvailabilityResponseV201; /** * Validation function for ChangeAvailabilityRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidChangeAvailabilityRequestV201: (data: unknown) => data is ChangeAvailabilityRequestV201; /** * Validation function for ClearCacheResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidClearCacheResponseV201: (data: unknown) => data is ClearCacheResponseV201; /** * Validation function for ClearCacheRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidClearCacheRequestV201: (data: unknown) => data is ClearCacheRequestV201; /** * Validation function for ClearChargingProfileResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidClearChargingProfileResponseV201: (data: unknown) => data is ClearChargingProfileResponseV201; /** * Validation function for ClearChargingProfileRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidClearChargingProfileRequestV201: (data: unknown) => data is ClearChargingProfileRequestV201; /** * Validation function for ClearDisplayMessageResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidClearDisplayMessageResponseV201: (data: unknown) => data is ClearDisplayMessageResponseV201; /** * Validation function for ClearDisplayMessageRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidClearDisplayMessageRequestV201: (data: unknown) => data is ClearDisplayMessageRequestV201; /** * Validation function for ClearVariableMonitoringResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidClearVariableMonitoringResponseV201: (data: unknown) => data is ClearVariableMonitoringResponseV201; /** * Validation function for ClearVariableMonitoringRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidClearVariableMonitoringRequestV201: (data: unknown) => data is ClearVariableMonitoringRequestV201; /** * Validation function for ClearedChargingLimitResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidClearedChargingLimitResponseV201: (data: unknown) => data is ClearedChargingLimitResponseV201; /** * Validation function for ClearedChargingLimitRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidClearedChargingLimitRequestV201: (data: unknown) => data is ClearedChargingLimitRequestV201; /** * Validation function for CostUpdatedResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidCostUpdatedResponseV201: (data: unknown) => data is CostUpdatedResponseV201; /** * Validation function for CostUpdatedRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidCostUpdatedRequestV201: (data: unknown) => data is CostUpdatedRequestV201; /** * Validation function for CustomerInformationResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidCustomerInformationResponseV201: (data: unknown) => data is CustomerInformationResponseV201; /** * Validation function for CustomerInformationRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidCustomerInformationRequestV201: (data: unknown) => data is CustomerInformationRequestV201; /** * Validation function for DataTransferResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidDataTransferResponseV201: (data: unknown) => data is DataTransferResponseV201; /** * Validation function for DataTransferRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidDataTransferRequestV201: (data: unknown) => data is DataTransferRequestV201; /** * Validation function for DeleteCertificateResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidDeleteCertificateResponseV201: (data: unknown) => data is DeleteCertificateResponseV201; /** * Validation function for DeleteCertificateRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidDeleteCertificateRequestV201: (data: unknown) => data is DeleteCertificateRequestV201; /** * Validation function for FirmwareStatusNotificationResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidFirmwareStatusNotificationResponseV201: (data: unknown) => data is FirmwareStatusNotificationResponseV201; /** * Validation function for FirmwareStatusNotificationRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidFirmwareStatusNotificationRequestV201: (data: unknown) => data is FirmwareStatusNotificationRequestV201; /** * Validation function for GetBaseReportResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetBaseReportResponseV201: (data: unknown) => data is GetBaseReportResponseV201; /** * Validation function for GetBaseReportRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetBaseReportRequestV201: (data: unknown) => data is GetBaseReportRequestV201; /** * Validation function for GetCertificateStatusResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetCertificateStatusResponseV201: (data: unknown) => data is GetCertificateStatusResponseV201; /** * Validation function for GetCertificateStatusRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetCertificateStatusRequestV201: (data: unknown) => data is GetCertificateStatusRequestV201; /** * Validation function for GetChargingProfilesResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetChargingProfilesResponseV201: (data: unknown) => data is GetChargingProfilesResponseV201; /** * Validation function for GetChargingProfilesRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetChargingProfilesRequestV201: (data: unknown) => data is GetChargingProfilesRequestV201; /** * Validation function for GetCompositeScheduleResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetCompositeScheduleResponseV201: (data: unknown) => data is GetCompositeScheduleResponseV201; /** * Validation function for GetCompositeScheduleRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetCompositeScheduleRequestV201: (data: unknown) => data is GetCompositeScheduleRequestV201; /** * Validation function for GetDisplayMessagesResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetDisplayMessagesResponseV201: (data: unknown) => data is GetDisplayMessagesResponseV201; /** * Validation function for GetDisplayMessagesRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetDisplayMessagesRequestV201: (data: unknown) => data is GetDisplayMessagesRequestV201; /** * Validation function for GetInstalledCertificateIdsResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetInstalledCertificateIdsResponseV201: (data: unknown) => data is GetInstalledCertificateIdsResponseV201; /** * Validation function for GetInstalledCertificateIdsRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetInstalledCertificateIdsRequestV201: (data: unknown) => data is GetInstalledCertificateIdsRequestV201; /** * Validation function for GetLocalListVersionResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetLocalListVersionResponseV201: (data: unknown) => data is GetLocalListVersionResponseV201; /** * Validation function for GetLocalListVersionRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetLocalListVersionRequestV201: (data: unknown) => data is GetLocalListVersionRequestV201; /** * Validation function for GetLogResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetLogResponseV201: (data: unknown) => data is GetLogResponseV201; /** * Validation function for GetLogRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetLogRequestV201: (data: unknown) => data is GetLogRequestV201; /** * Validation function for GetMonitoringReportResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetMonitoringReportResponseV201: (data: unknown) => data is GetMonitoringReportResponseV201; /** * Validation function for GetMonitoringReportRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetMonitoringReportRequestV201: (data: unknown) => data is GetMonitoringReportRequestV201; /** * Validation function for GetReportResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetReportResponseV201: (data: unknown) => data is GetReportResponseV201; /** * Validation function for GetReportRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetReportRequestV201: (data: unknown) => data is GetReportRequestV201; /** * Validation function for GetTransactionStatusResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetTransactionStatusResponseV201: (data: unknown) => data is GetTransactionStatusResponseV201; /** * Validation function for GetTransactionStatusRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetTransactionStatusRequestV201: (data: unknown) => data is GetTransactionStatusRequestV201; /** * Validation function for GetVariablesResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetVariablesResponseV201: (data: unknown) => data is GetVariablesResponseV201; /** * Validation function for GetVariablesRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGetVariablesRequestV201: (data: unknown) => data is GetVariablesRequestV201; /** * Validation function for Get15118EVCertificateResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGet15118EVCertificateResponseV201: (data: unknown) => data is Get15118EVCertificateResponseV201; /** * Validation function for Get15118EVCertificateRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidGet15118EVCertificateRequestV201: (data: unknown) => data is Get15118EVCertificateRequestV201; /** * Validation function for HeartbeatResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidHeartbeatResponseV201: (data: unknown) => data is HeartbeatResponseV201; /** * Validation function for HeartbeatRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidHeartbeatRequestV201: (data: unknown) => data is HeartbeatRequestV201; /** * Validation function for InstallCertificateResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidInstallCertificateResponseV201: (data: unknown) => data is InstallCertificateResponseV201; /** * Validation function for InstallCertificateRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidInstallCertificateRequestV201: (data: unknown) => data is InstallCertificateRequestV201; /** * Validation function for LogStatusNotificationResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidLogStatusNotificationResponseV201: (data: unknown) => data is LogStatusNotificationResponseV201; /** * Validation function for LogStatusNotificationRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidLogStatusNotificationRequestV201: (data: unknown) => data is LogStatusNotificationRequestV201; /** * Validation function for MeterValuesResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidMeterValuesResponseV201: (data: unknown) => data is MeterValuesResponseV201; /** * Validation function for MeterValuesRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidMeterValuesRequestV201: (data: unknown) => data is MeterValuesRequestV201; /** * Validation function for NotifyChargingLimitResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyChargingLimitResponseV201: (data: unknown) => data is NotifyChargingLimitResponseV201; /** * Validation function for NotifyChargingLimitRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyChargingLimitRequestV201: (data: unknown) => data is NotifyChargingLimitRequestV201; /** * Validation function for NotifyCustomerInformationResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyCustomerInformationResponseV201: (data: unknown) => data is NotifyCustomerInformationResponseV201; /** * Validation function for NotifyCustomerInformationRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyCustomerInformationRequestV201: (data: unknown) => data is NotifyCustomerInformationRequestV201; /** * Validation function for NotifyDisplayMessagesResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyDisplayMessagesResponseV201: (data: unknown) => data is NotifyDisplayMessagesResponseV201; /** * Validation function for NotifyDisplayMessagesRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyDisplayMessagesRequestV201: (data: unknown) => data is NotifyDisplayMessagesRequestV201; /** * Validation function for NotifyEVChargingNeedsResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyEVChargingNeedsResponseV201: (data: unknown) => data is NotifyEVChargingNeedsResponseV201; /** * Validation function for NotifyEVChargingNeedsRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyEVChargingNeedsRequestV201: (data: unknown) => data is NotifyEVChargingNeedsRequestV201; /** * Validation function for NotifyEVChargingScheduleResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyEVChargingScheduleResponseV201: (data: unknown) => data is NotifyEVChargingScheduleResponseV201; /** * Validation function for NotifyEVChargingScheduleRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyEVChargingScheduleRequestV201: (data: unknown) => data is NotifyEVChargingScheduleRequestV201; /** * Validation function for NotifyEventResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyEventResponseV201: (data: unknown) => data is NotifyEventResponseV201; /** * Validation function for NotifyEventRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyEventRequestV201: (data: unknown) => data is NotifyEventRequestV201; /** * Validation function for NotifyMonitoringReportResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyMonitoringReportResponseV201: (data: unknown) => data is NotifyMonitoringReportResponseV201; /** * Validation function for NotifyMonitoringReportRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyMonitoringReportRequestV201: (data: unknown) => data is NotifyMonitoringReportRequestV201; /** * Validation function for NotifyReportResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyReportResponseV201: (data: unknown) => data is NotifyReportResponseV201; /** * Validation function for NotifyReportRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidNotifyReportRequestV201: (data: unknown) => data is NotifyReportRequestV201; /** * Validation function for PublishFirmwareResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidPublishFirmwareResponseV201: (data: unknown) => data is PublishFirmwareResponseV201; /** * Validation function for PublishFirmwareStatusNotificationResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidPublishFirmwareStatusNotificationResponseV201: (data: unknown) => data is PublishFirmwareStatusNotificationResponseV201; /** * Validation function for PublishFirmwareStatusNotificationRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidPublishFirmwareStatusNotificationRequestV201: (data: unknown) => data is PublishFirmwareStatusNotificationRequestV201; /** * Validation function for PublishFirmwareRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidPublishFirmwareRequestV201: (data: unknown) => data is PublishFirmwareRequestV201; /** * Validation function for ReportChargingProfilesResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidReportChargingProfilesResponseV201: (data: unknown) => data is ReportChargingProfilesResponseV201; /** * Validation function for ReportChargingProfilesRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidReportChargingProfilesRequestV201: (data: unknown) => data is ReportChargingProfilesRequestV201; /** * Validation function for ReservationStatusUpdateResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidReservationStatusUpdateResponseV201: (data: unknown) => data is ReservationStatusUpdateResponseV201; /** * Validation function for ReservationStatusUpdateRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidReservationStatusUpdateRequestV201: (data: unknown) => data is ReservationStatusUpdateRequestV201; /** * Validation function for ReserveNowResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidReserveNowResponseV201: (data: unknown) => data is ReserveNowResponseV201; /** * Validation function for ReserveNowRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidReserveNowRequestV201: (data: unknown) => data is ReserveNowRequestV201; /** * Validation function for ResetResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidResetResponseV201: (data: unknown) => data is ResetResponseV201; /** * Validation function for ResetRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidResetRequestV201: (data: unknown) => data is ResetRequestV201; /** * Validation function for RpcCallErrorV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidRpcCallErrorV201: (data: unknown) => data is RpcCallErrorV201; /** * Validation function for RpcCallResultV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidRpcCallResultV201: (data: unknown) => data is RpcCallResultV201; /** * Validation function for RpcCallV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidRpcCallV201: (data: unknown) => data is RpcCallV201; /** * Validation function for SecurityEventNotificationResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSecurityEventNotificationResponseV201: (data: unknown) => data is SecurityEventNotificationResponseV201; /** * Validation function for SecurityEventNotificationRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSecurityEventNotificationRequestV201: (data: unknown) => data is SecurityEventNotificationRequestV201; /** * Validation function for SendLocalListResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSendLocalListResponseV201: (data: unknown) => data is SendLocalListResponseV201; /** * Validation function for SendLocalListRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSendLocalListRequestV201: (data: unknown) => data is SendLocalListRequestV201; /** * Validation function for SetChargingProfileResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetChargingProfileResponseV201: (data: unknown) => data is SetChargingProfileResponseV201; /** * Validation function for SetChargingProfileRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetChargingProfileRequestV201: (data: unknown) => data is SetChargingProfileRequestV201; /** * Validation function for SetDisplayMessageResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetDisplayMessageResponseV201: (data: unknown) => data is SetDisplayMessageResponseV201; /** * Validation function for SetDisplayMessageRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetDisplayMessageRequestV201: (data: unknown) => data is SetDisplayMessageRequestV201; /** * Validation function for SetMonitoringBaseResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetMonitoringBaseResponseV201: (data: unknown) => data is SetMonitoringBaseResponseV201; /** * Validation function for SetMonitoringBaseRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetMonitoringBaseRequestV201: (data: unknown) => data is SetMonitoringBaseRequestV201; /** * Validation function for SetMonitoringLevelResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetMonitoringLevelResponseV201: (data: unknown) => data is SetMonitoringLevelResponseV201; /** * Validation function for SetMonitoringLevelRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetMonitoringLevelRequestV201: (data: unknown) => data is SetMonitoringLevelRequestV201; /** * Validation function for SetNetworkProfileResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetNetworkProfileResponseV201: (data: unknown) => data is SetNetworkProfileResponseV201; /** * Validation function for SetNetworkProfileRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetNetworkProfileRequestV201: (data: unknown) => data is SetNetworkProfileRequestV201; /** * Validation function for SetVariableMonitoringResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetVariableMonitoringResponseV201: (data: unknown) => data is SetVariableMonitoringResponseV201; /** * Validation function for SetVariableMonitoringRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetVariableMonitoringRequestV201: (data: unknown) => data is SetVariableMonitoringRequestV201; /** * Validation function for SetVariablesResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetVariablesResponseV201: (data: unknown) => data is SetVariablesResponseV201; /** * Validation function for SetVariablesRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSetVariablesRequestV201: (data: unknown) => data is SetVariablesRequestV201; /** * Validation function for SignCertificateResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSignCertificateResponseV201: (data: unknown) => data is SignCertificateResponseV201; /** * Validation function for SignCertificateRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidSignCertificateRequestV201: (data: unknown) => data is SignCertificateRequestV201; /** * Validation function for RequestStartTransactionResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidRequestStartTransactionResponseV201: (data: unknown) => data is RequestStartTransactionResponseV201; /** * Validation function for RequestStartTransactionRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidRequestStartTransactionRequestV201: (data: unknown) => data is RequestStartTransactionRequestV201; /** * Validation function for StatusNotificationResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidStatusNotificationResponseV201: (data: unknown) => data is StatusNotificationResponseV201; /** * Validation function for StatusNotificationRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidStatusNotificationRequestV201: (data: unknown) => data is StatusNotificationRequestV201; /** * Validation function for RequestStopTransactionResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidRequestStopTransactionResponseV201: (data: unknown) => data is RequestStopTransactionResponseV201; /** * Validation function for RequestStopTransactionRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidRequestStopTransactionRequestV201: (data: unknown) => data is RequestStopTransactionRequestV201; /** * Validation function for TransactionEventResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidTransactionEventResponseV201: (data: unknown) => data is TransactionEventResponseV201; /** * Validation function for TransactionEventRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidTransactionEventRequestV201: (data: unknown) => data is TransactionEventRequestV201; /** * Validation function for TriggerMessageResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidTriggerMessageResponseV201: (data: unknown) => data is TriggerMessageResponseV201; /** * Validation function for TriggerMessageRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidTriggerMessageRequestV201: (data: unknown) => data is TriggerMessageRequestV201; /** * Validation function for UnlockConnectorResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidUnlockConnectorResponseV201: (data: unknown) => data is UnlockConnectorResponseV201; /** * Validation function for UnlockConnectorRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidUnlockConnectorRequestV201: (data: unknown) => data is UnlockConnectorRequestV201; /** * Validation function for UnpublishFirmwareResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidUnpublishFirmwareResponseV201: (data: unknown) => data is UnpublishFirmwareResponseV201; /** * Validation function for UnpublishFirmwareRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidUnpublishFirmwareRequestV201: (data: unknown) => data is UnpublishFirmwareRequestV201; /** * Validation function for UpdateFirmwareResponseV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidUpdateFirmwareResponseV201: (data: unknown) => data is UpdateFirmwareResponseV201; /** * Validation function for UpdateFirmwareRequestV201 using JSON included schema. * @param { unknown } data JSON decoded payload to validate * @returns { boolean } true if payload is valid against schema, false otherwise * */ export declare const isValidUpdateFirmwareRequestV201: (data: unknown) => data is UpdateFirmwareRequestV201; export declare const actionValidatorV201: { [key: string]: (data: unknown) => boolean; }; //# sourceMappingURL=index.d.ts.map