@orq-ai/node 4.13.0-rc.52 → 4.13.0-rc.53

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 (421) hide show
  1. package/README.md +2 -1
  2. package/funcs/apiKeysCreate.d.ts +1 -1
  3. package/funcs/apiKeysCreate.d.ts.map +1 -1
  4. package/funcs/apiKeysCreate.js +1 -1
  5. package/funcs/apiKeysCreate.js.map +1 -1
  6. package/funcs/apiKeysDelete.d.ts +1 -2
  7. package/funcs/apiKeysDelete.d.ts.map +1 -1
  8. package/funcs/apiKeysDelete.js +3 -3
  9. package/funcs/apiKeysDelete.js.map +1 -1
  10. package/funcs/apiKeysGet.d.ts +1 -1
  11. package/funcs/apiKeysGet.d.ts.map +1 -1
  12. package/funcs/apiKeysGet.js +1 -1
  13. package/funcs/apiKeysGet.js.map +1 -1
  14. package/funcs/apiKeysList.d.ts +2 -2
  15. package/funcs/apiKeysList.d.ts.map +1 -1
  16. package/funcs/apiKeysList.js +3 -2
  17. package/funcs/apiKeysList.js.map +1 -1
  18. package/funcs/apiKeysUpdate.d.ts +1 -1
  19. package/funcs/apiKeysUpdate.d.ts.map +1 -1
  20. package/funcs/apiKeysUpdate.js +1 -1
  21. package/funcs/apiKeysUpdate.js.map +1 -1
  22. package/funcs/responsesGet.d.ts +2 -1
  23. package/funcs/responsesGet.d.ts.map +1 -1
  24. package/funcs/responsesGet.js +5 -1
  25. package/funcs/responsesGet.js.map +1 -1
  26. package/funcs/smartRoutersList.js +0 -1
  27. package/funcs/smartRoutersList.js.map +1 -1
  28. package/jsr.json +1 -1
  29. package/lib/config.d.ts +2 -2
  30. package/lib/config.js +2 -2
  31. package/models/components/allprojects.d.ts +0 -5
  32. package/models/components/allprojects.d.ts.map +1 -1
  33. package/models/components/allprojects.js +1 -8
  34. package/models/components/allprojects.js.map +1 -1
  35. package/models/components/apierror.d.ts +14 -0
  36. package/models/components/apierror.d.ts.map +1 -0
  37. package/models/components/{deleteapikeyresponse.js → apierror.js} +12 -6
  38. package/models/components/apierror.js.map +1 -0
  39. package/models/components/apikeyowner.d.ts +0 -5
  40. package/models/components/apikeyowner.d.ts.map +1 -1
  41. package/models/components/apikeyowner.js +1 -15
  42. package/models/components/apikeyowner.js.map +1 -1
  43. package/models/components/apikeyrestresponse.d.ts +55 -0
  44. package/models/components/apikeyrestresponse.d.ts.map +1 -0
  45. package/models/components/apikeyrestresponse.js +96 -0
  46. package/models/components/apikeyrestresponse.js.map +1 -0
  47. package/models/components/apikeystatus.d.ts +0 -2
  48. package/models/components/apikeystatus.d.ts.map +1 -1
  49. package/models/components/apikeystatus.js +2 -4
  50. package/models/components/apikeystatus.js.map +1 -1
  51. package/models/components/cacheconfig.d.ts +14 -0
  52. package/models/components/cacheconfig.d.ts.map +1 -0
  53. package/models/components/{legacytokenfamily.js → cacheconfig.js} +10 -9
  54. package/models/components/cacheconfig.js.map +1 -0
  55. package/models/components/evaluatorresponsefunction.js +2 -2
  56. package/models/components/evaluatorresponsehttp.js +2 -2
  57. package/models/components/evaluatorresponsejsonschema.js +2 -2
  58. package/models/components/evaluatorresponsellm.js +2 -2
  59. package/models/components/evaluatorresponsepython.js +2 -2
  60. package/models/components/evaluatorresponseragas.js +2 -2
  61. package/models/components/evaluatorresponsetypescript.js +2 -2
  62. package/models/components/index.d.ts +7 -8
  63. package/models/components/index.d.ts.map +1 -1
  64. package/models/components/index.js +7 -8
  65. package/models/components/index.js.map +1 -1
  66. package/models/components/loadbalancerconfig.d.ts +15 -0
  67. package/models/components/loadbalancerconfig.d.ts.map +1 -0
  68. package/models/components/{smartroutermetrics.js → loadbalancerconfig.js} +9 -10
  69. package/models/components/loadbalancerconfig.js.map +1 -0
  70. package/models/components/loadbalancermodelconfig.d.ts +14 -0
  71. package/models/components/loadbalancermodelconfig.d.ts.map +1 -0
  72. package/models/components/loadbalancermodelconfig.js +50 -0
  73. package/models/components/loadbalancermodelconfig.js.map +1 -0
  74. package/models/components/mcpaccess.d.ts +0 -5
  75. package/models/components/mcpaccess.d.ts.map +1 -1
  76. package/models/components/mcpaccess.js +1 -18
  77. package/models/components/mcpaccess.js.map +1 -1
  78. package/models/components/permissionmode.d.ts +0 -2
  79. package/models/components/permissionmode.d.ts.map +1 -1
  80. package/models/components/permissionmode.js +2 -4
  81. package/models/components/permissionmode.js.map +1 -1
  82. package/models/components/projectscope.d.ts +0 -5
  83. package/models/components/projectscope.d.ts.map +1 -1
  84. package/models/components/projectscope.js +1 -11
  85. package/models/components/projectscope.js.map +1 -1
  86. package/models/components/reasoningpart.js +1 -1
  87. package/models/components/securityconfig.d.ts +12 -0
  88. package/models/components/securityconfig.d.ts.map +1 -0
  89. package/models/components/securityconfig.js +49 -0
  90. package/models/components/securityconfig.js.map +1 -0
  91. package/models/components/serviceaccountowner.d.ts +0 -5
  92. package/models/components/serviceaccountowner.d.ts.map +1 -1
  93. package/models/components/serviceaccountowner.js +1 -8
  94. package/models/components/serviceaccountowner.js.map +1 -1
  95. package/models/components/singleproject.d.ts +0 -5
  96. package/models/components/singleproject.d.ts.map +1 -1
  97. package/models/components/singleproject.js +1 -14
  98. package/models/components/singleproject.js.map +1 -1
  99. package/models/components/smartrouter.d.ts +0 -2
  100. package/models/components/smartrouter.d.ts.map +1 -1
  101. package/models/components/smartrouter.js +0 -2
  102. package/models/components/smartrouter.js.map +1 -1
  103. package/models/components/timeoutconfig.d.ts +12 -0
  104. package/models/components/timeoutconfig.d.ts.map +1 -0
  105. package/models/components/{getapikeyresponse.js → timeoutconfig.js} +8 -10
  106. package/models/components/timeoutconfig.js.map +1 -0
  107. package/models/components/userowner.d.ts +0 -5
  108. package/models/components/userowner.d.ts.map +1 -1
  109. package/models/components/userowner.js +1 -14
  110. package/models/components/userowner.js.map +1 -1
  111. package/models/errors/index.d.ts +1 -0
  112. package/models/errors/index.d.ts.map +1 -1
  113. package/models/errors/index.js +1 -0
  114. package/models/errors/index.js.map +1 -1
  115. package/models/errors/retrieveresponse.d.ts +25 -0
  116. package/models/errors/retrieveresponse.d.ts.map +1 -0
  117. package/models/{components/createapikeyresponse.js → errors/retrieveresponse.js} +29 -15
  118. package/models/errors/retrieveresponse.js.map +1 -0
  119. package/models/operations/billing.js +1 -1
  120. package/models/operations/createannotationqueue.js +1 -1
  121. package/models/operations/createdataset.js +1 -1
  122. package/models/operations/createdatasetitem.js +5 -5
  123. package/models/operations/createdatasource.js +1 -1
  124. package/models/operations/createrouterresponse.d.ts +18 -0
  125. package/models/operations/createrouterresponse.d.ts.map +1 -1
  126. package/models/operations/createrouterresponse.js +8 -0
  127. package/models/operations/createrouterresponse.js.map +1 -1
  128. package/models/operations/createtool.js +6 -6
  129. package/models/operations/getalltools.js +6 -6
  130. package/models/operations/geteval.js +16 -16
  131. package/models/operations/getv2humanevalsets.js +2 -2
  132. package/models/operations/getv2humanevalsetsid.js +2 -2
  133. package/models/operations/listannotationqueues.js +1 -1
  134. package/models/operations/listdatasetdatapoints.js +5 -5
  135. package/models/operations/listdatasets.js +1 -1
  136. package/models/operations/listdatasources.js +1 -1
  137. package/models/operations/patchv2humanevalsetsid.js +2 -2
  138. package/models/operations/postv2feedbackevaluation.js +4 -4
  139. package/models/operations/postv2humanevalsets.js +2 -2
  140. package/models/operations/retrieveannotationqueue.js +1 -1
  141. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.js +28 -28
  142. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.js +28 -28
  143. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.js +6 -6
  144. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.js +26 -26
  145. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.js +6 -6
  146. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.js +31 -31
  147. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.js +22 -22
  148. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.js +14 -14
  149. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.js +14 -14
  150. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.js +16 -16
  151. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.js +24 -24
  152. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.js +2 -2
  153. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.js +14 -14
  154. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.js +14 -14
  155. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.js +18 -18
  156. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.js +2 -2
  157. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.js +16 -16
  158. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.js +18 -18
  159. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.js +4 -4
  160. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.js +21 -21
  161. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.js +5 -5
  162. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.js +25 -25
  163. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.js +7 -7
  164. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.js +21 -21
  165. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.js +3 -3
  166. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.js +18 -18
  167. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.js +11 -11
  168. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.js +24 -24
  169. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.js +7 -7
  170. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.js +21 -21
  171. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.js +28 -28
  172. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.js +9 -9
  173. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.js +21 -21
  174. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.js +2 -2
  175. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.js +15 -15
  176. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.js +28 -28
  177. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.js +7 -7
  178. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.js +21 -21
  179. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.js +7 -7
  180. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.js +2 -2
  181. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.js +4 -4
  182. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.js +17 -17
  183. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.js +30 -30
  184. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.js +11 -11
  185. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.js +24 -24
  186. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.js +7 -7
  187. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.js +26 -26
  188. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.js +13 -13
  189. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.js +1 -1
  190. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.js +32 -32
  191. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.js +19 -19
  192. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.js +2 -2
  193. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.js +17 -17
  194. package/models/operations/retrieveannotationqueueitemevaluationsannotator.js +32 -32
  195. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.js +28 -28
  196. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.js +20 -20
  197. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.js +28 -28
  198. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.js +24 -24
  199. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.js +28 -28
  200. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.js +30 -30
  201. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.js +14 -14
  202. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.js +4 -4
  203. package/models/operations/retrieveannotationqueueitemresponsebody.js +1 -1
  204. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.js +31 -31
  205. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.js +32 -32
  206. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.js +1 -1
  207. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.js +1 -1
  208. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.js +33 -33
  209. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.js +1 -1
  210. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.js +33 -33
  211. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.js +1 -1
  212. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.js +33 -33
  213. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.js +1 -1
  214. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.js +8 -8
  215. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.js +10 -10
  216. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.js +10 -10
  217. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.js +10 -10
  218. package/models/operations/retrievedatapoint.js +5 -5
  219. package/models/operations/retrievedataset.js +1 -1
  220. package/models/operations/retrievedatasource.js +1 -1
  221. package/models/operations/retrievetool.js +6 -6
  222. package/models/operations/runagent.js +1 -1
  223. package/models/operations/smartrouterlist.d.ts +0 -2
  224. package/models/operations/smartrouterlist.d.ts.map +1 -1
  225. package/models/operations/smartrouterlist.js +0 -2
  226. package/models/operations/smartrouterlist.js.map +1 -1
  227. package/models/operations/streamrunagent.js +1 -1
  228. package/models/operations/twenty.js +1 -1
  229. package/models/operations/updateannotationqueue.js +1 -1
  230. package/models/operations/updatedatapoint.js +5 -5
  231. package/models/operations/updatedataset.js +1 -1
  232. package/models/operations/updatedatasource.js +1 -1
  233. package/models/operations/updatetool.js +7 -7
  234. package/package.json +3 -3
  235. package/sdk/apikeys.d.ts +6 -6
  236. package/sdk/apikeys.d.ts.map +1 -1
  237. package/sdk/apikeys.js +1 -1
  238. package/sdk/feedback.d.ts +2 -2
  239. package/sdk/feedback.js +2 -2
  240. package/src/funcs/apiKeysCreate.ts +4 -4
  241. package/src/funcs/apiKeysDelete.ts +6 -6
  242. package/src/funcs/apiKeysGet.ts +4 -4
  243. package/src/funcs/apiKeysList.ts +6 -5
  244. package/src/funcs/apiKeysUpdate.ts +4 -4
  245. package/src/funcs/responsesGet.ts +11 -2
  246. package/src/funcs/smartRoutersList.ts +0 -1
  247. package/src/lib/config.ts +2 -2
  248. package/src/models/components/allprojects.ts +0 -18
  249. package/src/models/components/apierror.ts +39 -0
  250. package/src/models/components/apikeyowner.ts +0 -27
  251. package/src/models/components/apikeyrestresponse.ts +119 -0
  252. package/src/models/components/apikeystatus.ts +1 -4
  253. package/src/models/components/cacheconfig.ts +30 -0
  254. package/src/models/components/evaluatorresponsefunction.ts +2 -2
  255. package/src/models/components/evaluatorresponsehttp.ts +2 -2
  256. package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  257. package/src/models/components/evaluatorresponsellm.ts +2 -2
  258. package/src/models/components/evaluatorresponsepython.ts +2 -2
  259. package/src/models/components/evaluatorresponseragas.ts +2 -2
  260. package/src/models/components/evaluatorresponsetypescript.ts +2 -2
  261. package/src/models/components/index.ts +7 -8
  262. package/src/models/components/loadbalancerconfig.ts +39 -0
  263. package/src/models/components/loadbalancermodelconfig.ts +34 -0
  264. package/src/models/components/mcpaccess.ts +0 -28
  265. package/src/models/components/permissionmode.ts +1 -5
  266. package/src/models/components/projectscope.ts +0 -23
  267. package/src/models/components/reasoningpart.ts +1 -1
  268. package/src/models/components/securityconfig.ts +27 -0
  269. package/src/models/components/serviceaccountowner.ts +0 -18
  270. package/src/models/components/singleproject.ts +0 -24
  271. package/src/models/components/smartrouter.ts +0 -6
  272. package/src/models/components/timeoutconfig.ts +32 -0
  273. package/src/models/components/userowner.ts +0 -24
  274. package/src/models/errors/index.ts +1 -0
  275. package/src/models/errors/retrieveresponse.ts +56 -0
  276. package/src/models/operations/billing.ts +1 -1
  277. package/src/models/operations/createannotationqueue.ts +1 -1
  278. package/src/models/operations/createdataset.ts +1 -1
  279. package/src/models/operations/createdatasetitem.ts +5 -5
  280. package/src/models/operations/createdatasource.ts +1 -1
  281. package/src/models/operations/createrouterresponse.ts +26 -0
  282. package/src/models/operations/createtool.ts +6 -6
  283. package/src/models/operations/getalltools.ts +6 -6
  284. package/src/models/operations/geteval.ts +16 -16
  285. package/src/models/operations/getv2humanevalsets.ts +2 -2
  286. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  287. package/src/models/operations/listannotationqueues.ts +1 -1
  288. package/src/models/operations/listdatasetdatapoints.ts +5 -5
  289. package/src/models/operations/listdatasets.ts +1 -1
  290. package/src/models/operations/listdatasources.ts +1 -1
  291. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  292. package/src/models/operations/postv2feedbackevaluation.ts +4 -4
  293. package/src/models/operations/postv2humanevalsets.ts +2 -2
  294. package/src/models/operations/retrieveannotationqueue.ts +1 -1
  295. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.ts +28 -28
  296. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.ts +28 -28
  297. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.ts +6 -6
  298. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.ts +26 -26
  299. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.ts +6 -6
  300. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.ts +31 -31
  301. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.ts +22 -22
  302. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.ts +14 -14
  303. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.ts +14 -14
  304. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.ts +16 -16
  305. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.ts +24 -24
  306. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.ts +2 -2
  307. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.ts +14 -14
  308. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.ts +14 -14
  309. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.ts +18 -18
  310. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.ts +2 -2
  311. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.ts +16 -16
  312. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.ts +18 -18
  313. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.ts +4 -4
  314. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.ts +21 -21
  315. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.ts +5 -5
  316. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.ts +25 -25
  317. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.ts +7 -7
  318. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.ts +21 -21
  319. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.ts +3 -3
  320. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.ts +18 -18
  321. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.ts +11 -11
  322. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.ts +24 -24
  323. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.ts +7 -7
  324. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.ts +21 -21
  325. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.ts +28 -28
  326. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.ts +9 -9
  327. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.ts +21 -21
  328. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.ts +2 -2
  329. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.ts +15 -15
  330. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.ts +28 -28
  331. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.ts +7 -7
  332. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.ts +21 -21
  333. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.ts +7 -7
  334. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.ts +2 -2
  335. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.ts +4 -4
  336. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.ts +17 -17
  337. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.ts +30 -30
  338. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.ts +11 -11
  339. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
  340. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.ts +7 -7
  341. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.ts +26 -26
  342. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.ts +13 -13
  343. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.ts +1 -1
  344. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.ts +32 -32
  345. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.ts +19 -19
  346. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.ts +2 -2
  347. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.ts +17 -17
  348. package/src/models/operations/retrieveannotationqueueitemevaluationsannotator.ts +32 -32
  349. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.ts +28 -28
  350. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.ts +20 -20
  351. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.ts +28 -28
  352. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.ts +24 -24
  353. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.ts +28 -28
  354. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.ts +30 -30
  355. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.ts +14 -14
  356. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.ts +4 -4
  357. package/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
  358. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.ts +31 -31
  359. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.ts +32 -32
  360. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.ts +1 -1
  361. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.ts +1 -1
  362. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.ts +33 -33
  363. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.ts +1 -1
  364. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.ts +33 -33
  365. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.ts +1 -1
  366. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.ts +33 -33
  367. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.ts +1 -1
  368. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.ts +8 -8
  369. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.ts +10 -10
  370. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.ts +10 -10
  371. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.ts +10 -10
  372. package/src/models/operations/retrievedatapoint.ts +5 -5
  373. package/src/models/operations/retrievedataset.ts +1 -1
  374. package/src/models/operations/retrievedatasource.ts +1 -1
  375. package/src/models/operations/retrievetool.ts +6 -6
  376. package/src/models/operations/runagent.ts +1 -1
  377. package/src/models/operations/smartrouterlist.ts +0 -4
  378. package/src/models/operations/streamrunagent.ts +1 -1
  379. package/src/models/operations/twenty.ts +1 -1
  380. package/src/models/operations/updateannotationqueue.ts +1 -1
  381. package/src/models/operations/updatedatapoint.ts +5 -5
  382. package/src/models/operations/updatedataset.ts +1 -1
  383. package/src/models/operations/updatedatasource.ts +1 -1
  384. package/src/models/operations/updatetool.ts +7 -7
  385. package/src/sdk/apikeys.ts +6 -6
  386. package/src/sdk/feedback.ts +2 -2
  387. package/models/components/apikey.d.ts +0 -201
  388. package/models/components/apikey.d.ts.map +0 -1
  389. package/models/components/apikey.js +0 -127
  390. package/models/components/apikey.js.map +0 -1
  391. package/models/components/createapikeyresponse.d.ts +0 -22
  392. package/models/components/createapikeyresponse.d.ts.map +0 -1
  393. package/models/components/createapikeyresponse.js.map +0 -1
  394. package/models/components/deleteapikeyresponse.d.ts +0 -8
  395. package/models/components/deleteapikeyresponse.d.ts.map +0 -1
  396. package/models/components/deleteapikeyresponse.js.map +0 -1
  397. package/models/components/getapikeyresponse.d.ts +0 -14
  398. package/models/components/getapikeyresponse.d.ts.map +0 -1
  399. package/models/components/getapikeyresponse.js.map +0 -1
  400. package/models/components/legacytokenfamily.d.ts +0 -12
  401. package/models/components/legacytokenfamily.d.ts.map +0 -1
  402. package/models/components/legacytokenfamily.js.map +0 -1
  403. package/models/components/listapikeysresponse.d.ts +0 -28
  404. package/models/components/listapikeysresponse.d.ts.map +0 -1
  405. package/models/components/listapikeysresponse.js +0 -58
  406. package/models/components/listapikeysresponse.js.map +0 -1
  407. package/models/components/smartroutermetrics.d.ts +0 -23
  408. package/models/components/smartroutermetrics.d.ts.map +0 -1
  409. package/models/components/smartroutermetrics.js.map +0 -1
  410. package/models/components/updateapikeyresponse.d.ts +0 -14
  411. package/models/components/updateapikeyresponse.d.ts.map +0 -1
  412. package/models/components/updateapikeyresponse.js +0 -56
  413. package/models/components/updateapikeyresponse.js.map +0 -1
  414. package/src/models/components/apikey.ts +0 -304
  415. package/src/models/components/createapikeyresponse.ts +0 -49
  416. package/src/models/components/deleteapikeyresponse.ts +0 -27
  417. package/src/models/components/getapikeyresponse.ts +0 -40
  418. package/src/models/components/legacytokenfamily.ts +0 -19
  419. package/src/models/components/listapikeysresponse.ts +0 -56
  420. package/src/models/components/smartroutermetrics.ts +0 -44
  421. package/src/models/components/updateapikeyresponse.ts +0 -40
