build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index 36a481ff6ed41299ea5c69bcca64767438b55eee..8060a937449cd5cd1a11c983d287f1d83bc5583b 100644 (file)
@@ -1,4 +1,4 @@
-import type { ClientRequestArgs } from 'http';
+import type { ClientRequestArgs } from 'node:http';
 
 import type { ClientOptions } from 'ws';
 
@@ -67,7 +67,7 @@ export type ChargingStationTemplate = {
   ocppPersistentConfiguration?: boolean;
   stationInfoPersistentConfiguration?: boolean;
   wsOptions?: WsOptions;
-  authorizationFile?: string;
+  idTagsFile?: string;
   baseName: string;
   nameSuffix?: string;
   fixedName?: boolean;