tencentcloud-sdk-nodejs 4.0.842 → 4.0.844

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 (109) hide show
  1. package/CHANGELOG.md +399 -0
  2. package/SERVICE_CHANGELOG.md +460 -80
  3. package/package.json +1 -6
  4. package/products.md +34 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +41 -36
  7. package/src/services/ccc/v20200210/ccc_models.ts +1 -1
  8. package/src/services/cfs/v20190719/cfs_models.ts +36 -22
  9. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  10. package/src/services/cfw/v20190904/cfw_models.ts +3 -3
  11. package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +8 -4
  12. package/src/services/cls/v20201016/cls_models.ts +115 -39
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +16 -3
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +109 -43
  15. package/src/services/dcdb/v20180411/dcdb_client.ts +1 -1
  16. package/src/services/dcdb/v20180411/dcdb_models.ts +1 -1
  17. package/src/services/dlc/v20210125/dlc_models.ts +8 -3
  18. package/src/services/domain/v20180808/domain_client.ts +13 -1
  19. package/src/services/domain/v20180808/domain_models.ts +36 -4
  20. package/src/services/dts/v20211206/dts_models.ts +1 -1
  21. package/src/services/ess/v20201111/ess_client.ts +25 -8
  22. package/src/services/ess/v20201111/ess_models.ts +60 -5
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  24. package/src/services/faceid/v20180301/faceid_models.ts +40 -7
  25. package/src/services/hunyuan/v20230901/hunyuan_client.ts +25 -5
  26. package/src/services/hunyuan/v20230901/hunyuan_models.ts +131 -23
  27. package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
  28. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  29. package/src/services/lke/v20231130/lke_client.ts +27 -1
  30. package/src/services/lke/v20231130/lke_models.ts +238 -3
  31. package/src/services/mariadb/v20170312/mariadb_client.ts +1 -1
  32. package/src/services/mariadb/v20170312/mariadb_models.ts +1 -1
  33. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  34. package/src/services/mps/v20190612/mps_client.ts +2 -1
  35. package/src/services/mps/v20190612/mps_models.ts +66 -42
  36. package/src/services/ocr/v20181119/ocr_client.ts +22 -7
  37. package/src/services/ocr/v20181119/ocr_models.ts +346 -259
  38. package/src/services/rce/v20201103/rce_models.ts +10 -5
  39. package/src/services/rum/v20210622/rum_models.ts +34 -34
  40. package/src/services/tdmq/v20200217/tdmq_models.ts +6 -6
  41. package/src/services/teo/v20220901/teo_client.ts +1 -0
  42. package/src/services/teo/v20220901/teo_models.ts +75 -12
  43. package/src/services/tms/v20201229/tms_client.ts +13 -1
  44. package/src/services/tms/v20201229/tms_models.ts +40 -16
  45. package/src/services/tmt/v20180321/tmt_models.ts +1 -1
  46. package/src/services/tse/v20201207/tse_client.ts +3 -2
  47. package/src/services/tse/v20201207/tse_models.ts +37 -13
  48. package/src/services/waf/v20180125/waf_models.ts +1 -1
  49. package/tencentcloud/common/sdk_version.d.ts +1 -1
  50. package/tencentcloud/common/sdk_version.js +1 -1
  51. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +41 -36
  52. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
  53. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +36 -22
  54. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  55. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  56. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +3 -3
  57. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +8 -4
  58. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +115 -39
  59. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  60. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  61. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +105 -42
  62. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +1 -1
  63. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +1 -1
  64. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +1 -1
  65. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -3
  66. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
  67. package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
  68. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +34 -4
  69. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  70. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
  71. package/tencentcloud/services/ess/v20201111/ess_client.js +14 -4
  72. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +57 -5
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  74. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +40 -7
  75. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +18 -6
  76. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +19 -5
  77. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +129 -23
  78. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  79. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  80. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +9 -1
  81. package/tencentcloud/services/lke/v20231130/lke_client.js +12 -0
  82. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +232 -3
  83. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +1 -1
  84. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +1 -1
  85. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
  86. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  87. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  88. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +65 -42
  89. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
  90. package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
  91. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +341 -257
  92. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +10 -5
  93. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +34 -34
  94. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -6
  95. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +74 -12
  96. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +5 -1
  97. package/tencentcloud/services/tms/v20201229/tms_client.js +6 -0
  98. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +38 -16
  99. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
  100. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
  101. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +36 -13
  102. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
  103. package/test/cynosdb.v20190107.test.js +10 -0
  104. package/test/domain.v20180808.test.js +10 -0
  105. package/test/ess.v20201111.test.js +12 -2
  106. package/test/hunyuan.v20230901.test.js +10 -0
  107. package/test/lke.v20231130.test.js +20 -0
  108. package/test/ocr.v20181119.test.js +10 -0
  109. package/test/tms.v20201229.test.js +10 -0
