tencentcloud-sdk-nodejs 4.0.905 → 4.0.907

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 (65) hide show
  1. package/CHANGELOG.md +225 -0
  2. package/SERVICE_CHANGELOG.md +215 -300
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +10 -12
  7. package/src/services/cfg/v20210820/cfg_client.ts +85 -29
  8. package/src/services/cfg/v20210820/cfg_models.ts +606 -139
  9. package/src/services/cfw/v20190904/cfw_models.ts +7 -2
  10. package/src/services/cls/v20201016/cls_models.ts +20 -9
  11. package/src/services/cme/v20191029/cme_models.ts +4 -4
  12. package/src/services/csip/v20221121/csip_client.ts +18 -6
  13. package/src/services/csip/v20221121/csip_models.ts +267 -208
  14. package/src/services/cwp/v20180228/cwp_models.ts +56 -46
  15. package/src/services/dnspod/v20210323/dnspod_client.ts +3 -2
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
  17. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +1 -1
  18. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +19 -20
  19. package/src/services/lcic/v20220817/lcic_client.ts +12 -0
  20. package/src/services/lcic/v20220817/lcic_models.ts +28 -0
  21. package/src/services/live/v20180801/live_models.ts +1 -1
  22. package/src/services/lke/v20231130/lke_models.ts +7 -7
  23. package/src/services/ocr/v20181119/ocr_models.ts +4 -0
  24. package/src/services/trtc/v20190722/trtc_client.ts +20 -7
  25. package/src/services/trtc/v20190722/trtc_models.ts +207 -163
  26. package/src/services/vclm/v20240523/vclm_client.ts +28 -2
  27. package/src/services/vclm/v20240523/vclm_models.ts +90 -10
  28. package/src/services/vpc/v20170312/vpc_models.ts +1 -0
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +10 -12
  32. package/tencentcloud/services/cfg/v20210820/cfg_client.d.ts +25 -9
  33. package/tencentcloud/services/cfg/v20210820/cfg_client.js +36 -12
  34. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +596 -145
  35. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +7 -2
  36. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +20 -9
  37. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -4
  38. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  39. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  40. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +264 -207
  41. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +56 -46
  42. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +1 -0
  43. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +1 -0
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  45. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
  46. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +1 -1
  47. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +19 -20
  48. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  49. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  50. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +26 -0
  51. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  52. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +7 -7
  53. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  54. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -1
  55. package/tencentcloud/services/trtc/v20190722/trtc_client.js +6 -0
  56. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +203 -162
  57. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +11 -1
  58. package/tencentcloud/services/vclm/v20240523/vclm_client.js +14 -0
  59. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +86 -10
  60. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -0
  61. package/test/cfg.v20210820.test.js +48 -8
  62. package/test/csip.v20221121.test.js +10 -0
  63. package/test/lcic.v20220817.test.js +10 -0
  64. package/test/trtc.v20190722.test.js +10 -0
  65. package/test/vclm.v20240523.test.js +20 -0
