tencentcloud-sdk-nodejs 4.0.954 → 4.0.955

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 (74) hide show
  1. package/CHANGELOG.md +325 -0
  2. package/SERVICE_CHANGELOG.md +575 -7
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cbs/v20170312/cbs_models.ts +3 -3
  7. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  8. package/src/services/cdwch/v20200915/cdwch_models.ts +10 -0
  9. package/src/services/clb/v20180317/clb_models.ts +11 -6
  10. package/src/services/cynosdb/v20190107/cynosdb_client.ts +4 -2
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +77 -30
  12. package/src/services/dsgc/v20190723/dsgc_models.ts +70 -10
  13. package/src/services/ess/v20201111/ess_client.ts +9 -15
  14. package/src/services/ess/v20201111/ess_models.ts +53 -22
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +25 -16
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +65 -13
  17. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +28 -4
  18. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +169 -66
  19. package/src/services/lke/v20231130/lke_models.ts +1 -2
  20. package/src/services/mongodb/v20190725/mongodb_models.ts +3 -4
  21. package/src/services/mps/v20190612/mps_client.ts +74 -21
  22. package/src/services/mps/v20190612/mps_models.ts +421 -35
  23. package/src/services/oceanus/v20190422/oceanus_client.ts +19 -6
  24. package/src/services/oceanus/v20190422/oceanus_models.ts +139 -91
  25. package/src/services/redis/v20180412/redis_client.ts +14 -2
  26. package/src/services/redis/v20180412/redis_models.ts +72 -37
  27. package/src/services/tcss/v20201101/tcss_client.ts +20 -10
  28. package/src/services/tms/v20201229/tms_models.ts +1 -1
  29. package/src/services/trtc/v20190722/trtc_models.ts +8 -5
  30. package/src/services/waf/v20180125/waf_client.ts +43 -15
  31. package/src/services/waf/v20180125/waf_models.ts +351 -22
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +3 -3
  35. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  36. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +10 -0
  37. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +11 -6
  38. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +75 -30
  41. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +70 -10
  42. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -15
  43. package/tencentcloud/services/ess/v20201111/ess_client.js +8 -15
  44. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +52 -22
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -16
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -15
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +63 -13
  48. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +9 -1
  49. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -0
  50. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +164 -65
  51. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -2
  52. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -4
  53. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +24 -7
  54. package/tencentcloud/services/mps/v20190612/mps_client.js +34 -9
  55. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +409 -35
  56. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
  57. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
  58. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +135 -90
  59. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +6 -2
  60. package/tencentcloud/services/redis/v20180412/redis_client.js +7 -1
  61. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +70 -37
  62. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +15 -5
  63. package/tencentcloud/services/tcss/v20201101/tcss_client.js +15 -5
  64. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
  65. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -5
  66. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -5
  67. package/tencentcloud/services/waf/v20180125/waf_client.js +18 -6
  68. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +343 -22
  69. package/test/essbasic.v20210526.test.js +10 -0
  70. package/test/iotexplorer.v20190423.test.js +20 -0
  71. package/test/mps.v20190612.test.js +46 -6
  72. package/test/oceanus.v20190422.test.js +10 -0
  73. package/test/redis.v20180412.test.js +10 -0
  74. package/test/waf.v20180125.test.js +24 -4
@@ -1,10 +1,29 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 智能视图计算平台(iss) 版本:2023-05-17
3
+ ## 腾讯云数据仓库TCHouse-C(cdwch) 版本:2020-09-15
4
4
 
5
- ### 第 20 次发布
5
+ ### 第 23 次发布
6
6
 
7
- 发布时间:2024-10-11 18:07:24
7
+ 发布时间:2024-10-14 01:10:53
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)
16
+
17
+ * 新增成员:IsWhiteSGs, BindSGs
18
+
19
+
20
+
21
+
22
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
23
+
24
+ ### 第 106 次发布
25
+
26
+ 发布时间:2024-10-14 01:14:55
8
27
 
