tencentcloud-sdk-nodejs 4.0.820 → 4.0.822
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 +490 -0
- package/SERVICE_CHANGELOG.md +607 -79
- package/package.json +4 -2
- package/products.md +25 -25
- package/src/common/abstract_client.ts +36 -6
- package/src/common/exception/tencent_cloud_sdk_exception.ts +17 -3
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -2
- package/src/services/ccc/v20200210/ccc_client.ts +52 -14
- package/src/services/ccc/v20200210/ccc_models.ts +234 -15
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +4 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +38 -12
- package/src/services/ckafka/v20190819/ckafka_models.ts +396 -304
- package/src/services/clb/v20180317/clb_models.ts +0 -1
- package/src/services/cls/v20201016/cls_client.ts +4 -3
- package/src/services/cls/v20201016/cls_models.ts +22 -22
- package/src/services/csip/v20221121/csip_models.ts +10 -9
- package/src/services/dlc/v20210125/dlc_client.ts +12 -0
- package/src/services/dlc/v20210125/dlc_models.ts +56 -0
- package/src/services/dsgc/v20190723/dsgc_models.ts +8 -0
- package/src/services/dts/v20211206/dts_models.ts +7 -2
- package/src/services/es/v20180416/es_client.ts +2 -1
- package/src/services/es/v20180416/es_models.ts +94 -41
- package/src/services/ess/v20201111/ess_client.ts +3 -1
- package/src/services/ess/v20201111/ess_models.ts +16 -9
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +14 -7
- package/src/services/faceid/v20180301/faceid_models.ts +15 -10
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +356 -72
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +1375 -314
- package/src/services/ocr/v20181119/ocr_client.ts +26 -11
- package/src/services/ocr/v20181119/ocr_models.ts +168 -14
- package/src/services/pts/v20210728/pts_client.ts +57 -9
- package/src/services/pts/v20210728/pts_models.ts +169 -109
- package/src/services/tione/v20211111/tione_models.ts +7 -2
- package/src/services/tts/v20190823/tts_models.ts +5 -0
- package/src/services/vod/v20180717/vod_models.ts +5 -15
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +260 -113
- package/tencentcloud/common/abstract_client.js +32 -6
- package/tencentcloud/common/exception/tencent_cloud_sdk_exception.d.ts +6 -1
- package/tencentcloud/common/exception/tencent_cloud_sdk_exception.js +11 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -2
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +17 -5
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +24 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +226 -15
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +391 -305
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +0 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +4 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +4 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +22 -22
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +10 -9
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +54 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +8 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +7 -2
- package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +93 -41
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -7
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +15 -10
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +109 -17
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +162 -24
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1320 -313
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +163 -14
- package/tencentcloud/services/pts/v20210728/pts_client.d.ts +19 -3
- package/tencentcloud/services/pts/v20210728/pts_client.js +27 -3
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +161 -109
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +7 -2
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -15
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +259 -113
- package/test/ccc.v20200210.test.js +34 -4
- package/test/ckafka.v20190819.test.js +22 -2
- package/test/dlc.v20210125.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +246 -16
- package/test/ocr.v20181119.test.js +12 -2
- package/test/pts.v20210728.test.js +42 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.822",
|
|
4
4
|
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "tencentcloud/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"is-stream": "^2.0.0",
|
|
29
29
|
"json-bigint": "^1.0.0",
|
|
30
30
|
"node-fetch": "^2.2.0",
|
|
31
|
-
"tslib": "1.13.0"
|
|
31
|
+
"tslib": "1.13.0",
|
|
32
|
+
"uuid": "^9.0.1"
|
|
32
33
|
},
|
|
33
34
|
"directories": {
|
|
34
35
|
"example": "examples",
|
|
@@ -43,6 +44,7 @@
|
|
|
43
44
|
"@types/json-bigint": "^1.0.1",
|
|
44
45
|
"@types/node": "^14.0.26",
|
|
45
46
|
"@types/node-fetch": "^2.5.7",
|
|
47
|
+
"@types/uuid": "^9.0.8",
|
|
46
48
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
47
49
|
"@typescript-eslint/parser": "^2.34.0",
|
|
48
50
|
"babel-eslint": "^10.0.2",
|
package/products.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2024-03-20 01:07:29 |
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-20 01:07:31 |
|
|
8
|
-
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-03-
|
|
8
|
+
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-03-27 01:07:50 |
|
|
9
9
|
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-03-26 10:43:03 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-03-20 01:07:34 |
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-03-25 01:07:43 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-03-20 01:08:03 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-03-20 01:08:05 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-03-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-03-28 01:08:26 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-03-20 01:08:17 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-03-20 01:08:18 |
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-03-20 01:09:27 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-20 01:09:28 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
|
|
42
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-03-
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-03-
|
|
42
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-03-28 01:09:50 |
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-03-27 01:10:04 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-03-21 01:09:58 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-03-20 01:10:22 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-03-20 01:10:23 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-03-20 01:10:27 |
|
|
49
|
-
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-
|
|
49
|
+
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-03-20 01:10:31 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-03-20 01:10:34 |
|
|
52
52
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-03-20 01:10:40 |
|
|
@@ -55,51 +55,51 @@
|
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
|
-
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-03-
|
|
59
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-
|
|
58
|
+
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-03-28 01:11:33 |
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-28 01:11:53 |
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-03-20 01:11:33 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-03-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-03-27 01:12:06 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-03-20 01:12:16 |
|
|
67
67
|
| config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2024-03-20 01:12:18 |
|
|
68
68
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-03-
|
|
70
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-03-28 01:12:39 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-03-20 01:12:26 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-25 01:12:24 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-03-20 01:13:46 |
|
|
76
|
-
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-03-
|
|
76
|
+
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-03-27 01:14:18 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
79
79
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-03-20 01:14:16 |
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-03-20 01:14:30 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-03-
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-03-28 01:14:58 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-03-20 01:14:57 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-03-20 01:15:06 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-03-20 01:15:11 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
88
|
-
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-03-
|
|
88
|
+
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-03-28 01:15:37 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-03-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-03-27 01:15:59 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-03-20 01:15:46 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-20 01:15:56 |
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-03-20 01:16:13 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-
|
|
98
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-
|
|
97
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-27 01:16:55 |
|
|
98
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-28 10:47:55 |
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-28 15:24:00 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-28 15:23:45 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-20 01:17:05 |
|
|
102
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-03-
|
|
102
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-03-27 01:17:36 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-03-25 01:16:59 |
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-03-20 01:18:03 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-03-20 01:18:04 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-03-
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-03-28 01:18:46 |
|
|
127
127
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-03-20 01:18:42 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -154,14 +154,14 @@
|
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-03-20 01:21:33 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
156
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-03-26 01:21:37 |
|
|
157
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-03-
|
|
157
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-03-28 01:22:43 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-03-20 01:22:11 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-03-20 01:22:17 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
|
|
161
161
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
162
162
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-03-20 01:22:26 |
|
|
163
163
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
|
|
164
|
-
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-03-
|
|
164
|
+
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-03-27 01:23:10 |
|
|
165
165
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-03-20 01:22:53 |
|
|
166
166
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-03-20 01:22:54 |
|
|
167
167
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-03-20 01:23:06 |
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2024-03-20 01:27:08 |
|
|
214
214
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
215
215
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-20 01:27:09 |
|
|
216
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-03-
|
|
216
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-03-28 01:27:54 |
|
|
217
217
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
|
|
218
218
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-03-20 01:28:56 |
|
|
219
219
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -228,16 +228,16 @@
|
|
|
228
228
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-03-21 01:28:04 |
|
|
229
229
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-20 01:29:39 |
|
|
230
230
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
231
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-03-
|
|
231
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-03-28 01:30:03 |
|
|
232
232
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
233
233
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-03-20 01:30:12 |
|
|
234
234
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
235
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-03-
|
|
235
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-03-28 01:30:12 |
|
|
236
236
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-03-20 01:30:47 |
|
|
237
237
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-03-20 01:31:26 |
|
|
238
238
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-20 01:31:28 |
|
|
239
239
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
240
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-03-
|
|
240
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-03-28 01:32:09 |
|
|
241
241
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-03-20 01:33:01 |
|
|
242
242
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
243
243
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-20 01:33:11 |
|
|
@@ -12,6 +12,7 @@ import { HttpConnection } from "./http/http_connection"
|
|
|
12
12
|
import TencentCloudSDKHttpException from "./exception/tencent_cloud_sdk_exception"
|
|
13
13
|
import { Response } from "node-fetch"
|
|
14
14
|
import { SSEResponseModel } from "./sse_response_model"
|
|
15
|
+
import { v4 as uuidv4 } from "uuid"
|
|
15
16
|
|
|
16
17
|
export type ResponseCallback<TReuslt = any> = (error: string, rep: TReuslt) => void
|
|
17
18
|
export interface RequestOptions extends Partial<Pick<HttpProfile, "headers">> {
|
|
@@ -187,6 +188,20 @@ export class AbstractClient {
|
|
|
187
188
|
}
|
|
188
189
|
let params = this.mergeData(req)
|
|
189
190
|
params = await this.formatRequestData(action, params)
|
|
191
|
+
|
|
192
|
+
const headers = Object.assign({}, this.profile.httpProfile.headers, options.headers)
|
|
193
|
+
let traceId = ""
|
|
194
|
+
for (let key in headers) {
|
|
195
|
+
if (key.toLowerCase() === "x-tc-traceid") {
|
|
196
|
+
traceId = headers[key]
|
|
197
|
+
break
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
if (!traceId) {
|
|
201
|
+
traceId = uuidv4()
|
|
202
|
+
headers["X-TC-TraceId"] = traceId
|
|
203
|
+
}
|
|
204
|
+
|
|
190
205
|
let res
|
|
191
206
|
try {
|
|
192
207
|
res = await HttpConnection.doRequest({
|
|
@@ -194,13 +209,13 @@ export class AbstractClient {
|
|
|
194
209
|
url: this.profile.httpProfile.protocol + this.endpoint + this.path,
|
|
195
210
|
data: params,
|
|
196
211
|
timeout: this.profile.httpProfile.reqTimeout * 1000,
|
|
197
|
-
headers
|
|
212
|
+
headers,
|
|
198
213
|
agent: this.profile.httpProfile.agent,
|
|
199
214
|
proxy: this.profile.httpProfile.proxy,
|
|
200
215
|
signal: options.signal,
|
|
201
216
|
})
|
|
202
217
|
} catch (error) {
|
|
203
|
-
throw new TencentCloudSDKHttpException((error as any).message)
|
|
218
|
+
throw new TencentCloudSDKHttpException((error as any).message, "", traceId)
|
|
204
219
|
}
|
|
205
220
|
return this.parseResponse(res)
|
|
206
221
|
}
|
|
@@ -213,6 +228,19 @@ export class AbstractClient {
|
|
|
213
228
|
params: any,
|
|
214
229
|
options: RequestOptions = {}
|
|
215
230
|
): Promise<ResponseData> {
|
|
231
|
+
const headers = Object.assign({}, this.profile.httpProfile.headers, options.headers)
|
|
232
|
+
let traceId = ""
|
|
233
|
+
for (let key in headers) {
|
|
234
|
+
if (key.toLowerCase() === "x-tc-traceid") {
|
|
235
|
+
traceId = headers[key]
|
|
236
|
+
break
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
if (!traceId) {
|
|
240
|
+
traceId = uuidv4()
|
|
241
|
+
headers["X-TC-TraceId"] = traceId
|
|
242
|
+
}
|
|
243
|
+
|
|
216
244
|
let res
|
|
217
245
|
try {
|
|
218
246
|
const credential = await this.getCredential()
|
|
@@ -231,20 +259,21 @@ export class AbstractClient {
|
|
|
231
259
|
token: credential.token,
|
|
232
260
|
requestClient: this.sdkVersion,
|
|
233
261
|
language: this.profile.language,
|
|
234
|
-
headers
|
|
262
|
+
headers,
|
|
235
263
|
agent: this.profile.httpProfile.agent,
|
|
236
264
|
proxy: this.profile.httpProfile.proxy,
|
|
237
265
|
signal: options.signal,
|
|
238
266
|
})
|
|
239
267
|
} catch (e) {
|
|
240
|
-
throw new TencentCloudSDKHttpException((e as any).message)
|
|
268
|
+
throw new TencentCloudSDKHttpException((e as any).message, "", traceId)
|
|
241
269
|
}
|
|
242
270
|
return this.parseResponse(res)
|
|
243
271
|
}
|
|
244
272
|
|
|
245
273
|
private async parseResponse(res: Response): Promise<ResponseData> {
|
|
274
|
+
const traceId = res.headers.get("x-tc-traceid")
|
|
246
275
|
if (res.status !== 200) {
|
|
247
|
-
const tcError = new TencentCloudSDKHttpException(res.statusText)
|
|
276
|
+
const tcError = new TencentCloudSDKHttpException(res.statusText, "", traceId)
|
|
248
277
|
tcError.httpCode = res.status
|
|
249
278
|
throw tcError
|
|
250
279
|
} else {
|
|
@@ -255,7 +284,8 @@ export class AbstractClient {
|
|
|
255
284
|
if (data.Response.Error) {
|
|
256
285
|
const tcError = new TencentCloudSDKHttpException(
|
|
257
286
|
data.Response.Error.Message,
|
|
258
|
-
data.Response.RequestId
|
|
287
|
+
data.Response.RequestId,
|
|
288
|
+
traceId
|
|
259
289
|
)
|
|
260
290
|
tcError.code = data.Response.Error.Code
|
|
261
291
|
throw tcError
|
|
@@ -7,6 +7,11 @@ export default class TencentCloudSDKHttpException extends Error {
|
|
|
7
7
|
*/
|
|
8
8
|
requestId: string
|
|
9
9
|
|
|
10
|
+
/**
|
|
11
|
+
* 请求traceId
|
|
12
|
+
*/
|
|
13
|
+
traceId: string
|
|
14
|
+
|
|
10
15
|
/**
|
|
11
16
|
* http状态码
|
|
12
17
|
*/
|
|
@@ -17,9 +22,10 @@ export default class TencentCloudSDKHttpException extends Error {
|
|
|
17
22
|
*/
|
|
18
23
|
code?: string
|
|
19
24
|
|
|
20
|
-
constructor(error: string, requestId = "") {
|
|
25
|
+
constructor(error: string, requestId = "", traceId = "") {
|
|
21
26
|
super(error)
|
|
22
27
|
this.requestId = requestId || ""
|
|
28
|
+
this.traceId = traceId || ""
|
|
23
29
|
}
|
|
24
30
|
|
|
25
31
|
getMessage(): string {
|
|
@@ -30,13 +36,19 @@ export default class TencentCloudSDKHttpException extends Error {
|
|
|
30
36
|
return this.requestId
|
|
31
37
|
}
|
|
32
38
|
|
|
39
|
+
getTraceId(): string {
|
|
40
|
+
return this.traceId
|
|
41
|
+
}
|
|
42
|
+
|
|
33
43
|
toString(): string {
|
|
34
44
|
return (
|
|
35
45
|
"[TencentCloudSDKException]" +
|
|
36
46
|
"message:" +
|
|
37
47
|
this.getMessage() +
|
|
38
48
|
" requestId:" +
|
|
39
|
-
this.getRequestId()
|
|
49
|
+
this.getRequestId() +
|
|
50
|
+
" traceId:" +
|
|
51
|
+
this.getTraceId()
|
|
40
52
|
)
|
|
41
53
|
}
|
|
42
54
|
|
|
@@ -46,7 +58,9 @@ export default class TencentCloudSDKHttpException extends Error {
|
|
|
46
58
|
"message:" +
|
|
47
59
|
this.getMessage() +
|
|
48
60
|
" requestId:" +
|
|
49
|
-
this.getRequestId()
|
|
61
|
+
this.getRequestId() +
|
|
62
|
+
" traceId:" +
|
|
63
|
+
this.getTraceId()
|
|
50
64
|
)
|
|
51
65
|
}
|
|
52
66
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.822"
|
|
@@ -213,7 +213,7 @@ export class Client extends AbstractClient {
|
|
|
213
213
|
}
|
|
214
214
|
|
|
215
215
|
/**
|
|
216
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
|
|
216
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac、 amr。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
|
|
217
217
|
*/
|
|
218
218
|
async SentenceRecognition(
|
|
219
219
|
req: SentenceRecognitionRequest,
|
|
@@ -632,9 +632,8 @@ export interface CreateRecTaskRequest {
|
|
|
632
632
|
通用场景引擎:
|
|
633
633
|
**注意:除电话通讯场景以外的其它识别场景,请务必使用以下16k引擎**
|
|
634
634
|
• **16k_zh:**中文普通话通用引擎,支持中文普通话和少量英语,使用丰富的中文普通话语料训练,覆盖场景广泛,适用于除电话通讯外的所有中文普通话识别场景;
|
|
635
|
-
• **16k_zh_large
|
|
635
|
+
• **16k_zh_large:**普方英大模型引擎【大模型版】。当前模型同时支持中文、英文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远、等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与普方英大模型版本的识别效果;
|
|
636
636
|
• **16k_zh_dialect:**中文普通话+多方言混合引擎,除普通话外支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
|
|
637
|
-
• **16k_dialect_large:**中文普通话+多方言混合引擎【大模型版】,针对低质量音频、中文普通话的识别准确率极大提升,适合普通话为主、方言识别为辅的应用场景,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比方言混合引擎常规版本与大模型版本的识别效果;
|
|
638
637
|
• **16k_en:**英语;
|
|
639
638
|
• **16k_yue:**粤语;
|
|
640
639
|
• **16k_zh-PY:**中英粤混合引擎,使用一个引擎同时识别中文普通话、英语、粤语三个语言;
|
|
@@ -20,7 +20,7 @@ import { ClientConfig } from "../../../common/interface"
|
|
|
20
20
|
import {
|
|
21
21
|
DescribeExtensionRequest,
|
|
22
22
|
StopAutoCalloutTaskRequest,
|
|
23
|
-
|
|
23
|
+
CompanyApplyInfo,
|
|
24
24
|
CreateSDKLoginTokenResponse,
|
|
25
25
|
ModifyStaffRequest,
|
|
26
26
|
BindNumberCallOutSkillGroupResponse,
|
|
@@ -36,6 +36,7 @@ import {
|
|
|
36
36
|
DescribeCarrierPrivilegeNumberApplicantsRequest,
|
|
37
37
|
DisableCCCPhoneNumberRequest,
|
|
38
38
|
CreatePredictiveDialingCampaignRequest,
|
|
39
|
+
DescribeChatMessagesResponse,
|
|
39
40
|
ServeParticipant,
|
|
40
41
|
DescribeTelCallInfoResponse,
|
|
41
42
|
DescribeExtensionsResponse,
|
|
@@ -62,6 +63,7 @@ import {
|
|
|
62
63
|
CreateUserSigRequest,
|
|
63
64
|
CreateCCCSkillGroupRequest,
|
|
64
65
|
DescribeAutoCalloutTaskResponse,
|
|
66
|
+
CreateCompanyApplyRequest,
|
|
65
67
|
CreateCCCSkillGroupResponse,
|
|
66
68
|
DescribeTelSessionRequest,
|
|
67
69
|
DescribeIMCdrsRequest,
|
|
@@ -97,6 +99,7 @@ import {
|
|
|
97
99
|
StaffInfo,
|
|
98
100
|
CreateAutoCalloutTaskResponse,
|
|
99
101
|
TelCdrInfo,
|
|
102
|
+
DescribeCompanyListResponse,
|
|
100
103
|
NumberInfo,
|
|
101
104
|
DeleteStaffRequest,
|
|
102
105
|
CallInMetrics,
|
|
@@ -117,23 +120,28 @@ import {
|
|
|
117
120
|
SkillGroupItem,
|
|
118
121
|
MessageBody,
|
|
119
122
|
PhoneNumBuyInfo,
|
|
123
|
+
ModifyCompanyApplyResponse,
|
|
120
124
|
DescribeCCCBuyInfoListResponse,
|
|
121
125
|
ActiveCarrierPrivilegeNumber,
|
|
122
126
|
UnbindStaffSkillGroupListResponse,
|
|
123
127
|
ResumePredictiveDialingCampaignRequest,
|
|
128
|
+
CompanyStateInfo,
|
|
124
129
|
DeleteExtensionResponse,
|
|
125
130
|
BindStaffSkillGroupListRequest,
|
|
126
131
|
DescribePSTNActiveSessionListRequest,
|
|
127
132
|
DescribeCallInMetricsResponse,
|
|
133
|
+
ModifyCompanyApplyRequest,
|
|
134
|
+
DescribeCompanyListRequest,
|
|
128
135
|
DescribeActiveCarrierPrivilegeNumberResponse,
|
|
129
136
|
IMSatisfaction,
|
|
137
|
+
HangUpCallRequest,
|
|
130
138
|
DescribeTelCdrResponse,
|
|
131
139
|
DescribeStaffStatusMetricsRequest,
|
|
132
140
|
DeleteStaffResponse,
|
|
133
141
|
CalleeAttribute,
|
|
134
142
|
StaffStatusExtra,
|
|
135
143
|
CreateStaffRequest,
|
|
136
|
-
|
|
144
|
+
CreateCompanyApplyResponse,
|
|
137
145
|
SdkAppIdBuyInfo,
|
|
138
146
|
DescribePSTNActiveSessionListResponse,
|
|
139
147
|
IMCdrInfo,
|
|
@@ -166,13 +174,13 @@ export class Client extends AbstractClient {
|
|
|
166
174
|
}
|
|
167
175
|
|
|
168
176
|
/**
|
|
169
|
-
*
|
|
177
|
+
* 修改客服账号
|
|
170
178
|
*/
|
|
171
|
-
async
|
|
172
|
-
req:
|
|
173
|
-
cb?: (error: string, rep:
|
|
174
|
-
): Promise<
|
|
175
|
-
return this.request("
|
|
179
|
+
async ModifyStaff(
|
|
180
|
+
req: ModifyStaffRequest,
|
|
181
|
+
cb?: (error: string, rep: ModifyStaffResponse) => void
|
|
182
|
+
): Promise<ModifyStaffResponse> {
|
|
183
|
+
return this.request("ModifyStaff", req, cb)
|
|
176
184
|
}
|
|
177
185
|
|
|
178
186
|
/**
|
|
@@ -276,13 +284,13 @@ export class Client extends AbstractClient {
|
|
|
276
284
|
}
|
|
277
285
|
|
|
278
286
|
/**
|
|
279
|
-
*
|
|
287
|
+
* 修改公司资质申请,只能修改状态为驳回或待审核的申请单。(1、首次使用接口,建议先在云联络中心控制台查看各个资料模版:https://console.cloud.tencent.com/ccc/enterprise/update。2、参数中图片Url建议使用腾讯云Cos存储的临时链接)
|
|
280
288
|
*/
|
|
281
|
-
async
|
|
282
|
-
req:
|
|
283
|
-
cb?: (error: string, rep:
|
|
284
|
-
): Promise<
|
|
285
|
-
return this.request("
|
|
289
|
+
async ModifyCompanyApply(
|
|
290
|
+
req: ModifyCompanyApplyRequest,
|
|
291
|
+
cb?: (error: string, rep: ModifyCompanyApplyResponse) => void
|
|
292
|
+
): Promise<ModifyCompanyApplyResponse> {
|
|
293
|
+
return this.request("ModifyCompanyApply", req, cb)
|
|
286
294
|
}
|
|
287
295
|
|
|
288
296
|
/**
|
|
@@ -385,6 +393,16 @@ export class Client extends AbstractClient {
|
|
|
385
393
|
return this.request("DescribePredictiveDialingSessions", req, cb)
|
|
386
394
|
}
|
|
387
395
|
|
|
396
|
+
/**
|
|
397
|
+
* 创建公司资质申请(1、首次使用接口,建议先在云联络中心控制台查看各个资料模版:https://console.cloud.tencent.com/ccc/enterprise/update。2、参数中图片Url建议使用腾讯云Cos存储的临时链接)
|
|
398
|
+
*/
|
|
399
|
+
async CreateCompanyApply(
|
|
400
|
+
req: CreateCompanyApplyRequest,
|
|
401
|
+
cb?: (error: string, rep: CreateCompanyApplyResponse) => void
|
|
402
|
+
): Promise<CreateCompanyApplyResponse> {
|
|
403
|
+
return this.request("CreateCompanyApply", req, cb)
|
|
404
|
+
}
|
|
405
|
+
|
|
388
406
|
/**
|
|
389
407
|
* 获取电话服务记录与录音
|
|
390
408
|
*/
|
|
@@ -405,6 +423,16 @@ export class Client extends AbstractClient {
|
|
|
405
423
|
return this.request("DescribeSkillGroupInfoList", req, cb)
|
|
406
424
|
}
|
|
407
425
|
|
|
426
|
+
/**
|
|
427
|
+
* 解绑号码外呼技能组
|
|
428
|
+
*/
|
|
429
|
+
async UnbindNumberCallOutSkillGroup(
|
|
430
|
+
req: UnbindNumberCallOutSkillGroupRequest,
|
|
431
|
+
cb?: (error: string, rep: UnbindNumberCallOutSkillGroupResponse) => void
|
|
432
|
+
): Promise<UnbindNumberCallOutSkillGroupResponse> {
|
|
433
|
+
return this.request("UnbindNumberCallOutSkillGroup", req, cb)
|
|
434
|
+
}
|
|
435
|
+
|
|
408
436
|
/**
|
|
409
437
|
* 停止自动外呼任务
|
|
410
438
|
*/
|
|
@@ -657,6 +685,16 @@ export class Client extends AbstractClient {
|
|
|
657
685
|
return this.request("AbortPredictiveDialingCampaign", req, cb)
|
|
658
686
|
}
|
|
659
687
|
|
|
688
|
+
/**
|
|
689
|
+
* 查询公司资质申请列表
|
|
690
|
+
*/
|
|
691
|
+
async DescribeCompanyList(
|
|
692
|
+
req: DescribeCompanyListRequest,
|
|
693
|
+
cb?: (error: string, rep: DescribeCompanyListResponse) => void
|
|
694
|
+
): Promise<DescribeCompanyListResponse> {
|
|
695
|
+
return this.request("DescribeCompanyList", req, cb)
|
|
696
|
+
}
|
|
697
|
+
|
|
660
698
|
/**
|
|
661
699
|
* 删除预测式外呼任务
|
|
662
700
|
*/
|