Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / types / UIProtocol.ts
index 5921315c546d702d2dbfc6ab8878b1b9b86e3c99..443e2352e05b82dca5f8bfdd16b331da70911b8a 100644 (file)
@@ -28,10 +28,10 @@ export enum ProcedureName {
   STOP_CHARGING_STATION = 'stopChargingStation',
   OPEN_CONNECTION = 'openConnection',
   CLOSE_CONNECTION = 'closeConnection',
-  START_TRANSACTION = 'startTransaction',
-  STOP_TRANSACTION = 'stopTransaction',
   START_AUTOMATIC_TRANSACTION_GENERATOR = 'startAutomaticTransactionGenerator',
   STOP_AUTOMATIC_TRANSACTION_GENERATOR = 'stopAutomaticTransactionGenerator',
+  START_TRANSACTION = 'startTransaction',
+  STOP_TRANSACTION = 'stopTransaction',
 }
 
 export interface RequestPayload extends JsonObject {