@orq-ai/node 4.14.0-rc.14 → 4.14.0-rc.16

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 (492) hide show
  1. package/README.md +37 -52
  2. package/jsr.json +1 -1
  3. package/lib/config.d.ts +2 -2
  4. package/lib/config.js +2 -2
  5. package/models/components/accesslevel.d.ts +13 -0
  6. package/models/components/accesslevel.d.ts.map +1 -0
  7. package/models/components/{createpersonrequest.js → accesslevel.js} +11 -11
  8. package/models/components/accesslevel.js.map +1 -0
  9. package/models/components/createapikeyrequest.d.ts +3 -2
  10. package/models/components/createapikeyrequest.d.ts.map +1 -1
  11. package/models/components/createapikeyrequest.js +2 -1
  12. package/models/components/createapikeyrequest.js.map +1 -1
  13. package/models/components/createmanagementkeyrequest.d.ts +3 -2
  14. package/models/components/createmanagementkeyrequest.d.ts.map +1 -1
  15. package/models/components/createmanagementkeyrequest.js +2 -1
  16. package/models/components/createmanagementkeyrequest.js.map +1 -1
  17. package/models/components/domain.d.ts +13 -7
  18. package/models/components/domain.d.ts.map +1 -1
  19. package/models/components/domain.js +5 -1
  20. package/models/components/domain.js.map +1 -1
  21. package/models/components/domaingroup.d.ts +11 -0
  22. package/models/components/domaingroup.d.ts.map +1 -0
  23. package/models/components/{resendinvitationrequest.js → domaingroup.js} +9 -7
  24. package/models/components/domaingroup.js.map +1 -0
  25. package/models/components/embeddingorqparams.d.ts +3 -6
  26. package/models/components/embeddingorqparams.d.ts.map +1 -1
  27. package/models/components/embeddingorqparams.js +2 -2
  28. package/models/components/embeddingorqparams.js.map +1 -1
  29. package/models/components/evaluatorresponsefunction.js +2 -2
  30. package/models/components/evaluatorresponsehttp.js +2 -2
  31. package/models/components/evaluatorresponsejsonschema.js +2 -2
  32. package/models/components/evaluatorresponsellm.js +2 -2
  33. package/models/components/evaluatorresponsepython.js +2 -2
  34. package/models/components/evaluatorresponseragas.js +2 -2
  35. package/models/components/evaluatorresponsetypescript.js +2 -2
  36. package/models/components/index.d.ts +6 -11
  37. package/models/components/index.d.ts.map +1 -1
  38. package/models/components/index.js +6 -11
  39. package/models/components/index.js.map +1 -1
  40. package/models/components/listmanagementcapabilitiesresponse.d.ts +2 -2
  41. package/models/components/listmanagementcapabilitiesresponse.d.ts.map +1 -1
  42. package/models/components/listmanagementcapabilitiesresponse.js +2 -2
  43. package/models/components/listmanagementcapabilitiesresponse.js.map +1 -1
  44. package/models/components/managementdomain.d.ts +37 -0
  45. package/models/components/managementdomain.d.ts.map +1 -0
  46. package/models/components/{updatepersonrequest.js → managementdomain.js} +14 -12
  47. package/models/components/managementdomain.js.map +1 -0
  48. package/models/components/managementdomaingroup.d.ts +9 -0
  49. package/models/components/managementdomaingroup.d.ts.map +1 -0
  50. package/models/components/{personstatus.js → managementdomaingroup.js} +5 -7
  51. package/models/components/managementdomaingroup.js.map +1 -0
  52. package/models/components/managementkey.d.ts +2 -1
  53. package/models/components/managementkey.d.ts.map +1 -1
  54. package/models/components/managementkey.js +2 -1
  55. package/models/components/managementkey.js.map +1 -1
  56. package/models/components/publicresponseresource.d.ts +2 -5
  57. package/models/components/publicresponseresource.d.ts.map +1 -1
  58. package/models/components/publicresponseresource.js +2 -2
  59. package/models/components/publicresponseresource.js.map +1 -1
  60. package/models/components/reasoningpart.js +1 -1
  61. package/models/components/responsetelemetry.d.ts +11 -0
  62. package/models/components/responsetelemetry.d.ts.map +1 -0
  63. package/models/components/{listpeopleresponse.js → responsetelemetry.js} +10 -11
  64. package/models/components/responsetelemetry.js.map +1 -0
  65. package/models/components/scopemode.d.ts +10 -0
  66. package/models/components/scopemode.d.ts.map +1 -0
  67. package/models/components/{deletepersonresponse.js → scopemode.js} +8 -8
  68. package/models/components/scopemode.js.map +1 -0
  69. package/models/components/updateapikeyrequest.d.ts +3 -2
  70. package/models/components/updateapikeyrequest.d.ts.map +1 -1
  71. package/models/components/updateapikeyrequest.js +2 -1
  72. package/models/components/updateapikeyrequest.js.map +1 -1
  73. package/models/components/updatemanagementkeyrequest.d.ts +3 -2
  74. package/models/components/updatemanagementkeyrequest.d.ts.map +1 -1
  75. package/models/components/updatemanagementkeyrequest.js +2 -1
  76. package/models/components/updatemanagementkeyrequest.js.map +1 -1
  77. package/models/operations/createannotationqueue.js +1 -1
  78. package/models/operations/createchatcompletion.d.ts +12 -12
  79. package/models/operations/createchatcompletion.d.ts.map +1 -1
  80. package/models/operations/createchatcompletion.js +5 -4
  81. package/models/operations/createchatcompletion.js.map +1 -1
  82. package/models/operations/createcompletion.d.ts +12 -12
  83. package/models/operations/createcompletion.d.ts.map +1 -1
  84. package/models/operations/createcompletion.js +4 -4
  85. package/models/operations/createcompletion.js.map +1 -1
  86. package/models/operations/createdataset.js +1 -1
  87. package/models/operations/createdatasetitem.js +5 -5
  88. package/models/operations/createdatasource.js +1 -1
  89. package/models/operations/createknowledge.d.ts +82 -4
  90. package/models/operations/createknowledge.d.ts.map +1 -1
  91. package/models/operations/createknowledge.js +46 -1
  92. package/models/operations/createknowledge.js.map +1 -1
  93. package/models/operations/createrouterresponse.d.ts +1 -4
  94. package/models/operations/createrouterresponse.d.ts.map +1 -1
  95. package/models/operations/createrouterresponse.js +1 -1
  96. package/models/operations/createrouterresponse.js.map +1 -1
  97. package/models/operations/createtool.js +6 -6
  98. package/models/operations/getalltools.js +6 -6
  99. package/models/operations/geteval.js +16 -16
  100. package/models/operations/getoneknowledge.d.ts +2 -2
  101. package/models/operations/getv2humanevalsets.js +2 -2
  102. package/models/operations/getv2humanevalsetsid.js +2 -2
  103. package/models/operations/index.d.ts +0 -5
  104. package/models/operations/index.d.ts.map +1 -1
  105. package/models/operations/index.js +0 -5
  106. package/models/operations/index.js.map +1 -1
  107. package/models/operations/listannotationqueues.js +1 -1
  108. package/models/operations/listdatasetdatapoints.js +5 -5
  109. package/models/operations/listdatasets.js +1 -1
  110. package/models/operations/listdatasources.js +1 -1
  111. package/models/operations/listknowledgebases.d.ts +2 -2
  112. package/models/operations/patchv2humanevalsetsid.js +2 -2
  113. package/models/operations/postv2feedbackevaluation.js +4 -4
  114. package/models/operations/postv2humanevalsets.js +2 -2
  115. package/models/operations/responsebodynodes.js +33 -33
  116. package/models/operations/responsebodyusage.d.ts +9 -9
  117. package/models/operations/responsebodyusage.d.ts.map +1 -1
  118. package/models/operations/responsebodyusage.js +4 -4
  119. package/models/operations/responsebodyusage.js.map +1 -1
  120. package/models/operations/retrieveannotationqueue.js +1 -1
  121. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody204.js +31 -31
  122. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody8attributesopenresponsesoutput2.js +6 -6
  123. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody13attributes5.js +16 -16
  124. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody19attributeslogprobs.js +14 -14
  125. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributes8.js +18 -18
  126. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody24attributesopenresponsesoutput44type.js +16 -16
  127. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody257.js +2 -2
  128. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributesopenresponsesoutput44type.js +16 -16
  129. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody307.js +2 -2
  130. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody44.js +16 -16
  131. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse1.js +34 -34
  132. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse20015.js +7 -7
  133. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody102.js +32 -32
  134. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq10kind.js +15 -15
  135. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorqsource.js +2 -2
  136. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody13attributesorq8kind.js +19 -19
  137. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1417.js +4 -4
  138. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq9evaluationtype.js +17 -17
  139. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody16attributesstatus.js +30 -30
  140. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq10evaluatorconfigtype.js +15 -15
  141. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq14outputschema.js +7 -7
  142. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq7annotator.js +21 -21
  143. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq16annotator.js +4 -4
  144. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq9annotator.js +17 -17
  145. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorq5outputschema.js +24 -24
  146. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq15outputschema.js +5 -5
  147. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq8annotator.js +19 -19
  148. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq19kind.js +1 -1
  149. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25status.js +32 -32
  150. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody26attributesorq12status.js +11 -11
  151. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorq4evaluationtype.js +26 -26
  152. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq15outputschema.js +5 -5
  153. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq8annotator.js +19 -19
  154. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.d.ts +9 -9
  155. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.d.ts.map +1 -1
  156. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.js +6 -6
  157. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.js.map +1 -1
  158. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq19kind.js +1 -1
  159. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30status.js +32 -32
  160. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq17type.js +3 -3
  161. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorqvalue.js +15 -15
  162. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesevaluatorconfigtype.js +30 -30
  163. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3413.js +11 -11
  164. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.js +24 -24
  165. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq19outputschema.js +1 -1
  166. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq8outputschema.js +19 -19
  167. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq4kind.js +26 -26
  168. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq12status.js +11 -11
  169. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorqannotator.js +28 -28
  170. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq12evaluatorconfigtype.js +11 -11
  171. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponseevaluatorconfigtype.js +25 -25
  172. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse2008.js +28 -28
  173. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody11attributestype.js +20 -20
  174. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody173.js +20 -20
  175. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody18attributesopenresponses6role.js +28 -28
  176. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26attributesopenresponsestype.js +24 -24
  177. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody321.js +20 -20
  178. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody345.js +24 -24
  179. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody7attributesopenresponsestype.js +24 -24
  180. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody9attributesrole.js +24 -24
  181. package/models/operations/retrieveannotationqueueiteminputorq.d.ts +9 -9
  182. package/models/operations/retrieveannotationqueueiteminputorq.d.ts.map +1 -1
  183. package/models/operations/retrieveannotationqueueiteminputorq.js +4 -5
  184. package/models/operations/retrieveannotationqueueiteminputorq.js.map +1 -1
  185. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody10role.js +2 -2
  186. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody155.js +18 -18
  187. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody16status.js +4 -4
  188. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody23attributes1.js +30 -30
  189. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody28attributes1.js +30 -30
  190. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody333.js +4 -4
  191. package/models/operations/retrieveannotationqueueitemresponsebody.js +1 -1
  192. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10evaluation.js +1 -1
  193. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson12nodes.js +33 -33
  194. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson14attributesresponse.js +31 -31
  195. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16score.js +1 -1
  196. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27choice.js +1 -1
  197. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson31otlp.js +32 -32
  198. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33provider.js +1 -1
  199. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson6response.js +1 -1
  200. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8tool.js +1 -1
  201. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody22attributestype.js +10 -10
  202. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody27logprobs.js +8 -8
  203. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody353.js +10 -10
  204. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody6type.js +8 -8
  205. package/models/operations/retrievedatapoint.js +5 -5
  206. package/models/operations/retrievedataset.js +1 -1
  207. package/models/operations/retrievedatasource.js +1 -1
  208. package/models/operations/retrieveresponse.d.ts +1 -4
  209. package/models/operations/retrieveresponse.d.ts.map +1 -1
  210. package/models/operations/retrieveresponse.js +1 -1
  211. package/models/operations/retrieveresponse.js.map +1 -1
  212. package/models/operations/retrievetool.js +6 -6
  213. package/models/operations/runagent.js +1 -1
  214. package/models/operations/searchknowledge.d.ts +12 -12
  215. package/models/operations/searchknowledge.d.ts.map +1 -1
  216. package/models/operations/searchknowledge.js +4 -4
  217. package/models/operations/searchknowledge.js.map +1 -1
  218. package/models/operations/streamrunagent.js +1 -1
  219. package/models/operations/summary4.js +10 -10
  220. package/models/operations/twentythree.js +1 -1
  221. package/models/operations/updateannotationqueue.js +1 -1
  222. package/models/operations/updatedatapoint.js +5 -5
  223. package/models/operations/updatedataset.js +1 -1
  224. package/models/operations/updatedatasource.js +1 -1
  225. package/models/operations/updateknowledge.d.ts +53 -53
  226. package/models/operations/updateknowledge.d.ts.map +1 -1
  227. package/models/operations/updateknowledge.js +38 -40
  228. package/models/operations/updateknowledge.js.map +1 -1
  229. package/models/operations/updatetool.js +7 -7
  230. package/package.json +9 -9
  231. package/sdk/feedback.d.ts +2 -2
  232. package/sdk/feedback.js +2 -2
  233. package/sdk/sdk.d.ts +0 -3
  234. package/sdk/sdk.d.ts.map +1 -1
  235. package/sdk/sdk.js +0 -4
  236. package/sdk/sdk.js.map +1 -1
  237. package/src/lib/config.ts +2 -2
  238. package/src/models/components/accesslevel.ts +20 -0
  239. package/src/models/components/createapikeyrequest.ts +4 -3
  240. package/src/models/components/createmanagementkeyrequest.ts +4 -3
  241. package/src/models/components/domain.ts +16 -8
  242. package/src/models/components/domaingroup.ts +17 -0
  243. package/src/models/components/embeddingorqparams.ts +7 -10
  244. package/src/models/components/evaluatorresponsefunction.ts +2 -2
  245. package/src/models/components/evaluatorresponsehttp.ts +2 -2
  246. package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  247. package/src/models/components/evaluatorresponsellm.ts +2 -2
  248. package/src/models/components/evaluatorresponsepython.ts +2 -2
  249. package/src/models/components/evaluatorresponseragas.ts +2 -2
  250. package/src/models/components/evaluatorresponsetypescript.ts +2 -2
  251. package/src/models/components/index.ts +6 -11
  252. package/src/models/components/listmanagementcapabilitiesresponse.ts +6 -3
  253. package/src/models/components/managementdomain.ts +70 -0
  254. package/src/models/components/managementdomaingroup.ts +16 -0
  255. package/src/models/components/managementkey.ts +3 -2
  256. package/src/models/components/publicresponseresource.ts +6 -6
  257. package/src/models/components/reasoningpart.ts +1 -1
  258. package/src/models/components/responsetelemetry.ts +39 -0
  259. package/src/models/components/scopemode.ts +16 -0
  260. package/src/models/components/updateapikeyrequest.ts +4 -3
  261. package/src/models/components/updatemanagementkeyrequest.ts +4 -3
  262. package/src/models/operations/createannotationqueue.ts +1 -1
  263. package/src/models/operations/createchatcompletion.ts +16 -17
  264. package/src/models/operations/createcompletion.ts +15 -17
  265. package/src/models/operations/createdataset.ts +1 -1
  266. package/src/models/operations/createdatasetitem.ts +5 -5
  267. package/src/models/operations/createdatasource.ts +1 -1
  268. package/src/models/operations/createknowledge.ts +157 -4
  269. package/src/models/operations/createrouterresponse.ts +2 -5
  270. package/src/models/operations/createtool.ts +6 -6
  271. package/src/models/operations/getalltools.ts +6 -6
  272. package/src/models/operations/geteval.ts +16 -16
  273. package/src/models/operations/getoneknowledge.ts +2 -2
  274. package/src/models/operations/getv2humanevalsets.ts +2 -2
  275. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  276. package/src/models/operations/index.ts +0 -5
  277. package/src/models/operations/listannotationqueues.ts +1 -1
  278. package/src/models/operations/listdatasetdatapoints.ts +5 -5
  279. package/src/models/operations/listdatasets.ts +1 -1
  280. package/src/models/operations/listdatasources.ts +1 -1
  281. package/src/models/operations/listknowledgebases.ts +2 -2
  282. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  283. package/src/models/operations/postv2feedbackevaluation.ts +4 -4
  284. package/src/models/operations/postv2humanevalsets.ts +2 -2
  285. package/src/models/operations/responsebodynodes.ts +33 -33
  286. package/src/models/operations/responsebodyusage.ts +12 -12
  287. package/src/models/operations/retrieveannotationqueue.ts +1 -1
  288. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody204.ts +31 -31
  289. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody8attributesopenresponsesoutput2.ts +6 -6
  290. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody13attributes5.ts +16 -16
  291. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody19attributeslogprobs.ts +14 -14
  292. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributes8.ts +18 -18
  293. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody24attributesopenresponsesoutput44type.ts +16 -16
  294. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody257.ts +2 -2
  295. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributesopenresponsesoutput44type.ts +16 -16
  296. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody307.ts +2 -2
  297. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody44.ts +16 -16
  298. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse1.ts +34 -34
  299. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse20015.ts +7 -7
  300. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody102.ts +32 -32
  301. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq10kind.ts +15 -15
  302. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorqsource.ts +2 -2
  303. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody13attributesorq8kind.ts +19 -19
  304. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1417.ts +4 -4
  305. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq9evaluationtype.ts +17 -17
  306. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody16attributesstatus.ts +30 -30
  307. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq10evaluatorconfigtype.ts +15 -15
  308. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq14outputschema.ts +7 -7
  309. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq7annotator.ts +21 -21
  310. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq16annotator.ts +4 -4
  311. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq9annotator.ts +17 -17
  312. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorq5outputschema.ts +24 -24
  313. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq15outputschema.ts +5 -5
  314. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq8annotator.ts +19 -19
  315. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq19kind.ts +1 -1
  316. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25status.ts +32 -32
  317. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody26attributesorq12status.ts +11 -11
  318. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorq4evaluationtype.ts +26 -26
  319. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq15outputschema.ts +5 -5
  320. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq8annotator.ts +19 -19
  321. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.ts +14 -14
  322. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq19kind.ts +1 -1
  323. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30status.ts +32 -32
  324. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq17type.ts +3 -3
  325. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorqvalue.ts +15 -15
  326. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesevaluatorconfigtype.ts +30 -30
  327. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3413.ts +11 -11
  328. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
  329. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq19outputschema.ts +1 -1
  330. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq8outputschema.ts +19 -19
  331. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq4kind.ts +26 -26
  332. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq12status.ts +11 -11
  333. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorqannotator.ts +28 -28
  334. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq12evaluatorconfigtype.ts +11 -11
  335. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponseevaluatorconfigtype.ts +25 -25
  336. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse2008.ts +28 -28
  337. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody11attributestype.ts +20 -20
  338. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody173.ts +20 -20
  339. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody18attributesopenresponses6role.ts +28 -28
  340. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26attributesopenresponsestype.ts +24 -24
  341. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody321.ts +20 -20
  342. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody345.ts +24 -24
  343. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody7attributesopenresponsestype.ts +24 -24
  344. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody9attributesrole.ts +24 -24
  345. package/src/models/operations/retrieveannotationqueueiteminputorq.ts +14 -13
  346. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody10role.ts +2 -2
  347. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody155.ts +18 -18
  348. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody16status.ts +4 -4
  349. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody23attributes1.ts +30 -30
  350. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody28attributes1.ts +30 -30
  351. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody333.ts +4 -4
  352. package/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
  353. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10evaluation.ts +1 -1
  354. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson12nodes.ts +33 -33
  355. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson14attributesresponse.ts +31 -31
  356. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16score.ts +1 -1
  357. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27choice.ts +1 -1
  358. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson31otlp.ts +32 -32
  359. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33provider.ts +1 -1
  360. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson6response.ts +1 -1
  361. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8tool.ts +1 -1
  362. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody22attributestype.ts +10 -10
  363. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody27logprobs.ts +8 -8
  364. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody353.ts +10 -10
  365. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody6type.ts +8 -8
  366. package/src/models/operations/retrievedatapoint.ts +5 -5
  367. package/src/models/operations/retrievedataset.ts +1 -1
  368. package/src/models/operations/retrievedatasource.ts +1 -1
  369. package/src/models/operations/retrieveresponse.ts +2 -5
  370. package/src/models/operations/retrievetool.ts +6 -6
  371. package/src/models/operations/runagent.ts +1 -1
  372. package/src/models/operations/searchknowledge.ts +15 -15
  373. package/src/models/operations/streamrunagent.ts +1 -1
  374. package/src/models/operations/summary4.ts +10 -10
  375. package/src/models/operations/twentythree.ts +1 -1
  376. package/src/models/operations/updateannotationqueue.ts +1 -1
  377. package/src/models/operations/updatedatapoint.ts +5 -5
  378. package/src/models/operations/updatedataset.ts +1 -1
  379. package/src/models/operations/updatedatasource.ts +1 -1
  380. package/src/models/operations/updateknowledge.ts +155 -127
  381. package/src/models/operations/updatetool.ts +7 -7
  382. package/src/sdk/feedback.ts +2 -2
  383. package/src/sdk/sdk.ts +0 -6
  384. package/funcs/peopleCreate.d.ts +0 -17
  385. package/funcs/peopleCreate.d.ts.map +0 -1
  386. package/funcs/peopleCreate.js +0 -115
  387. package/funcs/peopleCreate.js.map +0 -1
  388. package/funcs/peopleDelete.d.ts +0 -18
  389. package/funcs/peopleDelete.d.ts.map +0 -1
  390. package/funcs/peopleDelete.js +0 -121
  391. package/funcs/peopleDelete.js.map +0 -1
  392. package/funcs/peopleGet.d.ts +0 -18
  393. package/funcs/peopleGet.d.ts.map +0 -1
  394. package/funcs/peopleGet.js +0 -121
  395. package/funcs/peopleGet.js.map +0 -1
  396. package/funcs/peopleList.d.ts +0 -18
  397. package/funcs/peopleList.d.ts.map +0 -1
  398. package/funcs/peopleList.js +0 -121
  399. package/funcs/peopleList.js.map +0 -1
  400. package/funcs/peopleResendInvitation.d.ts +0 -18
  401. package/funcs/peopleResendInvitation.d.ts.map +0 -1
  402. package/funcs/peopleResendInvitation.js +0 -124
  403. package/funcs/peopleResendInvitation.js.map +0 -1
  404. package/funcs/peopleUpdate.d.ts +0 -18
  405. package/funcs/peopleUpdate.d.ts.map +0 -1
  406. package/funcs/peopleUpdate.js +0 -124
  407. package/funcs/peopleUpdate.js.map +0 -1
  408. package/models/components/createpersonrequest.d.ts +0 -25
  409. package/models/components/createpersonrequest.d.ts.map +0 -1
  410. package/models/components/createpersonrequest.js.map +0 -1
  411. package/models/components/createpersonresponse.d.ts +0 -14
  412. package/models/components/createpersonresponse.d.ts.map +0 -1
  413. package/models/components/createpersonresponse.js +0 -51
  414. package/models/components/createpersonresponse.js.map +0 -1
  415. package/models/components/deletepersonresponse.d.ts +0 -8
  416. package/models/components/deletepersonresponse.d.ts.map +0 -1
  417. package/models/components/deletepersonresponse.js.map +0 -1
  418. package/models/components/getpersonresponse.d.ts +0 -14
  419. package/models/components/getpersonresponse.d.ts.map +0 -1
  420. package/models/components/getpersonresponse.js +0 -51
  421. package/models/components/getpersonresponse.js.map +0 -1
  422. package/models/components/listpeopleresponse.d.ts +0 -25
  423. package/models/components/listpeopleresponse.d.ts.map +0 -1
  424. package/models/components/listpeopleresponse.js.map +0 -1
  425. package/models/components/person.d.ts +0 -51
  426. package/models/components/person.d.ts.map +0 -1
  427. package/models/components/person.js +0 -72
  428. package/models/components/person.js.map +0 -1
  429. package/models/components/personstatus.d.ts +0 -11
  430. package/models/components/personstatus.d.ts.map +0 -1
  431. package/models/components/personstatus.js.map +0 -1
  432. package/models/components/resendinvitationrequest.d.ts +0 -8
  433. package/models/components/resendinvitationrequest.d.ts.map +0 -1
  434. package/models/components/resendinvitationrequest.js.map +0 -1
  435. package/models/components/resendinvitationresponse.d.ts +0 -14
  436. package/models/components/resendinvitationresponse.d.ts.map +0 -1
  437. package/models/components/resendinvitationresponse.js +0 -51
  438. package/models/components/resendinvitationresponse.js.map +0 -1
  439. package/models/components/updatepersonrequest.d.ts +0 -30
  440. package/models/components/updatepersonrequest.d.ts.map +0 -1
  441. package/models/components/updatepersonrequest.js.map +0 -1
  442. package/models/components/updatepersonresponse.d.ts +0 -14
  443. package/models/components/updatepersonresponse.d.ts.map +0 -1
  444. package/models/components/updatepersonresponse.js +0 -51
  445. package/models/components/updatepersonresponse.js.map +0 -1
  446. package/models/operations/persondelete.d.ts +0 -15
  447. package/models/operations/persondelete.d.ts.map +0 -1
  448. package/models/operations/persondelete.js +0 -54
  449. package/models/operations/persondelete.js.map +0 -1
  450. package/models/operations/personget.d.ts +0 -15
  451. package/models/operations/personget.d.ts.map +0 -1
  452. package/models/operations/personget.js +0 -54
  453. package/models/operations/personget.js.map +0 -1
  454. package/models/operations/personlist.d.ts +0 -31
  455. package/models/operations/personlist.d.ts.map +0 -1
  456. package/models/operations/personlist.js +0 -57
  457. package/models/operations/personlist.js.map +0 -1
  458. package/models/operations/personresendinvitation.d.ts +0 -18
  459. package/models/operations/personresendinvitation.d.ts.map +0 -1
  460. package/models/operations/personresendinvitation.js +0 -57
  461. package/models/operations/personresendinvitation.js.map +0 -1
  462. package/models/operations/personupdate.d.ts +0 -18
  463. package/models/operations/personupdate.d.ts.map +0 -1
  464. package/models/operations/personupdate.js +0 -57
  465. package/models/operations/personupdate.js.map +0 -1
  466. package/sdk/people.d.ts +0 -48
  467. package/sdk/people.d.ts.map +0 -1
  468. package/sdk/people.js +0 -72
  469. package/sdk/people.js.map +0 -1
  470. package/src/funcs/peopleCreate.ts +0 -162
  471. package/src/funcs/peopleDelete.ts +0 -168
  472. package/src/funcs/peopleGet.ts +0 -168
  473. package/src/funcs/peopleList.ts +0 -170
  474. package/src/funcs/peopleResendInvitation.ts +0 -172
  475. package/src/funcs/peopleUpdate.ts +0 -171
  476. package/src/models/components/createpersonrequest.ts +0 -46
  477. package/src/models/components/createpersonresponse.ts +0 -35
  478. package/src/models/components/deletepersonresponse.ts +0 -27
  479. package/src/models/components/getpersonresponse.ts +0 -35
  480. package/src/models/components/listpeopleresponse.ts +0 -53
  481. package/src/models/components/person.ts +0 -95
  482. package/src/models/components/personstatus.ts +0 -17
  483. package/src/models/components/resendinvitationrequest.ts +0 -25
  484. package/src/models/components/resendinvitationresponse.ts +0 -35
  485. package/src/models/components/updatepersonrequest.ts +0 -58
  486. package/src/models/components/updatepersonresponse.ts +0 -35
  487. package/src/models/operations/persondelete.ts +0 -39
  488. package/src/models/operations/personget.ts +0 -39
  489. package/src/models/operations/personlist.ts +0 -58
  490. package/src/models/operations/personresendinvitation.ts +0 -46
  491. package/src/models/operations/personupdate.ts +0 -44
  492. package/src/sdk/people.ts +0 -118