@@ -1,89 +1,115 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 应用性能监控(apm) 版本:2021-06-22
3
+ ## 日志服务(cls) 版本:2020-10-16
4
4
 
5
- ### 第 23 次发布
5
+ ### 第 88 次发布
6
6
 
7
- 发布时间:2024-04-25 01:09:12
7
+ 发布时间:2024-04-29 01:11:58
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
13
+ 修改接口:
14
14
 
15
- * [DescribeGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105647)
16
- * [DescribeTagValues](https://cloud.tencent.com/document/api/1463/105645)
17
- * [ModifyGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105646)
15
+ * [CreateCosRecharge](https://cloud.tencent.com/document/api/614/88100)
18
16
 
19
- 新增数据结构:
17
+ * 新增入参:TaskType, Metadata
20
18
 
21
- * [ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView)
22
- * [Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument)
19
+ * [ModifyCosRecharge](https://cloud.tencent.com/document/api/614/88098)
23
20
 
21
+ * 新增入参:Bucket, BucketRegion, Prefix, LogType, Compress, ExtractRuleInfo, TaskType, Metadata
24
22
 
25
23
 
26
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
27
24
 
28
- ### 第 165 次发布
29
25
 
30
- 发布时间:2024-04-25 01:16:34
26
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
27
+
28
+ ### 第 86 次发布
29
+
30
+ 发布时间:2024-04-29 01:14:26
31
31
 
32
32
  本次发布包含了以下内容:
33
33
 
34
34
  改善已有的文档。
35
35
 
36
- 修改接口:
36
+ 修改数据结构:
37
37
 
38
- * [CreateBatchSignUrl](https://cloud.tencent.com/document/api/1323/98670)
38
+ * [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
39
39
 
40
- * 新增入参:FlowBatchUrlInfo
40
+ * 新增成员:EngineTypeDetail
41
41
 
42
- * <font color="#dd0000">**修改入参**:</font>Name, Mobile
43
42
 
44
43
 
45
- 新增数据结构:
46
44
 
47
- * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo)
48
- * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo)
45
+ ## 域名注册(domain) 版本:2018-08-08
49
46
 
47
+ ### 第 36 次发布
50
48
 
49
+ 发布时间:2024-04-29 01:14:52
50
+
51
+ 本次发布包含了以下内容:
52
+
53
+ 改善已有的文档。
54
+
55
+ 新增接口:
56
+
57
+ * [ModifyTemplate](https://cloud.tencent.com/document/api/242/105750)
51
58
 
52
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
59
+
60
+
61
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
53
62
 
54
63
  ### 第 166 次发布
55
64
 
56
- 发布时间:2024-04-25 01:16:48
65
+ 发布时间:2024-04-29 01:16:26
57
66
 
58
67
  本次发布包含了以下内容:
59
68
 
60
69
  改善已有的文档。
61
70
 
62
- 修改接口:
71
+ 新增接口:
63
72
 
64
- * [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
73
+ * [DescribeBatchOrganizationRegistrationUrls](https://cloud.tencent.com/document/api/1323/105751)
65
74
 
66
- * 新增入参:FlowBatchUrlInfo
75
+ 新增数据结构:
67
76
 
68
- * <font color="#dd0000">**修改入参**:</font>Name, Mobile
77
+ * [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
69
78
 
70
79
 
71
- 新增数据结构:
72
80
 
73
- * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo)
74
- * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo)
81
+ ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
75
82
 
83
+ ### 第 30 次发布
76
84
 
85
+ 发布时间:2024-04-29 01:18:23
77
86
 
78
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
87
+ 本次发布包含了以下内容:
79
88
 
89
+ 改善已有的文档。
80
90
 
91
+ 修改数据结构:
81
92
 
82
- ## 物联网开发平台(iotexplorer) 版本:2019-04-23
93
+ * [CloudStorageEvent](https://cloud.tencent.com/document/api/1131/76635#CloudStorageEvent)
83
94
 
84
- ### 第 60 次发布
95
+ * 新增成员:UploadStatus
85
96
 
86
- 发布时间:2024-04-25 01:18:05
97
+
98
+
99
+
100
+ ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
101
+
102
+
103
+
104
+ ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
105
+
106
+
107
+
108
+ ## 大模型知识引擎(lke) 版本:2023-11-30
109
+
110
+ ### 第 5 次发布
111
+
112
+ 发布时间:2024-04-29 00:05:46
87
113
 
88
114
  本次发布包含了以下内容:
89
115
 
@@ -91,86 +117,125 @@
91
117
 
92
118
  新增接口:
93
119
 
94
- * [DescribeDeviceFirmwares](https://cloud.tencent.com/document/api/1081/105649)
120
+ * [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
121
+ * [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
122
+
123
+ 修改接口:
124
+
125
+ * [DescribeApp](https://cloud.tencent.com/document/api/1759/105072)
126
+
127
+ * 新增出参:AppStatus, AppStatusDesc
128
+
129
+ * [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
130
+
131
+ * 新增入参:FileType, IsPublic
132
+
133
+ * 新增出参:UploadPath
134
+
135
+ * [GetMsgRecord](https://cloud.tencent.com/document/api/1759/105090)
136
+
137
+ * 新增入参:Scene
138
+
139
+ * 新增出参:SessionDisassociatedTimestamp
140
+
141
+ * [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
142
+
143
+ * 新增入参:IsOnlyEmptyTheDialog
144
+
95
145
 
96
146
  新增数据结构:
97
147
 
98
- * [DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo)
148
+ * [Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure)
149
+ * [TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat)
99
150
 
151
+ 修改数据结构:
100
152
 
153
+ * [ClassifyConfig](https://cloud.tencent.com/document/api/1759/105104#ClassifyConfig)
101
154
 
102
- ## 智能视图计算平台(iss) 版本:2023-05-17
155
+ * 新增成员:Greeting
103
156
 
104
- ### 第 14 次发布
157
+ * [KnowledgeQaOutput](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaOutput)
105
158
 
106
- 发布时间:2024-04-24 15:03:09
159
+ * 新增成员:ShowQuestionClarify, UseQuestionClarify, QuestionClarifyKeywords
107
160
 
108
- 本次发布包含了以下内容:
161
+ * [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
109
162
 
110
- 改善已有的文档。
163
+ * 新增成员:ImageUrls, TokenStat
111
164
 
112
- 修改接口:
165
+ * [SummaryConfig](https://cloud.tencent.com/document/api/1759/105104#SummaryConfig)
113
166
 
114
- * [ControlDeviceStream](https://cloud.tencent.com/document/api/1344/95943)
167
+ * 新增成员:Greeting
115
168
 
116
- * 新增入参:IsInternal
117
169
 
118
- * [DescribeRecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95933)
119
170
 
120
- * 新增入参:IsInternal
121
171
 
122
- * [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
172
+ ## 文字识别(ocr) 版本:2018-11-19
123
173
 
124
- * 新增入参:IsInternal
174
+ ### 第 134 次发布
125
175
 
126
- * [PlayRecord](https://cloud.tencent.com/document/api/1344/95931)
176
+ 发布时间:2024-04-29 01:21:11
127
177
 
128
- * 新增入参:IsInternal
178
+ 本次发布包含了以下内容:
129
179
 
180
+ 改善已有的文档。
130
181
 
182
+ 新增接口:
131
183
 
184
+ * [RecognizeGeneralTextImageWarn](https://cloud.tencent.com/document/api/866/105752)
132
185
 
133
- ## 大模型知识引擎(lke) 版本:2023-11-30
186
+ 新增数据结构:
187
+
188
+ * [GeneralWarnInfo](https://cloud.tencent.com/document/api/866/33527#GeneralWarnInfo)
134
189
 
135
- ### 第 4 次发布
136
190
 
137
- 发布时间:2024-04-25 01:19:55
191
+
192
+ ## 文本内容安全(tms) 版本:2020-12-29
193
+
194
+ ### 第 10 次发布
195
+
196
+ 发布时间:2024-04-29 01:26:41
138
197
 
139
198
  本次发布包含了以下内容:
140
199
 
141
200
  改善已有的文档。
142
201
 
143
- <font color="#dd0000">**删除接口**:</font>
202
+ 新增接口:
144
203
 
145
- * ParseDoc
146
- * QueryParseDocResult
204
+ * [AnswerQuestion](https://cloud.tencent.com/document/api/1124/105753)
147
205
 
148
206
 
149
207
 
150
- ## TI-ONE 训练平台(tione) 版本:2021-11-11
208
+ ## 文本内容安全(tms) 版本:2020-07-13
151
209
 
152
- ### 第 58 次发布
153
210
 
154
- 发布时间:2024-04-25 01:25:56
211
+
212
+ ## 微服务引擎(tse) 版本:2020-12-07
213
+
214
+ ### 第 65 次发布
215
+
216
+ 发布时间:2024-04-29 01:27:04
155
217
 
156
218
  本次发布包含了以下内容:
157
219
 
158
220
  改善已有的文档。
159
221
 
160
- 新增数据结构:
222
+ 修改接口:
161
223
 
162
- * [LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)
224
+ * [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
163
225
 
164
- 修改数据结构:
226
+ * 新增入参:AffinityConstraint
165
227
 
166
- * [DataConfig](https://cloud.tencent.com/document/api/851/75051#DataConfig)
167
228
 
168
- * 新增成员:LocalDiskSource
229
+ 新增数据结构:
169
230
 
231
+ * [AccurateQpsThreshold](https://cloud.tencent.com/document/api/1364/54942#AccurateQpsThreshold)
170
232
 
233
+ 修改数据结构:
171
234
 
235
+ * [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
236
+
237
+ * 新增成员:AccurateQpsThresholds
172
238
 
173
- ## TI-ONE 训练平台(tione) 版本:2019-10-22
174
239
 
175
240
 
176
241
 
@@ -4721,14 +4786,14 @@
4721
4786
 
4722
4787
  新增接口:
4723
4788
 
4724
- * [[DescribeGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105647)](https://cloud.tencent.com/document/api/#/#)
4725
- * [[DescribeTagValues](https://cloud.tencent.com/document/api/1463/105645)](https://cloud.tencent.com/document/api/#/#)
4726
- * [[ModifyGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105646)](https://cloud.tencent.com/document/api/#/#)
4789
+ * [DescribeGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105647)
4790
+ * [DescribeTagValues](https://cloud.tencent.com/document/api/1463/105645)
4791
+ * [ModifyGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105646)
4727
4792
 
4728
4793
  新增数据结构:
4729
4794
 
4730
- * [[ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView)](https://cloud.tencent.com/document/api/1463/64927#[ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView))
4731
- * [[Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument)](https://cloud.tencent.com/document/api/1463/64927#[Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument))
4795
+ * [ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView)
4796
+ * [Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument)
4732
4797
 
4733
4798
  ### 第 22 次发布
4734
4799
 
@@ -30811,6 +30876,23 @@
30811
30876
 
30812
30877
  ## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08
30813
30878
 
30879
+ ### 第 6 次发布
30880
+
30881
+ 发布时间:2024-04-26 01:11:33
30882
+
30883
+ 本次发布包含了以下内容:
30884
+
30885
+ 改善已有的文档。
30886
+
30887
+ 修改接口:
30888
+
30889
+ * [CreateWorkspace](https://cloud.tencent.com/document/api/1039/94096)
30890
+
30891
+ * 新增入参:TenantAppId, TenantUin, TenantUniqVpcId, TenantSubnetId, Region
30892
+
30893
+ * <font color="#dd0000">**删除入参**:</font>AppId, Uin, UniqVpcId, SubnetId
30894
+
30895
+
30814
30896
  ### 第 5 次发布
30815
30897
 
30816
30898
  发布时间:2024-03-29 01:12:12
@@ -30901,6 +30983,40 @@
30901
30983
 
30902
30984
  ## 日志服务(cls) 版本:2020-10-16
30903
30985
 
30986
+ ### 第 88 次发布
30987
+
30988
+ 发布时间:2024-04-29 01:11:58
30989
+
30990
+ 本次发布包含了以下内容:
30991
+
30992
+ 改善已有的文档。
30993
+
30994
+ 修改接口:
30995
+
30996
+ * [CreateCosRecharge](https://cloud.tencent.com/document/api/614/88100)
30997
+
30998
+ * 新增入参:TaskType, Metadata
30999
+
31000
+ * [ModifyCosRecharge](https://cloud.tencent.com/document/api/614/88098)
31001
+
31002
+ * 新增入参:Bucket, BucketRegion, Prefix, LogType, Compress, ExtractRuleInfo, TaskType, Metadata
31003
+
31004
+
31005
+ ### 第 87 次发布
31006
+
31007
+ 发布时间:2024-04-26 01:11:35
31008
+
31009
+ 本次发布包含了以下内容:
31010
+
31011
+ 改善已有的文档。
31012
+
31013
+ 修改数据结构:
31014
+
31015
+ * [CosRechargeInfo](https://cloud.tencent.com/document/api/614/56471#CosRechargeInfo)
31016
+
31017
+ * 新增成员:TaskType, Metadata
31018
+
31019
+
30904
31020
  ### 第 86 次发布
30905
31021
 
30906
31022
  发布时间:2024-03-15 01:10:50
@@ -43914,6 +44030,22 @@
43914
44030
 
43915
44031
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
43916
44032
 
44033
+ ### 第 86 次发布
44034
+
44035
+ 发布时间:2024-04-26 01:13:19
44036
+
44037
+ 本次发布包含了以下内容:
44038
+
44039
+ 改善已有的文档。
44040
+
44041
+ 新增接口:
44042
+
44043
+ * [DescribeChangedParamsAfterUpgrade](https://cloud.tencent.com/document/api/1003/105702)
44044
+
44045
+ 新增数据结构:
44046
+
44047
+ * [ParamItemInfo](https://cloud.tencent.com/document/api/1003/48097#ParamItemInfo)
44048
+
43917
44049
  ### 第 85 次发布
43918
44050
 
43919
44051
  发布时间:2024-04-23 01:13:35
@@ -49599,6 +49731,21 @@
49599
49731
 
49600
49732
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
49601
49733
 
49734
+ ### 第 86 次发布
49735
+
49736
+ 发布时间:2024-04-29 01:14:26
49737
+
49738
+ 本次发布包含了以下内容:
49739
+
49740
+ 改善已有的文档。
49741
+
49742
+ 修改数据结构:
49743
+
49744
+ * [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
49745
+
49746
+ * 新增成员:EngineTypeDetail
49747
+
49748
+
49602
49749
  ### 第 85 次发布
49603
49750
 
49604
49751
  发布时间:2024-04-23 01:14:24
@@ -52074,6 +52221,18 @@
52074
52221
 
52075
52222
  ## 域名注册(domain) 版本:2018-08-08
52076
52223
 
52224
+ ### 第 36 次发布
52225
+
52226
+ 发布时间:2024-04-29 01:14:52
52227
+
52228
+ 本次发布包含了以下内容:
52229
+
52230
+ 改善已有的文档。
52231
+
52232
+ 新增接口:
52233
+
52234
+ * [[ModifyTemplate](https://cloud.tencent.com/document/api/242/105750)](https://cloud.tencent.com/document/api/#/#)
52235
+
52077
52236
  ### 第 35 次发布
52078
52237
 
52079
52238
  发布时间:2024-04-18 01:18:45
@@ -60239,6 +60398,22 @@
60239
60398
 
60240
60399
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
60241
60400
 
60401
+ ### 第 166 次发布
60402
+
60403
+ 发布时间:2024-04-29 01:16:26
60404
+
60405
+ 本次发布包含了以下内容:
60406
+
60407
+ 改善已有的文档。
60408
+
60409
+ 新增接口:
60410
+
60411
+ * [[DescribeBatchOrganizationRegistrationUrls](https://cloud.tencent.com/document/api/1323/105751)](https://cloud.tencent.com/document/api/#/#)
60412
+
60413
+ 新增数据结构:
60414
+
60415
+ * [[OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)](https://cloud.tencent.com/document/api/1323/70369#[OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl))
60416
+
60242
60417
  ### 第 165 次发布
60243
60418
 
60244
60419
  发布时间:2024-04-25 01:16:34
@@ -60258,8 +60433,8 @@
60258
60433
 
60259
60434
  新增数据结构:
60260
60435
 
60261
- * [[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo)](https://cloud.tencent.com/document/api/1323/70369#[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo))
60262
- * [[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo)](https://cloud.tencent.com/document/api/1323/70369#[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo))
60436
+ * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo)
60437
+ * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo)
60263
60438
 
60264
60439
  ### 第 164 次发布
60265
60440
 
@@ -63489,8 +63664,8 @@
63489
63664
 
63490
63665
  新增数据结构:
63491
63666
 
63492
- * [[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo)](https://cloud.tencent.com/document/api/1420/61525#[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo))
63493
- * [[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo)](https://cloud.tencent.com/document/api/1420/61525#[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo))
63667
+ * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo)
63668
+ * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo)
63494
63669
 
63495
63670
  ### 第 165 次发布
63496
63671
 
@@ -66777,6 +66952,21 @@
66777
66952
 
66778
66953
  ## 人脸核身(faceid) 版本:2018-03-01
66779
66954
 
66955
+ ### 第 76 次发布
66956
+
66957
+ 发布时间:2024-04-26 01:16:30
66958
+
66959
+ 本次发布包含了以下内容:
66960
+
66961
+ 改善已有的文档。
66962
+
66963
+ 修改接口:
66964
+
66965
+ * [GetFaceIdResult](https://cloud.tencent.com/document/api/1007/49199)
66966
+
66967
+ * 新增出参:LivenessInfoTag, DeviceInfoLevel
66968
+
66969
+
66780
66970
  ### 第 75 次发布
66781
66971
 
66782
66972
  发布时间:2024-04-22 01:17:05
@@ -71771,6 +71961,18 @@
71771
71961
 
71772
71962
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
71773
71963
 
71964
+ ### 第 4 次发布
71965
+
71966
+ 发布时间:2024-04-25 21:22:22
71967
+
71968
+ 本次发布包含了以下内容:
71969
+
71970
+ 改善已有的文档。
71971
+
71972
+ 新增接口:
71973
+
71974
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
71975
+
71774
71976
  ### 第 3 次发布
71775
71977
 
71776
71978
  发布时间:2024-04-11 20:37:23
@@ -74909,11 +75111,11 @@
74909
75111
 
74910
75112
  新增接口:
74911
75113
 
74912
- * [[DescribeDeviceFirmwares](https://cloud.tencent.com/document/api/1081/105649)](https://cloud.tencent.com/document/api/#/#)
75114
+ * [DescribeDeviceFirmwares](https://cloud.tencent.com/document/api/1081/105649)
74913
75115
 
74914
75116
  新增数据结构:
74915
75117
 
74916
- * [[DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo)](https://cloud.tencent.com/document/api/1081/34988#[DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo))
75118
+ * [DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo)
74917
75119
 
74918
75120
  ### 第 59 次发布
74919
75121
 
@@ -77009,6 +77211,21 @@
77009
77211
 
77010
77212
  ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
77011
77213
 
77214
+ ### 第 30 次发布
77215
+
77216
+ 发布时间:2024-04-29 01:18:23
77217
+
77218
+ 本次发布包含了以下内容:
77219
+
77220
+ 改善已有的文档。
77221
+
77222
+ 修改数据结构:
77223
+
77224
+ * [CloudStorageEvent](https://cloud.tencent.com/document/api/1131/76635#CloudStorageEvent)
77225
+
77226
+ * 新增成员:UploadStatus
77227
+
77228
+
77012
77229
  ### 第 29 次发布
77013
77230
 
77014
77231
  发布时间:2024-03-06 01:17:55
@@ -84662,6 +84879,66 @@
84662
84879
 
84663
84880
  ## 大模型知识引擎(lke) 版本:2023-11-30
84664
84881
 
84882
+ ### 第 5 次发布
84883
+
84884
+ 发布时间:2024-04-29 00:05:46
84885
+
84886
+ 本次发布包含了以下内容:
84887
+
84888
+ 改善已有的文档。
84889
+
84890
+ 新增接口:
84891
+
84892
+ * [[ParseDoc](https://cloud.tencent.com/document/api/1759/105749)](https://cloud.tencent.com/document/api/#/#)
84893
+ * [[QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)](https://cloud.tencent.com/document/api/#/#)
84894
+
84895
+ 修改接口:
84896
+
84897
+ * [DescribeApp](https://cloud.tencent.com/document/api/1759/105072)
84898
+
84899
+ * 新增出参:AppStatus, AppStatusDesc
84900
+
84901
+ * [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
84902
+
84903
+ * 新增入参:FileType, IsPublic
84904
+
84905
+ * 新增出参:UploadPath
84906
+
84907
+ * [GetMsgRecord](https://cloud.tencent.com/document/api/1759/105090)
84908
+
84909
+ * 新增入参:Scene
84910
+
84911
+ * 新增出参:SessionDisassociatedTimestamp
84912
+
84913
+ * [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
84914
+
84915
+ * 新增入参:IsOnlyEmptyTheDialog
84916
+
84917
+
84918
+ 新增数据结构:
84919
+
84920
+ * [[Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure)](https://cloud.tencent.com/document/api/1759/105104#[Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure))
84921
+ * [[TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat)](https://cloud.tencent.com/document/api/1759/105104#[TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat))
84922
+
84923
+ 修改数据结构:
84924
+
84925
+ * [ClassifyConfig](https://cloud.tencent.com/document/api/1759/105104#ClassifyConfig)
84926
+
84927
+ * 新增成员:Greeting
84928
+
84929
+ * [KnowledgeQaOutput](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaOutput)
84930
+
84931
+ * 新增成员:ShowQuestionClarify, UseQuestionClarify, QuestionClarifyKeywords
84932
+
84933
+ * [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
84934
+
84935
+ * 新增成员:ImageUrls, TokenStat
84936
+
84937
+ * [SummaryConfig](https://cloud.tencent.com/document/api/1759/105104#SummaryConfig)
84938
+
84939
+ * 新增成员:Greeting
84940
+
84941
+
84665
84942
  ### 第 4 次发布
84666
84943
 
84667
84944
  发布时间:2024-04-25 01:19:55
@@ -84689,9 +84966,9 @@
84689
84966
 
84690
84967
  * 新增出参:Usage
84691
84968
 
84692
- * [ParseDoc](https://cloud.tencent.com/document/api/#/#)
84969
+ * [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
84693
84970
 
84694
- * [QueryParseDocResult](https://cloud.tencent.com/document/api/#/#)
84971
+ * [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
84695
84972
 
84696
84973
  * 新增出参:Usage
84697
84974
 
@@ -84792,8 +85069,8 @@
84792
85069
  * [ModifyQAAttrRange](https://cloud.tencent.com/document/api/1759/105024)
84793
85070
  * [ModifyQACate](https://cloud.tencent.com/document/api/1759/105023)
84794
85071
  * [ModifyRejectedQuestion](https://cloud.tencent.com/document/api/1759/105093)
84795
- * [ParseDoc](https://cloud.tencent.com/document/api/#/#)
84796
- * [QueryParseDocResult](https://cloud.tencent.com/document/api/#/#)
85072
+ * [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
85073
+ * [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
84797
85074
  * [QueryRewrite](https://cloud.tencent.com/document/api/1759/105081)
84798
85075
  * [RateMsgRecord](https://cloud.tencent.com/document/api/1759/105087)
84799
85076
  * [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
@@ -89979,6 +90256,25 @@
89979
90256
 
89980
90257
  ## 媒体处理(mps) 版本:2019-06-12
89981
90258
 
90259
+ ### 第 82 次发布
90260
+
90261
+ 发布时间:2024-04-26 01:20:19
90262
+
90263
+ 本次发布包含了以下内容:
90264
+
90265
+ 改善已有的文档。
90266
+
90267
+ 修改接口:
90268
+
90269
+ * [ParseLiveStreamProcessNotification](https://cloud.tencent.com/document/api/862/39229)
90270
+
90271
+ * 新增出参:LiveRecordResultInfo
90272
+
90273
+
90274
+ 新增数据结构:
90275
+
90276
+ * [LiveStreamRecordResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamRecordResultInfo)
90277
+
89982
90278
  ### 第 81 次发布
89983
90279
 
89984
90280
  发布时间:2024-04-22 01:21:36
@@ -95481,6 +95777,22 @@
95481
95777
 
95482
95778
  ## 文字识别(ocr) 版本:2018-11-19
95483
95779
 
95780
+ ### 第 134 次发布
95781
+
95782
+ 发布时间:2024-04-29 01:21:11
95783
+
95784
+ 本次发布包含了以下内容:
95785
+
95786
+ 改善已有的文档。
95787
+
95788
+ 新增接口:
95789
+
95790
+ * [[RecognizeGeneralTextImageWarn](https://cloud.tencent.com/document/api/866/105752)](https://cloud.tencent.com/document/api/#/#)
95791
+
95792
+ 新增数据结构:
95793
+
95794
+ * [[GeneralWarnInfo](https://cloud.tencent.com/document/api/866/33527#GeneralWarnInfo)](https://cloud.tencent.com/document/api/866/33527#[GeneralWarnInfo](https://cloud.tencent.com/document/api/866/33527#GeneralWarnInfo))
95795
+
95484
95796
  ### 第 133 次发布
95485
95797
 
95486
95798
  发布时间:2024-04-03 11:24:26
@@ -123096,6 +123408,36 @@
123096
123408
 
123097
123409
  ## 边缘安全加速平台(teo) 版本:2022-09-01
123098
123410
 
123411
+ ### 第 77 次发布
123412
+
123413
+ 发布时间:2024-04-26 01:25:17
123414
+
123415
+ 本次发布包含了以下内容:
123416
+
123417
+ 改善已有的文档。
123418
+
123419
+ 修改接口:
123420
+
123421
+ * [CreateRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104112)
123422
+
123423
+ * 新增入参:LogFormat
123424
+
123425
+ * [ModifyRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104109)
123426
+
123427
+ * 新增入参:LogFormat
123428
+
123429
+
123430
+ 新增数据结构:
123431
+
123432
+ * [LogFormat](https://cloud.tencent.com/document/api/1552/80721#LogFormat)
123433
+
123434
+ 修改数据结构:
123435
+
123436
+ * [RealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/80721#RealtimeLogDeliveryTask)
123437
+
123438
+ * 新增成员:LogFormat
123439
+
123440
+
123099
123441
  ### 第 76 次发布
123100
123442
 
123101
123443
  发布时间:2024-03-13 01:24:49
@@ -127280,7 +127622,7 @@
127280
127622
 
127281
127623
  新增数据结构:
127282
127624
 
127283
- * [[LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)](https://cloud.tencent.com/document/api/851/75051#[LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk))
127625
+ * [LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)
127284
127626
 
127285
127627
  修改数据结构:
127286
127628
 
@@ -133060,6 +133402,18 @@
133060
133402
 
133061
133403
  ## 文本内容安全(tms) 版本:2020-12-29
133062
133404
 
133405
+ ### 第 10 次发布
133406
+
133407
+ 发布时间:2024-04-29 01:26:41
133408
+
133409
+ 本次发布包含了以下内容:
133410
+
133411
+ 改善已有的文档。
133412
+
133413
+ 新增接口:
133414
+
133415
+ * [[AnswerQuestion](https://cloud.tencent.com/document/api/1124/105753)](https://cloud.tencent.com/document/api/#/#)
133416
+
133063
133417
  ### 第 9 次发布
133064
133418
 
133065
133419
  发布时间:2023-12-29 16:06:34
@@ -135920,6 +136274,32 @@
135920
136274
 
135921
136275
  ## 微服务引擎(tse) 版本:2020-12-07
135922
136276
 
136277
+ ### 第 65 次发布
136278
+
136279
+ 发布时间:2024-04-29 01:27:04
136280
+
136281
+ 本次发布包含了以下内容:
136282
+
136283
+ 改善已有的文档。
136284
+
136285
+ 修改接口:
136286
+
136287
+ * [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
136288
+
136289
+ * 新增入参:AffinityConstraint
136290
+
136291
+
136292
+ 新增数据结构:
136293
+
136294
+ * [[AccurateQpsThreshold](https://cloud.tencent.com/document/api/1364/54942#AccurateQpsThreshold)](https://cloud.tencent.com/document/api/1364/54942#[AccurateQpsThreshold](https://cloud.tencent.com/document/api/1364/54942#AccurateQpsThreshold))
136295
+
136296
+ 修改数据结构:
136297
+
136298
+ * [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
136299
+
136300
+ * 新增成员:AccurateQpsThresholds
136301
+
136302
+
135923
136303
  ### 第 64 次发布
135924
136304
 
135925
136305
  发布时间:2024-04-17 01:25:12