]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor(ocpp): move isIdTagAuthorized into OCPPServiceOperations
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 1 Apr 2026 14:23:42 +0000 (16:23 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 1 Apr 2026 14:23:42 +0000 (16:23 +0200)
commit2bf962409626f42ce26f4288d5ab313374d6bdb8
tree7d0d49ebb0b4441b2cd491a255cdb37abfc2e8fc
parent9aa797735dd7d6a9201c867960806852464c2690
refactor(ocpp): move isIdTagAuthorized into OCPPServiceOperations

The circular dependency that motivated the separate IdTagAuthorization
file no longer exists after auth module refactoring. Move the function
to OCPPServiceOperations alongside other cross-stack transaction
helpers and delete the standalone file.
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/IdTagAuthorization.ts [deleted file]
src/charging-station/ocpp/OCPPServiceOperations.ts
src/charging-station/ocpp/index.ts
tests/charging-station/ocpp/IdTagAuthorization.test.ts