tencentcloud-sdk-nodejs 4.1.198 → 4.1.199

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 (49) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ess/v20201111/ess_client.js +6 -0
  3. package/es/services/ga2/index.js +4 -0
  4. package/es/services/ga2/v20250115/ga2_client.js +9 -0
  5. package/es/services/ga2/v20250115/ga2_models.js +1 -0
  6. package/es/services/ga2/v20250115/index.js +6 -0
  7. package/es/services/hai/v20230812/hai_client.js +41 -29
  8. package/es/services/index.js +1 -0
  9. package/es/services/lcic/v20220817/lcic_client.js +6 -0
  10. package/es/services/live/v20180801/live_client.js +67 -16
  11. package/es/services/mps/v20190612/mps_client.js +12 -0
  12. package/package.json +1 -1
  13. package/tencentcloud/common/sdk_version.d.ts +1 -1
  14. package/tencentcloud/common/sdk_version.js +1 -1
  15. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +45 -106
  16. package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +16 -14
  17. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -1
  18. package/tencentcloud/services/ess/v20201111/ess_client.js +12 -0
  19. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +105 -0
  20. package/tencentcloud/services/ga2/index.d.ts +6 -0
  21. package/tencentcloud/services/ga2/index.js +7 -0
  22. package/tencentcloud/services/ga2/v20250115/ga2_client.d.ts +14 -0
  23. package/tencentcloud/services/ga2/v20250115/ga2_client.js +37 -0
  24. package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +34 -0
  25. package/tencentcloud/services/ga2/v20250115/ga2_models.js +18 -0
  26. package/tencentcloud/services/ga2/v20250115/index.d.ts +6 -0
  27. package/tencentcloud/services/ga2/v20250115/index.js +10 -0
  28. package/tencentcloud/services/hai/v20230812/hai_client.d.ts +49 -33
  29. package/tencentcloud/services/hai/v20230812/hai_client.js +71 -47
  30. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +333 -67
  31. package/tencentcloud/services/index.d.ts +1 -0
  32. package/tencentcloud/services/index.js +5 -3
  33. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +25 -0
  34. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -1
  35. package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -0
  36. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +178 -106
  37. package/tencentcloud/services/live/v20180801/live_client.d.ts +87 -19
  38. package/tencentcloud/services/live/v20180801/live_client.js +128 -26
  39. package/tencentcloud/services/live/v20180801/live_models.d.ts +1050 -290
  40. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +6 -1
  41. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -1
  42. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -1
  43. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +17 -1
  44. package/tencentcloud/services/mps/v20190612/mps_client.js +24 -0
  45. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +631 -1398
  46. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +0 -8
  47. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -0
  48. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -3
  49. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -2
@@ -34,11 +34,10 @@ class Client extends abstract_client_1.AbstractClient {
34
34
  return this.request("DescribeCasterList", req, cb);
35
35
  }
36
36
  /**
37
- * 断开推流连接,但可以重新推流。
38
- 注:对已经不活跃的流,调用该断流接口时,接口返回成功。
37
+ * 调用该接口,查询数字人直播间话术信息列表。
39
38
  */
