fix(app): migrate v2 test fixtures
This commit is contained in:
parent
f2bfc7935c
commit
35637a15c0
8 changed files with 457 additions and 117 deletions
|
|
@ -2,7 +2,7 @@ import type {
|
|||
EventSubscribeOutput,
|
||||
FileDiffInfo,
|
||||
FileDiffLegacyInfo,
|
||||
Project,
|
||||
ProjectListOutput,
|
||||
QuestionAnswer,
|
||||
QuestionInfo,
|
||||
QuestionRequest,
|
||||
|
|
@ -16,7 +16,6 @@ import type {
|
|||
import type { NormalizedProviderListResponse } from "@opencode-ai/session-ui/context"
|
||||
|
||||
export type {
|
||||
Project,
|
||||
QuestionAnswer,
|
||||
QuestionRequest,
|
||||
ReferenceInfo,
|
||||
|
|
@ -24,6 +23,7 @@ export type {
|
|||
SessionStatus,
|
||||
}
|
||||
|
||||
export type Project = Omit<ProjectListOutput[number], "canonical"> & { worktree: string }
|
||||
export type Session = SessionV1Info
|
||||
export type SessionV2Info = SessionInfo
|
||||
export type V2SessionListResponse = SessionsResponse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue