mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 13:04:57 -05:00
chore(ui): typegen
This commit is contained in:
@@ -12247,12 +12247,6 @@ export type components = {
|
||||
*/
|
||||
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
|
||||
* @description Event model for queue_item_status_changed
|
||||
@@ -18517,7 +18511,7 @@ export interface operations {
|
||||
parameters: {
|
||||
query: {
|
||||
/** @description The origin to cancel all queue items for */
|
||||
origin: components["schemas"]["QueueItemOrigin"];
|
||||
origin: string;
|
||||
};
|
||||
header?: never;
|
||||
path: {
|
||||
|
||||
Reference in New Issue
Block a user