tencentcloud-sdk-af 1.0.295 → 1.0.298

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: 859a1be8222630232db5d86bd62f06e1fb1fe2df
4
- data.tar.gz: dd360c543edfe34342435741d2d76b1a8f58303b
3
+ metadata.gz: 1892f1ee17ecdf5aa3684a84a000453539191bec
4
+ data.tar.gz: e4a3800f51497ca1b55497d2538dcc3d002ca837
5
5
  SHA512:
6
- metadata.gz: 130dfbe3dbb02be4c8b368a51cf14974a5715ce7592ca1adb040444981b90a635b934e53b9016382a02ac6bc1ba5366ff91db66171cebd59379a4d36c2db6736
7
- data.tar.gz: 559abbe646fe51225d593380c9e0f0db932d6b8109b602dab86b43d5d3543e53c6ac2c014b258d77c657baaaa24fdbdfa8568d474c7645b5e1a3092855bc73ed
6
+ metadata.gz: a40ad19f325801f09c7e1c2398ea31aeb2fee401b2047e81368a990cf22a84fa061d678a22ba3e7e5e8302e0506ca5878b48b980c173b0d37d4019f0f05e93a1
7
+ data.tar.gz: ace1b1b69c6161081692a6cbfd60d6c5a025804de097d63e8d5e8240fb50dfa35416546a9bfda9a87df3ee5273c1d2bea9b596419abf6fbdaf031970a552e76a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.295
1
+ 1.0.298
@@ -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.295
4
+ version: 1.0.298
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-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common