tencentcloud-sdk-nodejs 4.0.937 → 4.0.939

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 (45) hide show
  1. package/CHANGELOG.md +197 -0
  2. package/SERVICE_CHANGELOG.md +170 -320
  3. package/package.json +1 -1
  4. package/products.md +16 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_models.ts +4 -0
  7. package/src/services/cfw/v20190904/cfw_client.ts +16 -2
  8. package/src/services/cfw/v20190904/cfw_models.ts +267 -30
  9. package/src/services/ckafka/v20190819/ckafka_client.ts +265 -253
  10. package/src/services/ckafka/v20190819/ckafka_models.ts +4845 -4805
  11. package/src/services/dlc/v20210125/dlc_models.ts +4 -4
  12. package/src/services/emr/v20190103/emr_models.ts +4 -4
  13. package/src/services/ess/v20201111/ess_models.ts +2 -1
  14. package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -0
  15. package/src/services/hunyuan/v20230901/hunyuan_models.ts +50 -2
  16. package/src/services/irp/v20220805/irp_models.ts +6 -2
  17. package/src/services/lke/v20231130/lke_client.ts +3 -2
  18. package/src/services/lke/v20231130/lke_models.ts +49 -7
  19. package/src/services/ocr/v20181119/ocr_models.ts +4 -0
  20. package/src/services/omics/v20221128/omics_models.ts +7 -3
  21. package/src/services/vdb/v20230616/vdb_models.ts +4 -0
  22. package/src/services/vpc/v20170312/vpc_models.ts +3 -3
  23. package/tencentcloud/common/sdk_version.d.ts +1 -1
  24. package/tencentcloud/common/sdk_version.js +1 -1
  25. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
  26. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  27. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  28. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +263 -30
  29. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  30. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  31. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4729 -4691
  32. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -4
  33. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -4
  34. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
  35. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +48 -2
  36. package/tencentcloud/services/irp/v20220805/irp_models.d.ts +6 -2
  37. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +2 -2
  38. package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
  39. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +48 -7
  40. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  41. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +7 -3
  42. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +4 -0
  43. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
  44. package/test/cfw.v20190904.test.js +10 -0
  45. package/test/ckafka.v20190819.test.js +10 -0
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 应用性能监控(apm) 版本:2021-06-22
3
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
4
4
 
5
- ### 第 25 次发布
5
+ ### 第 19 次发布
6
6
 
