tencentcloud-sdk-nodejs 4.0.543 → 4.0.545
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 +483 -0
- package/SERVICE_CHANGELOG.md +457 -96
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -0
- package/src/services/ame/v20190916/ame_models.ts +36 -7
- package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
- package/src/services/billing/v20180709/billing_models.ts +5 -5
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cbs/v20170312/cbs_client.ts +1 -0
- package/src/services/cbs/v20170312/cbs_models.ts +58 -1
- package/src/services/ccc/v20200210/ccc_models.ts +85 -45
- package/src/services/cdc/v20201214/cdc_models.ts +6 -0
- package/src/services/cfw/v20190904/cfw_client.ts +12 -0
- package/src/services/cfw/v20190904/cfw_models.ts +27 -0
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +2 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +23 -12
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +6 -6
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +6 -6
- package/src/services/domain/v20180808/domain_models.ts +51 -1
- package/src/services/dts/v20211206/dts_models.ts +7 -1
- package/src/services/eis/index.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +14 -0
- package/src/services/ess/v20201111/ess_models.ts +22 -2
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/mna/v20210119/mna_models.ts +42 -12
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +81 -33
- package/src/services/ocr/v20181119/ocr_models.ts +150 -150
- package/src/services/redis/v20180412/redis_client.ts +3 -2
- package/src/services/redis/v20180412/redis_models.ts +163 -45
- package/src/services/tcm/v20210413/tcm_models.ts +6 -0
- package/src/services/tcr/v20190924/tcr_client.ts +4 -2
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/thpc/v20220401/thpc_models.ts +7 -3
- package/src/services/tione/index.ts +2 -2
- package/src/services/tione/v20211111/tione_client.ts +10 -6
- package/src/services/tione/v20211111/tione_models.ts +222 -52
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +2 -2
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +39 -1
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +30 -5
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +49 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +85 -45
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +5 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +23 -0
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +20 -11
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -6
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +6 -6
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +41 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +6 -1
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -2
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +37 -12
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +73 -33
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +150 -150
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +141 -39
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +5 -0
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +3 -1
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +3 -1
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +6 -3
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +191 -46
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +33 -1
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/cfw.v20190904.test.js +10 -0
- package/test/ess.v20201111.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-02-01 01:01:26 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-02-01 01:01:37 |
|
|
9
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-
|
|
9
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-23 01:01:50 |
|
|
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-02-
|
|
12
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-22 01:02:37 |
|
|
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
|
-
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-02-
|
|
17
|
+
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-02-23 01:03:27 |
|
|
18
18
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-02-06 01:03:29 |
|
|
19
19
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-02-16 01:07:50 |
|
|
20
20
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
@@ -22,7 +22,7 @@
|
|
|
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-23 01:04:50 |
|
|
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-02-16 01:09:07 |
|
|
@@ -38,22 +38,22 @@
|
|
|
38
38
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-02-15 01:12:22 |
|
|
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) | 2023-02-
|
|
42
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-
|
|
41
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-22 01:08:38 |
|
|
42
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-22 01:09:02 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-17 01:33:04 |
|
|
44
|
-
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) |
|
|
44
|
+
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-02-22 01:10:12 |
|
|
45
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 |
|
|
49
49
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
|
|
50
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-
|
|
50
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-22 01:11:48 |
|
|
51
51
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-01-06 18:21:15 |
|
|
52
52
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
|
|
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-
|
|
56
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-23 01:11:36 |
|
|
57
57
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-16 01:14:51 |
|
|
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 |
|
|
@@ -64,24 +64,24 @@
|
|
|
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-22 01:17:12 |
|
|
68
68
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-21 01:18:09 |
|
|
69
69
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
70
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-
|
|
70
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-22 01:19:31 |
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-07 01:23:16 |
|
|
72
72
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
73
73
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
|
|
74
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-
|
|
74
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-02-23 01:19:20 |
|
|
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
78
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-16 01:22:07 |
|
|
79
79
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-21 01:36:01 |
|
|
80
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-
|
|
80
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-22 01:23:19 |
|
|
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-02-
|
|
84
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-22 01:24:05 |
|
|
85
85
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-21 01:38: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,9 +90,9 @@
|
|
|
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-14 01:26:03 |
|
|
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-
|
|
93
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-23 01:24:24 |
|
|
94
94
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-15 17:31:06 |
|
|
95
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-
|
|
95
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-23 01:25:05 |
|
|
96
96
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-15 01:31:45 |
|
|
97
97
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
|
|
98
98
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
@@ -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-
|
|
126
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-
|
|
127
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-
|
|
125
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-23 01:32:32 |
|
|
126
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-23 01:33:26 |
|
|
127
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-23 01:36:38 |
|
|
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-02-20 01:41:08 |
|
|
@@ -132,8 +132,8 @@
|
|
|
132
132
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2022-10-31 06:39:12 |
|
|
133
133
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
134
134
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
135
|
-
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) |
|
|
136
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-02-
|
|
135
|
+
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-23 01:43:45 |
|
|
136
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-02-22 01:37:39 |
|
|
137
137
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-17 04:29:53 |
|
|
138
138
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
|
|
139
139
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-02-15 01:45:01 |
|
|
144
144
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
145
145
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-02-21 01:54:49 |
|
|
146
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-02-
|
|
146
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-02-23 01:45:48 |
|
|
147
147
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-02-17 04:46:25 |
|
|
148
148
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
|
|
149
149
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -151,12 +151,12 @@
|
|
|
151
151
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
|
|
152
152
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-02-07 01:48:09 |
|
|
153
153
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
154
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-
|
|
154
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-23 01:48:21 |
|
|
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
158
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-17 04:56:22 |
|
|
159
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-
|
|
159
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-22 01:43:33 |
|
|
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 |
|
|
162
162
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
@@ -182,45 +182,45 @@
|
|
|
182
182
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-02-14 01:48:14 |
|
|
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 |
|
|
185
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) |
|
|
186
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-02-
|
|
185
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-02-23 01:54:00 |
|
|
186
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-02-22 01:48:37 |
|
|
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
190
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-21 02:10:01 |
|
|
191
191
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
192
192
|
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-16 01:58:58 |
|
|
193
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-
|
|
194
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-
|
|
193
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-23 01:59:07 |
|
|
194
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-22 01:58:40 |
|
|
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 |
|
|
197
197
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
198
198
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
199
199
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
200
200
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
|
|
201
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-
|
|
201
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-23 02:02:33 |
|
|
202
202
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
|
|
203
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-
|
|
203
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-22 02:02:47 |
|
|
204
204
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
205
205
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
206
206
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
|
|
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-02-21 02:18:14 |
|
|
210
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-
|
|
211
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-
|
|
210
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-23 02:05:15 |
|
|
211
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-23 02:05:41 |
|
|
212
212
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
213
213
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
|
|
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-
|
|
217
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-22 02:07:08 |
|
|
218
218
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-20 02:08:58 |
|
|
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
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-
|
|
221
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-22 02:17:42 |
|
|
222
222
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
223
|
-
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-
|
|
223
|
+
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-02-23 02:12:11 |
|
|
224
224
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
225
225
|
| yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
|
|
226
226
|
| yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2022-10-31 07:04:25 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.545"
|
|
@@ -190,6 +190,16 @@ export interface ModifyMusicOnShelvesRequest {
|
|
|
190
190
|
AmeKey?: string
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
+
/**
|
|
194
|
+
* 设置真实音量。
|
|
195
|
+
*/
|
|
196
|
+
export interface SetRealVolumeCommandInput {
|
|
197
|
+
/**
|
|
198
|
+
* 真实音量大小,取值范围为 0~100,默认值为 50。
|
|
199
|
+
*/
|
|
200
|
+
RealVolume: number
|
|
201
|
+
}
|
|
202
|
+
|
|
193
203
|
/**
|
|
194
204
|
* 播放指令输入参数
|
|
195
205
|
*/
|
|
@@ -800,7 +810,8 @@ export interface SyncRobotCommand {
|
|
|
800
810
|
<li>SetAudioParam:音频参数变更</li>
|
|
801
811
|
<li>SendMessage:发送自定义消息</li>
|
|
802
812
|
<li>SetDestroyMode:设置销毁模式</li>
|
|
803
|
-
<li>SetVolume:设置音量</li>
|
|
813
|
+
<li><del>SetVolume:设置音量</del>(已废弃,请采用 SetRealVolume)</li>
|
|
814
|
+
<li>SetRealVolume:设置真实音量</li>
|
|
804
815
|
*/
|
|
805
816
|
Command: string
|
|
806
817
|
|
|
@@ -840,9 +851,15 @@ export interface SyncRobotCommand {
|
|
|
840
851
|
SetDestroyModeCommandInput?: SetDestroyModeCommandInput
|
|
841
852
|
|
|
842
853
|
/**
|
|
843
|
-
|
|
844
|
-
|
|
854
|
+
* <del>音量,当Command取SetVolume时,必填。</del>
|
|
855
|
+
(已废弃,请采用 SetRealVolumeCommandInput)
|
|
856
|
+
*/
|
|
845
857
|
SetVolumeCommandInput?: SetVolumeCommandInput
|
|
858
|
+
|
|
859
|
+
/**
|
|
860
|
+
* 真实音量,当Command取SetRealVolume时,必填。
|
|
861
|
+
*/
|
|
862
|
+
SetRealVolumeCommandInput?: SetRealVolumeCommandInput
|
|
846
863
|
}
|
|
847
864
|
|
|
848
865
|
/**
|
|
@@ -1934,7 +1951,8 @@ export interface SyncKTVRobotCommandRequest {
|
|
|
1934
1951
|
<li>SetAudioParam:音频参数变更</li>
|
|
1935
1952
|
<li>SendMessage:发送自定义消息</li>
|
|
1936
1953
|
<li>SetDestroyMode:设置销毁模式</li>
|
|
1937
|
-
<li>SetVolume:设置音量</li>
|
|
1954
|
+
<li><del>SetVolume:设置音量</del>(已废弃,请采用 SetRealVolume)</li>
|
|
1955
|
+
<li>SetRealVolume:设置真实音量</li>
|
|
1938
1956
|
*/
|
|
1939
1957
|
Command: string
|
|
1940
1958
|
|
|
@@ -1974,9 +1992,15 @@ export interface SyncKTVRobotCommandRequest {
|
|
|
1974
1992
|
SetDestroyModeCommandInput?: SetDestroyModeCommandInput
|
|
1975
1993
|
|
|
1976
1994
|
/**
|
|
1977
|
-
|
|
1978
|
-
|
|
1995
|
+
* <del>音量,当Command取SetVolume时,必填。</del>
|
|
1996
|
+
(已废弃,请采用 SetRealVolumeCommandInput )
|
|
1997
|
+
*/
|
|
1979
1998
|
SetVolumeCommandInput?: SetVolumeCommandInput
|
|
1999
|
+
|
|
2000
|
+
/**
|
|
2001
|
+
* 真实音量,当Command取SetRealVolume时,必填。
|
|
2002
|
+
*/
|
|
2003
|
+
SetRealVolumeCommandInput?: SetRealVolumeCommandInput
|
|
1980
2004
|
}
|
|
1981
2005
|
|
|
1982
2006
|
/**
|
|
@@ -2242,9 +2266,14 @@ export interface KTVRobotInfo {
|
|
|
2242
2266
|
SetPlayModeInput: SetPlayModeCommandInput
|
|
2243
2267
|
|
|
2244
2268
|
/**
|
|
2245
|
-
*
|
|
2269
|
+
* <del>音量,范围 0~100,默认为 50。</del>(已废弃,请采用 SetRealVolumeInput )
|
|
2246
2270
|
*/
|
|
2247
2271
|
SetVolumeInput: SetVolumeCommandInput
|
|
2272
|
+
|
|
2273
|
+
/**
|
|
2274
|
+
* 真实音量,范围 0~100,默认为 50。
|
|
2275
|
+
*/
|
|
2276
|
+
SetRealVolumeInput: SetRealVolumeCommandInput
|
|
2248
2277
|
}
|
|
2249
2278
|
|
|
2250
2279
|
/**
|
|
@@ -1883,7 +1883,7 @@ export interface DescribeDosageCosDetailByDateResponse {
|
|
|
1883
1883
|
/**
|
|
1884
1884
|
* 用量数组
|
|
1885
1885
|
*/
|
|
1886
|
-
DetailSets
|
|
1886
|
+
DetailSets?: Array<CosDetailSets>
|
|
1887
1887
|
|
|
1888
1888
|
/**
|
|
1889
1889
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2960,12 +2960,12 @@ export interface CosDetailSets {
|
|
|
2960
2960
|
DosageEndTime: string
|
|
2961
2961
|
|
|
2962
2962
|
/**
|
|
2963
|
-
*
|
|
2963
|
+
* 子产品名称
|
|
2964
2964
|
*/
|
|
2965
2965
|
SubProductCodeName: string
|
|
2966
2966
|
|
|
2967
2967
|
/**
|
|
2968
|
-
*
|
|
2968
|
+
* 计费项名称
|
|
2969
2969
|
*/
|
|
2970
2970
|
BillingItemCodeName: string
|
|
2971
2971
|
|
|
@@ -3108,12 +3108,12 @@ export interface DescribeCostDetailResponse {
|
|
|
3108
3108
|
*/
|
|
3109
3109
|
export interface DescribeDosageCosDetailByDateRequest {
|
|
3110
3110
|
/**
|
|
3111
|
-
*
|
|
3111
|
+
* 查询用量开始时间,例如:2020-09-01
|
|
3112
3112
|
*/
|
|
3113
3113
|
StartDate: string
|
|
3114
3114
|
|
|
3115
3115
|
/**
|
|
3116
|
-
*
|
|
3116
|
+
* 查询用量结束时间,例如:2020-09-30(与开始时间同月,不支持跨月查询)
|
|
3117
3117
|
*/
|
|
3118
3118
|
EndDate: string
|
|
3119
3119
|
|
|
@@ -194,6 +194,24 @@ export interface AutoSnapshotPolicy {
|
|
|
194
194
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
195
195
|
*/
|
|
196
196
|
InstanceIdSet: Array<string>
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* 该定期快照创建的快照可以保留的月数。
|
|
200
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
201
|
+
*/
|
|
202
|
+
RetentionMonths: number
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* 该定期快照创建的快照最大保留数量。
|
|
206
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
207
|
+
*/
|
|
208
|
+
RetentionAmount: number
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* 定期快照高级保留策略。
|
|
212
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
213
|
+
*/
|
|
214
|
+
AdvancedRetentionPolicy: AdvancedRetentionPolicy
|
|
197
215
|
}
|
|
198
216
|
|
|
199
217
|
/**
|
|
@@ -497,6 +515,35 @@ export interface InquirePriceModifyDiskExtraPerformanceResponse {
|
|
|
497
515
|
RequestId?: string
|
|
498
516
|
}
|
|
499
517
|
|
|
518
|
+
/**
|
|
519
|
+
* 定期快照高级保留策略,四个参数都为必选参数
|
|
520
|
+
*/
|
|
521
|
+
export interface AdvancedRetentionPolicy {
|
|
522
|
+
/**
|
|
523
|
+
* 保留最新快照Days天内的每天最新的一个快照,取值范围:[0, 100]
|
|
524
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
525
|
+
*/
|
|
526
|
+
Days: number
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* 保留最新快照Weeks周内的每周最新的一个快照,取值范围:[0, 100]
|
|
530
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
531
|
+
*/
|
|
532
|
+
Weeks: number
|
|
533
|
+
|
|
534
|
+
/**
|
|
535
|
+
* 保留最新快照Months月内的每月最新的一个快照, 取值范围:[0, 100]
|
|
536
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
537
|
+
*/
|
|
538
|
+
Months: number
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* 保留最新快照Years年内的每年最新的一个快照,取值范围:[0, 100]
|
|
542
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
543
|
+
*/
|
|
544
|
+
Years: number
|
|
545
|
+
}
|
|
546
|
+
|
|
500
547
|
/**
|
|
501
548
|
* CreateDisks请求参数结构体
|
|
502
549
|
*/
|
|
@@ -2083,7 +2130,7 @@ export interface DescribeDiskStoragePoolResponse {
|
|
|
2083
2130
|
}
|
|
2084
2131
|
|
|
2085
2132
|
/**
|
|
2086
|
-
* 描述了定期快照的执行策略。可理解为在DayOfWeek/DayOfMonth指定的几天中,或者是IntervalDays设定的间隔的几天,在Hour
|
|
2133
|
+
* 描述了定期快照的执行策略。可理解为在DayOfWeek/DayOfMonth指定的几天中,或者是IntervalDays设定的间隔的几天,在Hour指定的时刻点执行该条定期快照策。注:DayOfWeek/DayOfMonth/IntervalDays为互斥规则,仅可设置其中一条策略规则。
|
|
2087
2134
|
*/
|
|
2088
2135
|
export interface Policy {
|
|
2089
2136
|
/**
|
|
@@ -2095,6 +2142,16 @@ export interface Policy {
|
|
|
2095
2142
|
* 指定每周从周一到周日需要触发定期快照的日期,取值范围:[0, 6]。0表示周日触发,1-6分别表示周一至周六。
|
|
2096
2143
|
*/
|
|
2097
2144
|
DayOfWeek?: Array<number>
|
|
2145
|
+
|
|
2146
|
+
/**
|
|
2147
|
+
* 指定每月从月初到月底需要触发定期快照的日期,取值范围:[1, 31],1-31分别表示每月的具体日期,比如5表示每月的5号。注:若设置29、30、31等部分月份不存在的日期,则对应不存在日期的月份会跳过不打定期快照。
|
|
2148
|
+
*/
|
|
2149
|
+
DayOfMonth?: Array<number>
|
|
2150
|
+
|
|
2151
|
+
/**
|
|
2152
|
+
* 指定创建定期快照的间隔天数,取值范围:[1, 365],例如设置为5,则间隔5天即触发定期快照创建。注:当选择按天备份时,理论上第一次备份的时间为备份策略创建当天。如果当天备份策略创建的时间已经晚于设置的备份时间,那么将会等到第二个备份周期再进行第一次备份。
|
|
2153
|
+
*/
|
|
2154
|
+
IntervalDays?: number
|
|
2098
2155
|
}
|
|
2099
2156
|
|
|
2100
2157
|
/**
|
|
@@ -1721,29 +1721,48 @@ export interface TelCdrInfo {
|
|
|
1721
1721
|
SeatUser?: SeatUserInfo
|
|
1722
1722
|
|
|
1723
1723
|
/**
|
|
1724
|
-
*
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1724
|
+
* EndStatus与EndStatusString一一对应,具体枚举如下:
|
|
1725
|
+
|
|
1726
|
+
**场景 EndStatus EndStatusString 状态说明**
|
|
1727
|
+
|
|
1728
|
+
电话呼入&呼出 1 ok 正常结束
|
|
1729
|
+
|
|
1730
|
+
电话呼入&呼出 0 error 系统错误
|
|
1731
|
+
|
|
1732
|
+
电话呼入 102 ivrGiveUp IVR 期间用户放弃
|
|
1733
|
+
|
|
1734
|
+
电话呼入 103 waitingGiveUp 会话排队期间用户放弃
|
|
1735
|
+
|
|
1736
|
+
电话呼入 104 ringingGiveUp 会话振铃期间用户放弃
|
|
1737
|
+
|
|
1738
|
+
电话呼入 105 noSeatOnline 无坐席在线
|
|
1739
|
+
|
|
1740
|
+
电话呼入 106 notWorkTime 非工作时间
|
|
1741
|
+
|
|
1742
|
+
电话呼入 107 ivrEnd IVR 后直接结束
|
|
1743
|
+
|
|
1744
|
+
电话呼入 100 CallinBlockedContact 呼入黑名单
|
|
1745
|
+
|
|
1746
|
+
电话呼出 2 unconnected 未接通
|
|
1747
|
+
|
|
1748
|
+
电话呼出 201 unknown 未知状态
|
|
1749
|
+
|
|
1750
|
+
电话呼出 203 userReject 拒接挂断
|
|
1751
|
+
|
|
1752
|
+
电话呼出 204 powerOff 关机
|
|
1753
|
+
|
|
1754
|
+
电话呼出 205 numberNotExist 空号
|
|
1755
|
+
|
|
1756
|
+
电话呼出 206 busy 通话中
|
|
1757
|
+
|
|
1758
|
+
电话呼出 207 outOfCredit 欠费
|
|
1759
|
+
|
|
1760
|
+
电话呼出 208 operatorError 运营商线路异常
|
|
1761
|
+
|
|
1762
|
+
电话呼出 209 callerCancel 主叫取消
|
|
1763
|
+
|
|
1764
|
+
电话呼出 210 notInService 不在服务区
|
|
1765
|
+
|
|
1747
1766
|
*/
|
|
1748
1767
|
EndStatus?: number
|
|
1749
1768
|
|
|
@@ -1806,28 +1825,49 @@ export interface TelCdrInfo {
|
|
|
1806
1825
|
SkillGroupId?: number
|
|
1807
1826
|
|
|
1808
1827
|
/**
|
|
1809
|
-
*
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1828
|
+
* EndStatus与EndStatusString一一对应,具体枚举如下:
|
|
1829
|
+
|
|
1830
|
+
**场景 EndStatus EndStatusString 状态说明**
|
|
1831
|
+
|
|
1832
|
+
电话呼入&呼出 1 ok 正常结束
|
|
1833
|
+
|
|
1834
|
+
电话呼入&呼出 0 error 系统错误
|
|
1835
|
+
|
|
1836
|
+
电话呼入 102 ivrGiveUp IVR 期间用户放弃
|
|
1837
|
+
|
|
1838
|
+
电话呼入 103 waitingGiveUp 会话排队期间用户放弃
|
|
1839
|
+
|
|
1840
|
+
电话呼入 104 ringingGiveUp 会话振铃期间用户放弃
|
|
1841
|
+
|
|
1842
|
+
电话呼入 105 noSeatOnline 无坐席在线
|
|
1843
|
+
|
|
1844
|
+
电话呼入 106 notWorkTime 非工作时间
|
|
1845
|
+
|
|
1846
|
+
电话呼入 107 ivrEnd IVR 后直接结束
|
|
1847
|
+
|
|
1848
|
+
电话呼入 100 CallinBlockedContact 呼入黑名单
|
|
1849
|
+
|
|
1850
|
+
电话呼出 2 unconnected 未接通
|
|
1851
|
+
|
|
1852
|
+
电话呼出 201 unknown 未知状态
|
|
1853
|
+
听
|
|
1854
|
+
电话呼出 203 userReject 拒接挂断
|
|
1855
|
+
|
|
1856
|
+
电话呼出 204 powerOff 关机
|
|
1857
|
+
|
|
1858
|
+
电话呼出 205 numberNotExist 空号
|
|
1859
|
+
|
|
1860
|
+
电话呼出 206 busy 通话中
|
|
1861
|
+
|
|
1862
|
+
电话呼出 207 outOfCredit 欠费
|
|
1863
|
+
|
|
1864
|
+
电话呼出 208 operatorError 运营商线路异常
|
|
1865
|
+
|
|
1866
|
+
电话呼出 209 callerCancel 主叫取消
|
|
1867
|
+
|
|
1868
|
+
电话呼出 210 notInService 不在服务区
|
|
1869
|
+
|
|
1870
|
+
|
|
1831
1871
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1832
1872
|
*/
|
|
1833
1873
|
EndStatusString?: string
|