@meetkai/mka1 0.48.38 → 0.48.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (215) hide show
  1. package/bin/mcp-server.js +1002 -741
  2. package/bin/mcp-server.js.map +38 -40
  3. package/dist/commonjs/funcs/llmConversationsCreateItems.d.ts +1 -2
  4. package/dist/commonjs/funcs/llmConversationsCreateItems.d.ts.map +1 -1
  5. package/dist/commonjs/funcs/llmConversationsCreateItems.js +1 -2
  6. package/dist/commonjs/funcs/llmConversationsCreateItems.js.map +1 -1
  7. package/dist/commonjs/funcs/llmConversationsListItems.d.ts +1 -2
  8. package/dist/commonjs/funcs/llmConversationsListItems.d.ts.map +1 -1
  9. package/dist/commonjs/funcs/llmConversationsListItems.js +1 -2
  10. package/dist/commonjs/funcs/llmConversationsListItems.js.map +1 -1
  11. package/dist/commonjs/funcs/llmPromptsDelete.js +1 -2
  12. package/dist/commonjs/funcs/llmPromptsDelete.js.map +1 -1
  13. package/dist/commonjs/lib/config.d.ts +2 -2
  14. package/dist/commonjs/lib/config.js +2 -2
  15. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  16. package/dist/commonjs/mcp-server/server.js +1 -1
  17. package/dist/commonjs/models/components/conversationobject.d.ts +3 -0
  18. package/dist/commonjs/models/components/conversationobject.d.ts.map +1 -1
  19. package/dist/commonjs/models/components/conversationobject.js.map +1 -1
  20. package/dist/commonjs/models/components/createconversationrequest.d.ts +3 -0
  21. package/dist/commonjs/models/components/createconversationrequest.d.ts.map +1 -1
  22. package/dist/commonjs/models/components/createconversationrequest.js.map +1 -1
  23. package/dist/commonjs/models/components/evalfewshotconfig.d.ts +4 -3
  24. package/dist/commonjs/models/components/evalfewshotconfig.d.ts.map +1 -1
  25. package/dist/commonjs/models/components/evalfewshotconfig.js +3 -2
  26. package/dist/commonjs/models/components/evalfewshotconfig.js.map +1 -1
  27. package/dist/commonjs/models/components/evalmetric.d.ts +37 -0
  28. package/dist/commonjs/models/components/evalmetric.d.ts.map +1 -0
  29. package/dist/commonjs/models/components/{itemlistobject.js → evalmetric.js} +37 -26
  30. package/dist/commonjs/models/components/evalmetric.js.map +1 -0
  31. package/dist/commonjs/models/components/evaltask.d.ts +3 -2
  32. package/dist/commonjs/models/components/evaltask.d.ts.map +1 -1
  33. package/dist/commonjs/models/components/evaltask.js +3 -2
  34. package/dist/commonjs/models/components/evaltask.js.map +1 -1
  35. package/dist/commonjs/models/components/index.d.ts +1 -3
  36. package/dist/commonjs/models/components/index.d.ts.map +1 -1
  37. package/dist/commonjs/models/components/index.js +1 -3
  38. package/dist/commonjs/models/components/index.js.map +1 -1
  39. package/dist/commonjs/models/components/livekittokenrequest.d.ts +3 -0
  40. package/dist/commonjs/models/components/livekittokenrequest.d.ts.map +1 -1
  41. package/dist/commonjs/models/components/livekittokenrequest.js.map +1 -1
  42. package/dist/commonjs/models/components/responseobject.d.ts +2 -11
  43. package/dist/commonjs/models/components/responseobject.d.ts.map +1 -1
  44. package/dist/commonjs/models/components/responseobject.js +3 -15
  45. package/dist/commonjs/models/components/responseobject.js.map +1 -1
  46. package/dist/commonjs/models/components/responsescreaterequest.d.ts +3 -0
  47. package/dist/commonjs/models/components/responsescreaterequest.d.ts.map +1 -1
  48. package/dist/commonjs/models/components/responsescreaterequest.js.map +1 -1
  49. package/dist/commonjs/models/components/update.d.ts +3 -0
  50. package/dist/commonjs/models/components/update.d.ts.map +1 -1
  51. package/dist/commonjs/models/components/update.js.map +1 -1
  52. package/dist/commonjs/models/components/updateresponserequest.d.ts +3 -0
  53. package/dist/commonjs/models/components/updateresponserequest.d.ts.map +1 -1
  54. package/dist/commonjs/models/components/updateresponserequest.js.map +1 -1
  55. package/dist/commonjs/models/operations/conversationsitemscreate.d.ts +123 -0
  56. package/dist/commonjs/models/operations/conversationsitemscreate.d.ts.map +1 -1
  57. package/dist/commonjs/models/operations/conversationsitemscreate.js +219 -1
  58. package/dist/commonjs/models/operations/conversationsitemscreate.js.map +1 -1
  59. package/dist/commonjs/models/operations/conversationsitemslist.d.ts +123 -0
  60. package/dist/commonjs/models/operations/conversationsitemslist.d.ts.map +1 -1
  61. package/dist/commonjs/models/operations/conversationsitemslist.js +220 -1
  62. package/dist/commonjs/models/operations/conversationsitemslist.js.map +1 -1
  63. package/dist/commonjs/models/operations/conversationsitemsretrieve.d.ts +85 -2
  64. package/dist/commonjs/models/operations/conversationsitemsretrieve.d.ts.map +1 -1
  65. package/dist/commonjs/models/operations/conversationsitemsretrieve.js +73 -3
  66. package/dist/commonjs/models/operations/conversationsitemsretrieve.js.map +1 -1
  67. package/dist/commonjs/models/operations/deleteprompt.d.ts +0 -11
  68. package/dist/commonjs/models/operations/deleteprompt.d.ts.map +1 -1
  69. package/dist/commonjs/models/operations/deleteprompt.js +1 -17
  70. package/dist/commonjs/models/operations/deleteprompt.js.map +1 -1
  71. package/dist/commonjs/models/operations/listevalsuiteversions.d.ts +8 -8
  72. package/dist/commonjs/models/operations/listevalsuiteversions.d.ts.map +1 -1
  73. package/dist/commonjs/models/operations/listevalsuiteversions.js +11 -12
  74. package/dist/commonjs/models/operations/listevalsuiteversions.js.map +1 -1
  75. package/dist/commonjs/react-query/llmConversationsCreateItems.d.ts +1 -2
  76. package/dist/commonjs/react-query/llmConversationsCreateItems.d.ts.map +1 -1
  77. package/dist/commonjs/react-query/llmConversationsCreateItems.js.map +1 -1
  78. package/dist/commonjs/react-query/llmConversationsListItems.core.d.ts +1 -2
  79. package/dist/commonjs/react-query/llmConversationsListItems.core.d.ts.map +1 -1
  80. package/dist/commonjs/react-query/llmConversationsListItems.core.js.map +1 -1
  81. package/dist/commonjs/sdk/conversations.d.ts +2 -2
  82. package/dist/commonjs/sdk/conversations.d.ts.map +1 -1
  83. package/dist/esm/funcs/llmConversationsCreateItems.d.ts +1 -2
  84. package/dist/esm/funcs/llmConversationsCreateItems.d.ts.map +1 -1
  85. package/dist/esm/funcs/llmConversationsCreateItems.js +1 -2
  86. package/dist/esm/funcs/llmConversationsCreateItems.js.map +1 -1
  87. package/dist/esm/funcs/llmConversationsListItems.d.ts +1 -2
  88. package/dist/esm/funcs/llmConversationsListItems.d.ts.map +1 -1
  89. package/dist/esm/funcs/llmConversationsListItems.js +1 -2
  90. package/dist/esm/funcs/llmConversationsListItems.js.map +1 -1
  91. package/dist/esm/funcs/llmPromptsDelete.js +2 -3
  92. package/dist/esm/funcs/llmPromptsDelete.js.map +1 -1
  93. package/dist/esm/lib/config.d.ts +2 -2
  94. package/dist/esm/lib/config.js +2 -2
  95. package/dist/esm/mcp-server/mcp-server.js +1 -1
  96. package/dist/esm/mcp-server/server.js +1 -1
  97. package/dist/esm/models/components/conversationobject.d.ts +3 -0
  98. package/dist/esm/models/components/conversationobject.d.ts.map +1 -1
  99. package/dist/esm/models/components/conversationobject.js.map +1 -1
  100. package/dist/esm/models/components/createconversationrequest.d.ts +3 -0
  101. package/dist/esm/models/components/createconversationrequest.d.ts.map +1 -1
  102. package/dist/esm/models/components/createconversationrequest.js.map +1 -1
  103. package/dist/esm/models/components/evalfewshotconfig.d.ts +4 -3
  104. package/dist/esm/models/components/evalfewshotconfig.d.ts.map +1 -1
  105. package/dist/esm/models/components/evalfewshotconfig.js +3 -2
  106. package/dist/esm/models/components/evalfewshotconfig.js.map +1 -1
  107. package/dist/esm/models/components/evalmetric.d.ts +37 -0
  108. package/dist/esm/models/components/evalmetric.d.ts.map +1 -0
  109. package/dist/esm/models/components/evalmetric.js +49 -0
  110. package/dist/esm/models/components/evalmetric.js.map +1 -0
  111. package/dist/esm/models/components/evaltask.d.ts +3 -2
  112. package/dist/esm/models/components/evaltask.d.ts.map +1 -1
  113. package/dist/esm/models/components/evaltask.js +3 -2
  114. package/dist/esm/models/components/evaltask.js.map +1 -1
  115. package/dist/esm/models/components/index.d.ts +1 -3
  116. package/dist/esm/models/components/index.d.ts.map +1 -1
  117. package/dist/esm/models/components/index.js +1 -3
  118. package/dist/esm/models/components/index.js.map +1 -1
  119. package/dist/esm/models/components/livekittokenrequest.d.ts +3 -0
  120. package/dist/esm/models/components/livekittokenrequest.d.ts.map +1 -1
  121. package/dist/esm/models/components/livekittokenrequest.js.map +1 -1
  122. package/dist/esm/models/components/responseobject.d.ts +2 -11
  123. package/dist/esm/models/components/responseobject.d.ts.map +1 -1
  124. package/dist/esm/models/components/responseobject.js +2 -12
  125. package/dist/esm/models/components/responseobject.js.map +1 -1
  126. package/dist/esm/models/components/responsescreaterequest.d.ts +3 -0
  127. package/dist/esm/models/components/responsescreaterequest.d.ts.map +1 -1
  128. package/dist/esm/models/components/responsescreaterequest.js.map +1 -1
  129. package/dist/esm/models/components/update.d.ts +3 -0
  130. package/dist/esm/models/components/update.d.ts.map +1 -1
  131. package/dist/esm/models/components/update.js.map +1 -1
  132. package/dist/esm/models/components/updateresponserequest.d.ts +3 -0
  133. package/dist/esm/models/components/updateresponserequest.d.ts.map +1 -1
  134. package/dist/esm/models/components/updateresponserequest.js.map +1 -1
  135. package/dist/esm/models/operations/conversationsitemscreate.d.ts +123 -0
  136. package/dist/esm/models/operations/conversationsitemscreate.d.ts.map +1 -1
  137. package/dist/esm/models/operations/conversationsitemscreate.js +210 -0
  138. package/dist/esm/models/operations/conversationsitemscreate.js.map +1 -1
  139. package/dist/esm/models/operations/conversationsitemslist.d.ts +123 -0
  140. package/dist/esm/models/operations/conversationsitemslist.d.ts.map +1 -1
  141. package/dist/esm/models/operations/conversationsitemslist.js +211 -0
  142. package/dist/esm/models/operations/conversationsitemslist.js.map +1 -1
  143. package/dist/esm/models/operations/conversationsitemsretrieve.d.ts +85 -2
  144. package/dist/esm/models/operations/conversationsitemsretrieve.d.ts.map +1 -1
  145. package/dist/esm/models/operations/conversationsitemsretrieve.js +68 -2
  146. package/dist/esm/models/operations/conversationsitemsretrieve.js.map +1 -1
  147. package/dist/esm/models/operations/deleteprompt.d.ts +0 -11
  148. package/dist/esm/models/operations/deleteprompt.d.ts.map +1 -1
  149. package/dist/esm/models/operations/deleteprompt.js +0 -14
  150. package/dist/esm/models/operations/deleteprompt.js.map +1 -1
  151. package/dist/esm/models/operations/listevalsuiteversions.d.ts +8 -8
  152. package/dist/esm/models/operations/listevalsuiteversions.d.ts.map +1 -1
  153. package/dist/esm/models/operations/listevalsuiteversions.js +8 -9
  154. package/dist/esm/models/operations/listevalsuiteversions.js.map +1 -1
  155. package/dist/esm/react-query/llmConversationsCreateItems.d.ts +1 -2
  156. package/dist/esm/react-query/llmConversationsCreateItems.d.ts.map +1 -1
  157. package/dist/esm/react-query/llmConversationsCreateItems.js.map +1 -1
  158. package/dist/esm/react-query/llmConversationsListItems.core.d.ts +1 -2
  159. package/dist/esm/react-query/llmConversationsListItems.core.d.ts.map +1 -1
  160. package/dist/esm/react-query/llmConversationsListItems.core.js.map +1 -1
  161. package/dist/esm/sdk/conversations.d.ts +2 -2
  162. package/dist/esm/sdk/conversations.d.ts.map +1 -1
  163. package/jsr.json +1 -1
  164. package/package.json +1 -1
  165. package/src/funcs/llmConversationsCreateItems.ts +4 -5
  166. package/src/funcs/llmConversationsListItems.ts +4 -5
  167. package/src/funcs/llmPromptsDelete.ts +2 -3
  168. package/src/lib/config.ts +2 -2
  169. package/src/mcp-server/mcp-server.ts +1 -1
  170. package/src/mcp-server/server.ts +1 -1
  171. package/src/models/components/conversationobject.ts +3 -0
  172. package/src/models/components/createconversationrequest.ts +3 -0
  173. package/src/models/components/evalfewshotconfig.ts +11 -5
  174. package/src/models/components/evalmetric.ts +96 -0
  175. package/src/models/components/evaltask.ts +10 -4
  176. package/src/models/components/index.ts +1 -3
  177. package/src/models/components/livekittokenrequest.ts +3 -0
  178. package/src/models/components/responseobject.ts +4 -47
  179. package/src/models/components/responsescreaterequest.ts +3 -0
  180. package/src/models/components/update.ts +3 -0
  181. package/src/models/components/updateresponserequest.ts +3 -0
  182. package/src/models/operations/conversationsitemscreate.ts +488 -0
  183. package/src/models/operations/conversationsitemslist.ts +496 -0
  184. package/src/models/operations/conversationsitemsretrieve.ts +168 -4
  185. package/src/models/operations/deleteprompt.ts +0 -41
  186. package/src/models/operations/listevalsuiteversions.ts +54 -44
  187. package/src/react-query/llmConversationsCreateItems.ts +2 -2
  188. package/src/react-query/llmConversationsListItems.core.ts +2 -2
  189. package/src/sdk/conversations.ts +2 -2
  190. package/dist/commonjs/models/components/inputmessagewithid.d.ts +0 -89
  191. package/dist/commonjs/models/components/inputmessagewithid.d.ts.map +0 -1
  192. package/dist/commonjs/models/components/inputmessagewithid.js +0 -106
  193. package/dist/commonjs/models/components/inputmessagewithid.js.map +0 -1
  194. package/dist/commonjs/models/components/itemlistobject.d.ts +0 -33
  195. package/dist/commonjs/models/components/itemlistobject.d.ts.map +0 -1
  196. package/dist/commonjs/models/components/itemlistobject.js.map +0 -1
  197. package/dist/commonjs/models/components/itemwithid.d.ts +0 -37
  198. package/dist/commonjs/models/components/itemwithid.d.ts.map +0 -1
  199. package/dist/commonjs/models/components/itemwithid.js +0 -128
  200. package/dist/commonjs/models/components/itemwithid.js.map +0 -1
  201. package/dist/esm/models/components/inputmessagewithid.d.ts +0 -89
  202. package/dist/esm/models/components/inputmessagewithid.d.ts.map +0 -1
  203. package/dist/esm/models/components/inputmessagewithid.js +0 -66
  204. package/dist/esm/models/components/inputmessagewithid.js.map +0 -1
  205. package/dist/esm/models/components/itemlistobject.d.ts +0 -33
  206. package/dist/esm/models/components/itemlistobject.d.ts.map +0 -1
  207. package/dist/esm/models/components/itemlistobject.js +0 -38
  208. package/dist/esm/models/components/itemlistobject.js.map +0 -1
  209. package/dist/esm/models/components/itemwithid.d.ts +0 -37
  210. package/dist/esm/models/components/itemwithid.d.ts.map +0 -1
  211. package/dist/esm/models/components/itemwithid.js +0 -90
  212. package/dist/esm/models/components/itemwithid.js.map +0 -1
  213. package/src/models/components/inputmessagewithid.ts +0 -183
  214. package/src/models/components/itemlistobject.ts +0 -85
  215. package/src/models/components/itemwithid.ts +0 -281