@@ -0,0 +1,11 @@
1
+ import * as z from "zod/v3";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ export type ResponseTelemetry = {
5
+ spanId: string;
6
+ traceId: string;
7
+ };
8
+ /** @internal */
9
+ export declare const ResponseTelemetry$inboundSchema: z.ZodType<ResponseTelemetry, z.ZodTypeDef, unknown>;
10
+ export declare function responseTelemetryFromJSON(jsonString: string): SafeParseResult<ResponseTelemetry, SDKValidationError>;
11
+ //# sourceMappingURL=responsetelemetry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"responsetelemetry.d.ts","sourceRoot":"","sources":["../../src/models/components/responsetelemetry.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,iBAAiB,GAAG;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}
@@ -36,23 +36,22 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ListPeopleResponse$inboundSchema = void 0;
40
- exports.listPeopleResponseFromJSON = listPeopleResponseFromJSON;
39
+ exports.ResponseTelemetry$inboundSchema = void 0;
40
+ exports.responseTelemetryFromJSON = responseTelemetryFromJSON;
41
41
  const z = __importStar(require("zod/v3"));
42
42
  const primitives_js_1 = require("../../lib/primitives.js");
43
43
  const schemas_js_1 = require("../../lib/schemas.js");
44
- const person_js_1 = require("./person.js");
45
44
  /** @internal */
