tencentcloud-sdk-nodejs 4.0.899 → 4.0.900

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 (41) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/SERVICE_CHANGELOG.md +30 -59
  3. package/package.json +1 -1
  4. package/products.md +15 -15
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_client.ts +5 -2
  7. package/src/services/ccc/v20200210/ccc_models.ts +1 -1
  8. package/src/services/clb/v20180317/clb_client.ts +1 -0
  9. package/src/services/cloudapp/v20220530/cloudapp_models.ts +3 -66
  10. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  11. package/src/services/faceid/v20180301/faceid_models.ts +5 -2
  12. package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -1
  13. package/src/services/hunyuan/v20230901/hunyuan_models.ts +3 -1
  14. package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
  15. package/src/services/live/v20180801/live_client.ts +1 -1
  16. package/src/services/oceanus/v20190422/oceanus_models.ts +10 -0
  17. package/src/services/tke/v20180525/tke_models.ts +4 -4
  18. package/src/services/trtc/v20190722/trtc_client.ts +2 -3
  19. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  20. package/tencentcloud/common/sdk_version.d.ts +1 -1
  21. package/tencentcloud/common/sdk_version.js +1 -1
  22. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +3 -0
  23. package/tencentcloud/services/billing/v20180709/billing_client.js +3 -0
  24. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
  25. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -0
  26. package/tencentcloud/services/clb/v20180317/clb_client.js +1 -0
  27. package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +3 -66
  28. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  29. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  30. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -2
  31. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
  32. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -1
  33. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +3 -1
  34. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
  35. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  36. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  37. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +10 -0
  38. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -4
  39. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -3
  40. package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -3
  41. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # Release 4.0.900
