tencentcloud-sdk-faceid 3.0.579 → 3.0.580
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 +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: e8f2401c28526e96af25a021ff2bd788e99bc742
|
4
|
+
data.tar.gz: bbf61e82cccdc49d7b40e6b2e14e833978976760
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: baf18093cbb56bdbce08ce563e2230e281910aa1c4a1fecad30f8c3828be7c14f54a8d504a28c780962c6834178c995bee81c375ffd91f9f55e462f9ff9221b2
|
7
|
+
data.tar.gz: 0470a5f1c995aebd4c15f382f3b3ea474167ae2e94e62964816f5302b7c34026a155e072c43576109f36d927ba03d615443257d958d3f307c3657a4d0933cdc9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.580
|
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.580
|
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-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|