diff options
| author | James Long <[email protected]> | 2026-02-28 22:09:53 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-28 22:09:53 -0500 |
| commit | 3ee1653f40360fc0a221251f7241425cc7c58d28 (patch) | |
| tree | 24551400776c3f80f9b1defe6cff93eb4a4451d4 /packages/sdk/js/src | |
| parent | fcd733e3d6a0a2960c50adac947fc140f1934e9d (diff) | |
| download | opencode-3ee1653f40360fc0a221251f7241425cc7c58d28.tar.gz opencode-3ee1653f40360fc0a221251f7241425cc7c58d28.zip | |
feat(core): add workspace_id to `session` table (#15410)
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/v2/gen/types.gen.ts | 2 |
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?: { |
