@orq-ai/node 4.9.6 → 4.9.7

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 (465) hide show
  1. package/README.md +46 -55
  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/projectsCreate.d.ts +1 -1
  23. package/funcs/projectsCreate.js +1 -1
  24. package/funcs/projectsDelete.d.ts +3 -0
  25. package/funcs/projectsDelete.d.ts.map +1 -1
  26. package/funcs/projectsDelete.js +3 -0
  27. package/funcs/projectsDelete.js.map +1 -1
  28. package/funcs/projectsList.d.ts +1 -1
  29. package/funcs/projectsList.js +1 -1
  30. package/funcs/reportingQuery.d.ts +17 -0
  31. package/funcs/reportingQuery.d.ts.map +1 -0
  32. package/funcs/{contactsCreate.js → reportingQuery.js} +10 -10
  33. package/funcs/reportingQuery.js.map +1 -0
  34. package/funcs/skillsCreate.d.ts +1 -1
  35. package/funcs/skillsCreate.js +1 -1
  36. package/funcs/skillsDelete.d.ts +3 -0
  37. package/funcs/skillsDelete.d.ts.map +1 -1
  38. package/funcs/skillsDelete.js +3 -0
  39. package/funcs/skillsDelete.js.map +1 -1
  40. package/funcs/skillsGet.d.ts +1 -1
  41. package/funcs/skillsGet.js +1 -1
  42. package/funcs/skillsList.d.ts +1 -1
  43. package/funcs/skillsList.js +1 -1
  44. package/funcs/skillsUpdate.d.ts +1 -1
  45. package/funcs/skillsUpdate.js +1 -1
  46. package/jsr.json +1 -1
  47. package/lib/config.d.ts +2 -2
  48. package/lib/config.js +2 -2
  49. package/models/components/createidentityrequest.d.ts +28 -0
  50. package/models/components/createidentityrequest.d.ts.map +1 -0
  51. package/models/{operations/createidentity.js → components/createidentityrequest.js} +18 -38
  52. package/models/components/createidentityrequest.js.map +1 -0
  53. package/models/components/createidentityresponse.d.ts +11 -0
  54. package/models/components/createidentityresponse.d.ts.map +1 -0
  55. package/models/components/createidentityresponse.js +51 -0
  56. package/models/components/createidentityresponse.js.map +1 -0
  57. package/models/components/createprojectrequest.d.ts +6 -0
  58. package/models/components/createprojectrequest.d.ts.map +1 -1
  59. package/models/components/createprojectrequest.js.map +1 -1
  60. package/models/components/createprojectresponse.d.ts +3 -0
  61. package/models/components/createprojectresponse.d.ts.map +1 -1
  62. package/models/components/createprojectresponse.js.map +1 -1
  63. package/models/components/createskillrequest.d.ts +18 -0
  64. package/models/components/createskillrequest.d.ts.map +1 -1
  65. package/models/components/createskillrequest.js.map +1 -1
  66. package/models/components/createskillresponse.d.ts +3 -0
  67. package/models/components/createskillresponse.d.ts.map +1 -1
  68. package/models/components/createskillresponse.js.map +1 -1
  69. package/models/components/datapoint.d.ts +40 -0
  70. package/models/components/datapoint.d.ts.map +1 -0
  71. package/models/components/datapoint.js +53 -0
  72. package/models/components/datapoint.js.map +1 -0
  73. package/models/components/deleteidentityresponse.d.ts +8 -0
  74. package/models/components/deleteidentityresponse.d.ts.map +1 -0
  75. package/models/components/deleteidentityresponse.js +48 -0
  76. package/models/components/deleteidentityresponse.js.map +1 -0
  77. package/models/components/file.d.ts +0 -1
  78. package/models/components/file.d.ts.map +1 -1
  79. package/models/components/file.js +0 -2
  80. package/models/components/file.js.map +1 -1
  81. package/models/components/filter.d.ts +99 -0
  82. package/models/components/filter.d.ts.map +1 -0
  83. package/models/components/filter.js +120 -0
  84. package/models/components/filter.js.map +1 -0
  85. package/models/components/getprojectresponse.d.ts +3 -0
  86. package/models/components/getprojectresponse.d.ts.map +1 -1
  87. package/models/components/getprojectresponse.js.map +1 -1
  88. package/models/components/getskillresponse.d.ts +3 -0
  89. package/models/components/getskillresponse.d.ts.map +1 -1
  90. package/models/components/getskillresponse.js.map +1 -1
  91. package/models/components/identity.d.ts +25 -0
  92. package/models/components/identity.d.ts.map +1 -0
  93. package/models/{operations/createcontact.js → components/identity.js} +22 -32
  94. package/models/components/identity.js.map +1 -0
  95. package/models/components/identitymetrics.d.ts +13 -0
  96. package/models/components/identitymetrics.d.ts.map +1 -0
  97. package/models/{errors/updateidentity.js → components/identitymetrics.js} +19 -26
  98. package/models/components/identitymetrics.js.map +1 -0
  99. package/models/components/index.d.ts +15 -0
  100. package/models/components/index.d.ts.map +1 -1
  101. package/models/components/index.js +15 -0
  102. package/models/components/index.js.map +1 -1
  103. package/models/components/invokedeploymentrequest.d.ts +6 -6
  104. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  105. package/models/components/invokedeploymentrequest.js +7 -6
  106. package/models/components/invokedeploymentrequest.js.map +1 -1
  107. package/models/components/listidentitiesresponse.d.ts +13 -0
  108. package/models/components/listidentitiesresponse.d.ts.map +1 -0
  109. package/models/{errors/deleteidentity.js → components/listidentitiesresponse.js} +16 -29
  110. package/models/components/listidentitiesresponse.js.map +1 -0
  111. package/models/components/listprojectsresponse.d.ts +12 -0
  112. package/models/components/listprojectsresponse.d.ts.map +1 -1
  113. package/models/components/listprojectsresponse.js.map +1 -1
  114. package/models/components/listskillsresponse.d.ts +12 -0
  115. package/models/components/listskillsresponse.d.ts.map +1 -1
  116. package/models/components/listskillsresponse.js.map +1 -1
  117. package/models/components/modelref.d.ts +2 -0
  118. package/models/components/modelref.d.ts.map +1 -1
  119. package/models/components/modelref.js +4 -0
  120. package/models/components/modelref.js.map +1 -1
  121. package/models/components/project.d.ts +42 -1
  122. package/models/components/project.d.ts.map +1 -1
  123. package/models/components/project.js +0 -2
  124. package/models/components/project.js.map +1 -1
  125. package/models/components/queryreportrequest.d.ts +156 -0
  126. package/models/components/queryreportrequest.d.ts.map +1 -0
  127. package/models/components/queryreportrequest.js +166 -0
  128. package/models/components/queryreportrequest.js.map +1 -0
  129. package/models/components/queryreportresponse.d.ts +59 -0
  130. package/models/components/queryreportresponse.d.ts.map +1 -0
  131. package/models/components/queryreportresponse.js +73 -0
  132. package/models/components/queryreportresponse.js.map +1 -0
  133. package/models/components/reasoningpart.js +1 -1
  134. package/models/components/responsemeta.d.ts +63 -0
  135. package/models/components/responsemeta.d.ts.map +1 -0
  136. package/models/{operations/remoteconfigsgetconfig.js → components/responsemeta.js} +31 -27
  137. package/models/components/responsemeta.js.map +1 -0
  138. package/models/components/retrieveidentityresponse.d.ts +11 -0
  139. package/models/components/retrieveidentityresponse.d.ts.map +1 -0
  140. package/models/components/retrieveidentityresponse.js +51 -0
  141. package/models/components/retrieveidentityresponse.js.map +1 -0
  142. package/models/components/skill.d.ts +37 -1
  143. package/models/components/skill.d.ts.map +1 -1
  144. package/models/components/skill.js +0 -2
  145. package/models/components/skill.js.map +1 -1
  146. package/models/components/totals.d.ts +18 -0
  147. package/models/components/totals.d.ts.map +1 -0
  148. package/models/components/totals.js +51 -0
  149. package/models/components/totals.js.map +1 -0
  150. package/models/components/updateidentityrequest.d.ts +28 -0
  151. package/models/components/updateidentityrequest.d.ts.map +1 -0
  152. package/models/components/updateidentityrequest.js +67 -0
  153. package/models/components/updateidentityrequest.js.map +1 -0
  154. package/models/components/updateidentityresponse.d.ts +11 -0
  155. package/models/components/updateidentityresponse.d.ts.map +1 -0
  156. package/models/components/updateidentityresponse.js +51 -0
  157. package/models/components/updateidentityresponse.js.map +1 -0
  158. package/models/components/updateprojectrequest.d.ts +12 -0
  159. package/models/components/updateprojectrequest.d.ts.map +1 -1
  160. package/models/components/updateprojectrequest.js.map +1 -1
  161. package/models/components/updateprojectresponse.d.ts +3 -0
  162. package/models/components/updateprojectresponse.d.ts.map +1 -1
  163. package/models/components/updateprojectresponse.js.map +1 -1
  164. package/models/components/updateskillrequest.d.ts +21 -0
  165. package/models/components/updateskillrequest.d.ts.map +1 -1
  166. package/models/components/updateskillrequest.js.map +1 -1
  167. package/models/components/updateskillresponse.d.ts +3 -0
  168. package/models/components/updateskillresponse.d.ts.map +1 -1
  169. package/models/components/updateskillresponse.js.map +1 -1
  170. package/models/errors/index.d.ts +0 -3
  171. package/models/errors/index.d.ts.map +1 -1
  172. package/models/errors/index.js +0 -3
  173. package/models/errors/index.js.map +1 -1
  174. package/models/operations/createagentrequest.d.ts +3 -3
  175. package/models/operations/createannotation.d.ts +4 -4
  176. package/models/operations/createannotation.d.ts.map +1 -1
  177. package/models/operations/createannotation.js +5 -5
  178. package/models/operations/createannotation.js.map +1 -1
  179. package/models/operations/createdataset.d.ts +3 -3
  180. package/models/operations/createdataset.js +1 -1
  181. package/models/operations/createdatasetitem.js +4 -4
  182. package/models/operations/createdatasource.js +1 -1
  183. package/models/operations/createeval.d.ts +21 -15
  184. package/models/operations/createeval.d.ts.map +1 -1
  185. package/models/operations/createeval.js +24 -16
  186. package/models/operations/createeval.js.map +1 -1
  187. package/models/operations/createknowledge.d.ts +9 -9
  188. package/models/operations/creatememorystore.d.ts +3 -3
  189. package/models/operations/createprompt.d.ts +3 -3
  190. package/models/operations/createtool.d.ts +30 -30
  191. package/models/operations/createtool.js +6 -6
  192. package/models/operations/deleteidentity.d.ts +0 -3
  193. package/models/operations/deleteidentity.d.ts.map +1 -1
  194. package/models/operations/deleteidentity.js.map +1 -1
  195. package/models/operations/getalltools.d.ts +15 -15
  196. package/models/operations/getalltools.js +6 -6
  197. package/models/operations/getevals.d.ts +2 -0
  198. package/models/operations/getevals.d.ts.map +1 -1
  199. package/models/operations/getevals.js +20 -16
  200. package/models/operations/getevals.js.map +1 -1
  201. package/models/operations/getoneknowledge.d.ts +6 -6
  202. package/models/operations/getv2humanevalsets.js +2 -2
  203. package/models/operations/getv2humanevalsetsid.js +2 -2
  204. package/models/operations/index.d.ts +0 -3
  205. package/models/operations/index.d.ts.map +1 -1
  206. package/models/operations/index.js +0 -3
  207. package/models/operations/index.js.map +1 -1
  208. package/models/operations/invokeeval.d.ts +28 -28
  209. package/models/operations/invokeeval.d.ts.map +1 -1
  210. package/models/operations/invokeeval.js +40 -40
  211. package/models/operations/invokeeval.js.map +1 -1
  212. package/models/operations/listagents.d.ts +3 -3
  213. package/models/operations/listdatasetdatapoints.js +4 -4
  214. package/models/operations/listdatasets.js +1 -1
  215. package/models/operations/listdatasources.js +1 -1
  216. package/models/operations/listidentities.d.ts +5 -121
  217. package/models/operations/listidentities.d.ts.map +1 -1
  218. package/models/operations/listidentities.js +5 -76
  219. package/models/operations/listidentities.js.map +1 -1
  220. package/models/operations/listknowledgebases.d.ts +6 -6
  221. package/models/operations/patchv2humanevalsetsid.js +2 -2
  222. package/models/operations/postv2agentsa2a.d.ts +4 -4
  223. package/models/operations/postv2agentsa2a.d.ts.map +1 -1
  224. package/models/operations/postv2agentsa2a.js +6 -6
  225. package/models/operations/postv2agentsa2a.js.map +1 -1
  226. package/models/operations/postv2feedback.d.ts +15 -15
  227. package/models/operations/postv2feedback.d.ts.map +1 -1
  228. package/models/operations/postv2feedback.js +15 -16
  229. package/models/operations/postv2feedback.js.map +1 -1
  230. package/models/operations/postv2feedbackevaluation.js +3 -3
  231. package/models/operations/postv2feedbackremove.d.ts +8 -8
  232. package/models/operations/postv2feedbackremove.d.ts.map +1 -1
  233. package/models/operations/postv2feedbackremove.js +8 -7
  234. package/models/operations/postv2feedbackremove.js.map +1 -1
  235. package/models/operations/postv2humanevalsets.js +2 -2
  236. package/models/operations/projectdelete.d.ts +3 -0
  237. package/models/operations/projectdelete.d.ts.map +1 -1
  238. package/models/operations/projectdelete.js.map +1 -1
  239. package/models/operations/projectget.d.ts +3 -0
  240. package/models/operations/projectget.d.ts.map +1 -1
  241. package/models/operations/projectget.js.map +1 -1
  242. package/models/operations/projectlist.d.ts +15 -0
  243. package/models/operations/projectlist.d.ts.map +1 -1
  244. package/models/operations/projectlist.js.map +1 -1
  245. package/models/operations/projectupdate.d.ts +3 -0
  246. package/models/operations/projectupdate.d.ts.map +1 -1
  247. package/models/operations/projectupdate.js.map +1 -1
  248. package/models/operations/retrieveagentrequest.d.ts +3 -3
  249. package/models/operations/retrievedatapoint.js +4 -4
  250. package/models/operations/retrievedataset.js +1 -1
  251. package/models/operations/retrievedatasource.js +1 -1
  252. package/models/operations/retrieveidentity.d.ts +2 -78
  253. package/models/operations/retrieveidentity.d.ts.map +1 -1
  254. package/models/operations/retrieveidentity.js +2 -46
  255. package/models/operations/retrieveidentity.js.map +1 -1
  256. package/models/operations/retrievetool.d.ts +15 -15
  257. package/models/operations/retrievetool.js +6 -6
  258. package/models/operations/runagent.d.ts +3 -3
  259. package/models/operations/runagent.js +1 -1
  260. package/models/operations/skilldelete.d.ts +3 -0
  261. package/models/operations/skilldelete.d.ts.map +1 -1
  262. package/models/operations/skilldelete.js.map +1 -1
  263. package/models/operations/skilllist.d.ts +12 -0
  264. package/models/operations/skilllist.d.ts.map +1 -1
  265. package/models/operations/skilllist.js.map +1 -1
  266. package/models/operations/skillupdate.d.ts +3 -0
  267. package/models/operations/skillupdate.d.ts.map +1 -1
  268. package/models/operations/skillupdate.js.map +1 -1
  269. package/models/operations/streamrunagent.d.ts +3 -3
  270. package/models/operations/streamrunagent.js +1 -1
  271. package/models/operations/updateagent.d.ts +6 -6
  272. package/models/operations/updatedatapoint.js +4 -4
  273. package/models/operations/updatedataset.d.ts +3 -3
  274. package/models/operations/updatedataset.js +1 -1
  275. package/models/operations/updatedatasource.js +1 -1
  276. package/models/operations/updateeval.d.ts +2 -0
  277. package/models/operations/updateeval.d.ts.map +1 -1
  278. package/models/operations/updateeval.js +20 -16
  279. package/models/operations/updateeval.js.map +1 -1
  280. package/models/operations/updateidentity.d.ts +3 -96
  281. package/models/operations/updateidentity.d.ts.map +1 -1
  282. package/models/operations/updateidentity.js +4 -46
  283. package/models/operations/updateidentity.js.map +1 -1
  284. package/models/operations/updateknowledge.d.ts +12 -12
  285. package/models/operations/updateprompt.d.ts +3 -3
  286. package/models/operations/updatetool.d.ts +30 -30
  287. package/models/operations/updatetool.js +7 -7
  288. package/package.json +7 -7
  289. package/sdk/feedback.d.ts +1 -1
  290. package/sdk/feedback.d.ts.map +1 -1
  291. package/sdk/feedback.js +3 -3
  292. package/sdk/feedback.js.map +1 -1
  293. package/sdk/identities.d.ts +11 -10
  294. package/sdk/identities.d.ts.map +1 -1
  295. package/sdk/identities.js +9 -9
  296. package/sdk/identities.js.map +1 -1
  297. package/sdk/projects.d.ts +5 -2
  298. package/sdk/projects.d.ts.map +1 -1
  299. package/sdk/projects.js +5 -2
  300. package/sdk/projects.js.map +1 -1
  301. package/sdk/reporting.d.ts +12 -0
  302. package/sdk/reporting.d.ts.map +1 -0
  303. package/sdk/reporting.js +22 -0
  304. package/sdk/reporting.js.map +1 -0
  305. package/sdk/sdk.d.ts +7 -10
  306. package/sdk/sdk.d.ts.map +1 -1
  307. package/sdk/sdk.js +10 -14
  308. package/sdk/sdk.js.map +1 -1
  309. package/sdk/skills.d.ts +7 -4
  310. package/sdk/skills.d.ts.map +1 -1
  311. package/sdk/skills.js +7 -4
  312. package/sdk/skills.js.map +1 -1
  313. package/src/funcs/identitiesCreate.ts +10 -15
  314. package/src/funcs/identitiesDelete.ts +7 -16
  315. package/src/funcs/identitiesList.ts +6 -5
  316. package/src/funcs/identitiesRetrieve.ts +6 -18
  317. package/src/funcs/identitiesUpdate.ts +9 -15
  318. package/src/funcs/projectsCreate.ts +1 -1
  319. package/src/funcs/projectsDelete.ts +3 -0
  320. package/src/funcs/projectsList.ts +1 -1
  321. package/src/funcs/{contactsCreate.ts → reportingQuery.ts} +13 -13
  322. package/src/funcs/skillsCreate.ts +1 -1
  323. package/src/funcs/skillsDelete.ts +3 -0
  324. package/src/funcs/skillsGet.ts +1 -1
  325. package/src/funcs/skillsList.ts +1 -1
  326. package/src/funcs/skillsUpdate.ts +1 -1
  327. package/src/lib/config.ts +2 -2
  328. package/src/models/components/createidentityrequest.ts +76 -0
  329. package/src/models/components/createidentityresponse.ts +32 -0
  330. package/src/models/components/createprojectrequest.ts +6 -0
  331. package/src/models/components/createprojectresponse.ts +3 -0
  332. package/src/models/components/createskillrequest.ts +18 -0
  333. package/src/models/components/createskillresponse.ts +3 -0
  334. package/src/models/components/datapoint.ts +60 -0
  335. package/src/models/components/deleteidentityresponse.ts +27 -0
  336. package/src/models/components/file.ts +0 -3
  337. package/src/models/components/filter.ts +137 -0
  338. package/src/models/components/getprojectresponse.ts +3 -0
  339. package/src/models/components/getskillresponse.ts +3 -0
  340. package/src/models/components/identity.ts +83 -0
  341. package/src/models/components/identitymetrics.ts +45 -0
  342. package/src/models/components/index.ts +15 -0
  343. package/src/models/components/invokedeploymentrequest.ts +17 -10
  344. package/src/models/components/listidentitiesresponse.ts +41 -0
  345. package/src/models/components/listprojectsresponse.ts +12 -0
  346. package/src/models/components/listskillsresponse.ts +12 -0
  347. package/src/models/components/modelref.ts +6 -0
  348. package/src/models/components/project.ts +42 -3
  349. package/src/models/components/queryreportrequest.ts +237 -0
  350. package/src/models/components/queryreportresponse.ts +96 -0
  351. package/src/models/components/reasoningpart.ts +1 -1
  352. package/src/models/components/responsemeta.ts +103 -0
  353. package/src/models/components/retrieveidentityresponse.ts +32 -0
  354. package/src/models/components/skill.ts +37 -3
  355. package/src/models/components/totals.ts +34 -0
  356. package/src/models/components/updateidentityrequest.ts +75 -0
  357. package/src/models/components/updateidentityresponse.ts +32 -0
  358. package/src/models/components/updateprojectrequest.ts +12 -0
  359. package/src/models/components/updateprojectresponse.ts +3 -0
  360. package/src/models/components/updateskillrequest.ts +21 -0
  361. package/src/models/components/updateskillresponse.ts +3 -0
  362. package/src/models/errors/index.ts +0 -3
  363. package/src/models/operations/createagentrequest.ts +3 -3
  364. package/src/models/operations/createannotation.ts +7 -11
  365. package/src/models/operations/createdataset.ts +4 -4
  366. package/src/models/operations/createdatasetitem.ts +4 -4
  367. package/src/models/operations/createdatasource.ts +1 -1
  368. package/src/models/operations/createeval.ts +45 -31
  369. package/src/models/operations/createknowledge.ts +9 -9
  370. package/src/models/operations/creatememorystore.ts +3 -3
  371. package/src/models/operations/createprompt.ts +3 -3
  372. package/src/models/operations/createtool.ts +36 -36
  373. package/src/models/operations/deleteidentity.ts +0 -3
  374. package/src/models/operations/getalltools.ts +21 -21
  375. package/src/models/operations/getevals.ts +22 -16
  376. package/src/models/operations/getoneknowledge.ts +6 -6
  377. package/src/models/operations/getv2humanevalsets.ts +2 -2
  378. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  379. package/src/models/operations/index.ts +0 -3
  380. package/src/models/operations/invokeeval.ts +83 -80
  381. package/src/models/operations/listagents.ts +3 -3
  382. package/src/models/operations/listdatasetdatapoints.ts +4 -4
  383. package/src/models/operations/listdatasets.ts +1 -1
  384. package/src/models/operations/listdatasources.ts +1 -1
  385. package/src/models/operations/listidentities.ts +9 -230
  386. package/src/models/operations/listknowledgebases.ts +6 -6
  387. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  388. package/src/models/operations/postv2agentsa2a.ts +14 -17
  389. package/src/models/operations/postv2feedback.ts +34 -27
  390. package/src/models/operations/postv2feedbackevaluation.ts +3 -3
  391. package/src/models/operations/postv2feedbackremove.ts +14 -17
  392. package/src/models/operations/postv2humanevalsets.ts +2 -2
  393. package/src/models/operations/projectdelete.ts +3 -0
  394. package/src/models/operations/projectget.ts +3 -0
  395. package/src/models/operations/projectlist.ts +15 -0
  396. package/src/models/operations/projectupdate.ts +3 -0
  397. package/src/models/operations/retrieveagentrequest.ts +3 -3
  398. package/src/models/operations/retrievedatapoint.ts +4 -4
  399. package/src/models/operations/retrievedataset.ts +1 -1
  400. package/src/models/operations/retrievedatasource.ts +1 -1
  401. package/src/models/operations/retrieveidentity.ts +3 -138
  402. package/src/models/operations/retrievetool.ts +21 -21
  403. package/src/models/operations/runagent.ts +4 -4
  404. package/src/models/operations/skilldelete.ts +3 -0
  405. package/src/models/operations/skilllist.ts +12 -0
  406. package/src/models/operations/skillupdate.ts +3 -0
  407. package/src/models/operations/streamrunagent.ts +4 -4
  408. package/src/models/operations/updateagent.ts +6 -6
  409. package/src/models/operations/updatedatapoint.ts +4 -4
  410. package/src/models/operations/updatedataset.ts +4 -4
  411. package/src/models/operations/updatedatasource.ts +1 -1
  412. package/src/models/operations/updateeval.ts +22 -16
  413. package/src/models/operations/updateidentity.ts +5 -154
  414. package/src/models/operations/updateknowledge.ts +12 -12
  415. package/src/models/operations/updateprompt.ts +3 -3
  416. package/src/models/operations/updatetool.ts +37 -37
  417. package/src/sdk/feedback.ts +8 -8
  418. package/src/sdk/identities.ts +18 -17
  419. package/src/sdk/projects.ts +5 -2
  420. package/src/sdk/reporting.ts +27 -0
  421. package/src/sdk/sdk.ts +16 -22
  422. package/src/sdk/skills.ts +7 -4
  423. package/funcs/contactsCreate.d.ts +0 -17
  424. package/funcs/contactsCreate.d.ts.map +0 -1
  425. package/funcs/contactsCreate.js.map +0 -1
  426. package/funcs/remoteconfigsRetrieve.d.ts +0 -14
  427. package/funcs/remoteconfigsRetrieve.d.ts.map +0 -1
  428. package/funcs/remoteconfigsRetrieve.js +0 -115
  429. package/funcs/remoteconfigsRetrieve.js.map +0 -1
  430. package/models/errors/deleteidentity.d.ts +0 -30
  431. package/models/errors/deleteidentity.d.ts.map +0 -1
  432. package/models/errors/deleteidentity.js.map +0 -1
  433. package/models/errors/retrieveidentity.d.ts +0 -57
  434. package/models/errors/retrieveidentity.d.ts.map +0 -1
  435. package/models/errors/retrieveidentity.js +0 -100
  436. package/models/errors/retrieveidentity.js.map +0 -1
  437. package/models/errors/updateidentity.d.ts +0 -26
  438. package/models/errors/updateidentity.d.ts.map +0 -1
  439. package/models/errors/updateidentity.js.map +0 -1
  440. package/models/operations/createcontact.d.ts +0 -95
  441. package/models/operations/createcontact.d.ts.map +0 -1
  442. package/models/operations/createcontact.js.map +0 -1
  443. package/models/operations/createidentity.d.ts +0 -99
  444. package/models/operations/createidentity.d.ts.map +0 -1
  445. package/models/operations/createidentity.js.map +0 -1
  446. package/models/operations/remoteconfigsgetconfig.d.ts +0 -67
  447. package/models/operations/remoteconfigsgetconfig.d.ts.map +0 -1
  448. package/models/operations/remoteconfigsgetconfig.js.map +0 -1
  449. package/sdk/contacts.d.ts +0 -12
  450. package/sdk/contacts.d.ts.map +0 -1
  451. package/sdk/contacts.js +0 -22
  452. package/sdk/contacts.js.map +0 -1
  453. package/sdk/remoteconfigs.d.ts +0 -9
  454. package/sdk/remoteconfigs.d.ts.map +0 -1
  455. package/sdk/remoteconfigs.js +0 -19
  456. package/sdk/remoteconfigs.js.map +0 -1
  457. package/src/funcs/remoteconfigsRetrieve.ts +0 -163
  458. package/src/models/errors/deleteidentity.ts +0 -62
  459. package/src/models/errors/retrieveidentity.ts +0 -118
  460. package/src/models/errors/updateidentity.ts +0 -54
  461. package/src/models/operations/createcontact.ts +0 -156
  462. package/src/models/operations/createidentity.ts +0 -162
  463. package/src/models/operations/remoteconfigsgetconfig.ts +0 -108
  464. package/src/sdk/contacts.ts +0 -27
  465. package/src/sdk/remoteconfigs.ts +0 -24
