tencentcloud-sdk-captcha 3.0.1074 → 3.0.1094

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: b72fe79859c5a05667c014aff47ff0b2627b3e5e
4
- data.tar.gz: 8427ec1fca7945eb0dd3317c03f7c47956d440fc
3
+ metadata.gz: c55d76a90e562443fc6bf761ae81dbab40edbb55
4
+ data.tar.gz: 9cdd1b0b49868bd84d17cbc14b92c061b7d363a7
5
5
  SHA512:
6
- metadata.gz: a4f8f2e9b8106e0d881517a39d1316b68db1c2cf57f99a1bee4043d6fe700f17e6cf6494845cea7f654a6cb46dc094295344cc05b54cab715b2ff2ead96dc851
7
- data.tar.gz: 42da26f22cdeb84f3798e76a1c00089c15a7690b9819cbb2c7c744277802200f13b8d470452819ec20f733da9f8f4278930e5c1f59fbeb8147bc0dc2ecd66edf
6
+ metadata.gz: 53b80b030fe17959ead9895e500314cc8bd5a9788fd250e485049e6647b9e3a55ca437f4c3df745c2a0c30bd58222ba240800abfc9f5dcd1f9436300e062f919
7
+ data.tar.gz: 94009b23c479910f5e4198d4a81907dfcf6385e60ac1b707954e987979e2b5099fd5b6bdddd870e8c5e53294c2b8830ab392793deec316002d4bb85080ce5e1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1211,12 +1211,14 @@ module TencentCloud
1211
1211
  # @param DeviceRiskCategory: 设备风险大类
1212
1212
  # 注意:此字段可能返回 null,表示取不到有效值。
1213
1213
  # @type DeviceRiskCategory: String
1214
+ # @param Score: 验证码评分
1215
+ # @type Score: Integer
1214
1216
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1215
1217
  # @type RequestId: String
1216
1218
 
1217
- attr_accessor :CaptchaCode, :CaptchaMsg, :EvilLevel, :GetCaptchaTime, :EvilBitmap, :SubmitCaptchaTime, :DeviceRiskCategory, :RequestId
1219
+ attr_accessor :CaptchaCode, :CaptchaMsg, :EvilLevel, :GetCaptchaTime, :EvilBitmap, :SubmitCaptchaTime, :DeviceRiskCategory, :Score, :RequestId
1218
1220
 
1219
- def initialize(captchacode=nil, captchamsg=nil, evillevel=nil, getcaptchatime=nil, evilbitmap=nil, submitcaptchatime=nil, deviceriskcategory=nil, requestid=nil)
1221
+ def initialize(captchacode=nil, captchamsg=nil, evillevel=nil, getcaptchatime=nil, evilbitmap=nil, submitcaptchatime=nil, deviceriskcategory=nil, score=nil, requestid=nil)
1220
1222
  @CaptchaCode = captchacode
1221
1223
  @CaptchaMsg = captchamsg
1222
1224
  @EvilLevel = evillevel
@@ -1224,6 +1226,7 @@ module TencentCloud
1224
1226
  @EvilBitmap = evilbitmap
1225
1227
  @SubmitCaptchaTime = submitcaptchatime
1226
1228
  @DeviceRiskCategory = deviceriskcategory
1229
+ @Score = score
1227
1230
  @RequestId = requestid
1228
1231
  end
1229
1232
 
@@ -1235,6 +1238,7 @@ module TencentCloud
1235
1238
  @EvilBitmap = params['EvilBitmap']
1236
1239
  @SubmitCaptchaTime = params['SubmitCaptchaTime']
1237
1240
  @DeviceRiskCategory = params['DeviceRiskCategory']
1241
+ @Score = params['Score']
1238
1242
  @RequestId = params['RequestId']
1239
1243
  end
1240
1244
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-captcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1074
4
+ version: 3.0.1094
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-04 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common