tencentcloud-sdk-nodejs 4.0.420 → 4.0.423

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 (99) hide show
  1. package/CHANGELOG.md +876 -0
  2. package/SERVICE_CHANGELOG.md +870 -97
  3. package/package.json +1 -1
  4. package/products.md +31 -31
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/acp/v20220105/acp_models.ts +18 -7
  7. package/src/services/apigateway/v20180808/apigateway_client.ts +13 -0
  8. package/src/services/apigateway/v20180808/apigateway_models.ts +55 -0
  9. package/src/services/asr/v20190614/asr_models.ts +1 -1
  10. package/src/services/cdn/v20180606/cdn_models.ts +0 -1
  11. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +46 -1
  13. package/src/services/cls/v20201016/cls_models.ts +11 -1
  14. package/src/services/cme/v20191029/cme_client.ts +13 -4
  15. package/src/services/cme/v20191029/cme_models.ts +283 -68
  16. package/src/services/cvm/v20170312/cvm_models.ts +5 -0
  17. package/src/services/cwp/v20180228/cwp_client.ts +1 -0
  18. package/src/services/cwp/v20180228/cwp_models.ts +44 -1
  19. package/src/services/eb/v20210416/eb_models.ts +5 -0
  20. package/src/services/gs/v20191118/gs_client.ts +1 -1
  21. package/src/services/gs/v20191118/gs_models.ts +5 -0
  22. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  23. package/src/services/irp/v20220805/irp_client.ts +3 -3
  24. package/src/services/live/v20180801/live_client.ts +1 -1
  25. package/src/services/live/v20180801/live_models.ts +3 -3
  26. package/src/services/monitor/v20180724/monitor_client.ts +6 -3
  27. package/src/services/monitor/v20180724/monitor_models.ts +199 -75
  28. package/src/services/pts/v20210728/pts_client.ts +1 -0
  29. package/src/services/pts/v20210728/pts_models.ts +20 -0
  30. package/src/services/taf/v20200210/taf_client.ts +5 -21
  31. package/src/services/taf/v20200210/taf_models.ts +42 -170
  32. package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +2 -0
  33. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +81 -0
  34. package/src/services/tcb/v20180608/tcb_models.ts +12 -0
  35. package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
  36. package/src/services/tcss/v20201101/tcss_models.ts +24 -2
  37. package/src/services/teo/v20220106/teo_models.ts +284 -109
  38. package/src/services/tiia/v20190529/tiia_client.ts +4 -1
  39. package/src/services/tione/v20211111/tione_models.ts +2 -2
  40. package/src/services/tke/v20180525/tke_client.ts +3 -2
  41. package/src/services/tke/v20180525/tke_models.ts +31 -1
  42. package/src/services/tse/v20201207/tse_client.ts +1 -0
  43. package/src/services/tse/v20201207/tse_models.ts +41 -0
  44. package/src/services/vod/v20180717/vod_client.ts +21 -2
  45. package/src/services/vod/v20180717/vod_models.ts +329 -6
  46. package/src/services/yinsuda/v20220527/yinsuda_client.ts +101 -26
  47. package/src/services/yinsuda/v20220527/yinsuda_models.ts +694 -157
  48. package/tencentcloud/common/sdk_version.d.ts +1 -1
  49. package/tencentcloud/common/sdk_version.js +1 -1
  50. package/tencentcloud/services/acp/v20220105/acp_models.d.ts +16 -7
  51. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -1
  52. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +6 -0
  53. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +47 -0
  54. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  55. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +39 -1
  57. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
  58. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
  59. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +245 -61
  60. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
  61. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -1
  62. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -0
  63. package/tencentcloud/services/gs/v20191118/gs_client.d.ts +1 -1
  64. package/tencentcloud/services/gs/v20191118/gs_client.js +1 -1
  65. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +4 -0
  66. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  67. package/tencentcloud/services/irp/v20220805/irp_client.d.ts +3 -3
  68. package/tencentcloud/services/irp/v20220805/irp_client.js +3 -3
  69. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  70. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  71. package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
  72. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  73. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +171 -68
  74. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +17 -0
  75. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
  76. package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
  77. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +37 -147
  78. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +67 -0
  79. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -0
  80. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
  81. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -1
  82. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +241 -92
  83. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -1
  84. package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -1
  85. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
  86. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +2 -2
  87. package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
  88. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -1
  89. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +35 -0
  90. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +7 -3
  91. package/tencentcloud/services/vod/v20180717/vod_client.js +8 -2
  92. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +281 -6
  93. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +27 -7
  94. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +39 -9
  95. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +575 -112
  96. package/test/apigateway.v20180808.test.js +10 -0
  97. package/test/taf.v20200210.test.js +0 -10
  98. package/test/vod.v20180717.test.js +10 -0
  99. package/test/yinsuda.v20220527.test.js +56 -6
