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