@orq-ai/node 4.10.0-rc.2 → 4.10.0-rc.21

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 (502) hide show
  1. package/README.md +16 -20
  2. package/funcs/identitiesCreate.d.ts +3 -3
  3. package/funcs/identitiesCreate.d.ts.map +1 -1
  4. package/funcs/identitiesCreate.js +5 -7
  5. package/funcs/identitiesCreate.js.map +1 -1
  6. package/funcs/identitiesDelete.d.ts +3 -3
  7. package/funcs/identitiesDelete.d.ts.map +1 -1
  8. package/funcs/identitiesDelete.js +3 -7
  9. package/funcs/identitiesDelete.js.map +1 -1
  10. package/funcs/identitiesList.d.ts +2 -1
  11. package/funcs/identitiesList.d.ts.map +1 -1
  12. package/funcs/identitiesList.js +3 -2
  13. package/funcs/identitiesList.js.map +1 -1
  14. package/funcs/identitiesRetrieve.d.ts +2 -2
  15. package/funcs/identitiesRetrieve.d.ts.map +1 -1
  16. package/funcs/identitiesRetrieve.js +2 -5
  17. package/funcs/identitiesRetrieve.js.map +1 -1
  18. package/funcs/identitiesUpdate.d.ts +2 -2
  19. package/funcs/identitiesUpdate.d.ts.map +1 -1
  20. package/funcs/identitiesUpdate.js +5 -6
  21. package/funcs/identitiesUpdate.js.map +1 -1
  22. package/funcs/{contactsCreate.d.ts → modelsList.d.ts} +4 -4
  23. package/funcs/modelsList.d.ts.map +1 -0
  24. package/funcs/{remoteconfigsRetrieve.js → modelsList.js} +13 -23
  25. package/funcs/modelsList.js.map +1 -0
  26. package/funcs/projectsCreate.d.ts +1 -1
  27. package/funcs/projectsCreate.js +1 -1
  28. package/funcs/projectsDelete.d.ts +3 -0
  29. package/funcs/projectsDelete.d.ts.map +1 -1
  30. package/funcs/projectsDelete.js +3 -0
  31. package/funcs/projectsDelete.js.map +1 -1
  32. package/funcs/projectsList.d.ts +1 -1
  33. package/funcs/projectsList.js +1 -1
  34. package/funcs/reportingQuery.d.ts +17 -0
  35. package/funcs/reportingQuery.d.ts.map +1 -0
  36. package/funcs/{contactsCreate.js → reportingQuery.js} +10 -10
  37. package/funcs/reportingQuery.js.map +1 -0
  38. package/funcs/skillsCreate.d.ts +1 -1
  39. package/funcs/skillsCreate.js +1 -1
  40. package/funcs/skillsDelete.d.ts +3 -0
  41. package/funcs/skillsDelete.d.ts.map +1 -1
  42. package/funcs/skillsDelete.js +3 -0
  43. package/funcs/skillsDelete.js.map +1 -1
  44. package/funcs/skillsGet.d.ts +1 -1
  45. package/funcs/skillsGet.js +1 -1
  46. package/funcs/skillsList.d.ts +1 -1
  47. package/funcs/skillsList.js +1 -1
  48. package/funcs/skillsUpdate.d.ts +1 -1
  49. package/funcs/skillsUpdate.js +1 -1
  50. package/jsr.json +1 -1
  51. package/langchain/async-handler.d.mts.map +1 -1
  52. package/langchain/async-handler.mjs +8 -11
  53. package/langchain/async-handler.mjs.map +1 -1
  54. package/langchain/events.d.mts.map +1 -1
  55. package/langchain/events.mjs +12 -0
  56. package/langchain/events.mjs.map +1 -1
  57. package/langchain/handler.d.mts.map +1 -1
  58. package/langchain/handler.mjs +8 -11
  59. package/langchain/handler.mjs.map +1 -1
  60. package/langchain/span-builder.mjs +3 -3
  61. package/langchain/span-builder.mjs.map +1 -1
  62. package/langchain/utils.d.mts.map +1 -1
  63. package/langchain/utils.mjs +115 -0
  64. package/langchain/utils.mjs.map +1 -1
  65. package/lib/config.d.ts +3 -3
  66. package/lib/config.js +3 -3
  67. package/lib/config.js.map +1 -1
  68. package/models/components/createidentityrequest.d.ts +28 -0
  69. package/models/components/createidentityrequest.d.ts.map +1 -0
  70. package/models/{operations/createidentity.js → components/createidentityrequest.js} +18 -38
  71. package/models/components/createidentityrequest.js.map +1 -0
  72. package/models/components/createidentityresponse.d.ts +11 -0
  73. package/models/components/createidentityresponse.d.ts.map +1 -0
  74. package/models/components/createidentityresponse.js +51 -0
  75. package/models/components/createidentityresponse.js.map +1 -0
  76. package/models/components/createprojectrequest.d.ts +6 -0
  77. package/models/components/createprojectrequest.d.ts.map +1 -1
  78. package/models/components/createprojectrequest.js.map +1 -1
  79. package/models/components/createprojectresponse.d.ts +3 -0
  80. package/models/components/createprojectresponse.d.ts.map +1 -1
  81. package/models/components/createprojectresponse.js.map +1 -1
  82. package/models/components/createskillrequest.d.ts +18 -0
  83. package/models/components/createskillrequest.d.ts.map +1 -1
  84. package/models/components/createskillrequest.js.map +1 -1
  85. package/models/components/createskillresponse.d.ts +3 -0
  86. package/models/components/createskillresponse.d.ts.map +1 -1
  87. package/models/components/createskillresponse.js.map +1 -1
  88. package/models/components/datapoint.d.ts +40 -0
  89. package/models/components/datapoint.d.ts.map +1 -0
  90. package/models/components/datapoint.js +53 -0
  91. package/models/components/datapoint.js.map +1 -0
  92. package/models/components/deleteidentityresponse.d.ts +8 -0
  93. package/models/components/deleteidentityresponse.d.ts.map +1 -0
  94. package/models/components/deleteidentityresponse.js +48 -0
  95. package/models/components/deleteidentityresponse.js.map +1 -0
  96. package/models/components/file.d.ts +0 -1
  97. package/models/components/file.d.ts.map +1 -1
  98. package/models/components/file.js +0 -2
  99. package/models/components/file.js.map +1 -1
  100. package/models/components/filter.d.ts +99 -0
  101. package/models/components/filter.d.ts.map +1 -0
  102. package/models/components/filter.js +120 -0
  103. package/models/components/filter.js.map +1 -0
  104. package/models/components/getprojectresponse.d.ts +3 -0
  105. package/models/components/getprojectresponse.d.ts.map +1 -1
  106. package/models/components/getprojectresponse.js.map +1 -1
  107. package/models/components/getskillresponse.d.ts +3 -0
  108. package/models/components/getskillresponse.d.ts.map +1 -1
  109. package/models/components/getskillresponse.js.map +1 -1
  110. package/models/components/identity.d.ts +25 -0
  111. package/models/components/identity.d.ts.map +1 -0
  112. package/models/{operations/createcontact.js → components/identity.js} +22 -32
  113. package/models/components/identity.js.map +1 -0
  114. package/models/components/identitymetrics.d.ts +13 -0
  115. package/models/components/identitymetrics.d.ts.map +1 -0
  116. package/models/{errors/updateidentity.js → components/identitymetrics.js} +19 -26
  117. package/models/components/identitymetrics.js.map +1 -0
  118. package/models/components/index.d.ts +16 -0
  119. package/models/components/index.d.ts.map +1 -1
  120. package/models/components/index.js +16 -0
  121. package/models/components/index.js.map +1 -1
  122. package/models/components/invokedeploymentrequest.d.ts +6 -6
  123. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  124. package/models/components/invokedeploymentrequest.js +7 -6
  125. package/models/components/invokedeploymentrequest.js.map +1 -1
  126. package/models/components/listidentitiesresponse.d.ts +13 -0
  127. package/models/components/listidentitiesresponse.d.ts.map +1 -0
  128. package/models/components/listidentitiesresponse.js +58 -0
  129. package/models/components/listidentitiesresponse.js.map +1 -0
  130. package/models/components/listprojectsresponse.d.ts +12 -0
  131. package/models/components/listprojectsresponse.d.ts.map +1 -1
  132. package/models/components/listprojectsresponse.js.map +1 -1
  133. package/models/components/listskillsresponse.d.ts +12 -0
  134. package/models/components/listskillsresponse.d.ts.map +1 -1
  135. package/models/components/listskillsresponse.js.map +1 -1
  136. package/models/components/modelref.d.ts +2 -0
  137. package/models/components/modelref.d.ts.map +1 -1
  138. package/models/components/modelref.js +4 -0
  139. package/models/components/modelref.js.map +1 -1
  140. package/models/components/project.d.ts +42 -1
  141. package/models/components/project.d.ts.map +1 -1
  142. package/models/components/project.js +0 -2
  143. package/models/components/project.js.map +1 -1
  144. package/models/components/publicmodelentry.d.ts +38 -0
  145. package/models/components/publicmodelentry.d.ts.map +1 -0
  146. package/models/{errors/deleteidentity.js → components/publicmodelentry.js} +23 -27
  147. package/models/components/publicmodelentry.js.map +1 -0
  148. package/models/components/queryreportrequest.d.ts +156 -0
  149. package/models/components/queryreportrequest.d.ts.map +1 -0
  150. package/models/components/queryreportrequest.js +166 -0
  151. package/models/components/queryreportrequest.js.map +1 -0
  152. package/models/components/queryreportresponse.d.ts +59 -0
  153. package/models/components/queryreportresponse.d.ts.map +1 -0
  154. package/models/components/queryreportresponse.js +72 -0
  155. package/models/components/queryreportresponse.js.map +1 -0
  156. package/models/components/reasoningpart.js +1 -1
  157. package/models/components/responsemeta.d.ts +63 -0
  158. package/models/components/responsemeta.d.ts.map +1 -0
  159. package/models/components/responsemeta.js +79 -0
  160. package/models/components/responsemeta.js.map +1 -0
  161. package/models/components/retrieveidentityresponse.d.ts +11 -0
  162. package/models/components/retrieveidentityresponse.d.ts.map +1 -0
  163. package/models/components/retrieveidentityresponse.js +51 -0
  164. package/models/components/retrieveidentityresponse.js.map +1 -0
  165. package/models/components/skill.d.ts +37 -1
  166. package/models/components/skill.d.ts.map +1 -1
  167. package/models/components/skill.js +0 -2
  168. package/models/components/skill.js.map +1 -1
  169. package/models/components/totals.d.ts +18 -0
  170. package/models/components/totals.d.ts.map +1 -0
  171. package/models/components/totals.js +51 -0
  172. package/models/components/totals.js.map +1 -0
  173. package/models/components/updateidentityrequest.d.ts +28 -0
  174. package/models/components/updateidentityrequest.d.ts.map +1 -0
  175. package/models/components/updateidentityrequest.js +67 -0
  176. package/models/components/updateidentityrequest.js.map +1 -0
  177. package/models/components/updateidentityresponse.d.ts +11 -0
  178. package/models/components/updateidentityresponse.d.ts.map +1 -0
  179. package/models/components/updateidentityresponse.js +51 -0
  180. package/models/components/updateidentityresponse.js.map +1 -0
  181. package/models/components/updateprojectrequest.d.ts +12 -0
  182. package/models/components/updateprojectrequest.d.ts.map +1 -1
  183. package/models/components/updateprojectrequest.js.map +1 -1
  184. package/models/components/updateprojectresponse.d.ts +3 -0
  185. package/models/components/updateprojectresponse.d.ts.map +1 -1
  186. package/models/components/updateprojectresponse.js.map +1 -1
  187. package/models/components/updateskillrequest.d.ts +21 -0
  188. package/models/components/updateskillrequest.d.ts.map +1 -1
  189. package/models/components/updateskillrequest.js.map +1 -1
  190. package/models/components/updateskillresponse.d.ts +3 -0
  191. package/models/components/updateskillresponse.d.ts.map +1 -1
  192. package/models/components/updateskillresponse.js.map +1 -1
  193. package/models/errors/index.d.ts +0 -3
  194. package/models/errors/index.d.ts.map +1 -1
  195. package/models/errors/index.js +0 -3
  196. package/models/errors/index.js.map +1 -1
  197. package/models/operations/createagentrequest.d.ts +3 -3
  198. package/models/operations/createannotation.d.ts +4 -4
  199. package/models/operations/createannotation.d.ts.map +1 -1
  200. package/models/operations/createannotation.js +5 -5
  201. package/models/operations/createannotation.js.map +1 -1
  202. package/models/operations/createdataset.d.ts +3 -3
  203. package/models/operations/createdataset.js +1 -1
  204. package/models/operations/createdatasetitem.js +4 -4
  205. package/models/operations/createdatasource.js +1 -1
  206. package/models/operations/createeval.d.ts +21 -15
  207. package/models/operations/createeval.d.ts.map +1 -1
  208. package/models/operations/createeval.js +24 -16
  209. package/models/operations/createeval.js.map +1 -1
  210. package/models/operations/createknowledge.d.ts +9 -9
  211. package/models/operations/creatememorystore.d.ts +3 -3
  212. package/models/operations/createprompt.d.ts +3 -3
  213. package/models/operations/createrouterresponse.d.ts +6 -11
  214. package/models/operations/createrouterresponse.d.ts.map +1 -1
  215. package/models/operations/createrouterresponse.js +2 -8
  216. package/models/operations/createrouterresponse.js.map +1 -1
  217. package/models/operations/createtool.d.ts +30 -30
  218. package/models/operations/createtool.js +6 -6
  219. package/models/operations/deleteidentity.d.ts +0 -3
  220. package/models/operations/deleteidentity.d.ts.map +1 -1
  221. package/models/operations/deleteidentity.js.map +1 -1
  222. package/models/operations/getalltools.d.ts +15 -15
  223. package/models/operations/getalltools.js +6 -6
  224. package/models/operations/getevals.d.ts +2 -0
  225. package/models/operations/getevals.d.ts.map +1 -1
  226. package/models/operations/getevals.js +20 -16
  227. package/models/operations/getevals.js.map +1 -1
  228. package/models/operations/getoneknowledge.d.ts +6 -6
  229. package/models/operations/getv2humanevalsets.js +2 -2
  230. package/models/operations/getv2humanevalsetsid.js +2 -2
  231. package/models/operations/index.d.ts +1 -3
  232. package/models/operations/index.d.ts.map +1 -1
  233. package/models/operations/index.js +1 -3
  234. package/models/operations/index.js.map +1 -1
  235. package/models/operations/invokeeval.d.ts +28 -28
  236. package/models/operations/invokeeval.d.ts.map +1 -1
  237. package/models/operations/invokeeval.js +40 -40
  238. package/models/operations/invokeeval.js.map +1 -1
  239. package/models/operations/listagents.d.ts +3 -3
  240. package/models/operations/listdatasetdatapoints.js +4 -4
  241. package/models/operations/listdatasets.js +1 -1
  242. package/models/operations/listdatasources.js +1 -1
  243. package/models/operations/listidentities.d.ts +5 -121
  244. package/models/operations/listidentities.d.ts.map +1 -1
  245. package/models/operations/listidentities.js +5 -76
  246. package/models/operations/listidentities.js.map +1 -1
  247. package/models/operations/listknowledgebases.d.ts +6 -6
  248. package/models/operations/listmodels.d.ts +34 -0
  249. package/models/operations/listmodels.d.ts.map +1 -0
  250. package/models/operations/{remoteconfigsgetconfig.js → listmodels.js} +12 -27
  251. package/models/operations/listmodels.js.map +1 -0
  252. package/models/operations/patchv2humanevalsetsid.js +2 -2
  253. package/models/operations/postv2agentsa2a.d.ts +4 -4
  254. package/models/operations/postv2agentsa2a.d.ts.map +1 -1
  255. package/models/operations/postv2agentsa2a.js +6 -6
  256. package/models/operations/postv2agentsa2a.js.map +1 -1
  257. package/models/operations/postv2feedback.d.ts +15 -15
  258. package/models/operations/postv2feedback.d.ts.map +1 -1
  259. package/models/operations/postv2feedback.js +15 -16
  260. package/models/operations/postv2feedback.js.map +1 -1
  261. package/models/operations/postv2feedbackevaluation.js +3 -3
  262. package/models/operations/postv2feedbackremove.d.ts +8 -8
  263. package/models/operations/postv2feedbackremove.d.ts.map +1 -1
  264. package/models/operations/postv2feedbackremove.js +8 -7
  265. package/models/operations/postv2feedbackremove.js.map +1 -1
  266. package/models/operations/postv2humanevalsets.js +2 -2
  267. package/models/operations/projectdelete.d.ts +3 -0
  268. package/models/operations/projectdelete.d.ts.map +1 -1
  269. package/models/operations/projectdelete.js.map +1 -1
  270. package/models/operations/projectget.d.ts +3 -0
  271. package/models/operations/projectget.d.ts.map +1 -1
  272. package/models/operations/projectget.js.map +1 -1
  273. package/models/operations/projectlist.d.ts +15 -0
  274. package/models/operations/projectlist.d.ts.map +1 -1
  275. package/models/operations/projectlist.js.map +1 -1
  276. package/models/operations/projectupdate.d.ts +3 -0
  277. package/models/operations/projectupdate.d.ts.map +1 -1
  278. package/models/operations/projectupdate.js.map +1 -1
  279. package/models/operations/retrieveagentrequest.d.ts +3 -3
  280. package/models/operations/retrievedatapoint.js +4 -4
  281. package/models/operations/retrievedataset.js +1 -1
  282. package/models/operations/retrievedatasource.js +1 -1
  283. package/models/operations/retrieveidentity.d.ts +2 -78
  284. package/models/operations/retrieveidentity.d.ts.map +1 -1
  285. package/models/operations/retrieveidentity.js +2 -46
  286. package/models/operations/retrieveidentity.js.map +1 -1
  287. package/models/operations/retrievetool.d.ts +15 -15
  288. package/models/operations/retrievetool.js +6 -6
  289. package/models/operations/runagent.d.ts +3 -3
  290. package/models/operations/runagent.js +1 -1
  291. package/models/operations/skilldelete.d.ts +3 -0
  292. package/models/operations/skilldelete.d.ts.map +1 -1
  293. package/models/operations/skilldelete.js.map +1 -1
  294. package/models/operations/skilllist.d.ts +12 -0
  295. package/models/operations/skilllist.d.ts.map +1 -1
  296. package/models/operations/skilllist.js.map +1 -1
  297. package/models/operations/skillupdate.d.ts +3 -0
  298. package/models/operations/skillupdate.d.ts.map +1 -1
  299. package/models/operations/skillupdate.js.map +1 -1
  300. package/models/operations/streamrunagent.d.ts +3 -3
  301. package/models/operations/streamrunagent.js +1 -1
  302. package/models/operations/updateagent.d.ts +6 -6
  303. package/models/operations/updatedatapoint.js +4 -4
  304. package/models/operations/updatedataset.d.ts +3 -3
  305. package/models/operations/updatedataset.js +1 -1
  306. package/models/operations/updatedatasource.js +1 -1
  307. package/models/operations/updateeval.d.ts +6 -4
  308. package/models/operations/updateeval.d.ts.map +1 -1
  309. package/models/operations/updateeval.js +22 -19
  310. package/models/operations/updateeval.js.map +1 -1
  311. package/models/operations/updateidentity.d.ts +3 -96
  312. package/models/operations/updateidentity.d.ts.map +1 -1
  313. package/models/operations/updateidentity.js +4 -46
  314. package/models/operations/updateidentity.js.map +1 -1
  315. package/models/operations/updateknowledge.d.ts +12 -12
  316. package/models/operations/updateprompt.d.ts +3 -3
  317. package/models/operations/updatetool.d.ts +30 -30
  318. package/models/operations/updatetool.js +7 -7
  319. package/package.json +3 -3
  320. package/sdk/feedback.d.ts +1 -1
  321. package/sdk/feedback.d.ts.map +1 -1
  322. package/sdk/feedback.js +3 -3
  323. package/sdk/feedback.js.map +1 -1
  324. package/sdk/identities.d.ts +11 -10
  325. package/sdk/identities.d.ts.map +1 -1
  326. package/sdk/identities.js +9 -9
  327. package/sdk/identities.js.map +1 -1
  328. package/sdk/models.d.ts +12 -0
  329. package/sdk/models.d.ts.map +1 -0
  330. package/sdk/models.js +22 -0
  331. package/sdk/models.js.map +1 -0
  332. package/sdk/projects.d.ts +5 -2
  333. package/sdk/projects.d.ts.map +1 -1
  334. package/sdk/projects.js +5 -2
  335. package/sdk/projects.js.map +1 -1
  336. package/sdk/reporting.d.ts +12 -0
  337. package/sdk/reporting.d.ts.map +1 -0
  338. package/sdk/reporting.js +22 -0
  339. package/sdk/reporting.js.map +1 -0
  340. package/sdk/sdk.d.ts +10 -10
  341. package/sdk/sdk.d.ts.map +1 -1
  342. package/sdk/sdk.js +14 -14
  343. package/sdk/sdk.js.map +1 -1
  344. package/sdk/skills.d.ts +7 -4
  345. package/sdk/skills.d.ts.map +1 -1
  346. package/sdk/skills.js +7 -4
  347. package/sdk/skills.js.map +1 -1
  348. package/src/funcs/identitiesCreate.ts +10 -15
  349. package/src/funcs/identitiesDelete.ts +7 -16
  350. package/src/funcs/identitiesList.ts +6 -5
  351. package/src/funcs/identitiesRetrieve.ts +6 -18
  352. package/src/funcs/identitiesUpdate.ts +9 -15
  353. package/src/funcs/{remoteconfigsRetrieve.ts → modelsList.ts} +14 -33
  354. package/src/funcs/projectsCreate.ts +1 -1
  355. package/src/funcs/projectsDelete.ts +3 -0
  356. package/src/funcs/projectsList.ts +1 -1
  357. package/src/funcs/{contactsCreate.ts → reportingQuery.ts} +13 -13
  358. package/src/funcs/skillsCreate.ts +1 -1
  359. package/src/funcs/skillsDelete.ts +3 -0
  360. package/src/funcs/skillsGet.ts +1 -1
  361. package/src/funcs/skillsList.ts +1 -1
  362. package/src/funcs/skillsUpdate.ts +1 -1
  363. package/src/lib/config.ts +3 -3
  364. package/src/models/components/createidentityrequest.ts +76 -0
  365. package/src/models/components/createidentityresponse.ts +32 -0
  366. package/src/models/components/createprojectrequest.ts +6 -0
  367. package/src/models/components/createprojectresponse.ts +3 -0
  368. package/src/models/components/createskillrequest.ts +18 -0
  369. package/src/models/components/createskillresponse.ts +3 -0
  370. package/src/models/components/datapoint.ts +60 -0
  371. package/src/models/components/deleteidentityresponse.ts +27 -0
  372. package/src/models/components/file.ts +0 -3
  373. package/src/models/components/filter.ts +137 -0
  374. package/src/models/components/getprojectresponse.ts +3 -0
  375. package/src/models/components/getskillresponse.ts +3 -0
  376. package/src/models/components/identity.ts +83 -0
  377. package/src/models/components/identitymetrics.ts +45 -0
  378. package/src/models/components/index.ts +16 -0
  379. package/src/models/components/invokedeploymentrequest.ts +17 -10
  380. package/src/models/components/listidentitiesresponse.ts +41 -0
  381. package/src/models/components/listprojectsresponse.ts +12 -0
  382. package/src/models/components/listskillsresponse.ts +12 -0
  383. package/src/models/components/modelref.ts +6 -0
  384. package/src/models/components/project.ts +42 -3
  385. package/src/models/components/publicmodelentry.ts +70 -0
  386. package/src/models/components/queryreportrequest.ts +237 -0
  387. package/src/models/components/queryreportresponse.ts +99 -0
  388. package/src/models/components/reasoningpart.ts +1 -1
  389. package/src/models/components/responsemeta.ts +103 -0
  390. package/src/models/components/retrieveidentityresponse.ts +32 -0
  391. package/src/models/components/skill.ts +37 -3
  392. package/src/models/components/totals.ts +34 -0
  393. package/src/models/components/updateidentityrequest.ts +75 -0
  394. package/src/models/components/updateidentityresponse.ts +32 -0
  395. package/src/models/components/updateprojectrequest.ts +12 -0
  396. package/src/models/components/updateprojectresponse.ts +3 -0
  397. package/src/models/components/updateskillrequest.ts +21 -0
  398. package/src/models/components/updateskillresponse.ts +3 -0
  399. package/src/models/errors/index.ts +0 -3
  400. package/src/models/operations/createagentrequest.ts +3 -3
  401. package/src/models/operations/createannotation.ts +7 -11
  402. package/src/models/operations/createdataset.ts +4 -4
  403. package/src/models/operations/createdatasetitem.ts +4 -4
  404. package/src/models/operations/createdatasource.ts +1 -1
  405. package/src/models/operations/createeval.ts +45 -31
  406. package/src/models/operations/createknowledge.ts +9 -9
  407. package/src/models/operations/creatememorystore.ts +3 -3
  408. package/src/models/operations/createprompt.ts +3 -3
  409. package/src/models/operations/createrouterresponse.ts +3 -24
  410. package/src/models/operations/createtool.ts +36 -36
  411. package/src/models/operations/deleteidentity.ts +0 -3
  412. package/src/models/operations/getalltools.ts +21 -21
  413. package/src/models/operations/getevals.ts +22 -16
  414. package/src/models/operations/getoneknowledge.ts +6 -6
  415. package/src/models/operations/getv2humanevalsets.ts +2 -2
  416. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  417. package/src/models/operations/index.ts +1 -3
  418. package/src/models/operations/invokeeval.ts +83 -80
  419. package/src/models/operations/listagents.ts +3 -3
  420. package/src/models/operations/listdatasetdatapoints.ts +4 -4
  421. package/src/models/operations/listdatasets.ts +1 -1
  422. package/src/models/operations/listdatasources.ts +1 -1
  423. package/src/models/operations/listidentities.ts +9 -230
  424. package/src/models/operations/listknowledgebases.ts +6 -6
  425. package/src/models/operations/listmodels.ts +60 -0
  426. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  427. package/src/models/operations/postv2agentsa2a.ts +14 -17
  428. package/src/models/operations/postv2feedback.ts +34 -27
  429. package/src/models/operations/postv2feedbackevaluation.ts +3 -3
  430. package/src/models/operations/postv2feedbackremove.ts +14 -17
  431. package/src/models/operations/postv2humanevalsets.ts +2 -2
  432. package/src/models/operations/projectdelete.ts +3 -0
  433. package/src/models/operations/projectget.ts +3 -0
  434. package/src/models/operations/projectlist.ts +15 -0
  435. package/src/models/operations/projectupdate.ts +3 -0
  436. package/src/models/operations/retrieveagentrequest.ts +3 -3
  437. package/src/models/operations/retrievedatapoint.ts +4 -4
  438. package/src/models/operations/retrievedataset.ts +1 -1
  439. package/src/models/operations/retrievedatasource.ts +1 -1
  440. package/src/models/operations/retrieveidentity.ts +3 -138
  441. package/src/models/operations/retrievetool.ts +21 -21
  442. package/src/models/operations/runagent.ts +4 -4
  443. package/src/models/operations/skilldelete.ts +3 -0
  444. package/src/models/operations/skilllist.ts +12 -0
  445. package/src/models/operations/skillupdate.ts +3 -0
  446. package/src/models/operations/streamrunagent.ts +4 -4
  447. package/src/models/operations/updateagent.ts +6 -6
  448. package/src/models/operations/updatedatapoint.ts +4 -4
  449. package/src/models/operations/updatedataset.ts +4 -4
  450. package/src/models/operations/updatedatasource.ts +1 -1
  451. package/src/models/operations/updateeval.ts +30 -23
  452. package/src/models/operations/updateidentity.ts +5 -154
  453. package/src/models/operations/updateknowledge.ts +12 -12
  454. package/src/models/operations/updateprompt.ts +3 -3
  455. package/src/models/operations/updatetool.ts +37 -37
  456. package/src/sdk/feedback.ts +8 -8
  457. package/src/sdk/identities.ts +18 -17
  458. package/src/sdk/models.ts +25 -0
  459. package/src/sdk/projects.ts +5 -2
  460. package/src/sdk/reporting.ts +27 -0
  461. package/src/sdk/sdk.ts +22 -22
  462. package/src/sdk/skills.ts +7 -4
  463. package/funcs/contactsCreate.d.ts.map +0 -1
  464. package/funcs/contactsCreate.js.map +0 -1
  465. package/funcs/remoteconfigsRetrieve.d.ts +0 -14
  466. package/funcs/remoteconfigsRetrieve.d.ts.map +0 -1
  467. package/funcs/remoteconfigsRetrieve.js.map +0 -1
  468. package/models/errors/deleteidentity.d.ts +0 -30
  469. package/models/errors/deleteidentity.d.ts.map +0 -1
  470. package/models/errors/deleteidentity.js.map +0 -1
  471. package/models/errors/retrieveidentity.d.ts +0 -57
  472. package/models/errors/retrieveidentity.d.ts.map +0 -1
  473. package/models/errors/retrieveidentity.js +0 -100
  474. package/models/errors/retrieveidentity.js.map +0 -1
  475. package/models/errors/updateidentity.d.ts +0 -26
  476. package/models/errors/updateidentity.d.ts.map +0 -1
  477. package/models/errors/updateidentity.js.map +0 -1
  478. package/models/operations/createcontact.d.ts +0 -95
  479. package/models/operations/createcontact.d.ts.map +0 -1
  480. package/models/operations/createcontact.js.map +0 -1
  481. package/models/operations/createidentity.d.ts +0 -99
  482. package/models/operations/createidentity.d.ts.map +0 -1
  483. package/models/operations/createidentity.js.map +0 -1
  484. package/models/operations/remoteconfigsgetconfig.d.ts +0 -67
  485. package/models/operations/remoteconfigsgetconfig.d.ts.map +0 -1
  486. package/models/operations/remoteconfigsgetconfig.js.map +0 -1
  487. package/sdk/contacts.d.ts +0 -12
  488. package/sdk/contacts.d.ts.map +0 -1
  489. package/sdk/contacts.js +0 -22
  490. package/sdk/contacts.js.map +0 -1
  491. package/sdk/remoteconfigs.d.ts +0 -9
  492. package/sdk/remoteconfigs.d.ts.map +0 -1
  493. package/sdk/remoteconfigs.js +0 -19
  494. package/sdk/remoteconfigs.js.map +0 -1
  495. package/src/models/errors/deleteidentity.ts +0 -62
  496. package/src/models/errors/retrieveidentity.ts +0 -118
  497. package/src/models/errors/updateidentity.ts +0 -54
  498. package/src/models/operations/createcontact.ts +0 -156
  499. package/src/models/operations/createidentity.ts +0 -162
  500. package/src/models/operations/remoteconfigsgetconfig.ts +0 -108
  501. package/src/sdk/contacts.ts +0 -27
  502. package/src/sdk/remoteconfigs.ts +0 -24
