tencentcloud-sdk-lp 3.0.590 → 3.0.592

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: fe125c89954361e534750e3fb3b337efd171559b
4
+ data.tar.gz: 9ff44b2d47a0a26558c5b355827542bc645ef3c6
5
5
  SHA512:
6
- metadata.gz: 16454966a855115bc2260255a3c4431f2c225f24902c80c1018dfa1da56cd8f97a72c982517bc69f3d544f0bd624e296c034d064ce5f6874f43037edc5eb22db
7
- data.tar.gz: 8097acca67c89cae97d98cf2b36f2b3cf33849019dcf6dca620c7f47cbb3ba8331396c1c49ecd6f04f79d2439adf39d1f88220d0d261952f5fc7e5bf1efc4b7a
6
+ metadata.gz: e9a30c5cf5012869bb224ae8b037971d24ff5e9c8c59fb21a73f56da68a46a8f78d1c22c16e0c7788fa83f106535646cbc09c28af59318998ca67aa6a0719dc9
7
+ data.tar.gz: 4117b591429853d831ef2016d922c06d93da3d9d9b34ee6f945cddd6c8787f4020d658775eaf719f373f4de58cec55bf22c1ef76e3aac48414e7f3c8862db4e3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -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.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