tencentcloud-sdk-nodejs-vod 4.1.293 → 4.1.296

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.293",
3
+ "version": "4.1.296",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -394,7 +394,7 @@ export interface DescribeAllClassRequest {
394
394
  */
395
395
  export interface AigcImageTaskOutput {
396
396
  /**
397
- * AIGC 生图任务的输出文件信息。
397
+ * <p>AIGC 生图任务的输出文件信息。</p>
398
398
  */
399
399
  FileInfos?: Array<AigcImageTaskOutputFileInfo>;
400
400
  }