robbyson-frontend-library 1.0.158 → 1.0.159
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -43,6 +43,7 @@ export var CHAT_SOCKET_SIGNALS;
|
|
|
43
43
|
CHAT_SOCKET_SIGNALS["UPDATE_CONVERSATION"] = "updateConversation";
|
|
44
44
|
CHAT_SOCKET_SIGNALS["CLEAR_MESSAGES"] = "clearMessages";
|
|
45
45
|
CHAT_SOCKET_SIGNALS["REMOVE_CONVERSATION"] = "removeConversation";
|
|
46
|
+
CHAT_SOCKET_SIGNALS["CONNECT"] = "connect";
|
|
46
47
|
})(CHAT_SOCKET_SIGNALS || (CHAT_SOCKET_SIGNALS = {}));
|
|
47
48
|
export var ChatConstants = {
|
|
48
49
|
TYPE_CHAT: TYPE_CHAT,
|
package/package.json
CHANGED