@rongcloud/engine 5.4.2-beem.7 → 5.4.2-beem.8
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 +4 -1
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1429,7 +1429,10 @@ declare enum LogTagId {
|
|
|
1429
1429
|
L_GET_HISTORY_MSG_T = "L-get_history_msg-T",
|
|
1430
1430
|
L_GET_HISTORY_MSG_R = "L-get_history_msg-R",
|
|
1431
1431
|
A_CALLBACK_O = "A-callback-O",
|
|
1432
|
-
A_CALLBACK_E = "A-callback-E"
|
|
1432
|
+
A_CALLBACK_E = "A-callback-E",
|
|
1433
|
+
L_REPORT_FULL_LOG_O = "L-report_full_log-O",
|
|
1434
|
+
L_REPORT_FULL_LOG_T = "L-report_full_log-T",
|
|
1435
|
+
L_REPORT_FULL_LOG_R = "L-report_full_log-R"
|
|
1433
1436
|
}
|
|
1434
1437
|
|
|
1435
1438
|
/**
|