tencentcloud-sdk-nodejs 4.0.843 → 4.0.845

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 (79) hide show
  1. package/CHANGELOG.md +293 -0
  2. package/SERVICE_CHANGELOG.md +256 -133
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +4 -3
  7. package/src/services/cls/v20201016/cls_client.ts +93 -33
  8. package/src/services/cls/v20201016/cls_models.ts +252 -133
  9. package/src/services/dlc/v20210125/dlc_models.ts +8 -3
  10. package/src/services/domain/v20180808/domain_client.ts +13 -1
  11. package/src/services/domain/v20180808/domain_models.ts +36 -4
  12. package/src/services/dts/v20211206/dts_models.ts +1 -1
  13. package/src/services/ess/v20201111/ess_client.ts +25 -8
  14. package/src/services/ess/v20201111/ess_models.ts +59 -4
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  16. package/src/services/hunyuan/v20230901/hunyuan_client.ts +6 -2
  17. package/src/services/hunyuan/v20230901/hunyuan_models.ts +12 -10
  18. package/src/services/ims/v20201229/ims_client.ts +1 -1
  19. package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
  20. package/src/services/lke/v20231130/lke_client.ts +27 -1
  21. package/src/services/lke/v20231130/lke_models.ts +238 -3
  22. package/src/services/ocr/v20181119/ocr_client.ts +22 -7
  23. package/src/services/ocr/v20181119/ocr_models.ts +346 -259
  24. package/src/services/rce/v20201103/rce_models.ts +10 -5
  25. package/src/services/rum/v20210622/rum_models.ts +33 -33
  26. package/src/services/tdmq/v20200217/tdmq_models.ts +6 -6
  27. package/src/services/teo/v20220901/teo_client.ts +104 -17
  28. package/src/services/teo/v20220901/teo_models.ts +257 -45
  29. package/src/services/tione/v20191022/tione_models.ts +1 -1
  30. package/src/services/tms/v20201229/tms_client.ts +13 -1
  31. package/src/services/tms/v20201229/tms_models.ts +40 -16
  32. package/src/services/tse/v20201207/tse_client.ts +3 -2
  33. package/src/services/tse/v20201207/tse_models.ts +37 -13
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +4 -3
  37. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +31 -11
  38. package/tencentcloud/services/cls/v20201016/cls_client.js +45 -15
  39. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +242 -133
  40. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -3
  41. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
  42. package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
  43. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +34 -4
  44. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  45. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
  46. package/tencentcloud/services/ess/v20201111/ess_client.js +14 -4
  47. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +56 -4
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  49. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +6 -2
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +6 -2
  51. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +12 -10
  52. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
  53. package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
  54. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  55. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +9 -1
  56. package/tencentcloud/services/lke/v20231130/lke_client.js +12 -0
  57. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +232 -3
  58. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
  59. package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
  60. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +341 -257
  61. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +10 -5
  62. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +33 -33
  63. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -6
  64. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +42 -5
  65. package/tencentcloud/services/teo/v20220901/teo_client.js +55 -6
  66. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +241 -43
  67. package/tencentcloud/services/tione/v20191022/tione_models.d.ts +1 -1
  68. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +5 -1
  69. package/tencentcloud/services/tms/v20201229/tms_client.js +6 -0
  70. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +38 -16
  71. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
  72. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +36 -13
  73. package/test/cls.v20201016.test.js +66 -16
  74. package/test/domain.v20180808.test.js +10 -0
  75. package/test/ess.v20201111.test.js +12 -2
  76. package/test/lke.v20231130.test.js +20 -0
  77. package/test/ocr.v20181119.test.js +10 -0
  78. package/test/teo.v20220901.test.js +64 -4
  79. package/test/tms.v20201229.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,296 @@
