tencentcloud-sdk-nodejs 4.0.431 → 4.0.434

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +378 -0
  2. package/SERVICE_CHANGELOG.md +162 -62
  3. package/package.json +1 -1
  4. package/products.md +11 -11
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +2 -2
  7. package/src/services/asr/v20190614/asr_models.ts +2 -2
  8. package/src/services/clb/v20180317/clb_models.ts +2 -2
  9. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  10. package/src/services/gaap/v20180529/gaap_models.ts +9 -0
  11. package/src/services/tiia/v20190529/tiia_models.ts +5 -2
  12. package/src/services/tke/v20180525/tke_models.ts +6 -0
  13. package/src/services/trp/v20210515/trp_client.ts +1 -0
  14. package/src/services/trp/v20210515/trp_models.ts +57 -1
  15. package/src/services/trtc/v20190722/trtc_client.ts +1 -1
  16. package/src/services/vod/v20180717/vod_client.ts +3 -0
  17. package/src/services/vod/v20180717/vod_models.ts +192 -2
  18. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  19. package/tencentcloud/common/sdk_version.d.ts +1 -1
  20. package/tencentcloud/common/sdk_version.js +1 -1
  21. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -2
  22. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  23. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  24. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  25. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +8 -0
  26. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +5 -2
  27. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  28. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +47 -1
  29. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  30. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  31. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +167 -2
  32. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,381 @@
