tencentcloud-sdk-nodejs 4.0.790 → 4.0.792

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 (58) hide show
  1. package/CHANGELOG.md +442 -0
  2. package/SERVICE_CHANGELOG.md +390 -378
  3. package/package.json +1 -1
  4. package/products.md +15 -15
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_models.ts +9 -4
  7. package/src/services/as/v20180419/as_models.ts +38 -38
  8. package/src/services/bi/v20220105/bi_client.ts +1 -0
  9. package/src/services/bi/v20220105/bi_models.ts +226 -16
  10. package/src/services/cls/v20201016/cls_client.ts +70 -21
  11. package/src/services/cls/v20201016/cls_models.ts +360 -145
  12. package/src/services/csip/v20221121/csip_client.ts +1 -0
  13. package/src/services/csip/v20221121/csip_models.ts +26 -0
  14. package/src/services/cwp/v20180228/cwp_client.ts +4 -2
  15. package/src/services/ess/v20201111/ess_client.ts +32 -1
  16. package/src/services/ess/v20201111/ess_models.ts +12 -0
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +35 -4
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +18 -0
  19. package/src/services/iotcloud/v20210408/iotcloud_client.ts +12 -0
  20. package/src/services/iotcloud/v20210408/iotcloud_models.ts +43 -3
  21. package/src/services/lcic/v20220817/lcic_models.ts +8 -0
  22. package/src/services/rum/v20210622/rum_client.ts +0 -12
  23. package/src/services/rum/v20210622/rum_models.ts +0 -108
  24. package/src/services/trro/v20220325/trro_models.ts +13 -0
  25. package/src/services/tse/v20201207/tse_client.ts +2 -1
  26. package/src/services/tse/v20201207/tse_models.ts +45 -15
  27. package/src/services/weilingwith/v20230427/weilingwith_models.ts +20 -2
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +9 -4
  31. package/tencentcloud/services/as/v20180419/as_models.d.ts +38 -38
  32. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +225 -16
  33. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +23 -7
  34. package/tencentcloud/services/cls/v20201016/cls_client.js +33 -9
  35. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +351 -145
  36. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +25 -0
  37. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
  38. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
  39. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +32 -1
  40. package/tencentcloud/services/ess/v20201111/ess_client.js +32 -1
  41. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -0
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +35 -4
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +35 -4
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -0
  45. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
  46. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
  47. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +41 -3
  48. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
  49. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +1 -5
  50. package/tencentcloud/services/rum/v20210622/rum_client.js +0 -6
  51. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +0 -106
  52. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +13 -0
  53. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
  54. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +44 -15
  55. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +20 -2
  56. package/test/cls.v20201016.test.js +52 -12
  57. package/test/iotcloud.v20210408.test.js +10 -0
  58. package/test/rum.v20210622.test.js +0 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,445 @@
