X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Findex.ts;h=8d8a83c3586549c074e4e4b1feeff5cf905d6b98;hb=ba9a56a613727d96757690a8b52af6731f3fd8a8;hp=07dbe9b6cd3ae3cf53f1678f66deca8759fb7cb0;hpb=ad490d5f65e55103448a5c933cf9ea1ae4f512a5;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/index.ts b/src/charging-station/index.ts index 07dbe9b6..8d8a83c3 100644 --- a/src/charging-station/index.ts +++ b/src/charging-station/index.ts @@ -1,18 +1,18 @@ -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'; + setConfigurationKeyValue +} from './ConfigurationKeyUtils.js' export { canProceedChargingProfile, - canProceedRecurringChargingProfile, checkChargingStation, + getConnectorChargingProfiles, getIdTagsFile, hasFeatureProfile, hasReservationExpired, - prepareRecurringChargingProfile, + prepareChargingProfileKind, removeExpiredReservations, - resetConnectorStatus, -} from './Helpers'; + resetConnectorStatus +} from './Helpers.js'