@orq-ai/node 4.14.0-rc.15 → 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 (450) 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/createdataset.js +1 -1
  79. package/models/operations/createdatasetitem.js +5 -5
  80. package/models/operations/createdatasource.js +1 -1
  81. package/models/operations/createrouterresponse.d.ts +1 -4
  82. package/models/operations/createrouterresponse.d.ts.map +1 -1
  83. package/models/operations/createrouterresponse.js +1 -1
  84. package/models/operations/createrouterresponse.js.map +1 -1
  85. package/models/operations/createtool.js +6 -6
  86. package/models/operations/getalltools.js +6 -6
  87. package/models/operations/geteval.js +16 -16
  88. package/models/operations/getv2humanevalsets.js +2 -2
  89. package/models/operations/getv2humanevalsetsid.js +2 -2
  90. package/models/operations/index.d.ts +0 -5
  91. package/models/operations/index.d.ts.map +1 -1
  92. package/models/operations/index.js +0 -5
  93. package/models/operations/index.js.map +1 -1
  94. package/models/operations/listannotationqueues.js +1 -1
  95. package/models/operations/listdatasetdatapoints.js +5 -5
  96. package/models/operations/listdatasets.js +1 -1
  97. package/models/operations/listdatasources.js +1 -1
  98. package/models/operations/patchv2humanevalsetsid.js +2 -2
  99. package/models/operations/postv2feedbackevaluation.js +4 -4
  100. package/models/operations/postv2humanevalsets.js +2 -2
  101. package/models/operations/responsebodynodes.js +33 -33
  102. package/models/operations/retrieveannotationqueue.js +1 -1
  103. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody204.js +31 -31
  104. package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody8attributesopenresponsesoutput2.js +6 -6
  105. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody13attributes5.js +16 -16
  106. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody19attributeslogprobs.js +14 -14
  107. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributes8.js +18 -18
  108. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody24attributesopenresponsesoutput44type.js +16 -16
  109. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody257.js +2 -2
  110. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributesopenresponsesoutput44type.js +16 -16
  111. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody307.js +2 -2
  112. package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody44.js +16 -16
  113. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse1.js +34 -34
  114. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse20015.js +7 -7
  115. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody102.js +32 -32
  116. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq10kind.js +15 -15
  117. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorqsource.js +2 -2
  118. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody13attributesorq8kind.js +19 -19
  119. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1417.js +4 -4
  120. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq9evaluationtype.js +17 -17
  121. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody16attributesstatus.js +30 -30
  122. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq10evaluatorconfigtype.js +15 -15
  123. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq14outputschema.js +7 -7
  124. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq7annotator.js +21 -21
  125. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq16annotator.js +4 -4
  126. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq9annotator.js +17 -17
  127. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorq5outputschema.js +24 -24
  128. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq15outputschema.js +5 -5
  129. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq8annotator.js +19 -19
  130. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq19kind.js +1 -1
  131. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25status.js +32 -32
  132. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody26attributesorq12status.js +11 -11
  133. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorq4evaluationtype.js +26 -26
  134. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq15outputschema.js +5 -5
  135. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq8annotator.js +19 -19
  136. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.js +2 -2
  137. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq19kind.js +1 -1
  138. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30status.js +32 -32
  139. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq17type.js +3 -3
  140. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorqvalue.js +15 -15
  141. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesevaluatorconfigtype.js +30 -30
  142. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3413.js +11 -11
  143. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.js +24 -24
  144. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq19outputschema.js +1 -1
  145. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq8outputschema.js +19 -19
  146. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq4kind.js +26 -26
  147. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq12status.js +11 -11
  148. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorqannotator.js +28 -28
  149. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq12evaluatorconfigtype.js +11 -11
  150. package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponseevaluatorconfigtype.js +25 -25
  151. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse2008.js +28 -28
  152. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody11attributestype.js +20 -20
  153. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody173.js +20 -20
  154. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody18attributesopenresponses6role.js +28 -28
  155. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26attributesopenresponsestype.js +24 -24
  156. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody321.js +20 -20
  157. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody345.js +24 -24
  158. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody7attributesopenresponsestype.js +24 -24
  159. package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody9attributesrole.js +24 -24
  160. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody10role.js +2 -2
  161. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody155.js +18 -18
  162. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody16status.js +4 -4
  163. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody23attributes1.js +30 -30
  164. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody28attributes1.js +30 -30
  165. package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody333.js +4 -4
  166. package/models/operations/retrieveannotationqueueitemresponsebody.js +1 -1
  167. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10evaluation.js +1 -1
  168. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson12nodes.js +33 -33
  169. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson14attributesresponse.js +31 -31
  170. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16score.js +1 -1
  171. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27choice.js +1 -1
  172. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson31otlp.js +32 -32
  173. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33provider.js +1 -1
  174. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson6response.js +1 -1
  175. package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8tool.js +1 -1
  176. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody22attributestype.js +10 -10
  177. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody27logprobs.js +8 -8
  178. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody353.js +10 -10
  179. package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody6type.js +8 -8
  180. package/models/operations/retrievedatapoint.js +5 -5
  181. package/models/operations/retrievedataset.js +1 -1
  182. package/models/operations/retrievedatasource.js +1 -1
  183. package/models/operations/retrieveresponse.d.ts +1 -4
  184. package/models/operations/retrieveresponse.d.ts.map +1 -1
  185. package/models/operations/retrieveresponse.js +1 -1
  186. package/models/operations/retrieveresponse.js.map +1 -1
  187. package/models/operations/retrievetool.js +6 -6
  188. package/models/operations/runagent.js +1 -1
  189. package/models/operations/streamrunagent.js +1 -1
  190. package/models/operations/summary4.js +10 -10
  191. package/models/operations/twentythree.js +1 -1
  192. package/models/operations/updateannotationqueue.js +1 -1
  193. package/models/operations/updatedatapoint.js +5 -5
  194. package/models/operations/updatedataset.js +1 -1
  195. package/models/operations/updatedatasource.js +1 -1
  196. package/models/operations/updatetool.js +7 -7
  197. package/package.json +9 -9
  198. package/sdk/feedback.d.ts +2 -2
  199. package/sdk/feedback.js +2 -2
  200. package/sdk/sdk.d.ts +0 -3
  201. package/sdk/sdk.d.ts.map +1 -1
  202. package/sdk/sdk.js +0 -4
  203. package/sdk/sdk.js.map +1 -1
  204. package/src/lib/config.ts +2 -2
  205. package/src/models/components/accesslevel.ts +20 -0
  206. package/src/models/components/createapikeyrequest.ts +4 -3
  207. package/src/models/components/createmanagementkeyrequest.ts +4 -3
  208. package/src/models/components/domain.ts +16 -8
  209. package/src/models/components/domaingroup.ts +17 -0
  210. package/src/models/components/embeddingorqparams.ts +7 -10
  211. package/src/models/components/evaluatorresponsefunction.ts +2 -2
  212. package/src/models/components/evaluatorresponsehttp.ts +2 -2
  213. package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
  214. package/src/models/components/evaluatorresponsellm.ts +2 -2
  215. package/src/models/components/evaluatorresponsepython.ts +2 -2
  216. package/src/models/components/evaluatorresponseragas.ts +2 -2
  217. package/src/models/components/evaluatorresponsetypescript.ts +2 -2
  218. package/src/models/components/index.ts +6 -11
  219. package/src/models/components/listmanagementcapabilitiesresponse.ts +6 -3
  220. package/src/models/components/managementdomain.ts +70 -0
  221. package/src/models/components/managementdomaingroup.ts +16 -0
  222. package/src/models/components/managementkey.ts +3 -2
  223. package/src/models/components/publicresponseresource.ts +6 -6
  224. package/src/models/components/reasoningpart.ts +1 -1
  225. package/src/models/components/responsetelemetry.ts +39 -0
  226. package/src/models/components/scopemode.ts +16 -0
  227. package/src/models/components/updateapikeyrequest.ts +4 -3
  228. package/src/models/components/updatemanagementkeyrequest.ts +4 -3
  229. package/src/models/operations/createannotationqueue.ts +1 -1
  230. package/src/models/operations/createdataset.ts +1 -1
  231. package/src/models/operations/createdatasetitem.ts +5 -5
  232. package/src/models/operations/createdatasource.ts +1 -1
  233. package/src/models/operations/createrouterresponse.ts +2 -5
  234. package/src/models/operations/createtool.ts +6 -6
  235. package/src/models/operations/getalltools.ts +6 -6
  236. package/src/models/operations/geteval.ts +16 -16
  237. package/src/models/operations/getv2humanevalsets.ts +2 -2
  238. package/src/models/operations/getv2humanevalsetsid.ts +2 -2
  239. package/src/models/operations/index.ts +0 -5
  240. package/src/models/operations/listannotationqueues.ts +1 -1
  241. package/src/models/operations/listdatasetdatapoints.ts +5 -5
  242. package/src/models/operations/listdatasets.ts +1 -1
  243. package/src/models/operations/listdatasources.ts +1 -1
  244. package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
  245. package/src/models/operations/postv2feedbackevaluation.ts +4 -4
  246. package/src/models/operations/postv2humanevalsets.ts +2 -2
  247. package/src/models/operations/responsebodynodes.ts +33 -33
  248. package/src/models/operations/retrieveannotationqueue.ts +1 -1
  249. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody204.ts +31 -31
  250. package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody8attributesopenresponsesoutput2.ts +6 -6
  251. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody13attributes5.ts +16 -16
  252. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody19attributeslogprobs.ts +14 -14
  253. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributes8.ts +18 -18
  254. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody24attributesopenresponsesoutput44type.ts +16 -16
  255. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody257.ts +2 -2
  256. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributesopenresponsesoutput44type.ts +16 -16
  257. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody307.ts +2 -2
  258. package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody44.ts +16 -16
  259. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse1.ts +34 -34
  260. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse20015.ts +7 -7
  261. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody102.ts +32 -32
  262. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq10kind.ts +15 -15
  263. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorqsource.ts +2 -2
  264. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody13attributesorq8kind.ts +19 -19
  265. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1417.ts +4 -4
  266. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq9evaluationtype.ts +17 -17
  267. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody16attributesstatus.ts +30 -30
  268. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq10evaluatorconfigtype.ts +15 -15
  269. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq14outputschema.ts +7 -7
  270. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq7annotator.ts +21 -21
  271. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq16annotator.ts +4 -4
  272. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq9annotator.ts +17 -17
  273. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorq5outputschema.ts +24 -24
  274. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq15outputschema.ts +5 -5
  275. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq8annotator.ts +19 -19
  276. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq19kind.ts +1 -1
  277. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25status.ts +32 -32
  278. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody26attributesorq12status.ts +11 -11
  279. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorq4evaluationtype.ts +26 -26
  280. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq15outputschema.ts +5 -5
  281. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq8annotator.ts +19 -19
  282. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.ts +2 -2
  283. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq19kind.ts +1 -1
  284. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30status.ts +32 -32
  285. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq17type.ts +3 -3
  286. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorqvalue.ts +15 -15
  287. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesevaluatorconfigtype.ts +30 -30
  288. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3413.ts +11 -11
  289. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
  290. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq19outputschema.ts +1 -1
  291. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq8outputschema.ts +19 -19
  292. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq4kind.ts +26 -26
  293. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq12status.ts +11 -11
  294. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorqannotator.ts +28 -28
  295. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq12evaluatorconfigtype.ts +11 -11
  296. package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponseevaluatorconfigtype.ts +25 -25
  297. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse2008.ts +28 -28
  298. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody11attributestype.ts +20 -20
  299. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody173.ts +20 -20
  300. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody18attributesopenresponses6role.ts +28 -28
  301. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26attributesopenresponsestype.ts +24 -24
  302. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody321.ts +20 -20
  303. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody345.ts +24 -24
  304. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody7attributesopenresponsestype.ts +24 -24
  305. package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody9attributesrole.ts +24 -24
  306. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody10role.ts +2 -2
  307. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody155.ts +18 -18
  308. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody16status.ts +4 -4
  309. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody23attributes1.ts +30 -30
  310. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody28attributes1.ts +30 -30
  311. package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody333.ts +4 -4
  312. package/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
  313. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10evaluation.ts +1 -1
  314. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson12nodes.ts +33 -33
  315. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson14attributesresponse.ts +31 -31
  316. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16score.ts +1 -1
  317. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27choice.ts +1 -1
  318. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson31otlp.ts +32 -32
  319. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33provider.ts +1 -1
  320. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson6response.ts +1 -1
  321. package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8tool.ts +1 -1
  322. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody22attributestype.ts +10 -10
  323. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody27logprobs.ts +8 -8
  324. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody353.ts +10 -10
  325. package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody6type.ts +8 -8
  326. package/src/models/operations/retrievedatapoint.ts +5 -5
  327. package/src/models/operations/retrievedataset.ts +1 -1
  328. package/src/models/operations/retrievedatasource.ts +1 -1
  329. package/src/models/operations/retrieveresponse.ts +2 -5
  330. package/src/models/operations/retrievetool.ts +6 -6
  331. package/src/models/operations/runagent.ts +1 -1
  332. package/src/models/operations/streamrunagent.ts +1 -1
  333. package/src/models/operations/summary4.ts +10 -10
  334. package/src/models/operations/twentythree.ts +1 -1
  335. package/src/models/operations/updateannotationqueue.ts +1 -1
  336. package/src/models/operations/updatedatapoint.ts +5 -5
  337. package/src/models/operations/updatedataset.ts +1 -1
  338. package/src/models/operations/updatedatasource.ts +1 -1
  339. package/src/models/operations/updatetool.ts +7 -7
  340. package/src/sdk/feedback.ts +2 -2
  341. package/src/sdk/sdk.ts +0 -6
  342. package/funcs/peopleCreate.d.ts +0 -17
  343. package/funcs/peopleCreate.d.ts.map +0 -1
  344. package/funcs/peopleCreate.js +0 -115
  345. package/funcs/peopleCreate.js.map +0 -1
  346. package/funcs/peopleDelete.d.ts +0 -18
  347. package/funcs/peopleDelete.d.ts.map +0 -1
  348. package/funcs/peopleDelete.js +0 -121
  349. package/funcs/peopleDelete.js.map +0 -1
  350. package/funcs/peopleGet.d.ts +0 -18
  351. package/funcs/peopleGet.d.ts.map +0 -1
  352. package/funcs/peopleGet.js +0 -121
  353. package/funcs/peopleGet.js.map +0 -1
  354. package/funcs/peopleList.d.ts +0 -18
  355. package/funcs/peopleList.d.ts.map +0 -1
  356. package/funcs/peopleList.js +0 -121
  357. package/funcs/peopleList.js.map +0 -1
  358. package/funcs/peopleResendInvitation.d.ts +0 -18
  359. package/funcs/peopleResendInvitation.d.ts.map +0 -1
  360. package/funcs/peopleResendInvitation.js +0 -124
  361. package/funcs/peopleResendInvitation.js.map +0 -1
  362. package/funcs/peopleUpdate.d.ts +0 -18
  363. package/funcs/peopleUpdate.d.ts.map +0 -1
  364. package/funcs/peopleUpdate.js +0 -124
  365. package/funcs/peopleUpdate.js.map +0 -1
  366. package/models/components/createpersonrequest.d.ts +0 -25
  367. package/models/components/createpersonrequest.d.ts.map +0 -1
  368. package/models/components/createpersonrequest.js.map +0 -1
  369. package/models/components/createpersonresponse.d.ts +0 -14
  370. package/models/components/createpersonresponse.d.ts.map +0 -1
  371. package/models/components/createpersonresponse.js +0 -51
  372. package/models/components/createpersonresponse.js.map +0 -1
  373. package/models/components/deletepersonresponse.d.ts +0 -8
  374. package/models/components/deletepersonresponse.d.ts.map +0 -1
  375. package/models/components/deletepersonresponse.js.map +0 -1
  376. package/models/components/getpersonresponse.d.ts +0 -14
  377. package/models/components/getpersonresponse.d.ts.map +0 -1
  378. package/models/components/getpersonresponse.js +0 -51
  379. package/models/components/getpersonresponse.js.map +0 -1
  380. package/models/components/listpeopleresponse.d.ts +0 -25
  381. package/models/components/listpeopleresponse.d.ts.map +0 -1
  382. package/models/components/listpeopleresponse.js.map +0 -1
  383. package/models/components/person.d.ts +0 -51
  384. package/models/components/person.d.ts.map +0 -1
  385. package/models/components/person.js +0 -72
  386. package/models/components/person.js.map +0 -1
  387. package/models/components/personstatus.d.ts +0 -11
  388. package/models/components/personstatus.d.ts.map +0 -1
  389. package/models/components/personstatus.js.map +0 -1
  390. package/models/components/resendinvitationrequest.d.ts +0 -8
  391. package/models/components/resendinvitationrequest.d.ts.map +0 -1
  392. package/models/components/resendinvitationrequest.js.map +0 -1
  393. package/models/components/resendinvitationresponse.d.ts +0 -14
  394. package/models/components/resendinvitationresponse.d.ts.map +0 -1
  395. package/models/components/resendinvitationresponse.js +0 -51
  396. package/models/components/resendinvitationresponse.js.map +0 -1
  397. package/models/components/updatepersonrequest.d.ts +0 -30
  398. package/models/components/updatepersonrequest.d.ts.map +0 -1
  399. package/models/components/updatepersonrequest.js.map +0 -1
  400. package/models/components/updatepersonresponse.d.ts +0 -14
  401. package/models/components/updatepersonresponse.d.ts.map +0 -1
  402. package/models/components/updatepersonresponse.js +0 -51
  403. package/models/components/updatepersonresponse.js.map +0 -1
  404. package/models/operations/persondelete.d.ts +0 -15
  405. package/models/operations/persondelete.d.ts.map +0 -1
  406. package/models/operations/persondelete.js +0 -54
  407. package/models/operations/persondelete.js.map +0 -1
  408. package/models/operations/personget.d.ts +0 -15
  409. package/models/operations/personget.d.ts.map +0 -1
  410. package/models/operations/personget.js +0 -54
  411. package/models/operations/personget.js.map +0 -1
  412. package/models/operations/personlist.d.ts +0 -31
  413. package/models/operations/personlist.d.ts.map +0 -1
  414. package/models/operations/personlist.js +0 -57
  415. package/models/operations/personlist.js.map +0 -1
  416. package/models/operations/personresendinvitation.d.ts +0 -18
  417. package/models/operations/personresendinvitation.d.ts.map +0 -1
  418. package/models/operations/personresendinvitation.js +0 -57
  419. package/models/operations/personresendinvitation.js.map +0 -1
  420. package/models/operations/personupdate.d.ts +0 -18
  421. package/models/operations/personupdate.d.ts.map +0 -1
  422. package/models/operations/personupdate.js +0 -57
  423. package/models/operations/personupdate.js.map +0 -1
  424. package/sdk/people.d.ts +0 -48
  425. package/sdk/people.d.ts.map +0 -1
  426. package/sdk/people.js +0 -72
  427. package/sdk/people.js.map +0 -1
  428. package/src/funcs/peopleCreate.ts +0 -162
  429. package/src/funcs/peopleDelete.ts +0 -168
  430. package/src/funcs/peopleGet.ts +0 -168
  431. package/src/funcs/peopleList.ts +0 -170
  432. package/src/funcs/peopleResendInvitation.ts +0 -172
  433. package/src/funcs/peopleUpdate.ts +0 -171
  434. package/src/models/components/createpersonrequest.ts +0 -46
  435. package/src/models/components/createpersonresponse.ts +0 -35
  436. package/src/models/components/deletepersonresponse.ts +0 -27
  437. package/src/models/components/getpersonresponse.ts +0 -35
  438. package/src/models/components/listpeopleresponse.ts +0 -53
  439. package/src/models/components/person.ts +0 -95
  440. package/src/models/components/personstatus.ts +0 -17
  441. package/src/models/components/resendinvitationrequest.ts +0 -25
  442. package/src/models/components/resendinvitationresponse.ts +0 -35
  443. package/src/models/components/updatepersonrequest.ts +0 -58
  444. package/src/models/components/updatepersonresponse.ts +0 -35
  445. package/src/models/operations/persondelete.ts +0 -39
  446. package/src/models/operations/personget.ts +0 -39
  447. package/src/models/operations/personlist.ts +0 -58
  448. package/src/models/operations/personresendinvitation.ts +0 -46
  449. package/src/models/operations/personupdate.ts +0 -44
  450. package/src/sdk/people.ts +0 -118
