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