@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.
- package/dist/video/types.d.mts +1 -0
- package/package.json +1 -1
package/dist/video/types.d.mts
CHANGED
|
@@ -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;
|