@voidrun/sdk 0.0.31 → 0.0.33

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 (389) hide show
  1. package/README.md +2 -2
  2. package/dist/cjs/CodeInterpreter.cjs +14 -3
  3. package/dist/cjs/CodeInterpreter.d.ts.map +1 -1
  4. package/dist/cjs/CodeInterpreter.js.map +1 -1
  5. package/dist/cjs/Sandbox.cjs +6 -0
  6. package/dist/cjs/Sandbox.d.ts +3 -0
  7. package/dist/cjs/Sandbox.d.ts.map +1 -1
  8. package/dist/cjs/Sandbox.js.map +1 -1
  9. package/dist/cjs/api-client/apis/ExecutionApi.cjs +1 -1
  10. package/dist/cjs/api-client/apis/ExecutionApi.d.ts +1 -1
  11. package/dist/cjs/api-client/apis/FileSystemApi.cjs +1 -1
  12. package/dist/cjs/api-client/apis/FileSystemApi.d.ts +1 -1
  13. package/dist/cjs/api-client/apis/ImagesApi.cjs +1 -64
  14. package/dist/cjs/api-client/apis/ImagesApi.d.ts +2 -28
  15. package/dist/cjs/api-client/apis/ImagesApi.d.ts.map +1 -1
  16. package/dist/cjs/api-client/apis/ImagesApi.js.map +1 -1
  17. package/dist/cjs/api-client/apis/OrganizationsApi.cjs +25 -76
  18. package/dist/cjs/api-client/apis/OrganizationsApi.d.ts +18 -38
  19. package/dist/cjs/api-client/apis/OrganizationsApi.d.ts.map +1 -1
  20. package/dist/cjs/api-client/apis/OrganizationsApi.js.map +1 -1
  21. package/dist/cjs/api-client/apis/SandboxesApi.cjs +1 -1
  22. package/dist/cjs/api-client/apis/SandboxesApi.d.ts +1 -1
  23. package/dist/cjs/api-client/apis/SystemApi.cjs +1 -1
  24. package/dist/cjs/api-client/apis/SystemApi.d.ts +1 -1
  25. package/dist/cjs/api-client/apis/{AuthenticationApi.cjs → UsersApi.cjs} +18 -20
  26. package/dist/cjs/api-client/apis/UsersApi.d.ts +29 -0
  27. package/dist/cjs/api-client/apis/UsersApi.d.ts.map +1 -0
  28. package/dist/cjs/api-client/apis/UsersApi.js.map +1 -0
  29. package/dist/cjs/api-client/apis/index.cjs +1 -1
  30. package/dist/cjs/api-client/apis/index.d.ts +1 -1
  31. package/dist/cjs/api-client/apis/index.d.ts.map +1 -1
  32. package/dist/cjs/api-client/apis/index.js.map +1 -1
  33. package/dist/cjs/api-client/models/APIKeyResponse.cjs +3 -1
  34. package/dist/cjs/api-client/models/APIKeyResponse.d.ts +7 -1
  35. package/dist/cjs/api-client/models/APIKeyResponse.d.ts.map +1 -1
  36. package/dist/cjs/api-client/models/APIKeyResponse.js.map +1 -1
  37. package/dist/cjs/api-client/models/ActivateAPIKeyRequest.cjs +1 -1
  38. package/dist/cjs/api-client/models/ActivateAPIKeyRequest.d.ts +1 -1
  39. package/dist/cjs/api-client/models/ApiResponseSandbox.cjs +1 -1
  40. package/dist/cjs/api-client/models/ApiResponseSandbox.d.ts +1 -1
  41. package/dist/cjs/api-client/models/ApiResponseSandboxesList.cjs +1 -1
  42. package/dist/cjs/api-client/models/ApiResponseSandboxesList.d.ts +1 -1
  43. package/dist/cjs/api-client/models/ApiResponseSandboxesListMeta.cjs +1 -1
  44. package/dist/cjs/api-client/models/ApiResponseSandboxesListMeta.d.ts +1 -1
  45. package/dist/cjs/api-client/models/CommandKillResponse.cjs +1 -1
  46. package/dist/cjs/api-client/models/CommandKillResponse.d.ts +1 -1
  47. package/dist/cjs/api-client/models/CommandListResponse.cjs +1 -1
  48. package/dist/cjs/api-client/models/CommandListResponse.d.ts +1 -1
  49. package/dist/cjs/api-client/models/CommandRunResponse.cjs +1 -1
  50. package/dist/cjs/api-client/models/CommandRunResponse.d.ts +1 -1
  51. package/dist/cjs/api-client/models/CommandWaitResponse.cjs +1 -1
  52. package/dist/cjs/api-client/models/CommandWaitResponse.d.ts +1 -1
  53. package/dist/cjs/api-client/models/CompressRequest.cjs +1 -1
  54. package/dist/cjs/api-client/models/CompressRequest.d.ts +1 -1
  55. package/dist/cjs/api-client/models/CreateFileRequest.cjs +1 -1
  56. package/dist/cjs/api-client/models/CreateFileRequest.d.ts +1 -1
  57. package/dist/cjs/api-client/models/CreateImageRequest.cjs +1 -1
  58. package/dist/cjs/api-client/models/CreateImageRequest.d.ts +1 -1
  59. package/dist/cjs/api-client/models/CreatePTYSession200Response.cjs +1 -1
  60. package/dist/cjs/api-client/models/CreatePTYSession200Response.d.ts +1 -1
  61. package/dist/cjs/api-client/models/CreatePTYSession200ResponseAllOfData.cjs +1 -1
  62. package/dist/cjs/api-client/models/CreatePTYSession200ResponseAllOfData.d.ts +1 -1
  63. package/dist/cjs/api-client/models/CreatePTYSessionRequest.cjs +1 -1
  64. package/dist/cjs/api-client/models/CreatePTYSessionRequest.d.ts +1 -1
  65. package/dist/cjs/api-client/models/CreateSandbox201Response.cjs +1 -1
  66. package/dist/cjs/api-client/models/CreateSandbox201Response.d.ts +1 -1
  67. package/dist/cjs/api-client/models/CreateSandboxRequest.cjs +9 -3
  68. package/dist/cjs/api-client/models/CreateSandboxRequest.d.ts +20 -2
  69. package/dist/cjs/api-client/models/CreateSandboxRequest.d.ts.map +1 -1
  70. package/dist/cjs/api-client/models/CreateSandboxRequest.js.map +1 -1
  71. package/dist/cjs/api-client/models/DiskUsage.cjs +1 -1
  72. package/dist/cjs/api-client/models/DiskUsage.d.ts +1 -1
  73. package/dist/cjs/api-client/models/ErrorResponse.cjs +1 -1
  74. package/dist/cjs/api-client/models/ErrorResponse.d.ts +1 -1
  75. package/dist/cjs/api-client/models/ExecRequest.cjs +1 -1
  76. package/dist/cjs/api-client/models/ExecRequest.d.ts +1 -1
  77. package/dist/cjs/api-client/models/ExecResponse.cjs +1 -1
  78. package/dist/cjs/api-client/models/ExecResponse.d.ts +1 -1
  79. package/dist/cjs/api-client/models/ExecResponseData.cjs +1 -1
  80. package/dist/cjs/api-client/models/ExecResponseData.d.ts +1 -1
  81. package/dist/cjs/api-client/models/ExecuteInSessionRequest.cjs +1 -1
  82. package/dist/cjs/api-client/models/ExecuteInSessionRequest.d.ts +1 -1
  83. package/dist/cjs/api-client/models/ExtractRequest.cjs +1 -1
  84. package/dist/cjs/api-client/models/ExtractRequest.d.ts +1 -1
  85. package/dist/cjs/api-client/models/FileEvent.cjs +1 -1
  86. package/dist/cjs/api-client/models/FileEvent.d.ts +1 -1
  87. package/dist/cjs/api-client/models/FileInfo.cjs +1 -1
  88. package/dist/cjs/api-client/models/FileInfo.d.ts +1 -1
  89. package/dist/cjs/api-client/models/FileStats.cjs +1 -1
  90. package/dist/cjs/api-client/models/FileStats.d.ts +1 -1
  91. package/dist/cjs/api-client/models/GenerateAPIKeyRequest.cjs +1 -5
  92. package/dist/cjs/api-client/models/GenerateAPIKeyRequest.d.ts +2 -8
  93. package/dist/cjs/api-client/models/GenerateAPIKeyRequest.d.ts.map +1 -1
  94. package/dist/cjs/api-client/models/GenerateAPIKeyRequest.js.map +1 -1
  95. package/dist/cjs/api-client/models/GeneratedAPIKeyResponse.cjs +1 -1
  96. package/dist/cjs/api-client/models/GeneratedAPIKeyResponse.d.ts +1 -1
  97. package/dist/cjs/api-client/models/GetCurrentUser200Response.cjs +60 -0
  98. package/dist/cjs/api-client/models/GetCurrentUser200Response.d.ts +64 -0
  99. package/dist/cjs/api-client/models/GetCurrentUser200Response.d.ts.map +1 -0
  100. package/dist/cjs/api-client/models/GetCurrentUser200Response.js.map +1 -0
  101. package/dist/cjs/api-client/models/GetCurrentUser200ResponseOrgsInner.cjs +51 -0
  102. package/dist/cjs/api-client/models/GetCurrentUser200ResponseOrgsInner.d.ts +39 -0
  103. package/dist/cjs/api-client/models/GetCurrentUser200ResponseOrgsInner.d.ts.map +1 -0
  104. package/dist/cjs/api-client/models/GetCurrentUser200ResponseOrgsInner.js.map +1 -0
  105. package/dist/cjs/api-client/models/GetOrgUsers200Response.cjs +1 -1
  106. package/dist/cjs/api-client/models/GetOrgUsers200Response.d.ts +1 -1
  107. package/dist/cjs/api-client/models/GetOrgUsers200ResponseAllOfDataInner.cjs +3 -3
  108. package/dist/cjs/api-client/models/GetOrgUsers200ResponseAllOfDataInner.d.ts +2 -2
  109. package/dist/cjs/api-client/models/GetOrgUsers200ResponseAllOfDataInner.d.ts.map +1 -1
  110. package/dist/cjs/api-client/models/GetOrgUsers200ResponseAllOfDataInner.js.map +1 -1
  111. package/dist/cjs/api-client/models/GetPTYBuffer200Response.cjs +1 -1
  112. package/dist/cjs/api-client/models/GetPTYBuffer200Response.d.ts +1 -1
  113. package/dist/cjs/api-client/models/GetPTYBuffer200ResponseAllOfData.cjs +1 -1
  114. package/dist/cjs/api-client/models/GetPTYBuffer200ResponseAllOfData.d.ts +1 -1
  115. package/dist/cjs/api-client/models/GetVersion200Response.cjs +1 -1
  116. package/dist/cjs/api-client/models/GetVersion200Response.d.ts +1 -1
  117. package/dist/cjs/api-client/models/Image.cjs +1 -1
  118. package/dist/cjs/api-client/models/Image.d.ts +1 -1
  119. package/dist/cjs/api-client/models/KillBackgroundProcessRequest.cjs +1 -1
  120. package/dist/cjs/api-client/models/KillBackgroundProcessRequest.d.ts +1 -1
  121. package/dist/cjs/api-client/models/ListFiles200Response.cjs +1 -1
  122. package/dist/cjs/api-client/models/ListFiles200Response.d.ts +1 -1
  123. package/dist/cjs/api-client/models/ListFiles200ResponseData.cjs +1 -1
  124. package/dist/cjs/api-client/models/ListFiles200ResponseData.d.ts +1 -1
  125. package/dist/cjs/api-client/models/ListPTYSessions200Response.cjs +1 -1
  126. package/dist/cjs/api-client/models/ListPTYSessions200Response.d.ts +1 -1
  127. package/dist/cjs/api-client/models/ListPTYSessions200ResponseAllOfData.cjs +1 -1
  128. package/dist/cjs/api-client/models/ListPTYSessions200ResponseAllOfData.d.ts +1 -1
  129. package/dist/cjs/api-client/models/Organization.cjs +1 -1
  130. package/dist/cjs/api-client/models/Organization.d.ts +1 -1
  131. package/dist/cjs/api-client/models/PTYSessionInfo.cjs +1 -1
  132. package/dist/cjs/api-client/models/PTYSessionInfo.d.ts +1 -1
  133. package/dist/cjs/api-client/models/ProcessInfo.cjs +1 -1
  134. package/dist/cjs/api-client/models/ProcessInfo.d.ts +1 -1
  135. package/dist/cjs/api-client/models/ResizeTerminalRequest.cjs +1 -1
  136. package/dist/cjs/api-client/models/ResizeTerminalRequest.d.ts +1 -1
  137. package/dist/cjs/api-client/models/RunBackgroundCommandRequest.cjs +1 -1
  138. package/dist/cjs/api-client/models/RunBackgroundCommandRequest.d.ts +1 -1
  139. package/dist/cjs/api-client/models/Sandbox.cjs +11 -5
  140. package/dist/cjs/api-client/models/Sandbox.d.ts +31 -13
  141. package/dist/cjs/api-client/models/Sandbox.d.ts.map +1 -1
  142. package/dist/cjs/api-client/models/Sandbox.js.map +1 -1
  143. package/dist/cjs/api-client/models/SessionExecRequest.cjs +1 -1
  144. package/dist/cjs/api-client/models/SessionExecRequest.d.ts +1 -1
  145. package/dist/cjs/api-client/models/SessionExecResponse.cjs +1 -1
  146. package/dist/cjs/api-client/models/SessionExecResponse.d.ts +1 -1
  147. package/dist/cjs/api-client/models/SessionExecStreamRequest.cjs +1 -1
  148. package/dist/cjs/api-client/models/SessionExecStreamRequest.d.ts +1 -1
  149. package/dist/cjs/api-client/models/StartWatch200Response.cjs +1 -1
  150. package/dist/cjs/api-client/models/StartWatch200Response.d.ts +1 -1
  151. package/dist/cjs/api-client/models/StartWatch200ResponseData.cjs +1 -1
  152. package/dist/cjs/api-client/models/StartWatch200ResponseData.d.ts +1 -1
  153. package/dist/cjs/api-client/models/StartWatchRequest.cjs +1 -1
  154. package/dist/cjs/api-client/models/StartWatchRequest.d.ts +1 -1
  155. package/dist/cjs/api-client/models/SuccessResponse.cjs +1 -1
  156. package/dist/cjs/api-client/models/SuccessResponse.d.ts +1 -1
  157. package/dist/cjs/api-client/models/index.cjs +2 -5
  158. package/dist/cjs/api-client/models/index.d.ts +2 -5
  159. package/dist/cjs/api-client/models/index.d.ts.map +1 -1
  160. package/dist/cjs/api-client/models/index.js.map +1 -1
  161. package/dist/cjs/api-client/runtime.cjs +1 -1
  162. package/dist/cjs/api-client/runtime.d.ts +1 -1
  163. package/dist/cjs/constants.cjs +1 -1
  164. package/dist/cjs/constants.d.ts +1 -1
  165. package/dist/cjs/constants.js.map +1 -1
  166. package/dist/cjs/index.cjs +12 -6
  167. package/dist/cjs/index.d.ts +4 -1
  168. package/dist/cjs/index.d.ts.map +1 -1
  169. package/dist/cjs/index.js.map +1 -1
  170. package/dist/cjs/types.d.ts +4 -1
  171. package/dist/cjs/types.d.ts.map +1 -1
  172. package/dist/esm/CodeInterpreter.d.ts.map +1 -1
  173. package/dist/esm/CodeInterpreter.js +14 -3
  174. package/dist/esm/CodeInterpreter.js.map +1 -1
  175. package/dist/esm/Sandbox.d.ts +3 -0
  176. package/dist/esm/Sandbox.d.ts.map +1 -1
  177. package/dist/esm/Sandbox.js +6 -0
  178. package/dist/esm/Sandbox.js.map +1 -1
  179. package/dist/esm/api-client/apis/ExecutionApi.d.ts +1 -1
  180. package/dist/esm/api-client/apis/ExecutionApi.js +1 -1
  181. package/dist/esm/api-client/apis/FileSystemApi.d.ts +1 -1
  182. package/dist/esm/api-client/apis/FileSystemApi.js +1 -1
  183. package/dist/esm/api-client/apis/ImagesApi.d.ts +2 -28
  184. package/dist/esm/api-client/apis/ImagesApi.d.ts.map +1 -1
  185. package/dist/esm/api-client/apis/ImagesApi.js +2 -65
  186. package/dist/esm/api-client/apis/ImagesApi.js.map +1 -1
  187. package/dist/esm/api-client/apis/OrganizationsApi.d.ts +18 -38
  188. package/dist/esm/api-client/apis/OrganizationsApi.d.ts.map +1 -1
  189. package/dist/esm/api-client/apis/OrganizationsApi.js +26 -77
  190. package/dist/esm/api-client/apis/OrganizationsApi.js.map +1 -1
  191. package/dist/esm/api-client/apis/SandboxesApi.d.ts +1 -1
  192. package/dist/esm/api-client/apis/SandboxesApi.js +1 -1
  193. package/dist/esm/api-client/apis/SystemApi.d.ts +1 -1
  194. package/dist/esm/api-client/apis/SystemApi.js +1 -1
  195. package/dist/esm/api-client/apis/UsersApi.d.ts +29 -0
  196. package/dist/esm/api-client/apis/UsersApi.d.ts.map +1 -0
  197. package/dist/esm/api-client/apis/UsersApi.js +48 -0
  198. package/dist/esm/api-client/apis/UsersApi.js.map +1 -0
  199. package/dist/esm/api-client/apis/index.d.ts +1 -1
  200. package/dist/esm/api-client/apis/index.d.ts.map +1 -1
  201. package/dist/esm/api-client/apis/index.js +1 -1
  202. package/dist/esm/api-client/apis/index.js.map +1 -1
  203. package/dist/esm/api-client/models/APIKeyResponse.d.ts +7 -1
  204. package/dist/esm/api-client/models/APIKeyResponse.d.ts.map +1 -1
  205. package/dist/esm/api-client/models/APIKeyResponse.js +3 -1
  206. package/dist/esm/api-client/models/APIKeyResponse.js.map +1 -1
  207. package/dist/esm/api-client/models/ActivateAPIKeyRequest.d.ts +1 -1
  208. package/dist/esm/api-client/models/ActivateAPIKeyRequest.js +1 -1
  209. package/dist/esm/api-client/models/ApiResponseSandbox.d.ts +1 -1
  210. package/dist/esm/api-client/models/ApiResponseSandbox.js +1 -1
  211. package/dist/esm/api-client/models/ApiResponseSandboxesList.d.ts +1 -1
  212. package/dist/esm/api-client/models/ApiResponseSandboxesList.js +1 -1
  213. package/dist/esm/api-client/models/ApiResponseSandboxesListMeta.d.ts +1 -1
  214. package/dist/esm/api-client/models/ApiResponseSandboxesListMeta.js +1 -1
  215. package/dist/esm/api-client/models/CommandKillResponse.d.ts +1 -1
  216. package/dist/esm/api-client/models/CommandKillResponse.js +1 -1
  217. package/dist/esm/api-client/models/CommandListResponse.d.ts +1 -1
  218. package/dist/esm/api-client/models/CommandListResponse.js +1 -1
  219. package/dist/esm/api-client/models/CommandRunResponse.d.ts +1 -1
  220. package/dist/esm/api-client/models/CommandRunResponse.js +1 -1
  221. package/dist/esm/api-client/models/CommandWaitResponse.d.ts +1 -1
  222. package/dist/esm/api-client/models/CommandWaitResponse.js +1 -1
  223. package/dist/esm/api-client/models/CompressRequest.d.ts +1 -1
  224. package/dist/esm/api-client/models/CompressRequest.js +1 -1
  225. package/dist/esm/api-client/models/CreateFileRequest.d.ts +1 -1
  226. package/dist/esm/api-client/models/CreateFileRequest.js +1 -1
  227. package/dist/esm/api-client/models/CreateImageRequest.d.ts +1 -1
  228. package/dist/esm/api-client/models/CreateImageRequest.js +1 -1
  229. package/dist/esm/api-client/models/CreatePTYSession200Response.d.ts +1 -1
  230. package/dist/esm/api-client/models/CreatePTYSession200Response.js +1 -1
  231. package/dist/esm/api-client/models/CreatePTYSession200ResponseAllOfData.d.ts +1 -1
  232. package/dist/esm/api-client/models/CreatePTYSession200ResponseAllOfData.js +1 -1
  233. package/dist/esm/api-client/models/CreatePTYSessionRequest.d.ts +1 -1
  234. package/dist/esm/api-client/models/CreatePTYSessionRequest.js +1 -1
  235. package/dist/esm/api-client/models/CreateSandbox201Response.d.ts +1 -1
  236. package/dist/esm/api-client/models/CreateSandbox201Response.js +1 -1
  237. package/dist/esm/api-client/models/CreateSandboxRequest.d.ts +20 -2
  238. package/dist/esm/api-client/models/CreateSandboxRequest.d.ts.map +1 -1
  239. package/dist/esm/api-client/models/CreateSandboxRequest.js +9 -3
  240. package/dist/esm/api-client/models/CreateSandboxRequest.js.map +1 -1
  241. package/dist/esm/api-client/models/DiskUsage.d.ts +1 -1
  242. package/dist/esm/api-client/models/DiskUsage.js +1 -1
  243. package/dist/esm/api-client/models/ErrorResponse.d.ts +1 -1
  244. package/dist/esm/api-client/models/ErrorResponse.js +1 -1
  245. package/dist/esm/api-client/models/ExecRequest.d.ts +1 -1
  246. package/dist/esm/api-client/models/ExecRequest.js +1 -1
  247. package/dist/esm/api-client/models/ExecResponse.d.ts +1 -1
  248. package/dist/esm/api-client/models/ExecResponse.js +1 -1
  249. package/dist/esm/api-client/models/ExecResponseData.d.ts +1 -1
  250. package/dist/esm/api-client/models/ExecResponseData.js +1 -1
  251. package/dist/esm/api-client/models/ExecuteInSessionRequest.d.ts +1 -1
  252. package/dist/esm/api-client/models/ExecuteInSessionRequest.js +1 -1
  253. package/dist/esm/api-client/models/ExtractRequest.d.ts +1 -1
  254. package/dist/esm/api-client/models/ExtractRequest.js +1 -1
  255. package/dist/esm/api-client/models/FileEvent.d.ts +1 -1
  256. package/dist/esm/api-client/models/FileEvent.js +1 -1
  257. package/dist/esm/api-client/models/FileInfo.d.ts +1 -1
  258. package/dist/esm/api-client/models/FileInfo.js +1 -1
  259. package/dist/esm/api-client/models/FileStats.d.ts +1 -1
  260. package/dist/esm/api-client/models/FileStats.js +1 -1
  261. package/dist/esm/api-client/models/GenerateAPIKeyRequest.d.ts +2 -8
  262. package/dist/esm/api-client/models/GenerateAPIKeyRequest.d.ts.map +1 -1
  263. package/dist/esm/api-client/models/GenerateAPIKeyRequest.js +1 -5
  264. package/dist/esm/api-client/models/GenerateAPIKeyRequest.js.map +1 -1
  265. package/dist/esm/api-client/models/GeneratedAPIKeyResponse.d.ts +1 -1
  266. package/dist/esm/api-client/models/GeneratedAPIKeyResponse.js +1 -1
  267. package/dist/esm/api-client/models/GetCurrentUser200Response.d.ts +64 -0
  268. package/dist/esm/api-client/models/GetCurrentUser200Response.d.ts.map +1 -0
  269. package/dist/esm/api-client/models/GetCurrentUser200Response.js +53 -0
  270. package/dist/esm/api-client/models/GetCurrentUser200Response.js.map +1 -0
  271. package/dist/esm/api-client/models/GetCurrentUser200ResponseOrgsInner.d.ts +39 -0
  272. package/dist/esm/api-client/models/GetCurrentUser200ResponseOrgsInner.d.ts.map +1 -0
  273. package/dist/esm/api-client/models/GetCurrentUser200ResponseOrgsInner.js +44 -0
  274. package/dist/esm/api-client/models/GetCurrentUser200ResponseOrgsInner.js.map +1 -0
  275. package/dist/esm/api-client/models/GetOrgUsers200Response.d.ts +1 -1
  276. package/dist/esm/api-client/models/GetOrgUsers200Response.js +1 -1
  277. package/dist/esm/api-client/models/GetOrgUsers200ResponseAllOfDataInner.d.ts +2 -2
  278. package/dist/esm/api-client/models/GetOrgUsers200ResponseAllOfDataInner.d.ts.map +1 -1
  279. package/dist/esm/api-client/models/GetOrgUsers200ResponseAllOfDataInner.js +3 -3
  280. package/dist/esm/api-client/models/GetOrgUsers200ResponseAllOfDataInner.js.map +1 -1
  281. package/dist/esm/api-client/models/GetPTYBuffer200Response.d.ts +1 -1
  282. package/dist/esm/api-client/models/GetPTYBuffer200Response.js +1 -1
  283. package/dist/esm/api-client/models/GetPTYBuffer200ResponseAllOfData.d.ts +1 -1
  284. package/dist/esm/api-client/models/GetPTYBuffer200ResponseAllOfData.js +1 -1
  285. package/dist/esm/api-client/models/GetVersion200Response.d.ts +1 -1
  286. package/dist/esm/api-client/models/GetVersion200Response.js +1 -1
  287. package/dist/esm/api-client/models/Image.d.ts +1 -1
  288. package/dist/esm/api-client/models/Image.js +1 -1
  289. package/dist/esm/api-client/models/KillBackgroundProcessRequest.d.ts +1 -1
  290. package/dist/esm/api-client/models/KillBackgroundProcessRequest.js +1 -1
  291. package/dist/esm/api-client/models/ListFiles200Response.d.ts +1 -1
  292. package/dist/esm/api-client/models/ListFiles200Response.js +1 -1
  293. package/dist/esm/api-client/models/ListFiles200ResponseData.d.ts +1 -1
  294. package/dist/esm/api-client/models/ListFiles200ResponseData.js +1 -1
  295. package/dist/esm/api-client/models/ListPTYSessions200Response.d.ts +1 -1
  296. package/dist/esm/api-client/models/ListPTYSessions200Response.js +1 -1
  297. package/dist/esm/api-client/models/ListPTYSessions200ResponseAllOfData.d.ts +1 -1
  298. package/dist/esm/api-client/models/ListPTYSessions200ResponseAllOfData.js +1 -1
  299. package/dist/esm/api-client/models/Organization.d.ts +1 -1
  300. package/dist/esm/api-client/models/Organization.js +1 -1
  301. package/dist/esm/api-client/models/PTYSessionInfo.d.ts +1 -1
  302. package/dist/esm/api-client/models/PTYSessionInfo.js +1 -1
  303. package/dist/esm/api-client/models/ProcessInfo.d.ts +1 -1
  304. package/dist/esm/api-client/models/ProcessInfo.js +1 -1
  305. package/dist/esm/api-client/models/ResizeTerminalRequest.d.ts +1 -1
  306. package/dist/esm/api-client/models/ResizeTerminalRequest.js +1 -1
  307. package/dist/esm/api-client/models/RunBackgroundCommandRequest.d.ts +1 -1
  308. package/dist/esm/api-client/models/RunBackgroundCommandRequest.js +1 -1
  309. package/dist/esm/api-client/models/Sandbox.d.ts +31 -13
  310. package/dist/esm/api-client/models/Sandbox.d.ts.map +1 -1
  311. package/dist/esm/api-client/models/Sandbox.js +11 -5
  312. package/dist/esm/api-client/models/Sandbox.js.map +1 -1
  313. package/dist/esm/api-client/models/SessionExecRequest.d.ts +1 -1
  314. package/dist/esm/api-client/models/SessionExecRequest.js +1 -1
  315. package/dist/esm/api-client/models/SessionExecResponse.d.ts +1 -1
  316. package/dist/esm/api-client/models/SessionExecResponse.js +1 -1
  317. package/dist/esm/api-client/models/SessionExecStreamRequest.d.ts +1 -1
  318. package/dist/esm/api-client/models/SessionExecStreamRequest.js +1 -1
  319. package/dist/esm/api-client/models/StartWatch200Response.d.ts +1 -1
  320. package/dist/esm/api-client/models/StartWatch200Response.js +1 -1
  321. package/dist/esm/api-client/models/StartWatch200ResponseData.d.ts +1 -1
  322. package/dist/esm/api-client/models/StartWatch200ResponseData.js +1 -1
  323. package/dist/esm/api-client/models/StartWatchRequest.d.ts +1 -1
  324. package/dist/esm/api-client/models/StartWatchRequest.js +1 -1
  325. package/dist/esm/api-client/models/SuccessResponse.d.ts +1 -1
  326. package/dist/esm/api-client/models/SuccessResponse.js +1 -1
  327. package/dist/esm/api-client/models/index.d.ts +2 -5
  328. package/dist/esm/api-client/models/index.d.ts.map +1 -1
  329. package/dist/esm/api-client/models/index.js +2 -5
  330. package/dist/esm/api-client/models/index.js.map +1 -1
  331. package/dist/esm/api-client/runtime.d.ts +1 -1
  332. package/dist/esm/api-client/runtime.js +1 -1
  333. package/dist/esm/constants.d.ts +1 -1
  334. package/dist/esm/constants.js +1 -1
  335. package/dist/esm/constants.js.map +1 -1
  336. package/dist/esm/index.d.ts +4 -1
  337. package/dist/esm/index.d.ts.map +1 -1
  338. package/dist/esm/index.js +12 -6
  339. package/dist/esm/index.js.map +1 -1
  340. package/dist/esm/types.d.ts +4 -1
  341. package/dist/esm/types.d.ts.map +1 -1
  342. package/package.json +1 -1
  343. package/dist/cjs/api-client/apis/AuthenticationApi.d.ts +0 -32
  344. package/dist/cjs/api-client/apis/AuthenticationApi.d.ts.map +0 -1
  345. package/dist/cjs/api-client/apis/AuthenticationApi.js.map +0 -1
  346. package/dist/cjs/api-client/models/RegisterRequest.cjs +0 -55
  347. package/dist/cjs/api-client/models/RegisterRequest.d.ts +0 -39
  348. package/dist/cjs/api-client/models/RegisterRequest.d.ts.map +0 -1
  349. package/dist/cjs/api-client/models/RegisterRequest.js.map +0 -1
  350. package/dist/cjs/api-client/models/RegisterResponse.cjs +0 -52
  351. package/dist/cjs/api-client/models/RegisterResponse.d.ts +0 -40
  352. package/dist/cjs/api-client/models/RegisterResponse.d.ts.map +0 -1
  353. package/dist/cjs/api-client/models/RegisterResponse.js.map +0 -1
  354. package/dist/cjs/api-client/models/RegisterResponseData.cjs +0 -51
  355. package/dist/cjs/api-client/models/RegisterResponseData.d.ts +0 -39
  356. package/dist/cjs/api-client/models/RegisterResponseData.d.ts.map +0 -1
  357. package/dist/cjs/api-client/models/RegisterResponseData.js.map +0 -1
  358. package/dist/cjs/api-client/models/RestoreSandboxRequest.cjs +0 -69
  359. package/dist/cjs/api-client/models/RestoreSandboxRequest.d.ts +0 -75
  360. package/dist/cjs/api-client/models/RestoreSandboxRequest.d.ts.map +0 -1
  361. package/dist/cjs/api-client/models/RestoreSandboxRequest.js.map +0 -1
  362. package/dist/cjs/api-client/models/Snapshot.cjs +0 -53
  363. package/dist/cjs/api-client/models/Snapshot.d.ts +0 -45
  364. package/dist/cjs/api-client/models/Snapshot.d.ts.map +0 -1
  365. package/dist/cjs/api-client/models/Snapshot.js.map +0 -1
  366. package/dist/esm/api-client/apis/AuthenticationApi.d.ts +0 -32
  367. package/dist/esm/api-client/apis/AuthenticationApi.d.ts.map +0 -1
  368. package/dist/esm/api-client/apis/AuthenticationApi.js +0 -50
  369. package/dist/esm/api-client/apis/AuthenticationApi.js.map +0 -1
  370. package/dist/esm/api-client/models/RegisterRequest.d.ts +0 -39
  371. package/dist/esm/api-client/models/RegisterRequest.d.ts.map +0 -1
  372. package/dist/esm/api-client/models/RegisterRequest.js +0 -48
  373. package/dist/esm/api-client/models/RegisterRequest.js.map +0 -1
  374. package/dist/esm/api-client/models/RegisterResponse.d.ts +0 -40
  375. package/dist/esm/api-client/models/RegisterResponse.d.ts.map +0 -1
  376. package/dist/esm/api-client/models/RegisterResponse.js +0 -45
  377. package/dist/esm/api-client/models/RegisterResponse.js.map +0 -1
  378. package/dist/esm/api-client/models/RegisterResponseData.d.ts +0 -39
  379. package/dist/esm/api-client/models/RegisterResponseData.d.ts.map +0 -1
  380. package/dist/esm/api-client/models/RegisterResponseData.js +0 -44
  381. package/dist/esm/api-client/models/RegisterResponseData.js.map +0 -1
  382. package/dist/esm/api-client/models/RestoreSandboxRequest.d.ts +0 -75
  383. package/dist/esm/api-client/models/RestoreSandboxRequest.d.ts.map +0 -1
  384. package/dist/esm/api-client/models/RestoreSandboxRequest.js +0 -62
  385. package/dist/esm/api-client/models/RestoreSandboxRequest.js.map +0 -1
  386. package/dist/esm/api-client/models/Snapshot.d.ts +0 -45
  387. package/dist/esm/api-client/models/Snapshot.d.ts.map +0 -1
  388. package/dist/esm/api-client/models/Snapshot.js +0 -46
  389. package/dist/esm/api-client/models/Snapshot.js.map +0 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -35,13 +35,16 @@ function CreateSandboxRequestFromJSONTyped(json, ignoreDiscriminator) {
35
35
  }
36
36
  return {
37
37
  'name': json['name'],
38
- 'templateId': json['templateId'] == null ? undefined : json['templateId'],
38
+ 'image': json['image'] == null ? undefined : json['image'],
39
39
  'cpu': json['cpu'] == null ? undefined : json['cpu'],
40
40
  'mem': json['mem'] == null ? undefined : json['mem'],
41
41
  'orgId': json['orgId'] == null ? undefined : json['orgId'],
42
42
  'userId': json['userId'] == null ? undefined : json['userId'],
43
43
  'sync': json['sync'] == null ? undefined : json['sync'],
44
44
  'envVars': json['envVars'] == null ? undefined : json['envVars'],
45
+ 'disablePause': json['disablePause'] == null ? undefined : json['disablePause'],
46
+ 'region': json['region'] == null ? undefined : json['region'],
47
+ 'refId': json['refId'] == null ? undefined : json['refId'],
45
48
  };
46
49
  }
47
50
  function CreateSandboxRequestToJSON(json) {
@@ -53,13 +56,16 @@ function CreateSandboxRequestToJSONTyped(value, ignoreDiscriminator = false) {
53
56
  }
54
57
  return {
55
58
  'name': value['name'],
56
- 'templateId': value['templateId'],
59
+ 'image': value['image'],
57
60
  'cpu': value['cpu'],
58
61
  'mem': value['mem'],
59
62
  'orgId': value['orgId'],
60
63
  'userId': value['userId'],
61
64
  'sync': value['sync'],
62
65
  'envVars': value['envVars'],
66
+ 'disablePause': value['disablePause'],
67
+ 'region': value['region'],
68
+ 'refId': value['refId'],
63
69
  };
64
70
  }
