tencentcloud-sdk-acp 3.0.411 → 3.0.413

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220105/models.rb +21 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d930f72d16396a8dcc8d78c6c459947aacd641a
4
- data.tar.gz: 9a99db1b3bb99a2d03c4c0c16fde511eacb14e66
3
+ metadata.gz: 3a5a504c6346308e98950b0f8276a6483b5ddb48
4
+ data.tar.gz: d5e78f079374045ce277c1fcfe65797153890f7f
5
5
  SHA512:
6
- metadata.gz: 7f240da2f52b1288077be7cd7653c39cfc24ad902b67d6d0bc4ba266f94195849d4145374cbcc8485a90f1766ebda8311c07aa913b2a658dc01323dc74bffeeb
7
- data.tar.gz: fca479bfd1a773fa9ae02639aa59a6385410292486fa27320537f78320ad345527d61e4f2f006bec55ef1ff5f4be78614e4074734315a5bfc3a4ec6273eae5c8
6
+ metadata.gz: 19861018bfb74b2b9995f57232278d99b750d902ecb675e7b45344570472bc68edd545c1e94dcc846ef111d8dc282e201b2a6dc3e0f364440ac84232ce0cdb94
7
+ data.tar.gz: 52ee3b775fc4485a76f48278e6de9eed66d7b6f204e12e301dc767c4d9725f4636b9ed5a0fc9c2d8ca6ab38eedc65da3c46e659afe6dae4f40d192a0eb262c97
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.411
1
+ 3.0.413
@@ -162,10 +162,14 @@ module TencentCloud
162
162
  # @type AppName: String
163
163
  # @param PrivacyTextName: 隐私申明文件名称
164
164
  # @type PrivacyTextName: String
165
+ # @param AppSha1: 软件Sha1值(PrivacyTextMD5不为空时必填)
166
+ # @type AppSha1: String
167
+ # @param PrivacyTextMD5: 隐私申明文本md5(AppSha1不为空时必填)
168
+ # @type PrivacyTextMD5: String
165
169
 
166
- attr_accessor :Source, :Platform, :TaskType, :OrgTaskID, :AppPackage, :FileID, :AppDownloadUrl, :PrivacyTextUrl, :AppName, :PrivacyTextName
170
+ attr_accessor :Source, :Platform, :TaskType, :OrgTaskID, :AppPackage, :FileID, :AppDownloadUrl, :PrivacyTextUrl, :AppName, :PrivacyTextName, :AppSha1, :PrivacyTextMD5
167
171
 
168
- def initialize(source=nil, platform=nil, tasktype=nil, orgtaskid=nil, apppackage=nil, fileid=nil, appdownloadurl=nil, privacytexturl=nil, appname=nil, privacytextname=nil)
172
+ def initialize(source=nil, platform=nil, tasktype=nil, orgtaskid=nil, apppackage=nil, fileid=nil, appdownloadurl=nil, privacytexturl=nil, appname=nil, privacytextname=nil, appsha1=nil, privacytextmd5=nil)
169
173
  @Source = source
170
174
  @Platform = platform
171
175
  @TaskType = tasktype
@@ -176,6 +180,8 @@ module TencentCloud
176
180
  @PrivacyTextUrl = privacytexturl
177
181
  @AppName = appname
178
182
  @PrivacyTextName = privacytextname
183
+ @AppSha1 = appsha1
184
+ @PrivacyTextMD5 = privacytextmd5
179
185
  end
180
186
 
181
187
  def deserialize(params)
@@ -189,6 +195,8 @@ module TencentCloud
189
195
  @PrivacyTextUrl = params['PrivacyTextUrl']
190
196
  @AppName = params['AppName']
191
197
  @PrivacyTextName = params['PrivacyTextName']
198
+ @AppSha1 = params['AppSha1']
199
+ @PrivacyTextMD5 = params['PrivacyTextMD5']
192
200
  end
193
201
  end
194
202
 
@@ -226,7 +234,7 @@ module TencentCloud
226
234
  # @type Platform: Integer
227
235
  # @param AppPackage: App包名
228
236
  # @type AppPackage: String
229
- # @param AppName: App名称
237
+ # @param AppName: App名称(任务来源为2时必填)
230
238
  # @type AppName: String
231
239
  # @param AppVersion: App版本
232
240
  # @type AppVersion: String
@@ -252,10 +260,14 @@ module TencentCloud
252
260
  # @type IsAgreePrivacy: Integer
253
261
  # @param PrivacyTextName: 隐私申明文件名称
254
262
  # @type PrivacyTextName: String
263
+ # @param AppSha1: 软件Sha1值(PrivacyTextMD5不为空时必填)
264
+ # @type AppSha1: String
265
+ # @param PrivacyTextMD5: 隐私申明文本md5(AppSha1不为空时必填)
266
+ # @type PrivacyTextMD5: String
255
267
 
256
- attr_accessor :TaskType, :Source, :Platform, :AppPackage, :AppName, :AppVersion, :FileID, :AppDownloadUrl, :PrivacyTextUrl, :ContactName, :TelNumber, :Email, :CorpName, :SalesPerson, :Remark, :IsAgreePrivacy, :PrivacyTextName
268
+ attr_accessor :TaskType, :Source, :Platform, :AppPackage, :AppName, :AppVersion, :FileID, :AppDownloadUrl, :PrivacyTextUrl, :ContactName, :TelNumber, :Email, :CorpName, :SalesPerson, :Remark, :IsAgreePrivacy, :PrivacyTextName, :AppSha1, :PrivacyTextMD5
257
269
 
258
- def initialize(tasktype=nil, source=nil, platform=nil, apppackage=nil, appname=nil, appversion=nil, fileid=nil, appdownloadurl=nil, privacytexturl=nil, contactname=nil, telnumber=nil, email=nil, corpname=nil, salesperson=nil, remark=nil, isagreeprivacy=nil, privacytextname=nil)
270
+ def initialize(tasktype=nil, source=nil, platform=nil, apppackage=nil, appname=nil, appversion=nil, fileid=nil, appdownloadurl=nil, privacytexturl=nil, contactname=nil, telnumber=nil, email=nil, corpname=nil, salesperson=nil, remark=nil, isagreeprivacy=nil, privacytextname=nil, appsha1=nil, privacytextmd5=nil)
259
271
  @TaskType = tasktype
260
272
  @Source = source
261
273
  @Platform = platform
@@ -273,6 +285,8 @@ module TencentCloud
273
285
  @Remark = remark
274
286
  @IsAgreePrivacy = isagreeprivacy
275
287
  @PrivacyTextName = privacytextname
288
+ @AppSha1 = appsha1
289
+ @PrivacyTextMD5 = privacytextmd5
276
290
  end
277
291
 
278
292
  def deserialize(params)
@@ -293,6 +307,8 @@ module TencentCloud
293
307
  @Remark = params['Remark']
294
308
  @IsAgreePrivacy = params['IsAgreePrivacy']
295
309
  @PrivacyTextName = params['PrivacyTextName']
310
+ @AppSha1 = params['AppSha1']
311
+ @PrivacyTextMD5 = params['PrivacyTextMD5']
296
312
  end
297
313
  end
298
314
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-acp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.411
4
+ version: 3.0.413
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-09-16 00:00:00.000000000 Z
11
+ date: 2022-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common