tencentcloud-sdk-nodejs-lke 4.0.1031 → 4.0.1034

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.0.1031",
3
+ "version": "4.0.1034",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -1285,6 +1285,10 @@ export interface ListQARequest {
1285
1285
  * 查询答案
1286
1286
  */
1287
1287
  QueryAnswer?: string
1288
+ /**
1289
+ * 分类ID
1290
+ */
1291
+ CateBizId?: string
1288
1292
  /**
1289
1293
  * QA业务ID列表
1290
1294
  */
@@ -1227,6 +1227,10 @@ export interface ListQARequest {
1227
1227
  * 查询答案
1228
1228
  */
1229
1229
  QueryAnswer?: string;
1230
+ /**
1231
+ * 分类ID
1232
+ */
1233
+ CateBizId?: string;
1230
1234
  /**
1231
1235
  * QA业务ID列表
1232
1236
  */