tencentcloud-sdk-af 1.0.296 → 1.0.297

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: 0ff6d2c1470b09ca3476c5ca8d920e4a11bd7e84
4
- data.tar.gz: 015f59768a9795f1229ac04aea38d199e374de4f
3
+ metadata.gz: 2fbb13fec95f07c84669db14cee9e113a75e04c1
4
+ data.tar.gz: ee343e9ac4f83296873eb9d675ebab4495675984
5
5
  SHA512:
6
- metadata.gz: 8c6597af7ec1b2b58c15bf9a2c55074f501f50ef497a0a99a0ac7629c326668d169d69a9640ff494d2a12ae60eec14d9702be5588c3d703d9343291d9d1a6e83
7
- data.tar.gz: 5945131581340593d59dd11004a44ca4b2255f03b439e9b1028bbecd9b8139e4bd002bfc611cb2398554b63b749772b4bc3b3e7c3895818dcd526d97eac5c77d
6
+ metadata.gz: 4c22776a58884a3850cc0a3fd7243a5bd1db1c6669ed085d90948b727332b4e1584126cf576734e09a0243d7a066c0566534304801e36b7a4acf5dc1e7dab885
7
+ data.tar.gz: 62fda0aa78f835e27cdd3d55c239ee9537e5afbcedb852dccfb50203ea3c8cbe5e6ff785ea4639d60ba54446778710a2592e74aed666d6a82da39ffe2bfd4582
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.296
1
+ 1.0.297
@@ -132,10 +132,12 @@ module TencentCloud
132
132
  # 0:不加密(默认值)
133
133
  # 1:md5
134
134
  # @type NameCryptoType: String
135
+ # @param OldResponseType: 是否使用旧回包
136
+ # @type OldResponseType: String
135
137
 
136
- attr_accessor :CustomerUin, :CustomerAppid, :IdNumber, :PhoneNumber, :Scene, :CustomerSubUin, :Authorization, :Name, :BankCardNumber, :UserIp, :Imei, :Idfa, :EmailAddress, :Address, :Mac, :Imsi, :AccountType, :Uid, :AppIdU, :WifiMac, :WifiSSID, :WifiBSSID, :ExtensionId, :ExtensionIn, :BusinessId, :IdCryptoType, :PhoneCryptoType, :NameCryptoType
138
+ attr_accessor :CustomerUin, :CustomerAppid, :IdNumber, :PhoneNumber, :Scene, :CustomerSubUin, :Authorization, :Name, :BankCardNumber, :UserIp, :Imei, :Idfa, :EmailAddress, :Address, :Mac, :Imsi, :AccountType, :Uid, :AppIdU, :WifiMac, :WifiSSID, :WifiBSSID, :ExtensionId, :ExtensionIn, :BusinessId, :IdCryptoType, :PhoneCryptoType, :NameCryptoType, :OldResponseType
137
139
 
138
- def initialize(customeruin=nil, customerappid=nil, idnumber=nil, phonenumber=nil, scene=nil, customersubuin=nil, authorization=nil, name=nil, bankcardnumber=nil, userip=nil, imei=nil, idfa=nil, emailaddress=nil, address=nil, mac=nil, imsi=nil, accounttype=nil, uid=nil, appidu=nil, wifimac=nil, wifissid=nil, wifibssid=nil, extensionid=nil, extensionin=nil, businessid=nil, idcryptotype=nil, phonecryptotype=nil, namecryptotype=nil)
140
+ def initialize(customeruin=nil, customerappid=nil, idnumber=nil, phonenumber=nil, scene=nil, customersubuin=nil, authorization=nil, name=nil, bankcardnumber=nil, userip=nil, imei=nil, idfa=nil, emailaddress=nil, address=nil, mac=nil, imsi=nil, accounttype=nil, uid=nil, appidu=nil, wifimac=nil, wifissid=nil, wifibssid=nil, extensionid=nil, extensionin=nil, businessid=nil, idcryptotype=nil, phonecryptotype=nil, namecryptotype=nil, oldresponsetype=nil)
139
141
  @CustomerUin = customeruin
140
142
  @CustomerAppid = customerappid
141
143
  @IdNumber = idnumber
@@ -164,6 +166,7 @@ module TencentCloud
164
166
  @IdCryptoType = idcryptotype
165
167
  @PhoneCryptoType = phonecryptotype
166
168
  @NameCryptoType = namecryptotype
169
+ @OldResponseType = oldresponsetype
167
170
  end
168
171
 
169
172
  def deserialize(params)
@@ -195,6 +198,7 @@ module TencentCloud
195
198
  @IdCryptoType = params['IdCryptoType']
196
199
  @PhoneCryptoType = params['PhoneCryptoType']
197
200
  @NameCryptoType = params['NameCryptoType']
201
+ @OldResponseType = params['OldResponseType']
198
202
  end
199
203
  end
200
204
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-af
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.296
4
+ version: 1.0.297
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-13 00:00:00.000000000 Z
11
+ date: 2022-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common