@flaqai/network 0.2.10 → 0.2.11

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.
@@ -155,6 +155,7 @@ interface GenerateAsyncVideoRequest extends Record<string, unknown> {
155
155
  readonly isPublic?: number;
156
156
  readonly isTranslate?: boolean;
157
157
  readonly style?: string;
158
+ readonly supportAudio?: boolean;
158
159
  readonly motions?: readonly {
159
160
  readonly motionId?: string;
160
161
  readonly strength?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flaqai/network",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "Family-neutral JSON transport and client-safe backend contracts for Flaq products.",
5
5
  "repository": {
6
6
  "type": "git",