40
- async DropLiveStream(req, cb) {
41
- return this.request("DropLiveStream", req, cb);
39
+ async DescribeLiveAvatarScripts(req, cb) {
40
+ return this.request("DescribeLiveAvatarScripts", req, cb);
42
41
  }
43
42
  /**
44
43
  * 查询水印列表。
@@ -106,6 +105,13 @@ class Client extends abstract_client_1.AbstractClient {
106
105
  async CreateLiveWatermarkRule(req, cb) {
107
106
  return this.request("CreateLiveWatermarkRule", req, cb);
108
107
  }
108
+ /**
109
+ * 断开推流连接,但可以重新推流。
110
+ 注:对已经不活跃的流,调用该断流接口时,接口返回成功。
111
+ */
112
+ async DropLiveStream(req, cb) {
113
+ return this.request("DropLiveStream", req, cb);
114
+ }
109
115
  /**
110
116
  * 用于查询推断流事件。<br>
111
117
 
@@ -164,6 +170,12 @@ class Client extends abstract_client_1.AbstractClient {
164
170
  async DescribeLiveSnapshotRules(req, cb) {
165
171
  return this.request("DescribeLiveSnapshotRules", req, cb);
166
172
  }
173
+ /**
174
+ * 调用该接口,用于启动数字人直播间。
175
+ */
176
+ async StartLiveAvatarRoom(req, cb) {
177
+ return this.request("StartLiveAvatarRoom", req, cb);
178
+ }
167
179
  /**
168
180
  * 使用该接口查询云端特效列表,特效列表中包含一部分官方精品特效,同时包含用户自定义生成的特效。
169
181
  */
@@ -271,6 +283,12 @@ class Client extends abstract_client_1.AbstractClient {
271
283
  async DescribeLiveRecordTemplates(req, cb) {
272
284
  return this.request("DescribeLiveRecordTemplates", req, cb);
273
285
  }
286
+ /**
287
+ * 调用该接口,用于停止数字人直播间。
288
+ */
289
+ async StopLiveAvatarRoom(req, cb) {
290
+ return this.request("StopLiveAvatarRoom", req, cb);
291
+ }
274
292
  /**
275
293
  * 该接口用来停止直播流监播任务。
276
294
  */
@@ -416,6 +434,12 @@ class Client extends abstract_client_1.AbstractClient {
416
434
  async DeletePullStreamConfig(req, cb) {
417
435
  return this.request("DeletePullStreamConfig", req, cb);
418
436
  }
437
+ /**
438
+ * 该接口用来修改布局参数
439
+ */
440
+ async ModifyCasterLayoutInfo(req, cb) {
441
+ return this.request("ModifyCasterLayoutInfo", req, cb);
442
+ }
419
443
  /**
420
444
  * 前提调用 DescribeTimeShiftStreamList 获得请求必要参数。查询指定范围内的时移流录制详情,最大支持24小时范围查询。
421
445
  */
@@ -465,10 +489,10 @@ class Client extends abstract_client_1.AbstractClient {
465
489
  return this.request("DescribeLiveStreamMonitor", req, cb);
466
490
  }
467
491
  /**
468
- * 调用该接口实现切换当前播放所使用的主备流。
492
+ * 使用该接口查询云端特效配置信息。
469
493
  */
470
- async SwitchBackupStream(req, cb) {
471
- return this.request("SwitchBackupStream", req, cb);
494
+ async DescribeLiveCloudEffectConfig(req, cb) {
495
+ return this.request("DescribeLiveCloudEffectConfig", req, cb);
472
496
  }
473
497
  /**
474
498
  * 使用该接口发送云端特效到线上正活跃的直播流,观众可在播放端看到特效从直播流画面中展示。
@@ -572,6 +596,13 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
572
596
  async DeleteLivePullStreamTask(req, cb) {
573
597
  return this.request("DeleteLivePullStreamTask", req, cb);
574
598
  }
599
+ /**
600
+ * 该接口为监控数据接口,数据采集及统计方式与计费数据不同,仅供运营分析使用,不能用于计费对账参考。
601
+ 支持查询某天或某段时间的转码详细信息。由于转码数据量较大,如果查询时间跨度太长可能会拉不到数据,可以尝试将查询时间范围缩小些再重试。
602
+ */
603
+ async DescribeLiveTranscodeDetailInfo(req, cb) {
604
+ return this.request("DescribeLiveTranscodeDetailInfo", req, cb);
605
+ }
575
606
  /**
576
607
  * 修改直播垫片模板。
577
608
  */
@@ -584,6 +615,12 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
584
615
  async DescribeLiveWatermark(req, cb) {
585
616
  return this.request("DescribeLiveWatermark", req, cb);
586
617
  }
618
+ /**
619
+ * 调用该接口,用于修改数字人直播间。
620
+ */
621
+ async ModifyLiveAvatarRoom(req, cb) {
622
+ return this.request("ModifyLiveAvatarRoom", req, cb);
623
+ }
587
624
  /**
588
625
  * 获取证书信息
589
626
  */
@@ -685,6 +722,12 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
685
722
  async DeleteLiveDomain(req, cb) {
686
723
  return this.request("DeleteLiveDomain", req, cb);
687
724
  }
725
+ /**
726
+ * 调用该接口,用于修改数字人直播间话术。
727
+ */
728
+ async ModifyLiveAvatarScript(req, cb) {
729
+ return this.request("ModifyLiveAvatarScript", req, cb);
730
+ }
688
731
  /**
689
732
  * 修改回调模板。
690
733
  */
@@ -717,10 +760,10 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
717
760
  return this.request("DescribePullTransformPushInfoList", req, cb);
718
761
  }
719
762
  /**
720
- * 本接口用来查询当前APPID导播台业务状态
763
+ * 该接口用来创建新的导播台
721
764
  */
722
- async DescribeCasterUserStatus(req, cb) {
723
- return this.request("DescribeCasterUserStatus", req, cb);
765
+ async CreateCaster(req, cb) {
766
+ return this.request("CreateCaster", req, cb);
724
767
  }
725
768
  /**
726
769
  * 该接口用来查询某个导播台的布局列表
@@ -734,6 +777,12 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
734
777
  async DescribeLivePullStreamTaskStatus(req, cb) {
735
778
  return this.request("DescribeLivePullStreamTaskStatus", req, cb);
736
779
  }
780
+ /**
781
+ * 调用该接口实现切换当前播放所使用的主备流。
782
+ */
783
+ async SwitchBackupStream(req, cb) {
784
+ return this.request("SwitchBackupStream", req, cb);
785
+ }
737
786
  /**
738
787
  * 获取单个截图模板。
739
788
  */
@@ -814,11 +863,10 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
814
863
  return this.request("DeleteRecordTask", req, cb);
815
864
  }
816
865
  /**
817
- * 该接口为监控数据接口,数据采集及统计方式与计费数据不同,仅供运营分析使用,不能用于计费对账参考。
818
- 支持查询某天或某段时间的转码详细信息。由于转码数据量较大,如果查询时间跨度太长可能会拉不到数据,可以尝试将查询时间范围缩小些再重试。
866
+ * 调用该接口,获取可用的数字人形象信息列表。包括官方预制形象,以及个人定制形象。
819
867
  */
820
- async DescribeLiveTranscodeDetailInfo(req, cb) {
821
- return this.request("DescribeLiveTranscodeDetailInfo", req, cb);
868
+ async DescribeLiveAvatarImageList(req, cb) {
869
+ return this.request("DescribeLiveAvatarImageList", req, cb);
822
870
  }
823
871
  /**
824
872
  * 批量获取日志URL。
@@ -826,6 +874,12 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
826
874
  async DescribeLogDownloadList(req, cb) {
827
875
  return this.request("DescribeLogDownloadList", req, cb);
828
876
  }
877
+ /**
878
+ * 调用该接口,用于触发话术播报生成,并返回音频播报URL。
879
+ */
880
+ async GenerateLiveAvatarScriptBroadcast(req, cb) {
881
+ return this.request("GenerateLiveAvatarScriptBroadcast", req, cb);
882
+ }
829
883
  /**
830
884
  * 获取直播时移模板。
831
885
  */
@@ -846,10 +900,10 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
846
900
  return this.request("DeleteCasterOutputInfo", req, cb);
847
901
  }
848
902
  /**
849
- * 该接口用来修改布局参数
903
+ * 调用该接口,用于删除已有的数字人直播间。
850
904
  */
851
- async ModifyCasterLayoutInfo(req, cb) {
852
- return this.request("ModifyCasterLayoutInfo", req, cb);
905
+ async DeleteLiveAvatarRoom(req, cb) {
906
+ return this.request("DeleteLiveAvatarRoom", req, cb);
853
907
  }
854
908
  /**
855
909
  * 该接口用来新增导播台推流信息。导播台主监启动后,将会将主监画面推向该接口设置的地址。
@@ -893,6 +947,12 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
893
947
  async DeleteLivePadRule(req, cb) {
894
948
  return this.request("DeleteLivePadRule", req, cb);
895
949
  }
950
+ /**
951
+ * 调用该接口,获取可用的数字人背景列表信息列表。根据入参,可返回官方预设背景,以及用户上传背景。
952
+ */
953
+ async DescribeLiveAvatarBackgroundList(req, cb) {
954
+ return this.request("DescribeLiveAvatarBackgroundList", req, cb);
955
+ }
896
956
  /**
897
957
  * 创建回调规则,需要先调用[CreateLiveCallbackTemplate](/document/product/267/32637)接口创建回调模板,将返回的模板id绑定到域名/路径进行使用。
898
958
  <br>回调协议相关文档:[事件消息通知](/document/product/267/32744)。
@@ -907,6 +967,12 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
907
967
  async DescribeStreamPlayInfoList(req, cb) {
908
968
  return this.request("DescribeStreamPlayInfoList", req, cb);
909
969
  }
970
+ /**
971
+ * 调用该接口,用于创建数字人直播间话术。
972
+ */
973
+ async CreateLiveAvatarScript(req, cb) {
974
+ return this.request("CreateLiveAvatarScript", req, cb);
975
+ }
910
976
  /**
911
977
  * 获取回调规则列表
912
978
  */
@@ -997,10 +1063,10 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
997
1063
  return this.request("DeleteLivePadTemplate", req, cb);
998
1064
  }
999
1065
  /**
1000
- * 使用该接口查询云端特效配置信息。
1066
+ * 调用该接口,用于创建数字人直播间。
1001
1067
  */
1002
- async DescribeLiveCloudEffectConfig(req, cb) {
1003
- return this.request("DescribeLiveCloudEffectConfig", req, cb);
1068
+ async CreateLiveAvatarRoom(req, cb) {
1069
+ return this.request("CreateLiveAvatarRoom", req, cb);
1004
1070
  }
1005
1071
  /**
1006
1072
  * 该接口为监控数据接口,数据采集及统计方式与计费数据不同,仅供运营分析使用,不能用于计费对账参考。
@@ -1073,6 +1139,12 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
1073
1139
  async ForbidLiveDomain(req, cb) {
1074
1140
  return this.request("ForbidLiveDomain", req, cb);
1075
1141
  }
1142
+ /**
1143
+ * 调用该接口,用于复制数字人直播间。
1144
+ */
1145
+ async CopyLiveAvatarRoom(req, cb) {
1146
+ return this.request("CopyLiveAvatarRoom", req, cb);
1147
+ }
1076
1148
  /**
1077
1149
  * 创建转码规则,数量上限:50,需要先调用[CreateLiveTranscodeTemplate](/document/product/267/32646)接口创建转码模板,将返回的模板id绑定到流使用。
1078
1150
  <br>转码相关文档:[直播转封装及转码](/document/product/267/32736)。
@@ -1101,12 +1173,24 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
1101
1173
  async DescribeLivePadTemplates(req, cb) {
1102
1174
  return this.request("DescribeLivePadTemplates", req, cb);
1103
1175
  }
1176
+ /**
1177
+ * 调用该接口,获取可用的数字人声音信息列表。包括官方预制音色,以及个人复刻音色。
1178
+ */
1179
+ async DescribeLiveAvatarTimbreList(req, cb) {
1180
+ return this.request("DescribeLiveAvatarTimbreList", req, cb);
1181
+ }
1104
1182
  /**
1105
1183
  * 修改直播推流鉴权key
1106
1184
  */
1107
1185
  async ModifyLivePushAuthKey(req, cb) {
1108
1186
  return this.request("ModifyLivePushAuthKey", req, cb);
1109
1187
  }
1188
+ /**
1189
+ * 调用该接口,用于查询临时驱动数字人播报话术列表。
1190
+ */
1191
+ async DescribeLiveAvatarTemporaryScriptList(req, cb) {
1192
+ return this.request("DescribeLiveAvatarTemporaryScriptList", req, cb);
1193
+ }
1110
1194
  /**
1111
1195
  * 获取水印规则列表。
1112
1196
  */
@@ -1210,6 +1294,12 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
1210
1294
  async DescribeCasterTransitionTypes(req, cb) {
1211
1295
  return this.request("DescribeCasterTransitionTypes", req, cb);
1212
1296
  }
1297
+ /**
1298
+ * 调用该接口,查询数字人直播间信息列表。
1299
+ */
1300
+ async DescribeLiveAvatarRooms(req, cb) {
1301
+ return this.request("DescribeLiveAvatarRooms", req, cb);
1302
+ }
1213
1303
  /**
1214
1304
  * 查询导播台PVW任务和PGM任务的展示信息,包括使用的布局、水印、字幕等信息。
1215
1305
  */
@@ -1223,10 +1313,16 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
1223
1313
  return this.request("ModifyLiveStreamMonitor", req, cb);
1224
1314
  }
1225
1315
  /**
1226
- * 该接口用来创建新的导播台
1316
+ * 调用该接口,用于临时驱动数字人播报。
1227
1317
  */
1228
- async CreateCaster(req, cb) {
1229
- return this.request("CreateCaster", req, cb);
1318
+ async SendTemporaryScriptToAvatarRoom(req, cb) {
1319
+ return this.request("SendTemporaryScriptToAvatarRoom", req, cb);
1320
+ }
1321
+ /**
1322
+ * 本接口用来查询当前APPID导播台业务状态
1323
+ */
1324
+ async DescribeCasterUserStatus(req, cb) {
1325
+ return this.request("DescribeCasterUserStatus", req, cb);
1230
1326
  }
1231
1327
  /**
1232
1328
  * 返回直播中、无推流或者禁播等状态。
@@ -1300,10 +1396,10 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
1300
1396
  return this.request("InsertTaskTemporaryFiles", req, cb);
1301
1397
  }
1302
1398
  /**
1303
- * 取消直播流设置的延时配置,恢复实时直播画面。
1399
+ * 调用该接口,用于删除已有的数字人直播间里面的话术。
1304
1400
  */
1305
- async ResumeDelayLiveStream(req, cb) {
1306
- return this.request("ResumeDelayLiveStream", req, cb);
1401
+ async DeleteLiveAvatarScript(req, cb) {
1402
+ return this.request("DeleteLiveAvatarScript", req, cb);
1307
1403
  }
1308
1404
  /**
1309
1405
  * 创建一个在指定时间启动、结束的录制任务,并使用指定录制模板ID对应的配置进行录制。
@@ -1374,6 +1470,12 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
1374
1470
  async CreatePullStreamConfig(req, cb) {
1375
1471
  return this.request("CreatePullStreamConfig", req, cb);
1376
1472
  }
1473
+ /**
1474
+ * 取消直播流设置的延时配置,恢复实时直播画面。
1475
+ */
1476
+ async ResumeDelayLiveStream(req, cb) {
1477
+ return this.request("ResumeDelayLiveStream", req, cb);
1478
+ }
1377
1479
  /**
1378
1480
  * 使用该接口生成云端特效。特效可用于叠加到直播流上,供播放端观看。
1379
1481
  注意:云端特效生成需要一定时间,调用生成接口后,可通过查询接口,获取是否特效已生成。