1
+ # Release 4.0.434
2
+
3
+ ## 弹性伸缩(as) 版本:2018-04-19
4
+
5
+ ### 第 56 次发布
6
+
7
+ 发布时间:2022-09-01 06:08:45
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand)
16
+
17
+ * <font color="#dd0000">**修改成员**:</font>Parameters
18
+
19
+
20
+
21
+
22
+ ## 全球应用加速(gaap) 版本:2018-05-29
23
+
24
+ ### 第 36 次发布
25
+
26
+ 发布时间:2022-09-01 06:29:26
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改数据结构:
33
+
34
+ * [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
35
+
36
+ * 新增成员:Http3Supported
37
+
38
+
39
+
40
+
41
+ ## 容器服务(tke) 版本:2018-05-25
42
+
43
+ ### 第 120 次发布
44
+
45
+ 发布时间:2022-09-01 06:53:50
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改数据结构:
52
+
53
+ * [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
54
+
55
+ * 新增成员:RuntimeVersion
56
+
57
+
58
+
59
+
60
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
61
+
62
+ ### 第 3 次发布
63
+
64
+ 发布时间:2022-09-01 06:55:12
65
+
66
+ 本次发布包含了以下内容:
67
+
68
+ 改善已有的文档。
69
+
70
+ 修改接口:
71
+
72
+ * [CreateTraceData](https://cloud.tencent.com/document/api/1458/75023)
73
+
74
+ * 新增入参:Status, PhaseData
75
+
76
+ * [ModifyTraceData](https://cloud.tencent.com/document/api/1458/75003)
77
+
78
+ * 新增入参:PhaseData
79
+
80
+
81
+ 新增数据结构:
82
+
83
+ * [PhaseData](https://cloud.tencent.com/document/api/1458/75030#PhaseData)
84
+
85
+ 修改数据结构:
86
+
87
+ * [TraceItem](https://cloud.tencent.com/document/api/1458/75030#TraceItem)
88
+
89
+ * 新增成员:Key
90
+
91
+
92
+
93
+
94
+ ## 云点播(vod) 版本:2018-07-17
95
+
96
+ ### 第 117 次发布
97
+
98
+ 发布时间:2022-09-01 06:57:37
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
103
+
104
+ 修改接口:
105
+
106
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
107
+
108
+ * 新增出参:ReviewAudioVideoTask
109
+
110
+
111
+ 新增数据结构:
112
+
113
+ * [ReviewAudioVideoSegmentItem](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoSegmentItem)
114
+ * [ReviewAudioVideoTask](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTask)
115
+ * [ReviewAudioVideoTaskOutput](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTaskOutput)
116
+
117
+ 修改数据结构:
118
+
119
+ * [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
120
+
121
+ * 新增成员:ReviewAudioVideoCompleteEvent
122
+
123
+
124
+
125
+
126
+ # Release 4.0.433
127
+
128
+ ## 弹性伸缩(as) 版本:2018-04-19
129
+
130
+ ### 第 56 次发布
131
+
132
+ 发布时间:2022-09-01 06:08:45
133
+
134
+ 本次发布包含了以下内容:
135
+
136
+ 改善已有的文档。
137
+
138
+ 修改数据结构:
139
+
140
+ * [LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand)
141
+
142
+ * <font color="#dd0000">**修改成员**:</font>Parameters
143
+
144
+
145
+
146
+
147
+ ## 全球应用加速(gaap) 版本:2018-05-29
148
+
149
+ ### 第 36 次发布
150
+
151
+ 发布时间:2022-09-01 06:29:26
152
+
153
+ 本次发布包含了以下内容:
154
+
155
+ 改善已有的文档。
156
+
157
+ 修改数据结构:
158
+
159
+ * [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
160
+
161
+ * 新增成员:Http3Supported
162
+
163
+
164
+
165
+
166
+ ## 容器服务(tke) 版本:2018-05-25
167
+
168
+ ### 第 120 次发布
169
+
170
+ 发布时间:2022-09-01 06:53:50
171
+
172
+ 本次发布包含了以下内容:
173
+
174
+ 改善已有的文档。
175
+
176
+ 修改数据结构:
177
+
178
+ * [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
179
+
180
+ * 新增成员:RuntimeVersion
181
+
182
+
183
+
184
+
185
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
186
+
187
+ ### 第 3 次发布
188
+
189
+ 发布时间:2022-09-01 06:55:12
190
+
191
+ 本次发布包含了以下内容:
192
+
193
+ 改善已有的文档。
194
+
195
+ 修改接口:
196
+
197
+ * [CreateTraceData](https://cloud.tencent.com/document/api/1458/75023)
198
+
199
+ * 新增入参:Status, PhaseData
200
+
201
+ * [ModifyTraceData](https://cloud.tencent.com/document/api/1458/75003)
202
+
203
+ * 新增入参:PhaseData
204
+
205
+
206
+ 新增数据结构:
207
+
208
+ * [PhaseData](https://cloud.tencent.com/document/api/1458/75030#PhaseData)
209
+
210
+ 修改数据结构:
211
+
212
+ * [TraceItem](https://cloud.tencent.com/document/api/1458/75030#TraceItem)
213
+
214
+ * 新增成员:Key
215
+
216
+
217
+
218
+
219
+ ## 云点播(vod) 版本:2018-07-17
220
+
221
+ ### 第 117 次发布
222
+
223
+ 发布时间:2022-09-01 06:57:37
224
+
225
+ 本次发布包含了以下内容:
226
+
227
+ 改善已有的文档。
228
+
229
+ 修改接口:
230
+
231
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
232
+
233
+ * 新增出参:ReviewAudioVideoTask
234
+
235
+
236
+ 新增数据结构:
237
+
238
+ * [ReviewAudioVideoSegmentItem](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoSegmentItem)
239
+ * [ReviewAudioVideoTask](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTask)
240
+ * [ReviewAudioVideoTaskOutput](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTaskOutput)
241
+
242
+ 修改数据结构:
243
+
244
+ * [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
245
+
246
+ * 新增成员:ReviewAudioVideoCompleteEvent
247
+
248
+
249
+
250
+
251
+ # Release 4.0.432
252
+
253
+ ## 企业收付平台(cpdp) 版本:2019-08-20
254
+
255
+ ### 第 83 次发布
256
+
257
+ 发布时间:2022-08-31 06:18:54
258
+
259
+ 本次发布包含了以下内容:
260
+
261
+ 改善已有的文档。
262
+
263
+ 新增接口:
264
+
265
+ * [ApplyOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79773)
266
+ * [ApplyOpenBankSubMerchantSignOnline](https://cloud.tencent.com/document/api/1122/79772)
267
+ * [QueryOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79771)
268
+ * [QueryOpenBankSubMerchantSignOnline](https://cloud.tencent.com/document/api/1122/79770)
269
+
270
+ 修改接口:
271
+
272
+ * [AddFlexIdInfo](https://cloud.tencent.com/document/api/1122/76412)
273
+
274
+ * 新增入参:Name
275
+
276
+ * [RefundOpenBankOrder](https://cloud.tencent.com/document/api/1122/76089)
277
+
278
+ * 新增入参:ProfitShareInfoList
279
+
280
+
281
+ 新增数据结构:
282
+
283
+ * [ApplyOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSettleOrderResult)
284
+ * [ApplyOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSubMerchantSignOnlineResult)
285
+ * [OpenBankProfitShareRespInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitShareRespInfo)
286
+ * [QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)
287
+ * [QueryOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantSignOnlineResult)
288
+
289
+ 修改数据结构:
290
+
291
+ * [OpenBankQueryRefundOrderResult](https://cloud.tencent.com/document/api/1122/40683#OpenBankQueryRefundOrderResult)
292
+
293
+ * 新增成员:ProfitShareRespInfoList
294
+
295
+ * [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
296
+
297
+ * 新增成员:ProfitShareRespInfoList
298
+
299
+
300
+
301
+
302
+ ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
303
+
304
+ ### 第 45 次发布
305
+
306
+ 发布时间:2022-08-31 06:24:58
307
+
308
+ 本次发布包含了以下内容:
309
+
310
+ 改善已有的文档。
311
+
312
+ <font color="#dd0000">**删除接口**:</font>
313
+
314
+ * CreateDedicatedClusterDCDBInstance
315
+
316
+
317
+
318
+ ## 云监控(monitor) 版本:2018-07-24
319
+
320
+ ### 第 56 次发布
321
+
322
+ 发布时间:2022-08-31 06:39:03
323
+
324
+ 本次发布包含了以下内容:
325
+
326
+ 改善已有的文档。
327
+
328
+ 修改数据结构:
329
+
330
+ * [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
331
+
332
+ * 新增成员:AMPConsumerId
333
+
334
+
335
+
336
+
337
+ ## 图像分析(tiia) 版本:2019-05-29
338
+
339
+ ### 第 28 次发布
340
+
341
+ 发布时间:2022-08-31 06:53:49
342
+
343
+ 本次发布包含了以下内容:
344
+
345
+ 改善已有的文档。
346
+
347
+ 修改数据结构:
348
+
349
+ * [CarPlateContent](https://cloud.tencent.com/document/api/865/35474#CarPlateContent)
350
+
351
+ * 新增成员:PlateStatus, PlateStatusConfidence, PlateAngle
352
+
353
+ * [CarTagItem](https://cloud.tencent.com/document/api/865/35474#CarTagItem)
354
+
355
+ * 新增成员:Orientation, OrientationConfidence
356
+
357
+
358
+
359
+
360
+ ## 机器翻译(tmt) 版本:2018-03-21
361
+
362
+ ### 第 8 次发布
363
+
364
+ 发布时间:2022-08-31 06:55:53
365
+
366
+ 本次发布包含了以下内容:
367
+
368
+ 改善已有的文档。
369
+
370
+ 修改数据结构:
371
+
372
+ * [GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData)
373
+
374
+ * 新增成员:Progress
375
+
376
+
377
+
378
+
1
379
  # Release 4.0.431
2
380
 
3
381
  ## 企业收付平台(cpdp) 版本:2019-08-20