diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-03-11 23:17:42 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-03-11 23:17:42 +0000 |
| commit | 34fa5de9c5753bfa32c86756105b1de6588b3111 (patch) | |
| tree | 662697a6d13e56adeaa747c3c48ebfd9dd633ba5 /packages/sdk/js/src | |
| parent | cb6746567554f6d48a635530a224f94a915bced4 (diff) | |
| download | opencode-34fa5de9c5753bfa32c86756105b1de6588b3111.tar.gz opencode-34fa5de9c5753bfa32c86756105b1de6588b3111.zip | |
chore: generate
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/v2/gen/types.gen.ts | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts index a47b18db2..8d6b04503 100644 --- a/packages/sdk/js/src/v2/gen/types.gen.ts +++ b/packages/sdk/js/src/v2/gen/types.gen.ts @@ -2970,9 +2970,6 @@ export type SessionChildrenResponse = SessionChildrenResponses[keyof SessionChil export type SessionTodoData = { body?: never path: { - /** - * Session ID - */ sessionID: string } query?: { @@ -3011,9 +3008,6 @@ export type SessionInitData = { messageID: string } path: { - /** - * Session ID - */ sessionID: string } query?: { @@ -3199,9 +3193,6 @@ export type SessionSummarizeData = { auto?: boolean } path: { - /** - * Session ID - */ sessionID: string } query?: { @@ -3236,9 +3227,6 @@ export type SessionSummarizeResponse = SessionSummarizeResponses[keyof SessionSu export type SessionMessagesData = { body?: never path: { - /** - * Session ID - */ sessionID: string } query?: { @@ -3295,9 +3283,6 @@ export type SessionPromptData = { parts: Array<TextPartInput | FilePartInput | AgentPartInput | SubtaskPartInput> } path: { - /** - * Session ID - */ sessionID: string } query?: { @@ -3335,9 +3320,6 @@ export type SessionPromptResponse = SessionPromptResponses[keyof SessionPromptRe export type SessionDeleteMessageData = { body?: never path: { - /** - * Session ID - */ sessionID: string /** * Message ID @@ -3376,9 +3358,6 @@ export type SessionDeleteMessageResponse = SessionDeleteMessageResponses[keyof S export type SessionMessageData = { body?: never path: { - /** - * Session ID - */ sessionID: string /** * Message ID @@ -3420,9 +3399,6 @@ export type SessionMessageResponse = SessionMessageResponses[keyof SessionMessag export type PartDeleteData = { body?: never path: { - /** - * Session ID - */ sessionID: string /** * Message ID @@ -3465,9 +3441,6 @@ export type PartDeleteResponse = PartDeleteResponses[keyof PartDeleteResponses] export type PartUpdateData = { body?: Part path: { - /** - * Session ID - */ sessionID: string /** * Message ID @@ -3528,9 +3501,6 @@ export type SessionPromptAsyncData = { parts: Array<TextPartInput | FilePartInput | AgentPartInput | SubtaskPartInput> } path: { - /** - * Session ID - */ sessionID: string } query?: { @@ -3580,9 +3550,6 @@ export type SessionCommandData = { }> } path: { - /** - * Session ID - */ sessionID: string } query?: { @@ -3627,9 +3594,6 @@ export type SessionShellData = { command: string } path: { - /** - * Session ID - */ sessionID: string } query?: { |
