tencentcloud-sdk-lcic 3.0.612 → 3.0.613

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: 0b8a107137c8c1cfacee206c0bf3f9eca53deb91
4
- data.tar.gz: 1dea46ba2588739f7804117a8bd4d2b626f30d28
3
+ metadata.gz: 2b0ad176d1e7af479303c01bc205d29850008fd2
4
+ data.tar.gz: 4d3a1578f6c432da4bce81980d19399e0b914b2d
5
5
  SHA512:
6
- metadata.gz: 24743eef1f0555cfe1cf515aaebfacca64eb392153b655b205820a43aeaa3fca6dfbbc203bdc7c4375c98fab2677b149c842fef4734b9049db75b58e07dfe44f
7
- data.tar.gz: 4a94d75580c1ca4fb7bd284863f82ccf0340bc101c6f29d84a37acd0a10409bcf12f186abace4f882808e6b41a239cee723a8be5a05214732ccb6f7b380d9954
6
+ metadata.gz: 8895cdb26a3292f9b33d9793f48eb3ae368d28e881855b844028f7882e20d15047be8f5eeb771cbc7fcfb23209a80806e3153acfbf9db3470883457f9256ee4a
7
+ data.tar.gz: 5f3a3733b9c03a6070d7380da1a3f3b7a0abbb13d4b7d4f52b353d7ed5e6393a2b06775717eb87955a0d5109cf0e26f69c63049d3337920a39aa2fa26a111395
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.612
1
+ 3.0.613
@@ -1433,12 +1433,14 @@ module TencentCloud
1433
1433
  # @type UpdateTime: Integer
1434
1434
  # @param Pages: 课件页数
1435
1435
  # @type Pages: Integer
1436
+ # @param Preview: 课件预览地址
1437
+ # @type Preview: String
1436
1438
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1437
1439
  # @type RequestId: String
1438
1440
 
1439
- attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :Pages, :RequestId
1441
+ attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :Pages, :Preview, :RequestId
1440
1442
 
1441
- def initialize(documentid=nil, documenturl=nil, documentname=nil, owner=nil, sdkappid=nil, permission=nil, transcoderesult=nil, transcodetype=nil, transcodeprogress=nil, transcodestate=nil, transcodeinfo=nil, documenttype=nil, documentsize=nil, updatetime=nil, pages=nil, requestid=nil)
1443
+ def initialize(documentid=nil, documenturl=nil, documentname=nil, owner=nil, sdkappid=nil, permission=nil, transcoderesult=nil, transcodetype=nil, transcodeprogress=nil, transcodestate=nil, transcodeinfo=nil, documenttype=nil, documentsize=nil, updatetime=nil, pages=nil, preview=nil, requestid=nil)
1442
1444
  @DocumentId = documentid
1443
1445
  @DocumentUrl = documenturl
1444
1446
  @DocumentName = documentname
@@ -1454,6 +1456,7 @@ module TencentCloud
1454
1456
  @DocumentSize = documentsize
1455
1457
  @UpdateTime = updatetime
1456
1458
  @Pages = pages
1459
+ @Preview = preview
1457
1460
  @RequestId = requestid
1458
1461
  end
1459
1462
 
@@ -1473,6 +1476,7 @@ module TencentCloud
1473
1476
  @DocumentSize = params['DocumentSize']
1474
1477
  @UpdateTime = params['UpdateTime']
1475
1478
  @Pages = params['Pages']
1479
+ @Preview = params['Preview']
1476
1480
  @RequestId = params['RequestId']
1477
1481
  end
1478
1482
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lcic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.612
4
+ version: 3.0.613
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-13 00:00:00.000000000 Z
11
+ date: 2023-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common