tencentcloud-sdk-captcha 3.0.1005 → 3.0.1007

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 +0 -24
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7eb5ef147bead07b691bd7f5e34e95034533e226
4
- data.tar.gz: a79ce4711d06c20fcb753b4171c1e83c42b6ba44
3
+ metadata.gz: ed5dd46f6c45ec9a170c49b1dce6572e0732b597
4
+ data.tar.gz: 85683827fc39407e6e91ef722e56231b32438da1
5
5
  SHA512:
6
- metadata.gz: 342768bc3b34704603db708a208d90c0ae9881e9d59e19447b751078041c7c25c9b64a8b636bf991d571af79bf702a0575e048f9b860c3646884f91c2391de48
7
- data.tar.gz: e1f37dbc7b551f54ec3e8cc6e8991e5ee71bd7c4b788a9657f1961a9f0b3ff9cd62b99822beb2e69e0b9fc88f32ad68ab76e64be3d0c21fb46ab15ac31381a78
6
+ metadata.gz: b556ee4680a5eca5339595ce329aa6cd2c9460c33175ce951d189c56869a754da017efce08a903712e4528b33c8a700620452723cf0627d083f9a6876dcdcd91
7
+ data.tar.gz: 9af50e40d4ee5e4ee7b090e2cdc1714a0db7848a0f2a54958293b6f6e4864a72dde1650cdab5790fc1a0b073f36ea2d5ce447ea908d5a019d465d50276c75930
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1005
1
+ 3.0.1007
@@ -390,7 +390,6 @@ module TencentCloud
390
390
  # @param CaptchaCode: 成功返回0 其它失败
391
391
  # @type CaptchaCode: Integer
392
392
  # @param CaptchaMsg: 返回操作信息
393
- # 注意:此字段可能返回 null,表示取不到有效值。
394
393
  # @type CaptchaMsg: String
395
394
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
396
395
  # @type RequestId: String
@@ -469,10 +468,8 @@ module TencentCloud
469
468
  # @param CaptchaCode: 返回码 0 成功 其它失败
470
469
  # @type CaptchaCode: Integer
471
470
  # @param Data: 数据数组
472
- # 注意:此字段可能返回 null,表示取不到有效值。
473
471
  # @type Data: Array
474
472
  # @param CaptchaMsg: 返回信息描述
475
- # 注意:此字段可能返回 null,表示取不到有效值。
476
473
  # @type CaptchaMsg: String
477
474
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
478
475
  # @type RequestId: String
@@ -536,7 +533,6 @@ module TencentCloud
536
533
  # @param AttackSum: 拦截攻击量
537
534
  # @type AttackSum: Integer
538
535
  # @param CaptchaMsg: 返回信息
539
- # 注意:此字段可能返回 null,表示取不到有效值。
540
536
  # @type CaptchaMsg: String
541
537
  # @param CaptchaCode: 成功返回0 其它失败
542
538
  # @type CaptchaCode: Integer
@@ -611,10 +607,8 @@ module TencentCloud
611
607
  # @param CaptchaCode: 返回码 0 成功 其它失败
612
608
  # @type CaptchaCode: Integer
613
609
  # @param Data: 数据数组
614
- # 注意:此字段可能返回 null,表示取不到有效值。
615
610
  # @type Data: Array
616
611
  # @param CaptchaMsg: 返回信息描述
617
- # 注意:此字段可能返回 null,表示取不到有效值。
618
612
  # @type CaptchaMsg: String
619
613
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
620
614
  # @type RequestId: String
@@ -670,31 +664,22 @@ module TencentCloud
670
664
  # DescribeCaptchaMiniDataSum返回参数结构体
671
665
  class DescribeCaptchaMiniDataSumResponse < TencentCloud::Common::AbstractModel
672
666
  # @param GetSum: 请求总量
673
- # 注意:此字段可能返回 null,表示取不到有效值。
674
667
  # @type GetSum: Integer
675
668
  # @param VfySuccSum: 请求验证成功量
676
- # 注意:此字段可能返回 null,表示取不到有效值。
677
669
  # @type VfySuccSum: Integer
678
670
  # @param VfySum: 请求验证量
679
- # 注意:此字段可能返回 null,表示取不到有效值。
680
671
  # @type VfySum: Integer
681
672
  # @param AttackSum: 拦截攻击量
682
- # 注意:此字段可能返回 null,表示取不到有效值。
683
673
  # @type AttackSum: Integer
