tencentcloud-sdk-aa 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: d1cb16e98dd9535ee88fbebb70dfac6ce6ceb487
4
- data.tar.gz: 5001958e0e18e2acb67ee1be26f9aa55ae3c47f2
3
+ metadata.gz: f31e63bdedcf73cc97b982a08f7c9c5c37d9f8fa
4
+ data.tar.gz: fd40cee7b0330a9619b2ffb1e5593cf1a69588f8
5
5
  SHA512:
6
- metadata.gz: 8903c8160004c45576bed45f3faccd5229c96445020a015189d91bd6d59bdf61c540c58ba2484421e113828f312c3ed46f4a70274712e306ac76d15223c67d2c
7
- data.tar.gz: 8d30c05be17d7ebc3f5ed542ce8cf37db4a004a04fa9563e52879d24c1b3d210f489c16eb6a38541701a1f907485f9f4656ff5ae07dc56b10d2d9959326c2c9c
6
+ metadata.gz: ef77e0f3833947c3574fc8423d6301619c3425481c07e524c521f7da5172364dd35cadccb5c43621c6fc52646b3fe8a0f42c26bc1525c9249c9971213b8384eb
7
+ data.tar.gz: 841dff9d9c206dc45e273d2a7570a696c9d407b026db89b18fed10397dcfd156dd49663d6328a83e6607b646bf63c4c618eb1bcacaeea49eeac67987a640bb40
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -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.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