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

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 (482) hide show
  1. package/README.md +16 -20
  2. package/funcs/identitiesCreate.d.ts +3 -3
  3. package/funcs/identitiesCreate.d.ts.map +1 -1
  4. package/funcs/identitiesCreate.js +5 -7
  5. package/funcs/identitiesCreate.js.map +1 -1
  6. package/funcs/identitiesDelete.d.ts +3 -3
  7. package/funcs/identitiesDelete.d.ts.map +1 -1
  8. package/funcs/identitiesDelete.js +3 -7
  9. package/funcs/identitiesDelete.js.map +1 -1
  10. package/funcs/identitiesList.d.ts +2 -1
  11. package/funcs/identitiesList.d.ts.map +1 -1
  12. package/funcs/identitiesList.js +3 -2
  13. package/funcs/identitiesList.js.map +1 -1
  14. package/funcs/identitiesRetrieve.d.ts +2 -2
  15. package/funcs/identitiesRetrieve.d.ts.map +1 -1
  16. package/funcs/identitiesRetrieve.js +2 -5
  17. package/funcs/identitiesRetrieve.js.map +1 -1
  18. package/funcs/identitiesUpdate.d.ts +2 -2
  19. package/funcs/identitiesUpdate.d.ts.map +1 -1
  20. package/funcs/identitiesUpdate.js +5 -6
  21. package/funcs/identitiesUpdate.js.map +1 -1
  22. package/funcs/{contactsCreate.d.ts → modelsList.d.ts} +4 -4
  23. package/funcs/modelsList.d.ts.map +1 -0
  24. package/funcs/{remoteconfigsRetrieve.js → modelsList.js} +13 -23
  25. package/funcs/modelsList.js.map +1 -0
  26. package/funcs/projectsCreate.d.ts +1 -1
  27. package/funcs/projectsCreate.js +1 -1
  28. package/funcs/projectsDelete.d.ts +3 -0
  29. package/funcs/projectsDelete.d.ts.map +1 -1
  30. package/funcs/projectsDelete.js +3 -0
  31. package/funcs/projectsDelete.js.map +1 -1
  32. package/funcs/projectsList.d.ts +1 -1
  33. package/funcs/projectsList.js +1 -1
  34. package/funcs/reportingQuery.d.ts +17 -0
  35. package/funcs/reportingQuery.d.ts.map +1 -0
  36. package/funcs/{contactsCreate.js → reportingQuery.js} +10 -10
  37. package/funcs/reportingQuery.js.map +1 -0
  38. package/funcs/skillsCreate.d.ts +1 -1
  39. package/funcs/skillsCreate.js +1 -1
  40. package/funcs/skillsDelete.d.ts +3 -0
  41. package/funcs/skillsDelete.d.ts.map +1 -1
  42. package/funcs/skillsDelete.js +3 -0
  43. package/funcs/skillsDelete.js.map +1 -1
  44. package/funcs/skillsGet.d.ts +1 -1
  45. package/funcs/skillsGet.js +1 -1
  46. package/funcs/skillsList.d.ts +1 -1
  47. package/funcs/skillsList.js +1 -1
  48. package/funcs/skillsUpdate.d.ts +1 -1
  49. package/funcs/skillsUpdate.js +1 -1
  50. package/jsr.json +1 -1
  51. package/lib/config.d.ts +3 -3
  52. package/lib/config.js +3 -3
  53. package/models/components/createidentityrequest.d.ts +28 -0
  54. package/models/components/createidentityrequest.d.ts.map +1 -0
  55. package/models/{operations/createidentity.js → components/createidentityrequest.js} +18 -38
  56. package/models/components/createidentityrequest.js.map +1 -0
  57. package/models/components/createidentityresponse.d.ts +11 -0
  58. package/models/components/createidentityresponse.d.ts.map +1 -0
  59. package/models/components/createidentityresponse.js +51 -0
  60. package/models/components/createidentityresponse.js.map +1 -0
  61. package/models/components/createprojectrequest.d.ts +6 -0
  62. package/models/components/createprojectrequest.d.ts.map +1 -1
  63. package/models/components/createprojectrequest.js.map +1 -1
  64. package/models/components/createprojectresponse.d.ts +3 -0
  65. package/models/components/createprojectresponse.d.ts.map +1 -1
  66. package/models/components/createprojectresponse.js.map +1 -1
  67. package/models/components/createskillrequest.d.ts +18 -0
  68. package/models/components/createskillrequest.d.ts.map +1 -1
  69. package/models/components/createskillrequest.js.map +1 -1
  70. package/models/components/createskillresponse.d.ts +3 -0
  71. package/models/components/createskillresponse.d.ts.map +1 -1
  72. package/models/components/createskillresponse.js.map +1 -1
  73. package/models/components/datapoint.d.ts +40 -0
  74. package/models/components/datapoint.d.ts.map +1 -0
  75. package/models/components/datapoint.js +53 -0
  76. package/models/components/datapoint.js.map +1 -0
  77. package/models/components/deleteidentityresponse.d.ts +8 -0
  78. package/models/components/deleteidentityresponse.d.ts.map +1 -0
  79. package/models/components/deleteidentityresponse.js +48 -0
  80. package/models/components/deleteidentityresponse.js.map +1 -0
  81. package/models/components/file.d.ts +0 -1
  82. package/models/components/file.d.ts.map +1 -1
  83. package/models/components/file.js +0 -2
  84. package/models/components/file.js.map +1 -1
  85. package/models/components/filter.d.ts +99 -0
  86. package/models/components/filter.d.ts.map +1 -0
  87. package/models/components/filter.js +120 -0
  88. package/models/components/filter.js.map +1 -0
  89. package/models/components/getprojectresponse.d.ts +3 -0
  90. package/models/components/getprojectresponse.d.ts.map +1 -1
  91. package/models/components/getprojectresponse.js.map +1 -1
  92. package/models/components/getskillresponse.d.ts +3 -0
  93. package/models/components/getskillresponse.d.ts.map +1 -1
  94. package/models/components/getskillresponse.js.map +1 -1
  95. package/models/components/identity.d.ts +25 -0
  96. package/models/components/identity.d.ts.map +1 -0
  97. package/models/{operations/createcontact.js → components/identity.js} +22 -32
  98. package/models/components/identity.js.map +1 -0
  99. package/models/components/identitymetrics.d.ts +13 -0
  100. package/models/components/identitymetrics.d.ts.map +1 -0
  101. package/models/{errors/updateidentity.js → components/identitymetrics.js} +19 -26
  102. package/models/components/identitymetrics.js.map +1 -0
  103. package/models/components/index.d.ts +16 -0
  104. package/models/components/index.d.ts.map +1 -1
  105. package/models/components/index.js +16 -0
  106. package/models/components/index.js.map +1 -1
  107. package/models/components/invokedeploymentrequest.d.ts +6 -6
  108. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  109. package/models/components/invokedeploymentrequest.js +7 -6
  110. package/models/components/invokedeploymentrequest.js.map +1 -1
  111. package/models/components/listidentitiesresponse.d.ts +13 -0
  112. package/models/components/listidentitiesresponse.d.ts.map +1 -0
  113. package/models/components/listidentitiesresponse.js +58 -0
  114. package/models/components/listidentitiesresponse.js.map +1 -0
  115. package/models/components/listprojectsresponse.d.ts +12 -0
  116. package/models/components/listprojectsresponse.d.ts.map +1 -1
  117. package/models/components/listprojectsresponse.js.map +1 -1
  118. package/models/components/listskillsresponse.d.ts +12 -0
  119. package/models/components/listskillsresponse.d.ts.map +1 -1
  120. package/models/components/listskillsresponse.js.map +1 -1
  121. package/models/components/modelref.d.ts +2 -0
  122. package/models/components/modelref.d.ts.map +1 -1
  123. package/models/components/modelref.js +4 -0
  124. package/models/components/modelref.js.map +1 -1
  125. package/models/components/project.d.ts +42 -1
  126. package/models/components/project.d.ts.map +1 -1
  127. package/models/components/project.js +0 -2
  128. package/models/components/project.js.map +1 -1
  129. package/models/components/publicmodelentry.d.ts +38 -0
  130. package/models/components/publicmodelentry.d.ts.map +1 -0
  131. package/models/{errors/deleteidentity.js → components/publicmodelentry.js} +23 -27
  132. package/models/components/publicmodelentry.js.map +1 -0
  133. package/models/components/queryreportrequest.d.ts +156 -0
  134. package/models/components/queryreportrequest.d.ts.map +1 -0
  135. package/models/components/queryreportrequest.js +166 -0
  136. package/models/components/queryreportrequest.js.map +1 -0
  137. package/models/components/queryreportresponse.d.ts +59 -0
  138. package/models/components/queryreportresponse.d.ts.map +1 -0
  139. package/models/components/queryreportresponse.js +72 -0
  140. package/models/components/queryreportresponse.js.map +1 -0
  141. package/models/components/reasoningpart.js +1 -1
  142. package/models/components/responsemeta.d.ts +63 -0
  143. package/models/components/responsemeta.d.ts.map +1 -0
  144. package/models/components/responsemeta.js +79 -0
  145. package/models/components/responsemeta.js.map +1 -0
  146. package/models/components/retrieveidentityresponse.d.ts +11 -0
  147. package/models/components/retrieveidentityresponse.d.ts.map +1 -0
  148. package/models/components/retrieveidentityresponse.js +51 -0
  149. package/models/components/retrieveidentityresponse.js.map +1 -0
  150. package/models/components/skill.d.ts +37 -1
  151. package/models/components/skill.d.ts.map +1 -1
  152. package/models/components/skill.js +0 -2
  153. package/models/components/skill.js.map +1 -1
  154. package/models/components/totals.d.ts +18 -0
  155. package/models/components/totals.d.ts.map +1 -0
  156. package/models/components/totals.js +51 -0
  157. package/models/components/totals.js.map +1 -0
  158. package/models/components/updateidentityrequest.d.ts +28 -0
  159. package/models/components/updateidentityrequest.d.ts.map +1 -0
  160. package/models/components/updateidentityrequest.js +67 -0
  161. package/models/components/updateidentityrequest.js.map +1 -0
  162. package/models/components/updateidentityresponse.d.ts +11 -0
  163. package/models/components/updateidentityresponse.d.ts.map +1 -0
  164. package/models/components/updateidentityresponse.js +51 -0
  165. package/models/components/updateidentityresponse.js.map +1 -0
  166. package/models/components/updateprojectrequest.d.ts +12 -0
  167. package/models/components/updateprojectrequest.d.ts.map +1 -1
  168. package/models/components/updateprojectrequest.js.map +1 -1
  169. package/models/components/updateprojectresponse.d.ts +3 -0
  170. package/models/components/updateprojectresponse.d.ts.map +1 -1
  171. package/models/components/updateprojectresponse.js.map +1 -1
  172. package/models/components/updateskillrequest.d.ts +21 -0
  173. package/models/components/updateskillrequest.d.ts.map +1 -1
  174. package/models/components/updateskillrequest.js.map +1 -1
  175. package/models/components/updateskillresponse.d.ts +3 -0
  176. package/models/components/updateskillresponse.d.ts.map +1 -1
  177. package/models/components/updateskillresponse.js.map +1 -1
  178. package/models/errors/index.d.ts +0 -3
  179. package/models/errors/index.d.ts.map +1 -1
  180. package/models/errors/index.js +0 -3
  181. package/models/errors/index.js.map +1 -1
  182. package/models/operations/createagentrequest.d.ts +3 -3
  183. package/models/operations/createannotation.d.ts +4 -4
  184. package/models/operations/createannotation.d.ts.map +1 -1
  185. package/models/operations/createannotation.js +5 -5
  186. package/models/operations/createannotation.js.map +1 -1
  187. package/models/operations/createdataset.d.ts +3 -3
  188. package/models/operations/createdataset.js +1 -1
  189. package/models/operations/createdatasetitem.js +4 -4
  190. package/models/operations/createdatasource.js +1 -1
  191. package/models/operations/createeval.d.ts +21 -15
  192. package/models/operations/createeval.d.ts.map +1 -1
  193. package/models/operations/createeval.js +24 -16
  194. package/models/operations/createeval.js.map +1 -1
  195. package/models/operations/createknowledge.d.ts +9 -9
  196. package/models/operations/creatememorystore.d.ts +3 -3
  197. package/models/operations/createprompt.d.ts +3 -3
  198. package/models/operations/createtool.d.ts +30 -30
  199. package/models/operations/createtool.js +6 -6
  200. package/models/operations/deleteidentity.d.ts +0 -3
  201. package/models/operations/deleteidentity.d.ts.map +1 -1
  202. package/models/operations/deleteidentity.js.map +1 -1
  203. package/models/operations/getalltools.d.ts +15 -15
  204. package/models/operations/getalltools.js +6 -6
  205. package/models/operations/getevals.d.ts +2 -0
  206. package/models/operations/getevals.d.ts.map +1 -1
  207. package/models/operations/getevals.js +20 -16
  208. package/models/operations/getevals.js.map +1 -1
  209. package/models/operations/getoneknowledge.d.ts +6 -6
  210. package/models/operations/getv2humanevalsets.js +2 -2
  211. package/models/operations/getv2humanevalsetsid.js +2 -2
  212. package/models/operations/index.d.ts +1 -3
  213. package/models/operations/index.d.ts.map +1 -1
  214. package/models/operations/index.js +1 -3
  215. package/models/operations/index.js.map +1 -1
  216. package/models/operations/invokeeval.d.ts +28 -28
  217. package/models/operations/invokeeval.d.ts.map +1 -1
  218. package/models/operations/invokeeval.js +40 -40
  219. package/models/operations/invokeeval.js.map +1 -1
  220. package/models/operations/listagents.d.ts +3 -3
  221. package/models/operations/listdatasetdatapoints.js +4 -4
  222. package/models/operations/listdatasets.js +1 -1
  223. package/models/operations/listdatasources.js +1 -1
  224. package/models/operations/listidentities.d.ts +5 -121
  225. package/models/operations/listidentities.d.ts.map +1 -1
  226. package/models/operations/listidentities.js +5 -76
  227. package/models/operations/listidentities.js.map +1 -1
  228. package/models/operations/listknowledgebases.d.ts +6 -6
  229. package/models/operations/listmodels.d.ts +34 -0
  230. package/models/operations/listmodels.d.ts.map +1 -0
  231. package/models/operations/{remoteconfigsgetconfig.js → listmodels.js} +12 -27
  232. package/models/operations/listmodels.js.map +1 -0
  233. package/models/operations/patchv2humanevalsetsid.js +2 -2
  234. package/models/operations/postv2agentsa2a.d.ts +4 -4
  235. package/models/operations/postv2agentsa2a.d.ts.map +1 -1
  236. package/models/operations/postv2agentsa2a.js +6 -6
  237. package/models/operations/postv2agentsa2a.js.map +1 -1
  238. package/models/operations/postv2feedback.d.ts +15 -15
  239. package/models/operations/postv2feedback.d.ts.map +1 -1
  240. package/models/operations/postv2feedback.js +15 -16
  241. package/models/operations/postv2feedback.js.map +1 -1
  242. package/models/operations/postv2feedbackevaluation.js +3 -3
  243. package/models/operations/postv2feedbackremove.d.ts +8 -8
  244. package/models/operations/postv2feedbackremove.d.ts.map +1 -1
  245. package/models/operations/postv2feedbackremove.js +8 -7
  246. package/models/operations/postv2feedbackremove.js.map +1 -1
  247. package/models/operations/postv2humanevalsets.js +2 -2
  248. package/models/operations/projectdelete.d.ts +3 -0
  249. package/models/operations/projectdelete.d.ts.map +1 -1
  250. package/models/operations/projectdelete.js.map +1 -1
  251. package/models/operations/projectget.d.ts +3 -0
  252. package/models/operations/projectget.d.ts.map +1 -1
  253. package/models/operations/projectget.js.map +1 -1
  254. package/models/operations/projectlist.d.ts +15 -0
  255. package/models/operations/projectlist.d.ts.map +1 -1
  256. package/models/operations/projectlist.js.map +1 -1
  257. package/models/operations/projectupdate.d.ts +3 -0
  258. package/models/operations/projectupdate.d.ts.map +1 -1
  259. package/models/operations/projectupdate.js.map +1 -1
  260. package/models/operations/retrieveagentrequest.d.ts +3 -3
  261. package/models/operations/retrievedatapoint.js +4 -4
  262. package/models/operations/retrievedataset.js +1 -1
  263. package/models/operations/retrievedatasource.js +1 -1
  264. package/models/operations/retrieveidentity.d.ts +2 -78
  265. package/models/operations/retrieveidentity.d.ts.map +1 -1
  266. package/models/operations/retrieveidentity.js +2 -46
  267. package/models/operations/retrieveidentity.js.map +1 -1
  268. package/models/operations/retrievetool.d.ts +15 -15
  269. package/models/operations/retrievetool.js +6 -6
  270. package/models/operations/runagent.d.ts +3 -3
  271. package/models/operations/runagent.js +1 -1
  272. package/models/operations/skilldelete.d.ts +3 -0
  273. package/models/operations/skilldelete.d.ts.map +1 -1
  274. package/models/operations/skilldelete.js.map +1 -1
  275. package/models/operations/skilllist.d.ts +12 -0
  276. package/models/operations/skilllist.d.ts.map +1 -1
  277. package/models/operations/skilllist.js.map +1 -1
  278. package/models/operations/skillupdate.d.ts +3 -0
  279. package/models/operations/skillupdate.d.ts.map +1 -1
  280. package/models/operations/skillupdate.js.map +1 -1
  281. package/models/operations/streamrunagent.d.ts +3 -3
  282. package/models/operations/streamrunagent.js +1 -1
  283. package/models/operations/updateagent.d.ts +6 -6
  284. package/models/operations/updatedatapoint.js +4 -4
  285. package/models/operations/updatedataset.d.ts +3 -3
  286. package/models/operations/updatedataset.js +1 -1
  287. package/models/operations/updatedatasource.js +1 -1
  288. package/models/operations/updateeval.d.ts +6 -4
  289. package/models/operations/updateeval.d.ts.map +1 -1
  290. package/models/operations/updateeval.js +22 -19
  291. package/models/operations/updateeval.js.map +1 -1
  292. package/models/operations/updateidentity.d.ts +3 -96
  293. package/models/operations/updateidentity.d.ts.map +1 -1
  294. package/models/operations/updateidentity.js +4 -46
  295. package/models/operations/updateidentity.js.map +1 -1
  296. package/models/operations/updateknowledge.d.ts +12 -12
  297. package/models/operations/updateprompt.d.ts +3 -3
  298. package/models/operations/updatetool.d.ts +30 -30
  299. package/models/operations/updatetool.js +7 -7
  300. package/package.json +7 -7
  301. package/sdk/feedback.d.ts +1 -1
  302. package/sdk/feedback.d.ts.map +1 -1
  303. package/sdk/feedback.js +3 -3
  304. package/sdk/feedback.js.map +1 -1
  305. package/sdk/identities.d.ts +11 -10
  306. package/sdk/identities.d.ts.map +1 -1
  307. package/sdk/identities.js +9 -9
  308. package/sdk/identities.js.map +1 -1
  309. package/sdk/models.d.ts +12 -0
  310. package/sdk/models.d.ts.map +1 -0
  311. package/sdk/models.js +22 -0
  312. package/sdk/models.js.map +1 -0
  313. package/sdk/projects.d.ts +5 -2
  314. package/sdk/projects.d.ts.map +1 -1
  315. package/sdk/projects.js +5 -2
  316. package/sdk/projects.js.map +1 -1
  317. package/sdk/reporting.d.ts +12 -0
  318. package/sdk/reporting.d.ts.map +1 -0
  319. package/sdk/reporting.js +22 -0
  320. package/sdk/reporting.js.map +1 -0
  321. package/sdk/sdk.d.ts +10 -10
  322. package/sdk/sdk.d.ts.map +1 -1
  323. package/sdk/sdk.js +14 -14
  324. package/sdk/sdk.js.map +1 -1
  325. package/sdk/skills.d.ts +7 -4
  326. package/sdk/skills.d.ts.map +1 -1
  327. package/sdk/skills.js +7 -4
  328. package/sdk/skills.js.map +1 -1
  329. package/src/funcs/identitiesCreate.ts +10 -15
  330. package/src/funcs/identitiesDelete.ts +7 -16
  331. package/src/funcs/identitiesList.ts +6 -5
  332. package/src/funcs/identitiesRetrieve.ts +6 -18
  333. package/src/funcs/identitiesUpdate.ts +9 -15
  334. package/src/funcs/{remoteconfigsRetrieve.ts → modelsList.ts} +14 -33
  335. package/src/funcs/projectsCreate.ts +1 -1
  336. package/src/funcs/projectsDelete.ts +3 -0
  337. package/src/funcs/projectsList.ts +1 -1
  338. package/src/funcs/{contactsCreate.ts → reportingQuery.ts} +13 -13
  339. package/src/funcs/skillsCreate.ts +1 -1
  340. package/src/funcs/skillsDelete.ts +3 -0
  341. package/src/funcs/skillsGet.ts +1 -1
  342. package/src/funcs/skillsList.ts +1 -1
  343. package/src/funcs/skillsUpdate.ts +1 -1
  344. package/src/lib/config.ts +3 -3
  345. package/src/models/components/createidentityrequest.ts +76 -0
  346. package/src/models/components/createidentityresponse.ts +32 -0
  347. package/src/models/components/createprojectrequest.ts +6 -0
  348. package/src/models/components/createprojectresponse.ts +3 -0
  349. package/src/models/components/createskillrequest.ts +18 -0
  350. package/src/models/components/createskillresponse.ts +3 -0
  351. package/src/models/components/datapoint.ts +60 -0
  352. package/src/models/components/deleteidentityresponse.ts +27 -0
  353. package/src/models/components/file.ts +0 -3
  354. package/src/models/components/filter.ts +137 -0
  355. package/src/models/components/getprojectresponse.ts +3 -0
  356. package/src/models/components/getskillresponse.ts +3 -0
  357. package/src/models/components/identity.ts +83 -0
  358. package/src/models/components/identitymetrics.ts +45 -0
  359. package/src/models/components/index.ts +16 -0
  360. package/src/models/components/invokedeploymentrequest.ts +17 -10
  361. package/src/models/components/listidentitiesresponse.ts +41 -0
  362. package/src/models/components/listprojectsresponse.ts +12 -0
  363. package/src/models/components/listskillsresponse.ts +12 -0
  364. package/src/models/components/modelref.ts +6 -0
  365. package/src/models/components/project.ts +42 -3
  366. package/src/models/components/publicmodelentry.ts +70 -0
  367. package/src/models/components/queryreportrequest.ts +237 -0
  368. package/src/models/components/queryreportresponse.ts +99 -0
  369. package/src/models/components/reasoningpart.ts +1 -1
  370. package/src/models/components/responsemeta.ts +103 -0
  371. package/src/models/components/retrieveidentityresponse.ts +32 -0
  372. package/src/models/components/skill.ts +37 -3
  373. package/src/models/components/totals.ts +34 -0
  374. package/src/models/components/updateidentityrequest.ts +75 -0
  375. package/src/models/components/updateidentityresponse.ts +32 -0
  376. package/src/models/components/updateprojectrequest.ts +12 -0
  377. package/src/models/components/updateprojectresponse.ts +3 -0
  378. package/src/models/components/updateskillrequest.ts +21 -0
  379. package/src/models/components/updateskillresponse.ts +3 -0
  380. package/src/models/errors/index.ts +0 -3
  381. package/src/models/operations/createagentrequest.ts +3 -3
  382. package/src/models/operations/createannotation.ts +7 -11
  383. package/src/models/operations/createdataset.ts +4 -4
  384. package/src/models/operations/createdatasetitem.ts +4 -4
  385. package/src/models/operations/createdatasource.ts +1 -1
  386. package/src/models/operations/createeval.ts +45 -31
  387. package/src/models/operations/createknowledge.ts +9 -9
  388. package/src/models/operations/creatememorystore.ts +3 -3
  389. package/src/models/operations/createprompt.ts +3 -3
  390. package/src/models/operations/createtool.ts +36 -36
  391. package/src/models/operations/deleteidentity.ts +0 -3
  392. package/src/models/operations/getalltools.ts +21 -21
  393. package/src/models/operations/getevals.ts +22 -16
  394. package/src/models/operations/getoneknowledge.ts +6 -6
  395. package/src/models/operations/getv2humanevalsets.ts +2 -2
  396. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  397. package/src/models/operations/index.ts +1 -3
  398. package/src/models/operations/invokeeval.ts +83 -80
  399. package/src/models/operations/listagents.ts +3 -3
  400. package/src/models/operations/listdatasetdatapoints.ts +4 -4
  401. package/src/models/operations/listdatasets.ts +1 -1
  402. package/src/models/operations/listdatasources.ts +1 -1
  403. package/src/models/operations/listidentities.ts +9 -230
  404. package/src/models/operations/listknowledgebases.ts +6 -6
  405. package/src/models/operations/listmodels.ts +60 -0
  406. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  407. package/src/models/operations/postv2agentsa2a.ts +14 -17
  408. package/src/models/operations/postv2feedback.ts +34 -27
  409. package/src/models/operations/postv2feedbackevaluation.ts +3 -3
  410. package/src/models/operations/postv2feedbackremove.ts +14 -17
  411. package/src/models/operations/postv2humanevalsets.ts +2 -2
  412. package/src/models/operations/projectdelete.ts +3 -0
  413. package/src/models/operations/projectget.ts +3 -0
  414. package/src/models/operations/projectlist.ts +15 -0
  415. package/src/models/operations/projectupdate.ts +3 -0
  416. package/src/models/operations/retrieveagentrequest.ts +3 -3
  417. package/src/models/operations/retrievedatapoint.ts +4 -4
  418. package/src/models/operations/retrievedataset.ts +1 -1
  419. package/src/models/operations/retrievedatasource.ts +1 -1
  420. package/src/models/operations/retrieveidentity.ts +3 -138
  421. package/src/models/operations/retrievetool.ts +21 -21
  422. package/src/models/operations/runagent.ts +4 -4
  423. package/src/models/operations/skilldelete.ts +3 -0
  424. package/src/models/operations/skilllist.ts +12 -0
  425. package/src/models/operations/skillupdate.ts +3 -0
  426. package/src/models/operations/streamrunagent.ts +4 -4
  427. package/src/models/operations/updateagent.ts +6 -6
  428. package/src/models/operations/updatedatapoint.ts +4 -4
  429. package/src/models/operations/updatedataset.ts +4 -4
  430. package/src/models/operations/updatedatasource.ts +1 -1
  431. package/src/models/operations/updateeval.ts +30 -23
  432. package/src/models/operations/updateidentity.ts +5 -154
  433. package/src/models/operations/updateknowledge.ts +12 -12
  434. package/src/models/operations/updateprompt.ts +3 -3
  435. package/src/models/operations/updatetool.ts +37 -37
  436. package/src/sdk/feedback.ts +8 -8
  437. package/src/sdk/identities.ts +18 -17
  438. package/src/sdk/models.ts +25 -0
  439. package/src/sdk/projects.ts +5 -2
  440. package/src/sdk/reporting.ts +27 -0
  441. package/src/sdk/sdk.ts +22 -22
  442. package/src/sdk/skills.ts +7 -4
  443. package/funcs/contactsCreate.d.ts.map +0 -1
  444. package/funcs/contactsCreate.js.map +0 -1
  445. package/funcs/remoteconfigsRetrieve.d.ts +0 -14
  446. package/funcs/remoteconfigsRetrieve.d.ts.map +0 -1
  447. package/funcs/remoteconfigsRetrieve.js.map +0 -1
  448. package/models/errors/deleteidentity.d.ts +0 -30
  449. package/models/errors/deleteidentity.d.ts.map +0 -1
  450. package/models/errors/deleteidentity.js.map +0 -1
  451. package/models/errors/retrieveidentity.d.ts +0 -57
  452. package/models/errors/retrieveidentity.d.ts.map +0 -1
  453. package/models/errors/retrieveidentity.js +0 -100
  454. package/models/errors/retrieveidentity.js.map +0 -1
  455. package/models/errors/updateidentity.d.ts +0 -26
  456. package/models/errors/updateidentity.d.ts.map +0 -1
  457. package/models/errors/updateidentity.js.map +0 -1
  458. package/models/operations/createcontact.d.ts +0 -95
  459. package/models/operations/createcontact.d.ts.map +0 -1
  460. package/models/operations/createcontact.js.map +0 -1
  461. package/models/operations/createidentity.d.ts +0 -99
  462. package/models/operations/createidentity.d.ts.map +0 -1
  463. package/models/operations/createidentity.js.map +0 -1
  464. package/models/operations/remoteconfigsgetconfig.d.ts +0 -67
  465. package/models/operations/remoteconfigsgetconfig.d.ts.map +0 -1
  466. package/models/operations/remoteconfigsgetconfig.js.map +0 -1
  467. package/sdk/contacts.d.ts +0 -12
  468. package/sdk/contacts.d.ts.map +0 -1
  469. package/sdk/contacts.js +0 -22
  470. package/sdk/contacts.js.map +0 -1
  471. package/sdk/remoteconfigs.d.ts +0 -9
  472. package/sdk/remoteconfigs.d.ts.map +0 -1
  473. package/sdk/remoteconfigs.js +0 -19
  474. package/sdk/remoteconfigs.js.map +0 -1
  475. package/src/models/errors/deleteidentity.ts +0 -62
  476. package/src/models/errors/retrieveidentity.ts +0 -118
  477. package/src/models/errors/updateidentity.ts +0 -54
  478. package/src/models/operations/createcontact.ts +0 -156
  479. package/src/models/operations/createidentity.ts +0 -162
  480. package/src/models/operations/remoteconfigsgetconfig.ts +0 -108
  481. package/src/sdk/contacts.ts +0 -27
  482. package/src/sdk/remoteconfigs.ts +0 -24
