tencentcloud-sdk-af 1.0.296 → 1.0.299

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: 0ff6d2c1470b09ca3476c5ca8d920e4a11bd7e84
4
- data.tar.gz: 015f59768a9795f1229ac04aea38d199e374de4f
3
+ metadata.gz: f0c1be4d090d10b4b495839e1e8fd73281305c51
4
+ data.tar.gz: 087900c10f895c9432149f8bd21a801c612ab5e7
5
5
  SHA512:
6
- metadata.gz: 8c6597af7ec1b2b58c15bf9a2c55074f501f50ef497a0a99a0ac7629c326668d169d69a9640ff494d2a12ae60eec14d9702be5588c3d703d9343291d9d1a6e83
7
- data.tar.gz: 5945131581340593d59dd11004a44ca4b2255f03b439e9b1028bbecd9b8139e4bd002bfc611cb2398554b63b749772b4bc3b3e7c3895818dcd526d97eac5c77d
6
+ metadata.gz: cce8f80ec9c985733cbb1dec96d2a854175d87566fee1c015b02578c6f9cd311e3304d699c432f8ad7c81ea91e5356de4cea01860c79c8f69e6d4f2c87a6e540
7
+ data.tar.gz: 3cfb2dfda4d40adec7b13720f80bb4a2c010bf98995e3f6ff39199f809c5bb99f832887fed119cb31a7b52a4dee2f5e3595b952162677ebb483833e2ab38e2c4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.296
1
+ 1.0.299
@@ -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.299
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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common