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

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 (536) 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/schedulesCreate.d.ts +1 -1
  27. package/funcs/schedulesCreate.js +1 -1
  28. package/funcs/smartRoutersList.js +0 -1
  29. package/funcs/smartRoutersList.js.map +1 -1
  30. package/jsr.json +1 -1
  31. package/lib/config.d.ts +2 -2
  32. package/lib/config.js +2 -2
  33. package/models/components/allprojects.d.ts +0 -5
  34. package/models/components/allprojects.d.ts.map +1 -1
  35. package/models/components/allprojects.js +1 -8
  36. package/models/components/allprojects.js.map +1 -1
  37. package/models/components/apierror.d.ts +14 -0
  38. package/models/components/apierror.d.ts.map +1 -0
  39. package/models/components/{deleteapikeyresponse.js → apierror.js} +12 -6
  40. package/models/components/apierror.js.map +1 -0
  41. package/models/components/apikeybudgetscoperestresponse.d.ts +16 -0
  42. package/models/components/apikeybudgetscoperestresponse.d.ts.map +1 -0
  43. package/models/components/{updateapikeyresponse.js → apikeybudgetscoperestresponse.js} +7 -13
  44. package/models/components/apikeybudgetscoperestresponse.js.map +1 -0
  45. package/models/components/apikeyowner.d.ts +0 -5
  46. package/models/components/apikeyowner.d.ts.map +1 -1
  47. package/models/components/apikeyowner.js +1 -15
  48. package/models/components/apikeyowner.js.map +1 -1
  49. package/models/components/apikeyrestresponse.d.ts +55 -0
  50. package/models/components/apikeyrestresponse.d.ts.map +1 -0
  51. package/models/components/apikeyrestresponse.js +96 -0
  52. package/models/components/apikeyrestresponse.js.map +1 -0
  53. package/models/components/apikeystatus.d.ts +0 -2
  54. package/models/components/apikeystatus.d.ts.map +1 -1
  55. package/models/components/apikeystatus.js +2 -4
  56. package/models/components/apikeystatus.js.map +1 -1
  57. package/models/components/budgetalertrestresponse.d.ts +31 -0
  58. package/models/components/budgetalertrestresponse.d.ts.map +1 -0
  59. package/models/components/{createapikeyresponse.js → budgetalertrestresponse.js} +11 -14
  60. package/models/components/budgetalertrestresponse.js.map +1 -0
  61. package/models/components/budgetlimitsrestresponse.d.ts +28 -0
  62. package/models/components/budgetlimitsrestresponse.d.ts.map +1 -0
  63. package/models/components/budgetlimitsrestresponse.js +53 -0
  64. package/models/components/budgetlimitsrestresponse.js.map +1 -0
  65. package/models/components/{budget.d.ts → budgetrestresponse.d.ts} +16 -16
  66. package/models/components/budgetrestresponse.d.ts.map +1 -0
  67. package/models/components/{budget.js → budgetrestresponse.js} +20 -30
  68. package/models/components/budgetrestresponse.js.map +1 -0
  69. package/models/components/budgetscoperestresponse.d.ts +59 -0
  70. package/models/components/budgetscoperestresponse.d.ts.map +1 -0
  71. package/models/components/budgetscoperestresponse.js +61 -0
  72. package/models/components/budgetscoperestresponse.js.map +1 -0
  73. package/models/components/cacheconfig.d.ts +14 -0
  74. package/models/components/cacheconfig.d.ts.map +1 -0
  75. package/models/components/{legacytokenfamily.js → cacheconfig.js} +10 -9
  76. package/models/components/cacheconfig.js.map +1 -0
  77. package/models/components/createbudgetresponse.d.ts +2 -2
  78. package/models/components/createbudgetresponse.d.ts.map +1 -1
  79. package/models/components/createbudgetresponse.js +2 -2
  80. package/models/components/createbudgetresponse.js.map +1 -1
  81. package/models/components/createwebhookrequest.d.ts +1 -1
  82. package/models/components/evaluatorresponsefunction.js +2 -2
  83. package/models/components/evaluatorresponsehttp.js +2 -2
  84. package/models/components/evaluatorresponsejsonschema.js +2 -2
  85. package/models/components/evaluatorresponsellm.js +2 -2
  86. package/models/components/evaluatorresponsepython.js +2 -2
  87. package/models/components/evaluatorresponseragas.js +2 -2
  88. package/models/components/evaluatorresponsetypescript.js +2 -2
  89. package/models/components/getbudgetresponse.d.ts +2 -2
  90. package/models/components/getbudgetresponse.d.ts.map +1 -1
  91. package/models/components/getbudgetresponse.js +2 -2
  92. package/models/components/getbudgetresponse.js.map +1 -1
  93. package/models/components/identity.d.ts +8 -8
  94. package/models/components/identity.d.ts.map +1 -1
  95. package/models/components/identity.js +12 -14
  96. package/models/components/identity.js.map +1 -1
  97. package/models/components/identitybudgetscoperestresponse.d.ts +16 -0
  98. package/models/components/identitybudgetscoperestresponse.d.ts.map +1 -0
  99. package/models/components/identitybudgetscoperestresponse.js +50 -0
  100. package/models/components/identitybudgetscoperestresponse.js.map +1 -0
  101. package/models/components/index.d.ts +16 -9
  102. package/models/components/index.d.ts.map +1 -1
  103. package/models/components/index.js +16 -9
  104. package/models/components/index.js.map +1 -1
  105. package/models/components/listbudgetsresponse.d.ts +2 -2
  106. package/models/components/listbudgetsresponse.d.ts.map +1 -1
  107. package/models/components/listbudgetsresponse.js +3 -8
  108. package/models/components/listbudgetsresponse.js.map +1 -1
  109. package/models/components/loadbalancerconfig.d.ts +15 -0
  110. package/models/components/loadbalancerconfig.d.ts.map +1 -0
  111. package/models/components/loadbalancerconfig.js +51 -0
  112. package/models/components/loadbalancerconfig.js.map +1 -0
  113. package/models/components/loadbalancermodelconfig.d.ts +14 -0
  114. package/models/components/loadbalancermodelconfig.d.ts.map +1 -0
  115. package/models/components/loadbalancermodelconfig.js +50 -0
  116. package/models/components/loadbalancermodelconfig.js.map +1 -0
  117. package/models/components/mcpaccess.d.ts +0 -5
  118. package/models/components/mcpaccess.d.ts.map +1 -1
  119. package/models/components/mcpaccess.js +1 -18
  120. package/models/components/mcpaccess.js.map +1 -1
  121. package/models/components/modelbudgetscope.d.ts +2 -2
  122. package/models/components/modelbudgetscope.d.ts.map +1 -1
  123. package/models/components/modelbudgetscope.js +2 -2
  124. package/models/components/modelbudgetscope.js.map +1 -1
  125. package/models/components/modelbudgetscoperestresponse.d.ts +17 -0
  126. package/models/components/modelbudgetscoperestresponse.d.ts.map +1 -0
  127. package/models/components/modelbudgetscoperestresponse.js +50 -0
  128. package/models/components/modelbudgetscoperestresponse.js.map +1 -0
  129. package/models/components/permissionmode.d.ts +0 -2
  130. package/models/components/permissionmode.d.ts.map +1 -1
  131. package/models/components/permissionmode.js +2 -4
  132. package/models/components/permissionmode.js.map +1 -1
  133. package/models/components/projectbudgetscoperestresponse.d.ts +13 -0
  134. package/models/components/projectbudgetscoperestresponse.d.ts.map +1 -0
  135. package/models/components/projectbudgetscoperestresponse.js +50 -0
  136. package/models/components/projectbudgetscoperestresponse.js.map +1 -0
  137. package/models/components/projectscope.d.ts +0 -5
  138. package/models/components/projectscope.d.ts.map +1 -1
  139. package/models/components/projectscope.js +1 -11
  140. package/models/components/projectscope.js.map +1 -1
  141. package/models/components/publicschedule.d.ts +13 -5
  142. package/models/components/publicschedule.d.ts.map +1 -1
  143. package/models/components/publicschedule.js +5 -1
  144. package/models/components/publicschedule.js.map +1 -1
  145. package/models/components/publicschedulepayload.d.ts +3 -3
  146. package/models/components/publicschedulepayload.d.ts.map +1 -1
  147. package/models/components/publicschedulepayload.js +2 -2
  148. package/models/components/publicschedulepayload.js.map +1 -1
  149. package/models/components/ratelimitrestresponse.d.ts +16 -0
  150. package/models/components/ratelimitrestresponse.d.ts.map +1 -0
  151. package/models/components/{smartroutermetrics.js → ratelimitrestresponse.js} +7 -9
  152. package/models/components/ratelimitrestresponse.js.map +1 -0
  153. package/models/components/reasoningpart.js +1 -1
  154. package/models/components/resetbudgetconsumptionresponse.d.ts +2 -2
  155. package/models/components/resetbudgetconsumptionresponse.d.ts.map +1 -1
  156. package/models/components/resetbudgetconsumptionresponse.js +2 -2
  157. package/models/components/resetbudgetconsumptionresponse.js.map +1 -1
  158. package/models/components/securityconfig.d.ts +12 -0
  159. package/models/components/securityconfig.d.ts.map +1 -0
  160. package/models/components/securityconfig.js +49 -0
  161. package/models/components/securityconfig.js.map +1 -0
  162. package/models/components/serviceaccountowner.d.ts +0 -5
  163. package/models/components/serviceaccountowner.d.ts.map +1 -1
  164. package/models/components/serviceaccountowner.js +1 -8
  165. package/models/components/serviceaccountowner.js.map +1 -1
  166. package/models/components/singleproject.d.ts +0 -5
  167. package/models/components/singleproject.d.ts.map +1 -1
  168. package/models/components/singleproject.js +1 -14
  169. package/models/components/singleproject.js.map +1 -1
  170. package/models/components/smartrouter.d.ts +0 -2
  171. package/models/components/smartrouter.d.ts.map +1 -1
  172. package/models/components/smartrouter.js +0 -2
  173. package/models/components/smartrouter.js.map +1 -1
  174. package/models/components/timeoutconfig.d.ts +12 -0
  175. package/models/components/timeoutconfig.d.ts.map +1 -0
  176. package/models/components/{getapikeyresponse.js → timeoutconfig.js} +8 -10
  177. package/models/components/timeoutconfig.js.map +1 -0
  178. package/models/components/updatebudgetresponse.d.ts +2 -2
  179. package/models/components/updatebudgetresponse.d.ts.map +1 -1
  180. package/models/components/updatebudgetresponse.js +2 -2
  181. package/models/components/updatebudgetresponse.js.map +1 -1
  182. package/models/components/userowner.d.ts +0 -5
  183. package/models/components/userowner.d.ts.map +1 -1
  184. package/models/components/userowner.js +1 -14
  185. package/models/components/userowner.js.map +1 -1
  186. package/models/components/webhook.d.ts +1 -1
  187. package/models/errors/index.d.ts +1 -0
  188. package/models/errors/index.d.ts.map +1 -1
  189. package/models/errors/index.js +1 -0
  190. package/models/errors/index.js.map +1 -1
  191. package/models/errors/retrieveresponse.d.ts +25 -0
  192. package/models/errors/retrieveresponse.d.ts.map +1 -0
  193. package/models/{components/listapikeysresponse.js → errors/retrieveresponse.js} +29 -16
  194. package/models/errors/retrieveresponse.js.map +1 -0
  195. package/models/operations/billing.js +1 -1
  196. package/models/operations/createagentschedule.d.ts +17 -11
  197. package/models/operations/createagentschedule.d.ts.map +1 -1
  198. package/models/operations/createagentschedule.js +6 -4
  199. package/models/operations/createagentschedule.js.map +1 -1
  200. package/models/operations/createannotationqueue.js +1 -1
  201. package/models/operations/createdataset.js +1 -1
  202. package/models/operations/createdatasetitem.js +5 -5
  203. package/models/operations/createdatasource.js +1 -1
  204. package/models/operations/createrouterresponse.d.ts +18 -0
  205. package/models/operations/createrouterresponse.d.ts.map +1 -1
  206. package/models/operations/createrouterresponse.js +8 -0
  207. package/models/operations/createrouterresponse.js.map +1 -1
  208. package/models/operations/createtool.js +6 -6
  209. package/models/operations/getalltools.js +6 -6
  210. package/models/operations/geteval.js +16 -16
  211. package/models/operations/getv2humanevalsets.js +2 -2
  212. package/models/operations/getv2humanevalsetsid.js +2 -2
  213. package/models/operations/listannotationqueues.js +1 -1
  214. package/models/operations/listdatasetdatapoints.js +5 -5
  215. package/models/operations/listdatasets.js +1 -1
  216. package/models/operations/listdatasources.js +1 -1
  217. package/models/operations/patchv2humanevalsetsid.js +2 -2
  218. package/models/operations/postv2feedbackevaluation.js +4 -4
  219. package/models/operations/postv2humanevalsets.js +2 -2
  220. package/models/operations/retrieveagentschedule.d.ts +13 -5
  221. package/models/operations/retrieveagentschedule.d.ts.map +1 -1
  222. package/models/operations/retrieveagentschedule.js +5 -1
  223. package/models/operations/retrieveagentschedule.js.map +1 -1
  224. package/models/operations/retrieveannotationqueue.js +1 -1
  225. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.js +28 -28
  226. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.js +28 -28
  227. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.js +6 -6
  228. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.js +26 -26
  229. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.js +6 -6
  230. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.js +31 -31
  231. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.js +22 -22
  232. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.js +14 -14
  233. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.js +14 -14
  234. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.js +16 -16
  235. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.js +24 -24
  236. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.js +2 -2
  237. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.js +14 -14
  238. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.js +14 -14
  239. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.js +18 -18
  240. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.js +2 -2
  241. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.js +16 -16
  242. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.js +18 -18
  243. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.js +4 -4
  244. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.js +21 -21
  245. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.js +5 -5
  246. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.js +25 -25
  247. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.js +7 -7
  248. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.js +21 -21
  249. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.js +3 -3
  250. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.js +18 -18
  251. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.js +11 -11
  252. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.js +24 -24
  253. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.js +7 -7
  254. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.js +21 -21
  255. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.js +28 -28
  256. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.js +9 -9
  257. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.js +21 -21
  258. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.js +2 -2
  259. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.js +15 -15
  260. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.js +28 -28
  261. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.js +7 -7
  262. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.js +21 -21
  263. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.js +7 -7
  264. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.js +2 -2
  265. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.js +4 -4
  266. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.js +17 -17
  267. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.js +30 -30
  268. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.js +11 -11
  269. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.js +24 -24
  270. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.js +7 -7
  271. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.js +26 -26
  272. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.js +13 -13
  273. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.js +1 -1
  274. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.js +32 -32
  275. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.js +19 -19
  276. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.js +2 -2
  277. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.js +17 -17
  278. package/models/operations/retrieveannotationqueueitemevaluationsannotator.js +32 -32
  279. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.js +28 -28
  280. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.js +20 -20
  281. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.js +28 -28
  282. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.js +24 -24
  283. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.js +28 -28
  284. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.js +30 -30
  285. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.js +14 -14
  286. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.js +4 -4
  287. package/models/operations/retrieveannotationqueueitemresponsebody.js +1 -1
  288. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.js +31 -31
  289. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.js +32 -32
  290. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.js +1 -1
  291. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.js +1 -1
  292. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.js +33 -33
  293. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.js +1 -1
  294. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.js +33 -33
  295. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.js +1 -1
  296. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.js +33 -33
  297. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.js +1 -1
  298. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.js +8 -8
  299. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.js +10 -10
  300. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.js +10 -10
  301. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.js +10 -10
  302. package/models/operations/retrievedatapoint.js +5 -5
  303. package/models/operations/retrievedataset.js +1 -1
  304. package/models/operations/retrievedatasource.js +1 -1
  305. package/models/operations/retrievetool.js +6 -6
  306. package/models/operations/runagent.js +1 -1
  307. package/models/operations/smartrouterlist.d.ts +0 -2
  308. package/models/operations/smartrouterlist.d.ts.map +1 -1
  309. package/models/operations/smartrouterlist.js +0 -2
  310. package/models/operations/smartrouterlist.js.map +1 -1
  311. package/models/operations/streamrunagent.js +1 -1
  312. package/models/operations/twenty.js +1 -1
  313. package/models/operations/updateagentschedule.d.ts +22 -11
  314. package/models/operations/updateagentschedule.d.ts.map +1 -1
  315. package/models/operations/updateagentschedule.js +8 -4
  316. package/models/operations/updateagentschedule.js.map +1 -1
  317. package/models/operations/updateannotationqueue.js +1 -1
  318. package/models/operations/updatedatapoint.js +5 -5
  319. package/models/operations/updatedataset.js +1 -1
  320. package/models/operations/updatedatasource.js +1 -1
  321. package/models/operations/updatetool.js +7 -7
  322. package/package.json +3 -3
  323. package/sdk/apikeys.d.ts +6 -6
  324. package/sdk/apikeys.d.ts.map +1 -1
  325. package/sdk/apikeys.js +1 -1
  326. package/sdk/feedback.d.ts +2 -2
  327. package/sdk/feedback.js +2 -2
  328. package/sdk/schedules.d.ts +1 -1
  329. package/sdk/schedules.js +1 -1
  330. package/src/funcs/apiKeysCreate.ts +4 -4
  331. package/src/funcs/apiKeysDelete.ts +6 -6
  332. package/src/funcs/apiKeysGet.ts +4 -4
  333. package/src/funcs/apiKeysList.ts +6 -5
  334. package/src/funcs/apiKeysUpdate.ts +4 -4
  335. package/src/funcs/responsesGet.ts +11 -2
  336. package/src/funcs/schedulesCreate.ts +1 -1
  337. package/src/funcs/smartRoutersList.ts +0 -1
  338. package/src/lib/config.ts +2 -2
  339. package/src/models/components/allprojects.ts +0 -18
  340. package/src/models/components/apierror.ts +39 -0
  341. package/src/models/components/apikeybudgetscoperestresponse.ts +37 -0
  342. package/src/models/components/apikeyowner.ts +0 -27
  343. package/src/models/components/apikeyrestresponse.ts +119 -0
  344. package/src/models/components/apikeystatus.ts +1 -4
  345. package/src/models/components/budgetalertrestresponse.ts +58 -0
  346. package/src/models/components/budgetlimitsrestresponse.ts +51 -0
  347. package/src/models/components/{budget.ts → budgetrestresponse.ts} +47 -47
  348. package/src/models/components/budgetscoperestresponse.ts +103 -0
  349. package/src/models/components/cacheconfig.ts +30 -0
  350. package/src/models/components/createbudgetresponse.ts +6 -3
  351. package/src/models/components/createwebhookrequest.ts +1 -1
  352. package/src/models/components/evaluatorresponsefunction.ts +2 -2
  353. package/src/models/components/evaluatorresponsehttp.ts +2 -2
  354. package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  355. package/src/models/components/evaluatorresponsellm.ts +2 -2
  356. package/src/models/components/evaluatorresponsepython.ts +2 -2
  357. package/src/models/components/evaluatorresponseragas.ts +2 -2
  358. package/src/models/components/evaluatorresponsetypescript.ts +2 -2
  359. package/src/models/components/getbudgetresponse.ts +6 -3
  360. package/src/models/components/identity.ts +39 -39
  361. package/src/models/components/identitybudgetscoperestresponse.ts +37 -0
  362. package/src/models/components/index.ts +16 -9
  363. package/src/models/components/listbudgetsresponse.ts +7 -9
  364. package/src/models/components/loadbalancerconfig.ts +39 -0
  365. package/src/models/components/loadbalancermodelconfig.ts +34 -0
  366. package/src/models/components/mcpaccess.ts +0 -28
  367. package/src/models/components/modelbudgetscope.ts +4 -4
  368. package/src/models/components/modelbudgetscoperestresponse.ts +38 -0
  369. package/src/models/components/permissionmode.ts +1 -5
  370. package/src/models/components/projectbudgetscoperestresponse.ts +34 -0
  371. package/src/models/components/projectscope.ts +0 -23
  372. package/src/models/components/publicschedule.ts +17 -5
  373. package/src/models/components/publicschedulepayload.ts +5 -5
  374. package/src/models/components/ratelimitrestresponse.ts +37 -0
  375. package/src/models/components/reasoningpart.ts +1 -1
  376. package/src/models/components/resetbudgetconsumptionresponse.ts +6 -3
  377. package/src/models/components/securityconfig.ts +27 -0
  378. package/src/models/components/serviceaccountowner.ts +0 -18
  379. package/src/models/components/singleproject.ts +0 -24
  380. package/src/models/components/smartrouter.ts +0 -6
  381. package/src/models/components/timeoutconfig.ts +32 -0
  382. package/src/models/components/updatebudgetresponse.ts +6 -3
  383. package/src/models/components/userowner.ts +0 -24
  384. package/src/models/components/webhook.ts +1 -1
  385. package/src/models/errors/index.ts +1 -0
  386. package/src/models/errors/retrieveresponse.ts +56 -0
  387. package/src/models/operations/billing.ts +1 -1
  388. package/src/models/operations/createagentschedule.ts +21 -11
  389. package/src/models/operations/createannotationqueue.ts +1 -1
  390. package/src/models/operations/createdataset.ts +1 -1
  391. package/src/models/operations/createdatasetitem.ts +5 -5
  392. package/src/models/operations/createdatasource.ts +1 -1
  393. package/src/models/operations/createrouterresponse.ts +26 -0
  394. package/src/models/operations/createtool.ts +6 -6
  395. package/src/models/operations/getalltools.ts +6 -6
  396. package/src/models/operations/geteval.ts +16 -16
  397. package/src/models/operations/getv2humanevalsets.ts +2 -2
  398. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  399. package/src/models/operations/listannotationqueues.ts +1 -1
  400. package/src/models/operations/listdatasetdatapoints.ts +5 -5
  401. package/src/models/operations/listdatasets.ts +1 -1
  402. package/src/models/operations/listdatasources.ts +1 -1
  403. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  404. package/src/models/operations/postv2feedbackevaluation.ts +4 -4
  405. package/src/models/operations/postv2humanevalsets.ts +2 -2
  406. package/src/models/operations/retrieveagentschedule.ts +17 -5
  407. package/src/models/operations/retrieveannotationqueue.ts +1 -1
  408. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.ts +28 -28
  409. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.ts +28 -28
  410. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.ts +6 -6
  411. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.ts +26 -26
  412. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.ts +6 -6
  413. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.ts +31 -31
  414. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.ts +22 -22
  415. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.ts +14 -14
  416. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.ts +14 -14
  417. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.ts +16 -16
  418. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.ts +24 -24
  419. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.ts +2 -2
  420. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.ts +14 -14
  421. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.ts +14 -14
  422. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.ts +18 -18
  423. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.ts +2 -2
  424. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.ts +16 -16
  425. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.ts +18 -18
  426. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.ts +4 -4
  427. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.ts +21 -21
  428. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.ts +5 -5
  429. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.ts +25 -25
  430. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.ts +7 -7
  431. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.ts +21 -21
  432. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.ts +3 -3
  433. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.ts +18 -18
  434. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.ts +11 -11
  435. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.ts +24 -24
  436. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.ts +7 -7
  437. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.ts +21 -21
  438. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.ts +28 -28
  439. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.ts +9 -9
  440. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.ts +21 -21
  441. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.ts +2 -2
  442. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.ts +15 -15
  443. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.ts +28 -28
  444. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.ts +7 -7
  445. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.ts +21 -21
  446. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.ts +7 -7
  447. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.ts +2 -2
  448. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.ts +4 -4
  449. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.ts +17 -17
  450. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.ts +30 -30
  451. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.ts +11 -11
  452. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
  453. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.ts +7 -7
  454. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.ts +26 -26
  455. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.ts +13 -13
  456. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.ts +1 -1
  457. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.ts +32 -32
  458. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.ts +19 -19
  459. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.ts +2 -2
  460. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.ts +17 -17
  461. package/src/models/operations/retrieveannotationqueueitemevaluationsannotator.ts +32 -32
  462. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.ts +28 -28
  463. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.ts +20 -20
  464. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.ts +28 -28
  465. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.ts +24 -24
  466. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.ts +28 -28
  467. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.ts +30 -30
  468. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.ts +14 -14
  469. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.ts +4 -4
  470. package/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
  471. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.ts +31 -31
  472. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.ts +32 -32
  473. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.ts +1 -1
  474. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.ts +1 -1
  475. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.ts +33 -33
  476. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.ts +1 -1
  477. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.ts +33 -33
  478. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.ts +1 -1
  479. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.ts +33 -33
  480. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.ts +1 -1
  481. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.ts +8 -8
  482. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.ts +10 -10
  483. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.ts +10 -10
  484. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.ts +10 -10
  485. package/src/models/operations/retrievedatapoint.ts +5 -5
  486. package/src/models/operations/retrievedataset.ts +1 -1
  487. package/src/models/operations/retrievedatasource.ts +1 -1
  488. package/src/models/operations/retrievetool.ts +6 -6
  489. package/src/models/operations/runagent.ts +1 -1
  490. package/src/models/operations/smartrouterlist.ts +0 -4
  491. package/src/models/operations/streamrunagent.ts +1 -1
  492. package/src/models/operations/twenty.ts +1 -1
  493. package/src/models/operations/updateagentschedule.ts +28 -11
  494. package/src/models/operations/updateannotationqueue.ts +1 -1
  495. package/src/models/operations/updatedatapoint.ts +5 -5
  496. package/src/models/operations/updatedataset.ts +1 -1
  497. package/src/models/operations/updatedatasource.ts +1 -1
  498. package/src/models/operations/updatetool.ts +7 -7
  499. package/src/sdk/apikeys.ts +6 -6
  500. package/src/sdk/feedback.ts +2 -2
  501. package/src/sdk/schedules.ts +1 -1
  502. package/models/components/apikey.d.ts +0 -201
  503. package/models/components/apikey.d.ts.map +0 -1
  504. package/models/components/apikey.js +0 -127
  505. package/models/components/apikey.js.map +0 -1
  506. package/models/components/budget.d.ts.map +0 -1
  507. package/models/components/budget.js.map +0 -1
  508. package/models/components/createapikeyresponse.d.ts +0 -22
  509. package/models/components/createapikeyresponse.d.ts.map +0 -1
  510. package/models/components/createapikeyresponse.js.map +0 -1
  511. package/models/components/deleteapikeyresponse.d.ts +0 -8
  512. package/models/components/deleteapikeyresponse.d.ts.map +0 -1
  513. package/models/components/deleteapikeyresponse.js.map +0 -1
  514. package/models/components/getapikeyresponse.d.ts +0 -14
  515. package/models/components/getapikeyresponse.d.ts.map +0 -1
  516. package/models/components/getapikeyresponse.js.map +0 -1
  517. package/models/components/legacytokenfamily.d.ts +0 -12
  518. package/models/components/legacytokenfamily.d.ts.map +0 -1
  519. package/models/components/legacytokenfamily.js.map +0 -1
  520. package/models/components/listapikeysresponse.d.ts +0 -28
  521. package/models/components/listapikeysresponse.d.ts.map +0 -1
  522. package/models/components/listapikeysresponse.js.map +0 -1
  523. package/models/components/smartroutermetrics.d.ts +0 -23
  524. package/models/components/smartroutermetrics.d.ts.map +0 -1
  525. package/models/components/smartroutermetrics.js.map +0 -1
  526. package/models/components/updateapikeyresponse.d.ts +0 -14
  527. package/models/components/updateapikeyresponse.d.ts.map +0 -1
  528. package/models/components/updateapikeyresponse.js.map +0 -1
  529. package/src/models/components/apikey.ts +0 -304
  530. package/src/models/components/createapikeyresponse.ts +0 -49
  531. package/src/models/components/deleteapikeyresponse.ts +0 -27
  532. package/src/models/components/getapikeyresponse.ts +0 -40
  533. package/src/models/components/legacytokenfamily.ts +0 -19
  534. package/src/models/components/listapikeysresponse.ts +0 -56
  535. package/src/models/components/smartroutermetrics.ts +0 -44
  536. 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-07T07:22:50.155Z").transform(v => new Date(v)),
