fix(sync): map workspace warp not found (#28882)

This commit is contained in:
Shoubhit Dash 2026-05-22 23:15:53 +05:30 committed by GitHub
commit 0e14404e5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 1 deletions

View file

@ -8169,6 +8169,10 @@ export type ExperimentalWorkspaceWarpErrors = {
* WorkspaceWarpError | VcsApplyError | InvalidRequestError
*/
400: WorkspaceWarpError | VcsApplyError | InvalidRequestError
/**
* NotFoundError
*/
404: NotFoundError
}
export type ExperimentalWorkspaceWarpError = ExperimentalWorkspaceWarpErrors[keyof ExperimentalWorkspaceWarpErrors]