feat: add initial HTTP/2 support to ui server (mutually exclusive for now)
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
CommitLineData
0ac97927 1export {
0ac97927
JB
2 ApplicationProtocol,
3 AuthenticationType,
69074173
JB
4 ProcedureName,
5 Protocol,
6 type ProtocolRequest,
7 type ProtocolRequestHandler,
8 type ProtocolResponse,
9 ProtocolVersion,
10 type RequestPayload,
11 type ResponsePayload,
12 ResponseStatus,
13} from './UIProtocol';
14export {
0ac97927 15 type AutomaticTransactionGeneratorConfiguration,
69074173
JB
16 type ChargingStationAutomaticTransactionGeneratorConfiguration,
17 IdTagDistribution,
18 type Status,
19} from './AutomaticTransactionGenerator';
73ed6e01 20export { type GenericResponse, GenericStatus, RegistrationStatusEnumType } from './ocpp/Common';
69074173 21export {
0ac97927
JB
22 AvailabilityType,
23 type BootNotificationRequest,
0ac97927 24 type CachedRequest,
0ac97927 25 type DataTransferRequest,
0ac97927 26 type DiagnosticsStatusNotificationRequest,
0ac97927 27 type ErrorCallback,
0ac97927
JB
28 FirmwareStatus,
29 type FirmwareStatusNotificationRequest,
0ac97927 30 type HeartbeatRequest,
0ac97927
JB
31 type IncomingRequest,
32 IncomingRequestCommand,
33 type IncomingRequestHandler,
0ac97927 34 MessageTrigger,
0ac97927 35 type MeterValuesRequest,
69074173
JB
36 type OutgoingRequest,
37 RequestCommand,
38 type RequestParams,
39 type ResponseCallback,
40 type ResponseType,
41 type StatusNotificationRequest,
42} from './ocpp/Requests';
43export {
44 AvailabilityStatus,
45 type BootNotificationResponse,
46 ChargingProfileStatus,
47 ClearChargingProfileStatus,
48 type ClearCacheResponse,
49 ConfigurationStatus,
50 DataTransferStatus,
51 type DataTransferResponse,
52 type DiagnosticsStatusNotificationResponse,
53 type ErrorResponse,
54 type FirmwareStatusNotificationResponse,
69074173 55 type HeartbeatResponse,
0ac97927 56 type MeterValuesResponse,
69074173
JB
57 type Response,
58 type ResponseHandler,
59 type StatusNotificationResponse,
60 TriggerMessageStatus,
61 UnlockStatus,
62} from './ocpp/Responses';
63export {
64 AuthorizationStatus,
65 type AuthorizeRequest,
66 type AuthorizeResponse,
67 type StartTransactionRequest,
68 type StartTransactionResponse,
69 StopTransactionReason,
70 type StopTransactionRequest,
71 type StopTransactionResponse,
72} from './ocpp/Transaction';
73export { BootReasonEnumType, OCPP20ConnectorStatusEnumType } from './ocpp/2.0/Common';
74export {
75 BroadcastChannelProcedureName,
76 type BroadcastChannelRequest,
77 type BroadcastChannelRequestPayload,
78 type BroadcastChannelResponse,
79 type BroadcastChannelResponsePayload,
80 type MessageEvent,
81} from './WorkerBroadcastChannel';
82export {
83 type ChangeAvailabilityRequest,
84 type ChangeConfigurationRequest,
85 type ClearChargingProfileRequest,
86 type GetConfigurationRequest,
87 type GetDiagnosticsRequest,
0ac97927
JB
88 OCPP16AvailabilityType,
89 type OCPP16BootNotificationRequest,
0ac97927
JB
90 type OCPP16ClearCacheRequest,
91 type OCPP16DataTransferRequest,
0ac97927 92 OCPP16DataTransferVendorId,
0ac97927 93 type OCPP16DiagnosticsStatusNotificationRequest,
0ac97927
JB
94 OCPP16FirmwareStatus,
95 type OCPP16FirmwareStatusNotificationRequest,
41189456 96 type OCPP16GetCompositeScheduleRequest,
0ac97927 97 type OCPP16HeartbeatRequest,
0ac97927
JB
98 OCPP16IncomingRequestCommand,
99 OCPP16MessageTrigger,
69074173
JB
100 OCPP16RequestCommand,
101 type OCPP16StatusNotificationRequest,
102 type OCPP16TriggerMessageRequest,
103 type OCPP16UpdateFirmwareRequest,
104 type RemoteStartTransactionRequest,
105 type RemoteStopTransactionRequest,
106 type ResetRequest,
107 type SetChargingProfileRequest,
108 type UnlockConnectorRequest,
66dd3447
JB
109 type OCPP16ReserveNowRequest,
110 type OCPP16CancelReservationRequest,
69074173
JB
111} from './ocpp/1.6/Requests';
112export {
113 type ChangeAvailabilityResponse,
114 type ChangeConfigurationResponse,
115 type ClearChargingProfileResponse,
116 type GetConfigurationResponse,
117 type GetDiagnosticsResponse,
118 type OCPP16BootNotificationResponse,
119 type OCPP16DataTransferResponse,
120 OCPP16DataTransferStatus,
121 type OCPP16DiagnosticsStatusNotificationResponse,
122 type OCPP16FirmwareStatusNotificationResponse,
123 type OCPP16GetCompositeScheduleResponse,
124 type OCPP16HeartbeatResponse,
125 type OCPP16StatusNotificationResponse,
126 type OCPP16TriggerMessageResponse,
127 type OCPP16UpdateFirmwareResponse,
128 type SetChargingProfileResponse,
129 type UnlockConnectorResponse,
66dd3447 130 type OCPP16ReserveNowResponse,
69074173
JB
131} from './ocpp/1.6/Responses';
132export { ChargePointErrorCode } from './ocpp/ChargePointErrorCode';
133export {
134 type ChargingProfile,
135 ChargingProfileKindType,
136 ChargingRateUnitType,
137 type ChargingSchedulePeriod,
138 RecurrencyKindType,
139} from './ocpp/ChargingProfile';
140export type {
141 ChargingStationConfiguration,
142 EvseStatusConfiguration,
143} from './ChargingStationConfiguration';
144export {
145 type ChargingStationData,
146 type ChargingStationWorkerData,
147 type ChargingStationWorkerMessage,
148 type ChargingStationWorkerMessageData,
149 ChargingStationWorkerMessageEvents,
09989bb8 150 type EvseStatusWorkerType,
69074173
JB
151} from './ChargingStationWorker';
152export type { ChargingStationInfo } from './ChargingStationInfo';
153export type {
154 ChargingStationOcppConfiguration,
155 ConfigurationKey,
156} from './ChargingStationOcppConfiguration';
157export {
158 AmpereUnits,
159 type ChargingStationTemplate,
160 CurrentType,
161 type FirmwareUpgrade,
162 PowerUnits,
163 Voltage,
164 type WsOptions,
165} from './ChargingStationTemplate';
166export {
a6080904 167 ApplicationProtocolVersion,
69074173 168 type ConfigurationData,
5d049829 169 ConfigurationSection,
3d48c1c1 170 type LogConfiguration,
69074173
JB
171 type StationTemplateUrl,
172 type StorageConfiguration,
173 SupervisionUrlDistribution,
174 type UIServerConfiguration,
175 type WorkerConfiguration,
176} from './ConfigurationData';
177export {
178 type ConfigurationKeyType,
179 ConnectorPhaseRotation,
180 type OCPPConfigurationKey,
181 StandardParametersKey,
182 SupportedFeatureProfiles,
183 VendorParametersKey,
184} from './ocpp/Configuration';
185export type { ConnectorStatus } from './ConnectorStatus';
186export { ConnectorStatusEnum, type ConnectorStatusTransition } from './ocpp/ConnectorStatusEnum';
187export { DBName, type MikroOrmDbType, StorageType } from './Storage';
188export type { EmptyObject } from './EmptyObject';
189export { ErrorType } from './ocpp/ErrorType';
190export type { EvseTemplate, EvseStatus } from './Evse';
191export { FileType } from './FileType';
192export type { HandleErrorParams } from './Error';
193export type { JsonObject, JsonType } from './JsonType';
194export type {
195 MeasurandPerPhaseSampledValueTemplates,
196 SampledValueTemplate,
197} from './MeasurandPerPhaseSampledValueTemplates';
198export type { MeasurandValues } from './MeasurandValues';
199export { MessageType } from './ocpp/MessageType';
200export { type MeterValue, MeterValueMeasurand, MeterValuePhase } from './ocpp/MeterValues';
201export {
202 MeterValueContext,
203 MeterValueLocation,
204 MeterValueUnit,
0ac97927
JB
205 type OCPP16MeterValue,
206 OCPP16MeterValueMeasurand,
207 OCPP16MeterValuePhase,
208 type OCPP16MeterValuesRequest,
209 type OCPP16MeterValuesResponse,
0ac97927 210 type OCPP16SampledValue,
69074173
JB
211} from './ocpp/1.6/MeterValues';
212export {
213 OCPP16AuthorizationStatus,
214 type OCPP16AuthorizeRequest,
215 type OCPP16AuthorizeResponse,
0ac97927
JB
216 type OCPP16StartTransactionRequest,
217 type OCPP16StartTransactionResponse,
0ac97927
JB
218 OCPP16StopTransactionReason,
219 type OCPP16StopTransactionRequest,
220 type OCPP16StopTransactionResponse,
69074173
JB
221} from './ocpp/1.6/Transaction';
222export { OCPP16ChargePointErrorCode } from './ocpp/1.6/ChargePointErrorCode';
223export { OCPP16ChargePointStatus } from './ocpp/1.6/ChargePointStatus';
224export {
225 type OCPP16ChargingProfile,
226 OCPP16ChargingProfilePurposeType,
227 type OCPP16ChargingSchedule,
228} from './ocpp/1.6/ChargingProfile';
229export {
230 OCPP16StandardParametersKey,
0ac97927 231 OCPP16SupportedFeatureProfiles,
69074173
JB
232} from './ocpp/1.6/Configuration';
233export { OCPP16DiagnosticsStatus } from './ocpp/1.6/DiagnosticsStatus';
234export {
0ac97927 235 type OCPP20BootNotificationRequest,
0ac97927 236 type OCPP20ClearCacheRequest,
0ac97927 237 type OCPP20HeartbeatRequest,
0ac97927 238 OCPP20IncomingRequestCommand,
0ac97927
JB
239 OCPP20RequestCommand,
240 type OCPP20StatusNotificationRequest,
69074173
JB
241} from './ocpp/2.0/Requests';
242export type {
243 OCPP20BootNotificationResponse,
244 OCPP20ClearCacheResponse,
245 OCPP20HeartbeatResponse,
246 OCPP20StatusNotificationResponse,
247} from './ocpp/2.0/Responses';
248export { OCPP20OptionalVariableName } from './ocpp/2.0/Variables';
249export { OCPPVersion } from './ocpp/OCPPVersion';
250export { PerformanceData } from './orm/entities/PerformanceData';
251export { PerformanceRecord } from './orm/entities/PerformanceRecord';
f6778d74 252export type { Statistics, TimestampedData } from './Statistics';
69074173 253export {
0ac97927
JB
254 type WSError,
255 WebSocketCloseEventStatusCode,
256 WebSocketCloseEventStatusString,
69074173 257} from './WebSocket';
282582e5
JB
258export {
259 type Reservation,
2ca0ea90 260 type ReservationFilterKey,
282582e5
JB
261 ReservationTerminationReason,
262} from './ocpp/Reservation';