@rongcloud/engine 5.9.7 → 5.9.8-alpha.1
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 +1 -0
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2239,6 +2239,7 @@ declare enum LogTagId {
|
|
|
2239
2239
|
L_SEND_MSG_R = "L-send_msg-R",
|
|
2240
2240
|
L_PULL_MSG_T = "L-pull_msg-T",
|
|
2241
2241
|
L_PULL_MSG_R = "L-pull_msg-R",
|
|
2242
|
+
L_PULL_MSG_E = "L-pull_msg-E",
|
|
2242
2243
|
L_PULL_MSG_O = "L-pull_msg-O",
|
|
2243
2244
|
L_PULL_ULTRA_MSG_T = "L-pull_ultra_msg-T",
|
|
2244
2245
|
L_PULL_ULTRA_MSG_R = "L-pull_ultra_msg-R",
|