tencentcloud-sdk-nodejs-vod 4.1.232 → 4.1.233

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vod",
3
- "version": "4.1.232",
3
+ "version": "4.1.233",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3714,27 +3714,29 @@ export interface ModifyMediaStorageClassResponse {
3714
3714
  */
3715
3715
  export interface DescribeProcedureTemplatesRequest {
3716
3716
  /**
3717
- * <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
3717
+ * <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
3718
3718
  */
3719
3719
  SubAppId?: number;
3720
3720
  /**
3721
- * 任务流模板名字过滤条件,数组长度限制:100
3721
+ * <p>任务流模板名字过滤条件,数组长度限制:100。</p>
3722
3722
  */
3723
3723
  Names?: Array<string>;
3724
3724
  /**
3725
- * 任务流模板类型过滤条件,可选值:
3726
- <li>Preset:系统预置任务流模板;</li>
3727
- <li>Custom:用户自定义任务流模板。</li>
3725
+ * <p>任务流模板类型过滤条件,可选值:</p><li>Preset:系统预置任务流模板;</li><li>Custom:用户自定义任务流模板。</li>
3728
3726
  */
3729
3727
  Type?: string;
3730
3728
  /**
3731
- * 分页偏移量,默认值:0
3729
+ * <p>分页偏移量,默认值:0。</p>
3732
3730
  */
3733
3731
  Offset?: number;
3734
3732
  /**
3735
- * 返回记录条数,默认值:10,最大值:100
3733
+ * <p>返回记录条数,默认值:10,最大值:100。</p>
3736
3734
  */
3737
3735
  Limit?: number;
3736
+ /**
3737
+ * <p>指定字段对返回结果进行生序或者降序Sort.Field 目前只支持 CreateTime 。Sort.Order 为 desc(降序)或者 asc(升序)</p><p>入参限制:当前仅支持排序字段为CreateTime</p>
3738
+ */
3739
+ SortBy?: Array<SortBy>;
3738
3740
  }
3739
3741
  /**
3740
3742
  * 音视频审核涉及令人反感的信息的任务输入参数类型
@@ -23736,11 +23738,11 @@ export interface CreateSubAppIdRequest {
23736
23738
  */
23737
23739
  export interface DescribeProcedureTemplatesResponse {
23738
23740
  /**
23739
- * 符合过滤条件的记录总数。
23741
+ * <p>符合过滤条件的记录总数。</p>
23740
23742
  */
23741
23743
  TotalCount?: number;
23742
23744
  /**
23743
- * 任务流模板详情列表。
23745
+ * <p>任务流模板详情列表。</p>
23744
23746
  */
23745
23747
  ProcedureTemplateSet?: Array<ProcedureTemplate>;
23746
23748
  /**