tencentcloud-sdk-captcha 3.0.423 → 3.0.424

Sign up to get free protection for your applications and to get access to all the features.
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: bd210007dec296e3d3f9289e9211b379fdba00b7
4
+ data.tar.gz: c8985a59398141b3ccb28fb1ff96c40031d9fe5f
5
5
  SHA512:
6
- metadata.gz: d77302d8d10f2bc0da09033c61e9d12a3064305b57ef4ca83539b01b6b99dc96928fa566ee960499796d7ceb3308f318116f7aa3700ae7567fea7cfe560c6dc5
7
- data.tar.gz: 7d877f5fafcb88c19b6d775d40f54050ead9feb1cc7ad77d86547ece5cef83363edb115174b3e91ee262659a7fa6e324a2bbfafe72d78be261886b48ff47e46f
6
+ metadata.gz: c31e2e72b68fd9c48f1df86e4f99ee48c3d0aae5fe34b91fe171c27e04cad76270582dd76fd24ca7f9a4f1d682b53d5591f3acad491b40f1aa239d886f4b009e
7
+ data.tar.gz: 65b5a2cc676f847f9695cc892cdba61b0b726e87af5b1b283a8b72ce06134d93f7b90ab174add36ee59c62e45eb7608ad412c6fef12f771da26bd0a9cfdf576a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.423
1
+ 3.0.424
@@ -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.424
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-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common