tencentcloud-sdk-nodejs-wsa 4.1.99 → 4.1.116

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.99",
3
+ "version": "4.1.116",
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);
@@ -30,7 +30,7 @@ export interface SearchProRequest {
30
30
  */
31
31
  Cnt?: number;
32
32
  /**
33
- * Industry=gov/news/acad,对应党政机关、新闻、学术,**仅限尊享版使用**
33
+ * Industry=gov/news/acad,对应党政机关、权威媒体、学术(英文),**仅限尊享版使用**
34
34
  */
35
35
  Industry?: string;
36
36
  }