tencentcloud-sdk-nodejs 4.0.905 → 4.0.907
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 +225 -0
- package/SERVICE_CHANGELOG.md +215 -300
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +10 -12
- package/src/services/cfg/v20210820/cfg_client.ts +85 -29
- package/src/services/cfg/v20210820/cfg_models.ts +606 -139
- package/src/services/cfw/v20190904/cfw_models.ts +7 -2
- package/src/services/cls/v20201016/cls_models.ts +20 -9
- package/src/services/cme/v20191029/cme_models.ts +4 -4
- package/src/services/csip/v20221121/csip_client.ts +18 -6
- package/src/services/csip/v20221121/csip_models.ts +267 -208
- package/src/services/cwp/v20180228/cwp_models.ts +56 -46
- package/src/services/dnspod/v20210323/dnspod_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +19 -20
- package/src/services/lcic/v20220817/lcic_client.ts +12 -0
- package/src/services/lcic/v20220817/lcic_models.ts +28 -0
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/lke/v20231130/lke_models.ts +7 -7
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/trtc/v20190722/trtc_client.ts +20 -7
- package/src/services/trtc/v20190722/trtc_models.ts +207 -163
- package/src/services/vclm/v20240523/vclm_client.ts +28 -2
- package/src/services/vclm/v20240523/vclm_models.ts +90 -10
- package/src/services/vpc/v20170312/vpc_models.ts +1 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +10 -12
- package/tencentcloud/services/cfg/v20210820/cfg_client.d.ts +25 -9
- package/tencentcloud/services/cfg/v20210820/cfg_client.js +36 -12
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +596 -145
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +7 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +20 -9
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -4
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +264 -207
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +56 -46
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +1 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +1 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +19 -20
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +26 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +7 -7
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +6 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +203 -162
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +11 -1
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +14 -0
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +86 -10
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -0
- package/test/cfg.v20210820.test.js +48 -8
- package/test/csip.v20221121.test.js +10 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/trtc.v20190722.test.js +10 -0
- package/test/vclm.v20240523.test.js +20 -0
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.cfg.v20210820.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("cfg.v20210820.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("cfg.v20210820.DescribeObjectTypeList", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.DescribeObjectTypeList({})
|
|
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
|
+
|
|
21
31
|
it("cfg.v20210820.CreateTaskFromTemplate", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.CreateTaskFromTemplate({})
|
|
@@ -68,6 +78,26 @@ it("cfg.v20210820.ModifyTaskRunStatus", async function () {
|
|
|
68
78
|
}
|
|
69
79
|
})
|
|
70
80
|
|
|
81
|
+
it("cfg.v20210820.ExecuteTask", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.ExecuteTask({})
|
|
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
|
+
|
|
91
|
+
it("cfg.v20210820.CreateTaskFromAction", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.CreateTaskFromAction({})
|
|
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
|
+
|
|
71
101
|
it("cfg.v20210820.TriggerPolicy", async function () {
|
|
72
102
|
try {
|
|
73
103
|
const data = await client.TriggerPolicy({})
|
|
@@ -88,9 +118,9 @@ it("cfg.v20210820.DescribeTaskList", async function () {
|
|
|
88
118
|
}
|
|
89
119
|
})
|
|
90
120
|
|
|
91
|
-
it("cfg.v20210820.
|
|
121
|
+
it("cfg.v20210820.DescribeTaskPolicyTriggerLog", async function () {
|
|
92
122
|
try {
|
|
93
|
-
const data = await client.
|
|
123
|
+
const data = await client.DescribeTaskPolicyTriggerLog({})
|
|
94
124
|
expect(data).to.be.ok
|
|
95
125
|
} catch(error) {
|
|
96
126
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +128,9 @@ it("cfg.v20210820.DescribeTaskExecuteLogs", async function () {
|
|
|
98
128
|
}
|
|
99
129
|
})
|
|
100
130
|
|
|
101
|
-
it("cfg.v20210820.
|
|
131
|
+
it("cfg.v20210820.DescribeTaskExecuteLogs", async function () {
|
|
102
132
|
try {
|
|
103
|
-
const data = await client.
|
|
133
|
+
const data = await client.DescribeTaskExecuteLogs({})
|
|
104
134
|
expect(data).to.be.ok
|
|
105
135
|
} catch(error) {
|
|
106
136
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +148,9 @@ it("cfg.v20210820.DeleteTask", async function () {
|
|
|
118
148
|
}
|
|
119
149
|
})
|
|
120
150
|
|
|
121
|
-
it("cfg.v20210820.
|
|
151
|
+
it("cfg.v20210820.DescribeActionLibraryList", async function () {
|
|
122
152
|
try {
|
|
123
|
-
const data = await client.
|
|
153
|
+
const data = await client.DescribeActionLibraryList({})
|
|
124
154
|
expect(data).to.be.ok
|
|
125
155
|
} catch(error) {
|
|
126
156
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +158,19 @@ it("cfg.v20210820.ExecuteTask", async function () {
|
|
|
128
158
|
}
|
|
129
159
|
})
|
|
130
160
|
|
|
131
|
-
it("cfg.v20210820.
|
|
161
|
+
it("cfg.v20210820.DescribeActionFieldConfigList", async function () {
|
|
132
162
|
try {
|
|
133
|
-
const data = await client.
|
|
163
|
+
const data = await client.DescribeActionFieldConfigList({})
|
|
164
|
+
expect(data).to.be.ok
|
|
165
|
+
} catch(error) {
|
|
166
|
+
expect(error.requestId).to.be.ok
|
|
167
|
+
expect(error.code).to.be.ok
|
|
168
|
+
}
|
|
169
|
+
})
|
|
170
|
+
|
|
171
|
+
it("cfg.v20210820.DescribeTask", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.DescribeTask({})
|
|
134
174
|
expect(data).to.be.ok
|
|
135
175
|
} catch(error) {
|
|
136
176
|
expect(error.requestId).to.be.ok
|
|
@@ -218,6 +218,16 @@ it("csip.v20221121.DescribeRiskCenterWebsiteRiskList", async function () {
|
|
|
218
218
|
}
|
|
219
219
|
})
|
|
220
220
|
|
|
221
|
+
it("csip.v20221121.DescribeCFWAssetStatistics", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.DescribeCFWAssetStatistics({})
|
|
224
|
+
expect(data).to.be.ok
|
|
225
|
+
} catch(error) {
|
|
226
|
+
expect(error.requestId).to.be.ok
|
|
227
|
+
expect(error.code).to.be.ok
|
|
228
|
+
}
|
|
229
|
+
})
|
|
230
|
+
|
|
221
231
|
it("csip.v20221121.DescribeTaskLogURL", async function () {
|
|
222
232
|
try {
|
|
223
233
|
const data = await client.DescribeTaskLogURL({})
|
|
@@ -198,6 +198,16 @@ it("lcic.v20220817.DeleteGroupMember", async function () {
|
|
|
198
198
|
}
|
|
199
199
|
})
|
|
200
200
|
|
|
201
|
+
it("lcic.v20220817.UnblockKickedUser", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.UnblockKickedUser({})
|
|
204
|
+
expect(data).to.be.ok
|
|
205
|
+
} catch(error) {
|
|
206
|
+
expect(error.requestId).to.be.ok
|
|
207
|
+
expect(error.code).to.be.ok
|
|
208
|
+
}
|
|
209
|
+
})
|
|
210
|
+
|
|
201
211
|
it("lcic.v20220817.CreateDocument", async function () {
|
|
202
212
|
try {
|
|
203
213
|
const data = await client.CreateDocument({})
|
|
@@ -518,6 +518,16 @@ it("trtc.v20190722.DescribeTRTCMarketQualityData", async function () {
|
|
|
518
518
|
}
|
|
519
519
|
})
|
|
520
520
|
|
|
521
|
+
it("trtc.v20190722.ControlAIConversation", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.ControlAIConversation({})
|
|
524
|
+
expect(data).to.be.ok
|
|
525
|
+
} catch(error) {
|
|
526
|
+
expect(error.requestId).to.be.ok
|
|
527
|
+
expect(error.code).to.be.ok
|
|
528
|
+
}
|
|
529
|
+
})
|
|
530
|
+
|
|
521
531
|
it("trtc.v20190722.StopAITranscription", async function () {
|
|
522
532
|
try {
|
|
523
533
|
const data = await client.StopAITranscription({})
|
|
@@ -48,6 +48,16 @@ it("vclm.v20240523.SubmitVideoStylizationJob", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("vclm.v20240523.SubmitPortraitSingJob", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.SubmitPortraitSingJob({})
|
|
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
|
+
|
|
51
61
|
it("vclm.v20240523.ConfirmVideoTranslateJob", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.ConfirmVideoTranslateJob({})
|
|
@@ -58,6 +68,16 @@ it("vclm.v20240523.ConfirmVideoTranslateJob", async function () {
|
|
|
58
68
|
}
|
|
59
69
|
})
|
|
60
70
|
|
|
71
|
+
it("vclm.v20240523.DescribePortraitSingJob", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribePortraitSingJob({})
|
|
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
|
+
|
|
61
81
|
it("vclm.v20240523.DescribeImageAnimateJob", async function () {
|
|
62
82
|
try {
|
|
63
83
|
const data = await client.DescribeImageAnimateJob({})
|