@@ -1,6 +1,7 @@
1
1
  import * as z from "zod/v3";
2
2
  import { ClosedEnum } from "../../types/enums.js";
3
3
  import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import * as components from "../components/index.js";
4
5
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
6
  /**
6
7
  * The order to return the input items in. Default is `asc`.
@@ -27,6 +28,77 @@ export type ConversationsItemsListRequest = {
27
28
  */
28
29
  xOnBehalfOf?: string | undefined;
29
30
  };
31
+ /**
32
+ * The role of the message sender (user, assistant, system, or developer).
33
+ */
34
+ export declare const ConversationsItemsListDataRole: {
35
+ readonly User: "user";
36
+ readonly Assistant: "assistant";
37
+ readonly System: "system";
38
+ readonly Developer: "developer";
39
+ };
40
+ /**
41
+ * The role of the message sender (user, assistant, system, or developer).
42
+ */
43
+ export type ConversationsItemsListDataRole = ClosedEnum<typeof ConversationsItemsListDataRole>;
44
+ /**
45
+ * The message content. Can be a simple text string or an array of multimodal content items (text, images, files, audio).
46
+ */
47
+ export type ConversationsItemsListDataContent = string | Array<components.InputMessageContent>;
48
+ /**
49
+ * Input message item: A message with role and content. Use this for user, assistant, system, or developer turns in structured inputs.
50
+ */
51
+ export type ConversationsItemsListDataInputMessageItem = {
52
+ /**
53
+ * The item type identifier. Always 'message' for message items.
54
+ */
55
+ type?: "message" | undefined;
56
+ /**
57
+ * The role of the message sender (user, assistant, system, or developer).
58
+ */
59
+ role: ConversationsItemsListDataRole;
60
+ /**
61
+ * The message content. Can be a simple text string or an array of multimodal content items (text, images, files, audio).
62
+ */
63
+ content: string | Array<components.InputMessageContent>;
64
+ /**
65
+ * The processing status of an individual item. 'in_progress' means currently processing, 'completed' means finished successfully, 'incomplete' means processing stopped before completion.
66
+ */
67
+ status?: components.Status | undefined;
68
+ /**
69
+ * The unique ID of the message.
70
+ */
71
+ id: string;
72
+ /**
73
+ * The ID of the response that created this item, if any.
74
+ */
75
+ responseId?: string | null | undefined;
76
+ /**
77
+ * Metadata from the response that created this item, if any.
78
+ */
79
+ metadata?: {
80
+ [k: string]: string;
81
+ } | null | undefined;
82
+ };
83
+ export type Data = components.ComputerToolCallWithId | components.CodeInterpreterToolCallWithId | components.OutputMessageWithId | components.OutputAudioItemWithId | components.FunctionToolCallWithId | components.LocalShellCallWithId | components.ShellCallWithId | components.MCPApprovalRequestWithId | components.MCPToolCallWithId | components.CustomToolCallWithId | components.FileSearchToolCallWithId | components.ComputerToolCallOutputWithId | components.WebSearchToolCallWithId | components.FunctionToolCallOutputWithId | components.ImageGenerationCallWithId | components.ShellCallOutputWithId | components.MCPListToolsWithId | components.MCPApprovalResponseWithId | components.CustomToolCallOutputWithId | ConversationsItemsListDataInputMessageItem | components.ReasoningWithId | components.LocalShellCallOutputWithId | components.ResponseCompactionItemWithId | components.ItemReferenceWithId;
84
+ /**
85
+ * OK
86
+ */
87
+ export type ConversationsItemsListResponseBody = {
88
+ object?: "list" | undefined;
89
+ /**
90
+ * A list of conversation items.
91
+ */
92
+ data: Array<components.ComputerToolCallWithId | components.CodeInterpreterToolCallWithId | components.OutputMessageWithId | components.OutputAudioItemWithId | components.FunctionToolCallWithId | components.LocalShellCallWithId | components.ShellCallWithId | components.MCPApprovalRequestWithId | components.MCPToolCallWithId | components.CustomToolCallWithId | components.FileSearchToolCallWithId | components.ComputerToolCallOutputWithId | components.WebSearchToolCallWithId | components.FunctionToolCallOutputWithId | components.ImageGenerationCallWithId | components.ShellCallOutputWithId | components.MCPListToolsWithId | components.MCPApprovalResponseWithId | components.CustomToolCallOutputWithId | ConversationsItemsListDataInputMessageItem | components.ReasoningWithId | components.LocalShellCallOutputWithId | components.ResponseCompactionItemWithId | components.ItemReferenceWithId>;
93
+ /**
94
+ * Whether there are more items
95
+ */
96
+ hasMore: boolean;
97
+ /**
98
+ * ID of the last item in the current page
99
+ */
100
+ lastId: string;
101
+ };
30
102
  /** @internal */
