From 6630653d2b8e994bf7f2803f7fad25b1c51f6373 Mon Sep 17 00:00:00 2001 From: Tillman Date: Sun, 14 Jan 2024 12:52:14 +0100 Subject: [PATCH] Regenerate the client schema --- client/src/api/schema/schema.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index 10a68b595ed9..de9d05d81600 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -913,7 +913,6 @@ export interface paths { * query. If neither a workflow_id or history_id is supplied, all the current user's * workflow invocations will be indexed (as determined by the invocation being * executed on one of the user's histories) - * :raises: exceptions.MessageException, exceptions.ObjectNotFound */ get: operations["index_invocations_api_invocations_get"]; }; @@ -3047,7 +3046,11 @@ export interface components { }; /** CreateInvocationsFromStorePayload */ CreateInvocationsFromStorePayload: { - /** History ID */ + /** + * History ID + * @description The ID of the history associated with the invocations. + * @example 0123456789ABCDEF + */ history_id: string; /** * Legacy Job State @@ -3075,7 +3078,6 @@ export interface components { * @description The name of the view used to serialize this item. This will return a predefined set of attributes of the item. */ view?: components["schemas"]["InvocationSerializationView"] | null; - [key: string]: unknown | undefined; }; /** CreateLibrariesFromStore */ CreateLibrariesFromStore: { @@ -16446,7 +16448,6 @@ export interface operations { * query. If neither a workflow_id or history_id is supplied, all the current user's * workflow invocations will be indexed (as determined by the invocation being * executed on one of the user's histories) - * :raises: exceptions.MessageException, exceptions.ObjectNotFound */ parameters?: { /** @description Return only invocations for this Workflow ID */