X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=8b060dd0bfc891b7ebcb06736ec8c6226fca0758;hb=bc5b1e94c9b908990fdb7590fa56ae65cfdc83a1;hp=406cbd001bd21cd444b2211755f3c907856aa8fe;hpb=6dad8e21f4a8e66836009802c11194ddab1bb02c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index 406cbd00..8b060dd0 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -45,8 +45,9 @@ export { type ConfigurationKeyType, ConfigurationStatus, ConnectorPhaseRotation, - ConnectorStatus, + type ConnectorStatus, ConnectorStatusEnum, + type ConnectorStatusTransition, CurrentType, DBName, type DataTransferRequest, @@ -91,7 +92,7 @@ export { MeterValueUnit, type MeterValuesRequest, type MeterValuesResponse, - type MikroORMDBType, + type MikroOrmDbType, OCPP16AuthorizationStatus, type OCPP16AuthorizeRequest, type OCPP16AuthorizeResponse, @@ -102,6 +103,7 @@ export { OCPP16ChargePointStatus, type OCPP16ChargingProfile, OCPP16ChargingProfilePurposeType, + type OCPP16ChargingSchedule, type OCPP16ClearCacheRequest, type OCPP16DataTransferRequest, type OCPP16DataTransferResponse, @@ -113,6 +115,8 @@ export { OCPP16FirmwareStatus, type OCPP16FirmwareStatusNotificationRequest, type OCPP16FirmwareStatusNotificationResponse, + type OCPP16GetCompositeScheduleRequest, + type OCPP16GetCompositeScheduleResponse, type OCPP16HeartbeatRequest, type OCPP16HeartbeatResponse, OCPP16IncomingRequestCommand, @@ -141,6 +145,7 @@ export { type OCPP20BootNotificationResponse, type OCPP20ClearCacheRequest, type OCPP20ClearCacheResponse, + OCPP20ConnectorStatusEnumType, type OCPP20HeartbeatRequest, type OCPP20HeartbeatResponse, OCPP20IncomingRequestCommand,