tencentcloud-sdk-nodejs 4.0.828 → 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 +104 -0
- package/SERVICE_CHANGELOG.md +121 -89
- package/package.json +1 -1
- package/products.md +9 -9
- 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/trocket/v20230308/trocket_models.ts +4 -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/trocket/v20230308/trocket_models.d.ts +4 -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,107 @@
|
|
|
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
|
+
|
|
84
|
+
# Release 4.0.829
|
|
85
|
+
|
|
86
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
87
|
+
|
|
88
|
+
### 第 12 次发布
|
|
89
|
+
|
|
90
|
+
发布时间:2024-04-04 01:25:24
|
|
91
|
+
|
|
92
|
+
本次发布包含了以下内容:
|
|
93
|
+
|
|
94
|
+
改善已有的文档。
|
|
95
|
+
|
|
96
|
+
修改接口:
|
|
97
|
+
|
|
98
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/1493/97944)
|
|
99
|
+
|
|
100
|
+
* 新增入参:MsgTTL
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
1
105
|
# Release 4.0.828
|
|
2
106
|
|
|
3
107
|
## 域名注册(domain) 版本:2018-08-08
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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
|
|
|
@@ -12,57 +12,42 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
20
|
-
|
|
21
|
-
### 第 163 次发布
|
|
22
|
-
|
|
23
|
-
发布时间:2024-04-03 11:19:08
|
|
24
|
-
|
|
25
|
-
本次发布包含了以下内容:
|
|
26
|
-
|
|
27
|
-
改善已有的文档。
|
|
28
|
-
|
|
29
|
-
修改数据结构:
|
|
30
|
-
|
|
31
|
-
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
32
|
-
|
|
33
|
-
* 新增成员:PowerOfAttorneys
|
|
34
|
-
|
|
35
|
-
|
|
15
|
+
* [DescribeIvrAudioList](https://cloud.tencent.com/document/api/679/104895)
|
|
16
|
+
* [UploadIvrAudio](https://cloud.tencent.com/document/api/679/104894)
|
|
36
17
|
|
|
18
|
+
新增数据结构:
|
|
37
19
|
|
|
38
|
-
|
|
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)
|
|
39
23
|
|
|
40
24
|
|
|
41
25
|
|
|
42
|
-
##
|
|
26
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
43
27
|
|
|
44
|
-
### 第
|
|
28
|
+
### 第 34 次发布
|
|
45
29
|
|
|
46
|
-
发布时间:2024-04-
|
|
30
|
+
发布时间:2024-04-08 01:11:35
|
|
47
31
|
|
|
48
32
|
本次发布包含了以下内容:
|
|
49
33
|
|
|
50
34
|
改善已有的文档。
|
|
51
35
|
|
|
52
|
-
|
|
36
|
+
新增接口:
|
|
53
37
|
|
|
54
|
-
* [
|
|
38
|
+
* [DescribeAssetViewVulRiskList](https://cloud.tencent.com/document/api/664/104896)
|
|
55
39
|
|
|
56
|
-
|
|
40
|
+
新增数据结构:
|
|
57
41
|
|
|
42
|
+
* [AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData)
|
|
58
43
|
|
|
59
44
|
|
|
60
45
|
|
|
61
|
-
##
|
|
46
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
62
47
|
|
|
63
|
-
### 第
|
|
48
|
+
### 第 124 次发布
|
|
64
49
|
|
|
65
|
-
发布时间:2024-04-
|
|
50
|
+
发布时间:2024-04-08 01:18:24
|
|
66
51
|
|
|
67
52
|
本次发布包含了以下内容:
|
|
68
53
|
|
|
@@ -70,62 +55,29 @@
|
|
|
70
55
|
|
|
71
56
|
修改数据结构:
|
|
72
57
|
|
|
73
|
-
* [
|
|
58
|
+
* [RecordParam](https://cloud.tencent.com/document/api/267/20474#RecordParam)
|
|
74
59
|
|
|
75
|
-
* 新增成员:
|
|
60
|
+
* 新增成员:CosBucketName, CosBucketRegion, CosBucketPath
|
|
76
61
|
|
|
77
62
|
|
|
78
63
|
|
|
79
64
|
|
|
80
|
-
##
|
|
65
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
81
66
|
|
|
82
|
-
### 第
|
|
67
|
+
### 第 187 次发布
|
|
83
68
|
|
|
84
|
-
发布时间:2024-04-
|
|
69
|
+
发布时间:2024-04-08 01:27:01
|
|
85
70
|
|
|
86
71
|
本次发布包含了以下内容:
|
|
87
72
|
|
|
88
73
|
改善已有的文档。
|
|
89
74
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
* [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
|
|
93
|
-
|
|
94
|
-
* 新增入参:InputCosUri, AccessMode
|
|
95
|
-
|
|
96
|
-
* <font color="#dd0000">**修改入参**:</font>InputBase64
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
102
|
-
|
|
103
|
-
### 第 8 次发布
|
|
104
|
-
|
|
105
|
-
发布时间:2024-04-03 11:34:07
|
|
75
|
+
修改数据结构:
|
|
106
76
|
|
|
107
|
-
|
|
77
|
+
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
108
78
|
|
|
109
|
-
|
|
79
|
+
* 新增成员:BandwidthPackageId
|
|
110
80
|
|
|
111
|
-
新增接口:
|
|
112
|
-
|
|
113
|
-
* [BatchDeleteDevice](https://cloud.tencent.com/document/api/1693/104841)
|
|
114
|
-
* [DeleteDeviceGroup](https://cloud.tencent.com/document/api/1693/104840)
|
|
115
|
-
* [DescribeDeviceGroupList](https://cloud.tencent.com/document/api/1693/104839)
|
|
116
|
-
* [ModifyDeviceField](https://cloud.tencent.com/document/api/1693/104838)
|
|
117
|
-
* [ModifyDeviceGroup](https://cloud.tencent.com/document/api/1693/104837)
|
|
118
|
-
* [ModifyDeviceTag](https://cloud.tencent.com/document/api/1693/104836)
|
|
119
|
-
* [SaveDeviceGroup](https://cloud.tencent.com/document/api/1693/104835)
|
|
120
|
-
|
|
121
|
-
新增数据结构:
|
|
122
|
-
|
|
123
|
-
* [DescribeDeviceGroupListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceGroupListRes)
|
|
124
|
-
* [DescribeGroupInfo](https://cloud.tencent.com/document/api/1693/97961#DescribeGroupInfo)
|
|
125
|
-
* [ModifyDeviceFieldInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceFieldInfo)
|
|
126
|
-
* [ModifyDeviceGroupInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceGroupInfo)
|
|
127
|
-
* [ModifyDeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceTagInfo)
|
|
128
|
-
* [SaveDeviceGroupRes](https://cloud.tencent.com/document/api/1693/97961#SaveDeviceGroupRes)
|
|
129
81
|
|
|
130
82
|
|
|
131
83
|
|
|
@@ -14950,6 +14902,25 @@
|
|
|
14950
14902
|
|
|
14951
14903
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
14952
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
|
+
|
|
14953
14924
|
### 第 63 次发布
|
|
14954
14925
|
|
|
14955
14926
|
发布时间:2024-03-28 01:09:50
|
|
@@ -36897,6 +36868,22 @@
|
|
|
36897
36868
|
|
|
36898
36869
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
36899
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
|
+
|
|
36900
36887
|
### 第 33 次发布
|
|
36901
36888
|
|
|
36902
36889
|
发布时间:2024-03-28 01:12:39
|
|
@@ -51626,7 +51613,7 @@
|
|
|
51626
51613
|
|
|
51627
51614
|
新增接口:
|
|
51628
51615
|
|
|
51629
|
-
* [
|
|
51616
|
+
* [DescribeTldList](https://cloud.tencent.com/document/api/242/104832)
|
|
51630
51617
|
|
|
51631
51618
|
### 第 32 次发布
|
|
51632
51619
|
|
|
@@ -81116,6 +81103,21 @@
|
|
|
81116
81103
|
|
|
81117
81104
|
## 云直播CSS(live) 版本:2018-08-01
|
|
81118
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
|
+
|
|
81119
81121
|
### 第 123 次发布
|
|
81120
81122
|
|
|
81121
81123
|
发布时间:2024-04-03 11:22:46
|
|
@@ -131696,6 +131698,21 @@
|
|
|
131696
131698
|
|
|
131697
131699
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
131698
131700
|
|
|
131701
|
+
### 第 12 次发布
|
|
131702
|
+
|
|
131703
|
+
发布时间:2024-04-04 01:25:24
|
|
131704
|
+
|
|
131705
|
+
本次发布包含了以下内容:
|
|
131706
|
+
|
|
131707
|
+
改善已有的文档。
|
|
131708
|
+
|
|
131709
|
+
修改接口:
|
|
131710
|
+
|
|
131711
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/1493/97944)
|
|
131712
|
+
|
|
131713
|
+
* 新增入参:MsgTTL
|
|
131714
|
+
|
|
131715
|
+
|
|
131699
131716
|
### 第 11 次发布
|
|
131700
131717
|
|
|
131701
131718
|
发布时间:2024-03-07 01:26:39
|
|
@@ -143809,6 +143826,21 @@
|
|
|
143809
143826
|
|
|
143810
143827
|
## 私有网络(vpc) 版本:2017-03-12
|
|
143811
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
|
+
|
|
143812
143844
|
### 第 186 次发布
|
|
143813
143845
|
|
|
143814
143846
|
发布时间:2024-01-17 01:26:10
|
|
@@ -153512,22 +153544,22 @@
|
|
|
153512
153544
|
|
|
153513
153545
|
新增接口:
|
|
153514
153546
|
|
|
153515
|
-
* [
|
|
153516
|
-
* [
|
|
153517
|
-
* [
|
|
153518
|
-
* [
|
|
153519
|
-
* [
|
|
153520
|
-
* [
|
|
153521
|
-
* [
|
|
153547
|
+
* [BatchDeleteDevice](https://cloud.tencent.com/document/api/1693/104841)
|
|
153548
|
+
* [DeleteDeviceGroup](https://cloud.tencent.com/document/api/1693/104840)
|
|
153549
|
+
* [DescribeDeviceGroupList](https://cloud.tencent.com/document/api/1693/104839)
|
|
153550
|
+
* [ModifyDeviceField](https://cloud.tencent.com/document/api/1693/104838)
|
|
153551
|
+
* [ModifyDeviceGroup](https://cloud.tencent.com/document/api/1693/104837)
|
|
153552
|
+
* [ModifyDeviceTag](https://cloud.tencent.com/document/api/1693/104836)
|
|
153553
|
+
* [SaveDeviceGroup](https://cloud.tencent.com/document/api/1693/104835)
|
|
153522
153554
|
|
|
153523
153555
|
新增数据结构:
|
|
153524
153556
|
|
|
153525
|
-
* [
|
|
153526
|
-
* [
|
|
153527
|
-
* [
|
|
153528
|
-
* [
|
|
153529
|
-
* [
|
|
153530
|
-
* [
|
|
153557
|
+
* [DescribeDeviceGroupListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceGroupListRes)
|
|
153558
|
+
* [DescribeGroupInfo](https://cloud.tencent.com/document/api/1693/97961#DescribeGroupInfo)
|
|
153559
|
+
* [ModifyDeviceFieldInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceFieldInfo)
|
|
153560
|
+
* [ModifyDeviceGroupInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceGroupInfo)
|
|
153561
|
+
* [ModifyDeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceTagInfo)
|
|
153562
|
+
* [SaveDeviceGroupRes](https://cloud.tencent.com/document/api/1693/97961#SaveDeviceGroupRes)
|
|
153531
153563
|
|
|
153532
153564
|
### 第 7 次发布
|
|
153533
153565
|
|
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
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-04-
|
|
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-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 |
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-01 01:17:27 |
|
|
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
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-
|
|
105
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-04-04 01:15:50 |
|
|
106
106
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-03-20 01:17:27 |
|
|
107
107
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
|
|
108
108
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -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 |
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-04-02 01:25:21 |
|
|
222
222
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
223
223
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
224
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-
|
|
224
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-04-04 01:25:24 |
|
|
225
225
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-26 01:27:42 |
|
|
226
226
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
|
|
227
227
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-04-03 11:30:33 |
|
|
@@ -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
|
|