build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index 463a7567960b2af7672d73eba9db645f135fc380..6255a3c2ea808594c648c565b82218496df211df 100644 (file)
@@ -42,9 +42,10 @@ export {
   ClearChargingProfileStatus,
   type ConfigurationData,
   type ConfigurationKey,
+  type ConfigurationKeyType,
   ConfigurationStatus,
   ConnectorPhaseRotation,
-  ConnectorStatus,
+  type ConnectorStatus,
   ConnectorStatusEnum,
   CurrentType,
   DBName,
@@ -101,6 +102,7 @@ export {
   OCPP16ChargePointStatus,
   type OCPP16ChargingProfile,
   OCPP16ChargingProfilePurposeType,
+  type OCPP16ChargingSchedule,
   type OCPP16ClearCacheRequest,
   type OCPP16DataTransferRequest,
   type OCPP16DataTransferResponse,
@@ -112,6 +114,8 @@ export {
   OCPP16FirmwareStatus,
   type OCPP16FirmwareStatusNotificationRequest,
   type OCPP16FirmwareStatusNotificationResponse,
+  type OCPP16GetCompositeScheduleRequest,
+  type OCPP16GetCompositeScheduleResponse,
   type OCPP16HeartbeatRequest,
   type OCPP16HeartbeatResponse,
   OCPP16IncomingRequestCommand,
@@ -197,7 +201,7 @@ export {
   type UnlockConnectorRequest,
   type UnlockConnectorResponse,
   UnlockStatus,
-  VendorDefaultParametersKey,
+  VendorParametersKey,
   Voltage,
   type WSError,
   WebSocketCloseEventStatusCode,