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.