tencentcloud-sdk-nodejs-cls 4.1.218 → 4.1.220
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/package.json
CHANGED
|
@@ -10512,6 +10512,10 @@ export interface OpenClawServiceRequest {
|
|
|
10512
10512
|
* <p>标签类型</p><p>枚举值:</p><ul><li>OpenClaw: OpenClaw类型</li><li>ClawPro: ClawPro类型</li></ul>
|
|
10513
10513
|
*/
|
|
10514
10514
|
Tag: string;
|
|
10515
|
+
/**
|
|
10516
|
+
* <p>是否创建 trace 主题,默认为 false</p><p>枚举值:</p><ul><li>true: 创建trace 主题</li><li>false: 不创建trace 主题</li></ul>
|
|
10517
|
+
*/
|
|
10518
|
+
EnableTrace?: boolean;
|
|
10515
10519
|
}
|
|
10516
10520
|
/**
|
|
10517
10521
|
* SearchCosRechargeInfo请求参数结构体
|
|
@@ -12245,6 +12249,14 @@ export interface OpenClawServiceResponse {
|
|
|
12245
12249
|
* <p>采集配置名称。会话日志</p>
|
|
12246
12250
|
*/
|
|
12247
12251
|
SessionLogConfigName?: string;
|
|
12252
|
+
/**
|
|
12253
|
+
* <p>trace 主题 ID</p>
|
|
12254
|
+
*/
|
|
12255
|
+
TraceTopicId?: string;
|
|
12256
|
+
/**
|
|
12257
|
+
* <p>trace 主题名称</p>
|
|
12258
|
+
*/
|
|
12259
|
+
TraceTopicName?: string;
|
|
12248
12260
|
/**
|
|
12249
12261
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12250
12262
|
*/
|