Fix API report
Signed-off-by: solimant <solimant@users.noreply.github.com>
This commit is contained in:
@@ -340,7 +340,11 @@ export type SerializedTaskEvent = {
|
||||
id: number;
|
||||
isTaskRecoverable?: boolean;
|
||||
taskId: string;
|
||||
body: JsonObject;
|
||||
body: {
|
||||
message: string;
|
||||
stepId?: string;
|
||||
status?: TaskStatus;
|
||||
} & JsonObject;
|
||||
type: TaskEventType;
|
||||
createdAt: string;
|
||||
};
|
||||
@@ -485,7 +489,8 @@ export type TaskStatus =
|
||||
| 'completed'
|
||||
| 'failed'
|
||||
| 'open'
|
||||
| 'processing';
|
||||
| 'processing'
|
||||
| 'skipped';
|
||||
|
||||
// @public (undocumented)
|
||||
export type TemplateAction<
|
||||
|
||||
Reference in New Issue
Block a user