tencentcloud-sdk-tds 3.0.590 → 3.0.592

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: 317fc511fcd26d65f645de178075dbcc67c71162
4
- data.tar.gz: 6bcfdaa4c778b0449d24032f48831c75a6cd6766
3
+ metadata.gz: acf1eba644c202afb91cef557ae7c20f25529e05
4
+ data.tar.gz: 077d74a7b3a7232ffb7c5e4b01575ff825256518
5
5
  SHA512:
6
- metadata.gz: ac300a1dd05a856d652b8cadc015e525c3601a97fddc47ffcd58ce7f534e62016065c26f0999b95493db3df772d2cbc4f9bef719dabbb13dcd61bf64ebe5c085
7
- data.tar.gz: 4066656dfd3f4587fff6d59a63a6e4b23e50222682ddf861d63cad39146b75267b555b040c3a9ffface96caf2d89b2ad3645d0ae30bd4c53c85f12e3f9fadfc5
6
+ metadata.gz: d50bc2fd4b78da798c340fca60c4215d23f00d28ddd554cec020e1da23e889ce96d5e2c9d7760b63f93451b1d5e2f2b974c8a811894f37117e59aad0061046f8
7
+ data.tar.gz: 12443a12bf9a0402318f4c7e50659bb1d978906eb8fb4ecad3a079958122d6ebc6bc2674368272ac9c72cbb4f02f741f730920d74c611dbfefca81d51ad64ad0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -23,7 +23,7 @@ module TencentCloud
23
23
  # @type DeviceToken: String
24
24
 
25
25
  attr_accessor :DeviceToken
26
-
26
+
27
27
  def initialize(devicetoken=nil)
28
28
  @DeviceToken = devicetoken
29
29
  end
@@ -61,7 +61,7 @@ module TencentCloud
61
61
  # @type RequestId: String
62
62
 
63
63
  attr_accessor :AppVersion, :Brand, :ClientIp, :Model, :NetworkType, :PackageName, :Platform, :SystemVersion, :SdkBuildNo, :RiskInfos, :HistRiskInfos, :RequestId
64
-
64
+
65
65
  def initialize(appversion=nil, brand=nil, clientip=nil, model=nil, networktype=nil, packagename=nil, platform=nil, systemversion=nil, sdkbuildno=nil, riskinfos=nil, histriskinfos=nil, requestid=nil)
66
66
  @AppVersion = appversion
67
67
  @Brand = brand
@@ -113,7 +113,7 @@ module TencentCloud
113
113
  # @type DeviceToken: String
114
114
 
115
115
  attr_accessor :DeviceToken
116
-
116
+
117
117
  def initialize(devicetoken=nil)
118
118
  @DeviceToken = devicetoken
119
119
  end
@@ -153,7 +153,7 @@ module TencentCloud
153
153
  # @type RequestId: String
154
154
 
155
155
  attr_accessor :AppVersion, :Brand, :ClientIp, :Model, :NetworkType, :PackageName, :Platform, :SystemVersion, :SdkBuildNo, :RiskInfos, :HistRiskInfos, :Openid, :RequestId
156
-
156
+
157
157
  def initialize(appversion=nil, brand=nil, clientip=nil, model=nil, networktype=nil, packagename=nil, platform=nil, systemversion=nil, sdkbuildno=nil, riskinfos=nil, histriskinfos=nil, openid=nil, requestid=nil)
158
158
  @AppVersion = appversion
159
159
  @Brand = brand
@@ -223,7 +223,7 @@ module TencentCloud
223
223
  # @type QQOpenId: String
224
224
 
225
225
  attr_accessor :DeviceToken, :SceneCode, :UserId, :EventTime, :ElapsedTime, :WeChatOpenId, :PhoneNumber, :ClientIP, :QQOpenId
226
-
226
+
227
227
  def initialize(devicetoken=nil, scenecode=nil, userid=nil, eventtime=nil, elapsedtime=nil, wechatopenid=nil, phonenumber=nil, clientip=nil, qqopenid=nil)
228
228
  @DeviceToken = devicetoken
229
229
  @SceneCode = scenecode
@@ -283,7 +283,7 @@ module TencentCloud
283
283
  # @type RequestId: String
284
284
 
285
285
  attr_accessor :AppVersion, :Brand, :ClientIp, :Model, :NetworkType, :PackageName, :Platform, :SystemVersion, :SdkBuildNo, :RiskInfos, :HistRiskInfos, :Openid, :SceneRiskInfos, :SuggestionLevel, :RequestId
286
-
286
+
287
287
  def initialize(appversion=nil, brand=nil, clientip=nil, model=nil, networktype=nil, packagename=nil, platform=nil, systemversion=nil, sdkbuildno=nil, riskinfos=nil, histriskinfos=nil, openid=nil, sceneriskinfos=nil, suggestionlevel=nil, requestid=nil)
288
288
  @AppVersion = appversion
289
289
  @Brand = brand
@@ -348,7 +348,7 @@ module TencentCloud
348
348
  # @type DeviceToken: String
349
349
 
350
350
  attr_accessor :DeviceToken
351
-
351
+
352
352
  def initialize(devicetoken=nil)
353
353
  @DeviceToken = devicetoken
354
354
  end
@@ -384,7 +384,7 @@ module TencentCloud
384
384
  # @type RequestId: String
385
385
 
386
386
  attr_accessor :Openid, :AppVersion, :Brand, :ClientIp, :Model, :NetworkType, :PackageName, :Platform, :SystemVersion, :SdkBuildNo, :RequestId
387
-
387
+
388
388
  def initialize(openid=nil, appversion=nil, brand=nil, clientip=nil, model=nil, networktype=nil, packagename=nil, platform=nil, systemversion=nil, sdkbuildno=nil, requestid=nil)
389
389
  @Openid = openid
390
390
  @AppVersion = appversion
@@ -422,7 +422,7 @@ module TencentCloud
422
422
  # @type Level: Integer
423
423
 
424
424
  attr_accessor :Type, :Level
425
-
425
+
426
426
  def initialize(type=nil, level=nil)
427
427
  @Type = type
428
428
  @Level = level
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tds
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common