tencentcloud-sdk-nodejs 4.0.462 → 4.0.463

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 (50) hide show
  1. package/CHANGELOG.md +168 -0
  2. package/SERVICE_CHANGELOG.md +214 -67
  3. package/package.json +1 -1
  4. package/products.md +13 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/v20210624/bma_client.ts +14 -2
  7. package/src/services/bma/v20210624/bma_models.ts +96 -1
  8. package/src/services/captcha/v20190722/captcha_client.ts +8 -4
  9. package/src/services/captcha/v20190722/captcha_models.ts +214 -42
  10. package/src/services/cpdp/v20190820/cpdp_client.ts +18 -2
  11. package/src/services/cpdp/v20190820/cpdp_models.ts +358 -33
  12. package/src/services/essbasic/v20210526/essbasic_client.ts +11 -8
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +18 -13
  14. package/src/services/lcic/v20220817/lcic_client.ts +74 -25
  15. package/src/services/lcic/v20220817/lcic_models.ts +333 -137
  16. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  17. package/src/services/monitor/v20180724/monitor_models.ts +29 -0
  18. package/src/services/ses/v20201002/ses_client.ts +2 -2
  19. package/src/services/soe/v20180724/soe_models.ts +2 -2
  20. package/src/services/tcb/v20180608/tcb_client.ts +12 -0
  21. package/src/services/tcb/v20180608/tcb_models.ts +25 -0
  22. package/src/services/trp/v20210515/trp_models.ts +7 -7
  23. package/tencentcloud/common/sdk_version.d.ts +1 -1
  24. package/tencentcloud/common/sdk_version.js +1 -1
  25. package/tencentcloud/services/bma/v20210624/bma_client.d.ts +7 -3
  26. package/tencentcloud/services/bma/v20210624/bma_client.js +8 -2
  27. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +79 -1
  28. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +2 -2
  29. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +182 -38
  30. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
  31. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
  32. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +298 -29
  33. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -8
  34. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -8
  35. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -11
  36. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +21 -5
  37. package/tencentcloud/services/lcic/v20220817/lcic_client.js +30 -6
  38. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +299 -133
  39. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +25 -0
  40. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +2 -2
  41. package/tencentcloud/services/ses/v20201002/ses_client.js +2 -2
  42. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +2 -2
  43. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
  44. package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -0
  45. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +22 -0
  46. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +7 -7
  47. package/test/bma.v20210624.test.js +10 -0
  48. package/test/cpdp.v20190820.test.js +10 -0
  49. package/test/lcic.v20220817.test.js +44 -4
  50. package/test/tcb.v20180608.test.js +10 -0
@@ -98,18 +98,48 @@ coteaching 双师
98
98
  }
99
99
 
100
100
  /**
101
- * RegisterUser返回参数结构体
101
+ * SetAppCustomContent请求参数结构体
102
102
  */
