tencentcloud-sdk-nodejs 4.0.890 → 4.0.892

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 (64) hide show
  1. package/CHANGELOG.md +349 -0
  2. package/SERVICE_CHANGELOG.md +325 -170
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +2 -1
  7. package/src/services/cdb/v20170320/cdb_client.ts +51 -15
  8. package/src/services/cdb/v20170320/cdb_models.ts +102 -18
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  10. package/src/services/dlc/v20210125/dlc_client.ts +2 -1
  11. package/src/services/dlc/v20210125/dlc_models.ts +48 -22
  12. package/src/services/emr/v20190103/emr_models.ts +5 -5
  13. package/src/services/es/v20180416/es_client.ts +18 -6
  14. package/src/services/es/v20180416/es_models.ts +48 -2
  15. package/src/services/ess/v20201111/ess_models.ts +5 -0
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +20 -13
  17. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +5 -0
  18. package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
  19. package/src/services/lke/v20231130/lke_client.ts +2 -3
  20. package/src/services/lke/v20231130/lke_models.ts +5 -0
  21. package/src/services/mps/v20190612/mps_client.ts +57 -6
  22. package/src/services/mps/v20190612/mps_models.ts +449 -123
  23. package/src/services/ocr/v20181119/ocr_models.ts +4 -0
  24. package/src/services/smpn/v20190822/smpn_client.ts +6 -44
  25. package/src/services/smpn/v20190822/smpn_models.ts +0 -176
  26. package/src/services/trtc/v20190722/trtc_client.ts +4 -2
  27. package/src/services/trtc/v20190722/trtc_models.ts +8 -24
  28. package/src/services/tsi/v20210325/tsi_models.ts +2 -2
  29. package/src/services/tts/v20190823/tts_models.ts +1 -1
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
  33. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +17 -5
  34. package/tencentcloud/services/cdb/v20170320/cdb_client.js +24 -6
  35. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +96 -18
  36. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  37. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +47 -22
  38. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -5
  39. package/tencentcloud/services/es/v20180416/es_client.d.ts +7 -3
  40. package/tencentcloud/services/es/v20180416/es_client.js +9 -3
  41. package/tencentcloud/services/es/v20180416/es_models.d.ts +46 -2
  42. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -0
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +20 -13
  44. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -0
  45. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  46. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +0 -1
  47. package/tencentcloud/services/lke/v20231130/lke_client.js +0 -1
  48. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +5 -0
  49. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +17 -1
  50. package/tencentcloud/services/mps/v20190612/mps_client.js +24 -0
  51. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +436 -121
  52. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  53. package/tencentcloud/services/smpn/v20190822/smpn_client.d.ts +7 -15
  54. package/tencentcloud/services/smpn/v20190822/smpn_client.js +6 -20
  55. package/tencentcloud/services/smpn/v20190822/smpn_models.d.ts +0 -164
  56. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -1
  57. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -1
  58. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -24
  59. package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +2 -2
  60. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  61. package/test/cdb.v20170320.test.js +34 -4
  62. package/test/es.v20180416.test.js +12 -2
  63. package/test/mps.v20190612.test.js +40 -0
  64. package/test/smpn.v20190822.test.js +0 -30
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 商业流程服务(bpaas) 版本:2018-12-17
3
+ ## Elasticsearch Service(es) 版本:2018-04-16
4
4
 
5
- ### 第 6 次发布
5
+ ### 第 61 次发布
6
6
 
7
- 发布时间:2024-07-05 01:04:07
7
+ 发布时间:2024-07-09 01:14:44
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,39 +12,18 @@
12
12
 
13
13
  修改数据结构:
14
14
 
