@meetkai/mka1 0.54.6 → 0.54.8

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 (789) hide show
  1. package/README.md +302 -275
  2. package/bin/mcp-server.js +3943 -2309
  3. package/bin/mcp-server.js.map +78 -43
  4. package/dist/commonjs/funcs/computePricingGetPricing.d.ts +19 -0
  5. package/dist/commonjs/funcs/computePricingGetPricing.d.ts.map +1 -0
  6. package/dist/commonjs/funcs/computePricingGetPricing.js +135 -0
  7. package/dist/commonjs/funcs/computePricingGetPricing.js.map +1 -0
  8. package/dist/commonjs/funcs/computePricingPutPricing.d.ts +19 -0
  9. package/dist/commonjs/funcs/computePricingPutPricing.d.ts.map +1 -0
  10. package/dist/commonjs/funcs/computePricingPutPricing.js +143 -0
  11. package/dist/commonjs/funcs/computePricingPutPricing.js.map +1 -0
  12. package/dist/commonjs/funcs/computeVolumesCreateStandaloneVolume.d.ts +16 -0
  13. package/dist/commonjs/funcs/computeVolumesCreateStandaloneVolume.d.ts.map +1 -0
  14. package/dist/commonjs/funcs/computeVolumesCreateStandaloneVolume.js +128 -0
  15. package/dist/commonjs/funcs/computeVolumesCreateStandaloneVolume.js.map +1 -0
  16. package/dist/commonjs/funcs/computeVolumesDeleteStandaloneVolume.d.ts +19 -0
  17. package/dist/commonjs/funcs/computeVolumesDeleteStandaloneVolume.d.ts.map +1 -0
  18. package/dist/commonjs/funcs/computeVolumesDeleteStandaloneVolume.js +133 -0
  19. package/dist/commonjs/funcs/computeVolumesDeleteStandaloneVolume.js.map +1 -0
  20. package/dist/commonjs/funcs/computeVolumesGetStandaloneVolume.d.ts +16 -0
  21. package/dist/commonjs/funcs/computeVolumesGetStandaloneVolume.d.ts.map +1 -0
  22. package/dist/commonjs/funcs/computeVolumesGetStandaloneVolume.js +130 -0
  23. package/dist/commonjs/funcs/computeVolumesGetStandaloneVolume.js.map +1 -0
  24. package/dist/commonjs/funcs/computeVolumesListStandaloneVolumeAttachments.d.ts +16 -0
  25. package/dist/commonjs/funcs/computeVolumesListStandaloneVolumeAttachments.d.ts.map +1 -0
  26. package/dist/commonjs/funcs/computeVolumesListStandaloneVolumeAttachments.js +136 -0
  27. package/dist/commonjs/funcs/computeVolumesListStandaloneVolumeAttachments.js.map +1 -0
  28. package/dist/commonjs/funcs/computeVolumesListStandaloneVolumes.d.ts +16 -0
  29. package/dist/commonjs/funcs/computeVolumesListStandaloneVolumes.d.ts.map +1 -0
  30. package/dist/commonjs/funcs/computeVolumesListStandaloneVolumes.js +130 -0
  31. package/dist/commonjs/funcs/computeVolumesListStandaloneVolumes.js.map +1 -0
  32. package/dist/commonjs/hooks/multipartFilename.d.ts +12 -0
  33. package/dist/commonjs/hooks/multipartFilename.d.ts.map +1 -0
  34. package/dist/commonjs/hooks/multipartFilename.js +50 -0
  35. package/dist/commonjs/hooks/multipartFilename.js.map +1 -0
  36. package/dist/commonjs/hooks/registration.d.ts.map +1 -1
  37. package/dist/commonjs/hooks/registration.js +2 -1
  38. package/dist/commonjs/hooks/registration.js.map +1 -1
  39. package/dist/commonjs/lib/config.d.ts +3 -3
  40. package/dist/commonjs/lib/config.js +3 -3
  41. package/dist/commonjs/lib/config.js.map +1 -1
  42. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  43. package/dist/commonjs/mcp-server/server.d.ts.map +1 -1
  44. package/dist/commonjs/mcp-server/server.js +15 -1
  45. package/dist/commonjs/mcp-server/server.js.map +1 -1
  46. package/dist/commonjs/mcp-server/tools/computePricingGetPricing.d.ts +8 -0
  47. package/dist/commonjs/mcp-server/tools/computePricingGetPricing.d.ts.map +1 -0
  48. package/dist/commonjs/mcp-server/tools/computePricingGetPricing.js +64 -0
  49. package/dist/commonjs/mcp-server/tools/computePricingGetPricing.js.map +1 -0
  50. package/dist/commonjs/mcp-server/tools/computePricingPutPricing.d.ts +8 -0
  51. package/dist/commonjs/mcp-server/tools/computePricingPutPricing.d.ts.map +1 -0
  52. package/dist/commonjs/mcp-server/tools/computePricingPutPricing.js +64 -0
  53. package/dist/commonjs/mcp-server/tools/computePricingPutPricing.js.map +1 -0
  54. package/dist/commonjs/mcp-server/tools/computeVolumesCreateStandaloneVolume.d.ts +8 -0
  55. package/dist/commonjs/mcp-server/tools/computeVolumesCreateStandaloneVolume.d.ts.map +1 -0
  56. package/dist/commonjs/mcp-server/tools/computeVolumesCreateStandaloneVolume.js +62 -0
  57. package/dist/commonjs/mcp-server/tools/computeVolumesCreateStandaloneVolume.js.map +1 -0
  58. package/dist/commonjs/mcp-server/tools/computeVolumesDeleteStandaloneVolume.d.ts +8 -0
  59. package/dist/commonjs/mcp-server/tools/computeVolumesDeleteStandaloneVolume.d.ts.map +1 -0
  60. package/dist/commonjs/mcp-server/tools/computeVolumesDeleteStandaloneVolume.js +64 -0
  61. package/dist/commonjs/mcp-server/tools/computeVolumesDeleteStandaloneVolume.js.map +1 -0
  62. package/dist/commonjs/mcp-server/tools/computeVolumesGetStandaloneVolume.d.ts +8 -0
  63. package/dist/commonjs/mcp-server/tools/computeVolumesGetStandaloneVolume.d.ts.map +1 -0
  64. package/dist/commonjs/mcp-server/tools/computeVolumesGetStandaloneVolume.js +62 -0
  65. package/dist/commonjs/mcp-server/tools/computeVolumesGetStandaloneVolume.js.map +1 -0
  66. package/dist/commonjs/mcp-server/tools/computeVolumesListStandaloneVolumeAttachments.d.ts +8 -0
  67. package/dist/commonjs/mcp-server/tools/computeVolumesListStandaloneVolumeAttachments.d.ts.map +1 -0
  68. package/dist/commonjs/mcp-server/tools/computeVolumesListStandaloneVolumeAttachments.js +62 -0
  69. package/dist/commonjs/mcp-server/tools/computeVolumesListStandaloneVolumeAttachments.js.map +1 -0
  70. package/dist/commonjs/mcp-server/tools/computeVolumesListStandaloneVolumes.d.ts +8 -0
  71. package/dist/commonjs/mcp-server/tools/computeVolumesListStandaloneVolumes.d.ts.map +1 -0
  72. package/dist/commonjs/mcp-server/tools/computeVolumesListStandaloneVolumes.js +62 -0
  73. package/dist/commonjs/mcp-server/tools/computeVolumesListStandaloneVolumes.js.map +1 -0
  74. package/dist/commonjs/models/components/agentschedulespec.d.ts +2 -1
  75. package/dist/commonjs/models/components/agentschedulespec.d.ts.map +1 -1
  76. package/dist/commonjs/models/components/agentschedulespec.js +6 -5
  77. package/dist/commonjs/models/components/agentschedulespec.js.map +1 -1
  78. package/dist/commonjs/models/components/chunkingstrategy.d.ts +2 -1
  79. package/dist/commonjs/models/components/chunkingstrategy.d.ts.map +1 -1
  80. package/dist/commonjs/models/components/chunkingstrategy.js +6 -5
  81. package/dist/commonjs/models/components/chunkingstrategy.js.map +1 -1
  82. package/dist/commonjs/models/components/codeinterpreteroutput.d.ts +2 -1
  83. package/dist/commonjs/models/components/codeinterpreteroutput.d.ts.map +1 -1
  84. package/dist/commonjs/models/components/codeinterpreteroutput.js +5 -4
  85. package/dist/commonjs/models/components/codeinterpreteroutput.js.map +1 -1
  86. package/dist/commonjs/models/components/computejob.d.ts +3 -0
  87. package/dist/commonjs/models/components/computejob.d.ts.map +1 -1
  88. package/dist/commonjs/models/components/computejob.js +3 -0
  89. package/dist/commonjs/models/components/computejob.js.map +1 -1
  90. package/dist/commonjs/models/components/computejobcreate.d.ts +3 -0
  91. package/dist/commonjs/models/components/computejobcreate.d.ts.map +1 -1
  92. package/dist/commonjs/models/components/computejobcreate.js +3 -0
  93. package/dist/commonjs/models/components/computejobcreate.js.map +1 -1
  94. package/dist/commonjs/models/components/computeoffer.d.ts +2 -0
  95. package/dist/commonjs/models/components/computeoffer.d.ts.map +1 -1
  96. package/dist/commonjs/models/components/computeoffer.js +4 -0
  97. package/dist/commonjs/models/components/computeoffer.js.map +1 -1
  98. package/dist/commonjs/models/components/computepricing.d.ts +24 -0
  99. package/dist/commonjs/models/components/computepricing.d.ts.map +1 -0
  100. package/dist/commonjs/models/components/computepricing.js +73 -0
  101. package/dist/commonjs/models/components/computepricing.js.map +1 -0
  102. package/dist/commonjs/models/components/computepricingupdate.d.ts +20 -0
  103. package/dist/commonjs/models/components/computepricingupdate.d.ts.map +1 -0
  104. package/dist/commonjs/models/components/computepricingupdate.js +67 -0
  105. package/dist/commonjs/models/components/computepricingupdate.js.map +1 -0
  106. package/dist/commonjs/models/components/computeraction.d.ts +2 -1
  107. package/dist/commonjs/models/components/computeraction.d.ts.map +1 -1
  108. package/dist/commonjs/models/components/computeraction.js +12 -11
  109. package/dist/commonjs/models/components/computeraction.js.map +1 -1
  110. package/dist/commonjs/models/components/computeresourcecreate.d.ts +3 -0
  111. package/dist/commonjs/models/components/computeresourcecreate.d.ts.map +1 -1
  112. package/dist/commonjs/models/components/computeresourcecreate.js +3 -0
  113. package/dist/commonjs/models/components/computeresourcecreate.js.map +1 -1
  114. package/dist/commonjs/models/components/computeservice.d.ts +3 -0
  115. package/dist/commonjs/models/components/computeservice.d.ts.map +1 -1
  116. package/dist/commonjs/models/components/computeservice.js +3 -0
  117. package/dist/commonjs/models/components/computeservice.js.map +1 -1
  118. package/dist/commonjs/models/components/computestandalonevolume.d.ts +47 -0
  119. package/dist/commonjs/models/components/computestandalonevolume.d.ts.map +1 -0
  120. package/dist/commonjs/models/components/computestandalonevolume.js +117 -0
  121. package/dist/commonjs/models/components/computestandalonevolume.js.map +1 -0
  122. package/dist/commonjs/models/components/computestandalonevolumeattachment.d.ts +34 -0
  123. package/dist/commonjs/models/components/computestandalonevolumeattachment.d.ts.map +1 -0
  124. package/dist/commonjs/models/components/computestandalonevolumeattachment.js +94 -0
  125. package/dist/commonjs/models/components/computestandalonevolumeattachment.js.map +1 -0
  126. package/dist/commonjs/models/components/computestandalonevolumeattachmentlist.d.ts +22 -0
  127. package/dist/commonjs/models/components/computestandalonevolumeattachmentlist.d.ts.map +1 -0
  128. package/dist/commonjs/models/components/computestandalonevolumeattachmentlist.js +72 -0
  129. package/dist/commonjs/models/components/computestandalonevolumeattachmentlist.js.map +1 -0
  130. package/dist/commonjs/models/components/computestandalonevolumeattachmentstate.d.ts +16 -0
  131. package/dist/commonjs/models/components/computestandalonevolumeattachmentstate.d.ts.map +1 -0
  132. package/dist/commonjs/models/components/computestandalonevolumeattachmentstate.js +53 -0
  133. package/dist/commonjs/models/components/computestandalonevolumeattachmentstate.js.map +1 -0
  134. package/dist/commonjs/models/components/computestandalonevolumecreate.d.ts +17 -0
  135. package/dist/commonjs/models/components/computestandalonevolumecreate.d.ts.map +1 -0
  136. package/dist/commonjs/models/components/computestandalonevolumecreate.js +58 -0
  137. package/dist/commonjs/models/components/computestandalonevolumecreate.js.map +1 -0
  138. package/dist/commonjs/models/components/computestandalonevolumelist.d.ts +22 -0
  139. package/dist/commonjs/models/components/computestandalonevolumelist.d.ts.map +1 -0
  140. package/dist/commonjs/models/components/computestandalonevolumelist.js +72 -0
  141. package/dist/commonjs/models/components/computestandalonevolumelist.js.map +1 -0
  142. package/dist/commonjs/models/components/computestandalonevolumemount.d.ts +19 -0
  143. package/dist/commonjs/models/components/computestandalonevolumemount.d.ts.map +1 -0
  144. package/dist/commonjs/models/components/computestandalonevolumemount.js +71 -0
  145. package/dist/commonjs/models/components/computestandalonevolumemount.js.map +1 -0
  146. package/dist/commonjs/models/components/computestandalonevolumestate.d.ts +15 -0
  147. package/dist/commonjs/models/components/computestandalonevolumestate.d.ts.map +1 -0
  148. package/dist/commonjs/models/components/computestandalonevolumestate.js +52 -0
  149. package/dist/commonjs/models/components/computestandalonevolumestate.js.map +1 -0
  150. package/dist/commonjs/models/components/computetenant.d.ts +2 -0
  151. package/dist/commonjs/models/components/computetenant.d.ts.map +1 -1
  152. package/dist/commonjs/models/components/computetenant.js +4 -0
  153. package/dist/commonjs/models/components/computetenant.js.map +1 -1
  154. package/dist/commonjs/models/components/computetenantupdate.d.ts +2 -0
  155. package/dist/commonjs/models/components/computetenantupdate.d.ts.map +1 -1
  156. package/dist/commonjs/models/components/computetenantupdate.js +4 -0
  157. package/dist/commonjs/models/components/computetenantupdate.js.map +1 -1
  158. package/dist/commonjs/models/components/computeusage.d.ts +76 -2
  159. package/dist/commonjs/models/components/computeusage.d.ts.map +1 -1
  160. package/dist/commonjs/models/components/computeusage.js +68 -6
  161. package/dist/commonjs/models/components/computeusage.js.map +1 -1
  162. package/dist/commonjs/models/components/computeusageresourcetype.d.ts +13 -0
  163. package/dist/commonjs/models/components/computeusageresourcetype.d.ts.map +1 -0
  164. package/dist/commonjs/models/components/computeusageresourcetype.js +50 -0
  165. package/dist/commonjs/models/components/computeusageresourcetype.js.map +1 -0
  166. package/dist/commonjs/models/components/customtoolformat.d.ts +2 -1
  167. package/dist/commonjs/models/components/customtoolformat.d.ts.map +1 -1
  168. package/dist/commonjs/models/components/customtoolformat.js +5 -1
  169. package/dist/commonjs/models/components/customtoolformat.js.map +1 -1
  170. package/dist/commonjs/models/components/filesearchcompoundfilter.d.ts +3 -2
  171. package/dist/commonjs/models/components/filesearchcompoundfilter.d.ts.map +1 -1
  172. package/dist/commonjs/models/components/filesearchcompoundfilter.js +21 -20
  173. package/dist/commonjs/models/components/filesearchcompoundfilter.js.map +1 -1
  174. package/dist/commonjs/models/components/guardrailconfig.d.ts +2 -1
  175. package/dist/commonjs/models/components/guardrailconfig.d.ts.map +1 -1
  176. package/dist/commonjs/models/components/guardrailconfig.js +6 -5
  177. package/dist/commonjs/models/components/guardrailconfig.js.map +1 -1
  178. package/dist/commonjs/models/components/index.d.ts +11 -0
  179. package/dist/commonjs/models/components/index.d.ts.map +1 -1
  180. package/dist/commonjs/models/components/index.js +11 -0
  181. package/dist/commonjs/models/components/index.js.map +1 -1
  182. package/dist/commonjs/models/components/method.d.ts +6 -5
  183. package/dist/commonjs/models/components/method.d.ts.map +1 -1
  184. package/dist/commonjs/models/components/method.js +36 -35
  185. package/dist/commonjs/models/components/method.js.map +1 -1
  186. package/dist/commonjs/models/components/openaichatcompletionchoice.d.ts +4 -3
  187. package/dist/commonjs/models/components/openaichatcompletionchoice.d.ts.map +1 -1
  188. package/dist/commonjs/models/components/openaichatcompletionchoice.js +19 -18
  189. package/dist/commonjs/models/components/openaichatcompletionchoice.js.map +1 -1
  190. package/dist/commonjs/models/components/openaichatcompletionchunk.d.ts +4 -3
  191. package/dist/commonjs/models/components/openaichatcompletionchunk.d.ts.map +1 -1
  192. package/dist/commonjs/models/components/openaichatcompletionchunk.js +19 -18
  193. package/dist/commonjs/models/components/openaichatcompletionchunk.js.map +1 -1
  194. package/dist/commonjs/models/components/outputmessage.d.ts +3 -2
  195. package/dist/commonjs/models/components/outputmessage.d.ts.map +1 -1
  196. package/dist/commonjs/models/components/outputmessage.js +9 -8
  197. package/dist/commonjs/models/components/outputmessage.js.map +1 -1
  198. package/dist/commonjs/models/components/outputmessagewithid.d.ts +3 -2
  199. package/dist/commonjs/models/components/outputmessagewithid.d.ts.map +1 -1
  200. package/dist/commonjs/models/components/outputmessagewithid.js +9 -8
  201. package/dist/commonjs/models/components/outputmessagewithid.js.map +1 -1
  202. package/dist/commonjs/models/components/outputtext.d.ts +3 -2
  203. package/dist/commonjs/models/components/outputtext.d.ts.map +1 -1
  204. package/dist/commonjs/models/components/outputtext.js +13 -12
  205. package/dist/commonjs/models/components/outputtext.js.map +1 -1
  206. package/dist/commonjs/models/components/responsecontentpartaddedevent.d.ts +3 -2
  207. package/dist/commonjs/models/components/responsecontentpartaddedevent.d.ts.map +1 -1
  208. package/dist/commonjs/models/components/responsecontentpartaddedevent.js +11 -11
  209. package/dist/commonjs/models/components/responsecontentpartaddedevent.js.map +1 -1
  210. package/dist/commonjs/models/components/responsecontentpartdoneevent.d.ts +3 -2
  211. package/dist/commonjs/models/components/responsecontentpartdoneevent.d.ts.map +1 -1
  212. package/dist/commonjs/models/components/responsecontentpartdoneevent.js +11 -10
  213. package/dist/commonjs/models/components/responsecontentpartdoneevent.js.map +1 -1
  214. package/dist/commonjs/models/components/responseformat.d.ts +2 -1
  215. package/dist/commonjs/models/components/responseformat.d.ts.map +1 -1
  216. package/dist/commonjs/models/components/responseformat.js +6 -5
  217. package/dist/commonjs/models/components/responseformat.js.map +1 -1
  218. package/dist/commonjs/models/components/responseobject.d.ts +5 -4
  219. package/dist/commonjs/models/components/responseobject.d.ts.map +1 -1
  220. package/dist/commonjs/models/components/responseobject.js +41 -40
  221. package/dist/commonjs/models/components/responseobject.js.map +1 -1
  222. package/dist/commonjs/models/components/responsestreamingevent.d.ts +2 -1
  223. package/dist/commonjs/models/components/responsestreamingevent.d.ts.map +1 -1
  224. package/dist/commonjs/models/components/responsestreamingevent.js +68 -67
  225. package/dist/commonjs/models/components/responsestreamingevent.js.map +1 -1
  226. package/dist/commonjs/models/components/shellenvironment.d.ts +2 -1
  227. package/dist/commonjs/models/components/shellenvironment.d.ts.map +1 -1
  228. package/dist/commonjs/models/components/shellenvironment.js +5 -4
  229. package/dist/commonjs/models/components/shellenvironment.js.map +1 -1
  230. package/dist/commonjs/models/components/skillentry.d.ts +2 -1
  231. package/dist/commonjs/models/components/skillentry.d.ts.map +1 -1
  232. package/dist/commonjs/models/components/skillentry.js +5 -4
  233. package/dist/commonjs/models/components/skillentry.js.map +1 -1
  234. package/dist/commonjs/models/components/tooldefinition.d.ts +5 -4
  235. package/dist/commonjs/models/components/tooldefinition.d.ts.map +1 -1
  236. package/dist/commonjs/models/components/tooldefinition.js +29 -28
  237. package/dist/commonjs/models/components/tooldefinition.js.map +1 -1
  238. package/dist/commonjs/models/components/websearchaction.d.ts +2 -1
  239. package/dist/commonjs/models/components/websearchaction.d.ts.map +1 -1
  240. package/dist/commonjs/models/components/websearchaction.js +6 -5
  241. package/dist/commonjs/models/components/websearchaction.js.map +1 -1
  242. package/dist/commonjs/models/operations/createchatcompletionstream.d.ts +2 -1
  243. package/dist/commonjs/models/operations/createchatcompletionstream.d.ts.map +1 -1
  244. package/dist/commonjs/models/operations/createchatcompletionstream.js +6 -5
  245. package/dist/commonjs/models/operations/createchatcompletionstream.js.map +1 -1
  246. package/dist/commonjs/models/operations/createstandalonevolume.d.ts +34 -0
  247. package/dist/commonjs/models/operations/createstandalonevolume.d.ts.map +1 -0
  248. package/dist/commonjs/models/operations/createstandalonevolume.js +94 -0
  249. package/dist/commonjs/models/operations/createstandalonevolume.js.map +1 -0
  250. package/dist/commonjs/models/operations/deletestandalonevolume.d.ts +32 -0
  251. package/dist/commonjs/models/operations/deletestandalonevolume.d.ts.map +1 -0
  252. package/dist/commonjs/models/operations/deletestandalonevolume.js +88 -0
  253. package/dist/commonjs/models/operations/deletestandalonevolume.js.map +1 -0
  254. package/dist/commonjs/models/operations/getcomputeusage.d.ts +7 -1
  255. package/dist/commonjs/models/operations/getcomputeusage.d.ts.map +1 -1
  256. package/dist/commonjs/models/operations/getcomputeusage.js +2 -2
  257. package/dist/commonjs/models/operations/getcomputeusage.js.map +1 -1
  258. package/dist/commonjs/models/operations/getpricing.d.ts +49 -0
  259. package/dist/commonjs/models/operations/getpricing.d.ts.map +1 -0
  260. package/dist/commonjs/models/operations/getpricing.js +120 -0
  261. package/dist/commonjs/models/operations/getpricing.js.map +1 -0
  262. package/dist/commonjs/models/operations/getstandalonevolume.d.ts +32 -0
  263. package/dist/commonjs/models/operations/getstandalonevolume.d.ts.map +1 -0
  264. package/dist/commonjs/models/operations/getstandalonevolume.js +88 -0
  265. package/dist/commonjs/models/operations/getstandalonevolume.js.map +1 -0
  266. package/dist/commonjs/models/operations/index.d.ts +7 -0
  267. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  268. package/dist/commonjs/models/operations/index.js +7 -0
  269. package/dist/commonjs/models/operations/index.js.map +1 -1
  270. package/dist/commonjs/models/operations/liststandalonevolumeattachments.d.ts +38 -0
  271. package/dist/commonjs/models/operations/liststandalonevolumeattachments.d.ts.map +1 -0
  272. package/dist/commonjs/models/operations/liststandalonevolumeattachments.js +96 -0
  273. package/dist/commonjs/models/operations/liststandalonevolumeattachments.js.map +1 -0
  274. package/dist/commonjs/models/operations/liststandalonevolumes.d.ts +36 -0
  275. package/dist/commonjs/models/operations/liststandalonevolumes.d.ts.map +1 -0
  276. package/dist/commonjs/models/operations/liststandalonevolumes.js +92 -0
  277. package/dist/commonjs/models/operations/liststandalonevolumes.js.map +1 -0
  278. package/dist/commonjs/models/operations/putpricing.d.ts +58 -0
  279. package/dist/commonjs/models/operations/putpricing.d.ts.map +1 -0
  280. package/dist/commonjs/models/operations/putpricing.js +132 -0
  281. package/dist/commonjs/models/operations/putpricing.js.map +1 -0
  282. package/dist/commonjs/models/operations/uploadfile.d.ts +1 -1
  283. package/dist/commonjs/react-query/computePricingGetPricing.core.d.ts +14 -0
  284. package/dist/commonjs/react-query/computePricingGetPricing.core.d.ts.map +1 -0
  285. package/dist/commonjs/react-query/computePricingGetPricing.core.js +36 -0
  286. package/dist/commonjs/react-query/computePricingGetPricing.core.js.map +1 -0
  287. package/dist/commonjs/react-query/computePricingGetPricing.d.ts +34 -0
  288. package/dist/commonjs/react-query/computePricingGetPricing.d.ts.map +1 -0
  289. package/dist/commonjs/react-query/computePricingGetPricing.js +65 -0
  290. package/dist/commonjs/react-query/computePricingGetPricing.js.map +1 -0
  291. package/dist/commonjs/react-query/computePricingPutPricing.d.ts +28 -0
  292. package/dist/commonjs/react-query/computePricingPutPricing.d.ts.map +1 -0
  293. package/dist/commonjs/react-query/computePricingPutPricing.js +47 -0
  294. package/dist/commonjs/react-query/computePricingPutPricing.js.map +1 -0
  295. package/dist/commonjs/react-query/computeUsageGetComputeUsage.core.d.ts +1 -1
  296. package/dist/commonjs/react-query/computeUsageGetComputeUsage.core.d.ts.map +1 -1
  297. package/dist/commonjs/react-query/computeUsageGetComputeUsage.d.ts +2 -2
  298. package/dist/commonjs/react-query/computeUsageGetComputeUsage.d.ts.map +1 -1
  299. package/dist/commonjs/react-query/computeVolumesCreateStandaloneVolume.d.ts +25 -0
  300. package/dist/commonjs/react-query/computeVolumesCreateStandaloneVolume.d.ts.map +1 -0
  301. package/dist/commonjs/react-query/computeVolumesCreateStandaloneVolume.js +44 -0
  302. package/dist/commonjs/react-query/computeVolumesCreateStandaloneVolume.js.map +1 -0
  303. package/dist/commonjs/react-query/computeVolumesDeleteStandaloneVolume.d.ts +28 -0
  304. package/dist/commonjs/react-query/computeVolumesDeleteStandaloneVolume.d.ts.map +1 -0
  305. package/dist/commonjs/react-query/computeVolumesDeleteStandaloneVolume.js +47 -0
  306. package/dist/commonjs/react-query/computeVolumesDeleteStandaloneVolume.js.map +1 -0
  307. package/dist/commonjs/react-query/computeVolumesGetStandaloneVolume.core.d.ts +14 -0
  308. package/dist/commonjs/react-query/computeVolumesGetStandaloneVolume.core.d.ts.map +1 -0
  309. package/dist/commonjs/react-query/computeVolumesGetStandaloneVolume.core.js +42 -0
  310. package/dist/commonjs/react-query/computeVolumesGetStandaloneVolume.core.js.map +1 -0
  311. package/dist/commonjs/react-query/computeVolumesGetStandaloneVolume.d.ts +29 -0
  312. package/dist/commonjs/react-query/computeVolumesGetStandaloneVolume.d.ts.map +1 -0
  313. package/dist/commonjs/react-query/computeVolumesGetStandaloneVolume.js +59 -0
  314. package/dist/commonjs/react-query/computeVolumesGetStandaloneVolume.js.map +1 -0
  315. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumeAttachments.core.d.ts +18 -0
  316. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumeAttachments.core.d.ts.map +1 -0
  317. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumeAttachments.core.js +45 -0
  318. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumeAttachments.core.js.map +1 -0
  319. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumeAttachments.d.ts +39 -0
  320. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumeAttachments.d.ts.map +1 -0
  321. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumeAttachments.js +63 -0
  322. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumeAttachments.js.map +1 -0
  323. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumes.core.d.ts +18 -0
  324. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumes.core.d.ts.map +1 -0
  325. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumes.core.js +44 -0
  326. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumes.core.js.map +1 -0
  327. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumes.d.ts +37 -0
  328. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumes.d.ts.map +1 -0
  329. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumes.js +59 -0
  330. package/dist/commonjs/react-query/computeVolumesListStandaloneVolumes.js.map +1 -0
  331. package/dist/commonjs/react-query/index.d.ts +7 -0
  332. package/dist/commonjs/react-query/index.d.ts.map +1 -1
  333. package/dist/commonjs/react-query/index.js +7 -0
  334. package/dist/commonjs/react-query/index.js.map +1 -1
  335. package/dist/commonjs/sdk/computepricing.d.ts +19 -0
  336. package/dist/commonjs/sdk/computepricing.d.ts.map +1 -0
  337. package/dist/commonjs/sdk/computepricing.js +32 -0
  338. package/dist/commonjs/sdk/computepricing.js.map +1 -0
  339. package/dist/commonjs/sdk/computevolumes.d.ts +28 -0
  340. package/dist/commonjs/sdk/computevolumes.d.ts.map +1 -0
  341. package/dist/commonjs/sdk/computevolumes.js +50 -0
  342. package/dist/commonjs/sdk/computevolumes.js.map +1 -0
  343. package/dist/commonjs/sdk/sdk.d.ts +6 -0
  344. package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
  345. package/dist/commonjs/sdk/sdk.js +8 -0
  346. package/dist/commonjs/sdk/sdk.js.map +1 -1
  347. package/dist/commonjs/types/discriminatedUnion.d.ts +25 -0
  348. package/dist/commonjs/types/discriminatedUnion.d.ts.map +1 -0
  349. package/dist/commonjs/types/discriminatedUnion.js +94 -0
  350. package/dist/commonjs/types/discriminatedUnion.js.map +1 -0
  351. package/dist/esm/funcs/computePricingGetPricing.d.ts +19 -0
  352. package/dist/esm/funcs/computePricingGetPricing.d.ts.map +1 -0
  353. package/dist/esm/funcs/computePricingGetPricing.js +99 -0
  354. package/dist/esm/funcs/computePricingGetPricing.js.map +1 -0
  355. package/dist/esm/funcs/computePricingPutPricing.d.ts +19 -0
  356. package/dist/esm/funcs/computePricingPutPricing.d.ts.map +1 -0
  357. package/dist/esm/funcs/computePricingPutPricing.js +107 -0
  358. package/dist/esm/funcs/computePricingPutPricing.js.map +1 -0
  359. package/dist/esm/funcs/computeVolumesCreateStandaloneVolume.d.ts +16 -0
  360. package/dist/esm/funcs/computeVolumesCreateStandaloneVolume.d.ts.map +1 -0
  361. package/dist/esm/funcs/computeVolumesCreateStandaloneVolume.js +92 -0
  362. package/dist/esm/funcs/computeVolumesCreateStandaloneVolume.js.map +1 -0
  363. package/dist/esm/funcs/computeVolumesDeleteStandaloneVolume.d.ts +19 -0
  364. package/dist/esm/funcs/computeVolumesDeleteStandaloneVolume.d.ts.map +1 -0
  365. package/dist/esm/funcs/computeVolumesDeleteStandaloneVolume.js +97 -0
  366. package/dist/esm/funcs/computeVolumesDeleteStandaloneVolume.js.map +1 -0
  367. package/dist/esm/funcs/computeVolumesGetStandaloneVolume.d.ts +16 -0
  368. package/dist/esm/funcs/computeVolumesGetStandaloneVolume.d.ts.map +1 -0
  369. package/dist/esm/funcs/computeVolumesGetStandaloneVolume.js +94 -0
  370. package/dist/esm/funcs/computeVolumesGetStandaloneVolume.js.map +1 -0
  371. package/dist/esm/funcs/computeVolumesListStandaloneVolumeAttachments.d.ts +16 -0
  372. package/dist/esm/funcs/computeVolumesListStandaloneVolumeAttachments.d.ts.map +1 -0
  373. package/dist/esm/funcs/computeVolumesListStandaloneVolumeAttachments.js +100 -0
  374. package/dist/esm/funcs/computeVolumesListStandaloneVolumeAttachments.js.map +1 -0
  375. package/dist/esm/funcs/computeVolumesListStandaloneVolumes.d.ts +16 -0
  376. package/dist/esm/funcs/computeVolumesListStandaloneVolumes.d.ts.map +1 -0
  377. package/dist/esm/funcs/computeVolumesListStandaloneVolumes.js +94 -0
  378. package/dist/esm/funcs/computeVolumesListStandaloneVolumes.js.map +1 -0
  379. package/dist/esm/hooks/multipartFilename.d.ts +12 -0
  380. package/dist/esm/hooks/multipartFilename.d.ts.map +1 -0
  381. package/dist/esm/hooks/multipartFilename.js +46 -0
  382. package/dist/esm/hooks/multipartFilename.js.map +1 -0
  383. package/dist/esm/hooks/registration.d.ts.map +1 -1
  384. package/dist/esm/hooks/registration.js +2 -1
  385. package/dist/esm/hooks/registration.js.map +1 -1
  386. package/dist/esm/lib/config.d.ts +3 -3
  387. package/dist/esm/lib/config.js +3 -3
  388. package/dist/esm/lib/config.js.map +1 -1
  389. package/dist/esm/mcp-server/mcp-server.js +1 -1
  390. package/dist/esm/mcp-server/server.d.ts.map +1 -1
  391. package/dist/esm/mcp-server/server.js +15 -1
  392. package/dist/esm/mcp-server/server.js.map +1 -1
  393. package/dist/esm/mcp-server/tools/computePricingGetPricing.d.ts +8 -0
  394. package/dist/esm/mcp-server/tools/computePricingGetPricing.d.ts.map +1 -0
  395. package/dist/esm/mcp-server/tools/computePricingGetPricing.js +28 -0
  396. package/dist/esm/mcp-server/tools/computePricingGetPricing.js.map +1 -0
  397. package/dist/esm/mcp-server/tools/computePricingPutPricing.d.ts +8 -0
  398. package/dist/esm/mcp-server/tools/computePricingPutPricing.d.ts.map +1 -0
  399. package/dist/esm/mcp-server/tools/computePricingPutPricing.js +28 -0
  400. package/dist/esm/mcp-server/tools/computePricingPutPricing.js.map +1 -0
  401. package/dist/esm/mcp-server/tools/computeVolumesCreateStandaloneVolume.d.ts +8 -0
  402. package/dist/esm/mcp-server/tools/computeVolumesCreateStandaloneVolume.d.ts.map +1 -0
  403. package/dist/esm/mcp-server/tools/computeVolumesCreateStandaloneVolume.js +26 -0
  404. package/dist/esm/mcp-server/tools/computeVolumesCreateStandaloneVolume.js.map +1 -0
  405. package/dist/esm/mcp-server/tools/computeVolumesDeleteStandaloneVolume.d.ts +8 -0
  406. package/dist/esm/mcp-server/tools/computeVolumesDeleteStandaloneVolume.d.ts.map +1 -0
  407. package/dist/esm/mcp-server/tools/computeVolumesDeleteStandaloneVolume.js +28 -0
  408. package/dist/esm/mcp-server/tools/computeVolumesDeleteStandaloneVolume.js.map +1 -0
  409. package/dist/esm/mcp-server/tools/computeVolumesGetStandaloneVolume.d.ts +8 -0
  410. package/dist/esm/mcp-server/tools/computeVolumesGetStandaloneVolume.d.ts.map +1 -0
  411. package/dist/esm/mcp-server/tools/computeVolumesGetStandaloneVolume.js +26 -0
  412. package/dist/esm/mcp-server/tools/computeVolumesGetStandaloneVolume.js.map +1 -0
  413. package/dist/esm/mcp-server/tools/computeVolumesListStandaloneVolumeAttachments.d.ts +8 -0
  414. package/dist/esm/mcp-server/tools/computeVolumesListStandaloneVolumeAttachments.d.ts.map +1 -0
  415. package/dist/esm/mcp-server/tools/computeVolumesListStandaloneVolumeAttachments.js +26 -0
  416. package/dist/esm/mcp-server/tools/computeVolumesListStandaloneVolumeAttachments.js.map +1 -0
  417. package/dist/esm/mcp-server/tools/computeVolumesListStandaloneVolumes.d.ts +8 -0
  418. package/dist/esm/mcp-server/tools/computeVolumesListStandaloneVolumes.d.ts.map +1 -0
  419. package/dist/esm/mcp-server/tools/computeVolumesListStandaloneVolumes.js +26 -0
  420. package/dist/esm/mcp-server/tools/computeVolumesListStandaloneVolumes.js.map +1 -0
  421. package/dist/esm/models/components/agentschedulespec.d.ts +2 -1
  422. package/dist/esm/models/components/agentschedulespec.d.ts.map +1 -1
  423. package/dist/esm/models/components/agentschedulespec.js +6 -5
  424. package/dist/esm/models/components/agentschedulespec.js.map +1 -1
  425. package/dist/esm/models/components/chunkingstrategy.d.ts +2 -1
  426. package/dist/esm/models/components/chunkingstrategy.d.ts.map +1 -1
  427. package/dist/esm/models/components/chunkingstrategy.js +6 -5
  428. package/dist/esm/models/components/chunkingstrategy.js.map +1 -1
  429. package/dist/esm/models/components/codeinterpreteroutput.d.ts +2 -1
  430. package/dist/esm/models/components/codeinterpreteroutput.d.ts.map +1 -1
  431. package/dist/esm/models/components/codeinterpreteroutput.js +5 -4
  432. package/dist/esm/models/components/codeinterpreteroutput.js.map +1 -1
  433. package/dist/esm/models/components/computejob.d.ts +3 -0
  434. package/dist/esm/models/components/computejob.d.ts.map +1 -1
  435. package/dist/esm/models/components/computejob.js +3 -0
  436. package/dist/esm/models/components/computejob.js.map +1 -1
  437. package/dist/esm/models/components/computejobcreate.d.ts +3 -0
  438. package/dist/esm/models/components/computejobcreate.d.ts.map +1 -1
  439. package/dist/esm/models/components/computejobcreate.js +3 -0
  440. package/dist/esm/models/components/computejobcreate.js.map +1 -1
  441. package/dist/esm/models/components/computeoffer.d.ts +2 -0
  442. package/dist/esm/models/components/computeoffer.d.ts.map +1 -1
  443. package/dist/esm/models/components/computeoffer.js +4 -0
  444. package/dist/esm/models/components/computeoffer.js.map +1 -1
  445. package/dist/esm/models/components/computepricing.d.ts +24 -0
  446. package/dist/esm/models/components/computepricing.d.ts.map +1 -0
  447. package/dist/esm/models/components/computepricing.js +35 -0
  448. package/dist/esm/models/components/computepricing.js.map +1 -0
  449. package/dist/esm/models/components/computepricingupdate.d.ts +20 -0
  450. package/dist/esm/models/components/computepricingupdate.d.ts.map +1 -0
  451. package/dist/esm/models/components/computepricingupdate.js +29 -0
  452. package/dist/esm/models/components/computepricingupdate.js.map +1 -0
  453. package/dist/esm/models/components/computeraction.d.ts +2 -1
  454. package/dist/esm/models/components/computeraction.d.ts.map +1 -1
  455. package/dist/esm/models/components/computeraction.js +12 -11
  456. package/dist/esm/models/components/computeraction.js.map +1 -1
  457. package/dist/esm/models/components/computeresourcecreate.d.ts +3 -0
  458. package/dist/esm/models/components/computeresourcecreate.d.ts.map +1 -1
  459. package/dist/esm/models/components/computeresourcecreate.js +3 -0
  460. package/dist/esm/models/components/computeresourcecreate.js.map +1 -1
  461. package/dist/esm/models/components/computeservice.d.ts +3 -0
  462. package/dist/esm/models/components/computeservice.d.ts.map +1 -1
  463. package/dist/esm/models/components/computeservice.js +3 -0
  464. package/dist/esm/models/components/computeservice.js.map +1 -1
  465. package/dist/esm/models/components/computestandalonevolume.d.ts +47 -0
  466. package/dist/esm/models/components/computestandalonevolume.d.ts.map +1 -0
  467. package/dist/esm/models/components/computestandalonevolume.js +79 -0
  468. package/dist/esm/models/components/computestandalonevolume.js.map +1 -0
  469. package/dist/esm/models/components/computestandalonevolumeattachment.d.ts +34 -0
  470. package/dist/esm/models/components/computestandalonevolumeattachment.d.ts.map +1 -0
  471. package/dist/esm/models/components/computestandalonevolumeattachment.js +56 -0
  472. package/dist/esm/models/components/computestandalonevolumeattachment.js.map +1 -0
  473. package/dist/esm/models/components/computestandalonevolumeattachmentlist.d.ts +22 -0
  474. package/dist/esm/models/components/computestandalonevolumeattachmentlist.d.ts.map +1 -0
  475. package/dist/esm/models/components/computestandalonevolumeattachmentlist.js +34 -0
  476. package/dist/esm/models/components/computestandalonevolumeattachmentlist.js.map +1 -0
  477. package/dist/esm/models/components/computestandalonevolumeattachmentstate.d.ts +16 -0
  478. package/dist/esm/models/components/computestandalonevolumeattachmentstate.d.ts.map +1 -0
  479. package/dist/esm/models/components/computestandalonevolumeattachmentstate.js +17 -0
  480. package/dist/esm/models/components/computestandalonevolumeattachmentstate.js.map +1 -0
  481. package/dist/esm/models/components/computestandalonevolumecreate.d.ts +17 -0
  482. package/dist/esm/models/components/computestandalonevolumecreate.d.ts.map +1 -0
  483. package/dist/esm/models/components/computestandalonevolumecreate.js +20 -0
  484. package/dist/esm/models/components/computestandalonevolumecreate.js.map +1 -0
  485. package/dist/esm/models/components/computestandalonevolumelist.d.ts +22 -0
  486. package/dist/esm/models/components/computestandalonevolumelist.d.ts.map +1 -0
  487. package/dist/esm/models/components/computestandalonevolumelist.js +34 -0
  488. package/dist/esm/models/components/computestandalonevolumelist.js.map +1 -0
  489. package/dist/esm/models/components/computestandalonevolumemount.d.ts +19 -0
  490. package/dist/esm/models/components/computestandalonevolumemount.d.ts.map +1 -0
  491. package/dist/esm/models/components/computestandalonevolumemount.js +33 -0
  492. package/dist/esm/models/components/computestandalonevolumemount.js.map +1 -0
  493. package/dist/esm/models/components/computestandalonevolumestate.d.ts +15 -0
  494. package/dist/esm/models/components/computestandalonevolumestate.d.ts.map +1 -0
  495. package/dist/esm/models/components/computestandalonevolumestate.js +16 -0
  496. package/dist/esm/models/components/computestandalonevolumestate.js.map +1 -0
  497. package/dist/esm/models/components/computetenant.d.ts +2 -0
  498. package/dist/esm/models/components/computetenant.d.ts.map +1 -1
  499. package/dist/esm/models/components/computetenant.js +4 -0
  500. package/dist/esm/models/components/computetenant.js.map +1 -1
  501. package/dist/esm/models/components/computetenantupdate.d.ts +2 -0
  502. package/dist/esm/models/components/computetenantupdate.d.ts.map +1 -1
  503. package/dist/esm/models/components/computetenantupdate.js +4 -0
  504. package/dist/esm/models/components/computetenantupdate.js.map +1 -1
  505. package/dist/esm/models/components/computeusage.d.ts +76 -2
  506. package/dist/esm/models/components/computeusage.d.ts.map +1 -1
  507. package/dist/esm/models/components/computeusage.js +67 -5
  508. package/dist/esm/models/components/computeusage.js.map +1 -1
  509. package/dist/esm/models/components/computeusageresourcetype.d.ts +13 -0
  510. package/dist/esm/models/components/computeusageresourcetype.d.ts.map +1 -0
  511. package/dist/esm/models/components/computeusageresourcetype.js +14 -0
  512. package/dist/esm/models/components/computeusageresourcetype.js.map +1 -0
  513. package/dist/esm/models/components/customtoolformat.d.ts +2 -1
  514. package/dist/esm/models/components/customtoolformat.d.ts.map +1 -1
  515. package/dist/esm/models/components/customtoolformat.js +5 -1
  516. package/dist/esm/models/components/customtoolformat.js.map +1 -1
  517. package/dist/esm/models/components/filesearchcompoundfilter.d.ts +3 -2
  518. package/dist/esm/models/components/filesearchcompoundfilter.d.ts.map +1 -1
  519. package/dist/esm/models/components/filesearchcompoundfilter.js +21 -20
  520. package/dist/esm/models/components/filesearchcompoundfilter.js.map +1 -1
  521. package/dist/esm/models/components/guardrailconfig.d.ts +2 -1
  522. package/dist/esm/models/components/guardrailconfig.d.ts.map +1 -1
  523. package/dist/esm/models/components/guardrailconfig.js +6 -5
  524. package/dist/esm/models/components/guardrailconfig.js.map +1 -1
  525. package/dist/esm/models/components/index.d.ts +11 -0
  526. package/dist/esm/models/components/index.d.ts.map +1 -1
  527. package/dist/esm/models/components/index.js +11 -0
  528. package/dist/esm/models/components/index.js.map +1 -1
  529. package/dist/esm/models/components/method.d.ts +6 -5
  530. package/dist/esm/models/components/method.d.ts.map +1 -1
  531. package/dist/esm/models/components/method.js +36 -35
  532. package/dist/esm/models/components/method.js.map +1 -1
  533. package/dist/esm/models/components/openaichatcompletionchoice.d.ts +4 -3
  534. package/dist/esm/models/components/openaichatcompletionchoice.d.ts.map +1 -1
  535. package/dist/esm/models/components/openaichatcompletionchoice.js +19 -18
  536. package/dist/esm/models/components/openaichatcompletionchoice.js.map +1 -1
  537. package/dist/esm/models/components/openaichatcompletionchunk.d.ts +4 -3
  538. package/dist/esm/models/components/openaichatcompletionchunk.d.ts.map +1 -1
  539. package/dist/esm/models/components/openaichatcompletionchunk.js +19 -18
  540. package/dist/esm/models/components/openaichatcompletionchunk.js.map +1 -1
  541. package/dist/esm/models/components/outputmessage.d.ts +3 -2
  542. package/dist/esm/models/components/outputmessage.d.ts.map +1 -1
  543. package/dist/esm/models/components/outputmessage.js +9 -8
  544. package/dist/esm/models/components/outputmessage.js.map +1 -1
  545. package/dist/esm/models/components/outputmessagewithid.d.ts +3 -2
  546. package/dist/esm/models/components/outputmessagewithid.d.ts.map +1 -1
  547. package/dist/esm/models/components/outputmessagewithid.js +9 -8
  548. package/dist/esm/models/components/outputmessagewithid.js.map +1 -1
  549. package/dist/esm/models/components/outputtext.d.ts +3 -2
  550. package/dist/esm/models/components/outputtext.d.ts.map +1 -1
  551. package/dist/esm/models/components/outputtext.js +13 -12
  552. package/dist/esm/models/components/outputtext.js.map +1 -1
  553. package/dist/esm/models/components/responsecontentpartaddedevent.d.ts +3 -2
  554. package/dist/esm/models/components/responsecontentpartaddedevent.d.ts.map +1 -1
  555. package/dist/esm/models/components/responsecontentpartaddedevent.js +11 -11
  556. package/dist/esm/models/components/responsecontentpartaddedevent.js.map +1 -1
  557. package/dist/esm/models/components/responsecontentpartdoneevent.d.ts +3 -2
  558. package/dist/esm/models/components/responsecontentpartdoneevent.d.ts.map +1 -1
  559. package/dist/esm/models/components/responsecontentpartdoneevent.js +11 -10
  560. package/dist/esm/models/components/responsecontentpartdoneevent.js.map +1 -1
  561. package/dist/esm/models/components/responseformat.d.ts +2 -1
  562. package/dist/esm/models/components/responseformat.d.ts.map +1 -1
  563. package/dist/esm/models/components/responseformat.js +6 -5
  564. package/dist/esm/models/components/responseformat.js.map +1 -1
  565. package/dist/esm/models/components/responseobject.d.ts +5 -4
  566. package/dist/esm/models/components/responseobject.d.ts.map +1 -1
  567. package/dist/esm/models/components/responseobject.js +41 -40
  568. package/dist/esm/models/components/responseobject.js.map +1 -1
  569. package/dist/esm/models/components/responsestreamingevent.d.ts +2 -1
  570. package/dist/esm/models/components/responsestreamingevent.d.ts.map +1 -1
  571. package/dist/esm/models/components/responsestreamingevent.js +68 -67
  572. package/dist/esm/models/components/responsestreamingevent.js.map +1 -1
  573. package/dist/esm/models/components/shellenvironment.d.ts +2 -1
  574. package/dist/esm/models/components/shellenvironment.d.ts.map +1 -1
  575. package/dist/esm/models/components/shellenvironment.js +5 -4
  576. package/dist/esm/models/components/shellenvironment.js.map +1 -1
  577. package/dist/esm/models/components/skillentry.d.ts +2 -1
  578. package/dist/esm/models/components/skillentry.d.ts.map +1 -1
  579. package/dist/esm/models/components/skillentry.js +5 -4
  580. package/dist/esm/models/components/skillentry.js.map +1 -1
  581. package/dist/esm/models/components/tooldefinition.d.ts +5 -4
  582. package/dist/esm/models/components/tooldefinition.d.ts.map +1 -1
  583. package/dist/esm/models/components/tooldefinition.js +29 -28
  584. package/dist/esm/models/components/tooldefinition.js.map +1 -1
  585. package/dist/esm/models/components/websearchaction.d.ts +2 -1
  586. package/dist/esm/models/components/websearchaction.d.ts.map +1 -1
  587. package/dist/esm/models/components/websearchaction.js +6 -5
  588. package/dist/esm/models/components/websearchaction.js.map +1 -1
  589. package/dist/esm/models/operations/createchatcompletionstream.d.ts +2 -1
  590. package/dist/esm/models/operations/createchatcompletionstream.d.ts.map +1 -1
  591. package/dist/esm/models/operations/createchatcompletionstream.js +6 -5
  592. package/dist/esm/models/operations/createchatcompletionstream.js.map +1 -1
  593. package/dist/esm/models/operations/createstandalonevolume.d.ts +34 -0
  594. package/dist/esm/models/operations/createstandalonevolume.d.ts.map +1 -0
  595. package/dist/esm/models/operations/createstandalonevolume.js +54 -0
  596. package/dist/esm/models/operations/createstandalonevolume.js.map +1 -0
  597. package/dist/esm/models/operations/deletestandalonevolume.d.ts +32 -0
  598. package/dist/esm/models/operations/deletestandalonevolume.d.ts.map +1 -0
  599. package/dist/esm/models/operations/deletestandalonevolume.js +48 -0
  600. package/dist/esm/models/operations/deletestandalonevolume.js.map +1 -0
  601. package/dist/esm/models/operations/getcomputeusage.d.ts +7 -1
  602. package/dist/esm/models/operations/getcomputeusage.d.ts.map +1 -1
  603. package/dist/esm/models/operations/getcomputeusage.js +2 -2
  604. package/dist/esm/models/operations/getcomputeusage.js.map +1 -1
  605. package/dist/esm/models/operations/getpricing.d.ts +49 -0
  606. package/dist/esm/models/operations/getpricing.d.ts.map +1 -0
  607. package/dist/esm/models/operations/getpricing.js +78 -0
  608. package/dist/esm/models/operations/getpricing.js.map +1 -0
  609. package/dist/esm/models/operations/getstandalonevolume.d.ts +32 -0
  610. package/dist/esm/models/operations/getstandalonevolume.d.ts.map +1 -0
  611. package/dist/esm/models/operations/getstandalonevolume.js +48 -0
  612. package/dist/esm/models/operations/getstandalonevolume.js.map +1 -0
  613. package/dist/esm/models/operations/index.d.ts +7 -0
  614. package/dist/esm/models/operations/index.d.ts.map +1 -1
  615. package/dist/esm/models/operations/index.js +7 -0
  616. package/dist/esm/models/operations/index.js.map +1 -1
  617. package/dist/esm/models/operations/liststandalonevolumeattachments.d.ts +38 -0
  618. package/dist/esm/models/operations/liststandalonevolumeattachments.d.ts.map +1 -0
  619. package/dist/esm/models/operations/liststandalonevolumeattachments.js +56 -0
  620. package/dist/esm/models/operations/liststandalonevolumeattachments.js.map +1 -0
  621. package/dist/esm/models/operations/liststandalonevolumes.d.ts +36 -0
  622. package/dist/esm/models/operations/liststandalonevolumes.d.ts.map +1 -0
  623. package/dist/esm/models/operations/liststandalonevolumes.js +52 -0
  624. package/dist/esm/models/operations/liststandalonevolumes.js.map +1 -0
  625. package/dist/esm/models/operations/putpricing.d.ts +58 -0
  626. package/dist/esm/models/operations/putpricing.d.ts.map +1 -0
  627. package/dist/esm/models/operations/putpricing.js +90 -0
  628. package/dist/esm/models/operations/putpricing.js.map +1 -0
  629. package/dist/esm/models/operations/uploadfile.d.ts +1 -1
  630. package/dist/esm/react-query/computePricingGetPricing.core.d.ts +14 -0
  631. package/dist/esm/react-query/computePricingGetPricing.core.d.ts.map +1 -0
  632. package/dist/esm/react-query/computePricingGetPricing.core.js +31 -0
  633. package/dist/esm/react-query/computePricingGetPricing.core.js.map +1 -0
  634. package/dist/esm/react-query/computePricingGetPricing.d.ts +34 -0
  635. package/dist/esm/react-query/computePricingGetPricing.d.ts.map +1 -0
  636. package/dist/esm/react-query/computePricingGetPricing.js +55 -0
  637. package/dist/esm/react-query/computePricingGetPricing.js.map +1 -0
  638. package/dist/esm/react-query/computePricingPutPricing.d.ts +28 -0
  639. package/dist/esm/react-query/computePricingPutPricing.d.ts.map +1 -0
  640. package/dist/esm/react-query/computePricingPutPricing.js +42 -0
  641. package/dist/esm/react-query/computePricingPutPricing.js.map +1 -0
  642. package/dist/esm/react-query/computeUsageGetComputeUsage.core.d.ts +1 -1
  643. package/dist/esm/react-query/computeUsageGetComputeUsage.core.d.ts.map +1 -1
  644. package/dist/esm/react-query/computeUsageGetComputeUsage.d.ts +2 -2
  645. package/dist/esm/react-query/computeUsageGetComputeUsage.d.ts.map +1 -1
  646. package/dist/esm/react-query/computeVolumesCreateStandaloneVolume.d.ts +25 -0
  647. package/dist/esm/react-query/computeVolumesCreateStandaloneVolume.d.ts.map +1 -0
  648. package/dist/esm/react-query/computeVolumesCreateStandaloneVolume.js +39 -0
  649. package/dist/esm/react-query/computeVolumesCreateStandaloneVolume.js.map +1 -0
  650. package/dist/esm/react-query/computeVolumesDeleteStandaloneVolume.d.ts +28 -0
  651. package/dist/esm/react-query/computeVolumesDeleteStandaloneVolume.d.ts.map +1 -0
  652. package/dist/esm/react-query/computeVolumesDeleteStandaloneVolume.js +42 -0
  653. package/dist/esm/react-query/computeVolumesDeleteStandaloneVolume.js.map +1 -0
  654. package/dist/esm/react-query/computeVolumesGetStandaloneVolume.core.d.ts +14 -0
  655. package/dist/esm/react-query/computeVolumesGetStandaloneVolume.core.d.ts.map +1 -0
  656. package/dist/esm/react-query/computeVolumesGetStandaloneVolume.core.js +37 -0
  657. package/dist/esm/react-query/computeVolumesGetStandaloneVolume.core.js.map +1 -0
  658. package/dist/esm/react-query/computeVolumesGetStandaloneVolume.d.ts +29 -0
  659. package/dist/esm/react-query/computeVolumesGetStandaloneVolume.d.ts.map +1 -0
  660. package/dist/esm/react-query/computeVolumesGetStandaloneVolume.js +49 -0
  661. package/dist/esm/react-query/computeVolumesGetStandaloneVolume.js.map +1 -0
  662. package/dist/esm/react-query/computeVolumesListStandaloneVolumeAttachments.core.d.ts +18 -0
  663. package/dist/esm/react-query/computeVolumesListStandaloneVolumeAttachments.core.d.ts.map +1 -0
  664. package/dist/esm/react-query/computeVolumesListStandaloneVolumeAttachments.core.js +40 -0
  665. package/dist/esm/react-query/computeVolumesListStandaloneVolumeAttachments.core.js.map +1 -0
  666. package/dist/esm/react-query/computeVolumesListStandaloneVolumeAttachments.d.ts +39 -0
  667. package/dist/esm/react-query/computeVolumesListStandaloneVolumeAttachments.d.ts.map +1 -0
  668. package/dist/esm/react-query/computeVolumesListStandaloneVolumeAttachments.js +53 -0
  669. package/dist/esm/react-query/computeVolumesListStandaloneVolumeAttachments.js.map +1 -0
  670. package/dist/esm/react-query/computeVolumesListStandaloneVolumes.core.d.ts +18 -0
  671. package/dist/esm/react-query/computeVolumesListStandaloneVolumes.core.d.ts.map +1 -0
  672. package/dist/esm/react-query/computeVolumesListStandaloneVolumes.core.js +39 -0
  673. package/dist/esm/react-query/computeVolumesListStandaloneVolumes.core.js.map +1 -0
  674. package/dist/esm/react-query/computeVolumesListStandaloneVolumes.d.ts +37 -0
  675. package/dist/esm/react-query/computeVolumesListStandaloneVolumes.d.ts.map +1 -0
  676. package/dist/esm/react-query/computeVolumesListStandaloneVolumes.js +49 -0
  677. package/dist/esm/react-query/computeVolumesListStandaloneVolumes.js.map +1 -0
  678. package/dist/esm/react-query/index.d.ts +7 -0
  679. package/dist/esm/react-query/index.d.ts.map +1 -1
  680. package/dist/esm/react-query/index.js +7 -0
  681. package/dist/esm/react-query/index.js.map +1 -1
  682. package/dist/esm/sdk/computepricing.d.ts +19 -0
  683. package/dist/esm/sdk/computepricing.d.ts.map +1 -0
  684. package/dist/esm/sdk/computepricing.js +28 -0
  685. package/dist/esm/sdk/computepricing.js.map +1 -0
  686. package/dist/esm/sdk/computevolumes.d.ts +28 -0
  687. package/dist/esm/sdk/computevolumes.d.ts.map +1 -0
  688. package/dist/esm/sdk/computevolumes.js +46 -0
  689. package/dist/esm/sdk/computevolumes.js.map +1 -0
  690. package/dist/esm/sdk/sdk.d.ts +6 -0
  691. package/dist/esm/sdk/sdk.d.ts.map +1 -1
  692. package/dist/esm/sdk/sdk.js +8 -0
  693. package/dist/esm/sdk/sdk.js.map +1 -1
  694. package/dist/esm/types/discriminatedUnion.d.ts +25 -0
  695. package/dist/esm/types/discriminatedUnion.d.ts.map +1 -0
  696. package/dist/esm/types/discriminatedUnion.js +57 -0
  697. package/dist/esm/types/discriminatedUnion.js.map +1 -0
  698. package/jsr.json +1 -1
  699. package/package.json +1 -1
  700. package/src/funcs/computePricingGetPricing.ts +188 -0
  701. package/src/funcs/computePricingPutPricing.ts +200 -0
  702. package/src/funcs/computeVolumesCreateStandaloneVolume.ts +185 -0
  703. package/src/funcs/computeVolumesDeleteStandaloneVolume.ts +186 -0
  704. package/src/funcs/computeVolumesGetStandaloneVolume.ts +183 -0
  705. package/src/funcs/computeVolumesListStandaloneVolumeAttachments.ts +200 -0
  706. package/src/funcs/computeVolumesListStandaloneVolumes.ts +184 -0
  707. package/src/hooks/multipartFilename.ts +60 -0
  708. package/src/hooks/registration.ts +2 -1
  709. package/src/lib/config.ts +3 -3
  710. package/src/mcp-server/mcp-server.ts +1 -1
  711. package/src/mcp-server/server.ts +15 -1
  712. package/src/mcp-server/tools/computePricingGetPricing.ts +37 -0
  713. package/src/mcp-server/tools/computePricingPutPricing.ts +37 -0
  714. package/src/mcp-server/tools/computeVolumesCreateStandaloneVolume.ts +37 -0
  715. package/src/mcp-server/tools/computeVolumesDeleteStandaloneVolume.ts +39 -0
  716. package/src/mcp-server/tools/computeVolumesGetStandaloneVolume.ts +37 -0
  717. package/src/mcp-server/tools/computeVolumesListStandaloneVolumeAttachments.ts +38 -0
  718. package/src/mcp-server/tools/computeVolumesListStandaloneVolumes.ts +37 -0
  719. package/src/models/components/agentschedulespec.ts +9 -6
  720. package/src/models/components/chunkingstrategy.ts +9 -6
  721. package/src/models/components/codeinterpreteroutput.ts +8 -5
  722. package/src/models/components/computejob.ts +10 -0
  723. package/src/models/components/computejobcreate.ts +10 -0
  724. package/src/models/components/computeoffer.ts +6 -0
  725. package/src/models/components/computepricing.ts +71 -0
  726. package/src/models/components/computepricingupdate.ts +63 -0
  727. package/src/models/components/computeraction.ts +15 -12
  728. package/src/models/components/computeresourcecreate.ts +10 -0
  729. package/src/models/components/computeservice.ts +10 -0
  730. package/src/models/components/computestandalonevolume.ts +153 -0
  731. package/src/models/components/computestandalonevolumeattachment.ts +118 -0
  732. package/src/models/components/computestandalonevolumeattachmentlist.ts +77 -0
  733. package/src/models/components/computestandalonevolumeattachmentstate.ts +28 -0
  734. package/src/models/components/computestandalonevolumecreate.ts +53 -0
  735. package/src/models/components/computestandalonevolumelist.ts +76 -0
  736. package/src/models/components/computestandalonevolumemount.ts +68 -0
  737. package/src/models/components/computestandalonevolumestate.ts +26 -0
  738. package/src/models/components/computetenant.ts +6 -0
  739. package/src/models/components/computetenantupdate.ts +6 -0
  740. package/src/models/components/computeusage.ts +132 -9
  741. package/src/models/components/computeusageresourcetype.ts +24 -0
  742. package/src/models/components/customtoolformat.ts +10 -2
  743. package/src/models/components/filesearchcompoundfilter.ts +41 -39
  744. package/src/models/components/guardrailconfig.ts +9 -6
  745. package/src/models/components/index.ts +11 -0
  746. package/src/models/components/method.ts +75 -43
  747. package/src/models/components/openaichatcompletionchoice.ts +24 -21
  748. package/src/models/components/openaichatcompletionchunk.ts +24 -21
  749. package/src/models/components/outputmessage.ts +19 -10
  750. package/src/models/components/outputmessagewithid.ts +19 -10
  751. package/src/models/components/outputtext.ts +23 -16
  752. package/src/models/components/responsecontentpartaddedevent.ts +25 -13
  753. package/src/models/components/responsecontentpartdoneevent.ts +22 -12
  754. package/src/models/components/responseformat.ts +9 -6
  755. package/src/models/components/responseobject.ts +62 -48
  756. package/src/models/components/responsestreamingevent.ts +118 -68
  757. package/src/models/components/shellenvironment.ts +8 -5
  758. package/src/models/components/skillentry.ts +10 -5
  759. package/src/models/components/tooldefinition.ts +42 -31
  760. package/src/models/components/websearchaction.ts +12 -6
  761. package/src/models/operations/createchatcompletionstream.ts +12 -6
  762. package/src/models/operations/createstandalonevolume.ts +128 -0
  763. package/src/models/operations/deletestandalonevolume.ts +117 -0
  764. package/src/models/operations/getcomputeusage.ts +9 -3
  765. package/src/models/operations/getpricing.ts +174 -0
  766. package/src/models/operations/getstandalonevolume.ts +115 -0
  767. package/src/models/operations/index.ts +7 -0
  768. package/src/models/operations/liststandalonevolumeattachments.ts +140 -0
  769. package/src/models/operations/liststandalonevolumes.ts +125 -0
  770. package/src/models/operations/putpricing.ts +195 -0
  771. package/src/models/operations/uploadfile.ts +1 -1
  772. package/src/react-query/computePricingGetPricing.core.ts +74 -0
  773. package/src/react-query/computePricingGetPricing.ts +143 -0
  774. package/src/react-query/computePricingPutPricing.ts +109 -0
  775. package/src/react-query/computeUsageGetComputeUsage.core.ts +1 -1
  776. package/src/react-query/computeUsageGetComputeUsage.ts +2 -2
  777. package/src/react-query/computeVolumesCreateStandaloneVolume.ts +106 -0
  778. package/src/react-query/computeVolumesDeleteStandaloneVolume.ts +109 -0
  779. package/src/react-query/computeVolumesGetStandaloneVolume.core.ts +82 -0
  780. package/src/react-query/computeVolumesGetStandaloneVolume.ts +140 -0
  781. package/src/react-query/computeVolumesListStandaloneVolumeAttachments.core.ts +95 -0
  782. package/src/react-query/computeVolumesListStandaloneVolumeAttachments.ts +162 -0
  783. package/src/react-query/computeVolumesListStandaloneVolumes.core.ts +89 -0
  784. package/src/react-query/computeVolumesListStandaloneVolumes.ts +153 -0
  785. package/src/react-query/index.ts +7 -0
  786. package/src/sdk/computepricing.ts +45 -0
  787. package/src/sdk/computevolumes.ts +87 -0
  788. package/src/sdk/sdk.ts +12 -0
  789. package/src/types/discriminatedUnion.ts +96 -0
