tencentcloud-sdk-faceid 3.0.579 → 3.0.581
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180301/models.rb +10 -2
- 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: 2b3ced84eb06ef83153de605b8dc4c59bb3bd467
|
4
|
+
data.tar.gz: 8445f30e2f92434ef8a37a6956ea615f1ff56a88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b5b2755c4e6506844cf44606737c1c769709b702f8021eea5c69f3ddd84c902159ab9dbec919a1df091eb5b1c098f37fb89d0b590743729cb51092c439f2bbe
|
7
|
+
data.tar.gz: c34a116e211a9ac6c875ef86553195623d73166bde2f1ffce8de240379f76d40cdbf09654e3b1a19b47700f4517f966ae2df1530d86d3db7354bf626df928b1c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.581
|
data/lib/v20180301/models.rb
CHANGED
@@ -940,6 +940,12 @@ module TencentCloud
|
|
940
940
|
# @param IdCard: 本次验证使用的身份证号。
|
941
941
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
942
942
|
# @type IdCard: String
|
943
|
+
# @param UseIDType: 用户认证时使用的证件号码类型:
|
944
|
+
# 0:二代身份证的证件号码
|
945
|
+
# 1:港澳台居住证的证件号码
|
946
|
+
# 2:其他(核验使用的证件号码非合法身份号码)
|
947
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
948
|
+
# @type UseIDType: Integer
|
943
949
|
# @param Name: 本次验证使用的姓名。
|
944
950
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
945
951
|
# @type Name: String
|
@@ -1026,12 +1032,13 @@ module TencentCloud
|
|
1026
1032
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1027
1033
|
# @type VisaNum: String
|
1028
1034
|
|
1029
|
-
attr_accessor :ErrCode, :ErrMsg, :IdCard, :Name, :OcrNation, :OcrAddress, :OcrBirth, :OcrAuthority, :OcrValidDate, :OcrName, :OcrIdCard, :OcrGender, :IdInfoFrom, :LiveStatus, :LiveMsg, :Comparestatus, :Comparemsg, :Sim, :Location, :Extra, :LivenessDetail, :Mobile, :CompareLibType, :LivenessMode, :NFCRequestIds, :NFCBillingCounts, :PassNo, :VisaNum
|
1035
|
+
attr_accessor :ErrCode, :ErrMsg, :IdCard, :UseIDType, :Name, :OcrNation, :OcrAddress, :OcrBirth, :OcrAuthority, :OcrValidDate, :OcrName, :OcrIdCard, :OcrGender, :IdInfoFrom, :LiveStatus, :LiveMsg, :Comparestatus, :Comparemsg, :Sim, :Location, :Extra, :LivenessDetail, :Mobile, :CompareLibType, :LivenessMode, :NFCRequestIds, :NFCBillingCounts, :PassNo, :VisaNum
|
1030
1036
|
|
1031
|
-
def initialize(errcode=nil, errmsg=nil, idcard=nil, name=nil, ocrnation=nil, ocraddress=nil, ocrbirth=nil, ocrauthority=nil, ocrvaliddate=nil, ocrname=nil, ocridcard=nil, ocrgender=nil, idinfofrom=nil, livestatus=nil, livemsg=nil, comparestatus=nil, comparemsg=nil, sim=nil, location=nil, extra=nil, livenessdetail=nil, mobile=nil, comparelibtype=nil, livenessmode=nil, nfcrequestids=nil, nfcbillingcounts=nil, passno=nil, visanum=nil)
|
1037
|
+
def initialize(errcode=nil, errmsg=nil, idcard=nil, useidtype=nil, name=nil, ocrnation=nil, ocraddress=nil, ocrbirth=nil, ocrauthority=nil, ocrvaliddate=nil, ocrname=nil, ocridcard=nil, ocrgender=nil, idinfofrom=nil, livestatus=nil, livemsg=nil, comparestatus=nil, comparemsg=nil, sim=nil, location=nil, extra=nil, livenessdetail=nil, mobile=nil, comparelibtype=nil, livenessmode=nil, nfcrequestids=nil, nfcbillingcounts=nil, passno=nil, visanum=nil)
|
1032
1038
|
@ErrCode = errcode
|
1033
1039
|
@ErrMsg = errmsg
|
1034
1040
|
@IdCard = idcard
|
1041
|
+
@UseIDType = useidtype
|
1035
1042
|
@Name = name
|
1036
1043
|
@OcrNation = ocrnation
|
1037
1044
|
@OcrAddress = ocraddress
|
@@ -1063,6 +1070,7 @@ module TencentCloud
|
|
1063
1070
|
@ErrCode = params['ErrCode']
|
1064
1071
|
@ErrMsg = params['ErrMsg']
|
1065
1072
|
@IdCard = params['IdCard']
|
1073
|
+
@UseIDType = params['UseIDType']
|
1066
1074
|
@Name = params['Name']
|
1067
1075
|
@OcrNation = params['OcrNation']
|
1068
1076
|
@OcrAddress = params['OcrAddress']
|
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: 3.0.
|
4
|
+
version: 3.0.581
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|