tencentcloud-sdk-wsa 3.0.1122 → 3.0.1203

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fef6a8205a5487740e662e80815f67778d451b75
4
- data.tar.gz: 88eed409ffaf690cada6319b8d8af75e4a8fc532
3
+ metadata.gz: a63ab5b4577efefb5ff47d9c843432f0236d9b80
4
+ data.tar.gz: ecd26c865d4fe0903df96fae13783e9eebacc07f
5
5
  SHA512:
6
- metadata.gz: 64c696560ae501046ce9306e31b2e41135743bf82126a406404f3618883d5ebefeeee3b211e3d13584b048bf4736634642a8a1c4de933af15c499de388abdeea
7
- data.tar.gz: 8c0e3418bdf3c83261a9aa9c95de80a598eaf34fc7e9ea19ab5f69ef49d43e4696b8ff9a87a96b0c328185a2f2db303e60ae706f9614170b2febb9e36409f94e
6
+ metadata.gz: 8fdcf1c728b52a5882f2ff9ec0324c6d197698575c87dbb3f12dbea12bba95de49369a1c7590dd9a24743bf62fc1aeb384f6a60b2888e70b30094f3f0052adbc
7
+ data.tar.gz: b87d7778ba0f3970914127b423f0b74af2effe30a4cb277401fd7fd564ba879defb21694bb3367c5442149f2cb23ec5cc76b1a1ec7333491f0732ad9fcf692fd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1122
1
+ 3.0.1203
@@ -29,7 +29,7 @@ module TencentCloud
29
29
  end
30
30
 
31
31
 
32
- # 联网搜索API,以json形式向客户提供搜索结果数据,包含标题、摘要、内容来源url等信息
32
+ # 联网搜索API,以JSON形式向客户提供搜索结果数据,包含标题、摘要、内容来源url等信息
33
33
 
34
34
  # @param request: Request instance for SearchPro.
35
35
  # @type request: :class:`Tencentcloud::wsa::V20250508::SearchProRequest`
@@ -34,7 +34,7 @@ module TencentCloud
34
34
  # @type ToTime: Integer
35
35
  # @param Cnt: cnt=10/20/30/40/50,最多可支持返回50条搜索结果,**仅限尊享版使用**
36
36
  # @type Cnt: Integer
37
- # @param Industry: Industry=gov/news/acad,对应党政机关、新闻、学术,**仅限尊享版使用**
37
+ # @param Industry: Industry=gov/news/acad/finance,对应党政机关、权威媒体、学术(英文)、金融,**仅限尊享版使用**
38
38
  # @type Industry: String
39
39
 
40
40
  attr_accessor :Query, :Mode, :Site, :FromTime, :ToTime, :Cnt, :Industry
@@ -75,16 +75,19 @@ module TencentCloud
75
75
  # images:图片列表
76
76
  # favicon:网站图标链接,部分不知名站点结果可能为空
77
77
  # @type Pages: Array
78
+ # @param Version: 用户版本:standard/premium/lite
79
+ # @type Version: String
78
80
  # @param Msg: 提示信息
79
81
  # @type Msg: String
80
82
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
81
83
  # @type RequestId: String
82
84
 
83
- attr_accessor :Query, :Pages, :Msg, :RequestId
85
+ attr_accessor :Query, :Pages, :Version, :Msg, :RequestId
84
86
 
85
- def initialize(query=nil, pages=nil, msg=nil, requestid=nil)
87
+ def initialize(query=nil, pages=nil, version=nil, msg=nil, requestid=nil)
86
88
  @Query = query
87
89
  @Pages = pages
90
+ @Version = version
88
91
  @Msg = msg
89
92
  @RequestId = requestid
90
93
  end
@@ -92,6 +95,7 @@ module TencentCloud
92
95
  def deserialize(params)
93
96
  @Query = params['Query']
94
97
  @Pages = params['Pages']
98
+ @Version = params['Version']
95
99
  @Msg = params['Msg']
96
100
  @RequestId = params['RequestId']
97
101
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-wsa
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1122
4
+ version: 3.0.1203
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-12 00:00:00.000000000 Z
11
+ date: 2026-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common