tencentcloud-sdk-yinsuda 1.0.363 → 3.0.379

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b6c22d0c5a03bb15323c93fc4272cc95d6498a1
4
- data.tar.gz: 171b59aab33a6e8b7b6484610d3805fbf323276f
3
+ metadata.gz: 72b7482750ddc5a9d13e3d071f84764305e2ac6f
4
+ data.tar.gz: db1636597da4184e9368dae23eaccb550409215a
5
5
  SHA512:
6
- metadata.gz: 1abbe8e92833af9f7903ca67a5529e82e913a9c02661e0d80d0bd473d8aa1c4ae5a5257f6f09025ebf1f1858e30334ec91ea0c0c7c354196e6aadcc830ecdcdd
7
- data.tar.gz: 79fb45ae7d7cb0130de01fa2a93e750071a5a38aafba64c035fc50cd3cf0f60540b63403d15f427b01d82b64975c6f2419a4ad886694ad0dd46402ef7ba8c173
6
+ metadata.gz: 25fd7e918697975dbbd1ae926b6145ae91c0f8fb6afa37249d1ef626a5e327e9e50a472d5629099a7b80b564baf70c6c0e1cb9b27dfdb2c51da2ab1472895545
7
+ data.tar.gz: d3b5a49008dd2105f8b51a4051bc4f7a55819747436b7962fe2e8434e0a4f88af4054e9ea14c072278359b79f89b6742ad108443b274d738609b2cac76ac35f9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.363
1
+ 3.0.379
@@ -77,7 +77,7 @@ module TencentCloud
77
77
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
78
78
  end
79
79
 
80
- # 获取推荐歌单列表。
80
+ # 获取歌单列表。
81
81
 
82
82
  # @param request: Request instance for DescribeKTVPlaylists.
83
83
  # @type request: :class:`Tencentcloud::yinsuda::V20220527::DescribeKTVPlaylistsRequest`
@@ -167,17 +167,23 @@ module TencentCloud
167
167
  # @type AppName: String
168
168
  # @param UserId: 用户标识。
169
169
  # @type UserId: String
170
+ # @param Types: 类型列表,取值有:
171
+ # <li>OfficialRec:官方推荐;</li>
172
+ # <li>Customize:自定义。</li>
173
+ # @type Types: Array
170
174
 
171
- attr_accessor :AppName, :UserId
175
+ attr_accessor :AppName, :UserId, :Types
172
176
 
173
- def initialize(appname=nil, userid=nil)
177
+ def initialize(appname=nil, userid=nil, types=nil)
174
178
  @AppName = appname
175
179
  @UserId = userid
180
+ @Types = types
176
181
  end
177
182
 
178
183
  def deserialize(params)
179
184
  @AppName = params['AppName']
180
185
  @UserId = params['UserId']
186
+ @Types = params['Types']
181
187
  end
182
188
  end
183
189
 
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-yinsuda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.363
4
+ version: 3.0.379
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
@@ -33,10 +33,10 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/VERSION
37
- - lib/tencentcloud-sdk-yinsuda.rb
38
- - lib/v20220527/client.rb
39
36
  - lib/v20220527/models.rb
37
+ - lib/v20220527/client.rb
38
+ - lib/tencentcloud-sdk-yinsuda.rb
39
+ - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses:
42
42
  - Apache-2.0
@@ -49,17 +49,17 @@ require_paths:
49
49
  - lib
50
50
  required_ruby_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
57
+ - - '>='
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
61
  rubyforge_project:
62
- rubygems_version: 2.6.14
62
+ rubygems_version: 2.0.14
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: Tencent Cloud SDK for Ruby - YINSUDA