tencentcloud-sdk-nodejs-lke 4.1.163 → 4.1.169

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.163",
3
+ "version": "4.1.169",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1766,10 +1766,14 @@ export interface ListDocItem {
1766
1766
  */
1767
1767
  StaffName?: string;
1768
1768
  /**
1769
- * 文档生效域: 1-停用;2-仅开发域;3-仅发布域;4-全域
1769
+ * 文档生效域: 1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效
1770
1770
  注意:此字段可能返回 null,表示取不到有效值。
1771
1771
  */
1772
1772
  EnableScope?: number;
1773
+ /**
1774
+ * 文档大小,单位:字节
1775
+ */
1776
+ DocSize?: string;
1773
1777
  }
1774
1778
  /**
1775
1779
  * 计费统计信息
@@ -3001,14 +3005,19 @@ export interface ListQaItem {
3001
3005
  */
3002
3006
  StaffName?: string;
3003
3007
  /**
3004
- * 问答生效域: 1-停用;2-仅开发域;3-仅发布域;4-全域
3008
+ * 问答生效域: 1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效
3005
3009
  注意:此字段可能返回 null,表示取不到有效值。
3006
3010
  */
3007
3011
  EnableScope?: number;
3008
3012
  /**
3009
- * 问答关联的文档生效域
3013
+ * 问答关联的文档生效域:1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效。
3014
+ 若问答未关联文档,则该字段值同问答生效域。
3010
3015
  */
3011
3016
  DocEnableScope?: number;
3017
+ /**
3018
+ * 问答大小(含相似问),单位:字节
3019
+ */
3020
+ QaSize?: string;
3012
3021
  }
3013
3022
  /**
3014
3023
  * ListUnsatisfiedReply返回参数结构体