tencentcloud-sdk-nodejs 4.0.747 → 4.0.749

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 (81) hide show
  1. package/CHANGELOG.md +420 -0
  2. package/SERVICE_CHANGELOG.md +373 -233
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +50 -9
  7. package/src/services/billing/v20180709/billing_models.ts +66 -36
  8. package/src/services/captcha/v20190722/captcha_client.ts +13 -0
  9. package/src/services/captcha/v20190722/captcha_models.ts +148 -0
  10. package/src/services/cat/v20180409/cat_models.ts +2 -2
  11. package/src/services/cfw/v20190904/cfw_client.ts +47 -11
  12. package/src/services/cfw/v20190904/cfw_models.ts +257 -109
  13. package/src/services/clb/v20180317/clb_models.ts +1 -1
  14. package/src/services/cls/v20201016/cls_models.ts +2 -2
  15. package/src/services/cvm/v20170312/cvm_models.ts +70 -22
  16. package/src/services/ess/v20201111/ess_models.ts +38 -3
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -2
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +31 -3
  19. package/src/services/mna/v20210119/mna_client.ts +153 -103
  20. package/src/services/mna/v20210119/mna_models.ts +299 -79
  21. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  22. package/src/services/oceanus/v20190422/oceanus_models.ts +35 -35
  23. package/src/services/omics/v20221128/omics_models.ts +2 -2
  24. package/src/services/sqlserver/v20180328/sqlserver_client.ts +13 -0
  25. package/src/services/sqlserver/v20180328/sqlserver_models.ts +63 -0
  26. package/src/services/tiw/v20190919/tiw_client.ts +26 -81
  27. package/src/services/tiw/v20190919/tiw_models.ts +137 -217
  28. package/src/services/trtc/v20190722/trtc_models.ts +12 -0
  29. package/src/services/tsf/v20180326/tsf_client.ts +1 -1
  30. package/src/services/tsf/v20180326/tsf_models.ts +4 -4
  31. package/src/services/vod/v20180717/vod_models.ts +31 -25
  32. package/src/services/vpc/v20170312/vpc_models.ts +6 -0
  33. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  34. package/src/services/wedata/v20210820/wedata_models.ts +133 -32
  35. package/src/services/weilingwith/v20230427/weilingwith_client.ts +3 -1
  36. package/src/services/weilingwith/v20230427/weilingwith_models.ts +46 -1
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +50 -9
  40. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +66 -36
  41. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
  42. package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
  43. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +145 -0
  44. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
  45. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +15 -3
  46. package/tencentcloud/services/cfw/v20190904/cfw_client.js +21 -3
  47. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +250 -108
  48. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  49. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
  50. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +70 -22
  51. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +38 -3
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -2
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -2
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +31 -3
  55. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +51 -35
  56. package/tencentcloud/services/mna/v20210119/mna_client.js +75 -51
  57. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +289 -79
  58. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  59. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  60. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +35 -35
  61. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +2 -2
  62. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
  63. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
  64. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +60 -0
  65. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +7 -31
  66. package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -41
  67. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +136 -209
  68. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +12 -0
  69. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
  70. package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
  71. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -4
  72. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +31 -25
  73. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -0
  74. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +132 -32
  75. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +1 -1
  76. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +44 -1
  77. package/test/captcha.v20190722.test.js +10 -0
  78. package/test/cfw.v20190904.test.js +32 -2
  79. package/test/mna.v20210119.test.js +74 -34
  80. package/test/sqlserver.v20180328.test.js +10 -0
  81. package/test/tiw.v20190919.test.js +6 -46
