@rongcloud/engine 5.20.0-c-ycsw-alpha.1 → 5.20.0-c-esm-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.cjs +1 -1
- package/index.cjs.js +1 -1
- package/index.d.ts +1 -7
- package/index.esm.js +2 -1
- package/index.mjs +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -233,9 +233,7 @@ declare enum LogTagId {
|
|
|
233
233
|
L_REQ_STREAM_MSG_CONTENT_T = "L-req_stream_msg_content-T",
|
|
234
234
|
L_REQ_STREAM_MSG_CONTENT_R = "L-req_stream_msg_content-R",
|
|
235
235
|
L_REQ_STREAM_MSG_CONTENT_O = "L-req_stream_msg_content-O",
|
|
236
|
-
L_REQ_STREAM_MSG_CONTENT_E = "L-req_stream_msg_content-E"
|
|
237
|
-
/** 事件循环阻塞告警 */
|
|
238
|
-
L_EVENT_LOOP_BLOCKING_S = "L-event_loop_blocking-S"
|
|
236
|
+
L_REQ_STREAM_MSG_CONTENT_E = "L-req_stream_msg_content-E"
|
|
239
237
|
}
|
|
240
238
|
|
|
241
239
|
/**
|
|
@@ -9297,10 +9295,6 @@ interface IAPIContextOption {
|
|
|
9297
9295
|
* 私有云环境配置
|
|
9298
9296
|
*/
|
|
9299
9297
|
environment?: string;
|
|
9300
|
-
/**
|
|
9301
|
-
* 启动线程阻塞检查
|
|
9302
|
-
*/
|
|
9303
|
-
eventLoopBlockingCheck?: boolean;
|
|
9304
9298
|
}
|
|
9305
9299
|
interface IConnectResult {
|
|
9306
9300
|
/**
|