tencentcloud-sdk-nodejs 4.0.937 → 4.0.938
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 +169 -0
- package/SERVICE_CHANGELOG.md +185 -216
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +4 -0
- package/src/services/cfw/v20190904/cfw_client.ts +16 -2
- package/src/services/cfw/v20190904/cfw_models.ts +267 -30
- package/src/services/ckafka/v20190819/ckafka_client.ts +265 -253
- package/src/services/ckafka/v20190819/ckafka_models.ts +4845 -4805
- package/src/services/dlc/v20210125/dlc_models.ts +4 -4
- package/src/services/emr/v20190103/emr_models.ts +4 -4
- package/src/services/ess/v20201111/ess_models.ts +2 -1
- package/src/services/irp/v20220805/irp_models.ts +6 -2
- package/src/services/lke/v20231130/lke_client.ts +3 -2
- package/src/services/lke/v20231130/lke_models.ts +49 -7
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/omics/v20221128/omics_models.ts +7 -3
- package/src/services/vdb/v20230616/vdb_models.ts +4 -0
- package/src/services/vpc/v20170312/vpc_models.ts +3 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +263 -30
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4729 -4691
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -4
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
- package/tencentcloud/services/irp/v20220805/irp_models.d.ts +6 -2
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +2 -2
- package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +48 -7
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +7 -3
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +4 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
- package/test/cfw.v20190904.test.js +10 -0
- package/test/ckafka.v20190819.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 166 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-
|
|
7
|
+
发布时间:2024-09-16 01:16:44
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,25 +12,18 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
* 新增入参:ResponseDurationWarningThreshold
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
修改数据结构:
|
|
21
|
-
|
|
22
|
-
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
15
|
+
* [DescribeSlowLogData](https://cloud.tencent.com/document/api/236/43060)
|
|
23
16
|
|
|
24
|
-
*
|
|
17
|
+
* 新增入参:OpResourceId
|
|
25
18
|
|
|
26
19
|
|
|
27
20
|
|
|
28
21
|
|
|
29
|
-
##
|
|
22
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
30
23
|
|
|
31
|
-
### 第
|
|
24
|
+
### 第 65 次发布
|
|
32
25
|
|
|
33
|
-
发布时间:2024-09-
|
|
26
|
+
发布时间:2024-09-16 01:21:22
|
|
34
27
|
|
|
35
28
|
本次发布包含了以下内容:
|
|
36
29
|
|
|
@@ -38,20 +31,20 @@
|
|
|
38
31
|
|
|
39
32
|
新增接口:
|
|
40
33
|
|
|
41
|
-
* [
|
|
42
|
-
* [ListReceiver](https://cloud.tencent.com/document/api/598/110940)
|
|
34
|
+
* [DescribeEnterpriseSecurityGroupRuleList](https://cloud.tencent.com/document/api/1132/110987)
|
|
43
35
|
|
|
44
36
|
新增数据结构:
|
|
45
37
|
|
|
46
|
-
* [
|
|
38
|
+
* [EnterpriseSecurityGroupRuleBetaInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleBetaInfo)
|
|
39
|
+
* [EnterpriseSecurityGroupRuleRuleInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleRuleInfo)
|
|
47
40
|
|
|
48
41
|
|
|
49
42
|
|
|
50
|
-
##
|
|
43
|
+
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
51
44
|
|
|
52
|
-
### 第
|
|
45
|
+
### 第 109 次发布
|
|
53
46
|
|
|
54
|
-
发布时间:2024-09-
|
|
47
|
+
发布时间:2024-09-16 01:22:56
|
|
55
48
|
|
|
56
49
|
本次发布包含了以下内容:
|
|
57
50
|
|
|
@@ -59,73 +52,15 @@
|
|
|
59
52
|
|
|
60
53
|
新增接口:
|
|
61
54
|
|
|
62
|
-
* [
|
|
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 次发布
|
|
73
|
-
|
|
74
|
-
发布时间:2024-09-13 01:28:24
|
|
75
|
-
|
|
76
|
-
本次发布包含了以下内容:
|
|
77
|
-
|
|
78
|
-
改善已有的文档。
|
|
79
|
-
|
|
80
|
-
新增数据结构:
|
|
81
|
-
|
|
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
|
-
|
|
55
|
+
* [FetchMessageListByTimestamp](https://cloud.tencent.com/document/api/597/47895)
|
|
121
56
|
|
|
122
57
|
|
|
123
58
|
|
|
124
|
-
##
|
|
59
|
+
## 智能推荐平台(irp) 版本:2022-08-05
|
|
125
60
|
|
|
126
|
-
### 第
|
|
61
|
+
### 第 3 次发布
|
|
127
62
|
|
|
128
|
-
发布时间:2024-09-
|
|
63
|
+
发布时间:2024-09-16 01:58:03
|
|
129
64
|
|
|
130
65
|
本次发布包含了以下内容:
|
|
131
66
|
|
|
@@ -133,63 +68,53 @@
|
|
|
133
68
|
|
|
134
69
|
修改接口:
|
|
135
70
|
|
|
136
|
-
* [
|
|
137
|
-
|
|
138
|
-
* 新增入参:FlowDisplayType
|
|
139
|
-
|
|
140
|
-
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
141
|
-
|
|
142
|
-
* 新增入参:FlowDisplayType
|
|
71
|
+
* [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)
|
|
143
72
|
|
|
73
|
+
* 新增入参:Extension
|
|
144
74
|
|
|
145
|
-
修改数据结构:
|
|
146
75
|
|
|
147
|
-
* [FlowGroupInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupInfo)
|
|
148
76
|
|
|
149
|
-
* 新增成员:FlowDisplayType
|
|
150
77
|
|
|
78
|
+
## 智能推荐平台(irp) 版本:2022-03-24
|
|
151
79
|
|
|
152
80
|
|
|
153
81
|
|
|
154
|
-
##
|
|
82
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
155
83
|
|
|
156
|
-
### 第
|
|
84
|
+
### 第 16 次发布
|
|
157
85
|
|
|
158
|
-
发布时间:2024-09-
|
|
86
|
+
发布时间:2024-09-16 02:02:56
|
|
159
87
|
|
|
160
88
|
本次发布包含了以下内容:
|
|
161
89
|
|
|
162
90
|
改善已有的文档。
|
|
163
91
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
167
|
-
|
|
168
|
-
* 新增入参:FlowDisplayType
|
|
92
|
+
新增数据结构:
|
|
169
93
|
|
|
94
|
+
* [QuoteInfo](https://cloud.tencent.com/document/api/1759/105104#QuoteInfo)
|
|
170
95
|
|
|
171
96
|
修改数据结构:
|
|
172
97
|
|
|
173
|
-
* [
|
|
174
|
-
|
|
175
|
-
* 新增成员:FlowDisplayType
|
|
98
|
+
* [Context](https://cloud.tencent.com/document/api/1759/105104#Context)
|
|
176
99
|
|
|
177
|
-
*
|
|
100
|
+
* 新增成员:ReplyMethod
|
|
178
101
|
|
|
179
|
-
|
|
102
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
180
103
|
|
|
104
|
+
* 新增成员:QuoteInfos
|
|
181
105
|
|
|
106
|
+
* [ReferDetail](https://cloud.tencent.com/document/api/1759/105104#ReferDetail)
|
|
182
107
|
|
|
108
|
+
* 新增成员:PageInfos, SheetInfos, DocBizId
|
|
183
109
|
|
|
184
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
185
110
|
|
|
186
111
|
|
|
187
112
|
|
|
188
|
-
##
|
|
113
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
189
114
|
|
|
190
|
-
### 第
|
|
115
|
+
### 第 151 次发布
|
|
191
116
|
|
|
192
|
-
发布时间:2024-09-
|
|
117
|
+
发布时间:2024-09-16 02:10:16
|
|
193
118
|
|
|
194
119
|
本次发布包含了以下内容:
|
|
195
120
|
|
|
@@ -197,73 +122,18 @@
|
|
|
197
122
|
|
|
198
123
|
修改接口:
|
|
199
124
|
|
|
200
|
-
* [
|
|
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)
|
|
125
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
256
126
|
|
|
257
|
-
*
|
|
127
|
+
* 新增出参:Electronic
|
|
258
128
|
|
|
259
129
|
|
|
260
130
|
|
|
261
131
|
|
|
262
|
-
##
|
|
132
|
+
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
263
133
|
|
|
264
|
-
### 第
|
|
134
|
+
### 第 16 次发布
|
|
265
135
|
|
|
266
|
-
发布时间:2024-09-
|
|
136
|
+
发布时间:2024-09-16 02:11:25
|
|
267
137
|
|
|
268
138
|
本次发布包含了以下内容:
|
|
269
139
|
|
|
@@ -271,18 +141,18 @@
|
|
|
271
141
|
|
|
272
142
|
修改数据结构:
|
|
273
143
|
|
|
274
|
-
* [
|
|
144
|
+
* [NFOption](https://cloud.tencent.com/document/api/1643/89100#NFOption)
|
|
275
145
|
|
|
276
|
-
* 新增成员:
|
|
146
|
+
* 新增成员:LaunchDir
|
|
277
147
|
|
|
278
148
|
|
|
279
149
|
|
|
280
150
|
|
|
281
151
|
## 向量数据库(vdb) 版本:2023-06-16
|
|
282
152
|
|
|
283
|
-
### 第
|
|
153
|
+
### 第 5 次发布
|
|
284
154
|
|
|
285
|
-
发布时间:2024-09-
|
|
155
|
+
发布时间:2024-09-16 02:39:09
|
|
286
156
|
|
|
287
157
|
本次发布包含了以下内容:
|
|
288
158
|
|
|
@@ -292,39 +162,7 @@
|
|
|
292
162
|
|
|
293
163
|
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
|
|
294
164
|
|
|
295
|
-
* 新增入参:
|
|
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
|
|
165
|
+
* 新增入参:InstanceId
|
|
328
166
|
|
|
329
167
|
|
|
330
168
|
|
|
@@ -12875,12 +12713,12 @@
|
|
|
12875
12713
|
|
|
12876
12714
|
新增接口:
|
|
12877
12715
|
|
|
12878
|
-
* [
|
|
12879
|
-
* [
|
|
12716
|
+
* [DeleteMessageReceiver](https://cloud.tencent.com/document/api/598/110941)
|
|
12717
|
+
* [ListReceiver](https://cloud.tencent.com/document/api/598/110940)
|
|
12880
12718
|
|
|
12881
12719
|
新增数据结构:
|
|
12882
12720
|
|
|
12883
|
-
* [
|
|
12721
|
+
* [Receiver](https://cloud.tencent.com/document/api/598/33167#Receiver)
|
|
12884
12722
|
|
|
12885
12723
|
### 第 60 次发布
|
|
12886
12724
|
|
|
@@ -17280,6 +17118,21 @@
|
|
|
17280
17118
|
|
|
17281
17119
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
17282
17120
|
|
|
17121
|
+
### 第 166 次发布
|
|
17122
|
+
|
|
17123
|
+
发布时间:2024-09-16 01:16:44
|
|
17124
|
+
|
|
17125
|
+
本次发布包含了以下内容:
|
|
17126
|
+
|
|
17127
|
+
改善已有的文档。
|
|
17128
|
+
|
|
17129
|
+
修改接口:
|
|
17130
|
+
|
|
17131
|
+
* [DescribeSlowLogData](https://cloud.tencent.com/document/api/236/43060)
|
|
17132
|
+
|
|
17133
|
+
* 新增入参:OpResourceId
|
|
17134
|
+
|
|
17135
|
+
|
|
17283
17136
|
### 第 165 次发布
|
|
17284
17137
|
|
|
17285
17138
|
发布时间:2024-08-29 01:15:53
|
|
@@ -25778,6 +25631,23 @@
|
|
|
25778
25631
|
|
|
25779
25632
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
25780
25633
|
|
|
25634
|
+
### 第 65 次发布
|
|
25635
|
+
|
|
25636
|
+
发布时间:2024-09-16 01:21:22
|
|
25637
|
+
|
|
25638
|
+
本次发布包含了以下内容:
|
|
25639
|
+
|
|
25640
|
+
改善已有的文档。
|
|
25641
|
+
|
|
25642
|
+
新增接口:
|
|
25643
|
+
|
|
25644
|
+
* [[DescribeEnterpriseSecurityGroupRuleList](https://cloud.tencent.com/document/api/1132/110987)](https://cloud.tencent.com/document/api/#/#)
|
|
25645
|
+
|
|
25646
|
+
新增数据结构:
|
|
25647
|
+
|
|
25648
|
+
* [[EnterpriseSecurityGroupRuleBetaInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleBetaInfo)](https://cloud.tencent.com/document/api/1132/49071#[EnterpriseSecurityGroupRuleBetaInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleBetaInfo))
|
|
25649
|
+
* [[EnterpriseSecurityGroupRuleRuleInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleRuleInfo)](https://cloud.tencent.com/document/api/1132/49071#[EnterpriseSecurityGroupRuleRuleInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleRuleInfo))
|
|
25650
|
+
|
|
25781
25651
|
### 第 64 次发布
|
|
25782
25652
|
|
|
25783
25653
|
发布时间:2024-09-12 01:19:27
|
|
@@ -28003,6 +27873,18 @@
|
|
|
28003
27873
|
|
|
28004
27874
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
28005
27875
|
|
|
27876
|
+
### 第 109 次发布
|
|
27877
|
+
|
|
27878
|
+
发布时间:2024-09-16 01:22:56
|
|
27879
|
+
|
|
27880
|
+
本次发布包含了以下内容:
|
|
27881
|
+
|
|
27882
|
+
改善已有的文档。
|
|
27883
|
+
|
|
27884
|
+
新增接口:
|
|
27885
|
+
|
|
27886
|
+
* [[FetchMessageListByTimestamp](https://cloud.tencent.com/document/api/597/47895)](https://cloud.tencent.com/document/api/#/#)
|
|
27887
|
+
|
|
28006
27888
|
### 第 108 次发布
|
|
28007
27889
|
|
|
28008
27890
|
发布时间:2024-09-11 01:20:54
|
|
@@ -49242,11 +49124,11 @@
|
|
|
49242
49124
|
|
|
49243
49125
|
新增接口:
|
|
49244
49126
|
|
|
49245
|
-
* [
|
|
49127
|
+
* [DescribeDomains](https://cloud.tencent.com/document/api/1025/110943)
|
|
49246
49128
|
|
|
49247
49129
|
新增数据结构:
|
|
49248
49130
|
|
|
49249
|
-
* [
|
|
49131
|
+
* [Domain](https://cloud.tencent.com/document/api/1025/74416#Domain)
|
|
49250
49132
|
|
|
49251
49133
|
### 第 29 次发布
|
|
49252
49134
|
|
|
@@ -53466,9 +53348,9 @@
|
|
|
53466
53348
|
|
|
53467
53349
|
新增数据结构:
|
|
53468
53350
|
|
|
53469
|
-
* [
|
|
53470
|
-
* [
|
|
53471
|
-
* [
|
|
53351
|
+
* [DataMaskStrategyInfo](https://cloud.tencent.com/document/api/1342/53778#DataMaskStrategyInfo)
|
|
53352
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/1342/53778#GroupInfo)
|
|
53353
|
+
* [TCHouseD](https://cloud.tencent.com/document/api/1342/53778#TCHouseD)
|
|
53472
53354
|
|
|
53473
53355
|
修改数据结构:
|
|
53474
53356
|
|
|
@@ -84981,6 +84863,21 @@
|
|
|
84981
84863
|
|
|
84982
84864
|
## 智能推荐平台(irp) 版本:2022-08-05
|
|
84983
84865
|
|
|
84866
|
+
### 第 3 次发布
|
|
84867
|
+
|
|
84868
|
+
发布时间:2024-09-16 01:58:03
|
|
84869
|
+
|
|
84870
|
+
本次发布包含了以下内容:
|
|
84871
|
+
|
|
84872
|
+
改善已有的文档。
|
|
84873
|
+
|
|
84874
|
+
修改接口:
|
|
84875
|
+
|
|
84876
|
+
* [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)
|
|
84877
|
+
|
|
84878
|
+
* 新增入参:Extension
|
|
84879
|
+
|
|
84880
|
+
|
|
84984
84881
|
### 第 2 次发布
|
|
84985
84882
|
|
|
84986
84883
|
发布时间:2023-03-10 01:38:31
|
|
@@ -91768,6 +91665,33 @@
|
|
|
91768
91665
|
|
|
91769
91666
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
91770
91667
|
|
|
91668
|
+
### 第 16 次发布
|
|
91669
|
+
|
|
91670
|
+
发布时间:2024-09-16 02:02:56
|
|
91671
|
+
|
|
91672
|
+
本次发布包含了以下内容:
|
|
91673
|
+
|
|
91674
|
+
改善已有的文档。
|
|
91675
|
+
|
|
91676
|
+
新增数据结构:
|
|
91677
|
+
|
|
91678
|
+
* [[QuoteInfo](https://cloud.tencent.com/document/api/1759/105104#QuoteInfo)](https://cloud.tencent.com/document/api/1759/105104#[QuoteInfo](https://cloud.tencent.com/document/api/1759/105104#QuoteInfo))
|
|
91679
|
+
|
|
91680
|
+
修改数据结构:
|
|
91681
|
+
|
|
91682
|
+
* [Context](https://cloud.tencent.com/document/api/1759/105104#Context)
|
|
91683
|
+
|
|
91684
|
+
* 新增成员:ReplyMethod
|
|
91685
|
+
|
|
91686
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
91687
|
+
|
|
91688
|
+
* 新增成员:QuoteInfos
|
|
91689
|
+
|
|
91690
|
+
* [ReferDetail](https://cloud.tencent.com/document/api/1759/105104#ReferDetail)
|
|
91691
|
+
|
|
91692
|
+
* 新增成员:PageInfos, SheetInfos, DocBizId
|
|
91693
|
+
|
|
91694
|
+
|
|
91771
91695
|
### 第 15 次发布
|
|
91772
91696
|
|
|
91773
91697
|
发布时间:2024-08-30 01:50:11
|
|
@@ -104101,6 +104025,21 @@
|
|
|
104101
104025
|
|
|
104102
104026
|
## 文字识别(ocr) 版本:2018-11-19
|
|
104103
104027
|
|
|
104028
|
+
### 第 151 次发布
|
|
104029
|
+
|
|
104030
|
+
发布时间:2024-09-16 02:10:16
|
|
104031
|
+
|
|
104032
|
+
本次发布包含了以下内容:
|
|
104033
|
+
|
|
104034
|
+
改善已有的文档。
|
|
104035
|
+
|
|
104036
|
+
修改接口:
|
|
104037
|
+
|
|
104038
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
104039
|
+
|
|
104040
|
+
* 新增出参:Electronic
|
|
104041
|
+
|
|
104042
|
+
|
|
104104
104043
|
### 第 150 次发布
|
|
104105
104044
|
|
|
104106
104045
|
发布时间:2024-09-12 02:01:53
|
|
@@ -106956,6 +106895,21 @@
|
|
|
106956
106895
|
|
|
106957
106896
|
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
106958
106897
|
|
|
106898
|
+
### 第 16 次发布
|
|
106899
|
+
|
|
106900
|
+
发布时间:2024-09-16 02:11:25
|
|
106901
|
+
|
|
106902
|
+
本次发布包含了以下内容:
|
|
106903
|
+
|
|
106904
|
+
改善已有的文档。
|
|
106905
|
+
|
|
106906
|
+
修改数据结构:
|
|
106907
|
+
|
|
106908
|
+
* [NFOption](https://cloud.tencent.com/document/api/1643/89100#NFOption)
|
|
106909
|
+
|
|
106910
|
+
* 新增成员:LaunchDir
|
|
106911
|
+
|
|
106912
|
+
|
|
106959
106913
|
### 第 15 次发布
|
|
106960
106914
|
|
|
106961
106915
|
发布时间:2024-04-22 01:22:30
|
|
@@ -138922,7 +138876,7 @@
|
|
|
138922
138876
|
|
|
138923
138877
|
新增接口:
|
|
138924
138878
|
|
|
138925
|
-
* [SendChatMessage](https://cloud.tencent.com/document/api
|
|
138879
|
+
* [SendChatMessage](https://cloud.tencent.com/document/api/#/#)
|
|
138926
138880
|
|
|
138927
138881
|
### 第 31 次发布
|
|
138928
138882
|
|
|
@@ -152754,6 +152708,21 @@
|
|
|
152754
152708
|
|
|
152755
152709
|
## 向量数据库(vdb) 版本:2023-06-16
|
|
152756
152710
|
|
|
152711
|
+
### 第 5 次发布
|
|
152712
|
+
|
|
152713
|
+
发布时间:2024-09-16 02:39:09
|
|
152714
|
+
|
|
152715
|
+
本次发布包含了以下内容:
|
|
152716
|
+
|
|
152717
|
+
改善已有的文档。
|
|
152718
|
+
|
|
152719
|
+
修改接口:
|
|
152720
|
+
|
|
152721
|
+
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
|
|
152722
|
+
|
|
152723
|
+
* 新增入参:InstanceId
|
|
152724
|
+
|
|
152725
|
+
|
|
152757
152726
|
### 第 4 次发布
|
|
152758
152727
|
|
|
152759
152728
|
发布时间:2024-09-13 02:23:25
|