package/CHANGELOG.md CHANGED
@@ -1,3 +1,423 @@
1
+ # Release 4.0.749
2
+
3
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
4
+
5
+ ### 第 48 次发布
6
+
7
+ 发布时间:2023-12-04 00:15:25
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
16
+
17
+ * <font color="#dd0000">**修改成员**:</font>Tags
18
+
19
+
20
+
21
+
22
+ ## 云点播(vod) 版本:2018-07-17
23
+
24
+ ### 第 175 次发布
25
+
26
+ 发布时间:2023-12-04 00:22:12
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改数据结构:
33
+
34
+ * [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
35
+
36
+ * 新增成员:QualityEnhanceCompleteEvent
37
+
38
+ * <font color="#dd0000">**修改成员**:</font>ExtractCopyRightWatermarkCompleteEvent, QualityInspectCompleteEvent
39
+
40
+
41
+
42
+
43
+ # Release 4.0.748
44
+
45
+ ## 批量计算(batch) 版本:2017-03-12
46
+
47
+ ### 第 52 次发布
48
+
49
+ 发布时间:2023-12-01 01:07:51
50
+
51
+ 本次发布包含了以下内容:
52
+
53
+ 改善已有的文档。
54
+
55
+ 修改数据结构:
56
+
57
+ * [DataDisk](https://cloud.tencent.com/document/api/599/15912#DataDisk)
58
+
59
+ * 新增成员:BurstPerformance
60
+
61
+
62
+
63
+
64
+ ## 费用中心(billing) 版本:2018-07-09
65
+
66
+ ### 第 52 次发布
67
+
68
+ 发布时间:2023-12-01 01:08:07
69
+
70
+ 本次发布包含了以下内容:
71
+
72
+ 改善已有的文档。
73
+
74
+ 修改数据结构:
75
+
76
+ * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
77
+
78
+ * 新增成员:BillDay, BillMonth
79
+
80
+ * [BillDistributionResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillDistributionResourceSummary)
81
+
82
+ * 新增成员:BillMonth
83
+
84
+ * [BillResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillResourceSummary)
85
+
86
+ * 新增成员:BillMonth
87
+
88
+ * <font color="#dd0000">**修改成员**:</font>TransferPayAmount, SPDeduction
89
+
90
+ * [DistributionBillDetail](https://cloud.tencent.com/document/api/555/19183#DistributionBillDetail)
91
+
92
+ * 新增成员:BillMonth, BillDay
93
+
94
+
95
+
96
+
97
+ ## 验证码(captcha) 版本:2019-07-22
98
+
99
+ ### 第 17 次发布
100
+
101
+ 发布时间:2023-12-01 01:09:01
102
+
103
+ 本次发布包含了以下内容:
104
+
105
+ 改善已有的文档。
106
+
107
+ 新增接口:
108
+
109
+ * [DescribeCaptchaRceResult](https://cloud.tencent.com/document/api/1110/102104)
110
+
111
+ 新增数据结构:
112
+
113
+ * [RceResult](https://cloud.tencent.com/document/api/1110/40481#RceResult)
114
+
115
+
116
+
117
+ ## 云防火墙(cfw) 版本:2019-09-04
118
+
119
+ ### 第 50 次发布
120
+
121
+ 发布时间:2023-12-01 01:10:27
122
+
123
+ 本次发布包含了以下内容:
124
+
125
+ 改善已有的文档。
126
+
127
+ 新增接口:
128
+
129
+ * [CreateIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102107)
130
+ * [DeleteIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102106)
131
+ * [DescribeIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102105)
132
+
133
+
134
+
135
+ ## 云服务器(cvm) 版本:2017-03-12
136
+
137
+ ### 第 122 次发布
138
+
139
+ 发布时间:2023-12-01 01:12:05
140
+
141
+ 本次发布包含了以下内容:
142
+
143
+ 改善已有的文档。
144
+
145
+ 修改接口:
146
+
147
+ * [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
148
+
149
+ * 新增入参:AutoReboot
150
+
151
+
152
+ 修改数据结构:
153
+
154
+ * [DataDisk](https://cloud.tencent.com/document/api/213/15753#DataDisk)
155
+
156
+ * 新增成员:BurstPerformance
157
+
158
+ * [Image](https://cloud.tencent.com/document/api/213/15753#Image)
159
+
160
+ * <font color="#dd0000">**修改成员**:</font>ImageId, OsName, ImageType, Platform, ImageCreator, ImageSource, LicenseType
161
+
162
+
163
+
164
+
165
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
166
+
167
+ ### 第 138 次发布
168
+
169
+ 发布时间:2023-11-30 16:06:35
170
+
171
+ 本次发布包含了以下内容:
172
+
173
+ 改善已有的文档。
174
+
175
+ 修改接口:
176
+
177
+ * [CreateEmbedWebUrl](https://cloud.tencent.com/document/api/1323/95590)
178
+
179
+ * 新增入参:UserData
180
+
181
+
182
+
183
+
184
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
185
+
186
+ ### 第 137 次发布
187
+
188
+ 发布时间:2023-11-30 16:01:23
189
+
190
+ 本次发布包含了以下内容:
191
+
192
+ 改善已有的文档。
193
+
194
+ 修改接口:
195
+
196
+ * [ChannelCreateEmbedWebUrl](https://cloud.tencent.com/document/api/1420/87919)
197
+
198
+ * 新增入参:UserData
199
+
200
+
201
+ 修改数据结构:
202
+
203
+ * [CreateFlowOption](https://cloud.tencent.com/document/api/1420/61525#CreateFlowOption)
204
+
205
+ * 新增成员:SkipUploadFile
206
+
207
+
208
+
209
+
210
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
211
+
212
+
213
+
214
+ ## 多网聚合加速(mna) 版本:2021-01-19
215
+
216
+ ### 第 15 次发布
217
+
218
+ 发布时间:2023-12-01 01:19:47
219
+
220
+ 本次发布包含了以下内容:
221
+
222
+ 改善已有的文档。
223
+
224
+ 新增接口:
225
+
226
+ * [GetDevicePayMode](https://cloud.tencent.com/document/api/1385/102111)
227
+ * [GetFlowPackages](https://cloud.tencent.com/document/api/1385/102110)
228
+ * [ModifyPackageRenewFlag](https://cloud.tencent.com/document/api/1385/102109)
229
+ * [OrderFlowPackage](https://cloud.tencent.com/document/api/1385/102108)
230
+
231
+ 新增数据结构:
232
+
233
+ * [DevicePayModeInfo](https://cloud.tencent.com/document/api/1385/55846#DevicePayModeInfo)
234
+ * [FlowPackageInfo](https://cloud.tencent.com/document/api/1385/55846#FlowPackageInfo)
235
+
236
+
237
+
238
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
239
+
240
+ ### 第 56 次发布
241
+
242
+ 发布时间:2023-12-01 01:22:35
243
+
244
+ 本次发布包含了以下内容:
245
+
246
+ 改善已有的文档。
247
+
248
+ 新增接口:
249
+
250
+ * [ModifyDBInstanceSSL](https://cloud.tencent.com/document/api/238/102112)
251
+
252
+ 修改接口:
253
+
254
+ * [DescribeDBInstancesAttribute](https://cloud.tencent.com/document/api/238/90299)
255
+
256
+ * 新增出参:SSLConfig
257
+
258
+
259
+ 新增数据结构:
260
+
261
+ * [SSLConfig](https://cloud.tencent.com/document/api/238/19976#SSLConfig)
262
+
263
+
264
+
265
+ ## 互动白板(tiw) 版本:2019-09-19
266
+
267
+ ### 第 37 次发布
268
+
269
+ 发布时间:2023-12-01 01:26:06
270
+
271
+ 本次发布包含了以下内容:
272
+
273
+ 改善已有的文档。
274
+
275
+ <font color="#dd0000">**删除接口**:</font>
276
+
277
+ * CreateOfflineRecord
278
+ * DescribeOfflineRecord
279
+ * DescribeOfflineRecordCallback
280
+ * SetOfflineRecordCallback
281
+
282
+ 修改接口:
283
+
284
+ * [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
285
+
286
+ * 新增入参:ExcelParam
287
+
288
+
289
+ 新增数据结构:
290
+
291
+ * [ExcelParam](https://cloud.tencent.com/document/api/1137/40068#ExcelParam)
292
+
293
+
294
+
295
+ ## 实时音视频(trtc) 版本:2019-07-22
296
+
297
+ ### 第 62 次发布
298
+
299
+ 发布时间:2023-12-01 01:27:18
300
+
301
+ 本次发布包含了以下内容:
302
+
303
+ 改善已有的文档。
304
+
305
+ 修改数据结构:
306
+
307
+ * [WaterMarkChar](https://cloud.tencent.com/document/api/647/44055#WaterMarkChar)
308
+
309
+ * 新增成员:Font
310
+
311
+ * [WaterMarkTimestamp](https://cloud.tencent.com/document/api/647/44055#WaterMarkTimestamp)
312
+
313
+ * 新增成员:Font
314
+
315
+
316
+
317
+
318
+ ## 私有网络(vpc) 版本:2017-03-12
319
+
320
+ ### 第 183 次发布
321
+
322
+ 发布时间:2023-12-01 01:28:57
323
+
324
+ 本次发布包含了以下内容:
325
+
326
+ 改善已有的文档。
327
+
328
+ 修改数据结构:
329
+
330
+ * [IPSECOptionsSpecification](https://cloud.tencent.com/document/api/215/15824#IPSECOptionsSpecification)
331
+
332
+ * 新增成员:IntegrityAlgorithm
333
+
334
+
335
+
336
+
337
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
338
+
339
+ ### 第 61 次发布
340
+
341
+ 发布时间:2023-12-01 01:30:04
342
+
343
+ 本次发布包含了以下内容:
344
+
345
+ 改善已有的文档。
346
+
347
+ 修改接口:
348
+
349
+ * [BatchUpdateIntegrationTasks](https://cloud.tencent.com/document/api/1267/82531)
350
+
351
+ * 新增入参:InchargeIds
352
+
353
+ * [CheckAlarmRegularNameExist](https://cloud.tencent.com/document/api/1267/82530)
354
+
355
+ * 新增入参:MonitorType
356
+
357
+ * [DescribeAlarmEvents](https://cloud.tencent.com/document/api/1267/82513)
358
+
359
+ * 新增入参:MonitorType
360
+
361
+ * <font color="#dd0000">**修改入参**:</font>Filters, OrderFields, TaskType, StartTime, EndTime
362
+
363
+ * [DescribeAlarmReceiver](https://cloud.tencent.com/document/api/1267/82512)
364
+
365
+ * 新增入参:MonitorType
366
+
367
+ * [DescribeEventCases](https://cloud.tencent.com/document/api/1267/95217)
368
+
369
+ * 新增入参:TimeToLive, SortItem, SortType
370
+
371
+ * [TriggerDsEvent](https://cloud.tencent.com/document/api/1267/102051)
372
+
373
+ * 新增入参:EventBatchCaseList
374
+
375
+ * <font color="#dd0000">**修改入参**:</font>EventCaseList
376
+
377
+
378
+ 新增数据结构:
379
+
380
+ * [EventBatchCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventBatchCaseDTO)
381
+
382
+ 修改数据结构:
383
+
384
+ * [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
385
+
386
+ * 新增成员:MonitorObjectId, MonitorObjectName, Threshold
387
+
388
+ * [AlarmIndicatorInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmIndicatorInfo)
389
+
390
+ * 新增成员:Threshold
391
+
392
+
393
+
394
+
395
+ ## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
396
+
397
+ ### 第 5 次发布
398
+
399
+ 发布时间:2023-12-01 01:31:31
400
+
401
+ 本次发布包含了以下内容:
402
+
403
+ 改善已有的文档。
404
+
405
+ 修改接口:
406
+
407
+ * [DescribeAlarmStatusList](https://cloud.tencent.com/document/api/1693/101460)
408
+
409
+ * 新增入参:ApplicationToken, WorkspaceId
410
+
411
+ * 新增出参:Result
412
+
413
+
414
+ 新增数据结构:
415
+
416
+ * [AlarmStatusData](https://cloud.tencent.com/document/api/1693/97961#AlarmStatusData)
417
+ * [DescribeAlarmStatusListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmStatusListRes)
418
+
419
+
420
+
1
421
  # Release 4.0.747
2
422
 
3
423
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25