@@ -866,6 +866,7 @@ export type UpdateEvalLlm2 = {
866
866
  prompt: string;
867
867
  categories?: Array<string> | undefined;
868
868
  categoricalLabels?: Array<UpdateEvalLLMEvalsCategoricalLabels> | undefined;
869
+ datasetId?: string | undefined;
869
870
  key: string;
870
871
  mode: "jury";
871
872
  jury: UpdateEvalLLMJury;
@@ -942,6 +943,7 @@ export type UpdateEvalLlm1 = {
942
943
  prompt: string;
943
944
  categories?: Array<string> | undefined;
944
945
  categoricalLabels?: Array<UpdateEvalLLMCategoricalLabels> | undefined;
946
+ datasetId?: string | undefined;
945
947
  key: string;
946
948
  mode: "single";
947
949
  model: string;
@@ -1541,8 +1543,8 @@ export const ResponseBodyTypescript$inboundSchema: z.ZodType<
1541
1543
  > = z.object({
1542
1544
  _id: z.string(),
1543
1545
  description: z.string(),
1544
- created: z.string().default("2026-05-18T08:05:04.737Z"),
1545
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
1546
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
1547
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
1546
1548
  guardrail_config: z.nullable(
1547
1549
  z.union([
1548
1550
  z.lazy(() =>
@@ -1735,8 +1737,8 @@ export const ResponseBodyRagas$inboundSchema: z.ZodType<
1735
1737
  > = z.object({
1736
1738
  _id: z.string(),
1737
1739
  description: z.string(),
1738
- created: z.string().default("2026-05-18T08:05:04.737Z"),
1739
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
1740
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
1741
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
1740
1742
  guardrail_config: z.nullable(
1741
1743
  z.union([
1742
1744
  z.lazy(() =>
@@ -2592,8 +2594,8 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
2592
2594
  > = z.object({
2593
2595
  _id: z.string(),
2594
2596
  description: z.string(),
2595
- created: z.string().default("2026-05-18T08:05:04.737Z"),
2596
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
2597
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
2598
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
2597
2599
  guardrail_config: z.nullable(
2598
2600
  z.union([
2599
2601
  z.lazy(() =>
@@ -2809,8 +2811,8 @@ export const UpdateEvalResponseBodyPython$inboundSchema: z.ZodType<
2809
2811
  > = z.object({
2810
2812
  _id: z.string(),
2811
2813
  description: z.string(),
2812
- created: z.string().default("2026-05-18T08:05:04.737Z"),
2813
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
2814
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
2815
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
2814
2816
  guardrail_config: z.nullable(
2815
2817
  z.union([
2816
2818
  z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
@@ -2976,8 +2978,8 @@ export const UpdateEvalResponseBodyHTTP$inboundSchema: z.ZodType<
2976
2978
  > = z.object({
2977
2979
  _id: z.string(),
2978
2980
  description: z.string(),
2979
- created: z.string().default("2026-05-18T08:05:04.737Z"),
2980
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
2981
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
2982
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
2981
2983
  guardrail_config: z.nullable(
2982
2984
  z.union([
2983
2985
  z.lazy(() => UpdateEvalGuardrailConfigEvalsBoolean$inboundSchema),
@@ -3128,8 +3130,8 @@ export const UpdateEvalResponseBodyJSON$inboundSchema: z.ZodType<
3128
3130
  > = z.object({
3129
3131
  _id: z.string(),
3130
3132
  description: z.string(),
3131
- created: z.string().default("2026-05-18T08:05:04.737Z"),
3132
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
3133
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
3134
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
3133
3135
  guardrail_config: z.nullable(
3134
3136
  z.union([
3135
3137
  z.lazy(() => UpdateEvalGuardrailConfigBoolean$inboundSchema),
@@ -3489,8 +3491,8 @@ export const UpdateEvalLlm2$inboundSchema: z.ZodType<
3489
3491
  > = z.object({
3490
3492
  _id: z.string(),
3491
3493
  description: z.string(),
3492
- created: z.string().default("2026-05-18T08:05:04.737Z"),
3493
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
3494
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
3495
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
3494
3496
  guardrail_config: z.nullable(
3495
3497
  z.union([
3496
3498
  z.lazy(() =>
@@ -3511,6 +3513,7 @@ export const UpdateEvalLlm2$inboundSchema: z.ZodType<
3511
3513
  categorical_labels: z.array(
3512
3514
  z.lazy(() => UpdateEvalLLMEvalsCategoricalLabels$inboundSchema),
3513
3515
  ).optional(),
3516
+ dataset_id: z.string().optional(),
3514
3517
  key: z.string(),
3515
3518
  mode: z.literal("jury"),
3516
3519
  jury: z.lazy(() => UpdateEvalLLMJury$inboundSchema),
@@ -3519,6 +3522,7 @@ export const UpdateEvalLlm2$inboundSchema: z.ZodType<
3519
3522
  "_id": "id",
3520
3523
  "guardrail_config": "guardrailConfig",
3521
3524
  "categorical_labels": "categoricalLabels",
3525
+ "dataset_id": "datasetId",
3522
3526
  });
3523
3527
  });
3524
3528
 
@@ -3698,8 +3702,8 @@ export const UpdateEvalLlm1$inboundSchema: z.ZodType<
3698
3702
  > = z.object({
3699
3703
  _id: z.string(),
3700
3704
  description: z.string(),
3701
- created: z.string().default("2026-05-18T08:05:04.737Z"),
3702
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
3705
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
3706
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
3703
3707
  guardrail_config: z.nullable(
3704
3708
  z.union([
3705
3709
  z.lazy(() =>
@@ -3720,6 +3724,7 @@ export const UpdateEvalLlm1$inboundSchema: z.ZodType<
3720
3724
  categorical_labels: z.array(
3721
3725
  z.lazy(() => UpdateEvalLLMCategoricalLabels$inboundSchema),
3722
3726
  ).optional(),
3727
+ dataset_id: z.string().optional(),
3723
3728
  key: z.string(),
3724
3729
  mode: z.literal("single"),
3725
3730
  model: z.string(),
@@ -3728,6 +3733,7 @@ export const UpdateEvalLlm1$inboundSchema: z.ZodType<
3728
3733
  "_id": "id",
3729
3734
  "guardrail_config": "guardrailConfig",
3730
3735
  "categorical_labels": "categoricalLabels",
3736
+ "dataset_id": "datasetId",
3731
3737
  });
3732
3738
  });
3733
3739
 
@@ -4,128 +4,17 @@
4
4
 
5
5
  import * as z from "zod/v3";
6
6
  import { remap as remap$ } from "../../lib/primitives.js";
7
- import { safeParse } from "../../lib/schemas.js";
8
- import { Result as SafeParseResult } from "../../types/fp.js";
9
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
10
-
11
- /**
12
- * Identity fields to update
13
- */
14
- export type UpdateIdentityRequestBody = {
15
- /**
16
- * Display name or nickname of the contact user. This is typically shown in user interfaces.
17
- */
18
- displayName?: string | null | undefined;
19
- /**
20
- * Email address of the contact user
21
- */
22
- email?: string | null | undefined;
23
- /**
24
- * URL linking to the contact user's avatar image
25
- */
26
- avatarUrl?: string | null | undefined;
27
- /**
28
- * Array of tags associated with the contact. Useful for organizing and filtering contacts by categories, departments, or custom classifications.
29
- */
30
- tags?: Array<string> | undefined;
31
- /**
32
- * Additional custom metadata associated with the contact as key-value pairs. Use this to store any extra information specific to your application.
33
- */
34
- metadata?: { [k: string]: any } | undefined;
35
- };
7
+ import * as components from "../components/index.js";
36
8
 
37
9
  export type UpdateIdentityRequest = {
38
- /**
39
- * Unique identity id or external id
40
- */
41
10
  id: string;
42
- /**
43
- * Identity fields to update
44
- */
45
- requestBody?: UpdateIdentityRequestBody | undefined;
11
+ updateIdentityRequest: components.UpdateIdentityRequest;
46
12
  };
47
13
 
48
- /**
49
- * Updated identity
50
- */
51
- export type UpdateIdentityResponseBody = {
52
- /**
53
- * Unique ULID (Universally Unique Lexicographically Sortable Identifier) for the contact
54
- */
55
- id: string;
56
- /**
57
- * Unique string value to identify the contact user in the customer's system. This should be the same ID you use in your system to reference this user.
58
- */
59
- externalId: string;
60
- /**
61
- * Display name or nickname of the contact user. This is typically shown in user interfaces.
62
- */
63
- displayName?: string | null | undefined;
64
- /**
65
- * Email address of the contact user
66
- */
67
- email?: string | null | undefined;
68
- /**
69
- * URL linking to the contact user's avatar image
70
- */
71
- avatarUrl?: string | null | undefined;
72
- /**
73
- * Array of tags associated with the contact. Useful for organizing and filtering contacts by categories, departments, or custom classifications.
74
- */
75
- tags?: Array<string> | undefined;
76
- /**
77
- * Additional custom metadata associated with the contact as key-value pairs. Use this to store any extra information specific to your application.
78
- */
79
- metadata?: { [k: string]: any } | undefined;
80
- /**
81
- * The date and time the resource was created
82
- */
83
- created?: Date | undefined;
84
- /**
85
- * The date and time the resource was last updated
86
- */
87
- updated: Date;
88
- };
89
-
90
- /** @internal */
91
- export type UpdateIdentityRequestBody$Outbound = {
92
- display_name?: string | null | undefined;
93
- email?: string | null | undefined;
94
- avatar_url?: string | null | undefined;
95
- tags?: Array<string> | undefined;
96
- metadata?: { [k: string]: any } | undefined;
97
- };
98
-
99
- /** @internal */
100
- export const UpdateIdentityRequestBody$outboundSchema: z.ZodType<
101
- UpdateIdentityRequestBody$Outbound,
102
- z.ZodTypeDef,
103
- UpdateIdentityRequestBody
104
- > = z.object({
105
- displayName: z.nullable(z.string()).optional(),
106
- email: z.nullable(z.string()).optional(),
107
- avatarUrl: z.nullable(z.string()).optional(),
108
- tags: z.array(z.string()).optional(),
109
- metadata: z.record(z.any()).optional(),
110
- }).transform((v) => {
111
- return remap$(v, {
112
- displayName: "display_name",
113
- avatarUrl: "avatar_url",
114
- });
115
- });
116
-
117
- export function updateIdentityRequestBodyToJSON(
118
- updateIdentityRequestBody: UpdateIdentityRequestBody,
119
- ): string {
120
- return JSON.stringify(
121
- UpdateIdentityRequestBody$outboundSchema.parse(updateIdentityRequestBody),
122
- );
123
- }
124
-
125
14
  /** @internal */
126
15
  export type UpdateIdentityRequest$Outbound = {
127
16
  id: string;
128
- RequestBody?: UpdateIdentityRequestBody$Outbound | undefined;
17
+ UpdateIdentityRequest: components.UpdateIdentityRequest$Outbound;
129
18
  };
130
19
 
131
20
  /** @internal */
@@ -135,11 +24,10 @@ export const UpdateIdentityRequest$outboundSchema: z.ZodType<
135
24
  UpdateIdentityRequest
136
25
  > = z.object({
137
26
  id: z.string(),
138
- requestBody: z.lazy(() => UpdateIdentityRequestBody$outboundSchema)
139
- .optional(),
27
+ updateIdentityRequest: components.UpdateIdentityRequest$outboundSchema,
140
28
  }).transform((v) => {
141
29
  return remap$(v, {
142
- requestBody: "RequestBody",
30
+ updateIdentityRequest: "UpdateIdentityRequest",
143
31
  });
144
32
  });
145
33
 
@@ -150,40 +38,3 @@ export function updateIdentityRequestToJSON(
150
38
  UpdateIdentityRequest$outboundSchema.parse(updateIdentityRequest),
151
39
  );
152
40
  }
153
-
154
- /** @internal */
155
- export const UpdateIdentityResponseBody$inboundSchema: z.ZodType<
156
- UpdateIdentityResponseBody,
157
- z.ZodTypeDef,
158
- unknown
159
- > = z.object({
160
- _id: z.string(),
161
- external_id: z.string(),
162
- display_name: z.nullable(z.string()).optional(),
163
- email: z.nullable(z.string()).optional(),
164
- avatar_url: z.nullable(z.string()).optional(),
165
- tags: z.array(z.string()).optional(),
166
- metadata: z.record(z.any()).optional(),
167
- created: z.string().datetime({ offset: true }).transform(v => new Date(v))
168
- .optional(),
169
- updated: z.string().datetime({ offset: true }).default(
170
- "2026-05-18T08:05:02.495Z",
171
- ).transform(v => new Date(v)),
172
- }).transform((v) => {
173
- return remap$(v, {
174
- "_id": "id",
175
- "external_id": "externalId",
176
- "display_name": "displayName",
177
- "avatar_url": "avatarUrl",
178
- });
179
- });
180
-
181
- export function updateIdentityResponseBodyFromJSON(
182
- jsonString: string,
183
- ): SafeParseResult<UpdateIdentityResponseBody, SDKValidationError> {
184
- return safeParse(
185
- jsonString,
186
- (x) => UpdateIdentityResponseBody$inboundSchema.parse(JSON.parse(x)),
187
- `Failed to parse 'UpdateIdentityResponseBody' from JSON`,
188
- );
189
- }
@@ -98,13 +98,13 @@ export type UpdateKnowledgeRequestBody2 = {
98
98
  */
99
99
  embeddingModel?: string | undefined;
100
100
  /**
101
- * Entity storage path in the format: `project/folder/subfolder/...`
101
+ * Entity storage path.
102
102
  *
103
103
  * @remarks
104
104
  *
105
- * The first element identifies the project, followed by nested folders (auto-created as needed).
105
+ * 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`.
106
106
  *
107
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
107
+ * 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.
108
108
  */
109
109
  path?: string | undefined;
110
110
  /**
@@ -195,13 +195,13 @@ export type UpdateKnowledgeRequestBody1 = {
195
195
  */
196
196
  description?: string | null | undefined;
197
197
  /**
198
- * Entity storage path in the format: `project/folder/subfolder/...`
198
+ * Entity storage path.
199
199
  *
200
200
  * @remarks
201
201
  *
202
- * The first element identifies the project, followed by nested folders (auto-created as needed).
202
+ * 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`.
203
203
  *
204
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
204
+ * 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.
205
205
  */
206
206
  path?: string | undefined;
207
207
  /**
@@ -323,13 +323,13 @@ export type UpdateKnowledgeResponseBody2 = {
323
323
  */
324
324
  domainId: string;
325
325
  /**
326
- * Entity storage path in the format: `project/folder/subfolder/...`
326
+ * Entity storage path.
327
327
  *
328
328
  * @remarks
329
329
  *
330
- * The first element identifies the project, followed by nested folders (auto-created as needed).
330
+ * 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`.
331
331
  *
332
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
332
+ * 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.
333
333
  */
334
334
  path?: string | undefined;
335
335
  createdById?: string | null | undefined;
@@ -449,13 +449,13 @@ export type UpdateKnowledgeResponseBody1 = {
449
449
  */
450
450
  domainId: string;
451
451
  /**
452
- * Entity storage path in the format: `project/folder/subfolder/...`
452
+ * Entity storage path.
453
453
  *
454
454
  * @remarks
455
455
  *
456
- * The first element identifies the project, followed by nested folders (auto-created as needed).
456
+ * 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`.
457
457
  *
458
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
458
+ * 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.
459
459
  */
460
460
  path?: string | undefined;
461
461
  createdById?: string | null | undefined;
@@ -879,13 +879,13 @@ export type UpdatePromptRequestBody = {
879
879
  prompt?: UpdatePromptPromptInput | undefined;
880
880
  metadata?: UpdatePromptMetadata | undefined;
881
881
  /**
882
- * Entity storage path in the format: `project/folder/subfolder/...`
882
+ * Entity storage path.
883
883
  *
884
884
  * @remarks
885
885
  *
886
- * The first element identifies the project, followed by nested folders (auto-created as needed).
886
+ * 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`.
887
887
  *
888
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
888
+ * 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.
889
889
  */
890
890
  path?: string | undefined;
891
891
  };
@@ -93,13 +93,13 @@ export type UpdateToolRequestBodyToolsRequest5VersionIncrement = ClosedEnum<
93
93
  */
94
94
  export type UpdateCodeExecutionTool = {
95
95
  /**
96
- * Entity storage path in the format: `project/folder/subfolder/...`
96
+ * Entity storage path.
97
97
  *
98
98
  * @remarks
99
99
  *
100
- * The first element identifies the project, followed by nested folders (auto-created as needed).
100
+ * 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`.
101
101
  *
102
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
102
+ * 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.
103
103
  */
104
104
  path?: string | undefined;
105
105
  /**
@@ -214,13 +214,13 @@ export type UpdateToolRequestBodyToolsRequestVersionIncrement = ClosedEnum<
214
214
  */
215
215
  export type UpdateMCPTool = {
216
216
  /**
217
- * Entity storage path in the format: `project/folder/subfolder/...`
217
+ * Entity storage path.
218
218
  *
219
219
  * @remarks
220
220
  *
221
- * The first element identifies the project, followed by nested folders (auto-created as needed).
221
+ * 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`.
222
222
  *
223
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
223
+ * 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.
224
224
  */
225
225
  path?: string | undefined;
226
226
  /**
@@ -373,13 +373,13 @@ export type UpdateToolRequestBodyToolsVersionIncrement = ClosedEnum<
373
373
  */
374
374
  export type UpdateHTTPTool = {
375
375
  /**
376
- * Entity storage path in the format: `project/folder/subfolder/...`
376
+ * Entity storage path.
377
377
  *
378
378
  * @remarks
379
379
  *
380
- * The first element identifies the project, followed by nested folders (auto-created as needed).
380
+ * 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`.
381
381
  *
382
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
382
+ * 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.
383
383
  */
384
384
  path?: string | undefined;
385
385
  /**
@@ -472,13 +472,13 @@ export type UpdateToolRequestBodyVersionIncrement = ClosedEnum<
472
472
  */
473
473
  export type UpdateJSONSchemaTool = {
474
474
  /**
475
- * Entity storage path in the format: `project/folder/subfolder/...`
475
+ * Entity storage path.
476
476
  *
477
477
  * @remarks
478
478
  *
479
- * The first element identifies the project, followed by nested folders (auto-created as needed).
479
+ * 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`.
480
480
  *
481
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
481
+ * 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.
482
482
  */
483
483
  path?: string | undefined;
484
484
  /**
@@ -584,13 +584,13 @@ export type RequestBodyVersionIncrement = ClosedEnum<
584
584
  */
585
585
  export type UpdateFunctionTool = {
586
586
  /**
587
- * Entity storage path in the format: `project/folder/subfolder/...`
587
+ * Entity storage path.
588
588
  *
589
589
  * @remarks
590
590
  *
591
- * The first element identifies the project, followed by nested folders (auto-created as needed).
591
+ * 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`.
592
592
  *
593
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
593
+ * 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.
594
594
  */
595
595
  path?: string | undefined;
596
596
  /**
@@ -712,13 +712,13 @@ export type UpdateToolResponseBodyCodeTool = {
712
712
  export type UpdateToolResponseBodyCodeExecutionTool = {
713
713
  id: string;
714
714
  /**
715
- * Entity storage path in the format: `project/folder/subfolder/...`
715
+ * Entity storage path.
716
716
  *
717
717
  * @remarks
718
718
  *
719
- * The first element identifies the project, followed by nested folders (auto-created as needed).
719
+ * 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`.
720
720
  *
721
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
721
+ * 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.
722
722
  */
723
723
  path: string;
724
724
  /**
@@ -836,13 +836,13 @@ export type UpdateToolResponseBodyMcp = {
836
836
  export type UpdateToolResponseBodyMCPTool = {
837
837
  id: string;
838
838
  /**
839
- * Entity storage path in the format: `project/folder/subfolder/...`
839
+ * Entity storage path.
840
840
  *
841
841
  * @remarks
842
842
  *
843
- * The first element identifies the project, followed by nested folders (auto-created as needed).
843
+ * 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`.
844
844
  *
845
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
845
+ * 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.
846
846
  */
847
847
  path: string;
848
848
  /**
@@ -995,13 +995,13 @@ export type UpdateToolResponseBodyHttp = {
995
995
  export type UpdateToolResponseBodyHTTPTool = {
996
996
  id: string;
997
997
  /**
998
- * Entity storage path in the format: `project/folder/subfolder/...`
998
+ * Entity storage path.
999
999
  *
1000
1000
  * @remarks
1001
1001
  *
1002
- * The first element identifies the project, followed by nested folders (auto-created as needed).
1002
+ * 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`.
1003
1003
  *
1004
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
1004
+ * 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.
1005
1005
  */
1006
1006
  path: string;
1007
1007
  /**
@@ -1096,13 +1096,13 @@ export type UpdateToolResponseBodyJsonSchema = {
1096
1096
  export type UpdateToolResponseBodyJSONSchemaTool = {
1097
1097
  id: string;
1098
1098
  /**
1099
- * Entity storage path in the format: `project/folder/subfolder/...`
1099
+ * Entity storage path.
1100
1100
  *
1101
1101
  * @remarks
1102
1102
  *
1103
- * The first element identifies the project, followed by nested folders (auto-created as needed).
1103
+ * 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`.
1104
1104
  *
1105
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
1105
+ * 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.
1106
1106
  */
1107
1107
  path: string;
1108
1108
  /**
@@ -1209,13 +1209,13 @@ export type UpdateToolResponseBodyFunction = {
1209
1209
  export type UpdateToolResponseBodyFunctionTool = {
1210
1210
  id: string;
1211
1211
  /**
1212
- * Entity storage path in the format: `project/folder/subfolder/...`
1212
+ * Entity storage path.
1213
1213
  *
1214
1214
  * @remarks
1215
1215
  *
1216
- * The first element identifies the project, followed by nested folders (auto-created as needed).
1216
+ * 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`.
1217
1217
  *
1218
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
1218
+ * 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.
1219
1219
  */
1220
1220
  path: string;
1221
1221
  /**
@@ -1472,7 +1472,7 @@ export const RequestBodyTools$outboundSchema: z.ZodType<
1472
1472
  z.ZodTypeDef,
1473
1473
  RequestBodyTools
1474
1474
  > = z.object({
1475
- id: z.string().default("01KRX1WCW7TWQK0C6M5HHNAZFY"),
1475
+ id: z.string().default("01KRXPE59H38RX3EX8WF4TYKNT"),
1476
1476
  name: z.string(),
1477
1477
  description: z.string().optional(),
1478
1478
  schema: z.lazy(() => UpdateToolRequestBodyToolsSchema$outboundSchema),
@@ -2193,7 +2193,7 @@ export const UpdateToolResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
2193
2193
  z.ZodTypeDef,
2194
2194
  unknown
2195
2195
  > = z.object({
2196
- _id: z.string().default("tool_01KRX1WCW1ZN2G4XATRMF8ZJQT"),
2196
+ _id: z.string().default("tool_01KRXPE59DYFNR7AACX74ERCK6"),
2197
2197
  path: z.string(),
2198
2198
  key: z.string(),
2199
2199
  display_name: z.string().optional(),
@@ -2296,7 +2296,7 @@ export const UpdateToolResponseBodyTools$inboundSchema: z.ZodType<
2296
2296
  z.ZodTypeDef,
2297
2297
  unknown
2298
2298
  > = z.object({
2299
- id: z.string().default("01KRX1WCW01P8RCMA0B3XXD7ZT"),
2299
+ id: z.string().default("01KRXPE59CE7S0J5BSGNQDYCM7"),
2300
2300
  name: z.string(),
2301
2301
  description: z.string().optional(),
2302
2302
  schema: z.lazy(() => UpdateToolResponseBodyToolsSchema$inboundSchema),
@@ -2354,7 +2354,7 @@ export const UpdateToolResponseBodyMCPTool$inboundSchema: z.ZodType<
2354
2354
  z.ZodTypeDef,
2355
2355
  unknown
2356
2356
  > = z.object({
2357
- _id: z.string().default("tool_01KRX1WCVZGEMCJ00MCB6427JM"),
2357
+ _id: z.string().default("tool_01KRXPE59B1HEFMZYG21Y5H5QP"),
2358
2358
  path: z.string(),
2359
2359
  key: z.string(),
2360
2360
  display_name: z.string().optional(),
@@ -2543,7 +2543,7 @@ export const UpdateToolResponseBodyHTTPTool$inboundSchema: z.ZodType<
2543
2543
  z.ZodTypeDef,
2544
2544
  unknown
2545
2545
  > = z.object({
2546
- _id: z.string().default("tool_01KRX1WCVXC699PQTVCCXPK3X7"),
2546
+ _id: z.string().default("tool_01KRXPE59AFBEANJD6FT33BG9E"),
2547
2547
  path: z.string(),
2548
2548
  key: z.string(),
2549
2549
  display_name: z.string().optional(),
@@ -2638,7 +2638,7 @@ export const UpdateToolResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
2638
2638
  z.ZodTypeDef,
2639
2639
  unknown
2640
2640
  > = z.object({
2641
- _id: z.string().default("tool_01KRX1WCVWWPQBE5DB1H360FJH"),
2641
+ _id: z.string().default("tool_01KRXPE5993DDVAT5TSAG19J9F"),
2642
2642
  path: z.string(),
2643
2643
  key: z.string(),
2644
2644
  display_name: z.string().optional(),
@@ -2741,7 +2741,7 @@ export const UpdateToolResponseBodyFunctionTool$inboundSchema: z.ZodType<
2741
2741
  z.ZodTypeDef,
2742
2742
  unknown
2743
2743
  > = z.object({
2744
- _id: z.string().default("tool_01KRX1WCVVDFYXVKKS1HAJ9VD8"),
2744
+ _id: z.string().default("tool_01KRXPE598NC2BH43E58KASD93"),
2745
2745
  path: z.string(),
2746
2746
  key: z.string(),
2747
2747
  display_name: z.string().optional(),