tencentcloud-sdk-tds 3.0.702 → 3.0.704
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220801/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6034cc981dfc2a17558954e8d496b338ac4e5e1a
|
4
|
+
data.tar.gz: f40cd7826c38f74212ea5ed0c8d3af596dd0b212
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0555765ae812ca04fc6be1cf8520c6b69a9d49593514aa2f57c0e782bd8e93f4cd3ed8f9fe56513d7bc14b024c959f6755ee4cea6821f2409a2bf9be2ccbb34
|
7
|
+
data.tar.gz: 142c6eb1803ecfe91678dfd85b2d0d36744f2b99fb1fde057bcf6ee425d1b71d09fed1203b13cec074d211a2467d4201691bdcb85063fd64e890208a636a82b1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.704
|
data/lib/v20220801/models.rb
CHANGED
@@ -279,12 +279,14 @@ module TencentCloud
|
|
279
279
|
# @type SceneRiskInfos: Array
|
280
280
|
# @param SuggestionLevel: 建议等级。1-极差,2-较差,3-中等,4-良好,5-优秀
|
281
281
|
# @type SuggestionLevel: Integer
|
282
|
+
# @param Unionid: 图灵盾统一ID
|
283
|
+
# @type Unionid: String
|
282
284
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
283
285
|
# @type RequestId: String
|
284
286
|
|
285
|
-
attr_accessor :AppVersion, :Brand, :ClientIp, :Model, :NetworkType, :PackageName, :Platform, :SystemVersion, :SdkBuildNo, :RiskInfos, :HistRiskInfos, :Openid, :SceneRiskInfos, :SuggestionLevel, :RequestId
|
287
|
+
attr_accessor :AppVersion, :Brand, :ClientIp, :Model, :NetworkType, :PackageName, :Platform, :SystemVersion, :SdkBuildNo, :RiskInfos, :HistRiskInfos, :Openid, :SceneRiskInfos, :SuggestionLevel, :Unionid, :RequestId
|
286
288
|
|
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)
|
289
|
+
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, unionid=nil, requestid=nil)
|
288
290
|
@AppVersion = appversion
|
289
291
|
@Brand = brand
|
290
292
|
@ClientIp = clientip
|
@@ -299,6 +301,7 @@ module TencentCloud
|
|
299
301
|
@Openid = openid
|
300
302
|
@SceneRiskInfos = sceneriskinfos
|
301
303
|
@SuggestionLevel = suggestionlevel
|
304
|
+
@Unionid = unionid
|
302
305
|
@RequestId = requestid
|
303
306
|
end
|
304
307
|
|
@@ -338,6 +341,7 @@ module TencentCloud
|
|
338
341
|
end
|
339
342
|
end
|
340
343
|
@SuggestionLevel = params['SuggestionLevel']
|
344
|
+
@Unionid = params['Unionid']
|
341
345
|
@RequestId = params['RequestId']
|
342
346
|
end
|
343
347
|
end
|
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.
|
4
|
+
version: 3.0.704
|
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-11-
|
11
|
+
date: 2023-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|