tencentcloud-sdk-captcha 3.0.423 → 3.0.425

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190722/models.rb +11 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1cd24932436ccdfdf4308b53eb2aa58fa9fda113
4
- data.tar.gz: d830d9d5b1264bca08349fd3da52d64adc09f818
3
+ metadata.gz: e395c62fc726be5e46c40113b0c28f386ef87c2c
4
+ data.tar.gz: d6a8d2e0a897c723b715b2e40e3b1d9e6bad5068
5
5
  SHA512:
6
- metadata.gz: d77302d8d10f2bc0da09033c61e9d12a3064305b57ef4ca83539b01b6b99dc96928fa566ee960499796d7ceb3308f318116f7aa3700ae7567fea7cfe560c6dc5
7
- data.tar.gz: 7d877f5fafcb88c19b6d775d40f54050ead9feb1cc7ad77d86547ece5cef83363edb115174b3e91ee262659a7fa6e324a2bbfafe72d78be261886b48ff47e46f
6
+ metadata.gz: abb1468a7834de595cd0f65631c6f6b41d858b25e0975e67f1cd25ca3a7cd390d30094f64d36f86c0af2603be98b61d95f2d517eb7947d8fd527907d65a02a25
7
+ data.tar.gz: 654141c5c7f45cb9f7b56cf1d6dde0d6bc3f1b436b3e9632f7df912b02775d9c5bda9920cdd8054d1b07f033b4df9517e8e0726ec3541d8ce728d9f8e66059a8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.423
1
+ 3.0.425
@@ -464,14 +464,18 @@ module TencentCloud
464
464
  # @type CaptchaMsg: String
465
465
  # @param CaptchaCode: 成功返回0 其它失败
466
466
  # @type CaptchaCode: Integer
467
- # @param CheckTicketSum: 票据校验量
467
+ # @param CheckTicketSum: 票据校验总量
468
468
  # @type CheckTicketSum: Integer
469
+ # @param TicketThroughputSum: 票据验证通过量
470
+ # @type TicketThroughputSum: Integer
471
+ # @param TicketInterceptSum: 票据验证拦截量
472
+ # @type TicketInterceptSum: Integer
469
473
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
470
474
  # @type RequestId: String
471
475
 
472
- attr_accessor :GetSum, :VfySuccSum, :VfySum, :AttackSum, :CaptchaMsg, :CaptchaCode, :CheckTicketSum, :RequestId
476
+ attr_accessor :GetSum, :VfySuccSum, :VfySum, :AttackSum, :CaptchaMsg, :CaptchaCode, :CheckTicketSum, :TicketThroughputSum, :TicketInterceptSum, :RequestId
473
477
 
474
- def initialize(getsum=nil, vfysuccsum=nil, vfysum=nil, attacksum=nil, captchamsg=nil, captchacode=nil, checkticketsum=nil, requestid=nil)
478
+ def initialize(getsum=nil, vfysuccsum=nil, vfysum=nil, attacksum=nil, captchamsg=nil, captchacode=nil, checkticketsum=nil, ticketthroughputsum=nil, ticketinterceptsum=nil, requestid=nil)
475
479
  @GetSum = getsum
476
480
  @VfySuccSum = vfysuccsum
477
481
  @VfySum = vfysum
@@ -479,6 +483,8 @@ module TencentCloud
479
483
  @CaptchaMsg = captchamsg
480
484
  @CaptchaCode = captchacode
481
485
  @CheckTicketSum = checkticketsum
486
+ @TicketThroughputSum = ticketthroughputsum
487
+ @TicketInterceptSum = ticketinterceptsum
482
488
  @RequestId = requestid
483
489
  end
484
490
 
@@ -490,6 +496,8 @@ module TencentCloud
490
496
  @CaptchaMsg = params['CaptchaMsg']
491
497
  @CaptchaCode = params['CaptchaCode']
492
498
  @CheckTicketSum = params['CheckTicketSum']
499
+ @TicketThroughputSum = params['TicketThroughputSum']
500
+ @TicketInterceptSum = params['TicketInterceptSum']
493
501
  @RequestId = params['RequestId']
494
502
  end
495
503
  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.423
4
+ version: 3.0.425
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-30 00:00:00.000000000 Z
11
+ date: 2022-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common