@voidrun/sdk 0.0.32 → 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.
- package/dist/cjs/CodeInterpreter.cjs +14 -3
- package/dist/cjs/CodeInterpreter.d.ts.map +1 -1
- package/dist/cjs/CodeInterpreter.js.map +1 -1
- package/dist/cjs/Sandbox.cjs +6 -0
- package/dist/cjs/Sandbox.d.ts +3 -0
- package/dist/cjs/Sandbox.d.ts.map +1 -1
- package/dist/cjs/Sandbox.js.map +1 -1
- package/dist/cjs/api-client/apis/ExecutionApi.cjs +1 -1
- package/dist/cjs/api-client/apis/ExecutionApi.d.ts +1 -1
- package/dist/cjs/api-client/apis/FileSystemApi.cjs +1 -1
- package/dist/cjs/api-client/apis/FileSystemApi.d.ts +1 -1
- package/dist/cjs/api-client/apis/ImagesApi.cjs +1 -64
- package/dist/cjs/api-client/apis/ImagesApi.d.ts +2 -28
- package/dist/cjs/api-client/apis/ImagesApi.d.ts.map +1 -1
- package/dist/cjs/api-client/apis/ImagesApi.js.map +1 -1
- package/dist/cjs/api-client/apis/OrganizationsApi.cjs +25 -76
- package/dist/cjs/api-client/apis/OrganizationsApi.d.ts +18 -38
- package/dist/cjs/api-client/apis/OrganizationsApi.d.ts.map +1 -1
- package/dist/cjs/api-client/apis/OrganizationsApi.js.map +1 -1
- package/dist/cjs/api-client/apis/SandboxesApi.cjs +1 -1
- package/dist/cjs/api-client/apis/SandboxesApi.d.ts +1 -1
- package/dist/cjs/api-client/apis/SystemApi.cjs +1 -1
- package/dist/cjs/api-client/apis/SystemApi.d.ts +1 -1
- package/dist/cjs/api-client/apis/{AuthenticationApi.cjs → UsersApi.cjs} +18 -20
- package/dist/cjs/api-client/apis/UsersApi.d.ts +29 -0
- package/dist/cjs/api-client/apis/UsersApi.d.ts.map +1 -0
- package/dist/cjs/api-client/apis/UsersApi.js.map +1 -0
- package/dist/cjs/api-client/apis/index.cjs +1 -1
- package/dist/cjs/api-client/apis/index.d.ts +1 -1
- package/dist/cjs/api-client/apis/index.d.ts.map +1 -1
- package/dist/cjs/api-client/apis/index.js.map +1 -1
- package/dist/cjs/api-client/models/APIKeyResponse.cjs +3 -1
- package/dist/cjs/api-client/models/APIKeyResponse.d.ts +7 -1
- package/dist/cjs/api-client/models/APIKeyResponse.d.ts.map +1 -1
- package/dist/cjs/api-client/models/APIKeyResponse.js.map +1 -1
- package/dist/cjs/api-client/models/ActivateAPIKeyRequest.cjs +1 -1
- package/dist/cjs/api-client/models/ActivateAPIKeyRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/ApiResponseSandbox.cjs +1 -1
- package/dist/cjs/api-client/models/ApiResponseSandbox.d.ts +1 -1
- package/dist/cjs/api-client/models/ApiResponseSandboxesList.cjs +1 -1
- package/dist/cjs/api-client/models/ApiResponseSandboxesList.d.ts +1 -1
- package/dist/cjs/api-client/models/ApiResponseSandboxesListMeta.cjs +1 -1
- package/dist/cjs/api-client/models/ApiResponseSandboxesListMeta.d.ts +1 -1
- package/dist/cjs/api-client/models/CommandKillResponse.cjs +1 -1
- package/dist/cjs/api-client/models/CommandKillResponse.d.ts +1 -1
- package/dist/cjs/api-client/models/CommandListResponse.cjs +1 -1
- package/dist/cjs/api-client/models/CommandListResponse.d.ts +1 -1
- package/dist/cjs/api-client/models/CommandRunResponse.cjs +1 -1
- package/dist/cjs/api-client/models/CommandRunResponse.d.ts +1 -1
- package/dist/cjs/api-client/models/CommandWaitResponse.cjs +1 -1
- package/dist/cjs/api-client/models/CommandWaitResponse.d.ts +1 -1
- package/dist/cjs/api-client/models/CompressRequest.cjs +1 -1
- package/dist/cjs/api-client/models/CompressRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/CreateFileRequest.cjs +1 -1
- package/dist/cjs/api-client/models/CreateFileRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/CreateImageRequest.cjs +1 -1
- package/dist/cjs/api-client/models/CreateImageRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/CreatePTYSession200Response.cjs +1 -1
- package/dist/cjs/api-client/models/CreatePTYSession200Response.d.ts +1 -1
- package/dist/cjs/api-client/models/CreatePTYSession200ResponseAllOfData.cjs +1 -1
- package/dist/cjs/api-client/models/CreatePTYSession200ResponseAllOfData.d.ts +1 -1
- package/dist/cjs/api-client/models/CreatePTYSessionRequest.cjs +1 -1
- package/dist/cjs/api-client/models/CreatePTYSessionRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/CreateSandbox201Response.cjs +1 -1
- package/dist/cjs/api-client/models/CreateSandbox201Response.d.ts +1 -1
- package/dist/cjs/api-client/models/CreateSandboxRequest.cjs +7 -1
- package/dist/cjs/api-client/models/CreateSandboxRequest.d.ts +19 -1
- package/dist/cjs/api-client/models/CreateSandboxRequest.d.ts.map +1 -1
- package/dist/cjs/api-client/models/CreateSandboxRequest.js.map +1 -1
- package/dist/cjs/api-client/models/DiskUsage.cjs +1 -1
- package/dist/cjs/api-client/models/DiskUsage.d.ts +1 -1
- package/dist/cjs/api-client/models/ErrorResponse.cjs +1 -1
- package/dist/cjs/api-client/models/ErrorResponse.d.ts +1 -1
- package/dist/cjs/api-client/models/ExecRequest.cjs +1 -1
- package/dist/cjs/api-client/models/ExecRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/ExecResponse.cjs +1 -1
- package/dist/cjs/api-client/models/ExecResponse.d.ts +1 -1
- package/dist/cjs/api-client/models/ExecResponseData.cjs +1 -1
- package/dist/cjs/api-client/models/ExecResponseData.d.ts +1 -1
- package/dist/cjs/api-client/models/ExecuteInSessionRequest.cjs +1 -1
- package/dist/cjs/api-client/models/ExecuteInSessionRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/ExtractRequest.cjs +1 -1
- package/dist/cjs/api-client/models/ExtractRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/FileEvent.cjs +1 -1
- package/dist/cjs/api-client/models/FileEvent.d.ts +1 -1
- package/dist/cjs/api-client/models/FileInfo.cjs +1 -1
- package/dist/cjs/api-client/models/FileInfo.d.ts +1 -1
- package/dist/cjs/api-client/models/FileStats.cjs +1 -1
- package/dist/cjs/api-client/models/FileStats.d.ts +1 -1
- package/dist/cjs/api-client/models/GenerateAPIKeyRequest.cjs +1 -5
- package/dist/cjs/api-client/models/GenerateAPIKeyRequest.d.ts +2 -8
- package/dist/cjs/api-client/models/GenerateAPIKeyRequest.d.ts.map +1 -1
- package/dist/cjs/api-client/models/GenerateAPIKeyRequest.js.map +1 -1
- package/dist/cjs/api-client/models/GeneratedAPIKeyResponse.cjs +1 -1
- package/dist/cjs/api-client/models/GeneratedAPIKeyResponse.d.ts +1 -1
- package/dist/cjs/api-client/models/GetCurrentUser200Response.cjs +60 -0
- package/dist/cjs/api-client/models/GetCurrentUser200Response.d.ts +64 -0
- package/dist/cjs/api-client/models/GetCurrentUser200Response.d.ts.map +1 -0
- package/dist/cjs/api-client/models/GetCurrentUser200Response.js.map +1 -0
- package/dist/cjs/api-client/models/GetCurrentUser200ResponseOrgsInner.cjs +51 -0
- package/dist/cjs/api-client/models/GetCurrentUser200ResponseOrgsInner.d.ts +39 -0
- package/dist/cjs/api-client/models/GetCurrentUser200ResponseOrgsInner.d.ts.map +1 -0
- package/dist/cjs/api-client/models/GetCurrentUser200ResponseOrgsInner.js.map +1 -0
- package/dist/cjs/api-client/models/GetOrgUsers200Response.cjs +1 -1
- package/dist/cjs/api-client/models/GetOrgUsers200Response.d.ts +1 -1
- package/dist/cjs/api-client/models/GetOrgUsers200ResponseAllOfDataInner.cjs +3 -3
- package/dist/cjs/api-client/models/GetOrgUsers200ResponseAllOfDataInner.d.ts +2 -2
- package/dist/cjs/api-client/models/GetOrgUsers200ResponseAllOfDataInner.d.ts.map +1 -1
- package/dist/cjs/api-client/models/GetOrgUsers200ResponseAllOfDataInner.js.map +1 -1
- package/dist/cjs/api-client/models/GetPTYBuffer200Response.cjs +1 -1
- package/dist/cjs/api-client/models/GetPTYBuffer200Response.d.ts +1 -1
- package/dist/cjs/api-client/models/GetPTYBuffer200ResponseAllOfData.cjs +1 -1
- package/dist/cjs/api-client/models/GetPTYBuffer200ResponseAllOfData.d.ts +1 -1
- package/dist/cjs/api-client/models/GetVersion200Response.cjs +1 -1
- package/dist/cjs/api-client/models/GetVersion200Response.d.ts +1 -1
- package/dist/cjs/api-client/models/Image.cjs +1 -1
- package/dist/cjs/api-client/models/Image.d.ts +1 -1
- package/dist/cjs/api-client/models/KillBackgroundProcessRequest.cjs +1 -1
- package/dist/cjs/api-client/models/KillBackgroundProcessRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/ListFiles200Response.cjs +1 -1
- package/dist/cjs/api-client/models/ListFiles200Response.d.ts +1 -1
- package/dist/cjs/api-client/models/ListFiles200ResponseData.cjs +1 -1
- package/dist/cjs/api-client/models/ListFiles200ResponseData.d.ts +1 -1
- package/dist/cjs/api-client/models/ListPTYSessions200Response.cjs +1 -1
- package/dist/cjs/api-client/models/ListPTYSessions200Response.d.ts +1 -1
- package/dist/cjs/api-client/models/ListPTYSessions200ResponseAllOfData.cjs +1 -1
- package/dist/cjs/api-client/models/ListPTYSessions200ResponseAllOfData.d.ts +1 -1
- package/dist/cjs/api-client/models/Organization.cjs +1 -1
- package/dist/cjs/api-client/models/Organization.d.ts +1 -1
- package/dist/cjs/api-client/models/PTYSessionInfo.cjs +1 -1
- package/dist/cjs/api-client/models/PTYSessionInfo.d.ts +1 -1
- package/dist/cjs/api-client/models/ProcessInfo.cjs +1 -1
- package/dist/cjs/api-client/models/ProcessInfo.d.ts +1 -1
- package/dist/cjs/api-client/models/ResizeTerminalRequest.cjs +1 -1
- package/dist/cjs/api-client/models/ResizeTerminalRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/RunBackgroundCommandRequest.cjs +1 -1
- package/dist/cjs/api-client/models/RunBackgroundCommandRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/Sandbox.cjs +11 -5
- package/dist/cjs/api-client/models/Sandbox.d.ts +31 -13
- package/dist/cjs/api-client/models/Sandbox.d.ts.map +1 -1
- package/dist/cjs/api-client/models/Sandbox.js.map +1 -1
- package/dist/cjs/api-client/models/SessionExecRequest.cjs +1 -1
- package/dist/cjs/api-client/models/SessionExecRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/SessionExecResponse.cjs +1 -1
- package/dist/cjs/api-client/models/SessionExecResponse.d.ts +1 -1
- package/dist/cjs/api-client/models/SessionExecStreamRequest.cjs +1 -1
- package/dist/cjs/api-client/models/SessionExecStreamRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/StartWatch200Response.cjs +1 -1
- package/dist/cjs/api-client/models/StartWatch200Response.d.ts +1 -1
- package/dist/cjs/api-client/models/StartWatch200ResponseData.cjs +1 -1
- package/dist/cjs/api-client/models/StartWatch200ResponseData.d.ts +1 -1
- package/dist/cjs/api-client/models/StartWatchRequest.cjs +1 -1
- package/dist/cjs/api-client/models/StartWatchRequest.d.ts +1 -1
- package/dist/cjs/api-client/models/SuccessResponse.cjs +1 -1
- package/dist/cjs/api-client/models/SuccessResponse.d.ts +1 -1
- package/dist/cjs/api-client/models/index.cjs +2 -5
- package/dist/cjs/api-client/models/index.d.ts +2 -5
- package/dist/cjs/api-client/models/index.d.ts.map +1 -1
- package/dist/cjs/api-client/models/index.js.map +1 -1
- package/dist/cjs/api-client/runtime.cjs +1 -1
- package/dist/cjs/api-client/runtime.d.ts +1 -1
- package/dist/cjs/constants.cjs +1 -1
- package/dist/cjs/constants.d.ts +1 -1
- package/dist/cjs/constants.js.map +1 -1
- package/dist/cjs/index.cjs +11 -5
- package/dist/cjs/index.d.ts +4 -1
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types.d.ts +3 -0
- package/dist/cjs/types.d.ts.map +1 -1
- package/dist/esm/CodeInterpreter.d.ts.map +1 -1
- package/dist/esm/CodeInterpreter.js +14 -3
- package/dist/esm/CodeInterpreter.js.map +1 -1
- package/dist/esm/Sandbox.d.ts +3 -0
- package/dist/esm/Sandbox.d.ts.map +1 -1
- package/dist/esm/Sandbox.js +6 -0
- package/dist/esm/Sandbox.js.map +1 -1
- package/dist/esm/api-client/apis/ExecutionApi.d.ts +1 -1
- package/dist/esm/api-client/apis/ExecutionApi.js +1 -1
- package/dist/esm/api-client/apis/FileSystemApi.d.ts +1 -1
- package/dist/esm/api-client/apis/FileSystemApi.js +1 -1
- package/dist/esm/api-client/apis/ImagesApi.d.ts +2 -28
- package/dist/esm/api-client/apis/ImagesApi.d.ts.map +1 -1
- package/dist/esm/api-client/apis/ImagesApi.js +2 -65
- package/dist/esm/api-client/apis/ImagesApi.js.map +1 -1
- package/dist/esm/api-client/apis/OrganizationsApi.d.ts +18 -38
- package/dist/esm/api-client/apis/OrganizationsApi.d.ts.map +1 -1
- package/dist/esm/api-client/apis/OrganizationsApi.js +26 -77
- package/dist/esm/api-client/apis/OrganizationsApi.js.map +1 -1
- package/dist/esm/api-client/apis/SandboxesApi.d.ts +1 -1
- package/dist/esm/api-client/apis/SandboxesApi.js +1 -1
- package/dist/esm/api-client/apis/SystemApi.d.ts +1 -1
- package/dist/esm/api-client/apis/SystemApi.js +1 -1
- package/dist/esm/api-client/apis/UsersApi.d.ts +29 -0
- package/dist/esm/api-client/apis/UsersApi.d.ts.map +1 -0
- package/dist/esm/api-client/apis/UsersApi.js +48 -0
- package/dist/esm/api-client/apis/UsersApi.js.map +1 -0
- package/dist/esm/api-client/apis/index.d.ts +1 -1
- package/dist/esm/api-client/apis/index.d.ts.map +1 -1
- package/dist/esm/api-client/apis/index.js +1 -1
- package/dist/esm/api-client/apis/index.js.map +1 -1
- package/dist/esm/api-client/models/APIKeyResponse.d.ts +7 -1
- package/dist/esm/api-client/models/APIKeyResponse.d.ts.map +1 -1
- package/dist/esm/api-client/models/APIKeyResponse.js +3 -1
- package/dist/esm/api-client/models/APIKeyResponse.js.map +1 -1
- package/dist/esm/api-client/models/ActivateAPIKeyRequest.d.ts +1 -1
- package/dist/esm/api-client/models/ActivateAPIKeyRequest.js +1 -1
- package/dist/esm/api-client/models/ApiResponseSandbox.d.ts +1 -1
- package/dist/esm/api-client/models/ApiResponseSandbox.js +1 -1
- package/dist/esm/api-client/models/ApiResponseSandboxesList.d.ts +1 -1
- package/dist/esm/api-client/models/ApiResponseSandboxesList.js +1 -1
- package/dist/esm/api-client/models/ApiResponseSandboxesListMeta.d.ts +1 -1
- package/dist/esm/api-client/models/ApiResponseSandboxesListMeta.js +1 -1
- package/dist/esm/api-client/models/CommandKillResponse.d.ts +1 -1
- package/dist/esm/api-client/models/CommandKillResponse.js +1 -1
- package/dist/esm/api-client/models/CommandListResponse.d.ts +1 -1
- package/dist/esm/api-client/models/CommandListResponse.js +1 -1
- package/dist/esm/api-client/models/CommandRunResponse.d.ts +1 -1
- package/dist/esm/api-client/models/CommandRunResponse.js +1 -1
- package/dist/esm/api-client/models/CommandWaitResponse.d.ts +1 -1
- package/dist/esm/api-client/models/CommandWaitResponse.js +1 -1
- package/dist/esm/api-client/models/CompressRequest.d.ts +1 -1
- package/dist/esm/api-client/models/CompressRequest.js +1 -1
- package/dist/esm/api-client/models/CreateFileRequest.d.ts +1 -1
- package/dist/esm/api-client/models/CreateFileRequest.js +1 -1
- package/dist/esm/api-client/models/CreateImageRequest.d.ts +1 -1
- package/dist/esm/api-client/models/CreateImageRequest.js +1 -1
- package/dist/esm/api-client/models/CreatePTYSession200Response.d.ts +1 -1
- package/dist/esm/api-client/models/CreatePTYSession200Response.js +1 -1
- package/dist/esm/api-client/models/CreatePTYSession200ResponseAllOfData.d.ts +1 -1
- package/dist/esm/api-client/models/CreatePTYSession200ResponseAllOfData.js +1 -1
- package/dist/esm/api-client/models/CreatePTYSessionRequest.d.ts +1 -1
- package/dist/esm/api-client/models/CreatePTYSessionRequest.js +1 -1
- package/dist/esm/api-client/models/CreateSandbox201Response.d.ts +1 -1
- package/dist/esm/api-client/models/CreateSandbox201Response.js +1 -1
- package/dist/esm/api-client/models/CreateSandboxRequest.d.ts +19 -1
- package/dist/esm/api-client/models/CreateSandboxRequest.d.ts.map +1 -1
- package/dist/esm/api-client/models/CreateSandboxRequest.js +7 -1
- package/dist/esm/api-client/models/CreateSandboxRequest.js.map +1 -1
- package/dist/esm/api-client/models/DiskUsage.d.ts +1 -1
- package/dist/esm/api-client/models/DiskUsage.js +1 -1
- package/dist/esm/api-client/models/ErrorResponse.d.ts +1 -1
- package/dist/esm/api-client/models/ErrorResponse.js +1 -1
- package/dist/esm/api-client/models/ExecRequest.d.ts +1 -1
- package/dist/esm/api-client/models/ExecRequest.js +1 -1
- package/dist/esm/api-client/models/ExecResponse.d.ts +1 -1
- package/dist/esm/api-client/models/ExecResponse.js +1 -1
- package/dist/esm/api-client/models/ExecResponseData.d.ts +1 -1
- package/dist/esm/api-client/models/ExecResponseData.js +1 -1
- package/dist/esm/api-client/models/ExecuteInSessionRequest.d.ts +1 -1
- package/dist/esm/api-client/models/ExecuteInSessionRequest.js +1 -1
- package/dist/esm/api-client/models/ExtractRequest.d.ts +1 -1
- package/dist/esm/api-client/models/ExtractRequest.js +1 -1
- package/dist/esm/api-client/models/FileEvent.d.ts +1 -1
- package/dist/esm/api-client/models/FileEvent.js +1 -1
- package/dist/esm/api-client/models/FileInfo.d.ts +1 -1
- package/dist/esm/api-client/models/FileInfo.js +1 -1
- package/dist/esm/api-client/models/FileStats.d.ts +1 -1
- package/dist/esm/api-client/models/FileStats.js +1 -1
- package/dist/esm/api-client/models/GenerateAPIKeyRequest.d.ts +2 -8
- package/dist/esm/api-client/models/GenerateAPIKeyRequest.d.ts.map +1 -1
- package/dist/esm/api-client/models/GenerateAPIKeyRequest.js +1 -5
- package/dist/esm/api-client/models/GenerateAPIKeyRequest.js.map +1 -1
- package/dist/esm/api-client/models/GeneratedAPIKeyResponse.d.ts +1 -1
- package/dist/esm/api-client/models/GeneratedAPIKeyResponse.js +1 -1
- package/dist/esm/api-client/models/GetCurrentUser200Response.d.ts +64 -0
- package/dist/esm/api-client/models/GetCurrentUser200Response.d.ts.map +1 -0
- package/dist/esm/api-client/models/GetCurrentUser200Response.js +53 -0
- package/dist/esm/api-client/models/GetCurrentUser200Response.js.map +1 -0
- package/dist/esm/api-client/models/GetCurrentUser200ResponseOrgsInner.d.ts +39 -0
- package/dist/esm/api-client/models/GetCurrentUser200ResponseOrgsInner.d.ts.map +1 -0
- package/dist/esm/api-client/models/GetCurrentUser200ResponseOrgsInner.js +44 -0
- package/dist/esm/api-client/models/GetCurrentUser200ResponseOrgsInner.js.map +1 -0
- package/dist/esm/api-client/models/GetOrgUsers200Response.d.ts +1 -1
- package/dist/esm/api-client/models/GetOrgUsers200Response.js +1 -1
- package/dist/esm/api-client/models/GetOrgUsers200ResponseAllOfDataInner.d.ts +2 -2
- package/dist/esm/api-client/models/GetOrgUsers200ResponseAllOfDataInner.d.ts.map +1 -1
- package/dist/esm/api-client/models/GetOrgUsers200ResponseAllOfDataInner.js +3 -3
- package/dist/esm/api-client/models/GetOrgUsers200ResponseAllOfDataInner.js.map +1 -1
- package/dist/esm/api-client/models/GetPTYBuffer200Response.d.ts +1 -1
- package/dist/esm/api-client/models/GetPTYBuffer200Response.js +1 -1
- package/dist/esm/api-client/models/GetPTYBuffer200ResponseAllOfData.d.ts +1 -1
- package/dist/esm/api-client/models/GetPTYBuffer200ResponseAllOfData.js +1 -1
- package/dist/esm/api-client/models/GetVersion200Response.d.ts +1 -1
- package/dist/esm/api-client/models/GetVersion200Response.js +1 -1
- package/dist/esm/api-client/models/Image.d.ts +1 -1
- package/dist/esm/api-client/models/Image.js +1 -1
- package/dist/esm/api-client/models/KillBackgroundProcessRequest.d.ts +1 -1
- package/dist/esm/api-client/models/KillBackgroundProcessRequest.js +1 -1
- package/dist/esm/api-client/models/ListFiles200Response.d.ts +1 -1
- package/dist/esm/api-client/models/ListFiles200Response.js +1 -1
- package/dist/esm/api-client/models/ListFiles200ResponseData.d.ts +1 -1
- package/dist/esm/api-client/models/ListFiles200ResponseData.js +1 -1
- package/dist/esm/api-client/models/ListPTYSessions200Response.d.ts +1 -1
- package/dist/esm/api-client/models/ListPTYSessions200Response.js +1 -1
- package/dist/esm/api-client/models/ListPTYSessions200ResponseAllOfData.d.ts +1 -1
- package/dist/esm/api-client/models/ListPTYSessions200ResponseAllOfData.js +1 -1
- package/dist/esm/api-client/models/Organization.d.ts +1 -1
- package/dist/esm/api-client/models/Organization.js +1 -1
- package/dist/esm/api-client/models/PTYSessionInfo.d.ts +1 -1
- package/dist/esm/api-client/models/PTYSessionInfo.js +1 -1
- package/dist/esm/api-client/models/ProcessInfo.d.ts +1 -1
- package/dist/esm/api-client/models/ProcessInfo.js +1 -1
- package/dist/esm/api-client/models/ResizeTerminalRequest.d.ts +1 -1
- package/dist/esm/api-client/models/ResizeTerminalRequest.js +1 -1
- package/dist/esm/api-client/models/RunBackgroundCommandRequest.d.ts +1 -1
- package/dist/esm/api-client/models/RunBackgroundCommandRequest.js +1 -1
- package/dist/esm/api-client/models/Sandbox.d.ts +31 -13
- package/dist/esm/api-client/models/Sandbox.d.ts.map +1 -1
- package/dist/esm/api-client/models/Sandbox.js +11 -5
- package/dist/esm/api-client/models/Sandbox.js.map +1 -1
- package/dist/esm/api-client/models/SessionExecRequest.d.ts +1 -1
- package/dist/esm/api-client/models/SessionExecRequest.js +1 -1
- package/dist/esm/api-client/models/SessionExecResponse.d.ts +1 -1
- package/dist/esm/api-client/models/SessionExecResponse.js +1 -1
- package/dist/esm/api-client/models/SessionExecStreamRequest.d.ts +1 -1
- package/dist/esm/api-client/models/SessionExecStreamRequest.js +1 -1
- package/dist/esm/api-client/models/StartWatch200Response.d.ts +1 -1
- package/dist/esm/api-client/models/StartWatch200Response.js +1 -1
- package/dist/esm/api-client/models/StartWatch200ResponseData.d.ts +1 -1
- package/dist/esm/api-client/models/StartWatch200ResponseData.js +1 -1
- package/dist/esm/api-client/models/StartWatchRequest.d.ts +1 -1
- package/dist/esm/api-client/models/StartWatchRequest.js +1 -1
- package/dist/esm/api-client/models/SuccessResponse.d.ts +1 -1
- package/dist/esm/api-client/models/SuccessResponse.js +1 -1
- package/dist/esm/api-client/models/index.d.ts +2 -5
- package/dist/esm/api-client/models/index.d.ts.map +1 -1
- package/dist/esm/api-client/models/index.js +2 -5
- package/dist/esm/api-client/models/index.js.map +1 -1
- package/dist/esm/api-client/runtime.d.ts +1 -1
- package/dist/esm/api-client/runtime.js +1 -1
- package/dist/esm/constants.d.ts +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/esm/constants.js.map +1 -1
- package/dist/esm/index.d.ts +4 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +11 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types.d.ts +3 -0
- package/dist/esm/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/api-client/apis/AuthenticationApi.d.ts +0 -32
- package/dist/cjs/api-client/apis/AuthenticationApi.d.ts.map +0 -1
- package/dist/cjs/api-client/apis/AuthenticationApi.js.map +0 -1
- package/dist/cjs/api-client/models/RegisterRequest.cjs +0 -55
- package/dist/cjs/api-client/models/RegisterRequest.d.ts +0 -39
- package/dist/cjs/api-client/models/RegisterRequest.d.ts.map +0 -1
- package/dist/cjs/api-client/models/RegisterRequest.js.map +0 -1
- package/dist/cjs/api-client/models/RegisterResponse.cjs +0 -52
- package/dist/cjs/api-client/models/RegisterResponse.d.ts +0 -40
- package/dist/cjs/api-client/models/RegisterResponse.d.ts.map +0 -1
- package/dist/cjs/api-client/models/RegisterResponse.js.map +0 -1
- package/dist/cjs/api-client/models/RegisterResponseData.cjs +0 -51
- package/dist/cjs/api-client/models/RegisterResponseData.d.ts +0 -39
- package/dist/cjs/api-client/models/RegisterResponseData.d.ts.map +0 -1
- package/dist/cjs/api-client/models/RegisterResponseData.js.map +0 -1
- package/dist/cjs/api-client/models/RestoreSandboxRequest.cjs +0 -69
- package/dist/cjs/api-client/models/RestoreSandboxRequest.d.ts +0 -75
- package/dist/cjs/api-client/models/RestoreSandboxRequest.d.ts.map +0 -1
- package/dist/cjs/api-client/models/RestoreSandboxRequest.js.map +0 -1
- package/dist/cjs/api-client/models/Snapshot.cjs +0 -53
- package/dist/cjs/api-client/models/Snapshot.d.ts +0 -45
- package/dist/cjs/api-client/models/Snapshot.d.ts.map +0 -1
- package/dist/cjs/api-client/models/Snapshot.js.map +0 -1
- package/dist/esm/api-client/apis/AuthenticationApi.d.ts +0 -32
- package/dist/esm/api-client/apis/AuthenticationApi.d.ts.map +0 -1
- package/dist/esm/api-client/apis/AuthenticationApi.js +0 -50
- package/dist/esm/api-client/apis/AuthenticationApi.js.map +0 -1
- package/dist/esm/api-client/models/RegisterRequest.d.ts +0 -39
- package/dist/esm/api-client/models/RegisterRequest.d.ts.map +0 -1
- package/dist/esm/api-client/models/RegisterRequest.js +0 -48
- package/dist/esm/api-client/models/RegisterRequest.js.map +0 -1
- package/dist/esm/api-client/models/RegisterResponse.d.ts +0 -40
- package/dist/esm/api-client/models/RegisterResponse.d.ts.map +0 -1
- package/dist/esm/api-client/models/RegisterResponse.js +0 -45
- package/dist/esm/api-client/models/RegisterResponse.js.map +0 -1
- package/dist/esm/api-client/models/RegisterResponseData.d.ts +0 -39
- package/dist/esm/api-client/models/RegisterResponseData.d.ts.map +0 -1
- package/dist/esm/api-client/models/RegisterResponseData.js +0 -44
- package/dist/esm/api-client/models/RegisterResponseData.js.map +0 -1
- package/dist/esm/api-client/models/RestoreSandboxRequest.d.ts +0 -75
- package/dist/esm/api-client/models/RestoreSandboxRequest.d.ts.map +0 -1
- package/dist/esm/api-client/models/RestoreSandboxRequest.js +0 -62
- package/dist/esm/api-client/models/RestoreSandboxRequest.js.map +0 -1
- package/dist/esm/api-client/models/Snapshot.d.ts +0 -45
- package/dist/esm/api-client/models/Snapshot.d.ts.map +0 -1
- package/dist/esm/api-client/models/Snapshot.js +0 -46
- package/dist/esm/api-client/models/Snapshot.js.map +0 -1
|
@@ -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,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;
|
|
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"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -35,6 +35,9 @@ export function CreateSandboxRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
'userId': json['userId'] == null ? undefined : json['userId'],
|
|
36
36
|
'sync': json['sync'] == null ? undefined : json['sync'],
|
|
37
37
|
'envVars': json['envVars'] == null ? undefined : json['envVars'],
|
|
38
|
+
'disablePause': json['disablePause'] == null ? undefined : json['disablePause'],
|
|
39
|
+
'region': json['region'] == null ? undefined : json['region'],
|
|
40
|
+
'refId': json['refId'] == null ? undefined : json['refId'],
|
|
38
41
|
};
|
|
39
42
|
}
|
|
40
43
|
export function CreateSandboxRequestToJSON(json) {
|
|
@@ -53,6 +56,9 @@ export function CreateSandboxRequestToJSONTyped(value, ignoreDiscriminator = fal
|
|
|
53
56
|
'userId': value['userId'],
|
|
54
57
|
'sync': value['sync'],
|
|
55
58
|
'envVars': value['envVars'],
|
|
59
|
+
'disablePause': value['disablePause'],
|
|
60
|
+
'region': value['region'],
|
|
61
|
+
'refId': value['refId'],
|
|
56
62
|
};
|
|
57
63
|
}
|
|
58
64
|
//# sourceMappingURL=CreateSandboxRequest.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateSandboxRequest.js","sourceRoot":"","sources":["../../../../src/api-client/models/CreateSandboxRequest.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"CreateSandboxRequest.js","sourceRoot":"","sources":["../../../../src/api-client/models/CreateSandboxRequest.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AA6EH;;GAEG;AACH,MAAM,UAAU,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,MAAM,UAAU,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,MAAM,UAAU,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,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAED,MAAM,UAAU,+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"}
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -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/
|
|
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,
|
|
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"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -15,8 +15,6 @@
|
|
|
15
15
|
* Check if a given object implements the GenerateAPIKeyRequest interface.
|
|
16
16
|
*/
|
|
17
17
|
export function instanceOfGenerateAPIKeyRequest(value) {
|
|
18
|
-
if (!('orgId' in value) || value['orgId'] === undefined)
|
|
19
|
-
return false;
|
|
20
18
|
if (!('keyName' in value) || value['keyName'] === undefined)
|
|
21
19
|
return false;
|
|
22
20
|
return true;
|
|
@@ -29,7 +27,6 @@ export function GenerateAPIKeyRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
29
27
|
return json;
|
|
30
28
|
}
|
|
31
29
|
return {
|
|
32
|
-
'orgId': json['orgId'],
|
|
33
30
|
'keyName': json['keyName'],
|
|
34
31
|
};
|
|
35
32
|
}
|
|
@@ -41,7 +38,6 @@ export function GenerateAPIKeyRequestToJSONTyped(value, ignoreDiscriminator = fa
|
|
|
41
38
|
return value;
|
|
42
39
|
}
|
|
43
40
|
return {
|
|
44
|
-
'orgId': value['orgId'],
|
|
45
41
|
'keyName': value['keyName'],
|
|
46
42
|
};
|
|
47
43
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenerateAPIKeyRequest.js","sourceRoot":"","sources":["../../../../src/api-client/models/GenerateAPIKeyRequest.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"GenerateAPIKeyRequest.js","sourceRoot":"","sources":["../../../../src/api-client/models/GenerateAPIKeyRequest.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAiBH;;GAEG;AACH,MAAM,UAAU,+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,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,MAAM,UAAU,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,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,MAAM,UAAU,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"}
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
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/version` require the `X-API-Key` header for authentication.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { GetCurrentUser200ResponseOrgsInner } from './GetCurrentUser200ResponseOrgsInner';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetCurrentUser200Response
|
|
17
|
+
*/
|
|
18
|
+
export interface GetCurrentUser200Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof GetCurrentUser200Response
|
|
23
|
+
*/
|
|
24
|
+
id?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof GetCurrentUser200Response
|
|
29
|
+
*/
|
|
30
|
+
name?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof GetCurrentUser200Response
|
|
35
|
+
*/
|
|
36
|
+
email?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof GetCurrentUser200Response
|
|
41
|
+
*/
|
|
42
|
+
imageUrl?: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {Date}
|
|
46
|
+
* @memberof GetCurrentUser200Response
|
|
47
|
+
*/
|
|
48
|
+
createdAt?: Date;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {Array<GetCurrentUser200ResponseOrgsInner>}
|
|
52
|
+
* @memberof GetCurrentUser200Response
|
|
53
|
+
*/
|
|
54
|
+
orgs?: Array<GetCurrentUser200ResponseOrgsInner>;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Check if a given object implements the GetCurrentUser200Response interface.
|
|
58
|
+
*/
|
|
59
|
+
export declare function instanceOfGetCurrentUser200Response(value: object): value is GetCurrentUser200Response;
|
|
60
|
+
export declare function GetCurrentUser200ResponseFromJSON(json: any): GetCurrentUser200Response;
|
|
61
|
+
export declare function GetCurrentUser200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCurrentUser200Response;
|
|
62
|
+
export declare function GetCurrentUser200ResponseToJSON(json: any): GetCurrentUser200Response;
|
|
63
|
+
export declare function GetCurrentUser200ResponseToJSONTyped(value?: GetCurrentUser200Response | null, ignoreDiscriminator?: boolean): any;
|
|
64
|
+
//# sourceMappingURL=GetCurrentUser200Response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetCurrentUser200Response.d.ts","sourceRoot":"","sources":["../../../../src/api-client/models/GetCurrentUser200Response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAErG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CAazH;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEpF;AAED,wBAAgB,oCAAoC,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAcxI"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* VoidRun API
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { GetCurrentUser200ResponseOrgsInnerFromJSON, GetCurrentUser200ResponseOrgsInnerToJSON, } from './GetCurrentUser200ResponseOrgsInner.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the GetCurrentUser200Response interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfGetCurrentUser200Response(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function GetCurrentUser200ResponseFromJSON(json) {
|
|
22
|
+
return GetCurrentUser200ResponseFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function GetCurrentUser200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
30
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
31
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
32
|
+
'imageUrl': json['imageUrl'] == null ? undefined : json['imageUrl'],
|
|
33
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
34
|
+
'orgs': json['orgs'] == null ? undefined : (json['orgs'].map(GetCurrentUser200ResponseOrgsInnerFromJSON)),
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
export function GetCurrentUser200ResponseToJSON(json) {
|
|
38
|
+
return GetCurrentUser200ResponseToJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
export function GetCurrentUser200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
41
|
+
if (value == null) {
|
|
42
|
+
return value;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'id': value['id'],
|
|
46
|
+
'name': value['name'],
|
|
47
|
+
'email': value['email'],
|
|
48
|
+
'imageUrl': value['imageUrl'],
|
|
49
|
+
'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
50
|
+
'orgs': value['orgs'] == null ? undefined : (value['orgs'].map(GetCurrentUser200ResponseOrgsInnerToJSON)),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=GetCurrentUser200Response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetCurrentUser200Response.js","sourceRoot":"","sources":["../../../../src/api-client/models/GetCurrentUser200Response.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,0CAA0C,EAE1C,wCAAwC,GAE3C,MAAM,sCAAsC,CAAC;AA8C9C;;GAEG;AACH,MAAM,UAAU,mCAAmC,CAAC,KAAa;IAC7D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,MAAM,UAAU,sCAAsC,CAAC,IAAS,EAAE,mBAA4B;IAC1F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACjD,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAClF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,0CAA0C,CAAC,CAAC;KAC5H,CAAC;AACN,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,KAAwC,EAAE,sBAA+B,KAAK;IAC/H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;QAC/F,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,wCAAwC,CAAC,CAAC;KAC5H,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
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/version` require the `X-API-Key` header for authentication.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface GetCurrentUser200ResponseOrgsInner
|
|
16
|
+
*/
|
|
17
|
+
export interface GetCurrentUser200ResponseOrgsInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetCurrentUser200ResponseOrgsInner
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GetCurrentUser200ResponseOrgsInner
|
|
28
|
+
*/
|
|
29
|
+
name?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the GetCurrentUser200ResponseOrgsInner interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfGetCurrentUser200ResponseOrgsInner(value: object): value is GetCurrentUser200ResponseOrgsInner;
|
|
35
|
+
export declare function GetCurrentUser200ResponseOrgsInnerFromJSON(json: any): GetCurrentUser200ResponseOrgsInner;
|
|
36
|
+
export declare function GetCurrentUser200ResponseOrgsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCurrentUser200ResponseOrgsInner;
|
|
37
|
+
export declare function GetCurrentUser200ResponseOrgsInnerToJSON(json: any): GetCurrentUser200ResponseOrgsInner;
|
|
38
|
+
export declare function GetCurrentUser200ResponseOrgsInnerToJSONTyped(value?: GetCurrentUser200ResponseOrgsInner | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=GetCurrentUser200ResponseOrgsInner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetCurrentUser200ResponseOrgsInner.d.ts","sourceRoot":"","sources":["../../../../src/api-client/models/GetCurrentUser200ResponseOrgsInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,4CAA4C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kCAAkC,CAEvH;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAExG;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kCAAkC,CAS3I;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAEtG;AAED,wBAAgB,6CAA6C,CAAC,KAAK,CAAC,EAAE,kCAAkC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1J"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* VoidRun API
|
|
5
|
+
* 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.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the GetCurrentUser200ResponseOrgsInner interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfGetCurrentUser200ResponseOrgsInner(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function GetCurrentUser200ResponseOrgsInnerFromJSON(json) {
|
|
21
|
+
return GetCurrentUser200ResponseOrgsInnerFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function GetCurrentUser200ResponseOrgsInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
29
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function GetCurrentUser200ResponseOrgsInnerToJSON(json) {
|
|
33
|
+
return GetCurrentUser200ResponseOrgsInnerToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function GetCurrentUser200ResponseOrgsInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'id': value['id'],
|
|
41
|
+
'name': value['name'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=GetCurrentUser200ResponseOrgsInner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetCurrentUser200ResponseOrgsInner.js","sourceRoot":"","sources":["../../../../src/api-client/models/GetCurrentUser200ResponseOrgsInner.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAuBH;;GAEG;AACH,MAAM,UAAU,4CAA4C,CAAC,KAAa;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,MAAM,UAAU,+CAA+C,CAAC,IAAS,EAAE,mBAA4B;IACnG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACjD,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,MAAM,UAAU,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,MAAM,UAAU,6CAA6C,CAAC,KAAiD,EAAE,sBAA+B,KAAK;IACjJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* VoidRun API
|
|
5
|
-
* VoidRun API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/
|
|
5
|
+
* 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.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0.0
|
|
8
8
|
*
|
|
@@ -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/
|
|
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
|
*
|
|
@@ -38,7 +38,7 @@ export interface GetOrgUsers200ResponseAllOfDataInner {
|
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof GetOrgUsers200ResponseAllOfDataInner
|
|
40
40
|
*/
|
|
41
|
-
|
|
41
|
+
imageUrl?: string;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* @type {Date}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetOrgUsers200ResponseAllOfDataInner.d.ts","sourceRoot":"","sources":["../../../../src/api-client/models/GetOrgUsers200ResponseAllOfDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"GetOrgUsers200ResponseAllOfDataInner.d.ts","sourceRoot":"","sources":["../../../../src/api-client/models/GetOrgUsers200ResponseAllOfDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAY/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAa9J"}
|