Skip to content

Commit 2f658d4

Browse files
committed
Updated history item fields
1 parent 65d1fdd commit 2f658d4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

components/src/lib/types/api.d.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,11 @@ export type HistoryItemV2 = {
294294
id: number;
295295
dataset_id: number;
296296
workflowtask_id: number;
297+
workflowtask_dump: WorkflowTaskV2;
298+
task_group_dump: TaskGroupV2;
297299
timestamp_started: string;
298-
parameters_hash: string;
300+
status: ImagesStatus;
299301
num_available_images: number;
300-
num_current_images: number;
301-
images: { [key: string]: string };
302-
worfklowtask_dump: WorkflowTaskV2;
303-
task_group_dump: TaskGroupV2;
304302
};
305303

306304
export type HistoryUnit = {

0 commit comments

Comments
 (0)