tencentcloud-sdk-faceid 1.0.262 → 1.0.265

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: 8664235e3a8d08e6cb5fed174c6343757517e723
4
- data.tar.gz: c552fab8e6cca41ed9b231abad0ae05d5434455d
3
+ metadata.gz: 7eb49597028c92224fccf7e9b005eaa472a734f4
4
+ data.tar.gz: 53f3e367fa15221d57fd0c29fb886c33ba32e733
5
5
  SHA512:
6
- metadata.gz: bc8cb90e059a8e9673711f5b91fbce7eb83345cbb4bdc692c5ea0300f62e530df1fcc15e925c1f5963fcf8c07aa7b98a973d060d78f5ea26f363478f0ec58550
7
- data.tar.gz: b4bd7c126afae534fca25b362f418b55b07b72372d2701b98fc817c5fdd87efbbd0fe81a94439e2d4b28896633b98e6fcb952ca393879caf37bbe25360da66c2
6
+ metadata.gz: 1e4443ed964070134472c5935d1dbb81ea929025441b2498e9735d29ddc144a370b7be88d92ab4164ae725a14148018225ec803a319b8bea19608855f03153d5
7
+ data.tar.gz: b79d1df42ada38917849830e98177185c93a943f40f9c8d6d50f56ffb9549ccd19c329a9e36e02f250bb0a83ab3642059b44c6f5982dfbbbe4c7e27a7ce266a9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.262
1
+ 1.0.265
@@ -337,7 +337,7 @@ module TencentCloud
337
337
  # @type Description: String
338
338
  # @param AccountBank: 开户行
339
339
  # @type AccountBank: String
340
- # @param AccountType: 卡性质:1. 借记卡;2. 贷记卡
340
+ # @param AccountType: 卡性质:1. 借记卡;2. 贷记卡;3. 预付费卡;4. 准贷记卡
341
341
  # @type AccountType: Integer
342
342
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
343
343
  # @type RequestId: String
@@ -2006,6 +2006,8 @@ module TencentCloud
2006
2006
  # -3: 非法姓名(长度、格式等不正确)
2007
2007
  # -4: 证件库服务异常
2008
2008
  # -5: 证件库中无此身份证记录
2009
+ # -6: 公安比对系统升级中,请稍后再试
2010
+ # -7: 认证次数超过当日限制
2009
2011
  # @type Result: String
2010
2012
  # @param Description: 业务结果描述。
2011
2013
  # @type Description: String
@@ -2093,6 +2095,8 @@ module TencentCloud
2093
2095
  # -3: 非法姓名(长度、格式等不正确)
2094
2096
  # -4: 证件库服务异常
2095
2097
  # -5: 证件库中无此身份证记录
2098
+ # -6: 公安比对系统升级中,请稍后再试
2099
+ # -7: 认证次数超过当日限制
2096
2100
  # @type Result: String
2097
2101
  # @param Description: 业务结果描述。
2098
2102
  # @type Description: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-faceid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.262
4
+ version: 1.0.265
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-02-22 00:00:00.000000000 Z
11
+ date: 2022-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common