From aa95902de911c90a823342d9db4428c0200e10ff Mon Sep 17 00:00:00 2001 From: heisner-tillman Date: Thu, 13 Jun 2024 13:15:23 +0200 Subject: [PATCH] Regenerate the client schema --- client/src/api/schema/schema.ts | 95 +++++++++++++++++++++++++++++---- 1 file changed, 85 insertions(+), 10 deletions(-) diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index f458fb0ca007..153804bc70e3 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -13345,7 +13345,22 @@ export interface components { * Errors * @description An message indicating possible errors in the step. */ - errors?: string[] | string | Record | null; + errors?: + | { + [key: string]: + | ( + | ( + | "The number of repeat elements is outside the range specified by the tool." + | "The selected case is unavailable/invalid." + ) + | string + ) + | undefined; + } + | "Tool is not installed" + | string + | ("Tool is not installed" | string)[] + | null; /** * ID * @description The identifier of the step. It matches the index order of the step inside the workflow. @@ -13407,7 +13422,7 @@ export interface components { * Tool State * @description The state of the tool associated with the step */ - tool_state?: Record | null; + tool_state?: Record | string | null; /** * Tool Version * @description The version of the tool associated with the step. @@ -13514,7 +13529,22 @@ export interface components { * Errors * @description An message indicating possible errors in the step. */ - errors?: string[] | string | Record | null; + errors?: + | { + [key: string]: + | ( + | ( + | "The number of repeat elements is outside the range specified by the tool." + | "The selected case is unavailable/invalid." + ) + | string + ) + | undefined; + } + | "Tool is not installed" + | string + | ("Tool is not installed" | string)[] + | null; /** * ID * @description The identifier of the step. It matches the index order of the step inside the workflow. @@ -13595,7 +13625,7 @@ export interface components { * Tool State * @description The state of the tool associated with the step */ - tool_state?: Record | null; + tool_state?: Record | string | null; /** * Tool Version * @description The version of the tool associated with the step. @@ -13803,7 +13833,22 @@ export interface components { * Errors * @description An message indicating possible errors in the step. */ - errors?: string[] | string | Record | null; + errors?: + | { + [key: string]: + | ( + | ( + | "The number of repeat elements is outside the range specified by the tool." + | "The selected case is unavailable/invalid." + ) + | string + ) + | undefined; + } + | "Tool is not installed" + | string + | ("Tool is not installed" | string)[] + | null; /** * Inputs * @description The inputs of the step. @@ -13848,7 +13893,7 @@ export interface components { * Tool State * @description The state of the tool associated with the step */ - tool_state?: Record | null; + tool_state?: Record | string | null; /** * Tool Version * @description The version of the tool associated with the step. @@ -13904,7 +13949,22 @@ export interface components { * Errors * @description An message indicating possible errors in the step. */ - errors?: string[] | string | Record | null; + errors?: + | { + [key: string]: + | ( + | ( + | "The number of repeat elements is outside the range specified by the tool." + | "The selected case is unavailable/invalid." + ) + | string + ) + | undefined; + } + | "Tool is not installed" + | string + | ("Tool is not installed" | string)[] + | null; /** * Inputs * @description The inputs of the step. @@ -13979,7 +14039,7 @@ export interface components { * Tool State * @description The state of the tool associated with the step */ - tool_state?: Record | null; + tool_state?: Record | string | null; /** * Tool Version * @description The version of the tool associated with the step. @@ -14095,7 +14155,22 @@ export interface components { * Errors * @description An message indicating possible errors in the step. */ - errors?: string[] | string | Record | null; + errors?: + | { + [key: string]: + | ( + | ( + | "The number of repeat elements is outside the range specified by the tool." + | "The selected case is unavailable/invalid." + ) + | string + ) + | undefined; + } + | "Tool is not installed" + | string + | ("Tool is not installed" | string)[] + | null; /** * Form Style * @description The form style of the tool step. @@ -14292,7 +14367,7 @@ export interface components { * Tool State * @description The state of the tool associated with the step */ - tool_state?: Record | null; + tool_state?: Record | string | null; /** * Tool Version * @description The version of the tool associated with the step.