597
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:50.155Z").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-07T07:22:50.154Z").transform(v => new Date(v)),
653
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:50.154Z").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-07T07:22:50.153Z").transform(v => new Date(v)),
710
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:50.153Z").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-07T07:22:50.153Z").transform(v => new Date(v)),
770
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:50.153Z").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-07T07:22:50.152Z").transform(v => new Date(v)),
836
+ finished_at: z.string().datetime({ offset: true }).default("2026-08-07T07:22:50.152Z").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-07T07:22:47.930Z").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-07T07:22:47.930Z").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-07T07:22:47.929Z").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-07T07:22:47.929Z").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-07T07:22:33.673Z").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-07T07:22:33.673Z").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("01KZDHMS62PY5Q9NVQ05XYEP37"),
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_01KZDHMS3WKY5D4QYG36WPG7VC"),
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("01KZDHMS3VMVGA8HME7SYQ153E"),
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_01KZDHMS3TN0Z375X3JQWQYGET"),
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_01KZDHMS3SFMQY50Q9MJ0YS928"),
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_01KZDHMS3RE4K20QZ2RYGG4MXR"),
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_01KZDHMS3P8B5EKYCET8RY9QBS"),
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("01KZDHMRWYW8KCP03XT6K9XGYG"),
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("01KZDHMRYDPV03FCXFJBP279QW"),
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("01KZDHMTT4NXMXDDDW62HGS9GM"),
1836
1836
  name: z.string().optional(),