1
+ # Release 4.0.845
2
+
3
+ ## 日志服务(cls) 版本:2020-10-16
4
+
5
+ ### 第 89 次发布
6
+
7
+ 发布时间:2024-04-30 01:11:49
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [CreateDashboardSubscribe](https://cloud.tencent.com/document/api/614/105781)
16
+ * [DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)
17
+ * [DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)
18
+ * [ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)
19
+ * [SearchDashboardSubscribe](https://cloud.tencent.com/document/api/614/105777)
20
+
21
+
22
+
23
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
24
+
25
+ ### 第 78 次发布
26
+
27
+ 发布时间:2024-04-29 16:57:36
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 新增接口:
34
+
35
+ * [CreatePlan](https://cloud.tencent.com/document/api/1552/105771)
36
+ * [DestroyPlan](https://cloud.tencent.com/document/api/1552/105770)
37
+ * [IncreasePlanQuota](https://cloud.tencent.com/document/api/1552/105769)
38
+ * [ModifyPlan](https://cloud.tencent.com/document/api/1552/105768)
39
+ * [RenewPlan](https://cloud.tencent.com/document/api/1552/105767)
40
+ * [UpgradePlan](https://cloud.tencent.com/document/api/1552/105766)
41
+
42
+ 新增数据结构:
43
+
44
+ * [PrepaidPlanParam](https://cloud.tencent.com/document/api/1552/80721#PrepaidPlanParam)
45
+ * [RenewFlag](https://cloud.tencent.com/document/api/1552/80721#RenewFlag)
46
+
47
+
48
+
49
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
50
+
51
+
52
+
53
+ # Release 4.0.844
54
+
55
+ ## 日志服务(cls) 版本:2020-10-16
56
+
57
+ ### 第 88 次发布
58
+
59
+ 发布时间:2024-04-29 01:11:58
60
+
61
+ 本次发布包含了以下内容:
62
+
63
+ 改善已有的文档。
64
+
65
+ 修改接口:
66
+
67
+ * [CreateCosRecharge](https://cloud.tencent.com/document/api/614/88100)
68
+
69
+ * 新增入参:TaskType, Metadata
70
+
71
+ * [ModifyCosRecharge](https://cloud.tencent.com/document/api/614/88098)
72
+
73
+ * 新增入参:Bucket, BucketRegion, Prefix, LogType, Compress, ExtractRuleInfo, TaskType, Metadata
74
+
75
+
76
+
77
+
78
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
79
+
80
+ ### 第 86 次发布
81
+
82
+ 发布时间:2024-04-29 01:14:26
83
+
84
+ 本次发布包含了以下内容:
85
+
86
+ 改善已有的文档。
87
+
88
+ 修改数据结构:
89
+
90
+ * [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
91
+
92
+ * 新增成员:EngineTypeDetail
93
+
94
+
95
+
96
+
97
+ ## 域名注册(domain) 版本:2018-08-08
98
+
99
+ ### 第 36 次发布
100
+
101
+ 发布时间:2024-04-29 01:14:52
102
+
103
+ 本次发布包含了以下内容:
104
+
105
+ 改善已有的文档。
106
+
107
+ 新增接口:
108
+
109
+ * [ModifyTemplate](https://cloud.tencent.com/document/api/242/105750)
110
+
111
+
112
+
113
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
114
+
115
+ ### 第 166 次发布
116
+
117
+ 发布时间:2024-04-29 01:16:26
118
+
119
+ 本次发布包含了以下内容:
120
+
121
+ 改善已有的文档。
122
+
123
+ 新增接口:
124
+
125
+ * [DescribeBatchOrganizationRegistrationUrls](https://cloud.tencent.com/document/api/1323/105751)
126
+
127
+ 新增数据结构:
128
+
129
+ * [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
130
+
131
+
132
+
133
+ ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
134
+
135
+ ### 第 30 次发布
136
+
137
+ 发布时间:2024-04-29 01:18:23
138
+
139
+ 本次发布包含了以下内容:
140
+
141
+ 改善已有的文档。
142
+
143
+ 修改数据结构:
144
+
145
+ * [CloudStorageEvent](https://cloud.tencent.com/document/api/1131/76635#CloudStorageEvent)
146
+
147
+ * 新增成员:UploadStatus
148
+
149
+
150
+
151
+
152
+ ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
153
+
154
+
155
+
156
+ ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
157
+
158
+
159
+
160
+ ## 大模型知识引擎(lke) 版本:2023-11-30
161
+
162
+ ### 第 5 次发布
163
+
164
+ 发布时间:2024-04-29 00:05:46
165
+
166
+ 本次发布包含了以下内容:
167
+
168
+ 改善已有的文档。
169
+
170
+ 新增接口:
171
+
172
+ * [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
173
+ * [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
174
+
175
+ 修改接口:
176
+
177
+ * [DescribeApp](https://cloud.tencent.com/document/api/1759/105072)
178
+
179
+ * 新增出参:AppStatus, AppStatusDesc
180
+
181
+ * [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
182
+
183
+ * 新增入参:FileType, IsPublic
184
+
185
+ * 新增出参:UploadPath
186
+
187
+ * [GetMsgRecord](https://cloud.tencent.com/document/api/1759/105090)
188
+
189
+ * 新增入参:Scene
190
+
191
+ * 新增出参:SessionDisassociatedTimestamp
192
+
193
+ * [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
194
+
195
+ * 新增入参:IsOnlyEmptyTheDialog
196
+
197
+
198
+ 新增数据结构:
199
+
200
+ * [Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure)
201
+ * [TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat)
202
+
203
+ 修改数据结构:
204
+
205
+ * [ClassifyConfig](https://cloud.tencent.com/document/api/1759/105104#ClassifyConfig)
206
+
207
+ * 新增成员:Greeting
208
+
209
+ * [KnowledgeQaOutput](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaOutput)
210
+
211
+ * 新增成员:ShowQuestionClarify, UseQuestionClarify, QuestionClarifyKeywords
212
+
213
+ * [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
214
+
215
+ * 新增成员:ImageUrls, TokenStat
216
+
217
+ * [SummaryConfig](https://cloud.tencent.com/document/api/1759/105104#SummaryConfig)
218
+
219
+ * 新增成员:Greeting
220
+
221
+
222
+
223
+
224
+ ## 文字识别(ocr) 版本:2018-11-19
225
+
226
+ ### 第 134 次发布
227
+
228
+ 发布时间:2024-04-29 01:21:11
229
+
230
+ 本次发布包含了以下内容:
231
+
232
+ 改善已有的文档。
233
+
234
+ 新增接口:
235
+
236
+ * [RecognizeGeneralTextImageWarn](https://cloud.tencent.com/document/api/866/105752)
237
+
238
+ 新增数据结构:
239
+
240
+ * [GeneralWarnInfo](https://cloud.tencent.com/document/api/866/33527#GeneralWarnInfo)
241
+
242
+
243
+
244
+ ## 文本内容安全(tms) 版本:2020-12-29
245
+
246
+ ### 第 10 次发布
247
+
248
+ 发布时间:2024-04-29 01:26:41
249
+
250
+ 本次发布包含了以下内容:
251
+
252
+ 改善已有的文档。
253
+
254
+ 新增接口:
255
+
256
+ * [AnswerQuestion](https://cloud.tencent.com/document/api/1124/105753)
257
+
258
+
259
+
260
+ ## 文本内容安全(tms) 版本:2020-07-13
261
+
262
+
263
+
264
+ ## 微服务引擎(tse) 版本:2020-12-07
265
+
266
+ ### 第 65 次发布
267
+
268
+ 发布时间:2024-04-29 01:27:04
269
+
270
+ 本次发布包含了以下内容:
271
+
272
+ 改善已有的文档。
273
+
274
+ 修改接口:
275
+
276
+ * [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
277
+
278
+ * 新增入参:AffinityConstraint
279
+
280
+
281
+ 新增数据结构:
282
+
283
+ * [AccurateQpsThreshold](https://cloud.tencent.com/document/api/1364/54942#AccurateQpsThreshold)
284
+
285
+ 修改数据结构:
286
+
287
+ * [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
288
+
289
+ * 新增成员:AccurateQpsThresholds
290
+
291
+
292
+
293
+
1
294
  # Release 4.0.843
2
295
 
3
296
  ## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08