@opencxh/domain 1.75.0 → 1.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11,6 +11,8 @@ export interface Task {
|
|
|
11
11
|
id: string;
|
|
12
12
|
organizationId: string;
|
|
13
13
|
ownerScope: OwnerScope;
|
|
14
|
+
/** Parent task id when this is a subtask. Subtasks are exactly one level deep. */
|
|
15
|
+
parentId?: string;
|
|
14
16
|
title: string;
|
|
15
17
|
description?: string;
|
|
16
18
|
status: TaskStatus;
|