tencentcloud-sdk-nodejs-vod 4.1.71 → 4.1.75

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.71",
3
+ "version": "4.1.75",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -276,7 +276,9 @@ export interface WeChatMiniProgramPublishRequest {
276
276
  */
277
277
  SubAppId?: number;
278
278
  /**
279
- * 发布视频所对应的转码模板 ID,为0代表原始视频。
279
+ * 发布视频所对应的转码模板 ID,为 0 代表原始视频。支持的视频格式:
280
+ <li>当 SourceDefinition 为 0 时,视频格式支持 MP4、3GP 格式;</li>
281
+ <li>当 SourceDefinition 大于 0 时,视频格式支持 MP4、3GP 及 M3U8 格式。</li>不填默认值为 0。
280
282
  */
281
283
  SourceDefinition?: number;
282
284
  }
@@ -4524,7 +4526,7 @@ export interface CdnLogInfo {
4524
4526
  Date?: string;
4525
4527
  /**
4526
4528
  * 日志名称,格式为:日期小时-域名
4527
- 2018120101-test.vod2.mqcloud.com。
4529
+ example.com。
4528
4530
  */
4529
4531
  Name?: string;
4530
4532
  /**