tencentcloud-sdk-rkp 3.0.589 → 3.0.591

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: 8c1d36be09e394a310ebd82e78b0e5d8f7b78415
4
- data.tar.gz: 266a70fb8ccf35a6ff5b0d931fd6a2b260943471
3
+ metadata.gz: ee13a303fc47dae7c8040760895dbb4075753960
4
+ data.tar.gz: 43f6c6c2a380d891c0f18930981014554f16bf9c
5
5
  SHA512:
6
- metadata.gz: 47a46db9464dc565742bd7ca09efcebc04cf9d1ea6150af77d2a11b843737ce12bf14f6f84199c145ee4112002fd588c69160e6779917cd6624917084c241a47
7
- data.tar.gz: 1974c286d837309dab89a73ccc73106aabd69c37d310af7e462617fd2452d943f34bd5e3bc643218caa5055c5e91ee5f332dda423f487779ac6a66c8bd5a6019
6
+ metadata.gz: 4f059e2ea915150f7b694de7146a840130b081e007b7bda2489f02b8f617f2043bd5da2ec6b6c5f2e8534c0594e1b3d1608299c83f7ef07035849c3c3e286f17
7
+ data.tar.gz: 0b7c3f6fbfe2ef59a7f5a72e515540ed81f28291a754db8ef5a0923814ad978655103ac74fe240cdcfbdefd986ef1d3e0efce4298914535ee48252e74fc4539e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -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.589
4
+ version: 3.0.591
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-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common