UNPKG

ocpp-standard-schema

Version:

Contains OCPP JSON schemas for validation purposes

103 lines 9.95 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.UpdateFirmwareResponse = exports.UpdateFirmwareRequest = exports.UnlockConnectorResponse = exports.UnlockConnectorRequest = exports.StopTransactionResponse = exports.StopTransactionRequest = exports.StatusNotificationResponse = exports.StatusNotificationRequest = exports.StartTransactionResponse = exports.StartTransactionRequest = 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.FirmwareStatusNotificationResponse = exports.FirmwareStatusNotificationRequest = exports.DiagnosticsStatusNotificationResponse = exports.DiagnosticsStatusNotificationRequest = exports.DataTransferResponse = exports.DataTransferRequest = 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; const authorize_json_1 = __importDefault(require("./authorize.json")); exports.AuthorizeRequest = authorize_json_1.default; const authorize_response_json_1 = __importDefault(require("./authorize-response.json")); exports.AuthorizeResponse = authorize_response_json_1.default; const boot_notification_json_1 = __importDefault(require("./boot-notification.json")); exports.BootNotificationRequest = boot_notification_json_1.default; const boot_notification_response_json_1 = __importDefault(require("./boot-notification-response.json")); exports.BootNotificationResponse = boot_notification_response_json_1.default; const cancel_reservation_json_1 = __importDefault(require("./cancel-reservation.json")); exports.CancelReservationRequest = cancel_reservation_json_1.default; const cancel_reservation_response_json_1 = __importDefault(require("./cancel-reservation-response.json")); exports.CancelReservationResponse = cancel_reservation_response_json_1.default; const change_availability_json_1 = __importDefault(require("./change-availability.json")); exports.ChangeAvailabilityRequest = change_availability_json_1.default; const change_availability_response_json_1 = __importDefault(require("./change-availability-response.json")); exports.ChangeAvailabilityResponse = change_availability_response_json_1.default; const change_configuration_json_1 = __importDefault(require("./change-configuration.json")); exports.ChangeConfigurationRequest = change_configuration_json_1.default; const change_configuration_response_json_1 = __importDefault(require("./change-configuration-response.json")); exports.ChangeConfigurationResponse = change_configuration_response_json_1.default; const clear_cache_json_1 = __importDefault(require("./clear-cache.json")); exports.ClearCacheRequest = clear_cache_json_1.default; const clear_cache_response_json_1 = __importDefault(require("./clear-cache-response.json")); exports.ClearCacheResponse = clear_cache_response_json_1.default; const data_transfer_json_1 = __importDefault(require("./data-transfer.json")); exports.DataTransferRequest = data_transfer_json_1.default; const data_transfer_response_json_1 = __importDefault(require("./data-transfer-response.json")); exports.DataTransferResponse = data_transfer_response_json_1.default; const diagnostics_status_notification_json_1 = __importDefault(require("./diagnostics-status-notification.json")); exports.DiagnosticsStatusNotificationRequest = diagnostics_status_notification_json_1.default; const diagnostics_status_notification_response_json_1 = __importDefault(require("./diagnostics-status-notification-response.json")); exports.DiagnosticsStatusNotificationResponse = diagnostics_status_notification_response_json_1.default; const firmware_status_notification_json_1 = __importDefault(require("./firmware-status-notification.json")); exports.FirmwareStatusNotificationRequest = firmware_status_notification_json_1.default; const firmware_status_notification_response_json_1 = __importDefault(require("./firmware-status-notification-response.json")); exports.FirmwareStatusNotificationResponse = firmware_status_notification_response_json_1.default; const get_configuration_json_1 = __importDefault(require("./get-configuration.json")); exports.GetConfigurationRequest = get_configuration_json_1.default; const get_configuration_response_json_1 = __importDefault(require("./get-configuration-response.json")); exports.GetConfigurationResponse = get_configuration_response_json_1.default; const get_diagnostics_json_1 = __importDefault(require("./get-diagnostics.json")); exports.GetDiagnosticsRequest = get_diagnostics_json_1.default; const get_diagnostics_response_json_1 = __importDefault(require("./get-diagnostics-response.json")); exports.GetDiagnosticsResponse = get_diagnostics_response_json_1.default; const get_local_list_version_json_1 = __importDefault(require("./get-local-list-version.json")); exports.GetLocalListVersionRequest = get_local_list_version_json_1.default; const get_local_list_version_response_json_1 = __importDefault(require("./get-local-list-version-response.json")); exports.GetLocalListVersionResponse = get_local_list_version_response_json_1.default; const heartbeat_json_1 = __importDefault(require("./heartbeat.json")); exports.HeartbeatRequest = heartbeat_json_1.default; const heartbeat_response_json_1 = __importDefault(require("./heartbeat-response.json")); exports.HeartbeatResponse = heartbeat_response_json_1.default; const meter_values_json_1 = __importDefault(require("./meter-values.json")); exports.MeterValuesRequest = meter_values_json_1.default; const meter_values_response_json_1 = __importDefault(require("./meter-values-response.json")); exports.MeterValuesResponse = meter_values_response_json_1.default; const remote_start_transaction_json_1 = __importDefault(require("./remote-start-transaction.json")); exports.RemoteStartTransactionRequest = remote_start_transaction_json_1.default; const remote_start_transaction_response_json_1 = __importDefault(require("./remote-start-transaction-response.json")); exports.RemoteStartTransactionResponse = remote_start_transaction_response_json_1.default; const remote_stop_transaction_json_1 = __importDefault(require("./remote-stop-transaction.json")); exports.RemoteStopTransactionRequest = remote_stop_transaction_json_1.default; const remote_stop_transaction_response_json_1 = __importDefault(require("./remote-stop-transaction-response.json")); exports.RemoteStopTransactionResponse = remote_stop_transaction_response_json_1.default; const reserve_now_json_1 = __importDefault(require("./reserve-now.json")); exports.ReserveNowRequest = reserve_now_json_1.default; const reserve_now_response_json_1 = __importDefault(require("./reserve-now-response.json")); exports.ReserveNowResponse = reserve_now_response_json_1.default; const reset_json_1 = __importDefault(require("./reset.json")); exports.ResetRequest = reset_json_1.default; const reset_response_json_1 = __importDefault(require("./reset-response.json")); exports.ResetResponse = reset_response_json_1.default; const send_local_list_json_1 = __importDefault(require("./send-local-list.json")); exports.SendLocalListRequest = send_local_list_json_1.default; const send_local_list_response_json_1 = __importDefault(require("./send-local-list-response.json")); exports.SendLocalListResponse = send_local_list_response_json_1.default; const start_transaction_json_1 = __importDefault(require("./start-transaction.json")); exports.StartTransactionRequest = start_transaction_json_1.default; const start_transaction_response_json_1 = __importDefault(require("./start-transaction-response.json")); exports.StartTransactionResponse = start_transaction_response_json_1.default; const status_notification_json_1 = __importDefault(require("./status-notification.json")); exports.StatusNotificationRequest = status_notification_json_1.default; const status_notification_response_json_1 = __importDefault(require("./status-notification-response.json")); exports.StatusNotificationResponse = status_notification_response_json_1.default; const stop_transaction_json_1 = __importDefault(require("./stop-transaction.json")); exports.StopTransactionRequest = stop_transaction_json_1.default; const stop_transaction_response_json_1 = __importDefault(require("./stop-transaction-response.json")); exports.StopTransactionResponse = stop_transaction_response_json_1.default; const unlock_connector_json_1 = __importDefault(require("./unlock-connector.json")); exports.UnlockConnectorRequest = unlock_connector_json_1.default; const unlock_connector_response_json_1 = __importDefault(require("./unlock-connector-response.json")); exports.UnlockConnectorResponse = unlock_connector_response_json_1.default; const update_firmware_json_1 = __importDefault(require("./update-firmware.json")); exports.UpdateFirmwareRequest = update_firmware_json_1.default; const update_firmware_response_json_1 = __importDefault(require("./update-firmware-response.json")); exports.UpdateFirmwareResponse = update_firmware_response_json_1.default; //# sourceMappingURL=index.js.map