@dalmia/calibrate-mcp 0.0.13 → 0.0.15

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 (695) hide show
  1. package/README.md +64 -0
  2. package/bin/mcp-server.js +3908 -397
  3. package/bin/mcp-server.js.map +153 -53
  4. package/esm/funcs/agentTestsBenchmark.d.ts +16 -0
  5. package/esm/funcs/agentTestsBenchmark.d.ts.map +1 -0
  6. package/esm/funcs/agentTestsBenchmark.js +93 -0
  7. package/esm/funcs/agentTestsBenchmark.js.map +1 -0
  8. package/esm/funcs/agentTestsGetBenchmark.d.ts +16 -0
  9. package/esm/funcs/agentTestsGetBenchmark.d.ts.map +1 -0
  10. package/esm/funcs/agentTestsGetBenchmark.js +91 -0
  11. package/esm/funcs/agentTestsGetBenchmark.js.map +1 -0
  12. package/esm/funcs/agentTestsGetRun.d.ts +1 -1
  13. package/esm/funcs/agentTestsGetRun.js +1 -5
  14. package/esm/funcs/agentTestsGetRun.js.map +1 -1
  15. package/esm/funcs/agentTestsLink.d.ts +16 -0
  16. package/esm/funcs/agentTestsLink.d.ts.map +1 -0
  17. package/esm/funcs/agentTestsLink.js +86 -0
  18. package/esm/funcs/agentTestsLink.js.map +1 -0
  19. package/esm/funcs/agentTestsListForAgent.d.ts +16 -0
  20. package/esm/funcs/agentTestsListForAgent.d.ts.map +1 -0
  21. package/esm/funcs/agentTestsListForAgent.js +92 -0
  22. package/esm/funcs/agentTestsListForAgent.js.map +1 -0
  23. package/esm/funcs/agentTestsListRunsForAgent.d.ts +16 -0
  24. package/esm/funcs/agentTestsListRunsForAgent.d.ts.map +1 -0
  25. package/esm/funcs/agentTestsListRunsForAgent.js +91 -0
  26. package/esm/funcs/agentTestsListRunsForAgent.js.map +1 -0
  27. package/esm/funcs/agentTestsRun.d.ts +1 -1
  28. package/esm/funcs/agentTestsRun.js +1 -5
  29. package/esm/funcs/agentTestsRun.js.map +1 -1
  30. package/esm/funcs/agentTestsRunBatch.d.ts +1 -1
  31. package/esm/funcs/agentTestsRunBatch.js +1 -5
  32. package/esm/funcs/agentTestsRunBatch.js.map +1 -1
  33. package/esm/funcs/agentsCreate.js +0 -4
  34. package/esm/funcs/agentsCreate.js.map +1 -1
  35. package/esm/funcs/agentsGet.js +0 -4
  36. package/esm/funcs/agentsGet.js.map +1 -1
  37. package/esm/funcs/agentsList.js +0 -4
  38. package/esm/funcs/agentsList.js.map +1 -1
  39. package/esm/funcs/agentsResolve.js +0 -4
  40. package/esm/funcs/agentsResolve.js.map +1 -1
  41. package/esm/funcs/agentsUpdate.js +0 -4
  42. package/esm/funcs/agentsUpdate.js.map +1 -1
  43. package/esm/funcs/agentsVerifyConnection.d.ts +16 -0
  44. package/esm/funcs/agentsVerifyConnection.d.ts.map +1 -0
  45. package/esm/funcs/agentsVerifyConnection.js +93 -0
  46. package/esm/funcs/agentsVerifyConnection.js.map +1 -0
  47. package/esm/funcs/annotationTasksAddItems.d.ts +16 -0
  48. package/esm/funcs/annotationTasksAddItems.d.ts.map +1 -0
  49. package/esm/funcs/annotationTasksAddItems.js +92 -0
  50. package/esm/funcs/annotationTasksAddItems.js.map +1 -0
  51. package/esm/funcs/annotationTasksCreate.d.ts +16 -0
  52. package/esm/funcs/annotationTasksCreate.d.ts.map +1 -0
  53. package/esm/funcs/annotationTasksCreate.js +86 -0
  54. package/esm/funcs/annotationTasksCreate.js.map +1 -0
  55. package/esm/funcs/annotationTasksCreateEvaluatorRun.d.ts +16 -0
  56. package/esm/funcs/annotationTasksCreateEvaluatorRun.d.ts.map +1 -0
  57. package/esm/funcs/annotationTasksCreateEvaluatorRun.js +93 -0
  58. package/esm/funcs/annotationTasksCreateEvaluatorRun.js.map +1 -0
  59. package/esm/funcs/annotationTasksGet.d.ts +16 -0
  60. package/esm/funcs/annotationTasksGet.d.ts.map +1 -0
  61. package/esm/funcs/annotationTasksGet.js +92 -0
  62. package/esm/funcs/annotationTasksGet.js.map +1 -0
  63. package/esm/funcs/annotationTasksGetAgreement.d.ts +16 -0
  64. package/esm/funcs/annotationTasksGetAgreement.d.ts.map +1 -0
  65. package/esm/funcs/annotationTasksGetAgreement.js +96 -0
  66. package/esm/funcs/annotationTasksGetAgreement.js.map +1 -0
  67. package/esm/funcs/annotationTasksGetEvaluatorRun.d.ts +16 -0
  68. package/esm/funcs/annotationTasksGetEvaluatorRun.d.ts.map +1 -0
  69. package/esm/funcs/annotationTasksGetEvaluatorRun.js +96 -0
  70. package/esm/funcs/annotationTasksGetEvaluatorRun.js.map +1 -0
  71. package/esm/funcs/annotationTasksGetSummary.d.ts +16 -0
  72. package/esm/funcs/annotationTasksGetSummary.d.ts.map +1 -0
  73. package/esm/funcs/annotationTasksGetSummary.js +101 -0
  74. package/esm/funcs/annotationTasksGetSummary.js.map +1 -0
  75. package/esm/funcs/annotationTasksLinkEvaluator.d.ts +16 -0
  76. package/esm/funcs/annotationTasksLinkEvaluator.d.ts.map +1 -0
  77. package/esm/funcs/annotationTasksLinkEvaluator.js +93 -0
  78. package/esm/funcs/annotationTasksLinkEvaluator.js.map +1 -0
  79. package/esm/funcs/annotationTasksList.d.ts +16 -0
  80. package/esm/funcs/annotationTasksList.d.ts.map +1 -0
  81. package/esm/funcs/annotationTasksList.js +85 -0
  82. package/esm/funcs/annotationTasksList.js.map +1 -0
  83. package/esm/funcs/annotationTasksUpdateItems.d.ts +16 -0
  84. package/esm/funcs/annotationTasksUpdateItems.d.ts.map +1 -0
  85. package/esm/funcs/annotationTasksUpdateItems.js +92 -0
  86. package/esm/funcs/annotationTasksUpdateItems.js.map +1 -0
  87. package/esm/funcs/evaluatorsCreate.d.ts +16 -0
  88. package/esm/funcs/evaluatorsCreate.d.ts.map +1 -0
  89. package/esm/funcs/evaluatorsCreate.js +86 -0
  90. package/esm/funcs/evaluatorsCreate.js.map +1 -0
  91. package/esm/funcs/evaluatorsCreateVersion.d.ts +16 -0
  92. package/esm/funcs/evaluatorsCreateVersion.d.ts.map +1 -0
  93. package/esm/funcs/evaluatorsCreateVersion.js +92 -0
  94. package/esm/funcs/evaluatorsCreateVersion.js.map +1 -0
  95. package/esm/funcs/evaluatorsGet.d.ts +16 -0
  96. package/esm/funcs/evaluatorsGet.d.ts.map +1 -0
  97. package/esm/funcs/evaluatorsGet.js +91 -0
  98. package/esm/funcs/evaluatorsGet.js.map +1 -0
  99. package/esm/funcs/evaluatorsList.d.ts +16 -0
  100. package/esm/funcs/evaluatorsList.d.ts.map +1 -0
  101. package/esm/funcs/evaluatorsList.js +91 -0
  102. package/esm/funcs/evaluatorsList.js.map +1 -0
  103. package/esm/funcs/testsBulkCreate.js +0 -4
  104. package/esm/funcs/testsBulkCreate.js.map +1 -1
  105. package/esm/funcs/testsCreate.js +0 -4
  106. package/esm/funcs/testsCreate.js.map +1 -1
  107. package/esm/funcs/testsGet.js +0 -4
  108. package/esm/funcs/testsGet.js.map +1 -1
  109. package/esm/funcs/testsList.js +0 -4
  110. package/esm/funcs/testsList.js.map +1 -1
  111. package/esm/funcs/testsUpdate.js +0 -4
  112. package/esm/funcs/testsUpdate.js.map +1 -1
  113. package/esm/landing-page.js +1 -1
  114. package/esm/lib/config.d.ts +2 -2
  115. package/esm/lib/config.js +2 -2
  116. package/esm/mcp-server/mcp-server.js +1 -1
  117. package/esm/mcp-server/server.d.ts.map +1 -1
  118. package/esm/mcp-server/server.js +41 -1
  119. package/esm/mcp-server/server.js.map +1 -1
  120. package/esm/mcp-server/tools/agentTestsBenchmark.d.ts +7 -0
  121. package/esm/mcp-server/tools/agentTestsBenchmark.d.ts.map +1 -0
  122. package/esm/mcp-server/tools/agentTestsBenchmark.js +34 -0
  123. package/esm/mcp-server/tools/agentTestsBenchmark.js.map +1 -0
  124. package/esm/mcp-server/tools/agentTestsGetBenchmark.d.ts +7 -0
  125. package/esm/mcp-server/tools/agentTestsGetBenchmark.d.ts.map +1 -0
  126. package/esm/mcp-server/tools/agentTestsGetBenchmark.js +34 -0
  127. package/esm/mcp-server/tools/agentTestsGetBenchmark.js.map +1 -0
  128. package/esm/mcp-server/tools/agentTestsLink.d.ts +7 -0
  129. package/esm/mcp-server/tools/agentTestsLink.d.ts.map +1 -0
  130. package/esm/mcp-server/tools/agentTestsLink.js +34 -0
  131. package/esm/mcp-server/tools/agentTestsLink.js.map +1 -0
  132. package/esm/mcp-server/tools/agentTestsListForAgent.d.ts +7 -0
  133. package/esm/mcp-server/tools/agentTestsListForAgent.d.ts.map +1 -0
  134. package/esm/mcp-server/tools/agentTestsListForAgent.js +34 -0
  135. package/esm/mcp-server/tools/agentTestsListForAgent.js.map +1 -0
  136. package/esm/mcp-server/tools/agentTestsListRunsForAgent.d.ts +7 -0
  137. package/esm/mcp-server/tools/agentTestsListRunsForAgent.d.ts.map +1 -0
  138. package/esm/mcp-server/tools/agentTestsListRunsForAgent.js +34 -0
  139. package/esm/mcp-server/tools/agentTestsListRunsForAgent.js.map +1 -0
  140. package/esm/mcp-server/tools/agentsResolve.js +1 -1
  141. package/esm/mcp-server/tools/agentsResolve.js.map +1 -1
  142. package/esm/mcp-server/tools/agentsVerifyConnection.d.ts +7 -0
  143. package/esm/mcp-server/tools/agentsVerifyConnection.d.ts.map +1 -0
  144. package/esm/mcp-server/tools/agentsVerifyConnection.js +34 -0
  145. package/esm/mcp-server/tools/agentsVerifyConnection.js.map +1 -0
  146. package/esm/mcp-server/tools/annotationTasksAddItems.d.ts +7 -0
  147. package/esm/mcp-server/tools/annotationTasksAddItems.d.ts.map +1 -0
  148. package/esm/mcp-server/tools/annotationTasksAddItems.js +34 -0
  149. package/esm/mcp-server/tools/annotationTasksAddItems.js.map +1 -0
  150. package/esm/mcp-server/tools/annotationTasksCreate.d.ts +7 -0
  151. package/esm/mcp-server/tools/annotationTasksCreate.d.ts.map +1 -0
  152. package/esm/mcp-server/tools/annotationTasksCreate.js +34 -0
  153. package/esm/mcp-server/tools/annotationTasksCreate.js.map +1 -0
  154. package/esm/mcp-server/tools/annotationTasksCreateEvaluatorRun.d.ts +7 -0
  155. package/esm/mcp-server/tools/annotationTasksCreateEvaluatorRun.d.ts.map +1 -0
  156. package/esm/mcp-server/tools/annotationTasksCreateEvaluatorRun.js +34 -0
  157. package/esm/mcp-server/tools/annotationTasksCreateEvaluatorRun.js.map +1 -0
  158. package/esm/mcp-server/tools/annotationTasksGet.d.ts +7 -0
  159. package/esm/mcp-server/tools/annotationTasksGet.d.ts.map +1 -0
  160. package/esm/mcp-server/tools/annotationTasksGet.js +34 -0
  161. package/esm/mcp-server/tools/annotationTasksGet.js.map +1 -0
  162. package/esm/mcp-server/tools/annotationTasksGetAgreement.d.ts +7 -0
  163. package/esm/mcp-server/tools/annotationTasksGetAgreement.d.ts.map +1 -0
  164. package/esm/mcp-server/tools/annotationTasksGetAgreement.js +34 -0
  165. package/esm/mcp-server/tools/annotationTasksGetAgreement.js.map +1 -0
  166. package/esm/mcp-server/tools/annotationTasksGetEvaluatorRun.d.ts +7 -0
  167. package/esm/mcp-server/tools/annotationTasksGetEvaluatorRun.d.ts.map +1 -0
  168. package/esm/mcp-server/tools/annotationTasksGetEvaluatorRun.js +34 -0
  169. package/esm/mcp-server/tools/annotationTasksGetEvaluatorRun.js.map +1 -0
  170. package/esm/mcp-server/tools/annotationTasksGetSummary.d.ts +7 -0
  171. package/esm/mcp-server/tools/annotationTasksGetSummary.d.ts.map +1 -0
  172. package/esm/mcp-server/tools/annotationTasksGetSummary.js +34 -0
  173. package/esm/mcp-server/tools/annotationTasksGetSummary.js.map +1 -0
  174. package/esm/mcp-server/tools/annotationTasksLinkEvaluator.d.ts +7 -0
  175. package/esm/mcp-server/tools/annotationTasksLinkEvaluator.d.ts.map +1 -0
  176. package/esm/mcp-server/tools/annotationTasksLinkEvaluator.js +34 -0
  177. package/esm/mcp-server/tools/annotationTasksLinkEvaluator.js.map +1 -0
  178. package/esm/mcp-server/tools/annotationTasksList.d.ts +7 -0
  179. package/esm/mcp-server/tools/annotationTasksList.d.ts.map +1 -0
  180. package/esm/mcp-server/tools/annotationTasksList.js +34 -0
  181. package/esm/mcp-server/tools/annotationTasksList.js.map +1 -0
  182. package/esm/mcp-server/tools/annotationTasksUpdateItems.d.ts +7 -0
  183. package/esm/mcp-server/tools/annotationTasksUpdateItems.d.ts.map +1 -0
  184. package/esm/mcp-server/tools/annotationTasksUpdateItems.js +34 -0
  185. package/esm/mcp-server/tools/annotationTasksUpdateItems.js.map +1 -0
  186. package/esm/mcp-server/tools/evaluatorsCreate.d.ts +7 -0
  187. package/esm/mcp-server/tools/evaluatorsCreate.d.ts.map +1 -0
  188. package/esm/mcp-server/tools/evaluatorsCreate.js +34 -0
  189. package/esm/mcp-server/tools/evaluatorsCreate.js.map +1 -0
  190. package/esm/mcp-server/tools/evaluatorsCreateVersion.d.ts +7 -0
  191. package/esm/mcp-server/tools/evaluatorsCreateVersion.d.ts.map +1 -0
  192. package/esm/mcp-server/tools/evaluatorsCreateVersion.js +34 -0
  193. package/esm/mcp-server/tools/evaluatorsCreateVersion.js.map +1 -0
  194. package/esm/mcp-server/tools/evaluatorsGet.d.ts +7 -0
  195. package/esm/mcp-server/tools/evaluatorsGet.d.ts.map +1 -0
  196. package/esm/mcp-server/tools/evaluatorsGet.js +34 -0
  197. package/esm/mcp-server/tools/evaluatorsGet.js.map +1 -0
  198. package/esm/mcp-server/tools/evaluatorsList.d.ts +7 -0
  199. package/esm/mcp-server/tools/evaluatorsList.d.ts.map +1 -0
  200. package/esm/mcp-server/tools/evaluatorsList.js +34 -0
  201. package/esm/mcp-server/tools/evaluatorsList.js.map +1 -0
  202. package/esm/models/agentcreate.js +1 -1
  203. package/esm/models/agentcreate.js.map +1 -1
  204. package/esm/models/agenttestruncreateresponse.d.ts +2 -2
  205. package/esm/models/agenttestruncreateresponse.d.ts.map +1 -1
  206. package/esm/models/agenttestruncreateresponse.js +4 -4
  207. package/esm/models/agenttestruncreateresponse.js.map +1 -1
  208. package/esm/models/agenttestrunlistitem.d.ts +59 -0
  209. package/esm/models/agenttestrunlistitem.d.ts.map +1 -0
  210. package/esm/models/agenttestrunlistitem.js +48 -0
  211. package/esm/models/agenttestrunlistitem.js.map +1 -0
  212. package/esm/models/agenttestrunsresponse.d.ts +7 -0
  213. package/esm/models/agenttestrunsresponse.d.ts.map +1 -0
  214. package/esm/models/agenttestrunsresponse.js +9 -0
  215. package/esm/models/agenttestrunsresponse.js.map +1 -0
  216. package/esm/models/agenttestscreate.d.ts +7 -0
  217. package/esm/models/agenttestscreate.d.ts.map +1 -0
  218. package/esm/models/agenttestscreate.js +9 -0
  219. package/esm/models/agenttestscreate.js.map +1 -0
  220. package/esm/models/agenttestscreateresponse.d.ts +6 -0
  221. package/esm/models/agenttestscreateresponse.d.ts.map +1 -0
  222. package/esm/models/agenttestscreateresponse.js +8 -0
  223. package/esm/models/agenttestscreateresponse.js.map +1 -0
  224. package/esm/models/agentupdate.js +1 -1
  225. package/esm/models/agentupdate.js.map +1 -1
  226. package/esm/models/agentverifyrequest.d.ts +16 -0
  227. package/esm/models/agentverifyrequest.d.ts.map +1 -0
  228. package/esm/models/agentverifyrequest.js +11 -0
  229. package/esm/models/agentverifyrequest.js.map +1 -0
  230. package/esm/models/annotationitempayload.d.ts +9 -0
  231. package/esm/models/annotationitempayload.d.ts.map +1 -0
  232. package/esm/models/annotationitempayload.js +9 -0
  233. package/esm/models/annotationitempayload.js.map +1 -0
  234. package/esm/models/annotationtaskcreate.d.ts +45 -0
  235. package/esm/models/annotationtaskcreate.d.ts.map +1 -0
  236. package/esm/models/annotationtaskcreate.js +36 -0
  237. package/esm/models/annotationtaskcreate.js.map +1 -0
  238. package/esm/models/annotationtaskcreateresponse.d.ts +7 -0
  239. package/esm/models/annotationtaskcreateresponse.d.ts.map +1 -0
  240. package/esm/models/annotationtaskcreateresponse.js +9 -0
  241. package/esm/models/annotationtaskcreateresponse.js.map +1 -0
  242. package/esm/models/annotationtaskresponse.d.ts +57 -0
  243. package/esm/models/annotationtaskresponse.d.ts.map +1 -0
  244. package/esm/models/annotationtaskresponse.js +41 -0
  245. package/esm/models/annotationtaskresponse.js.map +1 -0
  246. package/esm/models/batchtestrun.d.ts +2 -2
  247. package/esm/models/batchtestrun.d.ts.map +1 -1
  248. package/esm/models/batchtestrun.js +4 -4
  249. package/esm/models/batchtestrun.js.map +1 -1
  250. package/esm/models/batchtestskip.d.ts +25 -1
  251. package/esm/models/batchtestskip.d.ts.map +1 -1
  252. package/esm/models/batchtestskip.js +16 -1
  253. package/esm/models/batchtestskip.js.map +1 -1
  254. package/esm/models/benchmarkrequest.d.ts +7 -0
  255. package/esm/models/benchmarkrequest.d.ts.map +1 -0
  256. package/esm/models/benchmarkrequest.js +9 -0
  257. package/esm/models/benchmarkrequest.js.map +1 -0
  258. package/esm/models/benchmarkstatusresponse.d.ts +18 -0
  259. package/esm/models/benchmarkstatusresponse.d.ts.map +1 -0
  260. package/esm/models/benchmarkstatusresponse.js +20 -0
  261. package/esm/models/benchmarkstatusresponse.js.map +1 -0
  262. package/esm/models/bulkcreateitemsannotationtaskstaskuuiditemspostop.d.ts +13 -0
  263. package/esm/models/bulkcreateitemsannotationtaskstaskuuiditemspostop.d.ts.map +1 -0
  264. package/esm/models/bulkcreateitemsannotationtaskstaskuuiditemspostop.js +17 -0
  265. package/esm/models/bulkcreateitemsannotationtaskstaskuuiditemspostop.js.map +1 -0
  266. package/esm/models/bulkcreateitemsresponse.d.ts +10 -0
  267. package/esm/models/bulkcreateitemsresponse.d.ts.map +1 -0
  268. package/esm/models/bulkcreateitemsresponse.js +12 -0
  269. package/esm/models/bulkcreateitemsresponse.js.map +1 -0
  270. package/esm/models/bulkitemsrequest.d.ts +8 -0
  271. package/esm/models/bulkitemsrequest.d.ts.map +1 -0
  272. package/esm/models/bulkitemsrequest.js +10 -0
  273. package/esm/models/bulkitemsrequest.js.map +1 -0
  274. package/esm/models/bulktestitem.js +1 -1
  275. package/esm/models/bulktestitem.js.map +1 -1
  276. package/esm/models/bulktestupload.d.ts +2 -2
  277. package/esm/models/bulktestupload.js +5 -5
  278. package/esm/models/bulktestupload.js.map +1 -1
  279. package/esm/models/bulktestuploadresponse.js +1 -1
  280. package/esm/models/bulktestuploadresponse.js.map +1 -1
  281. package/esm/models/bulkupdateitemsannotationtaskstaskuuiditemsputop.d.ts +13 -0
  282. package/esm/models/bulkupdateitemsannotationtaskstaskuuiditemsputop.d.ts.map +1 -0
  283. package/esm/models/bulkupdateitemsannotationtaskstaskuuiditemsputop.js +17 -0
  284. package/esm/models/bulkupdateitemsannotationtaskstaskuuiditemsputop.js.map +1 -0
  285. package/esm/models/bulkupdateitemsrequest.d.ts +7 -0
  286. package/esm/models/bulkupdateitemsrequest.d.ts.map +1 -0
  287. package/esm/models/bulkupdateitemsrequest.js +9 -0
  288. package/esm/models/bulkupdateitemsrequest.js.map +1 -0
  289. package/esm/models/bulkupdateitemsresponse.d.ts +6 -0
  290. package/esm/models/bulkupdateitemsresponse.d.ts.map +1 -0
  291. package/esm/models/bulkupdateitemsresponse.js +8 -0
  292. package/esm/models/bulkupdateitemsresponse.js.map +1 -0
  293. package/esm/models/bulkuploadteststestsbulkpostop.d.ts +0 -1
  294. package/esm/models/bulkuploadteststestsbulkpostop.d.ts.map +1 -1
  295. package/esm/models/bulkuploadteststestsbulkpostop.js +0 -1
  296. package/esm/models/bulkuploadteststestsbulkpostop.js.map +1 -1
  297. package/esm/models/createagentendpointagentspostop.d.ts +0 -1
  298. package/esm/models/createagentendpointagentspostop.d.ts.map +1 -1
  299. package/esm/models/createagentendpointagentspostop.js +0 -1
  300. package/esm/models/createagentendpointagentspostop.js.map +1 -1
  301. package/esm/models/createagenttestlinksagenttestspostop.d.ts +12 -0
  302. package/esm/models/createagenttestlinksagenttestspostop.d.ts.map +1 -0
  303. package/esm/models/createagenttestlinksagenttestspostop.js +16 -0
  304. package/esm/models/createagenttestlinksagenttestspostop.js.map +1 -0
  305. package/esm/models/createannotationtaskendpointannotationtaskspostop.d.ts +12 -0
  306. package/esm/models/createannotationtaskendpointannotationtaskspostop.d.ts.map +1 -0
  307. package/esm/models/createannotationtaskendpointannotationtaskspostop.js +16 -0
  308. package/esm/models/createannotationtaskendpointannotationtaskspostop.js.map +1 -0
  309. package/esm/models/createevaluatorendpointevaluatorspostop.d.ts +12 -0
  310. package/esm/models/createevaluatorendpointevaluatorspostop.d.ts.map +1 -0
  311. package/esm/models/createevaluatorendpointevaluatorspostop.js +16 -0
  312. package/esm/models/createevaluatorendpointevaluatorspostop.js.map +1 -0
  313. package/esm/models/createtestendpointtestspostop.d.ts +0 -1
  314. package/esm/models/createtestendpointtestspostop.d.ts.map +1 -1
  315. package/esm/models/createtestendpointtestspostop.js +0 -1
  316. package/esm/models/createtestendpointtestspostop.js.map +1 -1
  317. package/esm/models/createversionevaluatorsevaluatoruuidversionspostop.d.ts +13 -0
  318. package/esm/models/createversionevaluatorsevaluatoruuidversionspostop.d.ts.map +1 -0
  319. package/esm/models/createversionevaluatorsevaluatoruuidversionspostop.js +17 -0
  320. package/esm/models/createversionevaluatorsevaluatoruuidversionspostop.js.map +1 -0
  321. package/esm/models/evaluatorcreate.d.ts +100 -0
  322. package/esm/models/evaluatorcreate.d.ts.map +1 -0
  323. package/esm/models/evaluatorcreate.js +72 -0
  324. package/esm/models/evaluatorcreate.js.map +1 -0
  325. package/esm/models/evaluatorcreateresponse.d.ts +7 -0
  326. package/esm/models/evaluatorcreateresponse.d.ts.map +1 -0
  327. package/esm/models/evaluatorcreateresponse.js +9 -0
  328. package/esm/models/evaluatorcreateresponse.js.map +1 -0
  329. package/esm/models/evaluatordetailresponse.d.ts +106 -0
  330. package/esm/models/evaluatordetailresponse.d.ts.map +1 -0
  331. package/esm/models/evaluatordetailresponse.js +77 -0
  332. package/esm/models/evaluatordetailresponse.js.map +1 -0
  333. package/esm/models/evaluatorlinkrequest.d.ts +6 -0
  334. package/esm/models/evaluatorlinkrequest.d.ts.map +1 -0
  335. package/esm/models/evaluatorlinkrequest.js +9 -0
  336. package/esm/models/evaluatorlinkrequest.js.map +1 -0
  337. package/esm/models/evaluatorlinkresponse.d.ts +6 -0
  338. package/esm/models/evaluatorlinkresponse.d.ts.map +1 -0
  339. package/esm/models/evaluatorlinkresponse.js +8 -0
  340. package/esm/models/evaluatorlinkresponse.js.map +1 -0
  341. package/esm/models/evaluatorrunlaunchresponse.d.ts +25 -0
  342. package/esm/models/evaluatorrunlaunchresponse.d.ts.map +1 -0
  343. package/esm/models/evaluatorrunlaunchresponse.js +22 -0
  344. package/esm/models/evaluatorrunlaunchresponse.js.map +1 -0
  345. package/esm/models/evaluatorrunrequestentry.d.ts +7 -0
  346. package/esm/models/evaluatorrunrequestentry.d.ts.map +1 -0
  347. package/esm/models/evaluatorrunrequestentry.js +9 -0
  348. package/esm/models/evaluatorrunrequestentry.js.map +1 -0
  349. package/esm/models/evaluatorrunresponse.d.ts +48 -0
  350. package/esm/models/evaluatorrunresponse.d.ts.map +1 -0
  351. package/esm/models/evaluatorrunresponse.js +54 -0
  352. package/esm/models/evaluatorrunresponse.js.map +1 -0
  353. package/esm/models/evaluatorrunstartrequest.d.ts +10 -0
  354. package/esm/models/evaluatorrunstartrequest.d.ts.map +1 -0
  355. package/esm/models/evaluatorrunstartrequest.js +12 -0
  356. package/esm/models/evaluatorrunstartrequest.js.map +1 -0
  357. package/esm/models/evaluatorversioncreate.d.ts +14 -0
  358. package/esm/models/evaluatorversioncreate.d.ts.map +1 -0
  359. package/esm/models/evaluatorversioncreate.js +13 -0
  360. package/esm/models/evaluatorversioncreate.js.map +1 -0
  361. package/esm/models/evaluatorversioncreaterequest.d.ts +15 -0
  362. package/esm/models/evaluatorversioncreaterequest.d.ts.map +1 -0
  363. package/esm/models/evaluatorversioncreaterequest.js +14 -0
  364. package/esm/models/evaluatorversioncreaterequest.js.map +1 -0
  365. package/esm/models/evaluatorversionresponse.d.ts +14 -0
  366. package/esm/models/evaluatorversionresponse.d.ts.map +1 -0
  367. package/esm/models/evaluatorversionresponse.js +16 -0
  368. package/esm/models/evaluatorversionresponse.js.map +1 -0
  369. package/esm/models/getagentendpointagentsagentuuidgetop.d.ts +0 -1
  370. package/esm/models/getagentendpointagentsagentuuidgetop.d.ts.map +1 -1
  371. package/esm/models/getagentendpointagentsagentuuidgetop.js +1 -2
  372. package/esm/models/getagentendpointagentsagentuuidgetop.js.map +1 -1
  373. package/esm/models/getagenttestrunsagenttestsagentagentuuidrunsgetop.d.ts +11 -0
  374. package/esm/models/getagenttestrunsagenttestsagentagentuuidrunsgetop.d.ts.map +1 -0
  375. package/esm/models/getagenttestrunsagenttestsagentagentuuidrunsgetop.js +15 -0
  376. package/esm/models/getagenttestrunsagenttestsagentagentuuidrunsgetop.js.map +1 -0
  377. package/esm/models/getagenttestrunstatusagenttestsruntaskidgetop.d.ts +0 -1
  378. package/esm/models/getagenttestrunstatusagenttestsruntaskidgetop.d.ts.map +1 -1
  379. package/esm/models/getagenttestrunstatusagenttestsruntaskidgetop.js +0 -1
  380. package/esm/models/getagenttestrunstatusagenttestsruntaskidgetop.js.map +1 -1
  381. package/esm/models/getagenttestsendpointagenttestsagentagentuuidtestsgetop.d.ts +11 -0
  382. package/esm/models/getagenttestsendpointagenttestsagentagentuuidtestsgetop.d.ts.map +1 -0
  383. package/esm/models/getagenttestsendpointagenttestsagentagentuuidtestsgetop.js +17 -0
  384. package/esm/models/getagenttestsendpointagenttestsagentagentuuidtestsgetop.js.map +1 -0
  385. package/esm/models/getannotationtaskendpointannotationtaskstaskuuidgetop.d.ts +11 -0
  386. package/esm/models/getannotationtaskendpointannotationtaskstaskuuidgetop.d.ts.map +1 -0
  387. package/esm/models/getannotationtaskendpointannotationtaskstaskuuidgetop.js +17 -0
  388. package/esm/models/getannotationtaskendpointannotationtaskstaskuuidgetop.js.map +1 -0
  389. package/esm/models/getbenchmarkstatusagenttestsbenchmarktaskidgetop.d.ts +11 -0
  390. package/esm/models/getbenchmarkstatusagenttestsbenchmarktaskidgetop.d.ts.map +1 -0
  391. package/esm/models/getbenchmarkstatusagenttestsbenchmarktaskidgetop.js +15 -0
  392. package/esm/models/getbenchmarkstatusagenttestsbenchmarktaskidgetop.js.map +1 -0
  393. package/esm/models/getevaluatorendpointevaluatorsevaluatoruuidgetop.d.ts +11 -0
  394. package/esm/models/getevaluatorendpointevaluatorsevaluatoruuidgetop.d.ts.map +1 -0
  395. package/esm/models/getevaluatorendpointevaluatorsevaluatoruuidgetop.js +15 -0
  396. package/esm/models/getevaluatorendpointevaluatorsevaluatoruuidgetop.js.map +1 -0
  397. package/esm/models/getevaluatorrunjobannotationtaskstaskuuidevaluatorrunsjobuuidgetop.d.ts +12 -0
  398. package/esm/models/getevaluatorrunjobannotationtaskstaskuuidevaluatorrunsjobuuidgetop.d.ts.map +1 -0
  399. package/esm/models/getevaluatorrunjobannotationtaskstaskuuidevaluatorrunsjobuuidgetop.js +16 -0
  400. package/esm/models/getevaluatorrunjobannotationtaskstaskuuidevaluatorrunsjobuuidgetop.js.map +1 -0
  401. package/esm/models/gettestendpointteststestuuidgetop.d.ts +0 -1
  402. package/esm/models/gettestendpointteststestuuidgetop.d.ts.map +1 -1
  403. package/esm/models/gettestendpointteststestuuidgetop.js +0 -1
  404. package/esm/models/gettestendpointteststestuuidgetop.js.map +1 -1
  405. package/esm/models/humanagreementblock.d.ts +14 -0
  406. package/esm/models/humanagreementblock.d.ts.map +1 -0
  407. package/esm/models/humanagreementblock.js +23 -0
  408. package/esm/models/humanagreementblock.js.map +1 -0
  409. package/esm/models/itemupdatepayload.d.ts +7 -0
  410. package/esm/models/itemupdatepayload.d.ts.map +1 -0
  411. package/esm/models/itemupdatepayload.js +10 -0
  412. package/esm/models/itemupdatepayload.js.map +1 -0
  413. package/esm/models/judgeresult.js +5 -5
  414. package/esm/models/judgeresult.js.map +1 -1
  415. package/esm/models/linkevaluatortotaskannotationtaskstaskuuidevaluatorspostop.d.ts +13 -0
  416. package/esm/models/linkevaluatortotaskannotationtaskstaskuuidevaluatorspostop.d.ts.map +1 -0
  417. package/esm/models/linkevaluatortotaskannotationtaskstaskuuidevaluatorspostop.js +18 -0
  418. package/esm/models/linkevaluatortotaskannotationtaskstaskuuidevaluatorspostop.js.map +1 -0
  419. package/esm/models/listagentsagentsgetop.d.ts +0 -1
  420. package/esm/models/listagentsagentsgetop.d.ts.map +1 -1
  421. package/esm/models/listagentsagentsgetop.js +0 -1
  422. package/esm/models/listagentsagentsgetop.js.map +1 -1
  423. package/esm/models/listannotationtasksannotationtasksgetop.d.ts +10 -0
  424. package/esm/models/listannotationtasksannotationtasksgetop.d.ts.map +1 -0
  425. package/esm/models/listannotationtasksannotationtasksgetop.js +14 -0
  426. package/esm/models/listannotationtasksannotationtasksgetop.js.map +1 -0
  427. package/esm/models/listevaluatorsevaluatorsgetop.d.ts +50 -0
  428. package/esm/models/listevaluatorsevaluatorsgetop.d.ts.map +1 -0
  429. package/esm/models/listevaluatorsevaluatorsgetop.js +47 -0
  430. package/esm/models/listevaluatorsevaluatorsgetop.js.map +1 -0
  431. package/esm/models/listteststestsgetop.d.ts +0 -1
  432. package/esm/models/listteststestsgetop.d.ts.map +1 -1
  433. package/esm/models/listteststestsgetop.js +0 -1
  434. package/esm/models/listteststestsgetop.js.map +1 -1
  435. package/esm/models/modelresult.d.ts +25 -0
  436. package/esm/models/modelresult.d.ts.map +1 -0
  437. package/esm/models/modelresult.js +21 -0
  438. package/esm/models/modelresult.js.map +1 -0
  439. package/esm/models/outputconfig.d.ts +7 -0
  440. package/esm/models/outputconfig.d.ts.map +1 -0
  441. package/esm/models/outputconfig.js +9 -0
  442. package/esm/models/outputconfig.js.map +1 -0
  443. package/esm/models/outputscaleentry.d.ts +15 -0
  444. package/esm/models/outputscaleentry.d.ts.map +1 -0
  445. package/esm/models/outputscaleentry.js +11 -0
  446. package/esm/models/outputscaleentry.js.map +1 -0
  447. package/esm/models/paginationmeta.d.ts +8 -0
  448. package/esm/models/paginationmeta.d.ts.map +1 -0
  449. package/esm/models/paginationmeta.js +10 -0
  450. package/esm/models/paginationmeta.js.map +1 -0
  451. package/esm/models/resolveagentnamesagentsresolvepostop.d.ts +0 -1
  452. package/esm/models/resolveagentnamesagentsresolvepostop.d.ts.map +1 -1
  453. package/esm/models/resolveagentnamesagentsresolvepostop.js +0 -1
  454. package/esm/models/resolveagentnamesagentsresolvepostop.js.map +1 -1
  455. package/esm/models/routersagentteststestresponse.d.ts +41 -0
  456. package/esm/models/routersagentteststestresponse.d.ts.map +1 -0
  457. package/esm/models/routersagentteststestresponse.js +31 -0
  458. package/esm/models/routersagentteststestresponse.js.map +1 -0
  459. package/esm/models/routersevaluatorsevaluatorresponse.d.ts +106 -0
  460. package/esm/models/routersevaluatorsevaluatorresponse.d.ts.map +1 -0
  461. package/esm/models/routersevaluatorsevaluatorresponse.js +79 -0
  462. package/esm/models/routersevaluatorsevaluatorresponse.js.map +1 -0
  463. package/esm/models/routerstestsevaluatorref.js +1 -1
  464. package/esm/models/routerstestsevaluatorref.js.map +1 -1
  465. package/esm/models/routersteststestresponse.d.ts.map +1 -1
  466. package/esm/models/routersteststestresponse.js +5 -5
  467. package/esm/models/routersteststestresponse.js.map +1 -1
  468. package/esm/models/runagentbenchmarkagenttestsagentagentuuidbenchmarkpostop.d.ts +13 -0
  469. package/esm/models/runagentbenchmarkagenttestsagentagentuuidbenchmarkpostop.d.ts.map +1 -0
  470. package/esm/models/runagentbenchmarkagenttestsagentagentuuidbenchmarkpostop.js +19 -0
  471. package/esm/models/runagentbenchmarkagenttestsagentagentuuidbenchmarkpostop.js.map +1 -0
  472. package/esm/models/runagenttestagenttestsagentagentuuidrunpostop.d.ts +0 -1
  473. package/esm/models/runagenttestagenttestsagentagentuuidrunpostop.d.ts.map +1 -1
  474. package/esm/models/runagenttestagenttestsagentagentuuidrunpostop.js +1 -2
  475. package/esm/models/runagenttestagenttestsagentagentuuidrunpostop.js.map +1 -1
  476. package/esm/models/runtestsbatchagenttestsrunpostop.d.ts +0 -1
  477. package/esm/models/runtestsbatchagenttestsrunpostop.d.ts.map +1 -1
  478. package/esm/models/runtestsbatchagenttestsrunpostop.js +0 -1
  479. package/esm/models/runtestsbatchagenttestsrunpostop.js.map +1 -1
  480. package/esm/models/startevaluatorrunannotationtaskstaskuuidevaluatorrunspostop.d.ts +13 -0
  481. package/esm/models/startevaluatorrunannotationtaskstaskuuidevaluatorrunspostop.d.ts.map +1 -0
  482. package/esm/models/startevaluatorrunannotationtaskstaskuuidevaluatorrunspostop.js +17 -0
  483. package/esm/models/startevaluatorrunannotationtaskstaskuuidevaluatorrunspostop.js.map +1 -0
  484. package/esm/models/taskagreementannotationtaskstaskuuidagreementgetop.d.ts +31 -0
  485. package/esm/models/taskagreementannotationtaskstaskuuidagreementgetop.d.ts.map +1 -0
  486. package/esm/models/taskagreementannotationtaskstaskuuidagreementgetop.js +30 -0
  487. package/esm/models/taskagreementannotationtaskstaskuuidagreementgetop.js.map +1 -0
  488. package/esm/models/taskagreementresponse.d.ts +17 -0
  489. package/esm/models/taskagreementresponse.d.ts.map +1 -0
  490. package/esm/models/taskagreementresponse.js +28 -0
  491. package/esm/models/taskagreementresponse.js.map +1 -0
  492. package/esm/models/taskstatus.d.ts +1 -1
  493. package/esm/models/tasksummaryannotationtaskstaskuuidsummarygetop.d.ts +34 -0
  494. package/esm/models/tasksummaryannotationtaskstaskuuidsummarygetop.d.ts.map +1 -0
  495. package/esm/models/tasksummaryannotationtaskstaskuuidsummarygetop.js +33 -0
  496. package/esm/models/tasksummaryannotationtaskstaskuuidsummarygetop.js.map +1 -0
  497. package/esm/models/tasksummaryresponse.d.ts +47 -0
  498. package/esm/models/tasksummaryresponse.d.ts.map +1 -0
  499. package/esm/models/tasksummaryresponse.js +49 -0
  500. package/esm/models/tasksummaryresponse.js.map +1 -0
  501. package/esm/models/testcaseresult.d.ts.map +1 -1
  502. package/esm/models/testcaseresult.js +7 -7
  503. package/esm/models/testcaseresult.js.map +1 -1
  504. package/esm/models/testcreate.js +3 -3
  505. package/esm/models/testcreate.js.map +1 -1
  506. package/esm/models/testoutput.js +2 -2
  507. package/esm/models/testoutput.js.map +1 -1
  508. package/esm/models/testrunevaluator.d.ts +4 -4
  509. package/esm/models/testrunevaluator.d.ts.map +1 -1
  510. package/esm/models/testrunevaluator.js +8 -7
  511. package/esm/models/testrunevaluator.js.map +1 -1
  512. package/esm/models/testrunstatusresponse.js +8 -8
  513. package/esm/models/testrunstatusresponse.js.map +1 -1
  514. package/esm/models/testupdate.js +2 -2
  515. package/esm/models/testupdate.js.map +1 -1
  516. package/esm/models/toolcalloutput.js +2 -2
  517. package/esm/models/toolcalloutput.js.map +1 -1
  518. package/esm/models/updateagentendpointagentsagentuuidputop.d.ts +0 -1
  519. package/esm/models/updateagentendpointagentsagentuuidputop.d.ts.map +1 -1
  520. package/esm/models/updateagentendpointagentsagentuuidputop.js +1 -2
  521. package/esm/models/updateagentendpointagentsagentuuidputop.js.map +1 -1
  522. package/esm/models/updatetestendpointteststestuuidputop.d.ts +0 -1
  523. package/esm/models/updatetestendpointteststestuuidputop.d.ts.map +1 -1
  524. package/esm/models/updatetestendpointteststestuuidputop.js +0 -1
  525. package/esm/models/updatetestendpointteststestuuidputop.js.map +1 -1
  526. package/esm/models/variablespec.d.ts +8 -0
  527. package/esm/models/variablespec.d.ts.map +1 -0
  528. package/esm/models/variablespec.js +10 -0
  529. package/esm/models/variablespec.js.map +1 -0
  530. package/esm/models/verifyagentconnectionagentsagentuuidverifyconnectionpostop.d.ts +13 -0
  531. package/esm/models/verifyagentconnectionagentsagentuuidverifyconnectionpostop.d.ts.map +1 -0
  532. package/esm/models/verifyagentconnectionagentsagentuuidverifyconnectionpostop.js +18 -0
  533. package/esm/models/verifyagentconnectionagentsagentuuidverifyconnectionpostop.js.map +1 -0
  534. package/esm/models/verifyconnectionresponse.d.ts +10 -0
  535. package/esm/models/verifyconnectionresponse.d.ts.map +1 -0
  536. package/esm/models/verifyconnectionresponse.js +10 -0
  537. package/esm/models/verifyconnectionresponse.js.map +1 -0
  538. package/esm/models/versioncreateresponse.d.ts +7 -0
  539. package/esm/models/versioncreateresponse.d.ts.map +1 -0
  540. package/esm/models/versioncreateresponse.js +9 -0
  541. package/esm/models/versioncreateresponse.js.map +1 -0
  542. package/esm/tool-names.d.ts.map +1 -1
  543. package/esm/tool-names.js +80 -0
  544. package/esm/tool-names.js.map +1 -1
  545. package/package.json +1 -1
  546. package/src/funcs/agentTestsBenchmark.ts +160 -0
  547. package/src/funcs/agentTestsGetBenchmark.ts +159 -0
  548. package/src/funcs/agentTestsGetRun.ts +1 -5
  549. package/src/funcs/agentTestsLink.ts +149 -0
  550. package/src/funcs/agentTestsListForAgent.ts +159 -0
  551. package/src/funcs/agentTestsListRunsForAgent.ts +159 -0
  552. package/src/funcs/agentTestsRun.ts +1 -5
  553. package/src/funcs/agentTestsRunBatch.ts +1 -5
  554. package/src/funcs/agentsCreate.ts +0 -4
  555. package/src/funcs/agentsGet.ts +0 -4
  556. package/src/funcs/agentsList.ts +0 -4
  557. package/src/funcs/agentsResolve.ts +0 -4
  558. package/src/funcs/agentsUpdate.ts +0 -4
  559. package/src/funcs/agentsVerifyConnection.ts +160 -0
  560. package/src/funcs/annotationTasksAddItems.ts +160 -0
  561. package/src/funcs/annotationTasksCreate.ts +151 -0
  562. package/src/funcs/annotationTasksCreateEvaluatorRun.ts +160 -0
  563. package/src/funcs/annotationTasksGet.ts +159 -0
  564. package/src/funcs/annotationTasksGetAgreement.ts +164 -0
  565. package/src/funcs/annotationTasksGetEvaluatorRun.ts +167 -0
  566. package/src/funcs/annotationTasksGetSummary.ts +169 -0
  567. package/src/funcs/annotationTasksLinkEvaluator.ts +160 -0
  568. package/src/funcs/annotationTasksList.ts +150 -0
  569. package/src/funcs/annotationTasksUpdateItems.ts +160 -0
  570. package/src/funcs/evaluatorsCreate.ts +149 -0
  571. package/src/funcs/evaluatorsCreateVersion.ts +160 -0
  572. package/src/funcs/evaluatorsGet.ts +159 -0
  573. package/src/funcs/evaluatorsList.ts +154 -0
  574. package/src/funcs/testsBulkCreate.ts +0 -4
  575. package/src/funcs/testsCreate.ts +0 -4
  576. package/src/funcs/testsGet.ts +0 -4
  577. package/src/funcs/testsList.ts +0 -4
  578. package/src/funcs/testsUpdate.ts +0 -4
  579. package/src/landing-page.ts +1 -1
  580. package/src/lib/config.ts +2 -2
  581. package/src/mcp-server/mcp-server.ts +1 -1
  582. package/src/mcp-server/server.ts +41 -1
  583. package/src/mcp-server/tools/agentTestsBenchmark.ts +44 -0
  584. package/src/mcp-server/tools/agentTestsGetBenchmark.ts +43 -0
  585. package/src/mcp-server/tools/agentTestsLink.ts +43 -0
  586. package/src/mcp-server/tools/agentTestsListForAgent.ts +43 -0
  587. package/src/mcp-server/tools/agentTestsListRunsForAgent.ts +43 -0
  588. package/src/mcp-server/tools/agentsResolve.ts +1 -1
  589. package/src/mcp-server/tools/agentsVerifyConnection.ts +44 -0
  590. package/src/mcp-server/tools/annotationTasksAddItems.ts +43 -0
  591. package/src/mcp-server/tools/annotationTasksCreate.ts +43 -0
  592. package/src/mcp-server/tools/annotationTasksCreateEvaluatorRun.ts +46 -0
  593. package/src/mcp-server/tools/annotationTasksGet.ts +43 -0
  594. package/src/mcp-server/tools/annotationTasksGetAgreement.ts +43 -0
  595. package/src/mcp-server/tools/annotationTasksGetEvaluatorRun.ts +47 -0
  596. package/src/mcp-server/tools/annotationTasksGetSummary.ts +43 -0
  597. package/src/mcp-server/tools/annotationTasksLinkEvaluator.ts +44 -0
  598. package/src/mcp-server/tools/annotationTasksList.ts +42 -0
  599. package/src/mcp-server/tools/annotationTasksUpdateItems.ts +42 -0
  600. package/src/mcp-server/tools/evaluatorsCreate.ts +43 -0
  601. package/src/mcp-server/tools/evaluatorsCreateVersion.ts +43 -0
  602. package/src/mcp-server/tools/evaluatorsGet.ts +42 -0
  603. package/src/mcp-server/tools/evaluatorsList.ts +43 -0
  604. package/src/models/agentcreate.ts +1 -1
  605. package/src/models/agenttestruncreateresponse.ts +7 -5
  606. package/src/models/agenttestrunlistitem.ts +116 -0
  607. package/src/models/agenttestrunsresponse.ts +18 -0
  608. package/src/models/agenttestscreate.ts +19 -0
  609. package/src/models/agenttestscreateresponse.ts +13 -0
  610. package/src/models/agentupdate.ts +1 -1
  611. package/src/models/agentverifyrequest.ts +30 -0
  612. package/src/models/annotationitempayload.ts +20 -0
  613. package/src/models/annotationtaskcreate.ts +68 -0
  614. package/src/models/annotationtaskcreateresponse.ts +14 -0
  615. package/src/models/annotationtaskresponse.ts +89 -0
  616. package/src/models/batchtestrun.ts +6 -6
  617. package/src/models/batchtestskip.ts +32 -2
  618. package/src/models/benchmarkrequest.ts +19 -0
  619. package/src/models/benchmarkstatusresponse.ts +47 -0
  620. package/src/models/bulkcreateitemsannotationtaskstaskuuiditemspostop.ts +40 -0
  621. package/src/models/bulkcreateitemsresponse.ts +31 -0
  622. package/src/models/bulkitemsrequest.ts +25 -0
  623. package/src/models/bulktestitem.ts +1 -1
  624. package/src/models/bulktestupload.ts +6 -6
  625. package/src/models/bulktestuploadresponse.ts +1 -1
  626. package/src/models/bulkupdateitemsannotationtaskstaskuuiditemsputop.ts +40 -0
  627. package/src/models/bulkupdateitemsrequest.ts +19 -0
  628. package/src/models/bulkupdateitemsresponse.ts +13 -0
  629. package/src/models/bulkuploadteststestsbulkpostop.ts +0 -2
  630. package/src/models/createagentendpointagentspostop.ts +0 -2
  631. package/src/models/createagenttestlinksagenttestspostop.ts +40 -0
  632. package/src/models/createannotationtaskendpointannotationtaskspostop.ts +38 -0
  633. package/src/models/createevaluatorendpointevaluatorspostop.ts +40 -0
  634. package/src/models/createtestendpointtestspostop.ts +0 -2
  635. package/src/models/createversionevaluatorsevaluatoruuidversionspostop.ts +44 -0
  636. package/src/models/evaluatorcreate.ts +142 -0
  637. package/src/models/evaluatorcreateresponse.ts +14 -0
  638. package/src/models/evaluatordetailresponse.ts +165 -0
  639. package/src/models/evaluatorlinkrequest.ts +14 -0
  640. package/src/models/evaluatorlinkresponse.ts +12 -0
  641. package/src/models/evaluatorrunlaunchresponse.ts +45 -0
  642. package/src/models/evaluatorrunrequestentry.ts +21 -0
  643. package/src/models/evaluatorrunresponse.ts +101 -0
  644. package/src/models/evaluatorrunstartrequest.ts +33 -0
  645. package/src/models/evaluatorversioncreate.ts +36 -0
  646. package/src/models/evaluatorversioncreaterequest.ts +38 -0
  647. package/src/models/evaluatorversionresponse.ts +41 -0
  648. package/src/models/getagentendpointagentsagentuuidgetop.ts +1 -3
  649. package/src/models/getagenttestrunsagenttestsagentagentuuidrunsgetop.ts +34 -0
  650. package/src/models/getagenttestrunstatusagenttestsruntaskidgetop.ts +0 -2
  651. package/src/models/getagenttestsendpointagenttestsagentagentuuidtestsgetop.ts +38 -0
  652. package/src/models/getannotationtaskendpointannotationtaskstaskuuidgetop.ts +36 -0
  653. package/src/models/getbenchmarkstatusagenttestsbenchmarktaskidgetop.ts +36 -0
  654. package/src/models/getevaluatorendpointevaluatorsevaluatoruuidgetop.ts +34 -0
  655. package/src/models/getevaluatorrunjobannotationtaskstaskuuidevaluatorrunsjobuuidgetop.ts +37 -0
  656. package/src/models/gettestendpointteststestuuidgetop.ts +0 -2
  657. package/src/models/humanagreementblock.ts +43 -0
  658. package/src/models/itemupdatepayload.ts +15 -0
  659. package/src/models/judgeresult.ts +5 -5
  660. package/src/models/linkevaluatortotaskannotationtaskstaskuuidevaluatorspostop.ts +42 -0
  661. package/src/models/listagentsagentsgetop.ts +0 -2
  662. package/src/models/listannotationtasksannotationtasksgetop.ts +34 -0
  663. package/src/models/listevaluatorsevaluatorsgetop.ts +93 -0
  664. package/src/models/listteststestsgetop.ts +1 -5
  665. package/src/models/modelresult.ts +50 -0
  666. package/src/models/outputconfig.ts +19 -0
  667. package/src/models/outputscaleentry.ts +35 -0
  668. package/src/models/paginationmeta.ts +13 -0
  669. package/src/models/resolveagentnamesagentsresolvepostop.ts +0 -2
  670. package/src/models/routersagentteststestresponse.ts +65 -0
  671. package/src/models/routersevaluatorsevaluatorresponse.ts +167 -0
  672. package/src/models/routerstestsevaluatorref.ts +1 -1
  673. package/src/models/routersteststestresponse.ts +5 -7
  674. package/src/models/runagentbenchmarkagenttestsagentagentuuidbenchmarkpostop.ts +42 -0
  675. package/src/models/runagenttestagenttestsagentagentuuidrunpostop.ts +1 -3
  676. package/src/models/runtestsbatchagenttestsrunpostop.ts +0 -2
  677. package/src/models/startevaluatorrunannotationtaskstaskuuidevaluatorrunspostop.ts +42 -0
  678. package/src/models/taskagreementannotationtaskstaskuuidagreementgetop.ts +66 -0
  679. package/src/models/taskagreementresponse.ts +52 -0
  680. package/src/models/tasksummaryannotationtaskstaskuuidsummarygetop.ts +76 -0
  681. package/src/models/tasksummaryresponse.ts +82 -0
  682. package/src/models/testcaseresult.ts +7 -9
  683. package/src/models/testcreate.ts +3 -3
  684. package/src/models/testoutput.ts +2 -2
  685. package/src/models/testrunevaluator.ts +14 -11
  686. package/src/models/testrunstatusresponse.ts +8 -8
  687. package/src/models/testupdate.ts +2 -2
  688. package/src/models/toolcalloutput.ts +2 -2
  689. package/src/models/updateagentendpointagentsagentuuidputop.ts +1 -3
  690. package/src/models/updatetestendpointteststestuuidputop.ts +0 -2
  691. package/src/models/variablespec.ts +23 -0
  692. package/src/models/verifyagentconnectionagentsagentuuidverifyconnectionpostop.ts +42 -0
  693. package/src/models/verifyconnectionresponse.ts +25 -0
  694. package/src/models/versioncreateresponse.ts +18 -0
  695. package/src/tool-names.ts +80 -0
