From 1aa8ae27abf75fd4aeb39b817baaed8e35274079 Mon Sep 17 00:00:00 2001 From: heisner-tillman Date: Mon, 1 Apr 2024 16:54:56 +0200 Subject: [PATCH] Regenerate the client schema --- client/src/api/schema/schema.ts | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index 879b79673426..17bed8f57dea 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -4699,6 +4699,8 @@ export interface components { * @enum {string} */ ElementsFromType: "archive" | "bagit" | "bagit_archive" | "directory"; + /** EmptyDict */ + EmptyDict: Record; /** EncodedDataItemSourceId */ EncodedDataItemSourceId: { /** @@ -12786,7 +12788,11 @@ export interface components { * Post Job Actions * @description Set of actions that will be run when the job finishes. */ - post_job_actions?: components["schemas"]["PostJobAction"] | components["schemas"]["PostJobAction"][] | null; + post_job_actions?: + | components["schemas"]["PostJobAction"] + | (components["schemas"]["PostJobAction"] | components["schemas"]["EmptyDict"])[] + | components["schemas"]["EmptyDict"] + | null; /** * Tool ID * @description The unique name of the tool associated with this step. @@ -12954,7 +12960,11 @@ export interface components { * Post Job Actions * @description Set of actions that will be run when the job finishes. */ - post_job_actions?: components["schemas"]["PostJobAction"] | components["schemas"]["PostJobAction"][] | null; + post_job_actions?: + | components["schemas"]["PostJobAction"] + | (components["schemas"]["PostJobAction"] | components["schemas"]["EmptyDict"])[] + | components["schemas"]["EmptyDict"] + | null; /** * Sub Workflow * @description Full information about the subworkflow associated with this step. @@ -13198,7 +13208,11 @@ export interface components { * Post Job Actions * @description Set of actions that will be run when the job finishes. */ - post_job_actions?: components["schemas"]["PostJobAction"] | components["schemas"]["PostJobAction"][] | null; + post_job_actions?: + | components["schemas"]["PostJobAction"] + | (components["schemas"]["PostJobAction"] | components["schemas"]["EmptyDict"])[] + | components["schemas"]["EmptyDict"] + | null; /** * Tool ID * @description The unique name of the tool associated with this step. @@ -13294,7 +13308,11 @@ export interface components { * Post Job Actions * @description Set of actions that will be run when the job finishes. */ - post_job_actions?: components["schemas"]["PostJobAction"] | components["schemas"]["PostJobAction"][] | null; + post_job_actions?: + | components["schemas"]["PostJobAction"] + | (components["schemas"]["PostJobAction"] | components["schemas"]["EmptyDict"])[] + | components["schemas"]["EmptyDict"] + | null; /** * Replacement Parameters * @description Informal replacement parameters for the step.