From d99f98aeb0a0519b819429caffbee2961f1090c2 Mon Sep 17 00:00:00 2001 From: Matt Devy <32791943+MattDevy@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:44:56 +0100 Subject: [PATCH] fix: add @codegen_name `timestamp` to `@timestamp` field in watcher.execute_watch As titled --- specification/watcher/execute_watch/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/watcher/execute_watch/types.ts b/specification/watcher/execute_watch/types.ts index 49a5383ce5..742fd5a825 100644 --- a/specification/watcher/execute_watch/types.ts +++ b/specification/watcher/execute_watch/types.ts @@ -29,6 +29,7 @@ import { TriggerEventResult } from '@watcher/_types/Trigger' import { WatchStatus } from '@watcher/_types/Watch' export class WatchRecord { + /** @codegen_name timestamp */ '@timestamp': DateTime node: string state: ExecutionStatus