fix(core): use current workspace with /new; fix warping into local project (#25894)
This commit is contained in:
parent
8e182c7782
commit
12f3d1f505
5 changed files with 28 additions and 7 deletions
|
|
@ -1019,7 +1019,7 @@ export class Workspace extends HeyApiClient {
|
|||
parameters?: {
|
||||
directory?: string
|
||||
workspace?: string
|
||||
id?: string
|
||||
id?: string | null
|
||||
sessionID?: string
|
||||
},
|
||||
options?: Options<never, ThrowOnError>,
|
||||
|
|
|
|||
|
|
@ -6656,7 +6656,7 @@ export type ExperimentalWorkspaceRemoveResponse =
|
|||
|
||||
export type ExperimentalWorkspaceWarpData = {
|
||||
body?: {
|
||||
id: string
|
||||
id: string | null
|
||||
sessionID: string
|
||||
}
|
||||
path?: never
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue