Add blocker relations and dependency wakeups

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta 2026-04-04 13:56:04 -05:00
parent 2f73346a64
commit dde4cc070e
18 changed files with 13924 additions and 69 deletions

View file

@ -14,6 +14,7 @@ export {
INBOX_MINE_ISSUE_STATUS_FILTER,
ISSUE_PRIORITIES,
ISSUE_ORIGIN_KINDS,
ISSUE_RELATION_TYPES,
GOAL_LEVELS,
GOAL_STATUSES,
PROJECT_STATUSES,
@ -82,6 +83,7 @@ export {
type IssueStatus,
type IssuePriority,
type IssueOriginKind,
type IssueRelationType,
type GoalLevel,
type GoalStatus,
type ProjectStatus,
@ -229,6 +231,8 @@ export type {
IssueWorkProductReviewState,
Issue,
IssueAssigneeAdapterOverrides,
IssueRelation,
IssueRelationIssueSummary,
IssueComment,
IssueDocument,
IssueDocumentSummary,