tencentcloud-sdk-nodejs-wsa 4.1.93 → 4.1.99

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.93",
3
+ "version": "4.1.99",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -11,17 +11,28 @@ export interface SearchProRequest {
11
11
  */
12
12
  Mode?: number;
13
13
  /**
14
- * 指定域名站内搜索(用于过滤自然检索结果) 注意: mode=1模式下,参数无效 mode=0模式下对所有结果生效 mode=2模式下对输出的自然结果生效
14
+ * 指定域名站内搜索(用于过滤自然检索结果)
15
+ 注意: mode=1模式下,参数无效;mode=0模式下,对所有结果生效;mode=2模式下,对输出的自然结果生效
15
16
  */
16
17
  Site?: string;
17
18
  /**
18
- * 起始时间(用于过滤自然检索结果),精确到秒时间戳格式 注意: mode=1模式下,参数无效 mode=0模式下对所有结果生效 mode=2模式下对输出的自然结果生效
19
+ * 起始时间(用于过滤自然检索结果),精确到秒时间戳格式
20
+ 注意: mode=1模式下,参数无效;mode=0模式下,对所有结果生效;mode=2模式下,对输出的自然结果生效
19
21
  */
20
22
  FromTime?: number;
21
23
  /**
22
- * 结束时间(用于过滤自然检索结果),精确到秒时间戳格式 注意: mode=1模式下,参数无效 mode=0模式下对所有结果生效 mode=2模式下对输出的自然结果生效
24
+ * 结束时间(用于过滤自然检索结果),精确到秒时间戳格式
25
+ 注意:mode=1模式下,参数无效;mode=0模式下,对所有结果生效;mode=2模式下,对输出的自然结果生效
23
26
  */
24
27
  ToTime?: number;
28
+ /**
29
+ * cnt=10/20/30/40/50,最多可支持返回50条搜索结果,**仅限尊享版使用**
30
+ */
31
+ Cnt?: number;
32
+ /**
33
+ * Industry=gov/news/acad,对应党政机关、新闻、学术,**仅限尊享版使用**
34
+ */
35
+ Industry?: string;
25
36
  }
26
37
  /**
27
38
  * SearchPro返回参数结构体