@flaqai/network 0.2.12 → 0.2.13

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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flaqai/network",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "description": "Family-neutral JSON transport and client-safe backend contracts for Flaq products.",
5
5
  "repository": {
6
6
  "type": "git",