15
- * [ApproveUser](https://cloud.tencent.com/document/api/1083/80917#ApproveUser)
16
-
17
- * 新增成员:ApproveStatus, ApproveMsg, ApproveTime, ApproveGroup
18
-
19
-
20
-
21
-
22
- ## 日志服务(cls) 版本:2020-10-16
23
-
24
- ### 第 99 次发布
25
-
26
- 发布时间:2024-07-05 01:06:07
27
-
28
- 本次发布包含了以下内容:
29
-
30
- 改善已有的文档。
31
-
32
- 修改接口:
33
-
34
- * [DescribeMachines](https://cloud.tencent.com/document/api/614/56437)
35
-
36
- * 新增入参:Filters, Offset, Limit
15
+ * [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
37
16
 
38
- * 新增出参:TotalCount
17
+ * 新增成员:SinkCycleAge
39
18
 
40
19
 
41
20
 
42
21
 
43
- ## 主机安全(cwp) 版本:2018-02-28
22
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
44
23
 
45
- ### 第 116 次发布
24
+ ### 第 178 次发布
46
25
 
47
- 发布时间:2024-07-05 01:06:53
26
+ 发布时间:2024-07-09 01:14:53
48
27
 
49
28
  本次发布包含了以下内容:
50
29
 
@@ -52,51 +31,18 @@
52
31
 
53
32
  修改接口:
54
33
 
55
- * [ExportBaselineHostDetectList](https://cloud.tencent.com/document/api/296/87851)
56
-
57
- * 新增入参:IsExportDetail
58
-
59
- * [ExportBaselineItemDetectList](https://cloud.tencent.com/document/api/296/87850)
60
-
61
- * 新增入参:IsExportDetail
62
-
63
- * [ExportBaselineRuleDetectList](https://cloud.tencent.com/document/api/296/87848)
64
-
65
- * 新增入参:IsExportDetail
66
-
67
-
68
- 修改数据结构:
69
-
70
- * [DeliverTypeDetails](https://cloud.tencent.com/document/api/296/19867#DeliverTypeDetails)
71
-
72
- * 新增成员:LogName, LogSetId, Region
73
-
74
-
75
-
76
-
77
- ## 人脸试妆(fmu) 版本:2019-12-13
78
-
79
- ### 第 8 次发布
80
-
81
- 发布时间:2024-07-05 01:10:44
82
-
83
- 本次发布包含了以下内容:
84
-
85
- 改善已有的文档。
34
+ * [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
86
35
 
87
- <font color="#dd0000">**预下线接口**:</font>
36
+ * 新增入参:ExpiredOn
88
37
 
89
- * BeautifyVideo
90
- * CancelBeautifyVideoJob
91
- * QueryBeautifyVideoJob
92
38
 
93
39
 
94
40
 
95
- ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
41
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
96
42
 
97
- ### 第 9 次发布
43
+ ### 第 173 次发布
98
44
 
99
- 发布时间:2024-07-05 01:11:07
45
+ 发布时间:2024-07-09 01:15:08
100
46
 
101
47
  本次发布包含了以下内容:
102
48
 
@@ -104,61 +50,22 @@
104
50
 
105
51
  修改接口:
106
52
 
107
- * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
108
-
109
- * 新增入参:Tools, ToolChoice, CustomTool
110
-
111
-
112
- 新增数据结构:
113
-
114
- * [Content](https://cloud.tencent.com/document/api/1729/101838#Content)
115
- * [ImageUrl](https://cloud.tencent.com/document/api/1729/101838#ImageUrl)
116
- * [Tool](https://cloud.tencent.com/document/api/1729/101838#Tool)
117
- * [ToolCall](https://cloud.tencent.com/document/api/1729/101838#ToolCall)
118
- * [ToolCallFunction](https://cloud.tencent.com/document/api/1729/101838#ToolCallFunction)
119
- * [ToolFunction](https://cloud.tencent.com/document/api/1729/101838#ToolFunction)
120
-
121
- 修改数据结构:
122
-
123
- * [Delta](https://cloud.tencent.com/document/api/1729/101838#Delta)
124
-
125
- * 新增成员:ToolCalls
126
-
127
- * [Message](https://cloud.tencent.com/document/api/1729/101838#Message)
128
-
129
- * 新增成员:Contents, ToolCallId, ToolCalls
130
-
131
-
132
-
133
-
134
- ## 物联网开发平台(iotexplorer) 版本:2019-04-23
135
-
136
- ### 第 72 次发布
137
-
138
- 发布时间:2024-07-05 01:11:41
139
-
140
- 本次发布包含了以下内容:
141
-
142
- 改善已有的文档。
143
-
144
- 修改接口:
53
+ * [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
145
54
 
146
- * [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
55
+ * 新增入参:ExpiredOn
147
56
 
148
- * 新增出参:DeviceList
149
57
 
150
58
 
151
- 新增数据结构:
152
59
 
153
- * [DeviceActiveResult](https://cloud.tencent.com/document/api/1081/34988#DeviceActiveResult)
60
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
154
61
 
155
62
 
156
63
 
157
- ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
64
+ ## 大模型知识引擎(lke) 版本:2023-11-30
158
65
 
159
- ### 第 43 次发布
66
+ ### 第 10 次发布
160
67
 
161
- 发布时间:2024-07-05 01:15:16
68
+ 发布时间:2024-07-08 10:47:57
162
69
 
163
70
  本次发布包含了以下内容:
164
71
 
@@ -166,18 +73,18 @@
166
73
 
167
74
  修改数据结构:
168
75
 
169
- * [AccountInfo](https://cloud.tencent.com/document/api/409/16778#AccountInfo)
76
+ * [ListDocItem](https://cloud.tencent.com/document/api/1759/105104#ListDocItem)
170
77
 
171
- * 新增成员:UserType
78
+ * 新增成员:IsAllowRetry
172
79
 
173
80
 
174
81
 
175
82
 
176
- ## SSL 证书(ssl) 版本:2019-12-05
83
+ ## 媒体处理(mps) 版本:2019-06-12
177
84
 
178
- ### 第 63 次发布
85
+ ### 第 89 次发布
179
86
 
180
- 发布时间:2024-07-05 01:16:31
87
+ 发布时间:2024-07-09 01:19:04
181
88
 
182
89
  本次发布包含了以下内容:
183
90
 
@@ -185,42 +92,18 @@
185
92
 
186
93
  修改数据结构:
187
94
 
188
- * [ClbListenerRule](https://cloud.tencent.com/document/api/400/41679#ClbListenerRule)
189
-
190
- * 新增成员:Url
191
-
192
- * [DeployRecordDetail](https://cloud.tencent.com/document/api/400/41679#DeployRecordDetail)
193
-
194
- * 新增成员:Url
195
-
196
- * [UpdateRecordDetail](https://cloud.tencent.com/document/api/400/41679#UpdateRecordDetail)
197
-
198
- * 新增成员:Url
199
-
200
-
201
-
202
-
203
- ## 图像分析(tiia) 版本:2019-05-29
204
-
205
- ### 第 32 次发布
206
-
207
- 发布时间:2024-07-05 01:19:00
208
-
209
- 本次发布包含了以下内容:
210
-
211
- 改善已有的文档。
95
+ * [AiAnalysisTaskDelLogoOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDelLogoOutput)
212
96
 
213
- <font color="#dd0000">**预下线接口**:</font>
97
+ * 新增成员:OriginSubtitlePath, TranslateSubtitlePath
214
98
 
215
- * DetectProductBeta
216
99
 
217
100
 
218
101
 
219
- ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
102
+ ## 文字识别(ocr) 版本:2018-11-19
220
103
 
221
- ### 第 17 次发布
104
+ ### 第 142 次发布
222
105
 
223
- 发布时间:2024-07-05 01:19:38
106
+ 发布时间:2024-07-09 01:19:41
224
107
 
225
108
  本次发布包含了以下内容:
226
109
 
@@ -228,38 +111,37 @@
228
111
 
229
112
  修改接口:
230
113
 
231
- * [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028)
232
-
233
- * <font color="#dd0000">**修改入参**:</font>Offset, Limit
234
-
235
-
236
- 修改数据结构:
237
-
238
- * [InstanceItem](https://cloud.tencent.com/document/api/1493/96031#InstanceItem)
114
+ * [VerifyOfdVatInvoiceOCR](https://cloud.tencent.com/document/api/866/52296)
239
115
 
240
- * 新增成员:RenewFlag
116
+ * 新增入参:OfdPageNumber
241
117
 
242
- * <font color="#dd0000">**修改成员**:</font>InstanceId, InstanceName, Version, InstanceType, InstanceStatus, TopicNumLimit, GroupNumLimit, PayMode, ExpiryTime, Remark, TopicNum, GroupNum, TagList, SkuCode, TpsLimit, ScaledTpsLimit, MessageRetention, MaxMessageDelay
243
118
 
244
119
 
245
120
 
121
+ ## 营销号码安全(smpn) 版本:2019-08-22
246
122
 
247
- ## 云点播(vod) 版本:2018-07-17
248
-
249
- ### 第 182 次发布
123
+ ### 3 次发布
250
124
 
251
- 发布时间:2024-07-05 01:20:46
125
+ 发布时间:2024-07-09 01:21:06
252
126
 
253
127
  本次发布包含了以下内容:
254
128
 
255
129
  改善已有的文档。
256
130
 
257
- 修改接口:
131
+ <font color="#dd0000">**删除接口**:</font>
258
132
 
259
- * [SimpleHlsClip](https://cloud.tencent.com/document/api/266/33428)
133
+ * CreateSmpnEpa
134
+ * DescribeSmpnMhm
135
+ * DescribeSmpnMrl
260
136
 
261
- * 新增入参:Precision, OutputMediaType
137
+ <font color="#dd0000">**删除数据结构**:</font>
262
138
 
139
+ * EPARequest
140
+ * EPAResponse
141
+ * MHMRequest
142
+ * MHMResponse
143
+ * MRLRequest
144
+ * MRLResponse
263
145
 
264
146
 
265
147
 
@@ -16753,6 +16635,20 @@
16753
16635
 
16754
16636
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
16755
16637
 
16638
+ ### 第 160 次发布
16639
+
16640
+ 发布时间:2024-07-08 01:09:08
16641
+
16642
+ 本次发布包含了以下内容:
16643
+
16644
+ 改善已有的文档。
16645
+
16646
+ 新增接口:
16647
+
16648
+ * [CreateRotationPassword](https://cloud.tencent.com/document/api/236/108310)
16649
+ * [DeleteRotationPassword](https://cloud.tencent.com/document/api/236/108309)
16650
+ * [ResetPassword](https://cloud.tencent.com/document/api/236/108308)
16651
+
16756
16652
  ### 第 159 次发布
16757
16653
 
16758
16654
  发布时间:2024-06-24 01:09:17
@@ -51313,6 +51209,25 @@
51313
51209
 
51314
51210
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
51315
51211
 
51212
+ ### 第 96 次发布
51213
+
51214
+ 发布时间:2024-07-08 01:13:07
51215
+
51216
+ 本次发布包含了以下内容:
51217
+
51218
+ 改善已有的文档。
51219
+
51220
+ 新增数据结构:
51221
+
51222
+ * [AccessInfo](https://cloud.tencent.com/document/api/1342/53778#AccessInfo)
51223
+
51224
+ 修改数据结构:
51225
+
51226
+ * [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
51227
+
51228
+ * 新增成员:AccessInfos, EngineNetworkName
51229
+
51230
+
51316
51231
  ### 第 95 次发布
51317
51232
 
51318
51233
  发布时间:2024-06-25 01:13:07
@@ -61355,6 +61270,47 @@
61355
61270
 
61356
61271
  ## Elasticsearch Service(es) 版本:2018-04-16
61357
61272
 
61273
+ ### 第 61 次发布
61274
+
61275
+ 发布时间:2024-07-09 01:14:44
61276
+
61277
+ 本次发布包含了以下内容:
61278
+
61279
+ 改善已有的文档。
61280
+
61281
+ 修改数据结构:
61282
+
61283
+ * [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
61284
+
61285
+ * 新增成员:SinkCycleAge
61286
+
61287
+
61288
+ ### 第 60 次发布
61289
+
61290
+ 发布时间:2024-07-05 18:47:21
61291
+
61292
+ 本次发布包含了以下内容:
61293
+
61294
+ 改善已有的文档。
61295
+
61296
+ 新增接口:
61297
+
61298
+ * [DescribeServerlessMetrics](https://cloud.tencent.com/document/api/845/108288)
61299
+
61300
+ 修改接口:
61301
+
61302
+ * [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
61303
+
61304
+ * 新增入参:DisasterRecoverGroupAffinity
61305
+
61306
+
61307
+ 修改数据结构:
61308
+
61309
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
61310
+
61311
+ * 新增成员:DisasterRecoverGroupAffinity
61312
+
61313
+
61358
61314
  ### 第 59 次发布
61359
61315
 
61360
61316
  发布时间:2024-06-14 01:50:54
@@ -62665,6 +62621,21 @@
62665
62621
 
62666
62622
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
62667
62623
 
62624
+ ### 第 178 次发布
62625
+
62626
+ 发布时间:2024-07-09 01:14:53
62627
+
62628
+ 本次发布包含了以下内容:
62629
+
62630
+ 改善已有的文档。
62631
+
62632
+ 修改接口:
62633
+
62634
+ * [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
62635
+
62636
+ * 新增入参:ExpiredOn
62637
+
62638
+
62668
62639
  ### 第 177 次发布
62669
62640
 
62670
62641
  发布时间:2024-07-02 01:16:08
@@ -66062,6 +66033,21 @@
66062
66033
 
66063
66034
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
66064
66035
 
66036
+ ### 第 173 次发布
66037
+
66038
+ 发布时间:2024-07-09 01:15:08
66039
+
66040
+ 本次发布包含了以下内容:
66041
+
66042
+ 改善已有的文档。
66043
+
66044
+ 修改接口:
66045
+
66046
+ * [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
66047
+
66048
+ * 新增入参:ExpiredOn
66049
+
66050
+
66065
66051
  ### 第 172 次发布
66066
66052
 
66067
66053
  发布时间:2024-06-25 01:15:10
@@ -74546,12 +74532,12 @@
74546
74532
 
74547
74533
  新增数据结构:
74548
74534
 
74549
- * [[Content](https://cloud.tencent.com/document/api/1729/101838#Content)](https://cloud.tencent.com/document/api/1729/101838#[Content](https://cloud.tencent.com/document/api/1729/101838#Content))
74550
- * [[ImageUrl](https://cloud.tencent.com/document/api/1729/101838#ImageUrl)](https://cloud.tencent.com/document/api/1729/101838#[ImageUrl](https://cloud.tencent.com/document/api/1729/101838#ImageUrl))
74551
- * [[Tool](https://cloud.tencent.com/document/api/1729/101838#Tool)](https://cloud.tencent.com/document/api/1729/101838#[Tool](https://cloud.tencent.com/document/api/1729/101838#Tool))
74552
- * [[ToolCall](https://cloud.tencent.com/document/api/1729/101838#ToolCall)](https://cloud.tencent.com/document/api/1729/101838#[ToolCall](https://cloud.tencent.com/document/api/1729/101838#ToolCall))
74553
- * [[ToolCallFunction](https://cloud.tencent.com/document/api/1729/101838#ToolCallFunction)](https://cloud.tencent.com/document/api/1729/101838#[ToolCallFunction](https://cloud.tencent.com/document/api/1729/101838#ToolCallFunction))
74554
- * [[ToolFunction](https://cloud.tencent.com/document/api/1729/101838#ToolFunction)](https://cloud.tencent.com/document/api/1729/101838#[ToolFunction](https://cloud.tencent.com/document/api/1729/101838#ToolFunction))
74535
+ * [Content](https://cloud.tencent.com/document/api/1729/101838#Content)
74536
+ * [ImageUrl](https://cloud.tencent.com/document/api/1729/101838#ImageUrl)
74537
+ * [Tool](https://cloud.tencent.com/document/api/1729/101838#Tool)
74538
+ * [ToolCall](https://cloud.tencent.com/document/api/1729/101838#ToolCall)
74539
+ * [ToolCallFunction](https://cloud.tencent.com/document/api/1729/101838#ToolCallFunction)
74540
+ * [ToolFunction](https://cloud.tencent.com/document/api/1729/101838#ToolFunction)
74555
74541
 
74556
74542
  修改数据结构:
74557
74543
 
@@ -77865,6 +77851,21 @@
77865
77851
 
77866
77852
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
77867
77853
 
77854
+ ### 第 73 次发布
77855
+
77856
+ 发布时间:2024-07-08 01:16:17
77857
+
77858
+ 本次发布包含了以下内容:
77859
+
77860
+ 改善已有的文档。
77861
+
77862
+ 修改数据结构:
77863
+
77864
+ * [CloudStorageEvent](https://cloud.tencent.com/document/api/1081/34988#CloudStorageEvent)
77865
+
77866
+ * 新增成员:Data
77867
+
77868
+
77868
77869
  ### 第 72 次发布
77869
77870
 
77870
77871
  发布时间:2024-07-05 01:11:41
@@ -77882,7 +77883,7 @@
77882
77883
 
77883
77884
  新增数据结构:
77884
77885
 
77885
- * [[DeviceActiveResult](https://cloud.tencent.com/document/api/1081/34988#DeviceActiveResult)](https://cloud.tencent.com/document/api/1081/34988#[DeviceActiveResult](https://cloud.tencent.com/document/api/1081/34988#DeviceActiveResult))
77886
+ * [DeviceActiveResult](https://cloud.tencent.com/document/api/1081/34988#DeviceActiveResult)
77886
77887
 
77887
77888
  ### 第 71 次发布
77888
77889
 
@@ -80197,6 +80198,21 @@
80197
80198
 
80198
80199
  ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
80199
80200
 
80201
+ ### 第 31 次发布
80202
+
80203
+ 发布时间:2024-07-08 01:16:48
80204
+
80205
+ 本次发布包含了以下内容:
80206
+
80207
+ 改善已有的文档。
80208
+
80209
+ 修改数据结构:
80210
+
80211
+ * [CloudStorageEvent](https://cloud.tencent.com/document/api/1131/76635#CloudStorageEvent)
80212
+
80213
+ * 新增成员:Data
80214
+
80215
+
80200
80216
  ### 第 30 次发布
80201
80217
 
80202
80218
  发布时间:2024-04-29 01:18:23
@@ -87983,6 +87999,21 @@
87983
87999
 
87984
88000
  ## 大模型知识引擎(lke) 版本:2023-11-30
87985
88001
 
88002
+ ### 第 10 次发布
88003
+
88004
+ 发布时间:2024-07-08 10:47:57
88005
+
88006
+ 本次发布包含了以下内容:
88007
+
88008
+ 改善已有的文档。
88009
+
88010
+ 修改数据结构:
88011
+
88012
+ * [ListDocItem](https://cloud.tencent.com/document/api/1759/105104#ListDocItem)
88013
+
88014
+ * 新增成员:IsAllowRetry
88015
+
88016
+
87986
88017
  ### 第 9 次发布
87987
88018
 
87988
88019
  发布时间:2024-06-25 01:18:18
@@ -93660,6 +93691,57 @@
93660
93691
 
93661
93692
  ## 媒体处理(mps) 版本:2019-06-12
93662
93693
 
93694
+ ### 第 89 次发布
93695
+
93696
+ 发布时间:2024-07-09 01:19:04
93697
+
93698
+ 本次发布包含了以下内容:
93699
+
93700
+ 改善已有的文档。
93701
+
93702
+ 修改数据结构:
93703
+
93704
+ * [AiAnalysisTaskDelLogoOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDelLogoOutput)
93705
+
93706
+ * 新增成员:OriginSubtitlePath, TranslateSubtitlePath
93707
+
93708
+
93709
+ ### 第 88 次发布
93710
+
93711
+ 发布时间:2024-07-08 01:18:48
93712
+
93713
+ 本次发布包含了以下内容:
93714
+
93715
+ 改善已有的文档。
93716
+
93717
+ 新增接口:
93718
+
93719
+ * [CreateQualityControlTemplate](https://cloud.tencent.com/document/api/862/108314)
93720
+ * [DeleteQualityControlTemplate](https://cloud.tencent.com/document/api/862/108313)
93721
+ * [DescribeQualityControlTemplates](https://cloud.tencent.com/document/api/862/108312)
93722
+ * [ModifyQualityControlTemplate](https://cloud.tencent.com/document/api/862/108311)
93723
+
93724
+ 新增数据结构:
93725
+
93726
+ * [ContainerDiagnoseResultItem](https://cloud.tencent.com/document/api/862/37615#ContainerDiagnoseResultItem)
93727
+ * [QualityControlItemConfig](https://cloud.tencent.com/document/api/862/37615#QualityControlItemConfig)
93728
+ * [QualityControlTemplate](https://cloud.tencent.com/document/api/862/37615#QualityControlTemplate)
93729
+
93730
+ 修改数据结构:
93731
+
93732
+ * [ActivityPara](https://cloud.tencent.com/document/api/862/37615#ActivityPara)
93733
+
93734
+ * 新增成员:QualityControlTask
93735
+
93736
+ * [ActivityResItem](https://cloud.tencent.com/document/api/862/37615#ActivityResItem)
93737
+
93738
+ * 新增成员:QualityControlTask
93739
+
93740
+ * [QualityControlData](https://cloud.tencent.com/document/api/862/37615#QualityControlData)
93741
+
93742
+ * 新增成员:ContainerDiagnoseResultSet
93743
+
93744
+
93663
93745
  ### 第 87 次发布
93664
93746
 
93665
93747
  发布时间:2024-06-28 01:16:00
@@ -99547,6 +99629,21 @@
99547
99629
 
99548
99630
  ## 文字识别(ocr) 版本:2018-11-19
99549
99631
 
99632
+ ### 第 142 次发布
99633
+
99634
+ 发布时间:2024-07-09 01:19:41
99635
+
99636
+ 本次发布包含了以下内容:
99637
+
99638
+ 改善已有的文档。
99639
+
99640
+ 修改接口:
99641
+
99642
+ * [VerifyOfdVatInvoiceOCR](https://cloud.tencent.com/document/api/866/52296)
99643
+
99644
+ * 新增入参:OfdPageNumber
99645
+
99646
+
99550
99647
  ### 第 141 次发布
99551
99648
 
99552
99649
  发布时间:2024-07-03 01:21:25
@@ -109768,6 +109865,45 @@
109768
109865
 
109769
109866
  ## 营销号码安全(smpn) 版本:2019-08-22
109770
109867
 
109868
+ ### 第 3 次发布
109869
+
109870
+ 发布时间:2024-07-09 01:21:06
109871
+
109872
+ 本次发布包含了以下内容:
109873
+
109874
+ 改善已有的文档。
109875
+
109876
+ <font color="#dd0000">**删除接口**:</font>
109877
+
109878
+ * CreateSmpnEpa
109879
+ * DescribeSmpnMhm
109880
+ * DescribeSmpnMrl
109881
+
109882
+ <font color="#dd0000">**删除数据结构**:</font>
109883
+
109884
+ * EPARequest
109885
+ * EPAResponse
109886
+ * MHMRequest
109887
+ * MHMResponse
109888
+ * MRLRequest
109889
+ * MRLResponse
109890
+
109891
+ ### 第 2 次发布
109892
+
109893
+ 发布时间:2024-07-08 01:20:52
109894
+
109895
+ 本次发布包含了以下内容:
109896
+
109897
+ 改善已有的文档。
109898
+
109899
+ <font color="#dd0000">**预下线接口**:</font>
109900
+
109901
+ * CreateSmpnEpa
109902
+ * DescribeSmpnChp
109903
+ * DescribeSmpnFnr
109904
+ * DescribeSmpnMhm
109905
+ * DescribeSmpnMrl
109906
+
109771
109907
  ### 第 1 次发布
109772
109908
 
109773
109909
  发布时间:2019-12-17 16:50:17
@@ -140338,6 +140474,25 @@
140338
140474
 
140339
140475
  ## 实时音视频(trtc) 版本:2019-07-22
140340
140476
 
140477
+ ### 第 80 次发布
140478
+
140479
+ 发布时间:2024-07-08 01:24:35
140480
+
140481
+ 本次发布包含了以下内容:
140482
+
140483
+ 改善已有的文档。
140484
+
140485
+ <font color="#dd0000">**预下线接口**:</font>
140486
+
140487
+ * SummarizeTranscription
140488
+
140489
+ 修改数据结构:
140490
+
140491
+ * [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
140492
+
140493
+ * 新增成员:AlternativeLanguage
140494
+
140495
+
140341
140496
  ### 第 79 次发布
140342
140497
 
140343
140498
  发布时间:2024-06-25 01:25:02
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.890",
3
+ "version": "4.0.892",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {