@sentry/junior-dashboard 0.139.0 → 0.140.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.
@@ -96,7 +96,7 @@ export declare function useTasksData(enabled: boolean): import("@tanstack/react-
96
96
  totalRuns: number;
97
97
  kind: "scheduled";
98
98
  schedule: string;
99
- status: "blocked" | "active";
99
+ status: "completed" | "blocked" | "active";
100
100
  createdByEmail?: string | undefined;
101
101
  lastConversationId?: string | undefined;
102
102
  lastRunAt?: string | undefined;
@@ -157,7 +157,7 @@ export declare function useTaskExecutionsData(enabled: boolean, kind: "scheduled
157
157
  totalRuns: number;
158
158
  kind: "scheduled";
159
159
  schedule: string;
160
- status: "blocked" | "active";
160
+ status: "completed" | "blocked" | "active";
161
161
  createdByEmail?: string | undefined;
162
162
  lastConversationId?: string | undefined;
163
163
  lastRunAt?: string | undefined;