multica/apps/web/shared
Jiang Bohan 0c92fb2674 fix(types): make AgentTrigger.config nullable to match API reality
The API can return `config: null` for non-scheduled triggers, but the
type was `Record<string, unknown>` which doesn't reflect this. Update
to `Record<string, unknown> | null` so TypeScript catches unsafe access
at compile time.

Follow-up to #415.
2026-04-07 15:25:29 +08:00
..
api feat(agent): replace hard delete with archive/restore (#346) 2026-04-02 17:33:52 +08:00
hooks fix(upload): remove file type allowlist to support all file types (#329) 2026-04-02 13:55:50 +08:00
types fix(types): make AgentTrigger.config nullable to match API reality 2026-04-07 15:25:29 +08:00
logger.ts feat(logging): add structured logging across server and SDK 2026-03-26 10:57:11 +08:00
utils.ts fix(activity): address code review feedback and improve timeline UX 2026-03-29 00:21:46 +08:00