tencentcloud-sdk-nodejs 4.0.734 → 4.0.736

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.
Files changed (71) hide show
  1. package/CHANGELOG.md +369 -0
  2. package/SERVICE_CHANGELOG.md +427 -812
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_models.ts +18 -18
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +101 -59
  8. package/src/services/ccc/v20200210/ccc_models.ts +2 -2
  9. package/src/services/csip/v20221121/csip_client.ts +1 -1
  10. package/src/services/csip/v20221121/csip_models.ts +13 -13
  11. package/src/services/dasb/v20191018/dasb_client.ts +13 -1
  12. package/src/services/dasb/v20191018/dasb_models.ts +100 -72
  13. package/src/services/dlc/v20210125/dlc_client.ts +22 -9
  14. package/src/services/dlc/v20210125/dlc_models.ts +119 -29
  15. package/src/services/dsgc/v20190723/dsgc_models.ts +87 -20
  16. package/src/services/dts/v20211206/dts_models.ts +14 -14
  17. package/src/services/ess/v20201111/ess_client.ts +2 -2
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  19. package/src/services/hai/v20230812/hai_client.ts +96 -2
  20. package/src/services/hai/v20230812/hai_models.ts +587 -12
  21. package/src/services/oceanus/v20190422/oceanus_models.ts +12 -0
  22. package/src/services/ocr/v20181119/ocr_models.ts +49 -1
  23. package/src/services/tione/v20211111/tione_client.ts +16 -3
  24. package/src/services/tione/v20211111/tione_models.ts +189 -35
  25. package/src/services/trtc/v20190722/trtc_models.ts +9 -1
  26. package/src/services/vod/v20180717/vod_client.ts +91 -37
  27. package/src/services/vod/v20180717/vod_models.ts +463 -113
  28. package/src/services/vrs/v20200824/vrs_client.ts +26 -12
  29. package/src/services/vrs/v20200824/vrs_models.ts +221 -155
  30. package/src/services/waf/v20180125/waf_models.ts +27 -7
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +18 -18
  34. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +101 -59
  35. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
  36. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
  37. package/tencentcloud/services/csip/v20221121/csip_client.js +1 -1
  38. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +13 -13
  39. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
  40. package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
  41. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +98 -72
  42. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +7 -3
  43. package/tencentcloud/services/dlc/v20210125/dlc_client.js +9 -3
  44. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +116 -29
  45. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +87 -20
  46. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +14 -14
  47. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  48. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  50. package/tencentcloud/services/hai/v20230812/hai_client.d.ts +29 -1
  51. package/tencentcloud/services/hai/v20230812/hai_client.js +42 -0
  52. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +563 -12
  53. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -0
  54. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +49 -1
  55. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +6 -2
  56. package/tencentcloud/services/tione/v20211111/tione_client.js +7 -1
  57. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +186 -35
  58. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -1
  59. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +34 -18
  60. package/tencentcloud/services/vod/v20180717/vod_client.js +44 -20
  61. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +449 -113
  62. package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +5 -1
  63. package/tencentcloud/services/vrs/v20200824/vrs_client.js +6 -0
  64. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +210 -148
  65. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +27 -7
  66. package/test/dasb.v20191018.test.js +10 -0
  67. package/test/dlc.v20210125.test.js +12 -2
  68. package/test/hai.v20230812.test.js +70 -0
  69. package/test/tione.v20211111.test.js +10 -0
  70. package/test/vod.v20180717.test.js +46 -6
  71. package/test/vrs.v20200824.test.js +10 -0
@@ -108,6 +108,16 @@ it("tione.v20211111.DescribeTrainingTask", async function () {
108
108
  }
109
109
  })
110
110
 
111
+ it("tione.v20211111.DescribeEvents", async function () {
112
+ try {
113
+ const data = await client.DescribeEvents({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
111
121
  it("tione.v20211111.DescribeModelServiceGroup", async function () {
112
122
  try {
113
123
  const data = await client.DescribeModelServiceGroup({})
@@ -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.DescribeMediaInfos", async function () {
561
+ it("vod.v20180717.DescribeDrmKeyProviderInfo", async function () {
552
562
  try {
553
- const data = await client.DescribeMediaInfos({})
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.RebuildMediaByTemplate", async function () {
1271
+ it("vod.v20180717.DescribeJustInTimeTranscodeTemplates", async function () {
1262
1272
  try {
1263
- const data = await client.RebuildMediaByTemplate({})
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.DescribeDrmKeyProviderInfo", async function () {
1541
+ it("vod.v20180717.DescribeMediaInfos", async function () {
1512
1542
  try {
1513
- const data = await client.DescribeDrmKeyProviderInfo({})
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({})