684
674
  # @param CaptchaMsg: 返回信息
685
- # 注意:此字段可能返回 null,表示取不到有效值。
686
675
  # @type CaptchaMsg: String
687
676
  # @param CaptchaCode: 成功返回0 其它失败
688
- # 注意:此字段可能返回 null,表示取不到有效值。
689
677
  # @type CaptchaCode: Integer
690
678
  # @param CheckTicketSum: 票据校验总量
691
- # 注意:此字段可能返回 null,表示取不到有效值。
692
679
  # @type CheckTicketSum: Integer
693
680
  # @param TicketThroughputSum: 票据验证通过量
694
- # 注意:此字段可能返回 null,表示取不到有效值。
695
681
  # @type TicketThroughputSum: Integer
696
682
  # @param TicketInterceptSum: 票据验证拦截量
697
- # 注意:此字段可能返回 null,表示取不到有效值。
698
683
  # @type TicketInterceptSum: Integer
699
684
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
700
685
  # @type RequestId: String
@@ -761,10 +746,8 @@ module TencentCloud
761
746
  # @param CaptchaCode: 成功返回 0 其它失败
762
747
  # @type CaptchaCode: Integer
763
748
  # @param CaptchaMsg: 返回信息
764
- # 注意:此字段可能返回 null,表示取不到有效值。
765
749
  # @type CaptchaMsg: String
766
750
  # @param Data: 用户操作数据
767
- # 注意:此字段可能返回 null,表示取不到有效值。
768
751
  # @type Data: :class:`Tencentcloud::Captcha.v20190722.models.CaptchaOperDataRes`
769
752
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
770
753
  # @type RequestId: String
@@ -1005,10 +988,8 @@ module TencentCloud
1005
988
  # @param CaptchaCode: 成功返回 0 其它失败
1006
989
  # @type CaptchaCode: Integer
1007
990
  # @param CaptchaMsg: 返回信息
1008
- # 注意:此字段可能返回 null,表示取不到有效值。
1009
991
  # @type CaptchaMsg: String
1010
992
  # @param Data: 用户操作数据
1011
- # 注意:此字段可能返回 null,表示取不到有效值。
1012
993
  # @type Data: :class:`Tencentcloud::Captcha.v20190722.models.CaptchaOperDataRes`
1013
994
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1014
995
  # @type RequestId: String
@@ -1293,10 +1274,8 @@ module TencentCloud
1293
1274
  # @param CaptchaCode: 成功返回 0 其它失败
1294
1275
  # @type CaptchaCode: Integer
1295
1276
  # @param CaptchaMsg: 返回信息
1296
- # 注意:此字段可能返回 null,表示取不到有效值。
1297
1277
  # @type CaptchaMsg: String
1298
1278
  # @param Data: 验证码票据信息
1299
- # 注意:此字段可能返回 null,表示取不到有效值。
1300
1279
  # @type Data: :class:`Tencentcloud::Captcha.v20190722.models.CaptchaTicketDataRes`
1301
1280
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1302
1281
  # @type RequestId: String
@@ -1335,12 +1314,10 @@ module TencentCloud
1335
1314
  # DescribeCaptchaUserAllAppId返回参数结构体
1336
1315
  class DescribeCaptchaUserAllAppIdResponse < TencentCloud::Common::AbstractModel
1337
1316
  # @param Data: 用户注册的所有Appid和应用名称
1338
- # 注意:此字段可能返回 null,表示取不到有效值。
1339
1317
  # @type Data: Array
1340
1318
  # @param CaptchaCode: 成功返回 0 其它失败
1341
1319
  # @type CaptchaCode: Integer
1342
1320
  # @param CaptchaMsg: 返回操作信息
1343
- # 注意:此字段可能返回 null,表示取不到有效值。
1344
1321
  # @type CaptchaMsg: String
1345
1322
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1346
1323
  # @type RequestId: String
@@ -1946,7 +1923,6 @@ module TencentCloud
1946
1923
  # @param CaptchaCode: 返回码 0 成功,其它失败
1947
1924
  # @type CaptchaCode: Integer
1948
1925
  # @param CaptchaMsg: 返回操作信息
1949
- # 注意:此字段可能返回 null,表示取不到有效值。
1950
1926
  # @type CaptchaMsg: String
1951
1927
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1952
1928
  # @type RequestId: String
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.1005
4
+ version: 3.0.1007
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-02-24 00:00:00.000000000 Z
11
+ date: 2025-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common