1
+ # Release 4.0.792
2
+
3
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
4
+
5
+ ### 第 149 次发布
6
+
7
+ 发布时间:2024-01-31 11:46:30
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
16
+
17
+ * 新增入参:ReportType
18
+
19
+ * [DescribeFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/83441)
20
+
21
+ * 新增入参:ReportType
22
+
23
+
24
+
25
+
26
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
27
+
28
+ ### 第 151 次发布
29
+
30
+ 发布时间:2024-01-31 11:46:10
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 修改接口:
37
+
38
+ * [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
39
+
40
+ * 新增入参:ReportType
41
+
42
+ * [DescribeChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/83442)
43
+
44
+ * 新增入参:ReportType
45
+
46
+
47
+
48
+
49
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
50
+
51
+
52
+
53
+ # Release 4.0.791
54
+
55
+ ## API 网关(apigateway) 版本:2018-08-08
56
+
57
+ ### 第 48 次发布
58
+
59
+ 发布时间:2024-01-31 01:06:22
60
+
61
+ 本次发布包含了以下内容:
62
+
63
+ 改善已有的文档。
64
+
65
+ 修改数据结构:
66
+
67
+ * [Environment](https://cloud.tencent.com/document/api/628/45244#Environment)
68
+
69
+ * 新增成员:CreateTime
70
+
71
+
72
+
73
+
74
+ ## 弹性伸缩(as) 版本:2018-04-19
75
+
76
+ ### 第 70 次发布
77
+
78
+ 发布时间:2024-01-31 01:06:41
79
+
80
+ 本次发布包含了以下内容:
81
+
82
+ 改善已有的文档。
83
+
84
+ 修改数据结构:
85
+
86
+ * [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
87
+
88
+ * 新增成员:DisasterRecoverGroupIds
89
+
90
+
91
+
92
+
93
+ ## 商业智能分析 BI(bi) 版本:2022-01-05
94
+
95
+ ### 第 9 次发布
96
+
97
+ 发布时间:2024-01-31 01:07:03
98
+
99
+ 本次发布包含了以下内容:
100
+
101
+ 改善已有的文档。
102
+
103
+ 修改接口:
104
+
105
+ * [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
106
+
107
+ * 新增出参:ErrorInfo
108
+
109
+ * [CreateDatasource](https://cloud.tencent.com/document/api/590/98854)
110
+
111
+ * 新增出参:ErrorInfo
112
+
113
+ * [CreateDatasourceCloud](https://cloud.tencent.com/document/api/590/98853)
114
+
115
+ * 新增出参:ErrorInfo
116
+
117
+ * [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
118
+
119
+ * 新增出参:ErrorInfo
120
+
121
+ * [CreateProject](https://cloud.tencent.com/document/api/590/98838)
122
+
123
+ * 新增出参:ErrorInfo
124
+
125
+ * [CreateUserRole](https://cloud.tencent.com/document/api/590/98848)
126
+
127
+ * 新增出参:ErrorInfo
128
+
129
+ * [CreateUserRoleProject](https://cloud.tencent.com/document/api/590/98847)
130
+
131
+ * 新增出参:ErrorInfo
132
+
133
+ * [DeleteDatasource](https://cloud.tencent.com/document/api/590/98852)
134
+
135
+ * 新增出参:ErrorInfo
136
+
137
+ * [DeleteProject](https://cloud.tencent.com/document/api/590/98837)
138
+
139
+ * 新增出参:ErrorInfo
140
+
141
+ * [DeleteUserRole](https://cloud.tencent.com/document/api/590/98846)
142
+
143
+ * 新增出参:ErrorInfo
144
+
145
+ * [DeleteUserRoleProject](https://cloud.tencent.com/document/api/590/98845)
146
+
147
+ * 新增出参:ErrorInfo
148
+
149
+ * [DescribeDatasourceList](https://cloud.tencent.com/document/api/590/98840)
150
+
151
+ * 新增出参:ErrorInfo
152
+
153
+ * [DescribeProjectInfo](https://cloud.tencent.com/document/api/590/98836)
154
+
155
+ * 新增出参:ErrorInfo
156
+
157
+ * [DescribeProjectList](https://cloud.tencent.com/document/api/590/98835)
158
+
159
+ * 新增出参:ErrorInfo
160
+
161
+ * [DescribeUserProjectList](https://cloud.tencent.com/document/api/590/98844)
162
+
163
+ * 新增出参:ErrorInfo
164
+
165
+ * [DescribeUserRoleList](https://cloud.tencent.com/document/api/590/98843)
166
+
167
+ * 新增入参:IsOnlyBindAppUser
168
+
169
+ * 新增出参:ErrorInfo
170
+
171
+ * [DescribeUserRoleProjectList](https://cloud.tencent.com/document/api/590/100532)
172
+
173
+ * 新增入参:IsOnlyBindAppUser
174
+
175
+ * 新增出参:ErrorInfo
176
+
177
+ * [ModifyDatasource](https://cloud.tencent.com/document/api/590/98851)
178
+
179
+ * 新增出参:ErrorInfo
180
+
181
+ * [ModifyDatasourceCloud](https://cloud.tencent.com/document/api/590/98850)
182
+
183
+ * 新增出参:ErrorInfo
184
+
185
+ * [ModifyProject](https://cloud.tencent.com/document/api/590/98834)
186
+
187
+ * 新增出参:ErrorInfo
188
+
189
+ * [ModifyUserRole](https://cloud.tencent.com/document/api/590/98878)
190
+
191
+ * 新增入参:AppUserId
192
+
193
+ * 新增出参:ErrorInfo
194
+
195
+ * [ModifyUserRoleProject](https://cloud.tencent.com/document/api/590/98842)
196
+
197
+ * 新增入参:AppUserId
198
+
199
+ * 新增出参:ErrorInfo
200
+
201
+
202
+ 新增数据结构:
203
+
204
+ * [ErrorInfo](https://cloud.tencent.com/document/api/590/73726#ErrorInfo)
205
+
206
+ 修改数据结构:
207
+
208
+ * [UserIdAndUserName](https://cloud.tencent.com/document/api/590/73726#UserIdAndUserName)
209
+
210
+ * 新增成员:AppId, AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
211
+
212
+ * [UserRoleListDataUserRoleInfo](https://cloud.tencent.com/document/api/590/73726#UserRoleListDataUserRoleInfo)
213
+
214
+ * 新增成员:AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
215
+
216
+ * <font color="#dd0000">**修改成员**:</font>CorpAdmin
217
+
218
+
219
+
220
+
221
+ ## 日志服务(cls) 版本:2020-10-16
222
+
223
+ ### 第 80 次发布
224
+
225
+ 发布时间:2024-01-31 01:10:12
226
+
227
+ 本次发布包含了以下内容:
228
+
229
+ 改善已有的文档。
230
+
231
+ 新增接口:
232
+
233
+ * [CreateAlarmShield](https://cloud.tencent.com/document/api/614/103652)
234
+ * [DeleteAlarmShield](https://cloud.tencent.com/document/api/614/103651)
235
+ * [DescribeAlarmShields](https://cloud.tencent.com/document/api/614/103650)
236
+ * [ModifyAlarmShield](https://cloud.tencent.com/document/api/614/103649)
237
+
238
+ 新增数据结构:
239
+
240
+ * [AlarmShieldInfo](https://cloud.tencent.com/document/api/614/56471#AlarmShieldInfo)
241
+
242
+
243
+
244
+ ## 云安全一体化平台(csip) 版本:2022-11-21
245
+
246
+ ### 第 30 次发布
247
+
248
+ 发布时间:2024-01-31 01:10:44
249
+
250
+ 本次发布包含了以下内容:
251
+
252
+ 改善已有的文档。
253
+
254
+ 新增数据结构:
255
+
256
+ * [PortRiskAdvanceCFGParamItem](https://cloud.tencent.com/document/api/664/90825#PortRiskAdvanceCFGParamItem)
257
+
258
+ 修改数据结构:
259
+
260
+ * [TaskAdvanceCFG](https://cloud.tencent.com/document/api/664/90825#TaskAdvanceCFG)
261
+
262
+ * 新增成员:PortRisk
263
+
264
+
265
+
266
+
267
+ ## 主机安全(cwp) 版本:2018-02-28
268
+
269
+ ### 第 107 次发布
270
+
271
+ 发布时间:2024-01-31 01:11:09
272
+
273
+ 本次发布包含了以下内容:
274
+
275
+ 改善已有的文档。
276
+
277
+ <font color="#dd0000">**预下线接口**:</font>
278
+
279
+ * DescribeAttackLogInfo
280
+
281
+
282
+
283
+ ## 物联网通信(iotcloud) 版本:2021-04-08
284
+
285
+ ### 第 10 次发布
286
+
287
+ 发布时间:2024-01-31 01:16:26
288
+
289
+ 本次发布包含了以下内容:
290
+
291
+ 改善已有的文档。
292
+
293
+ 新增接口:
294
+
295
+ * [UpdateOtaTaskStatus](https://cloud.tencent.com/document/api/634/103653)
296
+
297
+ 修改接口:
298
+
299
+ * [BatchUpdateFirmware](https://cloud.tencent.com/document/api/634/73637)
300
+
301
+ * 新增入参:Type
302
+
303
+ * [EditFirmware](https://cloud.tencent.com/document/api/634/73623)
304
+
305
+ * 新增入参:FirmwareUserDefined
306
+
307
+ * [UploadFirmware](https://cloud.tencent.com/document/api/634/73621)
308
+
309
+ * 新增入参:FirmwareUserDefined
310
+
311
+
312
+
313
+
314
+ ## 物联网通信(iotcloud) 版本:2018-06-14
315
+
316
+
317
+
318
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
319
+
320
+ ### 第 50 次发布
321
+
322
+ 发布时间:2024-01-31 01:17:54
323
+
324
+ 本次发布包含了以下内容:
325
+
326
+ 改善已有的文档。
327
+
328
+ 修改接口:
329
+
330
+ * [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
331
+
332
+ * 新增入参:RTMPStreamingURL
333
+
334
+ * 新增出参:RTMPStreamingURL
335
+
336
+
337
+
338
+
339
+ ## 前端性能监控(rum) 版本:2021-06-22
340
+
341
+ ### 第 33 次发布
342
+
343
+ 发布时间:2024-01-31 01:20:58
344
+
345
+ 本次发布包含了以下内容:
346
+
347
+ 改善已有的文档。
348
+
349
+ <font color="#dd0000">**删除接口**:</font>
350
+
351
+ * DescribeDataPerformanceProject
352
+
353
+
354
+
355
+ ## 远程实时操控(trro) 版本:2022-03-25
356
+
357
+ ### 第 4 次发布
358
+
359
+ 发布时间:2024-01-31 01:25:41
360
+
361
+ 本次发布包含了以下内容:
362
+
363
+ 改善已有的文档。
364
+
365
+ 修改接口:
366
+
367
+ * [GetLicenseStat](https://cloud.tencent.com/document/api/1584/89901)
368
+
369
+ * 新增出参:MonthlyExpire
370
+
371
+ * [GetLicenses](https://cloud.tencent.com/document/api/1584/89900)
372
+
373
+ * 新增入参:Status
374
+
375
+
376
+ 修改数据结构:
377
+
378
+ * [Device](https://cloud.tencent.com/document/api/1584/89828#Device)
379
+
380
+ * 新增成员:MonthlyRemainTime
381
+
382
+ * <font color="#dd0000">**修改成员**:</font>DeviceId, DeviceName, LicenseCount, RemainDay, ExpireTime, Duration, LicenseIds
383
+
384
+
385
+
386
+
387
+ ## 微服务引擎(tse) 版本:2020-12-07
388
+
389
+ ### 第 56 次发布
390
+
391
+ 发布时间:2024-01-31 01:25:54
392
+
393
+ 本次发布包含了以下内容:
394
+
395
+ 改善已有的文档。
396
+
397
+ 修改接口:
398
+
399
+ * [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
400
+
401
+ * 新增出参:Result
402
+
403
+
404
+ 新增数据结构:
405
+
406
+ * [CreatePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#CreatePublicNetworkResult)
407
+
408
+ 修改数据结构:
409
+
410
+ * [CloudNativeAPIGatewayStrategyAutoScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyAutoScalerConfig)
411
+
412
+ * [CloudNativeAPIGatewayStrategyCronScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyCronScalerConfig)
413
+
414
+
415
+
416
+
417
+ ## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
418
+
419
+ ### 第 7 次发布
420
+
421
+ 发布时间:2024-01-31 01:28:56
422
+
423
+ 本次发布包含了以下内容:
424
+
425
+ 改善已有的文档。
426
+
427
+ 修改接口:
428
+
429
+ * [DescribeDeviceList](https://cloud.tencent.com/document/api/1693/101482)
430
+
431
+ * 新增入参:IsActive, IsCamera
432
+
433
+
434
+ 修改数据结构:
435
+
436
+ * [DeviceDataInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceDataInfo)
437
+
438
+ * 新增成员:DeviceStatus, Status
439
+
440
+
441
+
442
+
1
443
  # Release 4.0.790
2
444
 
3
445
  ## 云数据库 MySQL(cdb) 版本:2017-03-20