@orq-ai/node 4.0.13 → 4.0.16

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 (268) hide show
  1. package/bin/mcp-server.js +25995 -27782
  2. package/bin/mcp-server.js.map +64 -47
  3. package/examples/package-lock.json +1 -1
  4. package/jsr.json +1 -1
  5. package/lib/config.d.ts +2 -2
  6. package/lib/config.js +2 -2
  7. package/mcp-server/mcp-server.js +1 -1
  8. package/mcp-server/server.js +1 -1
  9. package/models/components/actionreviewedstreamingevent.d.ts +76 -0
  10. package/models/components/actionreviewedstreamingevent.d.ts.map +1 -0
  11. package/models/components/actionreviewedstreamingevent.js +127 -0
  12. package/models/components/actionreviewedstreamingevent.js.map +1 -0
  13. package/models/components/actionreviewrequestedstreamingevent.d.ts +135 -0
  14. package/models/components/actionreviewrequestedstreamingevent.d.ts.map +1 -0
  15. package/models/components/actionreviewrequestedstreamingevent.js +180 -0
  16. package/models/components/actionreviewrequestedstreamingevent.js.map +1 -0
  17. package/models/components/agenterroredstreamingevent.d.ts +58 -0
  18. package/models/components/agenterroredstreamingevent.d.ts.map +1 -0
  19. package/models/components/agenterroredstreamingevent.js +91 -0
  20. package/models/components/agenterroredstreamingevent.js.map +1 -0
  21. package/models/components/agentexecutionstartedstreamingevent.d.ts +62 -0
  22. package/models/components/agentexecutionstartedstreamingevent.d.ts.map +1 -0
  23. package/models/components/agentexecutionstartedstreamingevent.js +103 -0
  24. package/models/components/agentexecutionstartedstreamingevent.js.map +1 -0
  25. package/models/components/agenthandedoffstreamingevent.d.ts +51 -0
  26. package/models/components/agenthandedoffstreamingevent.d.ts.map +1 -0
  27. package/models/components/agenthandedoffstreamingevent.js +96 -0
  28. package/models/components/agenthandedoffstreamingevent.js.map +1 -0
  29. package/models/components/agentinactivestreamingevent.d.ts +309 -0
  30. package/models/components/agentinactivestreamingevent.d.ts.map +1 -0
  31. package/models/components/agentinactivestreamingevent.js +385 -0
  32. package/models/components/agentinactivestreamingevent.js.map +1 -0
  33. package/models/components/agentmessagecreatedstreamingevent.d.ts +141 -0
  34. package/models/components/agentmessagecreatedstreamingevent.d.ts.map +1 -0
  35. package/models/components/agentmessagecreatedstreamingevent.js +190 -0
  36. package/models/components/agentmessagecreatedstreamingevent.js.map +1 -0
  37. package/models/components/agentstartedstreamingevent.d.ts +382 -0
  38. package/models/components/agentstartedstreamingevent.d.ts.map +1 -0
  39. package/models/components/agentstartedstreamingevent.js +441 -0
  40. package/models/components/agentstartedstreamingevent.js.map +1 -0
  41. package/models/components/agentthoughtstreamingevent.d.ts +542 -0
  42. package/models/components/agentthoughtstreamingevent.d.ts.map +1 -0
  43. package/models/components/agentthoughtstreamingevent.js +626 -0
  44. package/models/components/agentthoughtstreamingevent.js.map +1 -0
  45. package/models/components/errorstreamingevent.d.ts +51 -0
  46. package/models/components/errorstreamingevent.d.ts.map +1 -0
  47. package/models/components/errorstreamingevent.js +87 -0
  48. package/models/components/errorstreamingevent.js.map +1 -0
  49. package/models/components/executionnamedstreamingevent.d.ts +51 -0
  50. package/models/components/executionnamedstreamingevent.d.ts.map +1 -0
  51. package/models/components/executionnamedstreamingevent.js +96 -0
  52. package/models/components/executionnamedstreamingevent.js.map +1 -0
  53. package/models/components/executionreviewedstreamingevent.d.ts +45 -0
  54. package/models/components/executionreviewedstreamingevent.d.ts.map +1 -0
  55. package/models/components/executionreviewedstreamingevent.js +81 -0
  56. package/models/components/executionreviewedstreamingevent.js.map +1 -0
  57. package/models/components/executionreviewrequiredstreamingevent.d.ts +45 -0
  58. package/models/components/executionreviewrequiredstreamingevent.d.ts.map +1 -0
  59. package/models/components/executionreviewrequiredstreamingevent.js +82 -0
  60. package/models/components/executionreviewrequiredstreamingevent.js.map +1 -0
  61. package/models/components/filepart.d.ts +1 -1
  62. package/models/components/index.d.ts +17 -0
  63. package/models/components/index.d.ts.map +1 -1
  64. package/models/components/index.js +17 -0
  65. package/models/components/index.js.map +1 -1
  66. package/models/components/invokedeploymentrequest.d.ts +13 -13
  67. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  68. package/models/components/invokedeploymentrequest.js +17 -17
  69. package/models/components/invokedeploymentrequest.js.map +1 -1
  70. package/models/components/timeoutstreamingevent.d.ts +49 -0
  71. package/models/components/timeoutstreamingevent.d.ts.map +1 -0
  72. package/models/components/timeoutstreamingevent.js +85 -0
  73. package/models/components/timeoutstreamingevent.js.map +1 -0
  74. package/models/components/toolexecutionfailedstreamingevent.d.ts +144 -0
  75. package/models/components/toolexecutionfailedstreamingevent.d.ts.map +1 -0
  76. package/models/components/toolexecutionfailedstreamingevent.js +223 -0
  77. package/models/components/toolexecutionfailedstreamingevent.js.map +1 -0
  78. package/models/components/toolexecutionfinishedstreamingevent.d.ts +129 -0
  79. package/models/components/toolexecutionfinishedstreamingevent.d.ts.map +1 -0
  80. package/models/components/toolexecutionfinishedstreamingevent.js +205 -0
  81. package/models/components/toolexecutionfinishedstreamingevent.js.map +1 -0
  82. package/models/components/toolexecutionstartedstreamingevent.d.ts +139 -0
  83. package/models/components/toolexecutionstartedstreamingevent.d.ts.map +1 -0
  84. package/models/components/toolexecutionstartedstreamingevent.js +217 -0
  85. package/models/components/toolexecutionstartedstreamingevent.js.map +1 -0
  86. package/models/components/toolresultpart.d.ts +1 -1
  87. package/models/operations/createagentresponserequest.d.ts +4 -137
  88. package/models/operations/createagentresponserequest.d.ts.map +1 -1
  89. package/models/operations/createagentresponserequest.js +9 -138
  90. package/models/operations/createagentresponserequest.js.map +1 -1
  91. package/models/operations/createbudget.js +2 -2
  92. package/models/operations/createcontact.js +2 -2
  93. package/models/operations/createdataset.js +2 -2
  94. package/models/operations/createdatasetitem.js +8 -8
  95. package/models/operations/createdatasource.js +2 -2
  96. package/models/operations/createeval.d.ts +70 -70
  97. package/models/operations/createeval.d.ts.map +1 -1
  98. package/models/operations/createeval.js +169 -162
  99. package/models/operations/createeval.js.map +1 -1
  100. package/models/operations/createtool.js +12 -12
  101. package/models/operations/fileget.js +2 -2
  102. package/models/operations/filelist.js +2 -2
  103. package/models/operations/fileupload.js +2 -2
  104. package/models/operations/getalltools.js +12 -12
  105. package/models/operations/getbudget.js +2 -2
  106. package/models/operations/getevals.js +28 -28
  107. package/models/operations/invokeagent.d.ts +14 -147
  108. package/models/operations/invokeagent.d.ts.map +1 -1
  109. package/models/operations/invokeagent.js +19 -148
  110. package/models/operations/invokeagent.js.map +1 -1
  111. package/models/operations/listbudgets.js +2 -2
  112. package/models/operations/listcontacts.js +2 -2
  113. package/models/operations/listdatasetdatapoints.js +8 -8
  114. package/models/operations/listdatasets.js +2 -2
  115. package/models/operations/listdatasources.js +2 -2
  116. package/models/operations/listknowledgebases.d.ts +16 -16
  117. package/models/operations/listknowledgebases.d.ts.map +1 -1
  118. package/models/operations/listknowledgebases.js +27 -25
  119. package/models/operations/listknowledgebases.js.map +1 -1
  120. package/models/operations/retrievecontact.js +2 -2
  121. package/models/operations/retrievedatapoint.js +8 -8
  122. package/models/operations/retrievedataset.js +2 -2
  123. package/models/operations/retrievedatasource.js +2 -2
  124. package/models/operations/retrievetool.js +12 -12
  125. package/models/operations/runagent.d.ts +4 -137
  126. package/models/operations/runagent.d.ts.map +1 -1
  127. package/models/operations/runagent.js +17 -145
  128. package/models/operations/runagent.js.map +1 -1
  129. package/models/operations/streamagent.d.ts +241 -2491
  130. package/models/operations/streamagent.d.ts.map +1 -1
  131. package/models/operations/streamagent.js +172 -2826
  132. package/models/operations/streamagent.js.map +1 -1
  133. package/models/operations/streamrunagent.d.ts +889 -3139
  134. package/models/operations/streamrunagent.d.ts.map +1 -1
  135. package/models/operations/streamrunagent.js +175 -2825
  136. package/models/operations/streamrunagent.js.map +1 -1
  137. package/models/operations/updatebudget.js +2 -2
  138. package/models/operations/updatecontact.js +2 -2
  139. package/models/operations/updatedatapoint.js +8 -8
  140. package/models/operations/updatedataset.js +2 -2
  141. package/models/operations/updatedatasource.js +2 -2
  142. package/models/operations/updateeval.js +28 -28
  143. package/models/operations/updatetool.js +14 -14
  144. package/package.json +1 -1
  145. package/packages/orq-rc/examples/package-lock.json +1 -1
  146. package/packages/orq-rc/jsr.json +1 -1
  147. package/packages/orq-rc/package-lock.json +2 -2
  148. package/packages/orq-rc/package.json +1 -1
  149. package/packages/orq-rc/src/lib/config.ts +3 -3
  150. package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
  151. package/packages/orq-rc/src/mcp-server/server.ts +1 -1
  152. package/packages/orq-rc/src/models/components/actionreviewedstreamingevent.ts +189 -0
  153. package/packages/orq-rc/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
  154. package/packages/orq-rc/src/models/components/agenterroredstreamingevent.ts +142 -0
  155. package/packages/orq-rc/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
  156. package/packages/orq-rc/src/models/components/agenthandedoffstreamingevent.ts +142 -0
  157. package/packages/orq-rc/src/models/components/agentinactivestreamingevent.ts +857 -0
  158. package/packages/orq-rc/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
  159. package/packages/orq-rc/src/models/components/agentstartedstreamingevent.ts +909 -0
  160. package/packages/orq-rc/src/models/components/agentthoughtstreamingevent.ts +1419 -0
  161. package/packages/orq-rc/src/models/components/errorstreamingevent.ts +129 -0
  162. package/packages/orq-rc/src/models/components/executionnamedstreamingevent.ts +142 -0
  163. package/packages/orq-rc/src/models/components/executionreviewedstreamingevent.ts +122 -0
  164. package/packages/orq-rc/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
  165. package/packages/orq-rc/src/models/components/filepart.ts +1 -1
  166. package/packages/orq-rc/src/models/components/index.ts +17 -0
  167. package/packages/orq-rc/src/models/components/invokedeploymentrequest.ts +32 -27
  168. package/packages/orq-rc/src/models/components/timeoutstreamingevent.ts +125 -0
  169. package/packages/orq-rc/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
  170. package/packages/orq-rc/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
  171. package/packages/orq-rc/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
  172. package/packages/orq-rc/src/models/components/toolresultpart.ts +1 -1
  173. package/packages/orq-rc/src/models/operations/createagentresponserequest.ts +20 -321
  174. package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
  175. package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
  176. package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
  177. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
  178. package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
  179. package/packages/orq-rc/src/models/operations/createeval.ts +318 -615
  180. package/packages/orq-rc/src/models/operations/createtool.ts +12 -12
  181. package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
  182. package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
  183. package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
  184. package/packages/orq-rc/src/models/operations/getalltools.ts +12 -12
  185. package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
  186. package/packages/orq-rc/src/models/operations/getevals.ts +52 -287
  187. package/packages/orq-rc/src/models/operations/invokeagent.ts +36 -373
  188. package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
  189. package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
  190. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
  191. package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
  192. package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
  193. package/packages/orq-rc/src/models/operations/listknowledgebases.ts +82 -102
  194. package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
  195. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
  196. package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
  197. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
  198. package/packages/orq-rc/src/models/operations/retrievetool.ts +12 -12
  199. package/packages/orq-rc/src/models/operations/runagent.ts +17 -365
  200. package/packages/orq-rc/src/models/operations/streamagent.ts +794 -6985
  201. package/packages/orq-rc/src/models/operations/streamrunagent.ts +3939 -9983
  202. package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
  203. package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
  204. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
  205. package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
  206. package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
  207. package/packages/orq-rc/src/models/operations/updateeval.ts +52 -287
  208. package/packages/orq-rc/src/models/operations/updatetool.ts +14 -14
  209. package/src/lib/config.ts +2 -2
  210. package/src/mcp-server/mcp-server.ts +1 -1
  211. package/src/mcp-server/server.ts +1 -1
  212. package/src/models/components/actionreviewedstreamingevent.ts +189 -0
  213. package/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
  214. package/src/models/components/agenterroredstreamingevent.ts +142 -0
  215. package/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
  216. package/src/models/components/agenthandedoffstreamingevent.ts +142 -0
  217. package/src/models/components/agentinactivestreamingevent.ts +857 -0
  218. package/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
  219. package/src/models/components/agentstartedstreamingevent.ts +909 -0
  220. package/src/models/components/agentthoughtstreamingevent.ts +1419 -0
  221. package/src/models/components/errorstreamingevent.ts +129 -0
  222. package/src/models/components/executionnamedstreamingevent.ts +142 -0
  223. package/src/models/components/executionreviewedstreamingevent.ts +122 -0
  224. package/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
  225. package/src/models/components/filepart.ts +1 -1
  226. package/src/models/components/index.ts +17 -0
  227. package/src/models/components/invokedeploymentrequest.ts +32 -27
  228. package/src/models/components/timeoutstreamingevent.ts +125 -0
  229. package/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
  230. package/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
  231. package/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
  232. package/src/models/components/toolresultpart.ts +1 -1
  233. package/src/models/operations/createagentresponserequest.ts +20 -321
  234. package/src/models/operations/createbudget.ts +2 -2
  235. package/src/models/operations/createcontact.ts +2 -2
  236. package/src/models/operations/createdataset.ts +2 -2
  237. package/src/models/operations/createdatasetitem.ts +8 -8
  238. package/src/models/operations/createdatasource.ts +2 -2
  239. package/src/models/operations/createeval.ts +294 -368
  240. package/src/models/operations/createtool.ts +12 -12
  241. package/src/models/operations/fileget.ts +2 -2
  242. package/src/models/operations/filelist.ts +2 -2
  243. package/src/models/operations/fileupload.ts +2 -2
  244. package/src/models/operations/getalltools.ts +12 -12
  245. package/src/models/operations/getbudget.ts +2 -2
  246. package/src/models/operations/getevals.ts +28 -28
  247. package/src/models/operations/invokeagent.ts +36 -373
  248. package/src/models/operations/listbudgets.ts +2 -2
  249. package/src/models/operations/listcontacts.ts +2 -2
  250. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  251. package/src/models/operations/listdatasets.ts +2 -2
  252. package/src/models/operations/listdatasources.ts +2 -2
  253. package/src/models/operations/listknowledgebases.ts +82 -102
  254. package/src/models/operations/retrievecontact.ts +2 -2
  255. package/src/models/operations/retrievedatapoint.ts +8 -8
  256. package/src/models/operations/retrievedataset.ts +2 -2
  257. package/src/models/operations/retrievedatasource.ts +2 -2
  258. package/src/models/operations/retrievetool.ts +12 -12
  259. package/src/models/operations/runagent.ts +17 -365
  260. package/src/models/operations/streamagent.ts +794 -6985
  261. package/src/models/operations/streamrunagent.ts +3939 -9983
  262. package/src/models/operations/updatebudget.ts +2 -2
  263. package/src/models/operations/updatecontact.ts +2 -2
  264. package/src/models/operations/updatedatapoint.ts +8 -8
  265. package/src/models/operations/updatedataset.ts +2 -2
  266. package/src/models/operations/updatedatasource.ts +2 -2
  267. package/src/models/operations/updateeval.ts +28 -28
  268. package/src/models/operations/updatetool.ts +14 -14
