tencentcloud-sdk-vod 3.0.854 → 3.0.855

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: 630cc4461df868e73b26b4dc8f9db5ec09097408
4
- data.tar.gz: e696f4af3930ee23c5a9c5702aa509d2de308e4d
3
+ metadata.gz: 27e5c2486ec1fff7b733a466d310ee2c96959b00
4
+ data.tar.gz: d9b1e3cd0d84079abbe642a317b168c168760b47
5
5
  SHA512:
6
- metadata.gz: 02b4c24b9dd9776a60049eef2fe0b6ecb945eb13936adb26158e45f1c2f7e1e722c3ff8f4894aca99696e85080a903c5f253063597bcaceaaea31951e2270fd6
7
- data.tar.gz: 7081ae294e0b741c0c13090033e870bd809364fce584d46be2cac912e1b79571da826b8b515900dec0cae6ea432cc7da71a20ee3cd6914198474f0633a72fc03
6
+ metadata.gz: b2e4233ad84d4ebe501fc7e8db0fdc4791cf4afb51113b02d114498e2508a8cef1872d21241b12f1f11c63fdd0ad2e8239694afc43855fc546e2bbd1df0f92a6
7
+ data.tar.gz: 9d7c0e02c7c0abfadd7258e5c7a0724e96b3569c53f64bb29509bcc8bd473ec758bac305c01fc23cea764563575a6aed5c2f643ea47bb4226daca2695d02c18b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.854
1
+ 3.0.855
@@ -1983,8 +1983,8 @@ module TencentCloud
1983
1983
 
1984
1984
  attr_accessor :Name, :SegmentSet, :RecognitionSegmentSet
1985
1985
  extend Gem::Deprecate
1986
- deprecate :SegmentSet, :none, 2024, 5
1987
- deprecate :SegmentSet=, :none, 2024, 5
1986
+ deprecate :SegmentSet, :none, 2024, 7
1987
+ deprecate :SegmentSet=, :none, 2024, 7
1988
1988
 
1989
1989
  def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
1990
1990
  @Name = name
@@ -9809,8 +9809,8 @@ module TencentCloud
9809
9809
 
9810
9810
  attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
9811
9811
  extend Gem::Deprecate
9812
- deprecate :DomainName, :none, 2024, 5
9813
- deprecate :DomainName=, :none, 2024, 5
9812
+ deprecate :DomainName, :none, 2024, 7
9813
+ deprecate :DomainName=, :none, 2024, 7
9814
9814
 
9815
9815
  def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
9816
9816
  @DomainName = domainname
@@ -17341,8 +17341,8 @@ module TencentCloud
17341
17341
 
17342
17342
  attr_accessor :Duration, :Transitions, :MediaTransitions
17343
17343
  extend Gem::Deprecate
17344
- deprecate :Transitions, :none, 2024, 5
17345
- deprecate :Transitions=, :none, 2024, 5
17344
+ deprecate :Transitions, :none, 2024, 7
17345
+ deprecate :Transitions=, :none, 2024, 7
17346
17346
 
17347
17347
  def initialize(duration=nil, transitions=nil, mediatransitions=nil)
17348
17348
  @Duration = duration
@@ -21253,8 +21253,8 @@ module TencentCloud
21253
21253
 
21254
21254
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
21255
21255
  extend Gem::Deprecate
21256
- deprecate :ProductInstanceResourceSet, :none, 2024, 5
21257
- deprecate :ProductInstanceResourceSet=, :none, 2024, 5
21256
+ deprecate :ProductInstanceResourceSet, :none, 2024, 7
21257
+ deprecate :ProductInstanceResourceSet=, :none, 2024, 7
21258
21258
 
21259
21259
  def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
21260
21260
  @ProductType = producttype
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.854
4
+ version: 3.0.855
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-30 00:00:00.000000000 Z
11
+ date: 2024-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common