tencentcloud-sdk-nodejs 4.0.862 → 4.0.864

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 (69) hide show
  1. package/CHANGELOG.md +230 -0
  2. package/SERVICE_CHANGELOG.md +263 -159
  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/cat/v20180409/cat_models.ts +1 -1
  7. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  8. package/src/services/dasb/v20191018/dasb_client.ts +1 -0
  9. package/src/services/dasb/v20191018/dasb_models.ts +30 -1
  10. package/src/services/domain/v20180808/domain_client.ts +219 -47
  11. package/src/services/domain/v20180808/domain_models.ts +942 -248
  12. package/src/services/dts/v20211206/dts_models.ts +2 -2
  13. package/src/services/ess/v20201111/ess_client.ts +1 -1
  14. package/src/services/ess/v20201111/ess_models.ts +25 -17
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +25 -21
  17. package/src/services/ims/v20201229/ims_models.ts +2 -2
  18. package/src/services/lighthouse/v20200324/lighthouse_models.ts +32 -26
  19. package/src/services/live/v20180801/live_models.ts +9 -0
  20. package/src/services/mna/v20210119/mna_client.ts +33 -9
  21. package/src/services/mna/v20210119/mna_models.ts +165 -75
  22. package/src/services/ocr/v20181119/ocr_models.ts +24 -0
  23. package/src/services/rum/v20210622/rum_models.ts +6 -6
  24. package/src/services/ssl/v20191205/ssl_client.ts +1 -1
  25. package/src/services/tdmq/v20200217/tdmq_models.ts +10 -5
  26. package/src/services/teo/v20220901/teo_models.ts +1 -0
  27. package/src/services/tmt/v20180321/tmt_models.ts +0 -1
  28. package/src/services/trocket/v20230308/trocket_client.ts +1 -1
  29. package/src/services/trocket/v20230308/trocket_models.ts +1 -23
  30. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  31. package/src/services/wedata/v20210820/wedata_client.ts +1 -1
  32. package/src/services/wedata/v20210820/wedata_models.ts +59 -6
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
  36. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +10 -0
  37. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +29 -1
  38. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +67 -11
  39. package/tencentcloud/services/domain/v20180808/domain_client.js +99 -15
  40. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +915 -253
  41. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +2 -2
  42. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  43. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  44. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +25 -17
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -0
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -0
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -21
  48. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
  49. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +32 -26
  50. package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -0
  51. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +11 -3
  52. package/tencentcloud/services/mna/v20210119/mna_client.js +15 -3
  53. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +160 -74
  54. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -0
  55. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -6
  56. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
  57. package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
  58. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +10 -5
  59. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -0
  60. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +0 -1
  61. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -1
  62. package/tencentcloud/services/trocket/v20230308/trocket_client.js +1 -1
  63. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1 -23
  64. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  65. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  66. package/tencentcloud/services/wedata/v20210820/wedata_client.js +1 -1
  67. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +59 -6
  68. package/test/domain.v20180808.test.js +150 -10
  69. package/test/mna.v20210119.test.js +22 -2
@@ -833,6 +833,10 @@ export interface FreezeOpsTasksRequest {
833
833
  * 任务操作是否消息通知下游任务责任人
834
834
  */
835
835
  OperateIsInform: boolean;
836
+ /**
837
+ * 是否终止已生成的实例
838
+ */
839
+ KillInstance?: boolean;
836
840
  }
837
841
  /**
838
842
  * 任务运行历史分页记录
@@ -2324,6 +2328,16 @@ export interface InstanceOpsDto {
2324
2328
  注意:此字段可能返回 null,表示取不到有效值。
2325
2329
  */
2326
2330
  RetryAttempts?: number;
2331
+ /**
2332
+ * 紧急去除的依赖父实例列表
2333
+ 注意:此字段可能返回 null,表示取不到有效值。
2334
+ */
2335
+ DeletedFatherList?: Array<string>;
2336
+ /**
2337
+ * 循环依赖关联的实例
2338
+ 注意:此字段可能返回 null,表示取不到有效值。
2339
+ */
2340
+ CirculateInstanceList?: Array<InstanceOpsDto>;
2327
2341
  }
2328
2342
  /**
2329
2343
  * SubmitWorkflow返回参数结构体
@@ -5031,6 +5045,10 @@ export interface BatchStopWorkflowsByIdsRequest {
5031
5045
  * 项目id
5032
5046
  */
5033
5047
  ProjectId: string;
5048
+ /**
5049
+ * 是否终止已生成的实例
5050
+ */
5051
+ KillInstance?: boolean;
5034
5052
  }
5035
5053
  /**
5036
5054
  * DescribeBatchOperateTask返回参数结构体
@@ -6247,19 +6265,24 @@ export interface OpsTaskLinkInfoDto {
6247
6265
  /**
6248
6266
  * 下游任务id
6249
6267
  */
6250
- TaskTo: string;
6268
+ TaskTo?: string;
6251
6269
  /**
6252
6270
  * 上游任务id
6253
6271
  */
6254
- TaskFrom: string;
6272
+ TaskFrom?: string;
6255
6273
  /**
6256
6274
  * 依赖边类型 1、“real_real”表示任务->任务;2、"virtual_real" 跨工作流任务->任务
6257
6275
  */
6258
- LinkType: string;
6276
+ LinkType?: string;
6259
6277
  /**
6260
6278
  * 依赖边id
6261
6279
  */
6262
- LinkId: string;
6280
+ LinkId?: string;
6281
+ /**
6282
+ * 为了区分新增的循环依赖新增的类型。默认是normal,循环依赖则是circulate
6283
+ 注意:此字段可能返回 null,表示取不到有效值。
6284
+ */
6285
+ LinkStyle?: string;
6263
6286
  }
6264
6287
  /**
6265
6288
  * DescribeIntegrationStatisticsTaskStatus请求参数结构体
@@ -8117,6 +8140,10 @@ export interface BatchStopOpsTasksRequest {
8117
8140
  * 项目Id
8118
8141
  */
8119
8142
  ProjectId: string;
8143
+ /**
8144
+ * 是否终止已生成的实例
8145
+ */
8146
+ KillInstance?: boolean;
8120
8147
  }
8121
8148
  /**
8122
8149
  * DescribeFunctionTypes返回参数结构体
@@ -9941,6 +9968,10 @@ export interface FreezeTasksByWorkflowIdsRequest {
9941
9968
  * 项目id
9942
9969
  */
9943
9970
  ProjectId: string;
9971
+ /**
9972
+ * 是否终止已生成的实例
9973
+ */
9974
+ KillInstance?: boolean;
9944
9975
  }
9945
9976
  /**
9946
9977
  * DescribeTaskByCycleReport返回参数结构体
@@ -10390,11 +10421,16 @@ export interface OpsTaskCanvasInfoList {
10390
10421
  /**
10391
10422
  * 画布任务信息
10392
10423
  */
10393
- TasksList: Array<OpsTaskCanvasDto>;
10424
+ TasksList?: Array<OpsTaskCanvasDto>;
10394
10425
  /**
10395
10426
  * 画布任务链接信息
10396
10427
  */
10397
- LinksList: Array<OpsTaskLinkInfoDto>;
10428
+ LinksList?: Array<OpsTaskLinkInfoDto>;
10429
+ /**
10430
+ * 画布循环依赖任务信息
10431
+ 注意:此字段可能返回 null,表示取不到有效值。
10432
+ */
10433
+ CirculateTaskList?: OpsTaskCanvasDto;
10398
10434
  }
10399
10435
  /**
10400
10436
  * ModifyDimensionWeight返回参数结构体
@@ -12887,6 +12923,11 @@ export interface DatasourceBaseInfo {
12887
12923
  注意:此字段可能返回 null,表示取不到有效值。
12888
12924
  */
12889
12925
  ParamsString?: string;
12926
+ /**
12927
+ * 区分数据源类型自定义源还是系统源
12928
+ 注意:此字段可能返回 null,表示取不到有效值。
12929
+ */
12930
+ Category?: string;
12890
12931
  }
12891
12932
  /**
12892
12933
  * 任务依赖边详情
@@ -13977,6 +14018,14 @@ export interface DescribeOperateOpsTasksRequest {
13977
14018
  * 查询关键字
13978
14019
  */
13979
14020
  KeyWord?: string;
14021
+ /**
14022
+ * 实例生成方式
14023
+ */
14024
+ InitStrategy?: string;
14025
+ /**
14026
+ * 额外请求的资源类型
14027
+ */
14028
+ RequestResourceTypes?: Array<string>;
13980
14029
  }
13981
14030
  /**
13982
14031
  * 数据源对象
@@ -18511,6 +18560,10 @@ export interface CreateHiveTableByDDLRequest {
18511
18560
  * 责任人
18512
18561
  */
18513
18562
  Incharge?: string;
18563
+ /**
18564
+ * schema名称
18565
+ */
18566
+ SchemaName?: string;
18514
18567
  }
18515
18568
  /**
18516
18569
  * 数据质量数据来源数据库
@@ -18,6 +18,36 @@ const client = new tencentcloud.domain.v20180808.Client({
18
18
  })
19
19
  describe("domain.v20180808.test.js", function () {
20
20
 
21
+ it("domain.v20180808.TransferProhibitionBatch", async function () {
22
+ try {
23
+ const data = await client.TransferProhibitionBatch({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("domain.v20180808.DescribeBiddingAppointList", async function () {
32
+ try {
33
+ const data = await client.DescribeBiddingAppointList({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
41
+ it("domain.v20180808.BiddingPreRelease", async function () {
42
+ try {
43
+ const data = await client.BiddingPreRelease({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
21
51
  it("domain.v20180808.SetDomainAutoRenew", async function () {
22
52
  try {
23
53
  const data = await client.SetDomainAutoRenew({})
@@ -128,6 +158,16 @@ it("domain.v20180808.ModifyIntlCustomDnsHost", async function () {
128
158
  }
129
159
  })
130
160
 
161
+ it("domain.v20180808.DescribeDomainSimpleInfo", async function () {
162
+ try {
163
+ const data = await client.DescribeDomainSimpleInfo({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
131
171
  it("domain.v20180808.CreateDomainBatch", async function () {
132
172
  try {
133
173
  const data = await client.CreateDomainBatch({})
@@ -178,6 +218,16 @@ it("domain.v20180808.DescribeTldList", async function () {
178
218
  }
179
219
  })
180
220
 
221
+ it("domain.v20180808.DescribeBiddingSuccessfulList", async function () {
222
+ try {
223
+ const data = await client.DescribeBiddingSuccessfulList({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
181
231
  it("domain.v20180808.CheckDomain", async function () {
182
232
  try {
183
233
  const data = await client.CheckDomain({})
@@ -208,6 +258,16 @@ it("domain.v20180808.SyncCustomDnsHost", async function () {
208
258
  }
209
259
  })
210
260
 
261
+ it("domain.v20180808.DescribePreAuctionList", async function () {
262
+ try {
263
+ const data = await client.DescribePreAuctionList({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
211
271
  it("domain.v20180808.ModifyDomainDNSBatch", async function () {
212
272
  try {
213
273
  const data = await client.ModifyDomainDNSBatch({})
@@ -258,6 +318,26 @@ it("domain.v20180808.CreateDomainRedemption", async function () {
258
318
  }
259
319
  })
260
320
 
321
+ it("domain.v20180808.DescribePreReleaseList", async function () {
322
+ try {
323
+ const data = await client.DescribePreReleaseList({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
331
+ it("domain.v20180808.DescribeAuctionList", async function () {
332
+ try {
333
+ const data = await client.DescribeAuctionList({})
334
+ expect(data).to.be.ok
335
+ } catch(error) {
336
+ expect(error.requestId).to.be.ok
337
+ expect(error.code).to.be.ok
338
+ }
339
+ })
340
+
261
341
  it("domain.v20180808.DescribeTemplateList", async function () {
262
342
  try {
263
343
  const data = await client.DescribeTemplateList({})
@@ -278,9 +358,9 @@ it("domain.v20180808.DeleteReservedPreDomainInfo", async function () {
278
358
  }
279
359
  })
280
360
 
281
- it("domain.v20180808.BatchModifyDomainInfo", async function () {
361
+ it("domain.v20180808.DeleteBidding", async function () {
282
362
  try {
283
- const data = await client.BatchModifyDomainInfo({})
363
+ const data = await client.DeleteBidding({})
284
364
  expect(data).to.be.ok
285
365
  } catch(error) {
286
366
  expect(error.requestId).to.be.ok
@@ -298,9 +378,19 @@ it("domain.v20180808.ModifyTemplate", async function () {
298
378
  }
299
379
  })
300
380
 
301
- it("domain.v20180808.TransferProhibitionBatch", async function () {
381
+ it("domain.v20180808.BidDetailPage", async function () {
302
382
  try {
303
- const data = await client.TransferProhibitionBatch({})
383
+ const data = await client.BidDetailPage({})
384
+ expect(data).to.be.ok
385
+ } catch(error) {
386
+ expect(error.requestId).to.be.ok
387
+ expect(error.code).to.be.ok
388
+ }
389
+ })
390
+
391
+ it("domain.v20180808.DescribeUnPreDomainDetail", async function () {
392
+ try {
393
+ const data = await client.DescribeUnPreDomainDetail({})
304
394
  expect(data).to.be.ok
305
395
  } catch(error) {
306
396
  expect(error.requestId).to.be.ok
@@ -328,6 +418,26 @@ it("domain.v20180808.UpdateProhibitionBatch", async function () {
328
418
  }
329
419
  })
330
420
 
421
+ it("domain.v20180808.DescribePayWaitDetail", async function () {
422
+ try {
423
+ const data = await client.DescribePayWaitDetail({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
431
+ it("domain.v20180808.DescribeBiddingList", async function () {
432
+ try {
433
+ const data = await client.DescribeBiddingList({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
331
441
  it("domain.v20180808.CreateTemplate", async function () {
332
442
  try {
333
443
  const data = await client.CreateTemplate({})
@@ -338,6 +448,16 @@ it("domain.v20180808.CreateTemplate", async function () {
338
448
  }
339
449
  })
340
450
 
451
+ it("domain.v20180808.DescribeBiddingDetail", async function () {
452
+ try {
453
+ const data = await client.DescribeBiddingDetail({})
454
+ expect(data).to.be.ok
455
+ } catch(error) {
456
+ expect(error.requestId).to.be.ok
457
+ expect(error.code).to.be.ok
458
+ }
459
+ })
460
+
341
461
  it("domain.v20180808.DescribeReservedPreDomainInfo", async function () {
342
462
  try {
343
463
  const data = await client.DescribeReservedPreDomainInfo({})
@@ -348,9 +468,9 @@ it("domain.v20180808.DescribeReservedPreDomainInfo", async function () {
348
468
  }
349
469
  })
350
470
 
351
- it("domain.v20180808.DeleteCustomDnsHost", async function () {
471
+ it("domain.v20180808.DescribeBiddingAppointDetail", async function () {
352
472
  try {
353
- const data = await client.DeleteCustomDnsHost({})
473
+ const data = await client.DescribeBiddingAppointDetail({})
354
474
  expect(data).to.be.ok
355
475
  } catch(error) {
356
476
  expect(error.requestId).to.be.ok
@@ -368,6 +488,16 @@ it("domain.v20180808.DescribePhoneEmailList", async function () {
368
488
  }
369
489
  })
370
490
 
491
+ it("domain.v20180808.SendPhoneEmailCode", async function () {
492
+ try {
493
+ const data = await client.SendPhoneEmailCode({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
371
501
  it("domain.v20180808.ModifyDomainOwnerBatch", async function () {
372
502
  try {
373
503
  const data = await client.ModifyDomainOwnerBatch({})
@@ -388,9 +518,9 @@ it("domain.v20180808.RenewDomainBatch", async function () {
388
518
  }
389
519
  })
390
520
 
391
- it("domain.v20180808.DescribeDomainSimpleInfo", async function () {
521
+ it("domain.v20180808.DeleteCustomDnsHost", async function () {
392
522
  try {
393
- const data = await client.DescribeDomainSimpleInfo({})
523
+ const data = await client.DeleteCustomDnsHost({})
394
524
  expect(data).to.be.ok
395
525
  } catch(error) {
396
526
  expect(error.requestId).to.be.ok
@@ -398,9 +528,9 @@ it("domain.v20180808.DescribeDomainSimpleInfo", async function () {
398
528
  }
399
529
  })
400
530
 
401
- it("domain.v20180808.SendPhoneEmailCode", async function () {
531
+ it("domain.v20180808.BatchModifyDomainInfo", async function () {
402
532
  try {
403
- const data = await client.SendPhoneEmailCode({})
533
+ const data = await client.BatchModifyDomainInfo({})
404
534
  expect(data).to.be.ok
405
535
  } catch(error) {
406
536
  expect(error.requestId).to.be.ok
@@ -428,4 +558,14 @@ it("domain.v20180808.DescribeBatchOperationLogs", async function () {
428
558
  }
429
559
  })
430
560
 
561
+ it("domain.v20180808.DescribeBiddingSuccessfulDetail", async function () {
562
+ try {
563
+ const data = await client.DescribeBiddingSuccessfulDetail({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
431
571
  })
@@ -48,6 +48,16 @@ it("mna.v20210119.GetFlowStatistic", async function () {
48
48
  }
49
49
  })
50
50
 
51
+ it("mna.v20210119.GetFlowStatisticByGroup", async function () {
52
+ try {
53
+ const data = await client.GetFlowStatisticByGroup({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
51
61
  it("mna.v20210119.GetMultiFlowStatistic", async function () {
52
62
  try {
53
63
  const data = await client.GetMultiFlowStatistic({})
@@ -108,6 +118,16 @@ it("mna.v20210119.AddHardware", async function () {
108
118
  }
109
119
  })
110
120
 
121
+ it("mna.v20210119.GetDevice", async function () {
122
+ try {
123
+ const data = await client.GetDevice({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
111
131
  it("mna.v20210119.CreateQos", async function () {
112
132
  try {
113
133
  const data = await client.CreateQos({})
@@ -188,9 +208,9 @@ it("mna.v20210119.DeleteQos", async function () {
188
208
  }
189
209
  })
190
210
 
191
- it("mna.v20210119.GetDevice", async function () {
211
+ it("mna.v20210119.GetFlowAlarmInfo", async function () {
192
212
  try {
193
- const data = await client.GetDevice({})
213
+ const data = await client.GetFlowAlarmInfo({})
194
214
  expect(data).to.be.ok
195
215
  } catch(error) {
196
216
  expect(error.requestId).to.be.ok