tencentcloud-sdk-nodejs 4.0.881 → 4.0.882

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 (92) hide show
  1. package/CHANGELOG.md +301 -0
  2. package/SERVICE_CHANGELOG.md +458 -50
  3. package/package.json +1 -1
  4. package/products.md +19 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +18 -4
  7. package/src/services/asr/v20190614/asr_models.ts +156 -53
  8. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  9. package/src/services/dlc/v20210125/dlc_client.ts +15 -1
  10. package/src/services/dlc/v20210125/dlc_models.ts +79 -4
  11. package/src/services/dsgc/v20190723/dsgc_models.ts +18 -18
  12. package/src/services/eiam/v20210420/eiam_models.ts +4 -4
  13. package/src/services/ess/v20201111/ess_models.ts +1 -0
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -0
  15. package/src/services/index.ts +1 -0
  16. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +14 -2
  17. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +110 -44
  18. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  19. package/src/services/lighthouse/v20200324/lighthouse_models.ts +14 -11
  20. package/src/services/lke/v20231130/lke_client.ts +60 -23
  21. package/src/services/lke/v20231130/lke_models.ts +265 -63
  22. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  23. package/src/services/tdmq/v20200217/tdmq_client.ts +29 -16
  24. package/src/services/tdmq/v20200217/tdmq_models.ts +153 -0
  25. package/src/services/tem/v20210701/tem_models.ts +4 -4
  26. package/src/services/trocket/v20230308/trocket_client.ts +14 -0
  27. package/src/services/trocket/v20230308/trocket_models.ts +106 -0
  28. package/src/services/trtc/v20190722/trtc_models.ts +17 -5
  29. package/src/services/tsi/index.ts +5 -0
  30. package/src/services/tsi/v20210325/index.ts +6 -0
  31. package/src/services/tsi/v20210325/tsi_client.ts +68 -0
  32. package/src/services/tsi/v20210325/tsi_models.ts +190 -0
  33. package/src/services/vpc/v20170312/vpc_client.ts +4 -4
  34. package/src/services/vpc/v20170312/vpc_models.ts +15 -7
  35. package/src/services/waf/v20180125/waf_client.ts +12 -0
  36. package/src/services/waf/v20180125/waf_models.ts +36 -0
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +6 -2
  40. package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
  41. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +152 -53
  42. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  43. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  44. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  45. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +75 -4
  46. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +18 -18
  47. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +4 -4
  48. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -0
  50. package/tencentcloud/services/index.d.ts +1 -0
  51. package/tencentcloud/services/index.js +2 -0
  52. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  53. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  54. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +108 -44
  55. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  56. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
  57. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +14 -11
  58. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +19 -7
  59. package/tencentcloud/services/lke/v20231130/lke_client.js +27 -9
  60. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +258 -63
  61. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  62. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  63. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +11 -7
  64. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +15 -9
  65. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +150 -0
  66. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -4
  67. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +5 -1
  68. package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -0
  69. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +102 -0
  70. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +17 -5
  71. package/tencentcloud/services/tsi/index.d.ts +6 -0
  72. package/tencentcloud/services/tsi/index.js +7 -0
  73. package/tencentcloud/services/tsi/v20210325/index.d.ts +6 -0
  74. package/tencentcloud/services/tsi/v20210325/index.js +9 -0
  75. package/tencentcloud/services/tsi/v20210325/tsi_client.d.ts +22 -0
  76. package/tencentcloud/services/tsi/v20210325/tsi_client.js +49 -0
  77. package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +167 -0
  78. package/tencentcloud/services/tsi/v20210325/tsi_models.js +18 -0
  79. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +4 -4
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.js +4 -4
  81. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -7
  82. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  83. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  84. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +34 -0
  85. package/test/asr.v20190614.test.js +10 -0
  86. package/test/dlc.v20210125.test.js +10 -0
  87. package/test/iotexplorer.v20190423.test.js +10 -0
  88. package/test/lke.v20231130.test.js +36 -6
  89. package/test/tdmq.v20200217.test.js +22 -12
  90. package/test/trocket.v20230308.test.js +10 -0
  91. package/test/tsi.v20210325.test.js +51 -0
  92. package/test/waf.v20180125.test.js +10 -0
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云数据库 MySQL(cdb) 版本:2017-03-20
3
+ ## 语音识别(asr) 版本:2019-06-14
4
4
 
