tencentcloud-sdk-nodejs-lke 4.1.37 → 4.1.40

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.37",
3
+ "version": "4.1.40",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -948,7 +948,7 @@ export interface QAQuery {
948
948
  */
949
949
  export interface ListAppRequest {
950
950
  /**
951
- * 应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classifys-知识标签提取
951
+ * 应用类型;knowledge_qa - 知识问答管理
952
952
  */
953
953
  AppType?: string;
954
954
  /**