tencentcloud-sdk-nodejs-lke 4.1.59 → 4.1.60

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.59",
3
+ "version": "4.1.60",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6242,6 +6242,11 @@ export interface KnowledgeDetail {
6242
6242
  注意:此字段可能返回 null,表示取不到有效值。
6243
6243
  */
6244
6244
  ExceedCharSize?: string;
6245
+ /**
6246
+ * 是否共享知识库类型
6247
+ 注意:此字段可能返回 null,表示取不到有效值。
6248
+ */
6249
+ IsSharedKnowledge?: boolean;
6245
6250
  }
6246
6251
  /**
6247
6252
  * DeleteAttributeLabel返回参数结构体
@@ -6515,7 +6520,7 @@ export interface ModifyDocRequest {
6515
6520
  */
6516
6521
  IsRefer: boolean;
6517
6522
  /**
6518
- * 标签适用范围 1:全部,2:按条件
6523
+ * 标签适用范围,需要传参为1
6519
6524
  */
6520
6525
  AttrRange: number;
6521
6526
  /**
@@ -6551,6 +6556,10 @@ export interface ModifyDocRequest {
6551
6556
  * 分类ID
6552
6557
  */
6553
6558
  CateBizId?: string;
6559
+ /**
6560
+ * 是否可下载,IsRefer为true并且ReferUrlType为0时,该值才有意义
6561
+ */
6562
+ IsDownload?: boolean;
6554
6563
  }
6555
6564
  /**
6556
6565
  * DescribeTokenUsage返回参数结构体