@evpower/ocpp-ts
Version:
OCPP 1.6: Open Charge Point Protocol
122 lines • 9.96 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.OCPP_PROTOCOL_1_6 = void 0;
var Authorize_json_1 = __importDefault(require("../ocpp-1.6-schemas/Authorize.json"));
var AuthorizeResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/AuthorizeResponse.json"));
var BootNotification_json_1 = __importDefault(require("../ocpp-1.6-schemas/BootNotification.json"));
var BootNotificationResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/BootNotificationResponse.json"));
var CancelReservation_json_1 = __importDefault(require("../ocpp-1.6-schemas/CancelReservation.json"));
var CancelReservationResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/CancelReservationResponse.json"));
var ChangeAvailability_json_1 = __importDefault(require("../ocpp-1.6-schemas/ChangeAvailability.json"));
var ChangeAvailabilityResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/ChangeAvailabilityResponse.json"));
var ChangeConfiguration_json_1 = __importDefault(require("../ocpp-1.6-schemas/ChangeConfiguration.json"));
var ChangeConfigurationResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/ChangeConfigurationResponse.json"));
var ClearCache_json_1 = __importDefault(require("../ocpp-1.6-schemas/ClearCache.json"));
var ClearCacheResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/ClearCacheResponse.json"));
var ClearChargingProfile_json_1 = __importDefault(require("../ocpp-1.6-schemas/ClearChargingProfile.json"));
var ClearChargingProfileResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/ClearChargingProfileResponse.json"));
var DataTransfer_json_1 = __importDefault(require("../ocpp-1.6-schemas/DataTransfer.json"));
var DataTransferResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/DataTransferResponse.json"));
var DiagnosticsStatusNotification_json_1 = __importDefault(require("../ocpp-1.6-schemas/DiagnosticsStatusNotification.json"));
var DiagnosticsStatusNotificationResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/DiagnosticsStatusNotificationResponse.json"));
var FirmwareStatusNotification_json_1 = __importDefault(require("../ocpp-1.6-schemas/FirmwareStatusNotification.json"));
var FirmwareStatusNotificationResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/FirmwareStatusNotificationResponse.json"));
var GetCompositeSchedule_json_1 = __importDefault(require("../ocpp-1.6-schemas/GetCompositeSchedule.json"));
var GetCompositeScheduleResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/GetCompositeScheduleResponse.json"));
var GetConfiguration_json_1 = __importDefault(require("../ocpp-1.6-schemas/GetConfiguration.json"));
var GetConfigurationResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/GetConfigurationResponse.json"));
var GetDiagnostics_json_1 = __importDefault(require("../ocpp-1.6-schemas/GetDiagnostics.json"));
var GetDiagnosticsResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/GetDiagnosticsResponse.json"));
var GetLocalListVersion_json_1 = __importDefault(require("../ocpp-1.6-schemas/GetLocalListVersion.json"));
var GetLocalListVersionResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/GetLocalListVersionResponse.json"));
var Heartbeat_json_1 = __importDefault(require("../ocpp-1.6-schemas/Heartbeat.json"));
var HeartbeatResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/HeartbeatResponse.json"));
var MeterValues_json_1 = __importDefault(require("../ocpp-1.6-schemas/MeterValues.json"));
var MeterValuesResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/MeterValuesResponse.json"));
var RemoteStartTransaction_json_1 = __importDefault(require("../ocpp-1.6-schemas/RemoteStartTransaction.json"));
var RemoteStartTransactionResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/RemoteStartTransactionResponse.json"));
var RemoteStopTransaction_json_1 = __importDefault(require("../ocpp-1.6-schemas/RemoteStopTransaction.json"));
var RemoteStopTransactionResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/RemoteStopTransactionResponse.json"));
var ReserveNow_json_1 = __importDefault(require("../ocpp-1.6-schemas/ReserveNow.json"));
var ReserveNowResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/ReserveNowResponse.json"));
var Reset_json_1 = __importDefault(require("../ocpp-1.6-schemas/Reset.json"));
var ResetResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/ResetResponse.json"));
var SendLocalList_json_1 = __importDefault(require("../ocpp-1.6-schemas/SendLocalList.json"));
var SendLocalListResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/SendLocalListResponse.json"));
var SetChargingProfile_json_1 = __importDefault(require("../ocpp-1.6-schemas/SetChargingProfile.json"));
var SetChargingProfileResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/SetChargingProfileResponse.json"));
var StartTransaction_json_1 = __importDefault(require("../ocpp-1.6-schemas/StartTransaction.json"));
var StartTransactionResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/StartTransactionResponse.json"));
var StatusNotification_json_1 = __importDefault(require("../ocpp-1.6-schemas/StatusNotification.json"));
var StatusNotificationResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/StatusNotificationResponse.json"));
var StopTransaction_json_1 = __importDefault(require("../ocpp-1.6-schemas/StopTransaction.json"));
var StopTransactionResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/StopTransactionResponse.json"));
var TriggerMessage_json_1 = __importDefault(require("../ocpp-1.6-schemas/TriggerMessage.json"));
var TriggerMessageResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/TriggerMessageResponse.json"));
var UnlockConnector_json_1 = __importDefault(require("../ocpp-1.6-schemas/UnlockConnector.json"));
var UnlockConnectorResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/UnlockConnectorResponse.json"));
var UpdateFirmware_json_1 = __importDefault(require("../ocpp-1.6-schemas/UpdateFirmware.json"));
var UpdateFirmwareResponse_json_1 = __importDefault(require("../ocpp-1.6-schemas/UpdateFirmwareResponse.json"));
exports.default = {
Authorize: Authorize_json_1.default,
AuthorizeResponse: AuthorizeResponse_json_1.default,
BootNotification: BootNotification_json_1.default,
BootNotificationResponse: BootNotificationResponse_json_1.default,
CancelReservation: CancelReservation_json_1.default,
CancelReservationResponse: CancelReservationResponse_json_1.default,
ChangeAvailability: ChangeAvailability_json_1.default,
ChangeAvailabilityResponse: ChangeAvailabilityResponse_json_1.default,
ChangeConfiguration: ChangeConfiguration_json_1.default,
ChangeConfigurationResponse: ChangeConfigurationResponse_json_1.default,
ClearCache: ClearCache_json_1.default,
ClearCacheResponse: ClearCacheResponse_json_1.default,
ClearChargingProfile: ClearChargingProfile_json_1.default,
ClearChargingProfileResponse: ClearChargingProfileResponse_json_1.default,
DataTransfer: DataTransfer_json_1.default,
DataTransferResponse: DataTransferResponse_json_1.default,
DiagnosticsStatusNotification: DiagnosticsStatusNotification_json_1.default,
DiagnosticsStatusNotificationResponse: DiagnosticsStatusNotificationResponse_json_1.default,
FirmwareStatusNotification: FirmwareStatusNotification_json_1.default,
FirmwareStatusNotificationResponse: FirmwareStatusNotificationResponse_json_1.default,
GetCompositeSchedule: GetCompositeSchedule_json_1.default,
GetCompositeScheduleResponse: GetCompositeScheduleResponse_json_1.default,
GetConfiguration: GetConfiguration_json_1.default,
GetConfigurationResponse: GetConfigurationResponse_json_1.default,
GetDiagnostics: GetDiagnostics_json_1.default,
GetDiagnosticsResponse: GetDiagnosticsResponse_json_1.default,
GetLocalListVersion: GetLocalListVersion_json_1.default,
GetLocalListVersionResponse: GetLocalListVersionResponse_json_1.default,
Heartbeat: Heartbeat_json_1.default,
HeartbeatResponse: HeartbeatResponse_json_1.default,
MeterValues: MeterValues_json_1.default,
MeterValuesResponse: MeterValuesResponse_json_1.default,
RemoteStartTransaction: RemoteStartTransaction_json_1.default,
RemoteStartTransactionResponse: RemoteStartTransactionResponse_json_1.default,
RemoteStopTransaction: RemoteStopTransaction_json_1.default,
RemoteStopTransactionResponse: RemoteStopTransactionResponse_json_1.default,
ReserveNow: ReserveNow_json_1.default,
ReserveNowResponse: ReserveNowResponse_json_1.default,
Reset: Reset_json_1.default,
ResetResponse: ResetResponse_json_1.default,
SendLocalList: SendLocalList_json_1.default,
SendLocalListResponse: SendLocalListResponse_json_1.default,
SetChargingProfile: SetChargingProfile_json_1.default,
SetChargingProfileResponse: SetChargingProfileResponse_json_1.default,
StartTransaction: StartTransaction_json_1.default,
StartTransactionResponse: StartTransactionResponse_json_1.default,
StatusNotification: StatusNotification_json_1.default,
StatusNotificationResponse: StatusNotificationResponse_json_1.default,
StopTransaction: StopTransaction_json_1.default,
StopTransactionResponse: StopTransactionResponse_json_1.default,
TriggerMessage: TriggerMessage_json_1.default,
TriggerMessageResponse: TriggerMessageResponse_json_1.default,
UnlockConnector: UnlockConnector_json_1.default,
UnlockConnectorResponse: UnlockConnectorResponse_json_1.default,
UpdateFirmware: UpdateFirmware_json_1.default,
UpdateFirmwareResponse: UpdateFirmwareResponse_json_1.default,
};
exports.OCPP_PROTOCOL_1_6 = 'ocpp1.6';
//# sourceMappingURL=schemas.js.map