2
+
3
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
4
+
5
+ ### 第 59 次发布
6
+
7
+ 发布时间:2024-07-19 02:08:08
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
16
+
17
+ * 新增成员:BillingResourceMode
18
+
19
+ * [ClusterGroupSetItem](https://cloud.tencent.com/document/api/849/52010#ClusterGroupSetItem)
20
+
21
+ * 新增成员:BillingResourceMode
22
+
23
+
24
+
25
+
1
26
  # Release 4.0.899
2
27
 
3
28
  ## 云应用(cloudapp) 版本:2022-05-30
@@ -1,73 +1,25 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云应用(cloudapp) 版本:2022-05-30
4
-
5
- ### 第 1 次发布
6
-
7
- 发布时间:2024-07-17 10:02:42
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 新增接口:
14
-
15
- * [VerifyLicense](https://cloud.tencent.com/document/api/1689/108874)
16
-
17
- 新增数据结构:
18
-
19
- * [License](https://cloud.tencent.com/document/api/1689/108875#License)
20
- * [SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam)
21
-
22
-
23
-
24
- ## 数据安全治理中心(dsgc) 版本:2019-07-23
25
-
26
- ### 第 16 次发布
27
-
28
- 发布时间:2024-07-18 01:10:11
29
-
30
- 本次发布包含了以下内容:
31
-
32
- 改善已有的文档。
33
-
34
- 修改接口:
35
-
36
- * [CreateDSPADiscoveryTask](https://cloud.tencent.com/document/api/1087/97252)
37
-
38
- * 新增入参:Order, Rows, GlobalOrderField
39
-
40
- * [DescribeDSPAESDataSample](https://cloud.tencent.com/document/api/1087/97209)
41
-
42
- * 新增入参:Order, OrderField
43
-
44
- * [DescribeDSPATaskResultDataSample](https://cloud.tencent.com/document/api/1087/97203)
45
-
46
- * 新增入参:Order, OrderField
47
-
48
-
49
-
50
-
51
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
3
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
52
4
 
53
- ### 第 175 次发布
5
+ ### 第 59 次发布
54
6
 
55
- 发布时间:2024-07-18 01:11:43
7
+ 发布时间:2024-07-19 02:08:08
56
8
 
57
9
  本次发布包含了以下内容:
58
10
 
59
11
  改善已有的文档。
60
12
 
61
- 修改接口:
62
-
63
- * [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
13
+ 修改数据结构:
64
14
 
65
- * 新增入参:OpenId, OrganizationOpenId
15
+ * [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
66
16
 
17
+ * 新增成员:BillingResourceMode
67
18
 
19
+ * [ClusterGroupSetItem](https://cloud.tencent.com/document/api/849/52010#ClusterGroupSetItem)
68
20
 
21
+ * 新增成员:BillingResourceMode
69
22
 
70
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
71
23
 
72
24
 
73
25
 
@@ -31027,12 +30979,12 @@
31027
30979
 
31028
30980
  新增接口:
31029
30981
 
31030
- * [[VerifyLicense](https://cloud.tencent.com/document/api/1689/108874)](https://cloud.tencent.com/document/api/#/#)
30982
+ * [VerifyLicense](https://cloud.tencent.com/document/api/1689/108874)
31031
30983
 
31032
30984
  新增数据结构:
31033
30985
 
31034
- * [[License](https://cloud.tencent.com/document/api/1689/108875#License)](https://cloud.tencent.com/document/api/1689/108875#[License](https://cloud.tencent.com/document/api/1689/108875#License))
31035
- * [[SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam)](https://cloud.tencent.com/document/api/1689/108875#[SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam))
30986
+ * [License](https://cloud.tencent.com/document/api/1689/108875#License)
30987
+ * [SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam)
31036
30988
 
31037
30989
 
31038
30990
 
@@ -98986,6 +98938,25 @@
98986
98938
 
98987
98939
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
98988
98940
 
98941
+ ### 第 59 次发布
98942
+
98943
+ 发布时间:2024-07-19 02:08:08
98944
+
98945
+ 本次发布包含了以下内容:
98946
+
98947
+ 改善已有的文档。
98948
+
98949
+ 修改数据结构:
98950
+
98951
+ * [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
98952
+
98953
+ * 新增成员:BillingResourceMode
98954
+
98955
+ * [ClusterGroupSetItem](https://cloud.tencent.com/document/api/849/52010#ClusterGroupSetItem)
98956
+
98957
+ * 新增成员:BillingResourceMode
98958
+
98959
+
98989
98960
  ### 第 58 次发布
98990
98961
 
98991
98962
  发布时间:2024-07-15 01:16:56
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.899",
3
+ "version": "4.0.900",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -23,7 +23,7 @@
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-06-25 01:07:59 |
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-05-31 01:10:46 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-06-24 01:08:14 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-07-19 01:11:48 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-20 01:08:40 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-04-24 01:05:22 |
@@ -39,7 +39,7 @@
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-07-16 01:09:24 |
42
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-07-16 01:09:31 |
42
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-07-19 01:16:22 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-07-10 01:09:35 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-07-17 01:09:51 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-10 01:10:02 |
@@ -48,7 +48,7 @@
48
48
  | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-06-20 01:19:00 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
50
50
  | cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-07-15 09:37:14 |
51
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-04-10 01:10:22 |
51
+ | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-07-19 01:20:33 |
52
52
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-04-26 01:10:32 |
53
53
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-06-20 01:19:49 |
54
54
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
@@ -57,8 +57,8 @@
57
57
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
58
58
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
59
59
  | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-07-08 01:10:21 |
60
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-07-16 01:11:14 |
61
- | cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 01:06:41 |
60
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-07-19 01:23:35 |
61
+ | cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
62
62
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
63
63
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
64
64
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
@@ -78,7 +78,7 @@
78
78
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-07-16 01:13:41 |
79
79
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
80
80
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
81
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-07-05 01:08:15 |
81
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-07-19 01:34:46 |
82
82
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
83
83
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-07-15 01:09:18 |
84
84
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-11 01:14:04 |
@@ -99,9 +99,9 @@
99
99
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-09 01:14:34 |
100
100
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-17 01:15:53 |
101
101
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-18 01:11:27 |
102
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-18 01:11:43 |
102
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-19 01:45:49 |
103
103
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-07-16 01:16:45 |
104
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-26 01:16:46 |
104
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-07-19 01:47:20 |
105
105
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
106
106
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
107
107
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-17 01:16:44 |
@@ -114,7 +114,7 @@
114
114
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
115
115
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
116
116
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
117
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-07-17 01:17:08 |
117
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-07-19 01:49:42 |
118
118
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
119
119
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
120
120
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
@@ -135,9 +135,9 @@
135
135
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
136
136
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
137
137
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-07-17 01:19:12 |
138
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-07-18 01:14:43 |
139
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-07-12 01:19:39 |
140
- | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-07-17 01:19:55 |
138
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-07-19 01:59:02 |
139
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-07-19 01:59:56 |
140
+ | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-07-19 02:01:23 |
141
141
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
142
142
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
143
143
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
@@ -156,7 +156,7 @@
156
156
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
157
157
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
158
158
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
159
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-15 01:16:56 |
159
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-19 02:08:08 |
160
160
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-09 01:19:41 |
161
161
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
162
162
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-07-12 01:22:08 |
@@ -221,13 +221,13 @@
221
221
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-06-24 01:24:28 |
222
222
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
223
223
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
224
- | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-07-15 01:22:43 |
224
+ | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-07-19 02:32:30 |
225
225
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
226
226
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
227
227
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-07-05 01:19:38 |
228
228
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
229
229
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-21 02:25:01 |
230
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-07-12 01:27:45 |
230
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-07-19 02:33:55 |
231
231
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-07-10 01:27:48 |
232
232
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-11 01:28:05 |
233
233
  | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-07-17 01:28:37 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.899"
1
+ export const sdkVersion = "4.0.900"
@@ -658,8 +658,11 @@ export class Client extends AbstractClient {
658
658
  }
659
659
 
660
660
  /**
661
- * 查询消耗明细
662
- */
661
+ * 查询消耗明细
662
+
663
+ 注意事项:
664
+ 1. 对于消耗明细数据量级很大(例如每月消耗明细量级超过100w)的客户,通过 API 调用明细数据会有超时风险,建议您开通消耗账单数据存储功能,通过存储桶中获取账单文件进行分析。[账单存储至COS桶](https://cloud.tencent.com/document/product/555/61275)
665
+ */
663
666
  async DescribeCostDetail(
664
667
  req: DescribeCostDetailRequest,
665
668
  cb?: (error: string, rep: DescribeCostDetailResponse) => void
@@ -3336,7 +3336,7 @@ export interface DescribeStaffStatusMetricsRequest {
3336
3336
  */
3337
3337
  GroupIdList?: Array<number | bigint>
3338
3338
  /**
3339
- * 筛选坐席状态列表
3339
+ * 筛选坐席状态列表 座席状态 free 示闲 | busy 忙碌 | rest 小休 | notReady 示忙 | afterCallWork 话后调整 | offline 离线
3340
3340
  */
3341
3341
  StatusList?: Array<string>
3342
3342
  }
@@ -438,6 +438,7 @@ export class Client extends AbstractClient {
438
438
 
439
439
  /**
440
440
  * 修改负载均衡实例的属性。支持修改负载均衡实例的名称、设置负载均衡的跨域属性。
441
+ 注意:非带宽上移用户的 CLB 实例必须加入带宽包才可以设置跨域属性。
441
442
  本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
442
443
  */
443
444
  async ModifyLoadBalancerAttributes(
@@ -67,53 +67,11 @@ export interface License {
67
67
  */
68
68
  LicenseId?: string
69
69
  /**
70
- * 软件授权模式。
71
-
72
- <table>
73
- <thead>
74
- <tr>
75
- <th>枚举值</th>
76
- <th>说明</th>
77
- </tr>
78
- </thead>
79
- <tbody><tr>
80
- <td>Permanent</td>
81
- <td>永久授权。该授权不受有效期限制。</td>
82
- </tr>
83
- <tr>
84
- <td>Subscription</td>
85
- <td>订阅授权。授权如果过了有效期,则会进入过期状态。</td>
86
- </tr>
87
- </tbody></table>
70
+ * 软件授权模式。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>Permanent</td><td>永久授权。该授权不受有效期限制。</td></tr><tr><td>Subscription</td><td>订阅授权。授权如果过了有效期,则会进入过期状态。</td></tr></tbody></table>
88
71
  */
89
72
  LicenseMode?: string
90
73
  /**
91
- * 软件的授权状态。
92
-
93
- <table>
94
- <thead>
95
- <tr>
96
- <th>枚举值</th>
97
- <th>说明</th>
98
- </tr>
99
- </thead>
100
- <tbody><tr>
101
- <td>Issued</td>
102
- <td>已颁发,等待激活。一般来说,如果软件已经在运行,不会出现该状态。</td>
103
- </tr>
104
- <tr>
105
- <td>Active</td>
106
- <td>授权在有效期内,这是软件运行期间最常见的状态。</td>
107
- </tr>
108
- <tr>
109
- <td>Expired</td>
110
- <td>授权已过期。订阅类的软件授权有有效期,如果服务器时间已晚于有效期,则会进入过期状态。</td>
111
- </tr>
112
- <tr>
113
- <td>Deactivated</td>
114
- <td>授权已失效。用户如果退货软件,则授权会自动失效。</td>
115
- </tr>
116
- </tbody></table>
74
+ * 软件的授权状态。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>Issued</td><td>已颁发,等待激活。一般来说,如果软件已经在运行,不会出现该状态。</td></tr><tr><td>Active</td><td>授权在有效期内,这是软件运行期间最常见的状态。</td></tr><tr><td>Expired</td><td>授权已过期。订阅类的软件授权有有效期,如果服务器时间已晚于有效期,则会进入过期状态。</td></tr><tr><td>Deactivated</td><td>授权已失效。用户如果退货软件,则授权会自动失效。</td></tr></tbody></table>
117
75
  */
118
76
  LicenseStatus?: string
119
77
  /**
@@ -145,28 +103,7 @@ export interface License {
145
103
  */
146
104
  AuthorizedSpecification?: Array<SaleParam>
147
105
  /**
148
- * 被授权的软件的计费模式。
149
-
150
- <table>
151
- <thead>
152
- <tr>
153
- <th>枚举值</th>
154
- <th>说明</th>
155
- </tr>
156
- </thead>
157
- <tbody><tr>
158
- <td>1</td>
159
- <td>线上计费,软件的授权从腾讯云线上购买,支持续费、退款等操作。</td>
160
- </tr>
161
- <tr>
162
- <td>2</td>
163
- <td>线下计费,软件的授权线下签订合同购买,定向客户交付,无法从线上续费和退款。</td>
164
- </tr>
165
- <tr>
166
- <td>4</td>
167
- <td>免费</td>
168
- </tr>
169
- </tbody></table>
106
+ * 被授权的软件的计费模式。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>1</td><td>线上计费,软件的授权从腾讯云线上购买,支持续费、退款等操作。</td></tr><tr><td>2</td><td>线下计费,软件的授权线下签订合同购买,定向客户交付,无法从线上续费和退款。</td></tr><tr><td>4</td><td>免费</td></tr></tbody></table>
170
107
  */
171
108
  BillingMode?: number
172
109
  /**
@@ -914,7 +914,7 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
914
914
  <tr>
915
915
  <td>企业已激活</td>
916
916
  <td>员工未认证</td>
917
- <td>进入员认证并加入企业流程</td>
917
+ <td>进入员工认证并加入企业流程</td>
918
918
  </tr>
919
919
  <tr>
920
920
  <td>企业已激活</td>
@@ -74,12 +74,13 @@ export interface CheckIdNameDateResponse {
74
74
  -5: 身份信息无效
75
75
  -6: 证件库服务异常
76
76
  -7: 证件库中无此身份证记录
77
+ -8: 认证次数超过当日限制,请次日重试
77
78
  */
78
- Result: string
79
+ Result?: string
79
80
  /**
80
81
  * 业务结果描述。
81
82
  */
82
- Description: string
83
+ Description?: string
83
84
  /**
84
85
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
85
86
  */
@@ -1533,6 +1534,7 @@ export interface PhoneVerificationResponse {
1533
1534
  -8: 姓名校验不通过
1534
1535
  -9: 没有记录
1535
1536
  -11: 验证中心服务繁忙
1537
+ -12: 认证次数超过当日限制,请次日重试
1536
1538
  */
1537
1539
  Result?: string
1538
1540
  /**
@@ -2560,6 +2562,7 @@ export interface CheckPhoneAndNameResponse {
2560
2562
  -3:引擎服务异常
2561
2563
  -4:姓名校验不通过
2562
2564
  -5:手机号码不合法
2565
+ -6: 认证次数超过当日限制,请次日重试
2563
2566
  */
2564
2567
  Result?: string
2565
2568
  /**
@@ -117,7 +117,7 @@ export class Client extends AbstractClient {
117
117
  }
118
118
 
119
119
  /**
120
- * 腾讯混元 Embedding 接口,可以将文本转化为高质量的向量数据。
120
+ * 腾讯混元 Embedding 接口,可以将文本转化为高质量的向量数据。向量维度为1024维。
121
121
  */
122
122
  async GetEmbedding(
123
123
  req: GetEmbeddingRequest,
@@ -152,7 +152,9 @@ export interface Content {
152
152
  */
153
153
  export interface SubmitHunyuanImageJobRequest {
154
154
  /**
155
- * 文本描述。 算法将根据输入的文本智能生成与之相关的图像。 不能为空,推荐使用中文。最多可传100个 utf-8 字符。
155
+ * 文本描述。
156
+ 算法将根据输入的文本智能生成与之相关的图像。
157
+ 不能为空,推荐使用中文。最多可传1024个 utf-8 字符。
156
158
  */
157
159
  Prompt: string
158
160
  /**
@@ -823,11 +823,11 @@ export interface DescribeRegionsResponse {
823
823
  /**
824
824
  * 地域数量。
825
825
  */
826
- TotalCount: number
826
+ TotalCount?: number
827
827
  /**
828
828
  * 地域信息列表。
829
829
  */
830
- RegionSet: Array<RegionInfo>
830
+ RegionSet?: Array<RegionInfo>
831
831
  /**
832
832
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
833
833
  */
@@ -1985,7 +1985,7 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
1985
1985
  /**
1986
1986
  * 创建一个在指定时间启动、结束的录制任务,并使用指定录制模板ID对应的配置进行录制。
1987
1987
  - 使用前提
1988
- 1. 录制文件存放于点播平台,所以用户如需使用录制功能,需首先自行开通点播服务。
1988
+ 1. 录制文件存放于点播平台或对象存储内,所以用户如需使用录制功能,需首先自行开通点播服务或对象存储服务。
1989
1989
  2. 录制文件存放后相关费用(含存储以及下行播放流量)按照点播平台计费方式收取,具体请参考[对应文档](https://cloud.tencent.com/document/product/266/2837)。
1990
1990
  - 注意事项
1991
1991
  1. 断流会结束当前录制并生成录制文件。在结束时间到达之前任务仍然有效,期间只要正常推流都会正常录制,与是否多次推、断流无关。
@@ -2521,6 +2521,11 @@ export interface ClusterGroupSetItem {
2521
2521
  注意:此字段可能返回 null,表示取不到有效值。
2522
2522
  */
2523
2523
  SubEks?: SubEks
2524
+ /**
2525
+ * 默认 "" 包销模式 "exclusiveSale"
2526
+ 注意:此字段可能返回 null,表示取不到有效值。
2527
+ */
2528
+ BillingResourceMode?: string
2524
2529
  }
2525
2530
 
2526
2531
  /**
@@ -2847,6 +2852,11 @@ export interface Cluster {
2847
2852
  注意:此字段可能返回 null,表示取不到有效值。
2848
2853
  */
2849
2854
  ResourceType?: number
2855
+ /**
2856
+ * 集群类型
2857
+ 注意:此字段可能返回 null,表示取不到有效值。
2858
+ */
2859
+ BillingResourceMode?: string
2850
2860
  }
2851
2861
 
2852
2862
  /**
@@ -457,7 +457,7 @@ export interface UpgradeClusterReleaseRequest {
457
457
  */
458
458
  Values?: ReleaseValues
459
459
  /**
460
- * 制品来源,范围:tke-market 或 other默认值:tke-market
460
+ * 制品来源,范围:tke-market 或 other 默认值:tke-market,示例值:tke-market
461
461
  */
462
462
  ChartFrom?: string
463
463
  /**
@@ -477,7 +477,7 @@ export interface UpgradeClusterReleaseRequest {
477
477
  */
478
478
  Password?: string
479
479
  /**
480
- * 制品命名空间
480
+ * 制品命名空间,ChartFrom为tke-market时ChartNamespace不为空,值为DescribeProducts接口反馈的Namespace
481
481
  */
482
482
  ChartNamespace?: string
483
483
  /**
@@ -8730,7 +8730,7 @@ export interface CreateClusterReleaseRequest {
8730
8730
  */
8731
8731
  Values?: ReleaseValues
8732
8732
  /**
8733
- * 制品来源,范围:tke-market 或 other
8733
+ * 制品来源,范围:tke-market 或 other默认值:tke-market。
8734
8734
  */
8735
8735
  ChartFrom?: string
8736
8736
  /**
@@ -8750,7 +8750,7 @@ export interface CreateClusterReleaseRequest {
8750
8750
  */
8751
8751
  Password?: string
8752
8752
  /**
8753
- * 制品命名空间
8753
+ * 制品命名空间,ChartFrom为tke-market时ChartNamespace不为空,值为DescribeProducts接口反馈的Namespace
8754
8754
  */
8755
8755
  ChartNamespace?: string
8756
8756
  /**
@@ -485,9 +485,8 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
485
485
  }
486
486
 
487
487
  /**
488
- * 将一个在线媒体流推到TRTC房间。
489
- 使用此接口的前提条件:需要购买 [尊享版或旗舰版套餐包](https://cloud.tencent.com/document/product/647/85386
490
- )
488
+ * 将一个在线媒体流推到TRTC房间,更多功能说明见[输入媒体流进房](https://cloud.tencent.com/document/product/647/102957#50940aad-d90f-4473-9f46-d5dd46917653)。
489
+ 使用输入在线媒体流功能需先订阅 [尊享版或旗舰版套餐包](https://cloud.tencent.com/document/product/647/85386) 解锁能力位。
491
490
  */
492
491
  async StartStreamIngest(
493
492
  req: StartStreamIngestRequest,
@@ -1845,7 +1845,7 @@ export interface StartStreamIngestRequest {
1845
1845
  */
1846
1846
  UserSig: string
1847
1847
  /**
1848
- * 源流URL。历史原因本字段【必填】。如果是视频流,分辨率请保持不变。
1848
+ * 源流URL【必填】。如果是视频流,分辨率请保持不变。
1849
1849
  */
1850
1850
  StreamUrl?: string
1851
1851
  /**
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.899";
1
+ export declare const sdkVersion = "4.0.900";
@@ -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.899";
4
+ exports.sdkVersion = "4.0.900";
@@ -189,6 +189,9 @@ export declare class Client extends AbstractClient {
189
189
  DescribeBillSummaryByProduct(req: DescribeBillSummaryByProductRequest, cb?: (error: string, rep: DescribeBillSummaryByProductResponse) => void): Promise<DescribeBillSummaryByProductResponse>;
190
190
  /**
191
191
  * 查询消耗明细
192
+
193
+ 注意事项:
194
+ 1. 对于消耗明细数据量级很大(例如每月消耗明细量级超过100w)的客户,通过 API 调用明细数据会有超时风险,建议您开通消耗账单数据存储功能,通过存储桶中获取账单文件进行分析。[账单存储至COS桶](https://cloud.tencent.com/document/product/555/61275)
192
195
  */
193
196
  DescribeCostDetail(req: DescribeCostDetailRequest, cb?: (error: string, rep: DescribeCostDetailResponse) => void): Promise<DescribeCostDetailResponse>;
194
197
  }
@@ -297,6 +297,9 @@ class Client extends abstract_client_1.AbstractClient {
297
297
  }
298
298
  /**
299
299
  * 查询消耗明细
300
+
301
+ 注意事项:
302
+ 1. 对于消耗明细数据量级很大(例如每月消耗明细量级超过100w)的客户,通过 API 调用明细数据会有超时风险,建议您开通消耗账单数据存储功能,通过存储桶中获取账单文件进行分析。[账单存储至COS桶](https://cloud.tencent.com/document/product/555/61275)
300
303
  */
301
304
  async DescribeCostDetail(req, cb) {
302
305
  return this.request("DescribeCostDetail", req, cb);
@@ -3191,7 +3191,7 @@ export interface DescribeStaffStatusMetricsRequest {
3191
3191
  */
3192
3192
  GroupIdList?: Array<number | bigint>;
3193
3193
  /**
3194
- * 筛选坐席状态列表
3194
+ * 筛选坐席状态列表 座席状态 free 示闲 | busy 忙碌 | rest 小休 | notReady 示忙 | afterCallWork 话后调整 | offline 离线
3195
3195
  */
3196
3196
  StatusList?: Array<string>;
3197
3197
  }
@@ -78,6 +78,7 @@ export declare class Client extends AbstractClient {
78
78
  DeregisterTargets(req: DeregisterTargetsRequest, cb?: (error: string, rep: DeregisterTargetsResponse) => void): Promise<DeregisterTargetsResponse>;
79
79
  /**
80
80
  * 修改负载均衡实例的属性。支持修改负载均衡实例的名称、设置负载均衡的跨域属性。
81
+ 注意:非带宽上移用户的 CLB 实例必须加入带宽包才可以设置跨域属性。
81
82
  本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
82
83
  */
83
84
  ModifyLoadBalancerAttributes(req: ModifyLoadBalancerAttributesRequest, cb?: (error: string, rep: ModifyLoadBalancerAttributesResponse) => void): Promise<ModifyLoadBalancerAttributesResponse>;
@@ -130,6 +130,7 @@ class Client extends abstract_client_1.AbstractClient {
130
130
  }
131
131
  /**
132
132
  * 修改负载均衡实例的属性。支持修改负载均衡实例的名称、设置负载均衡的跨域属性。
133
+ 注意:非带宽上移用户的 CLB 实例必须加入带宽包才可以设置跨域属性。
133
134
  本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
134
135
  */
135
136
  async ModifyLoadBalancerAttributes(req, cb) {
@@ -47,53 +47,11 @@ export interface License {
47
47
  */
48
48
  LicenseId?: string;
49
49
  /**
50
- * 软件授权模式。
51
-
52
- <table>
53
- <thead>
54
- <tr>
55
- <th>枚举值</th>
56
- <th>说明</th>
57
- </tr>
58
- </thead>
59
- <tbody><tr>
60
- <td>Permanent</td>
61
- <td>永久授权。该授权不受有效期限制。</td>
62
- </tr>
63
- <tr>
64
- <td>Subscription</td>
65
- <td>订阅授权。授权如果过了有效期,则会进入过期状态。</td>
66
- </tr>
67
- </tbody></table>
50
+ * 软件授权模式。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>Permanent</td><td>永久授权。该授权不受有效期限制。</td></tr><tr><td>Subscription</td><td>订阅授权。授权如果过了有效期,则会进入过期状态。</td></tr></tbody></table>
68
51
  */
69
52
  LicenseMode?: string;
70
53
  /**
71
- * 软件的授权状态。
72
-
73
- <table>
74
- <thead>
75
- <tr>
76
- <th>枚举值</th>
77
- <th>说明</th>
78
- </tr>
79
- </thead>
80
- <tbody><tr>
81
- <td>Issued</td>
82
- <td>已颁发,等待激活。一般来说,如果软件已经在运行,不会出现该状态。</td>
83
- </tr>
84
- <tr>
85
- <td>Active</td>
86
- <td>授权在有效期内,这是软件运行期间最常见的状态。</td>
87
- </tr>
88
- <tr>
89
- <td>Expired</td>
90
- <td>授权已过期。订阅类的软件授权有有效期,如果服务器时间已晚于有效期,则会进入过期状态。</td>
91
- </tr>
92
- <tr>
93
- <td>Deactivated</td>
94
- <td>授权已失效。用户如果退货软件,则授权会自动失效。</td>
95
- </tr>
96
- </tbody></table>
54
+ * 软件的授权状态。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>Issued</td><td>已颁发,等待激活。一般来说,如果软件已经在运行,不会出现该状态。</td></tr><tr><td>Active</td><td>授权在有效期内,这是软件运行期间最常见的状态。</td></tr><tr><td>Expired</td><td>授权已过期。订阅类的软件授权有有效期,如果服务器时间已晚于有效期,则会进入过期状态。</td></tr><tr><td>Deactivated</td><td>授权已失效。用户如果退货软件,则授权会自动失效。</td></tr></tbody></table>
97
55
  */
98
56
  LicenseStatus?: string;
99
57
  /**
@@ -125,28 +83,7 @@ export interface License {
125
83
  */
126
84
  AuthorizedSpecification?: Array<SaleParam>;
127
85
  /**
128
- * 被授权的软件的计费模式。
129
-
130
- <table>
131
- <thead>
132
- <tr>
133
- <th>枚举值</th>
134
- <th>说明</th>
135
- </tr>
136
- </thead>
137
- <tbody><tr>
138
- <td>1</td>
139
- <td>线上计费,软件的授权从腾讯云线上购买,支持续费、退款等操作。</td>
140
- </tr>
141
- <tr>
142
- <td>2</td>
143
- <td>线下计费,软件的授权线下签订合同购买,定向客户交付,无法从线上续费和退款。</td>
144
- </tr>
145
- <tr>
146
- <td>4</td>
147
- <td>免费</td>
148
- </tr>
149
- </tbody></table>
86
+ * 被授权的软件的计费模式。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>1</td><td>线上计费,软件的授权从腾讯云线上购买,支持续费、退款等操作。</td></tr><tr><td>2</td><td>线下计费,软件的授权线下签订合同购买,定向客户交付,无法从线上续费和退款。</td></tr><tr><td>4</td><td>免费</td></tr></tbody></table>
150
87
  */
151
88
  BillingMode?: number;
152
89
  /**
@@ -473,7 +473,7 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
473
473
  <tr>
474
474
  <td>企业已激活</td>
475
475
  <td>员工未认证</td>
476
- <td>进入员认证并加入企业流程</td>
476
+ <td>进入员工认证并加入企业流程</td>
477
477
  </tr>
478
478
  <tr>
479
479
  <td>企业已激活</td>
@@ -555,7 +555,7 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
555
555
  <tr>
556
556
  <td>企业已激活</td>
557
557
  <td>员工未认证</td>
558
- <td>进入员认证并加入企业流程</td>
558
+ <td>进入员工认证并加入企业流程</td>
559
559
  </tr>
560
560
  <tr>
561
561
  <td>企业已激活</td>
@@ -54,12 +54,13 @@ export interface CheckIdNameDateResponse {
54
54
  -5: 身份信息无效
55
55
  -6: 证件库服务异常
56
56
  -7: 证件库中无此身份证记录
57
+ -8: 认证次数超过当日限制,请次日重试
57
58
  */
58
- Result: string;
59
+ Result?: string;
59
60
  /**
60
61
  * 业务结果描述。
61
62
  */
62
- Description: string;
63
+ Description?: string;
63
64
  /**
64
65
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
65
66
  */
@@ -1470,6 +1471,7 @@ export interface PhoneVerificationResponse {
1470
1471
  -8: 姓名校验不通过
1471
1472
  -9: 没有记录
1472
1473
  -11: 验证中心服务繁忙
1474
+ -12: 认证次数超过当日限制,请次日重试
1473
1475
  */
1474
1476
  Result?: string;
1475
1477
  /**
@@ -2469,6 +2471,7 @@ export interface CheckPhoneAndNameResponse {
2469
2471
  -3:引擎服务异常
2470
2472
  -4:姓名校验不通过
2471
2473
  -5:手机号码不合法
2474
+ -6: 认证次数超过当日限制,请次日重试
2472
2475
  */
2473
2476
  Result?: string;
2474
2477
  /**
@@ -40,7 +40,7 @@ export declare class Client extends AbstractClient {
40
40
  */
41
41
  TextToImageLite(req: TextToImageLiteRequest, cb?: (error: string, rep: TextToImageLiteResponse) => void): Promise<TextToImageLiteResponse>;
42
42
  /**
43
- * 腾讯混元 Embedding 接口,可以将文本转化为高质量的向量数据。
43
+ * 腾讯混元 Embedding 接口,可以将文本转化为高质量的向量数据。向量维度为1024维。
44
44
  */
45
45
  GetEmbedding(req: GetEmbeddingRequest, cb?: (error: string, rep: GetEmbeddingResponse) => void): Promise<GetEmbeddingResponse>;
46
46
  }
@@ -70,7 +70,7 @@ class Client extends abstract_client_1.AbstractClient {
70
70
  return this.request("TextToImageLite", req, cb);
71
71
  }
72
72
  /**
73
- * 腾讯混元 Embedding 接口,可以将文本转化为高质量的向量数据。
73
+ * 腾讯混元 Embedding 接口,可以将文本转化为高质量的向量数据。向量维度为1024维。
74
74
  */
75
75
  async GetEmbedding(req, cb) {
76
76
  return this.request("GetEmbedding", req, cb);
@@ -131,7 +131,9 @@ export interface Content {
131
131
  */
132
132
  export interface SubmitHunyuanImageJobRequest {
133
133
  /**
134
- * 文本描述。 算法将根据输入的文本智能生成与之相关的图像。 不能为空,推荐使用中文。最多可传100个 utf-8 字符。
134
+ * 文本描述。
135
+ 算法将根据输入的文本智能生成与之相关的图像。
136
+ 不能为空,推荐使用中文。最多可传1024个 utf-8 字符。
135
137
  */
136
138
  Prompt: string;
137
139
  /**
@@ -764,11 +764,11 @@ export interface DescribeRegionsResponse {
764
764
  /**
765
765
  * 地域数量。
766
766
  */
767
- TotalCount: number;
767
+ TotalCount?: number;
768
768
  /**
769
769
  * 地域信息列表。
770
770
  */
771
- RegionSet: Array<RegionInfo>;
771
+ RegionSet?: Array<RegionInfo>;
772
772
  /**
773
773
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
774
774
  */
@@ -702,7 +702,7 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
702
702
  /**
703
703
  * 创建一个在指定时间启动、结束的录制任务,并使用指定录制模板ID对应的配置进行录制。
704
704
  - 使用前提
705
- 1. 录制文件存放于点播平台,所以用户如需使用录制功能,需首先自行开通点播服务。
705
+ 1. 录制文件存放于点播平台或对象存储内,所以用户如需使用录制功能,需首先自行开通点播服务或对象存储服务。
706
706
  2. 录制文件存放后相关费用(含存储以及下行播放流量)按照点播平台计费方式收取,具体请参考[对应文档](https://cloud.tencent.com/document/product/266/2837)。
707
707
  - 注意事项
708
708
  1. 断流会结束当前录制并生成录制文件。在结束时间到达之前任务仍然有效,期间只要正常推流都会正常录制,与是否多次推、断流无关。
@@ -1010,7 +1010,7 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
1010
1010
  /**
1011
1011
  * 创建一个在指定时间启动、结束的录制任务,并使用指定录制模板ID对应的配置进行录制。
1012
1012
  - 使用前提
1013
- 1. 录制文件存放于点播平台,所以用户如需使用录制功能,需首先自行开通点播服务。
1013
+ 1. 录制文件存放于点播平台或对象存储内,所以用户如需使用录制功能,需首先自行开通点播服务或对象存储服务。
1014
1014
  2. 录制文件存放后相关费用(含存储以及下行播放流量)按照点播平台计费方式收取,具体请参考[对应文档](https://cloud.tencent.com/document/product/266/2837)。
1015
1015
  - 注意事项
1016
1016
  1. 断流会结束当前录制并生成录制文件。在结束时间到达之前任务仍然有效,期间只要正常推流都会正常录制,与是否多次推、断流无关。
@@ -2411,6 +2411,11 @@ export interface ClusterGroupSetItem {
2411
2411
  注意:此字段可能返回 null,表示取不到有效值。
2412
2412
  */
2413
2413
  SubEks?: SubEks;
2414
+ /**
2415
+ * 默认 "" 包销模式 "exclusiveSale"
2416
+ 注意:此字段可能返回 null,表示取不到有效值。
2417
+ */
2418
+ BillingResourceMode?: string;
2414
2419
  }
2415
2420
  /**
2416
2421
  * DescribeJobConfigs请求参数结构体
@@ -2731,6 +2736,11 @@ export interface Cluster {
2731
2736
  注意:此字段可能返回 null,表示取不到有效值。
2732
2737
  */
2733
2738
  ResourceType?: number;
2739
+ /**
2740
+ * 集群类型
2741
+ 注意:此字段可能返回 null,表示取不到有效值。
2742
+ */
2743
+ BillingResourceMode?: string;
2734
2744
  }
2735
2745
  /**
2736
2746
  * DescribeJobSubmissionLog请求参数结构体
@@ -421,7 +421,7 @@ export interface UpgradeClusterReleaseRequest {
421
421
  */
422
422
  Values?: ReleaseValues;
423
423
  /**
424
- * 制品来源,范围:tke-market 或 other默认值:tke-market
424
+ * 制品来源,范围:tke-market 或 other 默认值:tke-market,示例值:tke-market
425
425
  */
426
426
  ChartFrom?: string;
427
427
  /**
@@ -441,7 +441,7 @@ export interface UpgradeClusterReleaseRequest {
441
441
  */
442
442
  Password?: string;
443
443
  /**
444
- * 制品命名空间
444
+ * 制品命名空间,ChartFrom为tke-market时ChartNamespace不为空,值为DescribeProducts接口反馈的Namespace
445
445
  */
446
446
  ChartNamespace?: string;
447
447
  /**
@@ -8320,7 +8320,7 @@ export interface CreateClusterReleaseRequest {
8320
8320
  */
8321
8321
  Values?: ReleaseValues;
8322
8322
  /**
8323
- * 制品来源,范围:tke-market 或 other
8323
+ * 制品来源,范围:tke-market 或 other默认值:tke-market。
8324
8324
  */
8325
8325
  ChartFrom?: string;
8326
8326
  /**
@@ -8340,7 +8340,7 @@ export interface CreateClusterReleaseRequest {
8340
8340
  */
8341
8341
  Password?: string;
8342
8342
  /**
8343
- * 制品命名空间
8343
+ * 制品命名空间,ChartFrom为tke-market时ChartNamespace不为空,值为DescribeProducts接口反馈的Namespace
8344
8344
  */
8345
8345
  ChartNamespace?: string;
8346
8346
  /**
@@ -207,9 +207,8 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
207
207
  */
208
208
  StartMCUMixTranscodeByStrRoomId(req: StartMCUMixTranscodeByStrRoomIdRequest, cb?: (error: string, rep: StartMCUMixTranscodeByStrRoomIdResponse) => void): Promise<StartMCUMixTranscodeByStrRoomIdResponse>;
209
209
  /**
210
- * 将一个在线媒体流推到TRTC房间。
211
- 使用此接口的前提条件:需要购买 [尊享版或旗舰版套餐包](https://cloud.tencent.com/document/product/647/85386
212
- )
210
+ * 将一个在线媒体流推到TRTC房间,更多功能说明见[输入媒体流进房](https://cloud.tencent.com/document/product/647/102957#50940aad-d90f-4473-9f46-d5dd46917653)。
211
+ 使用输入在线媒体流功能需先订阅 [尊享版或旗舰版套餐包](https://cloud.tencent.com/document/product/647/85386) 解锁能力位。
213
212
  */
214
213
  StartStreamIngest(req: StartStreamIngestRequest, cb?: (error: string, rep: StartStreamIngestResponse) => void): Promise<StartStreamIngestResponse>;
215
214
  /**
@@ -253,9 +253,8 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
253
253
  return this.request("StartMCUMixTranscodeByStrRoomId", req, cb);
254
254
  }
255
255
  /**
256
- * 将一个在线媒体流推到TRTC房间。
257
- 使用此接口的前提条件:需要购买 [尊享版或旗舰版套餐包](https://cloud.tencent.com/document/product/647/85386
258
- )
256
+ * 将一个在线媒体流推到TRTC房间,更多功能说明见[输入媒体流进房](https://cloud.tencent.com/document/product/647/102957#50940aad-d90f-4473-9f46-d5dd46917653)。
257
+ 使用输入在线媒体流功能需先订阅 [尊享版或旗舰版套餐包](https://cloud.tencent.com/document/product/647/85386) 解锁能力位。
259
258
  */
260
259
  async StartStreamIngest(req, cb) {
261
260
  return this.request("StartStreamIngest", req, cb);
@@ -1748,7 +1748,7 @@ export interface StartStreamIngestRequest {
1748
1748
  */
1749
1749
  UserSig: string;
1750
1750
  /**
1751
- * 源流URL。历史原因本字段【必填】。如果是视频流,分辨率请保持不变。
1751
+ * 源流URL【必填】。如果是视频流,分辨率请保持不变。
1752
1752
  */
1753
1753
  StreamUrl?: string;
1754
1754
  /**