tencentcloud-sdk-nodejs 4.0.703 → 4.0.705
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 +471 -0
- package/SERVICE_CHANGELOG.md +461 -134
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/apigateway/v20180808/apigateway_models.ts +13 -0
- package/src/services/ccc/v20200210/ccc_client.ts +13 -1
- package/src/services/ccc/v20200210/ccc_models.ts +117 -29
- package/src/services/cdwpg/v20201230/cdwpg_client.ts +40 -1
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +297 -18
- package/src/services/csip/v20221121/csip_client.ts +46 -7
- package/src/services/csip/v20221121/csip_models.ts +365 -57
- package/src/services/cvm/v20170312/cvm_client.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +6 -6
- package/src/services/cwp/v20180228/cwp_models.ts +66 -39
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dasb/v20191018/dasb_models.ts +32 -0
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +9 -0
- package/src/services/es/v20180416/es_models.ts +8 -4
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/ess/v20201111/ess_models.ts +15 -9
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +191 -11
- package/src/services/goosefs/v20220519/goosefs_models.ts +6 -6
- package/src/services/iai/index.ts +2 -2
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/iss/v20230517/iss_client.ts +15 -1
- package/src/services/iss/v20230517/iss_models.ts +69 -18
- package/src/services/lcic/v20220817/lcic_client.ts +16 -3
- package/src/services/lcic/v20220817/lcic_models.ts +135 -67
- package/src/services/live/v20180801/live_models.ts +13 -0
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +23 -21
- package/src/services/oceanus/v20190422/oceanus_client.ts +3 -1
- package/src/services/oceanus/v20190422/oceanus_models.ts +108 -26
- package/src/services/ocr/v20181119/ocr_models.ts +23 -22
- package/src/services/organization/index.ts +2 -2
- package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +5 -1
- package/src/services/sms/index.ts +2 -2
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +3 -3
- package/src/services/tem/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +12 -0
- package/src/services/tse/v20201207/tse_models.ts +53 -0
- package/src/services/vm/index.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/src/services/waf/v20180125/waf_client.ts +95 -20
- package/src/services/waf/v20180125/waf_models.ts +383 -41
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +13 -0
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +115 -29
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +13 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +18 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +288 -18
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +13 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +18 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +355 -56
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +66 -39
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +32 -0
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +9 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +15 -9
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +191 -11
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +6 -6
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/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/iss/v20230517/iss_client.d.ts +5 -1
- package/tencentcloud/services/iss/v20230517/iss_client.js +6 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +65 -18
- 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 +131 -66
- package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +23 -21
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +106 -26
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +23 -22
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +5 -1
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +3 -3
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +51 -0
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +29 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +42 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +368 -41
- package/test/ccc.v20200210.test.js +10 -0
- package/test/cdwpg.v20201230.test.js +30 -0
- package/test/csip.v20221121.test.js +30 -0
- package/test/iss.v20230517.test.js +10 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/tse.v20201207.test.js +10 -0
- package/test/waf.v20180125.test.js +64 -4
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
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
|
-
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-
|
|
17
|
+
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-10-12 01:07:58 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-25 01:06:12 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-10 01:07:51 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-27 01:07:00 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
|
-
| ba | [
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-
|
|
22
|
+
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-13 01:07:10 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-27 01:07:14 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-13 01:07:25 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-08-17 01:20:19 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
|
|
30
30
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-08-17 01:21:42 |
|
|
31
31
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-08-17 01:21:57 |
|
|
32
|
-
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-
|
|
32
|
+
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-10-12 01:13:46 |
|
|
33
33
|
| bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-06-14 01:09:11 |
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-17 01:22:35 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
|
|
@@ -40,13 +40,13 @@
|
|
|
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-05-18 01:07:39 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-09-20 01:08:08 |
|
|
43
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-
|
|
43
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-13 01:09:06 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-09-21 01:31:18 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-09 01:08:48 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
|
|
49
|
-
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-
|
|
49
|
+
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-13 01:10:05 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-10-10 01:10:06 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-09-01 01:09:12 |
|
|
52
52
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-27 01:09:43 |
|
|
@@ -66,20 +66,20 @@
|
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
67
67
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
68
68
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
69
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-
|
|
69
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-13 01:12:24 |
|
|
70
70
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
71
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-
|
|
72
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-
|
|
71
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-12 01:31:43 |
|
|
72
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-12 01:38:16 |
|
|
73
73
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-
|
|
75
|
-
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-10-
|
|
74
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-13 01:13:55 |
|
|
75
|
+
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-10-12 01:46:01 |
|
|
76
76
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
77
77
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
78
78
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-10-09 01:12:39 |
|
|
79
79
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
80
80
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
|
|
81
81
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
|
|
82
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-
|
|
82
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-12 01:49:02 |
|
|
83
83
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
|
|
85
85
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
|
|
@@ -94,16 +94,16 @@
|
|
|
94
94
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-10 01:37:17 |
|
|
97
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-
|
|
97
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-12 01:57:01 |
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-13 01:16:33 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-13 01:16:46 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
103
103
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
|
|
104
104
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-09-22 01:52:02 |
|
|
105
105
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-08-24 01:19:31 |
|
|
106
|
-
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-
|
|
106
|
+
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-10-12 02:01:46 |
|
|
107
107
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
108
108
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
109
109
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
@@ -124,13 +124,13 @@
|
|
|
124
124
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-30 01:17:01 |
|
|
125
125
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
126
126
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
|
|
127
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-10-
|
|
127
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-10-12 02:09:16 |
|
|
128
128
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
129
129
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
|
|
130
130
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
131
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-
|
|
131
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-10-12 02:11:22 |
|
|
132
132
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-11 02:02:31 |
|
|
133
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-
|
|
133
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-13 01:19:37 |
|
|
134
134
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
135
135
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
136
136
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
142
142
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-30 01:19:09 |
|
|
143
143
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
144
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-
|
|
144
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-12 02:16:26 |
|
|
145
145
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-11 02:08:20 |
|
|
146
146
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
|
|
147
147
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-30 01:19:55 |
|
|
@@ -149,23 +149,23 @@
|
|
|
149
149
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
150
150
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
151
151
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
152
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-
|
|
153
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-
|
|
152
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-12 02:20:57 |
|
|
153
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-13 01:21:21 |
|
|
154
154
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
|
|
155
155
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-22 02:15:37 |
|
|
156
156
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
157
157
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
158
158
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-10-09 01:20:54 |
|
|
159
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-
|
|
159
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-10-13 01:22:04 |
|
|
160
160
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
|
|
161
161
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-09-18 02:13:42 |
|
|
162
162
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-09-04 02:18:48 |
|
|
163
|
-
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-
|
|
163
|
+
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
164
164
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
|
|
165
165
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
166
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-
|
|
166
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
|
|
167
167
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-09 01:21:43 |
|
|
168
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-
|
|
168
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-13 01:22:51 |
|
|
169
169
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
170
170
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
171
171
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-22 02:29:25 |
|
|
198
198
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
199
199
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
200
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-
|
|
200
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-13 01:25:14 |
|
|
201
201
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
202
202
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
203
203
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-11 02:31:17 |
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-09 11:35:49 |
|
|
221
221
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
222
222
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-27 10:40:48 |
|
|
223
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-
|
|
223
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-13 01:27:15 |
|
|
224
224
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-10-11 02:39:14 |
|
|
225
225
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
226
226
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
|
|
@@ -228,9 +228,9 @@
|
|
|
228
228
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
229
229
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
230
230
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-09 01:26:55 |
|
|
231
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-
|
|
231
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-12 02:55:40 |
|
|
232
232
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
233
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-
|
|
233
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-13 01:29:06 |
|
|
234
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
235
235
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-31 01:29:16 |
|
|
236
236
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.705"
|
|
@@ -828,6 +828,11 @@ export interface ApiInfo {
|
|
|
828
828
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
829
829
|
*/
|
|
830
830
|
Base64EncodedTriggerRules?: Array<Base64EncodedTriggerRule>
|
|
831
|
+
/**
|
|
832
|
+
* 是否开启SCF Event异步调用。
|
|
833
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
834
|
+
*/
|
|
835
|
+
ServiceScfEventIsAsyncCall?: boolean
|
|
831
836
|
}
|
|
832
837
|
|
|
833
838
|
/**
|
|
@@ -3543,6 +3548,10 @@ export interface ModifyApiRequest {
|
|
|
3543
3548
|
* scf函数类型。当后端类型是SCF时生效。支持事件触发(EVENT),http直通云函数(HTTP)。
|
|
3544
3549
|
*/
|
|
3545
3550
|
ServiceScfFunctionType?: string
|
|
3551
|
+
/**
|
|
3552
|
+
* 是否开启SCF Event异步调用。
|
|
3553
|
+
*/
|
|
3554
|
+
ServiceScfEventIsAsyncCall?: boolean
|
|
3546
3555
|
/**
|
|
3547
3556
|
* EIAM应用类型。
|
|
3548
3557
|
*/
|
|
@@ -3958,6 +3967,10 @@ export interface CreateApiRequest {
|
|
|
3958
3967
|
* scf函数类型。当后端类型是SCF时生效。支持事件触发(EVENT),http直通云函数(HTTP)。
|
|
3959
3968
|
*/
|
|
3960
3969
|
ServiceScfFunctionType?: string
|
|
3970
|
+
/**
|
|
3971
|
+
* 是否开启SCF Event异步调用。
|
|
3972
|
+
*/
|
|
3973
|
+
ServiceScfEventIsAsyncCall?: boolean
|
|
3961
3974
|
/**
|
|
3962
3975
|
* EIAM应用类型。
|
|
3963
3976
|
*/
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
DescribeAutoCalloutTasksResponse,
|
|
43
43
|
PackageBuyInfo,
|
|
44
44
|
ModifyExtensionResponse,
|
|
45
|
-
|
|
45
|
+
DescribeIMCdrListResponse,
|
|
46
46
|
CreateStaffResponse,
|
|
47
47
|
DescribeSkillGroupInfoListResponse,
|
|
48
48
|
DescribeNumbersResponse,
|
|
@@ -60,6 +60,7 @@ import {
|
|
|
60
60
|
DescribeSkillGroupInfoListRequest,
|
|
61
61
|
CreateCarrierPrivilegeNumberApplicantResponse,
|
|
62
62
|
AutoCalloutTaskCalleeInfo,
|
|
63
|
+
SeatUserInfo,
|
|
63
64
|
CarrierPrivilegeNumberApplicant,
|
|
64
65
|
ErrStaffItem,
|
|
65
66
|
PSTNSession,
|
|
@@ -116,6 +117,7 @@ import {
|
|
|
116
117
|
SdkAppIdBuyInfo,
|
|
117
118
|
DescribePSTNActiveSessionListResponse,
|
|
118
119
|
IMCdrInfo,
|
|
120
|
+
DescribeIMCdrListRequest,
|
|
119
121
|
DescribeAutoCalloutTasksRequest,
|
|
120
122
|
DescribeChatMessagesRequest,
|
|
121
123
|
DescribeTelSessionResponse,
|
|
@@ -504,6 +506,16 @@ export class Client extends AbstractClient {
|
|
|
504
506
|
return this.request("DescribeProtectedTelCdr", req, cb)
|
|
505
507
|
}
|
|
506
508
|
|
|
509
|
+
/**
|
|
510
|
+
* 获取包括全媒体和文本会话两种类型的服务记录。
|
|
511
|
+
*/
|
|
512
|
+
async DescribeIMCdrList(
|
|
513
|
+
req: DescribeIMCdrListRequest,
|
|
514
|
+
cb?: (error: string, rep: DescribeIMCdrListResponse) => void
|
|
515
|
+
): Promise<DescribeIMCdrListResponse> {
|
|
516
|
+
return this.request("DescribeIMCdrList", req, cb)
|
|
517
|
+
}
|
|
518
|
+
|
|
507
519
|
/**
|
|
508
520
|
* 获取呼入实时数据统计指标
|
|
509
521
|
*/
|
|
@@ -148,11 +148,16 @@ export interface DescribeProtectedTelCdrResponse {
|
|
|
148
148
|
/**
|
|
149
149
|
* 话单记录总数
|
|
150
150
|
*/
|
|
151
|
-
TotalCount
|
|
151
|
+
TotalCount?: number
|
|
152
152
|
/**
|
|
153
153
|
* 话单记录
|
|
154
|
+
* @deprecated
|
|
154
155
|
*/
|
|
155
|
-
TelCdrs
|
|
156
|
+
TelCdrs?: Array<TelCdrInfo>
|
|
157
|
+
/**
|
|
158
|
+
* 话单记录
|
|
159
|
+
*/
|
|
160
|
+
TelCdrList?: Array<TelCdrInfo>
|
|
156
161
|
/**
|
|
157
162
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
158
163
|
*/
|
|
@@ -197,8 +202,14 @@ export interface DescribeIMCdrsResponse {
|
|
|
197
202
|
TotalCount?: number
|
|
198
203
|
/**
|
|
199
204
|
* 服务记录列表
|
|
205
|
+
* @deprecated
|
|
200
206
|
*/
|
|
201
207
|
IMCdrs?: Array<IMCdrInfo>
|
|
208
|
+
/**
|
|
209
|
+
* 服务记录列表
|
|
210
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
211
|
+
*/
|
|
212
|
+
IMCdrList?: Array<IMCdrInfo>
|
|
202
213
|
/**
|
|
203
214
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
204
215
|
*/
|
|
@@ -419,8 +430,13 @@ export interface DescribeTelCallInfoResponse {
|
|
|
419
430
|
SeatUsedCount?: number
|
|
420
431
|
/**
|
|
421
432
|
* 音频套餐包消耗分钟数
|
|
433
|
+
* @deprecated
|
|
422
434
|
*/
|
|
423
435
|
VoipCallInCount?: number
|
|
436
|
+
/**
|
|
437
|
+
* 音频套餐包消耗分钟数
|
|
438
|
+
*/
|
|
439
|
+
VOIPCallInCount?: number
|
|
424
440
|
/**
|
|
425
441
|
* 离线语音转文字套餐包消耗分钟数
|
|
426
442
|
*/
|
|
@@ -521,6 +537,7 @@ export interface DescribeTelCdrRequest {
|
|
|
521
537
|
EndTimeStamp: number
|
|
522
538
|
/**
|
|
523
539
|
* 实例 ID(废弃)
|
|
540
|
+
* @deprecated
|
|
524
541
|
*/
|
|
525
542
|
InstanceId?: number
|
|
526
543
|
/**
|
|
@@ -612,39 +629,22 @@ export interface ModifyExtensionResponse {
|
|
|
612
629
|
}
|
|
613
630
|
|
|
614
631
|
/**
|
|
615
|
-
*
|
|
632
|
+
* DescribeIMCdrList返回参数结构体
|
|
616
633
|
*/
|
|
617
|
-
export interface
|
|
618
|
-
/**
|
|
619
|
-
* 坐席名称
|
|
620
|
-
*/
|
|
621
|
-
Name: string
|
|
634
|
+
export interface DescribeIMCdrListResponse {
|
|
622
635
|
/**
|
|
623
|
-
*
|
|
636
|
+
* 总记录数
|
|
624
637
|
*/
|
|
625
|
-
|
|
638
|
+
TotalCount?: number
|
|
626
639
|
/**
|
|
627
|
-
*
|
|
640
|
+
* 服务记录列表
|
|
628
641
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
629
642
|
*/
|
|
630
|
-
|
|
631
|
-
/**
|
|
632
|
-
* 坐席电话号码(带0086前缀)
|
|
633
|
-
*/
|
|
634
|
-
Phone?: string
|
|
635
|
-
/**
|
|
636
|
-
* 坐席昵称
|
|
637
|
-
*/
|
|
638
|
-
Nick?: string
|
|
643
|
+
IMCdrList?: Array<IMCdrInfo>
|
|
639
644
|
/**
|
|
640
|
-
*
|
|
641
|
-
*/
|
|
642
|
-
UserId?: string
|
|
643
|
-
/**
|
|
644
|
-
* 坐席关联的技能组列表
|
|
645
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
645
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
646
646
|
*/
|
|
647
|
-
|
|
647
|
+
RequestId?: string
|
|
648
648
|
}
|
|
649
649
|
|
|
650
650
|
/**
|
|
@@ -914,6 +914,7 @@ export interface DescribeIMCdrsRequest {
|
|
|
914
914
|
EndTimestamp: number
|
|
915
915
|
/**
|
|
916
916
|
* 实例 ID(废弃)
|
|
917
|
+
* @deprecated
|
|
917
918
|
*/
|
|
918
919
|
InstanceId?: number
|
|
919
920
|
/**
|
|
@@ -996,6 +997,42 @@ export interface AutoCalloutTaskCalleeInfo {
|
|
|
996
997
|
Sessions: Array<string>
|
|
997
998
|
}
|
|
998
999
|
|
|
1000
|
+
/**
|
|
1001
|
+
* 坐席用户信息
|
|
1002
|
+
*/
|
|
1003
|
+
export interface SeatUserInfo {
|
|
1004
|
+
/**
|
|
1005
|
+
* 坐席名称
|
|
1006
|
+
*/
|
|
1007
|
+
Name: string
|
|
1008
|
+
/**
|
|
1009
|
+
* 坐席邮箱
|
|
1010
|
+
*/
|
|
1011
|
+
Mail: string
|
|
1012
|
+
/**
|
|
1013
|
+
* 工号
|
|
1014
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1015
|
+
*/
|
|
1016
|
+
StaffNumber: string
|
|
1017
|
+
/**
|
|
1018
|
+
* 坐席电话号码(带0086前缀)
|
|
1019
|
+
*/
|
|
1020
|
+
Phone?: string
|
|
1021
|
+
/**
|
|
1022
|
+
* 坐席昵称
|
|
1023
|
+
*/
|
|
1024
|
+
Nick?: string
|
|
1025
|
+
/**
|
|
1026
|
+
* 用户ID
|
|
1027
|
+
*/
|
|
1028
|
+
UserId?: string
|
|
1029
|
+
/**
|
|
1030
|
+
* 坐席关联的技能组列表
|
|
1031
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1032
|
+
*/
|
|
1033
|
+
SkillGroupNameList?: Array<string>
|
|
1034
|
+
}
|
|
1035
|
+
|
|
999
1036
|
/**
|
|
1000
1037
|
* 运营商白名单号码申请单
|
|
1001
1038
|
*/
|
|
@@ -1733,8 +1770,14 @@ export interface TelCdrInfo {
|
|
|
1733
1770
|
/**
|
|
1734
1771
|
* 客户自定义数据(User-to-User Interface)
|
|
1735
1772
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1773
|
+
* @deprecated
|
|
1736
1774
|
*/
|
|
1737
1775
|
Uui?: string
|
|
1776
|
+
/**
|
|
1777
|
+
* 客户自定义数据(User-to-User Interface)
|
|
1778
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1779
|
+
*/
|
|
1780
|
+
UUI?: string
|
|
1738
1781
|
/**
|
|
1739
1782
|
* IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
|
|
1740
1783
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1784,6 +1827,10 @@ export interface NumberInfo {
|
|
|
1784
1827
|
* 绑定的外呼技能组
|
|
1785
1828
|
*/
|
|
1786
1829
|
CallOutSkillGroupIds?: Array<number | bigint>
|
|
1830
|
+
/**
|
|
1831
|
+
* 号码状态,1-正常,2-欠费停用,4-管理员停用,5-违规停用
|
|
1832
|
+
*/
|
|
1833
|
+
State?: number
|
|
1787
1834
|
}
|
|
1788
1835
|
|
|
1789
1836
|
/**
|
|
@@ -2076,8 +2123,13 @@ export interface CreateCallOutSessionRequest {
|
|
|
2076
2123
|
IsForceUseMobile?: boolean
|
|
2077
2124
|
/**
|
|
2078
2125
|
* 自定义数据,长度限制 1024 字节
|
|
2126
|
+
* @deprecated
|
|
2079
2127
|
*/
|
|
2080
2128
|
Uui?: string
|
|
2129
|
+
/**
|
|
2130
|
+
* 自定义数据,长度限制 1024 字节
|
|
2131
|
+
*/
|
|
2132
|
+
UUI?: string
|
|
2081
2133
|
}
|
|
2082
2134
|
|
|
2083
2135
|
/**
|
|
@@ -2338,11 +2390,16 @@ export interface DescribeTelCdrResponse {
|
|
|
2338
2390
|
/**
|
|
2339
2391
|
* 话单记录总数
|
|
2340
2392
|
*/
|
|
2341
|
-
TotalCount
|
|
2393
|
+
TotalCount?: number
|
|
2342
2394
|
/**
|
|
2343
2395
|
* 话单记录
|
|
2396
|
+
* @deprecated
|
|
2344
2397
|
*/
|
|
2345
|
-
TelCdrs
|
|
2398
|
+
TelCdrs?: Array<TelCdrInfo>
|
|
2399
|
+
/**
|
|
2400
|
+
* 话单记录
|
|
2401
|
+
*/
|
|
2402
|
+
TelCdrList?: Array<TelCdrInfo>
|
|
2346
2403
|
/**
|
|
2347
2404
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2348
2405
|
*/
|
|
@@ -2566,6 +2623,36 @@ export interface IMCdrInfo {
|
|
|
2566
2623
|
Satisfaction: IMSatisfaction
|
|
2567
2624
|
}
|
|
2568
2625
|
|
|
2626
|
+
/**
|
|
2627
|
+
* DescribeIMCdrList请求参数结构体
|
|
2628
|
+
*/
|
|
2629
|
+
export interface DescribeIMCdrListRequest {
|
|
2630
|
+
/**
|
|
2631
|
+
* 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
|
2632
|
+
*/
|
|
2633
|
+
SdkAppId: number
|
|
2634
|
+
/**
|
|
2635
|
+
* 起始时间(必填),Unix 秒级时间戳
|
|
2636
|
+
*/
|
|
2637
|
+
StartTimestamp: number
|
|
2638
|
+
/**
|
|
2639
|
+
* 结束时间(必填),Unix 秒级时间戳
|
|
2640
|
+
*/
|
|
2641
|
+
EndTimestamp: number
|
|
2642
|
+
/**
|
|
2643
|
+
* 返回记录条数,最大为100默认20
|
|
2644
|
+
*/
|
|
2645
|
+
Limit?: number
|
|
2646
|
+
/**
|
|
2647
|
+
* 返回记录偏移,默认为 0
|
|
2648
|
+
*/
|
|
2649
|
+
Offset?: number
|
|
2650
|
+
/**
|
|
2651
|
+
* 1为全媒体,2为文本客服,不填则查询全部
|
|
2652
|
+
*/
|
|
2653
|
+
Type?: number
|
|
2654
|
+
}
|
|
2655
|
+
|
|
2569
2656
|
/**
|
|
2570
2657
|
* DescribeAutoCalloutTasks请求参数结构体
|
|
2571
2658
|
*/
|
|
@@ -2590,6 +2677,7 @@ export interface DescribeAutoCalloutTasksRequest {
|
|
|
2590
2677
|
export interface DescribeChatMessagesRequest {
|
|
2591
2678
|
/**
|
|
2592
2679
|
* 实例 ID(废弃)
|
|
2680
|
+
* @deprecated
|
|
2593
2681
|
*/
|
|
2594
2682
|
InstanceId?: number
|
|
2595
2683
|
/**
|
|
@@ -18,16 +18,25 @@
|
|
|
18
18
|
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
|
+
ModifyInstanceResponse,
|
|
22
|
+
DescribeInstanceStateRequest,
|
|
21
23
|
ResourceSpecNew,
|
|
24
|
+
ChargeProperties,
|
|
22
25
|
DestroyInstanceByApiResponse,
|
|
26
|
+
InstanceNodeGroup,
|
|
23
27
|
DestroyInstanceByApiRequest,
|
|
24
28
|
CreateInstanceByApiRequest,
|
|
25
29
|
CBSSpec,
|
|
30
|
+
InstanceStateInfo,
|
|
31
|
+
DescribeInstanceRequest,
|
|
32
|
+
ModifyInstanceRequest,
|
|
26
33
|
CreateInstanceByApiResponse,
|
|
27
34
|
DescribeSimpleInstancesResponse,
|
|
28
35
|
Tag,
|
|
36
|
+
DescribeInstanceStateResponse,
|
|
37
|
+
InstanceInfo,
|
|
29
38
|
InstanceSimpleInfoNew,
|
|
30
|
-
|
|
39
|
+
DescribeInstanceResponse,
|
|
31
40
|
DescribeSimpleInstancesRequest,
|
|
32
41
|
} from "./cdwpg_models"
|
|
33
42
|
|
|
@@ -40,6 +49,16 @@ export class Client extends AbstractClient {
|
|
|
40
49
|
super("cdwpg.tencentcloudapi.com", "2020-12-30", clientConfig)
|
|
41
50
|
}
|
|
42
51
|
|
|
52
|
+
/**
|
|
53
|
+
* 集群详情页中显示集群状态、流程进度等
|
|
54
|
+
*/
|
|
55
|
+
async DescribeInstanceState(
|
|
56
|
+
req: DescribeInstanceStateRequest,
|
|
57
|
+
cb?: (error: string, rep: DescribeInstanceStateResponse) => void
|
|
58
|
+
): Promise<DescribeInstanceStateResponse> {
|
|
59
|
+
return this.request("DescribeInstanceState", req, cb)
|
|
60
|
+
}
|
|
61
|
+
|
|
43
62
|
/**
|
|
44
63
|
* 销毁集群
|
|
45
64
|
*/
|
|
@@ -50,6 +69,16 @@ export class Client extends AbstractClient {
|
|
|
50
69
|
return this.request("DestroyInstanceByApi", req, cb)
|
|
51
70
|
}
|
|
52
71
|
|
|
72
|
+
/**
|
|
73
|
+
* 根据实例ID查询某个实例的具体信息
|
|
74
|
+
*/
|
|
75
|
+
async DescribeInstance(
|
|
76
|
+
req: DescribeInstanceRequest,
|
|
77
|
+
cb?: (error: string, rep: DescribeInstanceResponse) => void
|
|
78
|
+
): Promise<DescribeInstanceResponse> {
|
|
79
|
+
return this.request("DescribeInstance", req, cb)
|
|
80
|
+
}
|
|
81
|
+
|
|
53
82
|
/**
|
|
54
83
|
* 创建集群
|
|
55
84
|
*/
|
|
@@ -69,4 +98,14 @@ export class Client extends AbstractClient {
|
|
|
69
98
|
): Promise<DescribeSimpleInstancesResponse> {
|
|
70
99
|
return this.request("DescribeSimpleInstances", req, cb)
|
|
71
100
|
}
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* 修改实例信息,目前为实例名称
|
|
104
|
+
*/
|
|
105
|
+
async ModifyInstance(
|
|
106
|
+
req: ModifyInstanceRequest,
|
|
107
|
+
cb?: (error: string, rep: ModifyInstanceResponse) => void
|
|
108
|
+
): Promise<ModifyInstanceResponse> {
|
|
109
|
+
return this.request("ModifyInstance", req, cb)
|
|
110
|
+
}
|
|
72
111
|
}
|