tencentcloud-sdk-nodejs-vod 4.1.21 → 4.1.24
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/es/services/vod/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const vod: {
|
|
2
|
-
v20180717: {
|
|
3
|
-
Client: typeof import("./v20180717/vod_client").Client;
|
|
4
|
-
Models: typeof import("./v20180717/vod_models");
|
|
5
|
-
};
|
|
6
2
|
v20240718: {
|
|
7
3
|
Client: typeof import("./v20240718/vod_client").Client;
|
|
8
4
|
Models: typeof import("./v20240718/vod_models");
|
|
9
5
|
};
|
|
6
|
+
v20180717: {
|
|
7
|
+
Client: typeof import("./v20180717/vod_client").Client;
|
|
8
|
+
Models: typeof import("./v20180717/vod_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.vod = void 0;
|
|
4
|
-
const v20180717_1 = require("./v20180717");
|
|
5
4
|
const v20240718_1 = require("./v20240718");
|
|
5
|
+
const v20180717_1 = require("./v20180717");
|
|
6
6
|
exports.vod = {
|
|
7
|
-
v20180717: v20180717_1.v20180717,
|
|
8
7
|
v20240718: v20240718_1.v20240718,
|
|
8
|
+
v20180717: v20180717_1.v20180717,
|
|
9
9
|
};
|
|
@@ -4180,7 +4180,7 @@ export interface SplitMediaTaskConfig {
|
|
|
4180
4180
|
*/
|
|
4181
4181
|
EndTimeOffset?: number;
|
|
4182
4182
|
/**
|
|
4183
|
-
* [
|
|
4183
|
+
* [任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称。要对生成的新视频自动执行任务流时填写。
|
|
4184
4184
|
*/
|
|
4185
4185
|
ProcedureName?: string;
|
|
4186
4186
|
/**
|
|
@@ -5745,7 +5745,7 @@ export interface EditMediaRequest {
|
|
|
5745
5745
|
*/
|
|
5746
5746
|
Definition?: number;
|
|
5747
5747
|
/**
|
|
5748
|
-
* [
|
|
5748
|
+
* [任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称,如果要对生成的新视频执行任务流时填写。
|
|
5749
5749
|
*/
|
|
5750
5750
|
ProcedureName?: string;
|
|
5751
5751
|
/**
|
|
@@ -12271,7 +12271,7 @@ export interface ProcessMediaByProcedureRequest {
|
|
|
12271
12271
|
*/
|
|
12272
12272
|
FileId: string;
|
|
12273
12273
|
/**
|
|
12274
|
-
* [
|
|
12274
|
+
* [任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称。
|
|
12275
12275
|
*/
|
|
12276
12276
|
ProcedureName: string;
|
|
12277
12277
|
/**
|