From 1b8da023b8ef1af169d8cf3652441630f1635610 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:45:14 +1100 Subject: [PATCH] chore(ui): typegen --- .../frontend/web/src/services/api/schema.ts | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/invokeai/frontend/web/src/services/api/schema.ts b/invokeai/frontend/web/src/services/api/schema.ts index f98a9294b6..3b82c5b4f4 100644 --- a/invokeai/frontend/web/src/services/api/schema.ts +++ b/invokeai/frontend/web/src/services/api/schema.ts @@ -6463,9 +6463,10 @@ export type components = { /** * Batch Group Id * @description The ID of this batch node's group. If provided, all batch nodes in with the same ID will be 'zipped' before execution, and all nodes' collections must be of the same size. - * @default null + * @default None + * @enum {string} */ - batch_group_id?: string | null; + batch_group_id?: "None" | "Group 1" | "Group 2" | "Group 3" | "Group 4" | "Group 5"; /** * Floats * @description The floats to batch over @@ -8406,9 +8407,10 @@ export type components = { /** * Batch Group Id * @description The ID of this batch node's group. If provided, all batch nodes in with the same ID will be 'zipped' before execution, and all nodes' collections must be of the same size. - * @default null + * @default None + * @enum {string} */ - batch_group_id?: string | null; + batch_group_id?: "None" | "Group 1" | "Group 2" | "Group 3" | "Group 4" | "Group 5"; /** * Images * @description The images to batch over @@ -10107,9 +10109,10 @@ export type components = { /** * Batch Group Id * @description The ID of this batch node's group. If provided, all batch nodes in with the same ID will be 'zipped' before execution, and all nodes' collections must be of the same size. - * @default null + * @default None + * @enum {string} */ - batch_group_id?: string | null; + batch_group_id?: "None" | "Group 1" | "Group 2" | "Group 3" | "Group 4" | "Group 5"; /** * Integers * @description The integers to batch over @@ -17195,9 +17198,10 @@ export type components = { /** * Batch Group Id * @description The ID of this batch node's group. If provided, all batch nodes in with the same ID will be 'zipped' before execution, and all nodes' collections must be of the same size. - * @default null + * @default None + * @enum {string} */ - batch_group_id?: string | null; + batch_group_id?: "None" | "Group 1" | "Group 2" | "Group 3" | "Group 4" | "Group 5"; /** * Strings * @description The strings to batch over