@@ -0,0 +1,56 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v3";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import * as components from "../components/index.js";
8
+ /** @internal */
9
+ export const ListStandaloneVolumeAttachmentsRequest$inboundSchema = z.object({
10
+ id: z.string(),
11
+ status: components.ComputeStandaloneVolumeAttachmentState$inboundSchema
12
+ .optional(),
13
+ cursor: z.string().optional(),
14
+ limit: z.number().int().default(50),
15
+ "X-On-Behalf-Of": z.string().optional(),
16
+ }).transform((v) => {
17
+ return remap$(v, {
18
+ "X-On-Behalf-Of": "xOnBehalfOf",
19
+ });
20
+ });
21
+ /** @internal */
22
+ export const ListStandaloneVolumeAttachmentsRequest$outboundSchema = z.object({
23
+ id: z.string(),
24
+ status: components.ComputeStandaloneVolumeAttachmentState$outboundSchema
25
+ .optional(),
26
+ cursor: z.string().optional(),
27
+ limit: z.number().int().default(50),
28
+ xOnBehalfOf: z.string().optional(),
29
+ }).transform((v) => {
30
+ return remap$(v, {
31
+ xOnBehalfOf: "X-On-Behalf-Of",
32
+ });
33
+ });
34
+ export function listStandaloneVolumeAttachmentsRequestToJSON(listStandaloneVolumeAttachmentsRequest) {
35
+ return JSON.stringify(ListStandaloneVolumeAttachmentsRequest$outboundSchema.parse(listStandaloneVolumeAttachmentsRequest));
36
+ }
37
+ export function listStandaloneVolumeAttachmentsRequestFromJSON(jsonString) {
38
+ return safeParse(jsonString, (x) => ListStandaloneVolumeAttachmentsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListStandaloneVolumeAttachmentsRequest' from JSON`);
39
+ }
40
+ /** @internal */
41
+ export const ListStandaloneVolumeAttachmentsResponse$inboundSchema = z.union([
42
+ components.ComputeStandaloneVolumeAttachmentList$inboundSchema,
43
+ components.ComputeErrorEnvelope$inboundSchema,
44
+ ]);
45
+ /** @internal */
46
+ export const ListStandaloneVolumeAttachmentsResponse$outboundSchema = z.union([
47
+ components.ComputeStandaloneVolumeAttachmentList$outboundSchema,
48
+ components.ComputeErrorEnvelope$outboundSchema,
49
+ ]);
50
+ export function listStandaloneVolumeAttachmentsResponseToJSON(listStandaloneVolumeAttachmentsResponse) {
51
+ return JSON.stringify(ListStandaloneVolumeAttachmentsResponse$outboundSchema.parse(listStandaloneVolumeAttachmentsResponse));
52
+ }
53
+ export function listStandaloneVolumeAttachmentsResponseFromJSON(jsonString) {
54
+ return safeParse(jsonString, (x) => ListStandaloneVolumeAttachmentsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListStandaloneVolumeAttachmentsResponse' from JSON`);
55
+ }
56
+ //# sourceMappingURL=liststandalonevolumeattachments.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"liststandalonevolumeattachments.js","sourceRoot":"","sources":["../../../../src/models/operations/liststandalonevolumeattachments.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAkBrD,gBAAgB;AAChB,MAAM,CAAC,MAAM,oDAAoD,GAI7D,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,MAAM,EAAE,UAAU,CAAC,oDAAoD;SACpE,QAAQ,EAAE;IACb,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACnC,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,gBAAgB,EAAE,aAAa;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH,gBAAgB;AAChB,MAAM,CAAC,MAAM,qDAAqD,GAI9D,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,MAAM,EAAE,UAAU,CAAC,qDAAqD;SACrE,QAAQ,EAAE;IACb,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACnC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,WAAW,EAAE,gBAAgB;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,4CAA4C,CAC1D,sCACwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,qDAAqD,CAAC,KAAK,CACzD,sCAAsC,CACvC,CACF,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,8CAA8C,CAC5D,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,oDAAoD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3E,oEAAoE,CACrE,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,qDAAqD,GAI9D,CAAC,CAAC,KAAK,CAAC;IACV,UAAU,CAAC,mDAAmD;IAC9D,UAAU,CAAC,kCAAkC;CAC9C,CAAC,CAAC;AAMH,gBAAgB;AAChB,MAAM,CAAC,MAAM,sDAAsD,GAI/D,CAAC,CAAC,KAAK,CAAC;IACV,UAAU,CAAC,oDAAoD;IAC/D,UAAU,CAAC,mCAAmC;CAC/C,CAAC,CAAC;AAEH,MAAM,UAAU,6CAA6C,CAC3D,uCACyC;IAEzC,OAAO,IAAI,CAAC,SAAS,CACnB,sDAAsD,CAAC,KAAK,CAC1D,uCAAuC,CACxC,CACF,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,+CAA+C,CAC7D,UAAkB;IAKlB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,qDAAqD,CAAC,KAAK,CACzD,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,qEAAqE,CACtE,CAAC;AACJ,CAAC"}
@@ -0,0 +1,36 @@
1
+ import * as z from "zod/v3";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import * as components from "../components/index.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type ListStandaloneVolumesRequest = {
6
+ status?: components.ComputeStandaloneVolumeState | undefined;
7
+ cursor?: string | undefined;
8
+ limit?: number | undefined;
9
+ /**
10
+ * Optional external end-user identifier forwarded by the API gateway.
11
+ */
12
+ xOnBehalfOf?: string | undefined;
13
+ };
14
+ export type ListStandaloneVolumesResponse = components.ComputeStandaloneVolumeList | components.ComputeErrorEnvelope;
15
+ /** @internal */
16
+ export declare const ListStandaloneVolumesRequest$inboundSchema: z.ZodType<ListStandaloneVolumesRequest, z.ZodTypeDef, unknown>;
17
+ /** @internal */
18
+ export type ListStandaloneVolumesRequest$Outbound = {
19
+ status?: string | undefined;
20
+ cursor?: string | undefined;
21
+ limit: number;
22
+ "X-On-Behalf-Of"?: string | undefined;
23
+ };
24
+ /** @internal */
25
+ export declare const ListStandaloneVolumesRequest$outboundSchema: z.ZodType<ListStandaloneVolumesRequest$Outbound, z.ZodTypeDef, ListStandaloneVolumesRequest>;
26
+ export declare function listStandaloneVolumesRequestToJSON(listStandaloneVolumesRequest: ListStandaloneVolumesRequest): string;
27
+ export declare function listStandaloneVolumesRequestFromJSON(jsonString: string): SafeParseResult<ListStandaloneVolumesRequest, SDKValidationError>;
28
+ /** @internal */
29
+ export declare const ListStandaloneVolumesResponse$inboundSchema: z.ZodType<ListStandaloneVolumesResponse, z.ZodTypeDef, unknown>;
30
+ /** @internal */
31
+ export type ListStandaloneVolumesResponse$Outbound = components.ComputeStandaloneVolumeList$Outbound | components.ComputeErrorEnvelope$Outbound;
32
+ /** @internal */
33
+ export declare const ListStandaloneVolumesResponse$outboundSchema: z.ZodType<ListStandaloneVolumesResponse$Outbound, z.ZodTypeDef, ListStandaloneVolumesResponse>;
34
+ export declare function listStandaloneVolumesResponseToJSON(listStandaloneVolumesResponse: ListStandaloneVolumesResponse): string;
35
+ export declare function listStandaloneVolumesResponseFromJSON(jsonString: string): SafeParseResult<ListStandaloneVolumesResponse, SDKValidationError>;
36
+ //# sourceMappingURL=liststandalonevolumes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"liststandalonevolumes.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/liststandalonevolumes.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,4BAA4B,GAAG;IACzC,MAAM,CAAC,EAAE,UAAU,CAAC,4BAA4B,GAAG,SAAS,CAAC;IAC7D,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,6BAA6B,GACrC,UAAU,CAAC,2BAA2B,GACtC,UAAU,CAAC,oBAAoB,CAAC;AAEpC,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,qCAAqC,GAAG;IAClD,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACvC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,4BAA4B,CAU5B,CAAC;AAEH,wBAAgB,kCAAkC,CAChD,4BAA4B,EAAE,4BAA4B,GACzD,MAAM,CAMR;AACD,wBAAgB,oCAAoC,CAClD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,4BAA4B,EAAE,kBAAkB,CAAC,CAMnE;AAED,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAC9C,UAAU,CAAC,oCAAoC,GAC/C,UAAU,CAAC,6BAA6B,CAAC;AAE7C,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CAI7B,CAAC;AAEH,wBAAgB,mCAAmC,CACjD,6BAA6B,EAAE,6BAA6B,GAC3D,MAAM,CAMR;AACD,wBAAgB,qCAAqC,CACnD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,6BAA6B,EAAE,kBAAkB,CAAC,CAMpE"}
@@ -0,0 +1,52 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v3";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import * as components from "../components/index.js";
8
+ /** @internal */
9
+ export const ListStandaloneVolumesRequest$inboundSchema = z.object({
10
+ status: components.ComputeStandaloneVolumeState$inboundSchema.optional(),
11
+ cursor: z.string().optional(),
12
+ limit: z.number().int().default(50),
13
+ "X-On-Behalf-Of": z.string().optional(),
14
+ }).transform((v) => {
15
+ return remap$(v, {
16
+ "X-On-Behalf-Of": "xOnBehalfOf",
17
+ });
18
+ });
19
+ /** @internal */
20
+ export const ListStandaloneVolumesRequest$outboundSchema = z.object({
21
+ status: components.ComputeStandaloneVolumeState$outboundSchema.optional(),
22
+ cursor: z.string().optional(),
23
+ limit: z.number().int().default(50),
24
+ xOnBehalfOf: z.string().optional(),
25
+ }).transform((v) => {
26
+ return remap$(v, {
27
+ xOnBehalfOf: "X-On-Behalf-Of",
28
+ });
29
+ });
30
+ export function listStandaloneVolumesRequestToJSON(listStandaloneVolumesRequest) {
31
+ return JSON.stringify(ListStandaloneVolumesRequest$outboundSchema.parse(listStandaloneVolumesRequest));
32
+ }
33
+ export function listStandaloneVolumesRequestFromJSON(jsonString) {
34
+ return safeParse(jsonString, (x) => ListStandaloneVolumesRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListStandaloneVolumesRequest' from JSON`);
35
+ }
36
+ /** @internal */
37
+ export const ListStandaloneVolumesResponse$inboundSchema = z.union([
38
+ components.ComputeStandaloneVolumeList$inboundSchema,
39
+ components.ComputeErrorEnvelope$inboundSchema,
40
+ ]);
41
+ /** @internal */
42
+ export const ListStandaloneVolumesResponse$outboundSchema = z.union([
43
+ components.ComputeStandaloneVolumeList$outboundSchema,
44
+ components.ComputeErrorEnvelope$outboundSchema,
45
+ ]);
46
+ export function listStandaloneVolumesResponseToJSON(listStandaloneVolumesResponse) {
47
+ return JSON.stringify(ListStandaloneVolumesResponse$outboundSchema.parse(listStandaloneVolumesResponse));
48
+ }
49
+ export function listStandaloneVolumesResponseFromJSON(jsonString) {
50
+ return safeParse(jsonString, (x) => ListStandaloneVolumesResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListStandaloneVolumesResponse' from JSON`);
51
+ }
52
+ //# sourceMappingURL=liststandalonevolumes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"liststandalonevolumes.js","sourceRoot":"","sources":["../../../../src/models/operations/liststandalonevolumes.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAiBrD,gBAAgB;AAChB,MAAM,CAAC,MAAM,0CAA0C,GAInD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,UAAU,CAAC,0CAA0C,CAAC,QAAQ,EAAE;IACxE,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACnC,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,gBAAgB,EAAE,aAAa;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AASH,gBAAgB;AAChB,MAAM,CAAC,MAAM,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,UAAU,CAAC,2CAA2C,CAAC,QAAQ,EAAE;IACzE,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC;IACnC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,WAAW,EAAE,gBAAgB;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,kCAAkC,CAChD,4BAA0D;IAE1D,OAAO,IAAI,CAAC,SAAS,CACnB,2CAA2C,CAAC,KAAK,CAC/C,4BAA4B,CAC7B,CACF,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,oCAAoC,CAClD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,0CAA0C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACtE,0DAA0D,CAC3D,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,2CAA2C,GAIpD,CAAC,CAAC,KAAK,CAAC;IACV,UAAU,CAAC,yCAAyC;IACpD,UAAU,CAAC,kCAAkC;CAC9C,CAAC,CAAC;AAMH,gBAAgB;AAChB,MAAM,CAAC,MAAM,4CAA4C,GAIrD,CAAC,CAAC,KAAK,CAAC;IACV,UAAU,CAAC,0CAA0C;IACrD,UAAU,CAAC,mCAAmC;CAC/C,CAAC,CAAC;AAEH,MAAM,UAAU,mCAAmC,CACjD,6BAA4D;IAE5D,OAAO,IAAI,CAAC,SAAS,CACnB,4CAA4C,CAAC,KAAK,CAChD,6BAA6B,CAC9B,CACF,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,qCAAqC,CACnD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,2CAA2C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,2DAA2D,CAC5D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,58 @@
1
+ import * as z from "zod/v3";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import * as components from "../components/index.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type PutPricingRequest = {
6
+ idempotencyKey: string;
7
+ /**
8
+ * Current pricing version. Use 0 for the first write.
9
+ */
10
+ ifMatch: string;
11
+ /**
12
+ * Optional external end-user identifier forwarded by the API gateway.
13
+ */
14
+ xOnBehalfOf?: string | undefined;
15
+ computePricingUpdate: components.ComputePricingUpdate;
16
+ };
17
+ export type PutPricingResponseResult = components.ComputePricing | components.ComputeErrorEnvelope;
18
+ export type PutPricingResponse = {
19
+ headers: {
20
+ [k: string]: Array<string>;
21
+ };
22
+ result: components.ComputePricing | components.ComputeErrorEnvelope;
23
+ };
24
+ /** @internal */
25
+ export declare const PutPricingRequest$inboundSchema: z.ZodType<PutPricingRequest, z.ZodTypeDef, unknown>;
26
+ /** @internal */
27
+ export type PutPricingRequest$Outbound = {
28
+ "Idempotency-Key": string;
29
+ "If-Match": string;
30
+ "X-On-Behalf-Of"?: string | undefined;
31
+ ComputePricingUpdate: components.ComputePricingUpdate$Outbound;
32
+ };
33
+ /** @internal */
34
+ export declare const PutPricingRequest$outboundSchema: z.ZodType<PutPricingRequest$Outbound, z.ZodTypeDef, PutPricingRequest>;
35
+ export declare function putPricingRequestToJSON(putPricingRequest: PutPricingRequest): string;
36
+ export declare function putPricingRequestFromJSON(jsonString: string): SafeParseResult<PutPricingRequest, SDKValidationError>;
37
+ /** @internal */
38
+ export declare const PutPricingResponseResult$inboundSchema: z.ZodType<PutPricingResponseResult, z.ZodTypeDef, unknown>;
39
+ /** @internal */
40
+ export type PutPricingResponseResult$Outbound = components.ComputePricing$Outbound | components.ComputeErrorEnvelope$Outbound;
41
+ /** @internal */
42
+ export declare const PutPricingResponseResult$outboundSchema: z.ZodType<PutPricingResponseResult$Outbound, z.ZodTypeDef, PutPricingResponseResult>;
43
+ export declare function putPricingResponseResultToJSON(putPricingResponseResult: PutPricingResponseResult): string;
44
+ export declare function putPricingResponseResultFromJSON(jsonString: string): SafeParseResult<PutPricingResponseResult, SDKValidationError>;
45
+ /** @internal */
46
+ export declare const PutPricingResponse$inboundSchema: z.ZodType<PutPricingResponse, z.ZodTypeDef, unknown>;
47
+ /** @internal */
48
+ export type PutPricingResponse$Outbound = {
49
+ Headers: {
50
+ [k: string]: Array<string>;
51
+ };
52
+ Result: components.ComputePricing$Outbound | components.ComputeErrorEnvelope$Outbound;
53
+ };
54
+ /** @internal */
55
+ export declare const PutPricingResponse$outboundSchema: z.ZodType<PutPricingResponse$Outbound, z.ZodTypeDef, PutPricingResponse>;
56
+ export declare function putPricingResponseToJSON(putPricingResponse: PutPricingResponse): string;
57
+ export declare function putPricingResponseFromJSON(jsonString: string): SafeParseResult<PutPricingResponse, SDKValidationError>;
58
+ //# sourceMappingURL=putpricing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"putpricing.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/putpricing.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,90 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v3";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import * as components from "../components/index.js";
8
+ /** @internal */
9
+ export const PutPricingRequest$inboundSchema = z.object({
10
+ "Idempotency-Key": z.string(),
11
+ "If-Match": z.string(),
12
+ "X-On-Behalf-Of": z.string().optional(),
13
+ ComputePricingUpdate: components.ComputePricingUpdate$inboundSchema,
14
+ }).transform((v) => {
15
+ return remap$(v, {
16
+ "Idempotency-Key": "idempotencyKey",
17
+ "If-Match": "ifMatch",
18
+ "X-On-Behalf-Of": "xOnBehalfOf",
19
+ "ComputePricingUpdate": "computePricingUpdate",
20
+ });
21
+ });
22
+ /** @internal */
23
+ export const PutPricingRequest$outboundSchema = z.object({
24
+ idempotencyKey: z.string(),
25
+ ifMatch: z.string(),
26
+ xOnBehalfOf: z.string().optional(),
27
+ computePricingUpdate: components.ComputePricingUpdate$outboundSchema,
28
+ }).transform((v) => {
29
+ return remap$(v, {
30
+ idempotencyKey: "Idempotency-Key",
31
+ ifMatch: "If-Match",
32
+ xOnBehalfOf: "X-On-Behalf-Of",
33
+ computePricingUpdate: "ComputePricingUpdate",
34
+ });
35
+ });
36
+ export function putPricingRequestToJSON(putPricingRequest) {
37
+ return JSON.stringify(PutPricingRequest$outboundSchema.parse(putPricingRequest));
38
+ }
39
+ export function putPricingRequestFromJSON(jsonString) {
40
+ return safeParse(jsonString, (x) => PutPricingRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutPricingRequest' from JSON`);
41
+ }
42
+ /** @internal */
43
+ export const PutPricingResponseResult$inboundSchema = z.union([
44
+ components.ComputePricing$inboundSchema,
45
+ components.ComputeErrorEnvelope$inboundSchema,
46
+ ]);
47
+ /** @internal */
48
+ export const PutPricingResponseResult$outboundSchema = z.union([
49
+ components.ComputePricing$outboundSchema,
50
+ components.ComputeErrorEnvelope$outboundSchema,
51
+ ]);
52
+ export function putPricingResponseResultToJSON(putPricingResponseResult) {
53
+ return JSON.stringify(PutPricingResponseResult$outboundSchema.parse(putPricingResponseResult));
54
+ }
55
+ export function putPricingResponseResultFromJSON(jsonString) {
56
+ return safeParse(jsonString, (x) => PutPricingResponseResult$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutPricingResponseResult' from JSON`);
57
+ }
58
+ /** @internal */
59
+ export const PutPricingResponse$inboundSchema = z.object({
60
+ Headers: z.record(z.array(z.string())).default({}),
61
+ Result: z.union([
62
+ components.ComputePricing$inboundSchema,
63
+ components.ComputeErrorEnvelope$inboundSchema,
64
+ ]),
65
+ }).transform((v) => {
66
+ return remap$(v, {
67
+ "Headers": "headers",
68
+ "Result": "result",
69
+ });
70
+ });
71
+ /** @internal */
72
+ export const PutPricingResponse$outboundSchema = z.object({
73
+ headers: z.record(z.array(z.string())),
74
+ result: z.union([
75
+ components.ComputePricing$outboundSchema,
76
+ components.ComputeErrorEnvelope$outboundSchema,
77
+ ]),
78
+ }).transform((v) => {
79
+ return remap$(v, {
80
+ headers: "Headers",
81
+ result: "Result",
82
+ });
83
+ });
84
+ export function putPricingResponseToJSON(putPricingResponse) {
85
+ return JSON.stringify(PutPricingResponse$outboundSchema.parse(putPricingResponse));
86
+ }
87
+ export function putPricingResponseFromJSON(jsonString) {
88
+ return safeParse(jsonString, (x) => PutPricingResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PutPricingResponse' from JSON`);
89
+ }
90
+ //# sourceMappingURL=putpricing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"putpricing.js","sourceRoot":"","sources":["../../../../src/models/operations/putpricing.ts"],"names":[],"mappings":"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"}
@@ -23,7 +23,7 @@ export declare const Purpose: {
23
23
  export type Purpose = ClosedEnum<typeof Purpose>;
24
24
  export type UploadFileRequestBody = {
25
25
  /**
26
- * The file to upload
26
+ * The file to upload. Multipart file parts must include a nonblank filename; the lowercase WHATWG placeholder filename "blob" is treated as missing.
27
27
  */
28
28
  file: FileT | Blob;
29
29
  /**
@@ -0,0 +1,14 @@
1
+ import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query";
2
+ import { SDKCore } from "../core.js";
3
+ import { RequestOptions } from "../lib/sdks.js";
4
+ import * as operations from "../models/operations/index.js";
5
+ export type ComputePricingGetPricingQueryData = operations.GetPricingResponse;
6
+ export declare function prefetchComputePricingGetPricing(queryClient: QueryClient, client$: SDKCore, request: operations.GetPricingRequest, options?: RequestOptions): Promise<void>;
7
+ export declare function buildComputePricingGetPricingQuery(client$: SDKCore, request: operations.GetPricingRequest, options?: RequestOptions): {
8
+ queryKey: QueryKey;
9
+ queryFn: (context: QueryFunctionContext) => Promise<ComputePricingGetPricingQueryData>;
10
+ };
11
+ export declare function queryKeyComputePricingGetPricing(parameters: {
12
+ xOnBehalfOf?: string | undefined;
13
+ }): QueryKey;
14
+ //# sourceMappingURL=computePricingGetPricing.core.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"computePricingGetPricing.core.d.ts","sourceRoot":"","sources":["../../../src/react-query/computePricingGetPricing.core.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,WAAW,EACX,oBAAoB,EACpB,QAAQ,EACT,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,MAAM,MAAM,iCAAiC,GAAG,UAAU,CAAC,kBAAkB,CAAC;AAE9E,wBAAgB,gCAAgC,CAC9C,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,iBAAiB,EACrC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC,CAQf;AAED,wBAAgB,kCAAkC,CAChD,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,iBAAiB,EACrC,OAAO,CAAC,EAAE,cAAc,GACvB;IACD,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,CACP,OAAO,EAAE,oBAAoB,KAC1B,OAAO,CAAC,iCAAiC,CAAC,CAAC;CACjD,CA0BA;AAED,wBAAgB,gCAAgC,CAC9C,UAAU,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,GAC/C,QAAQ,CAEV"}
@@ -0,0 +1,31 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import { computePricingGetPricing } from "../funcs/computePricingGetPricing.js";
5
+ import { combineSignals } from "../lib/primitives.js";
6
+ import { unwrapAsync } from "../types/fp.js";
7
+ export function prefetchComputePricingGetPricing(queryClient, client$, request, options) {
8
+ return queryClient.prefetchQuery({
9
+ ...buildComputePricingGetPricingQuery(client$, request, options),
10
+ });
11
+ }
12
+ export function buildComputePricingGetPricingQuery(client$, request, options) {
13
+ return {
14
+ queryKey: queryKeyComputePricingGetPricing({
15
+ xOnBehalfOf: request.xOnBehalfOf,
16
+ }),
17
+ queryFn: async function computePricingGetPricingQueryFn(ctx) {
18
+ const sig = combineSignals(ctx.signal, options?.signal, options?.fetchOptions?.signal);
19
+ const mergedOptions = {
20
+ ...options?.fetchOptions,
21
+ ...options,
22
+ signal: sig,
23
+ };
24
+ return unwrapAsync(computePricingGetPricing(client$, request, mergedOptions));
25
+ },
26
+ };
27
+ }
28
+ export function queryKeyComputePricingGetPricing(parameters) {
29
+ return ["@meetkai/mka1", "Compute Pricing", "getPricing", parameters];
30
+ }
31
+ //# sourceMappingURL=computePricingGetPricing.core.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"computePricingGetPricing.core.js","sourceRoot":"","sources":["../../../src/react-query/computePricingGetPricing.core.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAChF,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGtD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,MAAM,UAAU,gCAAgC,CAC9C,WAAwB,EACxB,OAAgB,EAChB,OAAqC,EACrC,OAAwB;IAExB,OAAO,WAAW,CAAC,aAAa,CAAC;QAC/B,GAAG,kCAAkC,CACnC,OAAO,EACP,OAAO,EACP,OAAO,CACR;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,kCAAkC,CAChD,OAAgB,EAChB,OAAqC,EACrC,OAAwB;IAOxB,OAAO;QACL,QAAQ,EAAE,gCAAgC,CAAC;YACzC,WAAW,EAAE,OAAO,CAAC,WAAW;SACjC,CAAC;QACF,OAAO,EAAE,KAAK,UAAU,+BAA+B,CACrD,GAAG;YAEH,MAAM,GAAG,GAAG,cAAc,CACxB,GAAG,CAAC,MAAM,EACV,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,YAAY,EAAE,MAAM,CAC9B,CAAC;YACF,MAAM,aAAa,GAAG;gBACpB,GAAG,OAAO,EAAE,YAAY;gBACxB,GAAG,OAAO;gBACV,MAAM,EAAE,GAAG;aACZ,CAAC;YAEF,OAAO,WAAW,CAAC,wBAAwB,CACzC,OAAO,EACP,OAAO,EACP,aAAa,CACd,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gCAAgC,CAC9C,UAAgD;IAEhD,OAAO,CAAC,eAAe,EAAE,iBAAiB,EAAE,YAAY,EAAE,UAAU,CAAC,CAAC;AACxE,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { InvalidateQueryFilters, QueryClient, UseQueryResult, UseSuspenseQueryResult } from "@tanstack/react-query";
2
+ import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
3
+ import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
4
+ import { SDKError } from "../models/errors/sdkerror.js";
5
+ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
6
+ import * as operations from "../models/operations/index.js";
7
+ import { QueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
8
+ import { buildComputePricingGetPricingQuery, ComputePricingGetPricingQueryData, prefetchComputePricingGetPricing, queryKeyComputePricingGetPricing } from "./computePricingGetPricing.core.js";
9
+ export { buildComputePricingGetPricingQuery, type ComputePricingGetPricingQueryData, prefetchComputePricingGetPricing, queryKeyComputePricingGetPricing, };
10
+ export type ComputePricingGetPricingQueryError = SDKError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError;
11
+ /**
12
+ * Get the latest committed storage price
13
+ *
14
+ * @remarks
15
+ * The latest version may be scheduled for the next UTC hour. Before the first version is written this route returns pricing_not_configured.
16
+ */
17
+ export declare function useComputePricingGetPricing(request: operations.GetPricingRequest, options?: QueryHookOptions<ComputePricingGetPricingQueryData, ComputePricingGetPricingQueryError>): UseQueryResult<ComputePricingGetPricingQueryData, ComputePricingGetPricingQueryError>;
18
+ /**
19
+ * Get the latest committed storage price
20
+ *
21
+ * @remarks
22
+ * The latest version may be scheduled for the next UTC hour. Before the first version is written this route returns pricing_not_configured.
23
+ */
24
+ export declare function useComputePricingGetPricingSuspense(request: operations.GetPricingRequest, options?: SuspenseQueryHookOptions<ComputePricingGetPricingQueryData, ComputePricingGetPricingQueryError>): UseSuspenseQueryResult<ComputePricingGetPricingQueryData, ComputePricingGetPricingQueryError>;
25
+ export declare function setComputePricingGetPricingData(client: QueryClient, queryKeyBase: [parameters: {
26
+ xOnBehalfOf?: string | undefined;
27
+ }], data: ComputePricingGetPricingQueryData): ComputePricingGetPricingQueryData | undefined;
28
+ export declare function invalidateComputePricingGetPricing(client: QueryClient, queryKeyBase: TupleToPrefixes<[
29
+ parameters: {
30
+ xOnBehalfOf?: string | undefined;
31
+ }
32
+ ]>, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
33
+ export declare function invalidateAllComputePricingGetPricing(client: QueryClient, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
34
+ //# sourceMappingURL=computePricingGetPricing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"computePricingGetPricing.d.ts","sourceRoot":"","sources":["../../../src/react-query/computePricingGetPricing.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,sBAAsB,EACtB,WAAW,EAEX,cAAc,EAEd,sBAAsB,EACvB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EACL,gBAAgB,EAChB,wBAAwB,EACxB,eAAe,EAChB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,kCAAkC,EAClC,iCAAiC,EACjC,gCAAgC,EAChC,gCAAgC,EACjC,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,kCAAkC,EAClC,KAAK,iCAAiC,EACtC,gCAAgC,EAChC,gCAAgC,GACjC,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAC1C,QAAQ,GACR,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CAAC;AAEvB;;;;;GAKG;AACH,wBAAgB,2BAA2B,CACzC,OAAO,EAAE,UAAU,CAAC,iBAAiB,EACrC,OAAO,CAAC,EAAE,gBAAgB,CACxB,iCAAiC,EACjC,kCAAkC,CACnC,GACA,cAAc,CACf,iCAAiC,EACjC,kCAAkC,CACnC,CAUA;AAED;;;;;GAKG;AACH,wBAAgB,mCAAmC,CACjD,OAAO,EAAE,UAAU,CAAC,iBAAiB,EACrC,OAAO,CAAC,EAAE,wBAAwB,CAChC,iCAAiC,EACjC,kCAAkC,CACnC,GACA,sBAAsB,CACvB,iCAAiC,EACjC,kCAAkC,CACnC,CAUA;AAED,wBAAgB,+BAA+B,CAC7C,MAAM,EAAE,WAAW,EACnB,YAAY,EAAE,CAAC,UAAU,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,CAAC,EAChE,IAAI,EAAE,iCAAiC,GACtC,iCAAiC,GAAG,SAAS,CAI/C;AAED,wBAAgB,kCAAkC,CAChD,MAAM,EAAE,WAAW,EACnB,YAAY,EAAE,eAAe,CAC3B;IAAC,UAAU,EAAE;QAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE;CAAC,CACnD,EACD,OAAO,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,WAAW,GAAG,OAAO,CAAC,GACzE,OAAO,CAAC,IAAI,CAAC,CAUf;AAED,wBAAgB,qCAAqC,CACnD,MAAM,EAAE,WAAW,EACnB,OAAO,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,WAAW,GAAG,OAAO,CAAC,GACzE,OAAO,CAAC,IAAI,CAAC,CAKf"}
@@ -0,0 +1,55 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import { useQuery, useSuspenseQuery, } from "@tanstack/react-query";
5
+ import { useSDKContext } from "./_context.js";
6
+ import { buildComputePricingGetPricingQuery, prefetchComputePricingGetPricing, queryKeyComputePricingGetPricing, } from "./computePricingGetPricing.core.js";
7
+ export { buildComputePricingGetPricingQuery, prefetchComputePricingGetPricing, queryKeyComputePricingGetPricing, };
8
+ /**
9
+ * Get the latest committed storage price
10
+ *
11
+ * @remarks
12
+ * The latest version may be scheduled for the next UTC hour. Before the first version is written this route returns pricing_not_configured.
13
+ */
14
+ export function useComputePricingGetPricing(request, options) {
15
+ const client = useSDKContext();
16
+ return useQuery({
17
+ ...buildComputePricingGetPricingQuery(client, request, options),
18
+ ...options,
19
+ });
20
+ }
21
+ /**
22
+ * Get the latest committed storage price
23
+ *
24
+ * @remarks
25
+ * The latest version may be scheduled for the next UTC hour. Before the first version is written this route returns pricing_not_configured.
26
+ */
27
+ export function useComputePricingGetPricingSuspense(request, options) {
28
+ const client = useSDKContext();
29
+ return useSuspenseQuery({
30
+ ...buildComputePricingGetPricingQuery(client, request, options),
31
+ ...options,
32
+ });
33
+ }
34
+ export function setComputePricingGetPricingData(client, queryKeyBase, data) {
35
+ const key = queryKeyComputePricingGetPricing(...queryKeyBase);
36
+ return client.setQueryData(key, data);
37
+ }
38
+ export function invalidateComputePricingGetPricing(client, queryKeyBase, filters) {
39
+ return client.invalidateQueries({
40
+ ...filters,
41
+ queryKey: [
42
+ "@meetkai/mka1",
43
+ "Compute Pricing",
44
+ "getPricing",
45
+ ...queryKeyBase,
46
+ ],
47
+ });
48
+ }
49
+ export function invalidateAllComputePricingGetPricing(client, filters) {
50
+ return client.invalidateQueries({
51
+ ...filters,
52
+ queryKey: ["@meetkai/mka1", "Compute Pricing", "getPricing"],
53
+ });
54
+ }
55
+ //# sourceMappingURL=computePricingGetPricing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"computePricingGetPricing.js","sourceRoot":"","sources":["../../../src/react-query/computePricingGetPricing.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAGL,QAAQ,EAER,gBAAgB,GAEjB,MAAM,uBAAuB,CAAC;AAY/B,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAM9C,OAAO,EACL,kCAAkC,EAElC,gCAAgC,EAChC,gCAAgC,GACjC,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,kCAAkC,EAElC,gCAAgC,EAChC,gCAAgC,GACjC,CAAC;AAYF;;;;;GAKG;AACH,MAAM,UAAU,2BAA2B,CACzC,OAAqC,EACrC,OAGC;IAKD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,QAAQ,CAAC;QACd,GAAG,kCAAkC,CACnC,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,mCAAmC,CACjD,OAAqC,EACrC,OAGC;IAKD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,gBAAgB,CAAC;QACtB,GAAG,kCAAkC,CACnC,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,+BAA+B,CAC7C,MAAmB,EACnB,YAAgE,EAChE,IAAuC;IAEvC,MAAM,GAAG,GAAG,gCAAgC,CAAC,GAAG,YAAY,CAAC,CAAC;IAE9D,OAAO,MAAM,CAAC,YAAY,CAAoC,GAAG,EAAE,IAAI,CAAC,CAAC;AAC3E,CAAC;AAED,MAAM,UAAU,kCAAkC,CAChD,MAAmB,EACnB,YAEC,EACD,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE;YACR,eAAe;YACf,iBAAiB;YACjB,YAAY;YACZ,GAAG,YAAY;SAChB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,qCAAqC,CACnD,MAAmB,EACnB,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE,CAAC,eAAe,EAAE,iBAAiB,EAAE,YAAY,CAAC;KAC7D,CAAC,CAAC;AACL,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { MutationKey, UseMutationResult } from "@tanstack/react-query";
2
+ import { SDKCore } from "../core.js";
3
+ import { RequestOptions } from "../lib/sdks.js";
4
+ import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
5
+ import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
6
+ import { SDKError } from "../models/errors/sdkerror.js";
7
+ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
8
+ import * as operations from "../models/operations/index.js";
9
+ import { MutationHookOptions } from "./_types.js";
10
+ export type ComputePricingPutPricingMutationVariables = {
11
+ request: operations.PutPricingRequest;
12
+ options?: RequestOptions;
13
+ };
14
+ export type ComputePricingPutPricingMutationData = operations.PutPricingResponse;
15
+ export type ComputePricingPutPricingMutationError = SDKError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError;
16
+ /**
17
+ * Create an immutable storage-price version
18
+ *
19
+ * @remarks
20
+ * Cluster administrators only. If-Match: 0 performs the explicit bootstrap. Every version activates at the next UTC-hour boundary; equivalent idempotent replay precedes version comparison.
21
+ */
22
+ export declare function useComputePricingPutPricingMutation(options?: MutationHookOptions<ComputePricingPutPricingMutationData, ComputePricingPutPricingMutationError, ComputePricingPutPricingMutationVariables>): UseMutationResult<ComputePricingPutPricingMutationData, ComputePricingPutPricingMutationError, ComputePricingPutPricingMutationVariables>;
23
+ export declare function mutationKeyComputePricingPutPricing(): MutationKey;
24
+ export declare function buildComputePricingPutPricingMutation(client$: SDKCore, hookOptions?: RequestOptions): {
25
+ mutationKey: MutationKey;
26
+ mutationFn: (variables: ComputePricingPutPricingMutationVariables) => Promise<ComputePricingPutPricingMutationData>;
27
+ };
28
+ //# sourceMappingURL=computePricingPutPricing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"computePricingPutPricing.d.ts","sourceRoot":"","sources":["../../../src/react-query/computePricingPutPricing.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,WAAW,EAEX,iBAAiB,EAClB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,MAAM,yCAAyC,GAAG;IACtD,OAAO,EAAE,UAAU,CAAC,iBAAiB,CAAC;IACtC,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,oCAAoC,GAC9C,UAAU,CAAC,kBAAkB,CAAC;AAEhC,MAAM,MAAM,qCAAqC,GAC7C,QAAQ,GACR,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CAAC;AAEvB;;;;;GAKG;AACH,wBAAgB,mCAAmC,CACjD,OAAO,CAAC,EAAE,mBAAmB,CAC3B,oCAAoC,EACpC,qCAAqC,EACrC,yCAAyC,CAC1C,GACA,iBAAiB,CAClB,oCAAoC,EACpC,qCAAqC,EACrC,yCAAyC,CAC1C,CAMA;AAED,wBAAgB,mCAAmC,IAAI,WAAW,CAEjE;AAED,wBAAgB,qCAAqC,CACnD,OAAO,EAAE,OAAO,EAChB,WAAW,CAAC,EAAE,cAAc,GAC3B;IACD,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,CACV,SAAS,EAAE,yCAAyC,KACjD,OAAO,CAAC,oCAAoC,CAAC,CAAC;CACpD,CA0BA"}
@@ -0,0 +1,42 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import { useMutation, } from "@tanstack/react-query";
5
+ import { computePricingPutPricing } from "../funcs/computePricingPutPricing.js";
6
+ import { combineSignals } from "../lib/primitives.js";
7
+ import { unwrapAsync } from "../types/fp.js";
8
+ import { useSDKContext } from "./_context.js";
9
+ /**
10
+ * Create an immutable storage-price version
11
+ *
12
+ * @remarks
13
+ * Cluster administrators only. If-Match: 0 performs the explicit bootstrap. Every version activates at the next UTC-hour boundary; equivalent idempotent replay precedes version comparison.
14
+ */
15
+ export function useComputePricingPutPricingMutation(options) {
16
+ const client = useSDKContext();
17
+ return useMutation({
18
+ ...buildComputePricingPutPricingMutation(client, options),
19
+ ...options,
20
+ });
21
+ }
22
+ export function mutationKeyComputePricingPutPricing() {
23
+ return ["@meetkai/mka1", "Compute Pricing", "putPricing"];
24
+ }
25
+ export function buildComputePricingPutPricingMutation(client$, hookOptions) {
26
+ return {
27
+ mutationKey: mutationKeyComputePricingPutPricing(),
28
+ mutationFn: function computePricingPutPricingMutationFn({ request, options, }) {
29
+ const mergedOptions = {
30
+ ...hookOptions,
31
+ ...options,
32
+ fetchOptions: {
33
+ ...hookOptions?.fetchOptions,
34
+ ...options?.fetchOptions,
35
+ signal: combineSignals(hookOptions?.fetchOptions?.signal, options?.fetchOptions?.signal),
36
+ },
37
+ };
38
+ return unwrapAsync(computePricingPutPricing(client$, request, mergedOptions));
39
+ },
40
+ };
41
+ }
42
+ //# sourceMappingURL=computePricingPutPricing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"computePricingPutPricing.js","sourceRoot":"","sources":["../../../src/react-query/computePricingPutPricing.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAEL,WAAW,GAEZ,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAChF,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAatD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAqB9C;;;;;GAKG;AACH,MAAM,UAAU,mCAAmC,CACjD,OAIC;IAMD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,WAAW,CAAC;QACjB,GAAG,qCAAqC,CAAC,MAAM,EAAE,OAAO,CAAC;QACzD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,mCAAmC;IACjD,OAAO,CAAC,eAAe,EAAE,iBAAiB,EAAE,YAAY,CAAC,CAAC;AAC5D,CAAC;AAED,MAAM,UAAU,qCAAqC,CACnD,OAAgB,EAChB,WAA4B;IAO5B,OAAO;QACL,WAAW,EAAE,mCAAmC,EAAE;QAClD,UAAU,EAAE,SAAS,kCAAkC,CAAC,EACtD,OAAO,EACP,OAAO,GACR;YACC,MAAM,aAAa,GAAG;gBACpB,GAAG,WAAW;gBACd,GAAG,OAAO;gBACV,YAAY,EAAE;oBACZ,GAAG,WAAW,EAAE,YAAY;oBAC5B,GAAG,OAAO,EAAE,YAAY;oBACxB,MAAM,EAAE,cAAc,CACpB,WAAW,EAAE,YAAY,EAAE,MAAM,EACjC,OAAO,EAAE,YAAY,EAAE,MAAM,CAC9B;iBACF;aACF,CAAC;YACF,OAAO,WAAW,CAAC,wBAAwB,CACzC,OAAO,EACP,OAAO,EACP,aAAa,CACd,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC"}
@@ -12,7 +12,7 @@ export declare function buildComputeUsageGetComputeUsageQuery(client$: SDKCore,
12
12
  export declare function queryKeyComputeUsageGetComputeUsage(parameters: {
13
13
  from?: Date | undefined;
14
14
  to?: Date | undefined;
15
- resourceType?: components.ComputeResourceType | undefined;
15
+ resourceType?: components.ComputeUsageResourceType | undefined;
16
16
  cursor?: string | undefined;
17
17
  limit?: number | undefined;
18
18
  xOnBehalfOf?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"computeUsageGetComputeUsage.core.d.ts","sourceRoot":"","sources":["../../../src/react-query/computeUsageGetComputeUsage.core.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,WAAW,EACX,oBAAoB,EACpB,QAAQ,EACT,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,MAAM,MAAM,oCAAoC,GAC9C,UAAU,CAAC,uBAAuB,CAAC;AAErC,wBAAgB,mCAAmC,CACjD,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,sBAAsB,EAC1C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC,CAQf;AAED,wBAAgB,qCAAqC,CACnD,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,sBAAsB,EAC1C,OAAO,CAAC,EAAE,cAAc,GACvB;IACD,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,CACP,OAAO,EAAE,oBAAoB,KAC1B,OAAO,CAAC,oCAAoC,CAAC,CAAC;CACpD,CA+BA;AAED,wBAAgB,mCAAmC,CACjD,UAAU,EAAE;IACV,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACxB,EAAE,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACtB,YAAY,CAAC,EAAE,UAAU,CAAC,mBAAmB,GAAG,SAAS,CAAC;IAC1D,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,GACA,QAAQ,CAEV"}
1
+ {"version":3,"file":"computeUsageGetComputeUsage.core.d.ts","sourceRoot":"","sources":["../../../src/react-query/computeUsageGetComputeUsage.core.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,WAAW,EACX,oBAAoB,EACpB,QAAQ,EACT,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,MAAM,MAAM,oCAAoC,GAC9C,UAAU,CAAC,uBAAuB,CAAC;AAErC,wBAAgB,mCAAmC,CACjD,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,sBAAsB,EAC1C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC,CAQf;AAED,wBAAgB,qCAAqC,CACnD,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,sBAAsB,EAC1C,OAAO,CAAC,EAAE,cAAc,GACvB;IACD,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,CACP,OAAO,EAAE,oBAAoB,KAC1B,OAAO,CAAC,oCAAoC,CAAC,CAAC;CACpD,CA+BA;AAED,wBAAgB,mCAAmC,CACjD,UAAU,EAAE;IACV,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACxB,EAAE,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACtB,YAAY,CAAC,EAAE,UAAU,CAAC,wBAAwB,GAAG,SAAS,CAAC;IAC/D,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,GACA,QAAQ,CAEV"}
@@ -21,7 +21,7 @@ export declare function setComputeUsageGetComputeUsageData(client: QueryClient,
21
21
  parameters: {
22
22
  from?: Date | undefined;
23
23
  to?: Date | undefined;
24
- resourceType?: components.ComputeResourceType | undefined;
24
+ resourceType?: components.ComputeUsageResourceType | undefined;
25
25
  cursor?: string | undefined;
26
26
  limit?: number | undefined;
27
27
  xOnBehalfOf?: string | undefined;
@@ -31,7 +31,7 @@ export declare function invalidateComputeUsageGetComputeUsage(client: QueryClien
31
31
  parameters: {
32
32
  from?: Date | undefined;
33
33
  to?: Date | undefined;
34
- resourceType?: components.ComputeResourceType | undefined;
34
+ resourceType?: components.ComputeUsageResourceType | undefined;
35
35
  cursor?: string | undefined;
36
36
  limit?: number | undefined;
37
37
  xOnBehalfOf?: string | undefined;