103
- export interface RegisterUserResponse {
103
+ export interface SetAppCustomContentRequest {
104
+ /**
105
+ * 自定义内容。
106
+ */
107
+ CustomContent: Array<AppCustomContent>
108
+
109
+ /**
110
+ * 应用ID。
111
+ */
112
+ SdkAppId: number
113
+ }
114
+
115
+ /**
116
+ * UnbindDocumentFromRoom返回参数结构体
117
+ */
118
+ export interface UnbindDocumentFromRoomResponse {
119
+ /**
120
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
121
+ */
122
+ RequestId?: string
123
+ }
124
+
125
+ /**
126
+ * DescribeUser请求参数结构体
127
+ */
128
+ export interface DescribeUserRequest {
104
129
  /**
105
130
  * 用户Id。
106
131
  */
107
132
  UserId: string
133
+ }
108
134
 
135
+ /**
136
+ * CreateDocument返回参数结构体
137
+ */
138
+ export interface CreateDocumentResponse {
109
139
  /**
110
- * 登录/注册成功后返回登录态token。有效期7天。
140
+ * 文档ID。
111
141
  */
112
- Token: string
142
+ DocumentId: string
113
143
 
114
144
  /**
115
145
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -118,19 +148,145 @@ export interface RegisterUserResponse {
118
148
  }
119
149
 
120
150
  /**
121
- * DeleteRoom请求参数结构体
151
+ * DescribeRoomStatistics请求参数结构体
122
152
  */
123
- export interface DeleteRoomRequest {
153
+ export interface DescribeRoomStatisticsRequest {
154
+ /**
155
+ * 房间Id。
156
+ */
157
+ RoomId: number
158
+
159
+ /**
160
+ * 分页查询当前页数,从1开始递增。
161
+ */
162
+ Page: number
163
+
164
+ /**
165
+ * 每页数据量,最大1000。
166
+ */
167
+ Limit: number
168
+ }
169
+
170
+ /**
171
+ * BindDocumentToRoom请求参数结构体
172
+ */
173
+ export interface BindDocumentToRoomRequest {
124
174
  /**
125
175
  * 房间ID。
126
176
  */
127
177
  RoomId: number
178
+
179
+ /**
180
+ * 文档ID。
181
+ */
182
+ DocumentId: string
183
+
184
+ /**
185
+ * 绑定类型。后台可透传到客户端,默认为0。客户端可以根据这个字段实现业务逻辑。
186
+ */
187
+ BindType?: number
128
188
  }
129
189
 
130
190
  /**
131
- * CreateSupervisor请求参数结构体
191
+ * CreateDocument请求参数结构体
132
192
  */
133
- export type CreateSupervisorRequest = null
193
+ export interface CreateDocumentRequest {
194
+ /**
195
+ * 低代码互动课堂的SdkAppId。
196
+ */
197
+ SdkAppId: number
198
+
199
+ /**
200
+ * 文档地址。
201
+ */
202
+ DocumentUrl: string
203
+
204
+ /**
205
+ * 文档名称。
206
+ */
207
+ DocumentName: string
208
+
209
+ /**
210
+ * 文档所有者的Id
211
+ */
212
+ Owner: string
213
+
214
+ /**
215
+ * 转码类型,可以有如下取值:
216
+ 0 无需转码(默认)
217
+ 1 需要转码的文档,ppt,pptx,pdf,doc,docx
218
+ 2 需要转码的视频,mp4,3pg,mpeg,avi,flv,wmv,rm,h264等
219
+ 2 需要转码的音频,mp3,wav,wma,aac,flac,opus
220
+ */
221
+ TranscodeType?: number
222
+
223
+ /**
224
+ * 权限,可以有如下取值:
225
+ 0 私有文档(默认)
226
+ 1 公共文档
227
+ */
228
+ Permission?: number
229
+
230
+ /**
231
+ * 文档后缀名。
232
+ */
233
+ DocumentType?: string
234
+
235
+ /**
236
+ * 文档大小,单位 字节
237
+ */
238
+ DocumentSize?: number
239
+ }
240
+
241
+ /**
242
+ * SetAppCustomContent返回参数结构体
243
+ */
244
+ export interface SetAppCustomContentResponse {
245
+ /**
246
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
247
+ */
248
+ RequestId?: string
249
+ }
250
+
251
+ /**
252
+ * LoginOriginId返回参数结构体
253
+ */
254
+ export interface LoginOriginIdResponse {
255
+ /**
256
+ * 用户Id。
257
+ */
258
+ UserId: string
259
+
260
+ /**
261
+ * 登录/注册成功后返回登录态token。有效期7天。
262
+ */
263
+ Token: string
264
+
265
+ /**
266
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
267
+ */
268
+ RequestId?: string
269
+ }
270
+
271
+ /**
272
+ * LoginUser返回参数结构体
273
+ */
274
+ export interface LoginUserResponse {
275
+ /**
276
+ * 用户Id。
277
+ */
278
+ UserId: string
279
+
280
+ /**
281
+ * 登录/注册成功后返回登录态token。有效期7天。
282
+ */
283
+ Token: string
284
+
285
+ /**
286
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
287
+ */
288
+ RequestId?: string
289
+ }
134
290
 
135
291
  /**
136
292
  * DescribeRoom返回参数结构体
@@ -209,6 +365,12 @@ coteaching 双师
209
365
  */
210
366
  Assistants: Array<string>
211
367
 
368
+ /**
369
+ * 录制地址。仅在房间结束后存在。
370
+ 注意:此字段可能返回 null,表示取不到有效值。
371
+ */
372
+ RecordUrl: string
373
+
212
374
  /**
213
375
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
214
376
  */
@@ -216,59 +378,69 @@ coteaching 双师
216
378
  }
217
379
 
218
380
  /**
219
- * RegisterUser请求参数结构体
381
+ * DeleteRoom返回参数结构体
220
382
  */
221
- export interface RegisterUserRequest {
383
+ export interface DeleteRoomResponse {
222
384
  /**
223
- * 低代码互动课堂的SdkAppId
385
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
224
386
  */
225
- SdkAppId: number
387
+ RequestId?: string
388
+ }
226
389
 
390
+ /**
391
+ * 应用自定义内容
392
+ */
393
+ export interface AppCustomContent {
227
394
  /**
228
- * 用户名称。
395
+ * 场景参数,一个应用下可以设置多个不同场景。
229
396
  */
230
- Name?: string
397
+ Scene: string
231
398
 
232
399
  /**
233
- * 用户在客户系统的Id,需要在同一应用下唯一。
400
+ * logo地址。
234
401
  */
235
- OriginId?: string
402
+ LogoUrl?: string
236
403
 
237
404
  /**
238
- * 用户头像。
405
+ * 主页地址,可设置用于跳转。
239
406
  */
240
- Avatar?: string
241
- }
407
+ HomeUrl?: string
242
408
 
243
- /**
244
- * LoginOriginId请求参数结构体
245
- */
246
- export interface LoginOriginIdRequest {
247
409
  /**
248
- * 低代码互动课堂的SdkAppId
410
+ * 自定义的js
249
411
  */
250
- SdkAppId: number
412
+ JsUrl?: string
251
413
 
252
414
  /**
253
- * 用户在客户系统的Id,需要在同一应用下唯一。
415
+ * 自定义的css。
254
416
  */
255
- OriginId: string
417
+ CssUrl?: string
256
418
  }
257
419
 
258
420
  /**
259
- * DescribeUser请求参数结构体
421
+ * DescribeRoomStatistics返回参数结构体
260
422
  */
261
- export interface DescribeUserRequest {
423
+ export interface DescribeRoomStatisticsResponse {
262
424
  /**
263
- * 用户Id。
425
+ * 峰值在线成员人数。
264
426
  */
265
- UserId: string
266
- }
427
+ PeakMemberNumber: number
428
+
429
+ /**
430
+ * 累计在线人数。
431
+ */
432
+ MemberNumber: number
433
+
434
+ /**
435
+ * 记录总数。包含进入房间或者应到未到的。
436
+ */
437
+ Total: number
438
+
439
+ /**
440
+ * 成员记录列表。
441
+ */
442
+ MemberRecords: Array<MemberRecord>
267
443
 
268
- /**
269
- * DeleteRoom返回参数结构体
270
- */
271
- export interface DeleteRoomResponse {
272
444
  /**
273
445
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
274
446
  */
@@ -276,14 +448,9 @@ export interface DeleteRoomResponse {
276
448
  }
277
449
 
278
450
  /**
279
- * CreateDocument返回参数结构体
451
+ * CreateSupervisor返回参数结构体
280
452
  */
281
- export interface CreateDocumentResponse {
282
- /**
283
- * 文档ID。
284
- */
285
- DocumentId: string
286
-
453
+ export interface CreateSupervisorResponse {
287
454
  /**
288
455
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
289
456
  */
@@ -291,19 +458,29 @@ export interface CreateDocumentResponse {
291
458
  }
292
459
 
293
460
  /**
294
- * LoginUser请求参数结构体
461
+ * DeleteRoom请求参数结构体
295
462
  */
296
- export interface LoginUserRequest {
463
+ export interface DeleteRoomRequest {
297
464
  /**
298
- * 注册获取的用户id
465
+ * 房间ID
299
466
  */
300
- UserId: string
467
+ RoomId: number
301
468
  }
302
469
 
303
470
  /**
304
- * CreateSupervisor返回参数结构体
471
+ * RegisterUser返回参数结构体
305
472
  */
306
- export interface CreateSupervisorResponse {
473
+ export interface RegisterUserResponse {
474
+ /**
475
+ * 用户Id。
476
+ */
477
+ UserId: string
478
+
479
+ /**
480
+ * 登录/注册成功后返回登录态token。有效期7天。
481
+ */
482
+ Token: string
483
+
307
484
  /**
308
485
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
309
486
  */
@@ -311,9 +488,9 @@ export interface CreateSupervisorResponse {
311
488
  }
312
489
 
313
490
  /**
314
- * SetAppCustomContent返回参数结构体
491
+ * ModifyApp返回参数结构体
315
492
  */
316
- export interface SetAppCustomContentResponse {
493
+ export interface ModifyAppResponse {
317
494
  /**
318
495
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
319
496
  */
@@ -321,159 +498,168 @@ export interface SetAppCustomContentResponse {
321
498
  }
322
499
 
323
500
  /**
324
- * CreateDocument请求参数结构体
501
+ * 成员记录信息。
325
502
  */
326
- export interface CreateDocumentRequest {
503
+ export interface MemberRecord {
327
504
  /**
328
- * 低代码互动课堂的SdkAppId
505
+ * 用户ID
329
506
  */
330
- SdkAppId: number
507
+ UserId: string
331
508
 
332
509
  /**
333
- * 文档地址。
510
+ * 用户名称。
334
511
  */
335
- DocumentUrl: string
512
+ UserName: string
336
513
 
337
514
  /**
338
- * 文档名称。
515
+ * 在线时长,单位秒。
339
516
  */
340
- DocumentName: string
517
+ PresentTime: number
341
518
 
342
519
  /**
343
- * 文档所有者的Id
520
+ * 是否开启摄像头。
344
521
  */
345
- Owner: string
522
+ Camera: number
346
523
 
347
524
  /**
348
- * 转码类型,可以有如下取值:
349
- 0 无需转码(默认)
350
- 1 需要转码的文档,ppt,pptx,pdf,doc,docx
351
- 2 需要转码的视频,mp4,3pg,mpeg,avi,flv,wmv,rm,h264等
352
- 2 需要转码的音频,mp3,wav,wma,aac,flac,opus
353
- */
354
- TranscodeType?: number
525
+ * 是否开启麦克风。
526
+ */
527
+ Mic: number
355
528
 
356
529
  /**
357
- * 权限,可以有如下取值:
358
- 0 私有文档(默认)
359
- 1 公共文档
360
- */
361
- Permission?: number
530
+ * 是否禁言。
531
+ */
532
+ Silence: number
362
533
 
363
534
  /**
364
- * 文档后缀名。
535
+ * 回答问题数量。
365
536
  */
366
- DocumentType?: string
537
+ AnswerQuestions: number
367
538
 
368
539
  /**
369
- * 文档大小,单位 字节
540
+ * 举手数量。
370
541
  */
371
- DocumentSize?: number
372
- }
542
+ HandUps: number
373
543
 
374
- /**
375
- * CreateRoom返回参数结构体
376
- */
377
- export interface CreateRoomResponse {
378
544
  /**
379
- * 房间ID。
545
+ * 首次进入房间的unix时间戳。
380
546
  */
381
- RoomId: number
547
+ FirstJoinTimestamp: number
382
548
 
383
549
  /**
384
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
550
+ * 最后一次退出房间的unix时间戳。
385
551
  */
386
- RequestId?: string
552
+ LastQuitTimestamp: number
553
+
554
+ /**
555
+ * 奖励次数。
556
+ */
557
+ Rewords: number
387
558
  }
388
559
 
389
560
  /**
390
- * DescribeUser返回参数结构体
561
+ * ModifyApp请求参数结构体
391
562
  */
392
- export interface DescribeUserResponse {
563
+ export interface ModifyAppRequest {
393
564
  /**
394
- * 应用Id
565
+ * 低代码互动课堂的SdkAppId
395
566
  */
396
567
  SdkAppId: number
397
568
 
398
569
  /**
399
- * 用户Id。
570
+ * 回调地址。
400
571
  */
401
- UserId: string
572
+ Callback?: string
573
+ }
402
574
 
403
- /**
404
- * 用户昵称。
405
- */
406
- Name: string
575
+ /**
576
+ * CreateSupervisor请求参数结构体
577
+ */
578
+ export type CreateSupervisorRequest = null
407
579
 
580
+ /**
581
+ * UnbindDocumentFromRoom请求参数结构体
582
+ */
583
+ export interface UnbindDocumentFromRoomRequest {
408
584
  /**
409
- * 用户头像Url
585
+ * 房间ID
410
586
  */
411
- Avatar: string
587
+ RoomId: number
412
588
 
413
589
  /**
414
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
590
+ * 文档ID。
415
591
  */
416
- RequestId?: string
592
+ DocumentId: string
417
593
  }
418
594
 
419
595
  /**
420
- * SetAppCustomContent请求参数结构体
596
+ * LoginOriginId请求参数结构体
421
597
  */
422
- export interface SetAppCustomContentRequest {
598
+ export interface LoginOriginIdRequest {
423
599
  /**
424
- * 自定义内容。
600
+ * 低代码互动课堂的SdkAppId。
425
601
  */
426
- CustomContent: Array<AppCustomContent>
602
+ SdkAppId: number
427
603
 
428
604
  /**
429
- * 应用ID。
605
+ * 用户在客户系统的Id,需要在同一应用下唯一。
430
606
  */
431
- SdkAppId: number
607
+ OriginId: string
432
608
  }
433
609
 
434
610
  /**
435
- * DescribeRoom请求参数结构体
611
+ * RegisterUser请求参数结构体
436
612
  */
437
- export interface DescribeRoomRequest {
613
+ export interface RegisterUserRequest {
438
614
  /**
439
- * 房间Id
615
+ * 低代码互动课堂的SdkAppId
440
616
  */
441
- RoomId: number
442
- }
617
+ SdkAppId: number
443
618
 
444
- /**
445
- * LoginOriginId返回参数结构体
446
- */
447
- export interface LoginOriginIdResponse {
448
619
  /**
449
- * 用户Id。
620
+ * 用户名称。
450
621
  */
451
- UserId: string
622
+ Name?: string
452
623
 
453
624
  /**
454
- * 登录/注册成功后返回登录态token。有效期7天。
625
+ * 用户在客户系统的Id,需要在同一应用下唯一。
455
626
  */
456
- Token: string
627
+ OriginId?: string
457
628
 
458
629
  /**
459
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
630
+ * 用户头像。
460
631
  */
461
- RequestId?: string
632
+ Avatar?: string
462
633
  }
463
634
 
464
635
  /**
465
- * LoginUser返回参数结构体
636
+ * LoginUser请求参数结构体
466
637
  */
467
- export interface LoginUserResponse {
638
+ export interface LoginUserRequest {
468
639
  /**
469
- * 用户Id
640
+ * 注册获取的用户id
470
641
  */
471
642
  UserId: string
643
+ }
472
644
 
645
+ /**
646
+ * BindDocumentToRoom返回参数结构体
647
+ */
648
+ export interface BindDocumentToRoomResponse {
473
649
  /**
474
- * 登录/注册成功后返回登录态token。有效期7天。
650
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
475
651
  */
476
- Token: string
652
+ RequestId?: string
653
+ }
654
+
655
+ /**
656
+ * CreateRoom返回参数结构体
657
+ */
658
+ export interface CreateRoomResponse {
659
+ /**
660
+ * 房间ID。
661
+ */
662
+ RoomId: number
477
663
 
478
664
  /**
479
665
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -482,31 +668,41 @@ export interface LoginUserResponse {
482
668
  }
483
669
 
484
670
  /**
485
- * 应用自定义内容
671
+ * DescribeUser返回参数结构体
486
672
  */
487
- export interface AppCustomContent {
673
+ export interface DescribeUserResponse {
488
674
  /**
489
- * 场景参数,一个应用下可以设置多个不同场景。
675
+ * 应用Id。
490
676
  */
491
- Scene: string
677
+ SdkAppId: number
492
678
 
493
679
  /**
494
- * logo地址。
680
+ * 用户Id。
495
681
  */
496
- LogoUrl?: string
682
+ UserId: string
497
683
 
498
684
  /**
499
- * 主页地址,可设置用于跳转。
685
+ * 用户昵称。
500
686
  */
501
- HomeUrl?: string
687
+ Name: string
502
688
 
503
689
  /**
504
- * 自定义的js
690
+ * 用户头像Url
505
691
  */
506
- JsUrl?: string
692
+ Avatar: string
507
693
 
508
694
  /**
509
- * 自定义的css
695
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
510
696
  */
511
- CssUrl?: string
697
+ RequestId?: string
698
+ }
699
+
700
+ /**
701
+ * DescribeRoom请求参数结构体
702
+ */
703
+ export interface DescribeRoomRequest {
704
+ /**
705
+ * 房间Id。
706
+ */
707
+ RoomId: number
512
708
  }
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  UpdateAlertRuleStateRequest,
22
+ AlarmHierarchicalValue,
22
23
  TagInstance,
23
24
  DescribePolicyConditionListConfigManual,
24
25
  InstallPluginsRequest,