tencentcloud-sdk-faceid 1.0.264 → 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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180301/models.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7eb49597028c92224fccf7e9b005eaa472a734f4
|
|
4
|
+
data.tar.gz: 53f3e367fa15221d57fd0c29fb886c33ba32e733
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e4443ed964070134472c5935d1dbb81ea929025441b2498e9735d29ddc144a370b7be88d92ab4164ae725a14148018225ec803a319b8bea19608855f03153d5
|
|
7
|
+
data.tar.gz: b79d1df42ada38917849830e98177185c93a943f40f9c8d6d50f56ffb9549ccd19c329a9e36e02f250bb0a83ab3642059b44c6f5982dfbbbe4c7e27a7ce266a9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.265
|
data/lib/v20180301/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|