tencentcloud-sdk-rkp 3.0.590 → 3.0.592

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: 0866fa7bb6f1409d6961c83f0ec8ecb1cc6bd462
4
- data.tar.gz: 758840da10a79edee71468fca460fa890522b72f
3
+ metadata.gz: a2d185e9555be969792ae86d702a9d5e8ec20766
4
+ data.tar.gz: d864762f9761bd5736c7f4e1ce5b54d59c58b727
5
5
  SHA512:
6
- metadata.gz: 92f1e2af0e102c565fca9644bac3dec53dece627de0ef198d2b725b6f0a7a6492e8e83af5449422ab11d11975ecbf8d2ba9568c85509ae64f8b7cb0ffaa29cf7
7
- data.tar.gz: 3014cf7f81a6739be62e30b99af3203a140a293e4aef532af064b9bf8a2395caee2f44fab3c21491bb9391efb2b9f9843597429942dcc47a6dc2e2681936eb01
6
+ metadata.gz: 3ad9b536ef3b13c4f126720ec161f7d2734f52d2c5b38d3bffd89fc8a1df735a6d2da681909786fcd4b7696bb16a3b072b1c2ae2fc72df81c60ac52ec6f86954
7
+ data.tar.gz: ae15b4be0ed1b21d6a7a430476362ba08ca08280b37e2839421dcc5142ca19b8df1d3b0ad91673a02529cb526269eb9d6c27efdcd9f4718922cfc7e6c4567952
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -30,7 +30,7 @@ module TencentCloud
30
30
  # @type Probability: Float
31
31
 
32
32
  attr_accessor :OpenId, :RiskScore, :RiskInfo, :Probability
33
-
33
+
34
34
  def initialize(openid=nil, riskscore=nil, riskinfo=nil, probability=nil)
35
35
  @OpenId = openid
36
36
  @RiskScore = riskscore
@@ -67,7 +67,7 @@ module TencentCloud
67
67
  # @type Option: String
68
68
 
69
69
  attr_accessor :DeviceToken, :BusinessId, :BusinessUserId, :Platform, :Option
70
-
70
+
71
71
  def initialize(devicetoken=nil, businessid=nil, businessuserid=nil, platform=nil, option=nil)
72
72
  @DeviceToken = devicetoken
73
73
  @BusinessId = businessid
@@ -97,7 +97,7 @@ module TencentCloud
97
97
  # @type RequestId: String
98
98
 
99
99
  attr_accessor :OpenId, :RiskInfo, :RequestId
100
-
100
+
101
101
  def initialize(openid=nil, riskinfo=nil, requestid=nil)
102
102
  @OpenId = openid
103
103
  @RiskInfo = riskinfo
@@ -134,7 +134,7 @@ module TencentCloud
134
134
  # @type OldToken: String
135
135
 
136
136
  attr_accessor :BusinessId, :Scene, :BusinessUserId, :AppClientIp, :ExpireTime, :OldToken
137
-
137
+
138
138
  def initialize(businessid=nil, scene=nil, businessuserid=nil, appclientip=nil, expiretime=nil, oldtoken=nil)
139
139
  @BusinessId = businessid
140
140
  @Scene = scene
@@ -164,7 +164,7 @@ module TencentCloud
164
164
  # @type RequestId: String
165
165
 
166
166
  attr_accessor :Token, :ExpireTime, :RequestId
167
-
167
+
168
168
  def initialize(token=nil, expiretime=nil, requestid=nil)
169
169
  @Token = token
170
170
  @ExpireTime = expiretime
@@ -230,7 +230,7 @@ module TencentCloud
230
230
  # @type SerialId: String
231
231
 
232
232
  attr_accessor :DevType, :Imei, :Mac, :Aid, :Cid, :Imsi, :Df, :KernelVer, :Storage, :Dfp, :BootTime, :Resolution, :RingList, :FontList, :SensorList, :CpuType, :Battery, :Oaid, :Idfa, :Idfv, :DeviceName, :IphoneModel, :Fingerprint, :SerialId
233
-
233
+
234
234
  def initialize(devtype=nil, imei=nil, mac=nil, aid=nil, cid=nil, imsi=nil, df=nil, kernelver=nil, storage=nil, dfp=nil, boottime=nil, resolution=nil, ringlist=nil, fontlist=nil, sensorlist=nil, cputype=nil, battery=nil, oaid=nil, idfa=nil, idfv=nil, devicename=nil, iphonemodel=nil, fingerprint=nil, serialid=nil)
235
235
  @DevType = devtype
236
236
  @Imei = imei
@@ -300,7 +300,7 @@ module TencentCloud
300
300
  # @type RequestId: String
301
301
 
302
302
  attr_accessor :Found, :AllCnt, :Matches, :RequestId
303
-
303
+
304
304
  def initialize(found=nil, allcnt=nil, matches=nil, requestid=nil)
305
305
  @Found = found
306
306
  @AllCnt = allcnt
@@ -332,7 +332,7 @@ module TencentCloud
332
332
  # @type RiskCodeValue: String
333
333
 
334
334
  attr_accessor :RiskCode, :RiskCodeValue
335
-
335
+
336
336
  def initialize(riskcode=nil, riskcodevalue=nil)
337
337
  @RiskCode = riskcode
338
338
  @RiskCodeValue = riskcodevalue
@@ -353,7 +353,7 @@ module TencentCloud
353
353
  # @type Value: String
354
354
 
355
355
  attr_accessor :Key, :Value
356
-
356
+
357
357
  def initialize(key=nil, value=nil)
358
358
  @Key = key
359
359
  @Value = value
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-rkp
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