@orq-ai/node 4.14.0-rc.16 → 4.14.0-rc.18

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 (252) 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/reasoningpart.js +1 -1
  12. package/models/operations/createannotationqueue.js +1 -1
  13. package/models/operations/createdataset.js +1 -1
  14. package/models/operations/createdatasetitem.js +5 -5
  15. package/models/operations/createdatasource.js +1 -1
  16. package/models/operations/createtool.js +6 -6
  17. package/models/operations/getalltools.js +6 -6
  18. package/models/operations/getchunkscount.d.ts +21 -8
  19. package/models/operations/getchunkscount.d.ts.map +1 -1
  20. package/models/operations/getchunkscount.js +25 -7
  21. package/models/operations/getchunkscount.js.map +1 -1
  22. package/models/operations/geteval.js +16 -16
  23. package/models/operations/getv2humanevalsets.js +2 -2
  24. package/models/operations/getv2humanevalsetsid.js +2 -2
  25. package/models/operations/listannotationqueues.js +1 -1
  26. package/models/operations/listchunkspaginated.d.ts +21 -8
  27. package/models/operations/listchunkspaginated.d.ts.map +1 -1
  28. package/models/operations/listchunkspaginated.js +22 -8
  29. package/models/operations/listchunkspaginated.js.map +1 -1
  30. package/models/operations/listdatasetdatapoints.js +5 -5
  31. package/models/operations/listdatasets.js +1 -1
  32. package/models/operations/listdatasources.js +1 -1
  33. package/models/operations/patchv2humanevalsetsid.js +2 -2
  34. package/models/operations/postv2feedbackevaluation.js +4 -4
  35. package/models/operations/postv2humanevalsets.js +2 -2
  36. package/models/operations/responsebodynodes.js +33 -33
  37. package/models/operations/retrieveannotationqueue.js +1 -1
  38. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody204.js +31 -31
  39. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody8attributesopenresponsesoutput2.js +6 -6
  40. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody13attributes5.js +16 -16
  41. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody19attributeslogprobs.js +14 -14
  42. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributes8.js +18 -18
  43. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody24attributesopenresponsesoutput44type.js +16 -16
  44. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody257.js +2 -2
  45. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributesopenresponsesoutput44type.js +16 -16
  46. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody307.js +2 -2
  47. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody44.js +16 -16
  48. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse1.js +34 -34
  49. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse20015.js +7 -7
  50. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody102.js +32 -32
  51. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq10kind.js +15 -15
  52. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorqsource.js +2 -2
  53. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody13attributesorq8kind.js +19 -19
  54. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1417.js +4 -4
  55. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq9evaluationtype.js +17 -17
  56. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody16attributesstatus.js +30 -30
  57. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq10evaluatorconfigtype.js +15 -15
  58. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq14outputschema.js +7 -7
  59. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq7annotator.js +21 -21
  60. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq16annotator.js +4 -4
  61. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq9annotator.js +17 -17
  62. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorq5outputschema.js +24 -24
  63. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq15outputschema.js +5 -5
  64. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq8annotator.js +19 -19
  65. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq19kind.js +1 -1
  66. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25status.js +32 -32
  67. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody26attributesorq12status.js +11 -11
  68. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorq4evaluationtype.js +26 -26
  69. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq15outputschema.js +5 -5
  70. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq8annotator.js +19 -19
  71. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.js +2 -2
  72. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq19kind.js +1 -1
  73. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30status.js +32 -32
  74. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq17type.js +3 -3
  75. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorqvalue.js +15 -15
  76. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesevaluatorconfigtype.js +30 -30
  77. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3413.js +11 -11
  78. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.js +24 -24
  79. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq19outputschema.js +1 -1
  80. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq8outputschema.js +19 -19
  81. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq4kind.js +26 -26
  82. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq12status.js +11 -11
  83. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorqannotator.js +28 -28
  84. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq12evaluatorconfigtype.js +11 -11
  85. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponseevaluatorconfigtype.js +25 -25
  86. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse2008.js +28 -28
  87. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody11attributestype.js +20 -20
  88. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody173.js +20 -20
  89. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody18attributesopenresponses6role.js +28 -28
  90. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26attributesopenresponsestype.js +24 -24
  91. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody321.js +20 -20
  92. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody345.js +24 -24
  93. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody7attributesopenresponsestype.js +24 -24
  94. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody9attributesrole.js +24 -24
  95. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody10role.js +2 -2
  96. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody155.js +18 -18
  97. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody16status.js +4 -4
  98. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody23attributes1.js +30 -30
  99. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody28attributes1.js +30 -30
  100. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody333.js +4 -4
  101. package/models/operations/retrieveannotationqueueitemresponsebody.js +1 -1
  102. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10evaluation.js +1 -1
  103. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson12nodes.js +33 -33
  104. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson14attributesresponse.js +31 -31
  105. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16score.js +1 -1
  106. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27choice.js +1 -1
  107. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson31otlp.js +32 -32
  108. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33provider.js +1 -1
  109. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson6response.js +1 -1
  110. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8tool.js +1 -1
  111. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody22attributestype.js +10 -10
  112. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody27logprobs.js +8 -8
  113. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody353.js +10 -10
  114. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody6type.js +8 -8
  115. package/models/operations/retrievedatapoint.js +5 -5
  116. package/models/operations/retrievedataset.js +1 -1
  117. package/models/operations/retrievedatasource.js +1 -1
  118. package/models/operations/retrievetool.js +6 -6
  119. package/models/operations/runagent.js +1 -1
  120. package/models/operations/streamrunagent.js +1 -1
  121. package/models/operations/summary4.js +10 -10
  122. package/models/operations/twentythree.js +1 -1
  123. package/models/operations/updateannotationqueue.js +1 -1
  124. package/models/operations/updatedatapoint.js +5 -5
  125. package/models/operations/updatedataset.js +1 -1
  126. package/models/operations/updatedatasource.js +1 -1
  127. package/models/operations/updatetool.js +7 -7
  128. package/package.json +9 -9
  129. package/sdk/feedback.d.ts +1 -4
  130. package/sdk/feedback.d.ts.map +1 -1
  131. package/sdk/feedback.js +1 -4
  132. package/sdk/feedback.js.map +1 -1
  133. package/src/lib/config.ts +2 -2
  134. package/src/models/components/evaluatorresponsefunction.ts +2 -2
  135. package/src/models/components/evaluatorresponsehttp.ts +2 -2
  136. package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  137. package/src/models/components/evaluatorresponsellm.ts +2 -2
  138. package/src/models/components/evaluatorresponsepython.ts +2 -2
  139. package/src/models/components/evaluatorresponseragas.ts +2 -2
  140. package/src/models/components/evaluatorresponsetypescript.ts +2 -2
  141. package/src/models/components/reasoningpart.ts +1 -1
  142. package/src/models/operations/createannotationqueue.ts +1 -1
  143. package/src/models/operations/createdataset.ts +1 -1
  144. package/src/models/operations/createdatasetitem.ts +5 -5
  145. package/src/models/operations/createdatasource.ts +1 -1
  146. package/src/models/operations/createtool.ts +6 -6
  147. package/src/models/operations/getalltools.ts +6 -6
  148. package/src/models/operations/getchunkscount.ts +50 -11
  149. package/src/models/operations/geteval.ts +16 -16
  150. package/src/models/operations/getv2humanevalsets.ts +2 -2
  151. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  152. package/src/models/operations/listannotationqueues.ts +1 -1
  153. package/src/models/operations/listchunkspaginated.ts +37 -10
  154. package/src/models/operations/listdatasetdatapoints.ts +5 -5
  155. package/src/models/operations/listdatasets.ts +1 -1
  156. package/src/models/operations/listdatasources.ts +1 -1
  157. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  158. package/src/models/operations/postv2feedbackevaluation.ts +4 -4
  159. package/src/models/operations/postv2humanevalsets.ts +2 -2
  160. package/src/models/operations/responsebodynodes.ts +33 -33
  161. package/src/models/operations/retrieveannotationqueue.ts +1 -1
  162. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody204.ts +31 -31
  163. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody8attributesopenresponsesoutput2.ts +6 -6
  164. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody13attributes5.ts +16 -16
  165. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody19attributeslogprobs.ts +14 -14
  166. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributes8.ts +18 -18
  167. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody24attributesopenresponsesoutput44type.ts +16 -16
  168. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody257.ts +2 -2
  169. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributesopenresponsesoutput44type.ts +16 -16
  170. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody307.ts +2 -2
  171. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody44.ts +16 -16
  172. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse1.ts +34 -34
  173. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse20015.ts +7 -7
  174. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody102.ts +32 -32
  175. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq10kind.ts +15 -15
  176. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorqsource.ts +2 -2
  177. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody13attributesorq8kind.ts +19 -19
  178. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1417.ts +4 -4
  179. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq9evaluationtype.ts +17 -17
  180. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody16attributesstatus.ts +30 -30
  181. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq10evaluatorconfigtype.ts +15 -15
  182. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq14outputschema.ts +7 -7
  183. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq7annotator.ts +21 -21
  184. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq16annotator.ts +4 -4
  185. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq9annotator.ts +17 -17
  186. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorq5outputschema.ts +24 -24
  187. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq15outputschema.ts +5 -5
  188. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq8annotator.ts +19 -19
  189. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq19kind.ts +1 -1
  190. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25status.ts +32 -32
  191. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody26attributesorq12status.ts +11 -11
  192. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorq4evaluationtype.ts +26 -26
  193. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq15outputschema.ts +5 -5
  194. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq8annotator.ts +19 -19
  195. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.ts +2 -2
  196. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq19kind.ts +1 -1
  197. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30status.ts +32 -32
  198. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq17type.ts +3 -3
  199. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorqvalue.ts +15 -15
  200. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesevaluatorconfigtype.ts +30 -30
  201. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3413.ts +11 -11
  202. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
  203. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq19outputschema.ts +1 -1
  204. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq8outputschema.ts +19 -19
  205. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq4kind.ts +26 -26
  206. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq12status.ts +11 -11
  207. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorqannotator.ts +28 -28
  208. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq12evaluatorconfigtype.ts +11 -11
  209. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponseevaluatorconfigtype.ts +25 -25
  210. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse2008.ts +28 -28
  211. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody11attributestype.ts +20 -20
  212. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody173.ts +20 -20
  213. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody18attributesopenresponses6role.ts +28 -28
  214. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26attributesopenresponsestype.ts +24 -24
  215. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody321.ts +20 -20
  216. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody345.ts +24 -24
  217. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody7attributesopenresponsestype.ts +24 -24
  218. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody9attributesrole.ts +24 -24
  219. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody10role.ts +2 -2
  220. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody155.ts +18 -18
  221. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody16status.ts +4 -4
  222. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody23attributes1.ts +30 -30
  223. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody28attributes1.ts +30 -30
  224. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody333.ts +4 -4
  225. package/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
  226. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10evaluation.ts +1 -1
  227. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson12nodes.ts +33 -33
  228. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson14attributesresponse.ts +31 -31
  229. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16score.ts +1 -1
  230. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27choice.ts +1 -1
  231. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson31otlp.ts +32 -32
  232. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33provider.ts +1 -1
  233. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson6response.ts +1 -1
  234. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8tool.ts +1 -1
  235. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody22attributestype.ts +10 -10
  236. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody27logprobs.ts +8 -8
  237. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody353.ts +10 -10
  238. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody6type.ts +8 -8
  239. package/src/models/operations/retrievedatapoint.ts +5 -5
  240. package/src/models/operations/retrievedataset.ts +1 -1
  241. package/src/models/operations/retrievedatasource.ts +1 -1
  242. package/src/models/operations/retrievetool.ts +6 -6
  243. package/src/models/operations/runagent.ts +1 -1
  244. package/src/models/operations/streamrunagent.ts +1 -1
  245. package/src/models/operations/summary4.ts +10 -10
  246. package/src/models/operations/twentythree.ts +1 -1
  247. package/src/models/operations/updateannotationqueue.ts +1 -1
  248. package/src/models/operations/updatedatapoint.ts +5 -5
  249. package/src/models/operations/updatedataset.ts +1 -1
  250. package/src/models/operations/updatedatasource.ts +1 -1
  251. package/src/models/operations/updatetool.ts +7 -7
  252. package/src/sdk/feedback.ts +1 -4
@@ -1438,7 +1438,7 @@ function responseBodyOutputFromJSON(jsonString) {
1438
1438
  }
1439
1439
  /** @internal */
1440
1440
  exports.ResponseBody3$inboundSchema = z.object({
1441
- _id: z.string().default("01KZXN3TPWCVK651B011Q0CS6T"),
1441
+ _id: z.string().default("01KZZ6SK6T1RETCPYHMWPAGEGC"),
1442
1442
  name: z.string().optional(),
1443
1443
  trace_id: z.string(),
1444
1444
  duration: z.number().optional(),
@@ -1839,7 +1839,7 @@ exports.RetrieveAnnotationQueueItemEvaluations19$inboundSchema = z.object({
1839
1839
  parent_annotation_id: z.string().optional(),
1840
1840
  explanation: z.string().optional(),
1841
1841
  reviewed_by_id: z.string(),
1842
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:17.528Z").transform(v => new Date(v)),
1842
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:30.976Z").transform(v => new Date(v)),
1843
1843
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody2AttributesOrq19Type$inboundSchema,
1844
1844
  values: z.array(z.string()),
1845
1845
  }).transform((v) => {
@@ -1662,7 +1662,7 @@ function retrieveAnnotationQueueItemResponseBodyAnnotationQueuesResponse200Appli
1662
1662
  }
1663
1663
  /** @internal */
1664
1664
  exports.ThirtyOne$inboundSchema = z.object({
1665
- _id: z.string().default("01KZXN3WN7WHB49EDXET634S43"),
1665
+ _id: z.string().default("01KZZ6SMZ5EXYF8Y11ZTGPG223"),
1666
1666
  name: z.string().optional(),
1667
1667
  trace_id: z.string(),
1668
1668
  duration: z.number().optional(),
@@ -809,7 +809,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
809
809
  parent_annotation_id: z.string().optional(),
810
810
  explanation: z.string().optional(),
811
811
  reviewed_by_id: z.string(),
812
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.572Z").transform(v => new Date(v)),
812
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.821Z").transform(v => new Date(v)),
813
813
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq19Type$inboundSchema,
814
814
  values: z.array(z.string()),
815
815
  }).transform((v) => {
@@ -862,7 +862,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
862
862
  parent_annotation_id: z.string().optional(),
863
863
  explanation: z.string().optional(),
864
864
  reviewed_by_id: z.string(),
865
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.571Z").transform(v => new Date(v)),
865
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.821Z").transform(v => new Date(v)),
866
866
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq18Type$inboundSchema,
867
867
  value: z.boolean(),
868
868
  }).transform((v) => {
@@ -915,7 +915,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
915
915
  parent_annotation_id: z.string().optional(),
916
916
  explanation: z.string().optional(),
917
917
  reviewed_by_id: z.string(),
918
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.571Z").transform(v => new Date(v)),
918
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.820Z").transform(v => new Date(v)),
919
919
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq17Type$inboundSchema,
920
920
  value: z.number(),
921
921
  }).transform((v) => {
@@ -968,7 +968,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
968
968
  parent_annotation_id: z.string().optional(),
969
969
  explanation: z.string().optional(),
970
970
  reviewed_by_id: z.string(),
971
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.564Z").transform(v => new Date(v)),
971
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.820Z").transform(v => new Date(v)),
972
972
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq16Type$inboundSchema,
973
973
  value: z.string(),
974
974
  }).transform((v) => {
@@ -1022,8 +1022,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1022
1022
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq15OutputSchema$inboundSchema
1023
1023
  .optional(),
1024
1024
  explanation: z.string().optional(),
1025
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.563Z").transform(v => new Date(v)),
1026
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.563Z").transform(v => new Date(v)),
1025
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.814Z").transform(v => new Date(v)),
1026
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.814Z").transform(v => new Date(v)),
1027
1027
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq15Type$inboundSchema,
1028
1028
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq15Status$inboundSchema,
1029
1029
  error_code: z.number().default(500),
@@ -1082,8 +1082,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1082
1082
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq14OutputSchema$inboundSchema
1083
1083
  .optional(),
1084
1084
  explanation: z.string().optional(),
1085
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.563Z").transform(v => new Date(v)),
1086
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.563Z").transform(v => new Date(v)),
1085
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.813Z").transform(v => new Date(v)),
1086
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.813Z").transform(v => new Date(v)),
1087
1087
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq14Type$inboundSchema,
1088
1088
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq14Status$inboundSchema,
1089
1089
  }).transform((v) => {
@@ -1184,8 +1184,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1184
1184
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq13OutputSchema$inboundSchema
1185
1185
  .optional(),
1186
1186
  explanation: z.string().optional(),
1187
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.562Z").transform(v => new Date(v)),
1188
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.562Z").transform(v => new Date(v)),
1187
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.812Z").transform(v => new Date(v)),
1188
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.812Z").transform(v => new Date(v)),
1189
1189
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq13Type$inboundSchema,
1190
1190
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq13Status$inboundSchema,
1191
1191
  value: z.lazy(() => exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq13Value$inboundSchema),
@@ -1241,8 +1241,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1241
1241
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq12OutputSchema$inboundSchema
1242
1242
  .optional(),
1243
1243
  explanation: z.string().optional(),
1244
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.561Z").transform(v => new Date(v)),
1245
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.561Z").transform(v => new Date(v)),
1244
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.811Z").transform(v => new Date(v)),
1245
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.811Z").transform(v => new Date(v)),
1246
1246
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq12Type$inboundSchema,
1247
1247
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq12Status$inboundSchema,
1248
1248
  error_code: z.number().default(500),
@@ -1301,8 +1301,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1301
1301
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq11OutputSchema$inboundSchema
1302
1302
  .optional(),
1303
1303
  explanation: z.string().optional(),
1304
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.560Z").transform(v => new Date(v)),
1305
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.560Z").transform(v => new Date(v)),
1304
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.811Z").transform(v => new Date(v)),
1305
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.811Z").transform(v => new Date(v)),
1306
1306
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq11Type$inboundSchema,
1307
1307
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq11Status$inboundSchema,
1308
1308
  }).transform((v) => {
@@ -1363,8 +1363,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1363
1363
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq10OutputSchema$inboundSchema
1364
1364
  .optional(),
1365
1365
  explanation: z.string().optional(),
1366
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.559Z").transform(v => new Date(v)),
1367
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.560Z").transform(v => new Date(v)),
1366
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.810Z").transform(v => new Date(v)),
1367
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.810Z").transform(v => new Date(v)),
1368
1368
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq10Type$inboundSchema,
1369
1369
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq10Status$inboundSchema,
1370
1370
  value: z.union([z.string(), z.number(), z.boolean()]),
@@ -1420,8 +1420,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1420
1420
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq9OutputSchema$inboundSchema
1421
1421
  .optional(),
1422
1422
  explanation: z.string().optional(),
1423
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.559Z").transform(v => new Date(v)),
1424
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.559Z").transform(v => new Date(v)),
1423
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.810Z").transform(v => new Date(v)),
1424
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.810Z").transform(v => new Date(v)),
1425
1425
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq9Type$inboundSchema,
1426
1426
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq9Status$inboundSchema,
1427
1427
  error_code: z.number().default(500),
@@ -1480,8 +1480,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1480
1480
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq8OutputSchema$inboundSchema
1481
1481
  .optional(),
1482
1482
  explanation: z.string().optional(),
1483
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.558Z").transform(v => new Date(v)),
1484
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.558Z").transform(v => new Date(v)),
1483
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.809Z").transform(v => new Date(v)),
1484
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.809Z").transform(v => new Date(v)),
1485
1485
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq8Type$inboundSchema,
1486
1486
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq8Status$inboundSchema,
1487
1487
  }).transform((v) => {
@@ -1542,8 +1542,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1542
1542
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq7OutputSchema$inboundSchema
1543
1543
  .optional(),
1544
1544
  explanation: z.string().optional(),
1545
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.557Z").transform(v => new Date(v)),
1546
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.557Z").transform(v => new Date(v)),
1545
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.808Z").transform(v => new Date(v)),
1546
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.808Z").transform(v => new Date(v)),
1547
1547
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq7Type$inboundSchema,
1548
1548
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq7Status$inboundSchema,
1549
1549
  value: z.union([z.number(), z.boolean()]),
@@ -1599,8 +1599,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1599
1599
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq6OutputSchema$inboundSchema
1600
1600
  .optional(),
1601
1601
  explanation: z.string().optional(),
1602
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.557Z").transform(v => new Date(v)),
1603
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.557Z").transform(v => new Date(v)),
1602
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.808Z").transform(v => new Date(v)),
1603
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.808Z").transform(v => new Date(v)),
1604
1604
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq6Type$inboundSchema,
1605
1605
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq6Status$inboundSchema,
1606
1606
  error_code: z.number().default(500),
@@ -1659,8 +1659,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1659
1659
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq5OutputSchema$inboundSchema
1660
1660
  .optional(),
1661
1661
  explanation: z.string().optional(),
1662
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.556Z").transform(v => new Date(v)),
1663
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.556Z").transform(v => new Date(v)),
1662
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.807Z").transform(v => new Date(v)),
1663
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.807Z").transform(v => new Date(v)),
1664
1664
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq5Type$inboundSchema,
1665
1665
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq5Status$inboundSchema,
1666
1666
  }).transform((v) => {
@@ -1715,8 +1715,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1715
1715
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq4OutputSchema$inboundSchema
1716
1716
  .optional(),
1717
1717
  explanation: z.string().optional(),
1718
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.555Z").transform(v => new Date(v)),
1719
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.556Z").transform(v => new Date(v)),
1718
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.807Z").transform(v => new Date(v)),
1719
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.807Z").transform(v => new Date(v)),
1720
1720
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq4Type$inboundSchema,
1721
1721
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrq4Status$inboundSchema,
1722
1722
  value: z.boolean(),
@@ -1772,8 +1772,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1772
1772
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrqOutputSchema$inboundSchema
1773
1773
  .optional(),
1774
1774
  explanation: z.string().optional(),
1775
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.555Z").transform(v => new Date(v)),
1776
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.555Z").transform(v => new Date(v)),
1775
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.806Z").transform(v => new Date(v)),
1776
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.806Z").transform(v => new Date(v)),
1777
1777
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrqType$inboundSchema,
1778
1778
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOrqStatus$inboundSchema,
1779
1779
  error_code: z.number().default(500),
@@ -1832,8 +1832,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1832
1832
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesOutputSchema$inboundSchema
1833
1833
  .optional(),
1834
1834
  explanation: z.string().optional(),
1835
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.554Z").transform(v => new Date(v)),
1836
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.554Z").transform(v => new Date(v)),
1835
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.805Z").transform(v => new Date(v)),
1836
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.806Z").transform(v => new Date(v)),
1837
1837
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesType$inboundSchema,
1838
1838
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody30AttributesStatus$inboundSchema,
1839
1839
  }).transform((v) => {
@@ -1424,7 +1424,7 @@ function retrieveAnnotationQueueItemResponseBodyAnnotationQueuesResponse200Appli
1424
1424
  }
1425
1425
  /** @internal */
1426
1426
  exports.ThirtyTwo$inboundSchema = z.object({
1427
- _id: z.string().default("01KZXN3WQ2WMRR459WRP798NAC"),
1427
+ _id: z.string().default("01KZZ6SN0WKDTXK70WG99S5VVC"),
1428
1428
  name: z.string().optional(),
1429
1429
  trace_id: z.string(),
1430
1430
  duration: z.number().optional(),
@@ -1844,7 +1844,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1844
1844
  parent_annotation_id: z.string().optional(),
1845
1845
  explanation: z.string().optional(),
1846
1846
  reviewed_by_id: z.string(),
1847
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.613Z").transform(v => new Date(v)),
1847
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.858Z").transform(v => new Date(v)),
1848
1848
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody31AttributesOrq19Type$inboundSchema,
1849
1849
  values: z.array(z.string()),
1850
1850
  }).transform((v) => {
@@ -1897,7 +1897,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1897
1897
  parent_annotation_id: z.string().optional(),
1898
1898
  explanation: z.string().optional(),
1899
1899
  reviewed_by_id: z.string(),
1900
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.613Z").transform(v => new Date(v)),
1900
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.858Z").transform(v => new Date(v)),
1901
1901
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody31AttributesOrq18Type$inboundSchema,
1902
1902
  value: z.boolean(),
1903
1903
  }).transform((v) => {
@@ -1005,7 +1005,7 @@ function retrieveAnnotationQueueItemResponseBodyAnnotationQueuesResponse200Appli
1005
1005
  }
1006
1006
  /** @internal */
1007
1007
  exports.ThirtyThree$inboundSchema = z.object({
1008
- _id: z.string().default("01KZXN3WRA1GQB0PBVK0G632GZ"),
1008
+ _id: z.string().default("01KZZ6SN201NX9VGNQEE7QTRS2"),
1009
1009
  name: z.string().optional(),
1010
1010
  trace_id: z.string(),
1011
1011
  duration: z.number().optional(),
@@ -1425,7 +1425,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1425
1425
  parent_annotation_id: z.string().optional(),
1426
1426
  explanation: z.string().optional(),
1427
1427
  reviewed_by_id: z.string(),
1428
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.672Z").transform(v => new Date(v)),
1428
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.913Z").transform(v => new Date(v)),
1429
1429
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq19Type$inboundSchema,
1430
1430
  values: z.array(z.string()),
1431
1431
  }).transform((v) => {
@@ -1478,7 +1478,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1478
1478
  parent_annotation_id: z.string().optional(),
1479
1479
  explanation: z.string().optional(),
1480
1480
  reviewed_by_id: z.string(),
1481
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.671Z").transform(v => new Date(v)),
1481
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.912Z").transform(v => new Date(v)),
1482
1482
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq18Type$inboundSchema,
1483
1483
  value: z.boolean(),
1484
1484
  }).transform((v) => {
@@ -1531,7 +1531,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1531
1531
  parent_annotation_id: z.string().optional(),
1532
1532
  explanation: z.string().optional(),
1533
1533
  reviewed_by_id: z.string(),
1534
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.671Z").transform(v => new Date(v)),
1534
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.912Z").transform(v => new Date(v)),
1535
1535
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq17Type$inboundSchema,
1536
1536
  value: z.number(),
1537
1537
  }).transform((v) => {
@@ -1584,7 +1584,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1584
1584
  parent_annotation_id: z.string().optional(),
1585
1585
  explanation: z.string().optional(),
1586
1586
  reviewed_by_id: z.string(),
1587
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.670Z").transform(v => new Date(v)),
1587
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.911Z").transform(v => new Date(v)),
1588
1588
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq16Type$inboundSchema,
1589
1589
  value: z.string(),
1590
1590
  }).transform((v) => {
@@ -1638,8 +1638,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1638
1638
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq15OutputSchema$inboundSchema
1639
1639
  .optional(),
1640
1640
  explanation: z.string().optional(),
1641
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.670Z").transform(v => new Date(v)),
1642
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.670Z").transform(v => new Date(v)),
1641
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.911Z").transform(v => new Date(v)),
1642
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.911Z").transform(v => new Date(v)),
1643
1643
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq15Type$inboundSchema,
1644
1644
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq15Status$inboundSchema,
1645
1645
  error_code: z.number().default(500),
@@ -1698,8 +1698,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1698
1698
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq14OutputSchema$inboundSchema
1699
1699
  .optional(),
1700
1700
  explanation: z.string().optional(),
1701
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.669Z").transform(v => new Date(v)),
1702
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.669Z").transform(v => new Date(v)),
1701
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.910Z").transform(v => new Date(v)),
1702
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.910Z").transform(v => new Date(v)),
1703
1703
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq14Type$inboundSchema,
1704
1704
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq14Status$inboundSchema,
1705
1705
  }).transform((v) => {
@@ -1800,8 +1800,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1800
1800
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq13OutputSchema$inboundSchema
1801
1801
  .optional(),
1802
1802
  explanation: z.string().optional(),
1803
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.668Z").transform(v => new Date(v)),
1804
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.668Z").transform(v => new Date(v)),
1803
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.909Z").transform(v => new Date(v)),
1804
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.909Z").transform(v => new Date(v)),
1805
1805
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq13Type$inboundSchema,
1806
1806
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq13Status$inboundSchema,
1807
1807
  value: z.lazy(() => exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq13Value$inboundSchema),
@@ -1857,8 +1857,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1857
1857
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq12OutputSchema$inboundSchema
1858
1858
  .optional(),
1859
1859
  explanation: z.string().optional(),
1860
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.667Z").transform(v => new Date(v)),
1861
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.667Z").transform(v => new Date(v)),
1860
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.908Z").transform(v => new Date(v)),
1861
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.908Z").transform(v => new Date(v)),
1862
1862
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq12Type$inboundSchema,
1863
1863
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq12Status$inboundSchema,
1864
1864
  error_code: z.number().default(500),
@@ -1917,8 +1917,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1917
1917
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq11OutputSchema$inboundSchema
1918
1918
  .optional(),
1919
1919
  explanation: z.string().optional(),
1920
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.667Z").transform(v => new Date(v)),
1921
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.667Z").transform(v => new Date(v)),
1920
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.908Z").transform(v => new Date(v)),
1921
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.908Z").transform(v => new Date(v)),
1922
1922
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq11Type$inboundSchema,
1923
1923
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody32AttributesOrq11Status$inboundSchema,
1924
1924
  }).transform((v) => {
@@ -923,7 +923,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
923
923
  parent_annotation_id: z.string().optional(),
924
924
  explanation: z.string().optional(),
925
925
  reviewed_by_id: z.string(),
926
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.712Z").transform(v => new Date(v)),
926
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.949Z").transform(v => new Date(v)),
927
927
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq19Type$inboundSchema,
928
928
  values: z.array(z.string()),
929
929
  }).transform((v) => {
@@ -976,7 +976,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
976
976
  parent_annotation_id: z.string().optional(),
977
977
  explanation: z.string().optional(),
978
978
  reviewed_by_id: z.string(),
979
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.712Z").transform(v => new Date(v)),
979
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.949Z").transform(v => new Date(v)),
980
980
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq18Type$inboundSchema,
981
981
  value: z.boolean(),
982
982
  }).transform((v) => {
@@ -1029,7 +1029,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1029
1029
  parent_annotation_id: z.string().optional(),
1030
1030
  explanation: z.string().optional(),
1031
1031
  reviewed_by_id: z.string(),
1032
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.711Z").transform(v => new Date(v)),
1032
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.948Z").transform(v => new Date(v)),
1033
1033
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq17Type$inboundSchema,
1034
1034
  value: z.number(),
1035
1035
  }).transform((v) => {
@@ -1082,7 +1082,7 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1082
1082
  parent_annotation_id: z.string().optional(),
1083
1083
  explanation: z.string().optional(),
1084
1084
  reviewed_by_id: z.string(),
1085
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.711Z").transform(v => new Date(v)),
1085
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.948Z").transform(v => new Date(v)),
1086
1086
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq16Type$inboundSchema,
1087
1087
  value: z.string(),
1088
1088
  }).transform((v) => {
@@ -1136,8 +1136,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1136
1136
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq15OutputSchema$inboundSchema
1137
1137
  .optional(),
1138
1138
  explanation: z.string().optional(),
1139
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.710Z").transform(v => new Date(v)),
1140
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.710Z").transform(v => new Date(v)),
1139
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.947Z").transform(v => new Date(v)),
1140
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.947Z").transform(v => new Date(v)),
1141
1141
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq15Type$inboundSchema,
1142
1142
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq15Status$inboundSchema,
1143
1143
  error_code: z.number().default(500),
@@ -1196,8 +1196,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1196
1196
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq14OutputSchema$inboundSchema
1197
1197
  .optional(),
1198
1198
  explanation: z.string().optional(),
1199
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.709Z").transform(v => new Date(v)),
1200
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.709Z").transform(v => new Date(v)),
1199
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.947Z").transform(v => new Date(v)),
1200
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.947Z").transform(v => new Date(v)),
1201
1201
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq14Type$inboundSchema,
1202
1202
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq14Status$inboundSchema,
1203
1203
  }).transform((v) => {
@@ -1298,8 +1298,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1298
1298
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq13OutputSchema$inboundSchema
1299
1299
  .optional(),
1300
1300
  explanation: z.string().optional(),
1301
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.708Z").transform(v => new Date(v)),
1302
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.708Z").transform(v => new Date(v)),
1301
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.946Z").transform(v => new Date(v)),
1302
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.946Z").transform(v => new Date(v)),
1303
1303
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq13Type$inboundSchema,
1304
1304
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq13Status$inboundSchema,
1305
1305
  value: z.lazy(() => exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq13Value$inboundSchema),
@@ -1355,8 +1355,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1355
1355
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq12OutputSchema$inboundSchema
1356
1356
  .optional(),
1357
1357
  explanation: z.string().optional(),
1358
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.708Z").transform(v => new Date(v)),
1359
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.708Z").transform(v => new Date(v)),
1358
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.945Z").transform(v => new Date(v)),
1359
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.945Z").transform(v => new Date(v)),
1360
1360
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq12Type$inboundSchema,
1361
1361
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq12Status$inboundSchema,
1362
1362
  error_code: z.number().default(500),
@@ -1415,8 +1415,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1415
1415
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq11OutputSchema$inboundSchema
1416
1416
  .optional(),
1417
1417
  explanation: z.string().optional(),
1418
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.707Z").transform(v => new Date(v)),
1419
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.707Z").transform(v => new Date(v)),
1418
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.945Z").transform(v => new Date(v)),
1419
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.945Z").transform(v => new Date(v)),
1420
1420
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq11Type$inboundSchema,
1421
1421
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq11Status$inboundSchema,
1422
1422
  }).transform((v) => {
@@ -1477,8 +1477,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1477
1477
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq10OutputSchema$inboundSchema
1478
1478
  .optional(),
1479
1479
  explanation: z.string().optional(),
1480
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.706Z").transform(v => new Date(v)),
1481
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.706Z").transform(v => new Date(v)),
1480
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.944Z").transform(v => new Date(v)),
1481
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.944Z").transform(v => new Date(v)),
1482
1482
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq10Type$inboundSchema,
1483
1483
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq10Status$inboundSchema,
1484
1484
  value: z.union([z.string(), z.number(), z.boolean()]),
@@ -1534,8 +1534,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1534
1534
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq9OutputSchema$inboundSchema
1535
1535
  .optional(),
1536
1536
  explanation: z.string().optional(),
1537
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.706Z").transform(v => new Date(v)),
1538
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.706Z").transform(v => new Date(v)),
1537
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.943Z").transform(v => new Date(v)),
1538
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.943Z").transform(v => new Date(v)),
1539
1539
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq9Type$inboundSchema,
1540
1540
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq9Status$inboundSchema,
1541
1541
  error_code: z.number().default(500),
@@ -1594,8 +1594,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1594
1594
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq8OutputSchema$inboundSchema
1595
1595
  .optional(),
1596
1596
  explanation: z.string().optional(),
1597
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.705Z").transform(v => new Date(v)),
1598
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.705Z").transform(v => new Date(v)),
1597
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.943Z").transform(v => new Date(v)),
1598
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.943Z").transform(v => new Date(v)),
1599
1599
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq8Type$inboundSchema,
1600
1600
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq8Status$inboundSchema,
1601
1601
  }).transform((v) => {
@@ -1656,8 +1656,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1656
1656
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq7OutputSchema$inboundSchema
1657
1657
  .optional(),
1658
1658
  explanation: z.string().optional(),
1659
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.704Z").transform(v => new Date(v)),
1660
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.704Z").transform(v => new Date(v)),
1659
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.942Z").transform(v => new Date(v)),
1660
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.942Z").transform(v => new Date(v)),
1661
1661
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq7Type$inboundSchema,
1662
1662
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq7Status$inboundSchema,
1663
1663
  value: z.union([z.number(), z.boolean()]),
@@ -1713,8 +1713,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1713
1713
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq6OutputSchema$inboundSchema
1714
1714
  .optional(),
1715
1715
  explanation: z.string().optional(),
1716
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.704Z").transform(v => new Date(v)),
1717
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.704Z").transform(v => new Date(v)),
1716
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.942Z").transform(v => new Date(v)),
1717
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.942Z").transform(v => new Date(v)),
1718
1718
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq6Type$inboundSchema,
1719
1719
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq6Status$inboundSchema,
1720
1720
  error_code: z.number().default(500),
@@ -1773,8 +1773,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1773
1773
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq5OutputSchema$inboundSchema
1774
1774
  .optional(),
1775
1775
  explanation: z.string().optional(),
1776
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.703Z").transform(v => new Date(v)),
1777
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.703Z").transform(v => new Date(v)),
1776
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.941Z").transform(v => new Date(v)),
1777
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.941Z").transform(v => new Date(v)),
1778
1778
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq5Type$inboundSchema,
1779
1779
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq5Status$inboundSchema,
1780
1780
  }).transform((v) => {
@@ -1829,8 +1829,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1829
1829
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq4OutputSchema$inboundSchema
1830
1830
  .optional(),
1831
1831
  explanation: z.string().optional(),
1832
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.702Z").transform(v => new Date(v)),
1833
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.702Z").transform(v => new Date(v)),
1832
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.940Z").transform(v => new Date(v)),
1833
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.940Z").transform(v => new Date(v)),
1834
1834
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq4Type$inboundSchema,
1835
1835
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrq4Status$inboundSchema,
1836
1836
  value: z.boolean(),
@@ -1886,8 +1886,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
1886
1886
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrqOutputSchema$inboundSchema
1887
1887
  .optional(),
1888
1888
  explanation: z.string().optional(),
1889
- started_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.702Z").transform(v => new Date(v)),
1890
- finished_at: z.string().datetime({ offset: true }).default("2026-08-13T13:31:19.702Z").transform(v => new Date(v)),
1889
+ started_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.940Z").transform(v => new Date(v)),
1890
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-14T03:59:32.940Z").transform(v => new Date(v)),
1891
1891
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrqType$inboundSchema,
1892
1892
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody33AttributesOrqStatus$inboundSchema,
1893
1893
  error_code: z.number().default(500),