tencentcloud-sdk-nodejs 4.0.727 → 4.0.729

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 (99) hide show
  1. package/CHANGELOG.md +363 -0
  2. package/SERVICE_CHANGELOG.md +331 -127
  3. package/package.json +1 -1
  4. package/products.md +25 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_client.ts +1 -1
  7. package/src/services/ams/v20201229/ams_models.ts +4 -1
  8. package/src/services/as/v20180419/as_client.ts +1 -0
  9. package/src/services/as/v20180419/as_models.ts +60 -31
  10. package/src/services/cfg/v20210820/cfg_models.ts +30 -7
  11. package/src/services/cfs/v20190719/cfs_client.ts +3 -2
  12. package/src/services/cfs/v20190719/cfs_models.ts +3 -2
  13. package/src/services/cls/v20201016/cls_models.ts +11 -8
  14. package/src/services/csip/v20221121/csip_models.ts +2 -2
  15. package/src/services/dlc/v20210125/dlc_client.ts +17 -4
  16. package/src/services/dlc/v20210125/dlc_models.ts +128 -54
  17. package/src/services/drm/v20181115/drm_client.ts +12 -0
  18. package/src/services/drm/v20181115/drm_models.ts +40 -0
  19. package/src/services/dts/v20211206/dts_models.ts +1 -1
  20. package/src/services/ess/v20201111/ess_client.ts +28 -24
  21. package/src/services/ess/v20201111/ess_models.ts +53 -58
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +97 -45
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +378 -149
  24. package/src/services/faceid/v20180301/faceid_models.ts +38 -38
  25. package/src/services/hai/index.ts +5 -0
  26. package/src/services/hai/v20230812/hai_client.ts +40 -0
  27. package/src/services/hai/v20230812/hai_models.ts +80 -0
  28. package/src/services/hai/v20230812/index.ts +6 -0
  29. package/src/services/index.ts +1 -0
  30. package/src/services/live/v20180801/live_models.ts +23 -23
  31. package/src/services/ocr/v20181119/ocr_client.ts +10 -7
  32. package/src/services/ocr/v20181119/ocr_models.ts +403 -129
  33. package/src/services/trocket/v20230308/trocket_client.ts +18 -2
  34. package/src/services/trocket/v20230308/trocket_models.ts +91 -15
  35. package/src/services/vm/v20201229/vm_models.ts +14 -14
  36. package/src/services/vm/v20210922/vm_client.ts +43 -9
  37. package/src/services/vm/v20210922/vm_models.ts +84 -37
  38. package/src/services/wedata/v20210820/wedata_client.ts +3 -3
  39. package/src/services/wedata/v20210820/wedata_models.ts +13 -13
  40. package/src/services/weilingwith/v20230427/weilingwith_client.ts +652 -24
  41. package/src/services/weilingwith/v20230427/weilingwith_models.ts +1031 -30
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +1 -1
  45. package/tencentcloud/services/ams/v20201229/ams_client.js +1 -1
  46. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +4 -1
  47. package/tencentcloud/services/as/v20180419/as_models.d.ts +59 -31
  48. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +30 -7
  49. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -0
  50. package/tencentcloud/services/cfs/v20190719/cfs_client.js +1 -0
  51. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +3 -2
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -8
  53. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +2 -2
  54. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  55. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  56. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +125 -54
  57. package/tencentcloud/services/drm/v20181115/drm_client.d.ts +5 -1
  58. package/tencentcloud/services/drm/v20181115/drm_client.js +6 -0
  59. package/tencentcloud/services/drm/v20181115/drm_models.d.ts +38 -0
  60. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  61. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +28 -24
  62. package/tencentcloud/services/ess/v20201111/ess_client.js +28 -24
  63. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +53 -58
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +81 -38
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +82 -37
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +372 -146
  67. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +38 -38
  68. package/tencentcloud/services/hai/index.d.ts +6 -0
  69. package/tencentcloud/services/hai/index.js +7 -0
  70. package/tencentcloud/services/hai/v20230812/hai_client.d.ts +14 -0
  71. package/tencentcloud/services/hai/v20230812/hai_client.js +37 -0
  72. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +61 -0
  73. package/tencentcloud/services/hai/v20230812/hai_models.js +18 -0
  74. package/tencentcloud/services/hai/v20230812/index.d.ts +6 -0
  75. package/tencentcloud/services/hai/v20230812/index.js +9 -0
  76. package/tencentcloud/services/index.d.ts +1 -0
  77. package/tencentcloud/services/index.js +2 -0
  78. package/tencentcloud/services/live/v20180801/live_models.d.ts +23 -23
  79. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  80. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +399 -128
  81. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +8 -1
  82. package/tencentcloud/services/trocket/v20230308/trocket_client.js +9 -0
  83. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +88 -15
  84. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +14 -14
  85. package/tencentcloud/services/vm/v20210922/vm_client.d.ts +41 -8
  86. package/tencentcloud/services/vm/v20210922/vm_client.js +41 -8
  87. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +83 -37
  88. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +3 -3
  89. package/tencentcloud/services/wedata/v20210820/wedata_client.js +3 -3
  90. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +13 -13
  91. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +215 -7
  92. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.js +321 -9
  93. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +921 -28
  94. package/test/dlc.v20210125.test.js +10 -0
  95. package/test/drm.v20181115.test.js +10 -0
  96. package/test/essbasic.v20210526.test.js +10 -0
  97. package/test/hai.v20230812.test.js +31 -0
  98. package/test/trocket.v20230308.test.js +10 -0
  99. package/test/weilingwith.v20230427.test.js +526 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,366 @@
