tencentcloud-sdk-nodejs 4.0.833 → 4.0.834

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 (66) hide show
  1. package/CHANGELOG.md +408 -0
  2. package/SERVICE_CHANGELOG.md +712 -40
  3. package/package.json +1 -1
  4. package/products.md +17 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +4 -11
  7. package/src/services/aiart/v20221229/aiart_models.ts +6 -5
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
  9. package/src/services/cdb/v20170320/cdb_client.ts +30 -4
  10. package/src/services/cdb/v20170320/cdb_models.ts +148 -28
  11. package/src/services/es/v20180416/es_models.ts +7 -7
  12. package/src/services/faceid/v20180301/faceid_client.ts +1 -1
  13. package/src/services/faceid/v20180301/faceid_models.ts +4 -0
  14. package/src/services/hunyuan/v20230901/hunyuan_client.ts +8 -8
  15. package/src/services/hunyuan/v20230901/hunyuan_models.ts +79 -30
  16. package/src/services/index.ts +1 -0
  17. package/src/services/lke/index.ts +5 -0
  18. package/src/services/lke/v20231130/index.ts +6 -0
  19. package/src/services/lke/v20231130/lke_client.ts +974 -0
  20. package/src/services/lke/v20231130/lke_models.ts +4560 -0
  21. package/src/services/mna/v20210119/mna_models.ts +127 -7
  22. package/src/services/redis/v20180412/redis_models.ts +1 -1
  23. package/src/services/sms/v20210111/sms_models.ts +1 -0
  24. package/src/services/tione/v20211111/tione_client.ts +1 -0
  25. package/src/services/tione/v20211111/tione_models.ts +15 -1
  26. package/src/services/trtc/v20190722/trtc_client.ts +1 -0
  27. package/src/services/trtc/v20190722/trtc_models.ts +23 -1
  28. package/src/services/wedata/v20210820/wedata_client.ts +61 -198
  29. package/src/services/wedata/v20210820/wedata_models.ts +652 -1237
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +4 -11
  33. package/tencentcloud/services/aiart/v20221229/aiart_client.js +4 -11
  34. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +6 -5
  35. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
  36. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +9 -1
  37. package/tencentcloud/services/cdb/v20170320/cdb_client.js +12 -0
  38. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +142 -28
  39. package/tencentcloud/services/es/v20180416/es_models.d.ts +7 -7
  40. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
  41. package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
  42. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
  43. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +8 -8
  44. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +8 -8
  45. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +79 -30
  46. package/tencentcloud/services/index.d.ts +1 -0
  47. package/tencentcloud/services/index.js +2 -0
  48. package/tencentcloud/services/lke/index.d.ts +6 -0
  49. package/tencentcloud/services/lke/index.js +7 -0
  50. package/tencentcloud/services/lke/v20231130/index.d.ts +6 -0
  51. package/tencentcloud/services/lke/v20231130/index.js +9 -0
  52. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +310 -0
  53. package/tencentcloud/services/lke/v20231130/lke_client.js +481 -0
  54. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +4351 -0
  55. package/tencentcloud/services/lke/v20231130/lke_models.js +18 -0
  56. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +127 -7
  57. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  58. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -0
  59. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +14 -1
  60. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +22 -1
  61. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +17 -61
  62. package/tencentcloud/services/wedata/v20210820/wedata_client.js +22 -88
  63. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +660 -1218
  64. package/test/cdb.v20170320.test.js +20 -0
  65. package/test/lke.v20231130.test.js +771 -0
  66. package/test/wedata.v20210820.test.js +12 -122
