tencentcloud-sdk-cme 3.0.1094 → 3.0.1169
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/v20191029/models.rb +8 -8
- 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: 3c22c6edcc62d27e0d14ecf48e6673b9702f3361
|
|
4
|
+
data.tar.gz: e25213e1189b3752c1901c18ee63bc09bb8fa49d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1570e16f6f8fd7c53adb8719af4b1d0ec825816423659c4d70fa3837d56f6c5dcb5532cfb2f948410070bd9a8f8669c9dcdcfcbeec8f91f208399a354f85c685
|
|
7
|
+
data.tar.gz: 652208c3582c0e9c69d67aa6c3d5db7bb131a50ca421a7232ccdf41e44843027c4a48835beeee67747804fc0c8d5f7f0ec4842984aec15a91f4d8f3ee8257778
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1169
|
data/lib/v20191029/models.rb
CHANGED
|
@@ -682,8 +682,8 @@ module TencentCloud
|
|
|
682
682
|
|
|
683
683
|
attr_accessor :Platform, :Name, :Owner, :Category, :Mode, :AspectRatio, :Description, :SwitcherProjectInput, :LiveStreamClipProjectInput, :VideoEditProjectInput, :VideoSegmentationProjectInput, :StreamConnectProjectInput, :RecordReplayProjectInput, :MediaCastProjectInput
|
|
684
684
|
extend Gem::Deprecate
|
|
685
|
-
deprecate :AspectRatio, :none, 2025,
|
|
686
|
-
deprecate :AspectRatio=, :none, 2025,
|
|
685
|
+
deprecate :AspectRatio, :none, 2025, 11
|
|
686
|
+
deprecate :AspectRatio=, :none, 2025, 11
|
|
687
687
|
|
|
688
688
|
def initialize(platform=nil, name=nil, owner=nil, category=nil, mode=nil, aspectratio=nil, description=nil, switcherprojectinput=nil, livestreamclipprojectinput=nil, videoeditprojectinput=nil, videosegmentationprojectinput=nil, streamconnectprojectinput=nil, recordreplayprojectinput=nil, mediacastprojectinput=nil)
|
|
689
689
|
@Platform = platform
|
|
@@ -2616,8 +2616,8 @@ module TencentCloud
|
|
|
2616
2616
|
|
|
2617
2617
|
attr_accessor :MediaKey, :Definition, :StorageId
|
|
2618
2618
|
extend Gem::Deprecate
|
|
2619
|
-
deprecate :Definition, :none, 2025,
|
|
2620
|
-
deprecate :Definition=, :none, 2025,
|
|
2619
|
+
deprecate :Definition, :none, 2025, 11
|
|
2620
|
+
deprecate :Definition=, :none, 2025, 11
|
|
2621
2621
|
|
|
2622
2622
|
def initialize(mediakey=nil, definition=nil, storageid=nil)
|
|
2623
2623
|
@MediaKey = mediakey
|
|
@@ -3587,8 +3587,8 @@ module TencentCloud
|
|
|
3587
3587
|
|
|
3588
3588
|
attr_accessor :MaterialId, :MaterialType, :Owner, :Name, :CreateTime, :UpdateTime, :ClassPath, :PresetTagSet, :TagSet, :PreviewUrl, :TagInfoSet
|
|
3589
3589
|
extend Gem::Deprecate
|
|
3590
|
-
deprecate :TagInfoSet, :none, 2025,
|
|
3591
|
-
deprecate :TagInfoSet=, :none, 2025,
|
|
3590
|
+
deprecate :TagInfoSet, :none, 2025, 11
|
|
3591
|
+
deprecate :TagInfoSet=, :none, 2025, 11
|
|
3592
3592
|
|
|
3593
3593
|
def initialize(materialid=nil, materialtype=nil, owner=nil, name=nil, createtime=nil, updatetime=nil, classpath=nil, presettagset=nil, tagset=nil, previewurl=nil, taginfoset=nil)
|
|
3594
3594
|
@MaterialId = materialid
|
|
@@ -5645,8 +5645,8 @@ module TencentCloud
|
|
|
5645
5645
|
|
|
5646
5646
|
attr_accessor :FileId, :MaterialId, :Operator, :OperationType, :Owner, :ClassPath, :TaskId, :SourceContext
|
|
5647
5647
|
extend Gem::Deprecate
|
|
5648
|
-
deprecate :Operator, :none, 2025,
|
|
5649
|
-
deprecate :Operator=, :none, 2025,
|
|
5648
|
+
deprecate :Operator, :none, 2025, 11
|
|
5649
|
+
deprecate :Operator=, :none, 2025, 11
|
|
5650
5650
|
|
|
5651
5651
|
def initialize(fileid=nil, materialid=nil, operator=nil, operationtype=nil, owner=nil, classpath=nil, taskid=nil, sourcecontext=nil)
|
|
5652
5652
|
@FileId = fileid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1169
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|