tencentcloud-sdk-faceid 3.0.578 → 3.0.580

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180301/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a2f0e6eef77a35d553ed7b555b6fca96a034de3
4
- data.tar.gz: a364d36cc994965d0725e06c78594738bbea0152
3
+ metadata.gz: e8f2401c28526e96af25a021ff2bd788e99bc742
4
+ data.tar.gz: bbf61e82cccdc49d7b40e6b2e14e833978976760
5
5
  SHA512:
6
- metadata.gz: 8874bf5acb2d51d0014c7698773e4a57e98b92a35f963c433630f77c7a3ff05988668201b4ca3efbead126ee1f946ad986aaf3f63ebe363706b8f1c0b0dbf00c
7
- data.tar.gz: a59489d22e60e093d6fcefbd3dff7cd17289e4b543e6a13870a5170940e6240abf3695fc12b928adc11a65b8014bd28ff2c66d614016a7c4d137ff6de212d708
6
+ metadata.gz: baf18093cbb56bdbce08ce563e2230e281910aa1c4a1fecad30f8c3828be7c14f54a8d504a28c780962c6834178c995bee81c375ffd91f9f55e462f9ff9221b2
7
+ data.tar.gz: 0470a5f1c995aebd4c15f382f3b3ea474167ae2e94e62964816f5302b7c34026a155e072c43576109f36d927ba03d615443257d958d3f307c3657a4d0933cdc9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.578
1
+ 3.0.580
@@ -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.578
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-26 00:00:00.000000000 Z
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