@@ -0,0 +1,106 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../types/enums.js";
3
+ import { EvaluatorVersionResponse } from "./evaluatorversionresponse.js";
4
+ /**
5
+ * What the evaluator judges:
6
+ *
7
+ * @remarks
8
+ *
9
+ * - `tts`: TTS audio
10
+ * - `stt`: one transcript
11
+ * - `llm`: a reply with its conversation history
12
+ * - `llm-general`: a standalone input and output pair
13
+ * - `conversation`: a full conversation
14
+ */
15
+ export declare const RoutersEvaluatorsEvaluatorResponseEvaluatorType: {
16
+ readonly Tts: "tts";
17
+ readonly Stt: "stt";
18
+ readonly Llm: "llm";
19
+ readonly LlmGeneral: "llm-general";
20
+ readonly Conversation: "conversation";
21
+ };
22
+ /**
23
+ * What the evaluator judges:
24
+ *
25
+ * @remarks
26
+ *
27
+ * - `tts`: TTS audio
28
+ * - `stt`: one transcript
29
+ * - `llm`: a reply with its conversation history
30
+ * - `llm-general`: a standalone input and output pair
31
+ * - `conversation`: a full conversation
32
+ */
33
+ export type RoutersEvaluatorsEvaluatorResponseEvaluatorType = ClosedEnum<typeof RoutersEvaluatorsEvaluatorResponseEvaluatorType>;
34
+ export declare const RoutersEvaluatorsEvaluatorResponseEvaluatorType$zodSchema: z.ZodEnum<{
35
+ conversation: "conversation";
36
+ stt: "stt";
37
+ tts: "tts";
38
+ llm: "llm";
39
+ "llm-general": "llm-general";
40
+ }>;
41
+ /**
42
+ * The modality the judge reads:
43
+ *
44
+ * @remarks
45
+ *
46
+ * - `text`
47
+ * - `audio`
48
+ */
49
+ export declare const RoutersEvaluatorsEvaluatorResponseDataType: {
50
+ readonly Text: "text";
51
+ readonly Audio: "audio";
52
+ };
53
+ /**
54
+ * The modality the judge reads:
55
+ *
56
+ * @remarks
57
+ *
58
+ * - `text`
59
+ * - `audio`
60
+ */
61
+ export type RoutersEvaluatorsEvaluatorResponseDataType = ClosedEnum<typeof RoutersEvaluatorsEvaluatorResponseDataType>;
62
+ export declare const RoutersEvaluatorsEvaluatorResponseDataType$zodSchema: z.ZodEnum<{
63
+ text: "text";
64
+ audio: "audio";
65
+ }>;
66
+ /**
67
+ * How the evaluator scores:
68
+ *
69
+ * @remarks
70
+ *
71
+ * - `binary`: pass or fail
72
+ * - `rating`: a numeric score, using the scale in `output_config`
73
+ */
74
+ export declare const RoutersEvaluatorsEvaluatorResponseOutputType: {
75
+ readonly Binary: "binary";
76
+ readonly Rating: "rating";
77
+ };
78
+ /**
79
+ * How the evaluator scores:
80
+ *
81
+ * @remarks
82
+ *
83
+ * - `binary`: pass or fail
84
+ * - `rating`: a numeric score, using the scale in `output_config`
85
+ */
86
+ export type RoutersEvaluatorsEvaluatorResponseOutputType = ClosedEnum<typeof RoutersEvaluatorsEvaluatorResponseOutputType>;
87
+ export declare const RoutersEvaluatorsEvaluatorResponseOutputType$zodSchema: z.ZodEnum<{
88
+ binary: "binary";
89
+ rating: "rating";
90
+ }>;
91
+ export type RoutersEvaluatorsEvaluatorResponse = {
92
+ uuid: string;
93
+ name: string;
94
+ description?: string | null | undefined;
95
+ evaluator_type: RoutersEvaluatorsEvaluatorResponseEvaluatorType;
96
+ data_type: RoutersEvaluatorsEvaluatorResponseDataType;
97
+ output_type: RoutersEvaluatorsEvaluatorResponseOutputType;
98
+ is_default: boolean;
99
+ slug?: string | null | undefined;
100
+ live_version_id?: string | null | undefined;
101
+ created_at: string;
102
+ updated_at: string;
103
+ live_version?: EvaluatorVersionResponse | null | undefined;
104
+ };
105
+ export declare const RoutersEvaluatorsEvaluatorResponse$zodSchema: z.ZodType<RoutersEvaluatorsEvaluatorResponse>;
106
+ //# sourceMappingURL=routersevaluatorsevaluatorresponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routersevaluatorsevaluatorresponse.d.ts","sourceRoot":"","sources":["../../src/models/routersevaluatorsevaluatorresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EACL,wBAAwB,EAEzB,MAAM,+BAA+B,CAAC;AAEvC;;;;;;;;;;GAUG;AACH,eAAO,MAAM,+CAA+C;;;;;;CAMlD,CAAC;AACX;;;;;;;;;;GAUG;AACH,MAAM,MAAM,+CAA+C,GAAG,UAAU,CACtE,OAAO,+CAA+C,CACvD,CAAC;AAEF,eAAO,MAAM,yDAAyD;;;;;;EAUrE,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,0CAA0C;;;CAG7C,CAAC;AACX;;;;;;;GAOG;AACH,MAAM,MAAM,0CAA0C,GAAG,UAAU,CACjE,OAAO,0CAA0C,CAClD,CAAC;AAEF,eAAO,MAAM,oDAAoD;;;EAGI,CAAC;AAEtE;;;;;;;GAOG;AACH,eAAO,MAAM,4CAA4C;;;CAG/C,CAAC;AACX;;;;;;;GAOG;AACH,MAAM,MAAM,4CAA4C,GAAG,UAAU,CACnE,OAAO,4CAA4C,CACpD,CAAC;AAEF,eAAO,MAAM,sDAAsD;;;EAKlE,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,cAAc,EAAE,+CAA+C,CAAC;IAChE,SAAS,EAAE,0CAA0C,CAAC;IACtD,WAAW,EAAE,4CAA4C,CAAC;IAC1D,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC5C,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,wBAAwB,GAAG,IAAI,GAAG,SAAS,CAAC;CAC5D,CAAC;AAEF,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,kCAAkC,CAkClC,CAAC"}
@@ -0,0 +1,79 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { EvaluatorVersionResponse$zodSchema, } from "./evaluatorversionresponse.js";
6
+ /**
7
+ * What the evaluator judges:
8
+ *
9
+ * @remarks
10
+ *
11
+ * - `tts`: TTS audio
12
+ * - `stt`: one transcript
13
+ * - `llm`: a reply with its conversation history
14
+ * - `llm-general`: a standalone input and output pair
15
+ * - `conversation`: a full conversation
16
+ */
17
+ export const RoutersEvaluatorsEvaluatorResponseEvaluatorType = {
18
+ Tts: "tts",
19
+ Stt: "stt",
20
+ Llm: "llm",
21
+ LlmGeneral: "llm-general",
22
+ Conversation: "conversation",
23
+ };
24
+ export const RoutersEvaluatorsEvaluatorResponseEvaluatorType$zodSchema = z.enum([
25
+ "tts",
26
+ "stt",
27
+ "llm",
28
+ "llm-general",
29
+ "conversation",
30
+ ]).describe("What the evaluator judges:\n\n- `tts`: TTS audio\n- `stt`: one transcript\n- `llm`: a reply with its conversation history\n- `llm-general`: a standalone input and output pair\n- `conversation`: a full conversation\n");
31
+ /**
32
+ * The modality the judge reads:
33
+ *
34
+ * @remarks
35
+ *
36
+ * - `text`
37
+ * - `audio`
38
+ */
39
+ export const RoutersEvaluatorsEvaluatorResponseDataType = {
40
+ Text: "text",
41
+ Audio: "audio",
42
+ };
43
+ export const RoutersEvaluatorsEvaluatorResponseDataType$zodSchema = z.enum([
44
+ "text",
45
+ "audio",
46
+ ]).describe("The modality the judge reads:\n\n- `text`\n- `audio`\n");
47
+ /**
48
+ * How the evaluator scores:
49
+ *
50
+ * @remarks
51
+ *
52
+ * - `binary`: pass or fail
53
+ * - `rating`: a numeric score, using the scale in `output_config`
54
+ */
55
+ export const RoutersEvaluatorsEvaluatorResponseOutputType = {
56
+ Binary: "binary",
57
+ Rating: "rating",
58
+ };
59
+ export const RoutersEvaluatorsEvaluatorResponseOutputType$zodSchema = z.enum([
60
+ "binary",
61
+ "rating",
62
+ ]).describe("How the evaluator scores:\n\n- `binary`: pass or fail\n- `rating`: a numeric score, using the scale in `output_config`\n");
63
+ export const RoutersEvaluatorsEvaluatorResponse$zodSchema = z.object({
64
+ created_at: z.string().describe("When the evaluator was created (ISO 8601 UTC)"),
65
+ data_type: RoutersEvaluatorsEvaluatorResponseDataType$zodSchema.describe("The modality the judge reads:\n\n- `text`\n- `audio`\n"),
66
+ description: z.string().nullable().optional().describe("What the evaluator checks"),
67
+ evaluator_type: RoutersEvaluatorsEvaluatorResponseEvaluatorType$zodSchema
68
+ .describe("What the evaluator judges:\n\n- `tts`: TTS audio\n- `stt`: one transcript\n- `llm`: a reply with its conversation history\n- `llm-general`: a standalone input and output pair\n- `conversation`: a full conversation\n"),
69
+ is_default: z.boolean().describe("True for a built-in default evaluator, which you can't edit. False for an evaluator you created, which you can edit and add versions to"),
70
+ live_version: EvaluatorVersionResponse$zodSchema.nullable().optional()
71
+ .describe("The version that is currently live"),
72
+ live_version_id: z.string().nullable().optional().describe("ID of the version that is currently live"),
73
+ name: z.string().describe("Evaluator name"),
74
+ output_type: RoutersEvaluatorsEvaluatorResponseOutputType$zodSchema.describe("How the evaluator scores:\n\n- `binary`: pass or fail\n- `rating`: a numeric score, using the scale in `output_config`\n"),
75
+ slug: z.string().nullable().optional().describe("Stable slug for a built-in default evaluator"),
76
+ updated_at: z.string().describe("When the evaluator was last updated (ISO 8601 UTC)"),
77
+ uuid: z.string().describe("Evaluator ID"),
78
+ });
79
+ //# sourceMappingURL=routersevaluatorsevaluatorresponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routersevaluatorsevaluatorresponse.js","sourceRoot":"","sources":["../../src/models/routersevaluatorsevaluatorresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAEL,kCAAkC,GACnC,MAAM,+BAA+B,CAAC;AAEvC;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAG;IAC7D,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,UAAU,EAAE,aAAa;IACzB,YAAY,EAAE,cAAc;CACpB,CAAC;AAgBX,MAAM,CAAC,MAAM,yDAAyD,GAAG,CAAC,CAAC,IAAI,CAC7E;IACE,KAAK;IACL,KAAK;IACL,KAAK;IACL,aAAa;IACb,cAAc;CACf,CACF,CAAC,QAAQ,CACR,yNAAyN,CAC1N,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAG;IACxD,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;CACN,CAAC;AAaX,MAAM,CAAC,MAAM,oDAAoD,GAAG,CAAC,CAAC,IAAI,CAAC;IACzE,MAAM;IACN,OAAO;CACR,CAAC,CAAC,QAAQ,CAAC,wDAAwD,CAAC,CAAC;AAEtE;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAG;IAC1D,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;CACR,CAAC;AAaX,MAAM,CAAC,MAAM,sDAAsD,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3E,QAAQ;IACR,QAAQ;CACT,CAAC,CAAC,QAAQ,CACT,0HAA0H,CAC3H,CAAC;AAiBF,MAAM,CAAC,MAAM,4CAA4C,GAErD,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,+CAA+C,CAChD;IACD,SAAS,EAAE,oDAAoD,CAAC,QAAQ,CACtE,wDAAwD,CACzD;IACD,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACpD,2BAA2B,CAC5B;IACD,cAAc,EAAE,yDAAyD;SACtE,QAAQ,CACP,yNAAyN,CAC1N;IACH,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAC9B,yIAAyI,CAC1I;IACD,YAAY,EAAE,kCAAkC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;SACnE,QAAQ,CAAC,oCAAoC,CAAC;IACjD,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACxD,0CAA0C,CAC3C;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gBAAgB,CAAC;IAC3C,WAAW,EAAE,sDAAsD,CAAC,QAAQ,CAC1E,0HAA0H,CAC3H;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAC7C,8CAA8C,CAC/C;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,oDAAoD,CACrD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,cAAc,CAAC;CAC1C,CAAC,CAAC"}
@@ -4,6 +4,6 @@
4
4
  import * as z from "zod";
