chore: generate sdk into packages/sdk
This commit is contained in:
81
packages/sdk/src/resources/index.ts
Normal file
81
packages/sdk/src/resources/index.ts
Normal file
@@ -0,0 +1,81 @@
|
||||
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
||||
|
||||
export * from './shared';
|
||||
export {
|
||||
AppResource,
|
||||
type App,
|
||||
type Mode,
|
||||
type Model,
|
||||
type Provider,
|
||||
type AppInitResponse,
|
||||
type AppLogResponse,
|
||||
type AppModesResponse,
|
||||
type AppProvidersResponse,
|
||||
type AppLogParams,
|
||||
} from './app';
|
||||
export {
|
||||
ConfigResource,
|
||||
type Config,
|
||||
type KeybindsConfig,
|
||||
type McpLocalConfig,
|
||||
type McpRemoteConfig,
|
||||
type ModeConfig,
|
||||
} from './config';
|
||||
export { Event, type EventListResponse } from './event';
|
||||
export {
|
||||
FileResource,
|
||||
type File,
|
||||
type FileReadResponse,
|
||||
type FileStatusResponse,
|
||||
type FileReadParams,
|
||||
} from './file';
|
||||
export {
|
||||
Find,
|
||||
type Match,
|
||||
type Symbol,
|
||||
type FindFilesResponse,
|
||||
type FindSymbolsResponse,
|
||||
type FindTextResponse,
|
||||
type FindFilesParams,
|
||||
type FindSymbolsParams,
|
||||
type FindTextParams,
|
||||
} from './find';
|
||||
export {
|
||||
SessionResource,
|
||||
type AssistantMessage,
|
||||
type FilePart,
|
||||
type FilePartInput,
|
||||
type FilePartSource,
|
||||
type FilePartSourceText,
|
||||
type FileSource,
|
||||
type Message,
|
||||
type Part,
|
||||
type Session,
|
||||
type SnapshotPart,
|
||||
type StepFinishPart,
|
||||
type StepStartPart,
|
||||
type SymbolSource,
|
||||
type TextPart,
|
||||
type TextPartInput,
|
||||
type ToolPart,
|
||||
type ToolStateCompleted,
|
||||
type ToolStateError,
|
||||
type ToolStatePending,
|
||||
type ToolStateRunning,
|
||||
type UserMessage,
|
||||
type SessionListResponse,
|
||||
type SessionDeleteResponse,
|
||||
type SessionAbortResponse,
|
||||
type SessionInitResponse,
|
||||
type SessionMessagesResponse,
|
||||
type SessionSummarizeResponse,
|
||||
type SessionChatParams,
|
||||
type SessionInitParams,
|
||||
type SessionSummarizeParams,
|
||||
} from './session';
|
||||
export {
|
||||
Tui,
|
||||
type TuiAppendPromptResponse,
|
||||
type TuiOpenHelpResponse,
|
||||
type TuiAppendPromptParams,
|
||||
} from './tui';
|
||||
Reference in New Issue
Block a user