1837
1837
  trace_id: z.string(),
1838
1838
  duration: z.number().optional(),
@@ -4,15 +4,13 @@ import { Result as SafeParseResult } from "../../types/fp.js";
4
4
  import * as components from "../components/index.js";
5
5
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
6
6
  /**
7
- * Change the schedule type. Changing type or expression resets the NATS schedule and bumps generation.
7
+ * Change the schedule type. Only cron is accepted. Changing type or expression resets the NATS schedule and bumps generation.
8
8
  */
9
9
  export declare const UpdateAgentScheduleType: {
10
10
  readonly Cron: "cron";
11
- readonly Once: "once";
12
- readonly Interval: "interval";
13
11
  };
14
12
  /**
15
- * Change the schedule type. Changing type or expression resets the NATS schedule and bumps generation.
13
+ * Change the schedule type. Only cron is accepted. Changing type or expression resets the NATS schedule and bumps generation.
16
14
  */
17
15
  export type UpdateAgentScheduleType = ClosedEnum<typeof UpdateAgentScheduleType>;
18
16
  export type UpdateAgentScheduleRequestBody = {
@@ -21,7 +19,11 @@ export type UpdateAgentScheduleRequestBody = {
21
19
  */
22
20
  agentTag?: string | undefined;
23
21
  /**
24
- * Update the schedule expression. Minimum firing cadence is 1 hour for cron and interval.
22
+ * Rename the schedule.
23
+ */
24
+ displayName?: string | undefined;
25
+ /**
26
+ * Update the schedule expression. Same 6-field cron shapes as create; minimum firing cadence is 1 hour.
25
27
  */
26
28
  expression?: string | undefined;
27
29
  /**
@@ -30,7 +32,7 @@ export type UpdateAgentScheduleRequestBody = {
30
32
  isActive?: boolean | undefined;
31
33
  payload?: components.PublicSchedulePayload | undefined;
32
34
  /**
33
- * Change the schedule type. Changing type or expression resets the NATS schedule and bumps generation.
35
+ * Change the schedule type. Only cron is accepted. Changing type or expression resets the NATS schedule and bumps generation.
34
36
  */
35
37
  type?: UpdateAgentScheduleType | undefined;
36
38
  };
@@ -46,7 +48,7 @@ export type UpdateAgentScheduleRequest = {
46
48
  requestBody: UpdateAgentScheduleRequestBody;
47
49
  };
48
50
  /**
49
- * Schedule type.
51
+ * Schedule type. Only cron can be created or updated; once and interval only appear on schedules stored before that restriction.
50
52
  */
51
53
  export declare const UpdateAgentScheduleSchedulesType: {
52
54
  readonly Cron: "cron";
@@ -54,7 +56,7 @@ export declare const UpdateAgentScheduleSchedulesType: {
54
56
  readonly Interval: "interval";
55
57
  };
56
58
  /**
57
- * Schedule type.
59
+ * Schedule type. Only cron can be created or updated; once and interval only appear on schedules stored before that restriction.
58
60
  */
59
61
  export type UpdateAgentScheduleSchedulesType = ClosedEnum<typeof UpdateAgentScheduleSchedulesType>;
60
62
  /**
@@ -76,7 +78,11 @@ export type UpdateAgentScheduleResponseBody = {
76
78
  */
77
79
  createdById: string;
78
80
  /**
79
- * Cron expression (6-field, seconds required), @every duration, @at RFC3339 timestamp, or a predefined descriptor like @hourly/@daily.
81
+ * Human-readable name of the schedule. Omitted for schedules created before display names were required.
82
+ */
83
+ displayName?: string | undefined;
84
+ /**
85
+ * 6-field cron expression. Schedules stored before the cron-only restriction may also return an @every duration or an @at RFC3339 timestamp.
80
86
  */
81
87
  expression: string;
82
88
  /**
@@ -84,7 +90,7 @@ export type UpdateAgentScheduleResponseBody = {
84
90
  */
85
91
  generation: number;
86
92
  /**
87
- * Whether the schedule is currently firing. once schedules flip to false automatically after firing.
93
+ * Whether the schedule is currently firing. Legacy once schedules flip to false automatically after firing.
88
94
  */
89
95
  isActive: boolean;
90
96
  /**
@@ -97,16 +103,21 @@ export type UpdateAgentScheduleResponseBody = {
97
103
  */
98
104
  triggerCount: number;
99
105
  /**
100
- * Schedule type.
106
+ * Schedule type. Only cron can be created or updated; once and interval only appear on schedules stored before that restriction.
101
107
  */
102
108
  type: UpdateAgentScheduleSchedulesType;
103
109
  updated: Date;
110
+ /**
111
+ * ID of the API key that last updated the schedule. Omitted until the schedule is updated.
112
+ */
113
+ updatedById?: string | undefined;
104
114
  };
105
115
  /** @internal */
106
116
  export declare const UpdateAgentScheduleType$outboundSchema: z.ZodNativeEnum<typeof UpdateAgentScheduleType>;
107
117
  /** @internal */
108
118
  export type UpdateAgentScheduleRequestBody$Outbound = {
109
119
  agent_tag?: string | undefined;
120
+ display_name?: string | undefined;
110
121
  expression?: string | undefined;
111
122
  is_active?: boolean | undefined;
112
123
  payload?: components.PublicSchedulePayload$Outbound | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"updateagentschedule.d.ts","sourceRoot":"","sources":["../../src/models/operations/updateagentschedule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"updateagentschedule.d.ts","sourceRoot":"","sources":["../../src/models/operations/updateagentschedule.ts"],"names":[],"mappings":"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"}
@@ -45,15 +45,13 @@ const primitives_js_1 = require("../../lib/primitives.js");
45
45
  const schemas_js_1 = require("../../lib/schemas.js");
46
46
  const components = __importStar(require("../components/index.js"));
47
47
  /**
48
- * Change the schedule type. Changing type or expression resets the NATS schedule and bumps generation.
48
+ * Change the schedule type. Only cron is accepted. Changing type or expression resets the NATS schedule and bumps generation.
49
49
  */
50
50
  exports.UpdateAgentScheduleType = {
51
51
  Cron: "cron",
52
- Once: "once",
53
- Interval: "interval",
54
52
  };
55
53
  /**
56
- * Schedule type.
54
+ * Schedule type. Only cron can be created or updated; once and interval only appear on schedules stored before that restriction.
57
55
  */
58
56
  exports.UpdateAgentScheduleSchedulesType = {
59
57
  Cron: "cron",
@@ -65,6 +63,7 @@ exports.UpdateAgentScheduleType$outboundSchema = z.nativeEnum(exports.UpdateAgen
65
63
  /** @internal */
66
64
  exports.UpdateAgentScheduleRequestBody$outboundSchema = z.object({
67
65
  agentTag: z.string().optional(),
66
+ displayName: z.string().optional(),
68
67
  expression: z.string().optional(),
69
68
  isActive: z.boolean().optional(),
70
69
  payload: components.PublicSchedulePayload$outboundSchema.optional(),
@@ -72,6 +71,7 @@ exports.UpdateAgentScheduleRequestBody$outboundSchema = z.object({
72
71
  }).transform((v) => {
73
72
  return (0, primitives_js_1.remap)(v, {
74
73
  agentTag: "agent_tag",
74
+ displayName: "display_name",
75
75
  isActive: "is_active",
76
76
  });
77
77
  });
@@ -102,6 +102,7 @@ exports.UpdateAgentScheduleResponseBody$inboundSchema = z.object({
102
102
  agent_tag: z.string().optional(),
103
103
  created: z.string().datetime({ offset: true }).transform(v => new Date(v)),
104
104
  created_by_id: z.string(),
105
+ display_name: z.string().optional(),
105
106
  expression: z.string(),
106
107
  generation: z.number().int(),
107
108
  is_active: z.boolean(),
@@ -110,15 +111,18 @@ exports.UpdateAgentScheduleResponseBody$inboundSchema = z.object({
110
111
  trigger_count: z.number().int(),
111
112
  type: exports.UpdateAgentScheduleSchedulesType$inboundSchema,
112
113
  updated: z.string().datetime({ offset: true }).transform(v => new Date(v)),
114
+ updated_by_id: z.string().optional(),
113
115
  }).transform((v) => {
114
116
  return (0, primitives_js_1.remap)(v, {
115
117
  "_id": "id",
116
118
  "agent_key": "agentKey",
117
119
  "agent_tag": "agentTag",
118
120
  "created_by_id": "createdById",
121
+ "display_name": "displayName",
119
122
  "is_active": "isActive",
120
123
  "last_triggered_at": "lastTriggeredAt",
121
124
  "trigger_count": "triggerCount",
125
+ "updated_by_id": "updatedById",
122
126
  });
123
127
  });
124
128
  function updateAgentScheduleResponseBodyFromJSON(jsonString) {
@@ -1 +1 @@
1
- {"version":3,"file":"updateagentschedule.js","sourceRoot":"","sources":["../../src/models/operations/updateagentschedule.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsJH,oFAQC;AA0BD,4EAMC;AAwCD,0FAQC;AA5OD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAGjD,mEAAqD;AAGrD;;GAEG;AACU,QAAA,uBAAuB,GAAG;IACrC,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;CACZ,CAAC;AAwCX;;GAEG;AACU,QAAA,gCAAgC,GAAG;IAC9C,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;CACZ,CAAC;AAsDX,gBAAgB;AACH,QAAA,sCAAsC,GAE/C,CAAC,CAAC,UAAU,CAAC,+BAAuB,CAAC,CAAC;AAW1C,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,OAAO,EAAE,UAAU,CAAC,oCAAoC,CAAC,QAAQ,EAAE;IACnE,IAAI,EAAE,8CAAsC,CAAC,QAAQ,EAAE;CACxD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,QAAQ,EAAE,WAAW;QACrB,QAAQ,EAAE,WAAW;KACtB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,oCAAoC,CAClD,8BAA8D;IAE9D,OAAO,IAAI,CAAC,SAAS,CACnB,qDAA6C,CAAC,KAAK,CACjD,8BAA8B,CAC/B,CACF,CAAC;AACJ,CAAC;AASD,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,WAAW,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,qDAA6C,CAAC;CACzE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,QAAQ,EAAE,WAAW;QACrB,UAAU,EAAE,aAAa;QACzB,WAAW,EAAE,aAAa;KAC3B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,gCAAgC,CAC9C,0BAAsD;IAEtD,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAyC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAC5E,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,8CAA8C,GAEvD,CAAC,CAAC,UAAU,CAAC,wCAAgC,CAAC,CAAC;AAEnD,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;IACf,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;IAC1E,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC5B,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE;IACtB,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CACrE,IAAI,IAAI,CAAC,CAAC,CAAC,CACZ,CAAC,QAAQ,EAAE;IACZ,OAAO,EAAE,UAAU,CAAC,mCAAmC;IACvD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,IAAI,EAAE,sDAA8C;IACpD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;CAC3E,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,KAAK,EAAE,IAAI;QACX,WAAW,EAAE,UAAU;QACvB,WAAW,EAAE,UAAU;QACvB,eAAe,EAAE,aAAa;QAC9B,WAAW,EAAE,UAAU;QACvB,mBAAmB,EAAE,iBAAiB;QACtC,eAAe,EAAE,cAAc;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,uCAAuC,CACrD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,qDAA6C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,6DAA6D,CAC9D,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"updateagentschedule.js","sourceRoot":"","sources":["../../src/models/operations/updateagentschedule.ts"],"names":[],"mappings":"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"}
@@ -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-07T07:22:33.673Z").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-07T07:22:47.967Z").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-07T07:22:47.967Z").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-07T07:22:47.966Z").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-07T07:22:47.966Z").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-07T07:22:33.673Z").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-07T07:22:33.673Z").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("01KZDHMS65DSMNP1KAWJ88K7K6"),
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("01KZDHMS3ES4525NJAM4FVFBQE"),
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_01KZDHMS37TKETGQ79CSPDWRKN"),
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("01KZDHMS36M65Q4ZAA0PVCZWKK"),
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_01KZDHMS35MS11N10MXKCTKRWJ"),
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_01KZDHMS34QJ2F0QHY2V805GC5"),
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_01KZDHMS2WC3HSZ62SQ31ES524"),
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_01KZDHMS2VT3V3HQXXWDPS5VMQ"),
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.57",
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",