@@ -74,13 +74,13 @@ export type Python = {
74
74
  code: string;
75
75
  type: CreateEvalRequestBodyType;
76
76
  /**
77
- * Entity storage path in the format: `project/folder/subfolder/...`
77
+ * Entity storage path.
78
78
  *
79
79
  * @remarks
80
80
  *
81
- * The first element identifies the project, followed by nested folders (auto-created as needed).
81
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
82
82
  *
83
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
83
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
84
84
  */
85
85
  path: string;
86
86
  description?: string | undefined;
@@ -170,13 +170,13 @@ export type RequestBodyHTTP = {
170
170
  headers: { [k: string]: string };
171
171
  payload: { [k: string]: any };
172
172
  /**
173
- * Entity storage path in the format: `project/folder/subfolder/...`
173
+ * Entity storage path.
174
174
  *
175
175
  * @remarks
176
176
  *
177
- * The first element identifies the project, followed by nested folders (auto-created as needed).
177
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
178
178
  *
179
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
179
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
180
180
  */
181
181
  path: string;
182
182
  description?: string | undefined;
@@ -245,13 +245,13 @@ export type Json = {
245
245
  type: CreateEvalRequestBodyEvalsType;
246
246
  schema: string;
247
247
  /**
248
- * Entity storage path in the format: `project/folder/subfolder/...`
248
+ * Entity storage path.
249
249
  *
250
250
  * @remarks
251
251
  *
252
- * The first element identifies the project, followed by nested folders (auto-created as needed).
252
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
253
253
  *
254
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
254
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
255
255
  */
256
256
  path: string;
257
257
  description?: string | undefined;
@@ -378,14 +378,15 @@ export type Llm2 = {
378
378
  prompt: string;
379
379
  categories?: Array<string> | undefined;
380
380
  categoricalLabels?: Array<LLMCategoricalLabels> | undefined;
381
+ datasetId?: string | undefined;
381
382
  /**
382
- * Entity storage path in the format: `project/folder/subfolder/...`
383
+ * Entity storage path.
383
384
  *
384
385
  * @remarks
385
386
  *
386
- * The first element identifies the project, followed by nested folders (auto-created as needed).
387
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
387
388
  *
388
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
389
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
389
390
  */
390
391
  path: string;
391
392
  description?: string | undefined;
@@ -475,14 +476,15 @@ export type Llm1 = {
475
476
  prompt: string;
476
477
  categories?: Array<string> | undefined;
477
478
  categoricalLabels?: Array<CreateEvalLLMCategoricalLabels> | undefined;
479
+ datasetId?: string | undefined;
478
480
  /**
479
- * Entity storage path in the format: `project/folder/subfolder/...`
481
+ * Entity storage path.
480
482
  *
481
483
  * @remarks
482
484
  *
483
- * The first element identifies the project, followed by nested folders (auto-created as needed).
485
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
484
486
  *
485
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
487
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
486
488
  */
487
489
  path: string;
488
490
  description?: string | undefined;
@@ -1237,6 +1239,7 @@ export type CreateEvalLlm2 = {
1237
1239
  prompt: string;
1238
1240
  categories?: Array<string> | undefined;
1239
1241
  categoricalLabels?: Array<CreateEvalLLMEvalsCategoricalLabels> | undefined;
1242
+ datasetId?: string | undefined;
1240
1243
  key: string;
1241
1244
  mode: "jury";
1242
1245
  jury: CreateEvalLLMJury;
@@ -1315,6 +1318,7 @@ export type CreateEvalLlm1 = {
1315
1318
  categoricalLabels?:
1316
1319
  | Array<CreateEvalLLMEvalsResponseCategoricalLabels>
1317
1320
  | undefined;
1321
+ datasetId?: string | undefined;
1318
1322
  key: string;
1319
1323
  mode: "single";
1320
1324
  model: string;
@@ -2288,6 +2292,7 @@ export type Llm2$Outbound = {
2288
2292
  prompt: string;
2289
2293
  categories?: Array<string> | undefined;
2290
2294
  categorical_labels?: Array<LLMCategoricalLabels$Outbound> | undefined;
2295
+ dataset_id?: string | undefined;
2291
2296
  path: string;
2292
2297
  description: string;
2293
2298
  key: string;
@@ -2319,6 +2324,7 @@ export const Llm2$outboundSchema: z.ZodType<Llm2$Outbound, z.ZodTypeDef, Llm2> =
2319
2324
  categoricalLabels: z.array(
2320
2325
  z.lazy(() => LLMCategoricalLabels$outboundSchema),
2321
2326
  ).optional(),
2327
+ datasetId: z.string().optional(),
2322
2328
  path: z.string(),
2323
2329
  description: z.string().default(""),
2324
2330
  key: z.string(),
@@ -2329,6 +2335,7 @@ export const Llm2$outboundSchema: z.ZodType<Llm2$Outbound, z.ZodTypeDef, Llm2> =
2329
2335
  guardrailConfig: "guardrail_config",
2330
2336
  outputType: "output_type",
2331
2337
  categoricalLabels: "categorical_labels",
2338
+ datasetId: "dataset_id",
2332
2339
  });
2333
2340
  });
2334
2341
 
@@ -2530,6 +2537,7 @@ export type Llm1$Outbound = {
2530
2537
  categorical_labels?:
2531
2538
  | Array<CreateEvalLLMCategoricalLabels$Outbound>
2532
2539
  | undefined;
2540
+ dataset_id?: string | undefined;
2533
2541
  path: string;
2534
2542
  description: string;
2535
2543
  key: string;
@@ -2561,6 +2569,7 @@ export const Llm1$outboundSchema: z.ZodType<Llm1$Outbound, z.ZodTypeDef, Llm1> =
2561
2569
  categoricalLabels: z.array(
2562
2570
  z.lazy(() => CreateEvalLLMCategoricalLabels$outboundSchema),
2563
2571
  ).optional(),
2572
+ datasetId: z.string().optional(),
2564
2573
  path: z.string(),
2565
2574
  description: z.string().default(""),
2566
2575
  key: z.string(),
@@ -2571,6 +2580,7 @@ export const Llm1$outboundSchema: z.ZodType<Llm1$Outbound, z.ZodTypeDef, Llm1> =
2571
2580
  guardrailConfig: "guardrail_config",
2572
2581
  outputType: "output_type",
2573
2582
  categoricalLabels: "categorical_labels",
2583
+ datasetId: "dataset_id",
2574
2584
  });
2575
2585
  });
2576
2586
 
@@ -2776,8 +2786,8 @@ export const Typescript$inboundSchema: z.ZodType<
2776
2786
  > = z.object({
2777
2787
  _id: z.string(),
2778
2788
  description: z.string(),
2779
- created: z.string().default("2026-05-13T12:08:29.916Z"),
2780
- updated: z.string().default("2026-05-13T12:08:29.917Z"),
2789
+ created: z.string().default("2026-05-20T07:46:37.060Z"),
2790
+ updated: z.string().default("2026-05-20T07:46:37.060Z"),
2781
2791
  guardrail_config: z.nullable(
2782
2792
  z.union([
2783
2793
  z.lazy(() =>
@@ -2965,8 +2975,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
2965
2975
  .object({
2966
2976
  _id: z.string(),
2967
2977
  description: z.string(),
2968
- created: z.string().default("2026-05-13T12:08:29.916Z"),
2969
- updated: z.string().default("2026-05-13T12:08:29.917Z"),
2978
+ created: z.string().default("2026-05-20T07:46:37.060Z"),
2979
+ updated: z.string().default("2026-05-20T07:46:37.060Z"),
2970
2980
  guardrail_config: z.nullable(
2971
2981
  z.union([
2972
2982
  z.lazy(() =>
@@ -3789,8 +3799,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
3789
3799
  > = z.object({
3790
3800
  _id: z.string(),
3791
3801
  description: z.string(),
3792
- created: z.string().default("2026-05-13T12:08:29.916Z"),
3793
- updated: z.string().default("2026-05-13T12:08:29.917Z"),
3802
+ created: z.string().default("2026-05-20T07:46:37.060Z"),
3803
+ updated: z.string().default("2026-05-20T07:46:37.060Z"),
3794
3804
  guardrail_config: z.nullable(
3795
3805
  z.union([
3796
3806
  z.lazy(() =>
@@ -4008,8 +4018,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
4008
4018
  > = z.object({
4009
4019
  _id: z.string(),
4010
4020
  description: z.string(),
4011
- created: z.string().default("2026-05-13T12:08:29.916Z"),
4012
- updated: z.string().default("2026-05-13T12:08:29.917Z"),
4021
+ created: z.string().default("2026-05-20T07:46:37.060Z"),
4022
+ updated: z.string().default("2026-05-20T07:46:37.060Z"),
4013
4023
  guardrail_config: z.nullable(
4014
4024
  z.union([
4015
4025
  z.lazy(() =>
@@ -4190,8 +4200,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
4190
4200
  > = z.object({
4191
4201
  _id: z.string(),
4192
4202
  description: z.string(),
4193
- created: z.string().default("2026-05-13T12:08:29.916Z"),
4194
- updated: z.string().default("2026-05-13T12:08:29.917Z"),
4203
+ created: z.string().default("2026-05-20T07:46:37.060Z"),
4204
+ updated: z.string().default("2026-05-20T07:46:37.060Z"),
4195
4205
  guardrail_config: z.nullable(
4196
4206
  z.union([
4197
4207
  z.lazy(() =>
@@ -4367,8 +4377,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
4367
4377
  > = z.object({
4368
4378
  _id: z.string(),
4369
4379
  description: z.string(),
4370
- created: z.string().default("2026-05-13T12:08:29.916Z"),
4371
- updated: z.string().default("2026-05-13T12:08:29.917Z"),
4380
+ created: z.string().default("2026-05-20T07:46:37.060Z"),
4381
+ updated: z.string().default("2026-05-20T07:46:37.060Z"),
4372
4382
  guardrail_config: z.nullable(
4373
4383
  z.union([
4374
4384
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
@@ -4738,8 +4748,8 @@ export const CreateEvalLlm2$inboundSchema: z.ZodType<
4738
4748
  > = z.object({
4739
4749
  _id: z.string(),
4740
4750
  description: z.string(),
4741
- created: z.string().default("2026-05-13T12:08:29.916Z"),
4742
- updated: z.string().default("2026-05-13T12:08:29.917Z"),
4751
+ created: z.string().default("2026-05-20T07:46:37.060Z"),
4752
+ updated: z.string().default("2026-05-20T07:46:37.060Z"),
4743
4753
  guardrail_config: z.nullable(
4744
4754
  z.union([
4745
4755
  z.lazy(() =>
@@ -4760,6 +4770,7 @@ export const CreateEvalLlm2$inboundSchema: z.ZodType<
4760
4770
  categorical_labels: z.array(
4761
4771
  z.lazy(() => CreateEvalLLMEvalsCategoricalLabels$inboundSchema),
4762
4772
  ).optional(),
4773
+ dataset_id: z.string().optional(),
4763
4774
  key: z.string(),
4764
4775
  mode: z.literal("jury"),
4765
4776
  jury: z.lazy(() => CreateEvalLLMJury$inboundSchema),
@@ -4768,6 +4779,7 @@ export const CreateEvalLlm2$inboundSchema: z.ZodType<
4768
4779
  "_id": "id",
4769
4780
  "guardrail_config": "guardrailConfig",
4770
4781
  "categorical_labels": "categoricalLabels",
4782
+ "dataset_id": "datasetId",
4771
4783
  });
4772
4784
  });
4773
4785
 
@@ -4954,8 +4966,8 @@ export const CreateEvalLlm1$inboundSchema: z.ZodType<
4954
4966
  > = z.object({
4955
4967
  _id: z.string(),
4956
4968
  description: z.string(),
4957
- created: z.string().default("2026-05-13T12:08:29.916Z"),
4958
- updated: z.string().default("2026-05-13T12:08:29.917Z"),
4969
+ created: z.string().default("2026-05-20T07:46:37.060Z"),
4970
+ updated: z.string().default("2026-05-20T07:46:37.060Z"),
4959
4971
  guardrail_config: z.nullable(
4960
4972
  z.union([
4961
4973
  z.lazy(() =>
@@ -4976,6 +4988,7 @@ export const CreateEvalLlm1$inboundSchema: z.ZodType<
4976
4988
  categorical_labels: z.array(
4977
4989
  z.lazy(() => CreateEvalLLMEvalsResponseCategoricalLabels$inboundSchema),
4978
4990
  ).optional(),
4991
+ dataset_id: z.string().optional(),
4979
4992
  key: z.string(),
4980
4993
  mode: z.literal("single"),
4981
4994
  model: z.string(),
@@ -4984,6 +4997,7 @@ export const CreateEvalLlm1$inboundSchema: z.ZodType<
4984
4997
  "_id": "id",
4985
4998
  "guardrail_config": "guardrailConfig",
4986
4999
  "categorical_labels": "categoricalLabels",
5000
+ "dataset_id": "datasetId",
4987
5001
  });
4988
5002
  });
4989
5003
 
@@ -128,13 +128,13 @@ export type CreateKnowledgeRequestBody1 = {
128
128
  */
129
129
  retrievalSettings?: RetrievalSettings | undefined;
130
130
  /**
131
- * Entity storage path in the format: `project/folder/subfolder/...`
131
+ * Entity storage path.
132
132
  *
133
133
  * @remarks
134
134
  *
135
- * The first element identifies the project, followed by nested folders (auto-created as needed).
135
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
136
136
  *
137
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
137
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
138
138
  */
139
139
  path: string;
140
140
  };
@@ -236,13 +236,13 @@ export type ResponseBody2 = {
236
236
  */
237
237
  domainId: string;
238
238
  /**
239
- * Entity storage path in the format: `project/folder/subfolder/...`
239
+ * Entity storage path.
240
240
  *
241
241
  * @remarks
242
242
  *
243
- * The first element identifies the project, followed by nested folders (auto-created as needed).
243
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
244
244
  *
245
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
245
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
246
246
  */
247
247
  path?: string | undefined;
248
248
  createdById?: string | null | undefined;
@@ -357,13 +357,13 @@ export type ResponseBody1 = {
357
357
  */
358
358
  domainId: string;
359
359
  /**
360
- * Entity storage path in the format: `project/folder/subfolder/...`
360
+ * Entity storage path.
361
361
  *
362
362
  * @remarks
363
363
  *
364
- * The first element identifies the project, followed by nested folders (auto-created as needed).
364
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
365
365
  *
366
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
366
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
367
367
  */
368
368
  path?: string | undefined;
369
369
  createdById?: string | null | undefined;
@@ -30,13 +30,13 @@ export type CreateMemoryStoreRequestBody = {
30
30
  */
31
31
  ttl?: number | undefined;
32
32
  /**
33
- * Entity storage path in the format: `project/folder/subfolder/...`
33
+ * Entity storage path.
34
34
  *
35
35
  * @remarks
36
36
  *
37
- * The first element identifies the project, followed by nested folders (auto-created as needed).
37
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
38
38
  *
39
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
39
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
40
40
  */
41
41
  path: string;
42
42
  };
@@ -871,13 +871,13 @@ export type CreatePromptRequestBody = {
871
871
  */
872
872
  prompt: PromptInput;
873
873
  /**
874
- * Entity storage path in the format: `project/folder/subfolder/...`
874
+ * Entity storage path.
875
875
  *
876
876
  * @remarks
877
877
  *
878
- * The first element identifies the project, followed by nested folders (auto-created as needed).
878
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
879
879
  *
880
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
880
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
881
881
  */
882
882
  path: string;
883
883
  };
@@ -318,11 +318,6 @@ export type OrqAiTool = {
318
318
  type: CreateRouterResponseToolsType;
319
319
  };
320
320
 
321
- /**
322
- * The parameters the function accepts, as a JSON Schema object.
323
- */
324
- export type ToolsParameters = {};
325
-
326
321
  /**
327
322
  * A function tool the model can call.
328
323
  */
@@ -338,7 +333,7 @@ export type ToolsFunction = {
338
333
  /**
339
334
  * The parameters the function accepts, as a JSON Schema object.
340
335
  */
341
- parameters?: ToolsParameters | undefined;
336
+ parameters?: { [k: string]: any } | undefined;
342
337
  /**
343
338
  * Whether to enforce strict parameter validation.
344
339
  */
@@ -1100,27 +1095,11 @@ export function orqAiToolToJSON(orqAiTool: OrqAiTool): string {
1100
1095
  return JSON.stringify(OrqAiTool$outboundSchema.parse(orqAiTool));
1101
1096
  }
1102
1097
 
1103
- /** @internal */
1104
- export type ToolsParameters$Outbound = {};
1105
-
1106
- /** @internal */
1107
- export const ToolsParameters$outboundSchema: z.ZodType<
1108
- ToolsParameters$Outbound,
1109
- z.ZodTypeDef,
1110
- ToolsParameters
1111
- > = z.object({});
1112
-
1113
- export function toolsParametersToJSON(
1114
- toolsParameters: ToolsParameters,
1115
- ): string {
1116
- return JSON.stringify(ToolsParameters$outboundSchema.parse(toolsParameters));
1117
- }
1118
-
1119
1098
  /** @internal */
1120
1099
  export type ToolsFunction$Outbound = {
1121
1100
  description?: string | undefined;
1122
1101
  name: string;
1123
- parameters?: ToolsParameters$Outbound | undefined;
1102
+ parameters?: { [k: string]: any } | undefined;
1124
1103
  strict?: boolean | undefined;
1125
1104
  type: "function";
1126
1105
  };
@@ -1133,7 +1112,7 @@ export const ToolsFunction$outboundSchema: z.ZodType<
1133
1112
  > = z.object({
1134
1113
  description: z.string().optional(),
1135
1114
  name: z.string(),
1136
- parameters: z.lazy(() => ToolsParameters$outboundSchema).optional(),
1115
+ parameters: z.record(z.any()).optional(),
1137
1116
  strict: z.boolean().optional(),
1138
1117
  type: z.literal("function"),
1139
1118
  });
@@ -82,13 +82,13 @@ export type RequestBodyCodeTool = {
82
82
  */
83
83
  export type RequestBodyCodeExecutionTool = {
84
84
  /**
85
- * Entity storage path in the format: `project/folder/subfolder/...`
85
+ * Entity storage path.
86
86
  *
87
87
  * @remarks
88
88
  *
89
- * The first element identifies the project, followed by nested folders (auto-created as needed).
89
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
90
90
  *
91
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
91
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
92
92
  */
93
93
  path: string;
94
94
  /**
@@ -166,13 +166,13 @@ export type RequestBodyMcp = {
166
166
  */
167
167
  export type RequestBodyMCPTool = {
168
168
  /**
169
- * Entity storage path in the format: `project/folder/subfolder/...`
169
+ * Entity storage path.
170
170
  *
171
171
  * @remarks
172
172
  *
173
- * The first element identifies the project, followed by nested folders (auto-created as needed).
173
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
174
174
  *
175
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
175
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
176
176
  */
177
177
  path: string;
178
178
  /**
@@ -312,13 +312,13 @@ export type CreateToolRequestBodyHttp = {
312
312
  */
313
313
  export type RequestBodyHTTPTool = {
314
314
  /**
315
- * Entity storage path in the format: `project/folder/subfolder/...`
315
+ * Entity storage path.
316
316
  *
317
317
  * @remarks
318
318
  *
319
- * The first element identifies the project, followed by nested folders (auto-created as needed).
319
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
320
320
  *
321
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
321
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
322
322
  */
323
323
  path: string;
324
324
  /**
@@ -398,13 +398,13 @@ export type RequestBodyJsonSchema = {
398
398
  */
399
399
  export type RequestBodyJSONSchemaTool = {
400
400
  /**
401
- * Entity storage path in the format: `project/folder/subfolder/...`
401
+ * Entity storage path.
402
402
  *
403
403
  * @remarks
404
404
  *
405
- * The first element identifies the project, followed by nested folders (auto-created as needed).
405
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
406
406
  *
407
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
407
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
408
408
  */
409
409
  path: string;
410
410
  /**
@@ -499,13 +499,13 @@ export type RequestBodyFunction = {
499
499
  */
500
500
  export type RequestBodyFunctionTool = {
501
501
  /**
502
- * Entity storage path in the format: `project/folder/subfolder/...`
502
+ * Entity storage path.
503
503
  *
504
504
  * @remarks
505
505
  *
506
- * The first element identifies the project, followed by nested folders (auto-created as needed).
506
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
507
507
  *
508
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
508
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
509
509
  */
510
510
  path: string;
511
511
  /**
@@ -608,13 +608,13 @@ export type ResponseBodyCodeTool = {
608
608
  export type ResponseBodyCodeExecutionTool = {
609
609
  id: string;
610
610
  /**
611
- * Entity storage path in the format: `project/folder/subfolder/...`
611
+ * Entity storage path.
612
612
  *
613
613
  * @remarks
614
614
  *
615
- * The first element identifies the project, followed by nested folders (auto-created as needed).
615
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
616
616
  *
617
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
617
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
618
618
  */
619
619
  path: string;
620
620
  /**
@@ -732,13 +732,13 @@ export type ResponseBodyMcp = {
732
732
  export type ResponseBodyMCPTool = {
733
733
  id: string;
734
734
  /**
735
- * Entity storage path in the format: `project/folder/subfolder/...`
735
+ * Entity storage path.
736
736
  *
737
737
  * @remarks
738
738
  *
739
- * The first element identifies the project, followed by nested folders (auto-created as needed).
739
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
740
740
  *
741
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
741
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
742
742
  */
743
743
  path: string;
744
744
  /**
@@ -889,13 +889,13 @@ export type CreateToolResponseBodyHttp = {
889
889
  export type ResponseBodyHTTPTool = {
890
890
  id: string;
891
891
  /**
892
- * Entity storage path in the format: `project/folder/subfolder/...`
892
+ * Entity storage path.
893
893
  *
894
894
  * @remarks
895
895
  *
896
- * The first element identifies the project, followed by nested folders (auto-created as needed).
896
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
897
897
  *
898
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
898
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
899
899
  */
900
900
  path: string;
901
901
  /**
@@ -990,13 +990,13 @@ export type ResponseBodyJsonSchema = {
990
990
  export type ResponseBodyJSONSchemaTool = {
991
991
  id: string;
992
992
  /**
993
- * Entity storage path in the format: `project/folder/subfolder/...`
993
+ * Entity storage path.
994
994
  *
995
995
  * @remarks
996
996
  *
997
- * The first element identifies the project, followed by nested folders (auto-created as needed).
997
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
998
998
  *
999
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
999
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
1000
1000
  */
1001
1001
  path: string;
1002
1002
  /**
@@ -1101,13 +1101,13 @@ export type CreateToolResponseBodyFunction = {
1101
1101
  export type ResponseBodyFunctionTool = {
1102
1102
  id: string;
1103
1103
  /**
1104
- * Entity storage path in the format: `project/folder/subfolder/...`
1104
+ * Entity storage path.
1105
1105
  *
1106
1106
  * @remarks
1107
1107
  *
1108
- * The first element identifies the project, followed by nested folders (auto-created as needed).
1108
+ * With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
1109
1109
  *
1110
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
1110
+ * With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
1111
1111
  */
1112
1112
  path: string;
1113
1113
  /**
@@ -1902,7 +1902,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
1902
1902
  z.ZodTypeDef,
1903
1903
  unknown
1904
1904
  > = z.object({
1905
- _id: z.string().default("tool_01KRGKTFRQCNNSSKKHKV73MHMJ"),
1905
+ _id: z.string().default("tool_01KS25M23YNASJKF54H4FDAXSP"),
1906
1906
  path: z.string(),
1907
1907
  key: z.string(),
1908
1908
  display_name: z.string().optional(),
@@ -1999,7 +1999,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
1999
1999
  z.ZodTypeDef,
2000
2000
  unknown
2001
2001
  > = z.object({
2002
- id: z.string().default("01KRGKTFRPGJAEYNXY903FX8TH"),
2002
+ id: z.string().default("01KS25M23XXSXGP1Y9GM56G0MH"),
2003
2003
  name: z.string(),
2004
2004
  description: z.string().optional(),
2005
2005
  schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
@@ -2055,7 +2055,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
2055
2055
  z.ZodTypeDef,
2056
2056
  unknown
2057
2057
  > = z.object({
2058
- _id: z.string().default("tool_01KRGKTFRNQ9320P04M2VCZTJD"),
2058
+ _id: z.string().default("tool_01KS25M23WWEYGPASY79A93AVK"),
2059
2059
  path: z.string(),
2060
2060
  key: z.string(),
2061
2061
  display_name: z.string().optional(),
@@ -2241,7 +2241,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
2241
2241
  z.ZodTypeDef,
2242
2242
  unknown
2243
2243
  > = z.object({
2244
- _id: z.string().default("tool_01KRGKTFRKTB59YNSGE9DS1XAQ"),
2244
+ _id: z.string().default("tool_01KS25M23TR06M4QYWYTW4VC0K"),
2245
2245
  path: z.string(),
2246
2246
  key: z.string(),
2247
2247
  display_name: z.string().optional(),
@@ -2334,7 +2334,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
2334
2334
  z.ZodTypeDef,
2335
2335
  unknown
2336
2336
  > = z.object({
2337
- _id: z.string().default("tool_01KRGKTFRJR6NWKQ0ZVY49NE21"),
2337
+ _id: z.string().default("tool_01KS25M23SMEZGG8K66AQ2V43C"),
2338
2338
  path: z.string(),
2339
2339
  key: z.string(),
2340
2340
  display_name: z.string().optional(),
@@ -2435,7 +2435,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
2435
2435
  z.ZodTypeDef,
2436
2436
  unknown
2437
2437
  > = z.object({
2438
- _id: z.string().default("tool_01KRGKTFRGSXFGQVAM16CPFJ3C"),
2438
+ _id: z.string().default("tool_01KS25M23RPSFKDYHBJA2YXW3T"),
2439
2439
  path: z.string(),
2440
2440
  key: z.string(),
2441
2441
  display_name: z.string().optional(),
@@ -5,9 +5,6 @@
5
5
  import * as z from "zod/v3";
6
6
 
7
7
  export type DeleteIdentityRequest = {
8
- /**
9
- * Identity ID or External ID
10
- */
11
8
  id: string;
12
9
  };
13
10