tencentcloud-sdk-nodejs 4.0.737 → 4.0.738

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.
@@ -428,6 +428,16 @@ it("wedata.v20210820.DescribeInstanceLastLog", async function () {
428
428
  }
429
429
  })
430
430
 
431
+ it("wedata.v20210820.CreateTaskVersionDs", async function () {
432
+ try {
433
+ const data = await client.CreateTaskVersionDs({})
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
+
431
441
  it("wedata.v20210820.BatchModifyOpsOwners", async function () {
432
442
  try {
433
443
  const data = await client.BatchModifyOpsOwners({})
@@ -578,9 +588,9 @@ it("wedata.v20210820.DeleteRuleTemplate", async function () {
578
588
  }
579
589
  })
580
590
 
581
- it("wedata.v20210820.CreateDsFolder", async function () {
591
+ it("wedata.v20210820.DescribeApproveList", async function () {
582
592
  try {
583
- const data = await client.CreateDsFolder({})
593
+ const data = await client.DescribeApproveList({})
584
594
  expect(data).to.be.ok
585
595
  } catch(error) {
586
596
  expect(error.requestId).to.be.ok
@@ -798,9 +808,9 @@ it("wedata.v20210820.MakeUpOpsTasks", async function () {
798
808
  }
799
809
  })
800
810
 
801
- it("wedata.v20210820.SubmitWorkflow", async function () {
811
+ it("wedata.v20210820.CreateDsFolder", async function () {
802
812
  try {
803
- const data = await client.SubmitWorkflow({})
813
+ const data = await client.CreateDsFolder({})
804
814
  expect(data).to.be.ok
805
815
  } catch(error) {
806
816
  expect(error.requestId).to.be.ok
@@ -838,6 +848,16 @@ it("wedata.v20210820.DryRunDIOfflineTask", async function () {
838
848
  }
839
849
  })
840
850
 
851
+ it("wedata.v20210820.DescribeEventCases", async function () {
852
+ try {
853
+ const data = await client.DescribeEventCases({})
854
+ expect(data).to.be.ok
855
+ } catch(error) {
856
+ expect(error.requestId).to.be.ok
857
+ expect(error.code).to.be.ok
858
+ }
859
+ })
860
+
841
861
  it("wedata.v20210820.DescribeDimensionScore", async function () {
842
862
  try {
843
863
  const data = await client.DescribeDimensionScore({})
@@ -2058,6 +2078,16 @@ it("wedata.v20210820.DescribeFolderList", async function () {
2058
2078
  }
2059
2079
  })
2060
2080
 
2081
+ it("wedata.v20210820.ModifyApproveStatus", async function () {
2082
+ try {
2083
+ const data = await client.ModifyApproveStatus({})
2084
+ expect(data).to.be.ok
2085
+ } catch(error) {
2086
+ expect(error.requestId).to.be.ok
2087
+ expect(error.code).to.be.ok
2088
+ }
2089
+ })
2090
+
2061
2091
  it("wedata.v20210820.DescribeDataSourceWithoutInfo", async function () {
2062
2092
  try {
2063
2093
  const data = await client.DescribeDataSourceWithoutInfo({})
@@ -2208,9 +2238,9 @@ it("wedata.v20210820.DescribeTableLineage", async function () {
2208
2238
  }
2209
2239
  })
2210
2240
 
2211
- it("wedata.v20210820.DescribeEventCases", async function () {
2241
+ it("wedata.v20210820.BatchCreateTaskVersionDs", async function () {
2212
2242
  try {
2213
- const data = await client.DescribeEventCases({})
2243
+ const data = await client.BatchCreateTaskVersionDs({})
2214
2244
  expect(data).to.be.ok
2215
2245
  } catch(error) {
2216
2246
  expect(error.requestId).to.be.ok
@@ -2508,6 +2538,16 @@ it("wedata.v20210820.ModifyDsFolder", async function () {
2508
2538
  }
2509
2539
  })
2510
2540
 
2541
+ it("wedata.v20210820.SubmitWorkflow", async function () {
2542
+ try {
2543
+ const data = await client.SubmitWorkflow({})
2544
+ expect(data).to.be.ok
2545
+ } catch(error) {
2546
+ expect(error.requestId).to.be.ok
2547
+ expect(error.code).to.be.ok
2548
+ }
2549
+ })
2550
+
2511
2551
  it("wedata.v20210820.DeleteCustomFunction", async function () {
2512
2552
  try {
2513
2553
  const data = await client.DeleteCustomFunction({})