@@ -0,0 +1,771 @@
1
+
2
+ const expect = require("chai").expect
3
+ const tencentcloud = require("../../tencentcloud-sdk-nodejs")
4
+ const client = new tencentcloud.lke.v20231130.Client({
5
+ credential: {
6
+ secretId: process.env.secretId,
7
+ secretKey: process.env.secretKey,
8
+ },
9
+ region: "ap-shanghai",
10
+ profile: {
11
+ signMethod: "TC3-HMAC-SHA256",
12
+ httpProfile: {
13
+ reqMethod: "POST",
14
+ reqTimeout: 30,
15
+ endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
16
+ },
17
+ },
18
+ })
19
+ describe("lke.v20231130.test.js", function () {
20
+
21
+ it("lke.v20231130.ListDoc", async function () {
22
+ try {
23
+ const data = await client.ListDoc({})
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("lke.v20231130.ListUnsatisfiedReply", async function () {
32
+ try {
33
+ const data = await client.ListUnsatisfiedReply({})
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("lke.v20231130.DeleteAttributeLabel", async function () {
42
+ try {
43
+ const data = await client.DeleteAttributeLabel({})
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("lke.v20231130.SaveDoc", async function () {
52
+ try {
53
+ const data = await client.SaveDoc({})
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("lke.v20231130.CreateRejectedQuestion", async function () {
62
+ try {
63
+ const data = await client.CreateRejectedQuestion({})
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("lke.v20231130.CheckAttributeLabelExist", async function () {
72
+ try {
73
+ const data = await client.CheckAttributeLabelExist({})
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("lke.v20231130.ModifyQAAttrRange", async function () {
82
+ try {
83
+ const data = await client.ModifyQAAttrRange({})
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("lke.v20231130.DescribeDoc", async function () {
92
+ try {
93
+ const data = await client.DescribeDoc({})
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("lke.v20231130.DeleteRejectedQuestion", async function () {
102
+ try {
103
+ const data = await client.DeleteRejectedQuestion({})
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("lke.v20231130.ListSelectDoc", async function () {
112
+ try {
113
+ const data = await client.ListSelectDoc({})
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
+
121
+ it("lke.v20231130.QueryRewrite", async function () {
122
+ try {
123
+ const data = await client.QueryRewrite({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
131
+ it("lke.v20231130.ModifyQA", async function () {
132
+ try {
133
+ const data = await client.ModifyQA({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
141
+ it("lke.v20231130.ModifyDocAttrRange", async function () {
142
+ try {
143
+ const data = await client.ModifyDocAttrRange({})
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("lke.v20231130.DescribeStorageCredential", async function () {
152
+ try {
153
+ const data = await client.DescribeStorageCredential({})
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("lke.v20231130.CreateRelease", async function () {
162
+ try {
163
+ const data = await client.CreateRelease({})
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("lke.v20231130.GetEmbedding", async function () {
172
+ try {
173
+ const data = await client.GetEmbedding({})
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("lke.v20231130.RetryDocAudit", async function () {
182
+ try {
183
+ const data = await client.RetryDocAudit({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
191
+ it("lke.v20231130.GetAppSecret", async function () {
192
+ try {
193
+ const data = await client.GetAppSecret({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
201
+ it("lke.v20231130.ModifyAttributeLabel", async function () {
202
+ try {
203
+ const data = await client.ModifyAttributeLabel({})
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
+
211
+ it("lke.v20231130.ListRelease", async function () {
212
+ try {
213
+ const data = await client.ListRelease({})
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("lke.v20231130.RateMsgRecord", async function () {
222
+ try {
223
+ const data = await client.RateMsgRecord({})
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("lke.v20231130.ListQA", async function () {
232
+ try {
233
+ const data = await client.ListQA({})
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("lke.v20231130.DeleteQA", async function () {
242
+ try {
243
+ const data = await client.DeleteQA({})
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("lke.v20231130.DescribeRobotBizIDByAppKey", async function () {
252
+ try {
253
+ const data = await client.DescribeRobotBizIDByAppKey({})
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("lke.v20231130.ListReleaseQAPreview", async function () {
262
+ try {
263
+ const data = await client.ListReleaseQAPreview({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
271
+ it("lke.v20231130.ExportQAList", async function () {
272
+ try {
273
+ const data = await client.ExportQAList({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
281
+ it("lke.v20231130.ModifyQACate", async function () {
282
+ try {
283
+ const data = await client.ModifyQACate({})
284
+ expect(data).to.be.ok
285
+ } catch(error) {
286
+ expect(error.requestId).to.be.ok
287
+ expect(error.code).to.be.ok
288
+ }
289
+ })
290
+
291
+ it("lke.v20231130.DeleteApp", async function () {
292
+ try {
293
+ const data = await client.DeleteApp({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
301
+ it("lke.v20231130.ModifyApp", async function () {
302
+ try {
303
+ const data = await client.ModifyApp({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
311
+ it("lke.v20231130.StopDocParse", async function () {
312
+ try {
313
+ const data = await client.StopDocParse({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
321
+ it("lke.v20231130.ModifyRejectedQuestion", async function () {
322
+ try {
323
+ const data = await client.ModifyRejectedQuestion({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
331
+ it("lke.v20231130.CheckAttributeLabelRefer", async function () {
332
+ try {
333
+ const data = await client.CheckAttributeLabelRefer({})
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("lke.v20231130.DescribeCorp", async function () {
342
+ try {
343
+ const data = await client.DescribeCorp({})
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("lke.v20231130.CreateAttributeLabel", async function () {
352
+ try {
353
+ const data = await client.CreateAttributeLabel({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
361
+ it("lke.v20231130.DescribeUnsatisfiedReplyContext", async function () {
362
+ try {
363
+ const data = await client.DescribeUnsatisfiedReplyContext({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
371
+ it("lke.v20231130.UploadAttributeLabel", async function () {
372
+ try {
373
+ const data = await client.UploadAttributeLabel({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
381
+ it("lke.v20231130.ListApp", async function () {
382
+ try {
383
+ const data = await client.ListApp({})
384
+ expect(data).to.be.ok
385
+ } catch(error) {
386
+ expect(error.requestId).to.be.ok
387
+ expect(error.code).to.be.ok
388
+ }
389
+ })
390
+
391
+ it("lke.v20231130.GetDocPreview", async function () {
392
+ try {
393
+ const data = await client.GetDocPreview({})
394
+ expect(data).to.be.ok
395
+ } catch(error) {
396
+ expect(error.requestId).to.be.ok
397
+ expect(error.code).to.be.ok
398
+ }
399
+ })
400
+
401
+ it("lke.v20231130.ListReleaseDocPreview", async function () {
402
+ try {
403
+ const data = await client.ListReleaseDocPreview({})
404
+ expect(data).to.be.ok
405
+ } catch(error) {
406
+ expect(error.requestId).to.be.ok
407
+ expect(error.code).to.be.ok
408
+ }
409
+ })
410
+
411
+ it("lke.v20231130.CreateCorp", async function () {
412
+ try {
413
+ const data = await client.CreateCorp({})
414
+ expect(data).to.be.ok
415
+ } catch(error) {
416
+ expect(error.requestId).to.be.ok
417
+ expect(error.code).to.be.ok
418
+ }
419
+ })
420
+
421
+ it("lke.v20231130.DescribeAttributeLabel", async function () {
422
+ try {
423
+ const data = await client.DescribeAttributeLabel({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
431
+ it("lke.v20231130.DescribeRelease", async function () {
432
+ try {
433
+ const data = await client.DescribeRelease({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
441
+ it("lke.v20231130.DescribeQA", async function () {
442
+ try {
443
+ const data = await client.DescribeQA({})
444
+ expect(data).to.be.ok
445
+ } catch(error) {
446
+ expect(error.requestId).to.be.ok
447
+ expect(error.code).to.be.ok
448
+ }
449
+ })
450
+
451
+ it("lke.v20231130.RetryDocParse", async function () {
452
+ try {
453
+ const data = await client.RetryDocParse({})
454
+ expect(data).to.be.ok
455
+ } catch(error) {
456
+ expect(error.requestId).to.be.ok
457
+ expect(error.code).to.be.ok
458
+ }
459
+ })
460
+
461
+ it("lke.v20231130.DescribeReleaseInfo", async function () {
462
+ try {
463
+ const data = await client.DescribeReleaseInfo({})
464
+ expect(data).to.be.ok
465
+ } catch(error) {
466
+ expect(error.requestId).to.be.ok
467
+ expect(error.code).to.be.ok
468
+ }
469
+ })
470
+
471
+ it("lke.v20231130.CreateQA", async function () {
472
+ try {
473
+ const data = await client.CreateQA({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
481
+ it("lke.v20231130.QueryParseDocResult", async function () {
482
+ try {
483
+ const data = await client.QueryParseDocResult({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
491
+ it("lke.v20231130.ListAttributeLabel", async function () {
492
+ try {
493
+ const data = await client.ListAttributeLabel({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
501
+ it("lke.v20231130.ListQACate", async function () {
502
+ try {
503
+ const data = await client.ListQACate({})
504
+ expect(data).to.be.ok
505
+ } catch(error) {
506
+ expect(error.requestId).to.be.ok
507
+ expect(error.code).to.be.ok
508
+ }
509
+ })
510
+
511
+ it("lke.v20231130.GetAppKnowledgeCount", async function () {
512
+ try {
513
+ const data = await client.GetAppKnowledgeCount({})
514
+ expect(data).to.be.ok
515
+ } catch(error) {
516
+ expect(error.requestId).to.be.ok
517
+ expect(error.code).to.be.ok
518
+ }
519
+ })
520
+
521
+ it("lke.v20231130.GenerateQA", async function () {
522
+ try {
523
+ const data = await client.GenerateQA({})
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
+
531
+ it("lke.v20231130.ListAppCategory", async function () {
532
+ try {
533
+ const data = await client.ListAppCategory({})
534
+ expect(data).to.be.ok
535
+ } catch(error) {
536
+ expect(error.requestId).to.be.ok
537
+ expect(error.code).to.be.ok
538
+ }
539
+ })
540
+
541
+ it("lke.v20231130.DescribeApp", async function () {
542
+ try {
543
+ const data = await client.DescribeApp({})
544
+ expect(data).to.be.ok
545
+ } catch(error) {
546
+ expect(error.requestId).to.be.ok
547
+ expect(error.code).to.be.ok
548
+ }
549
+ })
550
+
551
+ it("lke.v20231130.CreateApp", async function () {
552
+ try {
553
+ const data = await client.CreateApp({})
554
+ expect(data).to.be.ok
555
+ } catch(error) {
556
+ expect(error.requestId).to.be.ok
557
+ expect(error.code).to.be.ok
558
+ }
559
+ })
560
+
561
+ it("lke.v20231130.IsTransferIntent", async function () {
562
+ try {
563
+ const data = await client.IsTransferIntent({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
571
+ it("lke.v20231130.ListRejectedQuestionPreview", async function () {
572
+ try {
573
+ const data = await client.ListRejectedQuestionPreview({})
574
+ expect(data).to.be.ok
575
+ } catch(error) {
576
+ expect(error.requestId).to.be.ok
577
+ expect(error.code).to.be.ok
578
+ }
579
+ })
580
+
581
+ it("lke.v20231130.GetMsgRecord", async function () {
582
+ try {
583
+ const data = await client.GetMsgRecord({})
584
+ expect(data).to.be.ok
585
+ } catch(error) {
586
+ expect(error.requestId).to.be.ok
587
+ expect(error.code).to.be.ok
588
+ }
589
+ })
590
+
591
+ it("lke.v20231130.ModifyDoc", async function () {
592
+ try {
593
+ const data = await client.ModifyDoc({})
594
+ expect(data).to.be.ok
595
+ } catch(error) {
596
+ expect(error.requestId).to.be.ok
597
+ expect(error.code).to.be.ok
598
+ }
599
+ })
600
+
601
+ it("lke.v20231130.ParseDoc", async function () {
602
+ try {
603
+ const data = await client.ParseDoc({})
604
+ expect(data).to.be.ok
605
+ } catch(error) {
606
+ expect(error.requestId).to.be.ok
607
+ expect(error.code).to.be.ok
608
+ }
609
+ })
610
+
611
+ it("lke.v20231130.GetWsToken", async function () {
612
+ try {
613
+ const data = await client.GetWsToken({})
614
+ expect(data).to.be.ok
615
+ } catch(error) {
616
+ expect(error.requestId).to.be.ok
617
+ expect(error.code).to.be.ok
618
+ }
619
+ })
620
+
621
+ it("lke.v20231130.DeleteDoc", async function () {
622
+ try {
623
+ const data = await client.DeleteDoc({})
624
+ expect(data).to.be.ok
625
+ } catch(error) {
626
+ expect(error.requestId).to.be.ok
627
+ expect(error.code).to.be.ok
628
+ }
629
+ })
630
+
631
+ it("lke.v20231130.ListModel", async function () {
632
+ try {
633
+ const data = await client.ListModel({})
634
+ expect(data).to.be.ok
635
+ } catch(error) {
636
+ expect(error.requestId).to.be.ok
637
+ expect(error.code).to.be.ok
638
+ }
639
+ })
640
+
641
+ it("lke.v20231130.VerifyQA", async function () {
642
+ try {
643
+ const data = await client.VerifyQA({})
644
+ expect(data).to.be.ok
645
+ } catch(error) {
646
+ expect(error.requestId).to.be.ok
647
+ expect(error.code).to.be.ok
648
+ }
649
+ })
650
+
651
+ it("lke.v20231130.GroupQA", async function () {
652
+ try {
653
+ const data = await client.GroupQA({})
654
+ expect(data).to.be.ok
655
+ } catch(error) {
656
+ expect(error.requestId).to.be.ok
657
+ expect(error.code).to.be.ok
658
+ }
659
+ })
660
+
661
+ it("lke.v20231130.ListRejectedQuestion", async function () {
662
+ try {
663
+ const data = await client.ListRejectedQuestion({})
664
+ expect(data).to.be.ok
665
+ } catch(error) {
666
+ expect(error.requestId).to.be.ok
667
+ expect(error.code).to.be.ok
668
+ }
669
+ })
670
+
671
+ it("lke.v20231130.ListReleaseConfigPreview", async function () {
672
+ try {
673
+ const data = await client.ListReleaseConfigPreview({})
674
+ expect(data).to.be.ok
675
+ } catch(error) {
676
+ expect(error.requestId).to.be.ok
677
+ expect(error.code).to.be.ok
678
+ }
679
+ })
680
+
681
+ it("lke.v20231130.GetTaskStatus", async function () {
682
+ try {
683
+ const data = await client.GetTaskStatus({})
684
+ expect(data).to.be.ok
685
+ } catch(error) {
686
+ expect(error.requestId).to.be.ok
687
+ expect(error.code).to.be.ok
688
+ }
689
+ })
690
+
691
+ it("lke.v20231130.DeleteQACate", async function () {
692
+ try {
693
+ const data = await client.DeleteQACate({})
694
+ expect(data).to.be.ok
695
+ } catch(error) {
696
+ expect(error.requestId).to.be.ok
697
+ expect(error.code).to.be.ok
698
+ }
699
+ })
700
+
701
+ it("lke.v20231130.CreateQACate", async function () {
702
+ try {
703
+ const data = await client.CreateQACate({})
704
+ expect(data).to.be.ok
705
+ } catch(error) {
706
+ expect(error.requestId).to.be.ok
707
+ expect(error.code).to.be.ok
708
+ }
709
+ })
710
+
711
+ it("lke.v20231130.ExportUnsatisfiedReply", async function () {
712
+ try {
713
+ const data = await client.ExportUnsatisfiedReply({})
714
+ expect(data).to.be.ok
715
+ } catch(error) {
716
+ expect(error.requestId).to.be.ok
717
+ expect(error.code).to.be.ok
718
+ }
719
+ })
720
+
721
+ it("lke.v20231130.ResetSession", async function () {
722
+ try {
723
+ const data = await client.ResetSession({})
724
+ expect(data).to.be.ok
725
+ } catch(error) {
726
+ expect(error.requestId).to.be.ok
727
+ expect(error.code).to.be.ok
728
+ }
729
+ })
730
+
731
+ it("lke.v20231130.ExportAttributeLabel", async function () {
732
+ try {
733
+ const data = await client.ExportAttributeLabel({})
734
+ expect(data).to.be.ok
735
+ } catch(error) {
736
+ expect(error.requestId).to.be.ok
737
+ expect(error.code).to.be.ok
738
+ }
739
+ })
740
+
741
+ it("lke.v20231130.RetryRelease", async function () {
742
+ try {
743
+ const data = await client.RetryRelease({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
751
+ it("lke.v20231130.DescribeRefer", async function () {
752
+ try {
753
+ const data = await client.DescribeRefer({})
754
+ expect(data).to.be.ok
755
+ } catch(error) {
756
+ expect(error.requestId).to.be.ok
757
+ expect(error.code).to.be.ok
758
+ }
759
+ })
760
+
761
+ it("lke.v20231130.IgnoreUnsatisfiedReply", async function () {
762
+ try {
763
+ const data = await client.IgnoreUnsatisfiedReply({})
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
+
771
+ })