tencentcloud-sdk-nodejs 4.0.252 → 4.0.253
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 +449 -49
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +6 -0
- package/src/services/billing/v20180709/billing_models.ts +51 -20
- package/src/services/cdn/v20180606/cdn_client.ts +5 -4
- package/src/services/cdn/v20180606/cdn_models.ts +85 -35
- package/src/services/cpdp/v20190820/cpdp_models.ts +53 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +82 -69
- package/src/services/dnspod/v20210323/dnspod_models.ts +1178 -1133
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +42 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +5 -0
- package/src/services/rum/v20210622/rum_client.ts +27 -3
- package/src/services/rum/v20210622/rum_models.ts +270 -25
- package/src/services/scf/v20180416/scf_models.ts +31 -25
- package/src/services/tat/v20201028/tat_client.ts +16 -1
- package/src/services/tat/v20201028/tat_models.ts +31 -4
- package/src/services/tem/v20210701/tem_client.ts +12 -0
- package/src/services/tem/v20210701/tem_models.ts +35 -0
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/vod/v20180717/vod_client.ts +5 -3
- package/src/services/vod/v20180717/vod_models.ts +245 -30
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +5 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +50 -19
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +74 -31
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +44 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1048 -1009
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +36 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +4 -0
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -1
- package/tencentcloud/services/rum/v20210622/rum_client.js +12 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +225 -25
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +30 -25
- package/tencentcloud/services/tat/v20201028/tat_client.d.ts +8 -1
- package/tencentcloud/services/tat/v20201028/tat_client.js +9 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +28 -4
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +30 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +4 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +4 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +177 -0
- package/test/dnspod.v20210323.test.js +14 -4
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/rum.v20210622.test.js +20 -0
- package/test/tat.v20201028.test.js +10 -0
- package/test/tem.v20210701.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,94 +1,173 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 16 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-12-
|
|
7
|
+
发布时间:2021-12-09 08:01:20
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [TaskStatus](https://cloud.tencent.com/document/api/1093/37824#TaskStatus)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增成员:AudioDuration
|
|
18
18
|
|
|
19
|
-
* <font color="#dd0000">**删除出参**:</font>ReturnCode, ReturnMessage, Data, DeleteRouteTimestamp
|
|
20
19
|
|
|
21
20
|
|
|
21
|
+
|
|
22
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
23
|
+
|
|
24
|
+
### 第 89 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2021-12-09 08:02:35
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
22
32
|
新增数据结构:
|
|
23
33
|
|
|
24
|
-
* [
|
|
34
|
+
* [AdvanceHttps](https://cloud.tencent.com/document/api/228/30987#AdvanceHttps)
|
|
25
35
|
|
|
36
|
+
修改数据结构:
|
|
26
37
|
|
|
38
|
+
* [Origin](https://cloud.tencent.com/document/api/228/30987#Origin)
|
|
27
39
|
|
|
28
|
-
|
|
40
|
+
* 新增成员:AdvanceHttps
|
|
29
41
|
|
|
30
|
-
### 第 24 次发布
|
|
31
42
|
|
|
32
|
-
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
46
|
+
|
|
47
|
+
### 第 53 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2021-12-09 08:03:47
|
|
33
50
|
|
|
34
51
|
本次发布包含了以下内容:
|
|
35
52
|
|
|
36
53
|
改善已有的文档。
|
|
37
54
|
|
|
55
|
+
修改接口:
|
|
56
|
+
|
|
57
|
+
* [UnifiedTlinxOrder](https://cloud.tencent.com/document/api/1122/62611)
|
|
58
|
+
|
|
59
|
+
* 新增入参:Jsapi, SubAppId, SubOpenId
|
|
60
|
+
|
|
61
|
+
|
|
38
62
|
修改数据结构:
|
|
39
63
|
|
|
40
|
-
* [
|
|
64
|
+
* [PayOrderResult](https://cloud.tencent.com/document/api/1122/40683#PayOrderResult)
|
|
41
65
|
|
|
42
|
-
* 新增成员:
|
|
66
|
+
* 新增成员:WechatAppId, WechatTimeStamp, WechatNonceStr, WechatSignType, WechatPackage, WechatPaySign
|
|
43
67
|
|
|
44
68
|
|
|
45
69
|
|
|
46
70
|
|
|
47
|
-
##
|
|
71
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
48
72
|
|
|
49
|
-
### 第
|
|
73
|
+
### 第 3 次发布
|
|
50
74
|
|
|
51
|
-
发布时间:2021-12-
|
|
75
|
+
发布时间:2021-12-09 08:05:19
|
|
52
76
|
|
|
53
77
|
本次发布包含了以下内容:
|
|
54
78
|
|
|
55
79
|
改善已有的文档。
|
|
56
80
|
|
|
57
|
-
|
|
81
|
+
新增接口:
|
|
58
82
|
|
|
59
|
-
* [
|
|
83
|
+
* [DescribeDomainAliasList](https://cloud.tencent.com/document/api/1427/65766)
|
|
60
84
|
|
|
61
|
-
|
|
85
|
+
新增数据结构:
|
|
62
86
|
|
|
87
|
+
* [DomainAliasInfo](https://cloud.tencent.com/document/api/1427/56185#DomainAliasInfo)
|
|
63
88
|
|
|
64
89
|
|
|
65
90
|
|
|
66
|
-
##
|
|
91
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
67
92
|
|
|
68
93
|
### 第 38 次发布
|
|
69
94
|
|
|
70
|
-
发布时间:2021-12-
|
|
95
|
+
发布时间:2021-12-09 08:07:14
|
|
71
96
|
|
|
72
97
|
本次发布包含了以下内容:
|
|
73
98
|
|
|
74
99
|
改善已有的文档。
|
|
75
100
|
|
|
76
|
-
|
|
101
|
+
新增接口:
|
|
77
102
|
|
|
78
|
-
* [
|
|
103
|
+
* [PublishRRPCMessage](https://cloud.tencent.com/document/api/1081/65767)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
108
|
+
|
|
109
|
+
### 第 15 次发布
|
|
110
|
+
|
|
111
|
+
发布时间:2021-12-09 08:08:23
|
|
112
|
+
|
|
113
|
+
本次发布包含了以下内容:
|
|
114
|
+
|
|
115
|
+
改善已有的文档。
|
|
116
|
+
|
|
117
|
+
修改数据结构:
|
|
118
|
+
|
|
119
|
+
* [ClientConnection](https://cloud.tencent.com/document/api/240/38576#ClientConnection)
|
|
120
|
+
|
|
121
|
+
* 新增成员:InternalService
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
79
127
|
|
|
80
|
-
* 新增出参:TaskId
|
|
81
128
|
|
|
82
|
-
* <font color="#dd0000">**删除出参**:</font>Status
|
|
83
129
|
|
|
130
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
131
|
+
|
|
132
|
+
### 第 8 次发布
|
|
133
|
+
|
|
134
|
+
发布时间:2021-12-09 08:09:35
|
|
135
|
+
|
|
136
|
+
本次发布包含了以下内容:
|
|
137
|
+
|
|
138
|
+
改善已有的文档。
|
|
139
|
+
|
|
140
|
+
新增接口:
|
|
141
|
+
|
|
142
|
+
* [DescribeDataEventUrl](https://cloud.tencent.com/document/api/1464/65769)
|
|
143
|
+
* [DescribeDataPvUrlStatistics](https://cloud.tencent.com/document/api/1464/65768)
|
|
84
144
|
|
|
85
145
|
|
|
86
146
|
|
|
87
147
|
## 云函数(scf) 版本:2018-04-16
|
|
88
148
|
|
|
89
|
-
### 第
|
|
149
|
+
### 第 42 次发布
|
|
150
|
+
|
|
151
|
+
发布时间:2021-12-09 08:09:39
|
|
152
|
+
|
|
153
|
+
本次发布包含了以下内容:
|
|
154
|
+
|
|
155
|
+
改善已有的文档。
|
|
156
|
+
|
|
157
|
+
修改数据结构:
|
|
158
|
+
|
|
159
|
+
* [FunctionVersion](https://cloud.tencent.com/document/api/583/17244#FunctionVersion)
|
|
160
|
+
|
|
161
|
+
* 新增成员:Status
|
|
162
|
+
|
|
163
|
+
|
|
90
164
|
|
|
91
|
-
|
|
165
|
+
|
|
166
|
+
## 腾讯云自动化助手(tat) 版本:2020-10-28
|
|
167
|
+
|
|
168
|
+
### 第 17 次发布
|
|
169
|
+
|
|
170
|
+
发布时间:2021-12-09 08:10:32
|
|
92
171
|
|
|
93
172
|
本次发布包含了以下内容:
|
|
94
173
|
|
|
@@ -96,52 +175,128 @@
|
|
|
96
175
|
|
|
97
176
|
新增接口:
|
|
98
177
|
|
|
99
|
-
* [
|
|
178
|
+
* [CancelInvocation](https://cloud.tencent.com/document/api/1340/65770)
|
|
100
179
|
|
|
101
|
-
新增数据结构:
|
|
102
180
|
|
|
103
|
-
* [AsyncEventStatus](https://cloud.tencent.com/document/api/583/17244#AsyncEventStatus)
|
|
104
181
|
|
|
182
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
105
183
|
|
|
184
|
+
### 第 6 次发布
|
|
106
185
|
|
|
107
|
-
|
|
186
|
+
发布时间:2021-12-09 08:11:43
|
|
108
187
|
|
|
109
|
-
|
|
188
|
+
本次发布包含了以下内容:
|
|
110
189
|
|
|
111
|
-
|
|
190
|
+
改善已有的文档。
|
|
191
|
+
|
|
192
|
+
新增接口:
|
|
193
|
+
|
|
194
|
+
* [ModifyApplicationReplicas](https://cloud.tencent.com/document/api/1371/65772)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
203
|
+
|
|
204
|
+
### 第 81 次发布
|
|
205
|
+
|
|
206
|
+
发布时间:2021-12-09 08:12:05
|
|
112
207
|
|
|
113
208
|
本次发布包含了以下内容:
|
|
114
209
|
|
|
115
210
|
改善已有的文档。
|
|
116
211
|
|
|
117
|
-
|
|
212
|
+
修改数据结构:
|
|
118
213
|
|
|
119
|
-
* [
|
|
214
|
+
* [EksCi](https://cloud.tencent.com/document/api/457/31866#EksCi)
|
|
120
215
|
|
|
121
|
-
*
|
|
216
|
+
* 新增成员:PersistStatus
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
## 云点播(vod) 版本:2018-07-17
|
|
222
|
+
|
|
223
|
+
### 第 93 次发布
|
|
122
224
|
|
|
225
|
+
发布时间:2021-12-09 08:12:57
|
|
226
|
+
|
|
227
|
+
本次发布包含了以下内容:
|
|
228
|
+
|
|
229
|
+
改善已有的文档。
|
|
230
|
+
|
|
231
|
+
新增数据结构:
|
|
232
|
+
|
|
233
|
+
* [RestoreMediaTask](https://cloud.tencent.com/document/api/266/31773#RestoreMediaTask)
|
|
123
234
|
|
|
124
235
|
修改数据结构:
|
|
125
236
|
|
|
126
|
-
* [
|
|
237
|
+
* [AiAnalysisTaskClassificationOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskClassificationOutput)
|
|
127
238
|
|
|
128
|
-
* 新增成员:
|
|
239
|
+
* 新增成员:ClassificationSetFileUrl, ClassificationSetFileUrlExpireTime
|
|
129
240
|
|
|
130
|
-
* [
|
|
241
|
+
* [AiAnalysisTaskCoverOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskCoverOutput)
|
|
131
242
|
|
|
132
|
-
* 新增成员:
|
|
243
|
+
* 新增成员:CoverSetFileUrl, CoverSetFileUrlExpireTime
|
|
133
244
|
|
|
134
|
-
* [
|
|
245
|
+
* [AiAnalysisTaskFrameTagOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskFrameTagOutput)
|
|
135
246
|
|
|
136
|
-
* 新增成员:
|
|
247
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
137
248
|
|
|
138
|
-
* [
|
|
249
|
+
* [AiAnalysisTaskHighlightOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskHighlightOutput)
|
|
139
250
|
|
|
140
|
-
* 新增成员:
|
|
251
|
+
* 新增成员:HighlightSetFileUrl, HighlightSetFileUrlExpireTime
|
|
141
252
|
|
|
142
|
-
* [
|
|
253
|
+
* [AiAnalysisTaskTagOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskTagOutput)
|
|
143
254
|
|
|
144
|
-
* 新增成员:
|
|
255
|
+
* 新增成员:TagSetFileUrl, TagSetFileUrlExpireTime
|
|
256
|
+
|
|
257
|
+
* [AiReviewPoliticalAsrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPoliticalAsrTaskOutput)
|
|
258
|
+
|
|
259
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
260
|
+
|
|
261
|
+
* [AiReviewPoliticalOcrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPoliticalOcrTaskOutput)
|
|
262
|
+
|
|
263
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
264
|
+
|
|
265
|
+
* [AiReviewPoliticalTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPoliticalTaskOutput)
|
|
266
|
+
|
|
267
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
268
|
+
|
|
269
|
+
* [AiReviewPornAsrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPornAsrTaskOutput)
|
|
270
|
+
|
|
271
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
272
|
+
|
|
273
|
+
* [AiReviewPornOcrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPornOcrTaskOutput)
|
|
274
|
+
|
|
275
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
276
|
+
|
|
277
|
+
* [AiReviewPornTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPornTaskOutput)
|
|
278
|
+
|
|
279
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
280
|
+
|
|
281
|
+
* [AiReviewProhibitedAsrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewProhibitedAsrTaskOutput)
|
|
282
|
+
|
|
283
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
284
|
+
|
|
285
|
+
* [AiReviewProhibitedOcrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewProhibitedOcrTaskOutput)
|
|
286
|
+
|
|
287
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
288
|
+
|
|
289
|
+
* [AiReviewTerrorismOcrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewTerrorismOcrTaskOutput)
|
|
290
|
+
|
|
291
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
292
|
+
|
|
293
|
+
* [AiReviewTerrorismTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewTerrorismTaskOutput)
|
|
294
|
+
|
|
295
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
296
|
+
|
|
297
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
298
|
+
|
|
299
|
+
* 新增成员:RestoreMediaCompleteEvent
|
|
145
300
|
|
|
146
301
|
|
|
147
302
|
|
|
@@ -3201,6 +3356,21 @@
|
|
|
3201
3356
|
|
|
3202
3357
|
## 语音识别(asr) 版本:2019-06-14
|
|
3203
3358
|
|
|
3359
|
+
### 第 16 次发布
|
|
3360
|
+
|
|
3361
|
+
发布时间:2021-12-09 08:01:20
|
|
3362
|
+
|
|
3363
|
+
本次发布包含了以下内容:
|
|
3364
|
+
|
|
3365
|
+
改善已有的文档。
|
|
3366
|
+
|
|
3367
|
+
修改数据结构:
|
|
3368
|
+
|
|
3369
|
+
* [TaskStatus](https://cloud.tencent.com/document/api/1093/37824#TaskStatus)
|
|
3370
|
+
|
|
3371
|
+
* 新增成员:AudioDuration
|
|
3372
|
+
|
|
3373
|
+
|
|
3204
3374
|
### 第 15 次发布
|
|
3205
3375
|
|
|
3206
3376
|
发布时间:2021-01-18 08:00:30
|
|
@@ -9956,6 +10126,25 @@
|
|
|
9956
10126
|
|
|
9957
10127
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
9958
10128
|
|
|
10129
|
+
### 第 89 次发布
|
|
10130
|
+
|
|
10131
|
+
发布时间:2021-12-09 08:02:35
|
|
10132
|
+
|
|
10133
|
+
本次发布包含了以下内容:
|
|
10134
|
+
|
|
10135
|
+
改善已有的文档。
|
|
10136
|
+
|
|
10137
|
+
新增数据结构:
|
|
10138
|
+
|
|
10139
|
+
* [[AdvanceHttps](https://cloud.tencent.com/document/api/228/30987#AdvanceHttps)](https://cloud.tencent.com/document/api/228/30987#[AdvanceHttps](https://cloud.tencent.com/document/api/228/30987#AdvanceHttps))
|
|
10140
|
+
|
|
10141
|
+
修改数据结构:
|
|
10142
|
+
|
|
10143
|
+
* [Origin](https://cloud.tencent.com/document/api/228/30987#Origin)
|
|
10144
|
+
|
|
10145
|
+
* 新增成员:AdvanceHttps
|
|
10146
|
+
|
|
10147
|
+
|
|
9959
10148
|
### 第 88 次发布
|
|
9960
10149
|
|
|
9961
10150
|
发布时间:2021-12-06 08:02:38
|
|
@@ -12995,7 +13184,7 @@
|
|
|
12995
13184
|
|
|
12996
13185
|
新增数据结构:
|
|
12997
13186
|
|
|
12998
|
-
* [
|
|
13187
|
+
* [CreateInstancePreResp](https://cloud.tencent.com/document/api/597/40861#CreateInstancePreResp)
|
|
12999
13188
|
|
|
13000
13189
|
### 第 25 次发布
|
|
13001
13190
|
|
|
@@ -16877,6 +17066,28 @@
|
|
|
16877
17066
|
|
|
16878
17067
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
16879
17068
|
|
|
17069
|
+
### 第 53 次发布
|
|
17070
|
+
|
|
17071
|
+
发布时间:2021-12-09 08:03:47
|
|
17072
|
+
|
|
17073
|
+
本次发布包含了以下内容:
|
|
17074
|
+
|
|
17075
|
+
改善已有的文档。
|
|
17076
|
+
|
|
17077
|
+
修改接口:
|
|
17078
|
+
|
|
17079
|
+
* [UnifiedTlinxOrder](https://cloud.tencent.com/document/api/1122/62611)
|
|
17080
|
+
|
|
17081
|
+
* 新增入参:Jsapi, SubAppId, SubOpenId
|
|
17082
|
+
|
|
17083
|
+
|
|
17084
|
+
修改数据结构:
|
|
17085
|
+
|
|
17086
|
+
* [PayOrderResult](https://cloud.tencent.com/document/api/1122/40683#PayOrderResult)
|
|
17087
|
+
|
|
17088
|
+
* 新增成员:WechatAppId, WechatTimeStamp, WechatNonceStr, WechatSignType, WechatPackage, WechatPaySign
|
|
17089
|
+
|
|
17090
|
+
|
|
16880
17091
|
### 第 52 次发布
|
|
16881
17092
|
|
|
16882
17093
|
发布时间:2021-12-06 08:03:46
|
|
@@ -23554,6 +23765,22 @@
|
|
|
23554
23765
|
|
|
23555
23766
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
23556
23767
|
|
|
23768
|
+
### 第 3 次发布
|
|
23769
|
+
|
|
23770
|
+
发布时间:2021-12-09 08:05:19
|
|
23771
|
+
|
|
23772
|
+
本次发布包含了以下内容:
|
|
23773
|
+
|
|
23774
|
+
改善已有的文档。
|
|
23775
|
+
|
|
23776
|
+
新增接口:
|
|
23777
|
+
|
|
23778
|
+
* [[DescribeDomainAliasList](https://cloud.tencent.com/document/api/1427/65766)](https://cloud.tencent.com/document/api/#/#)
|
|
23779
|
+
|
|
23780
|
+
新增数据结构:
|
|
23781
|
+
|
|
23782
|
+
* [[DomainAliasInfo](https://cloud.tencent.com/document/api/1427/56185#DomainAliasInfo)](https://cloud.tencent.com/document/api/1427/56185#[DomainAliasInfo](https://cloud.tencent.com/document/api/1427/56185#DomainAliasInfo))
|
|
23783
|
+
|
|
23557
23784
|
### 第 2 次发布
|
|
23558
23785
|
|
|
23559
23786
|
发布时间:2021-09-08 08:00:28
|
|
@@ -33002,6 +33229,18 @@
|
|
|
33002
33229
|
|
|
33003
33230
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
33004
33231
|
|
|
33232
|
+
### 第 38 次发布
|
|
33233
|
+
|
|
33234
|
+
发布时间:2021-12-09 08:07:14
|
|
33235
|
+
|
|
33236
|
+
本次发布包含了以下内容:
|
|
33237
|
+
|
|
33238
|
+
改善已有的文档。
|
|
33239
|
+
|
|
33240
|
+
新增接口:
|
|
33241
|
+
|
|
33242
|
+
* [[PublishRRPCMessage](https://cloud.tencent.com/document/api/1081/65767)](https://cloud.tencent.com/document/api/#/#)
|
|
33243
|
+
|
|
33005
33244
|
### 第 37 次发布
|
|
33006
33245
|
|
|
33007
33246
|
发布时间:2021-12-06 08:07:14
|
|
@@ -38307,6 +38546,21 @@
|
|
|
38307
38546
|
|
|
38308
38547
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
38309
38548
|
|
|
38549
|
+
### 第 15 次发布
|
|
38550
|
+
|
|
38551
|
+
发布时间:2021-12-09 08:08:23
|
|
38552
|
+
|
|
38553
|
+
本次发布包含了以下内容:
|
|
38554
|
+
|
|
38555
|
+
改善已有的文档。
|
|
38556
|
+
|
|
38557
|
+
修改数据结构:
|
|
38558
|
+
|
|
38559
|
+
* [ClientConnection](https://cloud.tencent.com/document/api/240/38576#ClientConnection)
|
|
38560
|
+
|
|
38561
|
+
* 新增成员:InternalService
|
|
38562
|
+
|
|
38563
|
+
|
|
38310
38564
|
### 第 14 次发布
|
|
38311
38565
|
|
|
38312
38566
|
发布时间:2021-09-27 08:14:06
|
|
@@ -44787,6 +45041,19 @@
|
|
|
44787
45041
|
|
|
44788
45042
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
44789
45043
|
|
|
45044
|
+
### 第 8 次发布
|
|
45045
|
+
|
|
45046
|
+
发布时间:2021-12-09 08:09:35
|
|
45047
|
+
|
|
45048
|
+
本次发布包含了以下内容:
|
|
45049
|
+
|
|
45050
|
+
改善已有的文档。
|
|
45051
|
+
|
|
45052
|
+
新增接口:
|
|
45053
|
+
|
|
45054
|
+
* [[DescribeDataEventUrl](https://cloud.tencent.com/document/api/1464/65769)](https://cloud.tencent.com/document/api/#/#)
|
|
45055
|
+
* [[DescribeDataPvUrlStatistics](https://cloud.tencent.com/document/api/1464/65768)](https://cloud.tencent.com/document/api/#/#)
|
|
45056
|
+
|
|
44790
45057
|
### 第 7 次发布
|
|
44791
45058
|
|
|
44792
45059
|
发布时间:2021-09-27 08:15:19
|
|
@@ -44885,6 +45152,21 @@
|
|
|
44885
45152
|
|
|
44886
45153
|
## 云函数(scf) 版本:2018-04-16
|
|
44887
45154
|
|
|
45155
|
+
### 第 42 次发布
|
|
45156
|
+
|
|
45157
|
+
发布时间:2021-12-09 08:09:39
|
|
45158
|
+
|
|
45159
|
+
本次发布包含了以下内容:
|
|
45160
|
+
|
|
45161
|
+
改善已有的文档。
|
|
45162
|
+
|
|
45163
|
+
修改数据结构:
|
|
45164
|
+
|
|
45165
|
+
* [FunctionVersion](https://cloud.tencent.com/document/api/583/17244#FunctionVersion)
|
|
45166
|
+
|
|
45167
|
+
* 新增成员:Status
|
|
45168
|
+
|
|
45169
|
+
|
|
44888
45170
|
### 第 41 次发布
|
|
44889
45171
|
|
|
44890
45172
|
发布时间:2021-12-08 08:14:03
|
|
@@ -44895,11 +45177,11 @@
|
|
|
44895
45177
|
|
|
44896
45178
|
新增接口:
|
|
44897
45179
|
|
|
44898
|
-
* [
|
|
45180
|
+
* [GetAsyncEventStatus](https://cloud.tencent.com/document/api/583/65704)
|
|
44899
45181
|
|
|
44900
45182
|
新增数据结构:
|
|
44901
45183
|
|
|
44902
|
-
* [
|
|
45184
|
+
* [AsyncEventStatus](https://cloud.tencent.com/document/api/583/17244#AsyncEventStatus)
|
|
44903
45185
|
|
|
44904
45186
|
### 第 40 次发布
|
|
44905
45187
|
|
|
@@ -48238,6 +48520,18 @@
|
|
|
48238
48520
|
|
|
48239
48521
|
## 腾讯云自动化助手(tat) 版本:2020-10-28
|
|
48240
48522
|
|
|
48523
|
+
### 第 17 次发布
|
|
48524
|
+
|
|
48525
|
+
发布时间:2021-12-09 08:10:32
|
|
48526
|
+
|
|
48527
|
+
本次发布包含了以下内容:
|
|
48528
|
+
|
|
48529
|
+
改善已有的文档。
|
|
48530
|
+
|
|
48531
|
+
新增接口:
|
|
48532
|
+
|
|
48533
|
+
* [[CancelInvocation](https://cloud.tencent.com/document/api/1340/65770)](https://cloud.tencent.com/document/api/#/#)
|
|
48534
|
+
|
|
48241
48535
|
### 第 16 次发布
|
|
48242
48536
|
|
|
48243
48537
|
发布时间:2021-12-03 08:11:00
|
|
@@ -53303,6 +53597,18 @@
|
|
|
53303
53597
|
|
|
53304
53598
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
53305
53599
|
|
|
53600
|
+
### 第 6 次发布
|
|
53601
|
+
|
|
53602
|
+
发布时间:2021-12-09 08:11:43
|
|
53603
|
+
|
|
53604
|
+
本次发布包含了以下内容:
|
|
53605
|
+
|
|
53606
|
+
改善已有的文档。
|
|
53607
|
+
|
|
53608
|
+
新增接口:
|
|
53609
|
+
|
|
53610
|
+
* [[ModifyApplicationReplicas](https://cloud.tencent.com/document/api/1371/65772)](https://cloud.tencent.com/document/api/#/#)
|
|
53611
|
+
|
|
53306
53612
|
### 第 5 次发布
|
|
53307
53613
|
|
|
53308
53614
|
发布时间:2021-10-29 08:10:14
|
|
@@ -55070,6 +55376,21 @@
|
|
|
55070
55376
|
|
|
55071
55377
|
## 容器服务(tke) 版本:2018-05-25
|
|
55072
55378
|
|
|
55379
|
+
### 第 81 次发布
|
|
55380
|
+
|
|
55381
|
+
发布时间:2021-12-09 08:12:05
|
|
55382
|
+
|
|
55383
|
+
本次发布包含了以下内容:
|
|
55384
|
+
|
|
55385
|
+
改善已有的文档。
|
|
55386
|
+
|
|
55387
|
+
修改数据结构:
|
|
55388
|
+
|
|
55389
|
+
* [EksCi](https://cloud.tencent.com/document/api/457/31866#EksCi)
|
|
55390
|
+
|
|
55391
|
+
* 新增成员:PersistStatus
|
|
55392
|
+
|
|
55393
|
+
|
|
55073
55394
|
### 第 80 次发布
|
|
55074
55395
|
|
|
55075
55396
|
发布时间:2021-11-30 08:12:44
|
|
@@ -59744,6 +60065,85 @@
|
|
|
59744
60065
|
|
|
59745
60066
|
## 云点播(vod) 版本:2018-07-17
|
|
59746
60067
|
|
|
60068
|
+
### 第 93 次发布
|
|
60069
|
+
|
|
60070
|
+
发布时间:2021-12-09 08:12:57
|
|
60071
|
+
|
|
60072
|
+
本次发布包含了以下内容:
|
|
60073
|
+
|
|
60074
|
+
改善已有的文档。
|
|
60075
|
+
|
|
60076
|
+
新增数据结构:
|
|
60077
|
+
|
|
60078
|
+
* [[RestoreMediaTask](https://cloud.tencent.com/document/api/266/31773#RestoreMediaTask)](https://cloud.tencent.com/document/api/266/31773#[RestoreMediaTask](https://cloud.tencent.com/document/api/266/31773#RestoreMediaTask))
|
|
60079
|
+
|
|
60080
|
+
修改数据结构:
|
|
60081
|
+
|
|
60082
|
+
* [AiAnalysisTaskClassificationOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskClassificationOutput)
|
|
60083
|
+
|
|
60084
|
+
* 新增成员:ClassificationSetFileUrl, ClassificationSetFileUrlExpireTime
|
|
60085
|
+
|
|
60086
|
+
* [AiAnalysisTaskCoverOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskCoverOutput)
|
|
60087
|
+
|
|
60088
|
+
* 新增成员:CoverSetFileUrl, CoverSetFileUrlExpireTime
|
|
60089
|
+
|
|
60090
|
+
* [AiAnalysisTaskFrameTagOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskFrameTagOutput)
|
|
60091
|
+
|
|
60092
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
60093
|
+
|
|
60094
|
+
* [AiAnalysisTaskHighlightOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskHighlightOutput)
|
|
60095
|
+
|
|
60096
|
+
* 新增成员:HighlightSetFileUrl, HighlightSetFileUrlExpireTime
|
|
60097
|
+
|
|
60098
|
+
* [AiAnalysisTaskTagOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskTagOutput)
|
|
60099
|
+
|
|
60100
|
+
* 新增成员:TagSetFileUrl, TagSetFileUrlExpireTime
|
|
60101
|
+
|
|
60102
|
+
* [AiReviewPoliticalAsrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPoliticalAsrTaskOutput)
|
|
60103
|
+
|
|
60104
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
60105
|
+
|
|
60106
|
+
* [AiReviewPoliticalOcrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPoliticalOcrTaskOutput)
|
|
60107
|
+
|
|
60108
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
60109
|
+
|
|
60110
|
+
* [AiReviewPoliticalTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPoliticalTaskOutput)
|
|
60111
|
+
|
|
60112
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
60113
|
+
|
|
60114
|
+
* [AiReviewPornAsrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPornAsrTaskOutput)
|
|
60115
|
+
|
|
60116
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
60117
|
+
|
|
60118
|
+
* [AiReviewPornOcrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPornOcrTaskOutput)
|
|
60119
|
+
|
|
60120
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
60121
|
+
|
|
60122
|
+
* [AiReviewPornTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPornTaskOutput)
|
|
60123
|
+
|
|
60124
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
60125
|
+
|
|
60126
|
+
* [AiReviewProhibitedAsrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewProhibitedAsrTaskOutput)
|
|
60127
|
+
|
|
60128
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
60129
|
+
|
|
60130
|
+
* [AiReviewProhibitedOcrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewProhibitedOcrTaskOutput)
|
|
60131
|
+
|
|
60132
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
60133
|
+
|
|
60134
|
+
* [AiReviewTerrorismOcrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewTerrorismOcrTaskOutput)
|
|
60135
|
+
|
|
60136
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
60137
|
+
|
|
60138
|
+
* [AiReviewTerrorismTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewTerrorismTaskOutput)
|
|
60139
|
+
|
|
60140
|
+
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
60141
|
+
|
|
60142
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
60143
|
+
|
|
60144
|
+
* 新增成员:RestoreMediaCompleteEvent
|
|
60145
|
+
|
|
60146
|
+
|
|
59747
60147
|
### 第 92 次发布
|
|
59748
60148
|
|
|
59749
60149
|
发布时间:2021-11-02 08:12:52
|