tencentcloud-sdk-nodejs 4.0.534 → 4.0.536
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 +409 -0
- package/SERVICE_CHANGELOG.md +468 -251
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +15 -0
- package/src/services/asr/v20190614/asr_models.ts +14 -2
- package/src/services/cbs/v20170312/cbs_models.ts +9 -4
- package/src/services/ccc/v20200210/ccc_client.ts +46 -9
- package/src/services/ccc/v20200210/ccc_models.ts +138 -17
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +2 -0
- package/src/services/clb/v20180317/clb_models.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cme/v20191029/cme_models.ts +6 -4
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_client.ts +204 -52
- package/src/services/dlc/v20210125/dlc_models.ts +1109 -70
- package/src/services/dts/v20211206/dts_models.ts +23 -5
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/iai/v20180301/iai_client.ts +12 -4
- package/src/services/iai/v20200303/iai_client.ts +13 -5
- package/src/services/lcic/v20220817/lcic_client.ts +198 -72
- package/src/services/lcic/v20220817/lcic_models.ts +856 -120
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/rum/v20210622/rum_client.ts +36 -0
- package/src/services/rum/v20210622/rum_models.ts +105 -0
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +3 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +105 -54
- package/src/services/tdmq/v20200217/tdmq_models.ts +22 -10
- package/src/services/teo/v20220901/teo_client.ts +551 -488
- package/src/services/teo/v20220901/teo_models.ts +450 -113
- package/src/services/tse/v20201207/tse_models.ts +25 -6
- package/src/services/tsf/v20180326/tsf_client.ts +13 -1
- package/src/services/tsf/v20180326/tsf_models.ts +70 -20
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +3 -2
- package/src/services/vpc/v20170312/vpc_client.ts +6 -7
- package/src/services/vpc/v20170312/vpc_models.ts +24 -18
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +12 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +12 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +8 -4
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +15 -3
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +21 -3
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +119 -15
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +64 -16
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +94 -22
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +953 -75
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +21 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20180301/iai_client.d.ts +12 -4
- package/tencentcloud/services/iai/v20180301/iai_client.js +12 -4
- package/tencentcloud/services/iai/v20200303/iai_client.d.ts +12 -4
- package/tencentcloud/services/iai/v20200303/iai_client.js +12 -4
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +65 -25
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +96 -36
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +727 -101
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +13 -1
- package/tencentcloud/services/rum/v20210622/rum_client.js +18 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +90 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +90 -48
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +20 -10
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +183 -163
- package/tencentcloud/services/teo/v20220901/teo_client.js +273 -243
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +390 -99
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +21 -4
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +60 -17
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +23 -18
- package/test/ccc.v20200210.test.js +32 -2
- package/test/dlc.v20210125.test.js +134 -14
- package/test/lcic.v20220817.test.js +124 -24
- package/test/rum.v20210622.test.js +30 -0
- package/test/teo.v20220901.test.js +212 -162
- package/test/tsf.v20180326.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -9,20 +9,20 @@
|
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-02 01:01:44 |
|
|
10
10
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
|
|
11
11
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
|
|
12
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-
|
|
12
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-10 01:02:06 |
|
|
13
13
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
14
14
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
15
15
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
16
16
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
|
|
17
17
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-12-06 06:16:29 |
|
|
18
18
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-02-06 01:03:29 |
|
|
19
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-02-
|
|
19
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-02-09 01:04:17 |
|
|
20
20
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
21
21
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
22
22
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
|
|
23
23
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
|
|
24
24
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
|
|
25
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-
|
|
25
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-09 01:05:16 |
|
|
26
26
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
27
27
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
|
|
28
28
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-01-17 01:09:15 |
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-01-09 01:07:04 |
|
|
39
39
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
41
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) |
|
|
42
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-
|
|
41
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-10 01:08:35 |
|
|
42
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-09 01:09:05 |
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-10 01:09:32 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
|
|
45
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-
|
|
45
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-10 01:10:44 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-02-08 01:18:00 |
|
|
48
48
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
|
|
@@ -53,18 +53,18 @@
|
|
|
53
53
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
54
54
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
55
55
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
56
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-
|
|
57
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-
|
|
56
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-10 01:13:21 |
|
|
57
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-10 01:14:07 |
|
|
58
58
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
|
|
59
59
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
|
|
60
60
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
|
|
61
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-
|
|
62
|
-
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) |
|
|
61
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-02-10 01:19:47 |
|
|
62
|
+
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-09 01:15:56 |
|
|
63
63
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
64
64
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
65
65
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
|
|
66
66
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
67
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-
|
|
67
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-10 01:22:56 |
|
|
68
68
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-06 01:16:27 |
|
|
69
69
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
70
70
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-07 01:22:36 |
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
|
|
76
76
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
77
77
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-02 01:18:41 |
|
|
78
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-
|
|
79
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-
|
|
80
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-
|
|
78
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-10 01:28:27 |
|
|
79
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-09 01:32:08 |
|
|
80
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-10 01:29:46 |
|
|
81
81
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
82
82
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
|
|
83
83
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
84
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-
|
|
84
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-10 01:32:00 |
|
|
85
85
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
|
|
86
86
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
87
87
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
91
91
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-01 01:23:44 |
|
|
92
92
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
|
|
93
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-
|
|
94
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-
|
|
93
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-10 01:34:55 |
|
|
94
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-10 01:35:16 |
|
|
95
95
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-12 01:20:14 |
|
|
96
96
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-01 01:25:17 |
|
|
97
97
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
106
106
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-13 01:28:00 |
|
|
107
107
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-01-12 01:21:36 |
|
|
108
|
-
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) |
|
|
108
|
+
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-02-10 01:38:04 |
|
|
109
109
|
| ic | [物联网卡](https://cloud.tencent.com/document/product/636) | 2022-11-18 06:30:40 |
|
|
110
110
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
|
|
111
111
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-10-25 06:37:05 |
|
|
@@ -122,9 +122,9 @@
|
|
|
122
122
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
123
123
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-02-07 16:41:11 |
|
|
124
124
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
|
|
125
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-
|
|
125
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-09 01:47:12 |
|
|
126
126
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-02 01:35:45 |
|
|
127
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-
|
|
127
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-09 01:48:30 |
|
|
128
128
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
129
129
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
130
130
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-01-31 01:40:45 |
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
|
|
156
156
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
157
157
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
158
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-
|
|
158
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-10 01:54:01 |
|
|
159
159
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-08 01:56:26 |
|
|
160
160
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
|
|
161
161
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-12-28 01:09:31 |
|
|
164
164
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-11-07 06:33:46 |
|
|
165
165
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
166
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) |
|
|
166
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-02-09 01:58:45 |
|
|
167
167
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-01-05 01:39:20 |
|
|
168
168
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-12-28 14:53:49 |
|
|
169
169
|
| sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
179
179
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
180
180
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
|
|
181
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-
|
|
181
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-10 01:58:55 |
|
|
182
182
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
|
|
183
183
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
184
184
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
@@ -187,10 +187,10 @@
|
|
|
187
187
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-02-06 02:04:53 |
|
|
188
188
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
189
189
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
|
|
190
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-
|
|
190
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-10 02:03:51 |
|
|
191
191
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
192
|
-
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-
|
|
193
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-
|
|
192
|
+
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-09 02:12:10 |
|
|
193
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-09 02:15:06 |
|
|
194
194
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-08 02:08:58 |
|
|
195
195
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
196
196
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
@@ -207,15 +207,15 @@
|
|
|
207
207
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
208
208
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
|
|
209
209
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-12 01:44:46 |
|
|
210
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-
|
|
211
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-
|
|
210
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-10 02:12:51 |
|
|
211
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-10 02:13:06 |
|
|
212
212
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
213
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-
|
|
213
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-10 02:14:51 |
|
|
214
214
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
215
215
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
216
216
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
217
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-
|
|
218
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-
|
|
217
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-10 02:15:24 |
|
|
218
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-10 02:17:00 |
|
|
219
219
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-06 02:56:05 |
|
|
220
220
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
221
221
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-01 02:12:04 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.536"
|
|
@@ -1759,6 +1759,11 @@ export interface SourceServer {
|
|
|
1759
1759
|
* 源站的回源权重,取值1~100
|
|
1760
1760
|
*/
|
|
1761
1761
|
Weight: number
|
|
1762
|
+
|
|
1763
|
+
/**
|
|
1764
|
+
* 端口号:0~65535
|
|
1765
|
+
*/
|
|
1766
|
+
Port?: number
|
|
1762
1767
|
}
|
|
1763
1768
|
|
|
1764
1769
|
/**
|
|
@@ -2350,6 +2355,16 @@ export interface Layer7Rule {
|
|
|
2350
2355
|
* 规则所属的资源实例
|
|
2351
2356
|
*/
|
|
2352
2357
|
InstanceDetailRule?: Array<RuleInstanceRelation>
|
|
2358
|
+
|
|
2359
|
+
/**
|
|
2360
|
+
* 协议
|
|
2361
|
+
*/
|
|
2362
|
+
Protocol?: string
|
|
2363
|
+
|
|
2364
|
+
/**
|
|
2365
|
+
* 端口号
|
|
2366
|
+
*/
|
|
2367
|
+
Vport?: number
|
|
2353
2368
|
}
|
|
2354
2369
|
|
|
2355
2370
|
/**
|
|
@@ -397,7 +397,7 @@ export interface CreateRecTaskResponse {
|
|
|
397
397
|
/**
|
|
398
398
|
* 录音文件识别的请求返回结果,包含结果查询需要的TaskId
|
|
399
399
|
*/
|
|
400
|
-
Data
|
|
400
|
+
Data?: Task
|
|
401
401
|
|
|
402
402
|
/**
|
|
403
403
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -572,9 +572,15 @@ export interface CreateRecTaskRequest {
|
|
|
572
572
|
ReinforceHotword?: number
|
|
573
573
|
|
|
574
574
|
/**
|
|
575
|
-
* 单标点最多字数,取值范围:[6,40]。默认为0
|
|
575
|
+
* 单标点最多字数,取值范围:[6,40]。默认为0,不开启该功能。该参数可用于字幕生成场景,控制单行字幕最大字数(设置ResTextFormat为3,解析返回的ResultDetail列表,通过结构中FinalSentence获取单个标点断句结果)。
|
|
576
576
|
*/
|
|
577
577
|
SentenceMaxLength?: number
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* 情绪识别能力(目前支持16k_zh) 默认为0,不开启。 1:开启情绪识别但是不会在文本展示“情绪标签”, 2:开启情绪识别并且在文本展示“情绪标签”。(该功能需要设置ResTextFormat 大于0)
|
|
581
|
+
注意:本功能为增值服务,购买对应套餐包后,将参数设置为1或2时方可按对应方式生效,并消耗套餐包对应资源。参数设置为0时无需购买套餐包,也不会消耗对应资源。
|
|
582
|
+
*/
|
|
583
|
+
EmotionRecognition?: number
|
|
578
584
|
}
|
|
579
585
|
|
|
580
586
|
/**
|
|
@@ -993,6 +999,12 @@ export interface SentenceDetail {
|
|
|
993
999
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
994
1000
|
*/
|
|
995
1001
|
SilenceTime: number
|
|
1002
|
+
|
|
1003
|
+
/**
|
|
1004
|
+
* 情绪类型(可能为空)
|
|
1005
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1006
|
+
*/
|
|
1007
|
+
EmotionType?: Array<string>
|
|
996
1008
|
}
|
|
997
1009
|
|
|
998
1010
|
/**
|
|
@@ -951,6 +951,11 @@ export interface Disk {
|
|
|
951
951
|
*/
|
|
952
952
|
DeleteSnapshot: number
|
|
953
953
|
|
|
954
|
+
/**
|
|
955
|
+
* 云硬盘备份点配额。表示最大可以保留的备份点数量。
|
|
956
|
+
*/
|
|
957
|
+
DiskBackupQuota: number
|
|
958
|
+
|
|
954
959
|
/**
|
|
955
960
|
* 云硬盘备份点已使用的数量。
|
|
956
961
|
*/
|
|
@@ -1470,14 +1475,14 @@ export interface ModifySnapshotAttributeRequest {
|
|
|
1470
1475
|
SnapshotId: string
|
|
1471
1476
|
|
|
1472
1477
|
/**
|
|
1473
|
-
*
|
|
1478
|
+
* 快照的保留方式,FALSE表示非永久保留,TRUE表示永久保留。
|
|
1474
1479
|
*/
|
|
1475
|
-
|
|
1480
|
+
IsPermanent?: boolean
|
|
1476
1481
|
|
|
1477
1482
|
/**
|
|
1478
|
-
*
|
|
1483
|
+
* 新的快照名称。最长为60个字符。
|
|
1479
1484
|
*/
|
|
1480
|
-
|
|
1485
|
+
SnapshotName?: string
|
|
1481
1486
|
|
|
1482
1487
|
/**
|
|
1483
1488
|
* 快照的到期时间;设置好快照将会被同时设置为非永久保留方式;超过到期时间后快照将会被自动删除。
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
HangUpCallRequest,
|
|
24
24
|
CreateSDKLoginTokenResponse,
|
|
25
25
|
ModifyStaffRequest,
|
|
26
|
-
|
|
26
|
+
ResetExtensionPasswordRequest,
|
|
27
27
|
DisableCCCPhoneNumberResponse,
|
|
28
28
|
DescribeProtectedTelCdrResponse,
|
|
29
29
|
DescribeAutoCalloutTaskRequest,
|
|
@@ -44,8 +44,9 @@ import {
|
|
|
44
44
|
SeatUserInfo,
|
|
45
45
|
CreateStaffResponse,
|
|
46
46
|
DescribeSkillGroupInfoListResponse,
|
|
47
|
-
|
|
47
|
+
DescribeNumbersResponse,
|
|
48
48
|
DescribeStaffInfoListResponse,
|
|
49
|
+
UnbindNumberCallOutSkillGroupRequest,
|
|
49
50
|
CreateCarrierPrivilegeNumberApplicantRequest,
|
|
50
51
|
CallInSkillGroupMetrics,
|
|
51
52
|
CreateExtensionResponse,
|
|
@@ -68,11 +69,15 @@ import {
|
|
|
68
69
|
ModifyExtensionRequest,
|
|
69
70
|
PSTNSessionInfo,
|
|
70
71
|
Message,
|
|
72
|
+
DescribeNumbersRequest,
|
|
71
73
|
ExtensionInfo,
|
|
74
|
+
BindNumberCallOutSkillGroupRequest,
|
|
72
75
|
IVRKeyPressedElement,
|
|
76
|
+
UnbindNumberCallOutSkillGroupResponse,
|
|
73
77
|
StaffInfo,
|
|
74
78
|
CreateAutoCalloutTaskResponse,
|
|
75
79
|
TelCdrInfo,
|
|
80
|
+
NumberInfo,
|
|
76
81
|
DeleteStaffRequest,
|
|
77
82
|
CallInMetrics,
|
|
78
83
|
DescribeCCCBuyInfoListRequest,
|
|
@@ -83,6 +88,7 @@ import {
|
|
|
83
88
|
CreateAutoCalloutTaskRequest,
|
|
84
89
|
Filter,
|
|
85
90
|
UnbindStaffSkillGroupListRequest,
|
|
91
|
+
BindNumberCallOutSkillGroupResponse,
|
|
86
92
|
CreateCallOutSessionRequest,
|
|
87
93
|
StopAutoCalloutTaskResponse,
|
|
88
94
|
SkillGroupItem,
|
|
@@ -90,6 +96,7 @@ import {
|
|
|
90
96
|
PhoneNumBuyInfo,
|
|
91
97
|
DescribeCCCBuyInfoListResponse,
|
|
92
98
|
ActiveCarrierPrivilegeNumber,
|
|
99
|
+
UnbindStaffSkillGroupListResponse,
|
|
93
100
|
DeleteExtensionResponse,
|
|
94
101
|
BindStaffSkillGroupListRequest,
|
|
95
102
|
DescribePSTNActiveSessionListRequest,
|
|
@@ -98,7 +105,7 @@ import {
|
|
|
98
105
|
IMSatisfaction,
|
|
99
106
|
DescribeTelCdrResponse,
|
|
100
107
|
DescribeStaffStatusMetricsRequest,
|
|
101
|
-
|
|
108
|
+
DeleteStaffResponse,
|
|
102
109
|
StaffStatusExtra,
|
|
103
110
|
CreateStaffRequest,
|
|
104
111
|
DescribeChatMessagesResponse,
|
|
@@ -131,6 +138,16 @@ export class Client extends AbstractClient {
|
|
|
131
138
|
super("ccc.tencentcloudapi.com", "2020-02-10", clientConfig)
|
|
132
139
|
}
|
|
133
140
|
|
|
141
|
+
/**
|
|
142
|
+
* 解绑号码外呼技能组
|
|
143
|
+
*/
|
|
144
|
+
async UnbindNumberCallOutSkillGroup(
|
|
145
|
+
req: UnbindNumberCallOutSkillGroupRequest,
|
|
146
|
+
cb?: (error: string, rep: UnbindNumberCallOutSkillGroupResponse) => void
|
|
147
|
+
): Promise<UnbindNumberCallOutSkillGroupResponse> {
|
|
148
|
+
return this.request("UnbindNumberCallOutSkillGroup", req, cb)
|
|
149
|
+
}
|
|
150
|
+
|
|
134
151
|
/**
|
|
135
152
|
* 查询话机列表信息
|
|
136
153
|
*/
|
|
@@ -202,13 +219,13 @@ export class Client extends AbstractClient {
|
|
|
202
219
|
}
|
|
203
220
|
|
|
204
221
|
/**
|
|
205
|
-
*
|
|
222
|
+
* 绑定号码外呼技能组
|
|
206
223
|
*/
|
|
207
|
-
async
|
|
208
|
-
req:
|
|
209
|
-
cb?: (error: string, rep:
|
|
210
|
-
): Promise<
|
|
211
|
-
return this.request("
|
|
224
|
+
async BindNumberCallOutSkillGroup(
|
|
225
|
+
req: BindNumberCallOutSkillGroupRequest,
|
|
226
|
+
cb?: (error: string, rep: BindNumberCallOutSkillGroupResponse) => void
|
|
227
|
+
): Promise<BindNumberCallOutSkillGroupResponse> {
|
|
228
|
+
return this.request("BindNumberCallOutSkillGroup", req, cb)
|
|
212
229
|
}
|
|
213
230
|
|
|
214
231
|
/**
|
|
@@ -351,6 +368,16 @@ export class Client extends AbstractClient {
|
|
|
351
368
|
return this.request("StopAutoCalloutTask", req, cb)
|
|
352
369
|
}
|
|
353
370
|
|
|
371
|
+
/**
|
|
372
|
+
* 用于无限频率地呼叫坐席手机
|
|
373
|
+
*/
|
|
374
|
+
async CreateCarrierPrivilegeNumberApplicant(
|
|
375
|
+
req: CreateCarrierPrivilegeNumberApplicantRequest,
|
|
376
|
+
cb?: (error: string, rep: CreateCarrierPrivilegeNumberApplicantResponse) => void
|
|
377
|
+
): Promise<CreateCarrierPrivilegeNumberApplicantResponse> {
|
|
378
|
+
return this.request("CreateCarrierPrivilegeNumberApplicant", req, cb)
|
|
379
|
+
}
|
|
380
|
+
|
|
354
381
|
/**
|
|
355
382
|
* 获取指定服务记录文本聊天内容,需要先使用查询在线客服记录(DescribeIMCdrs) API 获取服务记录 SessionId。
|
|
356
383
|
|
|
@@ -492,4 +519,14 @@ export class Client extends AbstractClient {
|
|
|
492
519
|
): Promise<DescribeActiveCarrierPrivilegeNumberResponse> {
|
|
493
520
|
return this.request("DescribeActiveCarrierPrivilegeNumber", req, cb)
|
|
494
521
|
}
|
|
522
|
+
|
|
523
|
+
/**
|
|
524
|
+
* 查询号码列表
|
|
525
|
+
*/
|
|
526
|
+
async DescribeNumbers(
|
|
527
|
+
req: DescribeNumbersRequest,
|
|
528
|
+
cb?: (error: string, rep: DescribeNumbersResponse) => void
|
|
529
|
+
): Promise<DescribeNumbersResponse> {
|
|
530
|
+
return this.request("DescribeNumbers", req, cb)
|
|
531
|
+
}
|
|
495
532
|
}
|
|
@@ -131,19 +131,18 @@ export interface ModifyStaffRequest {
|
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
/**
|
|
134
|
-
*
|
|
134
|
+
* ResetExtensionPassword请求参数结构体
|
|
135
135
|
*/
|
|
136
|
-
export interface
|
|
136
|
+
export interface ResetExtensionPasswordRequest {
|
|
137
137
|
/**
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
OnlineStaffList: Array<string>
|
|
138
|
+
* TCCC 实例应用 ID
|
|
139
|
+
*/
|
|
140
|
+
SdkAppId: number
|
|
142
141
|
|
|
143
142
|
/**
|
|
144
|
-
*
|
|
143
|
+
* 分机号
|
|
145
144
|
*/
|
|
146
|
-
|
|
145
|
+
ExtensionId: string
|
|
147
146
|
}
|
|
148
147
|
|
|
149
148
|
/**
|
|
@@ -727,9 +726,19 @@ export interface DescribeSkillGroupInfoListResponse {
|
|
|
727
726
|
}
|
|
728
727
|
|
|
729
728
|
/**
|
|
730
|
-
*
|
|
729
|
+
* DescribeNumbers返回参数结构体
|
|
731
730
|
*/
|
|
732
|
-
export interface
|
|
731
|
+
export interface DescribeNumbersResponse {
|
|
732
|
+
/**
|
|
733
|
+
* 总数量
|
|
734
|
+
*/
|
|
735
|
+
TotalCount?: number
|
|
736
|
+
|
|
737
|
+
/**
|
|
738
|
+
* 号码列表
|
|
739
|
+
*/
|
|
740
|
+
Numbers?: Array<NumberInfo>
|
|
741
|
+
|
|
733
742
|
/**
|
|
734
743
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
735
744
|
*/
|
|
@@ -756,6 +765,26 @@ export interface DescribeStaffInfoListResponse {
|
|
|
756
765
|
RequestId?: string
|
|
757
766
|
}
|
|
758
767
|
|
|
768
|
+
/**
|
|
769
|
+
* UnbindNumberCallOutSkillGroup请求参数结构体
|
|
770
|
+
*/
|
|
771
|
+
export interface UnbindNumberCallOutSkillGroupRequest {
|
|
772
|
+
/**
|
|
773
|
+
* 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
|
774
|
+
*/
|
|
775
|
+
SdkAppId: number
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* 待解绑的号码
|
|
779
|
+
*/
|
|
780
|
+
Number: string
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* 待解绑的技能组Id列表
|
|
784
|
+
*/
|
|
785
|
+
SkillGroupIds: Array<number>
|
|
786
|
+
}
|
|
787
|
+
|
|
759
788
|
/**
|
|
760
789
|
* CreateCarrierPrivilegeNumberApplicant请求参数结构体
|
|
761
790
|
*/
|
|
@@ -1464,6 +1493,26 @@ export interface Message {
|
|
|
1464
1493
|
Content: string
|
|
1465
1494
|
}
|
|
1466
1495
|
|
|
1496
|
+
/**
|
|
1497
|
+
* DescribeNumbers请求参数结构体
|
|
1498
|
+
*/
|
|
1499
|
+
export interface DescribeNumbersRequest {
|
|
1500
|
+
/**
|
|
1501
|
+
* 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
|
1502
|
+
*/
|
|
1503
|
+
SdkAppId: number
|
|
1504
|
+
|
|
1505
|
+
/**
|
|
1506
|
+
* 页数,从0开始
|
|
1507
|
+
*/
|
|
1508
|
+
PageNumber?: number
|
|
1509
|
+
|
|
1510
|
+
/**
|
|
1511
|
+
* 分页大小,默认20
|
|
1512
|
+
*/
|
|
1513
|
+
PageSize?: number
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1467
1516
|
/**
|
|
1468
1517
|
* 话机信息
|
|
1469
1518
|
*/
|
|
@@ -1524,6 +1573,26 @@ export interface ExtensionInfo {
|
|
|
1524
1573
|
RelationName: string
|
|
1525
1574
|
}
|
|
1526
1575
|
|
|
1576
|
+
/**
|
|
1577
|
+
* BindNumberCallOutSkillGroup请求参数结构体
|
|
1578
|
+
*/
|
|
1579
|
+
export interface BindNumberCallOutSkillGroupRequest {
|
|
1580
|
+
/**
|
|
1581
|
+
* 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
|
1582
|
+
*/
|
|
1583
|
+
SdkAppId: number
|
|
1584
|
+
|
|
1585
|
+
/**
|
|
1586
|
+
* 待绑定的号码
|
|
1587
|
+
*/
|
|
1588
|
+
Number: string
|
|
1589
|
+
|
|
1590
|
+
/**
|
|
1591
|
+
* 待绑定的技能组Id列表
|
|
1592
|
+
*/
|
|
1593
|
+
SkillGroupIds: Array<number>
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1527
1596
|
/**
|
|
1528
1597
|
* ivr 按键信息
|
|
1529
1598
|
*/
|
|
@@ -1541,6 +1610,16 @@ export interface IVRKeyPressedElement {
|
|
|
1541
1610
|
Label: string
|
|
1542
1611
|
}
|
|
1543
1612
|
|
|
1613
|
+
/**
|
|
1614
|
+
* UnbindNumberCallOutSkillGroup返回参数结构体
|
|
1615
|
+
*/
|
|
1616
|
+
export interface UnbindNumberCallOutSkillGroupResponse {
|
|
1617
|
+
/**
|
|
1618
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1619
|
+
*/
|
|
1620
|
+
RequestId?: string
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1544
1623
|
/**
|
|
1545
1624
|
* 带有技能组优先级的坐席信息
|
|
1546
1625
|
*/
|
|
@@ -1830,6 +1909,27 @@ notInService 不在服务区
|
|
|
1830
1909
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1831
1910
|
*/
|
|
1832
1911
|
QueuedSkillGroupName?: string
|
|
1912
|
+
|
|
1913
|
+
/**
|
|
1914
|
+
* 通话中语音留言录音URL
|
|
1915
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1916
|
+
*/
|
|
1917
|
+
VoicemailRecordURL?: Array<string>
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
/**
|
|
1921
|
+
* 号码信息
|
|
1922
|
+
*/
|
|
1923
|
+
export interface NumberInfo {
|
|
1924
|
+
/**
|
|
1925
|
+
* 号码
|
|
1926
|
+
*/
|
|
1927
|
+
Number?: string
|
|
1928
|
+
|
|
1929
|
+
/**
|
|
1930
|
+
* 绑定的外呼技能组
|
|
1931
|
+
*/
|
|
1932
|
+
CallOutSkillGroupIds?: Array<number>
|
|
1833
1933
|
}
|
|
1834
1934
|
|
|
1835
1935
|
/**
|
|
@@ -2084,6 +2184,16 @@ export interface UnbindStaffSkillGroupListRequest {
|
|
|
2084
2184
|
SkillGroupList: Array<number>
|
|
2085
2185
|
}
|
|
2086
2186
|
|
|
2187
|
+
/**
|
|
2188
|
+
* BindNumberCallOutSkillGroup返回参数结构体
|
|
2189
|
+
*/
|
|
2190
|
+
export interface BindNumberCallOutSkillGroupResponse {
|
|
2191
|
+
/**
|
|
2192
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2193
|
+
*/
|
|
2194
|
+
RequestId?: string
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2087
2197
|
/**
|
|
2088
2198
|
* CreateCallOutSession请求参数结构体
|
|
2089
2199
|
*/
|
|
@@ -2259,6 +2369,16 @@ export interface ActiveCarrierPrivilegeNumber {
|
|
|
2259
2369
|
CreateTime?: number
|
|
2260
2370
|
}
|
|
2261
2371
|
|
|
2372
|
+
/**
|
|
2373
|
+
* UnbindStaffSkillGroupList返回参数结构体
|
|
2374
|
+
*/
|
|
2375
|
+
export interface UnbindStaffSkillGroupListResponse {
|
|
2376
|
+
/**
|
|
2377
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2378
|
+
*/
|
|
2379
|
+
RequestId?: string
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2262
2382
|
/**
|
|
2263
2383
|
* DeleteExtension返回参数结构体
|
|
2264
2384
|
*/
|
|
@@ -2419,18 +2539,19 @@ export interface DescribeStaffStatusMetricsRequest {
|
|
|
2419
2539
|
}
|
|
2420
2540
|
|
|
2421
2541
|
/**
|
|
2422
|
-
*
|
|
2542
|
+
* DeleteStaff返回参数结构体
|
|
2423
2543
|
*/
|
|
2424
|
-
export interface
|
|
2544
|
+
export interface DeleteStaffResponse {
|
|
2425
2545
|
/**
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2546
|
+
* 无法删除的状态为在线的客服列表
|
|
2547
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2548
|
+
*/
|
|
2549
|
+
OnlineStaffList: Array<string>
|
|
2429
2550
|
|
|
2430
2551
|
/**
|
|
2431
|
-
*
|
|
2552
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2432
2553
|
*/
|
|
2433
|
-
|
|
2554
|
+
RequestId?: string
|
|
2434
2555
|
}
|
|
2435
2556
|
|
|
2436
2557
|
/**
|
|
@@ -6891,7 +6891,7 @@ export interface CreateBackupRequest {
|
|
|
6891
6891
|
InstanceId: string
|
|
6892
6892
|
|
|
6893
6893
|
/**
|
|
6894
|
-
* 目标备份方法,可选的值:logical - 逻辑冷备,physical -
|
|
6894
|
+
* 目标备份方法,可选的值:logical - 逻辑冷备,physical - 物理冷备,snapshot - 快照备份。基础版实例仅支持快照备份。
|
|
6895
6895
|
*/
|
|
6896
6896
|
BackupMethod: string
|
|
6897
6897
|
|