tencentcloud-sdk-nodejs 4.0.958 → 4.0.959
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 +25 -0
- package/SERVICE_CHANGELOG.md +35 -161
- package/package.json +1 -1
- package/products.md +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/vclm/v20240523/vclm_models.ts +24 -9
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +24 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# Release 4.0.959
|
|
2
|
+
|
|
3
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
4
|
+
|
|
5
|
+
### 第 9 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-10-18 16:42:09
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribePortraitSingJob](https://cloud.tencent.com/document/api/1616/109379)
|
|
16
|
+
|
|
17
|
+
* 新增出参:ErrorCode, ErrorMessage
|
|
18
|
+
|
|
19
|
+
* [SubmitPortraitSingJob](https://cloud.tencent.com/document/api/1616/109378)
|
|
20
|
+
|
|
21
|
+
* 新增入参:Mode
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
1
26
|
# Release 4.0.958
|
|
2
27
|
|
|
3
28
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,130 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 27 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-10-18 01:06:21
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeBackUpJob](https://cloud.tencent.com/document/api/1387/109558)
|
|
16
|
-
|
|
17
|
-
* 新增入参:ApplicationType
|
|
18
|
-
|
|
19
|
-
* [DescribeBackUpSchedules](https://cloud.tencent.com/document/api/1387/109556)
|
|
20
|
-
|
|
21
|
-
* 新增入参:ApplicationType
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
27
|
-
|
|
28
|
-
### 第 21 次发布
|
|
29
|
-
|
|
30
|
-
发布时间:2024-10-18 01:06:35
|
|
31
|
-
|
|
32
|
-
本次发布包含了以下内容:
|
|
33
|
-
|
|
34
|
-
改善已有的文档。
|
|
35
|
-
|
|
36
|
-
修改数据结构:
|
|
37
|
-
|
|
38
|
-
* [ActionLibraryListResult](https://cloud.tencent.com/document/api/1500/71784#ActionLibraryListResult)
|
|
39
|
-
|
|
40
|
-
* 新增成员:ObjectTypeId
|
|
41
|
-
|
|
42
|
-
* [TaskReportInfo](https://cloud.tencent.com/document/api/1500/71784#TaskReportInfo)
|
|
43
|
-
|
|
44
|
-
* 新增成员:ArchiveUuid
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
50
|
-
|
|
51
|
-
### 第 110 次发布
|
|
52
|
-
|
|
53
|
-
发布时间:2024-10-18 01:07:51
|
|
54
|
-
|
|
55
|
-
本次发布包含了以下内容:
|
|
56
|
-
|
|
57
|
-
改善已有的文档。
|
|
58
|
-
|
|
59
|
-
修改接口:
|
|
60
|
-
|
|
61
|
-
* [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
|
|
62
|
-
|
|
63
|
-
* 新增入参:CancelTopicAsyncTaskID
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
修改数据结构:
|
|
67
|
-
|
|
68
|
-
* [TopicInfo](https://cloud.tencent.com/document/api/614/56471#TopicInfo)
|
|
69
|
-
|
|
70
|
-
* 新增成员:TopicAsyncTaskID, MigrationStatus, EffectiveDate
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
76
|
-
|
|
77
|
-
### 第 32 次发布
|
|
78
|
-
|
|
79
|
-
发布时间:2024-10-18 01:10:42
|
|
80
|
-
|
|
81
|
-
本次发布包含了以下内容:
|
|
82
|
-
|
|
83
|
-
改善已有的文档。
|
|
84
|
-
|
|
85
|
-
修改接口:
|
|
86
|
-
|
|
87
|
-
* [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
|
|
88
|
-
|
|
89
|
-
* 新增入参:IdSet
|
|
90
|
-
|
|
91
|
-
* <font color="#dd0000">**修改入参**:</font>Id
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
97
|
-
|
|
98
|
-
### 第 79 次发布
|
|
99
|
-
|
|
100
|
-
发布时间:2024-10-18 01:14:01
|
|
101
|
-
|
|
102
|
-
本次发布包含了以下内容:
|
|
103
|
-
|
|
104
|
-
改善已有的文档。
|
|
105
|
-
|
|
106
|
-
新增接口:
|
|
107
|
-
|
|
108
|
-
* [DescribeHDFSStorageInfo](https://cloud.tencent.com/document/api/589/111775)
|
|
109
|
-
* [DescribeKyuubiQueryInfo](https://cloud.tencent.com/document/api/589/111774)
|
|
110
|
-
* [DescribeSparkQueries](https://cloud.tencent.com/document/api/589/111773)
|
|
111
|
-
* [DescribeStarRocksQueryInfo](https://cloud.tencent.com/document/api/589/111772)
|
|
112
|
-
|
|
113
|
-
新增数据结构:
|
|
114
|
-
|
|
115
|
-
* [Dps](https://cloud.tencent.com/document/api/589/33981#Dps)
|
|
116
|
-
* [KyuubiQueryInfo](https://cloud.tencent.com/document/api/589/33981#KyuubiQueryInfo)
|
|
117
|
-
* [SparkQuery](https://cloud.tencent.com/document/api/589/33981#SparkQuery)
|
|
118
|
-
* [StarRocksQueryInfo](https://cloud.tencent.com/document/api/589/33981#StarRocksQueryInfo)
|
|
119
|
-
* [StorageSummaryDistribution](https://cloud.tencent.com/document/api/589/33981#StorageSummaryDistribution)
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
3
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
124
4
|
|
|
125
|
-
### 第
|
|
5
|
+
### 第 9 次发布
|
|
126
6
|
|
|
127
|
-
发布时间:2024-10-18
|
|
7
|
+
发布时间:2024-10-18 16:42:09
|
|
128
8
|
|
|
129
9
|
本次发布包含了以下内容:
|
|
130
10
|
|
|
@@ -132,38 +12,13 @@
|
|
|
132
12
|
|
|
133
13
|
修改接口:
|
|
134
14
|
|
|
135
|
-
* [
|
|
136
|
-
|
|
137
|
-
* 新增入参:LogTypes
|
|
138
|
-
|
|
139
|
-
* [DescribeESHits](https://cloud.tencent.com/document/api/1285/81741)
|
|
140
|
-
|
|
141
|
-
* 新增入参:LogTypes
|
|
142
|
-
|
|
143
|
-
* [DescribeSearchExportList](https://cloud.tencent.com/document/api/1285/81737)
|
|
144
|
-
|
|
145
|
-
* 新增入参:LogTypes
|
|
146
|
-
|
|
147
|
-
* [DescribeSecLogJoinObjectList](https://cloud.tencent.com/document/api/1285/81728)
|
|
148
|
-
|
|
149
|
-
* 新增出参:RangeType, AutoJoin, ExcludedCount
|
|
150
|
-
|
|
151
|
-
* [ModifySecLogJoinObjects](https://cloud.tencent.com/document/api/1285/81721)
|
|
152
|
-
|
|
153
|
-
* 新增入参:RangeType, AutoJoin
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
修改数据结构:
|
|
157
|
-
|
|
158
|
-
* [SecLogJoinInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogJoinInfo)
|
|
159
|
-
|
|
160
|
-
* 新增成员:ClusterCount
|
|
15
|
+
* [DescribePortraitSingJob](https://cloud.tencent.com/document/api/1616/109379)
|
|
161
16
|
|
|
162
|
-
*
|
|
17
|
+
* 新增出参:ErrorCode, ErrorMessage
|
|
163
18
|
|
|
164
|
-
* [
|
|
19
|
+
* [SubmitPortraitSingJob](https://cloud.tencent.com/document/api/1616/109378)
|
|
165
20
|
|
|
166
|
-
*
|
|
21
|
+
* 新增入参:Mode
|
|
167
22
|
|
|
168
23
|
|
|
169
24
|
|
|
@@ -62944,18 +62799,18 @@
|
|
|
62944
62799
|
|
|
62945
62800
|
新增接口:
|
|
62946
62801
|
|
|
62947
|
-
* [
|
|
62948
|
-
* [
|
|
62949
|
-
* [
|
|
62950
|
-
* [
|
|
62802
|
+
* [DescribeHDFSStorageInfo](https://cloud.tencent.com/document/api/589/111775)
|
|
62803
|
+
* [DescribeKyuubiQueryInfo](https://cloud.tencent.com/document/api/589/111774)
|
|
62804
|
+
* [DescribeSparkQueries](https://cloud.tencent.com/document/api/589/111773)
|
|
62805
|
+
* [DescribeStarRocksQueryInfo](https://cloud.tencent.com/document/api/589/111772)
|
|
62951
62806
|
|
|
62952
62807
|
新增数据结构:
|
|
62953
62808
|
|
|
62954
|
-
* [
|
|
62955
|
-
* [
|
|
62956
|
-
* [
|
|
62957
|
-
* [
|
|
62958
|
-
* [
|
|
62809
|
+
* [Dps](https://cloud.tencent.com/document/api/589/33981#Dps)
|
|
62810
|
+
* [KyuubiQueryInfo](https://cloud.tencent.com/document/api/589/33981#KyuubiQueryInfo)
|
|
62811
|
+
* [SparkQuery](https://cloud.tencent.com/document/api/589/33981#SparkQuery)
|
|
62812
|
+
* [StarRocksQueryInfo](https://cloud.tencent.com/document/api/589/33981#StarRocksQueryInfo)
|
|
62813
|
+
* [StorageSummaryDistribution](https://cloud.tencent.com/document/api/589/33981#StorageSummaryDistribution)
|
|
62959
62814
|
|
|
62960
62815
|
### 第 78 次发布
|
|
62961
62816
|
|
|
@@ -154787,6 +154642,25 @@
|
|
|
154787
154642
|
|
|
154788
154643
|
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
154789
154644
|
|
|
154645
|
+
### 第 9 次发布
|
|
154646
|
+
|
|
154647
|
+
发布时间:2024-10-18 16:42:09
|
|
154648
|
+
|
|
154649
|
+
本次发布包含了以下内容:
|
|
154650
|
+
|
|
154651
|
+
改善已有的文档。
|
|
154652
|
+
|
|
154653
|
+
修改接口:
|
|
154654
|
+
|
|
154655
|
+
* [DescribePortraitSingJob](https://cloud.tencent.com/document/api/1616/109379)
|
|
154656
|
+
|
|
154657
|
+
* 新增出参:ErrorCode, ErrorMessage
|
|
154658
|
+
|
|
154659
|
+
* [SubmitPortraitSingJob](https://cloud.tencent.com/document/api/1616/109378)
|
|
154660
|
+
|
|
154661
|
+
* 新增入参:Mode
|
|
154662
|
+
|
|
154663
|
+
|
|
154790
154664
|
### 第 8 次发布
|
|
154791
154665
|
|
|
154792
154666
|
发布时间:2024-10-16 01:30:50
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-09-26 01:38:14 |
|
|
240
240
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
241
241
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
242
|
-
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-10-16
|
|
242
|
+
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-10-18 16:42:09 |
|
|
243
243
|
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-10-16 01:30:53 |
|
|
244
244
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
245
245
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.959"
|
|
@@ -130,24 +130,31 @@ export interface DescribeImageAnimateJobResponse {
|
|
|
130
130
|
*/
|
|
131
131
|
export interface SubmitPortraitSingJobRequest {
|
|
132
132
|
/**
|
|
133
|
-
* 传入音频URL
|
|
134
|
-
|
|
135
|
-
|
|
133
|
+
* 传入音频URL地址,音频要求:
|
|
134
|
+
- 音频时长:2秒 - 60秒
|
|
135
|
+
- 音频格式:mp3、wav、m4a
|
|
136
136
|
*/
|
|
137
137
|
AudioUrl: string
|
|
138
138
|
/**
|
|
139
139
|
* 传入图片URL地址,图片要求:
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
140
|
+
- 图片格式:jpg、jpeg、png、bmp、webp
|
|
141
|
+
- 图片分辨率:192~4096
|
|
142
|
+
- 图片大小:不超过10M
|
|
143
|
+
- 图片宽高比:图片【宽:高】在1:2到2:1范围内
|
|
144
|
+
- 图片内容:避免上传无人脸/宠物脸或脸部过小、不完整、不清晰、偏转角度过大的图片。
|
|
144
145
|
*/
|
|
145
146
|
ImageUrl?: string
|
|
146
147
|
/**
|
|
147
|
-
* 传入图片Base64
|
|
148
|
-
|
|
148
|
+
* 传入图片Base64编码,编码后请求体大小不超过10M。
|
|
149
|
+
图片Base64编码与URL地址必传其一,如果都传以ImageBase64为准。
|
|
149
150
|
*/
|
|
150
151
|
ImageBase64?: string
|
|
152
|
+
/**
|
|
153
|
+
* 唱演模式,默认使用人像模式。
|
|
154
|
+
Person:人像模式,仅支持上传人像图片,人像生成效果更好,如果图中未检测到有效人脸将被拦截,生成时会将视频短边分辨率放缩至512。
|
|
155
|
+
Pet:宠物模式,支持宠物等非人像图片,固定生成512:512分辨率视频。
|
|
156
|
+
*/
|
|
157
|
+
Mode?: string
|
|
151
158
|
}
|
|
152
159
|
|
|
153
160
|
/**
|
|
@@ -344,6 +351,14 @@ export interface DescribePortraitSingJobResponse {
|
|
|
344
351
|
* 任务状态信息
|
|
345
352
|
*/
|
|
346
353
|
StatusMsg?: string
|
|
354
|
+
/**
|
|
355
|
+
* 错误码
|
|
356
|
+
*/
|
|
357
|
+
ErrorCode?: string
|
|
358
|
+
/**
|
|
359
|
+
* 错误信息
|
|
360
|
+
*/
|
|
361
|
+
ErrorMessage?: string
|
|
347
362
|
/**
|
|
348
363
|
* 生成视频的URL地址
|
|
349
364
|
有效期24小时
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.959";
|
|
@@ -107,24 +107,31 @@ export interface DescribeImageAnimateJobResponse {
|
|
|
107
107
|
*/
|
|
108
108
|
export interface SubmitPortraitSingJobRequest {
|
|
109
109
|
/**
|
|
110
|
-
* 传入音频URL
|
|
111
|
-
|
|
112
|
-
|
|
110
|
+
* 传入音频URL地址,音频要求:
|
|
111
|
+
- 音频时长:2秒 - 60秒
|
|
112
|
+
- 音频格式:mp3、wav、m4a
|
|
113
113
|
*/
|
|
114
114
|
AudioUrl: string;
|
|
115
115
|
/**
|
|
116
116
|
* 传入图片URL地址,图片要求:
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
117
|
+
- 图片格式:jpg、jpeg、png、bmp、webp
|
|
118
|
+
- 图片分辨率:192~4096
|
|
119
|
+
- 图片大小:不超过10M
|
|
120
|
+
- 图片宽高比:图片【宽:高】在1:2到2:1范围内
|
|
121
|
+
- 图片内容:避免上传无人脸/宠物脸或脸部过小、不完整、不清晰、偏转角度过大的图片。
|
|
121
122
|
*/
|
|
122
123
|
ImageUrl?: string;
|
|
123
124
|
/**
|
|
124
|
-
* 传入图片Base64
|
|
125
|
-
|
|
125
|
+
* 传入图片Base64编码,编码后请求体大小不超过10M。
|
|
126
|
+
图片Base64编码与URL地址必传其一,如果都传以ImageBase64为准。
|
|
126
127
|
*/
|
|
127
128
|
ImageBase64?: string;
|
|
129
|
+
/**
|
|
130
|
+
* 唱演模式,默认使用人像模式。
|
|
131
|
+
Person:人像模式,仅支持上传人像图片,人像生成效果更好,如果图中未检测到有效人脸将被拦截,生成时会将视频短边分辨率放缩至512。
|
|
132
|
+
Pet:宠物模式,支持宠物等非人像图片,固定生成512:512分辨率视频。
|
|
133
|
+
*/
|
|
134
|
+
Mode?: string;
|
|
128
135
|
}
|
|
129
136
|
/**
|
|
130
137
|
* 音频翻译结果
|
|
@@ -311,6 +318,14 @@ export interface DescribePortraitSingJobResponse {
|
|
|
311
318
|
* 任务状态信息
|
|
312
319
|
*/
|
|
313
320
|
StatusMsg?: string;
|
|
321
|
+
/**
|
|
322
|
+
* 错误码
|
|
323
|
+
*/
|
|
324
|
+
ErrorCode?: string;
|
|
325
|
+
/**
|
|
326
|
+
* 错误信息
|
|
327
|
+
*/
|
|
328
|
+
ErrorMessage?: string;
|
|
314
329
|
/**
|
|
315
330
|
* 生成视频的URL地址
|
|
316
331
|
有效期24小时
|