fix: fix ATG refresh at template changes
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index 463a7567960b2af7672d73eba9db645f135fc380..0b54ba11ea0ccd54823608eb3f089d19c9251c36 100644 (file)
@@ -27,6 +27,7 @@ export {
   ChargingProfileStatus,
   ChargingRateUnitType,
   type ChargingSchedulePeriod,
+  type ChargingStationAutomaticTransactionGeneratorConfiguration,
   type ChargingStationConfiguration,
   type ChargingStationData,
   type ChargingStationInfo,
@@ -42,10 +43,12 @@ export {
   ClearChargingProfileStatus,
   type ConfigurationData,
   type ConfigurationKey,
+  type ConfigurationKeyType,
   ConfigurationStatus,
   ConnectorPhaseRotation,
-  ConnectorStatus,
+  type ConnectorStatus,
   ConnectorStatusEnum,
+  type ConnectorStatusTransition,
   CurrentType,
   DBName,
   type DataTransferRequest,
@@ -57,6 +60,9 @@ export {
   type ErrorCallback,
   type ErrorResponse,
   ErrorType,
+  type EvseStatus,
+  type EvseStatusConfiguration,
+  type EvseTemplate,
   FileType,
   FirmwareStatus,
   type FirmwareStatusNotificationRequest,
@@ -90,7 +96,7 @@ export {
   MeterValueUnit,
   type MeterValuesRequest,
   type MeterValuesResponse,
-  type MikroORMDBType,
+  type MikroOrmDbType,
   OCPP16AuthorizationStatus,
   type OCPP16AuthorizeRequest,
   type OCPP16AuthorizeResponse,
@@ -101,6 +107,7 @@ export {
   OCPP16ChargePointStatus,
   type OCPP16ChargingProfile,
   OCPP16ChargingProfilePurposeType,
+  type OCPP16ChargingSchedule,
   type OCPP16ClearCacheRequest,
   type OCPP16DataTransferRequest,
   type OCPP16DataTransferResponse,
@@ -112,6 +119,8 @@ export {
   OCPP16FirmwareStatus,
   type OCPP16FirmwareStatusNotificationRequest,
   type OCPP16FirmwareStatusNotificationResponse,
+  type OCPP16GetCompositeScheduleRequest,
+  type OCPP16GetCompositeScheduleResponse,
   type OCPP16HeartbeatRequest,
   type OCPP16HeartbeatResponse,
   OCPP16IncomingRequestCommand,
@@ -140,6 +149,7 @@ export {
   type OCPP20BootNotificationResponse,
   type OCPP20ClearCacheRequest,
   type OCPP20ClearCacheResponse,
+  OCPP20ConnectorStatusEnumType,
   type OCPP20HeartbeatRequest,
   type OCPP20HeartbeatResponse,
   OCPP20IncomingRequestCommand,
@@ -197,7 +207,7 @@ export {
   type UnlockConnectorRequest,
   type UnlockConnectorResponse,
   UnlockStatus,
-  VendorDefaultParametersKey,
+  VendorParametersKey,
   Voltage,
   type WSError,
   WebSocketCloseEventStatusCode,