31
103
  export declare const QueryParamOrder$inboundSchema: z.ZodNativeEnum<typeof QueryParamOrder>;
32
104
  /** @internal */
@@ -46,4 +118,55 @@ export type ConversationsItemsListRequest$Outbound = {
46
118
  export declare const ConversationsItemsListRequest$outboundSchema: z.ZodType<ConversationsItemsListRequest$Outbound, z.ZodTypeDef, ConversationsItemsListRequest>;
47
119
  export declare function conversationsItemsListRequestToJSON(conversationsItemsListRequest: ConversationsItemsListRequest): string;
48
120
  export declare function conversationsItemsListRequestFromJSON(jsonString: string): SafeParseResult<ConversationsItemsListRequest, SDKValidationError>;
121
+ /** @internal */
122
+ export declare const ConversationsItemsListDataRole$inboundSchema: z.ZodNativeEnum<typeof ConversationsItemsListDataRole>;
123
+ /** @internal */
124
+ export declare const ConversationsItemsListDataRole$outboundSchema: z.ZodNativeEnum<typeof ConversationsItemsListDataRole>;
125
+ /** @internal */
126
+ export declare const ConversationsItemsListDataContent$inboundSchema: z.ZodType<ConversationsItemsListDataContent, z.ZodTypeDef, unknown>;
127
+ /** @internal */
128
+ export type ConversationsItemsListDataContent$Outbound = string | Array<components.InputMessageContent$Outbound>;
129
+ /** @internal */
130
+ export declare const ConversationsItemsListDataContent$outboundSchema: z.ZodType<ConversationsItemsListDataContent$Outbound, z.ZodTypeDef, ConversationsItemsListDataContent>;
131
+ export declare function conversationsItemsListDataContentToJSON(conversationsItemsListDataContent: ConversationsItemsListDataContent): string;
132
+ export declare function conversationsItemsListDataContentFromJSON(jsonString: string): SafeParseResult<ConversationsItemsListDataContent, SDKValidationError>;
133
+ /** @internal */
134
+ export declare const ConversationsItemsListDataInputMessageItem$inboundSchema: z.ZodType<ConversationsItemsListDataInputMessageItem, z.ZodTypeDef, unknown>;
135
+ /** @internal */
136
+ export type ConversationsItemsListDataInputMessageItem$Outbound = {
137
+ type?: "message" | undefined;
138
+ role: string;
139
+ content: string | Array<components.InputMessageContent$Outbound>;
140
+ status?: string | undefined;
141
+ id: string;
142
+ response_id?: string | null | undefined;
143
+ metadata?: {
144
+ [k: string]: string;
145
+ } | null | undefined;
146
+ };
147
+ /** @internal */
148
+ export declare const ConversationsItemsListDataInputMessageItem$outboundSchema: z.ZodType<ConversationsItemsListDataInputMessageItem$Outbound, z.ZodTypeDef, ConversationsItemsListDataInputMessageItem>;
149
+ export declare function conversationsItemsListDataInputMessageItemToJSON(conversationsItemsListDataInputMessageItem: ConversationsItemsListDataInputMessageItem): string;
150
+ export declare function conversationsItemsListDataInputMessageItemFromJSON(jsonString: string): SafeParseResult<ConversationsItemsListDataInputMessageItem, SDKValidationError>;
151
+ /** @internal */
152
+ export declare const Data$inboundSchema: z.ZodType<Data, z.ZodTypeDef, unknown>;
153
+ /** @internal */
154
+ export type Data$Outbound = components.ComputerToolCallWithId$Outbound | components.CodeInterpreterToolCallWithId$Outbound | components.OutputMessageWithId$Outbound | components.OutputAudioItemWithId$Outbound | components.FunctionToolCallWithId$Outbound | components.LocalShellCallWithId$Outbound | components.ShellCallWithId$Outbound | components.MCPApprovalRequestWithId$Outbound | components.MCPToolCallWithId$Outbound | components.CustomToolCallWithId$Outbound | components.FileSearchToolCallWithId$Outbound | components.ComputerToolCallOutputWithId$Outbound | components.WebSearchToolCallWithId$Outbound | components.FunctionToolCallOutputWithId$Outbound | components.ImageGenerationCallWithId$Outbound | components.ShellCallOutputWithId$Outbound | components.MCPListToolsWithId$Outbound | components.MCPApprovalResponseWithId$Outbound | components.CustomToolCallOutputWithId$Outbound | ConversationsItemsListDataInputMessageItem$Outbound | components.ReasoningWithId$Outbound | components.LocalShellCallOutputWithId$Outbound | components.ResponseCompactionItemWithId$Outbound | components.ItemReferenceWithId$Outbound;
155
+ /** @internal */
156
+ export declare const Data$outboundSchema: z.ZodType<Data$Outbound, z.ZodTypeDef, Data>;
157
+ export declare function dataToJSON(data: Data): string;
158
+ export declare function dataFromJSON(jsonString: string): SafeParseResult<Data, SDKValidationError>;
159
+ /** @internal */
160
+ export declare const ConversationsItemsListResponseBody$inboundSchema: z.ZodType<ConversationsItemsListResponseBody, z.ZodTypeDef, unknown>;
161
+ /** @internal */
162
+ export type ConversationsItemsListResponseBody$Outbound = {
163
+ object?: "list" | undefined;
164
+ data: Array<components.ComputerToolCallWithId$Outbound | components.CodeInterpreterToolCallWithId$Outbound | components.OutputMessageWithId$Outbound | components.OutputAudioItemWithId$Outbound | components.FunctionToolCallWithId$Outbound | components.LocalShellCallWithId$Outbound | components.ShellCallWithId$Outbound | components.MCPApprovalRequestWithId$Outbound | components.MCPToolCallWithId$Outbound | components.CustomToolCallWithId$Outbound | components.FileSearchToolCallWithId$Outbound | components.ComputerToolCallOutputWithId$Outbound | components.WebSearchToolCallWithId$Outbound | components.FunctionToolCallOutputWithId$Outbound | components.ImageGenerationCallWithId$Outbound | components.ShellCallOutputWithId$Outbound | components.MCPListToolsWithId$Outbound | components.MCPApprovalResponseWithId$Outbound | components.CustomToolCallOutputWithId$Outbound | ConversationsItemsListDataInputMessageItem$Outbound | components.ReasoningWithId$Outbound | components.LocalShellCallOutputWithId$Outbound | components.ResponseCompactionItemWithId$Outbound | components.ItemReferenceWithId$Outbound>;
165
+ has_more: boolean;
166
+ last_id: string;
167
+ };
168
+ /** @internal */
169
+ export declare const ConversationsItemsListResponseBody$outboundSchema: z.ZodType<ConversationsItemsListResponseBody$Outbound, z.ZodTypeDef, ConversationsItemsListResponseBody>;
170
+ export declare function conversationsItemsListResponseBodyToJSON(conversationsItemsListResponseBody: ConversationsItemsListResponseBody): string;
171
+ export declare function conversationsItemsListResponseBodyFromJSON(jsonString: string): SafeParseResult<ConversationsItemsListResponseBody, SDKValidationError>;
49
172
  //# sourceMappingURL=conversationsitemslist.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"conversationsitemslist.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/conversationsitemslist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,eAAe;;;CAGlB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAEjE,MAAM,MAAM,6BAA6B,GAAG;IAC1C,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,eAAe,CACS,CAAC;AAClC,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,eAAe,CACS,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,OAAO,CAaP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAAG;IACnD,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACvC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CAa7B,CAAC;AAEH,wBAAgB,mCAAmC,CACjD,6BAA6B,EAAE,6BAA6B,GAC3D,MAAM,CAMR;AACD,wBAAgB,qCAAqC,CACnD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,6BAA6B,EAAE,kBAAkB,CAAC,CAMpE"}
1
+ {"version":3,"file":"conversationsitemslist.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/conversationsitemslist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,eAAe;;;CAGlB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAEjE,MAAM,MAAM,6BAA6B,GAAG;IAC1C,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;;CAKjC,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG,UAAU,CACrD,OAAO,8BAA8B,CACtC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,iCAAiC,GACzC,MAAM,GACN,KAAK,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAAC;AAE1C;;GAEG;AACH,MAAM,MAAM,0CAA0C,GAAG;IACvD;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAC7B;;OAEG;IACH,IAAI,EAAE,8BAA8B,CAAC;IACrC;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,KAAK,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACxD;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC,MAAM,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;CACvD,CAAC;AAEF,MAAM,MAAM,IAAI,GACZ,UAAU,CAAC,sBAAsB,GACjC,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,mBAAmB,GAC9B,UAAU,CAAC,qBAAqB,GAChC,UAAU,CAAC,sBAAsB,GACjC,UAAU,CAAC,oBAAoB,GAC/B,UAAU,CAAC,eAAe,GAC1B,UAAU,CAAC,wBAAwB,GACnC,UAAU,CAAC,iBAAiB,GAC5B,UAAU,CAAC,oBAAoB,GAC/B,UAAU,CAAC,wBAAwB,GACnC,UAAU,CAAC,4BAA4B,GACvC,UAAU,CAAC,uBAAuB,GAClC,UAAU,CAAC,4BAA4B,GACvC,UAAU,CAAC,yBAAyB,GACpC,UAAU,CAAC,qBAAqB,GAChC,UAAU,CAAC,kBAAkB,GAC7B,UAAU,CAAC,yBAAyB,GACpC,UAAU,CAAC,0BAA0B,GACrC,0CAA0C,GAC1C,UAAU,CAAC,eAAe,GAC1B,UAAU,CAAC,0BAA0B,GACrC,UAAU,CAAC,4BAA4B,GACvC,UAAU,CAAC,mBAAmB,CAAC;AAEnC;;GAEG;AACH,MAAM,MAAM,kCAAkC,GAAG;IAC/C,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,IAAI,EAAE,KAAK,CACP,UAAU,CAAC,sBAAsB,GACjC,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,mBAAmB,GAC9B,UAAU,CAAC,qBAAqB,GAChC,UAAU,CAAC,sBAAsB,GACjC,UAAU,CAAC,oBAAoB,GAC/B,UAAU,CAAC,eAAe,GAC1B,UAAU,CAAC,wBAAwB,GACnC,UAAU,CAAC,iBAAiB,GAC5B,UAAU,CAAC,oBAAoB,GAC/B,UAAU,CAAC,wBAAwB,GACnC,UAAU,CAAC,4BAA4B,GACvC,UAAU,CAAC,uBAAuB,GAClC,UAAU,CAAC,4BAA4B,GACvC,UAAU,CAAC,yBAAyB,GACpC,UAAU,CAAC,qBAAqB,GAChC,UAAU,CAAC,kBAAkB,GAC7B,UAAU,CAAC,yBAAyB,GACpC,UAAU,CAAC,0BAA0B,GACrC,0CAA0C,GAC1C,UAAU,CAAC,eAAe,GAC1B,UAAU,CAAC,0BAA0B,GACrC,UAAU,CAAC,4BAA4B,GACvC,UAAU,CAAC,mBAAmB,CACjC,CAAC;IACF;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,eAAe,CACS,CAAC;AAClC,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,eAAe,CACS,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,OAAO,CAaP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAAG;IACnD,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACvC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CAa7B,CAAC;AAEH,wBAAgB,mCAAmC,CACjD,6BAA6B,EAAE,6BAA6B,GAC3D,MAAM,CAMR;AACD,wBAAgB,qCAAqC,CACnD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,6BAA6B,EAAE,kBAAkB,CAAC,CAMpE;AAED,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,aAAa,CACxE,OAAO,8BAA8B,CACS,CAAC;AACjD,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,aAAa,CACzE,OAAO,8BAA8B,CACS,CAAC;AAEjD,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAClD,MAAM,GACN,KAAK,CAAC,UAAU,CAAC,4BAA4B,CAAC,CAAC;AAEnD,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAIjC,CAAC;AAEH,wBAAgB,uCAAuC,CACrD,iCAAiC,EAAE,iCAAiC,GACnE,MAAM,CAMR;AACD,wBAAgB,yCAAyC,CACvD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iCAAiC,EAAE,kBAAkB,CAAC,CAMxE;AAED,gBAAgB;AAChB,eAAO,MAAM,wDAAwD,EACnE,CAAC,CAAC,OAAO,CAAC,0CAA0C,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAgBvE,CAAC;AACP,gBAAgB;AAChB,MAAM,MAAM,mDAAmD,GAAG;IAChE,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,GAAG,KAAK,CAAC,UAAU,CAAC,4BAA4B,CAAC,CAAC;IACjE,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;CACvD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EACpE,CAAC,CAAC,OAAO,CACP,mDAAmD,EACnD,CAAC,CAAC,UAAU,EACZ,0CAA0C,CAgB1C,CAAC;AAEL,wBAAgB,gDAAgD,CAC9D,0CAA0C,EACxC,0CAA0C,GAC3C,MAAM,CAMR;AACD,wBAAgB,kDAAkD,CAChE,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,0CAA0C,EAC1C,kBAAkB,CACnB,CASA;AAED,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CA0BlE,CAAC;AACL,gBAAgB;AAChB,MAAM,MAAM,aAAa,GACrB,UAAU,CAAC,+BAA+B,GAC1C,UAAU,CAAC,sCAAsC,GACjD,UAAU,CAAC,4BAA4B,GACvC,UAAU,CAAC,8BAA8B,GACzC,UAAU,CAAC,+BAA+B,GAC1C,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,wBAAwB,GACnC,UAAU,CAAC,iCAAiC,GAC5C,UAAU,CAAC,0BAA0B,GACrC,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,iCAAiC,GAC5C,UAAU,CAAC,qCAAqC,GAChD,UAAU,CAAC,gCAAgC,GAC3C,UAAU,CAAC,qCAAqC,GAChD,UAAU,CAAC,kCAAkC,GAC7C,UAAU,CAAC,8BAA8B,GACzC,UAAU,CAAC,2BAA2B,GACtC,UAAU,CAAC,kCAAkC,GAC7C,UAAU,CAAC,mCAAmC,GAC9C,mDAAmD,GACnD,UAAU,CAAC,wBAAwB,GACnC,UAAU,CAAC,mCAAmC,GAC9C,UAAU,CAAC,qCAAqC,GAChD,UAAU,CAAC,4BAA4B,CAAC;AAE5C,gBAAgB;AAChB,eAAO,MAAM,mBAAmB,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,EAAE,CAAC,CAAC,UAAU,EAAE,IAAI,CA0BzE,CAAC;AAEL,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAE7C;AACD,wBAAgB,YAAY,CAC1B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,IAAI,EAAE,kBAAkB,CAAC,CAM3C;AAED,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,OAAO,CAsCP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,2CAA2C,GAAG;IACxD,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,IAAI,EAAE,KAAK,CACP,UAAU,CAAC,+BAA+B,GAC1C,UAAU,CAAC,sCAAsC,GACjD,UAAU,CAAC,4BAA4B,GACvC,UAAU,CAAC,8BAA8B,GACzC,UAAU,CAAC,+BAA+B,GAC1C,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,wBAAwB,GACnC,UAAU,CAAC,iCAAiC,GAC5C,UAAU,CAAC,0BAA0B,GACrC,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,iCAAiC,GAC5C,UAAU,CAAC,qCAAqC,GAChD,UAAU,CAAC,gCAAgC,GAC3C,UAAU,CAAC,qCAAqC,GAChD,UAAU,CAAC,kCAAkC,GAC7C,UAAU,CAAC,8BAA8B,GACzC,UAAU,CAAC,2BAA2B,GACtC,UAAU,CAAC,kCAAkC,GAC7C,UAAU,CAAC,mCAAmC,GAC9C,mDAAmD,GACnD,UAAU,CAAC,wBAAwB,GACnC,UAAU,CAAC,mCAAmC,GAC9C,UAAU,CAAC,qCAAqC,GAChD,UAAU,CAAC,4BAA4B,CAC1C,CAAC;IACF,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACvE,2CAA2C,EAC3C,CAAC,CAAC,UAAU,EACZ,kCAAkC,CAsClC,CAAC;AAEH,wBAAgB,wCAAwC,CACtD,kCAAkC,EAAE,kCAAkC,GACrE,MAAM,CAMR;AACD,wBAAgB,0CAA0C,CACxD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kCAAkC,EAAE,kBAAkB,CAAC,CAOzE"}
@@ -36,12 +36,21 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ConversationsItemsListRequest$outboundSchema = exports.ConversationsItemsListRequest$inboundSchema = exports.QueryParamOrder$outboundSchema = exports.QueryParamOrder$inboundSchema = exports.QueryParamOrder = void 0;
39
+ exports.ConversationsItemsListResponseBody$outboundSchema = exports.ConversationsItemsListResponseBody$inboundSchema = exports.Data$outboundSchema = exports.Data$inboundSchema = exports.ConversationsItemsListDataInputMessageItem$outboundSchema = exports.ConversationsItemsListDataInputMessageItem$inboundSchema = exports.ConversationsItemsListDataContent$outboundSchema = exports.ConversationsItemsListDataContent$inboundSchema = exports.ConversationsItemsListDataRole$outboundSchema = exports.ConversationsItemsListDataRole$inboundSchema = exports.ConversationsItemsListRequest$outboundSchema = exports.ConversationsItemsListRequest$inboundSchema = exports.QueryParamOrder$outboundSchema = exports.QueryParamOrder$inboundSchema = exports.ConversationsItemsListDataRole = exports.QueryParamOrder = void 0;
40
40
  exports.conversationsItemsListRequestToJSON = conversationsItemsListRequestToJSON;
41
41
  exports.conversationsItemsListRequestFromJSON = conversationsItemsListRequestFromJSON;
42
+ exports.conversationsItemsListDataContentToJSON = conversationsItemsListDataContentToJSON;
43
+ exports.conversationsItemsListDataContentFromJSON = conversationsItemsListDataContentFromJSON;
44
+ exports.conversationsItemsListDataInputMessageItemToJSON = conversationsItemsListDataInputMessageItemToJSON;
45
+ exports.conversationsItemsListDataInputMessageItemFromJSON = conversationsItemsListDataInputMessageItemFromJSON;
46
+ exports.dataToJSON = dataToJSON;
47
+ exports.dataFromJSON = dataFromJSON;
48
+ exports.conversationsItemsListResponseBodyToJSON = conversationsItemsListResponseBodyToJSON;
49
+ exports.conversationsItemsListResponseBodyFromJSON = conversationsItemsListResponseBodyFromJSON;
42
50
  const z = __importStar(require("zod/v3"));
43
51
  const primitives_js_1 = require("../../lib/primitives.js");
44
52
  const schemas_js_1 = require("../../lib/schemas.js");
53
+ const components = __importStar(require("../components/index.js"));
45
54
  /**
46
55
  * The order to return the input items in. Default is `asc`.
47
56
  */
@@ -49,6 +58,15 @@ exports.QueryParamOrder = {
49
58
  Asc: "asc",
50
59
  Desc: "desc",
51
60
  };
61
+ /**
62
+ * The role of the message sender (user, assistant, system, or developer).
63
+ */
64
+ exports.ConversationsItemsListDataRole = {
65
+ User: "user",
66
+ Assistant: "assistant",
67
+ System: "system",
68
+ Developer: "developer",
69
+ };
52
70
  /** @internal */
53
71
  exports.QueryParamOrder$inboundSchema = z.nativeEnum(exports.QueryParamOrder);
54
72
  /** @internal */
@@ -87,4 +105,205 @@ function conversationsItemsListRequestToJSON(conversationsItemsListRequest) {
87
105
  function conversationsItemsListRequestFromJSON(jsonString) {
88
106
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConversationsItemsListRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConversationsItemsListRequest' from JSON`);
89
107
  }
108
+ /** @internal */
109
+ exports.ConversationsItemsListDataRole$inboundSchema = z.nativeEnum(exports.ConversationsItemsListDataRole);
110
+ /** @internal */
111
+ exports.ConversationsItemsListDataRole$outboundSchema = exports.ConversationsItemsListDataRole$inboundSchema;
112
+ /** @internal */
113
+ exports.ConversationsItemsListDataContent$inboundSchema = z.union([
114
+ z.string(),
115
+ z.array(components.InputMessageContent$inboundSchema),
116
+ ]);
117
+ /** @internal */
118
+ exports.ConversationsItemsListDataContent$outboundSchema = z.union([
119
+ z.string(),
120
+ z.array(components.InputMessageContent$outboundSchema),
121
+ ]);
122
+ function conversationsItemsListDataContentToJSON(conversationsItemsListDataContent) {
123
+ return JSON.stringify(exports.ConversationsItemsListDataContent$outboundSchema.parse(conversationsItemsListDataContent));
124
+ }
125
+ function conversationsItemsListDataContentFromJSON(jsonString) {
126
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConversationsItemsListDataContent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConversationsItemsListDataContent' from JSON`);
127
+ }
128
+ /** @internal */
129
+ exports.ConversationsItemsListDataInputMessageItem$inboundSchema = z.object({
130
+ type: z.literal("message").optional(),
131
+ role: exports.ConversationsItemsListDataRole$inboundSchema,
132
+ content: z.union([
133
+ z.string(),
134
+ z.array(components.InputMessageContent$inboundSchema),
135
+ ]),
136
+ status: components.Status$inboundSchema.optional(),
137
+ id: z.string(),
138
+ response_id: z.nullable(z.string()).optional(),
139
+ metadata: z.nullable(z.record(z.string())).optional(),
140
+ }).transform((v) => {
141
+ return (0, primitives_js_1.remap)(v, {
142
+ "response_id": "responseId",
143
+ });
144
+ });
145
+ /** @internal */
146
+ exports.ConversationsItemsListDataInputMessageItem$outboundSchema = z.object({
147
+ type: z.literal("message").optional(),
148
+ role: exports.ConversationsItemsListDataRole$outboundSchema,
149
+ content: z.union([
150
+ z.string(),
151
+ z.array(components.InputMessageContent$outboundSchema),
152
+ ]),
153
+ status: components.Status$outboundSchema.optional(),
154
+ id: z.string(),
155
+ responseId: z.nullable(z.string()).optional(),
156
+ metadata: z.nullable(z.record(z.string())).optional(),
157
+ }).transform((v) => {
158
+ return (0, primitives_js_1.remap)(v, {
159
+ responseId: "response_id",
160
+ });
161
+ });
162
+ function conversationsItemsListDataInputMessageItemToJSON(conversationsItemsListDataInputMessageItem) {
163
+ return JSON.stringify(exports.ConversationsItemsListDataInputMessageItem$outboundSchema.parse(conversationsItemsListDataInputMessageItem));
164
+ }
165
+ function conversationsItemsListDataInputMessageItemFromJSON(jsonString) {
166
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConversationsItemsListDataInputMessageItem$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConversationsItemsListDataInputMessageItem' from JSON`);
167
+ }
168
+ /** @internal */
169
+ exports.Data$inboundSchema = z
170
+ .union([
171
+ components.ComputerToolCallWithId$inboundSchema,
172
+ components.CodeInterpreterToolCallWithId$inboundSchema,
173
+ components.OutputMessageWithId$inboundSchema,
174
+ components.OutputAudioItemWithId$inboundSchema,
175
+ components.FunctionToolCallWithId$inboundSchema,
176
+ components.LocalShellCallWithId$inboundSchema,
177
+ components.ShellCallWithId$inboundSchema,
178
+ components.MCPApprovalRequestWithId$inboundSchema,
179
+ components.MCPToolCallWithId$inboundSchema,
180
+ components.CustomToolCallWithId$inboundSchema,
181
+ components.FileSearchToolCallWithId$inboundSchema,
182
+ components.ComputerToolCallOutputWithId$inboundSchema,
183
+ components.WebSearchToolCallWithId$inboundSchema,
184
+ components.FunctionToolCallOutputWithId$inboundSchema,
185
+ components.ImageGenerationCallWithId$inboundSchema,
186
+ components.ShellCallOutputWithId$inboundSchema,
187
+ components.MCPListToolsWithId$inboundSchema,
188
+ components.MCPApprovalResponseWithId$inboundSchema,
189
+ components.CustomToolCallOutputWithId$inboundSchema,
190
+ z.lazy(() => exports.ConversationsItemsListDataInputMessageItem$inboundSchema),
191
+ components.ReasoningWithId$inboundSchema,
192
+ components.LocalShellCallOutputWithId$inboundSchema,
193
+ components.ResponseCompactionItemWithId$inboundSchema,
194
+ components.ItemReferenceWithId$inboundSchema,
195
+ ]);
196
+ /** @internal */
197
+ exports.Data$outboundSchema = z.union([
198
+ components.ComputerToolCallWithId$outboundSchema,
199
+ components.CodeInterpreterToolCallWithId$outboundSchema,
200
+ components.OutputMessageWithId$outboundSchema,
201
+ components.OutputAudioItemWithId$outboundSchema,
202
+ components.FunctionToolCallWithId$outboundSchema,
203
+ components.LocalShellCallWithId$outboundSchema,
204
+ components.ShellCallWithId$outboundSchema,
205
+ components.MCPApprovalRequestWithId$outboundSchema,
206
+ components.MCPToolCallWithId$outboundSchema,
207
+ components.CustomToolCallWithId$outboundSchema,
208
+ components.FileSearchToolCallWithId$outboundSchema,
209
+ components.ComputerToolCallOutputWithId$outboundSchema,
210
+ components.WebSearchToolCallWithId$outboundSchema,
211
+ components.FunctionToolCallOutputWithId$outboundSchema,
212
+ components.ImageGenerationCallWithId$outboundSchema,
213
+ components.ShellCallOutputWithId$outboundSchema,
214
+ components.MCPListToolsWithId$outboundSchema,
215
+ components.MCPApprovalResponseWithId$outboundSchema,
216
+ components.CustomToolCallOutputWithId$outboundSchema,
217
+ z.lazy(() => exports.ConversationsItemsListDataInputMessageItem$outboundSchema),
218
+ components.ReasoningWithId$outboundSchema,
219
+ components.LocalShellCallOutputWithId$outboundSchema,
220
+ components.ResponseCompactionItemWithId$outboundSchema,
221
+ components.ItemReferenceWithId$outboundSchema,
222
+ ]);
223
+ function dataToJSON(data) {
224
+ return JSON.stringify(exports.Data$outboundSchema.parse(data));
225
+ }
226
+ function dataFromJSON(jsonString) {
227
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Data$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Data' from JSON`);
228
+ }
229
+ /** @internal */
230
+ exports.ConversationsItemsListResponseBody$inboundSchema = z.object({
231
+ object: z.literal("list").optional(),
232
+ data: z.array(z.union([
233
+ components.ComputerToolCallWithId$inboundSchema,
234
+ components.CodeInterpreterToolCallWithId$inboundSchema,
235
+ components.OutputMessageWithId$inboundSchema,
236
+ components.OutputAudioItemWithId$inboundSchema,
237
+ components.FunctionToolCallWithId$inboundSchema,
238
+ components.LocalShellCallWithId$inboundSchema,
239
+ components.ShellCallWithId$inboundSchema,
240
+ components.MCPApprovalRequestWithId$inboundSchema,
241
+ components.MCPToolCallWithId$inboundSchema,
242
+ components.CustomToolCallWithId$inboundSchema,
243
+ components.FileSearchToolCallWithId$inboundSchema,
244
+ components.ComputerToolCallOutputWithId$inboundSchema,
245
+ components.WebSearchToolCallWithId$inboundSchema,
246
+ components.FunctionToolCallOutputWithId$inboundSchema,
247
+ components.ImageGenerationCallWithId$inboundSchema,
248
+ components.ShellCallOutputWithId$inboundSchema,
249
+ components.MCPListToolsWithId$inboundSchema,
250
+ components.MCPApprovalResponseWithId$inboundSchema,
251
+ components.CustomToolCallOutputWithId$inboundSchema,
252
+ z.lazy(() => exports.ConversationsItemsListDataInputMessageItem$inboundSchema),
253
+ components.ReasoningWithId$inboundSchema,
254
+ components.LocalShellCallOutputWithId$inboundSchema,
255
+ components.ResponseCompactionItemWithId$inboundSchema,
256
+ components.ItemReferenceWithId$inboundSchema,
257
+ ])),
258
+ has_more: z.boolean(),
259
+ last_id: z.string(),
260
+ }).transform((v) => {
261
+ return (0, primitives_js_1.remap)(v, {
262
+ "has_more": "hasMore",
263
+ "last_id": "lastId",
264
+ });
265
+ });
266
+ /** @internal */
267
+ exports.ConversationsItemsListResponseBody$outboundSchema = z.object({
268
+ object: z.literal("list").optional(),
269
+ data: z.array(z.union([
270
+ components.ComputerToolCallWithId$outboundSchema,
271
+ components.CodeInterpreterToolCallWithId$outboundSchema,
272
+ components.OutputMessageWithId$outboundSchema,
273
+ components.OutputAudioItemWithId$outboundSchema,
274
+ components.FunctionToolCallWithId$outboundSchema,
275
+ components.LocalShellCallWithId$outboundSchema,
276
+ components.ShellCallWithId$outboundSchema,
277
+ components.MCPApprovalRequestWithId$outboundSchema,
278
+ components.MCPToolCallWithId$outboundSchema,
279
+ components.CustomToolCallWithId$outboundSchema,
280
+ components.FileSearchToolCallWithId$outboundSchema,
281
+ components.ComputerToolCallOutputWithId$outboundSchema,
282
+ components.WebSearchToolCallWithId$outboundSchema,
283
+ components.FunctionToolCallOutputWithId$outboundSchema,
284
+ components.ImageGenerationCallWithId$outboundSchema,
285
+ components.ShellCallOutputWithId$outboundSchema,
286
+ components.MCPListToolsWithId$outboundSchema,
287
+ components.MCPApprovalResponseWithId$outboundSchema,
288
+ components.CustomToolCallOutputWithId$outboundSchema,
289
+ z.lazy(() => exports.ConversationsItemsListDataInputMessageItem$outboundSchema),
290
+ components.ReasoningWithId$outboundSchema,
291
+ components.LocalShellCallOutputWithId$outboundSchema,
292
+ components.ResponseCompactionItemWithId$outboundSchema,
293
+ components.ItemReferenceWithId$outboundSchema,
294
+ ])),
295
+ hasMore: z.boolean(),
296
+ lastId: z.string(),
297
+ }).transform((v) => {
298
+ return (0, primitives_js_1.remap)(v, {
299
+ hasMore: "has_more",
300
+ lastId: "last_id",
301
+ });
302
+ });
303
+ function conversationsItemsListResponseBodyToJSON(conversationsItemsListResponseBody) {
304
+ return JSON.stringify(exports.ConversationsItemsListResponseBody$outboundSchema.parse(conversationsItemsListResponseBody));
305
+ }
306
+ function conversationsItemsListResponseBodyFromJSON(jsonString) {
307
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConversationsItemsListResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConversationsItemsListResponseBody' from JSON`);
308
+ }
90
309
  //# sourceMappingURL=conversationsitemslist.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"conversationsitemslist.js","sourceRoot":"","sources":["../../../../src/models/operations/conversationsitemslist.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4FH,kFAQC;AACD,sFAQC;AA3GD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAKjD;;GAEG;AACU,QAAA,eAAe,GAAG;IAC7B,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACJ,CAAC;AAqBX,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,uBAAe,CAAC,CAAC;AAClC,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,qCAA6B,CAAC;AAElC,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE;IAC3B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACnC,KAAK,EAAE,qCAA6B,CAAC,OAAO,CAAC,KAAK,CAAC;IACnD,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,iBAAiB,EAAE,gBAAgB;QACnC,gBAAgB,EAAE,aAAa;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWH,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAC1B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACnC,KAAK,EAAE,sCAA8B,CAAC,OAAO,CAAC,KAAK,CAAC;IACpD,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;QACjC,WAAW,EAAE,gBAAgB;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,mCAAmC,CACjD,6BAA4D;IAE5D,OAAO,IAAI,CAAC,SAAS,CACnB,oDAA4C,CAAC,KAAK,CAChD,6BAA6B,CAC9B,CACF,CAAC;AACJ,CAAC;AACD,SAAgB,qCAAqC,CACnD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,mDAA2C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,2DAA2D,CAC5D,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"conversationsitemslist.js","sourceRoot":"","sources":["../../../../src/models/operations/conversationsitemslist.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,5 @@
1
1
  import * as z from "zod/v3";
2
+ import { ClosedEnum } from "../../types/enums.js";
2
3
  import { Result as SafeParseResult } from "../../types/fp.js";
3
4
  import * as components from "../components/index.js";
4
5
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
@@ -10,10 +11,62 @@ export type ConversationsItemsRetrieveRequest = {
10
11
  */
11
12
  xOnBehalfOf?: string | undefined;
12
13
  };
14
+ /**
15
+ * The role of the message sender (user, assistant, system, or developer).
16
+ */
17
+ export declare const Role: {
18
+ readonly User: "user";
19
+ readonly Assistant: "assistant";
20
+ readonly System: "system";
21
+ readonly Developer: "developer";
22
+ };
23
+ /**
24
+ * The role of the message sender (user, assistant, system, or developer).
25
+ */
26
+ export type Role = ClosedEnum<typeof Role>;
27
+ /**
28
+ * The message content. Can be a simple text string or an array of multimodal content items (text, images, files, audio).
29
+ */
30
+ export type Content = string | Array<components.InputMessageContent>;
31
+ /**
32
+ * Input message item: A message with role and content. Use this for user, assistant, system, or developer turns in structured inputs.
33
+ */
34
+ export type InputMessageItem = {
35
+ /**
36
+ * The item type identifier. Always 'message' for message items.
37
+ */
38
+ type?: "message" | undefined;
39
+ /**
40
+ * The role of the message sender (user, assistant, system, or developer).
41
+ */
42
+ role: Role;
43
+ /**
44
+ * The message content. Can be a simple text string or an array of multimodal content items (text, images, files, audio).
45
+ */
46
+ content: string | Array<components.InputMessageContent>;
47
+ /**
48
+ * The processing status of an individual item. 'in_progress' means currently processing, 'completed' means finished successfully, 'incomplete' means processing stopped before completion.
49
+ */
50
+ status?: components.Status | undefined;
51
+ /**
52
+ * The unique ID of the message.
53
+ */
54
+ id: string;
55
+ /**
56
+ * The ID of the response that created this item, if any.
57
+ */
58
+ responseId?: string | null | undefined;
59
+ /**
60
+ * Metadata from the response that created this item, if any.
61
+ */
62
+ metadata?: {
63
+ [k: string]: string;
64
+ } | null | undefined;
65
+ };
13
66
  /**
14
67
  * OK
15
68
  */
16
- export type ConversationsItemsRetrieveResponseBody = components.ComputerToolCallWithId | components.CodeInterpreterToolCallWithId | components.OutputMessageWithId | components.OutputAudioItemWithId | components.FunctionToolCallWithId | components.LocalShellCallWithId | components.ShellCallWithId | components.MCPApprovalRequestWithId | components.MCPToolCallWithId | components.CustomToolCallWithId | components.FileSearchToolCallWithId | components.ComputerToolCallOutputWithId | components.WebSearchToolCallWithId | components.FunctionToolCallOutputWithId | components.ImageGenerationCallWithId | components.ShellCallOutputWithId | components.MCPListToolsWithId | components.MCPApprovalResponseWithId | components.CustomToolCallOutputWithId | components.InputMessageWithId | components.ReasoningWithId | components.LocalShellCallOutputWithId | components.ResponseCompactionItemWithId | components.ItemReferenceWithId;
69
+ export type ConversationsItemsRetrieveResponseBody = components.ComputerToolCallWithId | components.CodeInterpreterToolCallWithId | components.OutputMessageWithId | components.OutputAudioItemWithId | components.FunctionToolCallWithId | components.LocalShellCallWithId | components.ShellCallWithId | components.MCPApprovalRequestWithId | components.MCPToolCallWithId | components.CustomToolCallWithId | components.FileSearchToolCallWithId | components.ComputerToolCallOutputWithId | components.WebSearchToolCallWithId | components.FunctionToolCallOutputWithId | components.ImageGenerationCallWithId | components.ShellCallOutputWithId | components.MCPListToolsWithId | components.MCPApprovalResponseWithId | components.CustomToolCallOutputWithId | InputMessageItem | components.ReasoningWithId | components.LocalShellCallOutputWithId | components.ResponseCompactionItemWithId | components.ItemReferenceWithId;
17
70
  /** @internal */
18
71
  export declare const ConversationsItemsRetrieveRequest$inboundSchema: z.ZodType<ConversationsItemsRetrieveRequest, z.ZodTypeDef, unknown>;
19
72
  /** @internal */
@@ -27,9 +80,39 @@ export declare const ConversationsItemsRetrieveRequest$outboundSchema: z.ZodType
27
80
  export declare function conversationsItemsRetrieveRequestToJSON(conversationsItemsRetrieveRequest: ConversationsItemsRetrieveRequest): string;
28
81
  export declare function conversationsItemsRetrieveRequestFromJSON(jsonString: string): SafeParseResult<ConversationsItemsRetrieveRequest, SDKValidationError>;
29
82
  /** @internal */
83
+ export declare const Role$inboundSchema: z.ZodNativeEnum<typeof Role>;
84
+ /** @internal */
85
+ export declare const Role$outboundSchema: z.ZodNativeEnum<typeof Role>;
86
+ /** @internal */
87
+ export declare const Content$inboundSchema: z.ZodType<Content, z.ZodTypeDef, unknown>;
88
+ /** @internal */
89
+ export type Content$Outbound = string | Array<components.InputMessageContent$Outbound>;
90
+ /** @internal */
91
+ export declare const Content$outboundSchema: z.ZodType<Content$Outbound, z.ZodTypeDef, Content>;
92
+ export declare function contentToJSON(content: Content): string;
93
+ export declare function contentFromJSON(jsonString: string): SafeParseResult<Content, SDKValidationError>;
94
+ /** @internal */
95
+ export declare const InputMessageItem$inboundSchema: z.ZodType<InputMessageItem, z.ZodTypeDef, unknown>;
96
+ /** @internal */
97
+ export type InputMessageItem$Outbound = {
98
+ type?: "message" | undefined;
99
+ role: string;
100
+ content: string | Array<components.InputMessageContent$Outbound>;
101
+ status?: string | undefined;
102
+ id: string;
103
+ response_id?: string | null | undefined;
104
+ metadata?: {
105
+ [k: string]: string;
106
+ } | null | undefined;
107
+ };
108
+ /** @internal */
109
+ export declare const InputMessageItem$outboundSchema: z.ZodType<InputMessageItem$Outbound, z.ZodTypeDef, InputMessageItem>;
110
+ export declare function inputMessageItemToJSON(inputMessageItem: InputMessageItem): string;
111
+ export declare function inputMessageItemFromJSON(jsonString: string): SafeParseResult<InputMessageItem, SDKValidationError>;
112
+ /** @internal */
30
113
  export declare const ConversationsItemsRetrieveResponseBody$inboundSchema: z.ZodType<ConversationsItemsRetrieveResponseBody, z.ZodTypeDef, unknown>;
31
114
  /** @internal */
32
- export type ConversationsItemsRetrieveResponseBody$Outbound = components.ComputerToolCallWithId$Outbound | components.CodeInterpreterToolCallWithId$Outbound | components.OutputMessageWithId$Outbound | components.OutputAudioItemWithId$Outbound | components.FunctionToolCallWithId$Outbound | components.LocalShellCallWithId$Outbound | components.ShellCallWithId$Outbound | components.MCPApprovalRequestWithId$Outbound | components.MCPToolCallWithId$Outbound | components.CustomToolCallWithId$Outbound | components.FileSearchToolCallWithId$Outbound | components.ComputerToolCallOutputWithId$Outbound | components.WebSearchToolCallWithId$Outbound | components.FunctionToolCallOutputWithId$Outbound | components.ImageGenerationCallWithId$Outbound | components.ShellCallOutputWithId$Outbound | components.MCPListToolsWithId$Outbound | components.MCPApprovalResponseWithId$Outbound | components.CustomToolCallOutputWithId$Outbound | components.InputMessageWithId$Outbound | components.ReasoningWithId$Outbound | components.LocalShellCallOutputWithId$Outbound | components.ResponseCompactionItemWithId$Outbound | components.ItemReferenceWithId$Outbound;
115
+ export type ConversationsItemsRetrieveResponseBody$Outbound = components.ComputerToolCallWithId$Outbound | components.CodeInterpreterToolCallWithId$Outbound | components.OutputMessageWithId$Outbound | components.OutputAudioItemWithId$Outbound | components.FunctionToolCallWithId$Outbound | components.LocalShellCallWithId$Outbound | components.ShellCallWithId$Outbound | components.MCPApprovalRequestWithId$Outbound | components.MCPToolCallWithId$Outbound | components.CustomToolCallWithId$Outbound | components.FileSearchToolCallWithId$Outbound | components.ComputerToolCallOutputWithId$Outbound | components.WebSearchToolCallWithId$Outbound | components.FunctionToolCallOutputWithId$Outbound | components.ImageGenerationCallWithId$Outbound | components.ShellCallOutputWithId$Outbound | components.MCPListToolsWithId$Outbound | components.MCPApprovalResponseWithId$Outbound | components.CustomToolCallOutputWithId$Outbound | InputMessageItem$Outbound | components.ReasoningWithId$Outbound | components.LocalShellCallOutputWithId$Outbound | components.ResponseCompactionItemWithId$Outbound | components.ItemReferenceWithId$Outbound;
33
116
  /** @internal */
34
117
  export declare const ConversationsItemsRetrieveResponseBody$outboundSchema: z.ZodType<ConversationsItemsRetrieveResponseBody$Outbound, z.ZodTypeDef, ConversationsItemsRetrieveResponseBody>;
35
118
  export declare function conversationsItemsRetrieveResponseBodyToJSON(conversationsItemsRetrieveResponseBody: ConversationsItemsRetrieveResponseBody): string;
@@ -1 +1 @@
1
- {"version":3,"file":"conversationsitemsretrieve.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/conversationsitemsretrieve.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"conversationsitemsretrieve.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/conversationsitemsretrieve.ts"],"names":[],"mappings":"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"}