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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200226/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0c1be4d090d10b4b495839e1e8fd73281305c51
|
|
4
|
+
data.tar.gz: 087900c10f895c9432149f8bd21a801c612ab5e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cce8f80ec9c985733cbb1dec96d2a854175d87566fee1c015b02578c6f9cd311e3304d699c432f8ad7c81ea91e5356de4cea01860c79c8f69e6d4f2c87a6e540
|
|
7
|
+
data.tar.gz: 3cfb2dfda4d40adec7b13720f80bb4a2c010bf98995e3f6ff39199f809c5bb99f832887fed119cb31a7b52a4dee2f5e3595b952162677ebb483833e2ab38e2c4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.299
|
data/lib/v20200226/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|