tencentcloud-sdk-lp 3.0.590 → 3.0.591

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4901feed9886a093b8c330eac20a19f901b22275
4
- data.tar.gz: 5b2bd3efa224d6263d4df3a25014b413ceed0e38
3
+ metadata.gz: 29f6dd2f94fda1da6f04fc2560fdedead66a305b
4
+ data.tar.gz: 90a6f09b214d7824ccc532fbdab82f54b0478e99
5
5
  SHA512:
6
- metadata.gz: 16454966a855115bc2260255a3c4431f2c225f24902c80c1018dfa1da56cd8f97a72c982517bc69f3d544f0bd624e296c034d064ce5f6874f43037edc5eb22db
7
- data.tar.gz: 8097acca67c89cae97d98cf2b36f2b3cf33849019dcf6dca620c7f47cbb3ba8331396c1c49ecd6f04f79d2439adf39d1f88220d0d261952f5fc7e5bf1efc4b7a
6
+ metadata.gz: b61e6c9d41f558c067d43dc481386496b57c95c1fab7e503b2a88afd126a141e98a3f5749dfcf7a85ec2a10765a870cf6f6b0cfb9c8011d32f6970f19ecb82a5
7
+ data.tar.gz: 9ef74c8997ca0731d59fd75c5659e27d7fecadac64041f1ed5551e8c1c025954112cad5d24803a0f286e8e5dd353be58797d60b7f488955c31a37c3952e057a9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
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.590
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-12 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