From 80c3d8bc5c3461ce68628fa490aba054488ad706 Mon Sep 17 00:00:00 2001 From: Ryan Dick Date: Tue, 28 Jan 2025 14:30:15 +0000 Subject: [PATCH] pnpm typegen --- invokeai/frontend/web/src/services/api/schema.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/invokeai/frontend/web/src/services/api/schema.ts b/invokeai/frontend/web/src/services/api/schema.ts index e3d65dd83c..9796483a4b 100644 --- a/invokeai/frontend/web/src/services/api/schema.ts +++ b/invokeai/frontend/web/src/services/api/schema.ts @@ -7716,11 +7716,6 @@ export type components = { * @description Gets the bounding box of the given mask image. */ GetMaskBoundingBoxInvocation: { - /** - * @description Optional metadata to be saved with the image - * @default null - */ - metadata?: components["schemas"]["MetadataField"] | null; /** * Id * @description The id of this instance of an invocation. Must be unique among all instances of invocations.