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.
- package/CHANGELOG.md +91 -0
- package/SERVICE_CHANGELOG.md +137 -68
- package/package.json +1 -1
- package/products.md +8 -8
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_client.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +6 -6
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +68 -10
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/wedata/v20210820/wedata_client.ts +110 -37
- package/src/services/wedata/v20210820/wedata_models.ts +12073 -10108
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +67 -10
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +24 -8
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +34 -10
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +11685 -9753
- package/test/wedata.v20210820.test.js +46 -6
|
@@ -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.
|
|
591
|
+
it("wedata.v20210820.DescribeApproveList", async function () {
|
|
582
592
|
try {
|
|
583
|
-
const data = await client.
|
|
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.
|
|
811
|
+
it("wedata.v20210820.CreateDsFolder", async function () {
|
|
802
812
|
try {
|
|
803
|
-
const data = await client.
|
|
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.
|
|
2241
|
+
it("wedata.v20210820.BatchCreateTaskVersionDs", async function () {
|
|
2212
2242
|
try {
|
|
2213
|
-
const data = await client.
|
|
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({})
|