tencentcloud-sdk-vod 3.0.693 → 3.0.694

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: a816081f32623f279c37e632cac85caed52bd765
4
- data.tar.gz: 13682562783919ba82872f9c346b15ed239e8026
3
+ metadata.gz: d5ba8f132d4bf362ab87c0a9399a3dc1950c25f3
4
+ data.tar.gz: c0ae30b750803f71d605db475942dc80fea4ec46
5
5
  SHA512:
6
- metadata.gz: 09615f7889d4f6527e47d368b6b19f5c37b15ace2a1aee0501775db71470f0a20ec4760090a8a050981e191898468308f873ea791d3a7b769b6c4550d97b01f8
7
- data.tar.gz: d43d17a4511762d19e86d53fd588ff1a166b12eb2466661f3036d5e12a224859d6db31d03b510075c6c41602352949303a5ed0307057efb1255861297a6adbb9
6
+ metadata.gz: 60b1081d4dbddabfb51b492b28533f297b650d7341cb85eb653d30f5139516c05d14692c7dd64fe55e9817e5571648dcf9d42b39813bd8f8312f7dec6cd1e1a2
7
+ data.tar.gz: 745eb373deefaaa209ffd7d1e0b3a41f83cc1dbd40dee86eed1f6be5c2c8bad0a39d7207b6bfa4709541d38bacf678c618e1e7aedc8ff1c012bcbf339acdce05
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.693
1
+ 3.0.694
@@ -1983,8 +1983,8 @@ module TencentCloud
1983
1983
 
1984
1984
  attr_accessor :Name, :SegmentSet, :RecognitionSegmentSet
1985
1985
  extend Gem::Deprecate
1986
- deprecate :SegmentSet, :none, 2023, 10
1987
- deprecate :SegmentSet=, :none, 2023, 10
1986
+ deprecate :SegmentSet, :none, 2023, 11
1987
+ deprecate :SegmentSet=, :none, 2023, 11
1988
1988
 
1989
1989
  def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
1990
1990
  @Name = name
@@ -16545,8 +16545,8 @@ module TencentCloud
16545
16545
 
16546
16546
  attr_accessor :Duration, :Transitions, :MediaTransitions
16547
16547
  extend Gem::Deprecate
16548
- deprecate :Transitions, :none, 2023, 10
16549
- deprecate :Transitions=, :none, 2023, 10
16548
+ deprecate :Transitions, :none, 2023, 11
16549
+ deprecate :Transitions=, :none, 2023, 11
16550
16550
 
16551
16551
  def initialize(duration=nil, transitions=nil, mediatransitions=nil)
16552
16552
  @Duration = duration
@@ -20354,8 +20354,8 @@ module TencentCloud
20354
20354
 
20355
20355
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
20356
20356
  extend Gem::Deprecate
20357
- deprecate :ProductInstanceResourceSet, :none, 2023, 10
20358
- deprecate :ProductInstanceResourceSet=, :none, 2023, 10
20357
+ deprecate :ProductInstanceResourceSet, :none, 2023, 11
20358
+ deprecate :ProductInstanceResourceSet=, :none, 2023, 11
20359
20359
 
20360
20360
  def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
20361
20361
  @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.693
4
+ version: 3.0.694
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-11-05 00:00:00.000000000 Z
11
+ date: 2023-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common