diff --git a/invokeai/frontend/web/src/services/api/schema.ts b/invokeai/frontend/web/src/services/api/schema.ts index f8f9daae47..a6b0eb4cef 100644 --- a/invokeai/frontend/web/src/services/api/schema.ts +++ b/invokeai/frontend/web/src/services/api/schema.ts @@ -12051,12 +12051,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 @@ -18233,7 +18227,7 @@ export interface operations { parameters: { query: { /** @description The origin to cancel all queue items for */ - origin: components["schemas"]["QueueItemOrigin"]; + origin: string; }; header?: never; path: {