9
28
  本次发布包含了以下内容:
10
29
 
@@ -12,17 +31,295 @@
12
31
 
13
32
  修改接口:
14
33
 
15
- * [DescribeRecordFile](https://cloud.tencent.com/document/api/1344/95934)
34
+ * [DescribeSupportProxyVersion](https://cloud.tencent.com/document/api/1003/94260)
16
35
 
17
- * 新增入参:WithUrl
36
+ * 新增出参:SupportProxyVersionDetail
18
37
 
19
38
 
39
+ 新增数据结构:
40
+
41
+ * [CrossRegionBackupItem](https://cloud.tencent.com/document/api/1003/48097#CrossRegionBackupItem)
42
+ * [ProxyVersionInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyVersionInfo)
43
+
20
44
  修改数据结构:
21
45
 
22
- * [RecordTimeLine](https://cloud.tencent.com/document/api/1344/95952#RecordTimeLine)
46
+ * [BizTaskInfo](https://cloud.tencent.com/document/api/1003/48097#BizTaskInfo)
23
47
 
24
- * 新增成员:HlsUrl
48
+ * [ManualBackupData](https://cloud.tencent.com/document/api/1003/48097#ManualBackupData)
49
+
50
+ * 新增成员:CrossRegionBackupInfos
51
+
52
+
53
+
54
+
55
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
56
+
57
+ ### 第 22 次发布
58
+
59
+ 发布时间:2024-10-14 01:17:08
60
+
61
+ 本次发布包含了以下内容:
62
+
63
+ 改善已有的文档。
64
+
65
+ 修改接口:
66
+
67
+ * [AuthorizeDSPAMetaResources](https://cloud.tencent.com/document/api/1087/97183)
68
+
69
+ * 新增入参:CreateDefaultTask, AuthRange
70
+
71
+ * [CreateDSPASelfBuildMetaResource](https://cloud.tencent.com/document/api/1087/97178)
72
+
73
+ * 新增入参:AuthRange
74
+
75
+ * [GetUserQuotaInfo](https://cloud.tencent.com/document/api/1087/97170)
76
+
77
+ * 新增出参:InsTotalQuota, InsRemainQuota, Version
78
+
79
+ * [UpdateDSPASelfBuildResource](https://cloud.tencent.com/document/api/1087/97163)
80
+
81
+ * 新增入参:AuthRange
82
+
83
+
84
+ 修改数据结构:
85
+
86
+ * [DSPACosMetaDataInfo](https://cloud.tencent.com/document/api/1087/96844#DSPACosMetaDataInfo)
87
+
88
+ * 新增成员:GovernAuthStatus
89
+
90
+ * [DspaInstance](https://cloud.tencent.com/document/api/1087/96844#DspaInstance)
91
+
92
+ * 新增成员:InsAuthCount, InsTotalQuota
93
+
94
+ * [DspaUserResourceMeta](https://cloud.tencent.com/document/api/1087/96844#DspaUserResourceMeta)
95
+
96
+ * 新增成员:GovernAuthStatus, AuthRange
97
+
98
+ * [ReportInfo](https://cloud.tencent.com/document/api/1087/96844#ReportInfo)
99
+
100
+ * 新增成员:ReportTemplateName
101
+
102
+
103
+
104
+
105
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
106
+
107
+ ### 第 190 次发布
108
+
109
+ 发布时间:2024-10-14 01:18:57
110
+
111
+ 本次发布包含了以下内容:
112
+
113
+ 改善已有的文档。
114
+
115
+ 修改接口:
116
+
117
+ * [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
118
+
119
+ * 新增入参:ForbidPersonalMultipleSign
120
+
121
+ * [DescribeOrganizationSeals](https://cloud.tencent.com/document/api/1323/82453)
122
+
123
+ * <font color="#dd0000">**修改入参**:</font>Limit
124
+
125
+
126
+ 新增数据结构:
127
+
128
+ * [ExtendScene](https://cloud.tencent.com/document/api/1323/70369#ExtendScene)
129
+
130
+ 修改数据结构:
131
+
132
+ * [OccupiedSeal](https://cloud.tencent.com/document/api/1323/70369#OccupiedSeal)
133
+
134
+ * 新增成员:ExtendScene
135
+
136
+
137
+
138
+
139
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
140
+
141
+ ### 第 187 次发布
142
+
143
+ 发布时间:2024-10-14 01:19:22
144
+
145
+ 本次发布包含了以下内容:
146
+
147
+ 改善已有的文档。
148
+
149
+ 新增接口:
150
+
151
+ * [ChannelDescribeAccountBillDetail](https://cloud.tencent.com/document/api/1420/111553)
152
+
153
+ 修改接口:
154
+
155
+ * [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
156
+
157
+ * 新增入参:ForbidPersonalMultipleSign
158
+
159
+
160
+
161
+
162
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
163
+
164
+
165
+
166
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
167
+
168
+ ### 第 79 次发布
169
+
170
+ 发布时间:2024-10-12 13:22:15
171
+
172
+ 本次发布包含了以下内容:
173
+
174
+ 改善已有的文档。
175
+
176
+ 新增接口:
177
+
178
+ * [CreateExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111511)
179
+ * [InvokeExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111510)
180
+
181
+
182
+
183
+ ## 媒体处理(mps) 版本:2019-06-12
184
+
185
+ ### 第 97 次发布
186
+
187
+ 发布时间:2024-10-12 13:27:04
188
+
189
+ 本次发布包含了以下内容:
190
+
191
+ 改善已有的文档。
192
+
193
+ 新增接口:
194
+
195
+ * [CreateVideoDatabaseEntryTask](https://cloud.tencent.com/document/api/862/111513)
196
+ * [CreateVideoSearchTask](https://cloud.tencent.com/document/api/862/111512)
197
+ * [DescribeVideoDatabaseEntryTaskDetail](https://cloud.tencent.com/document/api/862/111515)
198
+ * [DescribeVideoSearchTaskDetail](https://cloud.tencent.com/document/api/862/111514)
199
+
200
+ 新增数据结构:
201
+
202
+ * [SearchTaskResult](https://cloud.tencent.com/document/api/862/37615#SearchTaskResult)
203
+ * [SearchValueInput](https://cloud.tencent.com/document/api/862/37615#SearchValueInput)
204
+ * [SegmentSpecificInfo](https://cloud.tencent.com/document/api/862/37615#SegmentSpecificInfo)
205
+ * [VideoDBEntryTaskResult](https://cloud.tencent.com/document/api/862/37615#VideoDBEntryTaskResult)
206
+
207
+ 修改数据结构:
208
+
209
+ * [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
210
+
211
+ * 新增成员:GopUnit, HlsTime, VideoProfile, VideoLevel, Bframes, Mode, Sar, NoScenecut, BitDepth, RawPts, Compress, SegmentSpecificInfo
212
+
213
+ * [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
214
+
215
+ * 新增成员:GopUnit, HlsTime, VideoProfile, VideoLevel, Bframes, Mode, Sar, NoScenecut, BitDepth, RawPts, Compress, SegmentSpecificInfo
216
+
217
+
218
+
219
+
220
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
221
+
222
+ ### 第 63 次发布
223
+
224
+ 发布时间:2024-10-14 01:26:06
225
+
226
+ 本次发布包含了以下内容:
227
+
228
+ 改善已有的文档。
229
+
230
+ 新增接口:
231
+
232
+ * [DescribeJobRuntimeInfo](https://cloud.tencent.com/document/api/849/111554)
233
+
234
+ 新增数据结构:
235
+
236
+ * [JobRuntimeInfo](https://cloud.tencent.com/document/api/849/52010#JobRuntimeInfo)
237
+
238
+
239
+
240
+ ## 云数据库Redis(redis) 版本:2018-04-12
241
+
242
+ ### 第 82 次发布
243
+
244
+ 发布时间:2024-10-14 01:27:42
245
+
246
+ 本次发布包含了以下内容:
247
+
248
+ 改善已有的文档。
249
+
250
+ 新增接口:
251
+
252
+ * [ModifyInstancePassword](https://cloud.tencent.com/document/api/239/111555)
253
+
254
+
255
+
256
+ ## 容器安全服务(tcss) 版本:2020-11-01
257
+
258
+ ### 第 68 次发布
259
+
260
+ 发布时间:2024-10-14 01:30:34
261
+
262
+ 本次发布包含了以下内容:
263
+
264
+ 改善已有的文档。
265
+
266
+ <font color="#dd0000">**预下线接口**:</font>
267
+
268
+ * DescribeAbnormalProcessEventsExport
269
+ * DescribeAbnormalProcessRulesExport
270
+ * DescribeAccessControlRulesExport
271
+ * DescribeAssetImageListExport
272
+ * DescribeEscapeEventsExport
273
+
274
+
275
+
276
+ ## 实时音视频(trtc) 版本:2019-07-22
277
+
278
+ ### 第 91 次发布
279
+
280
+ 发布时间:2024-10-14 01:34:15
281
+
282
+ 本次发布包含了以下内容:
283
+
284
+ 改善已有的文档。
285
+
286
+ 修改接口:
287
+
288
+ * [StartWebRecord](https://cloud.tencent.com/document/api/647/104541)
289
+
290
+ * 新增入参:ReadyTimeout
291
+
292
+
293
+ 修改数据结构:
25
294
 
295
+ * [TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)
296
+
297
+ * 新增成员:TargetUserIdList
298
+
299
+
300
+
301
+
302
+ ## Web 应用防火墙(waf) 版本:2018-01-25
303
+
304
+ ### 第 96 次发布
305
+
306
+ 发布时间:2024-10-14 01:37:11
307
+
308
+ 本次发布包含了以下内容:
309
+
310
+ 改善已有的文档。
311
+
312
+ 新增接口:
313
+
314
+ * [DescribeApiDetail](https://cloud.tencent.com/document/api/627/111557)
315
+ * [DescribeApiListVersionTwo](https://cloud.tencent.com/document/api/627/111556)
316
+
317
+ 新增数据结构:
318
+
319
+ * [ApiAsset](https://cloud.tencent.com/document/api/627/53609#ApiAsset)
320
+ * [ApiDataFilter](https://cloud.tencent.com/document/api/627/53609#ApiDataFilter)
321
+ * [ApiDetailSampleHistory](https://cloud.tencent.com/document/api/627/53609#ApiDetailSampleHistory)
322
+ * [ApiParameterType](https://cloud.tencent.com/document/api/627/53609#ApiParameterType)
26
323
 
27
324
 
28
325
 
@@ -23575,6 +23872,21 @@
23575
23872
 
23576
23873
  ## 腾讯云数据仓库TCHouse-C(cdwch) 版本:2020-09-15
23577
23874
 
23875
+ ### 第 23 次发布
23876
+
23877
+ 发布时间:2024-10-14 01:10:53
23878
+
23879
+ 本次发布包含了以下内容:
23880
+
23881
+ 改善已有的文档。
23882
+
23883
+ 修改数据结构:
23884
+
23885
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)
23886
+
23887
+ * 新增成员:IsWhiteSGs, BindSGs
23888
+
23889
+
23578
23890
  ### 第 22 次发布
23579
23891
 
23580
23892
  发布时间:2024-07-24 01:18:03
@@ -47188,6 +47500,35 @@
47188
47500
 
47189
47501
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
47190
47502
 
47503
+ ### 第 106 次发布
47504
+
47505
+ 发布时间:2024-10-14 01:14:55
47506
+
47507
+ 本次发布包含了以下内容:
47508
+
47509
+ 改善已有的文档。
47510
+
47511
+ 修改接口:
47512
+
47513
+ * [DescribeSupportProxyVersion](https://cloud.tencent.com/document/api/1003/94260)
47514
+
47515
+ * 新增出参:SupportProxyVersionDetail
47516
+
47517
+
47518
+ 新增数据结构:
47519
+
47520
+ * [[CrossRegionBackupItem](https://cloud.tencent.com/document/api/1003/48097#CrossRegionBackupItem)](https://cloud.tencent.com/document/api/1003/48097#[CrossRegionBackupItem](https://cloud.tencent.com/document/api/1003/48097#CrossRegionBackupItem))
47521
+ * [[ProxyVersionInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyVersionInfo)](https://cloud.tencent.com/document/api/1003/48097#[ProxyVersionInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyVersionInfo))
47522
+
47523
+ 修改数据结构:
47524
+
47525
+ * [BizTaskInfo](https://cloud.tencent.com/document/api/1003/48097#BizTaskInfo)
47526
+
47527
+ * [ManualBackupData](https://cloud.tencent.com/document/api/1003/48097#ManualBackupData)
47528
+
47529
+ * 新增成员:CrossRegionBackupInfos
47530
+
47531
+
47191
47532
  ### 第 105 次发布
47192
47533
 
47193
47534
  发布时间:2024-10-11 01:14:58
@@ -57539,6 +57880,52 @@
57539
57880
 
57540
57881
  ## 数据安全治理中心(dsgc) 版本:2019-07-23
57541
57882
 
57883
+ ### 第 22 次发布
57884
+
57885
+ 发布时间:2024-10-14 01:17:08
57886
+
57887
+ 本次发布包含了以下内容:
57888
+
57889
+ 改善已有的文档。
57890
+
57891
+ 修改接口:
57892
+
57893
+ * [AuthorizeDSPAMetaResources](https://cloud.tencent.com/document/api/1087/97183)
57894
+
57895
+ * 新增入参:CreateDefaultTask, AuthRange
57896
+
57897
+ * [CreateDSPASelfBuildMetaResource](https://cloud.tencent.com/document/api/1087/97178)
57898
+
57899
+ * 新增入参:AuthRange
57900
+
57901
+ * [GetUserQuotaInfo](https://cloud.tencent.com/document/api/1087/97170)
57902
+
57903
+ * 新增出参:InsTotalQuota, InsRemainQuota, Version
57904
+
57905
+ * [UpdateDSPASelfBuildResource](https://cloud.tencent.com/document/api/1087/97163)
57906
+
57907
+ * 新增入参:AuthRange
57908
+
57909
+
57910
+ 修改数据结构:
57911
+
57912
+ * [DSPACosMetaDataInfo](https://cloud.tencent.com/document/api/1087/96844#DSPACosMetaDataInfo)
57913
+
57914
+ * 新增成员:GovernAuthStatus
57915
+
57916
+ * [DspaInstance](https://cloud.tencent.com/document/api/1087/96844#DspaInstance)
57917
+
57918
+ * 新增成员:InsAuthCount, InsTotalQuota
57919
+
57920
+ * [DspaUserResourceMeta](https://cloud.tencent.com/document/api/1087/96844#DspaUserResourceMeta)
57921
+
57922
+ * 新增成员:GovernAuthStatus, AuthRange
57923
+
57924
+ * [ReportInfo](https://cloud.tencent.com/document/api/1087/96844#ReportInfo)
57925
+
57926
+ * 新增成员:ReportTemplateName
57927
+
57928
+
57542
57929
  ### 第 21 次发布
57543
57930
 
57544
57931
  发布时间:2024-09-13 01:31:06
@@ -65810,6 +66197,36 @@
65810
66197
 
65811
66198
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
65812
66199
 
66200
+ ### 第 190 次发布
66201
+
66202
+ 发布时间:2024-10-14 01:18:57
66203
+
66204
+ 本次发布包含了以下内容:
66205
+
66206
+ 改善已有的文档。
66207
+
66208
+ 修改接口:
66209
+
66210
+ * [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
66211
+
66212
+ * 新增入参:ForbidPersonalMultipleSign
66213
+
66214
+ * [DescribeOrganizationSeals](https://cloud.tencent.com/document/api/1323/82453)
66215
+
66216
+ * <font color="#dd0000">**修改入参**:</font>Limit
66217
+
66218
+
66219
+ 新增数据结构:
66220
+
66221
+ * [[ExtendScene](https://cloud.tencent.com/document/api/1323/70369#ExtendScene)](https://cloud.tencent.com/document/api/1323/70369#[ExtendScene](https://cloud.tencent.com/document/api/1323/70369#ExtendScene))
66222
+
66223
+ 修改数据结构:
66224
+
66225
+ * [OccupiedSeal](https://cloud.tencent.com/document/api/1323/70369#OccupiedSeal)
66226
+
66227
+ * 新增成员:ExtendScene
66228
+
66229
+
65813
66230
  ### 第 189 次发布
65814
66231
 
65815
66232
  发布时间:2024-10-11 01:18:55
@@ -69408,6 +69825,25 @@
69408
69825
 
69409
69826
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
69410
69827
 
69828
+ ### 第 187 次发布
69829
+
69830
+ 发布时间:2024-10-14 01:19:22
69831
+
69832
+ 本次发布包含了以下内容:
69833
+
69834
+ 改善已有的文档。
69835
+
69836
+ 新增接口:
69837
+
69838
+ * [[ChannelDescribeAccountBillDetail](https://cloud.tencent.com/document/api/1420/111553)](https://cloud.tencent.com/document/api/#/#)
69839
+
69840
+ 修改接口:
69841
+
69842
+ * [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
69843
+
69844
+ * 新增入参:ForbidPersonalMultipleSign
69845
+
69846
+
69411
69847
  ### 第 186 次发布
69412
69848
 
69413
69849
  发布时间:2024-10-10 01:18:55
@@ -81820,6 +82256,19 @@
81820
82256
 
81821
82257
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
81822
82258
 
82259
+ ### 第 79 次发布
82260
+
82261
+ 发布时间:2024-10-12 13:22:15
82262
+
82263
+ 本次发布包含了以下内容:
82264
+
82265
+ 改善已有的文档。
82266
+
82267
+ 新增接口:
82268
+
82269
+ * [[CreateExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111511)](https://cloud.tencent.com/document/api/#/#)
82270
+ * [[InvokeExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111510)](https://cloud.tencent.com/document/api/#/#)
82271
+
81823
82272
  ### 第 78 次发布
81824
82273
 
81825
82274
  发布时间:2024-09-12 01:46:54
@@ -98434,6 +98883,39 @@
98434
98883
 
98435
98884
  ## 媒体处理(mps) 版本:2019-06-12
98436
98885
 
98886
+ ### 第 97 次发布
98887
+
98888
+ 发布时间:2024-10-12 13:27:04
98889
+
98890
+ 本次发布包含了以下内容:
98891
+
98892
+ 改善已有的文档。
98893
+
98894
+ 新增接口:
98895
+
98896
+ * [[CreateVideoDatabaseEntryTask](https://cloud.tencent.com/document/api/862/111513)](https://cloud.tencent.com/document/api/#/#)
98897
+ * [[CreateVideoSearchTask](https://cloud.tencent.com/document/api/862/111512)](https://cloud.tencent.com/document/api/#/#)
98898
+ * [[DescribeVideoDatabaseEntryTaskDetail](https://cloud.tencent.com/document/api/862/111515)](https://cloud.tencent.com/document/api/#/#)
98899
+ * [[DescribeVideoSearchTaskDetail](https://cloud.tencent.com/document/api/862/111514)](https://cloud.tencent.com/document/api/#/#)
98900
+
98901
+ 新增数据结构:
98902
+
98903
+ * [[SearchTaskResult](https://cloud.tencent.com/document/api/862/37615#SearchTaskResult)](https://cloud.tencent.com/document/api/862/37615#[SearchTaskResult](https://cloud.tencent.com/document/api/862/37615#SearchTaskResult))
98904
+ * [[SearchValueInput](https://cloud.tencent.com/document/api/862/37615#SearchValueInput)](https://cloud.tencent.com/document/api/862/37615#[SearchValueInput](https://cloud.tencent.com/document/api/862/37615#SearchValueInput))
98905
+ * [[SegmentSpecificInfo](https://cloud.tencent.com/document/api/862/37615#SegmentSpecificInfo)](https://cloud.tencent.com/document/api/862/37615#[SegmentSpecificInfo](https://cloud.tencent.com/document/api/862/37615#SegmentSpecificInfo))
98906
+ * [[VideoDBEntryTaskResult](https://cloud.tencent.com/document/api/862/37615#VideoDBEntryTaskResult)](https://cloud.tencent.com/document/api/862/37615#[VideoDBEntryTaskResult](https://cloud.tencent.com/document/api/862/37615#VideoDBEntryTaskResult))
98907
+
98908
+ 修改数据结构:
98909
+
98910
+ * [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
98911
+
98912
+ * 新增成员:GopUnit, HlsTime, VideoProfile, VideoLevel, Bframes, Mode, Sar, NoScenecut, BitDepth, RawPts, Compress, SegmentSpecificInfo
98913
+
98914
+ * [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
98915
+
98916
+ * 新增成员:GopUnit, HlsTime, VideoProfile, VideoLevel, Bframes, Mode, Sar, NoScenecut, BitDepth, RawPts, Compress, SegmentSpecificInfo
98917
+
98918
+
98437
98919
  ### 第 96 次发布
98438
98920
 
98439
98921
  发布时间:2024-09-20 13:07:52
@@ -103565,6 +104047,22 @@
103565
104047
 
103566
104048
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
103567
104049
 
104050
+ ### 第 63 次发布
104051
+
104052
+ 发布时间:2024-10-14 01:26:06
104053
+
104054
+ 本次发布包含了以下内容:
104055
+
104056
+ 改善已有的文档。
104057
+
104058
+ 新增接口:
104059
+
104060
+ * [[DescribeJobRuntimeInfo](https://cloud.tencent.com/document/api/849/111554)](https://cloud.tencent.com/document/api/#/#)
104061
+
104062
+ 新增数据结构:
104063
+
104064
+ * [[JobRuntimeInfo](https://cloud.tencent.com/document/api/849/52010#JobRuntimeInfo)](https://cloud.tencent.com/document/api/849/52010#[JobRuntimeInfo](https://cloud.tencent.com/document/api/849/52010#JobRuntimeInfo))
104065
+
103568
104066
  ### 第 62 次发布
103569
104067
 
103570
104068
  发布时间:2024-09-04 01:54:37
@@ -111582,6 +112080,18 @@
111582
112080
 
111583
112081
  ## 云数据库Redis(redis) 版本:2018-04-12
111584
112082
 
112083
+ ### 第 82 次发布
112084
+
112085
+ 发布时间:2024-10-14 01:27:42
112086
+
112087
+ 本次发布包含了以下内容:
112088
+
112089
+ 改善已有的文档。
112090
+
112091
+ 新增接口:
112092
+
112093
+ * [[ModifyInstancePassword](https://cloud.tencent.com/document/api/239/111555)](https://cloud.tencent.com/document/api/#/#)
112094
+
111585
112095
  ### 第 81 次发布
111586
112096
 
111587
112097
  发布时间:2024-09-11 02:05:34
@@ -126919,6 +127429,22 @@
126919
127429
 
126920
127430
  ## 容器安全服务(tcss) 版本:2020-11-01
126921
127431
 
127432
+ ### 第 68 次发布
127433
+
127434
+ 发布时间:2024-10-14 01:30:34
127435
+
127436
+ 本次发布包含了以下内容:
127437
+
127438
+ 改善已有的文档。
127439
+
127440
+ <font color="#dd0000">**预下线接口**:</font>
127441
+
127442
+ * DescribeAbnormalProcessEventsExport
127443
+ * DescribeAbnormalProcessRulesExport
127444
+ * DescribeAccessControlRulesExport
127445
+ * DescribeAssetImageListExport
127446
+ * DescribeEscapeEventsExport
127447
+
126922
127448
  ### 第 67 次发布
126923
127449
 
126924
127450
  发布时间:2024-10-10 01:30:02
@@ -147273,6 +147799,28 @@
147273
147799
 
147274
147800
  ## 实时音视频(trtc) 版本:2019-07-22
147275
147801
 
147802
+ ### 第 91 次发布
147803
+
147804
+ 发布时间:2024-10-14 01:34:15
147805
+
147806
+ 本次发布包含了以下内容:
147807
+
147808
+ 改善已有的文档。
147809
+
147810
+ 修改接口:
147811
+
147812
+ * [StartWebRecord](https://cloud.tencent.com/document/api/647/104541)
147813
+
147814
+ * 新增入参:ReadyTimeout
147815
+
147816
+
147817
+ 修改数据结构:
147818
+
147819
+ * [TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)
147820
+
147821
+ * 新增成员:TargetUserIdList
147822
+
147823
+
147276
147824
  ### 第 90 次发布
147277
147825
 
147278
147826
  发布时间:2024-09-10 02:18:51
@@ -164519,6 +165067,26 @@
164519
165067
 
164520
165068
  ## Web 应用防火墙(waf) 版本:2018-01-25
164521
165069
 
165070
+ ### 第 96 次发布
165071
+
165072
+ 发布时间:2024-10-14 01:37:11
165073
+
165074
+ 本次发布包含了以下内容:
165075
+
165076
+ 改善已有的文档。
165077
+
165078
+ 新增接口:
165079
+
165080
+ * [[DescribeApiDetail](https://cloud.tencent.com/document/api/627/111557)](https://cloud.tencent.com/document/api/#/#)
165081
+ * [[DescribeApiListVersionTwo](https://cloud.tencent.com/document/api/627/111556)](https://cloud.tencent.com/document/api/#/#)
165082
+
165083
+ 新增数据结构:
165084
+
165085
+ * [[ApiAsset](https://cloud.tencent.com/document/api/627/53609#ApiAsset)](https://cloud.tencent.com/document/api/627/53609#[ApiAsset](https://cloud.tencent.com/document/api/627/53609#ApiAsset))
165086
+ * [[ApiDataFilter](https://cloud.tencent.com/document/api/627/53609#ApiDataFilter)](https://cloud.tencent.com/document/api/627/53609#[ApiDataFilter](https://cloud.tencent.com/document/api/627/53609#ApiDataFilter))
165087
+ * [[ApiDetailSampleHistory](https://cloud.tencent.com/document/api/627/53609#ApiDetailSampleHistory)](https://cloud.tencent.com/document/api/627/53609#[ApiDetailSampleHistory](https://cloud.tencent.com/document/api/627/53609#ApiDetailSampleHistory))
165088
+ * [[ApiParameterType](https://cloud.tencent.com/document/api/627/53609#ApiParameterType)](https://cloud.tencent.com/document/api/627/53609#[ApiParameterType](https://cloud.tencent.com/document/api/627/53609#ApiParameterType))
165089
+
164522
165090
  ### 第 95 次发布
164523
165091
 
164524
165092
  发布时间:2024-10-10 01:36:42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.954",
3
+ "version": "4.0.955",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {