@orq-ai/node 4.13.18 → 4.13.19

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 (344) hide show
  1. package/jsr.json +1 -1
  2. package/lib/config.d.ts +2 -2
  3. package/lib/config.js +2 -2
  4. package/models/components/evaluatorresponsefunction.js +2 -2
  5. package/models/components/evaluatorresponsehttp.js +2 -2
  6. package/models/components/evaluatorresponsejsonschema.js +2 -2
  7. package/models/components/evaluatorresponsellm.js +2 -2
  8. package/models/components/evaluatorresponsepython.js +2 -2
  9. package/models/components/evaluatorresponseragas.js +2 -2
  10. package/models/components/evaluatorresponsetypescript.js +2 -2
  11. package/models/components/invokedeploymentrequest.d.ts +10 -0
  12. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  13. package/models/components/invokedeploymentrequest.js +8 -0
  14. package/models/components/invokedeploymentrequest.js.map +1 -1
  15. package/models/components/modelmetadata.d.ts +12 -0
  16. package/models/components/modelmetadata.d.ts.map +1 -1
  17. package/models/components/modelmetadata.js +24 -0
  18. package/models/components/modelmetadata.js.map +1 -1
  19. package/models/components/reasoningpart.js +1 -1
  20. package/models/operations/billing.d.ts +7 -6
  21. package/models/operations/billing.d.ts.map +1 -1
  22. package/models/operations/billing.js +4 -3
  23. package/models/operations/billing.js.map +1 -1
  24. package/models/operations/createagentrequest.d.ts +28 -24
  25. package/models/operations/createagentrequest.d.ts.map +1 -1
  26. package/models/operations/createagentrequest.js +12 -8
  27. package/models/operations/createagentrequest.js.map +1 -1
  28. package/models/operations/createannotationqueue.js +1 -1
  29. package/models/operations/createchatcompletion.d.ts +12 -6
  30. package/models/operations/createchatcompletion.d.ts.map +1 -1
  31. package/models/operations/createchatcompletion.js +5 -2
  32. package/models/operations/createchatcompletion.js.map +1 -1
  33. package/models/operations/createdataset.js +1 -1
  34. package/models/operations/createdatasetitem.d.ts +9 -0
  35. package/models/operations/createdatasetitem.d.ts.map +1 -1
  36. package/models/operations/createdatasetitem.js +9 -5
  37. package/models/operations/createdatasetitem.js.map +1 -1
  38. package/models/operations/createdatasource.js +1 -1
  39. package/models/operations/createprompt.d.ts +23 -12
  40. package/models/operations/createprompt.d.ts.map +1 -1
  41. package/models/operations/createprompt.js +10 -4
  42. package/models/operations/createprompt.js.map +1 -1
  43. package/models/operations/createtool.js +6 -6
  44. package/models/operations/deploymentgetconfig.d.ts +10 -0
  45. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  46. package/models/operations/deploymentgetconfig.js +4 -0
  47. package/models/operations/deploymentgetconfig.js.map +1 -1
  48. package/models/operations/deploymentstream.d.ts +10 -0
  49. package/models/operations/deploymentstream.d.ts.map +1 -1
  50. package/models/operations/deploymentstream.js +4 -0
  51. package/models/operations/deploymentstream.js.map +1 -1
  52. package/models/operations/getallprompts.d.ts +11 -6
  53. package/models/operations/getallprompts.d.ts.map +1 -1
  54. package/models/operations/getallprompts.js +5 -2
  55. package/models/operations/getallprompts.js.map +1 -1
  56. package/models/operations/getalltools.js +6 -6
  57. package/models/operations/geteval.js +16 -16
  58. package/models/operations/getoneprompt.d.ts +11 -6
  59. package/models/operations/getoneprompt.d.ts.map +1 -1
  60. package/models/operations/getoneprompt.js +5 -2
  61. package/models/operations/getoneprompt.js.map +1 -1
  62. package/models/operations/getpromptversion.d.ts +11 -6
  63. package/models/operations/getpromptversion.d.ts.map +1 -1
  64. package/models/operations/getpromptversion.js +5 -2
  65. package/models/operations/getpromptversion.js.map +1 -1
  66. package/models/operations/getv2humanevalsets.js +2 -2
  67. package/models/operations/getv2humanevalsetsid.js +2 -2
  68. package/models/operations/inputresponseformat.d.ts +11 -6
  69. package/models/operations/inputresponseformat.d.ts.map +1 -1
  70. package/models/operations/inputresponseformat.js +5 -2
  71. package/models/operations/inputresponseformat.js.map +1 -1
  72. package/models/operations/listagents.d.ts +14 -12
  73. package/models/operations/listagents.d.ts.map +1 -1
  74. package/models/operations/listagents.js +6 -4
  75. package/models/operations/listagents.js.map +1 -1
  76. package/models/operations/listannotationqueues.js +1 -1
  77. package/models/operations/listdatasetdatapoints.d.ts +4 -0
  78. package/models/operations/listdatasetdatapoints.d.ts.map +1 -1
  79. package/models/operations/listdatasetdatapoints.js +7 -5
  80. package/models/operations/listdatasetdatapoints.js.map +1 -1
  81. package/models/operations/listdatasets.js +1 -1
  82. package/models/operations/listdatasources.js +1 -1
  83. package/models/operations/listpromptversions.d.ts +11 -6
  84. package/models/operations/listpromptversions.d.ts.map +1 -1
  85. package/models/operations/listpromptversions.js +5 -2
  86. package/models/operations/listpromptversions.js.map +1 -1
  87. package/models/operations/patchv2humanevalsetsid.js +2 -2
  88. package/models/operations/postv2feedbackevaluation.js +4 -4
  89. package/models/operations/postv2humanevalsets.js +2 -2
  90. package/models/operations/retrieveagentrequest.d.ts +14 -12
  91. package/models/operations/retrieveagentrequest.d.ts.map +1 -1
  92. package/models/operations/retrieveagentrequest.js +6 -4
  93. package/models/operations/retrieveagentrequest.js.map +1 -1
  94. package/models/operations/retrieveannotationqueue.js +1 -1
  95. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.js +28 -28
  96. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.js +28 -28
  97. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.js +6 -6
  98. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.js +26 -26
  99. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.js +6 -6
  100. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.js +31 -31
  101. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.js +22 -22
  102. package/models/operations/retrieveannotationqueueitem2annotationqueuesttl.d.ts +4 -0
  103. package/models/operations/retrieveannotationqueueitem2annotationqueuesttl.d.ts.map +1 -1
  104. package/models/operations/retrieveannotationqueueitem2annotationqueuesttl.js +2 -0
  105. package/models/operations/retrieveannotationqueueitem2annotationqueuesttl.js.map +1 -1
  106. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.js +14 -14
  107. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.js +14 -14
  108. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.js +16 -16
  109. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.js +24 -24
  110. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.js +2 -2
  111. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.js +14 -14
  112. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.js +14 -14
  113. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.js +18 -18
  114. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.js +2 -2
  115. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.js +16 -16
  116. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.js +18 -18
  117. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.js +4 -4
  118. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.js +21 -21
  119. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.js +5 -5
  120. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.js +25 -25
  121. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.js +7 -7
  122. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.js +21 -21
  123. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.js +3 -3
  124. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.js +18 -18
  125. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.js +11 -11
  126. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.js +24 -24
  127. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.js +7 -7
  128. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.js +21 -21
  129. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.js +28 -28
  130. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.js +9 -9
  131. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.js +21 -21
  132. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.js +2 -2
  133. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.js +15 -15
  134. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.js +28 -28
  135. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.js +7 -7
  136. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.js +21 -21
  137. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.js +7 -7
  138. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.d.ts +1 -0
  139. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.d.ts.map +1 -1
  140. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.js +3 -2
  141. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.js.map +1 -1
  142. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.js +4 -4
  143. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.js +17 -17
  144. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.js +30 -30
  145. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.js +11 -11
  146. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.js +24 -24
  147. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.js +7 -7
  148. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.js +26 -26
  149. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.js +13 -13
  150. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.js +1 -1
  151. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.js +32 -32
  152. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.js +19 -19
  153. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.js +2 -2
  154. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.js +17 -17
  155. package/models/operations/retrieveannotationqueueitemevaluationsannotator.js +32 -32
  156. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.js +28 -28
  157. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.js +20 -20
  158. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.js +28 -28
  159. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.js +24 -24
  160. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.js +28 -28
  161. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.js +30 -30
  162. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.js +14 -14
  163. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.js +4 -4
  164. package/models/operations/retrieveannotationqueueitemresponsebody.js +1 -1
  165. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.js +31 -31
  166. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.js +32 -32
  167. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.js +1 -1
  168. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.js +1 -1
  169. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.js +33 -33
  170. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.js +1 -1
  171. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.js +33 -33
  172. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.js +1 -1
  173. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.js +33 -33
  174. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.js +1 -1
  175. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.js +8 -8
  176. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.js +10 -10
  177. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.js +10 -10
  178. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.js +10 -10
  179. package/models/operations/retrievedatapoint.d.ts +4 -0
  180. package/models/operations/retrievedatapoint.d.ts.map +1 -1
  181. package/models/operations/retrievedatapoint.js +7 -5
  182. package/models/operations/retrievedatapoint.js.map +1 -1
  183. package/models/operations/retrievedataset.js +1 -1
  184. package/models/operations/retrievedatasource.js +1 -1
  185. package/models/operations/retrievetool.js +6 -6
  186. package/models/operations/runagent.d.ts +14 -12
  187. package/models/operations/runagent.d.ts.map +1 -1
  188. package/models/operations/runagent.js +7 -5
  189. package/models/operations/runagent.js.map +1 -1
  190. package/models/operations/streamrunagent.d.ts +14 -12
  191. package/models/operations/streamrunagent.d.ts.map +1 -1
  192. package/models/operations/streamrunagent.js +7 -5
  193. package/models/operations/streamrunagent.js.map +1 -1
  194. package/models/operations/twenty.js +1 -1
  195. package/models/operations/updateagent.d.ts +28 -24
  196. package/models/operations/updateagent.d.ts.map +1 -1
  197. package/models/operations/updateagent.js +12 -8
  198. package/models/operations/updateagent.js.map +1 -1
  199. package/models/operations/updateannotationqueue.js +1 -1
  200. package/models/operations/updatedatapoint.d.ts +9 -0
  201. package/models/operations/updatedatapoint.d.ts.map +1 -1
  202. package/models/operations/updatedatapoint.js +9 -5
  203. package/models/operations/updatedatapoint.js.map +1 -1
  204. package/models/operations/updatedataset.js +1 -1
  205. package/models/operations/updatedatasource.js +1 -1
  206. package/models/operations/updateprompt.d.ts +23 -12
  207. package/models/operations/updateprompt.d.ts.map +1 -1
  208. package/models/operations/updateprompt.js +10 -4
  209. package/models/operations/updateprompt.js.map +1 -1
  210. package/models/operations/updatetool.js +7 -7
  211. package/package.json +5 -5
  212. package/src/lib/config.ts +2 -2
  213. package/src/models/components/evaluatorresponsefunction.ts +2 -2
  214. package/src/models/components/evaluatorresponsehttp.ts +2 -2
  215. package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  216. package/src/models/components/evaluatorresponsellm.ts +2 -2
  217. package/src/models/components/evaluatorresponsepython.ts +2 -2
  218. package/src/models/components/evaluatorresponseragas.ts +2 -2
  219. package/src/models/components/evaluatorresponsetypescript.ts +2 -2
  220. package/src/models/components/invokedeploymentrequest.ts +18 -0
  221. package/src/models/components/modelmetadata.ts +36 -0
  222. package/src/models/components/reasoningpart.ts +1 -1
  223. package/src/models/operations/billing.ts +8 -7
  224. package/src/models/operations/createagentrequest.ts +28 -24
  225. package/src/models/operations/createannotationqueue.ts +1 -1
  226. package/src/models/operations/createchatcompletion.ts +14 -6
  227. package/src/models/operations/createdataset.ts +1 -1
  228. package/src/models/operations/createdatasetitem.ts +18 -5
  229. package/src/models/operations/createdatasource.ts +1 -1
  230. package/src/models/operations/createprompt.ts +27 -12
  231. package/src/models/operations/createtool.ts +6 -6
  232. package/src/models/operations/deploymentgetconfig.ts +14 -0
  233. package/src/models/operations/deploymentstream.ts +14 -0
  234. package/src/models/operations/getallprompts.ts +13 -6
  235. package/src/models/operations/getalltools.ts +6 -6
  236. package/src/models/operations/geteval.ts +16 -16
  237. package/src/models/operations/getoneprompt.ts +13 -6
  238. package/src/models/operations/getpromptversion.ts +13 -6
  239. package/src/models/operations/getv2humanevalsets.ts +2 -2
  240. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  241. package/src/models/operations/inputresponseformat.ts +13 -6
  242. package/src/models/operations/listagents.ts +14 -12
  243. package/src/models/operations/listannotationqueues.ts +1 -1
  244. package/src/models/operations/listdatasetdatapoints.ts +11 -5
  245. package/src/models/operations/listdatasets.ts +1 -1
  246. package/src/models/operations/listdatasources.ts +1 -1
  247. package/src/models/operations/listpromptversions.ts +13 -6
  248. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  249. package/src/models/operations/postv2feedbackevaluation.ts +4 -4
  250. package/src/models/operations/postv2humanevalsets.ts +2 -2
  251. package/src/models/operations/retrieveagentrequest.ts +14 -12
  252. package/src/models/operations/retrieveannotationqueue.ts +1 -1
  253. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.ts +28 -28
  254. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.ts +28 -28
  255. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.ts +6 -6
  256. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.ts +26 -26
  257. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.ts +6 -6
  258. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.ts +31 -31
  259. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.ts +22 -22
  260. package/src/models/operations/retrieveannotationqueueitem2annotationqueuesttl.ts +6 -0
  261. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.ts +14 -14
  262. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.ts +14 -14
  263. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.ts +16 -16
  264. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.ts +24 -24
  265. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.ts +2 -2
  266. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.ts +14 -14
  267. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.ts +14 -14
  268. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.ts +18 -18
  269. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.ts +2 -2
  270. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.ts +16 -16
  271. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.ts +18 -18
  272. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.ts +4 -4
  273. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.ts +21 -21
  274. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.ts +5 -5
  275. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.ts +25 -25
  276. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.ts +7 -7
  277. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.ts +21 -21
  278. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.ts +3 -3
  279. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.ts +18 -18
  280. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.ts +11 -11
  281. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.ts +24 -24
  282. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.ts +7 -7
  283. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.ts +21 -21
  284. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.ts +28 -28
  285. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.ts +9 -9
  286. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.ts +21 -21
  287. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.ts +2 -2
  288. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.ts +15 -15
  289. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.ts +28 -28
  290. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.ts +7 -7
  291. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.ts +21 -21
  292. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.ts +7 -7
  293. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.ts +3 -2
  294. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.ts +4 -4
  295. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.ts +17 -17
  296. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.ts +30 -30
  297. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.ts +11 -11
  298. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
  299. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.ts +7 -7
  300. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.ts +26 -26
  301. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.ts +13 -13
  302. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.ts +1 -1
  303. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.ts +32 -32
  304. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.ts +19 -19
  305. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.ts +2 -2
  306. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.ts +17 -17
  307. package/src/models/operations/retrieveannotationqueueitemevaluationsannotator.ts +32 -32
  308. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.ts +28 -28
  309. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.ts +20 -20
  310. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.ts +28 -28
  311. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.ts +24 -24
  312. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.ts +28 -28
  313. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.ts +30 -30
  314. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.ts +14 -14
  315. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.ts +4 -4
  316. package/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
  317. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.ts +31 -31
  318. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.ts +32 -32
  319. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.ts +1 -1
  320. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.ts +1 -1
  321. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.ts +33 -33
  322. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.ts +1 -1
  323. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.ts +33 -33
  324. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.ts +1 -1
  325. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.ts +33 -33
  326. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.ts +1 -1
  327. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.ts +8 -8
  328. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.ts +10 -10
  329. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.ts +10 -10
  330. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.ts +10 -10
  331. package/src/models/operations/retrievedatapoint.ts +11 -5
  332. package/src/models/operations/retrievedataset.ts +1 -1
  333. package/src/models/operations/retrievedatasource.ts +1 -1
  334. package/src/models/operations/retrievetool.ts +6 -6
  335. package/src/models/operations/runagent.ts +15 -13
  336. package/src/models/operations/streamrunagent.ts +15 -13
  337. package/src/models/operations/twenty.ts +1 -1
  338. package/src/models/operations/updateagent.ts +28 -24
  339. package/src/models/operations/updateannotationqueue.ts +1 -1
  340. package/src/models/operations/updatedatapoint.ts +18 -5
  341. package/src/models/operations/updatedataset.ts +1 -1
  342. package/src/models/operations/updatedatasource.ts +1 -1
  343. package/src/models/operations/updateprompt.ts +27 -12
  344. package/src/models/operations/updatetool.ts +7 -7
@@ -1289,7 +1289,7 @@ function retrieveAnnotationQueueItemResponseBodyAnnotationQueuesResponse200Appli
1289
1289
  }
1290
1290
  /** @internal */
1291
1291
  exports.Fifteen$inboundSchema = z.object({
1292
- _id: z.string().default("01M0JC931AC9MVAJ3MRTZQGV2G"),
1292
+ _id: z.string().default("01M0K7K899HPQV68MZ6BRNWRDB"),
1293
1293
  name: z.string().optional(),
1294
1294
  trace_id: z.string(),
1295
1295
  duration: z.number().optional(),
@@ -1709,7 +1709,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1709
1709
  parent_annotation_id: z.string().optional(),
1710
1710
  explanation: z.string().optional(),
1711
1711
  reviewed_by_id: z.string(),
1712
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.825Z").transform(v => new Date(v)),
1712
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.427Z").transform(v => new Date(v)),
1713
1713
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq19Type$inboundSchema,
1714
1714
  values: z.array(z.string()),
1715
1715
  }).transform((v) => {
@@ -1762,7 +1762,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1762
1762
  parent_annotation_id: z.string().optional(),
1763
1763
  explanation: z.string().optional(),
1764
1764
  reviewed_by_id: z.string(),
1765
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.825Z").transform(v => new Date(v)),
1765
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.426Z").transform(v => new Date(v)),
1766
1766
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq18Type$inboundSchema,
1767
1767
  value: z.boolean(),
1768
1768
  }).transform((v) => {
@@ -1815,7 +1815,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1815
1815
  parent_annotation_id: z.string().optional(),
1816
1816
  explanation: z.string().optional(),
1817
1817
  reviewed_by_id: z.string(),
1818
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.824Z").transform(v => new Date(v)),
1818
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.421Z").transform(v => new Date(v)),
1819
1819
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq17Type$inboundSchema,
1820
1820
  value: z.number(),
1821
1821
  }).transform((v) => {
@@ -1868,7 +1868,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1868
1868
  parent_annotation_id: z.string().optional(),
1869
1869
  explanation: z.string().optional(),
1870
1870
  reviewed_by_id: z.string(),
1871
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.824Z").transform(v => new Date(v)),
1871
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.421Z").transform(v => new Date(v)),
1872
1872
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq16Type$inboundSchema,
1873
1873
  value: z.string(),
1874
1874
  }).transform((v) => {
@@ -1922,8 +1922,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1922
1922
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq15OutputSchema$inboundSchema
1923
1923
  .optional(),
1924
1924
  explanation: z.string().optional(),
1925
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.823Z").transform(v => new Date(v)),
1926
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.823Z").transform(v => new Date(v)),
1925
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.416Z").transform(v => new Date(v)),
1926
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.416Z").transform(v => new Date(v)),
1927
1927
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq15Type$inboundSchema,
1928
1928
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody14AttributesOrq15Status$inboundSchema,
1929
1929
  error_code: z.number().default(500),
@@ -919,7 +919,7 @@ function retrieveAnnotationQueueItemResponseBodyAnnotationQueuesResponse200Appli
919
919
  }
920
920
  /** @internal */
921
921
  exports.Sixteen$inboundSchema = z.object({
922
- _id: z.string().default("01M0JC932WJRB1FR5PQY95AGMA"),
922
+ _id: z.string().default("01M0K7K8AN3HS5FVMWKNXZZZE3"),
923
923
  name: z.string().optional(),
924
924
  trace_id: z.string(),
925
925
  duration: z.number().optional(),
@@ -1339,7 +1339,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1339
1339
  parent_annotation_id: z.string().optional(),
1340
1340
  explanation: z.string().optional(),
1341
1341
  reviewed_by_id: z.string(),
1342
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.873Z").transform(v => new Date(v)),
1342
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.472Z").transform(v => new Date(v)),
1343
1343
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq19Type$inboundSchema,
1344
1344
  values: z.array(z.string()),
1345
1345
  }).transform((v) => {
@@ -1392,7 +1392,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1392
1392
  parent_annotation_id: z.string().optional(),
1393
1393
  explanation: z.string().optional(),
1394
1394
  reviewed_by_id: z.string(),
1395
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.872Z").transform(v => new Date(v)),
1395
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.471Z").transform(v => new Date(v)),
1396
1396
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq18Type$inboundSchema,
1397
1397
  value: z.boolean(),
1398
1398
  }).transform((v) => {
@@ -1445,7 +1445,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1445
1445
  parent_annotation_id: z.string().optional(),
1446
1446
  explanation: z.string().optional(),
1447
1447
  reviewed_by_id: z.string(),
1448
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.872Z").transform(v => new Date(v)),
1448
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.471Z").transform(v => new Date(v)),
1449
1449
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq17Type$inboundSchema,
1450
1450
  value: z.number(),
1451
1451
  }).transform((v) => {
@@ -1498,7 +1498,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1498
1498
  parent_annotation_id: z.string().optional(),
1499
1499
  explanation: z.string().optional(),
1500
1500
  reviewed_by_id: z.string(),
1501
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.871Z").transform(v => new Date(v)),
1501
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.470Z").transform(v => new Date(v)),
1502
1502
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq16Type$inboundSchema,
1503
1503
  value: z.string(),
1504
1504
  }).transform((v) => {
@@ -1552,8 +1552,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1552
1552
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq15OutputSchema$inboundSchema
1553
1553
  .optional(),
1554
1554
  explanation: z.string().optional(),
1555
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.871Z").transform(v => new Date(v)),
1556
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.871Z").transform(v => new Date(v)),
1555
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.470Z").transform(v => new Date(v)),
1556
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.470Z").transform(v => new Date(v)),
1557
1557
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq15Type$inboundSchema,
1558
1558
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq15Status$inboundSchema,
1559
1559
  error_code: z.number().default(500),
@@ -1612,8 +1612,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1612
1612
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq14OutputSchema$inboundSchema
1613
1613
  .optional(),
1614
1614
  explanation: z.string().optional(),
1615
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.870Z").transform(v => new Date(v)),
1616
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.870Z").transform(v => new Date(v)),
1615
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.469Z").transform(v => new Date(v)),
1616
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.469Z").transform(v => new Date(v)),
1617
1617
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq14Type$inboundSchema,
1618
1618
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq14Status$inboundSchema,
1619
1619
  }).transform((v) => {
@@ -1714,8 +1714,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1714
1714
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq13OutputSchema$inboundSchema
1715
1715
  .optional(),
1716
1716
  explanation: z.string().optional(),
1717
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.869Z").transform(v => new Date(v)),
1718
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.869Z").transform(v => new Date(v)),
1717
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.468Z").transform(v => new Date(v)),
1718
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.468Z").transform(v => new Date(v)),
1719
1719
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq13Type$inboundSchema,
1720
1720
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq13Status$inboundSchema,
1721
1721
  value: z.lazy(() => exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq13Value$inboundSchema),
@@ -1771,8 +1771,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1771
1771
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq12OutputSchema$inboundSchema
1772
1772
  .optional(),
1773
1773
  explanation: z.string().optional(),
1774
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.869Z").transform(v => new Date(v)),
1775
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.869Z").transform(v => new Date(v)),
1774
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.468Z").transform(v => new Date(v)),
1775
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.468Z").transform(v => new Date(v)),
1776
1776
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq12Type$inboundSchema,
1777
1777
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq12Status$inboundSchema,
1778
1778
  error_code: z.number().default(500),
@@ -1831,8 +1831,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1831
1831
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq11OutputSchema$inboundSchema
1832
1832
  .optional(),
1833
1833
  explanation: z.string().optional(),
1834
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.868Z").transform(v => new Date(v)),
1835
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.868Z").transform(v => new Date(v)),
1834
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.467Z").transform(v => new Date(v)),
1835
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.467Z").transform(v => new Date(v)),
1836
1836
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq11Type$inboundSchema,
1837
1837
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq11Status$inboundSchema,
1838
1838
  }).transform((v) => {
@@ -1893,8 +1893,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1893
1893
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq10OutputSchema$inboundSchema
1894
1894
  .optional(),
1895
1895
  explanation: z.string().optional(),
1896
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.867Z").transform(v => new Date(v)),
1897
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.867Z").transform(v => new Date(v)),
1896
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.467Z").transform(v => new Date(v)),
1897
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.467Z").transform(v => new Date(v)),
1898
1898
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq10Type$inboundSchema,
1899
1899
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq10Status$inboundSchema,
1900
1900
  value: z.union([z.string(), z.number(), z.boolean()]),
@@ -1950,8 +1950,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1950
1950
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq9OutputSchema$inboundSchema
1951
1951
  .optional(),
1952
1952
  explanation: z.string().optional(),
1953
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.867Z").transform(v => new Date(v)),
1954
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.867Z").transform(v => new Date(v)),
1953
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.466Z").transform(v => new Date(v)),
1954
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.466Z").transform(v => new Date(v)),
1955
1955
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq9Type$inboundSchema,
1956
1956
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq9Status$inboundSchema,
1957
1957
  error_code: z.number().default(500),
@@ -2010,8 +2010,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
2010
2010
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq8OutputSchema$inboundSchema
2011
2011
  .optional(),
2012
2012
  explanation: z.string().optional(),
2013
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.866Z").transform(v => new Date(v)),
2014
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.866Z").transform(v => new Date(v)),
2013
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.465Z").transform(v => new Date(v)),
2014
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.465Z").transform(v => new Date(v)),
2015
2015
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq8Type$inboundSchema,
2016
2016
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody15AttributesOrq8Status$inboundSchema,
2017
2017
  }).transform((v) => {
@@ -1478,7 +1478,7 @@ function retrieveAnnotationQueueItemResponseBodyAnnotationQueuesResponse200Appli
1478
1478
  }
1479
1479
  /** @internal */
1480
1480
  exports.Seventeen$inboundSchema = z.object({
1481
- _id: z.string().default("01M0JC9344KMJCEPW890V2PNDF"),
1481
+ _id: z.string().default("01M0K7K8BY2GVEVABGS9KGWJAX"),
1482
1482
  name: z.string().optional(),
1483
1483
  trace_id: z.string(),
1484
1484
  duration: z.number().optional(),
@@ -1898,7 +1898,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1898
1898
  parent_annotation_id: z.string().optional(),
1899
1899
  explanation: z.string().optional(),
1900
1900
  reviewed_by_id: z.string(),
1901
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.917Z").transform(v => new Date(v)),
1901
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.526Z").transform(v => new Date(v)),
1902
1902
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody16AttributesOrq19Type$inboundSchema,
1903
1903
  values: z.array(z.string()),
1904
1904
  }).transform((v) => {
@@ -1951,7 +1951,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1951
1951
  parent_annotation_id: z.string().optional(),
1952
1952
  explanation: z.string().optional(),
1953
1953
  reviewed_by_id: z.string(),
1954
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.917Z").transform(v => new Date(v)),
1954
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.525Z").transform(v => new Date(v)),
1955
1955
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody16AttributesOrq18Type$inboundSchema,
1956
1956
  value: z.boolean(),
1957
1957
  }).transform((v) => {
@@ -1346,7 +1346,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1346
1346
  parent_annotation_id: z.string().optional(),
1347
1347
  explanation: z.string().optional(),
1348
1348
  reviewed_by_id: z.string(),
1349
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.965Z").transform(v => new Date(v)),
1349
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.566Z").transform(v => new Date(v)),
1350
1350
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq19Type$inboundSchema,
1351
1351
  values: z.array(z.string()),
1352
1352
  }).transform((v) => {
@@ -1399,7 +1399,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1399
1399
  parent_annotation_id: z.string().optional(),
1400
1400
  explanation: z.string().optional(),
1401
1401
  reviewed_by_id: z.string(),
1402
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.964Z").transform(v => new Date(v)),
1402
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.566Z").transform(v => new Date(v)),
1403
1403
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq18Type$inboundSchema,
1404
1404
  value: z.boolean(),
1405
1405
  }).transform((v) => {
@@ -1452,7 +1452,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1452
1452
  parent_annotation_id: z.string().optional(),
1453
1453
  explanation: z.string().optional(),
1454
1454
  reviewed_by_id: z.string(),
1455
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.964Z").transform(v => new Date(v)),
1455
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.565Z").transform(v => new Date(v)),
1456
1456
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq17Type$inboundSchema,
1457
1457
  value: z.number(),
1458
1458
  }).transform((v) => {
@@ -1505,7 +1505,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1505
1505
  parent_annotation_id: z.string().optional(),
1506
1506
  explanation: z.string().optional(),
1507
1507
  reviewed_by_id: z.string(),
1508
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.963Z").transform(v => new Date(v)),
1508
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.565Z").transform(v => new Date(v)),
1509
1509
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq16Type$inboundSchema,
1510
1510
  value: z.string(),
1511
1511
  }).transform((v) => {
@@ -1559,8 +1559,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1559
1559
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq15OutputSchema$inboundSchema
1560
1560
  .optional(),
1561
1561
  explanation: z.string().optional(),
1562
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.962Z").transform(v => new Date(v)),
1563
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.962Z").transform(v => new Date(v)),
1562
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.564Z").transform(v => new Date(v)),
1563
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.564Z").transform(v => new Date(v)),
1564
1564
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq15Type$inboundSchema,
1565
1565
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq15Status$inboundSchema,
1566
1566
  error_code: z.number().default(500),
@@ -1619,8 +1619,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1619
1619
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq14OutputSchema$inboundSchema
1620
1620
  .optional(),
1621
1621
  explanation: z.string().optional(),
1622
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.962Z").transform(v => new Date(v)),
1623
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.962Z").transform(v => new Date(v)),
1622
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.564Z").transform(v => new Date(v)),
1623
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.564Z").transform(v => new Date(v)),
1624
1624
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq14Type$inboundSchema,
1625
1625
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq14Status$inboundSchema,
1626
1626
  }).transform((v) => {
@@ -1721,8 +1721,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1721
1721
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq13OutputSchema$inboundSchema
1722
1722
  .optional(),
1723
1723
  explanation: z.string().optional(),
1724
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.961Z").transform(v => new Date(v)),
1725
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.961Z").transform(v => new Date(v)),
1724
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.563Z").transform(v => new Date(v)),
1725
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.563Z").transform(v => new Date(v)),
1726
1726
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq13Type$inboundSchema,
1727
1727
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq13Status$inboundSchema,
1728
1728
  value: z.lazy(() => exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq13Value$inboundSchema),
@@ -1778,8 +1778,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1778
1778
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq12OutputSchema$inboundSchema
1779
1779
  .optional(),
1780
1780
  explanation: z.string().optional(),
1781
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.960Z").transform(v => new Date(v)),
1782
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.960Z").transform(v => new Date(v)),
1781
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.562Z").transform(v => new Date(v)),
1782
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.562Z").transform(v => new Date(v)),
1783
1783
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq12Type$inboundSchema,
1784
1784
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq12Status$inboundSchema,
1785
1785
  error_code: z.number().default(500),
@@ -1838,8 +1838,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1838
1838
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq11OutputSchema$inboundSchema
1839
1839
  .optional(),
1840
1840
  explanation: z.string().optional(),
1841
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.954Z").transform(v => new Date(v)),
1842
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.954Z").transform(v => new Date(v)),
1841
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.561Z").transform(v => new Date(v)),
1842
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.562Z").transform(v => new Date(v)),
1843
1843
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq11Type$inboundSchema,
1844
1844
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq11Status$inboundSchema,
1845
1845
  }).transform((v) => {
@@ -1900,8 +1900,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1900
1900
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq10OutputSchema$inboundSchema
1901
1901
  .optional(),
1902
1902
  explanation: z.string().optional(),
1903
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.953Z").transform(v => new Date(v)),
1904
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.953Z").transform(v => new Date(v)),
1903
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.561Z").transform(v => new Date(v)),
1904
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.561Z").transform(v => new Date(v)),
1905
1905
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq10Type$inboundSchema,
1906
1906
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq10Status$inboundSchema,
1907
1907
  value: z.union([z.string(), z.number(), z.boolean()]),
@@ -1957,8 +1957,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1957
1957
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq9OutputSchema$inboundSchema
1958
1958
  .optional(),
1959
1959
  explanation: z.string().optional(),
1960
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.952Z").transform(v => new Date(v)),
1961
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:55.952Z").transform(v => new Date(v)),
1960
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.560Z").transform(v => new Date(v)),
1961
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.560Z").transform(v => new Date(v)),
1962
1962
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq9Type$inboundSchema,
1963
1963
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody17AttributesOrq9Status$inboundSchema,
1964
1964
  error_code: z.number().default(500),
@@ -1182,7 +1182,7 @@ function retrieveAnnotationQueueItemResponseBodyAnnotationQueuesResponse200Appli
1182
1182
  }
1183
1183
  /** @internal */
1184
1184
  exports.Nineteen$inboundSchema = z.object({
1185
- _id: z.string().default("01M0JC9370VVN38VC3H5T0K8R9"),
1185
+ _id: z.string().default("01M0K7K8EVH94C2F60E6VERP75"),
1186
1186
  name: z.string().optional(),
1187
1187
  trace_id: z.string(),
1188
1188
  duration: z.number().optional(),
@@ -1602,7 +1602,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1602
1602
  parent_annotation_id: z.string().optional(),
1603
1603
  explanation: z.string().optional(),
1604
1604
  reviewed_by_id: z.string(),
1605
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.006Z").transform(v => new Date(v)),
1605
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.613Z").transform(v => new Date(v)),
1606
1606
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq19Type$inboundSchema,
1607
1607
  values: z.array(z.string()),
1608
1608
  }).transform((v) => {
@@ -1655,7 +1655,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1655
1655
  parent_annotation_id: z.string().optional(),
1656
1656
  explanation: z.string().optional(),
1657
1657
  reviewed_by_id: z.string(),
1658
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.005Z").transform(v => new Date(v)),
1658
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.613Z").transform(v => new Date(v)),
1659
1659
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq18Type$inboundSchema,
1660
1660
  value: z.boolean(),
1661
1661
  }).transform((v) => {
@@ -1708,7 +1708,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1708
1708
  parent_annotation_id: z.string().optional(),
1709
1709
  explanation: z.string().optional(),
1710
1710
  reviewed_by_id: z.string(),
1711
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.005Z").transform(v => new Date(v)),
1711
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.612Z").transform(v => new Date(v)),
1712
1712
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq17Type$inboundSchema,
1713
1713
  value: z.number(),
1714
1714
  }).transform((v) => {
@@ -1761,7 +1761,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1761
1761
  parent_annotation_id: z.string().optional(),
1762
1762
  explanation: z.string().optional(),
1763
1763
  reviewed_by_id: z.string(),
1764
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.004Z").transform(v => new Date(v)),
1764
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.612Z").transform(v => new Date(v)),
1765
1765
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq16Type$inboundSchema,
1766
1766
  value: z.string(),
1767
1767
  }).transform((v) => {
@@ -1815,8 +1815,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1815
1815
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq15OutputSchema$inboundSchema
1816
1816
  .optional(),
1817
1817
  explanation: z.string().optional(),
1818
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.003Z").transform(v => new Date(v)),
1819
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.004Z").transform(v => new Date(v)),
1818
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.611Z").transform(v => new Date(v)),
1819
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.611Z").transform(v => new Date(v)),
1820
1820
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq15Type$inboundSchema,
1821
1821
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq15Status$inboundSchema,
1822
1822
  error_code: z.number().default(500),
@@ -1875,8 +1875,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1875
1875
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq14OutputSchema$inboundSchema
1876
1876
  .optional(),
1877
1877
  explanation: z.string().optional(),
1878
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.003Z").transform(v => new Date(v)),
1879
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.003Z").transform(v => new Date(v)),
1878
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.611Z").transform(v => new Date(v)),
1879
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.611Z").transform(v => new Date(v)),
1880
1880
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq14Type$inboundSchema,
1881
1881
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq14Status$inboundSchema,
1882
1882
  }).transform((v) => {
@@ -1977,8 +1977,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1977
1977
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq13OutputSchema$inboundSchema
1978
1978
  .optional(),
1979
1979
  explanation: z.string().optional(),
1980
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.002Z").transform(v => new Date(v)),
1981
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.002Z").transform(v => new Date(v)),
1980
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.610Z").transform(v => new Date(v)),
1981
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.610Z").transform(v => new Date(v)),
1982
1982
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq13Type$inboundSchema,
1983
1983
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq13Status$inboundSchema,
1984
1984
  value: z.lazy(() => exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody18AttributesOrq13Value$inboundSchema),
@@ -1146,7 +1146,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1146
1146
  parent_annotation_id: z.string().optional(),
1147
1147
  explanation: z.string().optional(),
1148
1148
  reviewed_by_id: z.string(),
1149
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.054Z").transform(v => new Date(v)),
1149
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.658Z").transform(v => new Date(v)),
1150
1150
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq19Type$inboundSchema,
1151
1151
  values: z.array(z.string()),
1152
1152
  }).transform((v) => {
@@ -1199,7 +1199,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1199
1199
  parent_annotation_id: z.string().optional(),
1200
1200
  explanation: z.string().optional(),
1201
1201
  reviewed_by_id: z.string(),
1202
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.054Z").transform(v => new Date(v)),
1202
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.657Z").transform(v => new Date(v)),
1203
1203
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq18Type$inboundSchema,
1204
1204
  value: z.boolean(),
1205
1205
  }).transform((v) => {
@@ -1252,7 +1252,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1252
1252
  parent_annotation_id: z.string().optional(),
1253
1253
  explanation: z.string().optional(),
1254
1254
  reviewed_by_id: z.string(),
1255
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.053Z").transform(v => new Date(v)),
1255
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.657Z").transform(v => new Date(v)),
1256
1256
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq17Type$inboundSchema,
1257
1257
  value: z.number(),
1258
1258
  }).transform((v) => {
@@ -1305,7 +1305,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1305
1305
  parent_annotation_id: z.string().optional(),
1306
1306
  explanation: z.string().optional(),
1307
1307
  reviewed_by_id: z.string(),
1308
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.053Z").transform(v => new Date(v)),
1308
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.656Z").transform(v => new Date(v)),
1309
1309
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq16Type$inboundSchema,
1310
1310
  value: z.string(),
1311
1311
  }).transform((v) => {
@@ -1359,8 +1359,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1359
1359
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq15OutputSchema$inboundSchema
1360
1360
  .optional(),
1361
1361
  explanation: z.string().optional(),
1362
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.052Z").transform(v => new Date(v)),
1363
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.052Z").transform(v => new Date(v)),
1362
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.656Z").transform(v => new Date(v)),
1363
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.656Z").transform(v => new Date(v)),
1364
1364
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq15Type$inboundSchema,
1365
1365
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq15Status$inboundSchema,
1366
1366
  error_code: z.number().default(500),
@@ -1419,8 +1419,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1419
1419
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq14OutputSchema$inboundSchema
1420
1420
  .optional(),
1421
1421
  explanation: z.string().optional(),
1422
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.052Z").transform(v => new Date(v)),
1423
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.052Z").transform(v => new Date(v)),
1422
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.655Z").transform(v => new Date(v)),
1423
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.655Z").transform(v => new Date(v)),
1424
1424
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq14Type$inboundSchema,
1425
1425
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq14Status$inboundSchema,
1426
1426
  }).transform((v) => {
@@ -1521,8 +1521,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1521
1521
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq13OutputSchema$inboundSchema
1522
1522
  .optional(),
1523
1523
  explanation: z.string().optional(),
1524
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.050Z").transform(v => new Date(v)),
1525
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.051Z").transform(v => new Date(v)),
1524
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.654Z").transform(v => new Date(v)),
1525
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.654Z").transform(v => new Date(v)),
1526
1526
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq13Type$inboundSchema,
1527
1527
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq13Status$inboundSchema,
1528
1528
  value: z.lazy(() => exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq13Value$inboundSchema),
@@ -1578,8 +1578,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1578
1578
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq12OutputSchema$inboundSchema
1579
1579
  .optional(),
1580
1580
  explanation: z.string().optional(),
1581
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.050Z").transform(v => new Date(v)),
1582
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.050Z").transform(v => new Date(v)),
1581
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.654Z").transform(v => new Date(v)),
1582
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.654Z").transform(v => new Date(v)),
1583
1583
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq12Type$inboundSchema,
1584
1584
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq12Status$inboundSchema,
1585
1585
  error_code: z.number().default(500),
@@ -1638,8 +1638,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1638
1638
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq11OutputSchema$inboundSchema
1639
1639
  .optional(),
1640
1640
  explanation: z.string().optional(),
1641
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.043Z").transform(v => new Date(v)),
1642
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.043Z").transform(v => new Date(v)),
1641
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.653Z").transform(v => new Date(v)),
1642
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.653Z").transform(v => new Date(v)),
1643
1643
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq11Type$inboundSchema,
1644
1644
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq11Status$inboundSchema,
1645
1645
  }).transform((v) => {
@@ -1700,8 +1700,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1700
1700
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq10OutputSchema$inboundSchema
1701
1701
  .optional(),
1702
1702
  explanation: z.string().optional(),
1703
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.043Z").transform(v => new Date(v)),
1704
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.043Z").transform(v => new Date(v)),
1703
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.652Z").transform(v => new Date(v)),
1704
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.652Z").transform(v => new Date(v)),
1705
1705
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq10Type$inboundSchema,
1706
1706
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq10Status$inboundSchema,
1707
1707
  value: z.union([z.string(), z.number(), z.boolean()]),
@@ -1757,8 +1757,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1757
1757
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq9OutputSchema$inboundSchema
1758
1758
  .optional(),
1759
1759
  explanation: z.string().optional(),
1760
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.042Z").transform(v => new Date(v)),
1761
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.042Z").transform(v => new Date(v)),
1760
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.652Z").transform(v => new Date(v)),
1761
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.652Z").transform(v => new Date(v)),
1762
1762
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq9Type$inboundSchema,
1763
1763
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq9Status$inboundSchema,
1764
1764
  error_code: z.number().default(500),
@@ -1817,8 +1817,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1817
1817
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq8OutputSchema$inboundSchema
1818
1818
  .optional(),
1819
1819
  explanation: z.string().optional(),
1820
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.042Z").transform(v => new Date(v)),
1821
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.042Z").transform(v => new Date(v)),
1820
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.651Z").transform(v => new Date(v)),
1821
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.651Z").transform(v => new Date(v)),
1822
1822
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq8Type$inboundSchema,
1823
1823
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq8Status$inboundSchema,
1824
1824
  }).transform((v) => {
@@ -1879,8 +1879,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1879
1879
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq7OutputSchema$inboundSchema
1880
1880
  .optional(),
1881
1881
  explanation: z.string().optional(),
1882
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.041Z").transform(v => new Date(v)),
1883
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.041Z").transform(v => new Date(v)),
1882
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.651Z").transform(v => new Date(v)),
1883
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.651Z").transform(v => new Date(v)),
1884
1884
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq7Type$inboundSchema,
1885
1885
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq7Status$inboundSchema,
1886
1886
  value: z.union([z.number(), z.boolean()]),
@@ -1936,8 +1936,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1936
1936
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq6OutputSchema$inboundSchema
1937
1937
  .optional(),
1938
1938
  explanation: z.string().optional(),
1939
- started_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.040Z").transform(v => new Date(v)),
1940
- finished_at: z.string().datetime({ offset: true }).default("2026-08-21T14:40:56.040Z").transform(v => new Date(v)),
1939
+ started_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.650Z").transform(v => new Date(v)),
1940
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-21T22:38:20.650Z").transform(v => new Date(v)),
1941
1941
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq6Type$inboundSchema,
1942
1942
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody19AttributesOrq6Status$inboundSchema,
1943
1943
  error_code: z.number().default(500),