refactor: add sanity check to worker script handling
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
1 export {
2 AmpereUnits,
3 ApplicationProtocol,
4 AuthenticationType,
5 AuthorizationStatus,
6 type AuthorizeRequest,
7 type AuthorizeResponse,
8 type AutomaticTransactionGeneratorConfiguration,
9 AvailabilityStatus,
10 AvailabilityType,
11 type BootNotificationRequest,
12 type BootNotificationResponse,
13 BootReasonEnumType,
14 BroadcastChannelProcedureName,
15 type BroadcastChannelRequest,
16 type BroadcastChannelRequestPayload,
17 type BroadcastChannelResponse,
18 type BroadcastChannelResponsePayload,
19 type CachedRequest,
20 type ChangeAvailabilityRequest,
21 type ChangeAvailabilityResponse,
22 type ChangeConfigurationRequest,
23 type ChangeConfigurationResponse,
24 ChargePointErrorCode,
25 type ChargingProfile,
26 ChargingProfileKindType,
27 ChargingProfileStatus,
28 ChargingRateUnitType,
29 type ChargingSchedulePeriod,
30 type ChargingStationConfiguration,
31 type ChargingStationData,
32 type ChargingStationInfo,
33 type ChargingStationOcppConfiguration,
34 type ChargingStationTemplate,
35 type ChargingStationWorkerData,
36 type ChargingStationWorkerMessage,
37 type ChargingStationWorkerMessageData,
38 ChargingStationWorkerMessageEvents,
39 type ClearCacheResponse,
40 type ClearChargingProfileRequest,
41 type ClearChargingProfileResponse,
42 ClearChargingProfileStatus,
43 type ConfigurationData,
44 type ConfigurationKey,
45 type ConfigurationKeyType,
46 ConfigurationStatus,
47 ConnectorPhaseRotation,
48 type ConnectorStatus,
49 ConnectorStatusEnum,
50 type ConnectorStatusTransition,
51 CurrentType,
52 DBName,
53 type DataTransferRequest,
54 type DataTransferResponse,
55 DataTransferStatus,
56 type DiagnosticsStatusNotificationRequest,
57 type DiagnosticsStatusNotificationResponse,
58 type EmptyObject,
59 type ErrorCallback,
60 type ErrorResponse,
61 ErrorType,
62 FileType,
63 FirmwareStatus,
64 type FirmwareStatusNotificationRequest,
65 type FirmwareStatusNotificationResponse,
66 type FirmwareUpgrade,
67 type GenericResponse,
68 GenericStatus,
69 type GetConfigurationRequest,
70 type GetConfigurationResponse,
71 type GetDiagnosticsRequest,
72 type GetDiagnosticsResponse,
73 type HandleErrorParams,
74 type HeartbeatRequest,
75 type HeartbeatResponse,
76 IdTagDistribution,
77 type IncomingRequest,
78 IncomingRequestCommand,
79 type IncomingRequestHandler,
80 type JsonObject,
81 type JsonType,
82 type MeasurandPerPhaseSampledValueTemplates,
83 type MeasurandValues,
84 type MessageEvent,
85 MessageTrigger,
86 MessageType,
87 type MeterValue,
88 MeterValueContext,
89 MeterValueLocation,
90 MeterValueMeasurand,
91 type MeterValuePhase,
92 MeterValueUnit,
93 type MeterValuesRequest,
94 type MeterValuesResponse,
95 type MikroOrmDbType as MikroORMDBType,
96 OCPP16AuthorizationStatus,
97 type OCPP16AuthorizeRequest,
98 type OCPP16AuthorizeResponse,
99 OCPP16AvailabilityType,
100 type OCPP16BootNotificationRequest,
101 type OCPP16BootNotificationResponse,
102 OCPP16ChargePointErrorCode,
103 OCPP16ChargePointStatus,
104 type OCPP16ChargingProfile,
105 OCPP16ChargingProfilePurposeType,
106 type OCPP16ChargingSchedule,
107 type OCPP16ClearCacheRequest,
108 type OCPP16DataTransferRequest,
109 type OCPP16DataTransferResponse,
110 OCPP16DataTransferStatus,
111 OCPP16DataTransferVendorId,
112 OCPP16DiagnosticsStatus,
113 type OCPP16DiagnosticsStatusNotificationRequest,
114 type OCPP16DiagnosticsStatusNotificationResponse,
115 OCPP16FirmwareStatus,
116 type OCPP16FirmwareStatusNotificationRequest,
117 type OCPP16FirmwareStatusNotificationResponse,
118 type OCPP16GetCompositeScheduleRequest,
119 type OCPP16GetCompositeScheduleResponse,
120 type OCPP16HeartbeatRequest,
121 type OCPP16HeartbeatResponse,
122 OCPP16IncomingRequestCommand,
123 OCPP16MessageTrigger,
124 type OCPP16MeterValue,
125 OCPP16MeterValueMeasurand,
126 OCPP16MeterValuePhase,
127 type OCPP16MeterValuesRequest,
128 type OCPP16MeterValuesResponse,
129 OCPP16RequestCommand,
130 type OCPP16SampledValue,
131 OCPP16StandardParametersKey,
132 type OCPP16StartTransactionRequest,
133 type OCPP16StartTransactionResponse,
134 type OCPP16StatusNotificationRequest,
135 type OCPP16StatusNotificationResponse,
136 OCPP16StopTransactionReason,
137 type OCPP16StopTransactionRequest,
138 type OCPP16StopTransactionResponse,
139 OCPP16SupportedFeatureProfiles,
140 type OCPP16TriggerMessageRequest,
141 type OCPP16TriggerMessageResponse,
142 type OCPP16UpdateFirmwareRequest,
143 type OCPP16UpdateFirmwareResponse,
144 type OCPP20BootNotificationRequest,
145 type OCPP20BootNotificationResponse,
146 type OCPP20ClearCacheRequest,
147 type OCPP20ClearCacheResponse,
148 OCPP20ConnectorStatusEnumType,
149 type OCPP20HeartbeatRequest,
150 type OCPP20HeartbeatResponse,
151 OCPP20IncomingRequestCommand,
152 OCPP20OptionalVariableName,
153 OCPP20RequestCommand,
154 type OCPP20StatusNotificationRequest,
155 type OCPP20StatusNotificationResponse,
156 type OCPPConfigurationKey,
157 OCPPVersion,
158 type OutgoingRequest,
159 PerformanceData,
160 PerformanceRecord,
161 PowerUnits,
162 ProcedureName,
163 Protocol,
164 type ProtocolRequest,
165 type ProtocolRequestHandler,
166 type ProtocolResponse,
167 ProtocolVersion,
168 RecurrencyKindType,
169 RegistrationStatusEnumType,
170 type RemoteStartTransactionRequest,
171 type RemoteStopTransactionRequest,
172 RequestCommand,
173 type RequestParams,
174 type RequestPayload,
175 type ResetRequest,
176 type Response,
177 type ResponseCallback,
178 type ResponseHandler,
179 type ResponsePayload,
180 ResponseStatus,
181 type ResponseType,
182 type SampledValueTemplate,
183 type SetChargingProfileRequest,
184 type SetChargingProfileResponse,
185 StandardParametersKey,
186 type StartTransactionRequest,
187 type StartTransactionResponse,
188 type StationTemplateUrl,
189 type Statistics,
190 type Status,
191 type StatusNotificationRequest,
192 type StatusNotificationResponse,
193 StopTransactionReason,
194 type StopTransactionRequest,
195 type StopTransactionResponse,
196 type StorageConfiguration,
197 StorageType,
198 SupervisionUrlDistribution,
199 SupportedFeatureProfiles,
200 type TimeSeries,
201 TriggerMessageStatus,
202 type UIServerConfiguration,
203 type UnlockConnectorRequest,
204 type UnlockConnectorResponse,
205 UnlockStatus,
206 VendorParametersKey,
207 Voltage,
208 type WSError,
209 WebSocketCloseEventStatusCode,
210 WebSocketCloseEventStatusString,
211 type WorkerConfiguration,
212 type WsOptions,
213 } from './internal';