package/README.md CHANGED
@@ -363,15 +363,6 @@ run();
363
363
  * [delete](docs/sdks/notifiers/README.md#delete) - Delete a notifier
364
364
  * [update](docs/sdks/notifiers/README.md#update) - Update a notifier
365
365
 
366
- ### [People](docs/sdks/people/README.md)
367
-
368
- * [list](docs/sdks/people/README.md#list) - List all people
369
- * [create](docs/sdks/people/README.md#create) - Invite people to a workspace
370
- * [get](docs/sdks/people/README.md#get) - Retrieve a person
371
- * [delete](docs/sdks/people/README.md#delete) - Delete a person
372
- * [update](docs/sdks/people/README.md#update) - Update a person
373
- * [resendInvitation](docs/sdks/people/README.md#resendinvitation) - Resend invitation
374
-
375
366
  ### [Pii](docs/sdks/pii/README.md)
376
367
 
377
368
  * [detect](docs/sdks/pii/README.md#detect) - Detect PII
@@ -718,12 +709,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
718
709
  - [`notifiersGet`](docs/sdks/notifiers/README.md#get) - Retrieve a notifier
719
710
  - [`notifiersList`](docs/sdks/notifiers/README.md#list) - List notifiers
720
711
  - [`notifiersUpdate`](docs/sdks/notifiers/README.md#update) - Update a notifier
721
- - [`peopleCreate`](docs/sdks/people/README.md#create) - Invite people to a workspace
722
- - [`peopleDelete`](docs/sdks/people/README.md#delete) - Delete a person
723
- - [`peopleGet`](docs/sdks/people/README.md#get) - Retrieve a person
724
- - [`peopleList`](docs/sdks/people/README.md#list) - List all people
725
- - [`peopleResendInvitation`](docs/sdks/people/README.md#resendinvitation) - Resend invitation
726
- - [`peopleUpdate`](docs/sdks/people/README.md#update) - Update a person
727
712
  - [`piiDetect`](docs/sdks/pii/README.md#detect) - Detect PII
728
713
  - [`piiRedact`](docs/sdks/pii/README.md#redact) - Redact PII
729
714
  - [`piiRestore`](docs/sdks/pii/README.md#restore) - Restore redacted text
@@ -1129,43 +1114,43 @@ run();
1129
1114
 
1130
1115
 
1131
1116
  **Inherit from [`OrqError`](./src/models/errors/orqerror.ts)**:
1132
- * [`HonoApiError`](./src/models/errors/honoapierror.ts): Applicable to 12 of 259 methods.*
1133
- * [`InvokeEvalResponseBody`](./src/models/errors/invokeevalresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 259 methods.*
1134
- * [`PostV2FeedbackResponseBody`](./src/models/errors/postv2feedbackresponsebody.ts): Bad Request. Status code `400`. Applicable to 1 of 259 methods.*
1135
- * [`CreateAgentScheduleResponseBody`](./src/models/errors/createagentscheduleresponsebody.ts): Invalid schedule type, expression, or sub-hour cadence. Status code `400`. Applicable to 1 of 259 methods.*
1136
- * [`UpdateAgentScheduleResponseBody`](./src/models/errors/updateagentscheduleresponsebody.ts): Invalid type, expression, or sub-hour cadence. Status code `400`. Applicable to 1 of 259 methods.*
1137
- * [`TriggerAgentScheduleResponseBody`](./src/models/errors/triggeragentscheduleresponsebody.ts): Schedule is inactive. Status code `400`. Applicable to 1 of 259 methods.*
1138
- * [`GetEvalsResponseBody`](./src/models/errors/getevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 259 methods.*
1139
- * [`CreateEvalResponseBody`](./src/models/errors/createevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 259 methods.*
1140
- * [`GetEvalResponseBody`](./src/models/errors/getevalresponsebody.ts): No evaluator with this id exists in the authenticated workspace, or the request carries no workspace. Status code `404`. Applicable to 1 of 259 methods.*
1141
- * [`UpdateEvalResponseBody`](./src/models/errors/updateevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 259 methods.*
1142
- * [`DeleteEvalResponseBody`](./src/models/errors/deleteevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 259 methods.*
1143
- * [`InvokeEvalEvalsResponseBody`](./src/models/errors/invokeevalevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 259 methods.*
1144
- * [`GetV2EvaluatorsIdVersionsResponseBody`](./src/models/errors/getv2evaluatorsidversionsresponsebody.ts): Evaluator not found. Status code `404`. Applicable to 1 of 259 methods.*
1145
- * [`DeleteAgentResponseBody`](./src/models/errors/deleteagentresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or has already been deleted. Status code `404`. Applicable to 1 of 259 methods.*
1146
- * [`RetrieveAgentRequestResponseBody`](./src/models/errors/retrieveagentrequestresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or you do not have permission to access it. Status code `404`. Applicable to 1 of 259 methods.*
1147
- * [`UpdateAgentResponseBody`](./src/models/errors/updateagentresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or you do not have permission to modify it. Status code `404`. Applicable to 1 of 259 methods.*
1148
- * [`StreamRunAgentResponseBody`](./src/models/errors/streamrunagentresponsebody.ts): Model not found. Status code `404`. Applicable to 1 of 259 methods.*
1149
- * [`StreamAgentResponseBody`](./src/models/errors/streamagentresponsebody.ts): Agent not found. Status code `404`. Applicable to 1 of 259 methods.*
1150
- * [`UpdatePromptResponseBody`](./src/models/errors/updatepromptresponsebody.ts): Prompt not found. Status code `404`. Applicable to 1 of 259 methods.*
1151
- * [`DeletePromptResponseBody`](./src/models/errors/deletepromptresponsebody.ts): Prompt not found. Status code `404`. Applicable to 1 of 259 methods.*
1152
- * [`GetPromptVersionResponseBody`](./src/models/errors/getpromptversionresponsebody.ts): Not Found - The prompt or prompt version does not exist. Status code `404`. Applicable to 1 of 259 methods.*
1153
- * [`UpdateToolResponseBody`](./src/models/errors/updatetoolresponsebody.ts): Tool not found. Status code `404`. Applicable to 1 of 259 methods.*
1154
- * [`GetV2ToolsToolIdVersionsResponseBody`](./src/models/errors/getv2toolstoolidversionsresponsebody.ts): Tool not found. Status code `404`. Applicable to 1 of 259 methods.*
1155
- * [`GetV2ToolsToolIdVersionsVersionIdResponseBody`](./src/models/errors/getv2toolstoolidversionsversionidresponsebody.ts): Tool or version not found. Status code `404`. Applicable to 1 of 259 methods.*
1156
- * [`PostV2FeedbackRemoveResponseBody`](./src/models/errors/postv2feedbackremoveresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 259 methods.*
1157
- * [`PostV2FeedbackFeedbackResponseBody`](./src/models/errors/postv2feedbackfeedbackresponsebody.ts): Workspace, trace, or feedback property was not found. Status code `404`. Applicable to 1 of 259 methods.*
1158
- * [`CreateAgentScheduleSchedulesResponseBody`](./src/models/errors/createagentscheduleschedulesresponsebody.ts): Agent (or agent version, when agent_tag is set) not found. Status code `404`. Applicable to 1 of 259 methods.*
1159
- * [`DeleteAgentScheduleResponseBody`](./src/models/errors/deleteagentscheduleresponsebody.ts): Schedule not found, or belongs to a different agent. Status code `404`. Applicable to 1 of 259 methods.*
1160
- * [`RetrieveAgentScheduleResponseBody`](./src/models/errors/retrieveagentscheduleresponsebody.ts): Schedule not found, or belongs to a different agent. Status code `404`. Applicable to 1 of 259 methods.*
1161
- * [`UpdateAgentScheduleSchedulesResponseBody`](./src/models/errors/updateagentscheduleschedulesresponsebody.ts): Schedule or agent version not found. Status code `404`. Applicable to 1 of 259 methods.*
1162
- * [`TriggerAgentScheduleSchedulesResponseBody`](./src/models/errors/triggeragentscheduleschedulesresponsebody.ts): Schedule not found, or belongs to a different agent. Status code `404`. Applicable to 1 of 259 methods.*
1163
- * [`RetrieveResponseResponseBody`](./src/models/errors/retrieveresponseresponsebody.ts): Response not found. Status code `404`. Applicable to 1 of 259 methods.*
1164
- * [`DeleteEvalEvalsResponseBody`](./src/models/errors/deleteevalevalsresponsebody.ts): The evaluator is still referenced as an evaluator or guardrail by one or more deployments. Status code `409`. Applicable to 1 of 259 methods.*
1165
- * [`CreateModerationResponseBody`](./src/models/errors/createmoderationresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of 259 methods.*
1166
- * [`CreateTranscriptionResponseBody`](./src/models/errors/createtranscriptionresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of 259 methods.*
1167
- * [`CreateTranslationResponseBody`](./src/models/errors/createtranslationresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of 259 methods.*
1168
- * [`InvokeEvalEvalsResponseResponseBody`](./src/models/errors/invokeevalevalsresponseresponsebody.ts): Error running the evaluator. Status code `500`. Applicable to 1 of 259 methods.*
1117
+ * [`HonoApiError`](./src/models/errors/honoapierror.ts): Applicable to 12 of 253 methods.*
1118
+ * [`InvokeEvalResponseBody`](./src/models/errors/invokeevalresponsebody.ts): Bad request. Status code `400`. Applicable to 1 of 253 methods.*
1119
+ * [`PostV2FeedbackResponseBody`](./src/models/errors/postv2feedbackresponsebody.ts): Bad Request. Status code `400`. Applicable to 1 of 253 methods.*
1120
+ * [`CreateAgentScheduleResponseBody`](./src/models/errors/createagentscheduleresponsebody.ts): Invalid schedule type, expression, or sub-hour cadence. Status code `400`. Applicable to 1 of 253 methods.*
1121
+ * [`UpdateAgentScheduleResponseBody`](./src/models/errors/updateagentscheduleresponsebody.ts): Invalid type, expression, or sub-hour cadence. Status code `400`. Applicable to 1 of 253 methods.*
1122
+ * [`TriggerAgentScheduleResponseBody`](./src/models/errors/triggeragentscheduleresponsebody.ts): Schedule is inactive. Status code `400`. Applicable to 1 of 253 methods.*
1123
+ * [`GetEvalsResponseBody`](./src/models/errors/getevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 253 methods.*
1124
+ * [`CreateEvalResponseBody`](./src/models/errors/createevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 253 methods.*
1125
+ * [`GetEvalResponseBody`](./src/models/errors/getevalresponsebody.ts): No evaluator with this id exists in the authenticated workspace, or the request carries no workspace. Status code `404`. Applicable to 1 of 253 methods.*
1126
+ * [`UpdateEvalResponseBody`](./src/models/errors/updateevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 253 methods.*
1127
+ * [`DeleteEvalResponseBody`](./src/models/errors/deleteevalresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 253 methods.*
1128
+ * [`InvokeEvalEvalsResponseBody`](./src/models/errors/invokeevalevalsresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 253 methods.*
1129
+ * [`GetV2EvaluatorsIdVersionsResponseBody`](./src/models/errors/getv2evaluatorsidversionsresponsebody.ts): Evaluator not found. Status code `404`. Applicable to 1 of 253 methods.*
1130
+ * [`DeleteAgentResponseBody`](./src/models/errors/deleteagentresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or has already been deleted. Status code `404`. Applicable to 1 of 253 methods.*
1131
+ * [`RetrieveAgentRequestResponseBody`](./src/models/errors/retrieveagentrequestresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or you do not have permission to access it. Status code `404`. Applicable to 1 of 253 methods.*
1132
+ * [`UpdateAgentResponseBody`](./src/models/errors/updateagentresponsebody.ts): Agent not found. The specified agent key does not exist in the workspace or you do not have permission to modify it. Status code `404`. Applicable to 1 of 253 methods.*
1133
+ * [`StreamRunAgentResponseBody`](./src/models/errors/streamrunagentresponsebody.ts): Model not found. Status code `404`. Applicable to 1 of 253 methods.*
1134
+ * [`StreamAgentResponseBody`](./src/models/errors/streamagentresponsebody.ts): Agent not found. Status code `404`. Applicable to 1 of 253 methods.*
1135
+ * [`UpdatePromptResponseBody`](./src/models/errors/updatepromptresponsebody.ts): Prompt not found. Status code `404`. Applicable to 1 of 253 methods.*
1136
+ * [`DeletePromptResponseBody`](./src/models/errors/deletepromptresponsebody.ts): Prompt not found. Status code `404`. Applicable to 1 of 253 methods.*
1137
+ * [`GetPromptVersionResponseBody`](./src/models/errors/getpromptversionresponsebody.ts): Not Found - The prompt or prompt version does not exist. Status code `404`. Applicable to 1 of 253 methods.*
1138
+ * [`UpdateToolResponseBody`](./src/models/errors/updatetoolresponsebody.ts): Tool not found. Status code `404`. Applicable to 1 of 253 methods.*
1139
+ * [`GetV2ToolsToolIdVersionsResponseBody`](./src/models/errors/getv2toolstoolidversionsresponsebody.ts): Tool not found. Status code `404`. Applicable to 1 of 253 methods.*
1140
+ * [`GetV2ToolsToolIdVersionsVersionIdResponseBody`](./src/models/errors/getv2toolstoolidversionsversionidresponsebody.ts): Tool or version not found. Status code `404`. Applicable to 1 of 253 methods.*
1141
+ * [`PostV2FeedbackRemoveResponseBody`](./src/models/errors/postv2feedbackremoveresponsebody.ts): Workspace ID is not found on the request. Status code `404`. Applicable to 1 of 253 methods.*
1142
+ * [`PostV2FeedbackFeedbackResponseBody`](./src/models/errors/postv2feedbackfeedbackresponsebody.ts): Workspace, trace, or feedback property was not found. Status code `404`. Applicable to 1 of 253 methods.*
1143
+ * [`CreateAgentScheduleSchedulesResponseBody`](./src/models/errors/createagentscheduleschedulesresponsebody.ts): Agent (or agent version, when agent_tag is set) not found. Status code `404`. Applicable to 1 of 253 methods.*
1144
+ * [`DeleteAgentScheduleResponseBody`](./src/models/errors/deleteagentscheduleresponsebody.ts): Schedule not found, or belongs to a different agent. Status code `404`. Applicable to 1 of 253 methods.*
1145
+ * [`RetrieveAgentScheduleResponseBody`](./src/models/errors/retrieveagentscheduleresponsebody.ts): Schedule not found, or belongs to a different agent. Status code `404`. Applicable to 1 of 253 methods.*
1146
+ * [`UpdateAgentScheduleSchedulesResponseBody`](./src/models/errors/updateagentscheduleschedulesresponsebody.ts): Schedule or agent version not found. Status code `404`. Applicable to 1 of 253 methods.*
1147
+ * [`TriggerAgentScheduleSchedulesResponseBody`](./src/models/errors/triggeragentscheduleschedulesresponsebody.ts): Schedule not found, or belongs to a different agent. Status code `404`. Applicable to 1 of 253 methods.*
1148
+ * [`RetrieveResponseResponseBody`](./src/models/errors/retrieveresponseresponsebody.ts): Response not found. Status code `404`. Applicable to 1 of 253 methods.*
1149
+ * [`DeleteEvalEvalsResponseBody`](./src/models/errors/deleteevalevalsresponsebody.ts): The evaluator is still referenced as an evaluator or guardrail by one or more deployments. Status code `409`. Applicable to 1 of 253 methods.*
1150
+ * [`CreateModerationResponseBody`](./src/models/errors/createmoderationresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of 253 methods.*
1151
+ * [`CreateTranscriptionResponseBody`](./src/models/errors/createtranscriptionresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of 253 methods.*
1152
+ * [`CreateTranslationResponseBody`](./src/models/errors/createtranslationresponsebody.ts): Returns validation error. Status code `422`. Applicable to 1 of 253 methods.*
1153
+ * [`InvokeEvalEvalsResponseResponseBody`](./src/models/errors/invokeevalevalsresponseresponsebody.ts): Error running the evaluator. Status code `500`. Applicable to 1 of 253 methods.*
1169
1154
  * [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
1170
1155
 
1171
1156
  </details>
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@orq-ai/node",
5
- "version": "4.14.0-rc.15",
5
+ "version": "4.14.0-rc.16",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/lib/config.d.ts CHANGED
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
31
31
  export declare const SDK_METADATA: {
32
32
  readonly language: "typescript";
33
33
  readonly openapiDocVersion: "2.0";
34
- readonly sdkVersion: "4.14.0-rc.15";
34
+ readonly sdkVersion: "4.14.0-rc.16";
35
35
  readonly genVersion: "2.928.0";
36
- readonly userAgent: "speakeasy-sdk/typescript 4.14.0-rc.15 2.928.0 2.0 @orq-ai/node";
36
+ readonly userAgent: "speakeasy-sdk/typescript 4.14.0-rc.16 2.928.0 2.0 @orq-ai/node";
37
37
  };
38
38
  //# sourceMappingURL=config.d.ts.map
package/lib/config.js CHANGED
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
28
28
  exports.SDK_METADATA = {
29
29
  language: "typescript",
30
30
  openapiDocVersion: "2.0",
31
- sdkVersion: "4.14.0-rc.15",
31
+ sdkVersion: "4.14.0-rc.16",
32
32
  genVersion: "2.928.0",
33
- userAgent: "speakeasy-sdk/typescript 4.14.0-rc.15 2.928.0 2.0 @orq-ai/node",
33
+ userAgent: "speakeasy-sdk/typescript 4.14.0-rc.16 2.928.0 2.0 @orq-ai/node",
34
34
  };
35
35
  //# sourceMappingURL=config.js.map
@@ -0,0 +1,13 @@
1
+ import * as z from "zod/v3";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ export declare const AccessLevel: {
4
+ readonly AccessLevelNone: "ACCESS_LEVEL_NONE";
5
+ readonly AccessLevelRead: "ACCESS_LEVEL_READ";
6
+ readonly AccessLevelWrite: "ACCESS_LEVEL_WRITE";
7
+ };
8
+ export type AccessLevel = ClosedEnum<typeof AccessLevel>;
9
+ /** @internal */
10
+ export declare const AccessLevel$inboundSchema: z.ZodNativeEnum<typeof AccessLevel>;
11
+ /** @internal */
12
+ export declare const AccessLevel$outboundSchema: z.ZodNativeEnum<typeof AccessLevel>;
13
+ //# sourceMappingURL=accesslevel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accesslevel.d.ts","sourceRoot":"","sources":["../../src/models/components/accesslevel.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,WAAW;;;;CAId,CAAC;AACX,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAEzD,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,WAAW,CAChD,CAAC;AAC3B,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,WAAW,CAChD,CAAC"}
@@ -36,16 +36,16 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.CreatePersonRequest$outboundSchema = void 0;
40
- exports.createPersonRequestToJSON = createPersonRequestToJSON;
39
+ exports.AccessLevel$outboundSchema = exports.AccessLevel$inboundSchema = exports.AccessLevel = void 0;
41
40
  const z = __importStar(require("zod/v3"));
41
+ exports.AccessLevel = {
42
+ AccessLevelNone: "ACCESS_LEVEL_NONE",
43
+ AccessLevelRead: "ACCESS_LEVEL_READ",
44
+ AccessLevelWrite: "ACCESS_LEVEL_WRITE",
45
+ };
42
46
  /** @internal */
43
- exports.CreatePersonRequest$outboundSchema = z.object({
44
- emails: z.array(z.string()),
45
- roles: z.array(z.string()).optional(),
46
- groups: z.array(z.string()).optional(),
47
- });
48
- function createPersonRequestToJSON(createPersonRequest) {
49
- return JSON.stringify(exports.CreatePersonRequest$outboundSchema.parse(createPersonRequest));
50
- }
51
- //# sourceMappingURL=createpersonrequest.js.map
47
+ exports.AccessLevel$inboundSchema = z
48
+ .nativeEnum(exports.AccessLevel);
49
+ /** @internal */
50
+ exports.AccessLevel$outboundSchema = exports.AccessLevel$inboundSchema;
51
+ //# sourceMappingURL=accesslevel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accesslevel.js","sourceRoot":"","sources":["../../src/models/components/accesslevel.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAGf,QAAA,WAAW,GAAG;IACzB,eAAe,EAAE,mBAAmB;IACpC,eAAe,EAAE,mBAAmB;IACpC,gBAAgB,EAAE,oBAAoB;CAC9B,CAAC;AAGX,gBAAgB;AACH,QAAA,yBAAyB,GAAwC,CAAC;KAC5E,UAAU,CAAC,mBAAW,CAAC,CAAC;AAC3B,gBAAgB;AACH,QAAA,0BAA0B,GACrC,iCAAyB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import * as z from "zod/v3";
2
+ import { AccessLevel } from "./accesslevel.js";
2
3
  import { ApiKeyOwner, ApiKeyOwner$Outbound } from "./apikeyowner.js";
3
4
  import { McpAccess, McpAccess$Outbound } from "./mcpaccess.js";
4
5
  import { PermissionMode } from "./permissionmode.js";
@@ -26,7 +27,7 @@ export type CreateApiKeyRequest = {
26
27
  * or fetch the live catalog via the capability catalog endpoint.
27
28
  */
28
29
  access?: {
29
- [k: string]: number;
30
+ [k: string]: AccessLevel;
30
31
  } | undefined;
31
32
  /**
32
33
  * Optional expiration. When set, the authenticate hot-path rejects
@@ -51,7 +52,7 @@ export type CreateApiKeyRequest$Outbound = {
51
52
  project_scope?: ProjectScope$Outbound | undefined;
52
53
  permission_mode?: string | undefined;
53
54
  access?: {
54
- [k: string]: number;
55
+ [k: string]: string;
55
56
  } | undefined;
56
57
  expires_at?: string | undefined;
57
58
  mcp_access?: McpAccess$Outbound | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"createapikeyrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/createapikeyrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EACL,WAAW,EACX,oBAAoB,EAErB,MAAM,kBAAkB,CAAC;AAC1B,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,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACxC,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7C;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC7B;;;;;OAKG;IACH,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACzC,aAAa,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAClD,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,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,CAgBnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR"}
1
+ {"version":3,"file":"createapikeyrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/createapikeyrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,WAAW,EAA8B,MAAM,kBAAkB,CAAC;AAC3E,OAAO,EACL,WAAW,EACX,oBAAoB,EAErB,MAAM,kBAAkB,CAAC;AAC1B,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,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACxC,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,WAAW,CAAA;KAAE,GAAG,SAAS,CAAC;IAClD;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAC7B;;;;;OAKG;IACH,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACzC,aAAa,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAClD,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,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,CAgBnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR"}
@@ -40,6 +40,7 @@ exports.CreateApiKeyRequest$outboundSchema = void 0;
40
40
  exports.createApiKeyRequestToJSON = createApiKeyRequestToJSON;
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 apikeyowner_js_1 = require("./apikeyowner.js");
44
45
  const mcpaccess_js_1 = require("./mcpaccess.js");
45
46
  const permissionmode_js_1 = require("./permissionmode.js");
@@ -50,7 +51,7 @@ exports.CreateApiKeyRequest$outboundSchema = z.object({
50
51
  owner: apikeyowner_js_1.ApiKeyOwner$outboundSchema.optional(),
51
52
  projectScope: projectscope_js_1.ProjectScope$outboundSchema.optional(),
52
53
  permissionMode: permissionmode_js_1.PermissionMode$outboundSchema.optional(),
53
- access: z.record(z.number().int()).optional(),
54
+ access: z.record(accesslevel_js_1.AccessLevel$outboundSchema).optional(),
54
55
  expiresAt: z.date().transform(v => v.toISOString()).optional(),
55
56
  mcpAccess: mcpaccess_js_1.McpAccess$outboundSchema.optional(),
56
57
  }).transform((v) => {
@@ -1 +1 @@
1
- {"version":3,"file":"createapikeyrequest.js","sourceRoot":"","sources":["../../src/models/components/createapikeyrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiGH,8DAMC;AArGD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAI0B;AAC1B,iDAIwB;AACxB,2DAG6B;AAC7B,uDAI2B;AAqD3B,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,KAAK,EAAE,2CAA0B,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,6CAA2B,CAAC,QAAQ,EAAE;IACpD,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,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9D,SAAS,EAAE,uCAAwB,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,eAAe;QAC7B,cAAc,EAAE,iBAAiB;QACjC,SAAS,EAAE,YAAY;QACvB,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":"createapikeyrequest.js","sourceRoot":"","sources":["../../src/models/components/createapikeyrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkGH,8DAMC;AAtGD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAA2E;AAC3E,qDAI0B;AAC1B,iDAIwB;AACxB,2DAG6B;AAC7B,uDAI2B;AAqD3B,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,KAAK,EAAE,2CAA0B,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,6CAA2B,CAAC,QAAQ,EAAE;IACpD,cAAc,EAAE,iDAA6B,CAAC,QAAQ,EAAE;IACxD,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,SAAS,EAAE,uCAAwB,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,eAAe;QAC7B,cAAc,EAAE,iBAAiB;QACjC,SAAS,EAAE,YAAY;QACvB,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 { ManagementPermissionMode } from "./managementpermissionmode.js";
3
4
  export type CreateManagementKeyRequest = {
4
5
  /**
@@ -16,7 +17,7 @@ export type CreateManagementKeyRequest = {
16
17
  * endpoint.
17
18
  */
18
19
  access?: {
19
- [k: string]: number;
20
+ [k: string]: AccessLevel;
20
21
  } | undefined;
21
22
  /**
22
23
  * Optional expiration. When set, the authenticate hot-path rejects
@@ -32,7 +33,7 @@ export type CreateManagementKeyRequest$Outbound = {
32
33
  name: string;
33
34
  permission_mode?: string | undefined;
34
35
  access?: {
35
- [k: string]: number;
36
+ [k: string]: string;
36
37
  } | undefined;
37
38
  expires_at?: string | undefined;
38
39
  };
@@ -1 +1 @@
1
- {"version":3,"file":"createmanagementkeyrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/createmanagementkeyrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EACL,wBAAwB,EAEzB,MAAM,+BAA+B,CAAC;AAEvC,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IACtD;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAC7C;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,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;CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAW1B,CAAC;AAEH,wBAAgB,gCAAgC,CAC9C,0BAA0B,EAAE,0BAA0B,GACrD,MAAM,CAIR"}
1
+ {"version":3,"file":"createmanagementkeyrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/createmanagementkeyrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,WAAW,EAA8B,MAAM,kBAAkB,CAAC;AAC3E,OAAO,EACL,wBAAwB,EAEzB,MAAM,+BAA+B,CAAC;AAEvC,MAAM,MAAM,0BAA0B,GAAG;IACvC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IACtD;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,WAAW,CAAA;KAAE,GAAG,SAAS,CAAC;IAClD;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,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;CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAW1B,CAAC;AAEH,wBAAgB,gCAAgC,CAC9C,0BAA0B,EAAE,0BAA0B,GACrD,MAAM,CAIR"}
@@ -40,12 +40,13 @@ exports.CreateManagementKeyRequest$outboundSchema = void 0;
40
40
  exports.createManagementKeyRequestToJSON = createManagementKeyRequestToJSON;
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 managementpermissionmode_js_1 = require("./managementpermissionmode.js");
44
45
  /** @internal */
45
46
  exports.CreateManagementKeyRequest$outboundSchema = z.object({
46
47
  name: z.string(),
47
48
  permissionMode: managementpermissionmode_js_1.ManagementPermissionMode$outboundSchema.optional(),
48
- access: z.record(z.number().int()).optional(),
49
+ access: z.record(accesslevel_js_1.AccessLevel$outboundSchema).optional(),
49
50
  expiresAt: z.date().transform(v => v.toISOString()).optional(),
50
51
  }).transform((v) => {
51
52
  return (0, primitives_js_1.remap)(v, {
@@ -1 +1 @@
1
- {"version":3,"file":"createmanagementkeyrequest.js","sourceRoot":"","sources":["../../src/models/components/createmanagementkeyrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4DH,4EAMC;AAhED,0CAA4B;AAC5B,2DAA0D;AAC1D,+EAGuC;AAoCvC,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,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;CAC/D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;QACjC,SAAS,EAAE,YAAY;KACxB,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":"createmanagementkeyrequest.js","sourceRoot":"","sources":["../../src/models/components/createmanagementkeyrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6DH,4EAMC;AAjED,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAA2E;AAC3E,+EAGuC;AAoCvC,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,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;CAC/D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;QACjC,SAAS,EAAE,YAAY;KACxB,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,29 +1,35 @@
1
1
  import * as z from "zod/v3";
2
2
  import { Result as SafeParseResult } from "../../types/fp.js";
3
3
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import { DomainGroup } from "./domaingroup.js";
5
+ import { ScopeMode } from "./scopemode.js";
4
6
  /**
5
- * Domain describes a permission domain that can be granted to a
7
+ * Domain describes a permission domain that can be granted to an
6
8
  *
7
9
  * @remarks
8
- * management key. Verbs are derived from id + readable/writable.
10
+ * API key. Verbs are derived from id + group + readable/writable.
9
11
  */
10
12
  export type Domain = {
11
13
  /**
12
- * Stable domain identifier (e.g. "api-key", "budget"). Used as the
14
+ * Stable domain identifier (e.g. "agent", "chat_completions"). Used
13
15
  *
14
16
  * @remarks
15
- * key in ManagementKey.access and as the verb prefix in resolved
16
- * permissions (e.g. budget.list, budget.view, budget.create).
17
+ * as the key in ApiKey.access and as the verb prefix in resolved
18
+ * permissions (e.g. agent.list, agent.view, agent.create).
17
19
  */
18
20
  id?: string | undefined;
19
21
  /**
20
22
  * Human-readable label for the dashboard.
21
23
  */
22
24
  displayName?: string | undefined;
25
+ group?: DomainGroup | undefined;
23
26
  /**
24
- * Logical group used by the UI to render this entry.
27
+ * Project scopes this domain may be granted under. A workspace-
28
+ *
29
+ * @remarks
30
+ * admin domain like `member` is typically SCOPE_MODE_ALL only.
25
31
  */
26
- group?: number | undefined;
32
+ allowedScopes?: Array<ScopeMode> | undefined;
27
33
  /**
28
34
  * Whether this domain can be granted read access.
29
35
  */
@@ -1 +1 @@
1
- {"version":3,"file":"domain.d.ts","sourceRoot":"","sources":["../../src/models/components/domain.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;;;;;GAKG;AACH,MAAM,MAAM,MAAM,GAAG;IACnB;;;;;;OAMG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAWtE,CAAC;AAEL,wBAAgB,cAAc,CAC5B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAM7C"}
1
+ {"version":3,"file":"domain.d.ts","sourceRoot":"","sources":["../../src/models/components/domain.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;AACrE,OAAO,EAAE,WAAW,EAA6B,MAAM,kBAAkB,CAAC;AAC1E,OAAO,EAAE,SAAS,EAA2B,MAAM,gBAAgB,CAAC;AAEpE;;;;;GAKG;AACH,MAAM,MAAM,MAAM,GAAG;IACnB;;;;;;OAMG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAChC;;;;;OAKG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC;IAC7C;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAatE,CAAC;AAEL,wBAAgB,cAAc,CAC5B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAM7C"}
@@ -41,17 +41,21 @@ exports.domainFromJSON = domainFromJSON;
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 domaingroup_js_1 = require("./domaingroup.js");
45
+ const scopemode_js_1 = require("./scopemode.js");
44
46
  /** @internal */
45
47
  exports.Domain$inboundSchema = z
46
48
  .object({
47
49
  id: z.string().optional(),
48
50
  display_name: z.string().optional(),
49
- group: z.number().int().optional(),
51
+ group: domaingroup_js_1.DomainGroup$inboundSchema.optional(),
52
+ allowed_scopes: z.array(scopemode_js_1.ScopeMode$inboundSchema).optional(),
50
53
  readable: z.boolean().optional(),
51
54
  writable: z.boolean().optional(),
52
55
  }).transform((v) => {
53
56
  return (0, primitives_js_1.remap)(v, {
54
57
  "display_name": "displayName",
58
+ "allowed_scopes": "allowedScopes",
55
59
  });
56
60
  });
57
61
  function domainFromJSON(jsonString) {
@@ -1 +1 @@
1
- {"version":3,"file":"domain.js","sourceRoot":"","sources":["../../src/models/components/domain.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuDH,wCAQC;AA7DD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAqCjD,gBAAgB;AACH,QAAA,oBAAoB,GAA6C,CAAC;KAC5E,MAAM,CAAC;IACN,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAClC,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,aAAa;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEL,SAAgB,cAAc,CAC5B,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,4BAAoB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAChD,oCAAoC,CACrC,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"domain.js","sourceRoot":"","sources":["../../src/models/components/domain.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+DH,wCAQC;AArED,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAGjD,qDAA0E;AAC1E,iDAAoE;AAuCpE,gBAAgB;AACH,QAAA,oBAAoB,GAA6C,CAAC;KAC5E,MAAM,CAAC;IACN,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,KAAK,EAAE,0CAAyB,CAAC,QAAQ,EAAE;IAC3C,cAAc,EAAE,CAAC,CAAC,KAAK,CAAC,sCAAuB,CAAC,CAAC,QAAQ,EAAE;IAC3D,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,aAAa;QAC7B,gBAAgB,EAAE,eAAe;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEL,SAAgB,cAAc,CAC5B,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,4BAAoB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAChD,oCAAoC,CACrC,CAAC;AACJ,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as z from "zod/v3";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ export declare const DomainGroup: {
4
+ readonly DomainGroupWorkspaceAdmin: "DOMAIN_GROUP_WORKSPACE_ADMIN";
5
+ readonly DomainGroupPlatform: "DOMAIN_GROUP_PLATFORM";
6
+ readonly DomainGroupGateway: "DOMAIN_GROUP_GATEWAY";
7
+ };
8
+ export type DomainGroup = ClosedEnum<typeof DomainGroup>;
9
+ /** @internal */
10
+ export declare const DomainGroup$inboundSchema: z.ZodNativeEnum<typeof DomainGroup>;
11
+ //# sourceMappingURL=domaingroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domaingroup.d.ts","sourceRoot":"","sources":["../../src/models/components/domaingroup.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,WAAW;;;;CAId,CAAC;AACX,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAEzD,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,WAAW,CAChD,CAAC"}
@@ -36,12 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ResendInvitationRequest$outboundSchema = void 0;
40
- exports.resendInvitationRequestToJSON = resendInvitationRequestToJSON;
39
+ exports.DomainGroup$inboundSchema = exports.DomainGroup = void 0;
41
40
  const z = __importStar(require("zod/v3"));
41
+ exports.DomainGroup = {
42
+ DomainGroupWorkspaceAdmin: "DOMAIN_GROUP_WORKSPACE_ADMIN",
43
+ DomainGroupPlatform: "DOMAIN_GROUP_PLATFORM",
44
+ DomainGroupGateway: "DOMAIN_GROUP_GATEWAY",
45
+ };
42
46
  /** @internal */
43
- exports.ResendInvitationRequest$outboundSchema = z.object({});
44
- function resendInvitationRequestToJSON(resendInvitationRequest) {
45
- return JSON.stringify(exports.ResendInvitationRequest$outboundSchema.parse(resendInvitationRequest));
46
- }
47
- //# sourceMappingURL=resendinvitationrequest.js.map
47
+ exports.DomainGroup$inboundSchema = z
48
+ .nativeEnum(exports.DomainGroup);
49
+ //# sourceMappingURL=domaingroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domaingroup.js","sourceRoot":"","sources":["../../src/models/components/domaingroup.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAGf,QAAA,WAAW,GAAG;IACzB,yBAAyB,EAAE,8BAA8B;IACzD,mBAAmB,EAAE,uBAAuB;IAC5C,kBAAkB,EAAE,sBAAsB;CAClC,CAAC;AAGX,gBAAgB;AACH,QAAA,yBAAyB,GAAwC,CAAC;KAC5E,UAAU,CAAC,mBAAW,CAAC,CAAC"}
@@ -5,7 +5,7 @@ import { EmbeddingLoadBalancerConfig, EmbeddingLoadBalancerConfig$Outbound } fro
5
5
  import { EmbeddingRetryConfig, EmbeddingRetryConfig$Outbound } from "./embeddingretryconfig.js";
6
6
  import { EmbeddingTimeoutConfig, EmbeddingTimeoutConfig$Outbound } from "./embeddingtimeoutconfig.js";
7
7
  import { FallbackConfig, FallbackConfig$Outbound } from "./fallbackconfig.js";
8
- import { PublicIdentity, PublicIdentity$Outbound } from "./publicidentity.js";
8
+ import { ResponseIdentity, ResponseIdentity$Outbound } from "./responseidentity.js";
9
9
  export type EmbeddingOrqParams = {
10
10
  cache?: EmbeddingCacheConfig | undefined;
11
11
  contact?: EmbeddingContactParams | undefined;
@@ -13,10 +13,7 @@ export type EmbeddingOrqParams = {
13
13
  * Deprecated: use top-level fallbacks instead.
14
14
  */
15
15
  fallbacks?: Array<FallbackConfig> | null | undefined;
16
- /**
17
- * Information about the identity making the request. If the identity does not exist, it will be created automatically.
18
- */
19
- identity?: PublicIdentity | undefined;
16
+ identity?: ResponseIdentity | undefined;
20
17
  loadBalancer?: EmbeddingLoadBalancerConfig | undefined;
21
18
  /**
22
19
  * Deprecated: use top-level name instead.
@@ -30,7 +27,7 @@ export type EmbeddingOrqParams$Outbound = {
30
27
  cache?: EmbeddingCacheConfig$Outbound | undefined;
31
28
  contact?: EmbeddingContactParams$Outbound | undefined;
32
29
  fallbacks?: Array<FallbackConfig$Outbound> | null | undefined;
33
- identity?: PublicIdentity$Outbound | undefined;
30
+ identity?: ResponseIdentity$Outbound | undefined;
34
31
  load_balancer?: EmbeddingLoadBalancerConfig$Outbound | undefined;
35
32
  name?: string | undefined;
36
33
  retry?: EmbeddingRetryConfig$Outbound | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"embeddingorqparams.d.ts","sourceRoot":"","sources":["../../src/models/components/embeddingorqparams.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EACL,oBAAoB,EACpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,sBAAsB,EACtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,2BAA2B,EAC3B,oCAAoC,EAErC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,oBAAoB,EACpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,sBAAsB,EACtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,cAAc,EACd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,cAAc,EACd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACzC,OAAO,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC7C;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACrD;;OAEG;IACH,QAAQ,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IACtC,YAAY,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IACvD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACzC,OAAO,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;CAC9C,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,KAAK,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAClD,OAAO,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IACtD,SAAS,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9D,QAAQ,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAC/C,aAAa,CAAC,EAAE,oCAAoC,GAAG,SAAS,CAAC;IACjE,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAClD,OAAO,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;CACvD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAclB,CAAC;AAEH,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR"}
1
+ {"version":3,"file":"embeddingorqparams.d.ts","sourceRoot":"","sources":["../../src/models/components/embeddingorqparams.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EACL,oBAAoB,EACpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,sBAAsB,EACtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,2BAA2B,EAC3B,oCAAoC,EAErC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,oBAAoB,EACpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,sBAAsB,EACtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,cAAc,EACd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,gBAAgB,EAChB,yBAAyB,EAE1B,MAAM,uBAAuB,CAAC;AAE/B,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACzC,OAAO,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC7C;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACrD,QAAQ,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACxC,YAAY,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IACvD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACzC,OAAO,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;CAC9C,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,KAAK,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAClD,OAAO,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IACtD,SAAS,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9D,QAAQ,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACjD,aAAa,CAAC,EAAE,oCAAoC,GAAG,SAAS,CAAC;IACjE,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAClD,OAAO,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;CACvD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAclB,CAAC;AAEH,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR"}
@@ -46,13 +46,13 @@ const embeddingloadbalancerconfig_js_1 = require("./embeddingloadbalancerconfig.
46
46
  const embeddingretryconfig_js_1 = require("./embeddingretryconfig.js");
47
47
  const embeddingtimeoutconfig_js_1 = require("./embeddingtimeoutconfig.js");
48
48
  const fallbackconfig_js_1 = require("./fallbackconfig.js");
49
- const publicidentity_js_1 = require("./publicidentity.js");
49
+ const responseidentity_js_1 = require("./responseidentity.js");
50
50
  /** @internal */
51
51
  exports.EmbeddingOrqParams$outboundSchema = z.object({
52
52
  cache: embeddingcacheconfig_js_1.EmbeddingCacheConfig$outboundSchema.optional(),
53
53
  contact: embeddingcontactparams_js_1.EmbeddingContactParams$outboundSchema.optional(),
54
54
  fallbacks: z.nullable(z.array(fallbackconfig_js_1.FallbackConfig$outboundSchema)).optional(),
55
- identity: publicidentity_js_1.PublicIdentity$outboundSchema.optional(),
55
+ identity: responseidentity_js_1.ResponseIdentity$outboundSchema.optional(),
56
56
  loadBalancer: embeddingloadbalancerconfig_js_1.EmbeddingLoadBalancerConfig$outboundSchema.optional(),
57
57
  name: z.string().optional(),
58
58
  retry: embeddingretryconfig_js_1.EmbeddingRetryConfig$outboundSchema.optional(),
@@ -1 +1 @@
1
- {"version":3,"file":"embeddingorqparams.js","sourceRoot":"","sources":["../../src/models/components/embeddingorqparams.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4FH,4DAMC;AAhGD,0CAA4B;AAC5B,2DAA0D;AAC1D,uEAImC;AACnC,2EAIqC;AACrC,qFAI0C;AAC1C,uEAImC;AACnC,2EAIqC;AACrC,2DAI6B;AAC7B,2DAI6B;AAkC7B,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,6DAAmC,CAAC,QAAQ,EAAE;IACrD,OAAO,EAAE,iEAAqC,CAAC,QAAQ,EAAE;IACzD,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,iDAA6B,CAAC,CAAC,CAAC,QAAQ,EAAE;IACxE,QAAQ,EAAE,iDAA6B,CAAC,QAAQ,EAAE;IAClD,YAAY,EAAE,2EAA0C,CAAC,QAAQ,EAAE;IACnE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,KAAK,EAAE,6DAAmC,CAAC,QAAQ,EAAE;IACrD,OAAO,EAAE,iEAAqC,CAAC,QAAQ,EAAE;CAC1D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,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":"embeddingorqparams.js","sourceRoot":"","sources":["../../src/models/components/embeddingorqparams.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyFH,4DAMC;AA7FD,0CAA4B;AAC5B,2DAA0D;AAC1D,uEAImC;AACnC,2EAIqC;AACrC,qFAI0C;AAC1C,uEAImC;AACnC,2EAIqC;AACrC,2DAI6B;AAC7B,+DAI+B;AA+B/B,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,6DAAmC,CAAC,QAAQ,EAAE;IACrD,OAAO,EAAE,iEAAqC,CAAC,QAAQ,EAAE;IACzD,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,iDAA6B,CAAC,CAAC,CAAC,QAAQ,EAAE;IACxE,QAAQ,EAAE,qDAA+B,CAAC,QAAQ,EAAE;IACpD,YAAY,EAAE,2EAA0C,CAAC,QAAQ,EAAE;IACnE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,KAAK,EAAE,6DAAmC,CAAC,QAAQ,EAAE;IACrD,OAAO,EAAE,iEAAqC,CAAC,QAAQ,EAAE;CAC1D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,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"}
@@ -366,8 +366,8 @@ function functionParamsFromJSON(jsonString) {
366
366
  exports.EvaluatorResponseFunction$inboundSchema = z.object({
367
367
  _id: z.string(),
368
368
  description: z.string(),
369
- created: z.string().default("2026-08-13T09:40:13.373Z"),
370
- updated: z.string().default("2026-08-13T09:40:13.373Z"),
369
+ created: z.string().default("2026-08-13T13:31:04.348Z"),
370
+ updated: z.string().default("2026-08-13T13:31:04.348Z"),
371
371
  updated_by_id: z.nullable(z.string()).optional(),
372
372
  project_id: z.string().optional(),
373
373
  guardrail_config: z.any().optional(),
@@ -52,8 +52,8 @@ exports.Method$inboundSchema = z
52
52
  exports.EvaluatorResponseHttp$inboundSchema = z.object({
53
53
  _id: z.string(),
54
54
  description: z.string(),
55
- created: z.string().default("2026-08-13T09:40:13.373Z"),
56
- updated: z.string().default("2026-08-13T09:40:13.373Z"),
55
+ created: z.string().default("2026-08-13T13:31:04.348Z"),
56
+ updated: z.string().default("2026-08-13T13:31:04.348Z"),
57
57
  updated_by_id: z.nullable(z.string()).optional(),
58
58
  project_id: z.string().optional(),
59
59
  guardrail_config: z.any().optional(),
@@ -45,8 +45,8 @@ const schemas_js_1 = require("../../lib/schemas.js");
45
45
  exports.EvaluatorResponseJsonSchema$inboundSchema = z.object({
46
46
  _id: z.string(),
47
47
  description: z.string(),
48
- created: z.string().default("2026-08-13T09:40:13.373Z"),
49
- updated: z.string().default("2026-08-13T09:40:13.373Z"),
48
+ created: z.string().default("2026-08-13T13:31:04.348Z"),
49
+ updated: z.string().default("2026-08-13T13:31:04.348Z"),
50
50
  updated_by_id: z.nullable(z.string()).optional(),
51
51
  project_id: z.string().optional(),
52
52
  guardrail_config: z.any().optional(),
@@ -150,8 +150,8 @@ function juryFromJSON(jsonString) {
150
150
  exports.EvaluatorResponseLlm$inboundSchema = z.object({
151
151
  _id: z.string(),
152
152
  description: z.string(),
153
- created: z.string().default("2026-08-13T09:40:13.373Z"),
154
- updated: z.string().default("2026-08-13T09:40:13.373Z"),
153
+ created: z.string().default("2026-08-13T13:31:04.348Z"),
154
+ updated: z.string().default("2026-08-13T13:31:04.348Z"),
155
155
  updated_by_id: z.nullable(z.string()).optional(),
156
156
  project_id: z.string().optional(),
157
157
  guardrail_config: z.any().optional(),
@@ -45,8 +45,8 @@ const schemas_js_1 = require("../../lib/schemas.js");
45
45
  exports.EvaluatorResponsePython$inboundSchema = z.object({
46
46
  _id: z.string(),
47
47
  description: z.string(),
48
- created: z.string().default("2026-08-13T09:40:13.373Z"),
49
- updated: z.string().default("2026-08-13T09:40:13.373Z"),
48
+ created: z.string().default("2026-08-13T13:31:04.348Z"),
49
+ updated: z.string().default("2026-08-13T13:31:04.348Z"),
50
50
  updated_by_id: z.nullable(z.string()).optional(),
51
51
  project_id: z.string().optional(),
52
52
  guardrail_config: z.any().optional(),
@@ -62,8 +62,8 @@ exports.RagasMetric$inboundSchema = z
62
62
  exports.EvaluatorResponseRagas$inboundSchema = z.object({
63
63
  _id: z.string(),
64
64
  description: z.string(),
65
- created: z.string().default("2026-08-13T09:40:13.373Z"),
66
- updated: z.string().default("2026-08-13T09:40:13.373Z"),
65
+ created: z.string().default("2026-08-13T13:31:04.348Z"),
66
+ updated: z.string().default("2026-08-13T13:31:04.348Z"),
67
67
  updated_by_id: z.nullable(z.string()).optional(),
68
68
  project_id: z.string().optional(),
69
69
  guardrail_config: z.any().optional(),