tencentcloud-sdk-afc 3.0.590 → 3.0.592

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/v20200226/models.rb +14 -14
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4769375857a89fce5e82bcc20c41cc2beac5be86
4
- data.tar.gz: 04a9f5546bd8c3d5b68039eb925984676c16c1b8
3
+ metadata.gz: 3550eb924537278398a03ba2db62fc64b1a7c8f9
4
+ data.tar.gz: 7905a94331343cae11414855038f4f91c8c390ba
5
5
  SHA512:
6
- metadata.gz: 03c33831cdb64091b4a278f3637db82258ed3c9a9ec8f3043dea9ed2c25da504ed6071780d124099dcdc8dee7cb70bc8a5804ce151e974de4ae91ba213609276
7
- data.tar.gz: f31226232d3ba6cfe87a5c5d7639535117c06659713f91144dc4c7091831478aab36c7ea1caf3049da726f8c19182a0b6d7e06dfe214677742fadf83d9a5f1e7
6
+ metadata.gz: 23ca9ab1170d8fcd1094199844d526c28d40e1172457177f80a2c7d754132b67bf3ae658a894e9c1d40cef6d4f5679144b7a66a0b12614bf1fe805fc5e838287
7
+ data.tar.gz: 077b95dbe2791cbaae0a82f8afdc2852b3466b7c8b9470214487934db58097acc49b763f4501c823ded46b444389ccc4016957aa0c1f25c43ce650fc0b42bef0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type CryptoContent: String
26
26
 
27
27
  attr_accessor :CryptoType, :CryptoContent
28
-
28
+
29
29
  def initialize(cryptotype=nil, cryptocontent=nil)
30
30
  @CryptoType = cryptotype
31
31
  @CryptoContent = cryptocontent
@@ -134,7 +134,7 @@ module TencentCloud
134
134
  # @type NameCryptoType: String
135
135
 
136
136
  attr_accessor :CustomerUin, :CustomerAppid, :IdNumber, :PhoneNumber, :Scene, :CustomerSubUin, :Authorization, :Name, :BankCardNumber, :UserIp, :Imei, :Idfa, :EmailAddress, :Address, :Mac, :Imsi, :AccountType, :Uid, :AppIdU, :WifiMac, :WifiSSID, :WifiBSSID, :ExtensionId, :ExtensionIn, :BusinessId, :IdCryptoType, :PhoneCryptoType, :NameCryptoType
137
-
137
+
138
138
  def initialize(customeruin=nil, customerappid=nil, idnumber=nil, phonenumber=nil, scene=nil, customersubuin=nil, authorization=nil, name=nil, bankcardnumber=nil, userip=nil, imei=nil, idfa=nil, emailaddress=nil, address=nil, mac=nil, imsi=nil, accounttype=nil, uid=nil, appidu=nil, wifimac=nil, wifissid=nil, wifibssid=nil, extensionid=nil, extensionin=nil, businessid=nil, idcryptotype=nil, phonecryptotype=nil, namecryptotype=nil)
139
139
  @CustomerUin = customeruin
140
140
  @CustomerAppid = customerappid
@@ -239,7 +239,7 @@ module TencentCloud
239
239
  # @type ExtensionOut: String
240
240
 
241
241
  attr_accessor :Code, :CodeDesc, :Message, :Found, :IdFound, :RiskScore, :RiskInfo, :OtherModelScores, :PostTime, :ExtensionOut
242
-
242
+
243
243
  def initialize(code=nil, codedesc=nil, message=nil, found=nil, idfound=nil, riskscore=nil, riskinfo=nil, othermodelscores=nil, posttime=nil, extensionout=nil)
244
244
  @Code = code
245
245
  @CodeDesc = codedesc
@@ -294,7 +294,7 @@ module TencentCloud
294
294
  # @type BusinessCryptoData: :class:`Tencentcloud::Afc.v20200226.models.AntiFraudVipCryptoFilter`
295
295
 
296
296
  attr_accessor :BusinessSecurityData, :BusinessCryptoData
297
-
297
+
298
298
  def initialize(businesssecuritydata=nil, businesscryptodata=nil)
299
299
  @BusinessSecurityData = businesssecuritydata
300
300
  @BusinessCryptoData = businesscryptodata
@@ -320,7 +320,7 @@ module TencentCloud
320
320
  # @type RequestId: String
321
321
 
322
322
  attr_accessor :Data, :RequestId
323
-
323
+
324
324
  def initialize(data=nil, requestid=nil)
325
325
  @Data = data
326
326
  @RequestId = requestid
@@ -343,7 +343,7 @@ module TencentCloud
343
343
  # @type ModelScore: String
344
344
 
345
345
  attr_accessor :ModelId, :ModelScore
346
-
346
+
347
347
  def initialize(modelid=nil, modelscore=nil)
348
348
  @ModelId = modelid
349
349
  @ModelScore = modelscore
@@ -417,7 +417,7 @@ module TencentCloud
417
417
  # @type NameCryptoType: String
418
418
 
419
419
  attr_accessor :PhoneNumber, :IdNumber, :BankCardNumber, :UserIp, :Imei, :Idfa, :Scene, :Name, :EmailAddress, :Address, :AccountType, :Uid, :AppIdU, :WifiMac, :WifiSSID, :WifiBSSID, :BusinessId, :IdCryptoType, :PhoneCryptoType, :Mac, :Imsi, :NameCryptoType
420
-
420
+
421
421
  def initialize(phonenumber=nil, idnumber=nil, bankcardnumber=nil, userip=nil, imei=nil, idfa=nil, scene=nil, name=nil, emailaddress=nil, address=nil, accounttype=nil, uid=nil, appidu=nil, wifimac=nil, wifissid=nil, wifibssid=nil, businessid=nil, idcryptotype=nil, phonecryptotype=nil, mac=nil, imsi=nil, namecryptotype=nil)
422
422
  @PhoneNumber = phonenumber
423
423
  @IdNumber = idnumber
@@ -487,7 +487,7 @@ module TencentCloud
487
487
  # @type RequestId: String
488
488
 
489
489
  attr_accessor :Found, :IdFound, :RiskScore, :RiskInfo, :CodeDesc, :RequestId
490
-
490
+
491
491
  def initialize(found=nil, idfound=nil, riskscore=nil, riskinfo=nil, codedesc=nil, requestid=nil)
492
492
  @Found = found
493
493
  @IdFound = idfound
@@ -520,7 +520,7 @@ module TencentCloud
520
520
  # @type RiskCode: Integer
521
521
 
522
522
  attr_accessor :RiskCode
523
-
523
+
524
524
  def initialize(riskcode=nil)
525
525
  @RiskCode = riskcode
526
526
  end
@@ -540,7 +540,7 @@ module TencentCloud
540
540
  # @type RiskCodeValue: String
541
541
 
542
542
  attr_accessor :RiskCode, :RiskCodeValue
543
-
543
+
544
544
  def initialize(riskcode=nil, riskcodevalue=nil)
545
545
  @RiskCode = riskcode
546
546
  @RiskCodeValue = riskcodevalue
@@ -562,7 +562,7 @@ module TencentCloud
562
562
  # @type NotarizationSign: String
563
563
 
564
564
  attr_accessor :InterfaceName, :NotarizationInput, :NotarizationSign
565
-
565
+
566
566
  def initialize(interfacename=nil, notarizationinput=nil, notarizationsign=nil)
567
567
  @InterfaceName = interfacename
568
568
  @NotarizationInput = notarizationinput
@@ -589,7 +589,7 @@ module TencentCloud
589
589
  # @type NotarizationData: String
590
590
 
591
591
  attr_accessor :Code, :Message, :NotarizationData
592
-
592
+
593
593
  def initialize(code=nil, message=nil, notarizationdata=nil)
594
594
  @Code = code
595
595
  @Message = message
@@ -609,7 +609,7 @@ module TencentCloud
609
609
  # @type BusinessSecurityData: :class:`Tencentcloud::Afc.v20200226.models.TransportGeneralInterfaceInput`
610
610
 
611
611
  attr_accessor :BusinessSecurityData
612
-
612
+
613
613
  def initialize(businesssecuritydata=nil)
614
614
  @BusinessSecurityData = businesssecuritydata
615
615
  end
@@ -631,7 +631,7 @@ module TencentCloud
631
631
  # @type RequestId: String
632
632
 
633
633
  attr_accessor :Data, :RequestId
634
-
634
+
635
635
  def initialize(data=nil, requestid=nil)
636
636
  @Data = data
637
637
  @RequestId = requestid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-afc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.592
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-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common