@@ -758,6 +758,16 @@ it("apigateway.v20180808.DescribeUpstreamBindApis", async function () {
758
758
  }
759
759
  })
760
760
 
761
+ it("apigateway.v20180808.ImportOpenApi", async function () {
762
+ try {
763
+ const data = await client.ImportOpenApi({})
764
+ expect(data).to.be.ok
765
+ } catch(error) {
766
+ expect(error.requestId).to.be.ok
767
+ expect(error.code).to.be.ok
768
+ }
769
+ })
770
+
761
771
  it("apigateway.v20180808.ModifyService", async function () {
762
772
  try {
763
773
  const data = await client.ModifyService({})
@@ -28,16 +28,6 @@ it("taf.v20200210.RecognizeCustomizedAudience", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("taf.v20200210.DetectFraudKOL", async function () {
32
- try {
33
- const data = await client.DetectFraudKOL({})
34
- expect(data).to.be.ok
35
- } catch(error) {
36
- expect(error.requestId).to.be.ok
37
- expect(error.code).to.be.ok
38
- }
39
- })
40
-
41
31
  it("taf.v20200210.RecognizePreciseTargetAudience", async function () {
42
32
  try {
43
33
  const data = await client.RecognizePreciseTargetAudience({})
@@ -238,6 +238,16 @@ it("vod.v20180717.DeleteSnapshotByTimeOffsetTemplate", async function () {
238
238
  }
239
239
  })
240
240
 
241
+ it("vod.v20180717.RemoveWatermark", async function () {
242
+ try {
243
+ const data = await client.RemoveWatermark({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
241
251
  it("vod.v20180717.DescribeCdnLogs", async function () {
242
252
  try {
243
253
  const data = await client.DescribeCdnLogs({})
@@ -18,9 +18,19 @@ const client = new tencentcloud.yinsuda.v20220527.Client({
18
18
  })
19
19
  describe("yinsuda.v20220527.test.js", function () {
20
20
 
21
- it("yinsuda.v20220527.DescribeKTVPlaylists", async function () {
21
+ it("yinsuda.v20220527.CreateKTVRobot", async function () {
22
22
  try {
23
- const data = await client.DescribeKTVPlaylists({})
23
+ const data = await client.CreateKTVRobot({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("yinsuda.v20220527.SyncKTVRobotCommand", async function () {
32
+ try {
33
+ const data = await client.SyncKTVRobotCommand({})
24
34
  expect(data).to.be.ok
25
35
  } catch(error) {
26
36
  expect(error.requestId).to.be.ok
@@ -38,6 +48,26 @@ it("yinsuda.v20220527.DescribeKTVPlaylistDetail", async function () {
38
48
  }
39
49
  })
40
50
 
51
+ it("yinsuda.v20220527.DestroyKTVRobot", async function () {
52
+ try {
53
+ const data = await client.DestroyKTVRobot({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
61
+ it("yinsuda.v20220527.DescribeKTVSuggestions", async function () {
62
+ try {
63
+ const data = await client.DescribeKTVSuggestions({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
41
71
  it("yinsuda.v20220527.BatchDescribeKTVMusicDetails", async function () {
42
72
  try {
43
73
  const data = await client.BatchDescribeKTVMusicDetails({})
@@ -48,9 +78,9 @@ it("yinsuda.v20220527.BatchDescribeKTVMusicDetails", async function () {
48
78
  }
49
79
  })
50
80
 
51
- it("yinsuda.v20220527.SearchKTVMusics", async function () {
81
+ it("yinsuda.v20220527.DescribeKTVPlaylists", async function () {
52
82
  try {
53
- const data = await client.SearchKTVMusics({})
83
+ const data = await client.DescribeKTVPlaylists({})
54
84
  expect(data).to.be.ok
55
85
  } catch(error) {
56
86
  expect(error.requestId).to.be.ok
@@ -58,9 +88,29 @@ it("yinsuda.v20220527.SearchKTVMusics", async function () {
58
88
  }
59
89
  })
60
90
 
61
- it("yinsuda.v20220527.DescribeKTVSuggestions", async function () {
91
+ it("yinsuda.v20220527.DescribeKTVRobots", async function () {
62
92
  try {
63
- const data = await client.DescribeKTVSuggestions({})
93
+ const data = await client.DescribeKTVRobots({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
101
+ it("yinsuda.v20220527.DescribeKTVMatchMusics", async function () {
102
+ try {
103
+ const data = await client.DescribeKTVMatchMusics({})
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
+
111
+ it("yinsuda.v20220527.SearchKTVMusics", async function () {
112
+ try {
113
+ const data = await client.SearchKTVMusics({})
64
114
  expect(data).to.be.ok
65
115
  } catch(error) {
66
116
  expect(error.requestId).to.be.ok