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.

258 lines (257 loc) 25.4 kB
export * from './enums/index.js'; export type { AuthorizeRequest } from './types/AuthorizeRequest.js'; export { default as AuthorizeRequestSchema } from './schemas/AuthorizeRequest.json'; export type { CustomDataType, StatusInfoType, UpdateFirmwareResponse, } from './types/UpdateFirmwareResponse.js'; export { default as UpdateFirmwareResponseSchema } from './schemas/UpdateFirmwareResponse.json'; export type { AdditionalInfoType, IdTokenType, IdTokenInfoType, MessageContentType, TransactionEventResponse, } from './types/TransactionEventResponse.js'; export { default as TransactionEventResponseSchema } from './schemas/TransactionEventResponse.json'; export type { OCSPRequestDataType, GetCertificateStatusRequest, } from './types/GetCertificateStatusRequest.js'; export { default as GetCertificateStatusRequestSchema } from './schemas/GetCertificateStatusRequest.json'; export type { AuthorizeResponse } from './types/AuthorizeResponse.js'; export { default as AuthorizeResponseSchema } from './schemas/AuthorizeResponse.json'; export type { BootNotificationRequest, ChargingStationType, ModemType, } from './types/BootNotificationRequest.js'; export { default as BootNotificationRequestSchema } from './schemas/BootNotificationRequest.json'; export type { BootNotificationResponse } from './types/BootNotificationResponse.js'; export { default as BootNotificationResponseSchema } from './schemas/BootNotificationResponse.json'; export type { CancelReservationRequest } from './types/CancelReservationRequest.js'; export { default as CancelReservationRequestSchema } from './schemas/CancelReservationRequest.json'; export type { CancelReservationResponse } from './types/CancelReservationResponse.js'; export { default as CancelReservationResponseSchema } from './schemas/CancelReservationResponse.json'; export type { CertificateSignedRequest } from './types/CertificateSignedRequest.js'; export { default as CertificateSignedRequestSchema } from './schemas/CertificateSignedRequest.json'; export type { CertificateSignedResponse } from './types/CertificateSignedResponse.js'; export { default as CertificateSignedResponseSchema } from './schemas/CertificateSignedResponse.json'; export type { ChangeAvailabilityRequest } from './types/ChangeAvailabilityRequest.js'; export { default as ChangeAvailabilityRequestSchema } from './schemas/ChangeAvailabilityRequest.json'; export type { EVSEType, TriggerMessageRequest } from './types/TriggerMessageRequest.js'; export { default as TriggerMessageRequestSchema } from './schemas/TriggerMessageRequest.json'; export type { ChangeAvailabilityResponse } from './types/ChangeAvailabilityResponse.js'; export { default as ChangeAvailabilityResponseSchema } from './schemas/ChangeAvailabilityResponse.json'; export type { ClearCacheRequest } from './types/ClearCacheRequest.js'; export { default as ClearCacheRequestSchema } from './schemas/ClearCacheRequest.json'; export type { ClearCacheResponse } from './types/ClearCacheResponse.js'; export { default as ClearCacheResponseSchema } from './schemas/ClearCacheResponse.json'; export type { ClearChargingProfileRequest, ClearChargingProfileType, } from './types/ClearChargingProfileRequest.js'; export { default as ClearChargingProfileRequestSchema } from './schemas/ClearChargingProfileRequest.json'; export type { ClearChargingProfileResponse } from './types/ClearChargingProfileResponse.js'; export { default as ClearChargingProfileResponseSchema } from './schemas/ClearChargingProfileResponse.json'; export type { ClearDisplayMessageRequest } from './types/ClearDisplayMessageRequest.js'; export { default as ClearDisplayMessageRequestSchema } from './schemas/ClearDisplayMessageRequest.json'; export type { ClearDisplayMessageResponse } from './types/ClearDisplayMessageResponse.js'; export { default as ClearDisplayMessageResponseSchema } from './schemas/ClearDisplayMessageResponse.json'; export type { ClearedChargingLimitRequest } from './types/ClearedChargingLimitRequest.js'; export { default as ClearedChargingLimitRequestSchema } from './schemas/ClearedChargingLimitRequest.json'; export type { ClearedChargingLimitResponse } from './types/ClearedChargingLimitResponse.js'; export { default as ClearedChargingLimitResponseSchema } from './schemas/ClearedChargingLimitResponse.json'; export type { ClearVariableMonitoringRequest } from './types/ClearVariableMonitoringRequest.js'; export { default as ClearVariableMonitoringRequestSchema } from './schemas/ClearVariableMonitoringRequest.json'; export type { ClearVariableMonitoringResponse, ClearMonitoringResultType, } from './types/ClearVariableMonitoringResponse.js'; export { default as ClearVariableMonitoringResponseSchema } from './schemas/ClearVariableMonitoringResponse.json'; export type { CostUpdatedRequest } from './types/CostUpdatedRequest.js'; export { default as CostUpdatedRequestSchema } from './schemas/CostUpdatedRequest.json'; export type { CostUpdatedResponse } from './types/CostUpdatedResponse.js'; export { default as CostUpdatedResponseSchema } from './schemas/CostUpdatedResponse.json'; export type { CustomerInformationRequest } from './types/CustomerInformationRequest.js'; export { default as CustomerInformationRequestSchema } from './schemas/CustomerInformationRequest.json'; export type { CertificateHashDataType, GetInstalledCertificateIdsResponse, CertificateHashDataChainType, } from './types/GetInstalledCertificateIdsResponse.js'; export { default as GetInstalledCertificateIdsResponseSchema } from './schemas/GetInstalledCertificateIdsResponse.json'; export type { CustomerInformationResponse } from './types/CustomerInformationResponse.js'; export { default as CustomerInformationResponseSchema } from './schemas/CustomerInformationResponse.json'; export type { DataTransferRequest } from './types/DataTransferRequest.js'; export { default as DataTransferRequestSchema } from './schemas/DataTransferRequest.json'; export type { DataTransferResponse } from './types/DataTransferResponse.js'; export { default as DataTransferResponseSchema } from './schemas/DataTransferResponse.json'; export type { DeleteCertificateRequest } from './types/DeleteCertificateRequest.js'; export { default as DeleteCertificateRequestSchema } from './schemas/DeleteCertificateRequest.json'; export type { DeleteCertificateResponse } from './types/DeleteCertificateResponse.js'; export { default as DeleteCertificateResponseSchema } from './schemas/DeleteCertificateResponse.json'; export type { FirmwareStatusNotificationRequest } from './types/FirmwareStatusNotificationRequest.js'; export { default as FirmwareStatusNotificationRequestSchema } from './schemas/FirmwareStatusNotificationRequest.json'; export type { FirmwareStatusNotificationResponse } from './types/FirmwareStatusNotificationResponse.js'; export { default as FirmwareStatusNotificationResponseSchema } from './schemas/FirmwareStatusNotificationResponse.json'; export type { Get15118EVCertificateRequest } from './types/Get15118EVCertificateRequest.js'; export { default as Get15118EVCertificateRequestSchema } from './schemas/Get15118EVCertificateRequest.json'; export type { Get15118EVCertificateResponse } from './types/Get15118EVCertificateResponse.js'; export { default as Get15118EVCertificateResponseSchema } from './schemas/Get15118EVCertificateResponse.json'; export type { GetBaseReportRequest } from './types/GetBaseReportRequest.js'; export { default as GetBaseReportRequestSchema } from './schemas/GetBaseReportRequest.json'; export type { GetBaseReportResponse } from './types/GetBaseReportResponse.js'; export { default as GetBaseReportResponseSchema } from './schemas/GetBaseReportResponse.json'; export type { GetCertificateStatusResponse } from './types/GetCertificateStatusResponse.js'; export { default as GetCertificateStatusResponseSchema } from './schemas/GetCertificateStatusResponse.json'; export type { GetChargingProfilesRequest, ChargingProfileCriterionType, } from './types/GetChargingProfilesRequest.js'; export { default as GetChargingProfilesRequestSchema } from './schemas/GetChargingProfilesRequest.json'; export type { GetChargingProfilesResponse } from './types/GetChargingProfilesResponse.js'; export { default as GetChargingProfilesResponseSchema } from './schemas/GetChargingProfilesResponse.json'; export type { GetCompositeScheduleRequest } from './types/GetCompositeScheduleRequest.js'; export { default as GetCompositeScheduleRequestSchema } from './schemas/GetCompositeScheduleRequest.json'; export type { GetCompositeScheduleResponse, CompositeScheduleType, } from './types/GetCompositeScheduleResponse.js'; export { default as GetCompositeScheduleResponseSchema } from './schemas/GetCompositeScheduleResponse.json'; export type { ChargingSchedulePeriodType, ChargingScheduleType, ConsumptionCostType, CostType, RelativeTimeIntervalType, SalesTariffEntryType, SalesTariffType, ChargingProfileType, SetChargingProfileRequest, } from './types/SetChargingProfileRequest.js'; export { default as SetChargingProfileRequestSchema } from './schemas/SetChargingProfileRequest.json'; export type { GetDisplayMessagesRequest } from './types/GetDisplayMessagesRequest.js'; export { default as GetDisplayMessagesRequestSchema } from './schemas/GetDisplayMessagesRequest.json'; export type { GetDisplayMessagesResponse } from './types/GetDisplayMessagesResponse.js'; export { default as GetDisplayMessagesResponseSchema } from './schemas/GetDisplayMessagesResponse.json'; export type { GetInstalledCertificateIdsRequest } from './types/GetInstalledCertificateIdsRequest.js'; export { default as GetInstalledCertificateIdsRequestSchema } from './schemas/GetInstalledCertificateIdsRequest.json'; export type { GetLocalListVersionRequest } from './types/GetLocalListVersionRequest.js'; export { default as GetLocalListVersionRequestSchema } from './schemas/GetLocalListVersionRequest.json'; export type { GetLocalListVersionResponse } from './types/GetLocalListVersionResponse.js'; export { default as GetLocalListVersionResponseSchema } from './schemas/GetLocalListVersionResponse.json'; export type { GetLogRequest, LogParametersType } from './types/GetLogRequest.js'; export { default as GetLogRequestSchema } from './schemas/GetLogRequest.json'; export type { GetLogResponse } from './types/GetLogResponse.js'; export { default as GetLogResponseSchema } from './schemas/GetLogResponse.json'; export type { GetMonitoringReportRequest } from './types/GetMonitoringReportRequest.js'; export { default as GetMonitoringReportRequestSchema } from './schemas/GetMonitoringReportRequest.json'; export type { ComponentType, VariableType, SetVariablesResponse, SetVariableResultType, } from './types/SetVariablesResponse.js'; export { default as SetVariablesResponseSchema } from './schemas/SetVariablesResponse.json'; export type { ComponentVariableType, GetReportRequest } from './types/GetReportRequest.js'; export { default as GetReportRequestSchema } from './schemas/GetReportRequest.json'; export type { GetMonitoringReportResponse } from './types/GetMonitoringReportResponse.js'; export { default as GetMonitoringReportResponseSchema } from './schemas/GetMonitoringReportResponse.json'; export type { GetReportResponse } from './types/GetReportResponse.js'; export { default as GetReportResponseSchema } from './schemas/GetReportResponse.json'; export type { GetTransactionStatusRequest } from './types/GetTransactionStatusRequest.js'; export { default as GetTransactionStatusRequestSchema } from './schemas/GetTransactionStatusRequest.json'; export type { GetTransactionStatusResponse } from './types/GetTransactionStatusResponse.js'; export { default as GetTransactionStatusResponseSchema } from './schemas/GetTransactionStatusResponse.json'; export type { GetVariablesRequest, GetVariableDataType } from './types/GetVariablesRequest.js'; export { default as GetVariablesRequestSchema } from './schemas/GetVariablesRequest.json'; export type { GetVariablesResponse, GetVariableResultType } from './types/GetVariablesResponse.js'; export { default as GetVariablesResponseSchema } from './schemas/GetVariablesResponse.json'; export type { HeartbeatRequest } from './types/HeartbeatRequest.js'; export { default as HeartbeatRequestSchema } from './schemas/HeartbeatRequest.json'; export type { HeartbeatResponse } from './types/HeartbeatResponse.js'; export { default as HeartbeatResponseSchema } from './schemas/HeartbeatResponse.json'; export type { InstallCertificateRequest } from './types/InstallCertificateRequest.js'; export { default as InstallCertificateRequestSchema } from './schemas/InstallCertificateRequest.json'; export type { InstallCertificateResponse } from './types/InstallCertificateResponse.js'; export { default as InstallCertificateResponseSchema } from './schemas/InstallCertificateResponse.json'; export type { LogStatusNotificationRequest } from './types/LogStatusNotificationRequest.js'; export { default as LogStatusNotificationRequestSchema } from './schemas/LogStatusNotificationRequest.json'; export type { LogStatusNotificationResponse } from './types/LogStatusNotificationResponse.js'; export { default as LogStatusNotificationResponseSchema } from './schemas/LogStatusNotificationResponse.json'; export type { MeterValuesRequest } from './types/MeterValuesRequest.js'; export { default as MeterValuesRequestSchema } from './schemas/MeterValuesRequest.json'; export type { MeterValueType, SampledValueType, SignedMeterValueType, UnitOfMeasureType, TransactionEventRequest, TransactionType, } from './types/TransactionEventRequest.js'; export { default as TransactionEventRequestSchema } from './schemas/TransactionEventRequest.json'; export type { MeterValuesResponse } from './types/MeterValuesResponse.js'; export { default as MeterValuesResponseSchema } from './schemas/MeterValuesResponse.json'; export type { NotifyChargingLimitRequest, ChargingLimitType, } from './types/NotifyChargingLimitRequest.js'; export { default as NotifyChargingLimitRequestSchema } from './schemas/NotifyChargingLimitRequest.json'; export type { NotifyChargingLimitResponse } from './types/NotifyChargingLimitResponse.js'; export { default as NotifyChargingLimitResponseSchema } from './schemas/NotifyChargingLimitResponse.json'; export type { NotifyCustomerInformationRequest } from './types/NotifyCustomerInformationRequest.js'; export { default as NotifyCustomerInformationRequestSchema } from './schemas/NotifyCustomerInformationRequest.json'; export type { NotifyCustomerInformationResponse } from './types/NotifyCustomerInformationResponse.js'; export { default as NotifyCustomerInformationResponseSchema } from './schemas/NotifyCustomerInformationResponse.json'; export type { NotifyDisplayMessagesRequest } from './types/NotifyDisplayMessagesRequest.js'; export { default as NotifyDisplayMessagesRequestSchema } from './schemas/NotifyDisplayMessagesRequest.json'; export type { MessageInfoType, SetDisplayMessageRequest, } from './types/SetDisplayMessageRequest.js'; export { default as SetDisplayMessageRequestSchema } from './schemas/SetDisplayMessageRequest.json'; export type { NotifyDisplayMessagesResponse } from './types/NotifyDisplayMessagesResponse.js'; export { default as NotifyDisplayMessagesResponseSchema } from './schemas/NotifyDisplayMessagesResponse.json'; export type { NotifyEVChargingNeedsRequest, ACChargingParametersType, ChargingNeedsType, DCChargingParametersType, } from './types/NotifyEVChargingNeedsRequest.js'; export { default as NotifyEVChargingNeedsRequestSchema } from './schemas/NotifyEVChargingNeedsRequest.json'; export type { NotifyEVChargingNeedsResponse } from './types/NotifyEVChargingNeedsResponse.js'; export { default as NotifyEVChargingNeedsResponseSchema } from './schemas/NotifyEVChargingNeedsResponse.json'; export type { NotifyEVChargingScheduleRequest } from './types/NotifyEVChargingScheduleRequest.js'; export { default as NotifyEVChargingScheduleRequestSchema } from './schemas/NotifyEVChargingScheduleRequest.json'; export type { NotifyEVChargingScheduleResponse } from './types/NotifyEVChargingScheduleResponse.js'; export { default as NotifyEVChargingScheduleResponseSchema } from './schemas/NotifyEVChargingScheduleResponse.json'; export type { NotifyEventRequest, EventDataType } from './types/NotifyEventRequest.js'; export { default as NotifyEventRequestSchema } from './schemas/NotifyEventRequest.json'; export type { NotifyEventResponse } from './types/NotifyEventResponse.js'; export { default as NotifyEventResponseSchema } from './schemas/NotifyEventResponse.json'; export type { NotifyMonitoringReportRequest, MonitoringDataType, VariableMonitoringType, } from './types/NotifyMonitoringReportRequest.js'; export { default as NotifyMonitoringReportRequestSchema } from './schemas/NotifyMonitoringReportRequest.json'; export type { NotifyMonitoringReportResponse } from './types/NotifyMonitoringReportResponse.js'; export { default as NotifyMonitoringReportResponseSchema } from './schemas/NotifyMonitoringReportResponse.json'; export type { NotifyReportRequest, ReportDataType, VariableAttributeType, VariableCharacteristicsType, } from './types/NotifyReportRequest.js'; export { default as NotifyReportRequestSchema } from './schemas/NotifyReportRequest.json'; export type { NotifyReportResponse } from './types/NotifyReportResponse.js'; export { default as NotifyReportResponseSchema } from './schemas/NotifyReportResponse.json'; export type { PublishFirmwareRequest } from './types/PublishFirmwareRequest.js'; export { default as PublishFirmwareRequestSchema } from './schemas/PublishFirmwareRequest.json'; export type { PublishFirmwareResponse } from './types/PublishFirmwareResponse.js'; export { default as PublishFirmwareResponseSchema } from './schemas/PublishFirmwareResponse.json'; export type { PublishFirmwareStatusNotificationRequest } from './types/PublishFirmwareStatusNotificationRequest.js'; export { default as PublishFirmwareStatusNotificationRequestSchema } from './schemas/PublishFirmwareStatusNotificationRequest.json'; export type { PublishFirmwareStatusNotificationResponse } from './types/PublishFirmwareStatusNotificationResponse.js'; export { default as PublishFirmwareStatusNotificationResponseSchema } from './schemas/PublishFirmwareStatusNotificationResponse.json'; export type { ReportChargingProfilesRequest } from './types/ReportChargingProfilesRequest.js'; export { default as ReportChargingProfilesRequestSchema } from './schemas/ReportChargingProfilesRequest.json'; export type { ReportChargingProfilesResponse } from './types/ReportChargingProfilesResponse.js'; export { default as ReportChargingProfilesResponseSchema } from './schemas/ReportChargingProfilesResponse.json'; export type { RequestStartTransactionRequest } from './types/RequestStartTransactionRequest.js'; export { default as RequestStartTransactionRequestSchema } from './schemas/RequestStartTransactionRequest.json'; export type { RequestStartTransactionResponse } from './types/RequestStartTransactionResponse.js'; export { default as RequestStartTransactionResponseSchema } from './schemas/RequestStartTransactionResponse.json'; export type { RequestStopTransactionRequest } from './types/RequestStopTransactionRequest.js'; export { default as RequestStopTransactionRequestSchema } from './schemas/RequestStopTransactionRequest.json'; export type { RequestStopTransactionResponse } from './types/RequestStopTransactionResponse.js'; export { default as RequestStopTransactionResponseSchema } from './schemas/RequestStopTransactionResponse.json'; export type { ReservationStatusUpdateRequest } from './types/ReservationStatusUpdateRequest.js'; export { default as ReservationStatusUpdateRequestSchema } from './schemas/ReservationStatusUpdateRequest.json'; export type { ReservationStatusUpdateResponse } from './types/ReservationStatusUpdateResponse.js'; export { default as ReservationStatusUpdateResponseSchema } from './schemas/ReservationStatusUpdateResponse.json'; export type { ReserveNowRequest } from './types/ReserveNowRequest.js'; export { default as ReserveNowRequestSchema } from './schemas/ReserveNowRequest.json'; export type { ReserveNowResponse } from './types/ReserveNowResponse.js'; export { default as ReserveNowResponseSchema } from './schemas/ReserveNowResponse.json'; export type { ResetRequest } from './types/ResetRequest.js'; export { default as ResetRequestSchema } from './schemas/ResetRequest.json'; export type { ResetResponse } from './types/ResetResponse.js'; export { default as ResetResponseSchema } from './schemas/ResetResponse.json'; export type { SecurityEventNotificationRequest } from './types/SecurityEventNotificationRequest.js'; export { default as SecurityEventNotificationRequestSchema } from './schemas/SecurityEventNotificationRequest.json'; export type { SecurityEventNotificationResponse } from './types/SecurityEventNotificationResponse.js'; export { default as SecurityEventNotificationResponseSchema } from './schemas/SecurityEventNotificationResponse.json'; export type { SendLocalListRequest, AuthorizationData } from './types/SendLocalListRequest.js'; export { default as SendLocalListRequestSchema } from './schemas/SendLocalListRequest.json'; export type { SendLocalListResponse } from './types/SendLocalListResponse.js'; export { default as SendLocalListResponseSchema } from './schemas/SendLocalListResponse.json'; export type { SetChargingProfileResponse } from './types/SetChargingProfileResponse.js'; export { default as SetChargingProfileResponseSchema } from './schemas/SetChargingProfileResponse.json'; export type { SetDisplayMessageResponse } from './types/SetDisplayMessageResponse.js'; export { default as SetDisplayMessageResponseSchema } from './schemas/SetDisplayMessageResponse.json'; export type { SetMonitoringBaseRequest } from './types/SetMonitoringBaseRequest.js'; export { default as SetMonitoringBaseRequestSchema } from './schemas/SetMonitoringBaseRequest.json'; export type { SetMonitoringBaseResponse } from './types/SetMonitoringBaseResponse.js'; export { default as SetMonitoringBaseResponseSchema } from './schemas/SetMonitoringBaseResponse.json'; export type { SetMonitoringLevelRequest } from './types/SetMonitoringLevelRequest.js'; export { default as SetMonitoringLevelRequestSchema } from './schemas/SetMonitoringLevelRequest.json'; export type { SetMonitoringLevelResponse } from './types/SetMonitoringLevelResponse.js'; export { default as SetMonitoringLevelResponseSchema } from './schemas/SetMonitoringLevelResponse.json'; export type { SetNetworkProfileRequest, APNType, NetworkConnectionProfileType, VPNType, } from './types/SetNetworkProfileRequest.js'; export { default as SetNetworkProfileRequestSchema } from './schemas/SetNetworkProfileRequest.json'; export type { SetNetworkProfileResponse } from './types/SetNetworkProfileResponse.js'; export { default as SetNetworkProfileResponseSchema } from './schemas/SetNetworkProfileResponse.json'; export type { SetVariableMonitoringRequest, SetMonitoringDataType, } from './types/SetVariableMonitoringRequest.js'; export { default as SetVariableMonitoringRequestSchema } from './schemas/SetVariableMonitoringRequest.json'; export type { SetVariableMonitoringResponse, SetMonitoringResultType, } from './types/SetVariableMonitoringResponse.js'; export { default as SetVariableMonitoringResponseSchema } from './schemas/SetVariableMonitoringResponse.json'; export type { SetVariablesRequest, SetVariableDataType } from './types/SetVariablesRequest.js'; export { default as SetVariablesRequestSchema } from './schemas/SetVariablesRequest.json'; export type { SignCertificateRequest } from './types/SignCertificateRequest.js'; export { default as SignCertificateRequestSchema } from './schemas/SignCertificateRequest.json'; export type { SignCertificateResponse } from './types/SignCertificateResponse.js'; export { default as SignCertificateResponseSchema } from './schemas/SignCertificateResponse.json'; export type { StatusNotificationRequest } from './types/StatusNotificationRequest.js'; export { default as StatusNotificationRequestSchema } from './schemas/StatusNotificationRequest.json'; export type { StatusNotificationResponse } from './types/StatusNotificationResponse.js'; export { default as StatusNotificationResponseSchema } from './schemas/StatusNotificationResponse.json'; export type { TriggerMessageResponse } from './types/TriggerMessageResponse.js'; export { default as TriggerMessageResponseSchema } from './schemas/TriggerMessageResponse.json'; export type { UnlockConnectorRequest } from './types/UnlockConnectorRequest.js'; export { default as UnlockConnectorRequestSchema } from './schemas/UnlockConnectorRequest.json'; export type { UnlockConnectorResponse } from './types/UnlockConnectorResponse.js'; export { default as UnlockConnectorResponseSchema } from './schemas/UnlockConnectorResponse.json'; export type { UnpublishFirmwareRequest } from './types/UnpublishFirmwareRequest.js'; export { default as UnpublishFirmwareRequestSchema } from './schemas/UnpublishFirmwareRequest.json'; export type { UnpublishFirmwareResponse } from './types/UnpublishFirmwareResponse.js'; export { default as UnpublishFirmwareResponseSchema } from './schemas/UnpublishFirmwareResponse.json'; export type { UpdateFirmwareRequest, FirmwareType } from './types/UpdateFirmwareRequest.js'; export { default as UpdateFirmwareRequestSchema } from './schemas/UpdateFirmwareRequest.json';