tencentcloud-sdk-nodejs 4.0.829 → 4.0.831
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 +146 -0
- package/SERVICE_CHANGELOG.md +201 -5
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bri/v20190328/bri_client.ts +3 -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/ess/v20201111/ess_models.ts +17 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +17 -0
- package/src/services/lcic/v20220817/lcic_models.ts +5 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +7 -1
- package/src/services/live/v20180801/live_models.ts +15 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +20 -4
- package/src/services/mongodb/v20190725/mongodb_models.ts +128 -41
- package/src/services/ssl/v20191205/ssl_models.ts +6 -2
- 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/bri/v20190328/bri_client.d.ts +3 -1
- package/tencentcloud/services/bri/v20190328/bri_client.js +3 -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/ess/v20201111/ess_models.d.ts +17 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +7 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +15 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +6 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +7 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +123 -41
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +6 -2
- 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/test/mongodb.v20190725.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,149 @@
|
|
|
1
|
+
# Release 4.0.831
|
|
2
|
+
|
|
3
|
+
## 业务风险情报(bri) 版本:2019-03-28
|
|
4
|
+
|
|
5
|
+
### 第 5 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-04-09 01:08:44
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
14
|
+
|
|
15
|
+
* DescribeBRI
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
20
|
+
|
|
21
|
+
### 第 38 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-04-09 01:18:23
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
新增接口:
|
|
30
|
+
|
|
31
|
+
* [FlashBackDBInstance](https://cloud.tencent.com/document/api/240/104930)
|
|
32
|
+
|
|
33
|
+
新增数据结构:
|
|
34
|
+
|
|
35
|
+
* [FBKeyValue](https://cloud.tencent.com/document/api/240/38576#FBKeyValue)
|
|
36
|
+
* [FlashbackCollection](https://cloud.tencent.com/document/api/240/38576#FlashbackCollection)
|
|
37
|
+
* [FlashbackDatabase](https://cloud.tencent.com/document/api/240/38576#FlashbackDatabase)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
46
|
+
|
|
47
|
+
### 第 55 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2024-04-09 01:21:02
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
修改接口:
|
|
56
|
+
|
|
57
|
+
* [DeployCertificateInstance](https://cloud.tencent.com/document/api/400/91667)
|
|
58
|
+
|
|
59
|
+
* 新增入参:IsCache
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
# Release 4.0.830
|
|
65
|
+
|
|
66
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
67
|
+
|
|
68
|
+
### 第 64 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2024-04-08 01:09:16
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
新增接口:
|
|
77
|
+
|
|
78
|
+
* [DescribeIvrAudioList](https://cloud.tencent.com/document/api/679/104895)
|
|
79
|
+
* [UploadIvrAudio](https://cloud.tencent.com/document/api/679/104894)
|
|
80
|
+
|
|
81
|
+
新增数据结构:
|
|
82
|
+
|
|
83
|
+
* [AudioFileInfo](https://cloud.tencent.com/document/api/679/47715#AudioFileInfo)
|
|
84
|
+
* [UploadAudioInfo](https://cloud.tencent.com/document/api/679/47715#UploadAudioInfo)
|
|
85
|
+
* [UploadIvrAudioFailedInfo](https://cloud.tencent.com/document/api/679/47715#UploadIvrAudioFailedInfo)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
90
|
+
|
|
91
|
+
### 第 34 次发布
|
|
92
|
+
|
|
93
|
+
发布时间:2024-04-08 01:11:35
|
|
94
|
+
|
|
95
|
+
本次发布包含了以下内容:
|
|
96
|
+
|
|
97
|
+
改善已有的文档。
|
|
98
|
+
|
|
99
|
+
新增接口:
|
|
100
|
+
|
|
101
|
+
* [DescribeAssetViewVulRiskList](https://cloud.tencent.com/document/api/664/104896)
|
|
102
|
+
|
|
103
|
+
新增数据结构:
|
|
104
|
+
|
|
105
|
+
* [AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
110
|
+
|
|
111
|
+
### 第 124 次发布
|
|
112
|
+
|
|
113
|
+
发布时间:2024-04-08 01:18:24
|
|
114
|
+
|
|
115
|
+
本次发布包含了以下内容:
|
|
116
|
+
|
|
117
|
+
改善已有的文档。
|
|
118
|
+
|
|
119
|
+
修改数据结构:
|
|
120
|
+
|
|
121
|
+
* [RecordParam](https://cloud.tencent.com/document/api/267/20474#RecordParam)
|
|
122
|
+
|
|
123
|
+
* 新增成员:CosBucketName, CosBucketRegion, CosBucketPath
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
129
|
+
|
|
130
|
+
### 第 187 次发布
|
|
131
|
+
|
|
132
|
+
发布时间:2024-04-08 01:27:01
|
|
133
|
+
|
|
134
|
+
本次发布包含了以下内容:
|
|
135
|
+
|
|
136
|
+
改善已有的文档。
|
|
137
|
+
|
|
138
|
+
修改数据结构:
|
|
139
|
+
|
|
140
|
+
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
141
|
+
|
|
142
|
+
* 新增成员:BandwidthPackageId
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
1
147
|
# Release 4.0.829
|
|
2
148
|
|
|
3
149
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,52 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 业务风险情报(bri) 版本:2019-03-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 5 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-09 01:08:44
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
14
|
+
|
|
15
|
+
* DescribeBRI
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
20
|
+
|
|
21
|
+
### 第 38 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-04-09 01:18:23
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
新增接口:
|
|
30
|
+
|
|
31
|
+
* [FlashBackDBInstance](https://cloud.tencent.com/document/api/240/104930)
|
|
32
|
+
|
|
33
|
+
新增数据结构:
|
|
34
|
+
|
|
35
|
+
* [FBKeyValue](https://cloud.tencent.com/document/api/240/38576#FBKeyValue)
|
|
36
|
+
* [FlashbackCollection](https://cloud.tencent.com/document/api/240/38576#FlashbackCollection)
|
|
37
|
+
* [FlashbackDatabase](https://cloud.tencent.com/document/api/240/38576#FlashbackDatabase)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
46
|
+
|
|
47
|
+
### 第 55 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2024-04-09 01:21:02
|
|
8
50
|
|
|
9
51
|
本次发布包含了以下内容:
|
|
10
52
|
|
|
@@ -12,9 +54,9 @@
|
|
|
12
54
|
|
|
13
55
|
修改接口:
|
|
14
56
|
|
|
15
|
-
* [
|
|
57
|
+
* [DeployCertificateInstance](https://cloud.tencent.com/document/api/400/91667)
|
|
16
58
|
|
|
17
|
-
* 新增入参:
|
|
59
|
+
* 新增入参:IsCache
|
|
18
60
|
|
|
19
61
|
|
|
20
62
|
|
|
@@ -11653,6 +11695,18 @@
|
|
|
11653
11695
|
|
|
11654
11696
|
## 业务风险情报(bri) 版本:2019-03-28
|
|
11655
11697
|
|
|
11698
|
+
### 第 5 次发布
|
|
11699
|
+
|
|
11700
|
+
发布时间:2024-04-09 01:08:44
|
|
11701
|
+
|
|
11702
|
+
本次发布包含了以下内容:
|
|
11703
|
+
|
|
11704
|
+
改善已有的文档。
|
|
11705
|
+
|
|
11706
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
11707
|
+
|
|
11708
|
+
* DescribeBRI
|
|
11709
|
+
|
|
11656
11710
|
### 第 4 次发布
|
|
11657
11711
|
|
|
11658
11712
|
发布时间:2023-08-03 12:20:37
|
|
@@ -14840,6 +14894,25 @@
|
|
|
14840
14894
|
|
|
14841
14895
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
14842
14896
|
|
|
14897
|
+
### 第 64 次发布
|
|
14898
|
+
|
|
14899
|
+
发布时间:2024-04-08 01:09:16
|
|
14900
|
+
|
|
14901
|
+
本次发布包含了以下内容:
|
|
14902
|
+
|
|
14903
|
+
改善已有的文档。
|
|
14904
|
+
|
|
14905
|
+
新增接口:
|
|
14906
|
+
|
|
14907
|
+
* [DescribeIvrAudioList](https://cloud.tencent.com/document/api/679/104895)
|
|
14908
|
+
* [UploadIvrAudio](https://cloud.tencent.com/document/api/679/104894)
|
|
14909
|
+
|
|
14910
|
+
新增数据结构:
|
|
14911
|
+
|
|
14912
|
+
* [AudioFileInfo](https://cloud.tencent.com/document/api/679/47715#AudioFileInfo)
|
|
14913
|
+
* [UploadAudioInfo](https://cloud.tencent.com/document/api/679/47715#UploadAudioInfo)
|
|
14914
|
+
* [UploadIvrAudioFailedInfo](https://cloud.tencent.com/document/api/679/47715#UploadIvrAudioFailedInfo)
|
|
14915
|
+
|
|
14843
14916
|
### 第 63 次发布
|
|
14844
14917
|
|
|
14845
14918
|
发布时间:2024-03-28 01:09:50
|
|
@@ -36787,6 +36860,22 @@
|
|
|
36787
36860
|
|
|
36788
36861
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
36789
36862
|
|
|
36863
|
+
### 第 34 次发布
|
|
36864
|
+
|
|
36865
|
+
发布时间:2024-04-08 01:11:35
|
|
36866
|
+
|
|
36867
|
+
本次发布包含了以下内容:
|
|
36868
|
+
|
|
36869
|
+
改善已有的文档。
|
|
36870
|
+
|
|
36871
|
+
新增接口:
|
|
36872
|
+
|
|
36873
|
+
* [DescribeAssetViewVulRiskList](https://cloud.tencent.com/document/api/664/104896)
|
|
36874
|
+
|
|
36875
|
+
新增数据结构:
|
|
36876
|
+
|
|
36877
|
+
* [AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData)
|
|
36878
|
+
|
|
36790
36879
|
### 第 33 次发布
|
|
36791
36880
|
|
|
36792
36881
|
发布时间:2024-03-28 01:12:39
|
|
@@ -59529,6 +59618,28 @@
|
|
|
59529
59618
|
|
|
59530
59619
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
59531
59620
|
|
|
59621
|
+
### 第 161 次发布
|
|
59622
|
+
|
|
59623
|
+
发布时间:2024-04-08 11:27:30
|
|
59624
|
+
|
|
59625
|
+
本次发布包含了以下内容:
|
|
59626
|
+
|
|
59627
|
+
改善已有的文档。
|
|
59628
|
+
|
|
59629
|
+
修改接口:
|
|
59630
|
+
|
|
59631
|
+
* [CreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1323/87787)
|
|
59632
|
+
|
|
59633
|
+
* 新增入参:UserData
|
|
59634
|
+
|
|
59635
|
+
|
|
59636
|
+
修改数据结构:
|
|
59637
|
+
|
|
59638
|
+
* [AutoSignConfig](https://cloud.tencent.com/document/api/1323/70369#AutoSignConfig)
|
|
59639
|
+
|
|
59640
|
+
* 新增成员:JumpUrl
|
|
59641
|
+
|
|
59642
|
+
|
|
59532
59643
|
### 第 160 次发布
|
|
59533
59644
|
|
|
59534
59645
|
发布时间:2024-03-27 15:13:07
|
|
@@ -62657,6 +62768,28 @@
|
|
|
62657
62768
|
|
|
62658
62769
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
62659
62770
|
|
|
62771
|
+
### 第 164 次发布
|
|
62772
|
+
|
|
62773
|
+
发布时间:2024-04-08 11:27:16
|
|
62774
|
+
|
|
62775
|
+
本次发布包含了以下内容:
|
|
62776
|
+
|
|
62777
|
+
改善已有的文档。
|
|
62778
|
+
|
|
62779
|
+
修改接口:
|
|
62780
|
+
|
|
62781
|
+
* [ChannelCreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1420/96110)
|
|
62782
|
+
|
|
62783
|
+
* 新增入参:UserData
|
|
62784
|
+
|
|
62785
|
+
|
|
62786
|
+
修改数据结构:
|
|
62787
|
+
|
|
62788
|
+
* [AutoSignConfig](https://cloud.tencent.com/document/api/1420/61525#AutoSignConfig)
|
|
62789
|
+
|
|
62790
|
+
* 新增成员:JumpUrl
|
|
62791
|
+
|
|
62792
|
+
|
|
62660
62793
|
### 第 163 次发布
|
|
62661
62794
|
|
|
62662
62795
|
发布时间:2024-04-03 11:19:08
|
|
@@ -81006,6 +81139,21 @@
|
|
|
81006
81139
|
|
|
81007
81140
|
## 云直播CSS(live) 版本:2018-08-01
|
|
81008
81141
|
|
|
81142
|
+
### 第 124 次发布
|
|
81143
|
+
|
|
81144
|
+
发布时间:2024-04-08 01:18:24
|
|
81145
|
+
|
|
81146
|
+
本次发布包含了以下内容:
|
|
81147
|
+
|
|
81148
|
+
改善已有的文档。
|
|
81149
|
+
|
|
81150
|
+
修改数据结构:
|
|
81151
|
+
|
|
81152
|
+
* [RecordParam](https://cloud.tencent.com/document/api/267/20474#RecordParam)
|
|
81153
|
+
|
|
81154
|
+
* 新增成员:CosBucketName, CosBucketRegion, CosBucketPath
|
|
81155
|
+
|
|
81156
|
+
|
|
81009
81157
|
### 第 123 次发布
|
|
81010
81158
|
|
|
81011
81159
|
发布时间:2024-04-03 11:22:46
|
|
@@ -85576,6 +85724,24 @@
|
|
|
85576
85724
|
|
|
85577
85725
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
85578
85726
|
|
|
85727
|
+
### 第 38 次发布
|
|
85728
|
+
|
|
85729
|
+
发布时间:2024-04-09 01:18:23
|
|
85730
|
+
|
|
85731
|
+
本次发布包含了以下内容:
|
|
85732
|
+
|
|
85733
|
+
改善已有的文档。
|
|
85734
|
+
|
|
85735
|
+
新增接口:
|
|
85736
|
+
|
|
85737
|
+
* [[FlashBackDBInstance](https://cloud.tencent.com/document/api/240/104930)](https://cloud.tencent.com/document/api/#/#)
|
|
85738
|
+
|
|
85739
|
+
新增数据结构:
|
|
85740
|
+
|
|
85741
|
+
* [[FBKeyValue](https://cloud.tencent.com/document/api/240/38576#FBKeyValue)](https://cloud.tencent.com/document/api/240/38576#[FBKeyValue](https://cloud.tencent.com/document/api/240/38576#FBKeyValue))
|
|
85742
|
+
* [[FlashbackCollection](https://cloud.tencent.com/document/api/240/38576#FlashbackCollection)](https://cloud.tencent.com/document/api/240/38576#[FlashbackCollection](https://cloud.tencent.com/document/api/240/38576#FlashbackCollection))
|
|
85743
|
+
* [[FlashbackDatabase](https://cloud.tencent.com/document/api/240/38576#FlashbackDatabase)](https://cloud.tencent.com/document/api/240/38576#[FlashbackDatabase](https://cloud.tencent.com/document/api/240/38576#FlashbackDatabase))
|
|
85744
|
+
|
|
85579
85745
|
### 第 37 次发布
|
|
85580
85746
|
|
|
85581
85747
|
发布时间:2024-03-18 01:18:19
|
|
@@ -106244,6 +106410,21 @@
|
|
|
106244
106410
|
|
|
106245
106411
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
106246
106412
|
|
|
106413
|
+
### 第 55 次发布
|
|
106414
|
+
|
|
106415
|
+
发布时间:2024-04-09 01:21:02
|
|
106416
|
+
|
|
106417
|
+
本次发布包含了以下内容:
|
|
106418
|
+
|
|
106419
|
+
改善已有的文档。
|
|
106420
|
+
|
|
106421
|
+
修改接口:
|
|
106422
|
+
|
|
106423
|
+
* [DeployCertificateInstance](https://cloud.tencent.com/document/api/400/91667)
|
|
106424
|
+
|
|
106425
|
+
* 新增入参:IsCache
|
|
106426
|
+
|
|
106427
|
+
|
|
106247
106428
|
### 第 54 次发布
|
|
106248
106429
|
|
|
106249
106430
|
发布时间:2024-02-02 01:20:24
|
|
@@ -143714,6 +143895,21 @@
|
|
|
143714
143895
|
|
|
143715
143896
|
## 私有网络(vpc) 版本:2017-03-12
|
|
143716
143897
|
|
|
143898
|
+
### 第 187 次发布
|
|
143899
|
+
|
|
143900
|
+
发布时间:2024-04-08 01:27:01
|
|
143901
|
+
|
|
143902
|
+
本次发布包含了以下内容:
|
|
143903
|
+
|
|
143904
|
+
改善已有的文档。
|
|
143905
|
+
|
|
143906
|
+
修改数据结构:
|
|
143907
|
+
|
|
143908
|
+
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
143909
|
+
|
|
143910
|
+
* 新增成员:BandwidthPackageId
|
|
143911
|
+
|
|
143912
|
+
|
|
143717
143913
|
### 第 186 次发布
|
|
143718
143914
|
|
|
143719
143915
|
发布时间:2024-01-17 01:26:10
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2024-03-20 01:08:56 |
|
|
32
32
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2024-03-20 01:09:02 |
|
|
33
33
|
| bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2024-03-20 01:09:09 |
|
|
34
|
-
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-
|
|
34
|
+
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-04-09 01:08:44 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-03-20 01:09:11 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-03-20 01:09:14 |
|
|
@@ -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-09 01:09:52 |
|
|
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 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-27 01:16:55 |
|
|
98
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-04-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-09 01:14:48 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-08 11:27:16 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-20 01:17:05 |
|
|
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 |
|
|
@@ -132,9 +132,9 @@
|
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-20 01:19:25 |
|
|
135
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-
|
|
135
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-09 01:17:28 |
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-04-09 01:17:37 |
|
|
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 |
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-03-20 01:20:25 |
|
|
147
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-
|
|
147
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-09 01:18:23 |
|
|
148
148
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-03-20 01:20:37 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-04-02 01:19:24 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-04-03 11:24:07 |
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
179
179
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-03-20 01:23:35 |
|
|
180
180
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
181
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-
|
|
181
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-04-09 01:21:02 |
|
|
182
182
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-03-20 01:24:04 |
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
@@ -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.831"
|
|
@@ -29,7 +29,9 @@ export class Client extends AbstractClient {
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* 产品不在使用,业务已经下线
|
|
33
|
+
|
|
34
|
+
输入业务名 (bri_num, bri_dev, bri_ip, bri_apk, bri_url, bri_social 六种之一) 及其 相应字段, 获取业务风险分数和标签。
|
|
33
35
|
|
|
34
36
|
当业务名为bri_num时,必须填PhoneNumber字段.
|
|
35
37
|
|
|
@@ -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
|
|