ocpp-standard-schema
Version:
Contains OCPP JSON schemas for validation purposes
164 lines • 16.2 kB
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.StopTransactionResponse = exports.StopTransactionRequest = exports.StatusNotificationResponse = exports.StatusNotificationRequest = exports.StartTransactionResponse = exports.StartTransactionRequest = exports.SetChargingProfileResponse = exports.SetChargingProfileRequest = exports.SendLocalListResponse = exports.SendLocalListRequest = exports.ResetResponse = exports.ResetRequest = exports.ReserveNowResponse = exports.ReserveNowRequest = exports.RemoteStopTransactionResponse = exports.RemoteStopTransactionRequest = exports.RemoteStartTransactionResponse = exports.RemoteStartTransactionRequest = exports.MeterValuesResponse = exports.MeterValuesRequest = exports.HeartbeatResponse = exports.HeartbeatRequest = exports.GetLocalListVersionResponse = exports.GetLocalListVersionRequest = exports.GetDiagnosticsResponse = exports.GetDiagnosticsRequest = exports.GetConfigurationResponse = exports.GetConfigurationRequest = exports.GetCompositeScheduleResponse = exports.GetCompositeScheduleRequest = exports.FirmwareStatusNotificationResponse = exports.FirmwareStatusNotificationRequest = exports.DiagnosticsStatusNotificationResponse = exports.DiagnosticsStatusNotificationRequest = exports.DataTransferResponse = exports.DataTransferRequest = exports.ClearChargingProfileResponse = exports.ClearChargingProfileRequest = exports.ClearCacheResponse = exports.ClearCacheRequest = exports.ChangeConfigurationResponse = exports.ChangeConfigurationRequest = exports.ChangeAvailabilityResponse = exports.ChangeAvailabilityRequest = exports.CancelReservationResponse = exports.CancelReservationRequest = exports.BootNotificationResponse = exports.BootNotificationRequest = exports.AuthorizeResponse = exports.AuthorizeRequest = void 0;
exports.SignedUpdateFirmwareResponse = exports.SignedUpdateFirmwareRequest = exports.SignFirmwareStatusNotificationResponse = exports.SignFirmwareStatusNotificationRequest = exports.SignCertificateResponse = exports.SignCertificateRequest = exports.SecurityEventNotificationResponse = exports.SecurityEventNotificationRequest = exports.LogStatusNotificationResponse = exports.LogStatusNotificationRequest = exports.InstallCertificateResponse = exports.InstallCertificateRequest = exports.GetLogResponse = exports.GetLogRequest = exports.GetInstalledCertificateIdsResponse = exports.GetInstalledCertificateIdsRequest = exports.ExtendedTriggerMessageResponse = exports.ExtendedTriggerMessageRequest = exports.DeleteCertificateResponse = exports.DeleteCertificateRequest = exports.CertificateSignedResponse = exports.CertificateSignedRequest = exports.UpdateFirmwareResponse = exports.UpdateFirmwareRequest = exports.UnlockConnectorResponse = exports.UnlockConnectorRequest = exports.TriggerMessageResponse = exports.TriggerMessageRequest = void 0;
const Authorize_json_1 = __importDefault(require("./Authorize.json"));
exports.AuthorizeRequest = Authorize_json_1.default;
const AuthorizeResponse_json_1 = __importDefault(require("./AuthorizeResponse.json"));
exports.AuthorizeResponse = AuthorizeResponse_json_1.default;
const BootNotification_json_1 = __importDefault(require("./BootNotification.json"));
exports.BootNotificationRequest = BootNotification_json_1.default;
const BootNotificationResponse_json_1 = __importDefault(require("./BootNotificationResponse.json"));
exports.BootNotificationResponse = BootNotificationResponse_json_1.default;
const CancelReservation_json_1 = __importDefault(require("./CancelReservation.json"));
exports.CancelReservationRequest = CancelReservation_json_1.default;
const CancelReservationResponse_json_1 = __importDefault(require("./CancelReservationResponse.json"));
exports.CancelReservationResponse = CancelReservationResponse_json_1.default;
const ChangeAvailability_json_1 = __importDefault(require("./ChangeAvailability.json"));
exports.ChangeAvailabilityRequest = ChangeAvailability_json_1.default;
const ChangeAvailabilityResponse_json_1 = __importDefault(require("./ChangeAvailabilityResponse.json"));
exports.ChangeAvailabilityResponse = ChangeAvailabilityResponse_json_1.default;
const ChangeConfiguration_json_1 = __importDefault(require("./ChangeConfiguration.json"));
exports.ChangeConfigurationRequest = ChangeConfiguration_json_1.default;
const ChangeConfigurationResponse_json_1 = __importDefault(require("./ChangeConfigurationResponse.json"));
exports.ChangeConfigurationResponse = ChangeConfigurationResponse_json_1.default;
const ClearCache_json_1 = __importDefault(require("./ClearCache.json"));
exports.ClearCacheRequest = ClearCache_json_1.default;
const ClearCacheResponse_json_1 = __importDefault(require("./ClearCacheResponse.json"));
exports.ClearCacheResponse = ClearCacheResponse_json_1.default;
const ClearChargingProfile_json_1 = __importDefault(require("./ClearChargingProfile.json"));
exports.ClearChargingProfileRequest = ClearChargingProfile_json_1.default;
const ClearChargingProfileResponse_json_1 = __importDefault(require("./ClearChargingProfileResponse.json"));
exports.ClearChargingProfileResponse = ClearChargingProfileResponse_json_1.default;
const DataTransfer_json_1 = __importDefault(require("./DataTransfer.json"));
exports.DataTransferRequest = DataTransfer_json_1.default;
const DataTransferResponse_json_1 = __importDefault(require("./DataTransferResponse.json"));
exports.DataTransferResponse = DataTransferResponse_json_1.default;
const DiagnosticsStatusNotification_json_1 = __importDefault(require("./DiagnosticsStatusNotification.json"));
exports.DiagnosticsStatusNotificationRequest = DiagnosticsStatusNotification_json_1.default;
const DiagnosticsStatusNotificationResponse_json_1 = __importDefault(require("./DiagnosticsStatusNotificationResponse.json"));
exports.DiagnosticsStatusNotificationResponse = DiagnosticsStatusNotificationResponse_json_1.default;
const FirmwareStatusNotification_json_1 = __importDefault(require("./FirmwareStatusNotification.json"));
exports.FirmwareStatusNotificationRequest = FirmwareStatusNotification_json_1.default;
const FirmwareStatusNotificationResponse_json_1 = __importDefault(require("./FirmwareStatusNotificationResponse.json"));
exports.FirmwareStatusNotificationResponse = FirmwareStatusNotificationResponse_json_1.default;
const GetCompositeSchedule_json_1 = __importDefault(require("./GetCompositeSchedule.json"));
exports.GetCompositeScheduleRequest = GetCompositeSchedule_json_1.default;
const GetCompositeScheduleResponse_json_1 = __importDefault(require("./GetCompositeScheduleResponse.json"));
exports.GetCompositeScheduleResponse = GetCompositeScheduleResponse_json_1.default;
const GetConfiguration_json_1 = __importDefault(require("./GetConfiguration.json"));
exports.GetConfigurationRequest = GetConfiguration_json_1.default;
const GetConfigurationResponse_json_1 = __importDefault(require("./GetConfigurationResponse.json"));
exports.GetConfigurationResponse = GetConfigurationResponse_json_1.default;
const GetDiagnostics_json_1 = __importDefault(require("./GetDiagnostics.json"));
exports.GetDiagnosticsRequest = GetDiagnostics_json_1.default;
const GetDiagnosticsResponse_json_1 = __importDefault(require("./GetDiagnosticsResponse.json"));
exports.GetDiagnosticsResponse = GetDiagnosticsResponse_json_1.default;
const GetLocalListVersion_json_1 = __importDefault(require("./GetLocalListVersion.json"));
exports.GetLocalListVersionRequest = GetLocalListVersion_json_1.default;
const GetLocalListVersionResponse_json_1 = __importDefault(require("./GetLocalListVersionResponse.json"));
exports.GetLocalListVersionResponse = GetLocalListVersionResponse_json_1.default;
const Heartbeat_json_1 = __importDefault(require("./Heartbeat.json"));
exports.HeartbeatRequest = Heartbeat_json_1.default;
const HeartbeatResponse_json_1 = __importDefault(require("./HeartbeatResponse.json"));
exports.HeartbeatResponse = HeartbeatResponse_json_1.default;
const MeterValues_json_1 = __importDefault(require("./MeterValues.json"));
exports.MeterValuesRequest = MeterValues_json_1.default;
const MeterValuesResponse_json_1 = __importDefault(require("./MeterValuesResponse.json"));
exports.MeterValuesResponse = MeterValuesResponse_json_1.default;
const RemoteStartTransaction_json_1 = __importDefault(require("./RemoteStartTransaction.json"));
exports.RemoteStartTransactionRequest = RemoteStartTransaction_json_1.default;
const RemoteStartTransactionResponse_json_1 = __importDefault(require("./RemoteStartTransactionResponse.json"));
exports.RemoteStartTransactionResponse = RemoteStartTransactionResponse_json_1.default;
const RemoteStopTransaction_json_1 = __importDefault(require("./RemoteStopTransaction.json"));
exports.RemoteStopTransactionRequest = RemoteStopTransaction_json_1.default;
const RemoteStopTransactionResponse_json_1 = __importDefault(require("./RemoteStopTransactionResponse.json"));
exports.RemoteStopTransactionResponse = RemoteStopTransactionResponse_json_1.default;
const ReserveNow_json_1 = __importDefault(require("./ReserveNow.json"));
exports.ReserveNowRequest = ReserveNow_json_1.default;
const ReserveNowResponse_json_1 = __importDefault(require("./ReserveNowResponse.json"));
exports.ReserveNowResponse = ReserveNowResponse_json_1.default;
const Reset_json_1 = __importDefault(require("./Reset.json"));
exports.ResetRequest = Reset_json_1.default;
const ResetResponse_json_1 = __importDefault(require("./ResetResponse.json"));
exports.ResetResponse = ResetResponse_json_1.default;
const SendLocalList_json_1 = __importDefault(require("./SendLocalList.json"));
exports.SendLocalListRequest = SendLocalList_json_1.default;
const SendLocalListResponse_json_1 = __importDefault(require("./SendLocalListResponse.json"));
exports.SendLocalListResponse = SendLocalListResponse_json_1.default;
const SetChargingProfile_json_1 = __importDefault(require("./SetChargingProfile.json"));
exports.SetChargingProfileRequest = SetChargingProfile_json_1.default;
const SetChargingProfileResponse_json_1 = __importDefault(require("./SetChargingProfileResponse.json"));
exports.SetChargingProfileResponse = SetChargingProfileResponse_json_1.default;
const StartTransaction_json_1 = __importDefault(require("./StartTransaction.json"));
exports.StartTransactionRequest = StartTransaction_json_1.default;
const StartTransactionResponse_json_1 = __importDefault(require("./StartTransactionResponse.json"));
exports.StartTransactionResponse = StartTransactionResponse_json_1.default;
const StatusNotification_json_1 = __importDefault(require("./StatusNotification.json"));
exports.StatusNotificationRequest = StatusNotification_json_1.default;
const StatusNotificationResponse_json_1 = __importDefault(require("./StatusNotificationResponse.json"));
exports.StatusNotificationResponse = StatusNotificationResponse_json_1.default;
const StopTransaction_json_1 = __importDefault(require("./StopTransaction.json"));
exports.StopTransactionRequest = StopTransaction_json_1.default;
const StopTransactionResponse_json_1 = __importDefault(require("./StopTransactionResponse.json"));
exports.StopTransactionResponse = StopTransactionResponse_json_1.default;
const TriggerMessage_json_1 = __importDefault(require("./TriggerMessage.json"));
exports.TriggerMessageRequest = TriggerMessage_json_1.default;
const TriggerMessageResponse_json_1 = __importDefault(require("./TriggerMessageResponse.json"));
exports.TriggerMessageResponse = TriggerMessageResponse_json_1.default;
const UnlockConnector_json_1 = __importDefault(require("./UnlockConnector.json"));
exports.UnlockConnectorRequest = UnlockConnector_json_1.default;
const UnlockConnectorResponse_json_1 = __importDefault(require("./UnlockConnectorResponse.json"));
exports.UnlockConnectorResponse = UnlockConnectorResponse_json_1.default;
const UpdateFirmware_json_1 = __importDefault(require("./UpdateFirmware.json"));
exports.UpdateFirmwareRequest = UpdateFirmware_json_1.default;
const UpdateFirmwareResponse_json_1 = __importDefault(require("./UpdateFirmwareResponse.json"));
exports.UpdateFirmwareResponse = UpdateFirmwareResponse_json_1.default;
const CertificateSigned_json_1 = __importDefault(require("./CertificateSigned.json"));
exports.CertificateSignedRequest = CertificateSigned_json_1.default;
const CertificateSignedResponse_json_1 = __importDefault(require("./CertificateSignedResponse.json"));
exports.CertificateSignedResponse = CertificateSignedResponse_json_1.default;
const DeleteCertificate_json_1 = __importDefault(require("./DeleteCertificate.json"));
exports.DeleteCertificateRequest = DeleteCertificate_json_1.default;
const DeleteCertificateResponse_json_1 = __importDefault(require("./DeleteCertificateResponse.json"));
exports.DeleteCertificateResponse = DeleteCertificateResponse_json_1.default;
const ExtendedTriggerMessage_json_1 = __importDefault(require("./ExtendedTriggerMessage.json"));
exports.ExtendedTriggerMessageRequest = ExtendedTriggerMessage_json_1.default;
const ExtendedTriggerMessageResponse_json_1 = __importDefault(require("./ExtendedTriggerMessageResponse.json"));
exports.ExtendedTriggerMessageResponse = ExtendedTriggerMessageResponse_json_1.default;
const GetInstalledCertificateIds_json_1 = __importDefault(require("./GetInstalledCertificateIds.json"));
exports.GetInstalledCertificateIdsRequest = GetInstalledCertificateIds_json_1.default;
const GetInstalledCertificateIdsResponse_json_1 = __importDefault(require("./GetInstalledCertificateIdsResponse.json"));
exports.GetInstalledCertificateIdsResponse = GetInstalledCertificateIdsResponse_json_1.default;
const GetLog_json_1 = __importDefault(require("./GetLog.json"));
exports.GetLogRequest = GetLog_json_1.default;
const GetLogResponse_json_1 = __importDefault(require("./GetLogResponse.json"));
exports.GetLogResponse = GetLogResponse_json_1.default;
const InstallCertificate_json_1 = __importDefault(require("./InstallCertificate.json"));
exports.InstallCertificateRequest = InstallCertificate_json_1.default;
const InstallCertificateResponse_json_1 = __importDefault(require("./InstallCertificateResponse.json"));
exports.InstallCertificateResponse = InstallCertificateResponse_json_1.default;
const LogStatusNotification_json_1 = __importDefault(require("./LogStatusNotification.json"));
exports.LogStatusNotificationRequest = LogStatusNotification_json_1.default;
const LogStatusNotificationResponse_json_1 = __importDefault(require("./LogStatusNotificationResponse.json"));
exports.LogStatusNotificationResponse = LogStatusNotificationResponse_json_1.default;
const SecurityEventNotification_json_1 = __importDefault(require("./SecurityEventNotification.json"));
exports.SecurityEventNotificationRequest = SecurityEventNotification_json_1.default;
const SecurityEventNotificationResponse_json_1 = __importDefault(require("./SecurityEventNotificationResponse.json"));
exports.SecurityEventNotificationResponse = SecurityEventNotificationResponse_json_1.default;
const SignCertificate_json_1 = __importDefault(require("./SignCertificate.json"));
exports.SignCertificateRequest = SignCertificate_json_1.default;
const SignCertificateResponse_json_1 = __importDefault(require("./SignCertificateResponse.json"));
exports.SignCertificateResponse = SignCertificateResponse_json_1.default;
const SignedFirmwareStatusNotification_json_1 = __importDefault(require("./SignedFirmwareStatusNotification.json"));
exports.SignFirmwareStatusNotificationRequest = SignedFirmwareStatusNotification_json_1.default;
const SignedFirmwareStatusNotificationResponse_json_1 = __importDefault(require("./SignedFirmwareStatusNotificationResponse.json"));
exports.SignFirmwareStatusNotificationResponse = SignedFirmwareStatusNotificationResponse_json_1.default;
const SignedUpdateFirmware_json_1 = __importDefault(require("./SignedUpdateFirmware.json"));
exports.SignedUpdateFirmwareRequest = SignedUpdateFirmware_json_1.default;
const SignedUpdateFirmwareResponse_json_1 = __importDefault(require("./SignedUpdateFirmwareResponse.json"));
exports.SignedUpdateFirmwareResponse = SignedUpdateFirmwareResponse_json_1.default;
//# sourceMappingURL=index.js.map