chore: bump volta node version
[e-mobility-charging-stations-simulator.git] / src / charging-station / index.ts
index ed055a8d830b94cf878210c64e2e30c57a670e35..9d9d44faa4f42b4c73f51e4c4165b6ecb96519f2 100644 (file)
@@ -1,10 +1,10 @@
-export { Bootstrap } from './Bootstrap';
-export type { ChargingStation } from './ChargingStation';
+export { Bootstrap } from './Bootstrap.js'
+export type { ChargingStation } from './ChargingStation.js'
 export {
   addConfigurationKey,
   getConfigurationKey,
   setConfigurationKeyValue,
-} from './ConfigurationKeyUtils';
+} from './ConfigurationKeyUtils.js'
 export {
   canProceedChargingProfile,
   checkChargingStation,
@@ -14,5 +14,6 @@ export {
   hasReservationExpired,
   prepareChargingProfileKind,
   removeExpiredReservations,
+  resetAuthorizeConnectorStatus,
   resetConnectorStatus,
-} from './Helpers';
+} from './Helpers.js'