65
71
  //# sourceMappingURL=CreateSandboxRequest.js.map
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -26,7 +26,7 @@ export interface CreateSandboxRequest {
26
26
  * @type {string}
27
27
  * @memberof CreateSandboxRequest
28
28
  */
29
- templateId?: string;
29
+ image?: string;
30
30
  /**
31
31
  * Number of vCPUs
32
32
  * @type {number}
@@ -65,6 +65,24 @@ export interface CreateSandboxRequest {
65
65
  envVars?: {
66
66
  [key: string]: string;
67
67
  };
68
+ /**
69
+ * If true, the sandbox will not be auto-paused due to inactivity
70
+ * @type {boolean}
71
+ * @memberof CreateSandboxRequest
72
+ */
73
+ disablePause?: boolean;
74
+ /**
75
+ * Target region for the sandbox
76
+ * @type {string}
77
+ * @memberof CreateSandboxRequest
78
+ */
79
+ region?: string;
80
+ /**
81
+ * External reference ID for tracking
82
+ * @type {string}
83
+ * @memberof CreateSandboxRequest
84
+ */
85
+ refId?: string;
68
86
  }
69
87
  /**
70
88
  * Check if a given object implements the CreateSandboxRequest interface.
@@ -1 +1 @@
1
- {"version":3,"file":"CreateSandboxRequest.d.ts","sourceRoot":"","sources":["../../../../src/api-client/models/CreateSandboxRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;CACxC;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAG3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAe/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAgB9H"}
1
+ {"version":3,"file":"CreateSandboxRequest.d.ts","sourceRoot":"","sources":["../../../../src/api-client/models/CreateSandboxRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACrC;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAG3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAkB/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAmB9H"}
@@ -1 +1 @@
1
- {"version":3,"file":"CreateSandboxRequest.js","sourceRoot":"","sources":["../../../../src/api-client/models/CreateSandboxRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA8DH,wEAGC;AAED,oEAEC;AAED,8EAeC;AAED,gEAEC;AAED,0EAgBC;AAjDD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,KAAa;IACxD,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QACzE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;QACpD,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;QACpD,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;KACnE,CAAC;AACN,CAAC;AAED,SAAgB,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAED,SAAgB,+BAA+B,CAAC,KAAmC,EAAE,sBAA+B,KAAK;IACrH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;QACnB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;QACnB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;KAC9B,CAAC;AACN,CAAC"}
1
+ {"version":3,"file":"CreateSandboxRequest.js","sourceRoot":"","sources":["../../../../src/api-client/models/CreateSandboxRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgFH,wEAGC;AAED,oEAEC;AAED,8EAkBC;AAED,gEAEC;AAED,0EAmBC;AAvDD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,KAAa;IACxD,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;QACpD,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;QACpD,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;QAC/E,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;KAC7D,CAAC;AACN,CAAC;AAED,SAAgB,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAED,SAAgB,+BAA+B,CAAC,KAAmC,EAAE,sBAA+B,KAAK;IACrH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;QACnB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;QACnB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;QACrC,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;KAC1B,CAAC;AACN,CAAC"}
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -22,8 +22,6 @@ exports.GenerateAPIKeyRequestToJSONTyped = GenerateAPIKeyRequestToJSONTyped;
22
22
  * Check if a given object implements the GenerateAPIKeyRequest interface.
23
23
  */
