tencentcloud-sdk-nodejs-wsa 4.1.86 → 4.1.88

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-wsa",
3
- "version": "4.1.86",
3
+ "version": "4.1.88",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7,7 +7,7 @@ import { SearchProRequest, SearchProResponse } from "./wsa_models";
7
7
  export declare class Client extends TencentCloudCommon.AbstractClient {
8
8
  constructor(clientConfig: TencentCloudCommon.ClientConfig);
9
9
  /**
10
- * 联网搜索API,以json形式向客户提供搜索结果数据,包含不仅限于标题、摘要、内容来源url等信息
10
+ * 联网搜索API,以json形式向客户提供搜索结果数据,包含标题、摘要、内容来源url等信息
11
11
  */
12
12
  SearchPro(req: SearchProRequest, cb?: (error: string, rep: SearchProResponse) => void): Promise<SearchProResponse>;
13
13
  }
@@ -29,7 +29,7 @@ class Client extends TencentCloudCommon.AbstractClient {
29
29
  super("wsa.tencentcloudapi.com", "2025-05-08", clientConfig);
30
30
  }
31
31
  /**
32
- * 联网搜索API,以json形式向客户提供搜索结果数据,包含不仅限于标题、摘要、内容来源url等信息
32
+ * 联网搜索API,以json形式向客户提供搜索结果数据,包含标题、摘要、内容来源url等信息
33
33
  */
34
34
  async SearchPro(req, cb) {
35
35
  return this.request("SearchPro", req, cb);