tencentcloud-sdk-nodejs 4.0.734 → 4.0.735
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 +348 -0
- package/SERVICE_CHANGELOG.md +548 -621
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_models.ts +18 -18
- package/src/services/apigateway/v20180808/apigateway_models.ts +101 -59
- package/src/services/ccc/v20200210/ccc_models.ts +2 -2
- package/src/services/csip/v20221121/csip_client.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +13 -13
- package/src/services/dasb/v20191018/dasb_client.ts +13 -1
- package/src/services/dasb/v20191018/dasb_models.ts +100 -72
- package/src/services/dlc/v20210125/dlc_client.ts +22 -9
- package/src/services/dlc/v20210125/dlc_models.ts +119 -29
- package/src/services/dsgc/v20190723/dsgc_models.ts +87 -20
- package/src/services/dts/v20211206/dts_models.ts +14 -14
- package/src/services/ess/v20201111/ess_client.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/hai/v20230812/hai_client.ts +96 -2
- package/src/services/hai/v20230812/hai_models.ts +587 -12
- package/src/services/oceanus/v20190422/oceanus_models.ts +12 -0
- package/src/services/ocr/v20181119/ocr_models.ts +49 -1
- package/src/services/tione/v20211111/tione_client.ts +16 -3
- package/src/services/tione/v20211111/tione_models.ts +189 -35
- package/src/services/trtc/v20190722/trtc_models.ts +9 -1
- package/src/services/vod/v20180717/vod_client.ts +91 -37
- package/src/services/vod/v20180717/vod_models.ts +463 -113
- package/src/services/vrs/v20200824/vrs_client.ts +26 -12
- package/src/services/vrs/v20200824/vrs_models.ts +221 -155
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +18 -18
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +101 -59
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +13 -13
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +98 -72
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +7 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +9 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +116 -29
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +87 -20
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +14 -14
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +29 -1
- package/tencentcloud/services/hai/v20230812/hai_client.js +42 -0
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +563 -12
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +49 -1
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +6 -2
- package/tencentcloud/services/tione/v20211111/tione_client.js +7 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +186 -35
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +34 -18
- package/tencentcloud/services/vod/v20180717/vod_client.js +44 -20
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +449 -113
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +5 -1
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +6 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +210 -148
- package/test/dasb.v20191018.test.js +10 -0
- package/test/dlc.v20210125.test.js +12 -2
- package/test/hai.v20230812.test.js +70 -0
- package/test/tione.v20211111.test.js +10 -0
- package/test/vod.v20180717.test.js +46 -6
- package/test/vrs.v20200824.test.js +10 -0
|
@@ -78,6 +78,16 @@ it("vod.v20180717.EditMedia", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
+
it("vod.v20180717.ModifyJustInTimeTranscodeTemplate", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.ModifyJustInTimeTranscodeTemplate({})
|
|
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
|
+
|
|
81
91
|
it("vod.v20180717.DescribeVodDomains", async function () {
|
|
82
92
|
try {
|
|
83
93
|
const data = await client.DescribeVodDomains({})
|
|
@@ -548,9 +558,9 @@ it("vod.v20180717.DeleteAIAnalysisTemplate", async function () {
|
|
|
548
558
|
}
|
|
549
559
|
})
|
|
550
560
|
|
|
551
|
-
it("vod.v20180717.
|
|
561
|
+
it("vod.v20180717.DescribeDrmKeyProviderInfo", async function () {
|
|
552
562
|
try {
|
|
553
|
-
const data = await client.
|
|
563
|
+
const data = await client.DescribeDrmKeyProviderInfo({})
|
|
554
564
|
expect(data).to.be.ok
|
|
555
565
|
} catch(error) {
|
|
556
566
|
expect(error.requestId).to.be.ok
|
|
@@ -1258,9 +1268,9 @@ it("vod.v20180717.SetDrmKeyProviderInfo", async function () {
|
|
|
1258
1268
|
}
|
|
1259
1269
|
})
|
|
1260
1270
|
|
|
1261
|
-
it("vod.v20180717.
|
|
1271
|
+
it("vod.v20180717.DescribeJustInTimeTranscodeTemplates", async function () {
|
|
1262
1272
|
try {
|
|
1263
|
-
const data = await client.
|
|
1273
|
+
const data = await client.DescribeJustInTimeTranscodeTemplates({})
|
|
1264
1274
|
expect(data).to.be.ok
|
|
1265
1275
|
} catch(error) {
|
|
1266
1276
|
expect(error.requestId).to.be.ok
|
|
@@ -1308,6 +1318,16 @@ it("vod.v20180717.DescribeQualityInspectTemplates", async function () {
|
|
|
1308
1318
|
}
|
|
1309
1319
|
})
|
|
1310
1320
|
|
|
1321
|
+
it("vod.v20180717.CreateJustInTimeTranscodeTemplate", async function () {
|
|
1322
|
+
try {
|
|
1323
|
+
const data = await client.CreateJustInTimeTranscodeTemplate({})
|
|
1324
|
+
expect(data).to.be.ok
|
|
1325
|
+
} catch(error) {
|
|
1326
|
+
expect(error.requestId).to.be.ok
|
|
1327
|
+
expect(error.code).to.be.ok
|
|
1328
|
+
}
|
|
1329
|
+
})
|
|
1330
|
+
|
|
1311
1331
|
it("vod.v20180717.DescribeSuperPlayerConfigs", async function () {
|
|
1312
1332
|
try {
|
|
1313
1333
|
const data = await client.DescribeSuperPlayerConfigs({})
|
|
@@ -1398,6 +1418,16 @@ it("vod.v20180717.DeleteWatermarkTemplate", async function () {
|
|
|
1398
1418
|
}
|
|
1399
1419
|
})
|
|
1400
1420
|
|
|
1421
|
+
it("vod.v20180717.DeleteJustInTimeTranscodeTemplate", async function () {
|
|
1422
|
+
try {
|
|
1423
|
+
const data = await client.DeleteJustInTimeTranscodeTemplate({})
|
|
1424
|
+
expect(data).to.be.ok
|
|
1425
|
+
} catch(error) {
|
|
1426
|
+
expect(error.requestId).to.be.ok
|
|
1427
|
+
expect(error.code).to.be.ok
|
|
1428
|
+
}
|
|
1429
|
+
})
|
|
1430
|
+
|
|
1401
1431
|
it("vod.v20180717.DeletePersonSample", async function () {
|
|
1402
1432
|
try {
|
|
1403
1433
|
const data = await client.DeletePersonSample({})
|
|
@@ -1508,9 +1538,19 @@ it("vod.v20180717.SimpleHlsClip", async function () {
|
|
|
1508
1538
|
}
|
|
1509
1539
|
})
|
|
1510
1540
|
|
|
1511
|
-
it("vod.v20180717.
|
|
1541
|
+
it("vod.v20180717.DescribeMediaInfos", async function () {
|
|
1512
1542
|
try {
|
|
1513
|
-
const data = await client.
|
|
1543
|
+
const data = await client.DescribeMediaInfos({})
|
|
1544
|
+
expect(data).to.be.ok
|
|
1545
|
+
} catch(error) {
|
|
1546
|
+
expect(error.requestId).to.be.ok
|
|
1547
|
+
expect(error.code).to.be.ok
|
|
1548
|
+
}
|
|
1549
|
+
})
|
|
1550
|
+
|
|
1551
|
+
it("vod.v20180717.RebuildMediaByTemplate", async function () {
|
|
1552
|
+
try {
|
|
1553
|
+
const data = await client.RebuildMediaByTemplate({})
|
|
1514
1554
|
expect(data).to.be.ok
|
|
1515
1555
|
} catch(error) {
|
|
1516
1556
|
expect(error.requestId).to.be.ok
|
|
@@ -68,6 +68,16 @@ it("vrs.v20200824.CreateVRSTask", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("vrs.v20200824.GetVRSVoiceTypes", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.GetVRSVoiceTypes({})
|
|
74
|
+
expect(data).to.be.ok
|
|
75
|
+
} catch(error) {
|
|
76
|
+
expect(error.requestId).to.be.ok
|
|
77
|
+
expect(error.code).to.be.ok
|
|
78
|
+
}
|
|
79
|
+
})
|
|
80
|
+
|
|
71
81
|
it("vrs.v20200824.GetTrainingText", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.GetTrainingText({})
|