tencentcloud-sdk-nodejs-lke 4.1.65 → 4.1.67

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.65",
3
+ "version": "4.1.67",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1953,10 +1953,14 @@ export interface KnowledgeDetail {
1953
1953
  */
1954
1954
  ExceedCharSize?: string;
1955
1955
  /**
1956
- * 是否共享知识库类型
1956
+ * 废弃
1957
1957
  注意:此字段可能返回 null,表示取不到有效值。
1958
1958
  */
1959
1959
  IsSharedKnowledge?: boolean;
1960
+ /**
1961
+ * 知识库类型:0默认1共享
1962
+ */
1963
+ KnowledgeType?: number;
1960
1964
  }
1961
1965
  /**
1962
1966
  * GenerateQA请求参数结构体
@@ -8129,6 +8133,10 @@ export interface KnowledgeCapacityPieGraphDetail {
8129
8133
  注意:此字段可能返回 null,表示取不到有效值。
8130
8134
  */
8131
8135
  Proportion?: number;
8136
+ /**
8137
+ * 知识库类型:0默认1共享
8138
+ */
8139
+ KnowledgeType?: number;
8132
8140
  }
8133
8141
  /**
8134
8142
  * DescribeApp请求参数结构体