@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
@@ -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_01KRX1WCVMFA5W1E6BF0952WFY"),
1905
+ _id: z.string().default("tool_01KRXPE5948HAG1BTDW360SZNF"),
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("01KRX1WCVKMQZWERK8YWYHKEMD"),
2002
+ id: z.string().default("01KRXPE594WDDGQDZ22SPBNSEB"),
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_01KRX1WCVJW0D3VZGJYBRNB2F1"),
2058
+ _id: z.string().default("tool_01KRXPE593CT7Z741CCRFTM09D"),
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_01KRX1WCVG1NQEEB738JEX3DAY"),
2244
+ _id: z.string().default("tool_01KRXPE592EBH6T2CWA3N12RPN"),
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_01KRX1WCVE85WC9B70V134BCEN"),
2337
+ _id: z.string().default("tool_01KRXPE5919SZRJ8WJBX6WGP0T"),
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_01KRX1WCVDJBDEJDJT47BFATA6"),
2438
+ _id: z.string().default("tool_01KRXPE590XPF454CHPEJVAMNQ"),
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
 
@@ -104,13 +104,13 @@ export type DataCodeTool = {
104
104
  export type DataCodeExecutionTool = {
105
105
  id: string;
106
106
  /**
107
- * Entity storage path in the format: `project/folder/subfolder/...`
107
+ * Entity storage path.
108
108
  *
109
109
  * @remarks
110
110
  *
111
- * The first element identifies the project, followed by nested folders (auto-created as needed).
111
+ * 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`.
112
112
  *
113
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
113
+ * 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.
114
114
  */
115
115
  path: string;
116
116
  /**
@@ -228,13 +228,13 @@ export type DataMcp = {
228
228
  export type DataMCPTool = {
229
229
  id: string;
230
230
  /**
231
- * Entity storage path in the format: `project/folder/subfolder/...`
231
+ * Entity storage path.
232
232
  *
233
233
  * @remarks
234
234
  *
235
- * The first element identifies the project, followed by nested folders (auto-created as needed).
235
+ * 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`.
236
236
  *
237
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
237
+ * 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.
238
238
  */
239
239
  path: string;
240
240
  /**
@@ -385,13 +385,13 @@ export type GetAllToolsDataHttp = {
385
385
  export type DataHTTPTool = {
386
386
  id: string;
387
387
  /**
388
- * Entity storage path in the format: `project/folder/subfolder/...`
388
+ * Entity storage path.
389
389
  *
390
390
  * @remarks
391
391
  *
392
- * The first element identifies the project, followed by nested folders (auto-created as needed).
392
+ * 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`.
393
393
  *
394
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
394
+ * 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.
395
395
  */
396
396
  path: string;
397
397
  /**
@@ -484,13 +484,13 @@ export type DataJsonSchema = {
484
484
  export type DataJSONSchemaTool = {
485
485
  id: string;
486
486
  /**
487
- * Entity storage path in the format: `project/folder/subfolder/...`
487
+ * Entity storage path.
488
488
  *
489
489
  * @remarks
490
490
  *
491
- * The first element identifies the project, followed by nested folders (auto-created as needed).
491
+ * 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`.
492
492
  *
493
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
493
+ * 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.
494
494
  */
495
495
  path: string;
496
496
  /**
@@ -597,13 +597,13 @@ export type GetAllToolsDataFunction = {
597
597
  export type DataFunctionTool = {
598
598
  id: string;
599
599
  /**
600
- * Entity storage path in the format: `project/folder/subfolder/...`
600
+ * Entity storage path.
601
601
  *
602
602
  * @remarks
603
603
  *
604
- * The first element identifies the project, followed by nested folders (auto-created as needed).
604
+ * 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`.
605
605
  *
606
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
606
+ * 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.
607
607
  */
608
608
  path: string;
609
609
  /**
@@ -767,7 +767,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
767
767
  z.ZodTypeDef,
768
768
  unknown
769
769
  > = z.object({
770
- _id: z.string().default("tool_01KRX1WCTVRAYK31CAK7J974KS"),
770
+ _id: z.string().default("tool_01KRXPE58K68WE2T1M1NXD77M1"),
771
771
  path: z.string(),
772
772
  key: z.string(),
773
773
  display_name: z.string().optional(),
@@ -864,7 +864,7 @@ export const DataTools$inboundSchema: z.ZodType<
864
864
  z.ZodTypeDef,
865
865
  unknown
866
866
  > = z.object({
867
- id: z.string().default("01KRX1WCTTNKWN5KVTGEBJ7TMY"),
867
+ id: z.string().default("01KRXPE58JAC6RWTZ0G4E312HY"),
868
868
  name: z.string(),
869
869
  description: z.string().optional(),
870
870
  schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
@@ -917,7 +917,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
917
917
  z.ZodTypeDef,
918
918
  unknown
919
919
  > = z.object({
920
- _id: z.string().default("tool_01KRX1WCTSNDVSQ0FZNBRRKKPE"),
920
+ _id: z.string().default("tool_01KRXPE58HGD24AN0AD9GS0Y4G"),
921
921
  path: z.string(),
922
922
  key: z.string(),
923
923
  display_name: z.string().optional(),
@@ -1102,7 +1102,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
1102
1102
  z.ZodTypeDef,
1103
1103
  unknown
1104
1104
  > = z.object({
1105
- _id: z.string().default("tool_01KRX1WCTQ5XHNRHR2DACWSE0Z"),
1105
+ _id: z.string().default("tool_01KRXPE58G5Y8R75XG0PB6YR2S"),
1106
1106
  path: z.string(),
1107
1107
  key: z.string(),
1108
1108
  display_name: z.string().optional(),
@@ -1195,7 +1195,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
1195
1195
  z.ZodTypeDef,
1196
1196
  unknown
1197
1197
  > = z.object({
1198
- _id: z.string().default("tool_01KRX1WCTNCNCT36TBJ45EKC80"),
1198
+ _id: z.string().default("tool_01KRXPE58FJ7QJHE3XNS8MBJT8"),
1199
1199
  path: z.string(),
1200
1200
  key: z.string(),
1201
1201
  display_name: z.string().optional(),
@@ -1297,7 +1297,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
1297
1297
  z.ZodTypeDef,
1298
1298
  unknown
1299
1299
  > = z.object({
1300
- _id: z.string().default("tool_01KRX1WCTM6TSP6X653E21EXP0"),
1300
+ _id: z.string().default("tool_01KRXPE58EQD789KH4Z7B5RTQQ"),
1301
1301
  path: z.string(),
1302
1302
  key: z.string(),
1303
1303
  display_name: z.string().optional(),
@@ -748,6 +748,7 @@ export type GetEvalsLlm2 = {
748
748
  prompt: string;
749
749
  categories?: Array<string> | undefined;
750
750
  categoricalLabels?: Array<GetEvalsLLMEvalsCategoricalLabels> | undefined;
751
+ datasetId?: string | undefined;
751
752
  key: string;
752
753
  mode: "jury";
753
754
  jury: GetEvalsLLMJury;
@@ -824,6 +825,7 @@ export type GetEvalsLlm1 = {
824
825
  prompt: string;
825
826
  categories?: Array<string> | undefined;
826
827
  categoricalLabels?: Array<GetEvalsLLMCategoricalLabels> | undefined;
828
+ datasetId?: string | undefined;
827
829
  key: string;
828
830
  mode: "single";
829
831
  model: string;
@@ -1040,8 +1042,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
1040
1042
  > = z.object({
1041
1043
  _id: z.string(),
1042
1044
  description: z.string(),
1043
- created: z.string().default("2026-05-18T08:05:04.737Z"),
1044
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
1045
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
1046
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
1045
1047
  guardrail_config: z.nullable(
1046
1048
  z.union([
1047
1049
  z.lazy(() =>
@@ -1220,8 +1222,8 @@ export const DataRagas$inboundSchema: z.ZodType<
1220
1222
  > = z.object({
1221
1223
  _id: z.string(),
1222
1224
  description: z.string(),
1223
- created: z.string().default("2026-05-18T08:05:04.737Z"),
1224
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
1225
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
1226
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
1225
1227
  guardrail_config: z.nullable(
1226
1228
  z.union([
1227
1229
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
@@ -2050,8 +2052,8 @@ export const DataFunction$inboundSchema: z.ZodType<
2050
2052
  > = z.object({
2051
2053
  _id: z.string(),
2052
2054
  description: z.string(),
2053
- created: z.string().default("2026-05-18T08:05:04.737Z"),
2054
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
2055
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
2056
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
2055
2057
  guardrail_config: z.nullable(
2056
2058
  z.union([
2057
2059
  z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
@@ -2232,8 +2234,8 @@ export const DataPython$inboundSchema: z.ZodType<
2232
2234
  > = z.object({
2233
2235
  _id: z.string(),
2234
2236
  description: z.string(),
2235
- created: z.string().default("2026-05-18T08:05:04.737Z"),
2236
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
2237
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
2238
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
2237
2239
  guardrail_config: z.nullable(
2238
2240
  z.union([
2239
2241
  z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
@@ -2410,8 +2412,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
2410
2412
  > = z.object({
2411
2413
  _id: z.string(),
2412
2414
  description: z.string(),
2413
- created: z.string().default("2026-05-18T08:05:04.737Z"),
2414
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
2415
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
2416
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
2415
2417
  guardrail_config: z.nullable(
2416
2418
  z.union([
2417
2419
  z.lazy(() =>
@@ -2600,8 +2602,8 @@ export const DataJSON$inboundSchema: z.ZodType<
2600
2602
  > = z.object({
2601
2603
  _id: z.string(),
2602
2604
  description: z.string(),
2603
- created: z.string().default("2026-05-18T08:05:04.737Z"),
2604
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
2605
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
2606
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
2605
2607
  guardrail_config: z.nullable(
2606
2608
  z.union([
2607
2609
  z.lazy(() =>
@@ -2966,8 +2968,8 @@ export const GetEvalsLlm2$inboundSchema: z.ZodType<
2966
2968
  > = z.object({
2967
2969
  _id: z.string(),
2968
2970
  description: z.string(),
2969
- created: z.string().default("2026-05-18T08:05:04.737Z"),
2970
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
2971
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
2972
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
2971
2973
  guardrail_config: z.nullable(
2972
2974
  z.union([
2973
2975
  z.lazy(() =>
@@ -2988,6 +2990,7 @@ export const GetEvalsLlm2$inboundSchema: z.ZodType<
2988
2990
  categorical_labels: z.array(
2989
2991
  z.lazy(() => GetEvalsLLMEvalsCategoricalLabels$inboundSchema),
2990
2992
  ).optional(),
2993
+ dataset_id: z.string().optional(),
2991
2994
  key: z.string(),
2992
2995
  mode: z.literal("jury"),
2993
2996
  jury: z.lazy(() => GetEvalsLLMJury$inboundSchema),
@@ -2996,6 +2999,7 @@ export const GetEvalsLlm2$inboundSchema: z.ZodType<
2996
2999
  "_id": "id",
2997
3000
  "guardrail_config": "guardrailConfig",
2998
3001
  "categorical_labels": "categoricalLabels",
3002
+ "dataset_id": "datasetId",
2999
3003
  });
3000
3004
  });
3001
3005
 
@@ -3175,8 +3179,8 @@ export const GetEvalsLlm1$inboundSchema: z.ZodType<
3175
3179
  > = z.object({
3176
3180
  _id: z.string(),
3177
3181
  description: z.string(),
3178
- created: z.string().default("2026-05-18T08:05:04.737Z"),
3179
- updated: z.string().default("2026-05-18T08:05:04.737Z"),
3182
+ created: z.string().default("2026-05-18T14:04:16.993Z"),
3183
+ updated: z.string().default("2026-05-18T14:04:16.993Z"),
3180
3184
  guardrail_config: z.nullable(
3181
3185
  z.union([
3182
3186
  z.lazy(() =>
@@ -3197,6 +3201,7 @@ export const GetEvalsLlm1$inboundSchema: z.ZodType<
3197
3201
  categorical_labels: z.array(
3198
3202
  z.lazy(() => GetEvalsLLMCategoricalLabels$inboundSchema),
3199
3203
  ).optional(),
3204
+ dataset_id: z.string().optional(),
3200
3205
  key: z.string(),
3201
3206
  mode: z.literal("single"),
3202
3207
  model: z.string(),
@@ -3205,6 +3210,7 @@ export const GetEvalsLlm1$inboundSchema: z.ZodType<
3205
3210
  "_id": "id",
3206
3211
  "guardrail_config": "guardrailConfig",
3207
3212
  "categorical_labels": "categoricalLabels",
3213
+ "dataset_id": "datasetId",
3208
3214
  });
3209
3215
  });
3210
3216
 
@@ -112,13 +112,13 @@ export type GetOneKnowledgeResponseBody2 = {
112
112
  */
113
113
  domainId: string;
114
114
  /**
115
- * Entity storage path in the format: `project/folder/subfolder/...`
115
+ * Entity storage path.
116
116
  *
117
117
  * @remarks
118
118
  *
119
- * The first element identifies the project, followed by nested folders (auto-created as needed).
119
+ * 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`.
120
120
  *
121
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
121
+ * 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.
122
122
  */
123
123
  path?: string | undefined;
124
124
  createdById?: string | null | undefined;
@@ -238,13 +238,13 @@ export type GetOneKnowledgeResponseBody1 = {
238
238
  */
239
239
  domainId: string;
240
240
  /**
241
- * Entity storage path in the format: `project/folder/subfolder/...`
241
+ * Entity storage path.
242
242
  *
243
243
  * @remarks
244
244
  *
245
- * The first element identifies the project, followed by nested folders (auto-created as needed).
245
+ * 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`.
246
246
  *
247
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
247
+ * 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.
248
248
  */
249
249
  path?: string | undefined;
250
250
  createdById?: string | null | undefined;
@@ -140,7 +140,7 @@ export const GetV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
140
140
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
141
141
  .optional(),
142
142
  updated: z.string().datetime({ offset: true }).default(
143
- "2026-05-18T08:05:02.495Z",
143
+ "2026-05-18T14:04:15.855Z",
144
144
  ).transform(v => new Date(v)),
145
145
  filter_type: z.literal("name"),
146
146
  filter_value: z.string(),
@@ -185,7 +185,7 @@ export const GetV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
185
185
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
186
186
  .optional(),
187
187
  updated: z.string().datetime({ offset: true }).default(
188
- "2026-05-18T08:05:02.495Z",
188
+ "2026-05-18T14:04:15.855Z",
189
189
  ).transform(v => new Date(v)),
190
190
  filter_type: z.literal("span_type"),
191
191
  filter_values: z.array(z.string()),
@@ -141,7 +141,7 @@ export const GetV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
141
141
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
142
142
  .optional(),
143
143
  updated: z.string().datetime({ offset: true }).default(
144
- "2026-05-18T08:05:02.495Z",
144
+ "2026-05-18T14:04:15.855Z",
145
145
  ).transform(v => new Date(v)),
146
146
  filter_type: z.literal("name"),
147
147
  filter_value: z.string(),
@@ -186,7 +186,7 @@ export const GetV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
186
186
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
187
187
  .optional(),
188
188
  updated: z.string().datetime({ offset: true }).default(
189
- "2026-05-18T08:05:02.495Z",
189
+ "2026-05-18T14:04:15.855Z",
190
190
  ).transform(v => new Date(v)),
191
191
  filter_type: z.literal("span_type"),
192
192
  filter_values: z.array(z.string()),
@@ -10,13 +10,11 @@ export * from "./createannotation.js";
10
10
  export * from "./createchatcompletion.js";
11
11
  export * from "./createchunk.js";
12
12
  export * from "./createcompletion.js";
13
- export * from "./createcontact.js";
14
13
  export * from "./createdataset.js";
15
14
  export * from "./createdatasetitem.js";
16
15
  export * from "./createdatasource.js";
17
16
  export * from "./createembedding.js";
18
17
  export * from "./createeval.js";
19
- export * from "./createidentity.js";
20
18
  export * from "./createimage.js";
21
19
  export * from "./createimageedit.js";
22
20
  export * from "./createimagevariation.js";
@@ -112,7 +110,6 @@ export * from "./projectdelete.js";
112
110
  export * from "./projectget.js";
113
111
  export * from "./projectlist.js";
114
112
  export * from "./projectupdate.js";
115
- export * from "./remoteconfigsgetconfig.js";
116
113
  export * from "./retrieveagentrequest.js";
117
114
  export * from "./retrieveagentschedule.js";
118
115
  export * from "./retrievedatapoint.js";