5
5
  export const RoutersTestsEvaluatorRef$zodSchema = z.object({
6
6
  evaluator_uuid: z.string().describe("Evaluator to attach to the test"),
7
- variable_values: z.record(z.string(), z.any()).nullable().optional().describe("Values for the evaluator's `{{\"{{\"}}placeholder}}` variables, pinned per test. Omit to inherit the evaluator version's defaults"),
7
+ variable_values: z.record(z.string(), z.any()).nullable().optional().describe("Values for the evaluator's `{{\"{{\"}}placeholder}}` variables, pinned on this test. Omit to inherit the evaluator version's defaults"),
8
8
  });
9
9
  //# sourceMappingURL=routerstestsevaluatorref.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"routerstestsevaluatorref.js","sourceRoot":"","sources":["../../src/models/routerstestsevaluatorref.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAOzB,MAAM,CAAC,MAAM,kCAAkC,GAE3C,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iCAAiC,CAAC;IACtE,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAC3E,mIAAmI,CACpI;CACF,CAAC,CAAC"}
1
+ {"version":3,"file":"routerstestsevaluatorref.js","sourceRoot":"","sources":["../../src/models/routerstestsevaluatorref.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAOzB,MAAM,CAAC,MAAM,kCAAkC,GAE3C,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iCAAiC,CAAC;IACtE,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAC3E,uIAAuI,CACxI;CACF,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"routersteststestresponse.d.ts","sourceRoot":"","sources":["../../src/models/routersteststestresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;;;;;;;GAQG;AACH,eAAO,MAAM,4BAA4B;;;;CAI/B,CAAC;AACX;;;;;;;;GAQG;AACH,MAAM,MAAM,4BAA4B,GAAG,UAAU,CACnD,OAAO,4BAA4B,CACpC,CAAC;AAEF,eAAO,MAAM,sCAAsC;;;;EAMlD,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,4BAA4B,CAAC;IACnC,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,GAAG,SAAS,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,wBAAwB,CAmBxB,CAAC"}
1
+ {"version":3,"file":"routersteststestresponse.d.ts","sourceRoot":"","sources":["../../src/models/routersteststestresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;;;;;;;GAQG;AACH,eAAO,MAAM,4BAA4B;;;;CAI/B,CAAC;AACX;;;;;;;;GAQG;AACH,MAAM,MAAM,4BAA4B,GAAG,UAAU,CACnD,OAAO,4BAA4B,CACpC,CAAC;AAEF,eAAO,MAAM,sCAAsC;;;;EAMlD,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,4BAA4B,CAAC;IACnC,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,GAAG,SAAS,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,wBAAwB,CAiBxB,CAAC"}
@@ -20,14 +20,14 @@ export const RoutersTestsTestResponseType$zodSchema = z.enum([
20
20
  "response",
21
21
  "tool_call",
22
22
  "conversation",
23
- ]).describe("What the test judges:\n\n- `response`: judges the generated reply\n- `tool_call`: diffs the generated tool calls\n- `conversation`: judges the full conversation");
23
+ ]).describe("What the test judges:\n\n- `response`: judges the generated reply\n- `tool_call`: diffs the generated tool calls\n- `conversation`: judges the full conversation\n");
24
24
  export const RoutersTestsTestResponse$zodSchema = z.object({
25
- config: z.record(z.string(), z.any()).nullable().optional().describe("Config for the test (`history`, `evaluation`, optional `settings`)"),
26
- created_at: z.string().describe("Timestamp when the test was created (ISO 8601 UTC)"),
25
+ config: z.record(z.string(), z.any()).nullable().optional().describe("The stored config: `history`, `evaluation`, and an optional `settings`"),
26
+ created_at: z.string().describe("When the test was created (ISO 8601 UTC)"),
27
27
  evaluators: z.array(z.record(z.string(), z.any())).optional().describe("Linked evaluators, resolved to their current live version at read time"),
28
28
  name: z.string().describe("Name of the test"),
29
- type: RoutersTestsTestResponseType$zodSchema.describe("What the test judges:\n\n- `response`: judges the generated reply\n- `tool_call`: diffs the generated tool calls\n- `conversation`: judges the full conversation"),
30
- updated_at: z.string().describe("Timestamp when the test was last updated (ISO 8601 UTC)"),
29
+ type: RoutersTestsTestResponseType$zodSchema.describe("What the test judges:\n\n- `response`: judges the generated reply\n- `tool_call`: diffs the generated tool calls\n- `conversation`: judges the full conversation\n"),
30
+ updated_at: z.string().describe("When the test was last updated (ISO 8601 UTC)"),
31
31
  uuid: z.string().describe("Unique ID for the test"),
32
32
  });
33
33
  //# sourceMappingURL=routersteststestresponse.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"routersteststestresponse.js","sourceRoot":"","sources":["../../src/models/routersteststestresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,WAAW;IACrB,YAAY,EAAE,cAAc;CACpB,CAAC;AAcX,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3D,UAAU;IACV,WAAW;IACX,cAAc;CACf,CAAC,CAAC,QAAQ,CACT,kKAAkK,CACnK,CAAC;AAYF,MAAM,CAAC,MAAM,kCAAkC,GAE3C,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAClE,oEAAoE,CACrE;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,oDAAoD,CACrD;IACD,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACpE,wEAAwE,CACzE;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,kBAAkB,CAAC;IAC7C,IAAI,EAAE,sCAAsC,CAAC,QAAQ,CACnD,kKAAkK,CACnK;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,yDAAyD,CAC1D;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,wBAAwB,CAAC;CACpD,CAAC,CAAC"}
1
+ {"version":3,"file":"routersteststestresponse.js","sourceRoot":"","sources":["../../src/models/routersteststestresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,WAAW;IACrB,YAAY,EAAE,cAAc;CACpB,CAAC;AAcX,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3D,UAAU;IACV,WAAW;IACX,cAAc;CACf,CAAC,CAAC,QAAQ,CACT,oKAAoK,CACrK,CAAC;AAYF,MAAM,CAAC,MAAM,kCAAkC,GAE3C,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAClE,wEAAwE,CACzE;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0CAA0C,CAAC;IAC3E,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CACpE,wEAAwE,CACzE;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,kBAAkB,CAAC;IAC7C,IAAI,EAAE,sCAAsC,CAAC,QAAQ,CACnD,oKAAoK,CACrK;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC7B,+CAA+C,CAChD;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,wBAAwB,CAAC;CACpD,CAAC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import * as z from "zod";
2
+ import { AgentTestRunCreateResponse } from "./agenttestruncreateresponse.js";
3
+ import { BenchmarkRequest } from "./benchmarkrequest.js";
4
+ import { HTTPValidationError } from "./httpvalidationerror.js";
5
+ export type RunAgentBenchmarkAgentTestsAgentAgentUuidBenchmarkPostRequest = {
6
+ agent_uuid: string;
7
+ xAPIKey?: string | null | undefined;
8
+ body: BenchmarkRequest;
9
+ };
10
+ export declare const RunAgentBenchmarkAgentTestsAgentAgentUuidBenchmarkPostRequest$zodSchema: z.ZodType<RunAgentBenchmarkAgentTestsAgentAgentUuidBenchmarkPostRequest>;
11
+ export type RunAgentBenchmarkAgentTestsAgentAgentUuidBenchmarkPostResponse = AgentTestRunCreateResponse | HTTPValidationError;
12
+ export declare const RunAgentBenchmarkAgentTestsAgentAgentUuidBenchmarkPostResponse$zodSchema: z.ZodType<RunAgentBenchmarkAgentTestsAgentAgentUuidBenchmarkPostResponse>;
13
+ //# sourceMappingURL=runagentbenchmarkagenttestsagentagentuuidbenchmarkpostop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runagentbenchmarkagenttestsagentagentuuidbenchmarkpostop.d.ts","sourceRoot":"","sources":["../../src/models/runagentbenchmarkagenttestsagentagentuuidbenchmarkpostop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,0BAA0B,EAE3B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,gBAAgB,EAEjB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,6DAA6D,GAAG;IAC1E,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,gBAAgB,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,uEAAuE,EAClF,CAAC,CAAC,OAAO,CAAC,6DAA6D,CAKnE,CAAC;AAEP,MAAM,MAAM,8DAA8D,GACtE,0BAA0B,GAC1B,mBAAmB,CAAC;AAExB,eAAO,MAAM,wEAAwE,EACnF,CAAC,CAAC,OAAO,CAAC,8DAA8D,CAIpE,CAAC"}
@@ -0,0 +1,19 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { AgentTestRunCreateResponse$zodSchema, } from "./agenttestruncreateresponse.js";
6
+ import { BenchmarkRequest$zodSchema, } from "./benchmarkrequest.js";
7
+ import { HTTPValidationError$zodSchema, } from "./httpvalidationerror.js";
8
+ export const RunAgentBenchmarkAgentTestsAgentAgentUuidBenchmarkPostRequest$zodSchema = z
9
+ .object({
10
+ agent_uuid: z.string().describe("Agent to benchmark"),
11
+ body: BenchmarkRequest$zodSchema,
12
+ xAPIKey: z.string().nullable().optional(),
13
+ });
14
+ export const RunAgentBenchmarkAgentTestsAgentAgentUuidBenchmarkPostResponse$zodSchema = z
15
+ .union([
16
+ AgentTestRunCreateResponse$zodSchema,
17
+ HTTPValidationError$zodSchema,
18
+ ]);
19
+ //# sourceMappingURL=runagentbenchmarkagenttestsagentagentuuidbenchmarkpostop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runagentbenchmarkagenttestsagentagentuuidbenchmarkpostop.js","sourceRoot":"","sources":["../../src/models/runagentbenchmarkagenttestsagentagentuuidbenchmarkpostop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,oCAAoC,GACrC,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAEL,0BAA0B,GAC3B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAQlC,MAAM,CAAC,MAAM,uEAAuE,GACP,CAAC;KACzE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,oBAAoB,CAAC;IACrD,IAAI,EAAE,0BAA0B;IAChC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAMP,MAAM,CAAC,MAAM,wEAAwE,GACP,CAAC;KAC1E,KAAK,CAAC;IACL,oCAAoC;IACpC,6BAA6B;CAC9B,CAAC,CAAC"}
@@ -5,7 +5,6 @@ import { RunTestRequest } from "./runtestrequest.js";
5
5
  export type RunAgentTestAgentTestsAgentAgentUuidRunPostRequest = {
6
6
  agent_uuid: string;
7
7
  xAPIKey?: string | null | undefined;
8
- xOrgUUID?: string | null | undefined;
9
8
  body: RunTestRequest;
10
9
  };
11
10
  export declare const RunAgentTestAgentTestsAgentAgentUuidRunPostRequest$zodSchema: z.ZodType<RunAgentTestAgentTestsAgentAgentUuidRunPostRequest>;
@@ -1 +1 @@
1
- {"version":3,"file":"runagenttestagenttestsagentagentuuidrunpostop.d.ts","sourceRoot":"","sources":["../../src/models/runagenttestagenttestsagentagentuuidrunpostop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,0BAA0B,EAE3B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAA4B,MAAM,qBAAqB,CAAC;AAE/E,MAAM,MAAM,kDAAkD,GAAG;IAC/D,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,IAAI,EAAE,cAAc,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,4DAA4D,EACvE,CAAC,CAAC,OAAO,CAAC,kDAAkD,CAK1D,CAAC;AAEL,MAAM,MAAM,mDAAmD,GAC3D,0BAA0B,GAC1B,mBAAmB,CAAC;AAExB,eAAO,MAAM,6DAA6D,EACxE,CAAC,CAAC,OAAO,CAAC,mDAAmD,CAG3D,CAAC"}
1
+ {"version":3,"file":"runagenttestagenttestsagentagentuuidrunpostop.d.ts","sourceRoot":"","sources":["../../src/models/runagenttestagenttestsagentagentuuidrunpostop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,0BAA0B,EAE3B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAA4B,MAAM,qBAAqB,CAAC;AAE/E,MAAM,MAAM,kDAAkD,GAAG;IAC/D,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,cAAc,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,4DAA4D,EACvE,CAAC,CAAC,OAAO,CAAC,kDAAkD,CAI1D,CAAC;AAEL,MAAM,MAAM,mDAAmD,GAC3D,0BAA0B,GAC1B,mBAAmB,CAAC;AAExB,eAAO,MAAM,6DAA6D,EACxE,CAAC,CAAC,OAAO,CAAC,mDAAmD,CAG3D,CAAC"}
@@ -6,10 +6,9 @@ import { AgentTestRunCreateResponse$zodSchema, } from "./agenttestruncreaterespo
6
6
  import { HTTPValidationError$zodSchema, } from "./httpvalidationerror.js";
7
7
  import { RunTestRequest$zodSchema } from "./runtestrequest.js";
8
8
  export const RunAgentTestAgentTestsAgentAgentUuidRunPostRequest$zodSchema = z.object({
9
- agent_uuid: z.string().describe("The agent to test."),
9
+ agent_uuid: z.string().describe("Agent to test"),
10
10
  body: RunTestRequest$zodSchema,
11
11
  xAPIKey: z.string().nullable().optional(),
12
- xOrgUUID: z.string().nullable().optional(),
13
12
  });
14
13
  export const RunAgentTestAgentTestsAgentAgentUuidRunPostResponse$zodSchema = z.union([
15
14
  AgentTestRunCreateResponse$zodSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"runagenttestagenttestsagentagentuuidrunpostop.js","sourceRoot":"","sources":["../../src/models/runagenttestagenttestsagentagentuuidrunpostop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,oCAAoC,GACrC,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAkB,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAS/E,MAAM,CAAC,MAAM,4DAA4D,GACP,CAAC,CAAC,MAAM,CAAC;IACvE,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,oBAAoB,CAAC;IACrD,IAAI,EAAE,wBAAwB;IAC9B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACzC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAC;AAML,MAAM,CAAC,MAAM,6DAA6D,GACP,CAAC,CAAC,KAAK,CAAC;IACvE,oCAAoC;IACpC,6BAA6B;CAC9B,CAAC,CAAC"}
1
+ {"version":3,"file":"runagenttestagenttestsagentagentuuidrunpostop.js","sourceRoot":"","sources":["../../src/models/runagenttestagenttestsagentagentuuidrunpostop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,oCAAoC,GACrC,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAkB,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAQ/E,MAAM,CAAC,MAAM,4DAA4D,GACP,CAAC,CAAC,MAAM,CAAC;IACvE,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,eAAe,CAAC;IAChD,IAAI,EAAE,wBAAwB;IAC9B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAML,MAAM,CAAC,MAAM,6DAA6D,GACP,CAAC,CAAC,KAAK,CAAC;IACvE,oCAAoC;IACpC,6BAA6B;CAC9B,CAAC,CAAC"}
@@ -4,7 +4,6 @@ import { BatchTestRunResponse } from "./batchtestrunresponse.js";
4
4
  import { HTTPValidationError } from "./httpvalidationerror.js";
5
5
  export type RunTestsBatchAgentTestsRunPostRequest = {
6
6
  xAPIKey?: string | null | undefined;
7
- xOrgUUID?: string | null | undefined;
8
7
  body?: BatchRunRequest | null | undefined;
9
8
  };
10
9
  export declare const RunTestsBatchAgentTestsRunPostRequest$zodSchema: z.ZodType<RunTestsBatchAgentTestsRunPostRequest>;
@@ -1 +1 @@
1
- {"version":3,"file":"runtestsbatchagenttestsrunpostop.d.ts","sourceRoot":"","sources":["../../src/models/runtestsbatchagenttestsrunpostop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,eAAe,EAEhB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,oBAAoB,EAErB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,qCAAqC,GAAG;IAClD,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,IAAI,CAAC,EAAE,eAAe,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,qCAAqC,CAKrC,CAAC;AAEH,MAAM,MAAM,sCAAsC,GAC9C,oBAAoB,GACpB,mBAAmB,CAAC;AAExB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,sCAAsC,CAItC,CAAC"}
1
+ {"version":3,"file":"runtestsbatchagenttestsrunpostop.d.ts","sourceRoot":"","sources":["../../src/models/runtestsbatchagenttestsrunpostop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,eAAe,EAEhB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,oBAAoB,EAErB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,qCAAqC,GAAG;IAClD,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,IAAI,CAAC,EAAE,eAAe,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,qCAAqC,CAIrC,CAAC;AAEH,MAAM,MAAM,sCAAsC,GAC9C,oBAAoB,GACpB,mBAAmB,CAAC;AAExB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,sCAAsC,CAItC,CAAC"}
@@ -8,7 +8,6 @@ import { HTTPValidationError$zodSchema, } from "./httpvalidationerror.js";
8
8
  export const RunTestsBatchAgentTestsRunPostRequest$zodSchema = z.object({
9
9
  body: BatchRunRequest$zodSchema.nullable().optional(),
10
10
  xAPIKey: z.string().nullable().optional(),
11
- xOrgUUID: z.string().nullable().optional(),
12
11
  });
13
12
  export const RunTestsBatchAgentTestsRunPostResponse$zodSchema = z.union([
14
13
  BatchTestRunResponse$zodSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"runtestsbatchagenttestsrunpostop.js","sourceRoot":"","sources":["../../src/models/runtestsbatchagenttestsrunpostop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,yBAAyB,GAC1B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAEL,8BAA8B,GAC/B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAQlC,MAAM,CAAC,MAAM,+CAA+C,GAExD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,yBAAyB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACrD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACzC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,gDAAgD,GAEzD,CAAC,CAAC,KAAK,CAAC;IACV,8BAA8B;IAC9B,6BAA6B;CAC9B,CAAC,CAAC"}
1
+ {"version":3,"file":"runtestsbatchagenttestsrunpostop.js","sourceRoot":"","sources":["../../src/models/runtestsbatchagenttestsrunpostop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,yBAAyB,GAC1B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAEL,8BAA8B,GAC/B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAOlC,MAAM,CAAC,MAAM,+CAA+C,GAExD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,yBAAyB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACrD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,gDAAgD,GAEzD,CAAC,CAAC,KAAK,CAAC;IACV,8BAA8B;IAC9B,6BAA6B;CAC9B,CAAC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import * as z from "zod";
2
+ import { EvaluatorRunLaunchResponse } from "./evaluatorrunlaunchresponse.js";
3
+ import { EvaluatorRunStartRequest } from "./evaluatorrunstartrequest.js";
4
+ import { HTTPValidationError } from "./httpvalidationerror.js";
5
+ export type StartEvaluatorRunAnnotationTasksTaskUuidEvaluatorRunsPostRequest = {
6
+ task_uuid: string;
7
+ xAPIKey?: string | null | undefined;
8
+ body: EvaluatorRunStartRequest;
9
+ };
10
+ export declare const StartEvaluatorRunAnnotationTasksTaskUuidEvaluatorRunsPostRequest$zodSchema: z.ZodType<StartEvaluatorRunAnnotationTasksTaskUuidEvaluatorRunsPostRequest>;
11
+ export type StartEvaluatorRunAnnotationTasksTaskUuidEvaluatorRunsPostResponse = EvaluatorRunLaunchResponse | HTTPValidationError;
12
+ export declare const StartEvaluatorRunAnnotationTasksTaskUuidEvaluatorRunsPostResponse$zodSchema: z.ZodType<StartEvaluatorRunAnnotationTasksTaskUuidEvaluatorRunsPostResponse>;
13
+ //# sourceMappingURL=startevaluatorrunannotationtaskstaskuuidevaluatorrunspostop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"startevaluatorrunannotationtaskstaskuuidevaluatorrunspostop.d.ts","sourceRoot":"","sources":["../../src/models/startevaluatorrunannotationtaskstaskuuidevaluatorrunspostop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,0BAA0B,EAE3B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,wBAAwB,EAEzB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,gEAAgE,GAAG;IAC7E,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,wBAAwB,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,0EAA0E,EACrF,CAAC,CAAC,OAAO,CAAC,gEAAgE,CAKtE,CAAC;AAEP,MAAM,MAAM,iEAAiE,GACzE,0BAA0B,GAC1B,mBAAmB,CAAC;AAExB,eAAO,MAAM,2EAA2E,EACtF,CAAC,CAAC,OAAO,CAAC,iEAAiE,CAIvE,CAAC"}
@@ -0,0 +1,17 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { EvaluatorRunLaunchResponse$zodSchema, } from "./evaluatorrunlaunchresponse.js";
6
+ import { EvaluatorRunStartRequest$zodSchema, } from "./evaluatorrunstartrequest.js";
7
+ import { HTTPValidationError$zodSchema, } from "./httpvalidationerror.js";
8
+ export const StartEvaluatorRunAnnotationTasksTaskUuidEvaluatorRunsPostRequest$zodSchema = z.object({
9
+ body: EvaluatorRunStartRequest$zodSchema,
10
+ task_uuid: z.string().describe("Annotation task to act on"),
11
+ xAPIKey: z.string().nullable().optional(),
12
+ });
13
+ export const StartEvaluatorRunAnnotationTasksTaskUuidEvaluatorRunsPostResponse$zodSchema = z.union([
14
+ EvaluatorRunLaunchResponse$zodSchema,
15
+ HTTPValidationError$zodSchema,
16
+ ]);
17
+ //# sourceMappingURL=startevaluatorrunannotationtaskstaskuuidevaluatorrunspostop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"startevaluatorrunannotationtaskstaskuuidevaluatorrunspostop.js","sourceRoot":"","sources":["../../src/models/startevaluatorrunannotationtaskstaskuuidevaluatorrunspostop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,oCAAoC,GACrC,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAEL,kCAAkC,GACnC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAQlC,MAAM,CAAC,MAAM,0EAA0E,GAEnF,CAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,kCAAkC;IACxC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2BAA2B,CAAC;IAC3D,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAC;AAMP,MAAM,CAAC,MAAM,2EAA2E,GAEpF,CAAC,CAAC,KAAK,CAAC;IACN,oCAAoC;IACpC,6BAA6B;CAC9B,CAAC,CAAC"}
@@ -0,0 +1,31 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../types/enums.js";
3
+ import { HTTPValidationError } from "./httpvalidationerror.js";
4
+ import { TaskAgreementResponse } from "./taskagreementresponse.js";
5
+ /**
6
+ * How to bucket points in the trend series
7
+ */
8
+ export declare const Bucket: {
9
+ readonly Week: "week";
10
+ readonly Month: "month";
11
+ readonly Year: "year";
12
+ };
13
+ /**
14
+ * How to bucket points in the trend series
15
+ */
16
+ export type Bucket = ClosedEnum<typeof Bucket>;
17
+ export declare const Bucket$zodSchema: z.ZodEnum<{
18
+ week: "week";
19
+ month: "month";
20
+ year: "year";
21
+ }>;
22
+ export type TaskAgreementAnnotationTasksTaskUuidAgreementGetRequest = {
23
+ task_uuid: string;
24
+ bucket?: Bucket | undefined;
25
+ days?: number | undefined;
26
+ xAPIKey?: string | null | undefined;
27
+ };
28
+ export declare const TaskAgreementAnnotationTasksTaskUuidAgreementGetRequest$zodSchema: z.ZodType<TaskAgreementAnnotationTasksTaskUuidAgreementGetRequest>;
29
+ export type TaskAgreementAnnotationTasksTaskUuidAgreementGetResponse = TaskAgreementResponse | HTTPValidationError;
30
+ export declare const TaskAgreementAnnotationTasksTaskUuidAgreementGetResponse$zodSchema: z.ZodType<TaskAgreementAnnotationTasksTaskUuidAgreementGetResponse>;
31
+ //# sourceMappingURL=taskagreementannotationtaskstaskuuidagreementgetop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskagreementannotationtaskstaskuuidagreementgetop.d.ts","sourceRoot":"","sources":["../../src/models/taskagreementannotationtaskstaskuuidagreementgetop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,qBAAqB,EAEtB,MAAM,4BAA4B,CAAC;AAEpC;;GAEG;AACH,eAAO,MAAM,MAAM;;;;CAIT,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC;AAE/C,eAAO,MAAM,gBAAgB;;;;EAI0B,CAAC;AAExD,MAAM,MAAM,uDAAuD,GAAG;IACpE,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF,eAAO,MAAM,iEAAiE,EAC5E,CAAC,CAAC,OAAO,CAAC,uDAAuD,CAWhE,CAAC;AAEJ,MAAM,MAAM,wDAAwD,GAChE,qBAAqB,GACrB,mBAAmB,CAAC;AAExB,eAAO,MAAM,kEAAkE,EAC7E,CAAC,CAAC,OAAO,CAAC,wDAAwD,CAKjE,CAAC"}
@@ -0,0 +1,30 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { HTTPValidationError$zodSchema, } from "./httpvalidationerror.js";
6
+ import { TaskAgreementResponse$zodSchema, } from "./taskagreementresponse.js";
7
+ /**
8
+ * How to bucket points in the trend series
9
+ */
10
+ export const Bucket = {
11
+ Week: "week",
12
+ Month: "month",
13
+ Year: "year",
14
+ };
15
+ export const Bucket$zodSchema = z.enum([
16
+ "week",
17
+ "month",
18
+ "year",
19
+ ]).describe("How to bucket points in the trend series");
20
+ export const TaskAgreementAnnotationTasksTaskUuidAgreementGetRequest$zodSchema = z.object({
21
+ bucket: Bucket$zodSchema.default("week").describe("How to bucket points in the trend series"),
22
+ days: z.int().default(90).describe("Trailing window in days for the trend series"),
23
+ task_uuid: z.string().describe("Annotation task to act on"),
24
+ xAPIKey: z.string().nullable().optional(),
25
+ });
26
+ export const TaskAgreementAnnotationTasksTaskUuidAgreementGetResponse$zodSchema = z.union([
27
+ TaskAgreementResponse$zodSchema,
28
+ HTTPValidationError$zodSchema,
29
+ ]);
30
+ //# sourceMappingURL=taskagreementannotationtaskstaskuuidagreementgetop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskagreementannotationtaskstaskuuidagreementgetop.js","sourceRoot":"","sources":["../../src/models/taskagreementannotationtaskstaskuuidagreementgetop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAEL,6BAA6B,GAC9B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAEL,+BAA+B,GAChC,MAAM,4BAA4B,CAAC;AAEpC;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;CACJ,CAAC;AAMX,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,IAAI,CAAC;IACrC,MAAM;IACN,OAAO;IACP,MAAM;CACP,CAAC,CAAC,QAAQ,CAAC,0CAA0C,CAAC,CAAC;AASxD,MAAM,CAAC,MAAM,iEAAiE,GACP,CAAC,CAAC,MAAM,CAC3E;IACE,MAAM,EAAE,gBAAgB,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,QAAQ,CAC/C,0CAA0C,CAC3C;IACD,IAAI,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,QAAQ,CAChC,8CAA8C,CAC/C;IACD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2BAA2B,CAAC;IAC3D,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC1C,CACF,CAAC;AAMJ,MAAM,CAAC,MAAM,kEAAkE,GACP,CAAC,CAAC,KAAK,CAC3E;IACE,+BAA+B;IAC/B,6BAA6B;CAC9B,CACF,CAAC"}
@@ -0,0 +1,17 @@
1
+ import * as z from "zod";
2
+ import { HumanAgreementBlock } from "./humanagreementblock.js";
3
+ export type TaskAgreementResponse = {
4
+ task_id: string;
5
+ bucket: string;
6
+ days: number;
7
+ human_human: HumanAgreementBlock;
8
+ evaluators: Array<{
9
+ [k: string]: any;
10
+ }>;
11
+ AdditionalProperties?: {
12
+ [k: string]: any;
13
+ };
14
+ };
15
+ export declare const TaskAgreementResponse$zodSchema: z.ZodType<TaskAgreementResponse>;
16
+ export declare const TaskAgreementResponse$zodSchemaOutbound: z.ZodType<any>;
17
+ //# sourceMappingURL=taskagreementresponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskagreementresponse.d.ts","sourceRoot":"","sources":["../../src/models/taskagreementresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EACL,mBAAmB,EAGpB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,qBAAqB,GAAG;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,mBAAmB,CAAC;IACjC,UAAU,EAAE,KAAK,CAAC;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,CAAC;IACxC,oBAAoB,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;CAC7C,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,qBAAqB,CAa1E,CAAC;AAEJ,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAAC,GAAG,CAejE,CAAC"}
@@ -0,0 +1,28 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod";
5
+ import { collectExtraKeys as collectExtraKeys$ } from "../lib/schemas.js";
6
+ import { HumanAgreementBlock$zodSchema, HumanAgreementBlock$zodSchemaOutbound, } from "./humanagreementblock.js";
7
+ export const TaskAgreementResponse$zodSchema = collectExtraKeys$(z.object({
8
+ bucket: z.string().describe("Time bucket used for the trend series"),
9
+ days: z.int().describe("Length of the trailing window in days"),
10
+ evaluators: z.array(z.record(z.string(), z.any())).describe("Agreement between each evaluator and the annotators, one entry per linked evaluator"),
11
+ human_human: HumanAgreementBlock$zodSchema,
12
+ task_id: z.string().describe("ID of the task"),
13
+ }).catchall(z.any()), "AdditionalProperties", true);
14
+ export const TaskAgreementResponse$zodSchemaOutbound = z.object({
15
+ AdditionalProperties: z.record(z.string(), z.any()).optional(),
16
+ bucket: z.string(),
17
+ days: z.int(),
18
+ evaluators: z.array(z.record(z.string(), z.any())),
19
+ human_human: HumanAgreementBlock$zodSchemaOutbound,
20
+ task_id: z.string(),
21
+ }).transform((v) => {
22
+ const { AdditionalProperties, ...rest } = v;
23
+ return {
24
+ ...rest,
25
+ ...AdditionalProperties,
26
+ };
27
+ });
28
+ //# sourceMappingURL=taskagreementresponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskagreementresponse.js","sourceRoot":"","sources":["../../src/models/taskagreementresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,gBAAgB,IAAI,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAEL,6BAA6B,EAC7B,qCAAqC,GACtC,MAAM,0BAA0B,CAAC;AAWlC,MAAM,CAAC,MAAM,+BAA+B,GAC1C,iBAAiB,CACf,CAAC,CAAC,MAAM,CAAC;IACP,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,uCAAuC,CAAC;IACpE,IAAI,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,uCAAuC,CAAC;IAC/D,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,QAAQ,CACzD,qFAAqF,CACtF;IACD,WAAW,EAAE,6BAA6B;IAC1C,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gBAAgB,CAAC;CAC/C,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,EACpB,sBAAsB,EACtB,IAAI,CACL,CAAC;AAEJ,MAAM,CAAC,MAAM,uCAAuC,GAAmB,CAAC,CAAC,MAAM,CAC7E;IACE,oBAAoB,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9D,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,CAAC,CAAC,GAAG,EAAE;IACb,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IAClD,WAAW,EAAE,qCAAqC;IAClD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CACF,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IAChB,MAAM,EAAE,oBAAoB,EAAE,GAAG,IAAI,EAAE,GAAG,CAAC,CAAC;IAC5C,OAAO;QACL,GAAG,IAAI;QACP,GAAG,oBAAoB;KACxB,CAAC;AACJ,CAAC,CAAC,CAAC"}
@@ -11,8 +11,8 @@ export type TaskStatus = ClosedEnum<typeof TaskStatus>;
11
11
  export declare const TaskStatus$zodSchema: z.ZodEnum<{
12
12
  queued: "queued";
13
13
  in_progress: "in_progress";
14
+ failed: "failed";
14
15
  cancelled: "cancelled";
15
16
  done: "done";
16
- failed: "failed";
17
17
  }>;
18
18
  //# sourceMappingURL=taskstatus.d.ts.map
@@ -0,0 +1,34 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../types/enums.js";
3
+ import { HTTPValidationError } from "./httpvalidationerror.js";
4
+ import { TaskSummaryResponse } from "./tasksummaryresponse.js";
5
+ /**
6
+ * Sort direction
7
+ */
8
+ export declare const Order: {
9
+ readonly Asc: "asc";
10
+ readonly Desc: "desc";
11
+ };
12
+ /**
13
+ * Sort direction
14
+ */
15
+ export type Order = ClosedEnum<typeof Order>;
16
+ export declare const Order$zodSchema: z.ZodEnum<{
17
+ asc: "asc";
18
+ desc: "desc";
19
+ }>;
20
+ export type TaskSummaryAnnotationTasksTaskUuidSummaryGetRequest = {
21
+ task_uuid: string;
22
+ item_id?: string | null | undefined;
23
+ live_only?: boolean | undefined;
24
+ q?: string | null | undefined;
25
+ sort_by?: string | undefined;
26
+ order?: Order | undefined;
27
+ limit?: number | undefined;
28
+ offset?: number | undefined;
29
+ xAPIKey?: string | null | undefined;
30
+ };
31
+ export declare const TaskSummaryAnnotationTasksTaskUuidSummaryGetRequest$zodSchema: z.ZodType<TaskSummaryAnnotationTasksTaskUuidSummaryGetRequest>;
32
+ export type TaskSummaryAnnotationTasksTaskUuidSummaryGetResponse = TaskSummaryResponse | HTTPValidationError;
33
+ export declare const TaskSummaryAnnotationTasksTaskUuidSummaryGetResponse$zodSchema: z.ZodType<TaskSummaryAnnotationTasksTaskUuidSummaryGetResponse>;
34
+ //# sourceMappingURL=tasksummaryannotationtaskstaskuuidsummarygetop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tasksummaryannotationtaskstaskuuidsummarygetop.d.ts","sourceRoot":"","sources":["../../src/models/tasksummaryannotationtaskstaskuuidsummarygetop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAElC;;GAEG;AACH,eAAO,MAAM,KAAK;;;CAGR,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,CAAC;AAE7C,eAAO,MAAM,eAAe;;;EAGC,CAAC;AAE9B,MAAM,MAAM,mDAAmD,GAAG;IAChE,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF,eAAO,MAAM,6DAA6D,EACxE,CAAC,CAAC,OAAO,CAAC,mDAAmD,CAoB3D,CAAC;AAEL,MAAM,MAAM,oDAAoD,GAC5D,mBAAmB,GACnB,mBAAmB,CAAC;AAExB,eAAO,MAAM,8DAA8D,EACzE,CAAC,CAAC,OAAO,CAAC,oDAAoD,CAG5D,CAAC"}