@@ -593,8 +593,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
593
593
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOrq5OutputSchema$inboundSchema
594
594
  .optional(),
595
595
  explanation: z.string().optional(),
596
- started_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:45.980Z").transform(v => new Date(v)),
597
- finished_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:45.980Z").transform(v => new Date(v)),
596
+ started_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:07.546Z").transform(v => new Date(v)),
597
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:07.546Z").transform(v => new Date(v)),
598
598
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOrq5Type$inboundSchema,
599
599
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOrq5Status$inboundSchema,
600
600
  }).transform((v) => {
@@ -649,8 +649,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
649
649
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOrq4OutputSchema$inboundSchema
650
650
  .optional(),
651
651
  explanation: z.string().optional(),
652
- started_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:45.980Z").transform(v => new Date(v)),
653
- finished_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:45.980Z").transform(v => new Date(v)),
652
+ started_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:07.545Z").transform(v => new Date(v)),
653
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:07.545Z").transform(v => new Date(v)),
654
654
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOrq4Type$inboundSchema,
655
655
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOrq4Status$inboundSchema,
656
656
  value: z.boolean(),
@@ -706,8 +706,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
706
706
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOrqOutputSchema$inboundSchema
707
707
  .optional(),
708
708
  explanation: z.string().optional(),
709
- started_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:45.979Z").transform(v => new Date(v)),
710
- finished_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:45.979Z").transform(v => new Date(v)),
709
+ started_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:07.545Z").transform(v => new Date(v)),
710
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:07.545Z").transform(v => new Date(v)),
711
711
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOrqType$inboundSchema,
712
712
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOrqStatus$inboundSchema,
713
713
  error_code: z.number().default(500),
@@ -766,8 +766,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
766
766
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOutputSchema$inboundSchema
767
767
  .optional(),
768
768
  explanation: z.string().optional(),
769
- started_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:45.979Z").transform(v => new Date(v)),
770
- finished_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:45.979Z").transform(v => new Date(v)),
769
+ started_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:07.544Z").transform(v => new Date(v)),
770
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:07.544Z").transform(v => new Date(v)),
771
771
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesType$inboundSchema,
772
772
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesStatus$inboundSchema,
773
773
  }).transform((v) => {
@@ -832,8 +832,8 @@ exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Applica
832
832
  output_schema: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35OutputSchema$inboundSchema
833
833
  .optional(),
834
834
  explanation: z.string().optional(),
835
- started_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:45.978Z").transform(v => new Date(v)),
836
- finished_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:45.978Z").transform(v => new Date(v)),
835
+ started_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:07.544Z").transform(v => new Date(v)),
836
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:07.544Z").transform(v => new Date(v)),
837
837
  type: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35Type$inboundSchema,
838
838
  status: exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35Status$inboundSchema,
839
839
  value: z.lazy(() => exports.RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35Value$inboundSchema),
@@ -518,7 +518,7 @@ exports.RetrieveDatapointEvaluations4$inboundSchema = z.object({
518
518
  parent_annotation_id: z.string().optional(),
519
519
  explanation: z.string().optional(),
520
520
  reviewed_by_id: z.string(),
521
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:44.021Z").transform(v => new Date(v)),
521
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:05.425Z").transform(v => new Date(v)),
522
522
  type: z.literal("string_array"),
523
523
  values: z.array(z.string()),
524
524
  }).transform((v) => {
@@ -569,7 +569,7 @@ exports.RetrieveDatapointEvaluations3$inboundSchema = z.object({
569
569
  parent_annotation_id: z.string().optional(),
570
570
  explanation: z.string().optional(),
571
571
  reviewed_by_id: z.string(),
572
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:44.021Z").transform(v => new Date(v)),
572
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:05.425Z").transform(v => new Date(v)),
573
573
  type: z.literal("boolean"),
574
574
  value: z.boolean(),
575
575
  }).transform((v) => {
@@ -621,7 +621,7 @@ exports.RetrieveDatapointEvaluations2$inboundSchema = z.object({
621
621
  parent_annotation_id: z.string().optional(),
622
622
  explanation: z.string().optional(),
623
623
  reviewed_by_id: z.string(),
624
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:44.021Z").transform(v => new Date(v)),
624
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:05.424Z").transform(v => new Date(v)),
625
625
  type: z.literal("number"),
626
626
  value: z.number(),
627
627
  }).transform((v) => {
@@ -672,7 +672,7 @@ exports.RetrieveDatapointEvaluations1$inboundSchema = z.object({
672
672
  parent_annotation_id: z.string().optional(),
673
673
  explanation: z.string().optional(),
674
674
  reviewed_by_id: z.string(),
675
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:44.020Z").transform(v => new Date(v)),
675
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:05.424Z").transform(v => new Date(v)),
676
676
  type: z.literal("string"),
677
677
  value: z.string(),
678
678
  }).transform((v) => {
@@ -723,7 +723,7 @@ exports.RetrieveDatapointResponseBody$inboundSchema = z.object({
723
723
  updated_by_id: z.nullable(z.string()).optional(),
724
724
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
725
725
  .optional(),
726
- updated: z.string().datetime({ offset: true }).default("2026-08-06T11:51:16.662Z").transform(v => new Date(v)),
726
+ updated: z.string().datetime({ offset: true }).default("2026-08-06T14:28:47.941Z").transform(v => new Date(v)),
727
727
  }).transform((v) => {
728
728
  return (0, primitives_js_1.remap)(v, {
729
729
  "_id": "id",
@@ -78,7 +78,7 @@ exports.RetrieveDatasetResponseBody$inboundSchema = z.object({
78
78
  updated_by_id: z.nullable(z.string()).optional(),
79
79
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
80
80
  .optional(),
81
- updated: z.string().datetime({ offset: true }).default("2026-08-06T11:51:16.662Z").transform(v => new Date(v)),
81
+ updated: z.string().datetime({ offset: true }).default("2026-08-06T14:28:47.941Z").transform(v => new Date(v)),
82
82
  }).transform((v) => {
83
83
  return (0, primitives_js_1.remap)(v, {
84
84
  "_id": "id",
@@ -88,7 +88,7 @@ function retrieveDatasourceMetadataFromJSON(jsonString) {
88
88
  }
89
89
  /** @internal */
90
90
  exports.RetrieveDatasourceResponseBody$inboundSchema = z.object({
91
- _id: z.string().default("01KZBEMG35MP08ZNMHSKHDBJEP"),
91
+ _id: z.string().default("01KZBQMM6VYQ4VE333HD0ECJYP"),
92
92
  display_name: z.string(),
93
93
  description: z.nullable(z.string()).optional(),
94
94
  status: exports.RetrieveDatasourceStatus$inboundSchema,
@@ -187,7 +187,7 @@ function retrieveToolResponseBodyCodeToolFromJSON(jsonString) {
187
187
  }
188
188
  /** @internal */
189
189
  exports.RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = z.object({
190
- _id: z.string().default("tool_01KZBEMG1679YST740CJNZN787"),
190
+ _id: z.string().default("tool_01KZBQMM4QKPYGNAN02E4J1XVX"),
191
191
  path: z.string(),
192
192
  key: z.string(),
193
193
  display_name: z.string().optional(),
@@ -240,7 +240,7 @@ function retrieveToolResponseBodyToolsSchemaFromJSON(jsonString) {
240
240
  }
241
241
  /** @internal */
242
242
  exports.RetrieveToolResponseBodyTools$inboundSchema = z.object({
243
- id: z.string().default("01KZBEMG160BJGQXA18WJMRX11"),
243
+ id: z.string().default("01KZBQMM4PMAYRCWGKVCBXR0VF"),
244
244
  name: z.string(),
245
245
  description: z.string().optional(),
246
246
  schema: z.lazy(() => exports.RetrieveToolResponseBodyToolsSchema$inboundSchema),
@@ -270,7 +270,7 @@ function retrieveToolResponseBodyMcpFromJSON(jsonString) {
270
270
  }
271
271
  /** @internal */
272
272
  exports.RetrieveToolResponseBodyMCPTool$inboundSchema = z.object({
273
- _id: z.string().default("tool_01KZBEMG15M7209VK099ZMKKMF"),
273
+ _id: z.string().default("tool_01KZBQMM4PJ2G8M94XFK3RQJZX"),
274
274
  path: z.string(),
275
275
  key: z.string(),
276
276
  display_name: z.string().optional(),
@@ -358,7 +358,7 @@ function retrieveToolResponseBodyHttpFromJSON(jsonString) {
358
358
  }
359
359
  /** @internal */
360
360
  exports.RetrieveToolResponseBodyHTTPTool$inboundSchema = z.object({
361
- _id: z.string().default("tool_01KZBEMG142WCFQZTQEVBNB4XW"),
361
+ _id: z.string().default("tool_01KZBQMM4M4Z2FSMAYAZ3KH14J"),
362
362
  path: z.string(),
363
363
  key: z.string(),
364
364
  display_name: z.string().optional(),
@@ -408,7 +408,7 @@ function retrieveToolResponseBodyJsonSchemaFromJSON(jsonString) {
408
408
  }
409
409
  /** @internal */
410
410
  exports.RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = z.object({
411
- _id: z.string().default("tool_01KZBEMG13MA1SEDR5F9XH45VG"),
411
+ _id: z.string().default("tool_01KZBQMM4KA8Q72JH1TKK0V3HF"),
412
412
  path: z.string(),
413
413
  key: z.string(),
414
414
  display_name: z.string().optional(),
@@ -462,7 +462,7 @@ function retrieveToolResponseBodyFunctionFromJSON(jsonString) {
462
462
  }
463
463
  /** @internal */
464
464
  exports.RetrieveToolResponseBodyFunctionTool$inboundSchema = z.object({
465
- _id: z.string().default("tool_01KZBEMG12G5YWJWVN9XX2MKGT"),
465
+ _id: z.string().default("tool_01KZBQMM4J45B6R4BNX0AX7BAV"),
466
466
  path: z.string(),
467
467
  key: z.string(),
468
468
  display_name: z.string().optional(),
@@ -1114,7 +1114,7 @@ function agentToolInputRunSchemaToJSON(agentToolInputRunSchema) {
1114
1114
  }
1115
1115
  /** @internal */
1116
1116
  exports.Tools$outboundSchema = z.object({
1117
- id: z.string().default("01KZBEMFVEKH9XHP972BK16BX6"),
1117
+ id: z.string().default("01KZBQMKXTT028HX0RTZ6PDK1K"),
1118
1118
  name: z.string(),
1119
1119
  description: z.string().optional(),
1120
1120
  schema: z.lazy(() => exports.AgentToolInputRunSchema$outboundSchema),
@@ -7,7 +7,6 @@ export type SmartRouterListRequest = {
7
7
  search?: string | undefined;
8
8
  profile?: Array<components.SmartRouterProfile> | undefined;
9
9
  enabled?: boolean | undefined;
10
- includeMetrics?: boolean | undefined;
11
10
  };
12
11
  /** @internal */
13
12
  export type SmartRouterListRequest$Outbound = {
@@ -17,7 +16,6 @@ export type SmartRouterListRequest$Outbound = {
17
16
  search?: string | undefined;
18
17
  profile?: Array<string> | undefined;
19
18
  enabled?: boolean | undefined;
20
- include_metrics?: boolean | undefined;
21
19
  };
22
20
  /** @internal */
23
21
  export declare const SmartRouterListRequest$outboundSchema: z.ZodType<SmartRouterListRequest$Outbound, z.ZodTypeDef, SmartRouterListRequest>;
@@ -1 +1 @@
1
- {"version":3,"file":"smartrouterlist.d.ts","sourceRoot":"","sources":["../../src/models/operations/smartrouterlist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC;IAC3D,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACtC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,+BAA+B,GAAG;IAC5C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACvC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,sBAAsB,CAetB,CAAC;AAEH,wBAAgB,4BAA4B,CAC1C,sBAAsB,EAAE,sBAAsB,GAC7C,MAAM,CAIR"}
1
+ {"version":3,"file":"smartrouterlist.d.ts","sourceRoot":"","sources":["../../src/models/operations/smartrouterlist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC;IAC3D,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC/B,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,+BAA+B,GAAG;IAC5C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,sBAAsB,CAatB,CAAC;AAEH,wBAAgB,4BAA4B,CAC1C,sBAAsB,EAAE,sBAAsB,GAC7C,MAAM,CAIR"}
@@ -49,12 +49,10 @@ exports.SmartRouterListRequest$outboundSchema = z.object({
49
49
  search: z.string().optional(),
50
50
  profile: z.array(components.SmartRouterProfile$outboundSchema).optional(),
51
51
  enabled: z.boolean().optional(),
52
- includeMetrics: z.boolean().optional(),
53
52
  }).transform((v) => {
54
53
  return (0, primitives_js_1.remap)(v, {
55
54
  startingAfter: "starting_after",
56
55
  endingBefore: "ending_before",
57
- includeMetrics: "include_metrics",
58
56
  });
59
57
  });
60
58
  function smartRouterListRequestToJSON(smartRouterListRequest) {
@@ -1 +1 @@
1
- {"version":3,"file":"smartrouterlist.js","sourceRoot":"","sources":["../../src/models/operations/smartrouterlist.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgDH,oEAMC;AApDD,0CAA4B;AAC5B,2DAA0D;AAC1D,mEAAqD;AAuBrD,gBAAgB;AACH,QAAA,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAClC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,iCAAiC,CAAC,CAAC,QAAQ,EAAE;IACzE,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/B,cAAc,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACvC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,aAAa,EAAE,gBAAgB;QAC/B,YAAY,EAAE,eAAe;QAC7B,cAAc,EAAE,iBAAiB;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,4BAA4B,CAC1C,sBAA8C;IAE9C,OAAO,IAAI,CAAC,SAAS,CACnB,6CAAqC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CACpE,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"smartrouterlist.js","sourceRoot":"","sources":["../../src/models/operations/smartrouterlist.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4CH,oEAMC;AAhDD,0CAA4B;AAC5B,2DAA0D;AAC1D,mEAAqD;AAqBrD,gBAAgB;AACH,QAAA,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAClC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,iCAAiC,CAAC,CAAC,QAAQ,EAAE;IACzE,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,aAAa,EAAE,gBAAgB;QAC/B,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,4BAA4B,CAC1C,sBAA8C;IAE9C,OAAO,IAAI,CAAC,SAAS,CACnB,6CAAqC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CACpE,CAAC;AACJ,CAAC"}
@@ -1080,7 +1080,7 @@ function streamRunAgentAgentToolInputRunAgentsSchemaToJSON(streamRunAgentAgentTo
1080
1080
  }
1081
1081
  /** @internal */
1082
1082
  exports.AgentToolInputRunTools$outboundSchema = z.object({
1083
- id: z.string().default("01KZBEMFWQ6K7JCRVFHWKJ6K40"),
1083
+ id: z.string().default("01KZBQMKZ8SA43VYJ56V7WCF15"),
1084
1084
  name: z.string(),
1085
1085
  description: z.string().optional(),
1086
1086
  schema: z.lazy(() => exports.StreamRunAgentAgentToolInputRunAgentsSchema$outboundSchema),
@@ -1832,7 +1832,7 @@ function retrieveAnnotationQueueItemResponseBodyAnnotationQueuesResponse200Appli
1832
1832
  /** @internal */
1833
1833
  exports.Twenty$inboundSchema = z
1834
1834
  .object({
1835
- _id: z.string().default("01KZBEMHGM6JZTCMKCZD5YD4ZN"),
1835
+ _id: z.string().default("01KZBQMNR7ZXN1BKBVV8Q88849"),
1836
1836
  name: z.string().optional(),
1837
1837
  trace_id: z.string(),
1838
1838
  duration: z.number().optional(),
@@ -98,7 +98,7 @@ exports.UpdateAnnotationQueueResponseBody$inboundSchema = z.object({
98
98
  updated_by_id: z.nullable(z.string()).optional(),
99
99
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
100
100
  .optional(),
101
- updated: z.string().datetime({ offset: true }).default("2026-08-06T11:51:16.662Z").transform(v => new Date(v)),
101
+ updated: z.string().datetime({ offset: true }).default("2026-08-06T14:28:47.941Z").transform(v => new Date(v)),
102
102
  }).transform((v) => {
103
103
  return (0, primitives_js_1.remap)(v, {
104
104
  "_id": "id",
@@ -862,7 +862,7 @@ exports.UpdateDatapointEvaluations4$inboundSchema = z.object({
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-06T11:51:44.049Z").transform(v => new Date(v)),
865
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:05.458Z").transform(v => new Date(v)),
866
866
  type: z.literal("string_array"),
867
867
  values: z.array(z.string()),
868
868
  }).transform((v) => {
@@ -913,7 +913,7 @@ exports.UpdateDatapointEvaluations3$inboundSchema = z.object({
913
913
  parent_annotation_id: z.string().optional(),
914
914
  explanation: z.string().optional(),
915
915
  reviewed_by_id: z.string(),
916
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:44.049Z").transform(v => new Date(v)),
916
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:05.457Z").transform(v => new Date(v)),
917
917
  type: z.literal("boolean"),
918
918
  value: z.boolean(),
919
919
  }).transform((v) => {
@@ -964,7 +964,7 @@ exports.UpdateDatapointEvaluations2$inboundSchema = z.object({
964
964
  parent_annotation_id: z.string().optional(),
965
965
  explanation: z.string().optional(),
966
966
  reviewed_by_id: z.string(),
967
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:44.049Z").transform(v => new Date(v)),
967
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:05.457Z").transform(v => new Date(v)),
968
968
  type: z.literal("number"),
969
969
  value: z.number(),
970
970
  }).transform((v) => {
@@ -1014,7 +1014,7 @@ exports.UpdateDatapointEvaluations1$inboundSchema = z.object({
1014
1014
  parent_annotation_id: z.string().optional(),
1015
1015
  explanation: z.string().optional(),
1016
1016
  reviewed_by_id: z.string(),
1017
- reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T11:51:44.048Z").transform(v => new Date(v)),
1017
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-08-06T14:29:05.456Z").transform(v => new Date(v)),
1018
1018
  type: z.literal("string"),
1019
1019
  value: z.string(),
1020
1020
  }).transform((v) => {
@@ -1065,7 +1065,7 @@ exports.UpdateDatapointResponseBody$inboundSchema = z.object({
1065
1065
  updated_by_id: z.nullable(z.string()).optional(),
1066
1066
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
1067
1067
  .optional(),
1068
- updated: z.string().datetime({ offset: true }).default("2026-08-06T11:51:16.662Z").transform(v => new Date(v)),
1068
+ updated: z.string().datetime({ offset: true }).default("2026-08-06T14:28:47.941Z").transform(v => new Date(v)),
1069
1069
  }).transform((v) => {
1070
1070
  return (0, primitives_js_1.remap)(v, {
1071
1071
  "_id": "id",
@@ -95,7 +95,7 @@ exports.UpdateDatasetResponseBody$inboundSchema = z.object({
95
95
  updated_by_id: z.nullable(z.string()).optional(),
96
96
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
97
97
  .optional(),
98
- updated: z.string().datetime({ offset: true }).default("2026-08-06T11:51:16.662Z").transform(v => new Date(v)),
98
+ updated: z.string().datetime({ offset: true }).default("2026-08-06T14:28:47.941Z").transform(v => new Date(v)),
99
99
  }).transform((v) => {
100
100
  return (0, primitives_js_1.remap)(v, {
101
101
  "_id": "id",
@@ -102,7 +102,7 @@ function updateDatasourceMetadataFromJSON(jsonString) {
102
102
  }
103
103
  /** @internal */
104
104
  exports.UpdateDatasourceResponseBody$inboundSchema = z.object({
105
- _id: z.string().default("01KZBEMG37SS9AP0HKK25GSPBD"),
105
+ _id: z.string().default("01KZBQMM74DDB04ZJ223KH7RS8"),
106
106
  display_name: z.string(),
107
107
  description: z.nullable(z.string()).optional(),
108
108
  status: exports.UpdateDatasourceStatus$inboundSchema,
@@ -371,7 +371,7 @@ function updateToolRequestBodyToolsSchemaToJSON(updateToolRequestBodyToolsSchema
371
371
  }
372
372
  /** @internal */
373
373
  exports.RequestBodyTools$outboundSchema = z.object({
374
- id: z.string().default("01KZBEMG0WM6CVBG7F5GZ4K4F3"),
374
+ id: z.string().default("01KZBQMM4B81RFJX8BY1SX42QN"),
375
375
  name: z.string(),
376
376
  description: z.string().optional(),
377
377
  schema: z.lazy(() => exports.UpdateToolRequestBodyToolsSchema$outboundSchema),
@@ -667,7 +667,7 @@ function updateToolResponseBodyCodeToolFromJSON(jsonString) {
667
667
  }
668
668
  /** @internal */
669
669
  exports.UpdateToolResponseBodyCodeExecutionTool$inboundSchema = z.object({
670
- _id: z.string().default("tool_01KZBEMG0RBY65E7FGETVWCHWJ"),
670
+ _id: z.string().default("tool_01KZBQMM46NG796PYE3S1KCF6R"),
671
671
  path: z.string(),
672
672
  key: z.string(),
673
673
  display_name: z.string().optional(),
@@ -720,7 +720,7 @@ function updateToolResponseBodyToolsSchemaFromJSON(jsonString) {
720
720
  }
721
721
  /** @internal */
722
722
  exports.UpdateToolResponseBodyTools$inboundSchema = z.object({
723
- id: z.string().default("01KZBEMG0Q7328SPB59Y3VVCWB"),
723
+ id: z.string().default("01KZBQMM45773A8ZXQ1NVJCYZ7"),
724
724
  name: z.string(),
725
725
  description: z.string().optional(),
726
726
  schema: z.lazy(() => exports.UpdateToolResponseBodyToolsSchema$inboundSchema),
@@ -750,7 +750,7 @@ function updateToolResponseBodyMcpFromJSON(jsonString) {
750
750
  }
751
751
  /** @internal */
752
752
  exports.UpdateToolResponseBodyMCPTool$inboundSchema = z.object({
753
- _id: z.string().default("tool_01KZBEMG0QM4V19CC7W910DZ5N"),
753
+ _id: z.string().default("tool_01KZBQMM450AHGV4KR7XEZBBXZ"),
754
754
  path: z.string(),
755
755
  key: z.string(),
756
756
  display_name: z.string().optional(),
@@ -838,7 +838,7 @@ function updateToolResponseBodyHttpFromJSON(jsonString) {
838
838
  }
839
839
  /** @internal */
840
840
  exports.UpdateToolResponseBodyHTTPTool$inboundSchema = z.object({
841
- _id: z.string().default("tool_01KZBEMG0NJVEPHWD3RK3RMQYY"),
841
+ _id: z.string().default("tool_01KZBQMM43TAM56EJXEM46HPV6"),
842
842
  path: z.string(),
843
843
  key: z.string(),
844
844
  display_name: z.string().optional(),
@@ -888,7 +888,7 @@ function updateToolResponseBodyJsonSchemaFromJSON(jsonString) {
888
888
  }
889
889
  /** @internal */
890
890
  exports.UpdateToolResponseBodyJSONSchemaTool$inboundSchema = z.object({
891
- _id: z.string().default("tool_01KZBEMG0ENGDTX30JKCJ8MY8Z"),
891
+ _id: z.string().default("tool_01KZBQMM42NHEM35FQJW9QMJ0K"),
892
892
  path: z.string(),
893
893
  key: z.string(),
894
894
  display_name: z.string().optional(),
@@ -942,7 +942,7 @@ function updateToolResponseBodyFunctionFromJSON(jsonString) {
942
942
  }
943
943
  /** @internal */
944
944
  exports.UpdateToolResponseBodyFunctionTool$inboundSchema = z.object({
945
- _id: z.string().default("tool_01KZBEMG0DYNCX78F47BC8039M"),
945
+ _id: z.string().default("tool_01KZBQMM3V3DR123JSYPDVP5CV"),
946
946
  path: z.string(),
947
947
  key: z.string(),
948
948
  display_name: z.string().optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orq-ai/node",
3
- "version": "4.13.0-rc.52",
3
+ "version": "4.13.0-rc.53",
4
4
  "author": "Orq",
5
5
  "exports": {
6
6
  ".": {
@@ -10,9 +10,9 @@
10
10
  },
11
11
  "./*": "./*",
12
12
  "./langchain": {
13
+ "import": "./langchain/index.mjs",
13
14
  "require": "./langchain/index.js",
14
- "types": "./langchain/index.d.mts",
15
- "import": "./langchain/index.mjs"
15
+ "types": "./langchain/index.d.mts"
16
16
  }
17
17
  },
18
18
  "main": "./index.js",
package/sdk/apikeys.d.ts CHANGED
@@ -6,16 +6,16 @@ export declare class ApiKeys extends ClientSDK {
6
6
  * List API keys
7
7
  *
8
8
  * @remarks
9
- * Returns API keys visible to the current workspace, ordered by creation time with the newest key first. The `api_key` and `token_hash` fields are never returned by this endpoint; only `token_prefix` is included.
9
+ * Returns API keys visible to the current workspace as a JSON array. Raw tokens are never included; the `token` field contains a masked display value.
10
10
  */
11
- list(request?: operations.ApiKeyListRequest | undefined, options?: RequestOptions): Promise<components.ListApiKeysResponse>;
11
+ list(request?: operations.ApiKeyListRequest | undefined, options?: RequestOptions): Promise<Array<components.ApiKeyRestResponse>>;
12
12
  /**
13
13
  * Create a new API key
14
14
  *
15
15
  * @remarks
16
16
  * Mints a new opaque API key (`sk-orq-<key_id>-<secret>`) in the workspace. The raw secret is returned ONCE in the response and is never retrievable afterwards. The stored record retains only `token_prefix` and a SHA-256 `token_hash`.
17
17
  */
18
- create(request: components.CreateApiKeyRequest, options?: RequestOptions): Promise<components.CreateApiKeyResponse>;
18
+ create(request: components.CreateApiKeyRequest, options?: RequestOptions): Promise<components.ApiKeyRestResponse>;
19
19
  /**
20
20
  * List capability catalog
21
21
  *
@@ -29,20 +29,20 @@ export declare class ApiKeys extends ClientSDK {
29
29
  * @remarks
30
30
  * Retrieves the metadata for an existing API key by its unique identifier. The raw secret is never returned — only `token_prefix`, `permission_mode`, `project_scope`, and lifecycle fields.
31
31
  */
32
- get(request: operations.ApiKeyGetRequest, options?: RequestOptions): Promise<components.GetApiKeyResponse>;
32
+ get(request: operations.ApiKeyGetRequest, options?: RequestOptions): Promise<components.ApiKeyRestResponse>;
33
33
  /**
34
34
  * Delete an API key
35
35
  *
36
36
  * @remarks
37
37
  * Permanently deletes an API key. Cache entries in `API_KEYS_KV` are invalidated immediately so an in-flight token cannot ride out the TTL. The response body is empty on success.
38
38
  */
39
- delete(request: operations.ApiKeyDeleteRequest, options?: RequestOptions): Promise<components.DeleteApiKeyResponse>;
39
+ delete(request: operations.ApiKeyDeleteRequest, options?: RequestOptions): Promise<void>;
40
40
  /**
41
41
  * Update an API key
42
42
  *
43
43
  * @remarks
44
44
  * Updates mutable fields of an API key: display name, status (active / disabled / revoked), permission mode and access map, project scope, and constraints (budget / rate limit / expiry). Omitted fields keep their current values.
45
45
  */
46
- update(request: operations.ApiKeyUpdateRequest, options?: RequestOptions): Promise<components.UpdateApiKeyResponse>;
46
+ update(request: operations.ApiKeyUpdateRequest, options?: RequestOptions): Promise<components.ApiKeyRestResponse>;
47
47
  }
48
48
  //# sourceMappingURL=apikeys.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"apikeys.d.ts","sourceRoot":"","sources":["../src/sdk/apikeys.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,OAAQ,SAAQ,SAAS;IACpC;;;;;OAKG;IACG,IAAI,CACR,OAAO,CAAC,EAAE,UAAU,CAAC,iBAAiB,GAAG,SAAS,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,mBAAmB,CAAC;IAQ1C;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,mBAAmB,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,oBAAoB,CAAC;IAQ3C;;;;;OAKG;IACG,gBAAgB,CACpB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,wBAAwB,CAAC;IAO/C;;;;;OAKG;IACG,GAAG,CACP,OAAO,EAAE,UAAU,CAAC,gBAAgB,EACpC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iBAAiB,CAAC;IAQxC;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,mBAAmB,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,oBAAoB,CAAC;IAQ3C;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,mBAAmB,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,oBAAoB,CAAC;CAO5C"}
1
+ {"version":3,"file":"apikeys.d.ts","sourceRoot":"","sources":["../src/sdk/apikeys.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,OAAQ,SAAQ,SAAS;IACpC;;;;;OAKG;IACG,IAAI,CACR,OAAO,CAAC,EAAE,UAAU,CAAC,iBAAiB,GAAG,SAAS,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC;IAQhD;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,mBAAmB,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC;IAQzC;;;;;OAKG;IACG,gBAAgB,CACpB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,wBAAwB,CAAC;IAO/C;;;;;OAKG;IACG,GAAG,CACP,OAAO,EAAE,UAAU,CAAC,gBAAgB,EACpC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC;IAQzC;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,mBAAmB,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC;IAQhB;;;;;OAKG;IACG,MAAM,CACV,OAAO,EAAE,UAAU,CAAC,mBAAmB,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC;CAO1C"}
package/sdk/apikeys.js CHANGED
@@ -17,7 +17,7 @@ class ApiKeys extends sdks_js_1.ClientSDK {
17
17
  * List API keys
18
18
  *
19
19
  * @remarks
20
- * Returns API keys visible to the current workspace, ordered by creation time with the newest key first. The `api_key` and `token_hash` fields are never returned by this endpoint; only `token_prefix` is included.
20
+ * Returns API keys visible to the current workspace as a JSON array. Raw tokens are never included; the `token` field contains a masked display value.
21
21
  */
22
22
  async list(request, options) {
23
23
  return (0, fp_js_1.unwrapAsync)((0, apiKeysList_js_1.apiKeysList)(this, request, options));
package/sdk/feedback.d.ts CHANGED
@@ -5,10 +5,10 @@ export declare class Feedback extends ClientSDK {
5
5
  createEvaluation(request?: operations.PostV2FeedbackEvaluationRequestBody | undefined, options?: RequestOptions): Promise<void>;
6
6
  remove(request?: operations.PostV2FeedbackRemoveRequestBody | undefined, options?: RequestOptions): Promise<operations.PostV2FeedbackRemoveResponseBody>;
7
7
  /**
8
- * Create embeddings
8
+ * Create a new API key
9
9
  *
10
10
  * @remarks
11
- * Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
11
+ * Mints a new opaque API key (`sk-orq-<key_id>-<secret>`) in the workspace. The raw secret is returned ONCE in the response and is never retrievable afterwards. The stored record retains only `token_prefix` and a SHA-256 `token_hash`.
12
12
  */
13
13
  create(request?: operations.PostV2FeedbackRequestBody | undefined, options?: RequestOptions): Promise<operations.PostV2FeedbackResponseBody>;
14
14
  }
package/sdk/feedback.js CHANGED
@@ -21,10 +21,10 @@ class Feedback extends sdks_js_1.ClientSDK {
21
21
  return (0, fp_js_1.unwrapAsync)((0, feedbackRemove_js_1.feedbackRemove)(this, request, options));
22
22
  }
23
23
  /**
24
- * Create embeddings
24
+ * Create a new API key
25
25
  *
26
26
  * @remarks
27
- * Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
27
+ * Mints a new opaque API key (`sk-orq-<key_id>-<secret>`) in the workspace. The raw secret is returned ONCE in the response and is never retrievable afterwards. The stored record retains only `token_prefix` and a SHA-256 `token_hash`.
28
28
  */
29
29
  async create(request, options) {
30
30
  return (0, fp_js_1.unwrapAsync)((0, feedbackCreate_js_1.feedbackCreate)(this, request, options));
@@ -37,7 +37,7 @@ export function apiKeysCreate(
37
37
  options?: RequestOptions,
38
38
  ): APIPromise<
39
39
  Result<
40
- components.CreateApiKeyResponse,
40
+ components.ApiKeyRestResponse,
41
41
  | OrqError
42
42
  | ResponseValidationError
43
43
  | ConnectionError
@@ -62,7 +62,7 @@ async function $do(
62
62
  ): Promise<
63
63
  [
64
64
  Result<
65
- components.CreateApiKeyResponse,
65
+ components.ApiKeyRestResponse,
66
66
  | OrqError
67
67
  | ResponseValidationError
68
68
  | ConnectionError
@@ -140,7 +140,7 @@ async function $do(
140
140
  const response = doResult.value;
141
141
 
142
142
  const [result] = await M.match<
143
- components.CreateApiKeyResponse,
143
+ components.ApiKeyRestResponse,
144
144
  | OrqError
145
145
  | ResponseValidationError
146
146
  | ConnectionError
@@ -150,7 +150,7 @@ async function $do(
150
150
  | UnexpectedClientError
151
151
  | SDKValidationError
152
152
  >(
153
- M.json(200, components.CreateApiKeyResponse$inboundSchema),
153
+ M.json(200, components.ApiKeyRestResponse$inboundSchema),
154
154
  M.fail("4XX"),
155
155
  M.fail("5XX"),
156
156
  )(response, req);
@@ -2,6 +2,7 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
+ import * as z from "zod/v3";
5
6
  import { OrqCore } from "../core.js";
6
7
  import { encodeSimple } from "../lib/encodings.js";
7
8
  import { matchStatusCode } from "../lib/http.js";
@@ -11,7 +12,6 @@ import { safeParse } from "../lib/schemas.js";
11
12
  import { RequestOptions } from "../lib/sdks.js";
12
13
  import { extractSecurity, resolveGlobalSecurity } from "../lib/security.js";
13
14
  import { pathToFunc } from "../lib/url.js";
14
- import * as components from "../models/components/index.js";
15
15
  import {
16
16
  ConnectionError,
17
17
  InvalidRequestError,
@@ -38,7 +38,7 @@ export function apiKeysDelete(
38
38
  options?: RequestOptions,
39
39
  ): APIPromise<
40
40
  Result<
41
- components.DeleteApiKeyResponse,
41
+ void,
42
42
  | OrqError
43
43
  | ResponseValidationError
44
44
  | ConnectionError
@@ -63,7 +63,7 @@ async function $do(
63
63
  ): Promise<
64
64
  [
65
65
  Result<
66
- components.DeleteApiKeyResponse,
66
+ void,
67
67
  | OrqError
68
68
  | ResponseValidationError
69
69
  | ConnectionError
@@ -96,7 +96,7 @@ async function $do(
96
96
  const path = pathToFunc("/v2/api-keys/{api_key_id}")(pathParams);
97
97
 
98
98
  const headers = new Headers(compactMap({
99
- Accept: "application/json",
99
+ Accept: "*/*",
100
100
  }));
101
101
 
102
102
  const secConfig = await extractSecurity(client._options.apiKey);
@@ -146,7 +146,7 @@ async function $do(
146
146
  const response = doResult.value;
147
147
 
148
148
  const [result] = await M.match<
149
- components.DeleteApiKeyResponse,
149
+ void,
150
150
  | OrqError
151
151
  | ResponseValidationError
152
152
  | ConnectionError
@@ -156,7 +156,7 @@ async function $do(
156
156
  | UnexpectedClientError
157
157
  | SDKValidationError
158
158
  >(
159
- M.json(200, components.DeleteApiKeyResponse$inboundSchema),
159
+ M.nil(204, z.void()),
160
160
  M.fail("4XX"),
161
161
  M.fail("5XX"),
162
162
  )(response, req);