5
- ### 第 159 次发布
5
+ ### 第 36 次发布
6
6
 
7
- 发布时间:2024-06-24 01:09:17
7
+ 发布时间:2024-06-25 01:07:52
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,75 +12,99 @@
12
12
 
13
13
  新增接口:
14
14
 
15
- * [DescribeInstanceUpgradeType](https://cloud.tencent.com/document/api/236/107630)
15
+ * [VoicePrintGroupVerify](https://cloud.tencent.com/document/api/1093/107668)
16
+
17
+ 修改接口:
18
+
19
+ * [VoicePrintCount](https://cloud.tencent.com/document/api/1093/96061)
20
+
21
+ * 新增入参:GroupId, CountMod
22
+
23
+ * [VoicePrintDelete](https://cloud.tencent.com/document/api/1093/94484)
24
+
25
+ * 新增入参:GroupId, DelMod
26
+
27
+ * [VoicePrintEnroll](https://cloud.tencent.com/document/api/1093/94483)
28
+
29
+ * 新增入参:GroupId
30
+
16
31
 
17
32
  新增数据结构:
18
33
 
19
- * [ClusterTopology](https://cloud.tencent.com/document/api/236/15878#ClusterTopology)
20
- * [NodeDistribution](https://cloud.tencent.com/document/api/236/15878#NodeDistribution)
21
- * [ReadWriteNode](https://cloud.tencent.com/document/api/236/15878#ReadWriteNode)
22
- * [ReadonlyNode](https://cloud.tencent.com/document/api/236/15878#ReadonlyNode)
34
+ * [VerifyTop](https://cloud.tencent.com/document/api/1093/37824#VerifyTop)
35
+ * [VerifyTopResult](https://cloud.tencent.com/document/api/1093/37824#VerifyTopResult)
23
36
 
37
+ 修改数据结构:
24
38
 
39
+ * [VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData)
25
40
 
26
- ## 大模型知识引擎(lke) 版本:2023-11-30
41
+ * 新增成员:VoicePrintList
27
42
 
28
- ### 第 8 次发布
29
43
 
30
- 发布时间:2024-06-21 21:11:25
44
+
45
+
46
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
47
+
48
+ ### 第 95 次发布
49
+
50
+ 发布时间:2024-06-25 01:13:07
31
51
 
32
52
  本次发布包含了以下内容:
33
53
 
34
54
  改善已有的文档。
35
55
 
36
- 修改接口:
56
+ 新增接口:
37
57
 
38
- * [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
58
+ * [DescribeDataEnginesScaleDetail](https://cloud.tencent.com/document/api/1342/107670)
39
59
 
40
- * 新增入参:TypeKey
60
+ 新增数据结构:
41
61
 
42
- * <font color="#dd0000">**修改入参**:</font>BotBizId
62
+ * [DataEngineScaleInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineScaleInfo)
63
+ * [DataEngineScaleInfoDetail](https://cloud.tencent.com/document/api/1342/53778#DataEngineScaleInfoDetail)
43
64
 
44
- * [GetDocPreview](https://cloud.tencent.com/document/api/1759/105067)
45
65
 
46
- * 新增入参:TypeKey
47
66
 
48
- * [GetWsToken](https://cloud.tencent.com/document/api/1759/105089)
67
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
49
68
 
50
- * 新增出参:Balance, InputLenLimit
69
+ ### 15 次发布
51
70
 
71
+ 发布时间:2024-06-25 01:13:45
52
72
 
53
- 新增数据结构:
73
+ 本次发布包含了以下内容:
54
74
 
55
- * [FileInfo](https://cloud.tencent.com/document/api/1759/105104#FileInfo)
56
- * [MsgFileInfo](https://cloud.tencent.com/document/api/1759/105104#MsgFileInfo)
75
+ 改善已有的文档。
57
76
 
58
77
  修改数据结构:
59
78
 
60
- * [AppModel](https://cloud.tencent.com/document/api/1759/105104#AppModel)
79
+ * [CosTaskResult](https://cloud.tencent.com/document/api/1087/96844#CosTaskResult)
61
80
 
62
- * 新增成员:TokenBalance
81
+ * <font color="#dd0000">**修改成员**:</font>Result, ResultDescription, ErrDescription, ResourceId
63
82
 
64
- * [Context](https://cloud.tencent.com/document/api/1759/105104#Context)
65
83
 
66
- * 新增成员:FileInfos
67
84
 
68
- * [KnowledgeQaSearch](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaSearch)
69
85
 
70
- * 新增成员:Confidence
86
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
71
87
 
72
- * [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
88
+ ### 第 176 次发布
73
89
 
74
- * 新增成员:FileInfos
90
+ 发布时间:2024-06-25 01:14:54
91
+
92
+ 本次发布包含了以下内容:
93
+
94
+ 改善已有的文档。
75
95
 
96
+ 修改接口:
76
97
 
98
+ * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)
77
99
 
78
100
 
79
- ## 邮件推送(ses) 版本:2020-10-02
80
101
 
81
- ### 第 21 次发布
82
102
 
83
- 发布时间:2024-06-21 16:22:39
103
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
104
+
105
+ ### 第 172 次发布
106
+
107
+ 发布时间:2024-06-25 01:15:10
84
108
 
85
109
  本次发布包含了以下内容:
86
110
 
@@ -88,18 +112,78 @@
88
112
 
89
113
  修改接口:
90
114
 
91
- * [SendEmail](https://cloud.tencent.com/document/api/1288/51034)
115
+ * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)
92
116
 
93
- * 新增入参:SmtpMessageId, SmtpHeaders
94
117
 
95
118
 
96
119
 
120
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
121
+
122
+
123
+
124
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
125
+
126
+ ### 第 68 次发布
127
+
128
+ 发布时间:2024-06-25 01:16:25
129
+
130
+ 本次发布包含了以下内容:
131
+
132
+ 改善已有的文档。
133
+
134
+ 新增接口:
135
+
136
+ * [DescribeFirmware](https://cloud.tencent.com/document/api/1081/107671)
137
+
138
+
139
+
140
+ ## 大模型知识引擎(lke) 版本:2023-11-30
141
+
142
+ ### 第 9 次发布
143
+
144
+ 发布时间:2024-06-25 01:18:18
145
+
146
+ 本次发布包含了以下内容:
147
+
148
+ 改善已有的文档。
149
+
150
+ 新增接口:
151
+
152
+ * [ConvertDocument](https://cloud.tencent.com/document/api/1759/107672)
153
+ * [GetAnswerTypeDataCount](https://cloud.tencent.com/document/api/1759/107674)
154
+ * [GetLikeDataCount](https://cloud.tencent.com/document/api/1759/107673)
155
+
156
+ 新增数据结构:
157
+
158
+ * [WordRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#WordRecognizeInfo)
159
+
160
+
97
161
 
98
162
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
99
163
 
100
- ### 第 115 次发布
164
+ ### 第 116 次发布
101
165
 
102
- 发布时间:2024-06-24 01:23:04
166
+ 发布时间:2024-06-25 01:23:14
167
+
168
+ 本次发布包含了以下内容:
169
+
170
+ 改善已有的文档。
171
+
172
+ 新增接口:
173
+
174
+ * [DescribeRabbitMQExchanges](https://cloud.tencent.com/document/api/1179/107675)
175
+
176
+ 新增数据结构:
177
+
178
+ * [RabbitMQExchangeListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQExchangeListInfo)
179
+
180
+
181
+
182
+ ## 弹性微服务(tem) 版本:2021-07-01
183
+
184
+ ### 第 42 次发布
185
+
186
+ 发布时间:2024-06-25 01:23:38
103
187
 
104
188
  本次发布包含了以下内容:
105
189
 
@@ -107,27 +191,111 @@
107
191
 
108
192
  修改数据结构:
109
193
 
110
- * [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
194
+ * [UseDefaultRepoParameters](https://cloud.tencent.com/document/api/1371/60171#UseDefaultRepoParameters)
111
195
 
112
- * 新增成员:ZoneId, ZoneIds
196
+ * <font color="#dd0000">**修改成员**:</font>EnterpriseInstanceName, EnterpriseInstanceChargeType, EnterpriseInstanceType
197
+
198
+
199
+
200
+
201
+ ## 弹性微服务(tem) 版本:2020-12-21
202
+
203
+
204
+
205
+ ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
206
+
207
+ ### 第 16 次发布
208
+
209
+ 发布时间:2024-06-25 01:24:46
210
+
211
+ 本次发布包含了以下内容:
212
+
213
+ 改善已有的文档。
214
+
215
+ 新增接口:
216
+
217
+ * [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676)
218
+
219
+ 新增数据结构:
113
220
 
221
+ * [PriceTag](https://cloud.tencent.com/document/api/1493/96031#PriceTag)
222
+ * [ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU)
114
223
 
115
224
 
116
225
 
117
226
  ## 实时音视频(trtc) 版本:2019-07-22
118
227
 
119
- ### 第 78 次发布
228
+ ### 第 79 次发布
120
229
 
121
- 发布时间:2024-06-24 01:24:46
230
+ 发布时间:2024-06-25 01:25:02
122
231
 
123
232
  本次发布包含了以下内容:
124
233
 
125
234
  改善已有的文档。
126
235
 
127
- 修改接口:
236
+ 修改数据结构:
128
237
 
129
- * [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
238
+ * [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
239
+
240
+ * 新增成员:BackGroundColorMode
241
+
242
+
243
+
244
+
245
+ ## 腾讯同传系统(tsi) 版本:2021-03-25
246
+
247
+ ### 第 1 次发布
248
+
249
+ 发布时间:2024-06-24 10:37:18
250
+
251
+ 本次发布包含了以下内容:
130
252
 
253
+ 改善已有的文档。
254
+
255
+ 新增接口:
256
+
257
+ * [TongChuanDisplay](https://cloud.tencent.com/document/api/1399/107636)
258
+ * [TongChuanRecognize](https://cloud.tencent.com/document/api/1399/107635)
259
+ * [TongChuanSync](https://cloud.tencent.com/document/api/1399/107634)
260
+
261
+ 新增数据结构:
262
+
263
+ * [DisplayInfo](https://cloud.tencent.com/document/api/1399/107637#DisplayInfo)
264
+
265
+
266
+
267
+ ## 私有网络(vpc) 版本:2017-03-12
268
+
269
+ ### 第 190 次发布
270
+
271
+ 发布时间:2024-06-25 01:26:23
272
+
273
+ 本次发布包含了以下内容:
274
+
275
+ 改善已有的文档。
276
+
277
+ 修改数据结构:
278
+
279
+ * [GatewayFlowMonitorDetail](https://cloud.tencent.com/document/api/215/15824#GatewayFlowMonitorDetail)
280
+
281
+ * 新增成员:ConcurrentConnectionCount, NewConnectionRate
282
+
283
+
284
+
285
+
286
+ ## Web 应用防火墙(waf) 版本:2018-01-25
287
+
288
+ ### 第 90 次发布
289
+
290
+ 发布时间:2024-06-25 01:27:00
291
+
292
+ 本次发布包含了以下内容:
293
+
294
+ 改善已有的文档。
295
+
296
+ 新增接口:
297
+
298
+ * [AddAreaBanAreas](https://cloud.tencent.com/document/api/627/107677)
131
299
 
132
300
 
133
301
 
@@ -6624,6 +6792,45 @@
6624
6792
 
6625
6793
  ## 语音识别(asr) 版本:2019-06-14
6626
6794
 
6795
+ ### 第 36 次发布
6796
+
6797
+ 发布时间:2024-06-25 01:07:52
6798
+
6799
+ 本次发布包含了以下内容:
6800
+
6801
+ 改善已有的文档。
6802
+
6803
+ 新增接口:
6804
+
6805
+ * [[VoicePrintGroupVerify](https://cloud.tencent.com/document/api/1093/107668)](https://cloud.tencent.com/document/api/#/#)
6806
+
6807
+ 修改接口:
6808
+
6809
+ * [VoicePrintCount](https://cloud.tencent.com/document/api/1093/96061)
6810
+
6811
+ * 新增入参:GroupId, CountMod
6812
+
6813
+ * [VoicePrintDelete](https://cloud.tencent.com/document/api/1093/94484)
6814
+
6815
+ * 新增入参:GroupId, DelMod
6816
+
6817
+ * [VoicePrintEnroll](https://cloud.tencent.com/document/api/1093/94483)
6818
+
6819
+ * 新增入参:GroupId
6820
+
6821
+
6822
+ 新增数据结构:
6823
+
6824
+ * [[VerifyTop](https://cloud.tencent.com/document/api/1093/37824#VerifyTop)](https://cloud.tencent.com/document/api/1093/37824#[VerifyTop](https://cloud.tencent.com/document/api/1093/37824#VerifyTop))
6825
+ * [[VerifyTopResult](https://cloud.tencent.com/document/api/1093/37824#VerifyTopResult)](https://cloud.tencent.com/document/api/1093/37824#[VerifyTopResult](https://cloud.tencent.com/document/api/1093/37824#VerifyTopResult))
6826
+
6827
+ 修改数据结构:
6828
+
6829
+ * [VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData)
6830
+
6831
+ * 新增成员:VoicePrintList
6832
+
6833
+
6627
6834
  ### 第 35 次发布
6628
6835
 
6629
6836
  发布时间:2024-06-21 01:10:11
@@ -16523,14 +16730,14 @@
16523
16730
 
16524
16731
  新增接口:
16525
16732
 
16526
- * [[DescribeInstanceUpgradeType](https://cloud.tencent.com/document/api/236/107630)](https://cloud.tencent.com/document/api/#/#)
16733
+ * [DescribeInstanceUpgradeType](https://cloud.tencent.com/document/api/236/107630)
16527
16734
 
16528
16735
  新增数据结构:
16529
16736
 
16530
- * [[ClusterTopology](https://cloud.tencent.com/document/api/236/15878#ClusterTopology)](https://cloud.tencent.com/document/api/236/15878#[ClusterTopology](https://cloud.tencent.com/document/api/236/15878#ClusterTopology))
16531
- * [[NodeDistribution](https://cloud.tencent.com/document/api/236/15878#NodeDistribution)](https://cloud.tencent.com/document/api/236/15878#[NodeDistribution](https://cloud.tencent.com/document/api/236/15878#NodeDistribution))
16532
- * [[ReadWriteNode](https://cloud.tencent.com/document/api/236/15878#ReadWriteNode)](https://cloud.tencent.com/document/api/236/15878#[ReadWriteNode](https://cloud.tencent.com/document/api/236/15878#ReadWriteNode))
16533
- * [[ReadonlyNode](https://cloud.tencent.com/document/api/236/15878#ReadonlyNode)](https://cloud.tencent.com/document/api/236/15878#[ReadonlyNode](https://cloud.tencent.com/document/api/236/15878#ReadonlyNode))
16737
+ * [ClusterTopology](https://cloud.tencent.com/document/api/236/15878#ClusterTopology)
16738
+ * [NodeDistribution](https://cloud.tencent.com/document/api/236/15878#NodeDistribution)
16739
+ * [ReadWriteNode](https://cloud.tencent.com/document/api/236/15878#ReadWriteNode)
16740
+ * [ReadonlyNode](https://cloud.tencent.com/document/api/236/15878#ReadonlyNode)
16534
16741
 
16535
16742
  ### 第 158 次发布
16536
16743
 
@@ -50872,6 +51079,23 @@
50872
51079
 
50873
51080
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
50874
51081
 
51082
+ ### 第 95 次发布
51083
+
51084
+ 发布时间:2024-06-25 01:13:07
51085
+
51086
+ 本次发布包含了以下内容:
51087
+
51088
+ 改善已有的文档。
51089
+
51090
+ 新增接口:
51091
+
51092
+ * [[DescribeDataEnginesScaleDetail](https://cloud.tencent.com/document/api/1342/107670)](https://cloud.tencent.com/document/api/#/#)
51093
+
51094
+ 新增数据结构:
51095
+
51096
+ * [[DataEngineScaleInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineScaleInfo)](https://cloud.tencent.com/document/api/1342/53778#[DataEngineScaleInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineScaleInfo))
51097
+ * [[DataEngineScaleInfoDetail](https://cloud.tencent.com/document/api/1342/53778#DataEngineScaleInfoDetail)](https://cloud.tencent.com/document/api/1342/53778#[DataEngineScaleInfoDetail](https://cloud.tencent.com/document/api/1342/53778#DataEngineScaleInfoDetail))
51098
+
50875
51099
  ### 第 94 次发布
50876
51100
 
50877
51101
  发布时间:2024-06-21 01:33:48
@@ -54483,6 +54707,21 @@
54483
54707
 
54484
54708
  ## 数据安全治理中心(dsgc) 版本:2019-07-23
54485
54709
 
54710
+ ### 第 15 次发布
54711
+
54712
+ 发布时间:2024-06-25 01:13:45
54713
+
54714
+ 本次发布包含了以下内容:
54715
+
54716
+ 改善已有的文档。
54717
+
54718
+ 修改数据结构:
54719
+
54720
+ * [CosTaskResult](https://cloud.tencent.com/document/api/1087/96844#CosTaskResult)
54721
+
54722
+ * <font color="#dd0000">**修改成员**:</font>Result, ResultDescription, ErrDescription, ResourceId
54723
+
54724
+
54486
54725
  ### 第 14 次发布
54487
54726
 
54488
54727
  发布时间:2024-06-13 01:38:46
@@ -62078,6 +62317,19 @@
62078
62317
 
62079
62318
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
62080
62319
 
62320
+ ### 第 176 次发布
62321
+
62322
+ 发布时间:2024-06-25 01:14:54
62323
+
62324
+ 本次发布包含了以下内容:
62325
+
62326
+ 改善已有的文档。
62327
+
62328
+ 修改接口:
62329
+
62330
+ * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)
62331
+
62332
+
62081
62333
  ### 第 175 次发布
62082
62334
 
62083
62335
  发布时间:2024-06-21 01:41:37
@@ -65447,6 +65699,19 @@
65447
65699
 
65448
65700
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
65449
65701
 
65702
+ ### 第 172 次发布
65703
+
65704
+ 发布时间:2024-06-25 01:15:10
65705
+
65706
+ 本次发布包含了以下内容:
65707
+
65708
+ 改善已有的文档。
65709
+
65710
+ 修改接口:
65711
+
65712
+ * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)
65713
+
65714
+
65450
65715
  ### 第 171 次发布
65451
65716
 
65452
65717
  发布时间:2024-06-21 01:42:38
@@ -77124,6 +77389,18 @@
77124
77389
 
77125
77390
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
77126
77391
 
77392
+ ### 第 68 次发布
77393
+
77394
+ 发布时间:2024-06-25 01:16:25
77395
+
77396
+ 本次发布包含了以下内容:
77397
+
77398
+ 改善已有的文档。
77399
+
77400
+ 新增接口:
77401
+
77402
+ * [[DescribeFirmware](https://cloud.tencent.com/document/api/1081/107671)](https://cloud.tencent.com/document/api/#/#)
77403
+
77127
77404
  ### 第 67 次发布
77128
77405
 
77129
77406
  发布时间:2024-06-13 01:52:49
@@ -87129,6 +87406,24 @@
87129
87406
 
87130
87407
  ## 大模型知识引擎(lke) 版本:2023-11-30
87131
87408
 
87409
+ ### 第 9 次发布
87410
+
87411
+ 发布时间:2024-06-25 01:18:18
87412
+
87413
+ 本次发布包含了以下内容:
87414
+
87415
+ 改善已有的文档。
87416
+
87417
+ 新增接口:
87418
+
87419
+ * [[ConvertDocument](https://cloud.tencent.com/document/api/1759/107672)](https://cloud.tencent.com/document/api/#/#)
87420
+ * [[GetAnswerTypeDataCount](https://cloud.tencent.com/document/api/1759/107674)](https://cloud.tencent.com/document/api/#/#)
87421
+ * [[GetLikeDataCount](https://cloud.tencent.com/document/api/1759/107673)](https://cloud.tencent.com/document/api/#/#)
87422
+
87423
+ 新增数据结构:
87424
+
87425
+ * [[WordRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#WordRecognizeInfo)](https://cloud.tencent.com/document/api/1759/105104#[WordRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#WordRecognizeInfo))
87426
+
87132
87427
  ### 第 8 次发布
87133
87428
 
87134
87429
  发布时间:2024-06-21 21:11:25
@@ -87156,8 +87451,8 @@
87156
87451
 
87157
87452
  新增数据结构:
87158
87453
 
87159
- * [[FileInfo](https://cloud.tencent.com/document/api/1759/105104#FileInfo)](https://cloud.tencent.com/document/api/1759/105104#[FileInfo](https://cloud.tencent.com/document/api/1759/105104#FileInfo))
87160
- * [[MsgFileInfo](https://cloud.tencent.com/document/api/1759/105104#MsgFileInfo)](https://cloud.tencent.com/document/api/1759/105104#[MsgFileInfo](https://cloud.tencent.com/document/api/1759/105104#MsgFileInfo))
87454
+ * [FileInfo](https://cloud.tencent.com/document/api/1759/105104#FileInfo)
87455
+ * [MsgFileInfo](https://cloud.tencent.com/document/api/1759/105104#MsgFileInfo)
87161
87456
 
87162
87457
  修改数据结构:
87163
87458
 
@@ -122064,6 +122359,22 @@
122064
122359
 
122065
122360
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
122066
122361
 
122362
+ ### 第 116 次发布
122363
+
122364
+ 发布时间:2024-06-25 01:23:14
122365
+
122366
+ 本次发布包含了以下内容:
122367
+
122368
+ 改善已有的文档。
122369
+
122370
+ 新增接口:
122371
+
122372
+ * [[DescribeRabbitMQExchanges](https://cloud.tencent.com/document/api/1179/107675)](https://cloud.tencent.com/document/api/#/#)
122373
+
122374
+ 新增数据结构:
122375
+
122376
+ * [[RabbitMQExchangeListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQExchangeListInfo)](https://cloud.tencent.com/document/api/1179/46089#[RabbitMQExchangeListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQExchangeListInfo))
122377
+
122067
122378
  ### 第 115 次发布
122068
122379
 
122069
122380
  发布时间:2024-06-24 01:23:04
@@ -124771,6 +125082,21 @@
124771
125082
 
124772
125083
  ## 弹性微服务(tem) 版本:2021-07-01
124773
125084
 
125085
+ ### 第 42 次发布
125086
+
125087
+ 发布时间:2024-06-25 01:23:38
125088
+
125089
+ 本次发布包含了以下内容:
125090
+
125091
+ 改善已有的文档。
125092
+
125093
+ 修改数据结构:
125094
+
125095
+ * [UseDefaultRepoParameters](https://cloud.tencent.com/document/api/1371/60171#UseDefaultRepoParameters)
125096
+
125097
+ * <font color="#dd0000">**修改成员**:</font>EnterpriseInstanceName, EnterpriseInstanceChargeType, EnterpriseInstanceType
125098
+
125099
+
124774
125100
  ### 第 41 次发布
124775
125101
 
124776
125102
  发布时间:2023-04-20 01:41:18
@@ -137560,6 +137886,23 @@
137560
137886
 
137561
137887
  ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
137562
137888
 
137889
+ ### 第 16 次发布
137890
+
137891
+ 发布时间:2024-06-25 01:24:46
137892
+
137893
+ 本次发布包含了以下内容:
137894
+
137895
+ 改善已有的文档。
137896
+
137897
+ 新增接口:
137898
+
137899
+ * [[DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676)](https://cloud.tencent.com/document/api/#/#)
137900
+
137901
+ 新增数据结构:
137902
+
137903
+ * [[PriceTag](https://cloud.tencent.com/document/api/1493/96031#PriceTag)](https://cloud.tencent.com/document/api/1493/96031#[PriceTag](https://cloud.tencent.com/document/api/1493/96031#PriceTag))
137904
+ * [[ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU)](https://cloud.tencent.com/document/api/1493/96031#[ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU))
137905
+
137563
137906
  ### 第 15 次发布
137564
137907
 
137565
137908
  发布时间:2024-06-03 02:23:52
@@ -138847,6 +139190,21 @@
138847
139190
 
138848
139191
  ## 实时音视频(trtc) 版本:2019-07-22
138849
139192
 
139193
+ ### 第 79 次发布
139194
+
139195
+ 发布时间:2024-06-25 01:25:02
139196
+
139197
+ 本次发布包含了以下内容:
139198
+
139199
+ 改善已有的文档。
139200
+
139201
+ 修改数据结构:
139202
+
139203
+ * [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
139204
+
139205
+ * 新增成员:BackGroundColorMode
139206
+
139207
+
138850
139208
  ### 第 78 次发布
138851
139209
 
138852
139210
  发布时间:2024-06-24 01:24:46
@@ -144586,6 +144944,29 @@
144586
144944
 
144587
144945
 
144588
144946
 
144947
+ ## 腾讯同传系统(tsi) 版本:2021-03-25
144948
+
144949
+ ### 第 1 次发布
144950
+
144951
+ 发布时间:2024-06-24 10:37:18
144952
+
144953
+ 本次发布包含了以下内容:
144954
+
144955
+ 改善已有的文档。
144956
+
144957
+ 新增接口:
144958
+
144959
+ * [[TongChuanDisplay](https://cloud.tencent.com/document/api/1399/107636)](https://cloud.tencent.com/document/api/#/#)
144960
+ * [[TongChuanRecognize](https://cloud.tencent.com/document/api/1399/107635)](https://cloud.tencent.com/document/api/#/#)
144961
+ * [[TongChuanSync](https://cloud.tencent.com/document/api/1399/107634)](https://cloud.tencent.com/document/api/#/#)
144962
+
144963
+ 新增数据结构:
144964
+
144965
+ * [[DisplayInfo](https://cloud.tencent.com/document/api/1399/107637#DisplayInfo)](https://cloud.tencent.com/document/api/1399/107637#[DisplayInfo](https://cloud.tencent.com/document/api/1399/107637#DisplayInfo))
144966
+
144967
+
144968
+
144969
+
144589
144970
  ## 微服务观测平台 TSW(tsw) 版本:2020-09-24
144590
144971
 
144591
144972
  ### 第 1 次发布
@@ -150374,6 +150755,21 @@
150374
150755
 
150375
150756
  ## 私有网络(vpc) 版本:2017-03-12
150376
150757
 
150758
+ ### 第 190 次发布
150759
+
150760
+ 发布时间:2024-06-25 01:26:23
150761
+
150762
+ 本次发布包含了以下内容:
150763
+
150764
+ 改善已有的文档。
150765
+
150766
+ 修改数据结构:
150767
+
150768
+ * [GatewayFlowMonitorDetail](https://cloud.tencent.com/document/api/215/15824#GatewayFlowMonitorDetail)
150769
+
150770
+ * 新增成员:ConcurrentConnectionCount, NewConnectionRate
150771
+
150772
+
150377
150773
  ### 第 189 次发布
150378
150774
 
150379
150775
  发布时间:2024-05-07 01:29:27
@@ -154709,6 +155105,18 @@
154709
155105
 
154710
155106
  ## Web 应用防火墙(waf) 版本:2018-01-25
154711
155107
 
155108
+ ### 第 90 次发布
155109
+
155110
+ 发布时间:2024-06-25 01:27:00
155111
+
155112
+ 本次发布包含了以下内容:
155113
+
155114
+ 改善已有的文档。
155115
+
155116
+ 新增接口:
155117
+
155118
+ * [[AddAreaBanAreas](https://cloud.tencent.com/document/api/627/107677)](https://cloud.tencent.com/document/api/#/#)
155119
+
154712
155120
  ### 第 89 次发布
154713
155121
 
154714
155122
  发布时间:2024-06-20 02:34:10