Merge commit '7972901f15' into dev_mod

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-05-29 20:28:12 -07:00
commit 80daf46fbf
74 changed files with 1681 additions and 234 deletions

View file

@ -7,7 +7,7 @@ import { z } from "zod";
export const automationStatus = z.enum(["active", "paused", "archived"]);
export type AutomationStatus = z.infer<typeof automationStatus>;
export const triggerType = z.enum(["schedule", "manual"]);
export const triggerType = z.enum(["schedule", "manual", "event"]);
export type TriggerType = z.infer<typeof triggerType>;
export const runStatus = z.enum([