tencentcloud-sdk-bma 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210624/models.rb +11 -11
- 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: 9a22e1f000112254b8acc05c83871708c3c09dc7
|
4
|
+
data.tar.gz: e2f93f8d228b72dab45c9a14f6e3848123068872
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 616784df6dcc4b4a0fc2248e2406a3aa7e4bf9651852b429b1863794f0ded02352764aac0f322ced99e6a8136288cf7e05cac8733bef9c9d4c5f772c00c52625
|
7
|
+
data.tar.gz: 9432d2aef7f8cd6ccabb28ed89694351fe6ab345b79b173ed8d5692f6b7af9a2735b0d8e941c821172d3bbef3f2be57538d808d9861a71b51a3cb58ddbb13414
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.413
|
data/lib/v20210624/models.rb
CHANGED
@@ -716,7 +716,7 @@ module TencentCloud
|
|
716
716
|
# @type SamplePublicURL: String
|
717
717
|
# @param IsMonitor: 是否启用监测 0:不启用 1:启用 默认为0
|
718
718
|
# @type IsMonitor: String
|
719
|
-
# @param IsCert: 是否启用存证0
|
719
|
+
# @param IsCert: 是否启用存证0:不存证 2:存证 默认为0
|
720
720
|
# @type IsCert: String
|
721
721
|
# @param CertUrl: 存证回调地址
|
722
722
|
# @type CertUrl: String
|
@@ -724,25 +724,25 @@ module TencentCloud
|
|
724
724
|
# @type MonitorUrl: String
|
725
725
|
# @param ProduceType: 创作性质(原创,改编,翻译,汇编,注释,整理,其他)
|
726
726
|
# @type ProduceType: String
|
727
|
-
# @param WhiteLists:
|
727
|
+
# @param WhiteLists: 白名单
|
728
728
|
# @type WhiteLists: Array
|
729
|
-
# @param WorkId:
|
729
|
+
# @param WorkId: 作品ID
|
730
730
|
# @type WorkId: Integer
|
731
|
-
# @param ProducerName:
|
731
|
+
# @param ProducerName: 著作权人姓名
|
732
732
|
# @type ProducerName: String
|
733
|
-
# @param Nickname:
|
733
|
+
# @param Nickname: 作者
|
734
734
|
# @type Nickname: String
|
735
|
-
# @param Authorization:
|
735
|
+
# @param Authorization: 授权书
|
736
736
|
# @type Authorization: String
|
737
|
-
# @param AuthorizationStartTime:
|
737
|
+
# @param AuthorizationStartTime: 授权书开始时间
|
738
738
|
# @type AuthorizationStartTime: String
|
739
|
-
# @param AuthorizationEndTime:
|
739
|
+
# @param AuthorizationEndTime: 授权书结束时间
|
740
740
|
# @type AuthorizationEndTime: String
|
741
|
-
# @param ContentType:
|
741
|
+
# @param ContentType: 内容格式
|
742
742
|
# @type ContentType: String
|
743
|
-
# @param Content:
|
743
|
+
# @param Content: 文件内容
|
744
744
|
# @type Content: String
|
745
|
-
# @param MonitorEndTime:
|
745
|
+
# @param MonitorEndTime: 监测结束时间
|
746
746
|
# @type MonitorEndTime: String
|
747
747
|
|
748
748
|
attr_accessor :WorkName, :WorkCategory, :WorkType, :WorkSign, :WorkPic, :WorkDesc, :IsOriginal, :IsRelease, :ProducerID, :ProduceTime, :SampleContentURL, :SampleDownloadURL, :GrantType, :SamplePublicURL, :IsMonitor, :IsCert, :CertUrl, :MonitorUrl, :ProduceType, :WhiteLists, :WorkId, :ProducerName, :Nickname, :Authorization, :AuthorizationStartTime, :AuthorizationEndTime, :ContentType, :Content, :MonitorEndTime
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-bma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
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-
|
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
|