tencentcloud-sdk-nodejs-lke 4.1.108 → 4.1.114

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-lke",
3
- "version": "4.1.108",
3
+ "version": "4.1.114",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1011,6 +1011,10 @@ export interface AttrLabelRefer {
1011
1011
  * DescribeWorkflowRun请求参数结构体
1012
1012
  */
1013
1013
  export interface DescribeWorkflowRunRequest {
1014
+ /**
1015
+ * 应用ID
1016
+ */
1017
+ AppBizId?: string;
1014
1018
  /**
1015
1019
  * 工作流运行实例ID
1016
1020
  */
@@ -2322,6 +2326,10 @@ export interface RenameDocResponse {
2322
2326
  * DescribeNodeRun请求参数结构体
2323
2327
  */
2324
2328
  export interface DescribeNodeRunRequest {
2329
+ /**
2330
+ * 应用ID
2331
+ */
2332
+ AppBizId?: string;
2325
2333
  /**
2326
2334
  * 节点运行实例ID
2327
2335
  */
@@ -3256,6 +3264,10 @@ export interface ListReleaseDocPreviewResponse {
3256
3264
  * StopWorkflowRun请求参数结构体
3257
3265
  */
3258
3266
  export interface StopWorkflowRunRequest {
3267
+ /**
3268
+ * 应用ID
3269
+ */
3270
+ AppBizId?: string;
3259
3271
  /**
3260
3272
  * 工作流运行实例ID
3261
3273
  */
@@ -4148,6 +4160,10 @@ export interface KnowledgeBaseInfo {
4148
4160
  注意:此字段可能返回 null,表示取不到有效值。
4149
4161
  */
4150
4162
  ProcessingFlags?: Array<number | bigint>;
4163
+ /**
4164
+ * 知识库拥有者的名字
4165
+ */
4166
+ OwnerStaffName?: string;
4151
4167
  }
4152
4168
  /**
4153
4169
  * ListReleaseConfigPreview请求参数结构体
@@ -5301,6 +5317,7 @@ export interface AgentPluginInfo {
5301
5317
  KnowledgeQa?: AgentKnowledgeQAPlugin;
5302
5318
  /**
5303
5319
  * 是否使用一键授权
5320
+ 注意:此字段可能返回 null,表示取不到有效值。
5304
5321
  */
5305
5322
  EnableRoleAuth?: boolean;
5306
5323
  /**
@@ -8471,7 +8488,7 @@ export interface ListReleaseItem {
8471
8488
  */
8472
8489
  UpdateTime?: string;
8473
8490
  /**
8474
- * 发布状态
8491
+ * 发布状态,1:待发布,2:发布中,3:发布成功,5:发布失败
8475
8492
  */
8476
8493
  Status?: number;
8477
8494
  /**
@@ -9152,7 +9169,7 @@ export interface IgnoreUnsatisfiedReplyResponse {
9152
9169
  */
9153
9170
  export interface ListReleaseRequest {
9154
9171
  /**
9155
- * 机器人ID
9172
+ * 应用ID
9156
9173
  */
9157
9174
  BotBizId: string;
9158
9175
  /**