tencentcloud-sdk-nodejs 4.0.280 → 4.0.284
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.
- package/CHANGELOG.md +331 -0
- package/SERVICE_CHANGELOG.md +232 -6
- package/package.json +1 -1
- package/products.md +19 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +121 -63
- package/src/services/ame/v20190916/ame_models.ts +1157 -820
- package/src/services/cam/v20190116/cam_models.ts +6 -0
- package/src/services/cbs/v20170312/cbs_client.ts +16 -0
- package/src/services/cbs/v20170312/cbs_models.ts +60 -0
- package/src/services/chdfs/v20201112/chdfs_models.ts +10 -10
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cme/v20191029/cme_client.ts +17 -7
- package/src/services/cme/v20191029/cme_models.ts +415 -139
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +5 -5
- package/src/services/ivld/v20210903/ivld_client.ts +227 -29
- package/src/services/ivld/v20210903/ivld_models.ts +643 -107
- package/src/services/lowcode/index.ts +5 -0
- package/src/services/lowcode/v20210108/index.ts +6 -0
- package/src/services/lowcode/v20210108/lowcode_client.ts +48 -0
- package/src/services/lowcode/v20210108/lowcode_models.ts +359 -0
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +2 -2
- package/src/services/organization/v20210331/organization_models.ts +12 -0
- package/src/services/partners/v20180321/partners_models.ts +4 -4
- package/src/services/ses/v20201002/ses_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +38 -4
- package/src/services/vpc/v20170312/vpc_models.ts +4 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.d.ts +24 -5
- package/tencentcloud/services/ame/v20190916/ame_client.js +33 -6
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +1016 -730
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +8 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +9 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +51 -0
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +10 -10
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +359 -123
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +5 -5
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +93 -11
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +123 -13
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +529 -71
- package/tencentcloud/services/lowcode/index.d.ts +6 -0
- package/tencentcloud/services/lowcode/index.js +7 -0
- package/tencentcloud/services/lowcode/v20210108/index.d.ts +6 -0
- package/tencentcloud/services/lowcode/v20210108/index.js +9 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_client.d.ts +14 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_client.js +37 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +287 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_models.js +18 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +10 -0
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +4 -4
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +32 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -2
- package/test/ame.v20190916.test.js +44 -4
- package/test/cbs.v20170312.test.js +10 -0
- package/test/ivld.v20210903.test.js +146 -6
- package/test/lowcode.v20210108.test.js +31 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,334 @@
|
|
|
1
|
+
# Release 4.0.284
|
|
2
|
+
|
|
3
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
|
+
|
|
5
|
+
### 第 24 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-01-28 08:00:20
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeKTVTopList](https://cloud.tencent.com/document/api/1155/68908)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [KTVMusicTopInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicTopInfo)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
# Release 4.0.283
|
|
24
|
+
|
|
25
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
26
|
+
|
|
27
|
+
### 第 23 次发布
|
|
28
|
+
|
|
29
|
+
发布时间:2022-01-27 08:04:32
|
|
30
|
+
|
|
31
|
+
本次发布包含了以下内容:
|
|
32
|
+
|
|
33
|
+
改善已有的文档。
|
|
34
|
+
|
|
35
|
+
新增接口:
|
|
36
|
+
|
|
37
|
+
* [DescribeKTVSingerCategories](https://cloud.tencent.com/document/api/1155/68860)
|
|
38
|
+
* [DescribeKTVSingerMusics](https://cloud.tencent.com/document/api/1155/68859)
|
|
39
|
+
* [DescribeKTVSingers](https://cloud.tencent.com/document/api/1155/68858)
|
|
40
|
+
|
|
41
|
+
修改接口:
|
|
42
|
+
|
|
43
|
+
* [DescribeKTVMusicDetail](https://cloud.tencent.com/document/api/1155/56402)
|
|
44
|
+
|
|
45
|
+
* 新增出参:MidiJsonUrl, ChorusClipSet
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
新增数据结构:
|
|
49
|
+
|
|
50
|
+
* [ChorusClip](https://cloud.tencent.com/document/api/1155/40113#ChorusClip)
|
|
51
|
+
* [KTVSingerBaseInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerBaseInfo)
|
|
52
|
+
* [KTVSingerCategoryInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerCategoryInfo)
|
|
53
|
+
* [KTVSingerInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerInfo)
|
|
54
|
+
* [SortBy](https://cloud.tencent.com/document/api/1155/40113#SortBy)
|
|
55
|
+
|
|
56
|
+
修改数据结构:
|
|
57
|
+
|
|
58
|
+
* [KTVMusicBaseInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicBaseInfo)
|
|
59
|
+
|
|
60
|
+
* 新增成员:SingerInfoSet
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 访问管理(cam) 版本:2019-01-16
|
|
66
|
+
|
|
67
|
+
### 第 42 次发布
|
|
68
|
+
|
|
69
|
+
发布时间:2022-01-27 08:10:42
|
|
70
|
+
|
|
71
|
+
本次发布包含了以下内容:
|
|
72
|
+
|
|
73
|
+
改善已有的文档。
|
|
74
|
+
|
|
75
|
+
修改数据结构:
|
|
76
|
+
|
|
77
|
+
* [SubAccountInfo](https://cloud.tencent.com/document/api/598/33167#SubAccountInfo)
|
|
78
|
+
|
|
79
|
+
* 新增成员:NickName
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
85
|
+
|
|
86
|
+
### 第 47 次发布
|
|
87
|
+
|
|
88
|
+
发布时间:2022-01-27 08:22:16
|
|
89
|
+
|
|
90
|
+
本次发布包含了以下内容:
|
|
91
|
+
|
|
92
|
+
改善已有的文档。
|
|
93
|
+
|
|
94
|
+
新增数据结构:
|
|
95
|
+
|
|
96
|
+
* [ClassCreatedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassCreatedEvent)
|
|
97
|
+
* [ClassDeletedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassDeletedEvent)
|
|
98
|
+
* [ClassMovedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassMovedEvent)
|
|
99
|
+
* [ImportMediaInfo](https://cloud.tencent.com/document/api/1156/40360#ImportMediaInfo)
|
|
100
|
+
* [MaterialAddedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialAddedEvent)
|
|
101
|
+
* [MaterialDeletedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialDeletedEvent)
|
|
102
|
+
* [MaterialImportedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialImportedEvent)
|
|
103
|
+
* [MaterialModifiedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialModifiedEvent)
|
|
104
|
+
* [MaterialMovedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialMovedEvent)
|
|
105
|
+
* [ProjectSwitcherStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectSwitcherStatusChangedEvent)
|
|
106
|
+
|
|
107
|
+
修改数据结构:
|
|
108
|
+
|
|
109
|
+
* [EventContent](https://cloud.tencent.com/document/api/1156/40360#EventContent)
|
|
110
|
+
|
|
111
|
+
* 新增成员:Operator, ProjectSwitcherStatusChangedEvent, MaterialImportedEvent, MaterialAddedEvent, MaterialMovedEvent, MaterialModifiedEvent, MaterialDeletedEvent, ClassCreatedEvent, ClassMovedEvent, ClassDeletedEvent
|
|
112
|
+
|
|
113
|
+
* [StorageNewFileCreatedEvent](https://cloud.tencent.com/document/api/1156/40360#StorageNewFileCreatedEvent)
|
|
114
|
+
|
|
115
|
+
* 新增成员:TaskId, SourceContext
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
## 云开发低码(lowcode) 版本:2021-01-08
|
|
121
|
+
|
|
122
|
+
### 第 1 次发布
|
|
123
|
+
|
|
124
|
+
发布时间:2022-01-27 10:15:18
|
|
125
|
+
|
|
126
|
+
本次发布包含了以下内容:
|
|
127
|
+
|
|
128
|
+
改善已有的文档。
|
|
129
|
+
|
|
130
|
+
新增接口:
|
|
131
|
+
|
|
132
|
+
* [DescribeDataSourceList](https://cloud.tencent.com/document/api/1301/68877)
|
|
133
|
+
|
|
134
|
+
新增数据结构:
|
|
135
|
+
|
|
136
|
+
* [DataSourceDetail](https://cloud.tencent.com/document/api/1301/68878#DataSourceDetail)
|
|
137
|
+
* [DataSourceDetailItems](https://cloud.tencent.com/document/api/1301/68878#DataSourceDetailItems)
|
|
138
|
+
* [DataSourceLinkApp](https://cloud.tencent.com/document/api/1301/68878#DataSourceLinkApp)
|
|
139
|
+
* [DataSourceQueryOption](https://cloud.tencent.com/document/api/1301/68878#DataSourceQueryOption)
|
|
140
|
+
* [TicketAuthInfo](https://cloud.tencent.com/document/api/1301/68878#TicketAuthInfo)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
# Release 4.0.282
|
|
145
|
+
|
|
146
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
147
|
+
|
|
148
|
+
### 第 23 次发布
|
|
149
|
+
|
|
150
|
+
发布时间:2022-01-27 08:04:32
|
|
151
|
+
|
|
152
|
+
本次发布包含了以下内容:
|
|
153
|
+
|
|
154
|
+
改善已有的文档。
|
|
155
|
+
|
|
156
|
+
新增接口:
|
|
157
|
+
|
|
158
|
+
* [DescribeKTVSingerCategories](https://cloud.tencent.com/document/api/1155/68860)
|
|
159
|
+
* [DescribeKTVSingerMusics](https://cloud.tencent.com/document/api/1155/68859)
|
|
160
|
+
* [DescribeKTVSingers](https://cloud.tencent.com/document/api/1155/68858)
|
|
161
|
+
|
|
162
|
+
修改接口:
|
|
163
|
+
|
|
164
|
+
* [DescribeKTVMusicDetail](https://cloud.tencent.com/document/api/1155/56402)
|
|
165
|
+
|
|
166
|
+
* 新增出参:MidiJsonUrl, ChorusClipSet
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
新增数据结构:
|
|
170
|
+
|
|
171
|
+
* [ChorusClip](https://cloud.tencent.com/document/api/1155/40113#ChorusClip)
|
|
172
|
+
* [KTVSingerBaseInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerBaseInfo)
|
|
173
|
+
* [KTVSingerCategoryInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerCategoryInfo)
|
|
174
|
+
* [KTVSingerInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerInfo)
|
|
175
|
+
* [SortBy](https://cloud.tencent.com/document/api/1155/40113#SortBy)
|
|
176
|
+
|
|
177
|
+
修改数据结构:
|
|
178
|
+
|
|
179
|
+
* [KTVMusicBaseInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicBaseInfo)
|
|
180
|
+
|
|
181
|
+
* 新增成员:SingerInfoSet
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## 访问管理(cam) 版本:2019-01-16
|
|
187
|
+
|
|
188
|
+
### 第 42 次发布
|
|
189
|
+
|
|
190
|
+
发布时间:2022-01-27 08:10:42
|
|
191
|
+
|
|
192
|
+
本次发布包含了以下内容:
|
|
193
|
+
|
|
194
|
+
改善已有的文档。
|
|
195
|
+
|
|
196
|
+
修改数据结构:
|
|
197
|
+
|
|
198
|
+
* [SubAccountInfo](https://cloud.tencent.com/document/api/598/33167#SubAccountInfo)
|
|
199
|
+
|
|
200
|
+
* 新增成员:NickName
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
206
|
+
|
|
207
|
+
### 第 47 次发布
|
|
208
|
+
|
|
209
|
+
发布时间:2022-01-27 08:22:16
|
|
210
|
+
|
|
211
|
+
本次发布包含了以下内容:
|
|
212
|
+
|
|
213
|
+
改善已有的文档。
|
|
214
|
+
|
|
215
|
+
新增数据结构:
|
|
216
|
+
|
|
217
|
+
* [ClassCreatedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassCreatedEvent)
|
|
218
|
+
* [ClassDeletedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassDeletedEvent)
|
|
219
|
+
* [ClassMovedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassMovedEvent)
|
|
220
|
+
* [ImportMediaInfo](https://cloud.tencent.com/document/api/1156/40360#ImportMediaInfo)
|
|
221
|
+
* [MaterialAddedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialAddedEvent)
|
|
222
|
+
* [MaterialDeletedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialDeletedEvent)
|
|
223
|
+
* [MaterialImportedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialImportedEvent)
|
|
224
|
+
* [MaterialModifiedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialModifiedEvent)
|
|
225
|
+
* [MaterialMovedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialMovedEvent)
|
|
226
|
+
* [ProjectSwitcherStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectSwitcherStatusChangedEvent)
|
|
227
|
+
|
|
228
|
+
修改数据结构:
|
|
229
|
+
|
|
230
|
+
* [EventContent](https://cloud.tencent.com/document/api/1156/40360#EventContent)
|
|
231
|
+
|
|
232
|
+
* 新增成员:Operator, ProjectSwitcherStatusChangedEvent, MaterialImportedEvent, MaterialAddedEvent, MaterialMovedEvent, MaterialModifiedEvent, MaterialDeletedEvent, ClassCreatedEvent, ClassMovedEvent, ClassDeletedEvent
|
|
233
|
+
|
|
234
|
+
* [StorageNewFileCreatedEvent](https://cloud.tencent.com/document/api/1156/40360#StorageNewFileCreatedEvent)
|
|
235
|
+
|
|
236
|
+
* 新增成员:TaskId, SourceContext
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
# Release 4.0.281
|
|
242
|
+
|
|
243
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
244
|
+
|
|
245
|
+
### 第 22 次发布
|
|
246
|
+
|
|
247
|
+
发布时间:2022-01-26 08:02:19
|
|
248
|
+
|
|
249
|
+
本次发布包含了以下内容:
|
|
250
|
+
|
|
251
|
+
改善已有的文档。
|
|
252
|
+
|
|
253
|
+
修改接口:
|
|
254
|
+
|
|
255
|
+
* [DescribeKTVRobots](https://cloud.tencent.com/document/api/1155/68350)
|
|
256
|
+
|
|
257
|
+
* 新增入参:CreateTime
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
新增数据结构:
|
|
261
|
+
|
|
262
|
+
* [TimeRange](https://cloud.tencent.com/document/api/1155/40113#TimeRange)
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
267
|
+
|
|
268
|
+
### 第 39 次发布
|
|
269
|
+
|
|
270
|
+
发布时间:2022-01-26 08:03:48
|
|
271
|
+
|
|
272
|
+
本次发布包含了以下内容:
|
|
273
|
+
|
|
274
|
+
改善已有的文档。
|
|
275
|
+
|
|
276
|
+
新增接口:
|
|
277
|
+
|
|
278
|
+
* [CopySnapshotCrossRegions](https://cloud.tencent.com/document/api/362/68848)
|
|
279
|
+
|
|
280
|
+
新增数据结构:
|
|
281
|
+
|
|
282
|
+
* [SnapshotCopyResult](https://cloud.tencent.com/document/api/362/15669#SnapshotCopyResult)
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
287
|
+
|
|
288
|
+
### 第 6 次发布
|
|
289
|
+
|
|
290
|
+
发布时间:2022-01-26 08:11:15
|
|
291
|
+
|
|
292
|
+
本次发布包含了以下内容:
|
|
293
|
+
|
|
294
|
+
改善已有的文档。
|
|
295
|
+
|
|
296
|
+
修改接口:
|
|
297
|
+
|
|
298
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
299
|
+
|
|
300
|
+
* 新增出参:PayUin, PayName
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
## 云点播(vod) 版本:2018-07-17
|
|
310
|
+
|
|
311
|
+
### 第 95 次发布
|
|
312
|
+
|
|
313
|
+
发布时间:2022-01-26 08:14:54
|
|
314
|
+
|
|
315
|
+
本次发布包含了以下内容:
|
|
316
|
+
|
|
317
|
+
改善已有的文档。
|
|
318
|
+
|
|
319
|
+
修改接口:
|
|
320
|
+
|
|
321
|
+
* [CreateSuperPlayerConfig](https://cloud.tencent.com/document/api/266/43067)
|
|
322
|
+
|
|
323
|
+
* 新增入参:AudioVideoType, TranscodeDefinition
|
|
324
|
+
|
|
325
|
+
* [ModifySuperPlayerConfig](https://cloud.tencent.com/document/api/266/43062)
|
|
326
|
+
|
|
327
|
+
* 新增入参:AudioVideoType, TranscodeDefinition
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
1
332
|
# Release 4.0.280
|
|
2
333
|
|
|
3
334
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 24 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-01-
|
|
7
|
+
发布时间:2022-01-28 08:00:20
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeKTVTopList](https://cloud.tencent.com/document/api/1155/68908)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
新增数据结构:
|
|
18
18
|
|
|
19
|
+
* [KTVMusicTopInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicTopInfo)
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
|
|
@@ -418,6 +419,77 @@
|
|
|
418
419
|
|
|
419
420
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
420
421
|
|
|
422
|
+
### 第 24 次发布
|
|
423
|
+
|
|
424
|
+
发布时间:2022-01-28 08:00:20
|
|
425
|
+
|
|
426
|
+
本次发布包含了以下内容:
|
|
427
|
+
|
|
428
|
+
改善已有的文档。
|
|
429
|
+
|
|
430
|
+
新增接口:
|
|
431
|
+
|
|
432
|
+
* [[DescribeKTVTopList](https://cloud.tencent.com/document/api/1155/68908)](https://cloud.tencent.com/document/api/#/#)
|
|
433
|
+
|
|
434
|
+
新增数据结构:
|
|
435
|
+
|
|
436
|
+
* [[KTVMusicTopInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicTopInfo)](https://cloud.tencent.com/document/api/1155/40113#[KTVMusicTopInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicTopInfo))
|
|
437
|
+
|
|
438
|
+
### 第 23 次发布
|
|
439
|
+
|
|
440
|
+
发布时间:2022-01-27 08:04:32
|
|
441
|
+
|
|
442
|
+
本次发布包含了以下内容:
|
|
443
|
+
|
|
444
|
+
改善已有的文档。
|
|
445
|
+
|
|
446
|
+
新增接口:
|
|
447
|
+
|
|
448
|
+
* [DescribeKTVSingerCategories](https://cloud.tencent.com/document/api/1155/68860)
|
|
449
|
+
* [DescribeKTVSingerMusics](https://cloud.tencent.com/document/api/1155/68859)
|
|
450
|
+
* [DescribeKTVSingers](https://cloud.tencent.com/document/api/1155/68858)
|
|
451
|
+
|
|
452
|
+
修改接口:
|
|
453
|
+
|
|
454
|
+
* [DescribeKTVMusicDetail](https://cloud.tencent.com/document/api/1155/56402)
|
|
455
|
+
|
|
456
|
+
* 新增出参:MidiJsonUrl, ChorusClipSet
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
新增数据结构:
|
|
460
|
+
|
|
461
|
+
* [ChorusClip](https://cloud.tencent.com/document/api/1155/40113#ChorusClip)
|
|
462
|
+
* [KTVSingerBaseInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerBaseInfo)
|
|
463
|
+
* [KTVSingerCategoryInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerCategoryInfo)
|
|
464
|
+
* [KTVSingerInfo](https://cloud.tencent.com/document/api/1155/40113#KTVSingerInfo)
|
|
465
|
+
* [SortBy](https://cloud.tencent.com/document/api/1155/40113#SortBy)
|
|
466
|
+
|
|
467
|
+
修改数据结构:
|
|
468
|
+
|
|
469
|
+
* [KTVMusicBaseInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicBaseInfo)
|
|
470
|
+
|
|
471
|
+
* 新增成员:SingerInfoSet
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### 第 22 次发布
|
|
475
|
+
|
|
476
|
+
发布时间:2022-01-26 08:02:19
|
|
477
|
+
|
|
478
|
+
本次发布包含了以下内容:
|
|
479
|
+
|
|
480
|
+
改善已有的文档。
|
|
481
|
+
|
|
482
|
+
修改接口:
|
|
483
|
+
|
|
484
|
+
* [DescribeKTVRobots](https://cloud.tencent.com/document/api/1155/68350)
|
|
485
|
+
|
|
486
|
+
* 新增入参:CreateTime
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
新增数据结构:
|
|
490
|
+
|
|
491
|
+
* [TimeRange](https://cloud.tencent.com/document/api/1155/40113#TimeRange)
|
|
492
|
+
|
|
421
493
|
### 第 21 次发布
|
|
422
494
|
|
|
423
495
|
发布时间:2022-01-24 08:04:15
|
|
@@ -6646,6 +6718,21 @@
|
|
|
6646
6718
|
|
|
6647
6719
|
## 访问管理(cam) 版本:2019-01-16
|
|
6648
6720
|
|
|
6721
|
+
### 第 42 次发布
|
|
6722
|
+
|
|
6723
|
+
发布时间:2022-01-27 08:10:42
|
|
6724
|
+
|
|
6725
|
+
本次发布包含了以下内容:
|
|
6726
|
+
|
|
6727
|
+
改善已有的文档。
|
|
6728
|
+
|
|
6729
|
+
修改数据结构:
|
|
6730
|
+
|
|
6731
|
+
* [SubAccountInfo](https://cloud.tencent.com/document/api/598/33167#SubAccountInfo)
|
|
6732
|
+
|
|
6733
|
+
* 新增成员:NickName
|
|
6734
|
+
|
|
6735
|
+
|
|
6649
6736
|
### 第 41 次发布
|
|
6650
6737
|
|
|
6651
6738
|
发布时间:2022-01-07 08:04:06
|
|
@@ -7760,6 +7847,22 @@
|
|
|
7760
7847
|
|
|
7761
7848
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
7762
7849
|
|
|
7850
|
+
### 第 39 次发布
|
|
7851
|
+
|
|
7852
|
+
发布时间:2022-01-26 08:03:48
|
|
7853
|
+
|
|
7854
|
+
本次发布包含了以下内容:
|
|
7855
|
+
|
|
7856
|
+
改善已有的文档。
|
|
7857
|
+
|
|
7858
|
+
新增接口:
|
|
7859
|
+
|
|
7860
|
+
* [CopySnapshotCrossRegions](https://cloud.tencent.com/document/api/362/68848)
|
|
7861
|
+
|
|
7862
|
+
新增数据结构:
|
|
7863
|
+
|
|
7864
|
+
* [SnapshotCopyResult](https://cloud.tencent.com/document/api/362/15669#SnapshotCopyResult)
|
|
7865
|
+
|
|
7763
7866
|
### 第 38 次发布
|
|
7764
7867
|
|
|
7765
7868
|
发布时间:2022-01-13 08:11:09
|
|
@@ -16629,6 +16732,38 @@
|
|
|
16629
16732
|
|
|
16630
16733
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
16631
16734
|
|
|
16735
|
+
### 第 47 次发布
|
|
16736
|
+
|
|
16737
|
+
发布时间:2022-01-27 08:22:16
|
|
16738
|
+
|
|
16739
|
+
本次发布包含了以下内容:
|
|
16740
|
+
|
|
16741
|
+
改善已有的文档。
|
|
16742
|
+
|
|
16743
|
+
新增数据结构:
|
|
16744
|
+
|
|
16745
|
+
* [ClassCreatedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassCreatedEvent)
|
|
16746
|
+
* [ClassDeletedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassDeletedEvent)
|
|
16747
|
+
* [ClassMovedEvent](https://cloud.tencent.com/document/api/1156/40360#ClassMovedEvent)
|
|
16748
|
+
* [ImportMediaInfo](https://cloud.tencent.com/document/api/1156/40360#ImportMediaInfo)
|
|
16749
|
+
* [MaterialAddedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialAddedEvent)
|
|
16750
|
+
* [MaterialDeletedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialDeletedEvent)
|
|
16751
|
+
* [MaterialImportedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialImportedEvent)
|
|
16752
|
+
* [MaterialModifiedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialModifiedEvent)
|
|
16753
|
+
* [MaterialMovedEvent](https://cloud.tencent.com/document/api/1156/40360#MaterialMovedEvent)
|
|
16754
|
+
* [ProjectSwitcherStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectSwitcherStatusChangedEvent)
|
|
16755
|
+
|
|
16756
|
+
修改数据结构:
|
|
16757
|
+
|
|
16758
|
+
* [EventContent](https://cloud.tencent.com/document/api/1156/40360#EventContent)
|
|
16759
|
+
|
|
16760
|
+
* 新增成员:Operator, ProjectSwitcherStatusChangedEvent, MaterialImportedEvent, MaterialAddedEvent, MaterialMovedEvent, MaterialModifiedEvent, MaterialDeletedEvent, ClassCreatedEvent, ClassMovedEvent, ClassDeletedEvent
|
|
16761
|
+
|
|
16762
|
+
* [StorageNewFileCreatedEvent](https://cloud.tencent.com/document/api/1156/40360#StorageNewFileCreatedEvent)
|
|
16763
|
+
|
|
16764
|
+
* 新增成员:TaskId, SourceContext
|
|
16765
|
+
|
|
16766
|
+
|
|
16632
16767
|
### 第 46 次发布
|
|
16633
16768
|
|
|
16634
16769
|
发布时间:2021-12-24 08:07:24
|
|
@@ -37744,6 +37879,38 @@
|
|
|
37744
37879
|
|
|
37745
37880
|
## 视频智能标签(ivld) 版本:2021-09-03
|
|
37746
37881
|
|
|
37882
|
+
### 第 2 次发布
|
|
37883
|
+
|
|
37884
|
+
发布时间:2022-01-25 16:20:40
|
|
37885
|
+
|
|
37886
|
+
本次发布包含了以下内容:
|
|
37887
|
+
|
|
37888
|
+
改善已有的文档。
|
|
37889
|
+
|
|
37890
|
+
新增接口:
|
|
37891
|
+
|
|
37892
|
+
* [AddCustomPersonImage](https://cloud.tencent.com/document/api/1509/68841)
|
|
37893
|
+
* [CreateCustomCategory](https://cloud.tencent.com/document/api/1509/68840)
|
|
37894
|
+
* [CreateCustomGroup](https://cloud.tencent.com/document/api/1509/68839)
|
|
37895
|
+
* [CreateCustomPerson](https://cloud.tencent.com/document/api/1509/68838)
|
|
37896
|
+
* [CreateDefaultCategories](https://cloud.tencent.com/document/api/1509/68837)
|
|
37897
|
+
* [DeleteCustomCategory](https://cloud.tencent.com/document/api/1509/68836)
|
|
37898
|
+
* [DeleteCustomPerson](https://cloud.tencent.com/document/api/1509/68835)
|
|
37899
|
+
* [DeleteCustomPersonImage](https://cloud.tencent.com/document/api/1509/68834)
|
|
37900
|
+
* [DescribeCustomCategories](https://cloud.tencent.com/document/api/1509/68833)
|
|
37901
|
+
* [DescribeCustomGroup](https://cloud.tencent.com/document/api/1509/68832)
|
|
37902
|
+
* [DescribeCustomPersonDetail](https://cloud.tencent.com/document/api/1509/68831)
|
|
37903
|
+
* [DescribeCustomPersons](https://cloud.tencent.com/document/api/1509/68830)
|
|
37904
|
+
* [UpdateCustomCategory](https://cloud.tencent.com/document/api/1509/68829)
|
|
37905
|
+
* [UpdateCustomPerson](https://cloud.tencent.com/document/api/1509/68828)
|
|
37906
|
+
|
|
37907
|
+
新增数据结构:
|
|
37908
|
+
|
|
37909
|
+
* [CustomCategory](https://cloud.tencent.com/document/api/1509/65063#CustomCategory)
|
|
37910
|
+
* [CustomPersonFilter](https://cloud.tencent.com/document/api/1509/65063#CustomPersonFilter)
|
|
37911
|
+
* [CustomPersonInfo](https://cloud.tencent.com/document/api/1509/65063#CustomPersonInfo)
|
|
37912
|
+
* [PersonImageInfo](https://cloud.tencent.com/document/api/1509/65063#PersonImageInfo)
|
|
37913
|
+
|
|
37747
37914
|
### 第 1 次发布
|
|
37748
37915
|
|
|
37749
37916
|
发布时间:2021-11-30 14:02:22
|
|
@@ -40141,6 +40308,31 @@
|
|
|
40141
40308
|
|
|
40142
40309
|
|
|
40143
40310
|
|
|
40311
|
+
## 云开发低码(lowcode) 版本:2021-01-08
|
|
40312
|
+
|
|
40313
|
+
### 第 1 次发布
|
|
40314
|
+
|
|
40315
|
+
发布时间:2022-01-27 10:15:18
|
|
40316
|
+
|
|
40317
|
+
本次发布包含了以下内容:
|
|
40318
|
+
|
|
40319
|
+
改善已有的文档。
|
|
40320
|
+
|
|
40321
|
+
新增接口:
|
|
40322
|
+
|
|
40323
|
+
* [DescribeDataSourceList](https://cloud.tencent.com/document/api/1301/68877)
|
|
40324
|
+
|
|
40325
|
+
新增数据结构:
|
|
40326
|
+
|
|
40327
|
+
* [DataSourceDetail](https://cloud.tencent.com/document/api/1301/68878#DataSourceDetail)
|
|
40328
|
+
* [DataSourceDetailItems](https://cloud.tencent.com/document/api/1301/68878#DataSourceDetailItems)
|
|
40329
|
+
* [DataSourceLinkApp](https://cloud.tencent.com/document/api/1301/68878#DataSourceLinkApp)
|
|
40330
|
+
* [DataSourceQueryOption](https://cloud.tencent.com/document/api/1301/68878#DataSourceQueryOption)
|
|
40331
|
+
* [TicketAuthInfo](https://cloud.tencent.com/document/api/1301/68878#TicketAuthInfo)
|
|
40332
|
+
|
|
40333
|
+
|
|
40334
|
+
|
|
40335
|
+
|
|
40144
40336
|
## 登录保护(lp) 版本:2020-02-24
|
|
40145
40337
|
|
|
40146
40338
|
### 第 1 次发布
|
|
@@ -45939,6 +46131,21 @@
|
|
|
45939
46131
|
|
|
45940
46132
|
## 企业组织(organization) 版本:2021-03-31
|
|
45941
46133
|
|
|
46134
|
+
### 第 6 次发布
|
|
46135
|
+
|
|
46136
|
+
发布时间:2022-01-26 08:11:15
|
|
46137
|
+
|
|
46138
|
+
本次发布包含了以下内容:
|
|
46139
|
+
|
|
46140
|
+
改善已有的文档。
|
|
46141
|
+
|
|
46142
|
+
修改接口:
|
|
46143
|
+
|
|
46144
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
46145
|
+
|
|
46146
|
+
* 新增出参:PayUin, PayName
|
|
46147
|
+
|
|
46148
|
+
|
|
45942
46149
|
### 第 5 次发布
|
|
45943
46150
|
|
|
45944
46151
|
发布时间:2022-01-18 08:13:20
|
|
@@ -64207,6 +64414,25 @@
|
|
|
64207
64414
|
|
|
64208
64415
|
## 云点播(vod) 版本:2018-07-17
|
|
64209
64416
|
|
|
64417
|
+
### 第 95 次发布
|
|
64418
|
+
|
|
64419
|
+
发布时间:2022-01-26 08:14:54
|
|
64420
|
+
|
|
64421
|
+
本次发布包含了以下内容:
|
|
64422
|
+
|
|
64423
|
+
改善已有的文档。
|
|
64424
|
+
|
|
64425
|
+
修改接口:
|
|
64426
|
+
|
|
64427
|
+
* [CreateSuperPlayerConfig](https://cloud.tencent.com/document/api/266/43067)
|
|
64428
|
+
|
|
64429
|
+
* 新增入参:AudioVideoType, TranscodeDefinition
|
|
64430
|
+
|
|
64431
|
+
* [ModifySuperPlayerConfig](https://cloud.tencent.com/document/api/266/43062)
|
|
64432
|
+
|
|
64433
|
+
* 新增入参:AudioVideoType, TranscodeDefinition
|
|
64434
|
+
|
|
64435
|
+
|
|
64210
64436
|
### 第 94 次发布
|
|
64211
64437
|
|
|
64212
64438
|
发布时间:2022-01-11 08:17:35
|