tencentcloud-sdk-faceid 3.0.548 → 3.0.550

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 +12 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 414ae55c707e142b82d214f87ec145f0a0d5b326
4
- data.tar.gz: 4448ce046144dee57607544bccfe436d5487280a
3
+ metadata.gz: 6e1fd840db3562f563bb9f963e346955f5d0e119
4
+ data.tar.gz: 4029a7c4fc3512b7aa7b023a3eb992b1eaefac72
5
5
  SHA512:
6
- metadata.gz: 17e86cfe77c3f216fa04fee988f6b71a39eb7a61ce282fa683236b718b8aa78dfeea6eb076e05193779151a71c45949c2036b08304cf4b1e4e13ff08d15e4ece
7
- data.tar.gz: 53e169fb674179fd7f399a93f1c0a9a452a309865e020085b01da4df8e996b44dfc33dd4016732b758e78b2a7e0914f8a9b1e84e90d4f30aa159904b6336be3e
6
+ metadata.gz: 8a00eb9d07a1dc28aa484f778df3d1b4b68bce38d23b8294faa2f7e44b86459bd74a8f8fe1a205e56e89f6d8d722495386d73ef7f53f2f6c7ce652bb59c6eb0c
7
+ data.tar.gz: 011b35013113a63773644287ac31fe24695c2a883398c45a9c826b9cdb554f8176ffe44e9220fcb25af8937d675bd2e2f5e28fe80ccef0a9b2142fec4c884b32
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.548
1
+ 3.0.550
@@ -1019,10 +1019,16 @@ module TencentCloud
1019
1019
  # @param NFCBillingCounts: nfc重复计费计数
1020
1020
  # 注意:此字段可能返回 null,表示取不到有效值。
1021
1021
  # @type NFCBillingCounts: Integer
1022
+ # @param PassNo: 港澳台居住证通行证号码
1023
+ # 注意:此字段可能返回 null,表示取不到有效值。
1024
+ # @type PassNo: String
1025
+ # @param VisaNum: 港澳台居住证签发次数
1026
+ # 注意:此字段可能返回 null,表示取不到有效值。
1027
+ # @type VisaNum: String
1022
1028
 
1023
- 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
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
1024
1030
 
1025
- 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)
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)
1026
1032
  @ErrCode = errcode
1027
1033
  @ErrMsg = errmsg
1028
1034
  @IdCard = idcard
@@ -1049,6 +1055,8 @@ module TencentCloud
1049
1055
  @LivenessMode = livenessmode
1050
1056
  @NFCRequestIds = nfcrequestids
1051
1057
  @NFCBillingCounts = nfcbillingcounts
1058
+ @PassNo = passno
1059
+ @VisaNum = visanum
1052
1060
  end
1053
1061
 
1054
1062
  def deserialize(params)
@@ -1085,6 +1093,8 @@ module TencentCloud
1085
1093
  @LivenessMode = params['LivenessMode']
1086
1094
  @NFCRequestIds = params['NFCRequestIds']
1087
1095
  @NFCBillingCounts = params['NFCBillingCounts']
1096
+ @PassNo = params['PassNo']
1097
+ @VisaNum = params['VisaNum']
1088
1098
  end
1089
1099
  end
1090
1100
 
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.548
4
+ version: 3.0.550
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-04-11 00:00:00.000000000 Z
11
+ date: 2023-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-faceid.rb
36
37
  - lib/v20180301/client.rb
37
38
  - lib/v20180301/models.rb
38
- - lib/tencentcloud-sdk-faceid.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: