tencentcloud-sdk-nodejs 4.0.533 → 4.0.535

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 (98) hide show
  1. package/CHANGELOG.md +529 -0
  2. package/SERVICE_CHANGELOG.md +573 -187
  3. package/package.json +1 -1
  4. package/products.md +31 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +14 -2
  7. package/src/services/cbs/v20170312/cbs_models.ts +5 -0
  8. package/src/services/ccc/v20200210/ccc_client.ts +46 -9
  9. package/src/services/ccc/v20200210/ccc_models.ts +138 -17
  10. package/src/services/cdb/v20170320/cdb_models.ts +60 -60
  11. package/src/services/cdwch/v20200915/cdwch_client.ts +19 -7
  12. package/src/services/cdwch/v20200915/cdwch_models.ts +100 -59
  13. package/src/services/clb/v20180317/clb_models.ts +6 -0
  14. package/src/services/cme/v20191029/cme_models.ts +6 -4
  15. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  16. package/src/services/dlc/v20210125/dlc_client.ts +217 -51
  17. package/src/services/dlc/v20210125/dlc_models.ts +1200 -71
  18. package/src/services/ess/v20201111/ess_client.ts +36 -12
  19. package/src/services/ess/v20201111/ess_models.ts +180 -85
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +36 -12
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +108 -23
  22. package/src/services/index.ts +1 -0
  23. package/src/services/keewidb/index.ts +5 -0
  24. package/src/services/keewidb/v20220308/index.ts +6 -0
  25. package/src/services/keewidb/v20220308/keewidb_client.ts +489 -0
  26. package/src/services/keewidb/v20220308/keewidb_models.ts +2778 -0
  27. package/src/services/lcic/v20220817/lcic_client.ts +198 -72
  28. package/src/services/lcic/v20220817/lcic_models.ts +856 -120
  29. package/src/services/live/v20180801/live_client.ts +1 -1
  30. package/src/services/live/v20180801/live_models.ts +1 -1
  31. package/src/services/redis/v20180412/redis_models.ts +5 -5
  32. package/src/services/scf/v20180416/scf_models.ts +44 -44
  33. package/src/services/sqlserver/v20180328/sqlserver_client.ts +3 -2
  34. package/src/services/sqlserver/v20180328/sqlserver_models.ts +105 -54
  35. package/src/services/tcb/v20180608/tcb_models.ts +16 -6
  36. package/src/services/tdmq/v20200217/tdmq_models.ts +64 -2
  37. package/src/services/teo/v20220901/teo_client.ts +551 -488
  38. package/src/services/teo/v20220901/teo_models.ts +471 -123
  39. package/src/services/thpc/v20220401/thpc_models.ts +9 -7
  40. package/src/services/vpc/v20170312/vpc_client.ts +1 -0
  41. package/src/services/vpc/v20170312/vpc_models.ts +23 -0
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +12 -2
  45. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -0
  46. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +15 -3
  47. package/tencentcloud/services/ccc/v20200210/ccc_client.js +21 -3
  48. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +119 -15
  49. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +60 -60
  50. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +7 -3
  51. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +9 -3
  52. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +84 -49
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -0
  54. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -2
  55. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  56. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +67 -15
  57. package/tencentcloud/services/dlc/v20210125/dlc_client.js +99 -21
  58. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1016 -63
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +16 -4
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +155 -75
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -5
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -5
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +93 -21
  65. package/tencentcloud/services/index.d.ts +1 -0
  66. package/tencentcloud/services/index.js +2 -0
  67. package/tencentcloud/services/keewidb/index.d.ts +6 -0
  68. package/tencentcloud/services/keewidb/index.js +7 -0
  69. package/tencentcloud/services/keewidb/v20220308/index.d.ts +6 -0
  70. package/tencentcloud/services/keewidb/v20220308/index.js +9 -0
  71. package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +154 -0
  72. package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +247 -0
  73. package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +2319 -0
  74. package/tencentcloud/services/keewidb/v20220308/keewidb_models.js +18 -0
  75. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +65 -25
  76. package/tencentcloud/services/lcic/v20220817/lcic_client.js +96 -36
  77. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +727 -101
  78. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  79. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  80. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  81. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +5 -5
  82. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +44 -44
  83. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +90 -48
  84. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +15 -6
  85. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +54 -2
  86. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +183 -163
  87. package/tencentcloud/services/teo/v20220901/teo_client.js +273 -243
  88. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +409 -109
  89. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +7 -5
  90. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +20 -0
  91. package/test/ccc.v20200210.test.js +32 -2
  92. package/test/cdwch.v20200915.test.js +12 -2
  93. package/test/dlc.v20210125.test.js +144 -14
  94. package/test/ess.v20201111.test.js +22 -2
  95. package/test/essbasic.v20210526.test.js +22 -2
  96. package/test/keewidb.v20220308.test.js +381 -0
  97. package/test/lcic.v20220817.test.js +124 -24
  98. package/test/teo.v20220901.test.js +212 -162
@@ -705,10 +705,6 @@ export interface AddNodesRequest {
705
705
  * 集群ID。
706
706
  */
707
707
  ClusterId: string;
708
- /**
709
- * 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前仅支持公有镜。
710
- */
711
- ImageId: string;
712
708
  /**
713
709
  * 私有网络相关信息配置。
714
710
  */
@@ -717,6 +713,10 @@ export interface AddNodesRequest {
717
713
  * 添加节点数量。
718
714
  */
719
715
  Count: number;
716
+ /**
717
+ * 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前仅支持公有镜像和特定自定义镜像。
718
+ */
719
+ ImageId?: string;
720
720
  /**
721
721
  * 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月<br><li>POSTPAID_BY_HOUR:按小时后付费<br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。
722
722
  */
@@ -760,7 +760,9 @@ export interface AddNodesRequest {
760
760
  */
761
761
  ClientToken?: string;
762
762
  /**
763
- * 队列名称。
763
+ * 队列名称。不指定则为默认队列。<br><li>SLURM默认队列为:compute。<br>
764
+ <li>SGE默认队列为:all.q。<br>
765
+
764
766
  */
765
767
  QueueName?: string;
766
768
  /**
@@ -4554,6 +4554,21 @@ export interface WithdrawNotifyRoutesRequest {
4554
4554
  */
4555
4555
  RouteItemIds: Array<string>;
4556
4556
  }
4557
+ /**
4558
+ * Vpc任务结果详细信息。
4559
+ */
4560
+ export interface VpcTaskResultDetailInfo {
4561
+ /**
4562
+ * 资源ID。
4563
+ 注意:此字段可能返回 null,表示取不到有效值。
4564
+ */
4565
+ ResourceId: string;
4566
+ /**
4567
+ * 状态。
4568
+ 注意:此字段可能返回 null,表示取不到有效值。
4569
+ */
4570
+ Status: string;
4571
+ }
4557
4572
  /**
4558
4573
  * DeleteServiceTemplateGroup返回参数结构体
4559
4574
  */
@@ -10593,6 +10608,11 @@ export interface DescribeVpcTaskResultResponse {
10593
10608
  * 异步任务执行输出。
10594
10609
  */
10595
10610
  Output: string;
10611
+ /**
10612
+ * 异步任务详细结果。只用于特殊场景,如批量删除弹性网卡时查询成功的网卡列表和失败的列表。
10613
+ 注意:此字段可能返回 null,表示取不到有效值。
10614
+ */
10615
+ Result: Array<VpcTaskResultDetailInfo>;
10596
10616
  /**
10597
10617
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10598
10618
  */
@@ -18,6 +18,16 @@ const client = new tencentcloud.ccc.v20200210.Client({
18
18
  })
19
19
  describe("ccc.v20200210.test.js", function () {
20
20
 
21
+ it("ccc.v20200210.UnbindNumberCallOutSkillGroup", async function () {
22
+ try {
23
+ const data = await client.UnbindNumberCallOutSkillGroup({})
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
+
21
31
  it("ccc.v20200210.DescribeExtensions", async function () {
22
32
  try {
23
33
  const data = await client.DescribeExtensions({})
@@ -88,9 +98,9 @@ it("ccc.v20200210.BindStaffSkillGroupList", async function () {
88
98
  }
89
99
  })
90
100
 
91
- it("ccc.v20200210.CreateCarrierPrivilegeNumberApplicant", async function () {
101
+ it("ccc.v20200210.BindNumberCallOutSkillGroup", async function () {
92
102
  try {
93
- const data = await client.CreateCarrierPrivilegeNumberApplicant({})
103
+ const data = await client.BindNumberCallOutSkillGroup({})
94
104
  expect(data).to.be.ok
95
105
  } catch(error) {
96
106
  expect(error.requestId).to.be.ok
@@ -238,6 +248,16 @@ it("ccc.v20200210.StopAutoCalloutTask", async function () {
238
248
  }
239
249
  })
240
250
 
251
+ it("ccc.v20200210.CreateCarrierPrivilegeNumberApplicant", async function () {
252
+ try {
253
+ const data = await client.CreateCarrierPrivilegeNumberApplicant({})
254
+ expect(data).to.be.ok
255
+ } catch(error) {
256
+ expect(error.requestId).to.be.ok
257
+ expect(error.code).to.be.ok
258
+ }
259
+ })
260
+
241
261
  it("ccc.v20200210.DescribeChatMessages", async function () {
242
262
  try {
243
263
  const data = await client.DescribeChatMessages({})
@@ -378,4 +398,14 @@ it("ccc.v20200210.DescribeActiveCarrierPrivilegeNumber", async function () {
378
398
  }
379
399
  })
380
400
 
401
+ it("ccc.v20200210.DescribeNumbers", async function () {
402
+ try {
403
+ const data = await client.DescribeNumbers({})
404
+ expect(data).to.be.ok
405
+ } catch(error) {
406
+ expect(error.requestId).to.be.ok
407
+ expect(error.code).to.be.ok
408
+ }
409
+ })
410
+
381
411
  })
@@ -108,9 +108,9 @@ it("cdwch.v20200915.DescribeClusterConfigs", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("cdwch.v20200915.ModifyClusterConfigs", async function () {
111
+ it("cdwch.v20200915.DestroyInstance", async function () {
112
112
  try {
113
- const data = await client.ModifyClusterConfigs({})
113
+ const data = await client.DestroyInstance({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -128,6 +128,16 @@ it("cdwch.v20200915.DescribeInstance", async function () {
128
128
  }
129
129
  })
130
130
 
131
+ it("cdwch.v20200915.ModifyClusterConfigs", async function () {
132
+ try {
133
+ const data = await client.ModifyClusterConfigs({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
131
141
  it("cdwch.v20200915.CreateInstanceNew", async function () {
132
142
  try {
133
143
  const data = await client.CreateInstanceNew({})
@@ -88,9 +88,9 @@ it("dlc.v20210125.DescribeNotebookSession", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("dlc.v20210125.DropDMSDatabase", async function () {
91
+ it("dlc.v20210125.CancelNotebookSessionStatement", async function () {
92
92
  try {
93
- const data = await client.DropDMSDatabase({})
93
+ const data = await client.CancelNotebookSessionStatement({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("dlc.v20210125.DescribeTaskResult", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("dlc.v20210125.CreateExportTask", async function () {
151
+ it("dlc.v20210125.CancelNotebookSessionStatementBatch", async function () {
152
152
  try {
153
- const data = await client.CreateExportTask({})
153
+ const data = await client.CancelNotebookSessionStatementBatch({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -238,6 +238,16 @@ it("dlc.v20210125.DescribeResultDownload", async function () {
238
238
  }
239
239
  })
240
240
 
241
+ it("dlc.v20210125.DescribeDataEngines", async function () {
242
+ try {
243
+ const data = await client.DescribeDataEngines({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
241
251
  it("dlc.v20210125.CreateStoreLocation", async function () {
242
252
  try {
243
253
  const data = await client.CreateStoreLocation({})
@@ -288,9 +298,19 @@ it("dlc.v20210125.CreateWorkGroup", async function () {
288
298
  }
289
299
  })
290
300
 
291
- it("dlc.v20210125.ListTaskJobLogDetail", async function () {
301
+ it("dlc.v20210125.CreateNotebookSessionStatementSupportBatchSQL", async function () {
292
302
  try {
293
- const data = await client.ListTaskJobLogDetail({})
303
+ const data = await client.CreateNotebookSessionStatementSupportBatchSQL({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
311
+ it("dlc.v20210125.DescribeNotebookSessionLog", async function () {
312
+ try {
313
+ const data = await client.DescribeNotebookSessionLog({})
294
314
  expect(data).to.be.ok
295
315
  } catch(error) {
296
316
  expect(error.requestId).to.be.ok
@@ -308,9 +328,9 @@ it("dlc.v20210125.AlterDMSDatabase", async function () {
308
328
  }
309
329
  })
310
330
 
311
- it("dlc.v20210125.UnbindWorkGroupsFromUser", async function () {
331
+ it("dlc.v20210125.ModifySparkApp", async function () {
312
332
  try {
313
- const data = await client.UnbindWorkGroupsFromUser({})
333
+ const data = await client.ModifySparkApp({})
314
334
  expect(data).to.be.ok
315
335
  } catch(error) {
316
336
  expect(error.requestId).to.be.ok
@@ -318,9 +338,29 @@ it("dlc.v20210125.UnbindWorkGroupsFromUser", async function () {
318
338
  }
319
339
  })
320
340
 
321
- it("dlc.v20210125.DescribeUsers", async function () {
341
+ it("dlc.v20210125.CreateInternalTable", async function () {
322
342
  try {
323
- const data = await client.DescribeUsers({})
343
+ const data = await client.CreateInternalTable({})
344
+ expect(data).to.be.ok
345
+ } catch(error) {
346
+ expect(error.requestId).to.be.ok
347
+ expect(error.code).to.be.ok
348
+ }
349
+ })
350
+
351
+ it("dlc.v20210125.DeleteNotebookSession", async function () {
352
+ try {
353
+ const data = await client.DeleteNotebookSession({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
361
+ it("dlc.v20210125.GenerateCreateMangedTableSql", async function () {
362
+ try {
363
+ const data = await client.GenerateCreateMangedTableSql({})
324
364
  expect(data).to.be.ok
325
365
  } catch(error) {
326
366
  expect(error.requestId).to.be.ok
@@ -338,6 +378,16 @@ it("dlc.v20210125.AttachWorkGroupPolicy", async function () {
338
378
  }
339
379
  })
340
380
 
381
+ it("dlc.v20210125.DescribeNotebookSessions", async function () {
382
+ try {
383
+ const data = await client.DescribeNotebookSessions({})
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
+
341
391
  it("dlc.v20210125.DescribeDMSPartitions", async function () {
342
392
  try {
343
393
  const data = await client.DescribeDMSPartitions({})
@@ -408,6 +458,36 @@ it("dlc.v20210125.CreateDatabase", async function () {
408
458
  }
409
459
  })
410
460
 
461
+ it("dlc.v20210125.DescribeNotebookSessionStatement", async function () {
462
+ try {
463
+ const data = await client.DescribeNotebookSessionStatement({})
464
+ expect(data).to.be.ok
465
+ } catch(error) {
466
+ expect(error.requestId).to.be.ok
467
+ expect(error.code).to.be.ok
468
+ }
469
+ })
470
+
471
+ it("dlc.v20210125.UnbindWorkGroupsFromUser", async function () {
472
+ try {
473
+ const data = await client.UnbindWorkGroupsFromUser({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
481
+ it("dlc.v20210125.DescribeSparkAppJobs", async function () {
482
+ try {
483
+ const data = await client.DescribeSparkAppJobs({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
411
491
  it("dlc.v20210125.DescribeWorkGroups", async function () {
412
492
  try {
413
493
  const data = await client.DescribeWorkGroups({})
@@ -428,9 +508,9 @@ it("dlc.v20210125.ModifyWorkGroup", async function () {
428
508
  }
429
509
  })
430
510
 
431
- it("dlc.v20210125.ModifySparkApp", async function () {
511
+ it("dlc.v20210125.ListTaskJobLogDetail", async function () {
432
512
  try {
433
- const data = await client.ModifySparkApp({})
513
+ const data = await client.ListTaskJobLogDetail({})
434
514
  expect(data).to.be.ok
435
515
  } catch(error) {
436
516
  expect(error.requestId).to.be.ok
@@ -458,6 +538,26 @@ it("dlc.v20210125.DescribeTable", async function () {
458
538
  }
459
539
  })
460
540
 
541
+ it("dlc.v20210125.DescribeNotebookSessionStatements", async function () {
542
+ try {
543
+ const data = await client.DescribeNotebookSessionStatements({})
544
+ expect(data).to.be.ok
545
+ } catch(error) {
546
+ expect(error.requestId).to.be.ok
547
+ expect(error.code).to.be.ok
548
+ }
549
+ })
550
+
551
+ it("dlc.v20210125.DescribeUsers", async function () {
552
+ try {
553
+ const data = await client.DescribeUsers({})
554
+ expect(data).to.be.ok
555
+ } catch(error) {
556
+ expect(error.requestId).to.be.ok
557
+ expect(error.code).to.be.ok
558
+ }
559
+ })
560
+
461
561
  it("dlc.v20210125.DescribeDMSDatabase", async function () {
462
562
  try {
463
563
  const data = await client.DescribeDMSDatabase({})
@@ -638,9 +738,19 @@ it("dlc.v20210125.DescribeSparkAppTasks", async function () {
638
738
  }
639
739
  })
640
740
 
641
- it("dlc.v20210125.DescribeSparkAppJobs", async function () {
741
+ it("dlc.v20210125.DescribeNotebookSessionStatementSqlResult", async function () {
642
742
  try {
643
- const data = await client.DescribeSparkAppJobs({})
743
+ const data = await client.DescribeNotebookSessionStatementSqlResult({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
751
+ it("dlc.v20210125.DropDMSDatabase", async function () {
752
+ try {
753
+ const data = await client.DropDMSDatabase({})
644
754
  expect(data).to.be.ok
645
755
  } catch(error) {
646
756
  expect(error.requestId).to.be.ok
@@ -658,6 +768,16 @@ it("dlc.v20210125.CreateUser", async function () {
658
768
  }
659
769
  })
660
770
 
771
+ it("dlc.v20210125.CreateNotebookSessionStatement", async function () {
772
+ try {
773
+ const data = await client.CreateNotebookSessionStatement({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
661
781
  it("dlc.v20210125.DetachUserPolicy", async function () {
662
782
  try {
663
783
  const data = await client.DetachUserPolicy({})
@@ -678,4 +798,14 @@ it("dlc.v20210125.DescribeTables", async function () {
678
798
  }
679
799
  })
680
800
 
801
+ it("dlc.v20210125.CreateExportTask", async function () {
802
+ try {
803
+ const data = await client.CreateExportTask({})
804
+ expect(data).to.be.ok
805
+ } catch(error) {
806
+ expect(error.requestId).to.be.ok
807
+ expect(error.code).to.be.ok
808
+ }
809
+ })
810
+
681
811
  })
@@ -58,6 +58,16 @@ it("ess.v20201111.DescribeFlowTemplates", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("ess.v20201111.DeleteSealPolicies", async function () {
62
+ try {
63
+ const data = await client.DeleteSealPolicies({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
61
71
  it("ess.v20201111.DescribeFileUrls", async function () {
62
72
  try {
63
73
  const data = await client.DescribeFileUrls({})
@@ -68,6 +78,16 @@ it("ess.v20201111.DescribeFileUrls", async function () {
68
78
  }
69
79
  })
70
80
 
81
+ it("ess.v20201111.CreateFlowEvidenceReport", async function () {
82
+ try {
83
+ const data = await client.CreateFlowEvidenceReport({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
71
91
  it("ess.v20201111.VerifyPdf", async function () {
72
92
  try {
73
93
  const data = await client.VerifyPdf({})
@@ -138,9 +158,9 @@ it("ess.v20201111.DescribeFlowInfo", async function () {
138
158
  }
139
159
  })
140
160
 
141
- it("ess.v20201111.CreateFlowEvidenceReport", async function () {
161
+ it("ess.v20201111.CreateSealPolicy", async function () {
142
162
  try {
143
- const data = await client.CreateFlowEvidenceReport({})
163
+ const data = await client.CreateSealPolicy({})
144
164
  expect(data).to.be.ok
145
165
  } catch(error) {
146
166
  expect(error.requestId).to.be.ok
@@ -18,6 +18,16 @@ const client = new tencentcloud.essbasic.v20210526.Client({
18
18
  })
19
19
  describe("essbasic.v20210526.test.js", function () {
20
20
 
21
+ it("essbasic.v20210526.ChannelDeleteSealPolicies", async function () {
22
+ try {
23
+ const data = await client.ChannelDeleteSealPolicies({})
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
+
21
31
  it("essbasic.v20210526.ChannelCreateFlowSignReview", async function () {
22
32
  try {
23
33
  const data = await client.ChannelCreateFlowSignReview({})
@@ -118,9 +128,9 @@ it("essbasic.v20210526.ChannelCancelFlow", async function () {
118
128
  }
119
129
  })
120
130
 
121
- it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
131
+ it("essbasic.v20210526.ChannelCreateSealPolicy", async function () {
122
132
  try {
123
- const data = await client.CreateFlowsByTemplates({})
133
+ const data = await client.ChannelCreateSealPolicy({})
124
134
  expect(data).to.be.ok
125
135
  } catch(error) {
126
136
  expect(error.requestId).to.be.ok
@@ -268,6 +278,16 @@ it("essbasic.v20210526.PrepareFlows", async function () {
268
278
  }
269
279
  })
270
280
 
281
+ it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
282
+ try {
283
+ const data = await client.CreateFlowsByTemplates({})
284
+ expect(data).to.be.ok
285
+ } catch(error) {
286
+ expect(error.requestId).to.be.ok
287
+ expect(error.code).to.be.ok
288
+ }
289
+ })
290
+
271
291
  it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
272
292
  try {
273
293
  const data = await client.DescribeResourceUrlsByFlows({})