mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): typegen
This commit is contained in:
parent
8ad3d8f738
commit
625c05d9be
@ -12051,12 +12051,6 @@ export type components = {
|
|||||||
*/
|
*/
|
||||||
queue_id: string;
|
queue_id: string;
|
||||||
};
|
};
|
||||||
/**
|
|
||||||
* QueueItemOrigin
|
|
||||||
* @description The origin of a batch. For example, a batch can be created from the canvas or workflows tab.
|
|
||||||
* @enum {string}
|
|
||||||
*/
|
|
||||||
QueueItemOrigin: "canvas" | "workflows";
|
|
||||||
/**
|
/**
|
||||||
* QueueItemStatusChangedEvent
|
* QueueItemStatusChangedEvent
|
||||||
* @description Event model for queue_item_status_changed
|
* @description Event model for queue_item_status_changed
|
||||||
@ -18233,7 +18227,7 @@ export interface operations {
|
|||||||
parameters: {
|
parameters: {
|
||||||
query: {
|
query: {
|
||||||
/** @description The origin to cancel all queue items for */
|
/** @description The origin to cancel all queue items for */
|
||||||
origin: components["schemas"]["QueueItemOrigin"];
|
origin: string;
|
||||||
};
|
};
|
||||||
header?: never;
|
header?: never;
|
||||||
path: {
|
path: {
|
||||||
|
Loading…
Reference in New Issue
Block a user