tencentcloud-sdk-rp 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: d68ab1e3af5e7cdcf22cb62655fc3c23f4ca4c45
4
- data.tar.gz: af6951587e60e6663697e95e35d485418b0af2f6
3
+ metadata.gz: 4af75345e254eddbfef4693b35be8f1fd112d2b1
4
+ data.tar.gz: ef2a27ba0637ea7def511a1c39ef2ee931c4832a
5
5
  SHA512:
6
- metadata.gz: 8fe7f6c9cb2a5208b9afcb08654e9acaeafb531ac49d5a0ea5be2ed0aa6b5df328ee502e09f53306ab2104a0f7ee900a4db54fc2afd1cf52674b7f22b3cde243
7
- data.tar.gz: 681a8fd182f9dbeb3e55457ea4275007d86a96ab68501c901ac1ea4469d47ce26fe4cc30b7971a2c0a289cd46782082df49f1968e02738e149209f75c0623c57
6
+ metadata.gz: cc62d5b7db7127441bd4cf02020ba85322a29b1543ed734fef37f481ced8e82932910d79f6d50fc0b6564a8e085c9cf5aaac20077f400ff9a0ae4bc429cbf928
7
+ data.tar.gz: 5c6655fb7e78f9ce43cdccc431762769b928af14f3e3a5f618a2055aaa03973477935acd0877e8ff2c87a68ceb215ba52415633fcd364fffdf98221269f6e9f1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -97,7 +97,7 @@ module TencentCloud
97
97
  # @type WxToken: String
98
98
 
99
99
  attr_accessor :RegisterIp, :Uid, :RegisterTime, :AccountType, :AppIdU, :AssociateAccount, :NickName, :PhoneNumber, :EmailAddress, :Address, :CookieHash, :RegisterSource, :Referer, :JumpUrl, :UserAgent, :XForwardedFor, :MouseClickCount, :KeyboardClickCount, :Result, :Reason, :RegisterSpend, :MacAddress, :VendorId, :AppVersion, :Imei, :BusinessId, :WxSubType, :RandNum, :WxToken
100
-
100
+
101
101
  def initialize(registerip=nil, uid=nil, registertime=nil, accounttype=nil, appidu=nil, associateaccount=nil, nickname=nil, phonenumber=nil, emailaddress=nil, address=nil, cookiehash=nil, registersource=nil, referer=nil, jumpurl=nil, useragent=nil, xforwardedfor=nil, mouseclickcount=nil, keyboardclickcount=nil, result=nil, reason=nil, registerspend=nil, macaddress=nil, vendorid=nil, appversion=nil, imei=nil, businessid=nil, wxsubtype=nil, randnum=nil, wxtoken=nil)
102
102
  @RegisterIp = registerip
103
103
  @Uid = uid
@@ -189,7 +189,7 @@ module TencentCloud
189
189
  # @type RequestId: String
190
190
 
191
191
  attr_accessor :CodeDesc, :AssociateAccount, :RegisterTime, :Uid, :RegisterIp, :Level, :RiskType, :RequestId
192
-
192
+
193
193
  def initialize(codedesc=nil, associateaccount=nil, registertime=nil, uid=nil, registerip=nil, level=nil, risktype=nil, requestid=nil)
194
194
  @CodeDesc = codedesc
195
195
  @AssociateAccount = associateaccount
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-rp
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