Feed-endpoint Zod validation schemas.
All EP API v2 /…/feed endpoints share a common parameter pattern:
/…/feed
timeframe
today | one-day | one-week | one-month | custom
startDate
custom
Some feeds add a domain-specific type filter (workType, activityType, processType). Each schema below covers one feed endpoint.
workType
activityType
processType
Feed-endpoint Zod validation schemas.
All EP API v2
/…/feedendpoints share a common parameter pattern:timeframe— one oftoday | one-day | one-week | one-month | customstartDate— YYYY-MM-DD, required whentimeframeiscustomSome feeds add a domain-specific type filter (
workType,activityType,processType). Each schema below covers one feed endpoint.