feat: save connectors/evses map in charging station configuration file
[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 type EvseStatus,
63 type EvseStatusConfiguration,
64 type EvseTemplate,
65 FileType,
66 FirmwareStatus,
67 type FirmwareStatusNotificationRequest,
68 type FirmwareStatusNotificationResponse,
69 type FirmwareUpgrade,
70 type GenericResponse,
71 GenericStatus,
72 type GetConfigurationRequest,
73 type GetConfigurationResponse,
74 type GetDiagnosticsRequest,
75 type GetDiagnosticsResponse,
76 type HandleErrorParams,
77 type HeartbeatRequest,
78 type HeartbeatResponse,
79 IdTagDistribution,
80 type IncomingRequest,
81 IncomingRequestCommand,
82 type IncomingRequestHandler,
83 type JsonObject,
84 type JsonType,
85 type MeasurandPerPhaseSampledValueTemplates,
86 type MeasurandValues,
87 type MessageEvent,
88 MessageTrigger,
89 MessageType,
90 type MeterValue,
91 MeterValueContext,
92 MeterValueLocation,
93 MeterValueMeasurand,
94 type MeterValuePhase,
95 MeterValueUnit,
96 type MeterValuesRequest,
97 type MeterValuesResponse,
98 type MikroOrmDbType,
99 OCPP16AuthorizationStatus,
100 type OCPP16AuthorizeRequest,
101 type OCPP16AuthorizeResponse,
102 OCPP16AvailabilityType,
103 type OCPP16BootNotificationRequest,
104 type OCPP16BootNotificationResponse,
105 OCPP16ChargePointErrorCode,
106 OCPP16ChargePointStatus,
107 type OCPP16ChargingProfile,
108 OCPP16ChargingProfilePurposeType,
109 type OCPP16ChargingSchedule,
110 type OCPP16ClearCacheRequest,
111 type OCPP16DataTransferRequest,
112 type OCPP16DataTransferResponse,
113 OCPP16DataTransferStatus,
114 OCPP16DataTransferVendorId,
115 OCPP16DiagnosticsStatus,
116 type OCPP16DiagnosticsStatusNotificationRequest,
117 type OCPP16DiagnosticsStatusNotificationResponse,
118 OCPP16FirmwareStatus,
119 type OCPP16FirmwareStatusNotificationRequest,
120 type OCPP16FirmwareStatusNotificationResponse,
121 type OCPP16GetCompositeScheduleRequest,
122 type OCPP16GetCompositeScheduleResponse,
123 type OCPP16HeartbeatRequest,
124 type OCPP16HeartbeatResponse,
125 OCPP16IncomingRequestCommand,
126 OCPP16MessageTrigger,
127 type OCPP16MeterValue,
128 OCPP16MeterValueMeasurand,
129 OCPP16MeterValuePhase,
130 type OCPP16MeterValuesRequest,
131 type OCPP16MeterValuesResponse,
132 OCPP16RequestCommand,
133 type OCPP16SampledValue,
134 OCPP16StandardParametersKey,
135 type OCPP16StartTransactionRequest,
136 type OCPP16StartTransactionResponse,
137 type OCPP16StatusNotificationRequest,
138 type OCPP16StatusNotificationResponse,
139 OCPP16StopTransactionReason,
140 type OCPP16StopTransactionRequest,
141 type OCPP16StopTransactionResponse,
142 OCPP16SupportedFeatureProfiles,
143 type OCPP16TriggerMessageRequest,
144 type OCPP16TriggerMessageResponse,
145 type OCPP16UpdateFirmwareRequest,
146 type OCPP16UpdateFirmwareResponse,
147 type OCPP20BootNotificationRequest,
148 type OCPP20BootNotificationResponse,
149 type OCPP20ClearCacheRequest,
150 type OCPP20ClearCacheResponse,
151 OCPP20ConnectorStatusEnumType,
152 type OCPP20HeartbeatRequest,
153 type OCPP20HeartbeatResponse,
154 OCPP20IncomingRequestCommand,
155 OCPP20OptionalVariableName,
156 OCPP20RequestCommand,
157 type OCPP20StatusNotificationRequest,
158 type OCPP20StatusNotificationResponse,
159 type OCPPConfigurationKey,
160 OCPPVersion,
161 type OutgoingRequest,
162 PerformanceData,
163 PerformanceRecord,
164 PowerUnits,
165 ProcedureName,
166 Protocol,
167 type ProtocolRequest,
168 type ProtocolRequestHandler,
169 type ProtocolResponse,
170 ProtocolVersion,
171 RecurrencyKindType,
172 RegistrationStatusEnumType,
173 type RemoteStartTransactionRequest,
174 type RemoteStopTransactionRequest,
175 RequestCommand,
176 type RequestParams,
177 type RequestPayload,
178 type ResetRequest,
179 type Response,
180 type ResponseCallback,
181 type ResponseHandler,
182 type ResponsePayload,
183 ResponseStatus,
184 type ResponseType,
185 type SampledValueTemplate,
186 type SetChargingProfileRequest,
187 type SetChargingProfileResponse,
188 StandardParametersKey,
189 type StartTransactionRequest,
190 type StartTransactionResponse,
191 type StationTemplateUrl,
192 type Statistics,
193 type Status,
194 type StatusNotificationRequest,
195 type StatusNotificationResponse,
196 StopTransactionReason,
197 type StopTransactionRequest,
198 type StopTransactionResponse,
199 type StorageConfiguration,
200 StorageType,
201 SupervisionUrlDistribution,
202 SupportedFeatureProfiles,
203 type TimeSeries,
204 TriggerMessageStatus,
205 type UIServerConfiguration,
206 type UnlockConnectorRequest,
207 type UnlockConnectorResponse,
208 UnlockStatus,
209 VendorParametersKey,
210 Voltage,
211 type WSError,
212 WebSocketCloseEventStatusCode,
213 WebSocketCloseEventStatusString,
214 type WorkerConfiguration,
215 type WsOptions,
216 } from './internal';