@orq-ai/node 4.10.0-rc.16 → 4.10.0-rc.18

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 +55 -46
  2. package/funcs/contactsCreate.d.ts +17 -0
  3. package/funcs/contactsCreate.d.ts.map +1 -0
  4. package/funcs/{reportingQuery.js → contactsCreate.js} +10 -10
  5. package/funcs/contactsCreate.js.map +1 -0
  6. package/funcs/identitiesCreate.d.ts +3 -3
  7. package/funcs/identitiesCreate.d.ts.map +1 -1
  8. package/funcs/identitiesCreate.js +7 -5
  9. package/funcs/identitiesCreate.js.map +1 -1
  10. package/funcs/identitiesDelete.d.ts +3 -3
  11. package/funcs/identitiesDelete.d.ts.map +1 -1
  12. package/funcs/identitiesDelete.js +7 -3
  13. package/funcs/identitiesDelete.js.map +1 -1
  14. package/funcs/identitiesList.d.ts +1 -2
  15. package/funcs/identitiesList.d.ts.map +1 -1
  16. package/funcs/identitiesList.js +2 -3
  17. package/funcs/identitiesList.js.map +1 -1
  18. package/funcs/identitiesRetrieve.d.ts +2 -2
  19. package/funcs/identitiesRetrieve.d.ts.map +1 -1
  20. package/funcs/identitiesRetrieve.js +5 -2
  21. package/funcs/identitiesRetrieve.js.map +1 -1
  22. package/funcs/identitiesUpdate.d.ts +2 -2
  23. package/funcs/identitiesUpdate.d.ts.map +1 -1
  24. package/funcs/identitiesUpdate.js +6 -5
  25. package/funcs/identitiesUpdate.js.map +1 -1
  26. package/funcs/projectsCreate.d.ts +1 -1
  27. package/funcs/projectsCreate.js +1 -1
  28. package/funcs/projectsDelete.d.ts +0 -3
  29. package/funcs/projectsDelete.d.ts.map +1 -1
  30. package/funcs/projectsDelete.js +0 -3
  31. package/funcs/projectsDelete.js.map +1 -1
  32. package/funcs/projectsList.d.ts +1 -1
  33. package/funcs/projectsList.js +1 -1
  34. package/funcs/remoteconfigsRetrieve.d.ts +14 -0
  35. package/funcs/remoteconfigsRetrieve.d.ts.map +1 -0
  36. package/funcs/remoteconfigsRetrieve.js +115 -0
  37. package/funcs/remoteconfigsRetrieve.js.map +1 -0
  38. package/funcs/skillsCreate.d.ts +1 -1
  39. package/funcs/skillsCreate.js +1 -1
  40. package/funcs/skillsDelete.d.ts +0 -3
  41. package/funcs/skillsDelete.d.ts.map +1 -1
  42. package/funcs/skillsDelete.js +0 -3
  43. package/funcs/skillsDelete.js.map +1 -1
  44. package/funcs/skillsGet.d.ts +1 -1
  45. package/funcs/skillsGet.js +1 -1
  46. package/funcs/skillsList.d.ts +1 -1
  47. package/funcs/skillsList.js +1 -1
  48. package/funcs/skillsUpdate.d.ts +1 -1
  49. package/funcs/skillsUpdate.js +1 -1
  50. package/jsr.json +1 -1
  51. package/lib/config.d.ts +2 -2
  52. package/lib/config.js +2 -2
  53. package/models/components/createprojectrequest.d.ts +0 -6
  54. package/models/components/createprojectrequest.d.ts.map +1 -1
  55. package/models/components/createprojectrequest.js.map +1 -1
  56. package/models/components/createprojectresponse.d.ts +0 -3
  57. package/models/components/createprojectresponse.d.ts.map +1 -1
  58. package/models/components/createprojectresponse.js.map +1 -1
  59. package/models/components/createskillrequest.d.ts +0 -18
  60. package/models/components/createskillrequest.d.ts.map +1 -1
  61. package/models/components/createskillrequest.js.map +1 -1
  62. package/models/components/createskillresponse.d.ts +0 -3
  63. package/models/components/createskillresponse.d.ts.map +1 -1
  64. package/models/components/createskillresponse.js.map +1 -1
  65. package/models/components/file.d.ts +1 -0
  66. package/models/components/file.d.ts.map +1 -1
  67. package/models/components/file.js +2 -0
  68. package/models/components/file.js.map +1 -1
  69. package/models/components/getprojectresponse.d.ts +0 -3
  70. package/models/components/getprojectresponse.d.ts.map +1 -1
  71. package/models/components/getprojectresponse.js.map +1 -1
  72. package/models/components/getskillresponse.d.ts +0 -3
  73. package/models/components/getskillresponse.d.ts.map +1 -1
  74. package/models/components/getskillresponse.js.map +1 -1
  75. package/models/components/index.d.ts +0 -15
  76. package/models/components/index.d.ts.map +1 -1
  77. package/models/components/index.js +0 -15
  78. package/models/components/index.js.map +1 -1
  79. package/models/components/invokedeploymentrequest.d.ts +6 -6
  80. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  81. package/models/components/invokedeploymentrequest.js +6 -7
  82. package/models/components/invokedeploymentrequest.js.map +1 -1
  83. package/models/components/listprojectsresponse.d.ts +0 -12
  84. package/models/components/listprojectsresponse.d.ts.map +1 -1
  85. package/models/components/listprojectsresponse.js.map +1 -1
  86. package/models/components/listskillsresponse.d.ts +0 -12
  87. package/models/components/listskillsresponse.d.ts.map +1 -1
  88. package/models/components/listskillsresponse.js.map +1 -1
  89. package/models/components/modelref.d.ts +0 -2
  90. package/models/components/modelref.d.ts.map +1 -1
  91. package/models/components/modelref.js +0 -4
  92. package/models/components/modelref.js.map +1 -1
  93. package/models/components/project.d.ts +1 -42
  94. package/models/components/project.d.ts.map +1 -1
  95. package/models/components/project.js +2 -0
  96. package/models/components/project.js.map +1 -1
  97. package/models/components/reasoningpart.js +1 -1
  98. package/models/components/skill.d.ts +1 -37
  99. package/models/components/skill.d.ts.map +1 -1
  100. package/models/components/skill.js +2 -0
  101. package/models/components/skill.js.map +1 -1
  102. package/models/components/updateprojectrequest.d.ts +0 -12
  103. package/models/components/updateprojectrequest.d.ts.map +1 -1
  104. package/models/components/updateprojectrequest.js.map +1 -1
  105. package/models/components/updateprojectresponse.d.ts +0 -3
  106. package/models/components/updateprojectresponse.d.ts.map +1 -1
  107. package/models/components/updateprojectresponse.js.map +1 -1
  108. package/models/components/updateskillrequest.d.ts +0 -21
  109. package/models/components/updateskillrequest.d.ts.map +1 -1
  110. package/models/components/updateskillrequest.js.map +1 -1
  111. package/models/components/updateskillresponse.d.ts +0 -3
  112. package/models/components/updateskillresponse.d.ts.map +1 -1
  113. package/models/components/updateskillresponse.js.map +1 -1
  114. package/models/errors/deleteidentity.d.ts +30 -0
  115. package/models/errors/deleteidentity.d.ts.map +1 -0
  116. package/models/{components/identitymetrics.js → errors/deleteidentity.js} +29 -19
  117. package/models/errors/deleteidentity.js.map +1 -0
  118. package/models/errors/index.d.ts +3 -0
  119. package/models/errors/index.d.ts.map +1 -1
  120. package/models/errors/index.js +3 -0
  121. package/models/errors/index.js.map +1 -1
  122. package/models/errors/retrieveidentity.d.ts +57 -0
  123. package/models/errors/retrieveidentity.d.ts.map +1 -0
  124. package/models/errors/retrieveidentity.js +100 -0
  125. package/models/errors/retrieveidentity.js.map +1 -0
  126. package/models/errors/updateidentity.d.ts +26 -0
  127. package/models/errors/updateidentity.d.ts.map +1 -0
  128. package/models/{components/listidentitiesresponse.js → errors/updateidentity.js} +26 -16
  129. package/models/errors/updateidentity.js.map +1 -0
  130. package/models/operations/createagentrequest.d.ts +3 -3
  131. package/models/operations/createannotation.d.ts +4 -4
  132. package/models/operations/createannotation.d.ts.map +1 -1
  133. package/models/operations/createannotation.js +5 -5
  134. package/models/operations/createannotation.js.map +1 -1
  135. package/models/operations/createcontact.d.ts +95 -0
  136. package/models/operations/createcontact.d.ts.map +1 -0
  137. package/models/{components/identity.js → operations/createcontact.js} +32 -22
  138. package/models/operations/createcontact.js.map +1 -0
  139. package/models/operations/createdataset.d.ts +3 -3
  140. package/models/operations/createdataset.js +1 -1
  141. package/models/operations/createdatasetitem.js +4 -4
  142. package/models/operations/createdatasource.js +1 -1
  143. package/models/operations/createeval.d.ts +15 -21
  144. package/models/operations/createeval.d.ts.map +1 -1
  145. package/models/operations/createeval.js +16 -24
  146. package/models/operations/createeval.js.map +1 -1
  147. package/models/operations/createidentity.d.ts +99 -0
  148. package/models/operations/createidentity.d.ts.map +1 -0
  149. package/models/{components/createidentityrequest.js → operations/createidentity.js} +38 -18
  150. package/models/operations/createidentity.js.map +1 -0
  151. package/models/operations/createknowledge.d.ts +9 -9
  152. package/models/operations/creatememorystore.d.ts +3 -3
  153. package/models/operations/createprompt.d.ts +3 -3
  154. package/models/operations/createtool.d.ts +30 -30
  155. package/models/operations/createtool.js +6 -6
  156. package/models/operations/deleteidentity.d.ts +3 -0
  157. package/models/operations/deleteidentity.d.ts.map +1 -1
  158. package/models/operations/deleteidentity.js.map +1 -1
  159. package/models/operations/getalltools.d.ts +15 -15
  160. package/models/operations/getalltools.js +6 -6
  161. package/models/operations/getevals.d.ts +0 -2
  162. package/models/operations/getevals.d.ts.map +1 -1
  163. package/models/operations/getevals.js +16 -20
  164. package/models/operations/getevals.js.map +1 -1
  165. package/models/operations/getoneknowledge.d.ts +6 -6
  166. package/models/operations/getv2humanevalsets.js +2 -2
  167. package/models/operations/getv2humanevalsetsid.js +2 -2
  168. package/models/operations/index.d.ts +3 -0
  169. package/models/operations/index.d.ts.map +1 -1
  170. package/models/operations/index.js +3 -0
  171. package/models/operations/index.js.map +1 -1
  172. package/models/operations/invokeeval.d.ts +28 -28
  173. package/models/operations/invokeeval.d.ts.map +1 -1
  174. package/models/operations/invokeeval.js +40 -40
  175. package/models/operations/invokeeval.js.map +1 -1
  176. package/models/operations/listagents.d.ts +3 -3
  177. package/models/operations/listdatasetdatapoints.js +4 -4
  178. package/models/operations/listdatasets.js +1 -1
  179. package/models/operations/listdatasources.js +1 -1
  180. package/models/operations/listidentities.d.ts +121 -5
  181. package/models/operations/listidentities.d.ts.map +1 -1
  182. package/models/operations/listidentities.js +76 -5
  183. package/models/operations/listidentities.js.map +1 -1
  184. package/models/operations/listknowledgebases.d.ts +6 -6
  185. package/models/operations/patchv2humanevalsetsid.js +2 -2
  186. package/models/operations/postv2agentsa2a.d.ts +4 -4
  187. package/models/operations/postv2agentsa2a.d.ts.map +1 -1
  188. package/models/operations/postv2agentsa2a.js +6 -6
  189. package/models/operations/postv2agentsa2a.js.map +1 -1
  190. package/models/operations/postv2feedback.d.ts +15 -15
  191. package/models/operations/postv2feedback.d.ts.map +1 -1
  192. package/models/operations/postv2feedback.js +16 -15
  193. package/models/operations/postv2feedback.js.map +1 -1
  194. package/models/operations/postv2feedbackevaluation.js +3 -3
  195. package/models/operations/postv2feedbackremove.d.ts +8 -8
  196. package/models/operations/postv2feedbackremove.d.ts.map +1 -1
  197. package/models/operations/postv2feedbackremove.js +7 -8
  198. package/models/operations/postv2feedbackremove.js.map +1 -1
  199. package/models/operations/postv2humanevalsets.js +2 -2
  200. package/models/operations/projectdelete.d.ts +0 -3
  201. package/models/operations/projectdelete.d.ts.map +1 -1
  202. package/models/operations/projectdelete.js.map +1 -1
  203. package/models/operations/projectget.d.ts +0 -3
  204. package/models/operations/projectget.d.ts.map +1 -1
  205. package/models/operations/projectget.js.map +1 -1
  206. package/models/operations/projectlist.d.ts +0 -15
  207. package/models/operations/projectlist.d.ts.map +1 -1
  208. package/models/operations/projectlist.js.map +1 -1
  209. package/models/operations/projectupdate.d.ts +0 -3
  210. package/models/operations/projectupdate.d.ts.map +1 -1
  211. package/models/operations/projectupdate.js.map +1 -1
  212. package/models/operations/remoteconfigsgetconfig.d.ts +67 -0
  213. package/models/operations/remoteconfigsgetconfig.d.ts.map +1 -0
  214. package/models/{components/responsemeta.js → operations/remoteconfigsgetconfig.js} +27 -31
  215. package/models/operations/remoteconfigsgetconfig.js.map +1 -0
  216. package/models/operations/retrieveagentrequest.d.ts +3 -3
  217. package/models/operations/retrievedatapoint.js +4 -4
  218. package/models/operations/retrievedataset.js +1 -1
  219. package/models/operations/retrievedatasource.js +1 -1
  220. package/models/operations/retrieveidentity.d.ts +78 -2
  221. package/models/operations/retrieveidentity.d.ts.map +1 -1
  222. package/models/operations/retrieveidentity.js +46 -2
  223. package/models/operations/retrieveidentity.js.map +1 -1
  224. package/models/operations/retrievetool.d.ts +15 -15
  225. package/models/operations/retrievetool.js +6 -6
  226. package/models/operations/runagent.d.ts +3 -3
  227. package/models/operations/runagent.js +1 -1
  228. package/models/operations/skilldelete.d.ts +0 -3
  229. package/models/operations/skilldelete.d.ts.map +1 -1
  230. package/models/operations/skilldelete.js.map +1 -1
  231. package/models/operations/skilllist.d.ts +0 -12
  232. package/models/operations/skilllist.d.ts.map +1 -1
  233. package/models/operations/skilllist.js.map +1 -1
  234. package/models/operations/skillupdate.d.ts +0 -3
  235. package/models/operations/skillupdate.d.ts.map +1 -1
  236. package/models/operations/skillupdate.js.map +1 -1
  237. package/models/operations/streamrunagent.d.ts +3 -3
  238. package/models/operations/streamrunagent.js +1 -1
  239. package/models/operations/updateagent.d.ts +6 -6
  240. package/models/operations/updatedatapoint.js +4 -4
  241. package/models/operations/updatedataset.d.ts +3 -3
  242. package/models/operations/updatedataset.js +1 -1
  243. package/models/operations/updatedatasource.js +1 -1
  244. package/models/operations/updateeval.d.ts +4 -6
  245. package/models/operations/updateeval.d.ts.map +1 -1
  246. package/models/operations/updateeval.js +19 -22
  247. package/models/operations/updateeval.js.map +1 -1
  248. package/models/operations/updateidentity.d.ts +96 -3
  249. package/models/operations/updateidentity.d.ts.map +1 -1
  250. package/models/operations/updateidentity.js +46 -4
  251. package/models/operations/updateidentity.js.map +1 -1
  252. package/models/operations/updateknowledge.d.ts +12 -12
  253. package/models/operations/updateprompt.d.ts +3 -3
  254. package/models/operations/updatetool.d.ts +30 -30
  255. package/models/operations/updatetool.js +7 -7
  256. package/package.json +1 -1
  257. package/sdk/contacts.d.ts +12 -0
  258. package/sdk/contacts.d.ts.map +1 -0
  259. package/sdk/contacts.js +22 -0
  260. package/sdk/contacts.js.map +1 -0
  261. package/sdk/feedback.d.ts +1 -1
  262. package/sdk/feedback.d.ts.map +1 -1
  263. package/sdk/feedback.js +3 -3
  264. package/sdk/feedback.js.map +1 -1
  265. package/sdk/identities.d.ts +10 -11
  266. package/sdk/identities.d.ts.map +1 -1
  267. package/sdk/identities.js +9 -9
  268. package/sdk/identities.js.map +1 -1
  269. package/sdk/projects.d.ts +2 -5
  270. package/sdk/projects.d.ts.map +1 -1
  271. package/sdk/projects.js +2 -5
  272. package/sdk/projects.js.map +1 -1
  273. package/sdk/remoteconfigs.d.ts +9 -0
  274. package/sdk/remoteconfigs.d.ts.map +1 -0
  275. package/sdk/remoteconfigs.js +19 -0
  276. package/sdk/remoteconfigs.js.map +1 -0
  277. package/sdk/sdk.d.ts +10 -7
  278. package/sdk/sdk.d.ts.map +1 -1
  279. package/sdk/sdk.js +14 -10
  280. package/sdk/sdk.js.map +1 -1
  281. package/sdk/skills.d.ts +4 -7
  282. package/sdk/skills.d.ts.map +1 -1
  283. package/sdk/skills.js +4 -7
  284. package/sdk/skills.js.map +1 -1
  285. package/src/funcs/{reportingQuery.ts → contactsCreate.ts} +13 -13
  286. package/src/funcs/identitiesCreate.ts +15 -10
  287. package/src/funcs/identitiesDelete.ts +16 -7
  288. package/src/funcs/identitiesList.ts +5 -6
  289. package/src/funcs/identitiesRetrieve.ts +18 -6
  290. package/src/funcs/identitiesUpdate.ts +15 -9
  291. package/src/funcs/projectsCreate.ts +1 -1
  292. package/src/funcs/projectsDelete.ts +0 -3
  293. package/src/funcs/projectsList.ts +1 -1
  294. package/src/funcs/remoteconfigsRetrieve.ts +163 -0
  295. package/src/funcs/skillsCreate.ts +1 -1
  296. package/src/funcs/skillsDelete.ts +0 -3
  297. package/src/funcs/skillsGet.ts +1 -1
  298. package/src/funcs/skillsList.ts +1 -1
  299. package/src/funcs/skillsUpdate.ts +1 -1
  300. package/src/lib/config.ts +2 -2
  301. package/src/models/components/createprojectrequest.ts +0 -6
  302. package/src/models/components/createprojectresponse.ts +0 -3
  303. package/src/models/components/createskillrequest.ts +0 -18
  304. package/src/models/components/createskillresponse.ts +0 -3
  305. package/src/models/components/file.ts +3 -0
  306. package/src/models/components/getprojectresponse.ts +0 -3
  307. package/src/models/components/getskillresponse.ts +0 -3
  308. package/src/models/components/index.ts +0 -15
  309. package/src/models/components/invokedeploymentrequest.ts +10 -17
  310. package/src/models/components/listprojectsresponse.ts +0 -12
  311. package/src/models/components/listskillsresponse.ts +0 -12
  312. package/src/models/components/modelref.ts +0 -6
  313. package/src/models/components/project.ts +3 -42
  314. package/src/models/components/reasoningpart.ts +1 -1
  315. package/src/models/components/skill.ts +3 -37
  316. package/src/models/components/updateprojectrequest.ts +0 -12
  317. package/src/models/components/updateprojectresponse.ts +0 -3
  318. package/src/models/components/updateskillrequest.ts +0 -21
  319. package/src/models/components/updateskillresponse.ts +0 -3
  320. package/src/models/errors/deleteidentity.ts +62 -0
  321. package/src/models/errors/index.ts +3 -0
  322. package/src/models/errors/retrieveidentity.ts +118 -0
  323. package/src/models/errors/updateidentity.ts +54 -0
  324. package/src/models/operations/createagentrequest.ts +3 -3
  325. package/src/models/operations/createannotation.ts +11 -7
  326. package/src/models/operations/createcontact.ts +156 -0
  327. package/src/models/operations/createdataset.ts +4 -4
  328. package/src/models/operations/createdatasetitem.ts +4 -4
  329. package/src/models/operations/createdatasource.ts +1 -1
  330. package/src/models/operations/createeval.ts +31 -45
  331. package/src/models/operations/createidentity.ts +162 -0
  332. package/src/models/operations/createknowledge.ts +9 -9
  333. package/src/models/operations/creatememorystore.ts +3 -3
  334. package/src/models/operations/createprompt.ts +3 -3
  335. package/src/models/operations/createtool.ts +36 -36
  336. package/src/models/operations/deleteidentity.ts +3 -0
  337. package/src/models/operations/getalltools.ts +21 -21
  338. package/src/models/operations/getevals.ts +16 -22
  339. package/src/models/operations/getoneknowledge.ts +6 -6
  340. package/src/models/operations/getv2humanevalsets.ts +2 -2
  341. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  342. package/src/models/operations/index.ts +3 -0
  343. package/src/models/operations/invokeeval.ts +80 -83
  344. package/src/models/operations/listagents.ts +3 -3
  345. package/src/models/operations/listdatasetdatapoints.ts +4 -4
  346. package/src/models/operations/listdatasets.ts +1 -1
  347. package/src/models/operations/listdatasources.ts +1 -1
  348. package/src/models/operations/listidentities.ts +230 -9
  349. package/src/models/operations/listknowledgebases.ts +6 -6
  350. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  351. package/src/models/operations/postv2agentsa2a.ts +17 -14
  352. package/src/models/operations/postv2feedback.ts +27 -34
  353. package/src/models/operations/postv2feedbackevaluation.ts +3 -3
  354. package/src/models/operations/postv2feedbackremove.ts +17 -14
  355. package/src/models/operations/postv2humanevalsets.ts +2 -2
  356. package/src/models/operations/projectdelete.ts +0 -3
  357. package/src/models/operations/projectget.ts +0 -3
  358. package/src/models/operations/projectlist.ts +0 -15
  359. package/src/models/operations/projectupdate.ts +0 -3
  360. package/src/models/operations/remoteconfigsgetconfig.ts +108 -0
  361. package/src/models/operations/retrieveagentrequest.ts +3 -3
  362. package/src/models/operations/retrievedatapoint.ts +4 -4
  363. package/src/models/operations/retrievedataset.ts +1 -1
  364. package/src/models/operations/retrievedatasource.ts +1 -1
  365. package/src/models/operations/retrieveidentity.ts +138 -3
  366. package/src/models/operations/retrievetool.ts +21 -21
  367. package/src/models/operations/runagent.ts +4 -4
  368. package/src/models/operations/skilldelete.ts +0 -3
  369. package/src/models/operations/skilllist.ts +0 -12
  370. package/src/models/operations/skillupdate.ts +0 -3
  371. package/src/models/operations/streamrunagent.ts +4 -4
  372. package/src/models/operations/updateagent.ts +6 -6
  373. package/src/models/operations/updatedatapoint.ts +4 -4
  374. package/src/models/operations/updatedataset.ts +4 -4
  375. package/src/models/operations/updatedatasource.ts +1 -1
  376. package/src/models/operations/updateeval.ts +23 -30
  377. package/src/models/operations/updateidentity.ts +154 -5
  378. package/src/models/operations/updateknowledge.ts +12 -12
  379. package/src/models/operations/updateprompt.ts +3 -3
  380. package/src/models/operations/updatetool.ts +37 -37
  381. package/src/sdk/contacts.ts +27 -0
  382. package/src/sdk/feedback.ts +8 -8
  383. package/src/sdk/identities.ts +17 -18
  384. package/src/sdk/projects.ts +2 -5
  385. package/src/sdk/remoteconfigs.ts +24 -0
  386. package/src/sdk/sdk.ts +22 -16
  387. package/src/sdk/skills.ts +4 -7
  388. package/funcs/reportingQuery.d.ts +0 -17
  389. package/funcs/reportingQuery.d.ts.map +0 -1
  390. package/funcs/reportingQuery.js.map +0 -1
  391. package/models/components/createidentityrequest.d.ts +0 -28
  392. package/models/components/createidentityrequest.d.ts.map +0 -1
  393. package/models/components/createidentityrequest.js.map +0 -1
  394. package/models/components/createidentityresponse.d.ts +0 -11
  395. package/models/components/createidentityresponse.d.ts.map +0 -1
  396. package/models/components/createidentityresponse.js +0 -51
  397. package/models/components/createidentityresponse.js.map +0 -1
  398. package/models/components/datapoint.d.ts +0 -40
  399. package/models/components/datapoint.d.ts.map +0 -1
  400. package/models/components/datapoint.js +0 -53
  401. package/models/components/datapoint.js.map +0 -1
  402. package/models/components/deleteidentityresponse.d.ts +0 -8
  403. package/models/components/deleteidentityresponse.d.ts.map +0 -1
  404. package/models/components/deleteidentityresponse.js +0 -48
  405. package/models/components/deleteidentityresponse.js.map +0 -1
  406. package/models/components/filter.d.ts +0 -99
  407. package/models/components/filter.d.ts.map +0 -1
  408. package/models/components/filter.js +0 -120
  409. package/models/components/filter.js.map +0 -1
  410. package/models/components/identity.d.ts +0 -25
  411. package/models/components/identity.d.ts.map +0 -1
  412. package/models/components/identity.js.map +0 -1
  413. package/models/components/identitymetrics.d.ts +0 -13
  414. package/models/components/identitymetrics.d.ts.map +0 -1
  415. package/models/components/identitymetrics.js.map +0 -1
  416. package/models/components/listidentitiesresponse.d.ts +0 -13
  417. package/models/components/listidentitiesresponse.d.ts.map +0 -1
  418. package/models/components/listidentitiesresponse.js.map +0 -1
  419. package/models/components/queryreportrequest.d.ts +0 -156
  420. package/models/components/queryreportrequest.d.ts.map +0 -1
  421. package/models/components/queryreportrequest.js +0 -166
  422. package/models/components/queryreportrequest.js.map +0 -1
  423. package/models/components/queryreportresponse.d.ts +0 -59
  424. package/models/components/queryreportresponse.d.ts.map +0 -1
  425. package/models/components/queryreportresponse.js +0 -73
  426. package/models/components/queryreportresponse.js.map +0 -1
  427. package/models/components/responsemeta.d.ts +0 -63
  428. package/models/components/responsemeta.d.ts.map +0 -1
  429. package/models/components/responsemeta.js.map +0 -1
  430. package/models/components/retrieveidentityresponse.d.ts +0 -11
  431. package/models/components/retrieveidentityresponse.d.ts.map +0 -1
  432. package/models/components/retrieveidentityresponse.js +0 -51
  433. package/models/components/retrieveidentityresponse.js.map +0 -1
  434. package/models/components/totals.d.ts +0 -18
  435. package/models/components/totals.d.ts.map +0 -1
  436. package/models/components/totals.js +0 -51
  437. package/models/components/totals.js.map +0 -1
  438. package/models/components/updateidentityrequest.d.ts +0 -28
  439. package/models/components/updateidentityrequest.d.ts.map +0 -1
  440. package/models/components/updateidentityrequest.js +0 -67
  441. package/models/components/updateidentityrequest.js.map +0 -1
  442. package/models/components/updateidentityresponse.d.ts +0 -11
  443. package/models/components/updateidentityresponse.d.ts.map +0 -1
  444. package/models/components/updateidentityresponse.js +0 -51
  445. package/models/components/updateidentityresponse.js.map +0 -1
  446. package/sdk/reporting.d.ts +0 -12
  447. package/sdk/reporting.d.ts.map +0 -1
  448. package/sdk/reporting.js +0 -22
  449. package/sdk/reporting.js.map +0 -1
  450. package/src/models/components/createidentityrequest.ts +0 -76
  451. package/src/models/components/createidentityresponse.ts +0 -32
  452. package/src/models/components/datapoint.ts +0 -60
  453. package/src/models/components/deleteidentityresponse.ts +0 -27
  454. package/src/models/components/filter.ts +0 -137
  455. package/src/models/components/identity.ts +0 -83
  456. package/src/models/components/identitymetrics.ts +0 -45
  457. package/src/models/components/listidentitiesresponse.ts +0 -41
  458. package/src/models/components/queryreportrequest.ts +0 -237
  459. package/src/models/components/queryreportresponse.ts +0 -96
  460. package/src/models/components/responsemeta.ts +0 -103
  461. package/src/models/components/retrieveidentityresponse.ts +0 -32
  462. package/src/models/components/totals.ts +0 -34
  463. package/src/models/components/updateidentityrequest.ts +0 -75
  464. package/src/models/components/updateidentityresponse.ts +0 -32
  465. package/src/sdk/reporting.ts +0 -27
