warnTemplateKeysDeprecation,
} from './Helpers.js'
import { IdTagsCache } from './IdTagsCache.js'
-import { OCPPAuthServiceFactory } from './ocpp/auth/services/OCPPAuthServiceFactory.js'
import {
buildMeterValue,
buildTransactionEndMeterValue,
OCPP20ServiceUtils,
OCPP20TransactionEventEnumType,
OCPP20TriggerReasonEnumType,
+ OCPPAuthServiceFactory,
type OCPPIncomingRequestService,
type OCPPRequestService,
sendAndSetConnectorStatus,
hasPendingReservations,
resetConnectorStatus,
} from '../../Helpers.js'
-import { OCPPAuthServiceFactory } from '../auth/services/OCPPAuthServiceFactory.js'
+import { OCPPAuthServiceFactory } from '../auth/index.js'
import { OCPPIncomingRequestService } from '../OCPPIncomingRequestService.js'
import {
buildMeterValue,
export { OCPP20ResponseService } from './2.0/OCPP20ResponseService.js'
export { OCPP20ServiceUtils } from './2.0/OCPP20ServiceUtils.js'
export { OCPP20VariableManager } from './2.0/OCPP20VariableManager.js'
+export { OCPPAuthServiceFactory } from './auth/services/OCPPAuthServiceFactory.js'
export { OCPPIncomingRequestService } from './OCPPIncomingRequestService.js'
export { OCPPRequestService } from './OCPPRequestService.js'
export {