7
- 发布时间:2024-09-13 01:04:24
7
+ 发布时间:2024-09-17 18:52:07
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,320 +12,17 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002)
16
-
17
- * 新增入参:ResponseDurationWarningThreshold
18
-
19
-
20
- 修改数据结构:
21
-
22
- * [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
23
-
24
- * 新增成员:ResponseDurationWarningThreshold
25
-
26
-
27
-
28
-
29
- ## 访问管理(cam) 版本:2019-01-16
30
-
31
- ### 第 61 次发布
32
-
33
- 发布时间:2024-09-13 01:08:46
34
-
35
- 本次发布包含了以下内容:
36
-
37
- 改善已有的文档。
38
-
39
- 新增接口:
40
-
41
- * [DeleteMessageReceiver](https://cloud.tencent.com/document/api/598/110941)
42
- * [ListReceiver](https://cloud.tencent.com/document/api/598/110940)
43
-
44
- 新增数据结构:
45
-
46
- * [Receiver](https://cloud.tencent.com/document/api/598/33167#Receiver)
47
-
48
-
49
-
50
- ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
51
-
52
- ### 第 30 次发布
53
-
54
- 发布时间:2024-09-13 01:25:56
55
-
56
- 本次发布包含了以下内容:
57
-
58
- 改善已有的文档。
59
-
60
- 新增接口:
61
-
62
- * [DescribeDomains](https://cloud.tencent.com/document/api/1025/110943)
63
-
64
- 新增数据结构:
65
-
66
- * [Domain](https://cloud.tencent.com/document/api/1025/74416#Domain)
67
-
68
-
69
-
70
- ## 数据湖计算 DLC(dlc) 版本:2021-01-25
71
-
72
- ### 第 103 次发布
15
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
73
16
 
74
- 发布时间:2024-09-13 01:28:24
17
+ * 新增入参:EnableMultimedia
75
18
 
76
- 本次发布包含了以下内容:
19
+ * 新增出参:Replaces
77
20
 
78
- 改善已有的文档。
79
21
 
80
22
  新增数据结构:
81
23
 
82
- * [DataMaskStrategyInfo](https://cloud.tencent.com/document/api/1342/53778#DataMaskStrategyInfo)
83
- * [GroupInfo](https://cloud.tencent.com/document/api/1342/53778#GroupInfo)
84
- * [TCHouseD](https://cloud.tencent.com/document/api/1342/53778#TCHouseD)
85
-
86
- 修改数据结构:
87
-
88
- * [Column](https://cloud.tencent.com/document/api/1342/53778#Column)
89
-
90
- * 新增成员:DataMaskStrategyInfo
91
-
92
- * [DatasourceConnectionConfig](https://cloud.tencent.com/document/api/1342/53778#DatasourceConnectionConfig)
93
-
94
- * 新增成员:TCHouseD
95
-
96
- * [ResourceInfo](https://cloud.tencent.com/document/api/1342/53778#ResourceInfo)
97
-
98
- * 新增成员:ResourceGroupName
99
-
100
-
101
-
102
-
103
- ## 数据安全治理中心(dsgc) 版本:2019-07-23
104
-
105
- ### 第 21 次发布
106
-
107
- 发布时间:2024-09-13 01:31:06
108
-
109
- 本次发布包含了以下内容:
110
-
111
- 改善已有的文档。
112
-
113
- 修改数据结构:
114
-
115
- * [DbInfo](https://cloud.tencent.com/document/api/1087/96844#DbInfo)
116
-
117
- * 新增成员:BindType
118
-
119
- * <font color="#dd0000">**修改成员**:</font>DbName, ValidStatus
120
-
121
-
122
-
123
-
124
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
125
-
126
- ### 第 187 次发布
127
-
128
- 发布时间:2024-09-13 01:36:15
129
-
130
- 本次发布包含了以下内容:
131
-
132
- 改善已有的文档。
133
-
134
- 修改接口:
135
-
136
- * [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
137
-
138
- * 新增入参:FlowDisplayType
139
-
140
- * [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
141
-
142
- * 新增入参:FlowDisplayType
143
-
144
-
145
- 修改数据结构:
146
-
147
- * [FlowGroupInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupInfo)
148
-
149
- * 新增成员:FlowDisplayType
150
-
151
-
152
-
153
-
154
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
155
-
156
- ### 第 183 次发布
157
-
158
- 发布时间:2024-09-13 01:37:18
159
-
160
- 本次发布包含了以下内容:
161
-
162
- 改善已有的文档。
163
-
164
- 修改接口:
165
-
166
- * [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
167
-
168
- * 新增入参:FlowDisplayType
169
-
170
-
171
- 修改数据结构:
172
-
173
- * [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)
174
-
175
- * 新增成员:FlowDisplayType
176
-
177
- * [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
178
-
179
- * 新增成员:FlowDisplayType
180
-
181
-
182
-
183
-
184
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
185
-
186
-
187
-
188
- ## 媒体处理(mps) 版本:2019-06-12
189
-
190
- ### 第 95 次发布
191
-
192
- 发布时间:2024-09-13 01:54:23
193
-
194
- 本次发布包含了以下内容:
195
-
196
- 改善已有的文档。
197
-
198
- 修改接口:
199
-
200
- * [DescribeAIAnalysisTemplates](https://cloud.tencent.com/document/api/862/40247)
201
-
202
- * 新增入参:Name
203
-
204
- * [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/862/39432)
205
-
206
- * 新增入参:Name
207
-
208
- * [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747)
209
-
210
- * 新增入参:Name
211
-
212
- * [DescribeAnimatedGraphicsTemplates](https://cloud.tencent.com/document/api/862/37597)
213
-
214
- * 新增入参:Name
215
-
216
- * [DescribeContentReviewTemplates](https://cloud.tencent.com/document/api/862/39431)
217
-
218
- * 新增入参:Name
219
-
220
- * [DescribeImageSpriteTemplates](https://cloud.tencent.com/document/api/862/37596)
221
-
222
- * 新增入参:Name
223
-
224
- * [DescribeQualityControlTemplates](https://cloud.tencent.com/document/api/862/108312)
225
-
226
- * 新增入参:Name
227
-
228
- * [DescribeSampleSnapshotTemplates](https://cloud.tencent.com/document/api/862/37595)
229
-
230
- * 新增入参:Name
231
-
232
- * [DescribeSnapshotByTimeOffsetTemplates](https://cloud.tencent.com/document/api/862/37594)
233
-
234
- * 新增入参:Name
235
-
236
- * [DescribeTranscodeTemplates](https://cloud.tencent.com/document/api/862/37593)
237
-
238
- * 新增入参:Name
239
-
240
- * [DescribeWatermarkTemplates](https://cloud.tencent.com/document/api/862/37592)
241
-
242
- * 新增入参:Name
243
-
244
-
245
- 修改数据结构:
246
-
247
- * [UserDefineOcrTextReviewTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#UserDefineOcrTextReviewTemplateInfoForUpdate)
248
-
249
- * <font color="#dd0000">**修改成员**:</font>LabelSet
250
-
251
- * [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
252
-
253
- * 新增成员:Stereo3dType
254
-
255
- * [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
256
-
257
- * 新增成员:Stereo3dType
258
-
259
-
260
-
261
-
262
- ## 自动化助手(tat) 版本:2020-10-28
263
-
264
- ### 第 24 次发布
265
-
266
- 发布时间:2024-09-13 02:06:44
267
-
268
- 本次发布包含了以下内容:
269
-
270
- 改善已有的文档。
271
-
272
- 修改数据结构:
273
-
274
- * [Command](https://cloud.tencent.com/document/api/1340/52687#Command)
275
-
276
- * 新增成员:Scenes
277
-
278
-
279
-
280
-
281
- ## 向量数据库(vdb) 版本:2023-06-16
282
-
283
- ### 第 4 次发布
284
-
285
- 发布时间:2024-09-13 02:23:25
286
-
287
- 本次发布包含了以下内容:
288
-
289
- 改善已有的文档。
290
-
291
- 修改接口:
292
-
293
- * [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
294
-
295
- * 新增入参:Limit, Offset, Component
296
-
297
-
298
-
299
-
300
- ## 云点播(vod) 版本:2024-07-18
301
-
302
-
303
-
304
- ## 云点播(vod) 版本:2018-07-17
305
-
306
- ### 第 186 次发布
307
-
308
- 发布时间:2024-09-13 02:23:45
309
-
310
- 本次发布包含了以下内容:
311
-
312
- 改善已有的文档。
313
-
314
- 修改接口:
315
-
316
- * [AttachMediaSubtitles](https://cloud.tencent.com/document/api/266/54235)
317
-
318
- * 新增入参:DefaultSubtitleId
319
-
320
-
321
- 修改数据结构:
322
-
323
- * [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
324
-
325
- * 新增成员:SubtitleSet, DefaultSubtitleId
326
-
327
- * <font color="#dd0000">**修改成员**:</font>Size, DigitalWatermarkType, SubStreamSet, CopyRightWatermarkText
328
-
24
+ * [Multimedia](https://cloud.tencent.com/document/api/1729/101838#Multimedia)
25
+ * [Replace](https://cloud.tencent.com/document/api/1729/101838#Replace)
329
26
 
330
27
 
331
28
 
@@ -12875,12 +12572,12 @@
12875
12572
 
12876
12573
  新增接口:
12877
12574
 
12878
- * [[DeleteMessageReceiver](https://cloud.tencent.com/document/api/598/110941)](https://cloud.tencent.com/document/api/#/#)
12879
- * [[ListReceiver](https://cloud.tencent.com/document/api/598/110940)](https://cloud.tencent.com/document/api/#/#)
12575
+ * [DeleteMessageReceiver](https://cloud.tencent.com/document/api/598/110941)
12576
+ * [ListReceiver](https://cloud.tencent.com/document/api/598/110940)
12880
12577
 
12881
12578
  新增数据结构:
12882
12579
 
12883
- * [[Receiver](https://cloud.tencent.com/document/api/598/33167#Receiver)](https://cloud.tencent.com/document/api/598/33167#[Receiver](https://cloud.tencent.com/document/api/598/33167#Receiver))
12580
+ * [Receiver](https://cloud.tencent.com/document/api/598/33167#Receiver)
12884
12581
 
12885
12582
  ### 第 60 次发布
12886
12583
 
@@ -17280,6 +16977,21 @@
17280
16977
 
17281
16978
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
17282
16979
 
16980
+ ### 第 166 次发布
16981
+
16982
+ 发布时间:2024-09-16 01:16:44
16983
+
16984
+ 本次发布包含了以下内容:
16985
+
16986
+ 改善已有的文档。
16987
+
16988
+ 修改接口:
16989
+
16990
+ * [DescribeSlowLogData](https://cloud.tencent.com/document/api/236/43060)
16991
+
16992
+ * 新增入参:OpResourceId
16993
+
16994
+
17283
16995
  ### 第 165 次发布
17284
16996
 
17285
16997
  发布时间:2024-08-29 01:15:53
@@ -25778,6 +25490,23 @@
25778
25490
 
25779
25491
  ## 云防火墙(cfw) 版本:2019-09-04
25780
25492
 
25493
+ ### 第 65 次发布
25494
+
25495
+ 发布时间:2024-09-16 01:21:22
25496
+
25497
+ 本次发布包含了以下内容:
25498
+
25499
+ 改善已有的文档。
25500
+
25501
+ 新增接口:
25502
+
25503
+ * [DescribeEnterpriseSecurityGroupRuleList](https://cloud.tencent.com/document/api/1132/110987)
25504
+
25505
+ 新增数据结构:
25506
+
25507
+ * [EnterpriseSecurityGroupRuleBetaInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleBetaInfo)
25508
+ * [EnterpriseSecurityGroupRuleRuleInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleRuleInfo)
25509
+
25781
25510
  ### 第 64 次发布
25782
25511
 
25783
25512
  发布时间:2024-09-12 01:19:27
@@ -28003,6 +27732,18 @@
28003
27732
 
28004
27733
  ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
28005
27734
 
27735
+ ### 第 109 次发布
27736
+
27737
+ 发布时间:2024-09-16 01:22:56
27738
+
27739
+ 本次发布包含了以下内容:
27740
+
27741
+ 改善已有的文档。
27742
+
27743
+ 新增接口:
27744
+
27745
+ * [FetchMessageListByTimestamp](https://cloud.tencent.com/document/api/597/47895)
27746
+
28006
27747
  ### 第 108 次发布
28007
27748
 
28008
27749
  发布时间:2024-09-11 01:20:54
@@ -49242,11 +48983,11 @@
49242
48983
 
49243
48984
  新增接口:
49244
48985
 
49245
- * [[DescribeDomains](https://cloud.tencent.com/document/api/1025/110943)](https://cloud.tencent.com/document/api/#/#)
48986
+ * [DescribeDomains](https://cloud.tencent.com/document/api/1025/110943)
49246
48987
 
49247
48988
  新增数据结构:
49248
48989
 
49249
- * [[Domain](https://cloud.tencent.com/document/api/1025/74416#Domain)](https://cloud.tencent.com/document/api/1025/74416#[Domain](https://cloud.tencent.com/document/api/1025/74416#Domain))
48990
+ * [Domain](https://cloud.tencent.com/document/api/1025/74416#Domain)
49250
48991
 
49251
48992
  ### 第 29 次发布
49252
48993
 
@@ -53466,9 +53207,9 @@
53466
53207
 
53467
53208
  新增数据结构:
53468
53209
 
53469
- * [[DataMaskStrategyInfo](https://cloud.tencent.com/document/api/1342/53778#DataMaskStrategyInfo)](https://cloud.tencent.com/document/api/1342/53778#[DataMaskStrategyInfo](https://cloud.tencent.com/document/api/1342/53778#DataMaskStrategyInfo))
53470
- * [[GroupInfo](https://cloud.tencent.com/document/api/1342/53778#GroupInfo)](https://cloud.tencent.com/document/api/1342/53778#[GroupInfo](https://cloud.tencent.com/document/api/1342/53778#GroupInfo))
53471
- * [[TCHouseD](https://cloud.tencent.com/document/api/1342/53778#TCHouseD)](https://cloud.tencent.com/document/api/1342/53778#[TCHouseD](https://cloud.tencent.com/document/api/1342/53778#TCHouseD))
53210
+ * [DataMaskStrategyInfo](https://cloud.tencent.com/document/api/1342/53778#DataMaskStrategyInfo)
53211
+ * [GroupInfo](https://cloud.tencent.com/document/api/1342/53778#GroupInfo)
53212
+ * [TCHouseD](https://cloud.tencent.com/document/api/1342/53778#TCHouseD)
53472
53213
 
53473
53214
  修改数据结构:
53474
53215
 
@@ -77869,6 +77610,28 @@
77869
77610
 
77870
77611
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
77871
77612
 
77613
+ ### 第 19 次发布
77614
+
77615
+ 发布时间:2024-09-17 18:52:07
77616
+
77617
+ 本次发布包含了以下内容:
77618
+
77619
+ 改善已有的文档。
77620
+
77621
+ 修改接口:
77622
+
77623
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
77624
+
77625
+ * 新增入参:EnableMultimedia
77626
+
77627
+ * 新增出参:Replaces
77628
+
77629
+
77630
+ 新增数据结构:
77631
+
77632
+ * [[Multimedia](https://cloud.tencent.com/document/api/1729/101838#Multimedia)](https://cloud.tencent.com/document/api/1729/101838#[Multimedia](https://cloud.tencent.com/document/api/1729/101838#Multimedia))
77633
+ * [[Replace](https://cloud.tencent.com/document/api/1729/101838#Replace)](https://cloud.tencent.com/document/api/1729/101838#[Replace](https://cloud.tencent.com/document/api/1729/101838#Replace))
77634
+
77872
77635
  ### 第 18 次发布
77873
77636
 
77874
77637
  发布时间:2024-08-28 11:17:28
@@ -84981,6 +84744,21 @@
84981
84744
 
84982
84745
  ## 智能推荐平台(irp) 版本:2022-08-05
84983
84746
 
84747
+ ### 第 3 次发布
84748
+
84749
+ 发布时间:2024-09-16 01:58:03
84750
+
84751
+ 本次发布包含了以下内容:
84752
+
84753
+ 改善已有的文档。
84754
+
84755
+ 修改接口:
84756
+
84757
+ * [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)
84758
+
84759
+ * 新增入参:Extension
84760
+
84761
+
84984
84762
  ### 第 2 次发布
84985
84763
 
84986
84764
  发布时间:2023-03-10 01:38:31
@@ -91768,6 +91546,33 @@
91768
91546
 
91769
91547
  ## 大模型知识引擎(lke) 版本:2023-11-30
91770
91548
 
91549
+ ### 第 16 次发布
91550
+
91551
+ 发布时间:2024-09-16 02:02:56
91552
+
91553
+ 本次发布包含了以下内容:
91554
+
91555
+ 改善已有的文档。
91556
+
91557
+ 新增数据结构:
91558
+
91559
+ * [QuoteInfo](https://cloud.tencent.com/document/api/1759/105104#QuoteInfo)
91560
+
91561
+ 修改数据结构:
91562
+
91563
+ * [Context](https://cloud.tencent.com/document/api/1759/105104#Context)
91564
+
91565
+ * 新增成员:ReplyMethod
91566
+
91567
+ * [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
91568
+
91569
+ * 新增成员:QuoteInfos
91570
+
91571
+ * [ReferDetail](https://cloud.tencent.com/document/api/1759/105104#ReferDetail)
91572
+
91573
+ * 新增成员:PageInfos, SheetInfos, DocBizId
91574
+
91575
+
91771
91576
  ### 第 15 次发布
91772
91577
 
91773
91578
  发布时间:2024-08-30 01:50:11
@@ -104101,6 +103906,21 @@
104101
103906
 
104102
103907
  ## 文字识别(ocr) 版本:2018-11-19
104103
103908
 
103909
+ ### 第 151 次发布
103910
+
103911
+ 发布时间:2024-09-16 02:10:16
103912
+
103913
+ 本次发布包含了以下内容:
103914
+
103915
+ 改善已有的文档。
103916
+
103917
+ 修改接口:
103918
+
103919
+ * [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
103920
+
103921
+ * 新增出参:Electronic
103922
+
103923
+
104104
103924
  ### 第 150 次发布
104105
103925
 
104106
103926
  发布时间:2024-09-12 02:01:53
@@ -106956,6 +106776,21 @@
106956
106776
 
106957
106777
  ## 腾讯健康组学平台(omics) 版本:2022-11-28
106958
106778
 
106779
+ ### 第 16 次发布
106780
+
106781
+ 发布时间:2024-09-16 02:11:25
106782
+
106783
+ 本次发布包含了以下内容:
106784
+
106785
+ 改善已有的文档。
106786
+
106787
+ 修改数据结构:
106788
+
106789
+ * [NFOption](https://cloud.tencent.com/document/api/1643/89100#NFOption)
106790
+
106791
+ * 新增成员:LaunchDir
106792
+
106793
+
106959
106794
  ### 第 15 次发布
106960
106795
 
106961
106796
  发布时间:2024-04-22 01:22:30
@@ -138922,7 +138757,7 @@
138922
138757
 
138923
138758
  新增接口:
138924
138759
 
138925
- * [SendChatMessage](https://cloud.tencent.com/document/api/851/96176)
138760
+ * [SendChatMessage](https://cloud.tencent.com/document/api/#/#)
138926
138761
 
138927
138762
  ### 第 31 次发布
138928
138763
 
@@ -152754,6 +152589,21 @@
152754
152589
 
152755
152590
  ## 向量数据库(vdb) 版本:2023-06-16
152756
152591
 
152592
+ ### 第 5 次发布
152593
+
152594
+ 发布时间:2024-09-16 02:39:09
152595
+
152596
+ 本次发布包含了以下内容:
152597
+
152598
+ 改善已有的文档。
152599
+
152600
+ 修改接口:
152601
+
152602
+ * [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
152603
+
152604
+ * 新增入参:InstanceId
152605
+
152606
+
152757
152607
  ### 第 4 次发布
152758
152608
 
152759
152609
  发布时间:2024-09-13 02:23:25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.937",
3
+ "version": "4.0.939",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {