From 725da6e875cea7ce563feea07de79bb202737149 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:52:37 +1000 Subject: [PATCH] chore(ui): typegen --- invokeai/frontend/web/src/services/api/schema.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/invokeai/frontend/web/src/services/api/schema.ts b/invokeai/frontend/web/src/services/api/schema.ts index 7d0011cd70..104ae2ad18 100644 --- a/invokeai/frontend/web/src/services/api/schema.ts +++ b/invokeai/frontend/web/src/services/api/schema.ts @@ -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: {