tencentcloud-sdk-nodejs 4.1.77 → 4.1.78

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 (37) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ctem/v20231128/ctem_client.js +14 -2
  3. package/es/services/ess/v20201111/ess_client.js +12 -6
  4. package/es/services/mps/v20190612/mps_client.js +3 -0
  5. package/es/services/teo/v20220901/teo_client.js +59 -17
  6. package/package.json +1 -1
  7. package/tencentcloud/common/sdk_version.d.ts +1 -1
  8. package/tencentcloud/common/sdk_version.js +1 -1
  9. package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +1 -1
  10. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
  11. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  12. package/tencentcloud/services/ctem/v20231128/ctem_client.d.ts +19 -3
  13. package/tencentcloud/services/ctem/v20231128/ctem_client.js +27 -3
  14. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +1817 -1377
  15. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +4 -0
  16. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +12 -0
  17. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +66 -52
  18. package/tencentcloud/services/ess/v20201111/ess_client.js +72 -54
  19. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +164 -33
  20. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +2 -4
  21. package/tencentcloud/services/live/v20180801/live_client.d.ts +4 -4
  22. package/tencentcloud/services/live/v20180801/live_models.d.ts +150 -7
  23. package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +3 -0
  24. package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +3 -0
  25. package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +66 -24
  26. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -1
  27. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +18 -6
  28. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +8 -1
  29. package/tencentcloud/services/mps/v20190612/mps_client.js +9 -0
  30. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +173 -85
  31. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +14 -12
  32. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +4 -0
  33. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +77 -21
  34. package/tencentcloud/services/teo/v20220901/teo_client.js +113 -29
  35. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +672 -158
  36. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +4 -0
  37. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +12 -12
@@ -1481,6 +1481,10 @@ export interface ModifyModelServiceRequest {
1481
1481
  * sidecar配置
1482
1482
  */
1483
1483
  Sidecar?: SidecarSpec;
1484
+ /**
1485
+ * 资源组 id
1486
+ */
1487
+ ResourceGroupId?: string;
1484
1488
  }
1485
1489
  /**
1486
1490
  * ChatCompletion请求参数结构体
@@ -13946,28 +13946,28 @@ export interface ComposeMediaTaskOutput {
13946
13946
  /**
13947
13947
  * 文件类型,例如 mp4、mp3 等。
13948
13948
  */
13949
- FileType: string;
13949
+ FileType?: string;
13950
13950
  /**
13951
13951
  * 媒体文件 ID。
13952
13952
  */
13953
- FileId: string;
13953
+ FileId?: string;
13954
13954
  /**
13955
13955
  * 媒体文件播放地址。
13956
13956
  */
13957
- FileUrl: string;
13957
+ FileUrl?: string;
13958
13958
  /**
13959
13959
  * 文件名称,最长 64 个字符。
13960
13960
  */
13961
- MediaName: string;
13961
+ MediaName?: string;
13962
13962
  /**
13963
13963
  * 分类ID,用于对媒体进行分类管理,可通过 [创建分类](/document/product/266/7812) 接口,创建分类,获得分类 ID。
13964
13964
  <li>默认值:0,表示其他分类。</li>
13965
13965
  */
13966
- ClassId: number;
13966
+ ClassId?: number;
13967
13967
  /**
13968
13968
  * 输出文件的过期时间,超过该时间文件将被删除,默认为永久不过期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
13969
13969
  */
13970
- ExpireTime: string;
13970
+ ExpireTime?: string;
13971
13971
  }
13972
13972
  /**
13973
13973
  * DescribeQualityInspectTemplates请求参数结构体
@@ -20504,28 +20504,28 @@ export interface EditMediaTaskOutput {
20504
20504
  /**
20505
20505
  * 文件类型,例如 mp4、flv 等。
20506
20506
  */
20507
- FileType: string;
20507
+ FileType?: string;
20508
20508
  /**
20509
20509
  * 媒体文件播放地址。
20510
20510
  */
20511
- FileUrl: string;
20511
+ FileUrl?: string;
20512
20512
  /**
20513
20513
  * 媒体文件 ID。
20514
20514
  */
20515
- FileId: string;
20515
+ FileId?: string;
20516
20516
  /**
20517
20517
  * 输出文件名,最长 64 个字符。缺省由系统指定生成文件名。
20518
20518
  */
20519
- MediaName: string;
20519
+ MediaName?: string;
20520
20520
  /**
20521
20521
  * 分类ID,用于对媒体进行分类管理,可通过 [创建分类](/document/product/266/7812) 接口,创建分类,获得分类 ID。
20522
20522
  <li>默认值:0,表示其他分类。</li>
20523
20523
  */
20524
- ClassId: number;
20524
+ ClassId?: number;
20525
20525
  /**
20526
20526
  * 输出文件的过期时间,超过该时间文件将被删除,默认为永久不过期,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
20527
20527
  */
20528
- ExpireTime: string;
20528
+ ExpireTime?: string;
20529
20529
  }
20530
20530
  /**
20531
20531
  * 智能精彩集锦片段列表。