24
24
  function instanceOfGenerateAPIKeyRequest(value) {
25
- if (!('orgId' in value) || value['orgId'] === undefined)
26
- return false;
27
25
  if (!('keyName' in value) || value['keyName'] === undefined)
28
26
  return false;
29
27
  return true;
@@ -36,7 +34,6 @@ function GenerateAPIKeyRequestFromJSONTyped(json, ignoreDiscriminator) {
36
34
  return json;
37
35
  }
38
36
  return {
39
- 'orgId': json['orgId'],
40
37
  'keyName': json['keyName'],
41
38
  };
42
39
  }
@@ -48,7 +45,6 @@ function GenerateAPIKeyRequestToJSONTyped(value, ignoreDiscriminator = false) {
48
45
  return value;
49
46
  }
50
47
  return {
51
- 'orgId': value['orgId'],
52
48
  'keyName': value['keyName'],
53
49
  };
54
50
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -16,13 +16,7 @@
16
16
  */
17
17
  export interface GenerateAPIKeyRequest {
18
18
  /**
19
- *
20
- * @type {string}
21
- * @memberof GenerateAPIKeyRequest
22
- */
23
- orgId: string;
24
- /**
25
- *
19
+ * A descriptive name for the API key
26
20
  * @type {string}
27
21
  * @memberof GenerateAPIKeyRequest
28
22
  */
@@ -1 +1 @@
1
- {"version":3,"file":"GenerateAPIKeyRequest.d.ts","sourceRoot":"","sources":["../../../../src/api-client/models/GenerateAPIKeyRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAI7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CASjH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUhI"}
1
+ {"version":3,"file":"GenerateAPIKeyRequest.d.ts","sourceRoot":"","sources":["../../../../src/api-client/models/GenerateAPIKeyRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAG7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CAQjH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAShI"}
@@ -1 +1 @@
1
- {"version":3,"file":"GenerateAPIKeyRequest.js","sourceRoot":"","sources":["../../../../src/api-client/models/GenerateAPIKeyRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,0EAIC;AAED,sEAEC;AAED,gFASC;AAED,kEAEC;AAED,4EAUC;AAtCD;;GAEG;AACH,SAAgB,+BAA+B,CAAC,KAAa;IACzD,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,IAAI,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC1E,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,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC;KAC7B,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,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;KAC9B,CAAC;AACN,CAAC"}
1
+ {"version":3,"file":"GenerateAPIKeyRequest.js","sourceRoot":"","sources":["../../../../src/api-client/models/GenerateAPIKeyRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,0EAGC;AAED,sEAEC;AAED,gFAQC;AAED,kEAEC;AAED,4EASC;AAnCD;;GAEG;AACH,SAAgB,+BAA+B,CAAC,KAAa;IACzD,IAAI,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC1E,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,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC;KAC7B,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,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;KAC9B,CAAC;AACN,CAAC"}
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
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.
6
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
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.
3
+ * VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/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
  *
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
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/version` require the `X-API-Key` header for authentication.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfGetCurrentUser200Response = instanceOfGetCurrentUser200Response;
17
+ exports.GetCurrentUser200ResponseFromJSON = GetCurrentUser200ResponseFromJSON;
18
+ exports.GetCurrentUser200ResponseFromJSONTyped = GetCurrentUser200ResponseFromJSONTyped;
19
+ exports.GetCurrentUser200ResponseToJSON = GetCurrentUser200ResponseToJSON;
20
+ exports.GetCurrentUser200ResponseToJSONTyped = GetCurrentUser200ResponseToJSONTyped;
21
+ const GetCurrentUser200ResponseOrgsInner_1 = require("./GetCurrentUser200ResponseOrgsInner.cjs");
22
+ /**
23
+ * Check if a given object implements the GetCurrentUser200Response interface.
24
+ */
25
+ function instanceOfGetCurrentUser200Response(value) {
26
+ return true;
27
+ }
28
+ function GetCurrentUser200ResponseFromJSON(json) {
29
+ return GetCurrentUser200ResponseFromJSONTyped(json, false);
30
+ }
31
+ function GetCurrentUser200ResponseFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'id': json['id'] == null ? undefined : json['id'],
37
+ 'name': json['name'] == null ? undefined : json['name'],
38
+ 'email': json['email'] == null ? undefined : json['email'],
39
+ 'imageUrl': json['imageUrl'] == null ? undefined : json['imageUrl'],
40
+ 'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
41
+ 'orgs': json['orgs'] == null ? undefined : (json['orgs'].map(GetCurrentUser200ResponseOrgsInner_1.GetCurrentUser200ResponseOrgsInnerFromJSON)),
42
+ };
43
+ }
44
+ function GetCurrentUser200ResponseToJSON(json) {
45
+ return GetCurrentUser200ResponseToJSONTyped(json, false);
46
+ }
47
+ function GetCurrentUser200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
48
+ if (value == null) {
49
+ return value;
50
+ }
51
+ return {
52
+ 'id': value['id'],
53
+ 'name': value['name'],
54
+ 'email': value['email'],
55
+ 'imageUrl': value['imageUrl'],
56
+ 'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
57
+ 'orgs': value['orgs'] == null ? undefined : (value['orgs'].map(GetCurrentUser200ResponseOrgsInner_1.GetCurrentUser200ResponseOrgsInnerToJSON)),
58
+ };
59
+ }
60
+ //# sourceMappingURL=GetCurrentUser200Response.js.map