feat: add 'notTriggeredWithin' operator to segment filters for enhanced event tracking

This commit is contained in:
Dries Augustyns
2026-05-04 18:04:24 +02:00
parent 7615b62945
commit 0f00ca1b8c
4 changed files with 90 additions and 40 deletions
+1
View File
@@ -123,6 +123,7 @@ const segmentFilterSchema = z.object({
'triggeredWithin',
'triggeredOlderThan',
'notTriggered',
'notTriggeredWithin',
]),
value: z.any().optional(),
unit: z.enum(['days', 'hours', 'minutes']).optional(),