mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
schema re-generated
This commit is contained in:
committed by
psychedelicious
parent
5d0e37eb2f
commit
d58df1e17b
@@ -3015,14 +3015,6 @@ export type components = {
|
||||
*/
|
||||
image_names: string[];
|
||||
};
|
||||
/** Body_get_videos_by_ids */
|
||||
Body_get_videos_by_ids: {
|
||||
/**
|
||||
* Video Ids
|
||||
* @description Object containing list of video ids to fetch DTOs for
|
||||
*/
|
||||
video_ids: string[];
|
||||
};
|
||||
/** Body_get_queue_items_by_item_ids */
|
||||
Body_get_queue_items_by_item_ids: {
|
||||
/**
|
||||
@@ -3031,6 +3023,14 @@ export type components = {
|
||||
*/
|
||||
item_ids: number[];
|
||||
};
|
||||
/** Body_get_videos_by_ids */
|
||||
Body_get_videos_by_ids: {
|
||||
/**
|
||||
* Video Ids
|
||||
* @description Object containing list of video ids to fetch DTOs for
|
||||
*/
|
||||
video_ids: string[];
|
||||
};
|
||||
/** Body_import_style_presets */
|
||||
Body_import_style_presets: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user