tencentcloud-sdk-nodejs-dataagent 4.1.173 → 4.1.185

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-dataagent",
3
- "version": "4.1.173",
3
+ "version": "4.1.185",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -647,6 +647,10 @@ export interface DeleteDataAgentSessionResponse {
647
647
  * 删除的会话ID
648
648
  */
649
649
  SessionId?: string;
650
+ /**
651
+ * 删除的会话ID列表
652
+ */
653
+ SessionIds?: Array<string>;
650
654
  /**
651
655
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
652
656
  */
@@ -1156,6 +1160,10 @@ export interface DeleteDataAgentSessionRequest {
1156
1160
  * 会话ID
1157
1161
  */
1158
1162
  SessionId?: string;
1163
+ /**
1164
+ * 批量删除 会话id 列表
1165
+ */
1166
+ SessionIds?: Array<string>;
1159
1167
  }
1160
1168
  /**
1161
1169
  * 知识库文档表列信息