tencentcloud-sdk-nodejs 4.0.920 → 4.0.922
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 +415 -0
- package/SERVICE_CHANGELOG.md +478 -84
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +4 -4
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +165 -168
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +630 -773
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +43 -18
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +239 -164
- package/src/services/dcdb/v20180411/dcdb_models.ts +13 -1
- package/src/services/dsgc/v20190723/dsgc_client.ts +3 -3
- package/src/services/dsgc/v20190723/dsgc_models.ts +47 -8
- package/src/services/emr/v20190103/emr_models.ts +4 -0
- package/src/services/faceid/v20180301/faceid_client.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +12 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -2
- package/src/services/mps/v20190612/mps_models.ts +152 -14
- package/src/services/organization/v20210331/organization_client.ts +2 -2
- package/src/services/organization/v20210331/organization_models.ts +17 -17
- package/src/services/redis/v20180412/redis_models.ts +42 -40
- package/src/services/trtc/v20190722/trtc_client.ts +26 -35
- package/src/services/trtc/v20190722/trtc_models.ts +72 -0
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +29 -0
- package/src/services/tts/v20190823/tts_models.ts +2 -2
- package/src/services/vclm/v20240523/vclm_models.ts +4 -0
- package/src/services/vod/v20180717/vod_client.ts +66 -28
- package/src/services/vod/v20180717/vod_models.ts +246 -71
- package/src/services/vpc/v20170312/vpc_models.ts +78 -24
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -4
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +47 -47
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +69 -69
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +625 -765
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +13 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +18 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +233 -163
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +13 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +0 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +0 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +46 -8
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +152 -14
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +2 -2
- package/tencentcloud/services/organization/v20210331/organization_client.js +2 -2
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -17
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +42 -40
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +11 -36
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +14 -35
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +68 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +28 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +24 -12
- package/tencentcloud/services/vod/v20180717/vod_client.js +32 -14
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +237 -70
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +78 -24
- package/test/cdwdoris.v20211228.test.js +60 -60
- package/test/cynosdb.v20190107.test.js +24 -4
- package/test/trtc.v20190722.test.js +20 -0
- package/test/vod.v20180717.test.js +36 -6
|
@@ -768,9 +768,19 @@ it("vod.v20180717.DeleteMedia", async function () {
|
|
|
768
768
|
}
|
|
769
769
|
})
|
|
770
770
|
|
|
771
|
-
it("vod.v20180717.
|
|
771
|
+
it("vod.v20180717.HandleCurrentPlaylist", async function () {
|
|
772
772
|
try {
|
|
773
|
-
const data = await client.
|
|
773
|
+
const data = await client.HandleCurrentPlaylist({})
|
|
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
|
+
|
|
781
|
+
it("vod.v20180717.CreateSuperPlayerConfig", async function () {
|
|
782
|
+
try {
|
|
783
|
+
const data = await client.CreateSuperPlayerConfig({})
|
|
774
784
|
expect(data).to.be.ok
|
|
775
785
|
} catch(error) {
|
|
776
786
|
expect(error.requestId).to.be.ok
|
|
@@ -828,9 +838,9 @@ it("vod.v20180717.CreateRebuildMediaTemplate", async function () {
|
|
|
828
838
|
}
|
|
829
839
|
})
|
|
830
840
|
|
|
831
|
-
it("vod.v20180717.
|
|
841
|
+
it("vod.v20180717.DescribeCurrentPlaylist", async function () {
|
|
832
842
|
try {
|
|
833
|
-
const data = await client.
|
|
843
|
+
const data = await client.DescribeCurrentPlaylist({})
|
|
834
844
|
expect(data).to.be.ok
|
|
835
845
|
} catch(error) {
|
|
836
846
|
expect(error.requestId).to.be.ok
|
|
@@ -968,9 +978,9 @@ it("vod.v20180717.VerifyDomainRecord", async function () {
|
|
|
968
978
|
}
|
|
969
979
|
})
|
|
970
980
|
|
|
971
|
-
it("vod.v20180717.
|
|
981
|
+
it("vod.v20180717.DescribeImageReviewUsageData", async function () {
|
|
972
982
|
try {
|
|
973
|
-
const data = await client.
|
|
983
|
+
const data = await client.DescribeImageReviewUsageData({})
|
|
974
984
|
expect(data).to.be.ok
|
|
975
985
|
} catch(error) {
|
|
976
986
|
expect(error.requestId).to.be.ok
|
|
@@ -1108,6 +1118,16 @@ it("vod.v20180717.DeleteWordSamples", async function () {
|
|
|
1108
1118
|
}
|
|
1109
1119
|
})
|
|
1110
1120
|
|
|
1121
|
+
it("vod.v20180717.FastEditMedia", async function () {
|
|
1122
|
+
try {
|
|
1123
|
+
const data = await client.FastEditMedia({})
|
|
1124
|
+
expect(data).to.be.ok
|
|
1125
|
+
} catch(error) {
|
|
1126
|
+
expect(error.requestId).to.be.ok
|
|
1127
|
+
expect(error.code).to.be.ok
|
|
1128
|
+
}
|
|
1129
|
+
})
|
|
1130
|
+
|
|
1111
1131
|
it("vod.v20180717.CreateVodDomain", async function () {
|
|
1112
1132
|
try {
|
|
1113
1133
|
const data = await client.CreateVodDomain({})
|
|
@@ -1258,6 +1278,16 @@ it("vod.v20180717.ModifySubAppIdInfo", async function () {
|
|
|
1258
1278
|
}
|
|
1259
1279
|
})
|
|
1260
1280
|
|
|
1281
|
+
it("vod.v20180717.ModifyRoundPlay", async function () {
|
|
1282
|
+
try {
|
|
1283
|
+
const data = await client.ModifyRoundPlay({})
|
|
1284
|
+
expect(data).to.be.ok
|
|
1285
|
+
} catch(error) {
|
|
1286
|
+
expect(error.requestId).to.be.ok
|
|
1287
|
+
expect(error.code).to.be.ok
|
|
1288
|
+
}
|
|
1289
|
+
})
|
|
1290
|
+
|
|
1261
1291
|
it("vod.v20180717.DescribeAdaptiveDynamicStreamingTemplates", async function () {
|
|
1262
1292
|
try {
|
|
1263
1293
|
const data = await client.DescribeAdaptiveDynamicStreamingTemplates({})
|