From f14d54fdd31464b1c18f471d2b9f4d8c3fe0a82c Mon Sep 17 00:00:00 2001 From: LucasBrazi06 Date: Sat, 13 Nov 2021 13:56:36 +0100 Subject: [PATCH] Updated types --- src/types/Server.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/types/Server.tsx b/src/types/Server.tsx index ef23fc987..af05dd918 100644 --- a/src/types/Server.tsx +++ b/src/types/Server.tsx @@ -240,12 +240,10 @@ export enum ServerAction { WS_JSON_CONNECTION_OPENED = 'WSJsonConnectionOpened', WS_JSON_CONNECTION_CLOSED = 'WSJsonConnectionClosed', WS_JSON_CONNECTION_ERROR = 'WSJsonConnectionError', - WS_JSON_CONNECTION_PINGED = 'WSJsonConnectionPinged', - WS_JSON_CONNECTION_PONGED = 'WSJsonConnectionPonged', - WS_REST_CONNECTION_OPENED = 'WSRestServerConnectionOpened', - WS_REST_CONNECTION_CLOSED = 'WSRestServerConnectionClosed', - WS_REST_CONNECTION_ERROR = 'WSRestServerConnectionError', + WS_REST_CONNECTION_OPENED = 'WSRestConnectionOpened', + WS_REST_CONNECTION_CLOSED = 'WSRestConnectionClosed', + WS_REST_CONNECTION_ERROR = 'WSRestConnectionError', WS_REST_CLIENT_ERROR_RESPONSE = 'WSRestClientErrorResponse', WS_REST_CLIENT_MESSAGE = 'WSRestClientMessage',