summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk
diff options
context:
space:
mode:
authorJames Long <[email protected]>2026-02-28 22:09:53 -0500
committerGitHub <[email protected]>2026-02-28 22:09:53 -0500
commit3ee1653f40360fc0a221251f7241425cc7c58d28 (patch)
tree24551400776c3f80f9b1defe6cff93eb4a4451d4 /packages/sdk
parentfcd733e3d6a0a2960c50adac947fc140f1934e9d (diff)
downloadopencode-3ee1653f40360fc0a221251f7241425cc7c58d28.tar.gz
opencode-3ee1653f40360fc0a221251f7241425cc7c58d28.zip
feat(core): add workspace_id to `session` table (#15410)
Diffstat (limited to 'packages/sdk')
-rw-r--r--packages/sdk/js/src/v2/gen/types.gen.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts
index 59b75296b..669883590 100644
--- a/packages/sdk/js/src/v2/gen/types.gen.ts
+++ b/packages/sdk/js/src/v2/gen/types.gen.ts
@@ -808,6 +808,7 @@ export type Session = {
id: string
slug: string
projectID: string
+ workspaceID?: string
directory: string
parentID?: string
summary?: {
@@ -1671,6 +1672,7 @@ export type GlobalSession = {
id: string
slug: string
projectID: string
+ workspaceID?: string
directory: string
parentID?: string
summary?: {