tencentcloud-sdk-nodejs 4.0.906 → 4.0.908
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 +315 -0
- package/SERVICE_CHANGELOG.md +406 -57
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +3 -1
- package/src/services/apm/v20210622/apm_models.ts +4 -0
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +336 -95
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +1895 -808
- package/src/services/cfw/v20190904/cfw_models.ts +7 -2
- package/src/services/cls/v20201016/cls_models.ts +20 -9
- 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/dlc/v20210125/dlc_client.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +13 -1
- package/src/services/domain/v20180808/domain_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +21 -3
- package/src/services/ess/v20201111/ess_models.ts +4 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -6
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +19 -20
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/lke/v20231130/lke_client.ts +12 -4
- package/src/services/lke/v20231130/lke_models.ts +376 -95
- package/src/services/trro/v20220325/trro_client.ts +1 -0
- package/src/services/trro/v20220325/trro_models.ts +96 -5
- package/src/services/trtc/v20190722/trtc_client.ts +34 -107
- package/src/services/trtc/v20190722/trtc_models.ts +208 -164
- package/src/services/tsf/v20180326/tsf_models.ts +4 -4
- 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_client.d.ts +3 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +3 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +101 -25
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +150 -36
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +1829 -793
- 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/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/dlc/v20210125/dlc_client.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +13 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +21 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +21 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -6
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- 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/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +368 -95
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +95 -5
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +17 -99
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +18 -98
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +204 -163
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -0
- package/test/cdwdoris.v20211228.test.js +214 -24
- package/test/csip.v20221121.test.js +10 -0
- package/test/trtc.v20190722.test.js +10 -0
|
@@ -18,6 +18,86 @@ const client = new tencentcloud.cdwdoris.v20211228.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("cdwdoris.v20211228.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("cdwdoris.v20211228.DestroyInstance", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.DestroyInstance({})
|
|
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("cdwdoris.v20211228.DescribeSqlApis", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeSqlApis({})
|
|
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
|
+
it("cdwdoris.v20211228.DescribeRestoreTaskDetail", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeRestoreTaskDetail({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
51
|
+
it("cdwdoris.v20211228.CreateWorkloadGroup", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.CreateWorkloadGroup({})
|
|
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("cdwdoris.v20211228.DescribeDatabaseAuditDownload", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DescribeDatabaseAuditDownload({})
|
|
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
|
+
|
|
71
|
+
it("cdwdoris.v20211228.DescribeInstanceNodesInfo", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeInstanceNodesInfo({})
|
|
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
|
+
|
|
81
|
+
it("cdwdoris.v20211228.DescribeInstanceUsedSubnets", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.DescribeInstanceUsedSubnets({})
|
|
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("cdwdoris.v20211228.DescribeUserBindWorkloadGroup", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeUserBindWorkloadGroup({})
|
|
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
|
+
|
|
21
101
|
it("cdwdoris.v20211228.ScaleUpInstance", async function () {
|
|
22
102
|
try {
|
|
23
103
|
const data = await client.ScaleUpInstance({})
|
|
@@ -28,9 +108,9 @@ it("cdwdoris.v20211228.ScaleUpInstance", async function () {
|
|
|
28
108
|
}
|
|
29
109
|
})
|
|
30
110
|
|
|
31
|
-
it("cdwdoris.v20211228.
|
|
111
|
+
it("cdwdoris.v20211228.DescribeRegionZone", async function () {
|
|
32
112
|
try {
|
|
33
|
-
const data = await client.
|
|
113
|
+
const data = await client.DescribeRegionZone({})
|
|
34
114
|
expect(data).to.be.ok
|
|
35
115
|
} catch(error) {
|
|
36
116
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +118,9 @@ it("cdwdoris.v20211228.DescribeInstances", async function () {
|
|
|
38
118
|
}
|
|
39
119
|
})
|
|
40
120
|
|
|
41
|
-
it("cdwdoris.v20211228.
|
|
121
|
+
it("cdwdoris.v20211228.ModifyWorkloadGroup", async function () {
|
|
42
122
|
try {
|
|
43
|
-
const data = await client.
|
|
123
|
+
const data = await client.ModifyWorkloadGroup({})
|
|
44
124
|
expect(data).to.be.ok
|
|
45
125
|
} catch(error) {
|
|
46
126
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +128,9 @@ it("cdwdoris.v20211228.DestroyInstance", async function () {
|
|
|
48
128
|
}
|
|
49
129
|
})
|
|
50
130
|
|
|
51
|
-
it("cdwdoris.v20211228.
|
|
131
|
+
it("cdwdoris.v20211228.DescribeSlowQueryRecords", async function () {
|
|
52
132
|
try {
|
|
53
|
-
const data = await client.
|
|
133
|
+
const data = await client.DescribeSlowQueryRecords({})
|
|
54
134
|
expect(data).to.be.ok
|
|
55
135
|
} catch(error) {
|
|
56
136
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +138,49 @@ it("cdwdoris.v20211228.DescribeInstanceState", async function () {
|
|
|
58
138
|
}
|
|
59
139
|
})
|
|
60
140
|
|
|
61
|
-
it("cdwdoris.v20211228.
|
|
141
|
+
it("cdwdoris.v20211228.ModifyWorkloadGroupStatus", async function () {
|
|
62
142
|
try {
|
|
63
|
-
const data = await client.
|
|
143
|
+
const data = await client.ModifyWorkloadGroupStatus({})
|
|
144
|
+
expect(data).to.be.ok
|
|
145
|
+
} catch(error) {
|
|
146
|
+
expect(error.requestId).to.be.ok
|
|
147
|
+
expect(error.code).to.be.ok
|
|
148
|
+
}
|
|
149
|
+
})
|
|
150
|
+
|
|
151
|
+
it("cdwdoris.v20211228.ModifyUserBindWorkloadGroup", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.ModifyUserBindWorkloadGroup({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
161
|
+
it("cdwdoris.v20211228.ScaleOutInstance", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.ScaleOutInstance({})
|
|
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("cdwdoris.v20211228.DescribeInstances", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.DescribeInstances({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
181
|
+
it("cdwdoris.v20211228.DescribeInstanceState", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeInstanceState({})
|
|
64
184
|
expect(data).to.be.ok
|
|
65
185
|
} catch(error) {
|
|
66
186
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +198,9 @@ it("cdwdoris.v20211228.DescribeClusterConfigs", async function () {
|
|
|
78
198
|
}
|
|
79
199
|
})
|
|
80
200
|
|
|
81
|
-
it("cdwdoris.v20211228.
|
|
201
|
+
it("cdwdoris.v20211228.DeleteWorkloadGroup", async function () {
|
|
82
202
|
try {
|
|
83
|
-
const data = await client.
|
|
203
|
+
const data = await client.DeleteWorkloadGroup({})
|
|
84
204
|
expect(data).to.be.ok
|
|
85
205
|
} catch(error) {
|
|
86
206
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +208,59 @@ it("cdwdoris.v20211228.ResizeDisk", async function () {
|
|
|
88
208
|
}
|
|
89
209
|
})
|
|
90
210
|
|
|
91
|
-
it("cdwdoris.v20211228.
|
|
211
|
+
it("cdwdoris.v20211228.ModifySecurityGroups", async function () {
|
|
92
212
|
try {
|
|
93
|
-
const data = await client.
|
|
213
|
+
const data = await client.ModifySecurityGroups({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
221
|
+
it("cdwdoris.v20211228.DescribeFederationToken", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.DescribeFederationToken({})
|
|
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
|
+
|
|
231
|
+
it("cdwdoris.v20211228.ReduceInstance", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.ReduceInstance({})
|
|
234
|
+
expect(data).to.be.ok
|
|
235
|
+
} catch(error) {
|
|
236
|
+
expect(error.requestId).to.be.ok
|
|
237
|
+
expect(error.code).to.be.ok
|
|
238
|
+
}
|
|
239
|
+
})
|
|
240
|
+
|
|
241
|
+
it("cdwdoris.v20211228.ModifyUserPrivilegesV3", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.ModifyUserPrivilegesV3({})
|
|
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
|
+
|
|
251
|
+
it("cdwdoris.v20211228.FitClsLog", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.FitClsLog({})
|
|
254
|
+
expect(data).to.be.ok
|
|
255
|
+
} catch(error) {
|
|
256
|
+
expect(error.requestId).to.be.ok
|
|
257
|
+
expect(error.code).to.be.ok
|
|
258
|
+
}
|
|
259
|
+
})
|
|
260
|
+
|
|
261
|
+
it("cdwdoris.v20211228.DescribeDatabaseAuditRecords", async function () {
|
|
262
|
+
try {
|
|
263
|
+
const data = await client.DescribeDatabaseAuditRecords({})
|
|
94
264
|
expect(data).to.be.ok
|
|
95
265
|
} catch(error) {
|
|
96
266
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +278,9 @@ it("cdwdoris.v20211228.DescribeInstance", async function () {
|
|
|
108
278
|
}
|
|
109
279
|
})
|
|
110
280
|
|
|
111
|
-
it("cdwdoris.v20211228.
|
|
281
|
+
it("cdwdoris.v20211228.CreateInstanceNew", async function () {
|
|
112
282
|
try {
|
|
113
|
-
const data = await client.
|
|
283
|
+
const data = await client.CreateInstanceNew({})
|
|
114
284
|
expect(data).to.be.ok
|
|
115
285
|
} catch(error) {
|
|
116
286
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +298,9 @@ it("cdwdoris.v20211228.DescribeInstanceNodes", async function () {
|
|
|
128
298
|
}
|
|
129
299
|
})
|
|
130
300
|
|
|
131
|
-
it("cdwdoris.v20211228.
|
|
301
|
+
it("cdwdoris.v20211228.DescribeGoodsDetail", async function () {
|
|
132
302
|
try {
|
|
133
|
-
const data = await client.
|
|
303
|
+
const data = await client.DescribeGoodsDetail({})
|
|
134
304
|
expect(data).to.be.ok
|
|
135
305
|
} catch(error) {
|
|
136
306
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +308,9 @@ it("cdwdoris.v20211228.DescribeSlowQueryRecordsDownload", async function () {
|
|
|
138
308
|
}
|
|
139
309
|
})
|
|
140
310
|
|
|
141
|
-
it("cdwdoris.v20211228.
|
|
311
|
+
it("cdwdoris.v20211228.ResizeDisk", async function () {
|
|
142
312
|
try {
|
|
143
|
-
const data = await client.
|
|
313
|
+
const data = await client.ResizeDisk({})
|
|
144
314
|
expect(data).to.be.ok
|
|
145
315
|
} catch(error) {
|
|
146
316
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +318,9 @@ it("cdwdoris.v20211228.DescribeInstanceNodesInfo", async function () {
|
|
|
148
318
|
}
|
|
149
319
|
})
|
|
150
320
|
|
|
151
|
-
it("cdwdoris.v20211228.
|
|
321
|
+
it("cdwdoris.v20211228.RestartClusterForNode", async function () {
|
|
152
322
|
try {
|
|
153
|
-
const data = await client.
|
|
323
|
+
const data = await client.RestartClusterForNode({})
|
|
154
324
|
expect(data).to.be.ok
|
|
155
325
|
} catch(error) {
|
|
156
326
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +328,29 @@ it("cdwdoris.v20211228.CreateInstanceNew", async function () {
|
|
|
158
328
|
}
|
|
159
329
|
})
|
|
160
330
|
|
|
161
|
-
it("cdwdoris.v20211228.
|
|
331
|
+
it("cdwdoris.v20211228.DescribeSlowQueryRecordsDownload", async function () {
|
|
162
332
|
try {
|
|
163
|
-
const data = await client.
|
|
333
|
+
const data = await client.DescribeSlowQueryRecordsDownload({})
|
|
334
|
+
expect(data).to.be.ok
|
|
335
|
+
} catch(error) {
|
|
336
|
+
expect(error.requestId).to.be.ok
|
|
337
|
+
expect(error.code).to.be.ok
|
|
338
|
+
}
|
|
339
|
+
})
|
|
340
|
+
|
|
341
|
+
it("cdwdoris.v20211228.DescribeReplicaVersion", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.DescribeReplicaVersion({})
|
|
344
|
+
expect(data).to.be.ok
|
|
345
|
+
} catch(error) {
|
|
346
|
+
expect(error.requestId).to.be.ok
|
|
347
|
+
expect(error.code).to.be.ok
|
|
348
|
+
}
|
|
349
|
+
})
|
|
350
|
+
|
|
351
|
+
it("cdwdoris.v20211228.DescribeWorkloadGroup", async function () {
|
|
352
|
+
try {
|
|
353
|
+
const data = await client.DescribeWorkloadGroup({})
|
|
164
354
|
expect(data).to.be.ok
|
|
165
355
|
} catch(error) {
|
|
166
356
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +368,9 @@ it("cdwdoris.v20211228.ModifyInstance", async function () {
|
|
|
178
368
|
}
|
|
179
369
|
})
|
|
180
370
|
|
|
181
|
-
it("cdwdoris.v20211228.
|
|
371
|
+
it("cdwdoris.v20211228.ModifyInstanceKeyValConfigs", async function () {
|
|
182
372
|
try {
|
|
183
|
-
const data = await client.
|
|
373
|
+
const data = await client.ModifyInstanceKeyValConfigs({})
|
|
184
374
|
expect(data).to.be.ok
|
|
185
375
|
} catch(error) {
|
|
186
376
|
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({})
|
|
@@ -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({})
|