tencentcloud-sdk-nodejs 4.0.844 → 4.0.845
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 +52 -0
- package/SERVICE_CHANGELOG.md +68 -219
- package/package.json +1 -1
- package/products.md +5 -5
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cls/v20201016/cls_client.ts +93 -33
- package/src/services/cls/v20201016/cls_models.ts +209 -130
- package/src/services/ims/v20201229/ims_client.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +1 -1
- package/src/services/teo/v20220901/teo_client.ts +104 -17
- package/src/services/teo/v20220901/teo_models.ts +257 -45
- package/src/services/tione/v20191022/tione_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +31 -11
- package/tencentcloud/services/cls/v20201016/cls_client.js +45 -15
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +199 -130
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
- package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +42 -5
- package/tencentcloud/services/teo/v20220901/teo_client.js +55 -6
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +241 -43
- package/tencentcloud/services/tione/v20191022/tione_models.d.ts +1 -1
- package/test/cls.v20201016.test.js +66 -16
- package/test/teo.v20220901.test.js +64 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
|
1
|
+
# Release 4.0.845
|
|
2
|
+
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
|
+
|
|
5
|
+
### 第 89 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-04-30 01:11:49
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CreateDashboardSubscribe](https://cloud.tencent.com/document/api/614/105781)
|
|
16
|
+
* [DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)
|
|
17
|
+
* [DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)
|
|
18
|
+
* [ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)
|
|
19
|
+
* [SearchDashboardSubscribe](https://cloud.tencent.com/document/api/614/105777)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
24
|
+
|
|
25
|
+
### 第 78 次发布
|
|
26
|
+
|
|
27
|
+
发布时间:2024-04-29 16:57:36
|
|
28
|
+
|
|
29
|
+
本次发布包含了以下内容:
|
|
30
|
+
|
|
31
|
+
改善已有的文档。
|
|
32
|
+
|
|
33
|
+
新增接口:
|
|
34
|
+
|
|
35
|
+
* [CreatePlan](https://cloud.tencent.com/document/api/1552/105771)
|
|
36
|
+
* [DestroyPlan](https://cloud.tencent.com/document/api/1552/105770)
|
|
37
|
+
* [IncreasePlanQuota](https://cloud.tencent.com/document/api/1552/105769)
|
|
38
|
+
* [ModifyPlan](https://cloud.tencent.com/document/api/1552/105768)
|
|
39
|
+
* [RenewPlan](https://cloud.tencent.com/document/api/1552/105767)
|
|
40
|
+
* [UpgradePlan](https://cloud.tencent.com/document/api/1552/105766)
|
|
41
|
+
|
|
42
|
+
新增数据结构:
|
|
43
|
+
|
|
44
|
+
* [PrepaidPlanParam](https://cloud.tencent.com/document/api/1552/80721#PrepaidPlanParam)
|
|
45
|
+
* [RenewFlag](https://cloud.tencent.com/document/api/1552/80721#RenewFlag)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
1
53
|
# Release 4.0.844
|
|
2
54
|
|
|
3
55
|
## 日志服务(cls) 版本:2020-10-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,178 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## 日志服务(cls) 版本:2020-10-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
6
|
-
|
|
7
|
-
发布时间:2024-04-29 01:11:58
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateCosRecharge](https://cloud.tencent.com/document/api/614/88100)
|
|
16
|
-
|
|
17
|
-
* 新增入参:TaskType, Metadata
|
|
18
|
-
|
|
19
|
-
* [ModifyCosRecharge](https://cloud.tencent.com/document/api/614/88098)
|
|
20
|
-
|
|
21
|
-
* 新增入参:Bucket, BucketRegion, Prefix, LogType, Compress, ExtractRuleInfo, TaskType, Metadata
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
27
|
-
|
|
28
|
-
### 第 86 次发布
|
|
29
|
-
|
|
30
|
-
发布时间:2024-04-29 01:14:26
|
|
31
|
-
|
|
32
|
-
本次发布包含了以下内容:
|
|
33
|
-
|
|
34
|
-
改善已有的文档。
|
|
35
|
-
|
|
36
|
-
修改数据结构:
|
|
37
|
-
|
|
38
|
-
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
39
|
-
|
|
40
|
-
* 新增成员:EngineTypeDetail
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## 域名注册(domain) 版本:2018-08-08
|
|
46
|
-
|
|
47
|
-
### 第 36 次发布
|
|
48
|
-
|
|
49
|
-
发布时间:2024-04-29 01:14:52
|
|
50
|
-
|
|
51
|
-
本次发布包含了以下内容:
|
|
52
|
-
|
|
53
|
-
改善已有的文档。
|
|
54
|
-
|
|
55
|
-
新增接口:
|
|
56
|
-
|
|
57
|
-
* [ModifyTemplate](https://cloud.tencent.com/document/api/242/105750)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
62
|
-
|
|
63
|
-
### 第 166 次发布
|
|
64
|
-
|
|
65
|
-
发布时间:2024-04-29 01:16:26
|
|
66
|
-
|
|
67
|
-
本次发布包含了以下内容:
|
|
68
|
-
|
|
69
|
-
改善已有的文档。
|
|
70
|
-
|
|
71
|
-
新增接口:
|
|
72
|
-
|
|
73
|
-
* [DescribeBatchOrganizationRegistrationUrls](https://cloud.tencent.com/document/api/1323/105751)
|
|
74
|
-
|
|
75
|
-
新增数据结构:
|
|
76
|
-
|
|
77
|
-
* [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
82
|
-
|
|
83
|
-
### 第 30 次发布
|
|
84
|
-
|
|
85
|
-
发布时间:2024-04-29 01:18:23
|
|
86
|
-
|
|
87
|
-
本次发布包含了以下内容:
|
|
88
|
-
|
|
89
|
-
改善已有的文档。
|
|
90
|
-
|
|
91
|
-
修改数据结构:
|
|
92
|
-
|
|
93
|
-
* [CloudStorageEvent](https://cloud.tencent.com/document/api/1131/76635#CloudStorageEvent)
|
|
94
|
-
|
|
95
|
-
* 新增成员:UploadStatus
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
109
|
-
|
|
110
|
-
### 第 5 次发布
|
|
111
|
-
|
|
112
|
-
发布时间:2024-04-29 00:05:46
|
|
113
|
-
|
|
114
|
-
本次发布包含了以下内容:
|
|
115
|
-
|
|
116
|
-
改善已有的文档。
|
|
117
|
-
|
|
118
|
-
新增接口:
|
|
119
|
-
|
|
120
|
-
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
|
|
121
|
-
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
|
|
122
|
-
|
|
123
|
-
修改接口:
|
|
124
|
-
|
|
125
|
-
* [DescribeApp](https://cloud.tencent.com/document/api/1759/105072)
|
|
126
|
-
|
|
127
|
-
* 新增出参:AppStatus, AppStatusDesc
|
|
128
|
-
|
|
129
|
-
* [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
|
|
130
|
-
|
|
131
|
-
* 新增入参:FileType, IsPublic
|
|
132
|
-
|
|
133
|
-
* 新增出参:UploadPath
|
|
134
|
-
|
|
135
|
-
* [GetMsgRecord](https://cloud.tencent.com/document/api/1759/105090)
|
|
136
|
-
|
|
137
|
-
* 新增入参:Scene
|
|
138
|
-
|
|
139
|
-
* 新增出参:SessionDisassociatedTimestamp
|
|
140
|
-
|
|
141
|
-
* [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
|
|
142
|
-
|
|
143
|
-
* 新增入参:IsOnlyEmptyTheDialog
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
新增数据结构:
|
|
147
|
-
|
|
148
|
-
* [Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure)
|
|
149
|
-
* [TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat)
|
|
150
|
-
|
|
151
|
-
修改数据结构:
|
|
152
|
-
|
|
153
|
-
* [ClassifyConfig](https://cloud.tencent.com/document/api/1759/105104#ClassifyConfig)
|
|
154
|
-
|
|
155
|
-
* 新增成员:Greeting
|
|
156
|
-
|
|
157
|
-
* [KnowledgeQaOutput](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaOutput)
|
|
158
|
-
|
|
159
|
-
* 新增成员:ShowQuestionClarify, UseQuestionClarify, QuestionClarifyKeywords
|
|
160
|
-
|
|
161
|
-
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
162
|
-
|
|
163
|
-
* 新增成员:ImageUrls, TokenStat
|
|
164
|
-
|
|
165
|
-
* [SummaryConfig](https://cloud.tencent.com/document/api/1759/105104#SummaryConfig)
|
|
166
|
-
|
|
167
|
-
* 新增成员:Greeting
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
## 文字识别(ocr) 版本:2018-11-19
|
|
173
|
-
|
|
174
|
-
### 第 134 次发布
|
|
5
|
+
### 第 89 次发布
|
|
175
6
|
|
|
176
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-30 01:11:49
|
|
177
8
|
|
|
178
9
|
本次发布包含了以下内容:
|
|
179
10
|
|
|
@@ -181,19 +12,19 @@
|
|
|
181
12
|
|
|
182
13
|
新增接口:
|
|
183
14
|
|
|
184
|
-
* [
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
* [
|
|
15
|
+
* [CreateDashboardSubscribe](https://cloud.tencent.com/document/api/614/105781)
|
|
16
|
+
* [DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)
|
|
17
|
+
* [DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)
|
|
18
|
+
* [ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)
|
|
19
|
+
* [SearchDashboardSubscribe](https://cloud.tencent.com/document/api/614/105777)
|
|
189
20
|
|
|
190
21
|
|
|
191
22
|
|
|
192
|
-
##
|
|
23
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
193
24
|
|
|
194
|
-
### 第
|
|
25
|
+
### 第 78 次发布
|
|
195
26
|
|
|
196
|
-
发布时间:2024-04-29
|
|
27
|
+
发布时间:2024-04-29 16:57:36
|
|
197
28
|
|
|
198
29
|
本次发布包含了以下内容:
|
|
199
30
|
|
|
@@ -201,41 +32,21 @@
|
|
|
201
32
|
|
|
202
33
|
新增接口:
|
|
203
34
|
|
|
204
|
-
* [
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
## 微服务引擎(tse) 版本:2020-12-07
|
|
213
|
-
|
|
214
|
-
### 第 65 次发布
|
|
215
|
-
|
|
216
|
-
发布时间:2024-04-29 01:27:04
|
|
217
|
-
|
|
218
|
-
本次发布包含了以下内容:
|
|
219
|
-
|
|
220
|
-
改善已有的文档。
|
|
221
|
-
|
|
222
|
-
修改接口:
|
|
223
|
-
|
|
224
|
-
* [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
|
|
225
|
-
|
|
226
|
-
* 新增入参:AffinityConstraint
|
|
227
|
-
|
|
35
|
+
* [CreatePlan](https://cloud.tencent.com/document/api/1552/105771)
|
|
36
|
+
* [DestroyPlan](https://cloud.tencent.com/document/api/1552/105770)
|
|
37
|
+
* [IncreasePlanQuota](https://cloud.tencent.com/document/api/1552/105769)
|
|
38
|
+
* [ModifyPlan](https://cloud.tencent.com/document/api/1552/105768)
|
|
39
|
+
* [RenewPlan](https://cloud.tencent.com/document/api/1552/105767)
|
|
40
|
+
* [UpgradePlan](https://cloud.tencent.com/document/api/1552/105766)
|
|
228
41
|
|
|
229
42
|
新增数据结构:
|
|
230
43
|
|
|
231
|
-
* [
|
|
44
|
+
* [PrepaidPlanParam](https://cloud.tencent.com/document/api/1552/80721#PrepaidPlanParam)
|
|
45
|
+
* [RenewFlag](https://cloud.tencent.com/document/api/1552/80721#RenewFlag)
|
|
232
46
|
|
|
233
|
-
修改数据结构:
|
|
234
47
|
|
|
235
|
-
* [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
|
|
236
|
-
|
|
237
|
-
* 新增成员:AccurateQpsThresholds
|
|
238
48
|
|
|
49
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
239
50
|
|
|
240
51
|
|
|
241
52
|
|
|
@@ -30983,6 +30794,22 @@
|
|
|
30983
30794
|
|
|
30984
30795
|
## 日志服务(cls) 版本:2020-10-16
|
|
30985
30796
|
|
|
30797
|
+
### 第 89 次发布
|
|
30798
|
+
|
|
30799
|
+
发布时间:2024-04-30 01:11:49
|
|
30800
|
+
|
|
30801
|
+
本次发布包含了以下内容:
|
|
30802
|
+
|
|
30803
|
+
改善已有的文档。
|
|
30804
|
+
|
|
30805
|
+
新增接口:
|
|
30806
|
+
|
|
30807
|
+
* [[CreateDashboardSubscribe](https://cloud.tencent.com/document/api/614/105781)](https://cloud.tencent.com/document/api/#/#)
|
|
30808
|
+
* [[DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)](https://cloud.tencent.com/document/api/#/#)
|
|
30809
|
+
* [[DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)](https://cloud.tencent.com/document/api/#/#)
|
|
30810
|
+
* [[ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)](https://cloud.tencent.com/document/api/#/#)
|
|
30811
|
+
* [[SearchDashboardSubscribe](https://cloud.tencent.com/document/api/614/105777)](https://cloud.tencent.com/document/api/#/#)
|
|
30812
|
+
|
|
30986
30813
|
### 第 88 次发布
|
|
30987
30814
|
|
|
30988
30815
|
发布时间:2024-04-29 01:11:58
|
|
@@ -52231,7 +52058,7 @@
|
|
|
52231
52058
|
|
|
52232
52059
|
新增接口:
|
|
52233
52060
|
|
|
52234
|
-
* [
|
|
52061
|
+
* [ModifyTemplate](https://cloud.tencent.com/document/api/242/105750)
|
|
52235
52062
|
|
|
52236
52063
|
### 第 35 次发布
|
|
52237
52064
|
|
|
@@ -60408,11 +60235,11 @@
|
|
|
60408
60235
|
|
|
60409
60236
|
新增接口:
|
|
60410
60237
|
|
|
60411
|
-
* [
|
|
60238
|
+
* [DescribeBatchOrganizationRegistrationUrls](https://cloud.tencent.com/document/api/1323/105751)
|
|
60412
60239
|
|
|
60413
60240
|
新增数据结构:
|
|
60414
60241
|
|
|
60415
|
-
* [
|
|
60242
|
+
* [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
|
|
60416
60243
|
|
|
60417
60244
|
### 第 165 次发布
|
|
60418
60245
|
|
|
@@ -84889,8 +84716,8 @@
|
|
|
84889
84716
|
|
|
84890
84717
|
新增接口:
|
|
84891
84718
|
|
|
84892
|
-
* [
|
|
84893
|
-
* [
|
|
84719
|
+
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
|
|
84720
|
+
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
|
|
84894
84721
|
|
|
84895
84722
|
修改接口:
|
|
84896
84723
|
|
|
@@ -84917,8 +84744,8 @@
|
|
|
84917
84744
|
|
|
84918
84745
|
新增数据结构:
|
|
84919
84746
|
|
|
84920
|
-
* [
|
|
84921
|
-
* [
|
|
84747
|
+
* [Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure)
|
|
84748
|
+
* [TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat)
|
|
84922
84749
|
|
|
84923
84750
|
修改数据结构:
|
|
84924
84751
|
|
|
@@ -95787,11 +95614,11 @@
|
|
|
95787
95614
|
|
|
95788
95615
|
新增接口:
|
|
95789
95616
|
|
|
95790
|
-
* [
|
|
95617
|
+
* [RecognizeGeneralTextImageWarn](https://cloud.tencent.com/document/api/866/105752)
|
|
95791
95618
|
|
|
95792
95619
|
新增数据结构:
|
|
95793
95620
|
|
|
95794
|
-
* [
|
|
95621
|
+
* [GeneralWarnInfo](https://cloud.tencent.com/document/api/866/33527#GeneralWarnInfo)
|
|
95795
95622
|
|
|
95796
95623
|
### 第 133 次发布
|
|
95797
95624
|
|
|
@@ -123408,6 +123235,28 @@
|
|
|
123408
123235
|
|
|
123409
123236
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
123410
123237
|
|
|
123238
|
+
### 第 78 次发布
|
|
123239
|
+
|
|
123240
|
+
发布时间:2024-04-29 16:57:36
|
|
123241
|
+
|
|
123242
|
+
本次发布包含了以下内容:
|
|
123243
|
+
|
|
123244
|
+
改善已有的文档。
|
|
123245
|
+
|
|
123246
|
+
新增接口:
|
|
123247
|
+
|
|
123248
|
+
* [[CreatePlan](https://cloud.tencent.com/document/api/1552/105771)](https://cloud.tencent.com/document/api/#/#)
|
|
123249
|
+
* [[DestroyPlan](https://cloud.tencent.com/document/api/1552/105770)](https://cloud.tencent.com/document/api/#/#)
|
|
123250
|
+
* [[IncreasePlanQuota](https://cloud.tencent.com/document/api/1552/105769)](https://cloud.tencent.com/document/api/#/#)
|
|
123251
|
+
* [[ModifyPlan](https://cloud.tencent.com/document/api/1552/105768)](https://cloud.tencent.com/document/api/#/#)
|
|
123252
|
+
* [[RenewPlan](https://cloud.tencent.com/document/api/1552/105767)](https://cloud.tencent.com/document/api/#/#)
|
|
123253
|
+
* [[UpgradePlan](https://cloud.tencent.com/document/api/1552/105766)](https://cloud.tencent.com/document/api/#/#)
|
|
123254
|
+
|
|
123255
|
+
新增数据结构:
|
|
123256
|
+
|
|
123257
|
+
* [[PrepaidPlanParam](https://cloud.tencent.com/document/api/1552/80721#PrepaidPlanParam)](https://cloud.tencent.com/document/api/1552/80721#[PrepaidPlanParam](https://cloud.tencent.com/document/api/1552/80721#PrepaidPlanParam))
|
|
123258
|
+
* [[RenewFlag](https://cloud.tencent.com/document/api/1552/80721#RenewFlag)](https://cloud.tencent.com/document/api/1552/80721#[RenewFlag](https://cloud.tencent.com/document/api/1552/80721#RenewFlag))
|
|
123259
|
+
|
|
123411
123260
|
### 第 77 次发布
|
|
123412
123261
|
|
|
123413
123262
|
发布时间:2024-04-26 01:25:17
|
|
@@ -133412,7 +133261,7 @@
|
|
|
133412
133261
|
|
|
133413
133262
|
新增接口:
|
|
133414
133263
|
|
|
133415
|
-
* [
|
|
133264
|
+
* [AnswerQuestion](https://cloud.tencent.com/document/api/1124/105753)
|
|
133416
133265
|
|
|
133417
133266
|
### 第 9 次发布
|
|
133418
133267
|
|
|
@@ -136291,7 +136140,7 @@
|
|
|
136291
136140
|
|
|
136292
136141
|
新增数据结构:
|
|
136293
136142
|
|
|
136294
|
-
* [
|
|
136143
|
+
* [AccurateQpsThreshold](https://cloud.tencent.com/document/api/1364/54942#AccurateQpsThreshold)
|
|
136295
136144
|
|
|
136296
136145
|
修改数据结构:
|
|
136297
136146
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
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-04-26 01:11:33 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-04-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-04-30 01:11:49 |
|
|
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-04-22 01:12:28 |
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
|
|
120
120
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-03-20 01:17:49 |
|
|
121
121
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
122
|
-
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-04-
|
|
122
|
+
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-04-30 01:18:33 |
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
|
|
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 |
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
169
169
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
170
170
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
171
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-04-
|
|
171
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-04-30 01:23:43 |
|
|
172
172
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-04-15 02:05:44 |
|
|
173
173
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-20 01:23:23 |
|
|
174
174
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-04-16 01:18:21 |
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-04-29 01:24:57 |
|
|
207
207
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
|
|
208
208
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
|
|
209
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-04-
|
|
209
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-04-29 16:57:36 |
|
|
210
210
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
|
|
211
211
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
212
212
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2024-03-20 01:27:08 |
|
|
215
215
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
216
216
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-20 01:27:09 |
|
|
217
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-04-
|
|
217
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-04-30 01:27:34 |
|
|
218
218
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
|
|
219
219
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-03-20 01:28:56 |
|
|
220
220
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.845"
|