1
+ # Release 4.0.729
2
+
3
+ ## 云安全一体化平台(csip) 版本:2022-11-21
4
+
5
+ ### 第 21 次发布
6
+
7
+ 发布时间:2023-11-13 00:07:56
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [AssetViewPortRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewPortRisk)
16
+
17
+ * <font color="#dd0000">**修改成员**:</font>Port, AffectAsset, Level, InstanceType, Protocol, Component, Service, RecentTime, FirstTime, Suggestion, Status, Id, Index, InstanceId, InstanceName, AppId, Nick, Uin, From
18
+
19
+
20
+
21
+
22
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
23
+
24
+ ### 第 73 次发布
25
+
26
+ 发布时间:2023-11-13 00:11:03
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 新增接口:
33
+
34
+ * [DescribeDataEngineEvents](https://cloud.tencent.com/document/api/1342/101534)
35
+
36
+ 新增数据结构:
37
+
38
+ * [HouseEventsInfo](https://cloud.tencent.com/document/api/1342/53778#HouseEventsInfo)
39
+
40
+
41
+
42
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
43
+
44
+ ### 第 131 次发布
45
+
46
+ 发布时间:2023-11-13 00:13:25
47
+
48
+ 本次发布包含了以下内容:
49
+
50
+ 改善已有的文档。
51
+
52
+ <font color="#dd0000">**预下线接口**:</font>
53
+
54
+ * DescribeBillUsageDetail
55
+
56
+
57
+
58
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
59
+
60
+
61
+
62
+ ## 高性能应用服务(hai) 版本:2023-08-12
63
+
64
+ ### 第 1 次发布
65
+
66
+ 发布时间:2023-11-10 16:10:58
67
+
68
+ 本次发布包含了以下内容:
69
+
70
+ 改善已有的文档。
71
+
72
+ 新增接口:
73
+
74
+ * [RunInstances](https://cloud.tencent.com/document/api/1721/101517)
75
+
76
+ 新增数据结构:
77
+
78
+ * [SystemDisk](https://cloud.tencent.com/document/api/1721/101518#SystemDisk)
79
+
80
+
81
+
82
+ ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
83
+
84
+ ### 第 5 次发布
85
+
86
+ 发布时间:2023-11-13 00:24:24
87
+
88
+ 本次发布包含了以下内容:
89
+
90
+ 改善已有的文档。
91
+
92
+ 新增接口:
93
+
94
+ * [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
95
+
96
+ 新增数据结构:
97
+
98
+ * [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem)
99
+
100
+
101
+
102
+ # Release 4.0.728
103
+
104
+ ## 弹性伸缩(as) 版本:2018-04-19
105
+
106
+ ### 第 69 次发布
107
+
108
+ 发布时间:2023-11-10 01:06:51
109
+
110
+ 本次发布包含了以下内容:
111
+
112
+ 改善已有的文档。
113
+
114
+ 修改接口:
115
+
116
+ * [CreateAutoScalingGroup](https://cloud.tencent.com/document/api/377/20440)
117
+
118
+ * 新增入参:InstanceNameIndexSettings
119
+
120
+ * [ModifyAutoScalingGroup](https://cloud.tencent.com/document/api/377/20433)
121
+
122
+ * 新增入参:InstanceNameIndexSettings
123
+
124
+
125
+ 新增数据结构:
126
+
127
+ * [InstanceNameIndexSettings](https://cloud.tencent.com/document/api/377/20453#InstanceNameIndexSettings)
128
+
129
+ 修改数据结构:
130
+
131
+ * [AutoScalingGroup](https://cloud.tencent.com/document/api/377/20453#AutoScalingGroup)
132
+
133
+ * 新增成员:InstanceNameIndexSettings
134
+
135
+
136
+
137
+
138
+ ## 混沌演练平台(cfg) 版本:2021-08-20
139
+
140
+ ### 第 12 次发布
141
+
142
+ 发布时间:2023-11-10 01:09:57
143
+
144
+ 本次发布包含了以下内容:
145
+
146
+ 改善已有的文档。
147
+
148
+ 修改接口:
149
+
150
+ * [DescribeTaskList](https://cloud.tencent.com/document/api/1500/71779)
151
+
152
+ * 新增入参:TaskUpdateTime, TaskStatusList
153
+
154
+
155
+ 修改数据结构:
156
+
157
+ * [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
158
+
159
+ * 新增成员:VerifyId
160
+
161
+ * [TaskListItem](https://cloud.tencent.com/document/api/1500/71784#TaskListItem)
162
+
163
+ * 新增成员:VerifyId, TaskStatusType
164
+
165
+
166
+
167
+
168
+ ## 数字版权管理(drm) 版本:2018-11-15
169
+
170
+ ### 第 6 次发布
171
+
172
+ 发布时间:2023-11-10 01:14:28
173
+
174
+ 本次发布包含了以下内容:
175
+
176
+ 改善已有的文档。
177
+
178
+ 新增接口:
179
+
180
+ * [GenerateTDRMKey](https://cloud.tencent.com/document/api/1000/101455)
181
+
182
+
183
+
184
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
185
+
186
+ ### 第 130 次发布
187
+
188
+ 发布时间:2023-11-10 01:16:11
189
+
190
+ 本次发布包含了以下内容:
191
+
192
+ 改善已有的文档。
193
+
194
+ 新增接口:
195
+
196
+ * [ChannelDescribeBillUsageDetail](https://cloud.tencent.com/document/api/1420/101456)
197
+
198
+ 新增数据结构:
199
+
200
+ * [ChannelBillUsageDetail](https://cloud.tencent.com/document/api/1420/61525#ChannelBillUsageDetail)
201
+
202
+
203
+
204
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
205
+
206
+
207
+
208
+ ## 人脸核身(faceid) 版本:2018-03-01
209
+
210
+ ### 第 64 次发布
211
+
212
+ 发布时间:2023-11-10 01:16:33
213
+
214
+ 本次发布包含了以下内容:
215
+
216
+ 改善已有的文档。
217
+
218
+ 修改数据结构:
219
+
220
+ * [DetectInfoText](https://cloud.tencent.com/document/api/1007/41958#DetectInfoText)
221
+
222
+ * <font color="#dd0000">**修改成员**:</font>IdInfoFrom, NFCRequestIds, NFCBillingCounts, PassNo, VisaNum
223
+
224
+
225
+
226
+
227
+ ## 文字识别(ocr) 版本:2018-11-19
228
+
229
+ ### 第 117 次发布
230
+
231
+ 发布时间:2023-11-10 01:21:12
232
+
233
+ 本次发布包含了以下内容:
234
+
235
+ 改善已有的文档。
236
+
237
+ 修改接口:
238
+
239
+ * [VerifyOfdVatInvoiceOCR](https://cloud.tencent.com/document/api/866/52296)
240
+
241
+ * 新增出参:AirTicketInfo, RailwayTicketInfo
242
+
243
+
244
+ 新增数据结构:
245
+
246
+ * [AirTicketInfo](https://cloud.tencent.com/document/api/866/33527#AirTicketInfo)
247
+ * [DetailInformationOfAirTicketTupleList](https://cloud.tencent.com/document/api/866/33527#DetailInformationOfAirTicketTupleList)
248
+ * [RailwayTicketInfo](https://cloud.tencent.com/document/api/866/33527#RailwayTicketInfo)
249
+
250
+
251
+
252
+ ## 视频内容安全(vm) 版本:2021-09-22
253
+
254
+ ### 第 5 次发布
255
+
256
+ 发布时间:2023-11-10 01:28:11
257
+
258
+ 本次发布包含了以下内容:
259
+
260
+ 改善已有的文档。
261
+
262
+ 修改接口:
263
+
264
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/80016)
265
+
266
+ * 新增出参:SegmentCosUrlList
267
+
268
+
269
+ 新增数据结构:
270
+
271
+ * [SegmentCosUrlList](https://cloud.tencent.com/document/api/1265/80019#SegmentCosUrlList)
272
+
273
+ 修改数据结构:
274
+
275
+ * [TaskLabel](https://cloud.tencent.com/document/api/1265/80019#TaskLabel)
276
+
277
+ * 新增成员:SubLabel
278
+
279
+
280
+
281
+
282
+ ## 视频内容安全(vm) 版本:2020-12-29
283
+
284
+
285
+
286
+ ## 视频内容安全(vm) 版本:2020-07-09
287
+
288
+
289
+
290
+ ## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
291
+
292
+ ### 第 2 次发布
293
+
294
+ 发布时间:2023-11-10 01:30:47
295
+
296
+ 本次发布包含了以下内容:
297
+
298
+ 改善已有的文档。
299
+
300
+ 新增接口:
301
+
302
+ * [AddAlarmProcessRecord](https://cloud.tencent.com/document/api/1693/101492)
303
+ * [BatchCreateDevice](https://cloud.tencent.com/document/api/1693/101491)
304
+ * [BatchKillAlarm](https://cloud.tencent.com/document/api/1693/101490)
305
+ * [BatchReportAppMessage](https://cloud.tencent.com/document/api/1693/101489)
306
+ * [ChangeAlarmStatus](https://cloud.tencent.com/document/api/1693/101488)
307
+ * [ControlCameraPTZ](https://cloud.tencent.com/document/api/1693/101468)
308
+ * [ControlDevice](https://cloud.tencent.com/document/api/1693/101487)
309
+ * [CreateApplicationToken](https://cloud.tencent.com/document/api/1693/101495)
310
+ * [DescribeActionList](https://cloud.tencent.com/document/api/1693/101486)
311
+ * [DescribeAdministrationByTag](https://cloud.tencent.com/document/api/1693/101461)
312
+ * [DescribeAlarmLevelList](https://cloud.tencent.com/document/api/1693/101485)
313
+ * [DescribeAlarmList](https://cloud.tencent.com/document/api/1693/101484)
314
+ * [DescribeAlarmStatusList](https://cloud.tencent.com/document/api/1693/101460)
315
+ * [DescribeAlarmTypeList](https://cloud.tencent.com/document/api/1693/101483)
316
+ * [DescribeBuildingList](https://cloud.tencent.com/document/api/1693/101512)
317
+ * [DescribeBuildingModel](https://cloud.tencent.com/document/api/1693/101511)
318
+ * [DescribeBuildingProfile](https://cloud.tencent.com/document/api/1693/101510)
319
+ * [DescribeCameraExtendInfo](https://cloud.tencent.com/document/api/1693/101467)
320
+ * [DescribeCityWorkspaceList](https://cloud.tencent.com/document/api/1693/101459)
321
+ * [DescribeDeviceList](https://cloud.tencent.com/document/api/1693/101482)
322
+ * [DescribeDeviceShadowList](https://cloud.tencent.com/document/api/1693/101481)
323
+ * [DescribeDeviceStatusList](https://cloud.tencent.com/document/api/1693/101480)
324
+ * [DescribeDeviceStatusStat](https://cloud.tencent.com/document/api/1693/101479)
325
+ * [DescribeDeviceTagList](https://cloud.tencent.com/document/api/1693/101478)
326
+ * [DescribeDeviceTypeList](https://cloud.tencent.com/document/api/1693/101477)
327
+ * [DescribeElementProfilePage](https://cloud.tencent.com/document/api/1693/101509)
328
+ * [DescribeElementProfileTree](https://cloud.tencent.com/document/api/1693/101508)
329
+ * [DescribeEventList](https://cloud.tencent.com/document/api/1693/101476)
330
+ * [DescribeFileDownloadURL](https://cloud.tencent.com/document/api/1693/101494)
331
+ * [DescribeFileUploadURL](https://cloud.tencent.com/document/api/1693/101493)
332
+ * [DescribeLinkRuleList](https://cloud.tencent.com/document/api/1693/101475)
333
+ * [DescribeModelList](https://cloud.tencent.com/document/api/1693/101474)
334
+ * [DescribeProductList](https://cloud.tencent.com/document/api/1693/101473)
335
+ * [DescribePropertyList](https://cloud.tencent.com/document/api/1693/101507)
336
+ * [DescribeRuleDetail](https://cloud.tencent.com/document/api/1693/101472)
337
+ * [DescribeSceneList](https://cloud.tencent.com/document/api/1693/101506)
338
+ * [DescribeSpaceDeviceIdList](https://cloud.tencent.com/document/api/1693/101505)
339
+ * [DescribeSpaceDeviceRelationList](https://cloud.tencent.com/document/api/1693/101504)
340
+ * [DescribeSpaceInfoByDeviceId](https://cloud.tencent.com/document/api/1693/101503)
341
+ * [DescribeSpaceRelationByDeviceId](https://cloud.tencent.com/document/api/1693/101502)
342
+ * [DescribeSpaceTypeList](https://cloud.tencent.com/document/api/1693/101501)
343
+ * [DescribeTenantBuildingCountAndArea](https://cloud.tencent.com/document/api/1693/101500)
344
+ * [DescribeTenantDepartmentList](https://cloud.tencent.com/document/api/1693/101497)
345
+ * [DescribeTenantUserList](https://cloud.tencent.com/document/api/1693/101496)
346
+ * [DescribeVideoCloudRecord](https://cloud.tencent.com/document/api/1693/101466)
347
+ * [DescribeVideoLiveStream](https://cloud.tencent.com/document/api/1693/101465)
348
+ * [DescribeVideoRecordStream](https://cloud.tencent.com/document/api/1693/101464)
349
+ * [DescribeWorkSpaceBuildingCountAndArea](https://cloud.tencent.com/document/api/1693/101499)
350
+ * [ModifyDeviceName](https://cloud.tencent.com/document/api/1693/101471)
351
+ * [ReportAppMessage](https://cloud.tencent.com/document/api/1693/101470)
352
+ * [StopVideoStreaming](https://cloud.tencent.com/document/api/1693/101463)
353
+ * [UpdateWorkspaceParkAttributes](https://cloud.tencent.com/document/api/1693/101458)
354
+
355
+ 新增数据结构:
356
+
357
+ * [SsoDepartment](https://cloud.tencent.com/document/api/1693/97961#SsoDepartment)
358
+ * [SsoDepartmentsResult](https://cloud.tencent.com/document/api/1693/97961#SsoDepartmentsResult)
359
+ * [SsoUser](https://cloud.tencent.com/document/api/1693/97961#SsoUser)
360
+ * [SsoUserResult](https://cloud.tencent.com/document/api/1693/97961#SsoUserResult)
361
+
362
+
363
+
1
364
  # Release 4.0.727
2
365
 
3
366
  ## 文件存储(cfs) 版本:2019-07-19