@flaqai/network 0.2.12 → 0.2.14
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/dist/video/types.d.ts +2 -0
- package/package.json +1 -1
package/dist/video/types.d.ts
CHANGED
|
@@ -166,6 +166,8 @@ interface GenerateAsyncVideoRequest extends Record<string, unknown> {
|
|
|
166
166
|
readonly audioUrl?: string;
|
|
167
167
|
readonly audioUrlList?: readonly string[];
|
|
168
168
|
readonly audioOrder?: string;
|
|
169
|
+
readonly fileUrlList?: string[];
|
|
170
|
+
readonly linkUrlList?: string[];
|
|
169
171
|
readonly model: string;
|
|
170
172
|
readonly negative_prompt?: string;
|
|
171
173
|
readonly platformType: number;
|