@voidrun/sdk 0.0.24 → 0.0.26

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 (334) hide show
  1. package/README.md +290 -101
  2. package/dist/cjs/Sandbox.cjs +20 -0
  3. package/dist/cjs/Sandbox.d.ts +4 -0
  4. package/dist/cjs/Sandbox.d.ts.map +1 -1
  5. package/dist/cjs/Sandbox.js.map +1 -1
  6. package/dist/cjs/api-client/apis/AuthenticationApi.cjs +2 -2
  7. package/dist/cjs/api-client/apis/AuthenticationApi.d.ts +2 -2
  8. package/dist/cjs/api-client/apis/ExecutionApi.cjs +79 -2
  9. package/dist/cjs/api-client/apis/ExecutionApi.d.ts +31 -3
  10. package/dist/cjs/api-client/apis/ExecutionApi.d.ts.map +1 -1
  11. package/dist/cjs/api-client/apis/ExecutionApi.js.map +1 -1
  12. package/dist/cjs/api-client/apis/FileSystemApi.cjs +2 -2
  13. package/dist/cjs/api-client/apis/FileSystemApi.d.ts +2 -2
  14. package/dist/cjs/api-client/apis/ImagesApi.cjs +2 -2
  15. package/dist/cjs/api-client/apis/ImagesApi.d.ts +2 -2
  16. package/dist/cjs/api-client/apis/OrganizationsApi.cjs +108 -2
  17. package/dist/cjs/api-client/apis/OrganizationsApi.d.ts +45 -3
  18. package/dist/cjs/api-client/apis/OrganizationsApi.d.ts.map +1 -1
  19. package/dist/cjs/api-client/apis/OrganizationsApi.js.map +1 -1
  20. package/dist/cjs/api-client/apis/SandboxesApi.cjs +23 -86
  21. package/dist/cjs/api-client/apis/SandboxesApi.d.ts +16 -42
  22. package/dist/cjs/api-client/apis/SandboxesApi.d.ts.map +1 -1
  23. package/dist/cjs/api-client/apis/SandboxesApi.js.map +1 -1
  24. package/dist/cjs/api-client/apis/SystemApi.cjs +82 -0
  25. package/dist/cjs/api-client/apis/SystemApi.d.ts +29 -0
  26. package/dist/cjs/api-client/apis/SystemApi.d.ts.map +1 -0
  27. package/dist/cjs/api-client/apis/SystemApi.js.map +1 -0
  28. package/dist/cjs/api-client/apis/index.cjs +1 -0
  29. package/dist/cjs/api-client/apis/index.d.ts +1 -0
  30. package/dist/cjs/api-client/apis/index.d.ts.map +1 -1
  31. package/dist/cjs/api-client/apis/index.js.map +1 -1
  32. package/dist/cjs/api-client/models/APIKeyResponse.cjs +2 -2
  33. package/dist/cjs/api-client/models/APIKeyResponse.d.ts +2 -2
  34. package/dist/cjs/api-client/models/ActivateAPIKeyRequest.cjs +49 -0
  35. package/dist/cjs/api-client/models/ActivateAPIKeyRequest.d.ts +33 -0
  36. package/dist/cjs/api-client/models/ActivateAPIKeyRequest.d.ts.map +1 -0
  37. package/dist/cjs/api-client/models/ActivateAPIKeyRequest.js.map +1 -0
  38. package/dist/cjs/api-client/models/ApiResponseSandbox.cjs +2 -2
  39. package/dist/cjs/api-client/models/ApiResponseSandbox.d.ts +2 -2
  40. package/dist/cjs/api-client/models/ApiResponseSandboxesList.cjs +2 -2
  41. package/dist/cjs/api-client/models/ApiResponseSandboxesList.d.ts +2 -2
  42. package/dist/cjs/api-client/models/ApiResponseSandboxesListMeta.cjs +2 -2
  43. package/dist/cjs/api-client/models/ApiResponseSandboxesListMeta.d.ts +2 -2
  44. package/dist/cjs/api-client/models/CommandKillResponse.cjs +2 -2
  45. package/dist/cjs/api-client/models/CommandKillResponse.d.ts +2 -2
  46. package/dist/cjs/api-client/models/CommandListResponse.cjs +2 -2
  47. package/dist/cjs/api-client/models/CommandListResponse.d.ts +2 -2
  48. package/dist/cjs/api-client/models/CommandRunResponse.cjs +2 -2
  49. package/dist/cjs/api-client/models/CommandRunResponse.d.ts +2 -2
  50. package/dist/cjs/api-client/models/CommandWaitResponse.cjs +2 -2
  51. package/dist/cjs/api-client/models/CommandWaitResponse.d.ts +2 -2
  52. package/dist/cjs/api-client/models/CompressRequest.cjs +2 -2
  53. package/dist/cjs/api-client/models/CompressRequest.d.ts +2 -2
  54. package/dist/cjs/api-client/models/CreateFileRequest.cjs +2 -2
  55. package/dist/cjs/api-client/models/CreateFileRequest.d.ts +2 -2
  56. package/dist/cjs/api-client/models/CreateImageRequest.cjs +2 -2
  57. package/dist/cjs/api-client/models/CreateImageRequest.d.ts +2 -2
  58. package/dist/cjs/api-client/models/CreatePTYSession200Response.cjs +2 -2
  59. package/dist/cjs/api-client/models/CreatePTYSession200Response.d.ts +2 -2
  60. package/dist/cjs/api-client/models/CreatePTYSession200ResponseAllOfData.cjs +2 -2
  61. package/dist/cjs/api-client/models/CreatePTYSession200ResponseAllOfData.d.ts +2 -2
  62. package/dist/cjs/api-client/models/CreatePTYSessionRequest.cjs +2 -2
  63. package/dist/cjs/api-client/models/CreatePTYSessionRequest.d.ts +2 -2
  64. package/dist/cjs/api-client/models/CreateSandbox201Response.cjs +2 -2
  65. package/dist/cjs/api-client/models/CreateSandbox201Response.d.ts +2 -2
  66. package/dist/cjs/api-client/models/CreateSandboxRequest.cjs +2 -2
  67. package/dist/cjs/api-client/models/CreateSandboxRequest.d.ts +2 -2
  68. package/dist/cjs/api-client/models/DiskUsage.cjs +2 -2
  69. package/dist/cjs/api-client/models/DiskUsage.d.ts +2 -2
  70. package/dist/cjs/api-client/models/ErrorResponse.cjs +2 -2
  71. package/dist/cjs/api-client/models/ErrorResponse.d.ts +2 -2
  72. package/dist/cjs/api-client/models/ExecRequest.cjs +2 -2
  73. package/dist/cjs/api-client/models/ExecRequest.d.ts +2 -2
  74. package/dist/cjs/api-client/models/ExecResponse.cjs +2 -2
  75. package/dist/cjs/api-client/models/ExecResponse.d.ts +2 -2
  76. package/dist/cjs/api-client/models/ExecResponseData.cjs +2 -2
  77. package/dist/cjs/api-client/models/ExecResponseData.d.ts +2 -2
  78. package/dist/cjs/api-client/models/ExecuteInSessionRequest.cjs +2 -2
  79. package/dist/cjs/api-client/models/ExecuteInSessionRequest.d.ts +2 -2
  80. package/dist/cjs/api-client/models/ExtractRequest.cjs +2 -2
  81. package/dist/cjs/api-client/models/ExtractRequest.d.ts +2 -2
  82. package/dist/cjs/api-client/models/FileEvent.cjs +2 -2
  83. package/dist/cjs/api-client/models/FileEvent.d.ts +2 -2
  84. package/dist/cjs/api-client/models/FileInfo.cjs +2 -2
  85. package/dist/cjs/api-client/models/FileInfo.d.ts +2 -2
  86. package/dist/cjs/api-client/models/FileStats.cjs +2 -2
  87. package/dist/cjs/api-client/models/FileStats.d.ts +2 -2
  88. package/dist/cjs/api-client/models/GenerateAPIKeyRequest.cjs +2 -2
  89. package/dist/cjs/api-client/models/GenerateAPIKeyRequest.d.ts +2 -2
  90. package/dist/cjs/api-client/models/GeneratedAPIKeyResponse.cjs +2 -2
  91. package/dist/cjs/api-client/models/GeneratedAPIKeyResponse.d.ts +2 -2
  92. package/dist/cjs/api-client/models/GetOrgUsers200Response.cjs +54 -0
  93. package/dist/cjs/api-client/models/GetOrgUsers200Response.d.ts +46 -0
  94. package/dist/cjs/api-client/models/GetOrgUsers200Response.d.ts.map +1 -0
  95. package/dist/cjs/api-client/models/GetOrgUsers200Response.js.map +1 -0
  96. package/dist/cjs/api-client/models/GetOrgUsers200ResponseAllOfDataInner.cjs +57 -0
  97. package/dist/cjs/api-client/models/GetOrgUsers200ResponseAllOfDataInner.d.ts +57 -0
  98. package/dist/cjs/api-client/models/GetOrgUsers200ResponseAllOfDataInner.d.ts.map +1 -0
  99. package/dist/cjs/api-client/models/GetOrgUsers200ResponseAllOfDataInner.js.map +1 -0
  100. package/dist/cjs/api-client/models/GetPTYBuffer200Response.cjs +2 -2
  101. package/dist/cjs/api-client/models/GetPTYBuffer200Response.d.ts +2 -2
  102. package/dist/cjs/api-client/models/GetPTYBuffer200ResponseAllOfData.cjs +2 -2
  103. package/dist/cjs/api-client/models/GetPTYBuffer200ResponseAllOfData.d.ts +2 -2
  104. package/dist/cjs/api-client/models/GetVersion200Response.cjs +53 -0
  105. package/dist/cjs/api-client/models/GetVersion200Response.d.ts +45 -0
  106. package/dist/cjs/api-client/models/GetVersion200Response.d.ts.map +1 -0
  107. package/dist/cjs/api-client/models/GetVersion200Response.js.map +1 -0
  108. package/dist/cjs/api-client/models/Image.cjs +2 -2
  109. package/dist/cjs/api-client/models/Image.d.ts +2 -2
  110. package/dist/cjs/api-client/models/KillBackgroundProcessRequest.cjs +2 -2
  111. package/dist/cjs/api-client/models/KillBackgroundProcessRequest.d.ts +2 -2
  112. package/dist/cjs/api-client/models/ListFiles200Response.cjs +2 -2
  113. package/dist/cjs/api-client/models/ListFiles200Response.d.ts +2 -2
  114. package/dist/cjs/api-client/models/ListFiles200ResponseData.cjs +2 -2
  115. package/dist/cjs/api-client/models/ListFiles200ResponseData.d.ts +2 -2
  116. package/dist/cjs/api-client/models/ListPTYSessions200Response.cjs +2 -2
  117. package/dist/cjs/api-client/models/ListPTYSessions200Response.d.ts +2 -2
  118. package/dist/cjs/api-client/models/ListPTYSessions200ResponseAllOfData.cjs +2 -2
  119. package/dist/cjs/api-client/models/ListPTYSessions200ResponseAllOfData.d.ts +2 -2
  120. package/dist/cjs/api-client/models/Organization.cjs +2 -2
  121. package/dist/cjs/api-client/models/Organization.d.ts +2 -2
  122. package/dist/cjs/api-client/models/PTYSessionInfo.cjs +2 -2
  123. package/dist/cjs/api-client/models/PTYSessionInfo.d.ts +2 -2
  124. package/dist/cjs/api-client/models/ProcessInfo.cjs +2 -2
  125. package/dist/cjs/api-client/models/ProcessInfo.d.ts +2 -2
  126. package/dist/cjs/api-client/models/RegisterRequest.cjs +2 -2
  127. package/dist/cjs/api-client/models/RegisterRequest.d.ts +2 -2
  128. package/dist/cjs/api-client/models/RegisterResponse.cjs +2 -2
  129. package/dist/cjs/api-client/models/RegisterResponse.d.ts +2 -2
  130. package/dist/cjs/api-client/models/RegisterResponseData.cjs +2 -2
  131. package/dist/cjs/api-client/models/RegisterResponseData.d.ts +2 -2
  132. package/dist/cjs/api-client/models/ResizeTerminalRequest.cjs +2 -2
  133. package/dist/cjs/api-client/models/ResizeTerminalRequest.d.ts +2 -2
  134. package/dist/cjs/api-client/models/RestoreSandboxRequest.cjs +2 -2
  135. package/dist/cjs/api-client/models/RestoreSandboxRequest.d.ts +2 -2
  136. package/dist/cjs/api-client/models/RunBackgroundCommandRequest.cjs +2 -2
  137. package/dist/cjs/api-client/models/RunBackgroundCommandRequest.d.ts +2 -2
  138. package/dist/cjs/api-client/models/Sandbox.cjs +2 -2
  139. package/dist/cjs/api-client/models/Sandbox.d.ts +2 -2
  140. package/dist/cjs/api-client/models/SessionExecRequest.cjs +74 -0
  141. package/dist/cjs/api-client/models/SessionExecRequest.d.ts +80 -0
  142. package/dist/cjs/api-client/models/SessionExecRequest.d.ts.map +1 -0
  143. package/dist/cjs/api-client/models/SessionExecRequest.js.map +1 -0
  144. package/dist/cjs/api-client/models/SessionExecResponse.cjs +57 -0
  145. package/dist/cjs/api-client/models/SessionExecResponse.d.ts +57 -0
  146. package/dist/cjs/api-client/models/SessionExecResponse.d.ts.map +1 -0
  147. package/dist/cjs/api-client/models/SessionExecResponse.js.map +1 -0
  148. package/dist/cjs/api-client/models/SessionExecStreamRequest.cjs +55 -0
  149. package/dist/cjs/api-client/models/SessionExecStreamRequest.d.ts +39 -0
  150. package/dist/cjs/api-client/models/SessionExecStreamRequest.d.ts.map +1 -0
  151. package/dist/cjs/api-client/models/SessionExecStreamRequest.js.map +1 -0
  152. package/dist/cjs/api-client/models/Snapshot.cjs +2 -2
  153. package/dist/cjs/api-client/models/Snapshot.d.ts +2 -2
  154. package/dist/cjs/api-client/models/StartWatch200Response.cjs +2 -2
  155. package/dist/cjs/api-client/models/StartWatch200Response.d.ts +2 -2
  156. package/dist/cjs/api-client/models/StartWatch200ResponseData.cjs +2 -2
  157. package/dist/cjs/api-client/models/StartWatch200ResponseData.d.ts +2 -2
  158. package/dist/cjs/api-client/models/StartWatchRequest.cjs +2 -2
  159. package/dist/cjs/api-client/models/StartWatchRequest.d.ts +2 -2
  160. package/dist/cjs/api-client/models/SuccessResponse.cjs +2 -2
  161. package/dist/cjs/api-client/models/SuccessResponse.d.ts +2 -2
  162. package/dist/cjs/api-client/models/index.cjs +7 -0
  163. package/dist/cjs/api-client/models/index.d.ts +7 -0
  164. package/dist/cjs/api-client/models/index.d.ts.map +1 -1
  165. package/dist/cjs/api-client/models/index.js.map +1 -1
  166. package/dist/cjs/api-client/runtime.cjs +2 -2
  167. package/dist/cjs/api-client/runtime.d.ts +2 -2
  168. package/dist/esm/Sandbox.d.ts +4 -0
  169. package/dist/esm/Sandbox.d.ts.map +1 -1
  170. package/dist/esm/Sandbox.js +20 -0
  171. package/dist/esm/Sandbox.js.map +1 -1
  172. package/dist/esm/api-client/apis/AuthenticationApi.d.ts +2 -2
  173. package/dist/esm/api-client/apis/AuthenticationApi.js +2 -2
  174. package/dist/esm/api-client/apis/ExecutionApi.d.ts +31 -3
  175. package/dist/esm/api-client/apis/ExecutionApi.d.ts.map +1 -1
  176. package/dist/esm/api-client/apis/ExecutionApi.js +80 -3
  177. package/dist/esm/api-client/apis/ExecutionApi.js.map +1 -1
  178. package/dist/esm/api-client/apis/FileSystemApi.d.ts +2 -2
  179. package/dist/esm/api-client/apis/FileSystemApi.js +2 -2
  180. package/dist/esm/api-client/apis/ImagesApi.d.ts +2 -2
  181. package/dist/esm/api-client/apis/ImagesApi.js +2 -2
  182. package/dist/esm/api-client/apis/OrganizationsApi.d.ts +45 -3
  183. package/dist/esm/api-client/apis/OrganizationsApi.d.ts.map +1 -1
  184. package/dist/esm/api-client/apis/OrganizationsApi.js +109 -3
  185. package/dist/esm/api-client/apis/OrganizationsApi.js.map +1 -1
  186. package/dist/esm/api-client/apis/SandboxesApi.d.ts +16 -42
  187. package/dist/esm/api-client/apis/SandboxesApi.d.ts.map +1 -1
  188. package/dist/esm/api-client/apis/SandboxesApi.js +24 -87
  189. package/dist/esm/api-client/apis/SandboxesApi.js.map +1 -1
  190. package/dist/esm/api-client/apis/SystemApi.d.ts +29 -0
  191. package/dist/esm/api-client/apis/SystemApi.d.ts.map +1 -0
  192. package/dist/esm/api-client/apis/SystemApi.js +45 -0
  193. package/dist/esm/api-client/apis/SystemApi.js.map +1 -0
  194. package/dist/esm/api-client/apis/index.d.ts +1 -0
  195. package/dist/esm/api-client/apis/index.d.ts.map +1 -1
  196. package/dist/esm/api-client/apis/index.js +1 -0
  197. package/dist/esm/api-client/apis/index.js.map +1 -1
  198. package/dist/esm/api-client/models/APIKeyResponse.d.ts +2 -2
  199. package/dist/esm/api-client/models/APIKeyResponse.js +2 -2
  200. package/dist/esm/api-client/models/ActivateAPIKeyRequest.d.ts +33 -0
  201. package/dist/esm/api-client/models/ActivateAPIKeyRequest.d.ts.map +1 -0
  202. package/dist/esm/api-client/models/ActivateAPIKeyRequest.js +42 -0
  203. package/dist/esm/api-client/models/ActivateAPIKeyRequest.js.map +1 -0
  204. package/dist/esm/api-client/models/ApiResponseSandbox.d.ts +2 -2
  205. package/dist/esm/api-client/models/ApiResponseSandbox.js +2 -2
  206. package/dist/esm/api-client/models/ApiResponseSandboxesList.d.ts +2 -2
  207. package/dist/esm/api-client/models/ApiResponseSandboxesList.js +2 -2
  208. package/dist/esm/api-client/models/ApiResponseSandboxesListMeta.d.ts +2 -2
  209. package/dist/esm/api-client/models/ApiResponseSandboxesListMeta.js +2 -2
  210. package/dist/esm/api-client/models/CommandKillResponse.d.ts +2 -2
  211. package/dist/esm/api-client/models/CommandKillResponse.js +2 -2
  212. package/dist/esm/api-client/models/CommandListResponse.d.ts +2 -2
  213. package/dist/esm/api-client/models/CommandListResponse.js +2 -2
  214. package/dist/esm/api-client/models/CommandRunResponse.d.ts +2 -2
  215. package/dist/esm/api-client/models/CommandRunResponse.js +2 -2
  216. package/dist/esm/api-client/models/CommandWaitResponse.d.ts +2 -2
  217. package/dist/esm/api-client/models/CommandWaitResponse.js +2 -2
  218. package/dist/esm/api-client/models/CompressRequest.d.ts +2 -2
  219. package/dist/esm/api-client/models/CompressRequest.js +2 -2
  220. package/dist/esm/api-client/models/CreateFileRequest.d.ts +2 -2
  221. package/dist/esm/api-client/models/CreateFileRequest.js +2 -2
  222. package/dist/esm/api-client/models/CreateImageRequest.d.ts +2 -2
  223. package/dist/esm/api-client/models/CreateImageRequest.js +2 -2
  224. package/dist/esm/api-client/models/CreatePTYSession200Response.d.ts +2 -2
  225. package/dist/esm/api-client/models/CreatePTYSession200Response.js +2 -2
  226. package/dist/esm/api-client/models/CreatePTYSession200ResponseAllOfData.d.ts +2 -2
  227. package/dist/esm/api-client/models/CreatePTYSession200ResponseAllOfData.js +2 -2
  228. package/dist/esm/api-client/models/CreatePTYSessionRequest.d.ts +2 -2
  229. package/dist/esm/api-client/models/CreatePTYSessionRequest.js +2 -2
  230. package/dist/esm/api-client/models/CreateSandbox201Response.d.ts +2 -2
  231. package/dist/esm/api-client/models/CreateSandbox201Response.js +2 -2
  232. package/dist/esm/api-client/models/CreateSandboxRequest.d.ts +2 -2
  233. package/dist/esm/api-client/models/CreateSandboxRequest.js +2 -2
  234. package/dist/esm/api-client/models/DiskUsage.d.ts +2 -2
  235. package/dist/esm/api-client/models/DiskUsage.js +2 -2
  236. package/dist/esm/api-client/models/ErrorResponse.d.ts +2 -2
  237. package/dist/esm/api-client/models/ErrorResponse.js +2 -2
  238. package/dist/esm/api-client/models/ExecRequest.d.ts +2 -2
  239. package/dist/esm/api-client/models/ExecRequest.js +2 -2
  240. package/dist/esm/api-client/models/ExecResponse.d.ts +2 -2
  241. package/dist/esm/api-client/models/ExecResponse.js +2 -2
  242. package/dist/esm/api-client/models/ExecResponseData.d.ts +2 -2
  243. package/dist/esm/api-client/models/ExecResponseData.js +2 -2
  244. package/dist/esm/api-client/models/ExecuteInSessionRequest.d.ts +2 -2
  245. package/dist/esm/api-client/models/ExecuteInSessionRequest.js +2 -2
  246. package/dist/esm/api-client/models/ExtractRequest.d.ts +2 -2
  247. package/dist/esm/api-client/models/ExtractRequest.js +2 -2
  248. package/dist/esm/api-client/models/FileEvent.d.ts +2 -2
  249. package/dist/esm/api-client/models/FileEvent.js +2 -2
  250. package/dist/esm/api-client/models/FileInfo.d.ts +2 -2
  251. package/dist/esm/api-client/models/FileInfo.js +2 -2
  252. package/dist/esm/api-client/models/FileStats.d.ts +2 -2
  253. package/dist/esm/api-client/models/FileStats.js +2 -2
  254. package/dist/esm/api-client/models/GenerateAPIKeyRequest.d.ts +2 -2
  255. package/dist/esm/api-client/models/GenerateAPIKeyRequest.js +2 -2
  256. package/dist/esm/api-client/models/GeneratedAPIKeyResponse.d.ts +2 -2
  257. package/dist/esm/api-client/models/GeneratedAPIKeyResponse.js +2 -2
  258. package/dist/esm/api-client/models/GetOrgUsers200Response.d.ts +46 -0
  259. package/dist/esm/api-client/models/GetOrgUsers200Response.d.ts.map +1 -0
  260. package/dist/esm/api-client/models/GetOrgUsers200Response.js +47 -0
  261. package/dist/esm/api-client/models/GetOrgUsers200Response.js.map +1 -0
  262. package/dist/esm/api-client/models/GetOrgUsers200ResponseAllOfDataInner.d.ts +57 -0
  263. package/dist/esm/api-client/models/GetOrgUsers200ResponseAllOfDataInner.d.ts.map +1 -0
  264. package/dist/esm/api-client/models/GetOrgUsers200ResponseAllOfDataInner.js +50 -0
  265. package/dist/esm/api-client/models/GetOrgUsers200ResponseAllOfDataInner.js.map +1 -0
  266. package/dist/esm/api-client/models/GetPTYBuffer200Response.d.ts +2 -2
  267. package/dist/esm/api-client/models/GetPTYBuffer200Response.js +2 -2
  268. package/dist/esm/api-client/models/GetPTYBuffer200ResponseAllOfData.d.ts +2 -2
  269. package/dist/esm/api-client/models/GetPTYBuffer200ResponseAllOfData.js +2 -2
  270. package/dist/esm/api-client/models/GetVersion200Response.d.ts +45 -0
  271. package/dist/esm/api-client/models/GetVersion200Response.d.ts.map +1 -0
  272. package/dist/esm/api-client/models/GetVersion200Response.js +46 -0
  273. package/dist/esm/api-client/models/GetVersion200Response.js.map +1 -0
  274. package/dist/esm/api-client/models/Image.d.ts +2 -2
  275. package/dist/esm/api-client/models/Image.js +2 -2
  276. package/dist/esm/api-client/models/KillBackgroundProcessRequest.d.ts +2 -2
  277. package/dist/esm/api-client/models/KillBackgroundProcessRequest.js +2 -2
  278. package/dist/esm/api-client/models/ListFiles200Response.d.ts +2 -2
  279. package/dist/esm/api-client/models/ListFiles200Response.js +2 -2
  280. package/dist/esm/api-client/models/ListFiles200ResponseData.d.ts +2 -2
  281. package/dist/esm/api-client/models/ListFiles200ResponseData.js +2 -2
  282. package/dist/esm/api-client/models/ListPTYSessions200Response.d.ts +2 -2
  283. package/dist/esm/api-client/models/ListPTYSessions200Response.js +2 -2
  284. package/dist/esm/api-client/models/ListPTYSessions200ResponseAllOfData.d.ts +2 -2
  285. package/dist/esm/api-client/models/ListPTYSessions200ResponseAllOfData.js +2 -2
  286. package/dist/esm/api-client/models/Organization.d.ts +2 -2
  287. package/dist/esm/api-client/models/Organization.js +2 -2
  288. package/dist/esm/api-client/models/PTYSessionInfo.d.ts +2 -2
  289. package/dist/esm/api-client/models/PTYSessionInfo.js +2 -2
  290. package/dist/esm/api-client/models/ProcessInfo.d.ts +2 -2
  291. package/dist/esm/api-client/models/ProcessInfo.js +2 -2
  292. package/dist/esm/api-client/models/RegisterRequest.d.ts +2 -2
  293. package/dist/esm/api-client/models/RegisterRequest.js +2 -2
  294. package/dist/esm/api-client/models/RegisterResponse.d.ts +2 -2
  295. package/dist/esm/api-client/models/RegisterResponse.js +2 -2
  296. package/dist/esm/api-client/models/RegisterResponseData.d.ts +2 -2
  297. package/dist/esm/api-client/models/RegisterResponseData.js +2 -2
  298. package/dist/esm/api-client/models/ResizeTerminalRequest.d.ts +2 -2
  299. package/dist/esm/api-client/models/ResizeTerminalRequest.js +2 -2
  300. package/dist/esm/api-client/models/RestoreSandboxRequest.d.ts +2 -2
  301. package/dist/esm/api-client/models/RestoreSandboxRequest.js +2 -2
  302. package/dist/esm/api-client/models/RunBackgroundCommandRequest.d.ts +2 -2
  303. package/dist/esm/api-client/models/RunBackgroundCommandRequest.js +2 -2
  304. package/dist/esm/api-client/models/Sandbox.d.ts +2 -2
  305. package/dist/esm/api-client/models/Sandbox.js +2 -2
  306. package/dist/esm/api-client/models/SessionExecRequest.d.ts +80 -0
  307. package/dist/esm/api-client/models/SessionExecRequest.d.ts.map +1 -0
  308. package/dist/esm/api-client/models/SessionExecRequest.js +66 -0
  309. package/dist/esm/api-client/models/SessionExecRequest.js.map +1 -0
  310. package/dist/esm/api-client/models/SessionExecResponse.d.ts +57 -0
  311. package/dist/esm/api-client/models/SessionExecResponse.d.ts.map +1 -0
  312. package/dist/esm/api-client/models/SessionExecResponse.js +50 -0
  313. package/dist/esm/api-client/models/SessionExecResponse.js.map +1 -0
  314. package/dist/esm/api-client/models/SessionExecStreamRequest.d.ts +39 -0
  315. package/dist/esm/api-client/models/SessionExecStreamRequest.d.ts.map +1 -0
  316. package/dist/esm/api-client/models/SessionExecStreamRequest.js +48 -0
  317. package/dist/esm/api-client/models/SessionExecStreamRequest.js.map +1 -0
  318. package/dist/esm/api-client/models/Snapshot.d.ts +2 -2
  319. package/dist/esm/api-client/models/Snapshot.js +2 -2
  320. package/dist/esm/api-client/models/StartWatch200Response.d.ts +2 -2
  321. package/dist/esm/api-client/models/StartWatch200Response.js +2 -2
  322. package/dist/esm/api-client/models/StartWatch200ResponseData.d.ts +2 -2
  323. package/dist/esm/api-client/models/StartWatch200ResponseData.js +2 -2
  324. package/dist/esm/api-client/models/StartWatchRequest.d.ts +2 -2
  325. package/dist/esm/api-client/models/StartWatchRequest.js +2 -2
  326. package/dist/esm/api-client/models/SuccessResponse.d.ts +2 -2
  327. package/dist/esm/api-client/models/SuccessResponse.js +2 -2
  328. package/dist/esm/api-client/models/index.d.ts +7 -0
  329. package/dist/esm/api-client/models/index.d.ts.map +1 -1
  330. package/dist/esm/api-client/models/index.js +7 -0
  331. package/dist/esm/api-client/models/index.js.map +1 -1
  332. package/dist/esm/api-client/runtime.d.ts +2 -2
  333. package/dist/esm/api-client/runtime.js +2 -2
  334. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActivateAPIKeyRequest.js","sourceRoot":"","sources":["../../../../src/api-client/models/ActivateAPIKeyRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,0EAEC;AAED,sEAEC;AAED,gFAQC;AAED,kEAEC;AAED,4EASC;AAlCD;;GAEG;AACH,SAAgB,+BAA+B,CAAC,KAAa;IACzD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS,EAAE,mBAA4B;IACtF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACtE,CAAC;AACN,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,KAAoC,EAAE,sBAA+B,KAAK;IACvH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,CAAC;AACN,CAAC"}
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Hyper Fleet Native API
3
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
2
+ * VoidRun API
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0.0
6
6
  *
@@ -2,8 +2,8 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Hyper Fleet Native API
6
- * Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
5
+ * VoidRun API
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` and `/api/version` require the `X-API-Key` header for authentication.
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *