tencentcloud-sdk-nodejs 4.0.829 → 4.0.830
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 +83 -0
- package/SERVICE_CHANGELOG.md +133 -6
- package/package.json +1 -1
- package/products.md +6 -6
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +27 -0
- package/src/services/ccc/v20200210/ccc_models.ts +133 -0
- package/src/services/csip/v20221121/csip_client.ts +14 -1
- package/src/services/csip/v20221121/csip_models.ts +237 -2
- package/src/services/cvm/v20170312/cvm_client.ts +0 -1
- package/src/services/live/v20180801/live_models.ts +15 -0
- package/src/services/vpc/v20170312/vpc_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +126 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +234 -2
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +0 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +0 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +15 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -0
- package/test/ccc.v20200210.test.js +20 -0
- package/test/csip.v20221121.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,86 @@
|
|
|
1
|
+
# Release 4.0.830
|
|
2
|
+
|
|
3
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
4
|
+
|
|
5
|
+
### 第 64 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-04-08 01:09:16
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeIvrAudioList](https://cloud.tencent.com/document/api/679/104895)
|
|
16
|
+
* [UploadIvrAudio](https://cloud.tencent.com/document/api/679/104894)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
19
|
+
|
|
20
|
+
* [AudioFileInfo](https://cloud.tencent.com/document/api/679/47715#AudioFileInfo)
|
|
21
|
+
* [UploadAudioInfo](https://cloud.tencent.com/document/api/679/47715#UploadAudioInfo)
|
|
22
|
+
* [UploadIvrAudioFailedInfo](https://cloud.tencent.com/document/api/679/47715#UploadIvrAudioFailedInfo)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
27
|
+
|
|
28
|
+
### 第 34 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2024-04-08 01:11:35
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [DescribeAssetViewVulRiskList](https://cloud.tencent.com/document/api/664/104896)
|
|
39
|
+
|
|
40
|
+
新增数据结构:
|
|
41
|
+
|
|
42
|
+
* [AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
47
|
+
|
|
48
|
+
### 第 124 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2024-04-08 01:18:24
|
|
51
|
+
|
|
52
|
+
本次发布包含了以下内容:
|
|
53
|
+
|
|
54
|
+
改善已有的文档。
|
|
55
|
+
|
|
56
|
+
修改数据结构:
|
|
57
|
+
|
|
58
|
+
* [RecordParam](https://cloud.tencent.com/document/api/267/20474#RecordParam)
|
|
59
|
+
|
|
60
|
+
* 新增成员:CosBucketName, CosBucketRegion, CosBucketPath
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
66
|
+
|
|
67
|
+
### 第 187 次发布
|
|
68
|
+
|
|
69
|
+
发布时间:2024-04-08 01:27:01
|
|
70
|
+
|
|
71
|
+
本次发布包含了以下内容:
|
|
72
|
+
|
|
73
|
+
改善已有的文档。
|
|
74
|
+
|
|
75
|
+
修改数据结构:
|
|
76
|
+
|
|
77
|
+
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
78
|
+
|
|
79
|
+
* 新增成员:BandwidthPackageId
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
1
84
|
# Release 4.0.829
|
|
2
85
|
|
|
3
86
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,20 +1,82 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 64 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-08 01:09:16
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeIvrAudioList](https://cloud.tencent.com/document/api/679/104895)
|
|
16
|
+
* [UploadIvrAudio](https://cloud.tencent.com/document/api/679/104894)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
19
|
+
|
|
20
|
+
* [AudioFileInfo](https://cloud.tencent.com/document/api/679/47715#AudioFileInfo)
|
|
21
|
+
* [UploadAudioInfo](https://cloud.tencent.com/document/api/679/47715#UploadAudioInfo)
|
|
22
|
+
* [UploadIvrAudioFailedInfo](https://cloud.tencent.com/document/api/679/47715#UploadIvrAudioFailedInfo)
|
|
16
23
|
|
|
17
|
-
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
27
|
+
|
|
28
|
+
### 第 34 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2024-04-08 01:11:35
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [DescribeAssetViewVulRiskList](https://cloud.tencent.com/document/api/664/104896)
|
|
39
|
+
|
|
40
|
+
新增数据结构:
|
|
41
|
+
|
|
42
|
+
* [AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
47
|
+
|
|
48
|
+
### 第 124 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2024-04-08 01:18:24
|
|
51
|
+
|
|
52
|
+
本次发布包含了以下内容:
|
|
53
|
+
|
|
54
|
+
改善已有的文档。
|
|
55
|
+
|
|
56
|
+
修改数据结构:
|
|
57
|
+
|
|
58
|
+
* [RecordParam](https://cloud.tencent.com/document/api/267/20474#RecordParam)
|
|
59
|
+
|
|
60
|
+
* 新增成员:CosBucketName, CosBucketRegion, CosBucketPath
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
66
|
+
|
|
67
|
+
### 第 187 次发布
|
|
68
|
+
|
|
69
|
+
发布时间:2024-04-08 01:27:01
|
|
70
|
+
|
|
71
|
+
本次发布包含了以下内容:
|
|
72
|
+
|
|
73
|
+
改善已有的文档。
|
|
74
|
+
|
|
75
|
+
修改数据结构:
|
|
76
|
+
|
|
77
|
+
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
78
|
+
|
|
79
|
+
* 新增成员:BandwidthPackageId
|
|
18
80
|
|
|
19
81
|
|
|
20
82
|
|
|
@@ -14840,6 +14902,25 @@
|
|
|
14840
14902
|
|
|
14841
14903
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
14842
14904
|
|
|
14905
|
+
### 第 64 次发布
|
|
14906
|
+
|
|
14907
|
+
发布时间:2024-04-08 01:09:16
|
|
14908
|
+
|
|
14909
|
+
本次发布包含了以下内容:
|
|
14910
|
+
|
|
14911
|
+
改善已有的文档。
|
|
14912
|
+
|
|
14913
|
+
新增接口:
|
|
14914
|
+
|
|
14915
|
+
* [[DescribeIvrAudioList](https://cloud.tencent.com/document/api/679/104895)](https://cloud.tencent.com/document/api/#/#)
|
|
14916
|
+
* [[UploadIvrAudio](https://cloud.tencent.com/document/api/679/104894)](https://cloud.tencent.com/document/api/#/#)
|
|
14917
|
+
|
|
14918
|
+
新增数据结构:
|
|
14919
|
+
|
|
14920
|
+
* [[AudioFileInfo](https://cloud.tencent.com/document/api/679/47715#AudioFileInfo)](https://cloud.tencent.com/document/api/679/47715#[AudioFileInfo](https://cloud.tencent.com/document/api/679/47715#AudioFileInfo))
|
|
14921
|
+
* [[UploadAudioInfo](https://cloud.tencent.com/document/api/679/47715#UploadAudioInfo)](https://cloud.tencent.com/document/api/679/47715#[UploadAudioInfo](https://cloud.tencent.com/document/api/679/47715#UploadAudioInfo))
|
|
14922
|
+
* [[UploadIvrAudioFailedInfo](https://cloud.tencent.com/document/api/679/47715#UploadIvrAudioFailedInfo)](https://cloud.tencent.com/document/api/679/47715#[UploadIvrAudioFailedInfo](https://cloud.tencent.com/document/api/679/47715#UploadIvrAudioFailedInfo))
|
|
14923
|
+
|
|
14843
14924
|
### 第 63 次发布
|
|
14844
14925
|
|
|
14845
14926
|
发布时间:2024-03-28 01:09:50
|
|
@@ -36787,6 +36868,22 @@
|
|
|
36787
36868
|
|
|
36788
36869
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
36789
36870
|
|
|
36871
|
+
### 第 34 次发布
|
|
36872
|
+
|
|
36873
|
+
发布时间:2024-04-08 01:11:35
|
|
36874
|
+
|
|
36875
|
+
本次发布包含了以下内容:
|
|
36876
|
+
|
|
36877
|
+
改善已有的文档。
|
|
36878
|
+
|
|
36879
|
+
新增接口:
|
|
36880
|
+
|
|
36881
|
+
* [[DescribeAssetViewVulRiskList](https://cloud.tencent.com/document/api/664/104896)](https://cloud.tencent.com/document/api/#/#)
|
|
36882
|
+
|
|
36883
|
+
新增数据结构:
|
|
36884
|
+
|
|
36885
|
+
* [[AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData)](https://cloud.tencent.com/document/api/664/90825#[AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData))
|
|
36886
|
+
|
|
36790
36887
|
### 第 33 次发布
|
|
36791
36888
|
|
|
36792
36889
|
发布时间:2024-03-28 01:12:39
|
|
@@ -81006,6 +81103,21 @@
|
|
|
81006
81103
|
|
|
81007
81104
|
## 云直播CSS(live) 版本:2018-08-01
|
|
81008
81105
|
|
|
81106
|
+
### 第 124 次发布
|
|
81107
|
+
|
|
81108
|
+
发布时间:2024-04-08 01:18:24
|
|
81109
|
+
|
|
81110
|
+
本次发布包含了以下内容:
|
|
81111
|
+
|
|
81112
|
+
改善已有的文档。
|
|
81113
|
+
|
|
81114
|
+
修改数据结构:
|
|
81115
|
+
|
|
81116
|
+
* [RecordParam](https://cloud.tencent.com/document/api/267/20474#RecordParam)
|
|
81117
|
+
|
|
81118
|
+
* 新增成员:CosBucketName, CosBucketRegion, CosBucketPath
|
|
81119
|
+
|
|
81120
|
+
|
|
81009
81121
|
### 第 123 次发布
|
|
81010
81122
|
|
|
81011
81123
|
发布时间:2024-04-03 11:22:46
|
|
@@ -143714,6 +143826,21 @@
|
|
|
143714
143826
|
|
|
143715
143827
|
## 私有网络(vpc) 版本:2017-03-12
|
|
143716
143828
|
|
|
143829
|
+
### 第 187 次发布
|
|
143830
|
+
|
|
143831
|
+
发布时间:2024-04-08 01:27:01
|
|
143832
|
+
|
|
143833
|
+
本次发布包含了以下内容:
|
|
143834
|
+
|
|
143835
|
+
改善已有的文档。
|
|
143836
|
+
|
|
143837
|
+
修改数据结构:
|
|
143838
|
+
|
|
143839
|
+
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
143840
|
+
|
|
143841
|
+
* 新增成员:BandwidthPackageId
|
|
143842
|
+
|
|
143843
|
+
|
|
143717
143844
|
### 第 186 次发布
|
|
143718
143845
|
|
|
143719
143846
|
发布时间:2024-01-17 01:26:10
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -39,13 +39,13 @@
|
|
|
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-
|
|
42
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-04-08 01:09:16 |
|
|
43
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-04-04 01:10:06 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-04-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-04-08 01:10:05 |
|
|
49
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 |
|
|
@@ -67,9 +67,9 @@
|
|
|
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-
|
|
70
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-04-08 01:11:35 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-04-08 01:11:44 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-29 01:13:05 |
|
|
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-29 01:14:11 |
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-20 01:19:25 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-03-29 01:20:28 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-03-20 01:19:40 |
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-08 01:18:24 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
140
140
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -233,7 +233,7 @@
|
|
|
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
235
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-03-29 01:30:16 |
|
|
236
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-
|
|
236
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-04-08 01:27:01 |
|
|
237
237
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
|
|
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 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.830"
|
|
@@ -23,6 +23,7 @@ import {
|
|
|
23
23
|
CompanyApplyInfo,
|
|
24
24
|
CreateSDKLoginTokenResponse,
|
|
25
25
|
ModifyStaffRequest,
|
|
26
|
+
DescribeIvrAudioListResponse,
|
|
26
27
|
BindNumberCallOutSkillGroupResponse,
|
|
27
28
|
ResetExtensionPasswordRequest,
|
|
28
29
|
DisableCCCPhoneNumberResponse,
|
|
@@ -54,6 +55,7 @@ import {
|
|
|
54
55
|
DescribeSkillGroupInfoListResponse,
|
|
55
56
|
DescribeNumbersResponse,
|
|
56
57
|
DeletePredictiveDialingCampaignRequest,
|
|
58
|
+
UploadIvrAudioRequest,
|
|
57
59
|
DescribeStaffInfoListResponse,
|
|
58
60
|
UnbindNumberCallOutSkillGroupRequest,
|
|
59
61
|
CreateAutoCalloutTaskRequest,
|
|
@@ -80,6 +82,7 @@ import {
|
|
|
80
82
|
UpdatePredictiveDialingCampaignRequest,
|
|
81
83
|
DescribeStaffInfoListRequest,
|
|
82
84
|
AutoCalloutTaskInfo,
|
|
85
|
+
DescribeIvrAudioListRequest,
|
|
83
86
|
SkillGroupInfoItem,
|
|
84
87
|
ResetExtensionPasswordResponse,
|
|
85
88
|
UpdateCCCSkillGroupRequest,
|
|
@@ -99,6 +102,7 @@ import {
|
|
|
99
102
|
StaffInfo,
|
|
100
103
|
CreateAutoCalloutTaskResponse,
|
|
101
104
|
TelCdrInfo,
|
|
105
|
+
UploadIvrAudioResponse,
|
|
102
106
|
DescribeCompanyListResponse,
|
|
103
107
|
NumberInfo,
|
|
104
108
|
DeleteStaffRequest,
|
|
@@ -125,10 +129,12 @@ import {
|
|
|
125
129
|
ActiveCarrierPrivilegeNumber,
|
|
126
130
|
UnbindStaffSkillGroupListResponse,
|
|
127
131
|
ResumePredictiveDialingCampaignRequest,
|
|
132
|
+
UploadAudioInfo,
|
|
128
133
|
CompanyStateInfo,
|
|
129
134
|
DeleteExtensionResponse,
|
|
130
135
|
BindStaffSkillGroupListRequest,
|
|
131
136
|
DescribePSTNActiveSessionListRequest,
|
|
137
|
+
UploadIvrAudioFailedInfo,
|
|
132
138
|
DescribeCallInMetricsResponse,
|
|
133
139
|
ModifyCompanyApplyRequest,
|
|
134
140
|
DescribeCompanyListRequest,
|
|
@@ -151,6 +157,7 @@ import {
|
|
|
151
157
|
DescribeTelSessionResponse,
|
|
152
158
|
CreateAdminURLRequest,
|
|
153
159
|
DescribeStaffStatusMetricsResponse,
|
|
160
|
+
AudioFileInfo,
|
|
154
161
|
DescribeCarrierPrivilegeNumberApplicantsResponse,
|
|
155
162
|
CreateCallOutSessionRequest,
|
|
156
163
|
BindStaffSkillGroupListResponse,
|
|
@@ -273,6 +280,16 @@ export class Client extends AbstractClient {
|
|
|
273
280
|
return this.request("DescribeIMCdrs", req, cb)
|
|
274
281
|
}
|
|
275
282
|
|
|
283
|
+
/**
|
|
284
|
+
* 查询IVR音频文件列表信息
|
|
285
|
+
*/
|
|
286
|
+
async DescribeIvrAudioList(
|
|
287
|
+
req: DescribeIvrAudioListRequest,
|
|
288
|
+
cb?: (error: string, rep: DescribeIvrAudioListResponse) => void
|
|
289
|
+
): Promise<DescribeIvrAudioListResponse> {
|
|
290
|
+
return this.request("DescribeIvrAudioList", req, cb)
|
|
291
|
+
}
|
|
292
|
+
|
|
276
293
|
/**
|
|
277
294
|
* 删除坐席信息
|
|
278
295
|
*/
|
|
@@ -463,6 +480,16 @@ export class Client extends AbstractClient {
|
|
|
463
480
|
return this.request("CreateCarrierPrivilegeNumberApplicant", req, cb)
|
|
464
481
|
}
|
|
465
482
|
|
|
483
|
+
/**
|
|
484
|
+
* 上传IVR中使用的音频文件,每日上传文件限制50个。(参数中音频文件Url建议使用腾讯云Cos存储的临时链接)
|
|
485
|
+
*/
|
|
486
|
+
async UploadIvrAudio(
|
|
487
|
+
req: UploadIvrAudioRequest,
|
|
488
|
+
cb?: (error: string, rep: UploadIvrAudioResponse) => void
|
|
489
|
+
): Promise<UploadIvrAudioResponse> {
|
|
490
|
+
return this.request("UploadIvrAudio", req, cb)
|
|
491
|
+
}
|
|
492
|
+
|
|
466
493
|
/**
|
|
467
494
|
* 获取指定服务记录文本聊天内容,需要先使用查询在线客服记录(DescribeIMCdrs) API 获取服务记录 SessionId。
|
|
468
495
|
|
|
@@ -189,6 +189,24 @@ export interface ModifyStaffRequest {
|
|
|
189
189
|
UseMobileAccept?: number
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
+
/**
|
|
193
|
+
* DescribeIvrAudioList返回参数结构体
|
|
194
|
+
*/
|
|
195
|
+
export interface DescribeIvrAudioListResponse {
|
|
196
|
+
/**
|
|
197
|
+
* 总数
|
|
198
|
+
*/
|
|
199
|
+
TotalCount?: number
|
|
200
|
+
/**
|
|
201
|
+
* 文件信息
|
|
202
|
+
*/
|
|
203
|
+
FileInfo?: Array<AudioFileInfo>
|
|
204
|
+
/**
|
|
205
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
206
|
+
*/
|
|
207
|
+
RequestId?: string
|
|
208
|
+
}
|
|
209
|
+
|
|
192
210
|
/**
|
|
193
211
|
* BindNumberCallOutSkillGroup返回参数结构体
|
|
194
212
|
*/
|
|
@@ -983,6 +1001,20 @@ export interface DeletePredictiveDialingCampaignRequest {
|
|
|
983
1001
|
CampaignId: number
|
|
984
1002
|
}
|
|
985
1003
|
|
|
1004
|
+
/**
|
|
1005
|
+
* UploadIvrAudio请求参数结构体
|
|
1006
|
+
*/
|
|
1007
|
+
export interface UploadIvrAudioRequest {
|
|
1008
|
+
/**
|
|
1009
|
+
* 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
|
1010
|
+
*/
|
|
1011
|
+
SdkAppId: number
|
|
1012
|
+
/**
|
|
1013
|
+
* 音频文件列表
|
|
1014
|
+
*/
|
|
1015
|
+
AudioList: Array<UploadAudioInfo>
|
|
1016
|
+
}
|
|
1017
|
+
|
|
986
1018
|
/**
|
|
987
1019
|
* DescribeStaffInfoList返回参数结构体
|
|
988
1020
|
*/
|
|
@@ -1670,6 +1702,36 @@ export interface AutoCalloutTaskInfo {
|
|
|
1670
1702
|
TaskId?: number
|
|
1671
1703
|
}
|
|
1672
1704
|
|
|
1705
|
+
/**
|
|
1706
|
+
* DescribeIvrAudioList请求参数结构体
|
|
1707
|
+
*/
|
|
1708
|
+
export interface DescribeIvrAudioListRequest {
|
|
1709
|
+
/**
|
|
1710
|
+
* 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
|
1711
|
+
*/
|
|
1712
|
+
SdkAppId: number
|
|
1713
|
+
/**
|
|
1714
|
+
* 分页尺寸,上限 50
|
|
1715
|
+
*/
|
|
1716
|
+
PageSize: number
|
|
1717
|
+
/**
|
|
1718
|
+
* 分页页码,从 0 开始
|
|
1719
|
+
*/
|
|
1720
|
+
PageNumber: number
|
|
1721
|
+
/**
|
|
1722
|
+
* 文件别名
|
|
1723
|
+
*/
|
|
1724
|
+
CustomFileName?: Array<string>
|
|
1725
|
+
/**
|
|
1726
|
+
* 文件名
|
|
1727
|
+
*/
|
|
1728
|
+
AudioFileName?: Array<string>
|
|
1729
|
+
/**
|
|
1730
|
+
* 文件ID
|
|
1731
|
+
*/
|
|
1732
|
+
FileId?: Array<number | bigint>
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1673
1735
|
/**
|
|
1674
1736
|
* 技能组信息
|
|
1675
1737
|
*/
|
|
@@ -2342,6 +2404,21 @@ export interface TelCdrInfo {
|
|
|
2342
2404
|
VoicemailAsrURL?: Array<string>
|
|
2343
2405
|
}
|
|
2344
2406
|
|
|
2407
|
+
/**
|
|
2408
|
+
* UploadIvrAudio返回参数结构体
|
|
2409
|
+
*/
|
|
2410
|
+
export interface UploadIvrAudioResponse {
|
|
2411
|
+
/**
|
|
2412
|
+
* 上传失败的文件列表
|
|
2413
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2414
|
+
*/
|
|
2415
|
+
FailedFileList?: Array<UploadIvrAudioFailedInfo>
|
|
2416
|
+
/**
|
|
2417
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2418
|
+
*/
|
|
2419
|
+
RequestId?: string
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2345
2422
|
/**
|
|
2346
2423
|
* DescribeCompanyList返回参数结构体
|
|
2347
2424
|
*/
|
|
@@ -2845,6 +2922,20 @@ export interface ResumePredictiveDialingCampaignRequest {
|
|
|
2845
2922
|
CampaignId: number
|
|
2846
2923
|
}
|
|
2847
2924
|
|
|
2925
|
+
/**
|
|
2926
|
+
* 上传音频文件信息
|
|
2927
|
+
*/
|
|
2928
|
+
export interface UploadAudioInfo {
|
|
2929
|
+
/**
|
|
2930
|
+
* 文件别名(可重复)
|
|
2931
|
+
*/
|
|
2932
|
+
CustomFileName: string
|
|
2933
|
+
/**
|
|
2934
|
+
* 音频文件链接。(支持mp3和wav格式,文件不超过5MB)
|
|
2935
|
+
*/
|
|
2936
|
+
AudioUrl: string
|
|
2937
|
+
}
|
|
2938
|
+
|
|
2848
2939
|
/**
|
|
2849
2940
|
* 公司资质审核状态信息
|
|
2850
2941
|
*/
|
|
@@ -2936,6 +3027,22 @@ export interface DescribePSTNActiveSessionListRequest {
|
|
|
2936
3027
|
Limit: number
|
|
2937
3028
|
}
|
|
2938
3029
|
|
|
3030
|
+
/**
|
|
3031
|
+
* 上传音频文件失败信息
|
|
3032
|
+
*/
|
|
3033
|
+
export interface UploadIvrAudioFailedInfo {
|
|
3034
|
+
/**
|
|
3035
|
+
* 文件名
|
|
3036
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3037
|
+
*/
|
|
3038
|
+
FileName?: string
|
|
3039
|
+
/**
|
|
3040
|
+
* 失败原因
|
|
3041
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3042
|
+
*/
|
|
3043
|
+
FailedMsg?: string
|
|
3044
|
+
}
|
|
3045
|
+
|
|
2939
3046
|
/**
|
|
2940
3047
|
* DescribeCallInMetrics返回参数结构体
|
|
2941
3048
|
*/
|
|
@@ -3416,6 +3523,32 @@ export interface DescribeStaffStatusMetricsResponse {
|
|
|
3416
3523
|
RequestId?: string
|
|
3417
3524
|
}
|
|
3418
3525
|
|
|
3526
|
+
/**
|
|
3527
|
+
* 音频文件审核信息
|
|
3528
|
+
*/
|
|
3529
|
+
export interface AudioFileInfo {
|
|
3530
|
+
/**
|
|
3531
|
+
* 文件ID
|
|
3532
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3533
|
+
*/
|
|
3534
|
+
FileId?: number
|
|
3535
|
+
/**
|
|
3536
|
+
* 文件别名
|
|
3537
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3538
|
+
*/
|
|
3539
|
+
CustomFileName?: string
|
|
3540
|
+
/**
|
|
3541
|
+
* 文件名
|
|
3542
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3543
|
+
*/
|
|
3544
|
+
AudioFileName?: string
|
|
3545
|
+
/**
|
|
3546
|
+
* 审核状态,0-未审核,1-审核通过,2-审核拒绝
|
|
3547
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3548
|
+
*/
|
|
3549
|
+
Status?: number
|
|
3550
|
+
}
|
|
3551
|
+
|
|
3419
3552
|
/**
|
|
3420
3553
|
* DescribeCarrierPrivilegeNumberApplicants返回参数结构体
|
|
3421
3554
|
*/
|
|
@@ -23,6 +23,7 @@ import {
|
|
|
23
23
|
DescribeRiskCenterAssetViewWeakPasswordRiskListResponse,
|
|
24
24
|
DescribeVULRiskAdvanceCFGListResponse,
|
|
25
25
|
TaskCenterWeakPwdRiskInputParam,
|
|
26
|
+
DescribeAssetViewVulRiskListResponse,
|
|
26
27
|
DescribeOrganizationUserInfoRequest,
|
|
27
28
|
FilterDataObject,
|
|
28
29
|
ReportItemKey,
|
|
@@ -54,7 +55,7 @@ import {
|
|
|
54
55
|
DescribeScanReportListResponse,
|
|
55
56
|
DescribeSearchBugInfoRequest,
|
|
56
57
|
TaskLogURL,
|
|
57
|
-
|
|
58
|
+
AssetViewVULRiskData,
|
|
58
59
|
DescribeOrganizationUserInfoResponse,
|
|
59
60
|
NICAsset,
|
|
60
61
|
DescribeListenerListResponse,
|
|
@@ -99,6 +100,7 @@ import {
|
|
|
99
100
|
DescribeTaskLogURLResponse,
|
|
100
101
|
ModifyOrganizationAccountStatusResponse,
|
|
101
102
|
DescribeDbAssetInfoRequest,
|
|
103
|
+
DescribeAssetViewVulRiskListRequest,
|
|
102
104
|
Filter,
|
|
103
105
|
DescribeRiskCenterWebsiteRiskListRequest,
|
|
104
106
|
ServerRiskSuggestion,
|
|
@@ -143,6 +145,7 @@ import {
|
|
|
143
145
|
DescribeTaskLogListRequest,
|
|
144
146
|
DescribeRiskCenterAssetViewPortRiskListResponse,
|
|
145
147
|
DescribeTaskLogURLRequest,
|
|
148
|
+
AddNewBindRoleUserRequest,
|
|
146
149
|
} from "./csip_models"
|
|
147
150
|
|
|
148
151
|
/**
|
|
@@ -324,6 +327,16 @@ export class Client extends AbstractClient {
|
|
|
324
327
|
return this.request("ModifyRiskCenterScanTask", req, cb)
|
|
325
328
|
}
|
|
326
329
|
|
|
330
|
+
/**
|
|
331
|
+
* 获取资产视角的漏洞风险列表
|
|
332
|
+
*/
|
|
333
|
+
async DescribeAssetViewVulRiskList(
|
|
334
|
+
req: DescribeAssetViewVulRiskListRequest,
|
|
335
|
+
cb?: (error: string, rep: DescribeAssetViewVulRiskListResponse) => void
|
|
336
|
+
): Promise<DescribeAssetViewVulRiskListResponse> {
|
|
337
|
+
return this.request("DescribeAssetViewVulRiskList", req, cb)
|
|
338
|
+
}
|
|
339
|
+
|
|
327
340
|
/**
|
|
328
341
|
* 获取内容风险列表
|
|
329
342
|
*/
|