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.

284 lines 40.8 kB
"use strict"; // Copyright 2023 S44, LLC // Copyright Contributors to the CitrineOS Project // // SPDX-License-Identifier: Apache 2.0 var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetLocalListVersionResponseSchema = exports.GetLocalListVersionRequestSchema = exports.GetInstalledCertificateIdsRequestSchema = exports.GetDisplayMessagesResponseSchema = exports.GetDisplayMessagesRequestSchema = exports.SetChargingProfileRequestSchema = exports.GetCompositeScheduleResponseSchema = exports.GetCompositeScheduleRequestSchema = exports.GetChargingProfilesResponseSchema = exports.GetChargingProfilesRequestSchema = exports.GetCertificateStatusResponseSchema = exports.GetBaseReportResponseSchema = exports.GetBaseReportRequestSchema = exports.Get15118EVCertificateResponseSchema = exports.Get15118EVCertificateRequestSchema = exports.FirmwareStatusNotificationResponseSchema = exports.FirmwareStatusNotificationRequestSchema = exports.DeleteCertificateResponseSchema = exports.DeleteCertificateRequestSchema = exports.DataTransferResponseSchema = exports.DataTransferRequestSchema = exports.CustomerInformationResponseSchema = exports.GetInstalledCertificateIdsResponseSchema = exports.CustomerInformationRequestSchema = exports.CostUpdatedResponseSchema = exports.CostUpdatedRequestSchema = exports.ClearVariableMonitoringResponseSchema = exports.ClearVariableMonitoringRequestSchema = exports.ClearedChargingLimitResponseSchema = exports.ClearedChargingLimitRequestSchema = exports.ClearDisplayMessageResponseSchema = exports.ClearDisplayMessageRequestSchema = exports.ClearChargingProfileResponseSchema = exports.ClearChargingProfileRequestSchema = exports.ClearCacheResponseSchema = exports.ClearCacheRequestSchema = exports.ChangeAvailabilityResponseSchema = exports.TriggerMessageRequestSchema = exports.ChangeAvailabilityRequestSchema = exports.CertificateSignedResponseSchema = exports.CertificateSignedRequestSchema = exports.CancelReservationResponseSchema = exports.CancelReservationRequestSchema = exports.BootNotificationResponseSchema = exports.BootNotificationRequestSchema = exports.AuthorizeResponseSchema = exports.GetCertificateStatusRequestSchema = exports.TransactionEventResponseSchema = exports.UpdateFirmwareResponseSchema = exports.AuthorizeRequestSchema = void 0; exports.ReserveNowRequestSchema = exports.ReservationStatusUpdateResponseSchema = exports.ReservationStatusUpdateRequestSchema = exports.RequestStopTransactionResponseSchema = exports.RequestStopTransactionRequestSchema = exports.RequestStartTransactionResponseSchema = exports.RequestStartTransactionRequestSchema = exports.ReportChargingProfilesResponseSchema = exports.ReportChargingProfilesRequestSchema = exports.PublishFirmwareStatusNotificationResponseSchema = exports.PublishFirmwareStatusNotificationRequestSchema = exports.PublishFirmwareResponseSchema = exports.PublishFirmwareRequestSchema = exports.NotifyReportResponseSchema = exports.NotifyReportRequestSchema = exports.NotifyMonitoringReportResponseSchema = exports.NotifyMonitoringReportRequestSchema = exports.NotifyEventResponseSchema = exports.NotifyEventRequestSchema = exports.NotifyEVChargingScheduleResponseSchema = exports.NotifyEVChargingScheduleRequestSchema = exports.NotifyEVChargingNeedsResponseSchema = exports.NotifyEVChargingNeedsRequestSchema = exports.NotifyDisplayMessagesResponseSchema = exports.SetDisplayMessageRequestSchema = exports.NotifyDisplayMessagesRequestSchema = exports.NotifyCustomerInformationResponseSchema = exports.NotifyCustomerInformationRequestSchema = exports.NotifyChargingLimitResponseSchema = exports.NotifyChargingLimitRequestSchema = exports.MeterValuesResponseSchema = exports.TransactionEventRequestSchema = exports.MeterValuesRequestSchema = exports.LogStatusNotificationResponseSchema = exports.LogStatusNotificationRequestSchema = exports.InstallCertificateResponseSchema = exports.InstallCertificateRequestSchema = exports.HeartbeatResponseSchema = exports.HeartbeatRequestSchema = exports.GetVariablesResponseSchema = exports.GetVariablesRequestSchema = exports.GetTransactionStatusResponseSchema = exports.GetTransactionStatusRequestSchema = exports.GetReportResponseSchema = exports.GetMonitoringReportResponseSchema = exports.GetReportRequestSchema = exports.SetVariablesResponseSchema = exports.GetMonitoringReportRequestSchema = exports.GetLogResponseSchema = exports.GetLogRequestSchema = void 0; exports.UpdateFirmwareRequestSchema = exports.UnpublishFirmwareResponseSchema = exports.UnpublishFirmwareRequestSchema = exports.UnlockConnectorResponseSchema = exports.UnlockConnectorRequestSchema = exports.TriggerMessageResponseSchema = exports.StatusNotificationResponseSchema = exports.StatusNotificationRequestSchema = exports.SignCertificateResponseSchema = exports.SignCertificateRequestSchema = exports.SetVariablesRequestSchema = exports.SetVariableMonitoringResponseSchema = exports.SetVariableMonitoringRequestSchema = exports.SetNetworkProfileResponseSchema = exports.SetNetworkProfileRequestSchema = exports.SetMonitoringLevelResponseSchema = exports.SetMonitoringLevelRequestSchema = exports.SetMonitoringBaseResponseSchema = exports.SetMonitoringBaseRequestSchema = exports.SetDisplayMessageResponseSchema = exports.SetChargingProfileResponseSchema = exports.SendLocalListResponseSchema = exports.SendLocalListRequestSchema = exports.SecurityEventNotificationResponseSchema = exports.SecurityEventNotificationRequestSchema = exports.ResetResponseSchema = exports.ResetRequestSchema = exports.ReserveNowResponseSchema = void 0; __exportStar(require("./enums"), exports); var AuthorizeRequest_json_1 = require("./schemas/AuthorizeRequest.json"); Object.defineProperty(exports, "AuthorizeRequestSchema", { enumerable: true, get: function () { return __importDefault(AuthorizeRequest_json_1).default; } }); var UpdateFirmwareResponse_json_1 = require("./schemas/UpdateFirmwareResponse.json"); Object.defineProperty(exports, "UpdateFirmwareResponseSchema", { enumerable: true, get: function () { return __importDefault(UpdateFirmwareResponse_json_1).default; } }); var TransactionEventResponse_json_1 = require("./schemas/TransactionEventResponse.json"); Object.defineProperty(exports, "TransactionEventResponseSchema", { enumerable: true, get: function () { return __importDefault(TransactionEventResponse_json_1).default; } }); var GetCertificateStatusRequest_json_1 = require("./schemas/GetCertificateStatusRequest.json"); Object.defineProperty(exports, "GetCertificateStatusRequestSchema", { enumerable: true, get: function () { return __importDefault(GetCertificateStatusRequest_json_1).default; } }); var AuthorizeResponse_json_1 = require("./schemas/AuthorizeResponse.json"); Object.defineProperty(exports, "AuthorizeResponseSchema", { enumerable: true, get: function () { return __importDefault(AuthorizeResponse_json_1).default; } }); var BootNotificationRequest_json_1 = require("./schemas/BootNotificationRequest.json"); Object.defineProperty(exports, "BootNotificationRequestSchema", { enumerable: true, get: function () { return __importDefault(BootNotificationRequest_json_1).default; } }); var BootNotificationResponse_json_1 = require("./schemas/BootNotificationResponse.json"); Object.defineProperty(exports, "BootNotificationResponseSchema", { enumerable: true, get: function () { return __importDefault(BootNotificationResponse_json_1).default; } }); var CancelReservationRequest_json_1 = require("./schemas/CancelReservationRequest.json"); Object.defineProperty(exports, "CancelReservationRequestSchema", { enumerable: true, get: function () { return __importDefault(CancelReservationRequest_json_1).default; } }); var CancelReservationResponse_json_1 = require("./schemas/CancelReservationResponse.json"); Object.defineProperty(exports, "CancelReservationResponseSchema", { enumerable: true, get: function () { return __importDefault(CancelReservationResponse_json_1).default; } }); var CertificateSignedRequest_json_1 = require("./schemas/CertificateSignedRequest.json"); Object.defineProperty(exports, "CertificateSignedRequestSchema", { enumerable: true, get: function () { return __importDefault(CertificateSignedRequest_json_1).default; } }); var CertificateSignedResponse_json_1 = require("./schemas/CertificateSignedResponse.json"); Object.defineProperty(exports, "CertificateSignedResponseSchema", { enumerable: true, get: function () { return __importDefault(CertificateSignedResponse_json_1).default; } }); var ChangeAvailabilityRequest_json_1 = require("./schemas/ChangeAvailabilityRequest.json"); Object.defineProperty(exports, "ChangeAvailabilityRequestSchema", { enumerable: true, get: function () { return __importDefault(ChangeAvailabilityRequest_json_1).default; } }); var TriggerMessageRequest_json_1 = require("./schemas/TriggerMessageRequest.json"); Object.defineProperty(exports, "TriggerMessageRequestSchema", { enumerable: true, get: function () { return __importDefault(TriggerMessageRequest_json_1).default; } }); var ChangeAvailabilityResponse_json_1 = require("./schemas/ChangeAvailabilityResponse.json"); Object.defineProperty(exports, "ChangeAvailabilityResponseSchema", { enumerable: true, get: function () { return __importDefault(ChangeAvailabilityResponse_json_1).default; } }); var ClearCacheRequest_json_1 = require("./schemas/ClearCacheRequest.json"); Object.defineProperty(exports, "ClearCacheRequestSchema", { enumerable: true, get: function () { return __importDefault(ClearCacheRequest_json_1).default; } }); var ClearCacheResponse_json_1 = require("./schemas/ClearCacheResponse.json"); Object.defineProperty(exports, "ClearCacheResponseSchema", { enumerable: true, get: function () { return __importDefault(ClearCacheResponse_json_1).default; } }); var ClearChargingProfileRequest_json_1 = require("./schemas/ClearChargingProfileRequest.json"); Object.defineProperty(exports, "ClearChargingProfileRequestSchema", { enumerable: true, get: function () { return __importDefault(ClearChargingProfileRequest_json_1).default; } }); var ClearChargingProfileResponse_json_1 = require("./schemas/ClearChargingProfileResponse.json"); Object.defineProperty(exports, "ClearChargingProfileResponseSchema", { enumerable: true, get: function () { return __importDefault(ClearChargingProfileResponse_json_1).default; } }); var ClearDisplayMessageRequest_json_1 = require("./schemas/ClearDisplayMessageRequest.json"); Object.defineProperty(exports, "ClearDisplayMessageRequestSchema", { enumerable: true, get: function () { return __importDefault(ClearDisplayMessageRequest_json_1).default; } }); var ClearDisplayMessageResponse_json_1 = require("./schemas/ClearDisplayMessageResponse.json"); Object.defineProperty(exports, "ClearDisplayMessageResponseSchema", { enumerable: true, get: function () { return __importDefault(ClearDisplayMessageResponse_json_1).default; } }); var ClearedChargingLimitRequest_json_1 = require("./schemas/ClearedChargingLimitRequest.json"); Object.defineProperty(exports, "ClearedChargingLimitRequestSchema", { enumerable: true, get: function () { return __importDefault(ClearedChargingLimitRequest_json_1).default; } }); var ClearedChargingLimitResponse_json_1 = require("./schemas/ClearedChargingLimitResponse.json"); Object.defineProperty(exports, "ClearedChargingLimitResponseSchema", { enumerable: true, get: function () { return __importDefault(ClearedChargingLimitResponse_json_1).default; } }); var ClearVariableMonitoringRequest_json_1 = require("./schemas/ClearVariableMonitoringRequest.json"); Object.defineProperty(exports, "ClearVariableMonitoringRequestSchema", { enumerable: true, get: function () { return __importDefault(ClearVariableMonitoringRequest_json_1).default; } }); var ClearVariableMonitoringResponse_json_1 = require("./schemas/ClearVariableMonitoringResponse.json"); Object.defineProperty(exports, "ClearVariableMonitoringResponseSchema", { enumerable: true, get: function () { return __importDefault(ClearVariableMonitoringResponse_json_1).default; } }); var CostUpdatedRequest_json_1 = require("./schemas/CostUpdatedRequest.json"); Object.defineProperty(exports, "CostUpdatedRequestSchema", { enumerable: true, get: function () { return __importDefault(CostUpdatedRequest_json_1).default; } }); var CostUpdatedResponse_json_1 = require("./schemas/CostUpdatedResponse.json"); Object.defineProperty(exports, "CostUpdatedResponseSchema", { enumerable: true, get: function () { return __importDefault(CostUpdatedResponse_json_1).default; } }); var CustomerInformationRequest_json_1 = require("./schemas/CustomerInformationRequest.json"); Object.defineProperty(exports, "CustomerInformationRequestSchema", { enumerable: true, get: function () { return __importDefault(CustomerInformationRequest_json_1).default; } }); var GetInstalledCertificateIdsResponse_json_1 = require("./schemas/GetInstalledCertificateIdsResponse.json"); Object.defineProperty(exports, "GetInstalledCertificateIdsResponseSchema", { enumerable: true, get: function () { return __importDefault(GetInstalledCertificateIdsResponse_json_1).default; } }); var CustomerInformationResponse_json_1 = require("./schemas/CustomerInformationResponse.json"); Object.defineProperty(exports, "CustomerInformationResponseSchema", { enumerable: true, get: function () { return __importDefault(CustomerInformationResponse_json_1).default; } }); var DataTransferRequest_json_1 = require("./schemas/DataTransferRequest.json"); Object.defineProperty(exports, "DataTransferRequestSchema", { enumerable: true, get: function () { return __importDefault(DataTransferRequest_json_1).default; } }); var DataTransferResponse_json_1 = require("./schemas/DataTransferResponse.json"); Object.defineProperty(exports, "DataTransferResponseSchema", { enumerable: true, get: function () { return __importDefault(DataTransferResponse_json_1).default; } }); var DeleteCertificateRequest_json_1 = require("./schemas/DeleteCertificateRequest.json"); Object.defineProperty(exports, "DeleteCertificateRequestSchema", { enumerable: true, get: function () { return __importDefault(DeleteCertificateRequest_json_1).default; } }); var DeleteCertificateResponse_json_1 = require("./schemas/DeleteCertificateResponse.json"); Object.defineProperty(exports, "DeleteCertificateResponseSchema", { enumerable: true, get: function () { return __importDefault(DeleteCertificateResponse_json_1).default; } }); var FirmwareStatusNotificationRequest_json_1 = require("./schemas/FirmwareStatusNotificationRequest.json"); Object.defineProperty(exports, "FirmwareStatusNotificationRequestSchema", { enumerable: true, get: function () { return __importDefault(FirmwareStatusNotificationRequest_json_1).default; } }); var FirmwareStatusNotificationResponse_json_1 = require("./schemas/FirmwareStatusNotificationResponse.json"); Object.defineProperty(exports, "FirmwareStatusNotificationResponseSchema", { enumerable: true, get: function () { return __importDefault(FirmwareStatusNotificationResponse_json_1).default; } }); var Get15118EVCertificateRequest_json_1 = require("./schemas/Get15118EVCertificateRequest.json"); Object.defineProperty(exports, "Get15118EVCertificateRequestSchema", { enumerable: true, get: function () { return __importDefault(Get15118EVCertificateRequest_json_1).default; } }); var Get15118EVCertificateResponse_json_1 = require("./schemas/Get15118EVCertificateResponse.json"); Object.defineProperty(exports, "Get15118EVCertificateResponseSchema", { enumerable: true, get: function () { return __importDefault(Get15118EVCertificateResponse_json_1).default; } }); var GetBaseReportRequest_json_1 = require("./schemas/GetBaseReportRequest.json"); Object.defineProperty(exports, "GetBaseReportRequestSchema", { enumerable: true, get: function () { return __importDefault(GetBaseReportRequest_json_1).default; } }); var GetBaseReportResponse_json_1 = require("./schemas/GetBaseReportResponse.json"); Object.defineProperty(exports, "GetBaseReportResponseSchema", { enumerable: true, get: function () { return __importDefault(GetBaseReportResponse_json_1).default; } }); var GetCertificateStatusResponse_json_1 = require("./schemas/GetCertificateStatusResponse.json"); Object.defineProperty(exports, "GetCertificateStatusResponseSchema", { enumerable: true, get: function () { return __importDefault(GetCertificateStatusResponse_json_1).default; } }); var GetChargingProfilesRequest_json_1 = require("./schemas/GetChargingProfilesRequest.json"); Object.defineProperty(exports, "GetChargingProfilesRequestSchema", { enumerable: true, get: function () { return __importDefault(GetChargingProfilesRequest_json_1).default; } }); var GetChargingProfilesResponse_json_1 = require("./schemas/GetChargingProfilesResponse.json"); Object.defineProperty(exports, "GetChargingProfilesResponseSchema", { enumerable: true, get: function () { return __importDefault(GetChargingProfilesResponse_json_1).default; } }); var GetCompositeScheduleRequest_json_1 = require("./schemas/GetCompositeScheduleRequest.json"); Object.defineProperty(exports, "GetCompositeScheduleRequestSchema", { enumerable: true, get: function () { return __importDefault(GetCompositeScheduleRequest_json_1).default; } }); var GetCompositeScheduleResponse_json_1 = require("./schemas/GetCompositeScheduleResponse.json"); Object.defineProperty(exports, "GetCompositeScheduleResponseSchema", { enumerable: true, get: function () { return __importDefault(GetCompositeScheduleResponse_json_1).default; } }); var SetChargingProfileRequest_json_1 = require("./schemas/SetChargingProfileRequest.json"); Object.defineProperty(exports, "SetChargingProfileRequestSchema", { enumerable: true, get: function () { return __importDefault(SetChargingProfileRequest_json_1).default; } }); var GetDisplayMessagesRequest_json_1 = require("./schemas/GetDisplayMessagesRequest.json"); Object.defineProperty(exports, "GetDisplayMessagesRequestSchema", { enumerable: true, get: function () { return __importDefault(GetDisplayMessagesRequest_json_1).default; } }); var GetDisplayMessagesResponse_json_1 = require("./schemas/GetDisplayMessagesResponse.json"); Object.defineProperty(exports, "GetDisplayMessagesResponseSchema", { enumerable: true, get: function () { return __importDefault(GetDisplayMessagesResponse_json_1).default; } }); var GetInstalledCertificateIdsRequest_json_1 = require("./schemas/GetInstalledCertificateIdsRequest.json"); Object.defineProperty(exports, "GetInstalledCertificateIdsRequestSchema", { enumerable: true, get: function () { return __importDefault(GetInstalledCertificateIdsRequest_json_1).default; } }); var GetLocalListVersionRequest_json_1 = require("./schemas/GetLocalListVersionRequest.json"); Object.defineProperty(exports, "GetLocalListVersionRequestSchema", { enumerable: true, get: function () { return __importDefault(GetLocalListVersionRequest_json_1).default; } }); var GetLocalListVersionResponse_json_1 = require("./schemas/GetLocalListVersionResponse.json"); Object.defineProperty(exports, "GetLocalListVersionResponseSchema", { enumerable: true, get: function () { return __importDefault(GetLocalListVersionResponse_json_1).default; } }); var GetLogRequest_json_1 = require("./schemas/GetLogRequest.json"); Object.defineProperty(exports, "GetLogRequestSchema", { enumerable: true, get: function () { return __importDefault(GetLogRequest_json_1).default; } }); var GetLogResponse_json_1 = require("./schemas/GetLogResponse.json"); Object.defineProperty(exports, "GetLogResponseSchema", { enumerable: true, get: function () { return __importDefault(GetLogResponse_json_1).default; } }); var GetMonitoringReportRequest_json_1 = require("./schemas/GetMonitoringReportRequest.json"); Object.defineProperty(exports, "GetMonitoringReportRequestSchema", { enumerable: true, get: function () { return __importDefault(GetMonitoringReportRequest_json_1).default; } }); var SetVariablesResponse_json_1 = require("./schemas/SetVariablesResponse.json"); Object.defineProperty(exports, "SetVariablesResponseSchema", { enumerable: true, get: function () { return __importDefault(SetVariablesResponse_json_1).default; } }); var GetReportRequest_json_1 = require("./schemas/GetReportRequest.json"); Object.defineProperty(exports, "GetReportRequestSchema", { enumerable: true, get: function () { return __importDefault(GetReportRequest_json_1).default; } }); var GetMonitoringReportResponse_json_1 = require("./schemas/GetMonitoringReportResponse.json"); Object.defineProperty(exports, "GetMonitoringReportResponseSchema", { enumerable: true, get: function () { return __importDefault(GetMonitoringReportResponse_json_1).default; } }); var GetReportResponse_json_1 = require("./schemas/GetReportResponse.json"); Object.defineProperty(exports, "GetReportResponseSchema", { enumerable: true, get: function () { return __importDefault(GetReportResponse_json_1).default; } }); var GetTransactionStatusRequest_json_1 = require("./schemas/GetTransactionStatusRequest.json"); Object.defineProperty(exports, "GetTransactionStatusRequestSchema", { enumerable: true, get: function () { return __importDefault(GetTransactionStatusRequest_json_1).default; } }); var GetTransactionStatusResponse_json_1 = require("./schemas/GetTransactionStatusResponse.json"); Object.defineProperty(exports, "GetTransactionStatusResponseSchema", { enumerable: true, get: function () { return __importDefault(GetTransactionStatusResponse_json_1).default; } }); var GetVariablesRequest_json_1 = require("./schemas/GetVariablesRequest.json"); Object.defineProperty(exports, "GetVariablesRequestSchema", { enumerable: true, get: function () { return __importDefault(GetVariablesRequest_json_1).default; } }); var GetVariablesResponse_json_1 = require("./schemas/GetVariablesResponse.json"); Object.defineProperty(exports, "GetVariablesResponseSchema", { enumerable: true, get: function () { return __importDefault(GetVariablesResponse_json_1).default; } }); var HeartbeatRequest_json_1 = require("./schemas/HeartbeatRequest.json"); Object.defineProperty(exports, "HeartbeatRequestSchema", { enumerable: true, get: function () { return __importDefault(HeartbeatRequest_json_1).default; } }); var HeartbeatResponse_json_1 = require("./schemas/HeartbeatResponse.json"); Object.defineProperty(exports, "HeartbeatResponseSchema", { enumerable: true, get: function () { return __importDefault(HeartbeatResponse_json_1).default; } }); var InstallCertificateRequest_json_1 = require("./schemas/InstallCertificateRequest.json"); Object.defineProperty(exports, "InstallCertificateRequestSchema", { enumerable: true, get: function () { return __importDefault(InstallCertificateRequest_json_1).default; } }); var InstallCertificateResponse_json_1 = require("./schemas/InstallCertificateResponse.json"); Object.defineProperty(exports, "InstallCertificateResponseSchema", { enumerable: true, get: function () { return __importDefault(InstallCertificateResponse_json_1).default; } }); var LogStatusNotificationRequest_json_1 = require("./schemas/LogStatusNotificationRequest.json"); Object.defineProperty(exports, "LogStatusNotificationRequestSchema", { enumerable: true, get: function () { return __importDefault(LogStatusNotificationRequest_json_1).default; } }); var LogStatusNotificationResponse_json_1 = require("./schemas/LogStatusNotificationResponse.json"); Object.defineProperty(exports, "LogStatusNotificationResponseSchema", { enumerable: true, get: function () { return __importDefault(LogStatusNotificationResponse_json_1).default; } }); var MeterValuesRequest_json_1 = require("./schemas/MeterValuesRequest.json"); Object.defineProperty(exports, "MeterValuesRequestSchema", { enumerable: true, get: function () { return __importDefault(MeterValuesRequest_json_1).default; } }); var TransactionEventRequest_json_1 = require("./schemas/TransactionEventRequest.json"); Object.defineProperty(exports, "TransactionEventRequestSchema", { enumerable: true, get: function () { return __importDefault(TransactionEventRequest_json_1).default; } }); var MeterValuesResponse_json_1 = require("./schemas/MeterValuesResponse.json"); Object.defineProperty(exports, "MeterValuesResponseSchema", { enumerable: true, get: function () { return __importDefault(MeterValuesResponse_json_1).default; } }); var NotifyChargingLimitRequest_json_1 = require("./schemas/NotifyChargingLimitRequest.json"); Object.defineProperty(exports, "NotifyChargingLimitRequestSchema", { enumerable: true, get: function () { return __importDefault(NotifyChargingLimitRequest_json_1).default; } }); var NotifyChargingLimitResponse_json_1 = require("./schemas/NotifyChargingLimitResponse.json"); Object.defineProperty(exports, "NotifyChargingLimitResponseSchema", { enumerable: true, get: function () { return __importDefault(NotifyChargingLimitResponse_json_1).default; } }); var NotifyCustomerInformationRequest_json_1 = require("./schemas/NotifyCustomerInformationRequest.json"); Object.defineProperty(exports, "NotifyCustomerInformationRequestSchema", { enumerable: true, get: function () { return __importDefault(NotifyCustomerInformationRequest_json_1).default; } }); var NotifyCustomerInformationResponse_json_1 = require("./schemas/NotifyCustomerInformationResponse.json"); Object.defineProperty(exports, "NotifyCustomerInformationResponseSchema", { enumerable: true, get: function () { return __importDefault(NotifyCustomerInformationResponse_json_1).default; } }); var NotifyDisplayMessagesRequest_json_1 = require("./schemas/NotifyDisplayMessagesRequest.json"); Object.defineProperty(exports, "NotifyDisplayMessagesRequestSchema", { enumerable: true, get: function () { return __importDefault(NotifyDisplayMessagesRequest_json_1).default; } }); var SetDisplayMessageRequest_json_1 = require("./schemas/SetDisplayMessageRequest.json"); Object.defineProperty(exports, "SetDisplayMessageRequestSchema", { enumerable: true, get: function () { return __importDefault(SetDisplayMessageRequest_json_1).default; } }); var NotifyDisplayMessagesResponse_json_1 = require("./schemas/NotifyDisplayMessagesResponse.json"); Object.defineProperty(exports, "NotifyDisplayMessagesResponseSchema", { enumerable: true, get: function () { return __importDefault(NotifyDisplayMessagesResponse_json_1).default; } }); var NotifyEVChargingNeedsRequest_json_1 = require("./schemas/NotifyEVChargingNeedsRequest.json"); Object.defineProperty(exports, "NotifyEVChargingNeedsRequestSchema", { enumerable: true, get: function () { return __importDefault(NotifyEVChargingNeedsRequest_json_1).default; } }); var NotifyEVChargingNeedsResponse_json_1 = require("./schemas/NotifyEVChargingNeedsResponse.json"); Object.defineProperty(exports, "NotifyEVChargingNeedsResponseSchema", { enumerable: true, get: function () { return __importDefault(NotifyEVChargingNeedsResponse_json_1).default; } }); var NotifyEVChargingScheduleRequest_json_1 = require("./schemas/NotifyEVChargingScheduleRequest.json"); Object.defineProperty(exports, "NotifyEVChargingScheduleRequestSchema", { enumerable: true, get: function () { return __importDefault(NotifyEVChargingScheduleRequest_json_1).default; } }); var NotifyEVChargingScheduleResponse_json_1 = require("./schemas/NotifyEVChargingScheduleResponse.json"); Object.defineProperty(exports, "NotifyEVChargingScheduleResponseSchema", { enumerable: true, get: function () { return __importDefault(NotifyEVChargingScheduleResponse_json_1).default; } }); var NotifyEventRequest_json_1 = require("./schemas/NotifyEventRequest.json"); Object.defineProperty(exports, "NotifyEventRequestSchema", { enumerable: true, get: function () { return __importDefault(NotifyEventRequest_json_1).default; } }); var NotifyEventResponse_json_1 = require("./schemas/NotifyEventResponse.json"); Object.defineProperty(exports, "NotifyEventResponseSchema", { enumerable: true, get: function () { return __importDefault(NotifyEventResponse_json_1).default; } }); var NotifyMonitoringReportRequest_json_1 = require("./schemas/NotifyMonitoringReportRequest.json"); Object.defineProperty(exports, "NotifyMonitoringReportRequestSchema", { enumerable: true, get: function () { return __importDefault(NotifyMonitoringReportRequest_json_1).default; } }); var NotifyMonitoringReportResponse_json_1 = require("./schemas/NotifyMonitoringReportResponse.json"); Object.defineProperty(exports, "NotifyMonitoringReportResponseSchema", { enumerable: true, get: function () { return __importDefault(NotifyMonitoringReportResponse_json_1).default; } }); var NotifyReportRequest_json_1 = require("./schemas/NotifyReportRequest.json"); Object.defineProperty(exports, "NotifyReportRequestSchema", { enumerable: true, get: function () { return __importDefault(NotifyReportRequest_json_1).default; } }); var NotifyReportResponse_json_1 = require("./schemas/NotifyReportResponse.json"); Object.defineProperty(exports, "NotifyReportResponseSchema", { enumerable: true, get: function () { return __importDefault(NotifyReportResponse_json_1).default; } }); var PublishFirmwareRequest_json_1 = require("./schemas/PublishFirmwareRequest.json"); Object.defineProperty(exports, "PublishFirmwareRequestSchema", { enumerable: true, get: function () { return __importDefault(PublishFirmwareRequest_json_1).default; } }); var PublishFirmwareResponse_json_1 = require("./schemas/PublishFirmwareResponse.json"); Object.defineProperty(exports, "PublishFirmwareResponseSchema", { enumerable: true, get: function () { return __importDefault(PublishFirmwareResponse_json_1).default; } }); var PublishFirmwareStatusNotificationRequest_json_1 = require("./schemas/PublishFirmwareStatusNotificationRequest.json"); Object.defineProperty(exports, "PublishFirmwareStatusNotificationRequestSchema", { enumerable: true, get: function () { return __importDefault(PublishFirmwareStatusNotificationRequest_json_1).default; } }); var PublishFirmwareStatusNotificationResponse_json_1 = require("./schemas/PublishFirmwareStatusNotificationResponse.json"); Object.defineProperty(exports, "PublishFirmwareStatusNotificationResponseSchema", { enumerable: true, get: function () { return __importDefault(PublishFirmwareStatusNotificationResponse_json_1).default; } }); var ReportChargingProfilesRequest_json_1 = require("./schemas/ReportChargingProfilesRequest.json"); Object.defineProperty(exports, "ReportChargingProfilesRequestSchema", { enumerable: true, get: function () { return __importDefault(ReportChargingProfilesRequest_json_1).default; } }); var ReportChargingProfilesResponse_json_1 = require("./schemas/ReportChargingProfilesResponse.json"); Object.defineProperty(exports, "ReportChargingProfilesResponseSchema", { enumerable: true, get: function () { return __importDefault(ReportChargingProfilesResponse_json_1).default; } }); var RequestStartTransactionRequest_json_1 = require("./schemas/RequestStartTransactionRequest.json"); Object.defineProperty(exports, "RequestStartTransactionRequestSchema", { enumerable: true, get: function () { return __importDefault(RequestStartTransactionRequest_json_1).default; } }); var RequestStartTransactionResponse_json_1 = require("./schemas/RequestStartTransactionResponse.json"); Object.defineProperty(exports, "RequestStartTransactionResponseSchema", { enumerable: true, get: function () { return __importDefault(RequestStartTransactionResponse_json_1).default; } }); var RequestStopTransactionRequest_json_1 = require("./schemas/RequestStopTransactionRequest.json"); Object.defineProperty(exports, "RequestStopTransactionRequestSchema", { enumerable: true, get: function () { return __importDefault(RequestStopTransactionRequest_json_1).default; } }); var RequestStopTransactionResponse_json_1 = require("./schemas/RequestStopTransactionResponse.json"); Object.defineProperty(exports, "RequestStopTransactionResponseSchema", { enumerable: true, get: function () { return __importDefault(RequestStopTransactionResponse_json_1).default; } }); var ReservationStatusUpdateRequest_json_1 = require("./schemas/ReservationStatusUpdateRequest.json"); Object.defineProperty(exports, "ReservationStatusUpdateRequestSchema", { enumerable: true, get: function () { return __importDefault(ReservationStatusUpdateRequest_json_1).default; } }); var ReservationStatusUpdateResponse_json_1 = require("./schemas/ReservationStatusUpdateResponse.json"); Object.defineProperty(exports, "ReservationStatusUpdateResponseSchema", { enumerable: true, get: function () { return __importDefault(ReservationStatusUpdateResponse_json_1).default; } }); var ReserveNowRequest_json_1 = require("./schemas/ReserveNowRequest.json"); Object.defineProperty(exports, "ReserveNowRequestSchema", { enumerable: true, get: function () { return __importDefault(ReserveNowRequest_json_1).default; } }); var ReserveNowResponse_json_1 = require("./schemas/ReserveNowResponse.json"); Object.defineProperty(exports, "ReserveNowResponseSchema", { enumerable: true, get: function () { return __importDefault(ReserveNowResponse_json_1).default; } }); var ResetRequest_json_1 = require("./schemas/ResetRequest.json"); Object.defineProperty(exports, "ResetRequestSchema", { enumerable: true, get: function () { return __importDefault(ResetRequest_json_1).default; } }); var ResetResponse_json_1 = require("./schemas/ResetResponse.json"); Object.defineProperty(exports, "ResetResponseSchema", { enumerable: true, get: function () { return __importDefault(ResetResponse_json_1).default; } }); var SecurityEventNotificationRequest_json_1 = require("./schemas/SecurityEventNotificationRequest.json"); Object.defineProperty(exports, "SecurityEventNotificationRequestSchema", { enumerable: true, get: function () { return __importDefault(SecurityEventNotificationRequest_json_1).default; } }); var SecurityEventNotificationResponse_json_1 = require("./schemas/SecurityEventNotificationResponse.json"); Object.defineProperty(exports, "SecurityEventNotificationResponseSchema", { enumerable: true, get: function () { return __importDefault(SecurityEventNotificationResponse_json_1).default; } }); var SendLocalListRequest_json_1 = require("./schemas/SendLocalListRequest.json"); Object.defineProperty(exports, "SendLocalListRequestSchema", { enumerable: true, get: function () { return __importDefault(SendLocalListRequest_json_1).default; } }); var SendLocalListResponse_json_1 = require("./schemas/SendLocalListResponse.json"); Object.defineProperty(exports, "SendLocalListResponseSchema", { enumerable: true, get: function () { return __importDefault(SendLocalListResponse_json_1).default; } }); var SetChargingProfileResponse_json_1 = require("./schemas/SetChargingProfileResponse.json"); Object.defineProperty(exports, "SetChargingProfileResponseSchema", { enumerable: true, get: function () { return __importDefault(SetChargingProfileResponse_json_1).default; } }); var SetDisplayMessageResponse_json_1 = require("./schemas/SetDisplayMessageResponse.json"); Object.defineProperty(exports, "SetDisplayMessageResponseSchema", { enumerable: true, get: function () { return __importDefault(SetDisplayMessageResponse_json_1).default; } }); var SetMonitoringBaseRequest_json_1 = require("./schemas/SetMonitoringBaseRequest.json"); Object.defineProperty(exports, "SetMonitoringBaseRequestSchema", { enumerable: true, get: function () { return __importDefault(SetMonitoringBaseRequest_json_1).default; } }); var SetMonitoringBaseResponse_json_1 = require("./schemas/SetMonitoringBaseResponse.json"); Object.defineProperty(exports, "SetMonitoringBaseResponseSchema", { enumerable: true, get: function () { return __importDefault(SetMonitoringBaseResponse_json_1).default; } }); var SetMonitoringLevelRequest_json_1 = require("./schemas/SetMonitoringLevelRequest.json"); Object.defineProperty(exports, "SetMonitoringLevelRequestSchema", { enumerable: true, get: function () { return __importDefault(SetMonitoringLevelRequest_json_1).default; } }); var SetMonitoringLevelResponse_json_1 = require("./schemas/SetMonitoringLevelResponse.json"); Object.defineProperty(exports, "SetMonitoringLevelResponseSchema", { enumerable: true, get: function () { return __importDefault(SetMonitoringLevelResponse_json_1).default; } }); var SetNetworkProfileRequest_json_1 = require("./schemas/SetNetworkProfileRequest.json"); Object.defineProperty(exports, "SetNetworkProfileRequestSchema", { enumerable: true, get: function () { return __importDefault(SetNetworkProfileRequest_json_1).default; } }); var SetNetworkProfileResponse_json_1 = require("./schemas/SetNetworkProfileResponse.json"); Object.defineProperty(exports, "SetNetworkProfileResponseSchema", { enumerable: true, get: function () { return __importDefault(SetNetworkProfileResponse_json_1).default; } }); var SetVariableMonitoringRequest_json_1 = require("./schemas/SetVariableMonitoringRequest.json"); Object.defineProperty(exports, "SetVariableMonitoringRequestSchema", { enumerable: true, get: function () { return __importDefault(SetVariableMonitoringRequest_json_1).default; } }); var SetVariableMonitoringResponse_json_1 = require("./schemas/SetVariableMonitoringResponse.json"); Object.defineProperty(exports, "SetVariableMonitoringResponseSchema", { enumerable: true, get: function () { return __importDefault(SetVariableMonitoringResponse_json_1).default; } }); var SetVariablesRequest_json_1 = require("./schemas/SetVariablesRequest.json"); Object.defineProperty(exports, "SetVariablesRequestSchema", { enumerable: true, get: function () { return __importDefault(SetVariablesRequest_json_1).default; } }); var SignCertificateRequest_json_1 = require("./schemas/SignCertificateRequest.json"); Object.defineProperty(exports, "SignCertificateRequestSchema", { enumerable: true, get: function () { return __importDefault(SignCertificateRequest_json_1).default; } }); var SignCertificateResponse_json_1 = require("./schemas/SignCertificateResponse.json"); Object.defineProperty(exports, "SignCertificateResponseSchema", { enumerable: true, get: function () { return __importDefault(SignCertificateResponse_json_1).default; } }); var StatusNotificationRequest_json_1 = require("./schemas/StatusNotificationRequest.json"); Object.defineProperty(exports, "StatusNotificationRequestSchema", { enumerable: true, get: function () { return __importDefault(StatusNotificationRequest_json_1).default; } }); var StatusNotificationResponse_json_1 = require("./schemas/StatusNotificationResponse.json"); Object.defineProperty(exports, "StatusNotificationResponseSchema", { enumerable: true, get: function () { return __importDefault(StatusNotificationResponse_json_1).default; } }); var TriggerMessageResponse_json_1 = require("./schemas/TriggerMessageResponse.json"); Object.defineProperty(exports, "TriggerMessageResponseSchema", { enumerable: true, get: function () { return __importDefault(TriggerMessageResponse_json_1).default; } }); var UnlockConnectorRequest_json_1 = require("./schemas/UnlockConnectorRequest.json"); Object.defineProperty(exports, "UnlockConnectorRequestSchema", { enumerable: true, get: function () { return __importDefault(UnlockConnectorRequest_json_1).default; } }); var UnlockConnectorResponse_json_1 = require("./schemas/UnlockConnectorResponse.json"); Object.defineProperty(exports, "UnlockConnectorResponseSchema", { enumerable: true, get: function () { return __importDefault(UnlockConnectorResponse_json_1).default; } }); var UnpublishFirmwareRequest_json_1 = require("./schemas/UnpublishFirmwareRequest.json"); Object.defineProperty(exports, "UnpublishFirmwareRequestSchema", { enumerable: true, get: function () { return __importDefault(UnpublishFirmwareRequest_json_1).default; } }); var UnpublishFirmwareResponse_json_1 = require("./schemas/UnpublishFirmwareResponse.json"); Object.defineProperty(exports, "UnpublishFirmwareResponseSchema", { enumerable: true, get: function () { return __importDefault(UnpublishFirmwareResponse_json_1).default; } }); var UpdateFirmwareRequest_json_1 = require("./schemas/UpdateFirmwareRequest.json"); Object.defineProperty(exports, "UpdateFirmwareRequestSchema", { enumerable: true, get: function () { return __importDefault(UpdateFirmwareRequest_json_1).default; } }); //# sourceMappingURL=index.js.map