@@ -0,0 +1,49 @@
1
+ import * as z from "zod/v3";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export declare const TimeoutStreamingEventType: {
6
+ readonly AgentsTimeout: "agents.timeout";
7
+ };
8
+ export type TimeoutStreamingEventType = ClosedEnum<typeof TimeoutStreamingEventType>;
9
+ export type TimeoutStreamingEventData = {
10
+ message: string;
11
+ };
12
+ /**
13
+ * Emitted when the agent stream exceeds the configured timeout duration. Contains a message describing the timeout condition.
14
+ */
15
+ export type TimeoutStreamingEvent = {
16
+ type: TimeoutStreamingEventType;
17
+ /**
18
+ * ISO timestamp of the event
19
+ */
20
+ timestamp: string;
21
+ data: TimeoutStreamingEventData;
22
+ };
23
+ /** @internal */
24
+ export declare const TimeoutStreamingEventType$inboundSchema: z.ZodNativeEnum<typeof TimeoutStreamingEventType>;
25
+ /** @internal */
26
+ export declare const TimeoutStreamingEventType$outboundSchema: z.ZodNativeEnum<typeof TimeoutStreamingEventType>;
27
+ /** @internal */
28
+ export declare const TimeoutStreamingEventData$inboundSchema: z.ZodType<TimeoutStreamingEventData, z.ZodTypeDef, unknown>;
29
+ /** @internal */
30
+ export type TimeoutStreamingEventData$Outbound = {
31
+ message: string;
32
+ };
33
+ /** @internal */
34
+ export declare const TimeoutStreamingEventData$outboundSchema: z.ZodType<TimeoutStreamingEventData$Outbound, z.ZodTypeDef, TimeoutStreamingEventData>;
35
+ export declare function timeoutStreamingEventDataToJSON(timeoutStreamingEventData: TimeoutStreamingEventData): string;
36
+ export declare function timeoutStreamingEventDataFromJSON(jsonString: string): SafeParseResult<TimeoutStreamingEventData, SDKValidationError>;
37
+ /** @internal */
38
+ export declare const TimeoutStreamingEvent$inboundSchema: z.ZodType<TimeoutStreamingEvent, z.ZodTypeDef, unknown>;
39
+ /** @internal */
40
+ export type TimeoutStreamingEvent$Outbound = {
41
+ type: string;
42
+ timestamp: string;
43
+ data: TimeoutStreamingEventData$Outbound;
44
+ };
45
+ /** @internal */
46
+ export declare const TimeoutStreamingEvent$outboundSchema: z.ZodType<TimeoutStreamingEvent$Outbound, z.ZodTypeDef, TimeoutStreamingEvent>;
47
+ export declare function timeoutStreamingEventToJSON(timeoutStreamingEvent: TimeoutStreamingEvent): string;
48
+ export declare function timeoutStreamingEventFromJSON(jsonString: string): SafeParseResult<TimeoutStreamingEvent, SDKValidationError>;
49
+ //# sourceMappingURL=timeoutstreamingevent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeoutstreamingevent.d.ts","sourceRoot":"","sources":["../../src/models/components/timeoutstreamingevent.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,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,eAAO,MAAM,yBAAyB;;CAE5B,CAAC;AACX,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAChD,OAAO,yBAAyB,CACjC,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,yBAAyB,CAAC;IAChC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,yBAAyB,CAAC;CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,aAAa,CACnE,OAAO,yBAAyB,CACS,CAAC;AAC5C,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,aAAa,CACpE,OAAO,yBAAyB,CACS,CAAC;AAE5C,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,kCAAkC,GAAG;IAC/C,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,yBAAyB,CAGzB,CAAC;AAEH,wBAAgB,+BAA+B,CAC7C,yBAAyB,EAAE,yBAAyB,GACnD,MAAM,CAIR;AACD,wBAAgB,iCAAiC,CAC/C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,yBAAyB,EAAE,kBAAkB,CAAC,CAMhE;AAED,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,kCAAkC,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAKrB,CAAC;AAEH,wBAAgB,2BAA2B,CACzC,qBAAqB,EAAE,qBAAqB,GAC3C,MAAM,CAIR;AACD,wBAAgB,6BAA6B,CAC3C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qBAAqB,EAAE,kBAAkB,CAAC,CAM5D"}
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.TimeoutStreamingEvent$outboundSchema = exports.TimeoutStreamingEvent$inboundSchema = exports.TimeoutStreamingEventData$outboundSchema = exports.TimeoutStreamingEventData$inboundSchema = exports.TimeoutStreamingEventType$outboundSchema = exports.TimeoutStreamingEventType$inboundSchema = exports.TimeoutStreamingEventType = void 0;
40
+ exports.timeoutStreamingEventDataToJSON = timeoutStreamingEventDataToJSON;
41
+ exports.timeoutStreamingEventDataFromJSON = timeoutStreamingEventDataFromJSON;
42
+ exports.timeoutStreamingEventToJSON = timeoutStreamingEventToJSON;
43
+ exports.timeoutStreamingEventFromJSON = timeoutStreamingEventFromJSON;
44
+ const z = __importStar(require("zod/v3"));
45
+ const schemas_js_1 = require("../../lib/schemas.js");
46
+ exports.TimeoutStreamingEventType = {
47
+ AgentsTimeout: "agents.timeout",
48
+ };
49
+ /** @internal */
50
+ exports.TimeoutStreamingEventType$inboundSchema = z.nativeEnum(exports.TimeoutStreamingEventType);
51
+ /** @internal */
52
+ exports.TimeoutStreamingEventType$outboundSchema = exports.TimeoutStreamingEventType$inboundSchema;
53
+ /** @internal */
54
+ exports.TimeoutStreamingEventData$inboundSchema = z.object({
55
+ message: z.string(),
56
+ });
57
+ /** @internal */
58
+ exports.TimeoutStreamingEventData$outboundSchema = z.object({
59
+ message: z.string(),
60
+ });
61
+ function timeoutStreamingEventDataToJSON(timeoutStreamingEventData) {
62
+ return JSON.stringify(exports.TimeoutStreamingEventData$outboundSchema.parse(timeoutStreamingEventData));
63
+ }
64
+ function timeoutStreamingEventDataFromJSON(jsonString) {
65
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.TimeoutStreamingEventData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'TimeoutStreamingEventData' from JSON`);
66
+ }
67
+ /** @internal */
68
+ exports.TimeoutStreamingEvent$inboundSchema = z.object({
69
+ type: exports.TimeoutStreamingEventType$inboundSchema,
70
+ timestamp: z.string(),
71
+ data: z.lazy(() => exports.TimeoutStreamingEventData$inboundSchema),
72
+ });
73
+ /** @internal */
74
+ exports.TimeoutStreamingEvent$outboundSchema = z.object({
75
+ type: exports.TimeoutStreamingEventType$outboundSchema,
76
+ timestamp: z.string(),
77
+ data: z.lazy(() => exports.TimeoutStreamingEventData$outboundSchema),
78
+ });
79
+ function timeoutStreamingEventToJSON(timeoutStreamingEvent) {
80
+ return JSON.stringify(exports.TimeoutStreamingEvent$outboundSchema.parse(timeoutStreamingEvent));
81
+ }
82
+ function timeoutStreamingEventFromJSON(jsonString) {
83
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.TimeoutStreamingEvent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'TimeoutStreamingEvent' from JSON`);
84
+ }
85
+ //# sourceMappingURL=timeoutstreamingevent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeoutstreamingevent.js","sourceRoot":"","sources":["../../src/models/components/timeoutstreamingevent.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8DH,0EAMC;AACD,8EAQC;AA8BD,kEAMC;AACD,sEAQC;AAxHD,0CAA4B;AAC5B,qDAAiD;AAKpC,QAAA,yBAAyB,GAAG;IACvC,aAAa,EAAE,gBAAgB;CACvB,CAAC;AAqBX,gBAAgB;AACH,QAAA,uCAAuC,GAEhD,CAAC,CAAC,UAAU,CAAC,iCAAyB,CAAC,CAAC;AAC5C,gBAAgB;AACH,QAAA,wCAAwC,GAEjD,+CAAuC,CAAC;AAE5C,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAMH,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAEH,SAAgB,+BAA+B,CAC7C,yBAAoD;IAEpD,OAAO,IAAI,CAAC,SAAS,CACnB,gDAAwC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAC1E,CAAC;AACJ,CAAC;AACD,SAAgB,iCAAiC,CAC/C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+CAAuC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACnE,uDAAuD,CACxD,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,+CAAuC;IAC7C,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,+CAAuC,CAAC;CAC5D,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,oCAAoC,GAI7C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,gDAAwC;IAC9C,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,gDAAwC,CAAC;CAC7D,CAAC,CAAC;AAEH,SAAgB,2BAA2B,CACzC,qBAA4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,4CAAoC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAClE,CAAC;AACJ,CAAC;AACD,SAAgB,6BAA6B,CAC3C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,2CAAmC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC/D,mDAAmD,CACpD,CAAC;AACJ,CAAC"}
@@ -0,0 +1,144 @@
1
+ import * as z from "zod/v3";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export declare const ToolExecutionFailedStreamingEventType: {
6
+ readonly EventWorkflowEventsToolExecutionFailed: "event.workflow_events.tool_execution_failed";
7
+ };
8
+ export type ToolExecutionFailedStreamingEventType = ClosedEnum<typeof ToolExecutionFailedStreamingEventType>;
9
+ export type ErrorT = {
10
+ message: string;
11
+ stack?: string | undefined;
12
+ };
13
+ /**
14
+ * Orquesta product
15
+ */
16
+ export declare const ToolExecutionFailedStreamingEventProduct: {
17
+ readonly Remoteconfigs: "remoteconfigs";
18
+ readonly Deployments: "deployments";
19
+ readonly Experiments: "experiments";
20
+ readonly Playgrounds: "playgrounds";
21
+ readonly Spreadsheets: "spreadsheets";
22
+ readonly SpreadsheetRun: "spreadsheet_run";
23
+ readonly LlmEvaluator: "llm_evaluator";
24
+ readonly Knowledge: "knowledge";
25
+ readonly Router: "router";
26
+ readonly Workflows: "workflows";
27
+ readonly ExternalEvents: "external_events";
28
+ readonly Agents: "agents";
29
+ readonly MemoryStores: "memory-stores";
30
+ readonly Generic: "generic";
31
+ readonly Evaluators: "evaluators";
32
+ readonly Otel: "otel";
33
+ };
34
+ /**
35
+ * Orquesta product
36
+ */
37
+ export type ToolExecutionFailedStreamingEventProduct = ClosedEnum<typeof ToolExecutionFailedStreamingEventProduct>;
38
+ export type ToolExecutionFailedStreamingEventMemory = {
39
+ entityId: string;
40
+ };
41
+ export type ToolExecutionFailedStreamingEventToolExecutionContext = {
42
+ actionId: string;
43
+ agentToolCallId: string;
44
+ workspaceId: string;
45
+ agentManifestId: string;
46
+ agentExecutionId: string;
47
+ /**
48
+ * Orquesta product
49
+ */
50
+ product: ToolExecutionFailedStreamingEventProduct;
51
+ memory?: ToolExecutionFailedStreamingEventMemory | undefined;
52
+ parentId?: string | undefined;
53
+ };
54
+ export type ToolExecutionFailedStreamingEventData = {
55
+ error: ErrorT;
56
+ actionType: string;
57
+ toolExecutionContext: ToolExecutionFailedStreamingEventToolExecutionContext;
58
+ responseId?: string | undefined;
59
+ workflowRunId: string;
60
+ };
61
+ /**
62
+ * Emitted when a tool execution fails. Contains the error details, action type, and execution context.
63
+ */
64
+ export type ToolExecutionFailedStreamingEvent = {
65
+ type: ToolExecutionFailedStreamingEventType;
66
+ /**
67
+ * ISO timestamp of the event
68
+ */
69
+ timestamp: string;
70
+ data: ToolExecutionFailedStreamingEventData;
71
+ };
72
+ /** @internal */
73
+ export declare const ToolExecutionFailedStreamingEventType$inboundSchema: z.ZodNativeEnum<typeof ToolExecutionFailedStreamingEventType>;
74
+ /** @internal */
75
+ export declare const ToolExecutionFailedStreamingEventType$outboundSchema: z.ZodNativeEnum<typeof ToolExecutionFailedStreamingEventType>;
76
+ /** @internal */
77
+ export declare const ErrorT$inboundSchema: z.ZodType<ErrorT, z.ZodTypeDef, unknown>;
78
+ /** @internal */
79
+ export type ErrorT$Outbound = {
80
+ message: string;
81
+ stack?: string | undefined;
82
+ };
83
+ /** @internal */
84
+ export declare const ErrorT$outboundSchema: z.ZodType<ErrorT$Outbound, z.ZodTypeDef, ErrorT>;
85
+ export declare function errorToJSON(errorT: ErrorT): string;
86
+ export declare function errorFromJSON(jsonString: string): SafeParseResult<ErrorT, SDKValidationError>;
87
+ /** @internal */
88
+ export declare const ToolExecutionFailedStreamingEventProduct$inboundSchema: z.ZodNativeEnum<typeof ToolExecutionFailedStreamingEventProduct>;
89
+ /** @internal */
90
+ export declare const ToolExecutionFailedStreamingEventProduct$outboundSchema: z.ZodNativeEnum<typeof ToolExecutionFailedStreamingEventProduct>;
91
+ /** @internal */
92
+ export declare const ToolExecutionFailedStreamingEventMemory$inboundSchema: z.ZodType<ToolExecutionFailedStreamingEventMemory, z.ZodTypeDef, unknown>;
93
+ /** @internal */
94
+ export type ToolExecutionFailedStreamingEventMemory$Outbound = {
95
+ entity_id: string;
96
+ };
97
+ /** @internal */
98
+ export declare const ToolExecutionFailedStreamingEventMemory$outboundSchema: z.ZodType<ToolExecutionFailedStreamingEventMemory$Outbound, z.ZodTypeDef, ToolExecutionFailedStreamingEventMemory>;
99
+ export declare function toolExecutionFailedStreamingEventMemoryToJSON(toolExecutionFailedStreamingEventMemory: ToolExecutionFailedStreamingEventMemory): string;
100
+ export declare function toolExecutionFailedStreamingEventMemoryFromJSON(jsonString: string): SafeParseResult<ToolExecutionFailedStreamingEventMemory, SDKValidationError>;
101
+ /** @internal */
102
+ export declare const ToolExecutionFailedStreamingEventToolExecutionContext$inboundSchema: z.ZodType<ToolExecutionFailedStreamingEventToolExecutionContext, z.ZodTypeDef, unknown>;
103
+ /** @internal */
104
+ export type ToolExecutionFailedStreamingEventToolExecutionContext$Outbound = {
105
+ action_id: string;
106
+ agent_tool_call_id: string;
107
+ workspace_id: string;
108
+ agent_manifest_id: string;
109
+ agent_execution_id: string;
110
+ product: string;
111
+ memory?: ToolExecutionFailedStreamingEventMemory$Outbound | undefined;
112
+ parent_id?: string | undefined;
113
+ };
114
+ /** @internal */
115
+ export declare const ToolExecutionFailedStreamingEventToolExecutionContext$outboundSchema: z.ZodType<ToolExecutionFailedStreamingEventToolExecutionContext$Outbound, z.ZodTypeDef, ToolExecutionFailedStreamingEventToolExecutionContext>;
116
+ export declare function toolExecutionFailedStreamingEventToolExecutionContextToJSON(toolExecutionFailedStreamingEventToolExecutionContext: ToolExecutionFailedStreamingEventToolExecutionContext): string;
117
+ export declare function toolExecutionFailedStreamingEventToolExecutionContextFromJSON(jsonString: string): SafeParseResult<ToolExecutionFailedStreamingEventToolExecutionContext, SDKValidationError>;
118
+ /** @internal */
119
+ export declare const ToolExecutionFailedStreamingEventData$inboundSchema: z.ZodType<ToolExecutionFailedStreamingEventData, z.ZodTypeDef, unknown>;
120
+ /** @internal */
121
+ export type ToolExecutionFailedStreamingEventData$Outbound = {
122
+ error: ErrorT$Outbound;
123
+ action_type: string;
124
+ tool_execution_context: ToolExecutionFailedStreamingEventToolExecutionContext$Outbound;
125
+ responseId?: string | undefined;
126
+ workflowRunId: string;
127
+ };
128
+ /** @internal */
129
+ export declare const ToolExecutionFailedStreamingEventData$outboundSchema: z.ZodType<ToolExecutionFailedStreamingEventData$Outbound, z.ZodTypeDef, ToolExecutionFailedStreamingEventData>;
130
+ export declare function toolExecutionFailedStreamingEventDataToJSON(toolExecutionFailedStreamingEventData: ToolExecutionFailedStreamingEventData): string;
131
+ export declare function toolExecutionFailedStreamingEventDataFromJSON(jsonString: string): SafeParseResult<ToolExecutionFailedStreamingEventData, SDKValidationError>;
132
+ /** @internal */
133
+ export declare const ToolExecutionFailedStreamingEvent$inboundSchema: z.ZodType<ToolExecutionFailedStreamingEvent, z.ZodTypeDef, unknown>;
134
+ /** @internal */
135
+ export type ToolExecutionFailedStreamingEvent$Outbound = {
136
+ type: string;
137
+ timestamp: string;
138
+ data: ToolExecutionFailedStreamingEventData$Outbound;
139
+ };
140
+ /** @internal */
141
+ export declare const ToolExecutionFailedStreamingEvent$outboundSchema: z.ZodType<ToolExecutionFailedStreamingEvent$Outbound, z.ZodTypeDef, ToolExecutionFailedStreamingEvent>;
142
+ export declare function toolExecutionFailedStreamingEventToJSON(toolExecutionFailedStreamingEvent: ToolExecutionFailedStreamingEvent): string;
143
+ export declare function toolExecutionFailedStreamingEventFromJSON(jsonString: string): SafeParseResult<ToolExecutionFailedStreamingEvent, SDKValidationError>;
144
+ //# sourceMappingURL=toolexecutionfailedstreamingevent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toolexecutionfailedstreamingevent.d.ts","sourceRoot":"","sources":["../../src/models/components/toolexecutionfailedstreamingevent.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,223 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.ToolExecutionFailedStreamingEvent$outboundSchema = exports.ToolExecutionFailedStreamingEvent$inboundSchema = exports.ToolExecutionFailedStreamingEventData$outboundSchema = exports.ToolExecutionFailedStreamingEventData$inboundSchema = exports.ToolExecutionFailedStreamingEventToolExecutionContext$outboundSchema = exports.ToolExecutionFailedStreamingEventToolExecutionContext$inboundSchema = exports.ToolExecutionFailedStreamingEventMemory$outboundSchema = exports.ToolExecutionFailedStreamingEventMemory$inboundSchema = exports.ToolExecutionFailedStreamingEventProduct$outboundSchema = exports.ToolExecutionFailedStreamingEventProduct$inboundSchema = exports.ErrorT$outboundSchema = exports.ErrorT$inboundSchema = exports.ToolExecutionFailedStreamingEventType$outboundSchema = exports.ToolExecutionFailedStreamingEventType$inboundSchema = exports.ToolExecutionFailedStreamingEventProduct = exports.ToolExecutionFailedStreamingEventType = void 0;
40
+ exports.errorToJSON = errorToJSON;
41
+ exports.errorFromJSON = errorFromJSON;
42
+ exports.toolExecutionFailedStreamingEventMemoryToJSON = toolExecutionFailedStreamingEventMemoryToJSON;
43
+ exports.toolExecutionFailedStreamingEventMemoryFromJSON = toolExecutionFailedStreamingEventMemoryFromJSON;
44
+ exports.toolExecutionFailedStreamingEventToolExecutionContextToJSON = toolExecutionFailedStreamingEventToolExecutionContextToJSON;
45
+ exports.toolExecutionFailedStreamingEventToolExecutionContextFromJSON = toolExecutionFailedStreamingEventToolExecutionContextFromJSON;
46
+ exports.toolExecutionFailedStreamingEventDataToJSON = toolExecutionFailedStreamingEventDataToJSON;
47
+ exports.toolExecutionFailedStreamingEventDataFromJSON = toolExecutionFailedStreamingEventDataFromJSON;
48
+ exports.toolExecutionFailedStreamingEventToJSON = toolExecutionFailedStreamingEventToJSON;
49
+ exports.toolExecutionFailedStreamingEventFromJSON = toolExecutionFailedStreamingEventFromJSON;
50
+ const z = __importStar(require("zod/v3"));
51
+ const primitives_js_1 = require("../../lib/primitives.js");
52
+ const schemas_js_1 = require("../../lib/schemas.js");
53
+ exports.ToolExecutionFailedStreamingEventType = {
54
+ EventWorkflowEventsToolExecutionFailed: "event.workflow_events.tool_execution_failed",
55
+ };
56
+ /**
57
+ * Orquesta product
58
+ */
59
+ exports.ToolExecutionFailedStreamingEventProduct = {
60
+ Remoteconfigs: "remoteconfigs",
61
+ Deployments: "deployments",
62
+ Experiments: "experiments",
63
+ Playgrounds: "playgrounds",
64
+ Spreadsheets: "spreadsheets",
65
+ SpreadsheetRun: "spreadsheet_run",
66
+ LlmEvaluator: "llm_evaluator",
67
+ Knowledge: "knowledge",
68
+ Router: "router",
69
+ Workflows: "workflows",
70
+ ExternalEvents: "external_events",
71
+ Agents: "agents",
72
+ MemoryStores: "memory-stores",
73
+ Generic: "generic",
74
+ Evaluators: "evaluators",
75
+ Otel: "otel",
76
+ };
77
+ /** @internal */
78
+ exports.ToolExecutionFailedStreamingEventType$inboundSchema = z.nativeEnum(exports.ToolExecutionFailedStreamingEventType);
79
+ /** @internal */
80
+ exports.ToolExecutionFailedStreamingEventType$outboundSchema = exports.ToolExecutionFailedStreamingEventType$inboundSchema;
81
+ /** @internal */
82
+ exports.ErrorT$inboundSchema = z
83
+ .object({
84
+ message: z.string(),
85
+ stack: z.string().optional(),
86
+ });
87
+ /** @internal */
88
+ exports.ErrorT$outboundSchema = z.object({
89
+ message: z.string(),
90
+ stack: z.string().optional(),
91
+ });
92
+ function errorToJSON(errorT) {
93
+ return JSON.stringify(exports.ErrorT$outboundSchema.parse(errorT));
94
+ }
95
+ function errorFromJSON(jsonString) {
96
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ErrorT$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ErrorT' from JSON`);
97
+ }
98
+ /** @internal */
99
+ exports.ToolExecutionFailedStreamingEventProduct$inboundSchema = z
100
+ .nativeEnum(exports.ToolExecutionFailedStreamingEventProduct);
101
+ /** @internal */
102
+ exports.ToolExecutionFailedStreamingEventProduct$outboundSchema = exports.ToolExecutionFailedStreamingEventProduct$inboundSchema;
103
+ /** @internal */
104
+ exports.ToolExecutionFailedStreamingEventMemory$inboundSchema = z.object({
105
+ entity_id: z.string(),
106
+ }).transform((v) => {
107
+ return (0, primitives_js_1.remap)(v, {
108
+ "entity_id": "entityId",
109
+ });
110
+ });
111
+ /** @internal */
112
+ exports.ToolExecutionFailedStreamingEventMemory$outboundSchema = z.object({
113
+ entityId: z.string(),
114
+ }).transform((v) => {
115
+ return (0, primitives_js_1.remap)(v, {
116
+ entityId: "entity_id",
117
+ });
118
+ });
119
+ function toolExecutionFailedStreamingEventMemoryToJSON(toolExecutionFailedStreamingEventMemory) {
120
+ return JSON.stringify(exports.ToolExecutionFailedStreamingEventMemory$outboundSchema.parse(toolExecutionFailedStreamingEventMemory));
121
+ }
122
+ function toolExecutionFailedStreamingEventMemoryFromJSON(jsonString) {
123
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ToolExecutionFailedStreamingEventMemory$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ToolExecutionFailedStreamingEventMemory' from JSON`);
124
+ }
125
+ /** @internal */
126
+ exports.ToolExecutionFailedStreamingEventToolExecutionContext$inboundSchema = z.object({
127
+ action_id: z.string(),
128
+ agent_tool_call_id: z.string(),
129
+ workspace_id: z.string(),
130
+ agent_manifest_id: z.string(),
131
+ agent_execution_id: z.string(),
132
+ product: exports.ToolExecutionFailedStreamingEventProduct$inboundSchema,
133
+ memory: z.lazy(() => exports.ToolExecutionFailedStreamingEventMemory$inboundSchema)
134
+ .optional(),
135
+ parent_id: z.string().optional(),
136
+ }).transform((v) => {
137
+ return (0, primitives_js_1.remap)(v, {
138
+ "action_id": "actionId",
139
+ "agent_tool_call_id": "agentToolCallId",
140
+ "workspace_id": "workspaceId",
141
+ "agent_manifest_id": "agentManifestId",
142
+ "agent_execution_id": "agentExecutionId",
143
+ "parent_id": "parentId",
144
+ });
145
+ });
146
+ /** @internal */
147
+ exports.ToolExecutionFailedStreamingEventToolExecutionContext$outboundSchema = z.object({
148
+ actionId: z.string(),
149
+ agentToolCallId: z.string(),
150
+ workspaceId: z.string(),
151
+ agentManifestId: z.string(),
152
+ agentExecutionId: z.string(),
153
+ product: exports.ToolExecutionFailedStreamingEventProduct$outboundSchema,
154
+ memory: z.lazy(() => exports.ToolExecutionFailedStreamingEventMemory$outboundSchema)
155
+ .optional(),
156
+ parentId: z.string().optional(),
157
+ }).transform((v) => {
158
+ return (0, primitives_js_1.remap)(v, {
159
+ actionId: "action_id",
160
+ agentToolCallId: "agent_tool_call_id",
161
+ workspaceId: "workspace_id",
162
+ agentManifestId: "agent_manifest_id",
163
+ agentExecutionId: "agent_execution_id",
164
+ parentId: "parent_id",
165
+ });
166
+ });
167
+ function toolExecutionFailedStreamingEventToolExecutionContextToJSON(toolExecutionFailedStreamingEventToolExecutionContext) {
168
+ return JSON.stringify(exports.ToolExecutionFailedStreamingEventToolExecutionContext$outboundSchema.parse(toolExecutionFailedStreamingEventToolExecutionContext));
169
+ }
170
+ function toolExecutionFailedStreamingEventToolExecutionContextFromJSON(jsonString) {
171
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ToolExecutionFailedStreamingEventToolExecutionContext$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ToolExecutionFailedStreamingEventToolExecutionContext' from JSON`);
172
+ }
173
+ /** @internal */
174
+ exports.ToolExecutionFailedStreamingEventData$inboundSchema = z.object({
175
+ error: z.lazy(() => exports.ErrorT$inboundSchema),
176
+ action_type: z.string(),
177
+ tool_execution_context: z.lazy(() => exports.ToolExecutionFailedStreamingEventToolExecutionContext$inboundSchema),
178
+ responseId: z.string().optional(),
179
+ workflowRunId: z.string(),
180
+ }).transform((v) => {
181
+ return (0, primitives_js_1.remap)(v, {
182
+ "action_type": "actionType",
183
+ "tool_execution_context": "toolExecutionContext",
184
+ });
185
+ });
186
+ /** @internal */
187
+ exports.ToolExecutionFailedStreamingEventData$outboundSchema = z.object({
188
+ error: z.lazy(() => exports.ErrorT$outboundSchema),
189
+ actionType: z.string(),
190
+ toolExecutionContext: z.lazy(() => exports.ToolExecutionFailedStreamingEventToolExecutionContext$outboundSchema),
191
+ responseId: z.string().optional(),
192
+ workflowRunId: z.string(),
193
+ }).transform((v) => {
194
+ return (0, primitives_js_1.remap)(v, {
195
+ actionType: "action_type",
196
+ toolExecutionContext: "tool_execution_context",
197
+ });
198
+ });
199
+ function toolExecutionFailedStreamingEventDataToJSON(toolExecutionFailedStreamingEventData) {
200
+ return JSON.stringify(exports.ToolExecutionFailedStreamingEventData$outboundSchema.parse(toolExecutionFailedStreamingEventData));
201
+ }
202
+ function toolExecutionFailedStreamingEventDataFromJSON(jsonString) {
203
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ToolExecutionFailedStreamingEventData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ToolExecutionFailedStreamingEventData' from JSON`);
204
+ }
205
+ /** @internal */
206
+ exports.ToolExecutionFailedStreamingEvent$inboundSchema = z.object({
207
+ type: exports.ToolExecutionFailedStreamingEventType$inboundSchema,
208
+ timestamp: z.string(),
209
+ data: z.lazy(() => exports.ToolExecutionFailedStreamingEventData$inboundSchema),
210
+ });
211
+ /** @internal */
212
+ exports.ToolExecutionFailedStreamingEvent$outboundSchema = z.object({
213
+ type: exports.ToolExecutionFailedStreamingEventType$outboundSchema,
214
+ timestamp: z.string(),
215
+ data: z.lazy(() => exports.ToolExecutionFailedStreamingEventData$outboundSchema),
216
+ });
217
+ function toolExecutionFailedStreamingEventToJSON(toolExecutionFailedStreamingEvent) {
218
+ return JSON.stringify(exports.ToolExecutionFailedStreamingEvent$outboundSchema.parse(toolExecutionFailedStreamingEvent));
219
+ }
220
+ function toolExecutionFailedStreamingEventFromJSON(jsonString) {
221
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ToolExecutionFailedStreamingEvent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ToolExecutionFailedStreamingEvent' from JSON`);
222
+ }
223
+ //# sourceMappingURL=toolexecutionfailedstreamingevent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toolexecutionfailedstreamingevent.js","sourceRoot":"","sources":["../../src/models/components/toolexecutionfailedstreamingevent.ts"],"names":[],"mappings":"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"}