tencentcloud-sdk-nodejs 4.0.249 → 4.0.253
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 +941 -78
- package/package.json +1 -1
- package/products.md +35 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +20 -0
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +10 -2
- package/src/services/billing/v20180709/billing_models.ts +51 -20
- package/src/services/ccc/v20200210/ccc_client.ts +31 -15
- package/src/services/ccc/v20200210/ccc_models.ts +334 -179
- package/src/services/cdn/v20180606/cdn_client.ts +6 -4
- package/src/services/cdn/v20180606/cdn_models.ts +130 -39
- package/src/services/ckafka/v20190819/ckafka_client.ts +3 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +53 -38
- package/src/services/cls/v20201016/cls_models.ts +2 -0
- package/src/services/cpdp/v20190820/cpdp_client.ts +34 -9
- package/src/services/cpdp/v20190820/cpdp_models.ts +319 -159
- package/src/services/dcdb/v20180411/dcdb_models.ts +7 -7
- package/src/services/dnspod/v20210323/dnspod_client.ts +82 -69
- package/src/services/dnspod/v20210323/dnspod_models.ts +1178 -1133
- package/src/services/domain/v20180808/domain_models.ts +20 -0
- package/src/services/ecm/v20190719/ecm_models.ts +2 -2
- package/src/services/emr/v20190103/emr_models.ts +40 -4
- package/src/services/ft/v20200304/ft_models.ts +8 -2
- package/src/services/gs/v20191118/gs_models.ts +3 -3
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +38 -13
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +113 -21
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +5 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +22 -0
- package/src/services/postgres/v20170312/postgres_models.ts +5 -5
- package/src/services/redis/v20180412/redis_models.ts +4 -3
- package/src/services/rum/v20210622/rum_client.ts +27 -3
- package/src/services/rum/v20210622/rum_models.ts +270 -25
- package/src/services/scf/v20180416/scf_client.ts +13 -0
- package/src/services/scf/v20180416/scf_models.ts +81 -27
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/tat/v20201028/tat_client.ts +16 -1
- package/src/services/tat/v20201028/tat_models.ts +31 -4
- package/src/services/tcb/v20180608/tcb_models.ts +6 -1
- package/src/services/tcss/index.ts +5 -0
- package/src/services/tcss/v20201101/index.ts +6 -0
- package/src/services/tcss/v20201101/tcss_client.ts +2106 -0
- package/src/services/tcss/v20201101/tcss_models.ts +11427 -0
- package/src/services/tem/v20210701/tem_client.ts +12 -0
- package/src/services/tem/v20210701/tem_models.ts +35 -0
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/vod/v20180717/vod_client.ts +5 -3
- package/src/services/vod/v20180717/vod_models.ts +245 -30
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +9 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +50 -19
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -5
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +283 -153
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +113 -35
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -33
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +11 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +15 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +271 -136
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -7
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1048 -1009
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +16 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +2 -2
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +34 -4
- package/tencentcloud/services/ft/v20200304/ft_models.d.ts +7 -2
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +3 -3
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +13 -5
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +18 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +97 -18
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +4 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +18 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +5 -5
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -2
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -1
- package/tencentcloud/services/rum/v20210622/rum_client.js +12 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +225 -25
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +5 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +6 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +73 -26
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/tat/v20201028/tat_client.d.ts +8 -1
- package/tencentcloud/services/tat/v20201028/tat_client.js +9 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +28 -4
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -1
- package/tencentcloud/services/tcss/index.d.ts +6 -0
- package/tencentcloud/services/tcss/index.js +7 -0
- package/tencentcloud/services/tcss/v20201101/index.d.ts +6 -0
- package/tencentcloud/services/tcss/v20201101/index.js +9 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +674 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +1027 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +9642 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.js +18 -0
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +30 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +4 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +4 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +177 -0
- package/test/ccc.v20200210.test.js +14 -4
- package/test/cpdp.v20190820.test.js +22 -2
- package/test/dnspod.v20210323.test.js +14 -4
- package/test/iotexplorer.v20190423.test.js +24 -4
- package/test/rum.v20210622.test.js +20 -0
- package/test/scf.v20180416.test.js +10 -0
- package/test/tat.v20201028.test.js +10 -0
- package/test/tcss.v20201101.test.js +1681 -0
- package/test/tem.v20210701.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
|
|
14
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-12-
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-12-08 08:05:34 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2021-12-02 08:02:32 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-23 08:02:56 |
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-12-09 08:01:20 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
|
|
21
|
-
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-
|
|
22
|
-
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-
|
|
21
|
+
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-12-07 08:02:49 |
|
|
22
|
+
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-12-09 08:01:35 |
|
|
23
23
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
24
24
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
|
|
25
25
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2021-11-10 08:02:52 |
|
|
@@ -31,25 +31,25 @@
|
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
|
|
32
32
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-11-10 08:03:19 |
|
|
33
33
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-11-10 08:03:22 |
|
|
34
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-
|
|
34
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-12-06 08:02:18 |
|
|
35
35
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-12-02 08:03:37 |
|
|
36
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-12-
|
|
36
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-12-09 08:02:35 |
|
|
37
37
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-11-10 08:03:57 |
|
|
38
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-
|
|
38
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-12-06 08:02:54 |
|
|
39
39
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-12-01 08:04:35 |
|
|
40
|
-
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-
|
|
40
|
+
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-12-09 08:03:02 |
|
|
41
41
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-11-23 08:04:46 |
|
|
42
42
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
43
43
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
44
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-
|
|
44
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-12-07 11:23:56 |
|
|
45
45
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-30 08:04:28 |
|
|
46
46
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
|
|
47
47
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
|
|
48
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-
|
|
49
|
-
| cme | [
|
|
48
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-12-07 08:04:37 |
|
|
49
|
+
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2021-12-07 08:04:45 |
|
|
50
50
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
|
|
51
51
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
52
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-
|
|
52
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-12-09 08:03:47 |
|
|
53
53
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
54
54
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-26 08:07:10 |
|
|
55
55
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-30 08:05:34 |
|
|
@@ -58,30 +58,30 @@
|
|
|
58
58
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
|
|
59
59
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2021-11-25 08:09:57 |
|
|
60
60
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
|
|
61
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-
|
|
61
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-12-07 08:06:14 |
|
|
62
62
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2021-11-10 08:06:10 |
|
|
63
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-
|
|
64
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-
|
|
63
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-12-09 08:05:19 |
|
|
64
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-06 08:05:24 |
|
|
65
65
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-11-10 08:06:23 |
|
|
66
66
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-11-10 08:06:24 |
|
|
67
67
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-11-10 08:06:26 |
|
|
68
68
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-12-01 08:07:08 |
|
|
69
69
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
|
|
70
70
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-12-02 08:06:56 |
|
|
71
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-
|
|
71
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-12-06 08:05:41 |
|
|
72
72
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-11-10 08:06:52 |
|
|
73
73
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
|
|
74
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-
|
|
74
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-12-08 08:10:26 |
|
|
75
75
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-11-10 08:07:00 |
|
|
76
76
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-11-10 08:07:03 |
|
|
77
77
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-11-18 08:08:10 |
|
|
78
78
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-11-26 08:09:14 |
|
|
79
79
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-03 08:06:45 |
|
|
80
|
-
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-
|
|
80
|
+
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
|
|
81
81
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-03 08:06:49 |
|
|
82
82
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-11-10 08:07:25 |
|
|
83
83
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
|
|
84
|
-
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-
|
|
84
|
+
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-12-07 08:07:40 |
|
|
85
85
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2021-11-10 08:07:31 |
|
|
86
86
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
87
87
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2021-11-10 08:07:42 |
|
|
@@ -92,21 +92,21 @@
|
|
|
92
92
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-11-10 08:07:49 |
|
|
93
93
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-11-10 08:07:50 |
|
|
94
94
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
|
|
95
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-
|
|
95
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-12-09 08:07:14 |
|
|
96
96
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
|
|
97
97
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-03 08:07:55 |
|
|
98
98
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-12-03 08:08:18 |
|
|
99
99
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
|
|
100
100
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-11-29 08:10:07 |
|
|
101
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-
|
|
102
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-12-
|
|
101
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-12-09 08:07:48 |
|
|
102
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-12-08 08:12:19 |
|
|
103
103
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
|
|
104
104
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-26 08:11:04 |
|
|
105
105
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
|
|
106
106
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
107
107
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
|
|
108
108
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
|
|
109
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-12-
|
|
109
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-12-09 08:08:23 |
|
|
110
110
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-03 08:09:12 |
|
|
111
111
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
|
|
112
112
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-30 08:10:05 |
|
|
@@ -115,19 +115,19 @@
|
|
|
115
115
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
116
116
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-11-10 08:09:23 |
|
|
117
117
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
118
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-
|
|
118
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-12-07 08:09:58 |
|
|
119
119
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-26 08:11:53 |
|
|
120
120
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-11-10 08:09:46 |
|
|
121
121
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
|
|
122
122
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
|
|
123
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-12-
|
|
123
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-12-08 08:13:38 |
|
|
124
124
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-12-02 08:10:37 |
|
|
125
125
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-11-10 08:10:02 |
|
|
126
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-
|
|
126
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-12-07 13:09:58 |
|
|
127
127
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
|
|
128
128
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
|
|
129
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-
|
|
130
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-12-
|
|
129
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-12-09 08:09:35 |
|
|
130
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-12-09 08:09:39 |
|
|
131
131
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-26 08:12:29 |
|
|
132
132
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
|
|
133
133
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-11-16 08:13:49 |
|
|
@@ -135,26 +135,27 @@
|
|
|
135
135
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
136
136
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2021-11-10 08:10:19 |
|
|
137
137
|
| ssa | [态势感知](https://cloud.tencent.com/document/product/664) | 2021-11-22 08:10:13 |
|
|
138
|
-
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2021-
|
|
138
|
+
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2021-12-08 08:14:38 |
|
|
139
139
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-11-10 08:10:37 |
|
|
140
140
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2021-11-10 08:10:38 |
|
|
141
141
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-11-10 08:10:42 |
|
|
142
142
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-10 08:10:43 |
|
|
143
143
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
|
|
144
|
-
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-12-
|
|
144
|
+
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-12-09 08:10:32 |
|
|
145
145
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
146
146
|
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2021-11-10 08:10:50 |
|
|
147
147
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
148
148
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
|
|
149
149
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
|
|
150
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-
|
|
150
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-12-07 08:11:30 |
|
|
151
151
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
|
|
152
152
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
153
153
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
|
|
154
154
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-11-11 11:08:37 |
|
|
155
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2021-12-08 08:15:31 |
|
|
155
156
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
|
|
156
157
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-03 08:11:41 |
|
|
157
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-
|
|
158
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-12-09 08:11:43 |
|
|
158
159
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-11-29 19:51:19 |
|
|
159
160
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
160
161
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
|
|
@@ -164,7 +165,7 @@
|
|
|
164
165
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-11-10 08:11:42 |
|
|
165
166
|
| tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-11-10 08:11:45 |
|
|
166
167
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-03 08:12:15 |
|
|
167
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-
|
|
168
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-12-09 08:12:05 |
|
|
168
169
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
169
170
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-11-10 08:12:05 |
|
|
170
171
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
|
|
@@ -176,7 +177,7 @@
|
|
|
176
177
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
|
|
177
178
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-11-10 08:12:36 |
|
|
178
179
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
|
|
179
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-
|
|
180
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-12-09 08:12:57 |
|
|
180
181
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-12-03 08:13:27 |
|
|
181
182
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
|
|
182
183
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2021-11-10 08:13:30 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.253"
|
|
@@ -3913,6 +3913,26 @@ export interface CreateApiRequest {
|
|
|
3913
3913
|
* scf函数类型。当后端类型是SCF时生效。支持事件触发(EVENT),http直通云函数(HTTP)。
|
|
3914
3914
|
*/
|
|
3915
3915
|
ServiceScfFunctionType?: string
|
|
3916
|
+
|
|
3917
|
+
/**
|
|
3918
|
+
* EIAM应用类型。
|
|
3919
|
+
*/
|
|
3920
|
+
EIAMAppType?: string
|
|
3921
|
+
|
|
3922
|
+
/**
|
|
3923
|
+
* EIAM应用认证类型,支持仅认证(AuthenticationOnly)、认证和鉴权(Authorization)。
|
|
3924
|
+
*/
|
|
3925
|
+
EIAMAuthType?: string
|
|
3926
|
+
|
|
3927
|
+
/**
|
|
3928
|
+
* EIAM应用Token 有效时间,单位为秒,默认为7200秒。
|
|
3929
|
+
*/
|
|
3930
|
+
TokenTimeout?: number
|
|
3931
|
+
|
|
3932
|
+
/**
|
|
3933
|
+
* EIAM应用ID。
|
|
3934
|
+
*/
|
|
3935
|
+
EIAMAppId?: string
|
|
3916
3936
|
}
|
|
3917
3937
|
|
|
3918
3938
|
/**
|
|
@@ -109,7 +109,7 @@ export class Client extends AbstractClient {
|
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
111
|
* 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
|
|
112
|
-
•
|
|
112
|
+
• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
113
113
|
• 支持通用、音视频领域
|
|
114
114
|
• 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式
|
|
115
115
|
• 支持语音 URL 和本地语音文件两种请求方式
|
|
@@ -275,7 +275,7 @@ export class Client extends AbstractClient {
|
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>•
|
|
278
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3;采样率支持8000Hz或者16000Hz;采样精度支持16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
|
|
279
279
|
*/
|
|
280
280
|
async SentenceRecognition(
|
|
281
281
|
req: SentenceRecognitionRequest,
|
|
@@ -233,8 +233,9 @@ export interface SentenceRecognitionRequest {
|
|
|
233
233
|
• 16k_en:16k 英语;
|
|
234
234
|
• 16k_ca:16k 粤语;
|
|
235
235
|
• 16k_ja:16k 日语;
|
|
236
|
-
•16k_wuu-SH:16k 上海话方言;
|
|
237
|
-
•16k_zh_medical:16k
|
|
236
|
+
• 16k_wuu-SH:16k 上海话方言;
|
|
237
|
+
• 16k_zh_medical:16k 医疗;
|
|
238
|
+
• 16k_zh_dialect:多方言。
|
|
238
239
|
*/
|
|
239
240
|
EngSerViceType: string
|
|
240
241
|
|
|
@@ -459,6 +460,7 @@ export interface CreateRecTaskRequest {
|
|
|
459
460
|
• 16k_zh_medical 医疗;
|
|
460
461
|
• 16k_th 泰语;
|
|
461
462
|
• 16k_wuu-SH:16k 上海话方言;
|
|
463
|
+
• 16k_zh_dialect:多方言。
|
|
462
464
|
*/
|
|
463
465
|
EngineModelType: string
|
|
464
466
|
|
|
@@ -752,6 +754,12 @@ export interface TaskStatus {
|
|
|
752
754
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
753
755
|
*/
|
|
754
756
|
ResultDetail: Array<SentenceDetail>
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* 音频时长(秒)。
|
|
760
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
761
|
+
*/
|
|
762
|
+
AudioDuration: number
|
|
755
763
|
}
|
|
756
764
|
|
|
757
765
|
/**
|
|
@@ -306,7 +306,7 @@ adjustment-调账
|
|
|
306
306
|
*/
|
|
307
307
|
export interface ConsumptionBusinessSummaryDataItem {
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* 产品名称代码
|
|
310
310
|
*/
|
|
311
311
|
BusinessCode: string
|
|
312
312
|
|
|
@@ -351,12 +351,12 @@ export interface CostDetail {
|
|
|
351
351
|
PayerUin: string
|
|
352
352
|
|
|
353
353
|
/**
|
|
354
|
-
*
|
|
354
|
+
* 产品名称
|
|
355
355
|
*/
|
|
356
356
|
BusinessCodeName: string
|
|
357
357
|
|
|
358
358
|
/**
|
|
359
|
-
*
|
|
359
|
+
* 子产品名称
|
|
360
360
|
*/
|
|
361
361
|
ProductCodeName: string
|
|
362
362
|
|
|
@@ -422,7 +422,7 @@ export interface CostDetail {
|
|
|
422
422
|
ComponentSet: Array<CostComponentSet>
|
|
423
423
|
|
|
424
424
|
/**
|
|
425
|
-
*
|
|
425
|
+
* 子产品名称代码
|
|
426
426
|
*/
|
|
427
427
|
ProductCode: string
|
|
428
428
|
}
|
|
@@ -458,7 +458,7 @@ export interface BillResourceSummary {
|
|
|
458
458
|
BusinessCodeName: string
|
|
459
459
|
|
|
460
460
|
/**
|
|
461
|
-
*
|
|
461
|
+
* 子产品名称:云产品子类,如云服务器CVM-标准型S1, 当没有获取到子产品名称时,返回"-"
|
|
462
462
|
*/
|
|
463
463
|
ProductCodeName: string
|
|
464
464
|
|
|
@@ -605,12 +605,12 @@ export interface BillResourceSummary {
|
|
|
605
605
|
OperateUin: string
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
|
-
*
|
|
608
|
+
* 产品名称代码
|
|
609
609
|
*/
|
|
610
610
|
BusinessCode: string
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* 子产品名称代码
|
|
614
614
|
*/
|
|
615
615
|
ProductCode: string
|
|
616
616
|
|
|
@@ -660,7 +660,7 @@ export interface Conditions {
|
|
|
660
660
|
TimeRange?: number
|
|
661
661
|
|
|
662
662
|
/**
|
|
663
|
-
*
|
|
663
|
+
* 产品名称代码
|
|
664
664
|
*/
|
|
665
665
|
BusinessCode?: string
|
|
666
666
|
|
|
@@ -685,12 +685,12 @@ export interface Conditions {
|
|
|
685
685
|
ResourceKeyword?: string
|
|
686
686
|
|
|
687
687
|
/**
|
|
688
|
-
*
|
|
688
|
+
* 产品名称代码
|
|
689
689
|
*/
|
|
690
690
|
BusinessCodes?: Array<string>
|
|
691
691
|
|
|
692
692
|
/**
|
|
693
|
-
*
|
|
693
|
+
* 子产品名称代码
|
|
694
694
|
*/
|
|
695
695
|
ProductCodes?: Array<string>
|
|
696
696
|
|
|
@@ -1000,7 +1000,7 @@ export interface ConsumptionResourceSummaryDataItem {
|
|
|
1000
1000
|
PayModeName: string
|
|
1001
1001
|
|
|
1002
1002
|
/**
|
|
1003
|
-
*
|
|
1003
|
+
* 产品名称代码
|
|
1004
1004
|
*/
|
|
1005
1005
|
BusinessCode: string
|
|
1006
1006
|
|
|
@@ -1076,8 +1076,38 @@ export interface DescribeBillDetailRequest {
|
|
|
1076
1076
|
ResourceId?: string
|
|
1077
1077
|
|
|
1078
1078
|
/**
|
|
1079
|
-
|
|
1080
|
-
|
|
1079
|
+
* 查询交易类型,如下:
|
|
1080
|
+
包年包月新购
|
|
1081
|
+
包年包月续费
|
|
1082
|
+
包年包月配置变更
|
|
1083
|
+
包年包月退款
|
|
1084
|
+
按量计费扣费
|
|
1085
|
+
按量计费小时结
|
|
1086
|
+
按量计费日结
|
|
1087
|
+
按量计费月结
|
|
1088
|
+
线下项目扣费
|
|
1089
|
+
线下产品扣费
|
|
1090
|
+
调账扣费
|
|
1091
|
+
调账补偿
|
|
1092
|
+
竞价实例小时结
|
|
1093
|
+
线下项目调账补偿
|
|
1094
|
+
线下产品调账补偿
|
|
1095
|
+
优惠扣费
|
|
1096
|
+
优惠补偿
|
|
1097
|
+
按量计费迁入资源
|
|
1098
|
+
按量计费迁出资源
|
|
1099
|
+
包年包月迁入资源
|
|
1100
|
+
包年包月迁出资源
|
|
1101
|
+
预付费用
|
|
1102
|
+
小时费用
|
|
1103
|
+
预留实例退款
|
|
1104
|
+
按量计费冲正
|
|
1105
|
+
按量计费冲正
|
|
1106
|
+
按量计费冲正
|
|
1107
|
+
按量计费冲正
|
|
1108
|
+
按量计费冲正
|
|
1109
|
+
包年包月转按量
|
|
1110
|
+
*/
|
|
1081
1111
|
ActionType?: string
|
|
1082
1112
|
|
|
1083
1113
|
/**
|
|
@@ -1086,7 +1116,7 @@ export interface DescribeBillDetailRequest {
|
|
|
1086
1116
|
ProjectId?: number
|
|
1087
1117
|
|
|
1088
1118
|
/**
|
|
1089
|
-
*
|
|
1119
|
+
* 产品名称代码
|
|
1090
1120
|
备注:如需获取当月使用过的BusinessCode,请调用API:<a href="https://cloud.tencent.com/document/product/555/35761">获取产品汇总费用分布</a>
|
|
1091
1121
|
*/
|
|
1092
1122
|
BusinessCode?: string
|
|
@@ -1388,7 +1418,7 @@ export interface DescribeCostSummaryByRegionRequest {
|
|
|
1388
1418
|
*/
|
|
1389
1419
|
export interface BusinessSummaryOverviewItem {
|
|
1390
1420
|
/**
|
|
1391
|
-
*
|
|
1421
|
+
* 产品名称代码
|
|
1392
1422
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1393
1423
|
*/
|
|
1394
1424
|
BusinessCode: string
|
|
@@ -1872,6 +1902,7 @@ export interface DescribeBillResourceSummaryRequest {
|
|
|
1872
1902
|
按量计费冲正
|
|
1873
1903
|
按量计费冲正
|
|
1874
1904
|
按量计费冲正
|
|
1905
|
+
包年包月转按量
|
|
1875
1906
|
*/
|
|
1876
1907
|
ActionType?: string
|
|
1877
1908
|
|
|
@@ -1886,7 +1917,7 @@ export interface DescribeBillResourceSummaryRequest {
|
|
|
1886
1917
|
PayMode?: string
|
|
1887
1918
|
|
|
1888
1919
|
/**
|
|
1889
|
-
*
|
|
1920
|
+
* 产品名称代码
|
|
1890
1921
|
备注:如需获取当月使用过的BusinessCode,请调用API:<a href="https://cloud.tencent.com/document/product/555/35761">获取产品汇总费用分布</a>
|
|
1891
1922
|
*/
|
|
1892
1923
|
BusinessCode?: string
|
|
@@ -2106,19 +2137,19 @@ export interface BillDetail {
|
|
|
2106
2137
|
Tags: Array<BillTagInfo>
|
|
2107
2138
|
|
|
2108
2139
|
/**
|
|
2109
|
-
*
|
|
2140
|
+
* 产品名称代码
|
|
2110
2141
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2111
2142
|
*/
|
|
2112
2143
|
BusinessCode: string
|
|
2113
2144
|
|
|
2114
2145
|
/**
|
|
2115
|
-
*
|
|
2146
|
+
* 子产品名称代码
|
|
2116
2147
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2117
2148
|
*/
|
|
2118
2149
|
ProductCode: string
|
|
2119
2150
|
|
|
2120
2151
|
/**
|
|
2121
|
-
*
|
|
2152
|
+
* 交易类型代码
|
|
2122
2153
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2123
2154
|
*/
|
|
2124
2155
|
ActionType: string
|
|
@@ -2566,7 +2597,7 @@ export interface DescribeBillSummaryByProjectResponse {
|
|
|
2566
2597
|
*/
|
|
2567
2598
|
export interface ConditionBusiness {
|
|
2568
2599
|
/**
|
|
2569
|
-
*
|
|
2600
|
+
* 产品名称代码
|
|
2570
2601
|
*/
|
|
2571
2602
|
BusinessCode: string
|
|
2572
2603
|
|
|
@@ -26,7 +26,9 @@ import {
|
|
|
26
26
|
CallInMetrics,
|
|
27
27
|
DescribeStaffInfoListResponse,
|
|
28
28
|
CreateStaffResponse,
|
|
29
|
+
TelCdrInfo,
|
|
29
30
|
CreateUserSigRequest,
|
|
31
|
+
PhoneNumBuyInfo,
|
|
30
32
|
UnbindStaffSkillGroupListRequest,
|
|
31
33
|
DescribeStaffStatusMetricsRequest,
|
|
32
34
|
SkillGroupItem,
|
|
@@ -34,15 +36,17 @@ import {
|
|
|
34
36
|
DeleteStaffRequest,
|
|
35
37
|
DescribeTelSessionRequest,
|
|
36
38
|
DescribeIMCdrsRequest,
|
|
37
|
-
|
|
39
|
+
DescribeCCCBuyInfoListRequest,
|
|
38
40
|
DeleteStaffResponse,
|
|
39
41
|
StaffStatusExtra,
|
|
40
42
|
DescribeSkillGroupInfoListRequest,
|
|
41
43
|
CreateStaffRequest,
|
|
42
44
|
DescribeChatMessagesResponse,
|
|
45
|
+
SdkAppIdBuyInfo,
|
|
43
46
|
CallInNumberMetrics,
|
|
44
47
|
DescribePSTNActiveSessionListResponse,
|
|
45
48
|
IMCdrInfo,
|
|
49
|
+
StaffBuyInfo,
|
|
46
50
|
ErrStaffItem,
|
|
47
51
|
DescribeChatMessagesRequest,
|
|
48
52
|
PSTNSession,
|
|
@@ -52,6 +56,7 @@ import {
|
|
|
52
56
|
StaffInfo,
|
|
53
57
|
PSTNSessionInfo,
|
|
54
58
|
ServeParticipant,
|
|
59
|
+
DescribeTelCdrResponse,
|
|
55
60
|
DescribeStaffStatusMetricsResponse,
|
|
56
61
|
CallInSkillGroupMetrics,
|
|
57
62
|
DescribeSeatUserListResponse,
|
|
@@ -59,12 +64,13 @@ import {
|
|
|
59
64
|
DescribeTelCallInfoResponse,
|
|
60
65
|
StaffStatusMetrics,
|
|
61
66
|
BindStaffSkillGroupListResponse,
|
|
62
|
-
|
|
67
|
+
PackageBuyInfo,
|
|
63
68
|
DescribeTelCdrRequest,
|
|
64
69
|
MessageBody,
|
|
65
70
|
CreateSDKLoginTokenRequest,
|
|
66
71
|
DescribeTelCallInfoRequest,
|
|
67
|
-
|
|
72
|
+
DescribeCCCBuyInfoListResponse,
|
|
73
|
+
UnbindStaffSkillGroupListResponse,
|
|
68
74
|
SeatUserInfo,
|
|
69
75
|
DescribeCallInMetricsRequest,
|
|
70
76
|
Message,
|
|
@@ -81,6 +87,16 @@ export class Client extends AbstractClient {
|
|
|
81
87
|
super("ccc.tencentcloudapi.com", "2020-02-10", clientConfig)
|
|
82
88
|
}
|
|
83
89
|
|
|
90
|
+
/**
|
|
91
|
+
* 获取坐席实时状态统计指标
|
|
92
|
+
*/
|
|
93
|
+
async DescribeStaffStatusMetrics(
|
|
94
|
+
req: DescribeStaffStatusMetricsRequest,
|
|
95
|
+
cb?: (error: string, rep: DescribeStaffStatusMetricsResponse) => void
|
|
96
|
+
): Promise<DescribeStaffStatusMetricsResponse> {
|
|
97
|
+
return this.request("DescribeStaffStatusMetrics", req, cb)
|
|
98
|
+
}
|
|
99
|
+
|
|
84
100
|
/**
|
|
85
101
|
* 包括具体聊天内容
|
|
86
102
|
*/
|
|
@@ -142,13 +158,13 @@ export class Client extends AbstractClient {
|
|
|
142
158
|
}
|
|
143
159
|
|
|
144
160
|
/**
|
|
145
|
-
*
|
|
161
|
+
* 获取用户购买信息列表
|
|
146
162
|
*/
|
|
147
|
-
async
|
|
148
|
-
req:
|
|
149
|
-
cb?: (error: string, rep:
|
|
150
|
-
): Promise<
|
|
151
|
-
return this.request("
|
|
163
|
+
async DescribeCCCBuyInfoList(
|
|
164
|
+
req: DescribeCCCBuyInfoListRequest,
|
|
165
|
+
cb?: (error: string, rep: DescribeCCCBuyInfoListResponse) => void
|
|
166
|
+
): Promise<DescribeCCCBuyInfoListResponse> {
|
|
167
|
+
return this.request("DescribeCCCBuyInfoList", req, cb)
|
|
152
168
|
}
|
|
153
169
|
|
|
154
170
|
/**
|
|
@@ -214,13 +230,13 @@ export class Client extends AbstractClient {
|
|
|
214
230
|
}
|
|
215
231
|
|
|
216
232
|
/**
|
|
217
|
-
*
|
|
233
|
+
* 获取坐席信息列表
|
|
218
234
|
*/
|
|
219
|
-
async
|
|
220
|
-
req:
|
|
221
|
-
cb?: (error: string, rep:
|
|
222
|
-
): Promise<
|
|
223
|
-
return this.request("
|
|
235
|
+
async DescribeStaffInfoList(
|
|
236
|
+
req: DescribeStaffInfoListRequest,
|
|
237
|
+
cb?: (error: string, rep: DescribeStaffInfoListResponse) => void
|
|
238
|
+
): Promise<DescribeStaffInfoListResponse> {
|
|
239
|
+
return this.request("DescribeStaffInfoList", req, cb)
|
|
224
240
|
}
|
|
225
241
|
|
|
226
242
|
/**
|