tencentcloud-sdk-tds 3.0.702 → 3.0.703

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: d408177aaeb20d5739edc6c310d70da706cfae72
4
- data.tar.gz: 6c0fa398580bd0dd301ba3a21dfcf910bc96744d
3
+ metadata.gz: ff46aab5e908ccb5f0abc639167b9ce984e97a5a
4
+ data.tar.gz: ca74a921911d303dd099c873a755e09179781d25
5
5
  SHA512:
6
- metadata.gz: 281f1f353f3362926efa4bca5ee398ef595a6721c5710dc7ea1700f8df32778f8a81e1f16cb05d4ba3a8c2dff7e0b0f881f121be85ec6762e6daa087cab77853
7
- data.tar.gz: 5e17f3b0beff559237488386e682e45f2cdc4d6e9fa87f1c8c376beae09953de0967c457f9014d7116cda87d6b9ddbcc50710dbc8cdf85e9cba77675be01f363
6
+ metadata.gz: 179730fe0ae5d6dee4d9cd10c35e7c06293a25861a2e086e03b8850bbef6b825ab07c4bffe37e3213db978bc525ac99b6fb4dccdc1b7b3b7319b35a7cc738c0c
7
+ data.tar.gz: 2068fe72206cc5d592707c12eaf7eebc8d240f21999bb26974f544cebbacc2e3b7a86313669425747b897d1db90d0d3209445c4c6ec6561f4a497955c6f094f5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.702
1
+ 3.0.703
@@ -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.702
4
+ version: 3.0.703
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-14 00:00:00.000000000 Z
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