tencentcloud-sdk-nodejs 4.0.445 → 4.0.447
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 +590 -0
- package/SERVICE_CHANGELOG.md +699 -7
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +7 -2
- package/src/services/cfw/v20190904/cfw_client.ts +2 -14
- package/src/services/cfw/v20190904/cfw_models.ts +22 -60
- package/src/services/cvm/v20170312/cvm_models.ts +2 -4
- package/src/services/ess/v20201111/ess_client.ts +13 -0
- package/src/services/ess/v20201111/ess_models.ts +108 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +36 -18
- package/src/services/essbasic/v20210526/essbasic_models.ts +128 -12
- package/src/services/faceid/v20180301/faceid_models.ts +22 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +20 -7
- package/src/services/ivld/v20210903/ivld_client.ts +62 -51
- package/src/services/ivld/v20210903/ivld_models.ts +1179 -803
- package/src/services/mongodb/v20190725/mongodb_client.ts +13 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +55 -0
- package/src/services/mps/v20190612/mps_client.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +5 -0
- package/src/services/ocr/v20181119/ocr_client.ts +22 -10
- package/src/services/ocr/v20181119/ocr_models.ts +159 -93
- package/src/services/teo/index.ts +2 -0
- package/src/services/teo/v20220901/index.ts +6 -0
- package/src/services/teo/v20220901/teo_client.ts +1630 -0
- package/src/services/teo/v20220901/teo_models.ts +11306 -0
- package/src/services/tiia/v20190529/tiia_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +4 -3
- package/src/services/wedata/v20210820/wedata_client.ts +61 -8
- package/src/services/wedata/v20210820/wedata_models.ts +499 -51
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -5
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -6
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +20 -53
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -3
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +90 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +108 -12
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +20 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +15 -4
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +1 -1
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +1081 -758
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +47 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +9 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +137 -78
- package/tencentcloud/services/teo/index.d.ts +4 -0
- package/tencentcloud/services/teo/index.js +2 -0
- package/tencentcloud/services/teo/v20220901/index.d.ts +6 -0
- package/tencentcloud/services/teo/v20220901/index.js +9 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +490 -0
- package/tencentcloud/services/teo/v20220901/teo_client.js +751 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +9713 -0
- package/tencentcloud/services/teo/v20220901/teo_models.js +18 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -2
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +23 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +31 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +421 -47
- package/test/cfw.v20190904.test.js +0 -10
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +14 -4
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/ocr.v20181119.test.js +12 -2
- package/test/teo.v20220901.test.js +1221 -0
- package/test/wedata.v20210820.test.js +42 -2
|
@@ -98,6 +98,16 @@ it("wedata.v20210820.RegisterEvent", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
+
it("wedata.v20210820.ModifyDataSource", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.ModifyDataSource({})
|
|
104
|
+
expect(data).to.be.ok
|
|
105
|
+
} catch(error) {
|
|
106
|
+
expect(error.requestId).to.be.ok
|
|
107
|
+
expect(error.code).to.be.ok
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
101
111
|
it("wedata.v20210820.ModifyTaskInfo", async function () {
|
|
102
112
|
try {
|
|
103
113
|
const data = await client.ModifyTaskInfo({})
|
|
@@ -108,6 +118,16 @@ it("wedata.v20210820.ModifyTaskInfo", async function () {
|
|
|
108
118
|
}
|
|
109
119
|
})
|
|
110
120
|
|
|
121
|
+
it("wedata.v20210820.DeleteDataSources", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.DeleteDataSources({})
|
|
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("wedata.v20210820.KillInstances", async function () {
|
|
112
132
|
try {
|
|
113
133
|
const data = await client.KillInstances({})
|
|
@@ -188,6 +208,16 @@ it("wedata.v20210820.DescribeRelatedInstances", async function () {
|
|
|
188
208
|
}
|
|
189
209
|
})
|
|
190
210
|
|
|
211
|
+
it("wedata.v20210820.DescribeDatasource", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeDatasource({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
191
221
|
it("wedata.v20210820.BatchDeleteTasksNew", async function () {
|
|
192
222
|
try {
|
|
193
223
|
const data = await client.BatchDeleteTasksNew({})
|
|
@@ -248,6 +278,16 @@ it("wedata.v20210820.CreateFolder", async function () {
|
|
|
248
278
|
}
|
|
249
279
|
})
|
|
250
280
|
|
|
281
|
+
it("wedata.v20210820.ModifyTaskLinks", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.ModifyTaskLinks({})
|
|
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
|
+
|
|
251
291
|
it("wedata.v20210820.ModifyFolder", async function () {
|
|
252
292
|
try {
|
|
253
293
|
const data = await client.ModifyFolder({})
|
|
@@ -298,9 +338,9 @@ it("wedata.v20210820.TriggerEvent", async function () {
|
|
|
298
338
|
}
|
|
299
339
|
})
|
|
300
340
|
|
|
301
|
-
it("wedata.v20210820.
|
|
341
|
+
it("wedata.v20210820.CreateDataSource", async function () {
|
|
302
342
|
try {
|
|
303
|
-
const data = await client.
|
|
343
|
+
const data = await client.CreateDataSource({})
|
|
304
344
|
expect(data).to.be.ok
|
|
305
345
|
} catch(error) {
|
|
306
346
|
expect(error.requestId).to.be.ok
|