46
- exports.ListPeopleResponse$inboundSchema = z.object({
47
- object: z.string(),
48
- data: z.array(person_js_1.Person$inboundSchema),
49
- has_more: z.boolean(),
45
+ exports.ResponseTelemetry$inboundSchema = z.object({
46
+ span_id: z.string(),
47
+ trace_id: z.string(),
50
48
  }).transform((v) => {
51
49
  return (0, primitives_js_1.remap)(v, {
52
- "has_more": "hasMore",
50
+ "span_id": "spanId",
51
+ "trace_id": "traceId",
53
52
  });
54
53
  });
55
- function listPeopleResponseFromJSON(jsonString) {
56
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ListPeopleResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListPeopleResponse' from JSON`);
54
+ function responseTelemetryFromJSON(jsonString) {
55
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ResponseTelemetry$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResponseTelemetry' from JSON`);
57
56
  }
58
- //# sourceMappingURL=listpeopleresponse.js.map
57
+ //# sourceMappingURL=responsetelemetry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"responsetelemetry.js","sourceRoot":"","sources":["../../src/models/components/responsetelemetry.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BH,8DAQC;AAlCD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AASjD,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;CACrB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,QAAQ;QACnB,UAAU,EAAE,SAAS;KACtB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,yBAAyB,CACvC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uCAA+B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3D,+CAA+C,CAChD,CAAC;AACJ,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as z from "zod/v3";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ export declare const ScopeMode: {
4
+ readonly ScopeModeAll: "SCOPE_MODE_ALL";
5
+ readonly ScopeModeSingle: "SCOPE_MODE_SINGLE";
6
+ };
7
+ export type ScopeMode = ClosedEnum<typeof ScopeMode>;
8
+ /** @internal */
9
+ export declare const ScopeMode$inboundSchema: z.ZodNativeEnum<typeof ScopeMode>;
10
+ //# sourceMappingURL=scopemode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scopemode.d.ts","sourceRoot":"","sources":["../../src/models/components/scopemode.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,SAAS;;;CAGZ,CAAC;AACX,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC;AAErD,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,SAAS,CAC9C,CAAC"}
@@ -36,13 +36,13 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.DeletePersonResponse$inboundSchema = void 0;
40
- exports.deletePersonResponseFromJSON = deletePersonResponseFromJSON;
39
+ exports.ScopeMode$inboundSchema = exports.ScopeMode = void 0;
41
40
  const z = __importStar(require("zod/v3"));
42
- const schemas_js_1 = require("../../lib/schemas.js");
41
+ exports.ScopeMode = {
42
+ ScopeModeAll: "SCOPE_MODE_ALL",
43
+ ScopeModeSingle: "SCOPE_MODE_SINGLE",
44
+ };
43
45
  /** @internal */
44
- exports.DeletePersonResponse$inboundSchema = z.object({});
45
- function deletePersonResponseFromJSON(jsonString) {
46
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DeletePersonResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeletePersonResponse' from JSON`);
47
- }
48
- //# sourceMappingURL=deletepersonresponse.js.map
46
+ exports.ScopeMode$inboundSchema = z
47
+ .nativeEnum(exports.ScopeMode);
48
+ //# sourceMappingURL=scopemode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scopemode.js","sourceRoot":"","sources":["../../src/models/components/scopemode.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAGf,QAAA,SAAS,GAAG;IACvB,YAAY,EAAE,gBAAgB;IAC9B,eAAe,EAAE,mBAAmB;CAC5B,CAAC;AAGX,gBAAgB;AACH,QAAA,uBAAuB,GAAsC,CAAC;KACxE,UAAU,CAAC,iBAAS,CAAC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as z from "zod/v3";
2
+ import { AccessLevel } from "./accesslevel.js";
2
3
  import { ApiKeyStatus } from "./apikeystatus.js";
3
4
  import { McpAccess, McpAccess$Outbound } from "./mcpaccess.js";
4
5
  import { PermissionMode } from "./permissionmode.js";
@@ -20,7 +21,7 @@ export type UpdateApiKeyRequest = {
20
21
  * live catalog via the capability catalog endpoint.
21
22
  */
22
23
  access?: {
23
- [k: string]: number;
24
+ [k: string]: AccessLevel;
24
25
  } | undefined;
25
26
  /**
26
27
  * New project scope. Omit to keep current.
@@ -54,7 +55,7 @@ export type UpdateApiKeyRequest$Outbound = {
54
55
  status?: string | undefined;
55
56
  permission_mode?: string | undefined;
56
57
  access?: {
57
- [k: string]: number;
58
+ [k: string]: string;
58
59
  } | undefined;
59
60
  project_scope?: ProjectScope$Outbound | undefined;
60
61
  expires_at?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"updateapikeyrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/updateapikeyrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,YAAY,EAA+B,MAAM,mBAAmB,CAAC;AAC9E,OAAO,EACL,SAAS,EACT,kBAAkB,EAEnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,cAAc,EAEf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,YAAY,EACZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAE3B,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAClC,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7C;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACxC;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC7B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACrC;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7C,aAAa,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAClD,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC,UAAU,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAkBnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR"}
1
+ {"version":3,"file":"updateapikeyrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/updateapikeyrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,WAAW,EAA8B,MAAM,kBAAkB,CAAC;AAC3E,OAAO,EAAE,YAAY,EAA+B,MAAM,mBAAmB,CAAC;AAC9E,OAAO,EACL,SAAS,EACT,kBAAkB,EAEnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,cAAc,EAEf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,YAAY,EACZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAE3B,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAClC,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,WAAW,CAAA;KAAE,GAAG,SAAS,CAAC;IAClD;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACxC;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC7B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACrC;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7C,aAAa,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAClD,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC,UAAU,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAkBnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR"}
@@ -40,6 +40,7 @@ exports.UpdateApiKeyRequest$outboundSchema = void 0;
40
40
  exports.updateApiKeyRequestToJSON = updateApiKeyRequestToJSON;
41
41
  const z = __importStar(require("zod/v3"));
42
42
  const primitives_js_1 = require("../../lib/primitives.js");
43
+ const accesslevel_js_1 = require("./accesslevel.js");
43
44
  const apikeystatus_js_1 = require("./apikeystatus.js");
44
45
  const mcpaccess_js_1 = require("./mcpaccess.js");
45
46
  const permissionmode_js_1 = require("./permissionmode.js");
@@ -49,7 +50,7 @@ exports.UpdateApiKeyRequest$outboundSchema = z.object({
49
50
  name: z.string().optional(),
50
51
  status: apikeystatus_js_1.ApiKeyStatus$outboundSchema.optional(),
51
52
  permissionMode: permissionmode_js_1.PermissionMode$outboundSchema.optional(),
52
- access: z.record(z.number().int()).optional(),
53
+ access: z.record(accesslevel_js_1.AccessLevel$outboundSchema).optional(),
53
54
  projectScope: projectscope_js_1.ProjectScope$outboundSchema.optional(),
54
55
  expiresAt: z.date().transform(v => v.toISOString()).optional(),
55
56
  clearExpiresAt: z.boolean().optional(),
@@ -1 +1 @@
1
- {"version":3,"file":"updateapikeyrequest.js","sourceRoot":"","sources":["../../src/models/components/updateapikeyrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoGH,8DAMC;AAxGD,0CAA4B;AAC5B,2DAA0D;AAC1D,uDAA8E;AAC9E,iDAIwB;AACxB,2DAG6B;AAC7B,uDAI2B;AA0D3B,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,MAAM,EAAE,6CAA2B,CAAC,QAAQ,EAAE;IAC9C,cAAc,EAAE,iDAA6B,CAAC,QAAQ,EAAE;IACxD,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,YAAY,EAAE,6CAA2B,CAAC,QAAQ,EAAE;IACpD,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9D,cAAc,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,uCAAwB,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;QACjC,YAAY,EAAE,eAAe;QAC7B,SAAS,EAAE,YAAY;QACvB,cAAc,EAAE,kBAAkB;QAClC,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,0CAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"updateapikeyrequest.js","sourceRoot":"","sources":["../../src/models/components/updateapikeyrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqGH,8DAMC;AAzGD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAA2E;AAC3E,uDAA8E;AAC9E,iDAIwB;AACxB,2DAG6B;AAC7B,uDAI2B;AA0D3B,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,MAAM,EAAE,6CAA2B,CAAC,QAAQ,EAAE;IAC9C,cAAc,EAAE,iDAA6B,CAAC,QAAQ,EAAE;IACxD,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,2CAA0B,CAAC,CAAC,QAAQ,EAAE;IACvD,YAAY,EAAE,6CAA2B,CAAC,QAAQ,EAAE;IACpD,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9D,cAAc,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,uCAAwB,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;QACjC,YAAY,EAAE,eAAe;QAC7B,SAAS,EAAE,YAAY;QACvB,cAAc,EAAE,kBAAkB;QAClC,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,0CAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as z from "zod/v3";
2
+ import { AccessLevel } from "./accesslevel.js";
2
3
  import { ManagementKeyStatus } from "./managementkeystatus.js";
3
4
  import { ManagementPermissionMode } from "./managementpermissionmode.js";
4
5
  export type UpdateManagementKeyRequest = {
@@ -16,7 +17,7 @@ export type UpdateManagementKeyRequest = {
16
17
  * an empty map to clear.
17
18
  */
18
19
  access?: {
19
- [k: string]: number;
20
+ [k: string]: AccessLevel;
20
21
  } | undefined;
21
22
  /**
22
23
  * New expiration. Omit to keep current. Set `clear_expires_at = true`
@@ -36,7 +37,7 @@ export type UpdateManagementKeyRequest$Outbound = {
36
37
  status?: string | undefined;
37
38
  permission_mode?: string | undefined;
38
39
  access?: {
39
- [k: string]: number;
40
+ [k: string]: string;
40
41
  } | undefined;
41
42
  expires_at?: string | undefined;
42
43
  clear_expires_at?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"updatemanagementkeyrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/updatemanagementkeyrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,wBAAwB,EAEzB,MAAM,+BAA+B,CAAC;AAEvC,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;IACzC,cAAc,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IACtD;;;;;;OAMG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7C;;;;;OAKG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC7B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACtC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAChD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7C,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAc1B,CAAC;AAEH,wBAAgB,gCAAgC,CAC9C,0BAA0B,EAAE,0BAA0B,GACrD,MAAM,CAIR"}
1
+ {"version":3,"file":"updatemanagementkeyrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/updatemanagementkeyrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,WAAW,EAA8B,MAAM,kBAAkB,CAAC;AAC3E,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,wBAAwB,EAEzB,MAAM,+BAA+B,CAAC;AAEvC,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;IACzC,cAAc,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IACtD;;;;;;OAMG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,WAAW,CAAA;KAAE,GAAG,SAAS,CAAC;IAClD;;;;;OAKG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC7B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACtC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAChD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7C,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAc1B,CAAC;AAEH,wBAAgB,gCAAgC,CAC9C,0BAA0B,EAAE,0BAA0B,GACrD,MAAM,CAIR"}
@@ -40,6 +40,7 @@ exports.UpdateManagementKeyRequest$outboundSchema = void 0;
40
40
  exports.updateManagementKeyRequestToJSON = updateManagementKeyRequestToJSON;
41
41
  const z = __importStar(require("zod/v3"));
42
42
  const primitives_js_1 = require("../../lib/primitives.js");
43
+ const accesslevel_js_1 = require("./accesslevel.js");
43
44
  const managementkeystatus_js_1 = require("./managementkeystatus.js");
44
45
  const managementpermissionmode_js_1 = require("./managementpermissionmode.js");
45
46
  /** @internal */
@@ -47,7 +48,7 @@ exports.UpdateManagementKeyRequest$outboundSchema = z.object({
47
48
  name: z.string().optional(),
48
49
  status: managementkeystatus_js_1.ManagementKeyStatus$outboundSchema.optional(),
49
50
  permissionMode: managementpermissionmode_js_1.ManagementPermissionMode$outboundSchema.optional(),
50
- access: z.record(z.number().int()).optional(),
51
+ access: z.record(accesslevel_js_1.AccessLevel$outboundSchema).optional(),
51
52
  expiresAt: z.date().transform(v => v.toISOString()).optional(),
52
53
  clearExpiresAt: z.boolean().optional(),
53
54
  }).transform((v) => {
@@ -1 +1 @@
1
- {"version":3,"file":"updatemanagementkeyrequest.js","sourceRoot":"","sources":["../../src/models/components/updatemanagementkeyrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuEH,4EAMC;AA3ED,0CAA4B;AAC5B,2DAA0D;AAC1D,qEAGkC;AAClC,+EAGuC;AAwCvC,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,MAAM,EAAE,2DAAkC,CAAC,QAAQ,EAAE;IACrD,cAAc,EAAE,qEAAuC,CAAC,QAAQ,EAAE;IAClE,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9D,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;QACjC,SAAS,EAAE,YAAY;QACvB,cAAc,EAAE,kBAAkB;KACnC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,gCAAgC,CAC9C,0BAAsD;IAEtD,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAyC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAC5E,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"updatemanagementkeyrequest.js","sourceRoot":"","sources":["../../src/models/components/updatemanagementkeyrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwEH,4EAMC;AA5ED,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAA2E;AAC3E,qEAGkC;AAClC,+EAGuC;AAwCvC,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,MAAM,EAAE,2DAAkC,CAAC,QAAQ,EAAE;IACrD,cAAc,EAAE,qEAAuC,CAAC,QAAQ,EAAE;IAClE,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,2CAA0B,CAAC,CAAC,QAAQ,EAAE;IACvD,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9D,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;QACjC,SAAS,EAAE,YAAY;QACvB,cAAc,EAAE,kBAAkB;KACnC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,gCAAgC,CAC9C,0BAAsD;IAEtD,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAyC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAC5E,CAAC;AACJ,CAAC"}
@@ -81,7 +81,7 @@ exports.CreateAnnotationQueueResponseBody$inboundSchema = z.object({
81
81
  updated_by_id: z.nullable(z.string()).optional(),
82
82
  created: z.string().datetime({ offset: true }).transform(v => new Date(v))
83
83
  .optional(),
84
- updated: z.string().datetime({ offset: true }).default("2026-08-13T08:52:32.926Z").transform(v => new Date(v)),
84
+ updated: z.string().datetime({ offset: true }).default("2026-08-13T13:31:02.322Z").transform(v => new Date(v)),
85
85
  }).transform((v) => {
86
86
  return (0, primitives_js_1.remap)(v, {
87
87
  "_id": "id",
@@ -744,7 +744,7 @@ export type CreateChatCompletionRouterChatCompletionsCache = {
744
744
  type: CreateChatCompletionRouterChatCompletionsRequestRequestBodyOrqType;
745
745
  };
746
746
  /**
747
- * The type of search to perform. If not provided, will default to the knowledge base configured `retrieval_type`
747
+ * The type of search to perform. Send `null` or omit to use the knowledge base configured `retrieval_type`
748
748
  */
749
749
  export declare const CreateChatCompletionSearchType: {
750
750
  readonly VectorSearch: "vector_search";
@@ -752,7 +752,7 @@ export declare const CreateChatCompletionSearchType: {
752
752
  readonly HybridSearch: "hybrid_search";
753
753
  };
754
754
  /**
755
- * The type of search to perform. If not provided, will default to the knowledge base configured `retrieval_type`
755
+ * The type of search to perform. Send `null` or omit to use the knowledge base configured `retrieval_type`
756
756
  */
757
757
  export type CreateChatCompletionSearchType = ClosedEnum<typeof CreateChatCompletionSearchType>;
758
758
  /**
@@ -984,7 +984,7 @@ export type CreateChatCompletionRerankConfig = {
984
984
  */
985
985
  threshold?: number | undefined;
986
986
  /**
987
- * The number of top results to return after reranking. If not provided, will default to the knowledge base configured `top_k`.
987
+ * The number of top results to return after reranking. Defaults to `10`.
988
988
  */
989
989
  topK?: number | undefined;
990
990
  };
@@ -999,17 +999,17 @@ export type CreateChatCompletionAgenticRagConfig = {
999
999
  };
1000
1000
  export type CreateChatCompletionKnowledgeBases = {
1001
1001
  /**
1002
- * The number of results to return. If not provided, will default to the knowledge base configured `top_k`.
1002
+ * The number of results to return. Send `null` or omit to use the knowledge base configured `top_k`.
1003
1003
  */
1004
- topK?: number | undefined;
1004
+ topK?: number | null | undefined;
1005
1005
  /**
1006
- * The threshold to apply to the search. If not provided, will default to the knowledge base configured `threshold`
1006
+ * The threshold to apply to the search. Send `null` or omit to use the knowledge base configured `threshold`
1007
1007
  */
1008
- threshold?: number | undefined;
1008
+ threshold?: number | null | undefined;
1009
1009
  /**
1010
- * The type of search to perform. If not provided, will default to the knowledge base configured `retrieval_type`
1010
+ * The type of search to perform. Send `null` or omit to use the knowledge base configured `retrieval_type`
1011
1011
  */
1012
- searchType?: CreateChatCompletionSearchType | undefined;
1012
+ searchType?: CreateChatCompletionSearchType | null | undefined;
1013
1013
  /**
1014
1014
  * The metadata filter to apply to the search. Check the [Searching a Knowledge Base](https://docs.orq.ai/docs/knowledge/api#knowledge-base-search) for more information.
1015
1015
  */
@@ -2563,9 +2563,9 @@ export declare const CreateChatCompletionAgenticRagConfig$outboundSchema: z.ZodT
2563
2563
  export declare function createChatCompletionAgenticRagConfigToJSON(createChatCompletionAgenticRagConfig: CreateChatCompletionAgenticRagConfig): string;
2564
2564
  /** @internal */
2565
2565
  export type CreateChatCompletionKnowledgeBases$Outbound = {
2566
- top_k?: number | undefined;
2567
- threshold?: number | undefined;
2568
- search_type: string;
2566
+ top_k?: number | null | undefined;
2567
+ threshold?: number | null | undefined;
2568
+ search_type?: string | null | undefined;
2569
2569
  filter_by?: CreateChatCompletionFilterByAnd$Outbound | CreateChatCompletionFilterByOr$Outbound | {
2570
2570
  [k: string]: CreateChatCompletion1Eq$Outbound | CreateChatCompletion1Ne$Outbound | CreateChatCompletion1Gt$Outbound | CreateChatCompletion1Gte$Outbound | CreateChatCompletion1Lt$Outbound | CreateChatCompletion1Lte$Outbound | CreateChatCompletion1In$Outbound | CreateChatCompletion1Nin$Outbound | CreateChatCompletion1Exists$Outbound;
2571
2571
  } | undefined;