tencentcloud-sdk-nodejs 4.0.958 → 4.0.960

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +86 -0
  2. package/SERVICE_CHANGELOG.md +86 -133
  3. package/package.json +1 -1
  4. package/products.md +13 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +1 -1
  7. package/src/services/ccc/v20200210/ccc_models.ts +5 -1
  8. package/src/services/cdb/v20170320/cdb_models.ts +4 -0
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  10. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
  11. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  12. package/src/services/faceid/v20180301/faceid_models.ts +10 -6
  13. package/src/services/lcic/v20220817/lcic_models.ts +4 -3
  14. package/src/services/tke/v20180525/tke_client.ts +1 -1
  15. package/src/services/tke/v20180525/tke_models.ts +6 -1
  16. package/src/services/trtc/v20190722/trtc_models.ts +3 -10
  17. package/src/services/vclm/v20240523/vclm_models.ts +24 -9
  18. package/tencentcloud/common/sdk_version.d.ts +1 -1
  19. package/tencentcloud/common/sdk_version.js +1 -1
  20. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  21. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -1
  22. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
  23. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  24. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  25. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  26. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  27. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -6
  28. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -3
  29. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  30. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -1
  31. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -10
  32. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +24 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,89 @@
1
+ # Release 4.0.960
2
+
3
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
4
+
5
+ ### 第 168 次发布
6
+
7
+ 发布时间:2024-10-21 01:05:28
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
16
+
17
+ * 新增入参:CheckFastUpgradeReboot
18
+
19
+
20
+
21
+
22
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
23
+
24
+ ### 第 61 次发布
25
+
26
+ 发布时间:2024-10-21 01:18:28
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改数据结构:
33
+
34
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
35
+
36
+
37
+
38
+
39
+ ## 容器服务(tke) 版本:2022-05-01
40
+
41
+
42
+
43
+ ## 容器服务(tke) 版本:2018-05-25
44
+
45
+ ### 第 184 次发布
46
+
47
+ 发布时间:2024-10-21 01:28:31
48
+
49
+ 本次发布包含了以下内容:
50
+
51
+ 改善已有的文档。
52
+
53
+ 修改接口:
54
+
55
+ * [DescribeBatchModifyTagsStatus](https://cloud.tencent.com/document/api/457/111753)
56
+
57
+ * 新增入参:ClusterId
58
+
59
+
60
+
61
+
62
+ # Release 4.0.959
63
+
64
+ ## 大模型视频创作引擎(vclm) 版本:2024-05-23
65
+
66
+ ### 第 9 次发布
67
+
68
+ 发布时间:2024-10-18 16:42:09
69
+
70
+ 本次发布包含了以下内容:
71
+
72
+ 改善已有的文档。
73
+
74
+ 修改接口:
75
+
76
+ * [DescribePortraitSingJob](https://cloud.tencent.com/document/api/1616/109379)
77
+
78
+ * 新增出参:ErrorCode, ErrorMessage
79
+
80
+ * [SubmitPortraitSingJob](https://cloud.tencent.com/document/api/1616/109378)
81
+
82
+ * 新增入参:Mode
83
+
84
+
85
+
86
+
1
87
  # Release 4.0.958
2
88
 
3
89
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
3
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
4
4
 
5
- ### 第 27 次发布
5
+ ### 第 168 次发布
6
6
 
7
- 发布时间:2024-10-18 01:06:21
7
+ 发布时间:2024-10-21 01:05:28
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,119 +12,39 @@
12
12
 
13
13
  修改接口:
14
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)
15
+ * [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
43
16
 
44
- * 新增成员:ArchiveUuid
17
+ * 新增入参:CheckFastUpgradeReboot
45
18
 
46
19
 
47
20
 
48
21
 
49
- ## 日志服务(cls) 版本:2020-10-16
22
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
50
23
 
51
- ### 第 110 次发布
24
+ ### 第 61 次发布
52
25
 
53
- 发布时间:2024-10-18 01:07:51
26
+ 发布时间:2024-10-21 01:18:28
54
27
 
55
28
  本次发布包含了以下内容:
56
29
 
57
30
  改善已有的文档。
58
31
 
59
- 修改接口:
60
-
61
- * [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
62
-
63
- * 新增入参:CancelTopicAsyncTaskID
64
-
65
-
66
32
  修改数据结构:
67
33
 
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
34
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
97
35
 
98
- ### 第 79 次发布
99
36
 
100
- 发布时间:2024-10-18 01:14:01
101
37
 
102
- 本次发布包含了以下内容:
103
-
104
- 改善已有的文档。
105
38
 
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)
39
+ ## 容器服务(tke) 版本:2022-05-01
120
40
 
121
41
 
122
42
 
123
- ## 容器安全服务(tcss) 版本:2020-11-01
43
+ ## 容器服务(tke) 版本:2018-05-25
124
44
 
125
- ### 第 69 次发布
45
+ ### 第 184 次发布
126
46
 
127
- 发布时间:2024-10-18 01:26:11
47
+ 发布时间:2024-10-21 01:28:31
128
48
 
129
49
  本次发布包含了以下内容:
130
50
 
@@ -132,38 +52,9 @@
132
52
 
133
53
  修改接口:
134
54
 
135
- * [DescribeESAggregations](https://cloud.tencent.com/document/api/1285/81742)
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
161
-
162
- * <font color="#dd0000">**修改成员**:</font>SuperNodeCount
163
-
164
- * [SecLogJoinObjectInfo](https://cloud.tencent.com/document/api/1285/65614#SecLogJoinObjectInfo)
55
+ * [DescribeBatchModifyTagsStatus](https://cloud.tencent.com/document/api/457/111753)
165
56
 
166
- * 新增成员:ContainerCnt, ClusterType, ClusterStatus
57
+ * 新增入参:ClusterId
167
58
 
168
59
 
169
60
 
@@ -17294,6 +17185,21 @@
17294
17185
 
17295
17186
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
17296
17187
 
17188
+ ### 第 168 次发布
17189
+
17190
+ 发布时间:2024-10-21 01:05:28
17191
+
17192
+ 本次发布包含了以下内容:
17193
+
17194
+ 改善已有的文档。
17195
+
17196
+ 修改接口:
17197
+
17198
+ * [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
17199
+
17200
+ * 新增入参:CheckFastUpgradeReboot
17201
+
17202
+
17297
17203
  ### 第 167 次发布
17298
17204
 
17299
17205
  发布时间:2024-09-19 01:11:20
@@ -62944,18 +62850,18 @@
62944
62850
 
62945
62851
  新增接口:
62946
62852
 
62947
- * [[DescribeHDFSStorageInfo](https://cloud.tencent.com/document/api/589/111775)](https://cloud.tencent.com/document/api/#/#)
62948
- * [[DescribeKyuubiQueryInfo](https://cloud.tencent.com/document/api/589/111774)](https://cloud.tencent.com/document/api/#/#)
62949
- * [[DescribeSparkQueries](https://cloud.tencent.com/document/api/589/111773)](https://cloud.tencent.com/document/api/#/#)
62950
- * [[DescribeStarRocksQueryInfo](https://cloud.tencent.com/document/api/589/111772)](https://cloud.tencent.com/document/api/#/#)
62853
+ * [DescribeHDFSStorageInfo](https://cloud.tencent.com/document/api/589/111775)
62854
+ * [DescribeKyuubiQueryInfo](https://cloud.tencent.com/document/api/589/111774)
62855
+ * [DescribeSparkQueries](https://cloud.tencent.com/document/api/589/111773)
62856
+ * [DescribeStarRocksQueryInfo](https://cloud.tencent.com/document/api/589/111772)
62951
62857
 
62952
62858
  新增数据结构:
62953
62859
 
62954
- * [[Dps](https://cloud.tencent.com/document/api/589/33981#Dps)](https://cloud.tencent.com/document/api/589/33981#[Dps](https://cloud.tencent.com/document/api/589/33981#Dps))
62955
- * [[KyuubiQueryInfo](https://cloud.tencent.com/document/api/589/33981#KyuubiQueryInfo)](https://cloud.tencent.com/document/api/589/33981#[KyuubiQueryInfo](https://cloud.tencent.com/document/api/589/33981#KyuubiQueryInfo))
62956
- * [[SparkQuery](https://cloud.tencent.com/document/api/589/33981#SparkQuery)](https://cloud.tencent.com/document/api/589/33981#[SparkQuery](https://cloud.tencent.com/document/api/589/33981#SparkQuery))
62957
- * [[StarRocksQueryInfo](https://cloud.tencent.com/document/api/589/33981#StarRocksQueryInfo)](https://cloud.tencent.com/document/api/589/33981#[StarRocksQueryInfo](https://cloud.tencent.com/document/api/589/33981#StarRocksQueryInfo))
62958
- * [[StorageSummaryDistribution](https://cloud.tencent.com/document/api/589/33981#StorageSummaryDistribution)](https://cloud.tencent.com/document/api/589/33981#[StorageSummaryDistribution](https://cloud.tencent.com/document/api/589/33981#StorageSummaryDistribution))
62860
+ * [Dps](https://cloud.tencent.com/document/api/589/33981#Dps)
62861
+ * [KyuubiQueryInfo](https://cloud.tencent.com/document/api/589/33981#KyuubiQueryInfo)
62862
+ * [SparkQuery](https://cloud.tencent.com/document/api/589/33981#SparkQuery)
62863
+ * [StarRocksQueryInfo](https://cloud.tencent.com/document/api/589/33981#StarRocksQueryInfo)
62864
+ * [StorageSummaryDistribution](https://cloud.tencent.com/document/api/589/33981#StorageSummaryDistribution)
62959
62865
 
62960
62866
  ### 第 78 次发布
62961
62867
 
@@ -87939,6 +87845,19 @@
87939
87845
 
87940
87846
  ## 实时互动-教育版(lcic) 版本:2022-08-17
87941
87847
 
87848
+ ### 第 61 次发布
87849
+
87850
+ 发布时间:2024-10-21 01:18:28
87851
+
87852
+ 本次发布包含了以下内容:
87853
+
87854
+ 改善已有的文档。
87855
+
87856
+ 修改数据结构:
87857
+
87858
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
87859
+
87860
+
87942
87861
  ### 第 60 次发布
87943
87862
 
87944
87863
  发布时间:2024-08-26 02:00:18
@@ -142488,6 +142407,21 @@
142488
142407
 
142489
142408
  ## 容器服务(tke) 版本:2018-05-25
142490
142409
 
142410
+ ### 第 184 次发布
142411
+
142412
+ 发布时间:2024-10-21 01:28:31
142413
+
142414
+ 本次发布包含了以下内容:
142415
+
142416
+ 改善已有的文档。
142417
+
142418
+ 修改接口:
142419
+
142420
+ * [DescribeBatchModifyTagsStatus](https://cloud.tencent.com/document/api/457/111753)
142421
+
142422
+ * 新增入参:ClusterId
142423
+
142424
+
142491
142425
  ### 第 183 次发布
142492
142426
 
142493
142427
  发布时间:2024-10-17 01:33:37
@@ -154787,6 +154721,25 @@
154787
154721
 
154788
154722
  ## 大模型视频创作引擎(vclm) 版本:2024-05-23
154789
154723
 
154724
+ ### 第 9 次发布
154725
+
154726
+ 发布时间:2024-10-18 16:42:09
154727
+
154728
+ 本次发布包含了以下内容:
154729
+
154730
+ 改善已有的文档。
154731
+
154732
+ 修改接口:
154733
+
154734
+ * [DescribePortraitSingJob](https://cloud.tencent.com/document/api/1616/109379)
154735
+
154736
+ * 新增出参:ErrorCode, ErrorMessage
154737
+
154738
+ * [SubmitPortraitSingJob](https://cloud.tencent.com/document/api/1616/109378)
154739
+
154740
+ * 新增入参:Mode
154741
+
154742
+
154790
154743
  ### 第 8 次发布
154791
154744
 
154792
154745
  发布时间:2024-10-16 01:30:50
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.958",
3
+ "version": "4.0.960",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -17,10 +17,10 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-09-24 01:08:10 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-10-10 01:07:45 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-09-30 01:07:57 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-23 01:07:54 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-10-21 01:03:32 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
23
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-16 01:03:33 |
23
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-21 01:03:39 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-09-05 01:05:48 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-09-11 01:11:08 |
@@ -40,8 +40,8 @@
40
40
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-10-14 01:09:40 |
43
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-10-16 01:05:10 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-19 01:11:20 |
43
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-10-21 01:05:17 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-10-21 01:05:28 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-10-14 01:10:31 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
@@ -57,7 +57,7 @@
57
57
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
58
58
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
59
59
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
60
- | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-09-16 01:22:56 |
60
+ | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-10-21 01:07:20 |
61
61
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-10-14 01:12:12 |
62
62
  | cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
63
63
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
@@ -76,7 +76,7 @@
76
76
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-11 01:13:23 |
77
77
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-26 01:14:22 |
78
78
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
79
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-18 01:10:15 |
79
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-21 01:10:20 |
80
80
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-10-18 01:10:42 |
81
81
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
82
82
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -98,12 +98,12 @@
98
98
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
99
99
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
100
100
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
101
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-18 01:14:01 |
101
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-21 01:14:01 |
102
102
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-10-18 01:14:20 |
103
103
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-18 01:14:33 |
104
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-18 01:14:55 |
104
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-21 01:14:50 |
105
105
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
106
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-17 01:19:42 |
106
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-21 01:15:09 |
107
107
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
108
108
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
109
109
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
@@ -137,7 +137,7 @@
137
137
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
138
138
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
139
139
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-09-16 01:59:35 |
140
- | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-09-27 01:19:59 |
140
+ | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-10-21 01:18:28 |
141
141
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-09-27 01:20:12 |
142
142
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-09-12 01:53:31 |
143
143
  | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-10-14 01:23:56 |
@@ -161,7 +161,7 @@
161
161
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-09-27 01:23:18 |
162
162
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
163
163
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-10-16 01:21:18 |
164
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-14 01:26:17 |
164
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-21 01:21:43 |
165
165
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-26 01:28:34 |
166
166
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-09-23 12:16:37 |
167
167
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
@@ -231,7 +231,7 @@
231
231
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
232
232
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
233
233
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
234
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-15 01:29:17 |
234
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-21 01:29:36 |
235
235
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-25 01:36:42 |
236
236
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-25 01:37:11 |
237
237
  | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
@@ -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 01:30:50 |
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.958"
1
+ export const sdkVersion = "4.0.960"
@@ -570,7 +570,7 @@ export interface CreateAsyncRecognitionTaskRequest {
570
570
  */
571
571
  FilterDirty?: number
572
572
  /**
573
- * 是否过语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0
573
+ * 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0
574
574
  */
575
575
  FilterModal?: number
576
576
  /**
@@ -2104,6 +2104,9 @@ export interface CreateAICallRequest {
2104
2104
  SystemPrompt: string
2105
2105
  /**
2106
2106
  * LLM类型
2107
+ 目前有两种
2108
+ openai(兼容openai协议的模型)
2109
+ azure
2107
2110
  */
2108
2111
  LLMType: string
2109
2112
  /**
@@ -2115,7 +2118,8 @@ export interface CreateAICallRequest {
2115
2118
  */
2116
2119
  APIKey: string
2117
2120
  /**
2118
- * API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
2121
+ * API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
2122
+ llmType为azure时,URL填写格式需为:https://{your-resource-name}.openai.azure.com?api-version={api-version},填写url时后缀不要带/openai/deployments/{deployment-id}/chat/completions,系统会自动帮你填充后缀
2119
2123
  */
2120
2124
  APIUrl: string
2121
2125
  /**
@@ -1830,6 +1830,10 @@ export interface UpgradeDBInstanceRequest {
1830
1830
  * 针对跨集群搬迁场景,选择同可用区RO的处理逻辑。together-同可用区RO跟随主实例迁移至目标可用区(默认选项),severally-同可用区RO保持原部署模式、不迁移至目标可用区。
1831
1831
  */
1832
1832
  RoTransType?: string
1833
+ /**
1834
+ * 检查原地升级是否需要重启,1 检查, 0 不检查。如果值为1,检查为原地升级需要重启,则会停止升级并进行返回提示,如果为原地升级不重启,则正常执行升级流程。
1835
+ */
1836
+ CheckFastUpgradeReboot?: number
1833
1837
  }
1834
1838
 
1835
1839
  /**
@@ -4702,7 +4702,7 @@ export interface BatchModifyTopicAttributesRequest {
4702
4702
  */
4703
4703
  InstanceId: string
4704
4704
  /**
4705
- * 主题属性列表
4705
+ * 主题属性列表 (同一个批次最多支持10个)
4706
4706
  */
4707
4707
  Topic: Array<BatchModifyTopicInfo>
4708
4708
  }
@@ -948,7 +948,7 @@ export class Client extends AbstractClient {
948
948
  }
949
949
 
950
950
  /**
951
- * 升级数据库代理配置
951
+ * 本接口(UpgradeProxy)用于升级数据库代理配置。
952
952
  */
953
953
  async UpgradeProxy(
954
954
  req: UpgradeProxyRequest,
@@ -6223,7 +6223,7 @@ export interface ChannelOrganizationInfo {
6223
6223
  */
6224
6224
  export interface CreateSignUrlsResponse {
6225
6225
  /**
6226
- * 签署参与者签署H5链接信息数组
6226
+ * 生成的签署参与者的签署链接信息数组。
6227
6227
  */
6228
6228
  SignUrlInfos?: Array<SignUrlInfo>
6229
6229
  /**
@@ -684,12 +684,13 @@ export interface MobileStatusResponse {
684
684
  -1:未查询到结果
685
685
  -2:手机号格式不正确
686
686
  -3:验证中心服务繁忙
687
+ -4:认证次数超过当日限制,请次日重试
687
688
  */
688
- Result: string
689
+ Result?: string
689
690
  /**
690
691
  * 业务结果描述。
691
692
  */
692
- Description: string
693
+ Description?: string
693
694
  /**
694
695
  * 状态码:
695
696
  0:正常
@@ -699,7 +700,7 @@ export interface MobileStatusResponse {
699
700
  4:不在网
700
701
  99:未知状态
701
702
  */
702
- StatusCode: number
703
+ StatusCode?: number
703
704
  /**
704
705
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
705
706
  */
@@ -880,6 +881,8 @@ export interface CheckBankCardInformationResponse {
880
881
  不收费结果码:
881
882
  -2:验证中心服务繁忙
882
883
  -3:银行卡不存在
884
+ -4:认证次数超过当日限制,请次日重试
885
+
883
886
  */
884
887
  Result?: string
885
888
  /**
@@ -1746,17 +1749,18 @@ export interface MobileNetworkTimeVerificationResponse {
1746
1749
  不收费结果码:
1747
1750
  -1: 手机号格式不正确
1748
1751
  -4: 验证中心服务繁忙
1752
+ -5:认证次数超过当日限制,请次日重试
1749
1753
  */
1750
- Result: string
1754
+ Result?: string
1751
1755
  /**
1752
1756
  * 业务结果描述。
1753
1757
  */
1754
- Description: string
1758
+ Description?: string
1755
1759
  /**
1756
1760
  * 在网时长区间。
1757
1761
  格式为(a,b],表示在网时长在a个月以上,b个月以下。若b为+时表示没有上限。
1758
1762
  */
1759
- Range: string
1763
+ Range?: string
1760
1764
  /**
1761
1765
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1762
1766
  */
@@ -744,7 +744,7 @@ export interface RoomItem {
744
744
  */
745
745
  Resolution?: number
746
746
  /**
747
- * 最大允许连麦人数
747
+ * 最大允许连麦人数。已废弃,使用字段 MaxMicNumber
748
748
  注意:此字段可能返回 null,表示取不到有效值。
749
749
  */
750
750
  MaxRTCMember?: number
@@ -759,7 +759,7 @@ export interface RoomItem {
759
759
  */
760
760
  RecordUrl?: string
761
761
  /**
762
- * 最高房间内人数(不包括老师),0表示不限制,默认为0
762
+ * 课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
763
763
  注意:此字段可能返回 null,表示取不到有效值。
764
764
  */
765
765
  MaxMicNumber?: number
@@ -2907,6 +2907,7 @@ export interface RoomInfo {
2907
2907
  Assistants?: Array<string>
2908
2908
  /**
2909
2909
  * rtc人数。
2910
+ * @deprecated
2910
2911
  */
2911
2912
  RTCAudienceNumber?: number
2912
2913
  /**
@@ -3386,7 +3387,7 @@ export interface GetRoomsRequest {
3386
3387
  */
3387
3388
  Page?: number
3388
3389
  /**
3389
- * 默认是10条
3390
+ * 默认10条,最大上限为100
3390
3391
  */
3391
3392
  Limit?: number
3392
3393
  /**
@@ -1504,7 +1504,7 @@ export class Client extends AbstractClient {
1504
1504
  * 查询批量修改标签状态
1505
1505
  */
1506
1506
  async DescribeBatchModifyTagsStatus(
1507
- req?: DescribeBatchModifyTagsStatusRequest,
1507
+ req: DescribeBatchModifyTagsStatusRequest,
1508
1508
  cb?: (error: string, rep: DescribeBatchModifyTagsStatusResponse) => void
1509
1509
  ): Promise<DescribeBatchModifyTagsStatusResponse> {
1510
1510
  return this.request("DescribeBatchModifyTagsStatus", req, cb)
@@ -4394,7 +4394,12 @@ export interface DescribePrometheusGlobalNotificationResponse {
4394
4394
  /**
4395
4395
  * DescribeBatchModifyTagsStatus请求参数结构体
4396
4396
  */
4397
- export type DescribeBatchModifyTagsStatusRequest = null
4397
+ export interface DescribeBatchModifyTagsStatusRequest {
4398
+ /**
4399
+ * 集群id
4400
+ */
4401
+ ClusterId: string
4402
+ }
4398
4403
 
4399
4404
  /**
4400
4405
  * Probe中的HttpGet
@@ -21,37 +21,30 @@
21
21
  export interface AgentConfig {
22
22
  /**
23
23
  * 机器人的UserId,用于进房发起任务。【注意】这个UserId不能与当前房间内的主播观众[UserId](https://cloud.tencent.com/document/product/647/46351#userid)重复。如果一个房间发起多个任务时,机器人的UserId也不能相互重复,否则会中断前一个任务。需要保证机器人UserId在房间内唯一。
24
- 注意:此字段可能返回 null,表示取不到有效值。
25
24
  */
26
25
  UserId: string
27
26
  /**
28
27
  * 机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。
29
- 注意:此字段可能返回 null,表示取不到有效值。
30
28
  */
31
29
  UserSig: string
32
30
  /**
33
31
  * 机器人拉流的UserId, 填写后,机器人会拉取该UserId的流进行实时处理
34
- 注意:此字段可能返回 null,表示取不到有效值。
35
32
  */
36
33
  TargetUserId: string
37
34
  /**
38
35
  * 房间内超过MaxIdleTime 没有推流,后台自动关闭任务,默认值是60s。
39
- 注意:此字段可能返回 null,表示取不到有效值。
40
36
  */
41
37
  MaxIdleTime?: number
42
38
  /**
43
39
  * 机器人的欢迎语
44
- 注意:此字段可能返回 null,表示取不到有效值。
45
40
  */
46
41
  WelcomeMessage?: string
47
42
  /**
48
43
  * 智能打断模式,默认为0,0表示服务端自动打断,1表示服务端不打断,由端上发送打断信令进行打断
49
- 注意:此字段可能返回 null,表示取不到有效值。
50
44
  */
51
45
  InterruptMode?: number
52
46
  /**
53
47
  * InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。
54
- 注意:此字段可能返回 null,表示取不到有效值。
55
48
  */
56
49
  InterruptSpeechDuration?: number
57
50
  }
@@ -300,22 +293,22 @@ export interface STTConfig {
300
293
  18. German = "de" # 德语
301
294
  19. Italian = "it" # 意大利语
302
295
  20. Russian = "ru" # 俄语
296
+ 21. Swedish = "sv" # 瑞典语
297
+ 22. Danish = "da" # 丹麦语
298
+ 23. Norwegian = "no" # 挪威语
303
299
 
304
300
  注意:
305
301
  如果缺少满足您需求的语言,请联系我们技术人员。
306
- 注意:此字段可能返回 null,表示取不到有效值。
307
302
  */
308
303
  Language?: string
309
304
  /**
310
305
  * 发起模糊识别额外可能替代语言类型,最多填写3种语言类型,
311
306
  注:Language指定为"zh-dialect" # 中国方言 时,不支持模糊识别,该字段无效
312
307
 
313
- 注意:此字段可能返回 null,表示取不到有效值。
314
308
  */
315
309
  AlternativeLanguage?: Array<string>
316
310
  /**
317
311
  * 语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。
318
- 注意:此字段可能返回 null,表示取不到有效值。
319
312
  */
320
313
  VadSilenceTime?: number
321
314
  }
@@ -130,24 +130,31 @@ export interface DescribeImageAnimateJobResponse {
130
130
  */
131
131
  export interface SubmitPortraitSingJobRequest {
132
132
  /**
133
- * 传入音频URL地址。音频要求:
134
- —音频时长:不超过60秒
135
- —音频格式:mp3、wav、m4a
133
+ * 传入音频URL地址,音频要求:
134
+ - 音频时长:2秒 - 60秒
135
+ - 音频格式:mp3、wav、m4a
136
136
  */
137
137
  AudioUrl: string
138
138
  /**
139
139
  * 传入图片URL地址,图片要求:
140
- —图片格式:jpg、jpeg、png
141
- —图片分辨率:长边不超过2560
142
- —图片大小:不超过6M
143
- —图片宽高比:图片【宽:高】在1:2到2:1范围内
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
- —图片Base64编码与URL地址必传其一
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.958";
1
+ export declare const sdkVersion = "4.0.960";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.958";
4
+ exports.sdkVersion = "4.0.960";
@@ -527,7 +527,7 @@ export interface CreateAsyncRecognitionTaskRequest {
527
527
  */
528
528
  FilterDirty?: number;
529
529
  /**
530
- * 是否过语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0
530
+ * 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0
531
531
  */
532
532
  FilterModal?: number;
533
533
  /**
@@ -2008,6 +2008,9 @@ export interface CreateAICallRequest {
2008
2008
  SystemPrompt: string;
2009
2009
  /**
2010
2010
  * LLM类型
2011
+ 目前有两种
2012
+ openai(兼容openai协议的模型)
2013
+ azure
2011
2014
  */
2012
2015
  LLMType: string;
2013
2016
  /**
@@ -2019,7 +2022,8 @@ export interface CreateAICallRequest {
2019
2022
  */
2020
2023
  APIKey: string;
2021
2024
  /**
2022
- * API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
2025
+ * API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
2026
+ llmType为azure时,URL填写格式需为:https://{your-resource-name}.openai.azure.com?api-version={api-version},填写url时后缀不要带/openai/deployments/{deployment-id}/chat/completions,系统会自动帮你填充后缀
2023
2027
  */
2024
2028
  APIUrl: string;
2025
2029
  /**
@@ -1746,6 +1746,10 @@ export interface UpgradeDBInstanceRequest {
1746
1746
  * 针对跨集群搬迁场景,选择同可用区RO的处理逻辑。together-同可用区RO跟随主实例迁移至目标可用区(默认选项),severally-同可用区RO保持原部署模式、不迁移至目标可用区。
1747
1747
  */
1748
1748
  RoTransType?: string;
1749
+ /**
1750
+ * 检查原地升级是否需要重启,1 检查, 0 不检查。如果值为1,检查为原地升级需要重启,则会停止升级并进行返回提示,如果为原地升级不重启,则正常执行升级流程。
1751
+ */
1752
+ CheckFastUpgradeReboot?: number;
1749
1753
  }
1750
1754
  /**
1751
1755
  * ModifyParamTemplate请求参数结构体
@@ -4521,7 +4521,7 @@ export interface BatchModifyTopicAttributesRequest {
4521
4521
  */
4522
4522
  InstanceId: string;
4523
4523
  /**
4524
- * 主题属性列表
4524
+ * 主题属性列表 (同一个批次最多支持10个)
4525
4525
  */
4526
4526
  Topic: Array<BatchModifyTopicInfo>;
4527
4527
  }
@@ -212,7 +212,7 @@ export declare class Client extends AbstractClient {
212
212
  */
213
213
  RestartInstance(req: RestartInstanceRequest, cb?: (error: string, rep: RestartInstanceResponse) => void): Promise<RestartInstanceResponse>;
214
214
  /**
215
- * 升级数据库代理配置
215
+ * 本接口(UpgradeProxy)用于升级数据库代理配置。
216
216
  */
217
217
  UpgradeProxy(req: UpgradeProxyRequest, cb?: (error: string, rep: UpgradeProxyResponse) => void): Promise<UpgradeProxyResponse>;
218
218
  /**
@@ -334,7 +334,7 @@ class Client extends abstract_client_1.AbstractClient {
334
334
  return this.request("RestartInstance", req, cb);
335
335
  }
336
336
  /**
337
- * 升级数据库代理配置
337
+ * 本接口(UpgradeProxy)用于升级数据库代理配置。
338
338
  */
339
339
  async UpgradeProxy(req, cb) {
340
340
  return this.request("UpgradeProxy", req, cb);
@@ -6043,7 +6043,7 @@ export interface ChannelOrganizationInfo {
6043
6043
  */
6044
6044
  export interface CreateSignUrlsResponse {
6045
6045
  /**
6046
- * 签署参与者签署H5链接信息数组
6046
+ * 生成的签署参与者的签署链接信息数组。
6047
6047
  */
6048
6048
  SignUrlInfos?: Array<SignUrlInfo>;
6049
6049
  /**
@@ -648,12 +648,13 @@ export interface MobileStatusResponse {
648
648
  -1:未查询到结果
649
649
  -2:手机号格式不正确
650
650
  -3:验证中心服务繁忙
651
+ -4:认证次数超过当日限制,请次日重试
651
652
  */
652
- Result: string;
653
+ Result?: string;
653
654
  /**
654
655
  * 业务结果描述。
655
656
  */
656
- Description: string;
657
+ Description?: string;
657
658
  /**
658
659
  * 状态码:
659
660
  0:正常
@@ -663,7 +664,7 @@ export interface MobileStatusResponse {
663
664
  4:不在网
664
665
  99:未知状态
665
666
  */
666
- StatusCode: number;
667
+ StatusCode?: number;
667
668
  /**
668
669
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
669
670
  */
@@ -837,6 +838,8 @@ export interface CheckBankCardInformationResponse {
837
838
  不收费结果码:
838
839
  -2:验证中心服务繁忙
839
840
  -3:银行卡不存在
841
+ -4:认证次数超过当日限制,请次日重试
842
+
840
843
  */
841
844
  Result?: string;
842
845
  /**
@@ -1677,17 +1680,18 @@ export interface MobileNetworkTimeVerificationResponse {
1677
1680
  不收费结果码:
1678
1681
  -1: 手机号格式不正确
1679
1682
  -4: 验证中心服务繁忙
1683
+ -5:认证次数超过当日限制,请次日重试
1680
1684
  */
1681
- Result: string;
1685
+ Result?: string;
1682
1686
  /**
1683
1687
  * 业务结果描述。
1684
1688
  */
1685
- Description: string;
1689
+ Description?: string;
1686
1690
  /**
1687
1691
  * 在网时长区间。
1688
1692
  格式为(a,b],表示在网时长在a个月以上,b个月以下。若b为+时表示没有上限。
1689
1693
  */
1690
- Range: string;
1694
+ Range?: string;
1691
1695
  /**
1692
1696
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1693
1697
  */
@@ -698,7 +698,7 @@ export interface RoomItem {
698
698
  */
699
699
  Resolution?: number;
700
700
  /**
701
- * 最大允许连麦人数
701
+ * 最大允许连麦人数。已废弃,使用字段 MaxMicNumber
702
702
  注意:此字段可能返回 null,表示取不到有效值。
703
703
  */
704
704
  MaxRTCMember?: number;
@@ -713,7 +713,7 @@ export interface RoomItem {
713
713
  */
714
714
  RecordUrl?: string;
715
715
  /**
716
- * 最高房间内人数(不包括老师),0表示不限制,默认为0
716
+ * 课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
717
717
  注意:此字段可能返回 null,表示取不到有效值。
718
718
  */
719
719
  MaxMicNumber?: number;
@@ -2771,6 +2771,7 @@ export interface RoomInfo {
2771
2771
  Assistants?: Array<string>;
2772
2772
  /**
2773
2773
  * rtc人数。
2774
+ * @deprecated
2774
2775
  */
2775
2776
  RTCAudienceNumber?: number;
2776
2777
  /**
@@ -3238,7 +3239,7 @@ export interface GetRoomsRequest {
3238
3239
  */
3239
3240
  Page?: number;
3240
3241
  /**
3241
- * 默认是10条
3242
+ * 默认10条,最大上限为100
3242
3243
  */
3243
3244
  Limit?: number;
3244
3245
  /**
@@ -346,7 +346,7 @@ export declare class Client extends AbstractClient {
346
346
  /**
347
347
  * 查询批量修改标签状态
348
348
  */
349
- DescribeBatchModifyTagsStatus(req?: DescribeBatchModifyTagsStatusRequest, cb?: (error: string, rep: DescribeBatchModifyTagsStatusResponse) => void): Promise<DescribeBatchModifyTagsStatusResponse>;
349
+ DescribeBatchModifyTagsStatus(req: DescribeBatchModifyTagsStatusRequest, cb?: (error: string, rep: DescribeBatchModifyTagsStatusResponse) => void): Promise<DescribeBatchModifyTagsStatusResponse>;
350
350
  /**
351
351
  * 获取容器服务支持的所有地域
352
352
  */
@@ -4178,7 +4178,12 @@ export interface DescribePrometheusGlobalNotificationResponse {
4178
4178
  /**
4179
4179
  * DescribeBatchModifyTagsStatus请求参数结构体
4180
4180
  */
4181
- export declare type DescribeBatchModifyTagsStatusRequest = null;
4181
+ export interface DescribeBatchModifyTagsStatusRequest {
4182
+ /**
4183
+ * 集群id
4184
+ */
4185
+ ClusterId: string;
4186
+ }
4182
4187
  /**
4183
4188
  * Probe中的HttpGet
4184
4189
  */
@@ -4,37 +4,30 @@
4
4
  export interface AgentConfig {
5
5
  /**
6
6
  * 机器人的UserId,用于进房发起任务。【注意】这个UserId不能与当前房间内的主播观众[UserId](https://cloud.tencent.com/document/product/647/46351#userid)重复。如果一个房间发起多个任务时,机器人的UserId也不能相互重复,否则会中断前一个任务。需要保证机器人UserId在房间内唯一。
7
- 注意:此字段可能返回 null,表示取不到有效值。
8
7
  */
9
8
  UserId: string;
10
9
  /**
11
10
  * 机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。
12
- 注意:此字段可能返回 null,表示取不到有效值。
13
11
  */
14
12
  UserSig: string;
15
13
  /**
16
14
  * 机器人拉流的UserId, 填写后,机器人会拉取该UserId的流进行实时处理
17
- 注意:此字段可能返回 null,表示取不到有效值。
18
15
  */
19
16
  TargetUserId: string;
20
17
  /**
21
18
  * 房间内超过MaxIdleTime 没有推流,后台自动关闭任务,默认值是60s。
22
- 注意:此字段可能返回 null,表示取不到有效值。
23
19
  */
24
20
  MaxIdleTime?: number;
25
21
  /**
26
22
  * 机器人的欢迎语
27
- 注意:此字段可能返回 null,表示取不到有效值。
28
23
  */
29
24
  WelcomeMessage?: string;
30
25
  /**
31
26
  * 智能打断模式,默认为0,0表示服务端自动打断,1表示服务端不打断,由端上发送打断信令进行打断
32
- 注意:此字段可能返回 null,表示取不到有效值。
33
27
  */
34
28
  InterruptMode?: number;
35
29
  /**
36
30
  * InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。
37
- 注意:此字段可能返回 null,表示取不到有效值。
38
31
  */
39
32
  InterruptSpeechDuration?: number;
40
33
  }
@@ -274,22 +267,22 @@ export interface STTConfig {
274
267
  18. German = "de" # 德语
275
268
  19. Italian = "it" # 意大利语
276
269
  20. Russian = "ru" # 俄语
270
+ 21. Swedish = "sv" # 瑞典语
271
+ 22. Danish = "da" # 丹麦语
272
+ 23. Norwegian = "no" # 挪威语
277
273
 
278
274
  注意:
279
275
  如果缺少满足您需求的语言,请联系我们技术人员。
280
- 注意:此字段可能返回 null,表示取不到有效值。
281
276
  */
282
277
  Language?: string;
283
278
  /**
284
279
  * 发起模糊识别额外可能替代语言类型,最多填写3种语言类型,
285
280
  注:Language指定为"zh-dialect" # 中国方言 时,不支持模糊识别,该字段无效
286
281
 
287
- 注意:此字段可能返回 null,表示取不到有效值。
288
282
  */
289
283
  AlternativeLanguage?: Array<string>;
290
284
  /**
291
285
  * 语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。
292
- 注意:此字段可能返回 null,表示取不到有效值。
293
286
  */
294
287
  VadSilenceTime?: number;
295
288
  }
@@ -107,24 +107,31 @@ export interface DescribeImageAnimateJobResponse {
107
107
  */
108
108
  export interface SubmitPortraitSingJobRequest {
109
109
  /**
110
- * 传入音频URL地址。音频要求:
111
- —音频时长:不超过60秒
112
- —音频格式:mp3、wav、m4a
110
+ * 传入音频URL地址,音频要求:
111
+ - 音频时长:2秒 - 60秒
112
+ - 音频格式:mp3、wav、m4a
113
113
  */
114
114
  AudioUrl: string;
115
115
  /**
116
116
  * 传入图片URL地址,图片要求:
117
- —图片格式:jpg、jpeg、png
118
- —图片分辨率:长边不超过2560
119
- —图片大小:不超过6M
120
- —图片宽高比:图片【宽:高】在1:2到2:1范围内
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
- —图片Base64编码与URL地址必传其一
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小时