@rongcloud/engine 5.6.2-beem-alpha.1 → 5.6.2-beem-alpha.2
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.
- package/index.d.ts +12 -3
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1545,15 +1545,24 @@ declare enum LogTagId {
|
|
|
1545
1545
|
L_PULL_MSG_T = "L-pull_msg-T",
|
|
1546
1546
|
L_PULL_MSG_R = "L-pull_msg-R",
|
|
1547
1547
|
L_PULL_MSG_O = "L-pull_msg-O",
|
|
1548
|
-
A_PULL_MSG_O = "A-pull_msg-O",
|
|
1549
1548
|
L_PULL_ULTRA_MSG_T = "L-pull_ultra_msg-T",
|
|
1550
1549
|
L_PULL_ULTRA_MSG_R = "L-pull_ultra_msg-R",
|
|
1551
1550
|
L_PULL_CHATROOM_KV_T = "L-pull_chatroom_kv-T",
|
|
1552
1551
|
L_PULL_CHATROOM_KV_R = "L-pull_chatroom_kv-R",
|
|
1553
1552
|
L_PULL_CHATROOM_MSG_T = "L-pull_chatroom_msg-T",
|
|
1554
1553
|
L_PULL_CHATROOM_MSG_R = "L-pull_chatroom_msg-R",
|
|
1555
|
-
|
|
1556
|
-
|
|
1554
|
+
/**
|
|
1555
|
+
* 接收到多端同步消息
|
|
1556
|
+
*/
|
|
1557
|
+
L_RECV_MULTI_SYNC_MSG_O = "L-recv_multi_sync_msg-O",
|
|
1558
|
+
/**
|
|
1559
|
+
* 接收到直发消息
|
|
1560
|
+
*/
|
|
1561
|
+
L_RECV_S_MSG_O = "L-recv_s_msg-O",
|
|
1562
|
+
/**
|
|
1563
|
+
* 接收到消息,包括通知拉取、直发、多端同步
|
|
1564
|
+
*/
|
|
1565
|
+
L_RECV_MSG_O = "L-recv_msg-O",
|
|
1557
1566
|
A_DELETE_MESSAGES_S = "A-delete_messages-S",
|
|
1558
1567
|
P_DELETE_MSG_S = "P-delete_msg-S",
|
|
1559
1568
|
L_PULL_CONVERSATION_S = "L-pull_conversation-S",
|