@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
@@ -1 +0,0 @@
1
- {"version":3,"file":"createpersonresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/createpersonresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,MAAM,EAAwB,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACvB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,oBAAoB,EACpB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,wBAAgB,4BAA4B,CAC1C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,CAM3D"}
@@ -1,51 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.CreatePersonResponse$inboundSchema = void 0;
40
- exports.createPersonResponseFromJSON = createPersonResponseFromJSON;
41
- const z = __importStar(require("zod/v3"));
42
- const schemas_js_1 = require("../../lib/schemas.js");
43
- const person_js_1 = require("./person.js");
44
- /** @internal */
45
- exports.CreatePersonResponse$inboundSchema = z.object({
46
- people: z.array(person_js_1.Person$inboundSchema),
47
- });
48
- function createPersonResponseFromJSON(jsonString) {
49
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.CreatePersonResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreatePersonResponse' from JSON`);
50
- }
51
- //# sourceMappingURL=createpersonresponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createpersonresponse.js","sourceRoot":"","sources":["../../src/models/components/createpersonresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwBH,oEAQC;AA9BD,0CAA4B;AAC5B,qDAAiD;AAGjD,2CAA2D;AAS3D,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,gCAAoB,CAAC;CACtC,CAAC,CAAC;AAEH,SAAgB,4BAA4B,CAC1C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,0CAAkC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC9D,kDAAkD,CACnD,CAAC;AACJ,CAAC"}
@@ -1,8 +0,0 @@
1
- import * as z from "zod/v3";
2
- import { Result as SafeParseResult } from "../../types/fp.js";
3
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
- export type DeletePersonResponse = {};
5
- /** @internal */
6
- export declare const DeletePersonResponse$inboundSchema: z.ZodType<DeletePersonResponse, z.ZodTypeDef, unknown>;
7
- export declare function deletePersonResponseFromJSON(jsonString: string): SafeParseResult<DeletePersonResponse, SDKValidationError>;
8
- //# sourceMappingURL=deletepersonresponse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"deletepersonresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/deletepersonresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,oBAAoB,GAAG,EAAE,CAAC;AAEtC,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,oBAAoB,EACpB,CAAC,CAAC,UAAU,EACZ,OAAO,CACO,CAAC;AAEjB,wBAAgB,4BAA4B,CAC1C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,CAM3D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"deletepersonresponse.js","sourceRoot":"","sources":["../../src/models/components/deletepersonresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBH,oEAQC;AAtBD,0CAA4B;AAC5B,qDAAiD;AAMjD,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEjB,SAAgB,4BAA4B,CAC1C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,0CAAkC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC9D,kDAAkD,CACnD,CAAC;AACJ,CAAC"}
@@ -1,14 +0,0 @@
1
- import * as z from "zod/v3";
2
- import { Result as SafeParseResult } from "../../types/fp.js";
3
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
- import { Person } from "./person.js";
5
- export type GetPersonResponse = {
6
- /**
7
- * Requested person.
8
- */
9
- person: Person;
10
- };
11
- /** @internal */
12
- export declare const GetPersonResponse$inboundSchema: z.ZodType<GetPersonResponse, z.ZodTypeDef, unknown>;
13
- export declare function getPersonResponseFromJSON(jsonString: string): SafeParseResult<GetPersonResponse, SDKValidationError>;
14
- //# sourceMappingURL=getpersonresponse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getpersonresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/getpersonresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,MAAM,EAAwB,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}
@@ -1,51 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.GetPersonResponse$inboundSchema = void 0;
40
- exports.getPersonResponseFromJSON = getPersonResponseFromJSON;
41
- const z = __importStar(require("zod/v3"));
42
- const schemas_js_1 = require("../../lib/schemas.js");
43
- const person_js_1 = require("./person.js");
44
- /** @internal */
45
- exports.GetPersonResponse$inboundSchema = z.object({
46
- person: person_js_1.Person$inboundSchema,
47
- });
48
- function getPersonResponseFromJSON(jsonString) {
49
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.GetPersonResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetPersonResponse' from JSON`);
50
- }
51
- //# sourceMappingURL=getpersonresponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getpersonresponse.js","sourceRoot":"","sources":["../../src/models/components/getpersonresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwBH,8DAQC;AA9BD,0CAA4B;AAC5B,qDAAiD;AAGjD,2CAA2D;AAS3D,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,gCAAoB;CAC7B,CAAC,CAAC;AAEH,SAAgB,yBAAyB,CACvC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uCAA+B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3D,+CAA+C,CAChD,CAAC;AACJ,CAAC"}
@@ -1,25 +0,0 @@
1
- import * as z from "zod/v3";
2
- import { Result as SafeParseResult } from "../../types/fp.js";
3
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
- import { Person } from "./person.js";
5
- export type ListPeopleResponse = {
6
- /**
7
- * Object discriminator for list responses; always `list`.
8
- */
9
- object: string;
10
- /**
11
- * Page of people, ordered newest first.
12
- */
13
- data: Array<Person>;
14
- /**
15
- * Whether more people are available in the selected pagination
16
- *
17
- * @remarks
18
- * direction.
19
- */
20
- hasMore: boolean;
21
- };
22
- /** @internal */
23
- export declare const ListPeopleResponse$inboundSchema: z.ZodType<ListPeopleResponse, z.ZodTypeDef, unknown>;
24
- export declare function listPeopleResponseFromJSON(jsonString: string): SafeParseResult<ListPeopleResponse, SDKValidationError>;
25
- //# sourceMappingURL=listpeopleresponse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"listpeopleresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/listpeopleresponse.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,MAAM,EAAwB,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACpB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"listpeopleresponse.js","sourceRoot":"","sources":["../../src/models/components/listpeopleresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CH,gEAQC;AAhDD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAGjD,2CAA2D;AAoB3D,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,gCAAoB,CAAC;IACnC,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE;CACtB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,SAAS;KACtB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,0BAA0B,CACxC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,wCAAgC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC5D,gDAAgD,CACjD,CAAC;AACJ,CAAC"}
@@ -1,51 +0,0 @@
1
- import * as z from "zod/v3";
2
- import { Result as SafeParseResult } from "../../types/fp.js";
3
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
- import { PersonStatus } from "./personstatus.js";
5
- export type Person = {
6
- /**
7
- * Unique workspace user identifier (ULID).
8
- */
9
- id: string;
10
- /**
11
- * Linked account ID.
12
- */
13
- accountId: string;
14
- /**
15
- * Email address.
16
- */
17
- email: string;
18
- /**
19
- * Full display name (firstname + lastname).
20
- */
21
- displayName: string;
22
- /**
23
- * Profile image URL.
24
- */
25
- avatarUrl?: string | undefined;
26
- /**
27
- * Permission roles assigned to the person.
28
- */
29
- roles: Array<string>;
30
- /**
31
- * Group IDs the person belongs to (non-support groups).
32
- */
33
- groups: Array<string>;
34
- status: PersonStatus;
35
- /**
36
- * Last activity timestamp.
37
- */
38
- lastActivity?: Date | undefined;
39
- /**
40
- * When the person was invited or added.
41
- */
42
- createdAt: Date;
43
- /**
44
- * Last modification timestamp.
45
- */
46
- updatedAt: Date;
47
- };
48
- /** @internal */
49
- export declare const Person$inboundSchema: z.ZodType<Person, z.ZodTypeDef, unknown>;
50
- export declare function personFromJSON(jsonString: string): SafeParseResult<Person, SDKValidationError>;
51
- //# sourceMappingURL=person.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"person.d.ts","sourceRoot":"","sources":["../../src/models/components/person.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,YAAY,EAA8B,MAAM,mBAAmB,CAAC;AAE7E,MAAM,MAAM,MAAM,GAAG;IACnB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACtB,MAAM,EAAE,YAAY,CAAC;IACrB;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CA4BtE,CAAC;AAEL,wBAAgB,cAAc,CAC5B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAM7C"}
@@ -1,72 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.Person$inboundSchema = void 0;
40
- exports.personFromJSON = personFromJSON;
41
- const z = __importStar(require("zod/v3"));
42
- const primitives_js_1 = require("../../lib/primitives.js");
43
- const schemas_js_1 = require("../../lib/schemas.js");
44
- const personstatus_js_1 = require("./personstatus.js");
45
- /** @internal */
46
- exports.Person$inboundSchema = z
47
- .object({
48
- id: z.string(),
49
- account_id: z.string(),
50
- email: z.string(),
51
- display_name: z.string(),
52
- avatar_url: z.string().optional(),
53
- roles: z.array(z.string()),
54
- groups: z.array(z.string()),
55
- status: personstatus_js_1.PersonStatus$inboundSchema,
56
- last_activity: z.string().datetime({ offset: true }).transform(v => new Date(v)).optional(),
57
- created_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
58
- updated_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
59
- }).transform((v) => {
60
- return (0, primitives_js_1.remap)(v, {
61
- "account_id": "accountId",
62
- "display_name": "displayName",
63
- "avatar_url": "avatarUrl",
64
- "last_activity": "lastActivity",
65
- "created_at": "createdAt",
66
- "updated_at": "updatedAt",
67
- });
68
- });
69
- function personFromJSON(jsonString) {
70
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Person$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Person' from JSON`);
71
- }
72
- //# sourceMappingURL=person.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"person.js","sourceRoot":"","sources":["../../src/models/components/person.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoFH,wCAQC;AA1FD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAGjD,uDAA6E;AA8C7E,gBAAgB;AACH,QAAA,oBAAoB,GAA6C,CAAC;KAC5E,MAAM,CAAC;IACN,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC1B,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC3B,MAAM,EAAE,4CAA0B;IAClC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CACjE,IAAI,IAAI,CAAC,CAAC,CAAC,CACZ,CAAC,QAAQ,EAAE;IACZ,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAC9D,IAAI,IAAI,CAAC,CAAC,CAAC,CACZ;IACD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAC9D,IAAI,IAAI,CAAC,CAAC,CAAC,CACZ;CACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,WAAW;QACzB,cAAc,EAAE,aAAa;QAC7B,YAAY,EAAE,WAAW;QACzB,eAAe,EAAE,cAAc;QAC/B,YAAY,EAAE,WAAW;QACzB,YAAY,EAAE,WAAW;KAC1B,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,11 +0,0 @@
1
- import * as z from "zod/v3";
2
- import { ClosedEnum } from "../../types/enums.js";
3
- export declare const PersonStatus: {
4
- readonly PersonStatusUnspecified: "PERSON_STATUS_UNSPECIFIED";
5
- readonly PersonStatusPending: "PERSON_STATUS_PENDING";
6
- readonly PersonStatusActive: "PERSON_STATUS_ACTIVE";
7
- };
8
- export type PersonStatus = ClosedEnum<typeof PersonStatus>;
9
- /** @internal */
10
- export declare const PersonStatus$inboundSchema: z.ZodNativeEnum<typeof PersonStatus>;
11
- //# sourceMappingURL=personstatus.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"personstatus.d.ts","sourceRoot":"","sources":["../../src/models/components/personstatus.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,YAAY;;;;CAIf,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3D,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,YAAY,CAChD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"personstatus.js","sourceRoot":"","sources":["../../src/models/components/personstatus.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAGf,QAAA,YAAY,GAAG;IAC1B,uBAAuB,EAAE,2BAA2B;IACpD,mBAAmB,EAAE,uBAAuB;IAC5C,kBAAkB,EAAE,sBAAsB;CAClC,CAAC;AAGX,gBAAgB;AACH,QAAA,0BAA0B,GACrC,CAAC,CAAC,UAAU,CAAC,oBAAY,CAAC,CAAC"}
@@ -1,8 +0,0 @@
1
- import * as z from "zod/v3";
2
- export type ResendInvitationRequest = {};
3
- /** @internal */
4
- export type ResendInvitationRequest$Outbound = {};
5
- /** @internal */
6
- export declare const ResendInvitationRequest$outboundSchema: z.ZodType<ResendInvitationRequest$Outbound, z.ZodTypeDef, ResendInvitationRequest>;
7
- export declare function resendInvitationRequestToJSON(resendInvitationRequest: ResendInvitationRequest): string;
8
- //# sourceMappingURL=resendinvitationrequest.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resendinvitationrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/resendinvitationrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,MAAM,MAAM,uBAAuB,GAAG,EAAE,CAAC;AAEzC,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG,EAAE,CAAC;AAElD,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CACT,CAAC;AAEjB,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"resendinvitationrequest.js","sourceRoot":"","sources":["../../src/models/components/resendinvitationrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBH,sEAMC;AApBD,0CAA4B;AAO5B,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEjB,SAAgB,6BAA6B,CAC3C,uBAAgD;IAEhD,OAAO,IAAI,CAAC,SAAS,CACnB,8CAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AACJ,CAAC"}
@@ -1,14 +0,0 @@
1
- import * as z from "zod/v3";
2
- import { Result as SafeParseResult } from "../../types/fp.js";
3
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
- import { Person } from "./person.js";
5
- export type ResendInvitationResponse = {
6
- /**
7
- * Person whose invitation was resent.
8
- */
9
- person: Person;
10
- };
11
- /** @internal */
12
- export declare const ResendInvitationResponse$inboundSchema: z.ZodType<ResendInvitationResponse, z.ZodTypeDef, unknown>;
13
- export declare function resendInvitationResponseFromJSON(jsonString: string): SafeParseResult<ResendInvitationResponse, SDKValidationError>;
14
- //# sourceMappingURL=resendinvitationresponse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resendinvitationresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/resendinvitationresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,MAAM,EAAwB,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,wBAAgB,gCAAgC,CAC9C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,wBAAwB,EAAE,kBAAkB,CAAC,CAM/D"}
@@ -1,51 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.ResendInvitationResponse$inboundSchema = void 0;
40
- exports.resendInvitationResponseFromJSON = resendInvitationResponseFromJSON;
41
- const z = __importStar(require("zod/v3"));
42
- const schemas_js_1 = require("../../lib/schemas.js");
43
- const person_js_1 = require("./person.js");
44
- /** @internal */
45
- exports.ResendInvitationResponse$inboundSchema = z.object({
46
- person: person_js_1.Person$inboundSchema,
47
- });
48
- function resendInvitationResponseFromJSON(jsonString) {
49
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ResendInvitationResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResendInvitationResponse' from JSON`);
50
- }
51
- //# sourceMappingURL=resendinvitationresponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resendinvitationresponse.js","sourceRoot":"","sources":["../../src/models/components/resendinvitationresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwBH,4EAQC;AA9BD,0CAA4B;AAC5B,qDAAiD;AAGjD,2CAA2D;AAS3D,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,gCAAoB;CAC7B,CAAC,CAAC;AAEH,SAAgB,gCAAgC,CAC9C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,8CAAsC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAClE,sDAAsD,CACvD,CAAC;AACJ,CAAC"}
@@ -1,30 +0,0 @@
1
- import * as z from "zod/v3";
2
- export type UpdatePersonRequest = {
3
- /**
4
- * Replacement role list. Leave empty to clear all roles.
5
- */
6
- roles?: Array<string> | undefined;
7
- /**
8
- * Replacement group list. Leave empty to clear all groups.
9
- */
10
- groups?: Array<string> | undefined;
11
- /**
12
- * Explicitly clear all roles. Set to true when sending an empty roles array.
13
- */
14
- clearRoles?: boolean | undefined;
15
- /**
16
- * Explicitly clear all groups. Set to true when sending an empty groups array.
17
- */
18
- clearGroups?: boolean | undefined;
19
- };
20
- /** @internal */
21
- export type UpdatePersonRequest$Outbound = {
22
- roles?: Array<string> | undefined;
23
- groups?: Array<string> | undefined;
24
- clear_roles?: boolean | undefined;
25
- clear_groups?: boolean | undefined;
26
- };
27
- /** @internal */
28
- export declare const UpdatePersonRequest$outboundSchema: z.ZodType<UpdatePersonRequest$Outbound, z.ZodTypeDef, UpdatePersonRequest>;
29
- export declare function updatePersonRequestToJSON(updatePersonRequest: UpdatePersonRequest): string;
30
- //# sourceMappingURL=updatepersonrequest.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updatepersonrequest.d.ts","sourceRoot":"","sources":["../../src/models/components/updatepersonrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAClC;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAClC,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACnC,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAClC,YAAY,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACpC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAWnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"updatepersonrequest.js","sourceRoot":"","sources":["../../src/models/components/updatepersonrequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiDH,8DAMC;AArDD,0CAA4B;AAC5B,2DAA0D;AA6B1D,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACtC,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAClC,WAAW,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACpC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,aAAa;QACzB,WAAW,EAAE,cAAc;KAC5B,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,14 +0,0 @@
1
- import * as z from "zod/v3";
2
- import { Result as SafeParseResult } from "../../types/fp.js";
3
- import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
- import { Person } from "./person.js";
5
- export type UpdatePersonResponse = {
6
- /**
7
- * Updated person.
8
- */
9
- person: Person;
10
- };
11
- /** @internal */
12
- export declare const UpdatePersonResponse$inboundSchema: z.ZodType<UpdatePersonResponse, z.ZodTypeDef, unknown>;
13
- export declare function updatePersonResponseFromJSON(jsonString: string): SafeParseResult<UpdatePersonResponse, SDKValidationError>;
14
- //# sourceMappingURL=updatepersonresponse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updatepersonresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/updatepersonresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,MAAM,EAAwB,MAAM,aAAa,CAAC;AAE3D,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,oBAAoB,EACpB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,wBAAgB,4BAA4B,CAC1C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,CAM3D"}
@@ -1,51 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.UpdatePersonResponse$inboundSchema = void 0;
40
- exports.updatePersonResponseFromJSON = updatePersonResponseFromJSON;
41
- const z = __importStar(require("zod/v3"));
42
- const schemas_js_1 = require("../../lib/schemas.js");
43
- const person_js_1 = require("./person.js");
44
- /** @internal */
45
- exports.UpdatePersonResponse$inboundSchema = z.object({
46
- person: person_js_1.Person$inboundSchema,
47
- });
48
- function updatePersonResponseFromJSON(jsonString) {
49
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.UpdatePersonResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdatePersonResponse' from JSON`);
50
- }
51
- //# sourceMappingURL=updatepersonresponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updatepersonresponse.js","sourceRoot":"","sources":["../../src/models/components/updatepersonresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwBH,oEAQC;AA9BD,0CAA4B;AAC5B,qDAAiD;AAGjD,2CAA2D;AAS3D,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,gCAAoB;CAC7B,CAAC,CAAC;AAEH,SAAgB,4BAA4B,CAC1C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,0CAAkC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC9D,kDAAkD,CACnD,CAAC;AACJ,CAAC"}
@@ -1,15 +0,0 @@
1
- import * as z from "zod/v3";
2
- export type PersonDeleteRequest = {
3
- /**
4
- * Person ID to delete.
5
- */
6
- personId: string;
7
- };
8
- /** @internal */
9
- export type PersonDeleteRequest$Outbound = {
10
- person_id: string;
11
- };
12
- /** @internal */
13
- export declare const PersonDeleteRequest$outboundSchema: z.ZodType<PersonDeleteRequest$Outbound, z.ZodTypeDef, PersonDeleteRequest>;
14
- export declare function personDeleteRequestToJSON(personDeleteRequest: PersonDeleteRequest): string;
15
- //# sourceMappingURL=persondelete.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"persondelete.d.ts","sourceRoot":"","sources":["../../src/models/operations/persondelete.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAOnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR"}
@@ -1,54 +0,0 @@
1
- "use strict";
2
- /*
3
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || (function () {
22
- var ownKeys = function(o) {
23
- ownKeys = Object.getOwnPropertyNames || function (o) {
24
- var ar = [];
25
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
- return ar;
27
- };
28
- return ownKeys(o);
29
- };
30
- return function (mod) {
31
- if (mod && mod.__esModule) return mod;
32
- var result = {};
33
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
- __setModuleDefault(result, mod);
35
- return result;
36
- };
37
- })();
38
- Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.PersonDeleteRequest$outboundSchema = void 0;
40
- exports.personDeleteRequestToJSON = personDeleteRequestToJSON;
41
- const z = __importStar(require("zod/v3"));
42
- const primitives_js_1 = require("../../lib/primitives.js");
43
- /** @internal */
44
- exports.PersonDeleteRequest$outboundSchema = z.object({
45
- personId: z.string(),
46
- }).transform((v) => {
47
- return (0, primitives_js_1.remap)(v, {
48
- personId: "person_id",
49
- });
50
- });
51
- function personDeleteRequestToJSON(personDeleteRequest) {
52
- return JSON.stringify(exports.PersonDeleteRequest$outboundSchema.parse(personDeleteRequest));
53
- }
54
- //# sourceMappingURL=persondelete.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"persondelete.js","sourceRoot":"","sources":["../../src/models/operations/persondelete.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BH,8DAMC;AAlCD,0CAA4B;AAC5B,2DAA0D;AAc1D,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;CACrB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,QAAQ,EAAE,WAAW;KACtB,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"}