From 2e4110a29a81e56415c8ddd75c09ec49337a62ce Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:35:46 +1100 Subject: [PATCH] chore(ui): typegen --- .../frontend/web/src/services/api/schema.ts | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/invokeai/frontend/web/src/services/api/schema.ts b/invokeai/frontend/web/src/services/api/schema.ts index 8712aaa25e..911ca58445 100644 --- a/invokeai/frontend/web/src/services/api/schema.ts +++ b/invokeai/frontend/web/src/services/api/schema.ts @@ -6460,6 +6460,12 @@ export type components = { * @default true */ use_cache?: boolean; + /** + * Link Id + * @description The zipped data ID + * @default + */ + link_id?: string; /** * Floats * @description The floats to batch over @@ -8397,6 +8403,12 @@ export type components = { * @default true */ use_cache?: boolean; + /** + * Link Id + * @description The zipped data ID + * @default + */ + link_id?: string; /** * Images * @description The images to batch over @@ -10092,6 +10104,12 @@ export type components = { * @default true */ use_cache?: boolean; + /** + * Link Id + * @description The zipped data ID + * @default + */ + link_id?: string; /** * Integers * @description The integers to batch over @@ -17174,6 +17192,12 @@ export type components = { * @default true */ use_cache?: boolean; + /** + * Link Id + * @description The zipped data ID + * @default + */ + link_id?: string; /** * Strings * @description The strings to batch over