diff options
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/v2/gen/types.gen.ts | 54 |
1 files changed, 0 insertions, 54 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..30568c96d 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,13 +3320,7 @@ export type SessionPromptResponse = SessionPromptResponses[keyof SessionPromptRe export type SessionDeleteMessageData = { body?: never path: { - /** - * Session ID - */ sessionID: string - /** - * Message ID - */ messageID: string } query?: { @@ -3376,13 +3355,7 @@ export type SessionDeleteMessageResponse = SessionDeleteMessageResponses[keyof S export type SessionMessageData = { body?: never path: { - /** - * Session ID - */ sessionID: string - /** - * Message ID - */ messageID: string } query?: { @@ -3420,17 +3393,8 @@ export type SessionMessageResponse = SessionMessageResponses[keyof SessionMessag export type PartDeleteData = { body?: never path: { - /** - * Session ID - */ sessionID: string - /** - * Message ID - */ messageID: string - /** - * Part ID - */ partID: string } query?: { @@ -3465,17 +3429,8 @@ export type PartDeleteResponse = PartDeleteResponses[keyof PartDeleteResponses] export type PartUpdateData = { body?: Part path: { - /** - * Session ID - */ sessionID: string - /** - * Message ID - */ messageID: string - /** - * Part ID - */ partID: string } query?: { @@ -3528,9 +3483,6 @@ export type SessionPromptAsyncData = { parts: Array<TextPartInput | FilePartInput | AgentPartInput | SubtaskPartInput> } path: { - /** - * Session ID - */ sessionID: string } query?: { @@ -3580,9 +3532,6 @@ export type SessionCommandData = { }> } path: { - /** - * Session ID - */ sessionID: string } query?: { @@ -3627,9 +3576,6 @@ export type SessionShellData = { command: string } path: { - /** - * Session ID - */ sessionID: string } query?: { |
