tencentcloud-sdk-lp 3.0.589 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af6ccc91fb90e2719426646e73fe3d91f08ed5aa
4
- data.tar.gz: 29b15f09dc85702b75c77e79e868d053c0ff533d
3
+ metadata.gz: 29f6dd2f94fda1da6f04fc2560fdedead66a305b
4
+ data.tar.gz: 90a6f09b214d7824ccc532fbdab82f54b0478e99
5
5
  SHA512:
6
- metadata.gz: 82e8e13270a1a5e53673515d7539ccda7e34a3e4864404d929c4ed1a251a892fdfeb2de46e4639549e342a721146c13b6fc3d5e335e807e7c288d9a86d7f12d6
7
- data.tar.gz: 02ebd24434717d6874565cbe72bbd76d75355dc8d0df20eb4e8f032a7715a3fd592ecd5239e848f830a08a243a46875a192b136091996d83d049d5b9e84122a6
6
+ metadata.gz: b61e6c9d41f558c067d43dc481386496b57c95c1fab7e503b2a88afd126a141e98a3f5749dfcf7a85ec2a10765a870cf6f6b0cfb9c8011d32f6970f19ecb82a5
7
+ data.tar.gz: 9ef74c8997ca0731d59fd75c5659e27d7fecadac64041f1ed5551e8c1c025954112cad5d24803a0f286e8e5dd353be58797d60b7f488955c31a37c3952e057a9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -105,7 +105,7 @@ module TencentCloud
105
105
  # @type WxToken: String
106
106
 
107
107
  attr_accessor :LoginIp, :Uid, :LoginTime, :AccountType, :AppIdU, :AssociateAccount, :NickName, :PhoneNumber, :EmailAddress, :RegisterTime, :Address, :CookieHash, :LoginSource, :LoginType, :Referer, :JumpUrl, :UserAgent, :XForwardedFor, :MouseClickCount, :KeyboardClickCount, :Result, :Reason, :LoginSpend, :MacAddress, :VendorId, :AppVersion, :Imei, :BusinessId, :WxSubType, :RandNum, :WxToken
108
-
108
+
109
109
  def initialize(loginip=nil, uid=nil, logintime=nil, accounttype=nil, appidu=nil, associateaccount=nil, nickname=nil, phonenumber=nil, emailaddress=nil, registertime=nil, address=nil, cookiehash=nil, loginsource=nil, logintype=nil, referer=nil, jumpurl=nil, useragent=nil, xforwardedfor=nil, mouseclickcount=nil, keyboardclickcount=nil, result=nil, reason=nil, loginspend=nil, macaddress=nil, vendorid=nil, appversion=nil, imei=nil, businessid=nil, wxsubtype=nil, randnum=nil, wxtoken=nil)
110
110
  @LoginIp = loginip
111
111
  @Uid = uid
@@ -223,7 +223,7 @@ module TencentCloud
223
223
  # @type RequestId: String
224
224
 
225
225
  attr_accessor :CodeDesc, :AssociateAccount, :LoginTime, :Uid, :LoginIp, :Level, :RiskType, :RootId, :RequestId
226
-
226
+
227
227
  def initialize(codedesc=nil, associateaccount=nil, logintime=nil, uid=nil, loginip=nil, level=nil, risktype=nil, rootid=nil, requestid=nil)
228
228
  @CodeDesc = codedesc
229
229
  @AssociateAccount = associateaccount
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.589
4
+ version: 3.0.591
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-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common