@@ -82,13 +82,13 @@ export type RequestBodyCodeTool = {
82
82
  */
83
83
  export type RequestBodyCodeExecutionTool = {
84
84
  /**
85
- * Entity storage path.
85
+ * Entity storage path in the format: `project/folder/subfolder/...`
86
86
  *
87
87
  * @remarks
88
88
  *
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`.
89
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
90
90
  *
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.
91
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
169
+ * Entity storage path in the format: `project/folder/subfolder/...`
170
170
  *
171
171
  * @remarks
172
172
  *
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`.
173
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
174
174
  *
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.
175
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
315
+ * Entity storage path in the format: `project/folder/subfolder/...`
316
316
  *
317
317
  * @remarks
318
318
  *
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`.
319
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
320
320
  *
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.
321
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
401
+ * Entity storage path in the format: `project/folder/subfolder/...`
402
402
  *
403
403
  * @remarks
404
404
  *
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`.
405
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
406
406
  *
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.
407
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
502
+ * Entity storage path in the format: `project/folder/subfolder/...`
503
503
  *
504
504
  * @remarks
505
505
  *
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`.
506
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
507
507
  *
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.
508
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
611
+ * Entity storage path in the format: `project/folder/subfolder/...`
612
612
  *
613
613
  * @remarks
614
614
  *
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`.
615
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
616
616
  *
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.
617
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
735
+ * Entity storage path in the format: `project/folder/subfolder/...`
736
736
  *
737
737
  * @remarks
738
738
  *
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`.
739
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
740
740
  *
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.
741
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
892
+ * Entity storage path in the format: `project/folder/subfolder/...`
893
893
  *
894
894
  * @remarks
895
895
  *
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`.
896
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
897
897
  *
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.
898
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
993
+ * Entity storage path in the format: `project/folder/subfolder/...`
994
994
  *
995
995
  * @remarks
996
996
  *
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`.
997
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
998
998
  *
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.
999
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
1104
+ * Entity storage path in the format: `project/folder/subfolder/...`
1105
1105
  *
1106
1106
  * @remarks
1107
1107
  *
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`.
1108
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
1109
1109
  *
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.
1110
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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_01KRZW3QD99YEWTT5E86FTETYX"),
1905
+ _id: z.string().default("tool_01KS0ARZ2DAPXRQRCC815586XE"),
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("01KRZW3QD8F7005M1HP300XH4X"),
2002
+ id: z.string().default("01KS0ARZ2DAVTYEPTSEJ785GN0"),
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_01KRZW3QD6RGPK99N68QPWB7R0"),
2058
+ _id: z.string().default("tool_01KS0ARZ2CKNJ0GJHDDMAJYG3B"),
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_01KRZW3QD5FY4N023XD6K0Z483"),
2244
+ _id: z.string().default("tool_01KS0ARZ2BVZ3QDP5ZVAP7N2XM"),
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_01KRZW3QD4Q1T3N2N8FMDDQEGF"),
2337
+ _id: z.string().default("tool_01KS0ARZ2A42H1AE2NFCPM523Z"),
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_01KRZW3QD2PVCZ5EBZFV43336J"),
2438
+ _id: z.string().default("tool_01KS0ARZ291QY31RZ8G423KJ2V"),
2439
2439
  path: z.string(),
2440
2440
  key: z.string(),
2441
2441
  display_name: z.string().optional(),
@@ -5,6 +5,9 @@
5
5
  import * as z from "zod/v3";
6
6
 
7
7
  export type DeleteIdentityRequest = {
8
+ /**
9
+ * Identity ID or External ID
10
+ */
8
11
  id: string;
9
12
  };
10
13
 
@@ -104,13 +104,13 @@ export type DataCodeTool = {
104
104
  export type DataCodeExecutionTool = {
105
105
  id: string;
106
106
  /**
107
- * Entity storage path.
107
+ * Entity storage path in the format: `project/folder/subfolder/...`
108
108
  *
109
109
  * @remarks
110
110
  *
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`.
111
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
112
112
  *
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.
113
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
231
+ * Entity storage path in the format: `project/folder/subfolder/...`
232
232
  *
233
233
  * @remarks
234
234
  *
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`.
235
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
236
236
  *
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.
237
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
388
+ * Entity storage path in the format: `project/folder/subfolder/...`
389
389
  *
390
390
  * @remarks
391
391
  *
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`.
392
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
393
393
  *
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.
394
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
487
+ * Entity storage path in the format: `project/folder/subfolder/...`
488
488
  *
489
489
  * @remarks
490
490
  *
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`.
491
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
492
492
  *
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.
493
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
600
+ * Entity storage path in the format: `project/folder/subfolder/...`
601
601
  *
602
602
  * @remarks
603
603
  *
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`.
604
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
605
605
  *
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.
606
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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_01KRZW3QCJ6BE59BFZNKCYV6S4"),
770
+ _id: z.string().default("tool_01KS0ARZ21RDT8C35AS071PKCX"),
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("01KRZW3QCH2941P3313VYNNQ1P"),
867
+ id: z.string().default("01KS0ARZ20PEK9C7KP7BC5F2A5"),
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_01KRZW3QCG51G2P2AJGMQQZB5J"),
920
+ _id: z.string().default("tool_01KS0ARZ1YN8X1CT1G2P7DVYYY"),
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_01KRZW3QCFMCFBDCFEDKE7RRJS"),
1105
+ _id: z.string().default("tool_01KS0ARZ1WC8CH483GXN18K26W"),
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_01KRZW3QCD8P2NJZF328QT477B"),
1198
+ _id: z.string().default("tool_01KS0ARZ1T3SZVADZHPT4Q3WZC"),
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_01KRZW3QCCRFQ72JRWM1CQKQGD"),
1300
+ _id: z.string().default("tool_01KS0ARZ1JXRZVPTGDYD41B4XE"),
1301
1301
  path: z.string(),
1302
1302
  key: z.string(),
1303
1303
  display_name: z.string().optional(),
@@ -748,7 +748,6 @@ export type GetEvalsLlm2 = {
748
748
  prompt: string;
749
749
  categories?: Array<string> | undefined;
750
750
  categoricalLabels?: Array<GetEvalsLLMEvalsCategoricalLabels> | undefined;
751
- datasetId?: string | undefined;
752
751
  key: string;
753
752
  mode: "jury";
754
753
  jury: GetEvalsLLMJury;
@@ -825,7 +824,6 @@ export type GetEvalsLlm1 = {
825
824
  prompt: string;
826
825
  categories?: Array<string> | undefined;
827
826
  categoricalLabels?: Array<GetEvalsLLMCategoricalLabels> | undefined;
828
- datasetId?: string | undefined;
829
827
  key: string;
830
828
  mode: "single";
831
829
  model: string;
@@ -1042,8 +1040,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
1042
1040
  > = z.object({
1043
1041
  _id: z.string(),
1044
1042
  description: z.string(),
1045
- created: z.string().default("2026-05-19T10:21:56.736Z"),
1046
- updated: z.string().default("2026-05-19T10:21:56.736Z"),
1043
+ created: z.string().default("2026-05-19T14:38:14.326Z"),
1044
+ updated: z.string().default("2026-05-19T14:38:14.326Z"),
1047
1045
  guardrail_config: z.nullable(
1048
1046
  z.union([
1049
1047
  z.lazy(() =>
@@ -1222,8 +1220,8 @@ export const DataRagas$inboundSchema: z.ZodType<
1222
1220
  > = z.object({
1223
1221
  _id: z.string(),
1224
1222
  description: z.string(),
1225
- created: z.string().default("2026-05-19T10:21:56.736Z"),
1226
- updated: z.string().default("2026-05-19T10:21:56.736Z"),
1223
+ created: z.string().default("2026-05-19T14:38:14.326Z"),
1224
+ updated: z.string().default("2026-05-19T14:38:14.326Z"),
1227
1225
  guardrail_config: z.nullable(
1228
1226
  z.union([
1229
1227
  z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
@@ -2052,8 +2050,8 @@ export const DataFunction$inboundSchema: z.ZodType<
2052
2050
  > = z.object({
2053
2051
  _id: z.string(),
2054
2052
  description: z.string(),
2055
- created: z.string().default("2026-05-19T10:21:56.736Z"),
2056
- updated: z.string().default("2026-05-19T10:21:56.736Z"),
2053
+ created: z.string().default("2026-05-19T14:38:14.326Z"),
2054
+ updated: z.string().default("2026-05-19T14:38:14.326Z"),
2057
2055
  guardrail_config: z.nullable(
2058
2056
  z.union([
2059
2057
  z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
@@ -2234,8 +2232,8 @@ export const DataPython$inboundSchema: z.ZodType<
2234
2232
  > = z.object({
2235
2233
  _id: z.string(),
2236
2234
  description: z.string(),
2237
- created: z.string().default("2026-05-19T10:21:56.736Z"),
2238
- updated: z.string().default("2026-05-19T10:21:56.736Z"),
2235
+ created: z.string().default("2026-05-19T14:38:14.326Z"),
2236
+ updated: z.string().default("2026-05-19T14:38:14.326Z"),
2239
2237
  guardrail_config: z.nullable(
2240
2238
  z.union([
2241
2239
  z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
@@ -2412,8 +2410,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
2412
2410
  > = z.object({
2413
2411
  _id: z.string(),
2414
2412
  description: z.string(),
2415
- created: z.string().default("2026-05-19T10:21:56.736Z"),
2416
- updated: z.string().default("2026-05-19T10:21:56.736Z"),
2413
+ created: z.string().default("2026-05-19T14:38:14.326Z"),
2414
+ updated: z.string().default("2026-05-19T14:38:14.326Z"),
2417
2415
  guardrail_config: z.nullable(
2418
2416
  z.union([
2419
2417
  z.lazy(() =>
@@ -2602,8 +2600,8 @@ export const DataJSON$inboundSchema: z.ZodType<
2602
2600
  > = z.object({
2603
2601
  _id: z.string(),
2604
2602
  description: z.string(),
2605
- created: z.string().default("2026-05-19T10:21:56.736Z"),
2606
- updated: z.string().default("2026-05-19T10:21:56.736Z"),
2603
+ created: z.string().default("2026-05-19T14:38:14.326Z"),
2604
+ updated: z.string().default("2026-05-19T14:38:14.326Z"),
2607
2605
  guardrail_config: z.nullable(
2608
2606
  z.union([
2609
2607
  z.lazy(() =>
@@ -2968,8 +2966,8 @@ export const GetEvalsLlm2$inboundSchema: z.ZodType<
2968
2966
  > = z.object({
2969
2967
  _id: z.string(),
2970
2968
  description: z.string(),
2971
- created: z.string().default("2026-05-19T10:21:56.736Z"),
2972
- updated: z.string().default("2026-05-19T10:21:56.736Z"),
2969
+ created: z.string().default("2026-05-19T14:38:14.326Z"),
2970
+ updated: z.string().default("2026-05-19T14:38:14.326Z"),
2973
2971
  guardrail_config: z.nullable(
2974
2972
  z.union([
2975
2973
  z.lazy(() =>
@@ -2990,7 +2988,6 @@ export const GetEvalsLlm2$inboundSchema: z.ZodType<
2990
2988
  categorical_labels: z.array(
2991
2989
  z.lazy(() => GetEvalsLLMEvalsCategoricalLabels$inboundSchema),
2992
2990
  ).optional(),
2993
- dataset_id: z.string().optional(),
2994
2991
  key: z.string(),
2995
2992
  mode: z.literal("jury"),
2996
2993
  jury: z.lazy(() => GetEvalsLLMJury$inboundSchema),
@@ -2999,7 +2996,6 @@ export const GetEvalsLlm2$inboundSchema: z.ZodType<
2999
2996
  "_id": "id",
3000
2997
  "guardrail_config": "guardrailConfig",
3001
2998
  "categorical_labels": "categoricalLabels",
3002
- "dataset_id": "datasetId",
3003
2999
  });
3004
3000
  });
3005
3001
 
@@ -3179,8 +3175,8 @@ export const GetEvalsLlm1$inboundSchema: z.ZodType<
3179
3175
  > = z.object({
3180
3176
  _id: z.string(),
3181
3177
  description: z.string(),
3182
- created: z.string().default("2026-05-19T10:21:56.736Z"),
3183
- updated: z.string().default("2026-05-19T10:21:56.736Z"),
3178
+ created: z.string().default("2026-05-19T14:38:14.326Z"),
3179
+ updated: z.string().default("2026-05-19T14:38:14.326Z"),
3184
3180
  guardrail_config: z.nullable(
3185
3181
  z.union([
3186
3182
  z.lazy(() =>
@@ -3201,7 +3197,6 @@ export const GetEvalsLlm1$inboundSchema: z.ZodType<
3201
3197
  categorical_labels: z.array(
3202
3198
  z.lazy(() => GetEvalsLLMCategoricalLabels$inboundSchema),
3203
3199
  ).optional(),
3204
- dataset_id: z.string().optional(),
3205
3200
  key: z.string(),
3206
3201
  mode: z.literal("single"),
3207
3202
  model: z.string(),
@@ -3210,7 +3205,6 @@ export const GetEvalsLlm1$inboundSchema: z.ZodType<
3210
3205
  "_id": "id",
3211
3206
  "guardrail_config": "guardrailConfig",
3212
3207
  "categorical_labels": "categoricalLabels",
3213
- "dataset_id": "datasetId",
3214
3208
  });
3215
3209
  });
3216
3210
 
@@ -112,13 +112,13 @@ export type GetOneKnowledgeResponseBody2 = {
112
112
  */
113
113
  domainId: string;
114
114
  /**
115
- * Entity storage path.
115
+ * Entity storage path in the format: `project/folder/subfolder/...`
116
116
  *
117
117
  * @remarks
118
118
  *
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`.
119
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
120
120
  *
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.
121
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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.
241
+ * Entity storage path in the format: `project/folder/subfolder/...`
242
242
  *
243
243
  * @remarks
244
244
  *
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`.
245
+ * The first element identifies the project, followed by nested folders (auto-created as needed).
246
246
  *
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.
247
+ * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
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-19T10:21:55.585Z",
143
+ "2026-05-19T14:38:12.201Z",
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-19T10:21:55.585Z",
188
+ "2026-05-19T14:38:12.201Z",
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-19T10:21:55.585Z",
144
+ "2026-05-19T14:38:12.201Z",
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-19T10:21:55.585Z",
189
+ "2026-05-19T14:38:12.201Z",
190
190
  ).transform(v => new Date(v)),
191
191
  filter_type: z.literal("span_type"),
192
192
  filter_values: z.array(z.string()),
@@ -10,11 +10,13 @@ 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";
13
14
  export * from "./createdataset.js";
14
15
  export * from "./createdatasetitem.js";
15
16
  export * from "./createdatasource.js";
16
17
  export * from "./createembedding.js";
17
18
  export * from "./createeval.js";
19
+ export * from "./createidentity.js";
18
20
  export * from "./createimage.js";
19
21
  export * from "./createimageedit.js";
20
22
  export * from "./createimagevariation.js";
@@ -110,6 +112,7 @@ export * from "./projectdelete.js";
110
112
  export * from "./projectget.js";
111
113
  export * from "./projectlist.js";
112
114
  export * from "./projectupdate.js";
115
+ export * from "./remoteconfigsgetconfig.js";
113
116
  export * from "./retrieveagentrequest.js";
114
117
  export * from "./retrieveagentschedule.js";
115
118
  export * from "./retrievedatapoint.js";