build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / types / ConfigurationData.ts
index 7f5353f4c391ac2ca17c12e51b7f4d9d7bcb37fc..fe8b84819452354572011d23388ffc679637d701 100644 (file)
@@ -13,13 +13,13 @@ export enum ConfigurationSection {
   log = 'log',
   performanceStorage = 'performanceStorage',
   worker = 'worker',
-  uiServer = 'uiServer',
+  uiServer = 'uiServer'
 }
 
 export enum SupervisionUrlDistribution {
   ROUND_ROBIN = 'round-robin',
   RANDOM = 'random',
-  CHARGING_STATION_AFFINITY = 'charging-station-affinity',
+  CHARGING_STATION_AFFINITY = 'charging-station-affinity'
 }
 
 export interface StationTemplateUrl {
@@ -42,7 +42,7 @@ export interface LogConfiguration {
 
 export enum ApplicationProtocolVersion {
   VERSION_11 = 1.1,
-  VERSION_20 = 2.0,
+  VERSION_20 = 2.0
 }
 
 export interface UIServerConfiguration {