@@ -2,7 +2,7 @@ import * as z from "zod/v3";
2
2
  import { ClosedEnum } from "../../types/enums.js";
3
3
  import { Result as SafeParseResult } from "../../types/fp.js";
4
4
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
- export declare const PostV2FeedbackRemoveProduct: {
5
+ export declare const Product: {
6
6
  readonly Remoteconfigs: "remoteconfigs";
7
7
  readonly Deployments: "deployments";
8
8
  readonly Experiments: "experiments";
@@ -21,13 +21,13 @@ export declare const PostV2FeedbackRemoveProduct: {
21
21
  readonly Otel: "otel";
22
22
  readonly AiChat: "ai-chat";
23
23
  };
24
- export type PostV2FeedbackRemoveProduct = ClosedEnum<typeof PostV2FeedbackRemoveProduct>;
24
+ export type Product = ClosedEnum<typeof Product>;
25
25
  export type PostV2FeedbackRemoveRequestBody = {
26
26
  id: string;
27
27
  traceId: string;
28
- product: PostV2FeedbackRemoveProduct;
28
+ product: Product;
29
29
  };
30
- export declare const PostV2FeedbackRemoveFeedbackProduct: {
30
+ export declare const PostV2FeedbackRemoveProduct: {
31
31
  readonly Remoteconfigs: "remoteconfigs";
32
32
  readonly Deployments: "deployments";
33
33
  readonly Experiments: "experiments";
@@ -46,17 +46,17 @@ export declare const PostV2FeedbackRemoveFeedbackProduct: {
46
46
  readonly Otel: "otel";
47
47
  readonly AiChat: "ai-chat";
48
48
  };
49
- export type PostV2FeedbackRemoveFeedbackProduct = ClosedEnum<typeof PostV2FeedbackRemoveFeedbackProduct>;
49
+ export type PostV2FeedbackRemoveProduct = ClosedEnum<typeof PostV2FeedbackRemoveProduct>;
50
50
  /**
51
51
  * Event has been dispatched to delete the feedback
52
52
  */
53
53
  export type PostV2FeedbackRemoveResponseBody = {
54
54
  id: string;
55
55
  traceId: string;
56
- product: PostV2FeedbackRemoveFeedbackProduct;
56
+ product: PostV2FeedbackRemoveProduct;
57
57
  };
58
58
  /** @internal */
59
- export declare const PostV2FeedbackRemoveProduct$outboundSchema: z.ZodNativeEnum<typeof PostV2FeedbackRemoveProduct>;
59
+ export declare const Product$outboundSchema: z.ZodNativeEnum<typeof Product>;
60
60
  /** @internal */
61
61
  export type PostV2FeedbackRemoveRequestBody$Outbound = {
62
62
  id: string;
@@ -67,7 +67,7 @@ export type PostV2FeedbackRemoveRequestBody$Outbound = {
67
67
  export declare const PostV2FeedbackRemoveRequestBody$outboundSchema: z.ZodType<PostV2FeedbackRemoveRequestBody$Outbound, z.ZodTypeDef, PostV2FeedbackRemoveRequestBody>;
68
68
  export declare function postV2FeedbackRemoveRequestBodyToJSON(postV2FeedbackRemoveRequestBody: PostV2FeedbackRemoveRequestBody): string;
69
69
  /** @internal */
70
- export declare const PostV2FeedbackRemoveFeedbackProduct$inboundSchema: z.ZodNativeEnum<typeof PostV2FeedbackRemoveFeedbackProduct>;
70
+ export declare const PostV2FeedbackRemoveProduct$inboundSchema: z.ZodNativeEnum<typeof PostV2FeedbackRemoveProduct>;
71
71
  /** @internal */
72
72
  export declare const PostV2FeedbackRemoveResponseBody$inboundSchema: z.ZodType<PostV2FeedbackRemoveResponseBody, z.ZodTypeDef, unknown>;
73
73
  export declare function postV2FeedbackRemoveResponseBodyFromJSON(jsonString: string): SafeParseResult<PostV2FeedbackRemoveResponseBody, SDKValidationError>;
@@ -1 +1 @@
1
- {"version":3,"file":"postv2feedbackremove.d.ts","sourceRoot":"","sources":["../../src/models/operations/postv2feedbackremove.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;CAkB9B,CAAC;AACX,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAClD,OAAO,2BAA2B,CACnC,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,2BAA2B,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;CAkBtC,CAAC;AACX,MAAM,MAAM,mCAAmC,GAAG,UAAU,CAC1D,OAAO,mCAAmC,CAC3C,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,mCAAmC,CAAC;CAC9C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,aAAa,CACtE,OAAO,2BAA2B,CACS,CAAC;AAE9C,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAS/B,CAAC;AAEH,wBAAgB,qCAAqC,CACnD,+BAA+B,EAAE,+BAA+B,GAC/D,MAAM,CAMR;AAED,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,aAAa,CAC7E,OAAO,mCAAmC,CACS,CAAC;AAEtD,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,wBAAgB,wCAAwC,CACtD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,gCAAgC,EAAE,kBAAkB,CAAC,CAMvE"}
1
+ {"version":3,"file":"postv2feedbackremove.d.ts","sourceRoot":"","sources":["../../src/models/operations/postv2feedbackremove.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;CAkBV,CAAC;AACX,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC;AAEjD,MAAM,MAAM,+BAA+B,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;CAkB9B,CAAC;AACX,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAClD,OAAO,2BAA2B,CACnC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,2BAA2B,CAAC;CACtC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,OAAO,CAC7C,CAAC;AAEvB,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAS/B,CAAC;AAEH,wBAAgB,qCAAqC,CACnD,+BAA+B,EAAE,+BAA+B,GAC/D,MAAM,CAMR;AAED,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,aAAa,CACrE,OAAO,2BAA2B,CACS,CAAC;AAE9C,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,wBAAgB,wCAAwC,CACtD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,gCAAgC,EAAE,kBAAkB,CAAC,CAMvE"}
@@ -36,13 +36,13 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.PostV2FeedbackRemoveResponseBody$inboundSchema = exports.PostV2FeedbackRemoveFeedbackProduct$inboundSchema = exports.PostV2FeedbackRemoveRequestBody$outboundSchema = exports.PostV2FeedbackRemoveProduct$outboundSchema = exports.PostV2FeedbackRemoveFeedbackProduct = exports.PostV2FeedbackRemoveProduct = void 0;
39
+ exports.PostV2FeedbackRemoveResponseBody$inboundSchema = exports.PostV2FeedbackRemoveProduct$inboundSchema = exports.PostV2FeedbackRemoveRequestBody$outboundSchema = exports.Product$outboundSchema = exports.PostV2FeedbackRemoveProduct = exports.Product = void 0;
40
40
  exports.postV2FeedbackRemoveRequestBodyToJSON = postV2FeedbackRemoveRequestBodyToJSON;
41
41
  exports.postV2FeedbackRemoveResponseBodyFromJSON = postV2FeedbackRemoveResponseBodyFromJSON;
42
42
  const z = __importStar(require("zod/v3"));
43
43
  const primitives_js_1 = require("../../lib/primitives.js");
44
44
  const schemas_js_1 = require("../../lib/schemas.js");
45
- exports.PostV2FeedbackRemoveProduct = {
45
+ exports.Product = {
46
46
  Remoteconfigs: "remoteconfigs",
47
47
  Deployments: "deployments",
48
48
  Experiments: "experiments",
@@ -61,7 +61,7 @@ exports.PostV2FeedbackRemoveProduct = {
61
61
  Otel: "otel",
62
62
  AiChat: "ai-chat",
63
63
  };
64
- exports.PostV2FeedbackRemoveFeedbackProduct = {
64
+ exports.PostV2FeedbackRemoveProduct = {
65
65
  Remoteconfigs: "remoteconfigs",
66
66
  Deployments: "deployments",
67
67
  Experiments: "experiments",
@@ -81,12 +81,13 @@ exports.PostV2FeedbackRemoveFeedbackProduct = {
81
81
  AiChat: "ai-chat",
82
82
  };
83
83
  /** @internal */
84
- exports.PostV2FeedbackRemoveProduct$outboundSchema = z.nativeEnum(exports.PostV2FeedbackRemoveProduct);
84
+ exports.Product$outboundSchema = z
85
+ .nativeEnum(exports.Product);
85
86
  /** @internal */
86
87
  exports.PostV2FeedbackRemoveRequestBody$outboundSchema = z.object({
87
88
  id: z.string(),
88
89
  traceId: z.string(),
89
- product: exports.PostV2FeedbackRemoveProduct$outboundSchema,
90
+ product: exports.Product$outboundSchema,
90
91
  }).transform((v) => {
91
92
  return (0, primitives_js_1.remap)(v, {
92
93
  traceId: "trace_id",
@@ -96,12 +97,12 @@ function postV2FeedbackRemoveRequestBodyToJSON(postV2FeedbackRemoveRequestBody)
96
97
  return JSON.stringify(exports.PostV2FeedbackRemoveRequestBody$outboundSchema.parse(postV2FeedbackRemoveRequestBody));
97
98
  }
98
99
  /** @internal */
99
- exports.PostV2FeedbackRemoveFeedbackProduct$inboundSchema = z.nativeEnum(exports.PostV2FeedbackRemoveFeedbackProduct);
100
+ exports.PostV2FeedbackRemoveProduct$inboundSchema = z.nativeEnum(exports.PostV2FeedbackRemoveProduct);
100
101
  /** @internal */
101
102
  exports.PostV2FeedbackRemoveResponseBody$inboundSchema = z.object({
102
103
  id: z.string(),
103
104
  trace_id: z.string(),
104
- product: exports.PostV2FeedbackRemoveFeedbackProduct$inboundSchema,
105
+ product: exports.PostV2FeedbackRemoveProduct$inboundSchema,
105
106
  }).transform((v) => {
106
107
  return (0, primitives_js_1.remap)(v, {
107
108
  "trace_id": "traceId",
@@ -1 +1 @@
1
- {"version":3,"file":"postv2feedbackremove.js","sourceRoot":"","sources":["../../src/models/operations/postv2feedbackremove.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiGH,sFAQC;AAsBD,4FAQC;AArID,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAKpC,QAAA,2BAA2B,GAAG;IACzC,aAAa,EAAE,eAAe;IAC9B,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;IAC5B,cAAc,EAAE,iBAAiB;IACjC,YAAY,EAAE,eAAe;IAC7B,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;IACtB,cAAc,EAAE,iBAAiB;IACjC,MAAM,EAAE,QAAQ;IAChB,YAAY,EAAE,eAAe;IAC7B,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,SAAS;CACT,CAAC;AAWE,QAAA,mCAAmC,GAAG;IACjD,aAAa,EAAE,eAAe;IAC9B,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;IAC5B,cAAc,EAAE,iBAAiB;IACjC,YAAY,EAAE,eAAe;IAC7B,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;IACtB,cAAc,EAAE,iBAAiB;IACjC,MAAM,EAAE,QAAQ;IAChB,YAAY,EAAE,eAAe;IAC7B,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,SAAS;CACT,CAAC;AAcX,gBAAgB;AACH,QAAA,0CAA0C,GAEnD,CAAC,CAAC,UAAU,CAAC,mCAA2B,CAAC,CAAC;AAS9C,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,OAAO,EAAE,kDAA0C;CACpD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,OAAO,EAAE,UAAU;KACpB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,qCAAqC,CACnD,+BAAgE;IAEhE,OAAO,IAAI,CAAC,SAAS,CACnB,sDAA8C,CAAC,KAAK,CAClD,+BAA+B,CAChC,CACF,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,iDAAiD,GAE1D,CAAC,CAAC,UAAU,CAAC,2CAAmC,CAAC,CAAC;AAEtD,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,OAAO,EAAE,yDAAiD;CAC3D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,SAAS;KACtB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,wCAAwC,CACtD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sDAA8C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,8DAA8D,CAC/D,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"postv2feedbackremove.js","sourceRoot":"","sources":["../../src/models/operations/postv2feedbackremove.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8FH,sFAQC;AAsBD,4FAQC;AAlID,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAKpC,QAAA,OAAO,GAAG;IACrB,aAAa,EAAE,eAAe;IAC9B,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;IAC5B,cAAc,EAAE,iBAAiB;IACjC,YAAY,EAAE,eAAe;IAC7B,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;IACtB,cAAc,EAAE,iBAAiB;IACjC,MAAM,EAAE,QAAQ;IAChB,YAAY,EAAE,eAAe;IAC7B,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,SAAS;CACT,CAAC;AASE,QAAA,2BAA2B,GAAG;IACzC,aAAa,EAAE,eAAe;IAC9B,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;IAC5B,cAAc,EAAE,iBAAiB;IACjC,YAAY,EAAE,eAAe;IAC7B,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;IACtB,cAAc,EAAE,iBAAiB;IACjC,MAAM,EAAE,QAAQ;IAChB,YAAY,EAAE,eAAe;IAC7B,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,SAAS;CACT,CAAC;AAcX,gBAAgB;AACH,QAAA,sBAAsB,GAAoC,CAAC;KACrE,UAAU,CAAC,eAAO,CAAC,CAAC;AASvB,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,OAAO,EAAE,8BAAsB;CAChC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,OAAO,EAAE,UAAU;KACpB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,qCAAqC,CACnD,+BAAgE;IAEhE,OAAO,IAAI,CAAC,SAAS,CACnB,sDAA8C,CAAC,KAAK,CAClD,+BAA+B,CAChC,CACF,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,yCAAyC,GAElD,CAAC,CAAC,UAAU,CAAC,mCAA2B,CAAC,CAAC;AAE9C,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,OAAO,EAAE,iDAAyC;CACnD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,SAAS;KACtB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,wCAAwC,CACtD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sDAA8C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,8DAA8D,CAC/D,CAAC;AACJ,CAAC"}
@@ -106,7 +106,7 @@ exports.PostV2HumanEvalSetsResponseBody2$inboundSchema = z.object({
106
106
  updated_by_id: z.string().optional(),
107
107
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
108
108
  .optional(),
109
- updated: z.string().datetime({ offset: true }).default("2026-05-19T14:38:12.201Z").transform(v => new Date(v)),
109
+ updated: z.string().datetime({ offset: true }).default("2026-05-20T05:21:03.322Z").transform(v => new Date(v)),
110
110
  filter_type: z.literal("name"),
111
111
  filter_value: z.string(),
112
112
  }).transform((v) => {
@@ -137,7 +137,7 @@ exports.PostV2HumanEvalSetsResponseBody1$inboundSchema = z.object({
137
137
  updated_by_id: z.string().optional(),
138
138
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
139
139
  .optional(),
140
- updated: z.string().datetime({ offset: true }).default("2026-05-19T14:38:12.201Z").transform(v => new Date(v)),
140
+ updated: z.string().datetime({ offset: true }).default("2026-05-20T05:21:03.322Z").transform(v => new Date(v)),
141
141
  filter_type: z.literal("span_type"),
142
142
  filter_values: z.array(z.string()),
143
143
  }).transform((v) => {
@@ -1,5 +1,8 @@
1
1
  import * as z from "zod/v3";
2
2
  export type ProjectDeleteRequest = {
3
+ /**
4
+ * Project ID to delete.
5
+ */
3
6
  projectId: string;
4
7
  };
5
8
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"projectdelete.d.ts","sourceRoot":"","sources":["../../src/models/operations/projectdelete.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,6BAA6B,GAAG;IAC1C,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,oBAAoB,CAOpB,CAAC;AAEH,wBAAgB,0BAA0B,CACxC,oBAAoB,EAAE,oBAAoB,GACzC,MAAM,CAIR"}
1
+ {"version":3,"file":"projectdelete.d.ts","sourceRoot":"","sources":["../../src/models/operations/projectdelete.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,6BAA6B,GAAG;IAC1C,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,oBAAoB,CAOpB,CAAC;AAEH,wBAAgB,0BAA0B,CACxC,oBAAoB,EAAE,oBAAoB,GACzC,MAAM,CAIR"}
@@ -1 +1 @@
1
- {"version":3,"file":"projectdelete.js","sourceRoot":"","sources":["../../src/models/operations/projectdelete.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BH,gEAMC;AA/BD,0CAA4B;AAC5B,2DAA0D;AAW1D,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,0BAA0B,CACxC,oBAA0C;IAE1C,OAAO,IAAI,CAAC,SAAS,CACnB,2CAAmC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAChE,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"projectdelete.js","sourceRoot":"","sources":["../../src/models/operations/projectdelete.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BH,gEAMC;AAlCD,0CAA4B;AAC5B,2DAA0D;AAc1D,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,0BAA0B,CACxC,oBAA0C;IAE1C,OAAO,IAAI,CAAC,SAAS,CACnB,2CAAmC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAChE,CAAC;AACJ,CAAC"}
@@ -1,5 +1,8 @@
1
1
  import * as z from "zod/v3";
2
2
  export type ProjectGetRequest = {
3
+ /**
4
+ * Project ID to retrieve.
5
+ */
3
6
  projectId: string;
4
7
  };
5
8
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"projectget.d.ts","sourceRoot":"","sources":["../../src/models/operations/projectget.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,iBAAiB,GAAG;IAC9B,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAOjB,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR"}
1
+ {"version":3,"file":"projectget.d.ts","sourceRoot":"","sources":["../../src/models/operations/projectget.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAOjB,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR"}
@@ -1 +1 @@
1
- {"version":3,"file":"projectget.js","sourceRoot":"","sources":["../../src/models/operations/projectget.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BH,0DAMC;AA/BD,0CAA4B;AAC5B,2DAA0D;AAW1D,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,uBAAuB,CACrC,iBAAoC;IAEpC,OAAO,IAAI,CAAC,SAAS,CACnB,wCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"projectget.js","sourceRoot":"","sources":["../../src/models/operations/projectget.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BH,0DAMC;AAlCD,0CAA4B;AAC5B,2DAA0D;AAc1D,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,uBAAuB,CACrC,iBAAoC;IAEpC,OAAO,IAAI,CAAC,SAAS,CACnB,wCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AACJ,CAAC"}
@@ -1,7 +1,22 @@
1
1
  import * as z from "zod/v3";
2
2
  export type ProjectListRequest = {
3
+ /**
4
+ * Page size, 1-200. Unset uses the server default.
5
+ */
3
6
  limit?: number | undefined;
7
+ /**
8
+ * Cursor for forward pagination. Set to the `project_id` of the last
9
+ *
10
+ * @remarks
11
+ * item from the previous page.
12
+ */
4
13
  startingAfter?: string | undefined;
14
+ /**
15
+ * Cursor for backward pagination. Set to the `project_id` of the first
16
+ *
17
+ * @remarks
18
+ * item from the previous page.
19
+ */
5
20
  endingBefore?: string | undefined;
6
21
  };
7
22
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"projectlist.d.ts","sourceRoot":"","sources":["../../src/models/operations/projectlist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACpC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAUlB,CAAC;AAEH,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR"}
1
+ {"version":3,"file":"projectlist.d.ts","sourceRoot":"","sources":["../../src/models/operations/projectlist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;;;;OAKG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACpC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAUlB,CAAC;AAEH,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR"}
@@ -1 +1 @@
1
- {"version":3,"file":"projectlist.js","sourceRoot":"","sources":["../../src/models/operations/projectlist.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCH,4DAMC;AAtCD,0CAA4B;AAC5B,2DAA0D;AAe1D,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAClC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACpC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,aAAa,EAAE,gBAAgB;QAC/B,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,wBAAwB,CACtC,kBAAsC;IAEtC,OAAO,IAAI,CAAC,SAAS,CACnB,yCAAiC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAC5D,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"projectlist.js","sourceRoot":"","sources":["../../src/models/operations/projectlist.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiDH,4DAMC;AArDD,0CAA4B;AAC5B,2DAA0D;AA8B1D,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAClC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACpC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,aAAa,EAAE,gBAAgB;QAC/B,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,wBAAwB,CACtC,kBAAsC;IAEtC,OAAO,IAAI,CAAC,SAAS,CACnB,yCAAiC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAC5D,CAAC;AACJ,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import * as z from "zod/v3";
2
2
  import * as components from "../components/index.js";
3
3
  export type ProjectUpdateRequest = {
4
+ /**
5
+ * Project ID to update.
6
+ */
4
7
  projectId: string;
5
8
  updateProjectRequest: components.UpdateProjectRequest;
6
9
  };
@@ -1 +1 @@
1
- {"version":3,"file":"projectupdate.d.ts","sourceRoot":"","sources":["../../src/models/operations/projectupdate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;CACvD,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,6BAA6B,GAAG;IAC1C,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB,EAAE,UAAU,CAAC,6BAA6B,CAAC;CAChE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,oBAAoB,CASpB,CAAC;AAEH,wBAAgB,0BAA0B,CACxC,oBAAoB,EAAE,oBAAoB,GACzC,MAAM,CAIR"}
1
+ {"version":3,"file":"projectupdate.d.ts","sourceRoot":"","sources":["../../src/models/operations/projectupdate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;CACvD,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,6BAA6B,GAAG;IAC1C,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB,EAAE,UAAU,CAAC,6BAA6B,CAAC;CAChE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,oBAAoB,CASpB,CAAC;AAEH,wBAAgB,0BAA0B,CACxC,oBAAoB,EAAE,oBAAoB,GACzC,MAAM,CAIR"}
@@ -1 +1 @@
1
- {"version":3,"file":"projectupdate.js","sourceRoot":"","sources":["../../src/models/operations/projectupdate.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCH,gEAMC;AApCD,0CAA4B;AAC5B,2DAA0D;AAC1D,mEAAqD;AAarD,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,oBAAoB,EAAE,UAAU,CAAC,mCAAmC;CACrE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;QACvB,oBAAoB,EAAE,sBAAsB;KAC7C,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,0BAA0B,CACxC,oBAA0C;IAE1C,OAAO,IAAI,CAAC,SAAS,CACnB,2CAAmC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAChE,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"projectupdate.js","sourceRoot":"","sources":["../../src/models/operations/projectupdate.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCH,gEAMC;AAvCD,0CAA4B;AAC5B,2DAA0D;AAC1D,mEAAqD;AAgBrD,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,oBAAoB,EAAE,UAAU,CAAC,mCAAmC;CACrE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;QACvB,oBAAoB,EAAE,sBAAsB;KAC7C,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,0BAA0B,CACxC,oBAA0C;IAE1C,OAAO,IAAI,CAAC,SAAS,CACnB,2CAAmC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAChE,CAAC;AACJ,CAAC"}
@@ -932,13 +932,13 @@ export type RetrieveAgentRequestResponseBody = {
932
932
  */
933
933
  version?: string | undefined;
934
934
  /**
935
- * Entity storage path in the format: `project/folder/subfolder/...`
935
+ * Entity storage path.
936
936
  *
937
937
  * @remarks
938
938
  *
939
- * The first element identifies the project, followed by nested folders (auto-created as needed).
939
+ * 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`.
940
940
  *
941
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
941
+ * 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.
942
942
  */
943
943
  path: string;
944
944
  /**
@@ -409,7 +409,7 @@ exports.RetrieveDatapointEvaluations3$inboundSchema = z.object({
409
409
  source: exports.RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema
410
410
  .default("orq"),
411
411
  reviewed_by_id: z.string(),
412
- reviewed_at: z.string().datetime({ offset: true }).default("2026-05-19T14:38:26.547Z").transform(v => new Date(v)),
412
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-05-20T05:21:18.401Z").transform(v => new Date(v)),
413
413
  type: z.literal("string_array"),
414
414
  values: z.array(z.string()),
415
415
  }).transform((v) => {
@@ -436,7 +436,7 @@ exports.RetrieveDatapointEvaluations2$inboundSchema = z.object({
436
436
  human_review_id: z.string(),
437
437
  source: exports.RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
438
438
  reviewed_by_id: z.string(),
439
- reviewed_at: z.string().datetime({ offset: true }).default("2026-05-19T14:38:26.546Z").transform(v => new Date(v)),
439
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-05-20T05:21:18.400Z").transform(v => new Date(v)),
440
440
  type: z.literal("number"),
441
441
  value: z.number(),
442
442
  }).transform((v) => {
@@ -462,7 +462,7 @@ exports.RetrieveDatapointEvaluations1$inboundSchema = z.object({
462
462
  human_review_id: z.string(),
463
463
  source: exports.RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
464
464
  reviewed_by_id: z.string(),
465
- reviewed_at: z.string().datetime({ offset: true }).default("2026-05-19T14:38:26.546Z").transform(v => new Date(v)),
465
+ reviewed_at: z.string().datetime({ offset: true }).default("2026-05-20T05:21:18.400Z").transform(v => new Date(v)),
466
466
  type: z.literal("string"),
467
467
  value: z.string(),
468
468
  }).transform((v) => {
@@ -509,7 +509,7 @@ exports.RetrieveDatapointResponseBody$inboundSchema = z.object({
509
509
  updated_by_id: z.string().optional(),
510
510
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
511
511
  .optional(),
512
- updated: z.string().datetime({ offset: true }).default("2026-05-19T14:38:12.201Z").transform(v => new Date(v)),
512
+ updated: z.string().datetime({ offset: true }).default("2026-05-20T05:21:03.322Z").transform(v => new Date(v)),
513
513
  }).transform((v) => {
514
514
  return (0, primitives_js_1.remap)(v, {
515
515
  "_id": "id",
@@ -78,7 +78,7 @@ exports.RetrieveDatasetResponseBody$inboundSchema = z.object({
78
78
  updated_by_id: z.string().optional(),
79
79
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
80
80
  .optional(),
81
- updated: z.string().datetime({ offset: true }).default("2026-05-19T14:38:12.201Z").transform(v => new Date(v)),
81
+ updated: z.string().datetime({ offset: true }).default("2026-05-20T05:21:03.322Z").transform(v => new Date(v)),
82
82
  }).transform((v) => {
83
83
  return (0, primitives_js_1.remap)(v, {
84
84
  "_id": "id",
@@ -66,7 +66,7 @@ function retrieveDatasourceRequestToJSON(retrieveDatasourceRequest) {
66
66
  exports.RetrieveDatasourceStatus$inboundSchema = z.nativeEnum(exports.RetrieveDatasourceStatus);
67
67
  /** @internal */
68
68
  exports.RetrieveDatasourceResponseBody$inboundSchema = z.object({
69
- _id: z.string().default("01KS0ARZ5W6TGQ0RTXT1W4AJ8M"),
69
+ _id: z.string().default("01KS1X9HFSRR4ZZJ7XWAPSC7NG"),
70
70
  display_name: z.string(),
71
71
  description: z.string().optional(),
72
72
  status: exports.RetrieveDatasourceStatus$inboundSchema,
@@ -1,90 +1,14 @@
1
1
  import * as z from "zod/v3";
2
- import { Result as SafeParseResult } from "../../types/fp.js";
3
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
2
  export type RetrieveIdentityRequest = {
5
- /**
6
- * Unique identity id or external id
7
- */
8
3
  id: string;
9
- /**
10
- * Include usage metrics of the last 30 days for the identity.
11
- */
12
- includeMetrics?: boolean | null | undefined;
13
- };
14
- export type Metrics = {
15
- /**
16
- * Total cost in dollars of the last 30 days
17
- */
18
- totalCost: number;
19
- /**
20
- * Total tokens of the last 30 days
21
- */
22
- totalTokens: number;
23
- /**
24
- * Total requests of the last 30 days
25
- */
26
- totalRequests: number;
27
- /**
28
- * Error rate of the last 30 days as a ratio (0–1)
29
- */
30
- errorRate: number;
31
- };
32
- /**
33
- * Identity details
34
- */
35
- export type RetrieveIdentityResponseBody = {
36
- /**
37
- * Unique ULID (Universally Unique Lexicographically Sortable Identifier) for the contact
38
- */
39
- id: string;
40
- /**
41
- * Unique string value to identify the contact user in the customer's system. This should be the same ID you use in your system to reference this user.
42
- */
43
- externalId: string;
44
- /**
45
- * Display name or nickname of the contact user. This is typically shown in user interfaces.
46
- */
47
- displayName?: string | null | undefined;
48
- /**
49
- * Email address of the contact user
50
- */
51
- email?: string | null | undefined;
52
- /**
53
- * URL linking to the contact user's avatar image
54
- */
55
- avatarUrl?: string | null | undefined;
56
- /**
57
- * Array of tags associated with the contact. Useful for organizing and filtering contacts by categories, departments, or custom classifications.
58
- */
59
- tags?: Array<string> | undefined;
60
- /**
61
- * Additional custom metadata associated with the contact as key-value pairs. Use this to store any extra information specific to your application.
62
- */
63
- metadata?: {
64
- [k: string]: any;
65
- } | undefined;
66
- /**
67
- * The date and time the resource was created
68
- */
69
- created?: Date | undefined;
70
- /**
71
- * The date and time the resource was last updated
72
- */
73
- updated: Date;
74
- metrics?: Metrics | null | undefined;
4
+ includeMetrics?: boolean | undefined;
75
5
  };
76
6
  /** @internal */
77
7
  export type RetrieveIdentityRequest$Outbound = {
78
8
  id: string;
79
- include_metrics: boolean | null;
9
+ include_metrics?: boolean | undefined;
80
10
  };
81
11
  /** @internal */
82
12
  export declare const RetrieveIdentityRequest$outboundSchema: z.ZodType<RetrieveIdentityRequest$Outbound, z.ZodTypeDef, RetrieveIdentityRequest>;
83
13
  export declare function retrieveIdentityRequestToJSON(retrieveIdentityRequest: RetrieveIdentityRequest): string;
84
- /** @internal */
85
- export declare const Metrics$inboundSchema: z.ZodType<Metrics, z.ZodTypeDef, unknown>;
86
- export declare function metricsFromJSON(jsonString: string): SafeParseResult<Metrics, SDKValidationError>;
87
- /** @internal */
88
- export declare const RetrieveIdentityResponseBody$inboundSchema: z.ZodType<RetrieveIdentityResponseBody, z.ZodTypeDef, unknown>;
89
- export declare function retrieveIdentityResponseBodyFromJSON(jsonString: string): SafeParseResult<RetrieveIdentityResponseBody, SDKValidationError>;
90
14
  //# sourceMappingURL=retrieveidentity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"retrieveidentity.d.ts","sourceRoot":"","sources":["../../src/models/operations/retrieveidentity.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG;IACpB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACjC;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;IAC5C;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,OAAO,EAAE,IAAI,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;CACtC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAQvB,CAAC;AAEH,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR;AAED,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAaxE,CAAC;AAEL,wBAAgB,eAAe,CAC7B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAM9C;AAED,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,OAAO,CAsBP,CAAC;AAEH,wBAAgB,oCAAoC,CAClD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,4BAA4B,EAAE,kBAAkB,CAAC,CAMnE"}
1
+ {"version":3,"file":"retrieveidentity.d.ts","sourceRoot":"","sources":["../../src/models/operations/retrieveidentity.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACtC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACvC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAQvB,CAAC;AAEH,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR"}
@@ -36,17 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.RetrieveIdentityResponseBody$inboundSchema = exports.Metrics$inboundSchema = exports.RetrieveIdentityRequest$outboundSchema = void 0;
39
+ exports.RetrieveIdentityRequest$outboundSchema = void 0;
40
40
  exports.retrieveIdentityRequestToJSON = retrieveIdentityRequestToJSON;
41
- exports.metricsFromJSON = metricsFromJSON;
42
- exports.retrieveIdentityResponseBodyFromJSON = retrieveIdentityResponseBodyFromJSON;
43
41
  const z = __importStar(require("zod/v3"));
44
42
  const primitives_js_1 = require("../../lib/primitives.js");
45
- const schemas_js_1 = require("../../lib/schemas.js");
46
43
  /** @internal */
47
44
  exports.RetrieveIdentityRequest$outboundSchema = z.object({
48
45
  id: z.string(),
49
- includeMetrics: z.nullable(z.boolean().default(false)),
46
+ includeMetrics: z.boolean().optional(),
50
47
  }).transform((v) => {
51
48
  return (0, primitives_js_1.remap)(v, {
52
49
  includeMetrics: "include_metrics",
@@ -55,45 +52,4 @@ exports.RetrieveIdentityRequest$outboundSchema = z.object({
55
52
  function retrieveIdentityRequestToJSON(retrieveIdentityRequest) {
56
53
  return JSON.stringify(exports.RetrieveIdentityRequest$outboundSchema.parse(retrieveIdentityRequest));
57
54
  }
58
- /** @internal */
59
- exports.Metrics$inboundSchema = z.object({
60
- total_cost: z.number(),
61
- total_tokens: z.number(),
62
- total_requests: z.number(),
63
- error_rate: z.number(),
64
- }).transform((v) => {
65
- return (0, primitives_js_1.remap)(v, {
66
- "total_cost": "totalCost",
67
- "total_tokens": "totalTokens",
68
- "total_requests": "totalRequests",
69
- "error_rate": "errorRate",
70
- });
71
- });
72
- function metricsFromJSON(jsonString) {
73
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Metrics$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Metrics' from JSON`);
74
- }
75
- /** @internal */
76
- exports.RetrieveIdentityResponseBody$inboundSchema = z.object({
77
- _id: z.string(),
78
- external_id: z.string(),
79
- display_name: z.nullable(z.string()).optional(),
80
- email: z.nullable(z.string()).optional(),
81
- avatar_url: z.nullable(z.string()).optional(),
82
- tags: z.array(z.string()).optional(),
83
- metadata: z.record(z.any()).optional(),
84
- created: z.string().datetime({ offset: true }).transform(v => new Date(v))
85
- .optional(),
86
- updated: z.string().datetime({ offset: true }).default("2026-05-19T14:38:12.201Z").transform(v => new Date(v)),
87
- metrics: z.nullable(z.lazy(() => exports.Metrics$inboundSchema)).optional(),
88
- }).transform((v) => {
89
- return (0, primitives_js_1.remap)(v, {
90
- "_id": "id",
91
- "external_id": "externalId",
92
- "display_name": "displayName",
93
- "avatar_url": "avatarUrl",
94
- });
95
- });
96
- function retrieveIdentityResponseBodyFromJSON(jsonString) {
97
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RetrieveIdentityResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RetrieveIdentityResponseBody' from JSON`);
98
- }
99
55
  //# sourceMappingURL=retrieveidentity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"retrieveidentity.js","sourceRoot":"","sources":["../../src/models/operations/retrieveidentity.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqGH,sEAMC;AAkBD,0CAQC;AA8BD,oFAQC;AAzKD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAmFjD,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,cAAc,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;CACvD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,6BAA6B,CAC3C,uBAAgD;IAEhD,OAAO,IAAI,CAAC,SAAS,CACnB,8CAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,qBAAqB,GAChC,CAAC,CAAC,MAAM,CAAC;IACP,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAC1B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;CACvB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,WAAW;QACzB,cAAc,EAAE,aAAa;QAC7B,gBAAgB,EAAE,eAAe;QACjC,YAAY,EAAE,WAAW;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEL,SAAgB,eAAe,CAC7B,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6BAAqB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACjD,qCAAqC,CACtC,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;IACf,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC/C,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACxC,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACpC,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IACtC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;SACvE,QAAQ,EAAE;IACb,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,OAAO,CACpD,0BAA0B,CAC3B,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;IAC7B,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,6BAAqB,CAAC,CAAC,CAAC,QAAQ,EAAE;CACpE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,KAAK,EAAE,IAAI;QACX,aAAa,EAAE,YAAY;QAC3B,cAAc,EAAE,aAAa;QAC7B,YAAY,EAAE,WAAW;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,oCAAoC,CAClD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,kDAA0C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACtE,0DAA0D,CAC3D,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"retrieveidentity.js","sourceRoot":"","sources":["../../src/models/operations/retrieveidentity.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BH,sEAMC;AAlCD,0CAA4B;AAC5B,2DAA0D;AAa1D,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,cAAc,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACvC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,6BAA6B,CAC3C,uBAAgD;IAEhD,OAAO,IAAI,CAAC,SAAS,CACnB,8CAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AACJ,CAAC"}
@@ -71,13 +71,13 @@ export type RetrieveToolResponseBodyCodeTool = {
71
71
  export type RetrieveToolResponseBodyCodeExecutionTool = {
72
72
  id: string;
73
73
  /**
74
- * Entity storage path in the format: `project/folder/subfolder/...`
74
+ * Entity storage path.
75
75
  *
76
76
  * @remarks
77
77
  *
78
- * The first element identifies the project, followed by nested folders (auto-created as needed).
78
+ * 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`.
79
79
  *
80
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
80
+ * 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.
81
81
  */
82
82
  path: string;
83
83
  /**
@@ -186,13 +186,13 @@ export type RetrieveToolResponseBodyMcp = {
186
186
  export type RetrieveToolResponseBodyMCPTool = {
187
187
  id: string;
188
188
  /**
189
- * Entity storage path in the format: `project/folder/subfolder/...`
189
+ * Entity storage path.
190
190
  *
191
191
  * @remarks
192
192
  *
193
- * The first element identifies the project, followed by nested folders (auto-created as needed).
193
+ * 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`.
194
194
  *
195
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
195
+ * 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.
196
196
  */
197
197
  path: string;
198
198
  /**
@@ -334,13 +334,13 @@ export type RetrieveToolResponseBodyHttp = {
334
334
  export type RetrieveToolResponseBodyHTTPTool = {
335
335
  id: string;
336
336
  /**
337
- * Entity storage path in the format: `project/folder/subfolder/...`
337
+ * Entity storage path.
338
338
  *
339
339
  * @remarks
340
340
  *
341
- * The first element identifies the project, followed by nested folders (auto-created as needed).
341
+ * 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`.
342
342
  *
343
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
343
+ * 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.
344
344
  */
345
345
  path: string;
346
346
  /**
@@ -433,13 +433,13 @@ export type RetrieveToolResponseBodyJsonSchema = {
433
433
  export type RetrieveToolResponseBodyJSONSchemaTool = {
434
434
  id: string;
435
435
  /**
436
- * Entity storage path in the format: `project/folder/subfolder/...`
436
+ * Entity storage path.
437
437
  *
438
438
  * @remarks
439
439
  *
440
- * The first element identifies the project, followed by nested folders (auto-created as needed).
440
+ * 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`.
441
441
  *
442
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
442
+ * 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.
443
443
  */
444
444
  path: string;
445
445
  /**
@@ -542,13 +542,13 @@ export type RetrieveToolResponseBodyFunction = {
542
542
  export type RetrieveToolResponseBodyFunctionTool = {
543
543
  id: string;
544
544
  /**
545
- * Entity storage path in the format: `project/folder/subfolder/...`
545
+ * Entity storage path.
546
546
  *
547
547
  * @remarks
548
548
  *
549
- * The first element identifies the project, followed by nested folders (auto-created as needed).
549
+ * 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`.
550
550
  *
551
- * With project-based API keys, the first element is treated as a folder name, as the project is predetermined by the API key.
551
+ * 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.
552
552
  */
553
553
  path: string;
554
554
  /**