tencentcloud-sdk-nodejs 4.0.597 → 4.0.599
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 +378 -0
- package/SERVICE_CHANGELOG.md +367 -230
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +12 -2
- package/src/services/cfg/v20210820/cfg_models.ts +12 -0
- package/src/services/cfw/v20190904/cfw_models.ts +30 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +37 -3
- package/src/services/dasb/v20191018/dasb_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +25 -2
- package/src/services/eis/v20210601/eis_models.ts +6 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -2
- package/src/services/fmu/v20191213/fmu_models.ts +3 -3
- package/src/services/lcic/v20220817/lcic_client.ts +12 -0
- package/src/services/lcic/v20220817/lcic_models.ts +50 -0
- package/src/services/mps/v20190612/mps_models.ts +9 -4
- package/src/services/mrs/v20200910/mrs_models.ts +2 -2
- package/src/services/scf/v20180416/scf_models.ts +11 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +108 -0
- package/src/services/tione/v20211111/tione_models.ts +24 -12
- package/src/services/tke/v20180525/tke_client.ts +49 -4
- package/src/services/tke/v20180525/tke_models.ts +483 -106
- package/src/services/trp/v20210515/trp_models.ts +1 -1
- package/src/services/tse/v20201207/tse_models.ts +6 -0
- package/src/services/vpc/v20170312/vpc_client.ts +26 -12
- package/src/services/vpc/v20170312/vpc_models.ts +90 -8
- package/src/services/vrs/v20200824/vrs_models.ts +3 -3
- package/src/services/wedata/v20210820/wedata_models.ts +6 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +10 -2
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +10 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +25 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -3
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -2
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -2
- package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +3 -3
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +44 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +7 -2
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2 -2
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +90 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +22 -12
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +416 -90
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +13 -8
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +15 -8
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +77 -8
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +3 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tke.v20180525.test.js +30 -0
- package/test/vpc.v20170312.test.js +12 -2
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-03-30 01:02:33 |
|
|
18
|
-
| apm | [
|
|
18
|
+
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-05-16 01:07:49 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-05-12 01:03:02 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-05-11 01:03:26 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
|
|
@@ -39,67 +39,67 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-08 01:10:15 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-04-24 01:05:46 |
|
|
42
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-05-
|
|
42
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-05-16 01:11:58 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-05-08 01:11:11 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-05-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-05-15 01:12:13 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-05-09 01:06:58 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-05-08 01:12:20 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-21 01:13:12 |
|
|
49
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-
|
|
49
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-05-16 01:15:24 |
|
|
50
50
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-25 01:11:04 |
|
|
51
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-05-
|
|
51
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-05-16 01:16:01 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-03-30 01:09:19 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-03-30 01:09:27 |
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-03-30 01:09:33 |
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-05-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-05-15 01:23:02 |
|
|
58
58
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-05-10 01:12:15 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-04-05 01:18:15 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-05-09 01:09:45 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-05-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-05-15 01:24:41 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-05-01 01:14:33 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
68
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-05-08 10:25:58 |
|
|
69
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-
|
|
70
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-05-
|
|
69
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-16 01:21:14 |
|
|
70
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-05-16 01:22:17 |
|
|
71
71
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
72
72
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-05-11 01:17:45 |
|
|
73
|
-
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-05-
|
|
73
|
+
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-05-16 01:42:08 |
|
|
74
74
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
75
75
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
|
|
76
76
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-05-10 01:19:56 |
|
|
77
77
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-09 01:15:24 |
|
|
78
78
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-04-07 01:43:48 |
|
|
79
79
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
|
|
80
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-
|
|
80
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-05-15 01:32:47 |
|
|
81
81
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-04-26 01:20:43 |
|
|
82
82
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-09 01:16:42 |
|
|
83
83
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-03-30 01:36:07 |
|
|
84
84
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-03-30 01:36:11 |
|
|
85
85
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
86
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-05-
|
|
86
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-05-16 01:46:10 |
|
|
87
87
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-04-11 01:18:48 |
|
|
88
88
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-03-30 01:36:45 |
|
|
89
89
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-05-05 01:16:29 |
|
|
90
90
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-04-24 01:17:53 |
|
|
91
91
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-03-30 01:37:29 |
|
|
92
|
-
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-
|
|
92
|
+
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-15 01:37:48 |
|
|
93
93
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-05-11 01:24:03 |
|
|
94
94
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-11 01:24:36 |
|
|
95
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-05-
|
|
96
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-
|
|
95
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-05-15 01:38:30 |
|
|
96
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-15 01:38:51 |
|
|
97
97
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-04-20 16:06:06 |
|
|
98
98
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-09 01:19:38 |
|
|
99
|
-
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-
|
|
99
|
+
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-15 18:30:53 |
|
|
100
100
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
|
|
101
101
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-05-09 01:20:01 |
|
|
102
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-
|
|
102
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-05-16 01:51:43 |
|
|
103
103
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-04-20 01:23:06 |
|
|
104
104
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
105
105
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-11 01:27:03 |
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
|
|
125
125
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-04-24 01:28:29 |
|
|
126
126
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-04-28 01:28:18 |
|
|
127
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-05-
|
|
127
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-05-16 01:58:33 |
|
|
128
128
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-05-10 01:33:30 |
|
|
129
129
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-05-10 01:34:14 |
|
|
130
130
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
|
|
138
138
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-11 01:28:42 |
|
|
139
139
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-05-12 01:36:37 |
|
|
140
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-
|
|
141
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-
|
|
140
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-05-16 02:02:46 |
|
|
141
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-15 01:50:55 |
|
|
142
142
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-05-08 01:41:34 |
|
|
143
143
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-03-30 01:49:22 |
|
|
144
144
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
|
|
160
160
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
161
161
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-12 01:43:18 |
|
|
162
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-05-
|
|
162
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-05-15 01:55:08 |
|
|
163
163
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-05-09 01:36:33 |
|
|
164
164
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-03-30 01:52:35 |
|
|
165
165
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-04-03 01:30:29 |
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-05-12 01:48:26 |
|
|
192
192
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
|
|
193
193
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
|
|
194
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-05-
|
|
194
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-05-16 02:15:18 |
|
|
195
195
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
|
|
196
196
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-04-20 01:41:18 |
|
|
197
197
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-12 01:52:04 |
|
|
@@ -202,18 +202,18 @@
|
|
|
202
202
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-03-30 02:30:06 |
|
|
203
203
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
204
204
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-05-08 01:57:16 |
|
|
205
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-05-
|
|
205
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-05-16 02:19:20 |
|
|
206
206
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-14 01:58:42 |
|
|
207
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-05-
|
|
207
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-05-16 02:20:16 |
|
|
208
208
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
209
209
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
|
|
210
210
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-04-25 01:57:23 |
|
|
211
211
|
| tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-04-07 10:20:53 |
|
|
212
212
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
213
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-
|
|
213
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-05-15 02:07:48 |
|
|
214
214
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-12 02:06:17 |
|
|
215
215
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-05-11 01:54:38 |
|
|
216
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-
|
|
216
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-05-16 02:36:35 |
|
|
217
217
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-05-11 01:55:10 |
|
|
218
218
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
|
|
219
219
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-05-10 01:58:33 |
|
|
@@ -221,11 +221,11 @@
|
|
|
221
221
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
|
|
222
222
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
|
|
223
223
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-05-10 01:59:01 |
|
|
224
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-
|
|
225
|
-
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-
|
|
224
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-16 02:40:13 |
|
|
225
|
+
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-05-15 02:14:20 |
|
|
226
226
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-05-08 02:03:46 |
|
|
227
227
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-09 01:55:56 |
|
|
228
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-05-
|
|
228
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-05-15 02:15:00 |
|
|
229
229
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
230
230
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-04-28 01:49:51 |
|
|
231
231
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.599"
|
|
@@ -526,6 +526,16 @@ export interface DescribeRollbackRangeTimeRequest {
|
|
|
526
526
|
* 实例 ID 列表,单个实例 ID 的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
|
527
527
|
*/
|
|
528
528
|
InstanceIds: Array<string>
|
|
529
|
+
|
|
530
|
+
/**
|
|
531
|
+
* 克隆实例与源实例是否在同一可用区,是:"false",否:"true"
|
|
532
|
+
*/
|
|
533
|
+
IsRemoteZone?: string
|
|
534
|
+
|
|
535
|
+
/**
|
|
536
|
+
* 克隆实例与源实例不在同一地域时需填写克隆实例所在地域,例:"ap-guangzhou"
|
|
537
|
+
*/
|
|
538
|
+
BackupRegion?: string
|
|
529
539
|
}
|
|
530
540
|
|
|
531
541
|
/**
|
|
@@ -2462,12 +2472,12 @@ export interface DescribeRollbackRangeTimeResponse {
|
|
|
2462
2472
|
/**
|
|
2463
2473
|
* 符合查询条件的实例总数。
|
|
2464
2474
|
*/
|
|
2465
|
-
TotalCount
|
|
2475
|
+
TotalCount: number
|
|
2466
2476
|
|
|
2467
2477
|
/**
|
|
2468
2478
|
* 返回的参数信息。
|
|
2469
2479
|
*/
|
|
2470
|
-
Items
|
|
2480
|
+
Items: Array<InstanceRollbackRangeTime>
|
|
2471
2481
|
|
|
2472
2482
|
/**
|
|
2473
2483
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -921,6 +921,18 @@ export interface Task {
|
|
|
921
921
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
922
922
|
*/
|
|
923
923
|
Tags?: Array<TagWithDescribe>
|
|
924
|
+
|
|
925
|
+
/**
|
|
926
|
+
* 关联的演练计划ID
|
|
927
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
928
|
+
*/
|
|
929
|
+
TaskPlanId?: number
|
|
930
|
+
|
|
931
|
+
/**
|
|
932
|
+
* 关联的演练计划名称
|
|
933
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
934
|
+
*/
|
|
935
|
+
TaskPlanTitle?: string
|
|
924
936
|
}
|
|
925
937
|
|
|
926
938
|
/**
|
|
@@ -2252,6 +2252,36 @@ export interface SecurityGroupListData {
|
|
|
2252
2252
|
* 是否使用端口协议模板,0:否,1:是
|
|
2253
2253
|
*/
|
|
2254
2254
|
ProtocolPortType?: number
|
|
2255
|
+
|
|
2256
|
+
/**
|
|
2257
|
+
* Uuid
|
|
2258
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2259
|
+
*/
|
|
2260
|
+
Uuid?: string
|
|
2261
|
+
|
|
2262
|
+
/**
|
|
2263
|
+
* 地域
|
|
2264
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2265
|
+
*/
|
|
2266
|
+
Region?: string
|
|
2267
|
+
|
|
2268
|
+
/**
|
|
2269
|
+
* 资产分组名称
|
|
2270
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2271
|
+
*/
|
|
2272
|
+
AssetGroupNameIn?: string
|
|
2273
|
+
|
|
2274
|
+
/**
|
|
2275
|
+
* 资产分组名称
|
|
2276
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2277
|
+
*/
|
|
2278
|
+
AssetGroupNameOut?: string
|
|
2279
|
+
|
|
2280
|
+
/**
|
|
2281
|
+
* 模板名称
|
|
2282
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2283
|
+
*/
|
|
2284
|
+
ParameterName?: string
|
|
2255
2285
|
}
|
|
2256
2286
|
|
|
2257
2287
|
/**
|
|
@@ -779,12 +779,12 @@ export interface DescribeInstancesResponse {
|
|
|
779
779
|
/**
|
|
780
780
|
* 符合条件的实例数量。
|
|
781
781
|
*/
|
|
782
|
-
TotalCount
|
|
782
|
+
TotalCount?: number
|
|
783
783
|
|
|
784
784
|
/**
|
|
785
785
|
* 实例详细信息列表。
|
|
786
786
|
*/
|
|
787
|
-
InstanceSet
|
|
787
|
+
InstanceSet?: Array<Instance>
|
|
788
788
|
|
|
789
789
|
/**
|
|
790
790
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4863,6 +4863,11 @@ export interface DescribeVulListRequest {
|
|
|
4863
4863
|
<li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>
|
|
4864
4864
|
<li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li>
|
|
4865
4865
|
<li>Labels- string- 是否必填:否 - 标签搜索</li>
|
|
4866
|
+
<li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li>
|
|
4867
|
+
<li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li>
|
|
4868
|
+
<li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>
|
|
4869
|
+
|
|
4870
|
+
|
|
4866
4871
|
*/
|
|
4867
4872
|
Filters?: Array<Filters>
|
|
4868
4873
|
|
|
@@ -7262,6 +7267,17 @@ export interface LicenseBindTaskDetail {
|
|
|
7262
7267
|
* 0 执行中, 1 成功,2失败
|
|
7263
7268
|
*/
|
|
7264
7269
|
Status: number
|
|
7270
|
+
|
|
7271
|
+
/**
|
|
7272
|
+
* 修复建议
|
|
7273
|
+
*/
|
|
7274
|
+
FixMessage?: string
|
|
7275
|
+
|
|
7276
|
+
/**
|
|
7277
|
+
* 机器额外信息
|
|
7278
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7279
|
+
*/
|
|
7280
|
+
MachineExtraInfo?: MachineExtraInfo
|
|
7265
7281
|
}
|
|
7266
7282
|
|
|
7267
7283
|
/**
|
|
@@ -7942,19 +7958,19 @@ export interface DescribeVulListResponse {
|
|
|
7942
7958
|
* 漏洞列表
|
|
7943
7959
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7944
7960
|
*/
|
|
7945
|
-
VulInfoList
|
|
7961
|
+
VulInfoList?: Array<VulInfoList>
|
|
7946
7962
|
|
|
7947
7963
|
/**
|
|
7948
7964
|
* 漏洞总条数
|
|
7949
7965
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7950
7966
|
*/
|
|
7951
|
-
TotalCount
|
|
7967
|
+
TotalCount?: number
|
|
7952
7968
|
|
|
7953
7969
|
/**
|
|
7954
7970
|
* 重点关注漏洞总数
|
|
7955
7971
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7956
7972
|
*/
|
|
7957
|
-
FollowVulCount
|
|
7973
|
+
FollowVulCount?: number
|
|
7958
7974
|
|
|
7959
7975
|
/**
|
|
7960
7976
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -18521,6 +18537,24 @@ export interface VulInfoList {
|
|
|
18521
18537
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18522
18538
|
*/
|
|
18523
18539
|
VulCategory: number
|
|
18540
|
+
|
|
18541
|
+
/**
|
|
18542
|
+
* 攻击热度级别
|
|
18543
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18544
|
+
*/
|
|
18545
|
+
AttackLevel?: number
|
|
18546
|
+
|
|
18547
|
+
/**
|
|
18548
|
+
* 漏洞修复后是否需要重启
|
|
18549
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18550
|
+
*/
|
|
18551
|
+
FixNoNeedRestart?: boolean
|
|
18552
|
+
|
|
18553
|
+
/**
|
|
18554
|
+
* 检测方式0 - 版本比对, 1 - POC验证
|
|
18555
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18556
|
+
*/
|
|
18557
|
+
Method?: number
|
|
18524
18558
|
}
|
|
18525
18559
|
|
|
18526
18560
|
/**
|
|
@@ -1203,7 +1203,7 @@ export interface CreateAclRequest {
|
|
|
1203
1203
|
CmdTemplateIdSet?: Array<number>
|
|
1204
1204
|
|
|
1205
1205
|
/**
|
|
1206
|
-
* 关联高危DB
|
|
1206
|
+
* 关联高危DB模板ID
|
|
1207
1207
|
*/
|
|
1208
1208
|
ACTemplateIdSet?: Array<string>
|
|
1209
1209
|
|
|
@@ -1536,7 +1536,7 @@ export interface ModifyAclRequest {
|
|
|
1536
1536
|
CmdTemplateIdSet?: Array<number>
|
|
1537
1537
|
|
|
1538
1538
|
/**
|
|
1539
|
-
* 关联高危DB
|
|
1539
|
+
* 关联高危DB模板ID
|
|
1540
1540
|
*/
|
|
1541
1541
|
ACTemplateIdSet?: Array<string>
|
|
1542
1542
|
|
|
@@ -1424,6 +1424,11 @@ export interface GenerateCreateMangedTableSqlRequest {
|
|
|
1424
1424
|
* 表属性信息
|
|
1425
1425
|
*/
|
|
1426
1426
|
Properties?: Array<Property>
|
|
1427
|
+
|
|
1428
|
+
/**
|
|
1429
|
+
* V2 upsert表 upsert键
|
|
1430
|
+
*/
|
|
1431
|
+
UpsertKeys?: Array<string>
|
|
1427
1432
|
}
|
|
1428
1433
|
|
|
1429
1434
|
/**
|
|
@@ -1688,7 +1693,7 @@ export interface GenerateCreateMangedTableSqlResponse {
|
|
|
1688
1693
|
/**
|
|
1689
1694
|
* 创建托管存储内表sql语句描述
|
|
1690
1695
|
*/
|
|
1691
|
-
Execution
|
|
1696
|
+
Execution?: Execution
|
|
1692
1697
|
|
|
1693
1698
|
/**
|
|
1694
1699
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1985,6 +1990,12 @@ export interface TableBaseInfo {
|
|
|
1985
1990
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1986
1991
|
*/
|
|
1987
1992
|
GovernPolicy?: DataGovernPolicy
|
|
1993
|
+
|
|
1994
|
+
/**
|
|
1995
|
+
* 库数据治理是否关闭,关闭:true,开启:false
|
|
1996
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1997
|
+
*/
|
|
1998
|
+
DbGovernPolicyIsDisable?: string
|
|
1988
1999
|
}
|
|
1989
2000
|
|
|
1990
2001
|
/**
|
|
@@ -4662,7 +4673,19 @@ export interface CancelTaskResponse {
|
|
|
4662
4673
|
/**
|
|
4663
4674
|
* 数据治理规则
|
|
4664
4675
|
*/
|
|
4665
|
-
export
|
|
4676
|
+
export interface DataGovernPolicy {
|
|
4677
|
+
/**
|
|
4678
|
+
* 治理规则类型,Customize: 自定义;Intelligence: 智能治理
|
|
4679
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4680
|
+
*/
|
|
4681
|
+
RuleType?: string
|
|
4682
|
+
|
|
4683
|
+
/**
|
|
4684
|
+
* 治理引擎
|
|
4685
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4686
|
+
*/
|
|
4687
|
+
GovernEngine?: string
|
|
4688
|
+
}
|
|
4666
4689
|
|
|
4667
4690
|
/**
|
|
4668
4691
|
* UnlockMetaData返回参数结构体
|
|
@@ -22,7 +22,7 @@ export interface ListRuntimesMCResponse {
|
|
|
22
22
|
/**
|
|
23
23
|
* 运行时列表
|
|
24
24
|
*/
|
|
25
|
-
Runtimes
|
|
25
|
+
Runtimes?: Array<RuntimeMC>
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
28
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -335,6 +335,11 @@ export interface ListRuntimesMCRequest {
|
|
|
335
335
|
* 环境运行类型:0:运行时类型、1:api类型
|
|
336
336
|
*/
|
|
337
337
|
RuntimeClass?: number
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* 计划类型:0-pro 1-lite
|
|
341
|
+
*/
|
|
342
|
+
PlanType?: number
|
|
338
343
|
}
|
|
339
344
|
|
|
340
345
|
/**
|
|
@@ -3588,7 +3588,7 @@ DYNAMIC_TABLE - 动态表格控件;
|
|
|
3588
3588
|
ATTACHMENT - 附件控件,ComponentValue 填写附件图片的资源 ID列表,以逗号分割;
|
|
3589
3589
|
SELECTOR - 选择器控件,ComponentValue填写选择的字符串内容;
|
|
3590
3590
|
DATE - 日期控件;默认是格式化为xxxx年xx月xx日字符串;
|
|
3591
|
-
DISTRICT -
|
|
3591
|
+
DISTRICT - 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;
|
|
3592
3592
|
|
|
3593
3593
|
如果是SignComponent控件类型,则可选的字段为
|
|
3594
3594
|
SIGN_SEAL - 签署印章控件;
|
|
@@ -466,6 +466,11 @@ export interface BaseFlowInfo {
|
|
|
466
466
|
* 用户流程自定义数据参数
|
|
467
467
|
*/
|
|
468
468
|
UserData?: string
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* 抄送人信息
|
|
472
|
+
*/
|
|
473
|
+
CcInfos?: Array<CcInfo>
|
|
469
474
|
}
|
|
470
475
|
|
|
471
476
|
/**
|
|
@@ -3449,10 +3454,10 @@ MULTI_LINE_TEXT - 多行文本控件,输入文本字符串;
|
|
|
3449
3454
|
CHECK_BOX - 勾选框控件,若选中填写ComponentValue 填写 true或者 false 字符串;
|
|
3450
3455
|
FILL_IMAGE - 图片控件,ComponentValue 填写图片的资源 ID;
|
|
3451
3456
|
DYNAMIC_TABLE - 动态表格控件;
|
|
3452
|
-
ATTACHMENT - 附件控件,ComponentValue
|
|
3457
|
+
ATTACHMENT - 附件控件,ComponentValue 填写附件图片的资源 ID列表,以逗号分割;
|
|
3453
3458
|
SELECTOR - 选择器控件,ComponentValue填写选择的字符串内容;
|
|
3454
3459
|
DATE - 日期控件;默认是格式化为xxxx年xx月xx日字符串;
|
|
3455
|
-
DISTRICT -
|
|
3460
|
+
DISTRICT - 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;
|
|
3456
3461
|
|
|
3457
3462
|
如果是SignComponent控件类型,则可选的字段为
|
|
3458
3463
|
SIGN_SEAL - 签署印章控件;
|
|
@@ -256,13 +256,13 @@ export interface BeautifyPicResponse {
|
|
|
256
256
|
* RspImgType 为 base64 时,返回处理后的图片 base64 数据。默认返回base64
|
|
257
257
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
258
258
|
*/
|
|
259
|
-
ResultImage
|
|
259
|
+
ResultImage?: string
|
|
260
260
|
|
|
261
261
|
/**
|
|
262
262
|
* RspImgType 为 url 时,返回处理后的图片 url 数据。
|
|
263
263
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
264
264
|
*/
|
|
265
|
-
ResultUrl
|
|
265
|
+
ResultUrl?: string
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
268
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -565,7 +565,7 @@ Url、Image必须提供一个,如果都提供,只使用 Url。
|
|
|
565
565
|
Whitening?: number
|
|
566
566
|
|
|
567
567
|
/**
|
|
568
|
-
* 磨皮程度,取值范围[0,
|
|
568
|
+
* 磨皮程度,取值范围[0,30]。0不磨皮,30代表最高程度。默认值10。
|
|
569
569
|
*/
|
|
570
570
|
Smoothing?: number
|
|
571
571
|
|
|
@@ -24,6 +24,7 @@ import {
|
|
|
24
24
|
DescribeAppDetailResponse,
|
|
25
25
|
DeleteSupervisorRequest,
|
|
26
26
|
DescribeSupervisorsResponse,
|
|
27
|
+
KickUserFromRoomResponse,
|
|
27
28
|
BatchDeleteRecordRequest,
|
|
28
29
|
ModifyAppResponse,
|
|
29
30
|
BatchRegisterRequest,
|
|
@@ -125,6 +126,7 @@ import {
|
|
|
125
126
|
DescribeQuestionListResponse,
|
|
126
127
|
GetRoomsResponse,
|
|
127
128
|
QuestionInfo,
|
|
129
|
+
KickUserFromRoomRequest,
|
|
128
130
|
GetRoomsRequest,
|
|
129
131
|
DescribeDeveloperRequest,
|
|
130
132
|
AppCustomContent,
|
|
@@ -219,6 +221,16 @@ export class Client extends AbstractClient {
|
|
|
219
221
|
return this.request("DeleteAppCustomContent", req, cb)
|
|
220
222
|
}
|
|
221
223
|
|
|
224
|
+
/**
|
|
225
|
+
* 从房间里面踢出用户
|
|
226
|
+
*/
|
|
227
|
+
async KickUserFromRoom(
|
|
228
|
+
req: KickUserFromRoomRequest,
|
|
229
|
+
cb?: (error: string, rep: KickUserFromRoomResponse) => void
|
|
230
|
+
): Promise<KickUserFromRoomResponse> {
|
|
231
|
+
return this.request("KickUserFromRoom", req, cb)
|
|
232
|
+
}
|
|
233
|
+
|
|
222
234
|
/**
|
|
223
235
|
* 设置水印
|
|
224
236
|
*/
|
|
@@ -226,6 +226,16 @@ export interface DescribeSupervisorsResponse {
|
|
|
226
226
|
RequestId?: string
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
+
/**
|
|
230
|
+
* KickUserFromRoom返回参数结构体
|
|
231
|
+
*/
|
|
232
|
+
export interface KickUserFromRoomResponse {
|
|
233
|
+
/**
|
|
234
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
235
|
+
*/
|
|
236
|
+
RequestId?: string
|
|
237
|
+
}
|
|
238
|
+
|
|
229
239
|
/**
|
|
230
240
|
* BatchDeleteRecord请求参数结构体
|
|
231
241
|
*/
|
|
@@ -1578,6 +1588,14 @@ export interface EventInfo {
|
|
|
1578
1588
|
/**
|
|
1579
1589
|
* 事件类型,有以下值:
|
|
1580
1590
|
RoomStart:房间开始 RoomEnd:房间结束 MemberJoin:成员加入 MemberQuit:成员退出 RecordFinish:录制结束
|
|
1591
|
+
Camera0n: 摄像头打开
|
|
1592
|
+
Camera0ff: 摄像头关闭
|
|
1593
|
+
MicOn: 麦克风打开
|
|
1594
|
+
MicOff: 麦克风关闭
|
|
1595
|
+
ScreenOn: 屏幕共享打开
|
|
1596
|
+
ScreenOff: 屏幕共享关闭
|
|
1597
|
+
VisibleOn: 页面可见
|
|
1598
|
+
VisibleOff: 页面不可见
|
|
1581
1599
|
*/
|
|
1582
1600
|
EventType?: string
|
|
1583
1601
|
|
|
@@ -2811,6 +2829,38 @@ export interface QuestionInfo {
|
|
|
2811
2829
|
AnswerStats?: Array<AnswerStat>
|
|
2812
2830
|
}
|
|
2813
2831
|
|
|
2832
|
+
/**
|
|
2833
|
+
* KickUserFromRoom请求参数结构体
|
|
2834
|
+
*/
|
|
2835
|
+
export interface KickUserFromRoomRequest {
|
|
2836
|
+
/**
|
|
2837
|
+
* 房间Id。
|
|
2838
|
+
*/
|
|
2839
|
+
RoomId: number
|
|
2840
|
+
|
|
2841
|
+
/**
|
|
2842
|
+
* 低代码平台的SdkAppId。
|
|
2843
|
+
*/
|
|
2844
|
+
SdkAppId: number
|
|
2845
|
+
|
|
2846
|
+
/**
|
|
2847
|
+
* 需要踢出成员Id
|
|
2848
|
+
*/
|
|
2849
|
+
UserId: string
|
|
2850
|
+
|
|
2851
|
+
/**
|
|
2852
|
+
* 踢出类型:
|
|
2853
|
+
1:临时踢出,可以使用Duration参数指定污点时间,污点时间间隔内用户无法进入房间。
|
|
2854
|
+
2:永久踢出
|
|
2855
|
+
*/
|
|
2856
|
+
KickType: number
|
|
2857
|
+
|
|
2858
|
+
/**
|
|
2859
|
+
* 污点时间(单位秒),KickType = 1时生效,默认为0
|
|
2860
|
+
*/
|
|
2861
|
+
Duration: number
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2814
2864
|
/**
|
|
2815
2865
|
* GetRooms请求参数结构体
|
|
2816
2866
|
*/
|