From 4bd7646ccbb94562760f263f2c465addbbe04eed Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 23 Oct 2025 16:33:00 -0400 Subject: [PATCH] regen sdk --- packages/sdk/js/src/gen/types.gen.ts | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 46aa2475..3dd785dd 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -534,11 +534,22 @@ export type Path = { directory: string } +export type FileDiff = { + file: string + before: string + after: string + additions: number + deletions: number +} + export type Session = { id: string projectID: string directory: string parentID?: string + summary?: { + diffs: Array + } share?: { url: string } @@ -583,14 +594,6 @@ export type Todo = { id: string } -export type FileDiff = { - file: string - before: string - after: string - additions: number - deletions: number -} - export type UserMessage = { id: string sessionID: string