tencentcloud-sdk-aa 3.0.590 → 3.0.592

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: d1cb16e98dd9535ee88fbebb70dfac6ce6ceb487
4
- data.tar.gz: 5001958e0e18e2acb67ee1be26f9aa55ae3c47f2
3
+ metadata.gz: 229911de84b367a4d6d2f7cb91320536ee5a0611
4
+ data.tar.gz: df72fa4bbaabeaffa2cd88d8077683632f8c1f7e
5
5
  SHA512:
6
- metadata.gz: 8903c8160004c45576bed45f3faccd5229c96445020a015189d91bd6d59bdf61c540c58ba2484421e113828f312c3ed46f4a70274712e306ac76d15223c67d2c
7
- data.tar.gz: 8d30c05be17d7ebc3f5ed542ce8cf37db4a004a04fa9563e52879d24c1b3d210f489c16eb6a38541701a1f907485f9f4656ff5ae07dc56b10d2d9959326c2c9c
6
+ metadata.gz: ef86bc5ed8f9cd03f282040fe68c4654a5f3168478d150dced2bf2dc951c55868b2f82bcd9ee61cd64206f70ab63955b0dd10c94fc22cc4c5f14f4921ab69df7
7
+ data.tar.gz: 72d63d36310cd7fc93ae134c7f204939358da42e531dba5a7476cf28709884122902e86de79105e9c3b0f6821fdd13d0a5d930c08fa6c5a37c04d8bb98295020
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -99,7 +99,7 @@ module TencentCloud
99
99
  # @type CheckDevice: String
100
100
 
101
101
  attr_accessor :AccountType, :Uid, :UserIp, :PostTime, :AppIdU, :NickName, :PhoneNumber, :EmailAddress, :RegisterTime, :RegisterIp, :CookieHash, :Address, :LoginSource, :LoginType, :LoginSpend, :RootId, :Referer, :JumpUrl, :UserAgent, :XForwardedFor, :MouseClickCount, :KeyboardClickCount, :MacAddress, :VendorId, :Imei, :AppVersion, :BusinessId, :WxSubType, :RandNum, :WxToken, :CheckDevice
102
-
102
+
103
103
  def initialize(accounttype=nil, uid=nil, userip=nil, posttime=nil, appidu=nil, nickname=nil, phonenumber=nil, emailaddress=nil, registertime=nil, registerip=nil, cookiehash=nil, address=nil, loginsource=nil, logintype=nil, loginspend=nil, rootid=nil, referer=nil, jumpurl=nil, useragent=nil, xforwardedfor=nil, mouseclickcount=nil, keyboardclickcount=nil, macaddress=nil, vendorid=nil, imei=nil, appversion=nil, businessid=nil, wxsubtype=nil, randnum=nil, wxtoken=nil, checkdevice=nil)
104
104
  @AccountType = accounttype
105
105
  @Uid = uid
@@ -217,7 +217,7 @@ module TencentCloud
217
217
  # @type RequestId: String
218
218
 
219
219
  attr_accessor :PostTime, :UserIp, :Level, :RiskType, :AssociateAccount, :Uid, :RootId, :CodeDesc, :RequestId
220
-
220
+
221
221
  def initialize(posttime=nil, userip=nil, level=nil, risktype=nil, associateaccount=nil, uid=nil, rootid=nil, codedesc=nil, requestid=nil)
222
222
  @PostTime = posttime
223
223
  @UserIp = userip
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-aa
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