@@ -1,221 +1,48 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 音频内容安全(ams) 版本:2020-12-29
4
-
5
- ### 第 11 次发布
6
-
7
- 发布时间:2024-07-26 01:08:05
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改接口:
14
-
15
- * [DescribeTaskDetail](https://cloud.tencent.com/document/api/1219/53256)
16
-
17
- * 新增出参:MediaInfo
18
-
19
-
20
- 新增数据结构:
21
-
22
- * [LabelResults](https://cloud.tencent.com/document/api/1219/53259#LabelResults)
23
- * [SpeakerResults](https://cloud.tencent.com/document/api/1219/53259#SpeakerResults)
24
- * [TravelResults](https://cloud.tencent.com/document/api/1219/53259#TravelResults)
25
-
26
- 修改数据结构:
27
-
28
- * [AudioResult](https://cloud.tencent.com/document/api/1219/53259#AudioResult)
29
-
30
- * 新增成员:SpeakerResults, LabelResults, TravelResults
31
-
32
- * [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
33
-
34
- * [AudioSegments](https://cloud.tencent.com/document/api/1219/53259#AudioSegments)
35
-
36
- * 新增成员:CreatedAt
37
-
38
- * [TaskData](https://cloud.tencent.com/document/api/1219/53259#TaskData)
39
-
40
- * 新增成员:InputInfo
41
-
42
-
43
-
44
-
45
- ## 音频内容安全(ams) 版本:2020-06-08
46
-
47
-
48
-
49
- ## 云拨测(cat) 版本:2018-04-09
50
-
51
- ### 第 18 次发布
52
-
53
- 发布时间:2024-07-26 01:15:04
54
-
55
- 本次发布包含了以下内容:
56
-
57
- 改善已有的文档。
58
-
59
- 修改接口:
60
-
61
- * [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
62
-
63
- * 新增入参:SubSyncFlag
64
-
65
-
66
-
67
-
68
- ## 云数据库 MySQL(cdb) 版本:2017-03-20
69
-
70
- ### 第 162 次发布
71
-
72
- 发布时间:2024-07-26 01:16:06
73
-
74
- 本次发布包含了以下内容:
75
-
76
- 改善已有的文档。
77
-
78
- 修改接口:
79
-
80
- * [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
81
-
82
- * 新增入参:ClusterTopology
83
-
84
- * [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
85
-
86
- * 新增入参:ClusterTopology
87
-
88
- * [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
89
-
90
- * 新增入参:ClusterTopology
91
-
92
-
93
-
94
-
95
- ## 内容分发网络 CDN(cdn) 版本:2018-06-06
96
-
97
- ### 第 128 次发布
98
-
99
- 发布时间:2024-07-26 01:17:46
100
-
101
- 本次发布包含了以下内容:
102
-
103
- 改善已有的文档。
104
-
105
- 修改接口:
106
-
107
- * [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
108
-
109
- * 新增入参:ParamFilter
110
-
111
-
112
- 新增数据结构:
113
-
114
- * [ParamFilter](https://cloud.tencent.com/document/api/228/30987#ParamFilter)
115
- * [ParamFilterRule](https://cloud.tencent.com/document/api/228/30987#ParamFilterRule)
116
-
117
- 修改数据结构:
118
-
119
- * [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
120
-
121
- * 新增成员:ParamFilter
122
-
123
-
124
-
125
-
126
3
  ## 云防火墙(cfw) 版本:2019-09-04
127
4
 
128
- ### 第 60 次发布
5
+ ### 第 61 次发布
129
6
 
130
- 发布时间:2024-07-26 01:19:51
7
+ 发布时间:2024-07-30 01:19:22
131
8
 
132
9
  本次发布包含了以下内容:
133
10
 
134
11
  改善已有的文档。
135
12
 
136
- 新增接口:
137
-
138
- * [DescribeNatFwDnatRule](https://cloud.tencent.com/document/api/1132/109336)
139
-
140
- 新增数据结构:
141
-
142
- * [DescNatDnatRule](https://cloud.tencent.com/document/api/1132/49071#DescNatDnatRule)
143
-
144
13
  修改数据结构:
145
14
 
146
- * [VpcFwGroupInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwGroupInfo)
15
+ * [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
147
16
 
148
- * 新增成员:NeedSwitchCcnOverlap, CcnId
17
+ * 新增成员:LastHitTime
149
18
 
150
19
 
151
20
 
152
21
 
153
- ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
22
+ ## 日志服务(cls) 版本:2020-10-16
154
23
 
155
- ### 第 98 次发布
24
+ ### 第 101 次发布
156
25
 
157
- 发布时间:2024-07-26 01:29:47
26
+ 发布时间:2024-07-30 01:22:32
158
27
 
159
28
  本次发布包含了以下内容:
160
29
 
161
30
  改善已有的文档。
162
31
 
163
- 修改接口:
164
-
165
- * [CreateCLSDelivery](https://cloud.tencent.com/document/api/1003/106079)
166
-
167
- * 新增入参:LogType, IsInMaintainPeriod
168
-
169
- * [DeleteCLSDelivery](https://cloud.tencent.com/document/api/1003/106078)
170
-
171
- * 新增入参:LogType, IsInMaintainPeriod
172
-
173
- * [DescribeInstanceCLSLogDelivery](https://cloud.tencent.com/document/api/1003/106077)
174
-
175
- * 新增入参:LogType
176
-
177
- * [StartCLSDelivery](https://cloud.tencent.com/document/api/1003/106076)
178
-
179
- * 新增入参:LogType, IsInMaintainPeriod
180
-
181
- * [StopCLSDelivery](https://cloud.tencent.com/document/api/1003/106075)
182
-
183
- * 新增入参:LogType, IsInMaintainPeriod
184
-
185
-
186
32
  修改数据结构:
187
33
 
188
- * [InstanceCLSDeliveryInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceCLSDeliveryInfo)
189
-
190
- * 新增成员:LogType
191
-
192
-
193
-
194
-
195
- ## 边缘计算机器(ecm) 版本:2019-07-19
196
-
197
- ### 第 75 次发布
198
-
199
- 发布时间:2024-07-26 01:38:19
200
-
201
- 本次发布包含了以下内容:
202
-
203
- 改善已有的文档。
204
-
205
- 修改接口:
34
+ * [DataTransformTaskInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformTaskInfo)
206
35
 
207
- * [ModifyVpcAttribute](https://cloud.tencent.com/document/api/1108/43567)
36
+ * 新增成员:DataTransformType
208
37
 
209
- * 新增入参:DnsServers, DomainName
210
38
 
211
39
 
212
40
 
41
+ ## 云安全一体化平台(csip) 版本:2022-11-21
213
42
 
214
- ## 弹性 MapReduce(emr) 版本:2019-01-03
215
-
216
- ### 第 69 次发布
43
+ ### 42 次发布
217
44
 
218
- 发布时间:2024-07-25 14:51:25
45
+ 发布时间:2024-07-30 01:24:16
219
46
 
220
47
  本次发布包含了以下内容:
221
48
 
@@ -223,76 +50,38 @@
223
50
 
224
51
  新增接口:
225
52
 
226
- * [DescribeTrinoQueryInfo](https://cloud.tencent.com/document/api/589/109323)
227
-
228
- 修改接口:
53
+ * [DescribeCFWAssetStatistics](https://cloud.tencent.com/document/api/664/109405)
229
54
 
230
- * [InquiryPriceRenewInstance](https://cloud.tencent.com/document/api/589/38064)
231
55
 
232
- * <font color="#dd0000">**修改入参**:</font>Placement
233
56
 
234
- * [InquiryPriceUpdateInstance](https://cloud.tencent.com/document/api/589/38063)
235
-
236
- * <font color="#dd0000">**修改入参**:</font>UpdateSpec, Placement
237
-
238
- * 新增出参:NewConfigPrice
239
-
240
-
241
- 新增数据结构:
242
-
243
- * [PriceResult](https://cloud.tencent.com/document/api/589/33981#PriceResult)
244
- * [TrinoQueryInfo](https://cloud.tencent.com/document/api/589/33981#TrinoQueryInfo)
245
-
246
- <font color="#dd0000">**删除数据结构**:</font>
247
-
248
- * TriggerConditions
249
-
250
- 修改数据结构:
251
-
252
- * [LoadAutoScaleStrategy](https://cloud.tencent.com/document/api/589/33981#LoadAutoScaleStrategy)
253
-
254
- * <font color="#dd0000">**删除成员**:</font>LoadMetrics, MetricId, StatisticPeriod, TriggerThreshold, TriggerConditions
255
-
256
-
257
-
258
-
259
- ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
57
+ ## 主机安全(cwp) 版本:2018-02-28
260
58
 
261
- ### 第 14 次发布
59
+ ### 第 118 次发布
262
60
 
263
- 发布时间:2024-07-26 01:44:41
61
+ 发布时间:2024-07-30 01:25:44
264
62
 
265
63
  本次发布包含了以下内容:
266
64
 
267
65
  改善已有的文档。
268
66
 
269
- 修改接口:
270
-
271
- * [SubmitHunyuanImageJob](https://cloud.tencent.com/document/api/1729/105969)
272
-
273
- * 新增入参:Num, Seed, LogoParam
274
-
275
- * [TextToImageLite](https://cloud.tencent.com/document/api/1729/108738)
276
-
277
- * 新增入参:LogoParam
278
-
67
+ 修改数据结构:
279
68
 
280
- 新增数据结构:
69
+ * [BashEvent](https://cloud.tencent.com/document/api/296/19867#BashEvent)
281
70
 
282
- * [LogoParam](https://cloud.tencent.com/document/api/1729/101838#LogoParam)
283
- * [LogoRect](https://cloud.tencent.com/document/api/1729/101838#LogoRect)
71
+ * 新增成员:HostName
284
72
 
73
+ * [BashEventsInfo](https://cloud.tencent.com/document/api/296/19867#BashEventsInfo)
285
74
 
75
+ * 新增成员:DetectBy
286
76
 
287
- ## 容器服务(tke) 版本:2022-05-01
288
77
 
289
78
 
290
79
 
291
- ## 容器服务(tke) 版本:2018-05-25
80
+ ## 实时音视频(trtc) 版本:2019-07-22
292
81
 
293
- ### 第 176 次发布
82
+ ### 第 83 次发布
294
83
 
295
- 发布时间:2024-07-26 02:19:58
84
+ 发布时间:2024-07-30 02:22:25
296
85
 
297
86
  本次发布包含了以下内容:
298
87
 
@@ -300,58 +89,11 @@
300
89
 
301
90
  新增接口:
302
91
 
303
- * [DescribeReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/109337)
92
+ * [ControlAIConversation](https://cloud.tencent.com/document/api/647/109408)
304
93
 
305
94
  新增数据结构:
306
95
 
307
- * [ReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/31866#ReservedInstanceUtilizationRate)
308
-
309
-
310
-
311
- ## 视频内容安全(vm) 版本:2021-09-22
312
-
313
-
314
-
315
- ## 视频内容安全(vm) 版本:2020-12-29
316
-
317
- ### 第 8 次发布
318
-
319
- 发布时间:2024-07-26 02:26:27
320
-
321
- 本次发布包含了以下内容:
322
-
323
- 改善已有的文档。
324
-
325
- 修改接口:
326
-
327
- * [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/51878)
328
-
329
- * 新增出参:SegmentCosUrlList, AudioText, TryInSeconds, Asrs
330
-
331
-
332
- 新增数据结构:
333
-
334
- * [RcbAsr](https://cloud.tencent.com/document/api/1265/51881#RcbAsr)
335
- * [SegmentCosUrlList](https://cloud.tencent.com/document/api/1265/51881#SegmentCosUrlList)
336
-
337
- 修改数据结构:
338
-
339
- * [ImageResult](https://cloud.tencent.com/document/api/1265/51881#ImageResult)
340
-
341
- * 新增成员:RecognitionResults
342
-
343
- * [ImageResultsResultDetail](https://cloud.tencent.com/document/api/1265/51881#ImageResultsResultDetail)
344
-
345
- * 新增成员:SubLabel
346
-
347
- * [ImageSegments](https://cloud.tencent.com/document/api/1265/51881#ImageSegments)
348
-
349
- * 新增成员:CreatedAt, OffsetusTime
350
-
351
-
352
-
353
-
354
- ## 视频内容安全(vm) 版本:2020-07-09
96
+ * [ServerPushText](https://cloud.tencent.com/document/api/647/44055#ServerPushText)
355
97
 
356
98
 
357
99
 
@@ -1995,9 +1737,9 @@
1995
1737
 
1996
1738
  新增数据结构:
1997
1739
 
1998
- * [[LabelResults](https://cloud.tencent.com/document/api/1219/53259#LabelResults)](https://cloud.tencent.com/document/api/1219/53259#[LabelResults](https://cloud.tencent.com/document/api/1219/53259#LabelResults))
1999
- * [[SpeakerResults](https://cloud.tencent.com/document/api/1219/53259#SpeakerResults)](https://cloud.tencent.com/document/api/1219/53259#[SpeakerResults](https://cloud.tencent.com/document/api/1219/53259#SpeakerResults))
2000
- * [[TravelResults](https://cloud.tencent.com/document/api/1219/53259#TravelResults)](https://cloud.tencent.com/document/api/1219/53259#[TravelResults](https://cloud.tencent.com/document/api/1219/53259#TravelResults))
1740
+ * [LabelResults](https://cloud.tencent.com/document/api/1219/53259#LabelResults)
1741
+ * [SpeakerResults](https://cloud.tencent.com/document/api/1219/53259#SpeakerResults)
1742
+ * [TravelResults](https://cloud.tencent.com/document/api/1219/53259#TravelResults)
2001
1743
 
2002
1744
  修改数据结构:
2003
1745
 
@@ -20456,8 +20198,8 @@
20456
20198
 
20457
20199
  新增数据结构:
20458
20200
 
20459
- * [[ParamFilter](https://cloud.tencent.com/document/api/228/30987#ParamFilter)](https://cloud.tencent.com/document/api/228/30987#[ParamFilter](https://cloud.tencent.com/document/api/228/30987#ParamFilter))
20460
- * [[ParamFilterRule](https://cloud.tencent.com/document/api/228/30987#ParamFilterRule)](https://cloud.tencent.com/document/api/228/30987#[ParamFilterRule](https://cloud.tencent.com/document/api/228/30987#ParamFilterRule))
20201
+ * [ParamFilter](https://cloud.tencent.com/document/api/228/30987#ParamFilter)
20202
+ * [ParamFilterRule](https://cloud.tencent.com/document/api/228/30987#ParamFilterRule)
20461
20203
 
20462
20204
  修改数据结构:
20463
20205
 
@@ -24142,6 +23884,32 @@
24142
23884
 
24143
23885
  ## 混沌演练平台(cfg) 版本:2021-08-20
24144
23886
 
23887
+ ### 第 16 次发布
23888
+
23889
+ 发布时间:2024-07-26 14:53:06
23890
+
23891
+ 本次发布包含了以下内容:
23892
+
23893
+ 改善已有的文档。
23894
+
23895
+ 新增接口:
23896
+
23897
+ * [CreateTaskFromAction](https://cloud.tencent.com/document/api/1500/109362)
23898
+ * [DescribeActionFieldConfigList](https://cloud.tencent.com/document/api/1500/109361)
23899
+ * [DescribeActionLibraryList](https://cloud.tencent.com/document/api/1500/109360)
23900
+ * [DescribeObjectTypeList](https://cloud.tencent.com/document/api/1500/109359)
23901
+
23902
+ 新增数据结构:
23903
+
23904
+ * [ActionFieldConfigDetail](https://cloud.tencent.com/document/api/1500/71784#ActionFieldConfigDetail)
23905
+ * [ActionFieldConfigResult](https://cloud.tencent.com/document/api/1500/71784#ActionFieldConfigResult)
23906
+ * [ActionLibraryListResult](https://cloud.tencent.com/document/api/1500/71784#ActionLibraryListResult)
23907
+ * [ObjectType](https://cloud.tencent.com/document/api/1500/71784#ObjectType)
23908
+ * [ObjectTypeConfig](https://cloud.tencent.com/document/api/1500/71784#ObjectTypeConfig)
23909
+ * [ObjectTypeConfigFields](https://cloud.tencent.com/document/api/1500/71784#ObjectTypeConfigFields)
23910
+ * [ObjectTypeJsonParse](https://cloud.tencent.com/document/api/1500/71784#ObjectTypeJsonParse)
23911
+ * [ResourceOffline](https://cloud.tencent.com/document/api/1500/71784#ResourceOffline)
23912
+
24145
23913
  ### 第 15 次发布
24146
23914
 
24147
23915
  发布时间:2024-01-19 01:08:39
@@ -25010,6 +24778,21 @@
25010
24778
 
25011
24779
  ## 云防火墙(cfw) 版本:2019-09-04
25012
24780
 
24781
+ ### 第 61 次发布
24782
+
24783
+ 发布时间:2024-07-30 01:19:22
24784
+
24785
+ 本次发布包含了以下内容:
24786
+
24787
+ 改善已有的文档。
24788
+
24789
+ 修改数据结构:
24790
+
24791
+ * [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
24792
+
24793
+ * 新增成员:LastHitTime
24794
+
24795
+
25013
24796
  ### 第 60 次发布
25014
24797
 
25015
24798
  发布时间:2024-07-26 01:19:51
@@ -25020,11 +24803,11 @@
25020
24803
 
25021
24804
  新增接口:
25022
24805
 
25023
- * [[DescribeNatFwDnatRule](https://cloud.tencent.com/document/api/1132/109336)](https://cloud.tencent.com/document/api/#/#)
24806
+ * [DescribeNatFwDnatRule](https://cloud.tencent.com/document/api/1132/109336)
25024
24807
 
25025
24808
  新增数据结构:
25026
24809
 
25027
- * [[DescNatDnatRule](https://cloud.tencent.com/document/api/1132/49071#DescNatDnatRule)](https://cloud.tencent.com/document/api/1132/49071#[DescNatDnatRule](https://cloud.tencent.com/document/api/1132/49071#DescNatDnatRule))
24810
+ * [DescNatDnatRule](https://cloud.tencent.com/document/api/1132/49071#DescNatDnatRule)
25028
24811
 
25029
24812
  修改数据结构:
25030
24813
 
@@ -32132,6 +31915,21 @@
32132
31915
 
32133
31916
  ## 日志服务(cls) 版本:2020-10-16
32134
31917
 
31918
+ ### 第 101 次发布
31919
+
31920
+ 发布时间:2024-07-30 01:22:32
31921
+
31922
+ 本次发布包含了以下内容:
31923
+
31924
+ 改善已有的文档。
31925
+
31926
+ 修改数据结构:
31927
+
31928
+ * [DataTransformTaskInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformTaskInfo)
31929
+
31930
+ * 新增成员:DataTransformType
31931
+
31932
+
32135
31933
  ### 第 100 次发布
32136
31934
 
32137
31935
  发布时间:2024-07-25 01:22:39
@@ -34132,6 +33930,21 @@
34132
33930
 
34133
33931
  ## 多媒体创作引擎(cme) 版本:2019-10-29
34134
33932
 
33933
+ ### 第 58 次发布
33934
+
33935
+ 发布时间:2024-07-29 01:23:21
33936
+
33937
+ 本次发布包含了以下内容:
33938
+
33939
+ 改善已有的文档。
33940
+
33941
+ 修改数据结构:
33942
+
33943
+ * [VideoEditProjectOutput](https://cloud.tencent.com/document/api/1156/40360#VideoEditProjectOutput)
33944
+
33945
+ * <font color="#dd0000">**修改成员**:</font>CoverURL
33946
+
33947
+
34135
33948
  ### 第 57 次发布
34136
33949
 
34137
33950
  发布时间:2023-10-19 16:00:29
@@ -38702,6 +38515,18 @@
38702
38515
 
38703
38516
  ## 云安全一体化平台(csip) 版本:2022-11-21
38704
38517
 
38518
+ ### 第 42 次发布
38519
+
38520
+ 发布时间:2024-07-30 01:24:16
38521
+
38522
+ 本次发布包含了以下内容:
38523
+
38524
+ 改善已有的文档。
38525
+
38526
+ 新增接口:
38527
+
38528
+ * [[DescribeCFWAssetStatistics](https://cloud.tencent.com/document/api/664/109405)](https://cloud.tencent.com/document/api/#/#)
38529
+
38705
38530
  ### 第 41 次发布
38706
38531
 
38707
38532
  发布时间:2024-07-03 01:12:26
@@ -42117,6 +41942,25 @@
42117
41942
 
42118
41943
  ## 主机安全(cwp) 版本:2018-02-28
42119
41944
 
41945
+ ### 第 118 次发布
41946
+
41947
+ 发布时间:2024-07-30 01:25:44
41948
+
41949
+ 本次发布包含了以下内容:
41950
+
41951
+ 改善已有的文档。
41952
+
41953
+ 修改数据结构:
41954
+
41955
+ * [BashEvent](https://cloud.tencent.com/document/api/296/19867#BashEvent)
41956
+
41957
+ * 新增成员:HostName
41958
+
41959
+ * [BashEventsInfo](https://cloud.tencent.com/document/api/296/19867#BashEventsInfo)
41960
+
41961
+ * 新增成员:DetectBy
41962
+
41963
+
42120
41964
  ### 第 117 次发布
42121
41965
 
42122
41966
  发布时间:2024-07-12 01:12:13
@@ -60464,7 +60308,7 @@
60464
60308
 
60465
60309
  新增接口:
60466
60310
 
60467
- * [[DescribeTrinoQueryInfo](https://cloud.tencent.com/document/api/589/109323)](https://cloud.tencent.com/document/api/#/#)
60311
+ * [DescribeTrinoQueryInfo](https://cloud.tencent.com/document/api/589/109323)
60468
60312
 
60469
60313
  修改接口:
60470
60314
 
@@ -60481,8 +60325,8 @@
60481
60325
 
60482
60326
  新增数据结构:
60483
60327
 
60484
- * [[PriceResult](https://cloud.tencent.com/document/api/589/33981#PriceResult)](https://cloud.tencent.com/document/api/589/33981#[PriceResult](https://cloud.tencent.com/document/api/589/33981#PriceResult))
60485
- * [[TrinoQueryInfo](https://cloud.tencent.com/document/api/589/33981#TrinoQueryInfo)](https://cloud.tencent.com/document/api/589/33981#[TrinoQueryInfo](https://cloud.tencent.com/document/api/589/33981#TrinoQueryInfo))
60328
+ * [PriceResult](https://cloud.tencent.com/document/api/589/33981#PriceResult)
60329
+ * [TrinoQueryInfo](https://cloud.tencent.com/document/api/589/33981#TrinoQueryInfo)
60486
60330
 
60487
60331
  <font color="#dd0000">**删除数据结构**:</font>
60488
60332
 
@@ -66937,6 +66781,21 @@
66937
66781
 
66938
66782
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
66939
66783
 
66784
+ ### 第 176 次发布
66785
+
66786
+ 发布时间:2024-07-29 01:41:10
66787
+
66788
+ 本次发布包含了以下内容:
66789
+
66790
+ 改善已有的文档。
66791
+
66792
+ 修改接口:
66793
+
66794
+ * [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
66795
+
66796
+ * 新增入参:AuthToMe
66797
+
66798
+
66940
66799
  ### 第 175 次发布
66941
66800
 
66942
66801
  发布时间:2024-07-18 01:11:43
@@ -75554,8 +75413,8 @@
75554
75413
 
75555
75414
  新增数据结构:
75556
75415
 
75557
- * [[LogoParam](https://cloud.tencent.com/document/api/1729/101838#LogoParam)](https://cloud.tencent.com/document/api/1729/101838#[LogoParam](https://cloud.tencent.com/document/api/1729/101838#LogoParam))
75558
- * [[LogoRect](https://cloud.tencent.com/document/api/1729/101838#LogoRect)](https://cloud.tencent.com/document/api/1729/101838#[LogoRect](https://cloud.tencent.com/document/api/1729/101838#LogoRect))
75416
+ * [LogoParam](https://cloud.tencent.com/document/api/1729/101838#LogoParam)
75417
+ * [LogoRect](https://cloud.tencent.com/document/api/1729/101838#LogoRect)
75559
75418
 
75560
75419
  ### 第 13 次发布
75561
75420
 
@@ -84156,6 +84015,18 @@
84156
84015
 
84157
84016
  ## 实时互动-教育版(lcic) 版本:2022-08-17
84158
84017
 
84018
+ ### 第 58 次发布
84019
+
84020
+ 发布时间:2024-07-29 01:51:41
84021
+
84022
+ 本次发布包含了以下内容:
84023
+
84024
+ 改善已有的文档。
84025
+
84026
+ 新增接口:
84027
+
84028
+ * [UnblockKickedUser](https://cloud.tencent.com/document/api/1639/109376)
84029
+
84159
84030
  ### 第 57 次发布
84160
84031
 
84161
84032
  发布时间:2024-07-17 01:19:12
@@ -101082,6 +100953,21 @@
101082
100953
 
101083
100954
  ## 文字识别(ocr) 版本:2018-11-19
101084
100955
 
100956
+ ### 第 144 次发布
100957
+
100958
+ 发布时间:2024-07-29 02:00:34
100959
+
100960
+ 本次发布包含了以下内容:
100961
+
100962
+ 改善已有的文档。
100963
+
100964
+ 修改接口:
100965
+
100966
+ * [VerifyOfdVatInvoiceOCR](https://cloud.tencent.com/document/api/866/52296)
100967
+
100968
+ * 新增出参:InvoiceTitle
100969
+
100970
+
101085
100971
  ### 第 143 次发布
101086
100972
 
101087
100973
  发布时间:2024-07-25 02:00:21
@@ -136684,11 +136570,11 @@
136684
136570
 
136685
136571
  新增接口:
136686
136572
 
136687
- * [[DescribeReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/109337)](https://cloud.tencent.com/document/api/#/#)
136573
+ * [DescribeReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/109337)
136688
136574
 
136689
136575
  新增数据结构:
136690
136576
 
136691
- * [[ReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/31866#ReservedInstanceUtilizationRate)](https://cloud.tencent.com/document/api/457/31866#[ReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/31866#ReservedInstanceUtilizationRate))
136577
+ * [ReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/31866#ReservedInstanceUtilizationRate)
136692
136578
 
136693
136579
  ### 第 175 次发布
136694
136580
 
@@ -142144,6 +142030,22 @@
142144
142030
 
142145
142031
  ## 实时音视频(trtc) 版本:2019-07-22
142146
142032
 
142033
+ ### 第 83 次发布
142034
+
142035
+ 发布时间:2024-07-30 02:22:25
142036
+
142037
+ 本次发布包含了以下内容:
142038
+
142039
+ 改善已有的文档。
142040
+
142041
+ 新增接口:
142042
+
142043
+ * [[ControlAIConversation](https://cloud.tencent.com/document/api/647/109408)](https://cloud.tencent.com/document/api/#/#)
142044
+
142045
+ 新增数据结构:
142046
+
142047
+ * [[ServerPushText](https://cloud.tencent.com/document/api/647/44055#ServerPushText)](https://cloud.tencent.com/document/api/647/44055#[ServerPushText](https://cloud.tencent.com/document/api/647/44055#ServerPushText))
142048
+
142147
142049
  ### 第 82 次发布
142148
142050
 
142149
142051
  发布时间:2024-07-12 01:27:45
@@ -148457,6 +148359,19 @@
148457
148359
 
148458
148360
  ## 大模型视频创作引擎(vclm) 版本:2024-05-23
148459
148361
 
148362
+ ### 第 4 次发布
148363
+
148364
+ 发布时间:2024-07-29 02:25:41
148365
+
148366
+ 本次发布包含了以下内容:
148367
+
148368
+ 改善已有的文档。
148369
+
148370
+ 新增接口:
148371
+
148372
+ * [DescribePortraitSingJob](https://cloud.tencent.com/document/api/1616/109379)
148373
+ * [SubmitPortraitSingJob](https://cloud.tencent.com/document/api/1616/109378)
148374
+
148460
148375
  ### 第 3 次发布
148461
148376
 
148462
148377
  发布时间:2024-07-24 02:24:15
@@ -148612,8 +148527,8 @@
148612
148527
 
148613
148528
  新增数据结构:
148614
148529
 
148615
- * [[RcbAsr](https://cloud.tencent.com/document/api/1265/51881#RcbAsr)](https://cloud.tencent.com/document/api/1265/51881#[RcbAsr](https://cloud.tencent.com/document/api/1265/51881#RcbAsr))
148616
- * [[SegmentCosUrlList](https://cloud.tencent.com/document/api/1265/51881#SegmentCosUrlList)](https://cloud.tencent.com/document/api/1265/51881#[SegmentCosUrlList](https://cloud.tencent.com/document/api/1265/51881#SegmentCosUrlList))
148530
+ * [RcbAsr](https://cloud.tencent.com/document/api/1265/51881#RcbAsr)
148531
+ * [SegmentCosUrlList](https://cloud.tencent.com/document/api/1265/51881#SegmentCosUrlList)
148617
148532
 
148618
148533
  修改数据结构:
148619
148534