@boatdev/sdk 1.0.0
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/.openapi-generator/FILES +259 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/LICENSE +21 -0
- package/README.md +151 -0
- package/dist/apis/BoatApi.d.ts +1275 -0
- package/dist/apis/BoatApi.js +3084 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +19 -0
- package/dist/boat-helpers.d.ts +56 -0
- package/dist/boat-helpers.js +176 -0
- package/dist/esm/apis/BoatApi.d.ts +1275 -0
- package/dist/esm/apis/BoatApi.js +3047 -0
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +3 -0
- package/dist/esm/boat-helpers.d.ts +56 -0
- package/dist/esm/boat-helpers.js +163 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/models/AddEnvironmentRepoRequest.d.ts +38 -0
- package/dist/esm/models/AddEnvironmentRepoRequest.js +45 -0
- package/dist/esm/models/ApiKey.d.ts +121 -0
- package/dist/esm/models/ApiKey.js +97 -0
- package/dist/esm/models/ApiKeyCatalog.d.ts +65 -0
- package/dist/esm/models/ApiKeyCatalog.js +62 -0
- package/dist/esm/models/ApiKeyCatalogScopeResources.d.ts +39 -0
- package/dist/esm/models/ApiKeyCatalogScopeResources.js +48 -0
- package/dist/esm/models/ApiKeyCreatedResource.d.ts +64 -0
- package/dist/esm/models/ApiKeyCreatedResource.js +66 -0
- package/dist/esm/models/ApiKeyRequestUsage.d.ts +45 -0
- package/dist/esm/models/ApiKeyRequestUsage.js +53 -0
- package/dist/esm/models/ApiKeyResourceTotals.d.ts +44 -0
- package/dist/esm/models/ApiKeyResourceTotals.js +51 -0
- package/dist/esm/models/ApiKeyRevokeResponse.d.ts +45 -0
- package/dist/esm/models/ApiKeyRevokeResponse.js +52 -0
- package/dist/esm/models/ApiKeyScope.d.ts +57 -0
- package/dist/esm/models/ApiKeyScope.js +50 -0
- package/dist/esm/models/ApiKeyScopeResource.d.ts +50 -0
- package/dist/esm/models/ApiKeyScopeResource.js +55 -0
- package/dist/esm/models/ApiKeyScopeSandboxes.d.ts +21 -0
- package/dist/esm/models/ApiKeyScopeSandboxes.js +47 -0
- package/dist/esm/models/ApiKeySecretResponse.d.ts +57 -0
- package/dist/esm/models/ApiKeySecretResponse.js +60 -0
- package/dist/esm/models/ApiKeyUsageResponse.d.ts +140 -0
- package/dist/esm/models/ApiKeyUsageResponse.js +110 -0
- package/dist/esm/models/ApiKeysResponse.d.ts +52 -0
- package/dist/esm/models/ApiKeysResponse.js +57 -0
- package/dist/esm/models/Command200Response.d.ts +23 -0
- package/dist/esm/models/Command200Response.js +51 -0
- package/dist/esm/models/CommandRequest.d.ts +50 -0
- package/dist/esm/models/CommandRequest.js +49 -0
- package/dist/esm/models/CommandResponse.d.ts +111 -0
- package/dist/esm/models/CommandResponse.js +85 -0
- package/dist/esm/models/CommandStartedResponse.d.ts +93 -0
- package/dist/esm/models/CommandStartedResponse.js +79 -0
- package/dist/esm/models/CommandStatusResponse.d.ts +162 -0
- package/dist/esm/models/CommandStatusResponse.js +111 -0
- package/dist/esm/models/CompletionEvent.d.ts +65 -0
- package/dist/esm/models/CompletionEvent.js +63 -0
- package/dist/esm/models/Conversation.d.ts +80 -0
- package/dist/esm/models/Conversation.js +75 -0
- package/dist/esm/models/ConversationsResponse.d.ts +58 -0
- package/dist/esm/models/ConversationsResponse.js +62 -0
- package/dist/esm/models/CreateSandboxEnvironmentRequest.d.ts +32 -0
- package/dist/esm/models/CreateSandboxEnvironmentRequest.js +43 -0
- package/dist/esm/models/CreateSandboxRequest.d.ts +92 -0
- package/dist/esm/models/CreateSandboxRequest.js +66 -0
- package/dist/esm/models/CreateSandboxResponse.d.ts +71 -0
- package/dist/esm/models/CreateSandboxResponse.js +72 -0
- package/dist/esm/models/CreateScopedApiKey503Response.d.ts +58 -0
- package/dist/esm/models/CreateScopedApiKey503Response.js +63 -0
- package/dist/esm/models/CreateScopedApiKeyRequest.d.ts +72 -0
- package/dist/esm/models/CreateScopedApiKeyRequest.js +60 -0
- package/dist/esm/models/DataRetentionPolicyResponse.d.ts +70 -0
- package/dist/esm/models/DataRetentionPolicyResponse.js +66 -0
- package/dist/esm/models/DataRetentionUpdateRequest.d.ts +45 -0
- package/dist/esm/models/DataRetentionUpdateRequest.js +51 -0
- package/dist/esm/models/DeletionOperation.d.ts +101 -0
- package/dist/esm/models/DeletionOperation.js +95 -0
- package/dist/esm/models/DeletionOperationResponse.d.ts +54 -0
- package/dist/esm/models/DeletionOperationResponse.js +60 -0
- package/dist/esm/models/DesktopRequest.d.ts +33 -0
- package/dist/esm/models/DesktopRequest.js +43 -0
- package/dist/esm/models/DesktopResponse.d.ts +74 -0
- package/dist/esm/models/DesktopResponse.js +59 -0
- package/dist/esm/models/EnvironmentItemChangeResponse.d.ts +44 -0
- package/dist/esm/models/EnvironmentItemChangeResponse.js +47 -0
- package/dist/esm/models/ErrorEnvelope.d.ts +69 -0
- package/dist/esm/models/ErrorEnvelope.js +68 -0
- package/dist/esm/models/ErrorEnvelopeError.d.ts +52 -0
- package/dist/esm/models/ErrorEnvelopeError.js +53 -0
- package/dist/esm/models/ErrorEvent.d.ts +65 -0
- package/dist/esm/models/ErrorEvent.js +63 -0
- package/dist/esm/models/EventsResponse.d.ts +65 -0
- package/dist/esm/models/EventsResponse.js +65 -0
- package/dist/esm/models/FileReadResponse.d.ts +83 -0
- package/dist/esm/models/FileReadResponse.js +80 -0
- package/dist/esm/models/FileWriteRequest.d.ts +52 -0
- package/dist/esm/models/FileWriteRequest.js +56 -0
- package/dist/esm/models/FileWriteResponse.d.ts +77 -0
- package/dist/esm/models/FileWriteResponse.js +76 -0
- package/dist/esm/models/ForkRequest.d.ts +68 -0
- package/dist/esm/models/ForkRequest.js +58 -0
- package/dist/esm/models/HostPortRequest.d.ts +44 -0
- package/dist/esm/models/HostPortRequest.js +47 -0
- package/dist/esm/models/HostPortResponse.d.ts +76 -0
- package/dist/esm/models/HostPortResponse.js +64 -0
- package/dist/esm/models/LimitsFields.d.ts +262 -0
- package/dist/esm/models/LimitsFields.js +128 -0
- package/dist/esm/models/LimitsFieldsCurrentLimits.d.ts +45 -0
- package/dist/esm/models/LimitsFieldsCurrentLimits.js +47 -0
- package/dist/esm/models/LimitsFieldsStartLimits.d.ts +44 -0
- package/dist/esm/models/LimitsFieldsStartLimits.js +45 -0
- package/dist/esm/models/LimitsFieldsStarts.d.ts +51 -0
- package/dist/esm/models/LimitsFieldsStarts.js +48 -0
- package/dist/esm/models/LimitsResponse.d.ts +273 -0
- package/dist/esm/models/LimitsResponse.js +134 -0
- package/dist/esm/models/MeResponse.d.ts +52 -0
- package/dist/esm/models/MeResponse.js +58 -0
- package/dist/esm/models/MeResponseAllOfUser.d.ts +50 -0
- package/dist/esm/models/MeResponseAllOfUser.js +47 -0
- package/dist/esm/models/NamedSnapshot.d.ts +83 -0
- package/dist/esm/models/NamedSnapshot.js +71 -0
- package/dist/esm/models/NamedSnapshotDeletedResponse.d.ts +64 -0
- package/dist/esm/models/NamedSnapshotDeletedResponse.js +67 -0
- package/dist/esm/models/NamedSnapshotInfoResponse.d.ts +52 -0
- package/dist/esm/models/NamedSnapshotInfoResponse.js +58 -0
- package/dist/esm/models/NamedSnapshotListResponse.d.ts +52 -0
- package/dist/esm/models/NamedSnapshotListResponse.js +58 -0
- package/dist/esm/models/NamedSnapshotSaveRequest.d.ts +38 -0
- package/dist/esm/models/NamedSnapshotSaveRequest.js +47 -0
- package/dist/esm/models/NamedSnapshotSavingResponse.d.ts +65 -0
- package/dist/esm/models/NamedSnapshotSavingResponse.js +68 -0
- package/dist/esm/models/PageInfo.d.ts +44 -0
- package/dist/esm/models/PageInfo.js +51 -0
- package/dist/esm/models/PromptEvent.d.ts +70 -0
- package/dist/esm/models/PromptEvent.js +66 -0
- package/dist/esm/models/PromptEventData.d.ts +56 -0
- package/dist/esm/models/PromptEventData.js +60 -0
- package/dist/esm/models/PromptRequest.d.ts +84 -0
- package/dist/esm/models/PromptRequest.js +69 -0
- package/dist/esm/models/PromptResponse.d.ts +101 -0
- package/dist/esm/models/PromptResponse.js +86 -0
- package/dist/esm/models/PromptRun.d.ts +92 -0
- package/dist/esm/models/PromptRun.js +78 -0
- package/dist/esm/models/PromptRunResponse.d.ts +58 -0
- package/dist/esm/models/PromptRunResponse.js +62 -0
- package/dist/esm/models/RepoSelectionRequest.d.ts +38 -0
- package/dist/esm/models/RepoSelectionRequest.js +45 -0
- package/dist/esm/models/RepoSelectionResponse.d.ts +57 -0
- package/dist/esm/models/RepoSelectionResponse.js +60 -0
- package/dist/esm/models/ReposResponse.d.ts +65 -0
- package/dist/esm/models/ReposResponse.js +64 -0
- package/dist/esm/models/Repository.d.ts +69 -0
- package/dist/esm/models/Repository.js +55 -0
- package/dist/esm/models/RepositoryInstallation.d.ts +51 -0
- package/dist/esm/models/RepositoryInstallation.js +48 -0
- package/dist/esm/models/ResponseEvent.d.ts +70 -0
- package/dist/esm/models/ResponseEvent.js +66 -0
- package/dist/esm/models/ResponseEventData.d.ts +52 -0
- package/dist/esm/models/ResponseEventData.js +49 -0
- package/dist/esm/models/ResumeRequest.d.ts +68 -0
- package/dist/esm/models/ResumeRequest.js +58 -0
- package/dist/esm/models/RotateApiKey409Response.d.ts +45 -0
- package/dist/esm/models/RotateApiKey409Response.js +53 -0
- package/dist/esm/models/Sandbox.d.ts +211 -0
- package/dist/esm/models/Sandbox.js +138 -0
- package/dist/esm/models/SandboxActionResponse.d.ts +57 -0
- package/dist/esm/models/SandboxActionResponse.js +58 -0
- package/dist/esm/models/SandboxEnvironment.d.ts +107 -0
- package/dist/esm/models/SandboxEnvironment.js +92 -0
- package/dist/esm/models/SandboxEnvironmentListResponse.d.ts +33 -0
- package/dist/esm/models/SandboxEnvironmentListResponse.js +44 -0
- package/dist/esm/models/SandboxEnvironmentResponse.d.ts +39 -0
- package/dist/esm/models/SandboxEnvironmentResponse.js +46 -0
- package/dist/esm/models/SandboxEnvironmentVersionSummary.d.ts +50 -0
- package/dist/esm/models/SandboxEnvironmentVersionSummary.js +55 -0
- package/dist/esm/models/SandboxEvent.d.ts +65 -0
- package/dist/esm/models/SandboxEvent.js +55 -0
- package/dist/esm/models/SandboxInfoResponse.d.ts +45 -0
- package/dist/esm/models/SandboxInfoResponse.js +52 -0
- package/dist/esm/models/SandboxListResponse.d.ts +59 -0
- package/dist/esm/models/SandboxListResponse.js +61 -0
- package/dist/esm/models/SandboxUsageResponse.d.ts +102 -0
- package/dist/esm/models/SandboxUsageResponse.js +92 -0
- package/dist/esm/models/SecretFile.d.ts +38 -0
- package/dist/esm/models/SecretFile.js +47 -0
- package/dist/esm/models/SecretsResponse.d.ts +71 -0
- package/dist/esm/models/SecretsResponse.js +64 -0
- package/dist/esm/models/SecretsUpdateRequest.d.ts +39 -0
- package/dist/esm/models/SecretsUpdateRequest.js +44 -0
- package/dist/esm/models/SelectedRepository.d.ts +92 -0
- package/dist/esm/models/SelectedRepository.js +61 -0
- package/dist/esm/models/SetEnvironmentSecretFileRequest.d.ts +38 -0
- package/dist/esm/models/SetEnvironmentSecretFileRequest.js +47 -0
- package/dist/esm/models/SetEnvironmentVarRequest.d.ts +32 -0
- package/dist/esm/models/SetEnvironmentVarRequest.js +43 -0
- package/dist/esm/models/SnapshotChunk.d.ts +68 -0
- package/dist/esm/models/SnapshotChunk.js +67 -0
- package/dist/esm/models/SnapshotDownloadResponse.d.ts +104 -0
- package/dist/esm/models/SnapshotDownloadResponse.js +93 -0
- package/dist/esm/models/SnapshotDownloadResponseAllOfInventory.d.ts +38 -0
- package/dist/esm/models/SnapshotDownloadResponseAllOfInventory.js +47 -0
- package/dist/esm/models/SnapshotLatestResponse.d.ts +52 -0
- package/dist/esm/models/SnapshotLatestResponse.js +58 -0
- package/dist/esm/models/SnapshotListResponse.d.ts +59 -0
- package/dist/esm/models/SnapshotListResponse.js +61 -0
- package/dist/esm/models/SnapshotSummary.d.ts +113 -0
- package/dist/esm/models/SnapshotSummary.js +90 -0
- package/dist/esm/models/SnapshotTreeEntry.d.ts +53 -0
- package/dist/esm/models/SnapshotTreeEntry.js +57 -0
- package/dist/esm/models/SnapshotTreeResponse.d.ts +100 -0
- package/dist/esm/models/SnapshotTreeResponse.js +88 -0
- package/dist/esm/models/SshKeyRequest.d.ts +32 -0
- package/dist/esm/models/SshKeyRequest.js +43 -0
- package/dist/esm/models/SshKeyResponse.d.ts +56 -0
- package/dist/esm/models/SshKeyResponse.js +53 -0
- package/dist/esm/models/StartWindowUsage.d.ts +44 -0
- package/dist/esm/models/StartWindowUsage.js +45 -0
- package/dist/esm/models/SteerEvent.d.ts +70 -0
- package/dist/esm/models/SteerEvent.js +66 -0
- package/dist/esm/models/SteerEventData.d.ts +54 -0
- package/dist/esm/models/SteerEventData.js +60 -0
- package/dist/esm/models/SteerRequest.d.ts +43 -0
- package/dist/esm/models/SteerRequest.js +45 -0
- package/dist/esm/models/SteerResponse.d.ts +97 -0
- package/dist/esm/models/SteerResponse.js +89 -0
- package/dist/esm/models/StopRequest.d.ts +32 -0
- package/dist/esm/models/StopRequest.js +41 -0
- package/dist/esm/models/SuccessBase.d.ts +38 -0
- package/dist/esm/models/SuccessBase.js +47 -0
- package/dist/esm/models/UnknownEvent.d.ts +33 -0
- package/dist/esm/models/UnknownEvent.js +45 -0
- package/dist/esm/models/UpdateSandboxEnvironmentRequest.d.ts +88 -0
- package/dist/esm/models/UpdateSandboxEnvironmentRequest.js +61 -0
- package/dist/esm/models/UpdateSandboxEnvironmentRequestRepositoriesInner.d.ts +50 -0
- package/dist/esm/models/UpdateSandboxEnvironmentRequestRepositoriesInner.js +49 -0
- package/dist/esm/models/UpdateSandboxRequest.d.ts +44 -0
- package/dist/esm/models/UpdateSandboxRequest.js +45 -0
- package/dist/esm/models/UpgradeSandboxEnvironmentRequest.d.ts +32 -0
- package/dist/esm/models/UpgradeSandboxEnvironmentRequest.js +41 -0
- package/dist/esm/models/UpgradeSandboxEnvironmentResponse.d.ts +44 -0
- package/dist/esm/models/UpgradeSandboxEnvironmentResponse.js +51 -0
- package/dist/esm/models/Webhook.d.ts +63 -0
- package/dist/esm/models/Webhook.js +64 -0
- package/dist/esm/models/WebhookCreateRequest.d.ts +45 -0
- package/dist/esm/models/WebhookCreateRequest.js +50 -0
- package/dist/esm/models/WebhookDeleteResponse.d.ts +44 -0
- package/dist/esm/models/WebhookDeleteResponse.js +51 -0
- package/dist/esm/models/WebhookEvent.d.ts +52 -0
- package/dist/esm/models/WebhookEvent.js +57 -0
- package/dist/esm/models/WebhookEventData.d.ts +45 -0
- package/dist/esm/models/WebhookEventData.js +52 -0
- package/dist/esm/models/WebhookEventDataSandbox.d.ts +38 -0
- package/dist/esm/models/WebhookEventDataSandbox.js +47 -0
- package/dist/esm/models/WebhookEventType.d.ts +27 -0
- package/dist/esm/models/WebhookEventType.js +45 -0
- package/dist/esm/models/WebhookListResponse.d.ts +45 -0
- package/dist/esm/models/WebhookListResponse.js +52 -0
- package/dist/esm/models/WebhookResponse.d.ts +45 -0
- package/dist/esm/models/WebhookResponse.js +52 -0
- package/dist/esm/models/WebhookSecretResponse.d.ts +51 -0
- package/dist/esm/models/WebhookSecretResponse.js +56 -0
- package/dist/esm/models/WebhookUpdateRequest.d.ts +45 -0
- package/dist/esm/models/WebhookUpdateRequest.js +46 -0
- package/dist/esm/models/index.d.ts +123 -0
- package/dist/esm/models/index.js +125 -0
- package/dist/esm/runtime.d.ts +184 -0
- package/dist/esm/runtime.js +337 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +22 -0
- package/dist/models/AddEnvironmentRepoRequest.d.ts +38 -0
- package/dist/models/AddEnvironmentRepoRequest.js +52 -0
- package/dist/models/ApiKey.d.ts +121 -0
- package/dist/models/ApiKey.js +105 -0
- package/dist/models/ApiKeyCatalog.d.ts +65 -0
- package/dist/models/ApiKeyCatalog.js +69 -0
- package/dist/models/ApiKeyCatalogScopeResources.d.ts +39 -0
- package/dist/models/ApiKeyCatalogScopeResources.js +55 -0
- package/dist/models/ApiKeyCreatedResource.d.ts +64 -0
- package/dist/models/ApiKeyCreatedResource.js +74 -0
- package/dist/models/ApiKeyRequestUsage.d.ts +45 -0
- package/dist/models/ApiKeyRequestUsage.js +61 -0
- package/dist/models/ApiKeyResourceTotals.d.ts +44 -0
- package/dist/models/ApiKeyResourceTotals.js +58 -0
- package/dist/models/ApiKeyRevokeResponse.d.ts +45 -0
- package/dist/models/ApiKeyRevokeResponse.js +59 -0
- package/dist/models/ApiKeyScope.d.ts +57 -0
- package/dist/models/ApiKeyScope.js +57 -0
- package/dist/models/ApiKeyScopeResource.d.ts +50 -0
- package/dist/models/ApiKeyScopeResource.js +62 -0
- package/dist/models/ApiKeyScopeSandboxes.d.ts +21 -0
- package/dist/models/ApiKeyScopeSandboxes.js +53 -0
- package/dist/models/ApiKeySecretResponse.d.ts +57 -0
- package/dist/models/ApiKeySecretResponse.js +67 -0
- package/dist/models/ApiKeyUsageResponse.d.ts +140 -0
- package/dist/models/ApiKeyUsageResponse.js +118 -0
- package/dist/models/ApiKeysResponse.d.ts +52 -0
- package/dist/models/ApiKeysResponse.js +64 -0
- package/dist/models/Command200Response.d.ts +23 -0
- package/dist/models/Command200Response.js +57 -0
- package/dist/models/CommandRequest.d.ts +50 -0
- package/dist/models/CommandRequest.js +56 -0
- package/dist/models/CommandResponse.d.ts +111 -0
- package/dist/models/CommandResponse.js +93 -0
- package/dist/models/CommandStartedResponse.d.ts +93 -0
- package/dist/models/CommandStartedResponse.js +87 -0
- package/dist/models/CommandStatusResponse.d.ts +162 -0
- package/dist/models/CommandStatusResponse.js +119 -0
- package/dist/models/CompletionEvent.d.ts +65 -0
- package/dist/models/CompletionEvent.js +71 -0
- package/dist/models/Conversation.d.ts +80 -0
- package/dist/models/Conversation.js +82 -0
- package/dist/models/ConversationsResponse.d.ts +58 -0
- package/dist/models/ConversationsResponse.js +70 -0
- package/dist/models/CreateSandboxEnvironmentRequest.d.ts +32 -0
- package/dist/models/CreateSandboxEnvironmentRequest.js +50 -0
- package/dist/models/CreateSandboxRequest.d.ts +92 -0
- package/dist/models/CreateSandboxRequest.js +74 -0
- package/dist/models/CreateSandboxResponse.d.ts +71 -0
- package/dist/models/CreateSandboxResponse.js +80 -0
- package/dist/models/CreateScopedApiKey503Response.d.ts +58 -0
- package/dist/models/CreateScopedApiKey503Response.js +71 -0
- package/dist/models/CreateScopedApiKeyRequest.d.ts +72 -0
- package/dist/models/CreateScopedApiKeyRequest.js +68 -0
- package/dist/models/DataRetentionPolicyResponse.d.ts +70 -0
- package/dist/models/DataRetentionPolicyResponse.js +74 -0
- package/dist/models/DataRetentionUpdateRequest.d.ts +45 -0
- package/dist/models/DataRetentionUpdateRequest.js +59 -0
- package/dist/models/DeletionOperation.d.ts +101 -0
- package/dist/models/DeletionOperation.js +103 -0
- package/dist/models/DeletionOperationResponse.d.ts +54 -0
- package/dist/models/DeletionOperationResponse.js +68 -0
- package/dist/models/DesktopRequest.d.ts +33 -0
- package/dist/models/DesktopRequest.js +50 -0
- package/dist/models/DesktopResponse.d.ts +74 -0
- package/dist/models/DesktopResponse.js +66 -0
- package/dist/models/EnvironmentItemChangeResponse.d.ts +44 -0
- package/dist/models/EnvironmentItemChangeResponse.js +54 -0
- package/dist/models/ErrorEnvelope.d.ts +69 -0
- package/dist/models/ErrorEnvelope.js +75 -0
- package/dist/models/ErrorEnvelopeError.d.ts +52 -0
- package/dist/models/ErrorEnvelopeError.js +60 -0
- package/dist/models/ErrorEvent.d.ts +65 -0
- package/dist/models/ErrorEvent.js +71 -0
- package/dist/models/EventsResponse.d.ts +65 -0
- package/dist/models/EventsResponse.js +73 -0
- package/dist/models/FileReadResponse.d.ts +83 -0
- package/dist/models/FileReadResponse.js +88 -0
- package/dist/models/FileWriteRequest.d.ts +52 -0
- package/dist/models/FileWriteRequest.js +64 -0
- package/dist/models/FileWriteResponse.d.ts +77 -0
- package/dist/models/FileWriteResponse.js +84 -0
- package/dist/models/ForkRequest.d.ts +68 -0
- package/dist/models/ForkRequest.js +66 -0
- package/dist/models/HostPortRequest.d.ts +44 -0
- package/dist/models/HostPortRequest.js +54 -0
- package/dist/models/HostPortResponse.d.ts +76 -0
- package/dist/models/HostPortResponse.js +72 -0
- package/dist/models/LimitsFields.d.ts +262 -0
- package/dist/models/LimitsFields.js +135 -0
- package/dist/models/LimitsFieldsCurrentLimits.d.ts +45 -0
- package/dist/models/LimitsFieldsCurrentLimits.js +54 -0
- package/dist/models/LimitsFieldsStartLimits.d.ts +44 -0
- package/dist/models/LimitsFieldsStartLimits.js +52 -0
- package/dist/models/LimitsFieldsStarts.d.ts +51 -0
- package/dist/models/LimitsFieldsStarts.js +55 -0
- package/dist/models/LimitsResponse.d.ts +273 -0
- package/dist/models/LimitsResponse.js +141 -0
- package/dist/models/MeResponse.d.ts +52 -0
- package/dist/models/MeResponse.js +66 -0
- package/dist/models/MeResponseAllOfUser.d.ts +50 -0
- package/dist/models/MeResponseAllOfUser.js +54 -0
- package/dist/models/NamedSnapshot.d.ts +83 -0
- package/dist/models/NamedSnapshot.js +79 -0
- package/dist/models/NamedSnapshotDeletedResponse.d.ts +64 -0
- package/dist/models/NamedSnapshotDeletedResponse.js +75 -0
- package/dist/models/NamedSnapshotInfoResponse.d.ts +52 -0
- package/dist/models/NamedSnapshotInfoResponse.js +66 -0
- package/dist/models/NamedSnapshotListResponse.d.ts +52 -0
- package/dist/models/NamedSnapshotListResponse.js +66 -0
- package/dist/models/NamedSnapshotSaveRequest.d.ts +38 -0
- package/dist/models/NamedSnapshotSaveRequest.js +54 -0
- package/dist/models/NamedSnapshotSavingResponse.d.ts +65 -0
- package/dist/models/NamedSnapshotSavingResponse.js +76 -0
- package/dist/models/PageInfo.d.ts +44 -0
- package/dist/models/PageInfo.js +58 -0
- package/dist/models/PromptEvent.d.ts +70 -0
- package/dist/models/PromptEvent.js +74 -0
- package/dist/models/PromptEventData.d.ts +56 -0
- package/dist/models/PromptEventData.js +68 -0
- package/dist/models/PromptRequest.d.ts +84 -0
- package/dist/models/PromptRequest.js +77 -0
- package/dist/models/PromptResponse.d.ts +101 -0
- package/dist/models/PromptResponse.js +94 -0
- package/dist/models/PromptRun.d.ts +92 -0
- package/dist/models/PromptRun.js +86 -0
- package/dist/models/PromptRunResponse.d.ts +58 -0
- package/dist/models/PromptRunResponse.js +70 -0
- package/dist/models/RepoSelectionRequest.d.ts +38 -0
- package/dist/models/RepoSelectionRequest.js +52 -0
- package/dist/models/RepoSelectionResponse.d.ts +57 -0
- package/dist/models/RepoSelectionResponse.js +67 -0
- package/dist/models/ReposResponse.d.ts +65 -0
- package/dist/models/ReposResponse.js +71 -0
- package/dist/models/Repository.d.ts +69 -0
- package/dist/models/Repository.js +62 -0
- package/dist/models/RepositoryInstallation.d.ts +51 -0
- package/dist/models/RepositoryInstallation.js +55 -0
- package/dist/models/ResponseEvent.d.ts +70 -0
- package/dist/models/ResponseEvent.js +74 -0
- package/dist/models/ResponseEventData.d.ts +52 -0
- package/dist/models/ResponseEventData.js +56 -0
- package/dist/models/ResumeRequest.d.ts +68 -0
- package/dist/models/ResumeRequest.js +66 -0
- package/dist/models/RotateApiKey409Response.d.ts +45 -0
- package/dist/models/RotateApiKey409Response.js +61 -0
- package/dist/models/Sandbox.d.ts +211 -0
- package/dist/models/Sandbox.js +146 -0
- package/dist/models/SandboxActionResponse.d.ts +57 -0
- package/dist/models/SandboxActionResponse.js +65 -0
- package/dist/models/SandboxEnvironment.d.ts +107 -0
- package/dist/models/SandboxEnvironment.js +99 -0
- package/dist/models/SandboxEnvironmentListResponse.d.ts +33 -0
- package/dist/models/SandboxEnvironmentListResponse.js +51 -0
- package/dist/models/SandboxEnvironmentResponse.d.ts +39 -0
- package/dist/models/SandboxEnvironmentResponse.js +53 -0
- package/dist/models/SandboxEnvironmentVersionSummary.d.ts +50 -0
- package/dist/models/SandboxEnvironmentVersionSummary.js +62 -0
- package/dist/models/SandboxEvent.d.ts +65 -0
- package/dist/models/SandboxEvent.js +62 -0
- package/dist/models/SandboxInfoResponse.d.ts +45 -0
- package/dist/models/SandboxInfoResponse.js +59 -0
- package/dist/models/SandboxListResponse.d.ts +59 -0
- package/dist/models/SandboxListResponse.js +69 -0
- package/dist/models/SandboxUsageResponse.d.ts +102 -0
- package/dist/models/SandboxUsageResponse.js +100 -0
- package/dist/models/SecretFile.d.ts +38 -0
- package/dist/models/SecretFile.js +54 -0
- package/dist/models/SecretsResponse.d.ts +71 -0
- package/dist/models/SecretsResponse.js +71 -0
- package/dist/models/SecretsUpdateRequest.d.ts +39 -0
- package/dist/models/SecretsUpdateRequest.js +51 -0
- package/dist/models/SelectedRepository.d.ts +92 -0
- package/dist/models/SelectedRepository.js +68 -0
- package/dist/models/SetEnvironmentSecretFileRequest.d.ts +38 -0
- package/dist/models/SetEnvironmentSecretFileRequest.js +54 -0
- package/dist/models/SetEnvironmentVarRequest.d.ts +32 -0
- package/dist/models/SetEnvironmentVarRequest.js +50 -0
- package/dist/models/SnapshotChunk.d.ts +68 -0
- package/dist/models/SnapshotChunk.js +74 -0
- package/dist/models/SnapshotDownloadResponse.d.ts +104 -0
- package/dist/models/SnapshotDownloadResponse.js +101 -0
- package/dist/models/SnapshotDownloadResponseAllOfInventory.d.ts +38 -0
- package/dist/models/SnapshotDownloadResponseAllOfInventory.js +54 -0
- package/dist/models/SnapshotLatestResponse.d.ts +52 -0
- package/dist/models/SnapshotLatestResponse.js +66 -0
- package/dist/models/SnapshotListResponse.d.ts +59 -0
- package/dist/models/SnapshotListResponse.js +69 -0
- package/dist/models/SnapshotSummary.d.ts +113 -0
- package/dist/models/SnapshotSummary.js +98 -0
- package/dist/models/SnapshotTreeEntry.d.ts +53 -0
- package/dist/models/SnapshotTreeEntry.js +65 -0
- package/dist/models/SnapshotTreeResponse.d.ts +100 -0
- package/dist/models/SnapshotTreeResponse.js +96 -0
- package/dist/models/SshKeyRequest.d.ts +32 -0
- package/dist/models/SshKeyRequest.js +50 -0
- package/dist/models/SshKeyResponse.d.ts +56 -0
- package/dist/models/SshKeyResponse.js +60 -0
- package/dist/models/StartWindowUsage.d.ts +44 -0
- package/dist/models/StartWindowUsage.js +52 -0
- package/dist/models/SteerEvent.d.ts +70 -0
- package/dist/models/SteerEvent.js +74 -0
- package/dist/models/SteerEventData.d.ts +54 -0
- package/dist/models/SteerEventData.js +68 -0
- package/dist/models/SteerRequest.d.ts +43 -0
- package/dist/models/SteerRequest.js +52 -0
- package/dist/models/SteerResponse.d.ts +97 -0
- package/dist/models/SteerResponse.js +97 -0
- package/dist/models/StopRequest.d.ts +32 -0
- package/dist/models/StopRequest.js +48 -0
- package/dist/models/SuccessBase.d.ts +38 -0
- package/dist/models/SuccessBase.js +54 -0
- package/dist/models/UnknownEvent.d.ts +33 -0
- package/dist/models/UnknownEvent.js +52 -0
- package/dist/models/UpdateSandboxEnvironmentRequest.d.ts +88 -0
- package/dist/models/UpdateSandboxEnvironmentRequest.js +68 -0
- package/dist/models/UpdateSandboxEnvironmentRequestRepositoriesInner.d.ts +50 -0
- package/dist/models/UpdateSandboxEnvironmentRequestRepositoriesInner.js +56 -0
- package/dist/models/UpdateSandboxRequest.d.ts +44 -0
- package/dist/models/UpdateSandboxRequest.js +52 -0
- package/dist/models/UpgradeSandboxEnvironmentRequest.d.ts +32 -0
- package/dist/models/UpgradeSandboxEnvironmentRequest.js +48 -0
- package/dist/models/UpgradeSandboxEnvironmentResponse.d.ts +44 -0
- package/dist/models/UpgradeSandboxEnvironmentResponse.js +58 -0
- package/dist/models/Webhook.d.ts +63 -0
- package/dist/models/Webhook.js +71 -0
- package/dist/models/WebhookCreateRequest.d.ts +45 -0
- package/dist/models/WebhookCreateRequest.js +57 -0
- package/dist/models/WebhookDeleteResponse.d.ts +44 -0
- package/dist/models/WebhookDeleteResponse.js +58 -0
- package/dist/models/WebhookEvent.d.ts +52 -0
- package/dist/models/WebhookEvent.js +64 -0
- package/dist/models/WebhookEventData.d.ts +45 -0
- package/dist/models/WebhookEventData.js +59 -0
- package/dist/models/WebhookEventDataSandbox.d.ts +38 -0
- package/dist/models/WebhookEventDataSandbox.js +54 -0
- package/dist/models/WebhookEventType.d.ts +27 -0
- package/dist/models/WebhookEventType.js +53 -0
- package/dist/models/WebhookListResponse.d.ts +45 -0
- package/dist/models/WebhookListResponse.js +59 -0
- package/dist/models/WebhookResponse.d.ts +45 -0
- package/dist/models/WebhookResponse.js +59 -0
- package/dist/models/WebhookSecretResponse.d.ts +51 -0
- package/dist/models/WebhookSecretResponse.js +63 -0
- package/dist/models/WebhookUpdateRequest.d.ts +45 -0
- package/dist/models/WebhookUpdateRequest.js +53 -0
- package/dist/models/index.d.ts +123 -0
- package/dist/models/index.js +141 -0
- package/dist/runtime.d.ts +184 -0
- package/dist/runtime.js +353 -0
- package/docs/AddEnvironmentRepoRequest.md +34 -0
- package/docs/ApiKey.md +58 -0
- package/docs/ApiKeyCatalog.md +42 -0
- package/docs/ApiKeyCatalogScopeResources.md +35 -0
- package/docs/ApiKeyCreatedResource.md +40 -0
- package/docs/ApiKeyRequestUsage.md +34 -0
- package/docs/ApiKeyResourceTotals.md +36 -0
- package/docs/ApiKeyRevokeResponse.md +36 -0
- package/docs/ApiKeyScope.md +40 -0
- package/docs/ApiKeyScopeResource.md +38 -0
- package/docs/ApiKeyScopeSandboxes.md +30 -0
- package/docs/ApiKeySecretResponse.md +40 -0
- package/docs/ApiKeyUsageResponse.md +64 -0
- package/docs/ApiKeysResponse.md +38 -0
- package/docs/BoatApi.md +4967 -0
- package/docs/Command200Response.md +66 -0
- package/docs/CommandRequest.md +38 -0
- package/docs/CommandResponse.md +56 -0
- package/docs/CommandStartedResponse.md +50 -0
- package/docs/CommandStatusResponse.md +70 -0
- package/docs/CompletionEvent.md +40 -0
- package/docs/Conversation.md +48 -0
- package/docs/ConversationsResponse.md +38 -0
- package/docs/CreateSandboxEnvironmentRequest.md +32 -0
- package/docs/CreateSandboxRequest.md +49 -0
- package/docs/CreateSandboxResponse.md +40 -0
- package/docs/CreateScopedApiKey503Response.md +36 -0
- package/docs/CreateScopedApiKeyRequest.md +42 -0
- package/docs/DataRetentionPolicyResponse.md +42 -0
- package/docs/DataRetentionUpdateRequest.md +34 -0
- package/docs/DeletionOperation.md +46 -0
- package/docs/DeletionOperationResponse.md +36 -0
- package/docs/DesktopRequest.md +33 -0
- package/docs/DesktopResponse.md +46 -0
- package/docs/EnvironmentItemChangeResponse.md +37 -0
- package/docs/ErrorEnvelope.md +44 -0
- package/docs/ErrorEnvelopeError.md +38 -0
- package/docs/ErrorEvent.md +40 -0
- package/docs/EventsResponse.md +40 -0
- package/docs/FileReadResponse.md +44 -0
- package/docs/FileWriteRequest.md +36 -0
- package/docs/FileWriteResponse.md +42 -0
- package/docs/ForkRequest.md +40 -0
- package/docs/HostPortRequest.md +36 -0
- package/docs/HostPortResponse.md +44 -0
- package/docs/LimitsFields.md +106 -0
- package/docs/LimitsFieldsCurrentLimits.md +36 -0
- package/docs/LimitsFieldsStartLimits.md +37 -0
- package/docs/LimitsFieldsStarts.md +39 -0
- package/docs/LimitsResponse.md +110 -0
- package/docs/MeResponse.md +36 -0
- package/docs/MeResponseAllOfUser.md +38 -0
- package/docs/NamedSnapshot.md +47 -0
- package/docs/NamedSnapshotDeletedResponse.md +38 -0
- package/docs/NamedSnapshotInfoResponse.md +36 -0
- package/docs/NamedSnapshotListResponse.md +36 -0
- package/docs/NamedSnapshotSaveRequest.md +34 -0
- package/docs/NamedSnapshotSavingResponse.md +38 -0
- package/docs/PageInfo.md +36 -0
- package/docs/PromptEvent.md +42 -0
- package/docs/PromptEventData.md +36 -0
- package/docs/PromptRequest.md +43 -0
- package/docs/PromptResponse.md +50 -0
- package/docs/PromptRun.md +48 -0
- package/docs/PromptRunResponse.md +38 -0
- package/docs/RepoSelectionRequest.md +35 -0
- package/docs/RepoSelectionResponse.md +40 -0
- package/docs/ReposResponse.md +42 -0
- package/docs/Repository.md +44 -0
- package/docs/RepositoryInstallation.md +38 -0
- package/docs/ResponseEvent.md +43 -0
- package/docs/ResponseEventData.md +38 -0
- package/docs/ResumeRequest.md +41 -0
- package/docs/RotateApiKey409Response.md +34 -0
- package/docs/Sandbox.md +76 -0
- package/docs/SandboxActionResponse.md +40 -0
- package/docs/SandboxEnvironment.md +57 -0
- package/docs/SandboxEnvironmentListResponse.md +32 -0
- package/docs/SandboxEnvironmentResponse.md +34 -0
- package/docs/SandboxEnvironmentVersionSummary.md +39 -0
- package/docs/SandboxEvent.md +42 -0
- package/docs/SandboxInfoResponse.md +36 -0
- package/docs/SandboxListResponse.md +38 -0
- package/docs/SandboxUsageResponse.md +52 -0
- package/docs/SecretFile.md +34 -0
- package/docs/SecretsResponse.md +44 -0
- package/docs/SecretsUpdateRequest.md +35 -0
- package/docs/SelectedRepository.md +52 -0
- package/docs/SetEnvironmentSecretFileRequest.md +34 -0
- package/docs/SetEnvironmentVarRequest.md +32 -0
- package/docs/SnapshotChunk.md +44 -0
- package/docs/SnapshotDownloadResponse.md +50 -0
- package/docs/SnapshotDownloadResponseAllOfInventory.md +34 -0
- package/docs/SnapshotLatestResponse.md +36 -0
- package/docs/SnapshotListResponse.md +38 -0
- package/docs/SnapshotSummary.md +54 -0
- package/docs/SnapshotTreeEntry.md +36 -0
- package/docs/SnapshotTreeResponse.md +52 -0
- package/docs/SshKeyRequest.md +32 -0
- package/docs/SshKeyResponse.md +40 -0
- package/docs/StartWindowUsage.md +37 -0
- package/docs/SteerEvent.md +43 -0
- package/docs/SteerEventData.md +36 -0
- package/docs/SteerRequest.md +35 -0
- package/docs/SteerResponse.md +46 -0
- package/docs/StopRequest.md +33 -0
- package/docs/SuccessBase.md +34 -0
- package/docs/UnknownEvent.md +32 -0
- package/docs/UpdateSandboxEnvironmentRequest.md +51 -0
- package/docs/UpdateSandboxEnvironmentRequestRepositoriesInner.md +38 -0
- package/docs/UpdateSandboxRequest.md +36 -0
- package/docs/UpgradeSandboxEnvironmentRequest.md +33 -0
- package/docs/UpgradeSandboxEnvironmentResponse.md +36 -0
- package/docs/Webhook.md +42 -0
- package/docs/WebhookCreateRequest.md +36 -0
- package/docs/WebhookDeleteResponse.md +36 -0
- package/docs/WebhookEvent.md +39 -0
- package/docs/WebhookEventData.md +36 -0
- package/docs/WebhookEventDataSandbox.md +34 -0
- package/docs/WebhookEventType.md +30 -0
- package/docs/WebhookListResponse.md +36 -0
- package/docs/WebhookResponse.md +36 -0
- package/docs/WebhookSecretResponse.md +38 -0
- package/docs/WebhookUpdateRequest.md +36 -0
- package/package.json +19 -0
- package/src/apis/BoatApi.ts +4594 -0
- package/src/apis/index.ts +3 -0
- package/src/boat-helpers.ts +187 -0
- package/src/index.ts +7 -0
- package/src/models/AddEnvironmentRepoRequest.ts +74 -0
- package/src/models/ApiKey.ts +212 -0
- package/src/models/ApiKeyCatalog.ts +118 -0
- package/src/models/ApiKeyCatalogScopeResources.ts +83 -0
- package/src/models/ApiKeyCreatedResource.ts +113 -0
- package/src/models/ApiKeyRequestUsage.ts +85 -0
- package/src/models/ApiKeyResourceTotals.ts +84 -0
- package/src/models/ApiKeyRevokeResponse.ts +92 -0
- package/src/models/ApiKeyScope.ts +105 -0
- package/src/models/ApiKeyScopeResource.ts +93 -0
- package/src/models/ApiKeyScopeSandboxes.ts +59 -0
- package/src/models/ApiKeySecretResponse.ts +110 -0
- package/src/models/ApiKeyUsageResponse.ts +246 -0
- package/src/models/ApiKeysResponse.ts +108 -0
- package/src/models/Command200Response.ts +76 -0
- package/src/models/CommandRequest.ts +90 -0
- package/src/models/CommandResponse.ts +178 -0
- package/src/models/CommandStartedResponse.ts +154 -0
- package/src/models/CommandStatusResponse.ts +246 -0
- package/src/models/CompletionEvent.ts +111 -0
- package/src/models/Conversation.ts +138 -0
- package/src/models/ConversationsResponse.ts +111 -0
- package/src/models/CreateSandboxEnvironmentRequest.ts +66 -0
- package/src/models/CreateSandboxRequest.ts +142 -0
- package/src/models/CreateSandboxResponse.ts +128 -0
- package/src/models/CreateScopedApiKey503Response.ts +102 -0
- package/src/models/CreateScopedApiKeyRequest.ts +118 -0
- package/src/models/DataRetentionPolicyResponse.ts +120 -0
- package/src/models/DataRetentionUpdateRequest.ts +84 -0
- package/src/models/DeletionOperation.ts +161 -0
- package/src/models/DeletionOperationResponse.ts +104 -0
- package/src/models/DesktopRequest.ts +68 -0
- package/src/models/DesktopResponse.ts +123 -0
- package/src/models/EnvironmentItemChangeResponse.ts +82 -0
- package/src/models/ErrorEnvelope.ts +128 -0
- package/src/models/ErrorEnvelopeError.ts +92 -0
- package/src/models/ErrorEvent.ts +111 -0
- package/src/models/EventsResponse.ts +126 -0
- package/src/models/FileReadResponse.ts +139 -0
- package/src/models/FileWriteRequest.ts +94 -0
- package/src/models/FileWriteResponse.ts +130 -0
- package/src/models/ForkRequest.ts +110 -0
- package/src/models/HostPortRequest.ts +82 -0
- package/src/models/HostPortResponse.ts +126 -0
- package/src/models/LimitsFields.ts +390 -0
- package/src/models/LimitsFieldsCurrentLimits.ts +84 -0
- package/src/models/LimitsFieldsStartLimits.ts +81 -0
- package/src/models/LimitsFieldsStarts.ts +97 -0
- package/src/models/LimitsResponse.ts +405 -0
- package/src/models/MeResponse.ts +102 -0
- package/src/models/MeResponseAllOfUser.ts +89 -0
- package/src/models/NamedSnapshot.ts +137 -0
- package/src/models/NamedSnapshotDeletedResponse.ts +111 -0
- package/src/models/NamedSnapshotInfoResponse.ts +102 -0
- package/src/models/NamedSnapshotListResponse.ts +102 -0
- package/src/models/NamedSnapshotSaveRequest.ts +75 -0
- package/src/models/NamedSnapshotSavingResponse.ts +119 -0
- package/src/models/PageInfo.ts +84 -0
- package/src/models/PromptEvent.ts +127 -0
- package/src/models/PromptEventData.ts +98 -0
- package/src/models/PromptRequest.ts +132 -0
- package/src/models/PromptResponse.ts +170 -0
- package/src/models/PromptRun.ts +149 -0
- package/src/models/PromptRunResponse.ts +111 -0
- package/src/models/RepoSelectionRequest.ts +74 -0
- package/src/models/RepoSelectionResponse.ts +110 -0
- package/src/models/ReposResponse.ts +132 -0
- package/src/models/Repository.ts +116 -0
- package/src/models/RepositoryInstallation.ts +97 -0
- package/src/models/ResponseEvent.ts +127 -0
- package/src/models/ResponseEventData.ts +90 -0
- package/src/models/ResumeRequest.ts +110 -0
- package/src/models/RotateApiKey409Response.ts +85 -0
- package/src/models/Sandbox.ts +299 -0
- package/src/models/SandboxActionResponse.ts +109 -0
- package/src/models/SandboxEnvironment.ts +195 -0
- package/src/models/SandboxEnvironmentListResponse.ts +74 -0
- package/src/models/SandboxEnvironmentResponse.ts +82 -0
- package/src/models/SandboxEnvironmentVersionSummary.ts +93 -0
- package/src/models/SandboxEvent.ts +109 -0
- package/src/models/SandboxInfoResponse.ts +92 -0
- package/src/models/SandboxListResponse.ts +117 -0
- package/src/models/SandboxUsageResponse.ts +169 -0
- package/src/models/SecretFile.ts +75 -0
- package/src/models/SecretsResponse.ts +126 -0
- package/src/models/SecretsUpdateRequest.ts +81 -0
- package/src/models/SelectedRepository.ts +145 -0
- package/src/models/SetEnvironmentSecretFileRequest.ts +75 -0
- package/src/models/SetEnvironmentVarRequest.ts +66 -0
- package/src/models/SnapshotChunk.ts +120 -0
- package/src/models/SnapshotDownloadResponse.ts +181 -0
- package/src/models/SnapshotDownloadResponseAllOfInventory.ts +75 -0
- package/src/models/SnapshotLatestResponse.ts +102 -0
- package/src/models/SnapshotListResponse.ts +117 -0
- package/src/models/SnapshotSummary.ts +179 -0
- package/src/models/SnapshotTreeEntry.ts +95 -0
- package/src/models/SnapshotTreeResponse.ts +173 -0
- package/src/models/SshKeyRequest.ts +66 -0
- package/src/models/SshKeyResponse.ts +99 -0
- package/src/models/StartWindowUsage.ts +81 -0
- package/src/models/SteerEvent.ts +127 -0
- package/src/models/SteerEventData.ts +97 -0
- package/src/models/SteerRequest.ts +79 -0
- package/src/models/SteerResponse.ts +156 -0
- package/src/models/StopRequest.ts +65 -0
- package/src/models/SuccessBase.ts +75 -0
- package/src/models/UnknownEvent.ts +69 -0
- package/src/models/UpdateSandboxEnvironmentRequest.ts +152 -0
- package/src/models/UpdateSandboxEnvironmentRequestRepositoriesInner.ts +90 -0
- package/src/models/UpdateSandboxRequest.ts +81 -0
- package/src/models/UpgradeSandboxEnvironmentRequest.ts +65 -0
- package/src/models/UpgradeSandboxEnvironmentResponse.ts +84 -0
- package/src/models/Webhook.ts +119 -0
- package/src/models/WebhookCreateRequest.ts +91 -0
- package/src/models/WebhookDeleteResponse.ts +84 -0
- package/src/models/WebhookEvent.ts +110 -0
- package/src/models/WebhookEventData.ts +92 -0
- package/src/models/WebhookEventDataSandbox.ts +75 -0
- package/src/models/WebhookEventType.ts +55 -0
- package/src/models/WebhookListResponse.ts +92 -0
- package/src/models/WebhookResponse.ts +92 -0
- package/src/models/WebhookSecretResponse.ts +101 -0
- package/src/models/WebhookUpdateRequest.ts +89 -0
- package/src/models/index.ts +125 -0
- package/src/runtime.ts +449 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +22 -0
|
@@ -0,0 +1,1275 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Boat Public API v1
|
|
3
|
+
* Public JSON API for creating, operating, prompting, observing, and exposing sandboxes from backend services, CI jobs, hosted workers, and Boat automation products. The v1 reference intentionally documents the developer integration surface only. Dashboard billing actions are not part of v1.
|
|
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 * as runtime from '../runtime';
|
|
13
|
+
import { type AddEnvironmentRepoRequest } from '../models/AddEnvironmentRepoRequest';
|
|
14
|
+
import { type ApiKeyRevokeResponse } from '../models/ApiKeyRevokeResponse';
|
|
15
|
+
import { type ApiKeySecretResponse } from '../models/ApiKeySecretResponse';
|
|
16
|
+
import { type ApiKeyUsageResponse } from '../models/ApiKeyUsageResponse';
|
|
17
|
+
import { type ApiKeysResponse } from '../models/ApiKeysResponse';
|
|
18
|
+
import { type Command200Response } from '../models/Command200Response';
|
|
19
|
+
import { type CommandRequest } from '../models/CommandRequest';
|
|
20
|
+
import { type CommandStatusResponse } from '../models/CommandStatusResponse';
|
|
21
|
+
import { type ConversationsResponse } from '../models/ConversationsResponse';
|
|
22
|
+
import { type CreateSandboxEnvironmentRequest } from '../models/CreateSandboxEnvironmentRequest';
|
|
23
|
+
import { type CreateSandboxRequest } from '../models/CreateSandboxRequest';
|
|
24
|
+
import { type CreateSandboxResponse } from '../models/CreateSandboxResponse';
|
|
25
|
+
import { type CreateScopedApiKeyRequest } from '../models/CreateScopedApiKeyRequest';
|
|
26
|
+
import { type DataRetentionPolicyResponse } from '../models/DataRetentionPolicyResponse';
|
|
27
|
+
import { type DataRetentionUpdateRequest } from '../models/DataRetentionUpdateRequest';
|
|
28
|
+
import { type DeletionOperationResponse } from '../models/DeletionOperationResponse';
|
|
29
|
+
import { type DesktopRequest } from '../models/DesktopRequest';
|
|
30
|
+
import { type DesktopResponse } from '../models/DesktopResponse';
|
|
31
|
+
import { type EnvironmentItemChangeResponse } from '../models/EnvironmentItemChangeResponse';
|
|
32
|
+
import { type EventsResponse } from '../models/EventsResponse';
|
|
33
|
+
import { type FileReadResponse } from '../models/FileReadResponse';
|
|
34
|
+
import { type FileWriteRequest } from '../models/FileWriteRequest';
|
|
35
|
+
import { type FileWriteResponse } from '../models/FileWriteResponse';
|
|
36
|
+
import { type ForkRequest } from '../models/ForkRequest';
|
|
37
|
+
import { type HostPortRequest } from '../models/HostPortRequest';
|
|
38
|
+
import { type HostPortResponse } from '../models/HostPortResponse';
|
|
39
|
+
import { type LimitsResponse } from '../models/LimitsResponse';
|
|
40
|
+
import { type MeResponse } from '../models/MeResponse';
|
|
41
|
+
import { type NamedSnapshotDeletedResponse } from '../models/NamedSnapshotDeletedResponse';
|
|
42
|
+
import { type NamedSnapshotInfoResponse } from '../models/NamedSnapshotInfoResponse';
|
|
43
|
+
import { type NamedSnapshotListResponse } from '../models/NamedSnapshotListResponse';
|
|
44
|
+
import { type NamedSnapshotSaveRequest } from '../models/NamedSnapshotSaveRequest';
|
|
45
|
+
import { type NamedSnapshotSavingResponse } from '../models/NamedSnapshotSavingResponse';
|
|
46
|
+
import { type PromptRequest } from '../models/PromptRequest';
|
|
47
|
+
import { type PromptResponse } from '../models/PromptResponse';
|
|
48
|
+
import { type PromptRunResponse } from '../models/PromptRunResponse';
|
|
49
|
+
import { type RepoSelectionRequest } from '../models/RepoSelectionRequest';
|
|
50
|
+
import { type RepoSelectionResponse } from '../models/RepoSelectionResponse';
|
|
51
|
+
import { type ReposResponse } from '../models/ReposResponse';
|
|
52
|
+
import { type ResumeRequest } from '../models/ResumeRequest';
|
|
53
|
+
import { type SandboxActionResponse } from '../models/SandboxActionResponse';
|
|
54
|
+
import { type SandboxEnvironmentListResponse } from '../models/SandboxEnvironmentListResponse';
|
|
55
|
+
import { type SandboxEnvironmentResponse } from '../models/SandboxEnvironmentResponse';
|
|
56
|
+
import { type SandboxInfoResponse } from '../models/SandboxInfoResponse';
|
|
57
|
+
import { type SandboxListResponse } from '../models/SandboxListResponse';
|
|
58
|
+
import { type SandboxUsageResponse } from '../models/SandboxUsageResponse';
|
|
59
|
+
import { type SecretsResponse } from '../models/SecretsResponse';
|
|
60
|
+
import { type SecretsUpdateRequest } from '../models/SecretsUpdateRequest';
|
|
61
|
+
import { type SetEnvironmentSecretFileRequest } from '../models/SetEnvironmentSecretFileRequest';
|
|
62
|
+
import { type SetEnvironmentVarRequest } from '../models/SetEnvironmentVarRequest';
|
|
63
|
+
import { type SnapshotDownloadResponse } from '../models/SnapshotDownloadResponse';
|
|
64
|
+
import { type SnapshotLatestResponse } from '../models/SnapshotLatestResponse';
|
|
65
|
+
import { type SnapshotListResponse } from '../models/SnapshotListResponse';
|
|
66
|
+
import { type SnapshotTreeResponse } from '../models/SnapshotTreeResponse';
|
|
67
|
+
import { type SshKeyRequest } from '../models/SshKeyRequest';
|
|
68
|
+
import { type SshKeyResponse } from '../models/SshKeyResponse';
|
|
69
|
+
import { type SteerRequest } from '../models/SteerRequest';
|
|
70
|
+
import { type SteerResponse } from '../models/SteerResponse';
|
|
71
|
+
import { type StopRequest } from '../models/StopRequest';
|
|
72
|
+
import { type UpdateSandboxEnvironmentRequest } from '../models/UpdateSandboxEnvironmentRequest';
|
|
73
|
+
import { type UpdateSandboxRequest } from '../models/UpdateSandboxRequest';
|
|
74
|
+
import { type UpgradeSandboxEnvironmentRequest } from '../models/UpgradeSandboxEnvironmentRequest';
|
|
75
|
+
import { type UpgradeSandboxEnvironmentResponse } from '../models/UpgradeSandboxEnvironmentResponse';
|
|
76
|
+
import { type WebhookCreateRequest } from '../models/WebhookCreateRequest';
|
|
77
|
+
import { type WebhookDeleteResponse } from '../models/WebhookDeleteResponse';
|
|
78
|
+
import { type WebhookListResponse } from '../models/WebhookListResponse';
|
|
79
|
+
import { type WebhookResponse } from '../models/WebhookResponse';
|
|
80
|
+
import { type WebhookSecretResponse } from '../models/WebhookSecretResponse';
|
|
81
|
+
import { type WebhookUpdateRequest } from '../models/WebhookUpdateRequest';
|
|
82
|
+
export interface AddEnvironmentRepoOperationRequest {
|
|
83
|
+
environmentId: string;
|
|
84
|
+
addEnvironmentRepoRequest: AddEnvironmentRepoRequest;
|
|
85
|
+
}
|
|
86
|
+
export interface ApiKeyUsageRequest {
|
|
87
|
+
apiKeyId: string;
|
|
88
|
+
}
|
|
89
|
+
export interface ArtifactRequest {
|
|
90
|
+
sandboxId: string;
|
|
91
|
+
path: string;
|
|
92
|
+
}
|
|
93
|
+
export interface CommandOperationRequest {
|
|
94
|
+
sandboxId: string;
|
|
95
|
+
commandRequest: CommandRequest;
|
|
96
|
+
}
|
|
97
|
+
export interface CommandStatusRequest {
|
|
98
|
+
sandboxId: string;
|
|
99
|
+
processId: number;
|
|
100
|
+
tailBytes?: number;
|
|
101
|
+
}
|
|
102
|
+
export interface ConversationsRequest {
|
|
103
|
+
sandboxId: string;
|
|
104
|
+
}
|
|
105
|
+
export interface CreateRequest {
|
|
106
|
+
idempotencyKey?: string;
|
|
107
|
+
org?: string;
|
|
108
|
+
xBoatOrg?: string;
|
|
109
|
+
createSandboxRequest?: CreateSandboxRequest;
|
|
110
|
+
}
|
|
111
|
+
export interface CreateEnvironmentRequest {
|
|
112
|
+
createSandboxEnvironmentRequest: CreateSandboxEnvironmentRequest;
|
|
113
|
+
}
|
|
114
|
+
export interface CreateScopedApiKeyOperationRequest {
|
|
115
|
+
createScopedApiKeyRequest: CreateScopedApiKeyRequest;
|
|
116
|
+
}
|
|
117
|
+
export interface CreateWebhookRequest {
|
|
118
|
+
webhookCreateRequest: WebhookCreateRequest;
|
|
119
|
+
}
|
|
120
|
+
export interface DeleteEnvironmentRequest {
|
|
121
|
+
environmentId: string;
|
|
122
|
+
}
|
|
123
|
+
export interface DeleteEnvironmentRepoRequest {
|
|
124
|
+
environmentId: string;
|
|
125
|
+
repositoryId: string;
|
|
126
|
+
}
|
|
127
|
+
export interface DeleteEnvironmentSecretFileRequest {
|
|
128
|
+
path: string;
|
|
129
|
+
environmentId: string;
|
|
130
|
+
}
|
|
131
|
+
export interface DeleteEnvironmentVarRequest {
|
|
132
|
+
environmentId: string;
|
|
133
|
+
key: string;
|
|
134
|
+
}
|
|
135
|
+
export interface DeleteNamedSnapshotRequest {
|
|
136
|
+
name: string;
|
|
137
|
+
}
|
|
138
|
+
export interface DeleteSandboxRequest {
|
|
139
|
+
xAsciiConfirmDelete: string;
|
|
140
|
+
sandboxId: string;
|
|
141
|
+
}
|
|
142
|
+
export interface DeleteSnapshotRequest {
|
|
143
|
+
snapshotId: string;
|
|
144
|
+
xAsciiConfirmDelete: string;
|
|
145
|
+
}
|
|
146
|
+
export interface DeleteWebhookRequest {
|
|
147
|
+
webhookId: string;
|
|
148
|
+
}
|
|
149
|
+
export interface DesktopOperationRequest {
|
|
150
|
+
sandboxId: string;
|
|
151
|
+
vnc?: DesktopOperationVncEnum;
|
|
152
|
+
theme?: DesktopOperationThemeEnum;
|
|
153
|
+
desktopRequest?: DesktopRequest;
|
|
154
|
+
}
|
|
155
|
+
export interface EventsRequest {
|
|
156
|
+
sandboxId: string;
|
|
157
|
+
limit?: number;
|
|
158
|
+
cursor?: string | null;
|
|
159
|
+
sort?: EventsSortEnum;
|
|
160
|
+
type?: string;
|
|
161
|
+
conversation?: string;
|
|
162
|
+
}
|
|
163
|
+
export interface ForkOperationRequest {
|
|
164
|
+
sandboxId: string;
|
|
165
|
+
idempotencyKey?: string;
|
|
166
|
+
forkRequest?: ForkRequest;
|
|
167
|
+
}
|
|
168
|
+
export interface GetRequest {
|
|
169
|
+
sandboxId: string;
|
|
170
|
+
}
|
|
171
|
+
export interface GetDeletionOperationRequest {
|
|
172
|
+
operationId: string;
|
|
173
|
+
}
|
|
174
|
+
export interface GetLatestSandboxSnapshotRequest {
|
|
175
|
+
sandboxId: string;
|
|
176
|
+
}
|
|
177
|
+
export interface GetNamedSnapshotRequest {
|
|
178
|
+
name: string;
|
|
179
|
+
}
|
|
180
|
+
export interface GetSnapshotDownloadRequest {
|
|
181
|
+
snapshotId: string;
|
|
182
|
+
}
|
|
183
|
+
export interface GetSnapshotFileRequest {
|
|
184
|
+
snapshotId: string;
|
|
185
|
+
path?: string;
|
|
186
|
+
}
|
|
187
|
+
export interface GetSnapshotTreeRequest {
|
|
188
|
+
snapshotId: string;
|
|
189
|
+
}
|
|
190
|
+
export interface GetWebhookRequest {
|
|
191
|
+
webhookId: string;
|
|
192
|
+
}
|
|
193
|
+
export interface HostPortOperationRequest {
|
|
194
|
+
sandboxId: string;
|
|
195
|
+
hostPortRequest: HostPortRequest;
|
|
196
|
+
}
|
|
197
|
+
export interface InterruptRequest {
|
|
198
|
+
sandboxId: string;
|
|
199
|
+
conversation?: string;
|
|
200
|
+
}
|
|
201
|
+
export interface LimitsRequest {
|
|
202
|
+
org?: string;
|
|
203
|
+
xBoatOrg?: string;
|
|
204
|
+
teamId?: string;
|
|
205
|
+
}
|
|
206
|
+
export interface ListSandboxSnapshotsRequest {
|
|
207
|
+
sandboxId: string;
|
|
208
|
+
limit?: number;
|
|
209
|
+
cursor?: string | null;
|
|
210
|
+
sort?: ListSandboxSnapshotsSortEnum;
|
|
211
|
+
}
|
|
212
|
+
export interface ListSnapshotsRequest {
|
|
213
|
+
limit?: number;
|
|
214
|
+
cursor?: string | null;
|
|
215
|
+
sort?: ListSnapshotsSortEnum;
|
|
216
|
+
}
|
|
217
|
+
export interface PromptOperationRequest {
|
|
218
|
+
sandboxId: string;
|
|
219
|
+
promptRequest: PromptRequest;
|
|
220
|
+
}
|
|
221
|
+
export interface PromptRunStatusRequest {
|
|
222
|
+
sandboxId: string;
|
|
223
|
+
promptId: string;
|
|
224
|
+
}
|
|
225
|
+
export interface ReadFileRequest {
|
|
226
|
+
sandboxId: string;
|
|
227
|
+
path: string;
|
|
228
|
+
encoding?: ReadFileEncodingEnum;
|
|
229
|
+
}
|
|
230
|
+
export interface ReposRequest {
|
|
231
|
+
sync?: boolean;
|
|
232
|
+
limit?: number;
|
|
233
|
+
cursor?: string | null;
|
|
234
|
+
sort?: ReposSortEnum;
|
|
235
|
+
q?: string;
|
|
236
|
+
selected?: boolean;
|
|
237
|
+
}
|
|
238
|
+
export interface ResumeOperationRequest {
|
|
239
|
+
sandboxId: string;
|
|
240
|
+
resumeRequest?: ResumeRequest;
|
|
241
|
+
}
|
|
242
|
+
export interface RevokeApiKeyRequest {
|
|
243
|
+
apiKeyId: string;
|
|
244
|
+
}
|
|
245
|
+
export interface RotateApiKeyRequest {
|
|
246
|
+
apiKeyId: string;
|
|
247
|
+
}
|
|
248
|
+
export interface RotateWebhookSigningSecretRequest {
|
|
249
|
+
webhookId: string;
|
|
250
|
+
}
|
|
251
|
+
export interface SandboxesRequest {
|
|
252
|
+
limit?: number;
|
|
253
|
+
cursor?: string | null;
|
|
254
|
+
sort?: SandboxesSortEnum;
|
|
255
|
+
state?: string;
|
|
256
|
+
}
|
|
257
|
+
export interface SaveNamedSnapshotRequest {
|
|
258
|
+
namedSnapshotSaveRequest: NamedSnapshotSaveRequest;
|
|
259
|
+
}
|
|
260
|
+
export interface SelectRepoRequest {
|
|
261
|
+
repoSelectionRequest: RepoSelectionRequest;
|
|
262
|
+
}
|
|
263
|
+
export interface SetEnvironmentSecretFileOperationRequest {
|
|
264
|
+
environmentId: string;
|
|
265
|
+
setEnvironmentSecretFileRequest: SetEnvironmentSecretFileRequest;
|
|
266
|
+
}
|
|
267
|
+
export interface SetEnvironmentVarOperationRequest {
|
|
268
|
+
environmentId: string;
|
|
269
|
+
key: string;
|
|
270
|
+
setEnvironmentVarRequest: SetEnvironmentVarRequest;
|
|
271
|
+
}
|
|
272
|
+
export interface SshKeyOperationRequest {
|
|
273
|
+
sandboxId: string;
|
|
274
|
+
sshKeyRequest: SshKeyRequest;
|
|
275
|
+
}
|
|
276
|
+
export interface SteerOperationRequest {
|
|
277
|
+
sandboxId: string;
|
|
278
|
+
steerRequest: SteerRequest;
|
|
279
|
+
conversation?: string;
|
|
280
|
+
}
|
|
281
|
+
export interface StopOperationRequest {
|
|
282
|
+
sandboxId: string;
|
|
283
|
+
stopRequest?: StopRequest;
|
|
284
|
+
}
|
|
285
|
+
export interface UpdateRequest {
|
|
286
|
+
sandboxId: string;
|
|
287
|
+
updateSandboxRequest: UpdateSandboxRequest;
|
|
288
|
+
}
|
|
289
|
+
export interface UpdateDataRetentionRequest {
|
|
290
|
+
dataRetentionUpdateRequest: DataRetentionUpdateRequest;
|
|
291
|
+
}
|
|
292
|
+
export interface UpdateEnvironmentRequest {
|
|
293
|
+
environmentId: string;
|
|
294
|
+
updateSandboxEnvironmentRequest: UpdateSandboxEnvironmentRequest;
|
|
295
|
+
}
|
|
296
|
+
export interface UpdateSecretsRequest {
|
|
297
|
+
secretsUpdateRequest: SecretsUpdateRequest;
|
|
298
|
+
}
|
|
299
|
+
export interface UpdateWebhookRequest {
|
|
300
|
+
webhookId: string;
|
|
301
|
+
webhookUpdateRequest: WebhookUpdateRequest;
|
|
302
|
+
}
|
|
303
|
+
export interface UpgradeEnvironmentRequest {
|
|
304
|
+
environmentId: string;
|
|
305
|
+
upgradeSandboxEnvironmentRequest?: UpgradeSandboxEnvironmentRequest;
|
|
306
|
+
}
|
|
307
|
+
export interface UsageRequest {
|
|
308
|
+
sandboxId: string;
|
|
309
|
+
since?: string;
|
|
310
|
+
until?: string;
|
|
311
|
+
}
|
|
312
|
+
export interface WriteFileRequest {
|
|
313
|
+
sandboxId: string;
|
|
314
|
+
fileWriteRequest: FileWriteRequest;
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
*
|
|
318
|
+
*/
|
|
319
|
+
export declare class BoatApi extends runtime.BaseAPI {
|
|
320
|
+
/**
|
|
321
|
+
* Creates request options for addEnvironmentRepo without sending the request
|
|
322
|
+
*/
|
|
323
|
+
addEnvironmentRepoRequestOpts(requestParameters: AddEnvironmentRepoOperationRequest): Promise<runtime.RequestOpts>;
|
|
324
|
+
/**
|
|
325
|
+
* Adds a repository (or updates its base branch) by database id from the repository list. Mints a new immutable version.
|
|
326
|
+
* Add a repository to an environment
|
|
327
|
+
*/
|
|
328
|
+
addEnvironmentRepoRaw(requestParameters: AddEnvironmentRepoOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EnvironmentItemChangeResponse>>;
|
|
329
|
+
/**
|
|
330
|
+
* Adds a repository (or updates its base branch) by database id from the repository list. Mints a new immutable version.
|
|
331
|
+
* Add a repository to an environment
|
|
332
|
+
*/
|
|
333
|
+
addEnvironmentRepo(requestParameters: AddEnvironmentRepoOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EnvironmentItemChangeResponse>;
|
|
334
|
+
/**
|
|
335
|
+
* Creates request options for apiKeyUsage without sending the request
|
|
336
|
+
*/
|
|
337
|
+
apiKeyUsageRequestOpts(requestParameters: ApiKeyUsageRequest): Promise<runtime.RequestOpts>;
|
|
338
|
+
/**
|
|
339
|
+
* Returns the key\'s request total for the 30-day UTC window and the sandboxes and Agents it created that still exist, including sandboxes that never got a sandbox row. Works for revoked keys owned by the authenticated account.
|
|
340
|
+
* Get API key usage
|
|
341
|
+
*/
|
|
342
|
+
apiKeyUsageRaw(requestParameters: ApiKeyUsageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiKeyUsageResponse>>;
|
|
343
|
+
/**
|
|
344
|
+
* Returns the key\'s request total for the 30-day UTC window and the sandboxes and Agents it created that still exist, including sandboxes that never got a sandbox row. Works for revoked keys owned by the authenticated account.
|
|
345
|
+
* Get API key usage
|
|
346
|
+
*/
|
|
347
|
+
apiKeyUsage(requestParameters: ApiKeyUsageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiKeyUsageResponse>;
|
|
348
|
+
/**
|
|
349
|
+
* Creates request options for apiKeys without sending the request
|
|
350
|
+
*/
|
|
351
|
+
apiKeysRequestOpts(): Promise<runtime.RequestOpts>;
|
|
352
|
+
/**
|
|
353
|
+
* Lists API key metadata only. Raw key secrets are not returned after creation/rotation. Results include expiry and scope. A restricted API-key caller receives `apiKeys: []`; only an unrestricted account key or browser/CLI session receives the account inventory. Bearer header is unchanged; scope lives on the key.
|
|
354
|
+
* List API keys
|
|
355
|
+
*/
|
|
356
|
+
apiKeysRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiKeysResponse>>;
|
|
357
|
+
/**
|
|
358
|
+
* Lists API key metadata only. Raw key secrets are not returned after creation/rotation. Results include expiry and scope. A restricted API-key caller receives `apiKeys: []`; only an unrestricted account key or browser/CLI session receives the account inventory. Bearer header is unchanged; scope lives on the key.
|
|
359
|
+
* List API keys
|
|
360
|
+
*/
|
|
361
|
+
apiKeys(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiKeysResponse>;
|
|
362
|
+
/**
|
|
363
|
+
* Creates request options for artifact without sending the request
|
|
364
|
+
*/
|
|
365
|
+
artifactRequestOpts(requestParameters: ArtifactRequest): Promise<runtime.RequestOpts>;
|
|
366
|
+
/**
|
|
367
|
+
* Download a sandbox artifact
|
|
368
|
+
*/
|
|
369
|
+
artifactRaw(requestParameters: ArtifactRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Blob>>;
|
|
370
|
+
/**
|
|
371
|
+
* Download a sandbox artifact
|
|
372
|
+
*/
|
|
373
|
+
artifact(requestParameters: ArtifactRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Blob>;
|
|
374
|
+
/**
|
|
375
|
+
* Creates request options for command without sending the request
|
|
376
|
+
*/
|
|
377
|
+
commandRequestOpts(requestParameters: CommandOperationRequest): Promise<runtime.RequestOpts>;
|
|
378
|
+
/**
|
|
379
|
+
* Runs the command synchronously by default (timeout configurable via `timeoutSeconds`, 600s cap). With `detached: true` the command starts in the background and a process id is returned immediately; poll `/sandboxes/{sandboxId}/commands/{processId}` for status and logs. Returns 400 invalid_timeout when `timeoutSeconds` is not an integer in 1-600. Returns 409 boat_starting (retryable) while the sandbox is still provisioning -- wait until the sandbox state is ready before running commands. Command execution is never retried automatically: a 502 boat_direct_failed means the command may already be running on the sandbox.
|
|
380
|
+
* Execute a command in a sandbox
|
|
381
|
+
*/
|
|
382
|
+
commandRaw(requestParameters: CommandOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Command200Response>>;
|
|
383
|
+
/**
|
|
384
|
+
* Runs the command synchronously by default (timeout configurable via `timeoutSeconds`, 600s cap). With `detached: true` the command starts in the background and a process id is returned immediately; poll `/sandboxes/{sandboxId}/commands/{processId}` for status and logs. Returns 400 invalid_timeout when `timeoutSeconds` is not an integer in 1-600. Returns 409 boat_starting (retryable) while the sandbox is still provisioning -- wait until the sandbox state is ready before running commands. Command execution is never retried automatically: a 502 boat_direct_failed means the command may already be running on the sandbox.
|
|
385
|
+
* Execute a command in a sandbox
|
|
386
|
+
*/
|
|
387
|
+
command(requestParameters: CommandOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Command200Response>;
|
|
388
|
+
/**
|
|
389
|
+
* Creates request options for commandStatus without sending the request
|
|
390
|
+
*/
|
|
391
|
+
commandStatusRequestOpts(requestParameters: CommandStatusRequest): Promise<runtime.RequestOpts>;
|
|
392
|
+
/**
|
|
393
|
+
* Get detached command status and logs
|
|
394
|
+
*/
|
|
395
|
+
commandStatusRaw(requestParameters: CommandStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CommandStatusResponse>>;
|
|
396
|
+
/**
|
|
397
|
+
* Get detached command status and logs
|
|
398
|
+
*/
|
|
399
|
+
commandStatus(requestParameters: CommandStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CommandStatusResponse>;
|
|
400
|
+
/**
|
|
401
|
+
* Creates request options for conversations without sending the request
|
|
402
|
+
*/
|
|
403
|
+
conversationsRequestOpts(requestParameters: ConversationsRequest): Promise<runtime.RequestOpts>;
|
|
404
|
+
/**
|
|
405
|
+
* Every conversation on the sandbox, most recently prompted first, with what you need to pick one: how many prompts it holds, whether a turn is running in it right now, the last harness and model it ran on, a preview of its last prompt, and `current`, the one a `POST /prompt` without `new` or `conversationId` would continue. Pass an `id` back as `conversationId` on `POST /prompt` to resume that thread, or as `conversation` on `POST /steer`, `POST /interrupt` and `GET /events` to scope those. See [Integrated agents](/integrated-agents).
|
|
406
|
+
* List boat conversations
|
|
407
|
+
*/
|
|
408
|
+
conversationsRaw(requestParameters: ConversationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ConversationsResponse>>;
|
|
409
|
+
/**
|
|
410
|
+
* Every conversation on the sandbox, most recently prompted first, with what you need to pick one: how many prompts it holds, whether a turn is running in it right now, the last harness and model it ran on, a preview of its last prompt, and `current`, the one a `POST /prompt` without `new` or `conversationId` would continue. Pass an `id` back as `conversationId` on `POST /prompt` to resume that thread, or as `conversation` on `POST /steer`, `POST /interrupt` and `GET /events` to scope those. See [Integrated agents](/integrated-agents).
|
|
411
|
+
* List boat conversations
|
|
412
|
+
*/
|
|
413
|
+
conversations(requestParameters: ConversationsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConversationsResponse>;
|
|
414
|
+
/**
|
|
415
|
+
* Creates request options for create without sending the request
|
|
416
|
+
*/
|
|
417
|
+
createRequestOpts(requestParameters: CreateRequest): Promise<runtime.RequestOpts>;
|
|
418
|
+
/**
|
|
419
|
+
* Provision a new cloud computer. Store the returned `sandbox.id` with your product job/session record. Send an `Idempotency-Key` header to make this call safe to retry after a lost response without creating a second billable sandbox.
|
|
420
|
+
* Create sandbox
|
|
421
|
+
*/
|
|
422
|
+
createRaw(requestParameters: CreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CreateSandboxResponse>>;
|
|
423
|
+
/**
|
|
424
|
+
* Provision a new cloud computer. Store the returned `sandbox.id` with your product job/session record. Send an `Idempotency-Key` header to make this call safe to retry after a lost response without creating a second billable sandbox.
|
|
425
|
+
* Create sandbox
|
|
426
|
+
*/
|
|
427
|
+
create(requestParameters?: CreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CreateSandboxResponse>;
|
|
428
|
+
/**
|
|
429
|
+
* Creates request options for createEnvironment without sending the request
|
|
430
|
+
*/
|
|
431
|
+
createEnvironmentRequestOpts(requestParameters: CreateEnvironmentRequest): Promise<runtime.RequestOpts>;
|
|
432
|
+
/**
|
|
433
|
+
* Create a new named environment. It starts on version 1 with all fine-grained flags on and `safeForThirdParties` off.
|
|
434
|
+
* Create a sandbox environment
|
|
435
|
+
*/
|
|
436
|
+
createEnvironmentRaw(requestParameters: CreateEnvironmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SandboxEnvironmentListResponse>>;
|
|
437
|
+
/**
|
|
438
|
+
* Create a new named environment. It starts on version 1 with all fine-grained flags on and `safeForThirdParties` off.
|
|
439
|
+
* Create a sandbox environment
|
|
440
|
+
*/
|
|
441
|
+
createEnvironment(requestParameters: CreateEnvironmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SandboxEnvironmentListResponse>;
|
|
442
|
+
/**
|
|
443
|
+
* Creates request options for createScopedApiKey without sending the request
|
|
444
|
+
*/
|
|
445
|
+
createScopedApiKeyRequestOpts(requestParameters: CreateScopedApiKeyOperationRequest): Promise<runtime.RequestOpts>;
|
|
446
|
+
/**
|
|
447
|
+
* Creates a scoped, expiring API key. Requires a dashboard/CLI session or an admin-scoped token. The secret is returned once. This dedicated path returns a typed 503 until scoped credential creation is activated.
|
|
448
|
+
* Create a scoped API key
|
|
449
|
+
*/
|
|
450
|
+
createScopedApiKeyRaw(requestParameters: CreateScopedApiKeyOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiKeySecretResponse>>;
|
|
451
|
+
/**
|
|
452
|
+
* Creates a scoped, expiring API key. Requires a dashboard/CLI session or an admin-scoped token. The secret is returned once. This dedicated path returns a typed 503 until scoped credential creation is activated.
|
|
453
|
+
* Create a scoped API key
|
|
454
|
+
*/
|
|
455
|
+
createScopedApiKey(requestParameters: CreateScopedApiKeyOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiKeySecretResponse>;
|
|
456
|
+
/**
|
|
457
|
+
* Creates request options for createWebhook without sending the request
|
|
458
|
+
*/
|
|
459
|
+
createWebhookRequestOpts(requestParameters: CreateWebhookRequest): Promise<runtime.RequestOpts>;
|
|
460
|
+
/**
|
|
461
|
+
* Registers an account-wide endpoint for sandbox lifecycle events. The endpoint must use HTTPS on port 443 and resolve only to public addresses. Redirects are not followed during delivery. The signing secret is returned only in this response. An account can register at most 10 unique endpoint URLs.
|
|
462
|
+
* Create webhook
|
|
463
|
+
*/
|
|
464
|
+
createWebhookRaw(requestParameters: CreateWebhookRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WebhookSecretResponse>>;
|
|
465
|
+
/**
|
|
466
|
+
* Registers an account-wide endpoint for sandbox lifecycle events. The endpoint must use HTTPS on port 443 and resolve only to public addresses. Redirects are not followed during delivery. The signing secret is returned only in this response. An account can register at most 10 unique endpoint URLs.
|
|
467
|
+
* Create webhook
|
|
468
|
+
*/
|
|
469
|
+
createWebhook(requestParameters: CreateWebhookRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WebhookSecretResponse>;
|
|
470
|
+
/**
|
|
471
|
+
* Creates request options for deleteEnvironment without sending the request
|
|
472
|
+
*/
|
|
473
|
+
deleteEnvironmentRequestOpts(requestParameters: DeleteEnvironmentRequest): Promise<runtime.RequestOpts>;
|
|
474
|
+
/**
|
|
475
|
+
* Soft-deletes an environment. The default environment cannot be deleted, and at least one environment is always kept.
|
|
476
|
+
* Delete a sandbox environment
|
|
477
|
+
*/
|
|
478
|
+
deleteEnvironmentRaw(requestParameters: DeleteEnvironmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SandboxEnvironmentResponse>>;
|
|
479
|
+
/**
|
|
480
|
+
* Soft-deletes an environment. The default environment cannot be deleted, and at least one environment is always kept.
|
|
481
|
+
* Delete a sandbox environment
|
|
482
|
+
*/
|
|
483
|
+
deleteEnvironment(requestParameters: DeleteEnvironmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SandboxEnvironmentResponse>;
|
|
484
|
+
/**
|
|
485
|
+
* Creates request options for deleteEnvironmentRepo without sending the request
|
|
486
|
+
*/
|
|
487
|
+
deleteEnvironmentRepoRequestOpts(requestParameters: DeleteEnvironmentRepoRequest): Promise<runtime.RequestOpts>;
|
|
488
|
+
/**
|
|
489
|
+
* Removes one repository from the environment\'s selection. Mints a new immutable version.
|
|
490
|
+
* Remove a repository from an environment
|
|
491
|
+
*/
|
|
492
|
+
deleteEnvironmentRepoRaw(requestParameters: DeleteEnvironmentRepoRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EnvironmentItemChangeResponse>>;
|
|
493
|
+
/**
|
|
494
|
+
* Removes one repository from the environment\'s selection. Mints a new immutable version.
|
|
495
|
+
* Remove a repository from an environment
|
|
496
|
+
*/
|
|
497
|
+
deleteEnvironmentRepo(requestParameters: DeleteEnvironmentRepoRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EnvironmentItemChangeResponse>;
|
|
498
|
+
/**
|
|
499
|
+
* Creates request options for deleteEnvironmentSecretFile without sending the request
|
|
500
|
+
*/
|
|
501
|
+
deleteEnvironmentSecretFileRequestOpts(requestParameters: DeleteEnvironmentSecretFileRequest): Promise<runtime.RequestOpts>;
|
|
502
|
+
/**
|
|
503
|
+
* Removes the secret file at `path`. Mints a new immutable version.
|
|
504
|
+
* Remove one secret file
|
|
505
|
+
*/
|
|
506
|
+
deleteEnvironmentSecretFileRaw(requestParameters: DeleteEnvironmentSecretFileRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EnvironmentItemChangeResponse>>;
|
|
507
|
+
/**
|
|
508
|
+
* Removes the secret file at `path`. Mints a new immutable version.
|
|
509
|
+
* Remove one secret file
|
|
510
|
+
*/
|
|
511
|
+
deleteEnvironmentSecretFile(requestParameters: DeleteEnvironmentSecretFileRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EnvironmentItemChangeResponse>;
|
|
512
|
+
/**
|
|
513
|
+
* Creates request options for deleteEnvironmentVar without sending the request
|
|
514
|
+
*/
|
|
515
|
+
deleteEnvironmentVarRequestOpts(requestParameters: DeleteEnvironmentVarRequest): Promise<runtime.RequestOpts>;
|
|
516
|
+
/**
|
|
517
|
+
* Removes a single variable. Mints a new immutable version.
|
|
518
|
+
* Remove one environment variable
|
|
519
|
+
*/
|
|
520
|
+
deleteEnvironmentVarRaw(requestParameters: DeleteEnvironmentVarRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EnvironmentItemChangeResponse>>;
|
|
521
|
+
/**
|
|
522
|
+
* Removes a single variable. Mints a new immutable version.
|
|
523
|
+
* Remove one environment variable
|
|
524
|
+
*/
|
|
525
|
+
deleteEnvironmentVar(requestParameters: DeleteEnvironmentVarRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EnvironmentItemChangeResponse>;
|
|
526
|
+
/**
|
|
527
|
+
* Creates request options for deleteNamedSnapshot without sending the request
|
|
528
|
+
*/
|
|
529
|
+
deleteNamedSnapshotRequestOpts(requestParameters: DeleteNamedSnapshotRequest): Promise<runtime.RequestOpts>;
|
|
530
|
+
/**
|
|
531
|
+
* Remove a named snapshot and release its storage (`boat snapshot rm <name>` in the CLI). Sandboxes already deployed from it are unaffected.
|
|
532
|
+
* Remove a named snapshot
|
|
533
|
+
*/
|
|
534
|
+
deleteNamedSnapshotRaw(requestParameters: DeleteNamedSnapshotRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<NamedSnapshotDeletedResponse>>;
|
|
535
|
+
/**
|
|
536
|
+
* Remove a named snapshot and release its storage (`boat snapshot rm <name>` in the CLI). Sandboxes already deployed from it are unaffected.
|
|
537
|
+
* Remove a named snapshot
|
|
538
|
+
*/
|
|
539
|
+
deleteNamedSnapshot(requestParameters: DeleteNamedSnapshotRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<NamedSnapshotDeletedResponse>;
|
|
540
|
+
/**
|
|
541
|
+
* Creates request options for deleteSandbox without sending the request
|
|
542
|
+
*/
|
|
543
|
+
deleteSandboxRequestOpts(requestParameters: DeleteSandboxRequest): Promise<runtime.RequestOpts>;
|
|
544
|
+
/**
|
|
545
|
+
* Accept irreversible background deletion of the sandbox machine, snapshots, and content-bearing records. This is not archive: the sandbox cannot be resumed. Named snapshots and other shared artifacts remain independent. Poll the returned operation until `completed`.
|
|
546
|
+
* Permanently delete sandbox data
|
|
547
|
+
*/
|
|
548
|
+
deleteSandboxRaw(requestParameters: DeleteSandboxRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeletionOperationResponse>>;
|
|
549
|
+
/**
|
|
550
|
+
* Accept irreversible background deletion of the sandbox machine, snapshots, and content-bearing records. This is not archive: the sandbox cannot be resumed. Named snapshots and other shared artifacts remain independent. Poll the returned operation until `completed`.
|
|
551
|
+
* Permanently delete sandbox data
|
|
552
|
+
*/
|
|
553
|
+
deleteSandbox(requestParameters: DeleteSandboxRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeletionOperationResponse>;
|
|
554
|
+
/**
|
|
555
|
+
* Creates request options for deleteSnapshot without sending the request
|
|
556
|
+
*/
|
|
557
|
+
deleteSnapshotRequestOpts(requestParameters: DeleteSnapshotRequest): Promise<runtime.RequestOpts>;
|
|
558
|
+
/**
|
|
559
|
+
* Accept irreversible background deletion of an unpinned snapshot owned by the authenticated account. Snapshots required by another incremental snapshot or active restore return `409`. Poll the returned operation until `completed`.
|
|
560
|
+
* Permanently delete snapshot data
|
|
561
|
+
*/
|
|
562
|
+
deleteSnapshotRaw(requestParameters: DeleteSnapshotRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeletionOperationResponse>>;
|
|
563
|
+
/**
|
|
564
|
+
* Accept irreversible background deletion of an unpinned snapshot owned by the authenticated account. Snapshots required by another incremental snapshot or active restore return `409`. Poll the returned operation until `completed`.
|
|
565
|
+
* Permanently delete snapshot data
|
|
566
|
+
*/
|
|
567
|
+
deleteSnapshot(requestParameters: DeleteSnapshotRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeletionOperationResponse>;
|
|
568
|
+
/**
|
|
569
|
+
* Creates request options for deleteWebhook without sending the request
|
|
570
|
+
*/
|
|
571
|
+
deleteWebhookRequestOpts(requestParameters: DeleteWebhookRequest): Promise<runtime.RequestOpts>;
|
|
572
|
+
/**
|
|
573
|
+
* Deletes the endpoint and its queued deliveries. An attempt already in flight can still arrive.
|
|
574
|
+
* Delete webhook
|
|
575
|
+
*/
|
|
576
|
+
deleteWebhookRaw(requestParameters: DeleteWebhookRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WebhookDeleteResponse>>;
|
|
577
|
+
/**
|
|
578
|
+
* Deletes the endpoint and its queued deliveries. An attempt already in flight can still arrive.
|
|
579
|
+
* Delete webhook
|
|
580
|
+
*/
|
|
581
|
+
deleteWebhook(requestParameters: DeleteWebhookRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WebhookDeleteResponse>;
|
|
582
|
+
/**
|
|
583
|
+
* Creates request options for desktop without sending the request
|
|
584
|
+
*/
|
|
585
|
+
desktopRequestOpts(requestParameters: DesktopOperationRequest): Promise<runtime.RequestOpts>;
|
|
586
|
+
/**
|
|
587
|
+
* Create or fetch a secret-bearing desktop/noVNC URL for live computer-use visibility. Use `?vnc=1` for noVNC; a `provisioning: true` response means poll again.
|
|
588
|
+
* Get desktop streaming URL
|
|
589
|
+
*/
|
|
590
|
+
desktopRaw(requestParameters: DesktopOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DesktopResponse>>;
|
|
591
|
+
/**
|
|
592
|
+
* Create or fetch a secret-bearing desktop/noVNC URL for live computer-use visibility. Use `?vnc=1` for noVNC; a `provisioning: true` response means poll again.
|
|
593
|
+
* Get desktop streaming URL
|
|
594
|
+
*/
|
|
595
|
+
desktop(requestParameters: DesktopOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DesktopResponse>;
|
|
596
|
+
/**
|
|
597
|
+
* Creates request options for environments without sending the request
|
|
598
|
+
*/
|
|
599
|
+
environmentsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
600
|
+
/**
|
|
601
|
+
* Returns every non-deleted sandbox environment with its latest-version flags, contents, and per-version sandbox usage. A default environment named `base` is created on first access if none exists.
|
|
602
|
+
* List Sandbox environments
|
|
603
|
+
*/
|
|
604
|
+
environmentsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SandboxEnvironmentListResponse>>;
|
|
605
|
+
/**
|
|
606
|
+
* Returns every non-deleted sandbox environment with its latest-version flags, contents, and per-version sandbox usage. A default environment named `base` is created on first access if none exists.
|
|
607
|
+
* List Sandbox environments
|
|
608
|
+
*/
|
|
609
|
+
environments(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SandboxEnvironmentListResponse>;
|
|
610
|
+
/**
|
|
611
|
+
* Creates request options for events without sending the request
|
|
612
|
+
*/
|
|
613
|
+
eventsRequestOpts(requestParameters: EventsRequest): Promise<runtime.RequestOpts>;
|
|
614
|
+
/**
|
|
615
|
+
* Return Sandbox work, lifecycle, and progress events so product UIs can show what the sandbox is doing. A Sandbox runs many conversations in parallel; this streams **all** of them by default and every event carries a `conversationId`. Filter to one or more with `conversation`. Event payloads are extensible. Clients can long-poll this endpoint with `sort=asc` and a cursor to stream responses. Response events expose agent text, streaming partials via `data.is_streaming`, and tool calls/results via `data.tools`.
|
|
616
|
+
* List boat events
|
|
617
|
+
*/
|
|
618
|
+
eventsRaw(requestParameters: EventsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EventsResponse>>;
|
|
619
|
+
/**
|
|
620
|
+
* Return Sandbox work, lifecycle, and progress events so product UIs can show what the sandbox is doing. A Sandbox runs many conversations in parallel; this streams **all** of them by default and every event carries a `conversationId`. Filter to one or more with `conversation`. Event payloads are extensible. Clients can long-poll this endpoint with `sort=asc` and a cursor to stream responses. Response events expose agent text, streaming partials via `data.is_streaming`, and tool calls/results via `data.tools`.
|
|
621
|
+
* List boat events
|
|
622
|
+
*/
|
|
623
|
+
events(requestParameters: EventsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EventsResponse>;
|
|
624
|
+
/**
|
|
625
|
+
* Creates request options for fork without sending the request
|
|
626
|
+
*/
|
|
627
|
+
forkRequestOpts(requestParameters: ForkOperationRequest): Promise<runtime.RequestOpts>;
|
|
628
|
+
/**
|
|
629
|
+
* Provision a new sandbox from an existing one. Send an `Idempotency-Key` header to make this call safe to retry after a lost response without creating a second billable fork.
|
|
630
|
+
* Fork sandbox
|
|
631
|
+
*/
|
|
632
|
+
forkRaw(requestParameters: ForkOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SandboxActionResponse>>;
|
|
633
|
+
/**
|
|
634
|
+
* Provision a new sandbox from an existing one. Send an `Idempotency-Key` header to make this call safe to retry after a lost response without creating a second billable fork.
|
|
635
|
+
* Fork sandbox
|
|
636
|
+
*/
|
|
637
|
+
fork(requestParameters: ForkOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SandboxActionResponse>;
|
|
638
|
+
/**
|
|
639
|
+
* Creates request options for get without sending the request
|
|
640
|
+
*/
|
|
641
|
+
getRequestOpts(requestParameters: GetRequest): Promise<runtime.RequestOpts>;
|
|
642
|
+
/**
|
|
643
|
+
* Poll this endpoint after create, stop, resume, or fork operations.
|
|
644
|
+
* Get sandbox
|
|
645
|
+
*/
|
|
646
|
+
getRaw(requestParameters: GetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SandboxInfoResponse>>;
|
|
647
|
+
/**
|
|
648
|
+
* Poll this endpoint after create, stop, resume, or fork operations.
|
|
649
|
+
* Get sandbox
|
|
650
|
+
*/
|
|
651
|
+
get(requestParameters: GetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SandboxInfoResponse>;
|
|
652
|
+
/**
|
|
653
|
+
* Creates request options for getDataRetention without sending the request
|
|
654
|
+
*/
|
|
655
|
+
getDataRetentionRequestOpts(): Promise<runtime.RequestOpts>;
|
|
656
|
+
/**
|
|
657
|
+
* Returns the current zero-data-retention policy. Per-Boat API keys cannot access this account-wide setting. Responses are never cached.
|
|
658
|
+
* Get account data-retention policy
|
|
659
|
+
*/
|
|
660
|
+
getDataRetentionRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DataRetentionPolicyResponse>>;
|
|
661
|
+
/**
|
|
662
|
+
* Returns the current zero-data-retention policy. Per-Boat API keys cannot access this account-wide setting. Responses are never cached.
|
|
663
|
+
* Get account data-retention policy
|
|
664
|
+
*/
|
|
665
|
+
getDataRetention(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DataRetentionPolicyResponse>;
|
|
666
|
+
/**
|
|
667
|
+
* Creates request options for getDeletionOperation without sending the request
|
|
668
|
+
*/
|
|
669
|
+
getDeletionOperationRequestOpts(requestParameters: GetDeletionOperationRequest): Promise<runtime.RequestOpts>;
|
|
670
|
+
/**
|
|
671
|
+
* Poll an accepted Boat or snapshot deletion. Only operations owned by the authenticated account are returned. Responses are never cached.
|
|
672
|
+
* Get deletion operation
|
|
673
|
+
*/
|
|
674
|
+
getDeletionOperationRaw(requestParameters: GetDeletionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DeletionOperationResponse>>;
|
|
675
|
+
/**
|
|
676
|
+
* Poll an accepted Boat or snapshot deletion. Only operations owned by the authenticated account are returned. Responses are never cached.
|
|
677
|
+
* Get deletion operation
|
|
678
|
+
*/
|
|
679
|
+
getDeletionOperation(requestParameters: GetDeletionOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DeletionOperationResponse>;
|
|
680
|
+
/**
|
|
681
|
+
* Creates request options for getLatestSandboxSnapshot without sending the request
|
|
682
|
+
*/
|
|
683
|
+
getLatestSandboxSnapshotRequestOpts(requestParameters: GetLatestSandboxSnapshotRequest): Promise<runtime.RequestOpts>;
|
|
684
|
+
/**
|
|
685
|
+
* Return the most recent completed snapshot for this sandbox, or `null` if it has none.
|
|
686
|
+
* Get latest boat snapshot
|
|
687
|
+
*/
|
|
688
|
+
getLatestSandboxSnapshotRaw(requestParameters: GetLatestSandboxSnapshotRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SnapshotLatestResponse>>;
|
|
689
|
+
/**
|
|
690
|
+
* Return the most recent completed snapshot for this sandbox, or `null` if it has none.
|
|
691
|
+
* Get latest boat snapshot
|
|
692
|
+
*/
|
|
693
|
+
getLatestSandboxSnapshot(requestParameters: GetLatestSandboxSnapshotRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SnapshotLatestResponse>;
|
|
694
|
+
/**
|
|
695
|
+
* Creates request options for getNamedSnapshot without sending the request
|
|
696
|
+
*/
|
|
697
|
+
getNamedSnapshotRequestOpts(requestParameters: GetNamedSnapshotRequest): Promise<runtime.RequestOpts>;
|
|
698
|
+
/**
|
|
699
|
+
* Get a named snapshot
|
|
700
|
+
*/
|
|
701
|
+
getNamedSnapshotRaw(requestParameters: GetNamedSnapshotRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<NamedSnapshotInfoResponse>>;
|
|
702
|
+
/**
|
|
703
|
+
* Get a named snapshot
|
|
704
|
+
*/
|
|
705
|
+
getNamedSnapshot(requestParameters: GetNamedSnapshotRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<NamedSnapshotInfoResponse>;
|
|
706
|
+
/**
|
|
707
|
+
* Creates request options for getSnapshotDownload without sending the request
|
|
708
|
+
*/
|
|
709
|
+
getSnapshotDownloadRequestOpts(requestParameters: GetSnapshotDownloadRequest): Promise<runtime.RequestOpts>;
|
|
710
|
+
/**
|
|
711
|
+
* Return time-limited signed URLs for every chunk needed to reconstruct the sandbox filesystem at this snapshot (the full chain, base through this generation), plus the inventory. Download the chunks and reassemble them as described by `reconstruct`. The `boat snapshot pull` CLI command does this for you.
|
|
712
|
+
* Get snapshot download
|
|
713
|
+
*/
|
|
714
|
+
getSnapshotDownloadRaw(requestParameters: GetSnapshotDownloadRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SnapshotDownloadResponse>>;
|
|
715
|
+
/**
|
|
716
|
+
* Return time-limited signed URLs for every chunk needed to reconstruct the sandbox filesystem at this snapshot (the full chain, base through this generation), plus the inventory. Download the chunks and reassemble them as described by `reconstruct`. The `boat snapshot pull` CLI command does this for you.
|
|
717
|
+
* Get snapshot download
|
|
718
|
+
*/
|
|
719
|
+
getSnapshotDownload(requestParameters: GetSnapshotDownloadRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SnapshotDownloadResponse>;
|
|
720
|
+
/**
|
|
721
|
+
* Creates request options for getSnapshotFile without sending the request
|
|
722
|
+
*/
|
|
723
|
+
getSnapshotFileRequestOpts(requestParameters: GetSnapshotFileRequest): Promise<runtime.RequestOpts>;
|
|
724
|
+
/**
|
|
725
|
+
* Stream a single file\'s bytes, or a folder subtree as a tar archive, directly out of a snapshot, the sandbox can be stopped or archived; the machine is never contacted. Use `GET /snapshots/{snapshotId}/tree` to list paths, then pass one here. Paths are relative to the snapshot root (same space as `tree` entries; docker volumes under `__dockervol__/`). An empty or `/` path downloads the whole snapshot as a tar. Folder responses set `X-Snapshot-File-Count`, `X-Snapshot-Total-Size-Bytes` and `X-Snapshot-Skipped-Base-Image-Files` headers; both response shapes set `X-Snapshot-Entry-Kind` (`file` or `dir`).
|
|
726
|
+
* Download a file or folder from a snapshot
|
|
727
|
+
*/
|
|
728
|
+
getSnapshotFileRaw(requestParameters: GetSnapshotFileRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Blob>>;
|
|
729
|
+
/**
|
|
730
|
+
* Stream a single file\'s bytes, or a folder subtree as a tar archive, directly out of a snapshot, the sandbox can be stopped or archived; the machine is never contacted. Use `GET /snapshots/{snapshotId}/tree` to list paths, then pass one here. Paths are relative to the snapshot root (same space as `tree` entries; docker volumes under `__dockervol__/`). An empty or `/` path downloads the whole snapshot as a tar. Folder responses set `X-Snapshot-File-Count`, `X-Snapshot-Total-Size-Bytes` and `X-Snapshot-Skipped-Base-Image-Files` headers; both response shapes set `X-Snapshot-Entry-Kind` (`file` or `dir`).
|
|
731
|
+
* Download a file or folder from a snapshot
|
|
732
|
+
*/
|
|
733
|
+
getSnapshotFile(requestParameters: GetSnapshotFileRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Blob>;
|
|
734
|
+
/**
|
|
735
|
+
* Creates request options for getSnapshotTree without sending the request
|
|
736
|
+
*/
|
|
737
|
+
getSnapshotTreeRequestOpts(requestParameters: GetSnapshotTreeRequest): Promise<runtime.RequestOpts>;
|
|
738
|
+
/**
|
|
739
|
+
* List the files and folders captured in a snapshot, with sizes. Returns a flat list of entries you can render as a tree.
|
|
740
|
+
* Get snapshot file tree
|
|
741
|
+
*/
|
|
742
|
+
getSnapshotTreeRaw(requestParameters: GetSnapshotTreeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SnapshotTreeResponse>>;
|
|
743
|
+
/**
|
|
744
|
+
* List the files and folders captured in a snapshot, with sizes. Returns a flat list of entries you can render as a tree.
|
|
745
|
+
* Get snapshot file tree
|
|
746
|
+
*/
|
|
747
|
+
getSnapshotTree(requestParameters: GetSnapshotTreeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SnapshotTreeResponse>;
|
|
748
|
+
/**
|
|
749
|
+
* Creates request options for getWebhook without sending the request
|
|
750
|
+
*/
|
|
751
|
+
getWebhookRequestOpts(requestParameters: GetWebhookRequest): Promise<runtime.RequestOpts>;
|
|
752
|
+
/**
|
|
753
|
+
* Returns webhook metadata without the signing secret.
|
|
754
|
+
* Get webhook
|
|
755
|
+
*/
|
|
756
|
+
getWebhookRaw(requestParameters: GetWebhookRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WebhookResponse>>;
|
|
757
|
+
/**
|
|
758
|
+
* Returns webhook metadata without the signing secret.
|
|
759
|
+
* Get webhook
|
|
760
|
+
*/
|
|
761
|
+
getWebhook(requestParameters: GetWebhookRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WebhookResponse>;
|
|
762
|
+
/**
|
|
763
|
+
* Creates request options for hostPort without sending the request
|
|
764
|
+
*/
|
|
765
|
+
hostPortRequestOpts(requestParameters: HostPortOperationRequest): Promise<runtime.RequestOpts>;
|
|
766
|
+
/**
|
|
767
|
+
* Registers a stable `https://<sandbox-subdomain>-<port>.on.boat.dev` route for a port inside the sandbox and opens the sandbox firewall for it. Idempotent: calling it again for the same sandbox and port returns the same URL and token.
|
|
768
|
+
* Expose a sandbox port on a public HTTPS URL
|
|
769
|
+
*/
|
|
770
|
+
hostPortRaw(requestParameters: HostPortOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<HostPortResponse>>;
|
|
771
|
+
/**
|
|
772
|
+
* Registers a stable `https://<sandbox-subdomain>-<port>.on.boat.dev` route for a port inside the sandbox and opens the sandbox firewall for it. Idempotent: calling it again for the same sandbox and port returns the same URL and token.
|
|
773
|
+
* Expose a sandbox port on a public HTTPS URL
|
|
774
|
+
*/
|
|
775
|
+
hostPort(requestParameters: HostPortOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<HostPortResponse>;
|
|
776
|
+
/**
|
|
777
|
+
* Creates request options for interrupt without sending the request
|
|
778
|
+
*/
|
|
779
|
+
interruptRequestOpts(requestParameters: InterruptRequest): Promise<runtime.RequestOpts>;
|
|
780
|
+
/**
|
|
781
|
+
* Interrupt running agent work. By default this stops **every** conversation on the sandbox. Pass `conversation` to stop just one, leaving the others running. See [Integrated agents](/integrated-agents).
|
|
782
|
+
* Interrupt running work
|
|
783
|
+
*/
|
|
784
|
+
interruptRaw(requestParameters: InterruptRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SandboxActionResponse>>;
|
|
785
|
+
/**
|
|
786
|
+
* Interrupt running agent work. By default this stops **every** conversation on the sandbox. Pass `conversation` to stop just one, leaving the others running. See [Integrated agents](/integrated-agents).
|
|
787
|
+
* Interrupt running work
|
|
788
|
+
*/
|
|
789
|
+
interrupt(requestParameters: InterruptRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SandboxActionResponse>;
|
|
790
|
+
/**
|
|
791
|
+
* Creates request options for limits without sending the request
|
|
792
|
+
*/
|
|
793
|
+
limitsRequestOpts(requestParameters: LimitsRequest): Promise<runtime.RequestOpts>;
|
|
794
|
+
/**
|
|
795
|
+
* Check remaining machine starts, compute time, credits, access readiness, and concurrent-sandbox capacity for the authenticated account. Pass `org` / `X-Boat-Org` (or `teamId`) to read a team wallet you belong to.
|
|
796
|
+
* Get Boat limits
|
|
797
|
+
*/
|
|
798
|
+
limitsRaw(requestParameters: LimitsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<LimitsResponse>>;
|
|
799
|
+
/**
|
|
800
|
+
* Check remaining machine starts, compute time, credits, access readiness, and concurrent-sandbox capacity for the authenticated account. Pass `org` / `X-Boat-Org` (or `teamId`) to read a team wallet you belong to.
|
|
801
|
+
* Get Boat limits
|
|
802
|
+
*/
|
|
803
|
+
limits(requestParameters?: LimitsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<LimitsResponse>;
|
|
804
|
+
/**
|
|
805
|
+
* Creates request options for listNamedSnapshots without sending the request
|
|
806
|
+
*/
|
|
807
|
+
listNamedSnapshotsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
808
|
+
/**
|
|
809
|
+
* List your named snapshots, newest first.
|
|
810
|
+
* List named snapshots
|
|
811
|
+
*/
|
|
812
|
+
listNamedSnapshotsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<NamedSnapshotListResponse>>;
|
|
813
|
+
/**
|
|
814
|
+
* List your named snapshots, newest first.
|
|
815
|
+
* List named snapshots
|
|
816
|
+
*/
|
|
817
|
+
listNamedSnapshots(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<NamedSnapshotListResponse>;
|
|
818
|
+
/**
|
|
819
|
+
* Creates request options for listSandboxSnapshots without sending the request
|
|
820
|
+
*/
|
|
821
|
+
listSandboxSnapshotsRequestOpts(requestParameters: ListSandboxSnapshotsRequest): Promise<runtime.RequestOpts>;
|
|
822
|
+
/**
|
|
823
|
+
* List visible completed snapshots for one sandbox with uncapped cursor pagination.
|
|
824
|
+
* List boat snapshots
|
|
825
|
+
*/
|
|
826
|
+
listSandboxSnapshotsRaw(requestParameters: ListSandboxSnapshotsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SnapshotListResponse>>;
|
|
827
|
+
/**
|
|
828
|
+
* List visible completed snapshots for one sandbox with uncapped cursor pagination.
|
|
829
|
+
* List boat snapshots
|
|
830
|
+
*/
|
|
831
|
+
listSandboxSnapshots(requestParameters: ListSandboxSnapshotsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SnapshotListResponse>;
|
|
832
|
+
/**
|
|
833
|
+
* Creates request options for listSnapshots without sending the request
|
|
834
|
+
*/
|
|
835
|
+
listSnapshotsRequestOpts(requestParameters: ListSnapshotsRequest): Promise<runtime.RequestOpts>;
|
|
836
|
+
/**
|
|
837
|
+
* List visible completed snapshots across all of your sandboxes using immutable ownership attribution. Pinned, deletion-scheduled, and privacy-fenced sandbox snapshots are omitted. Follow `nextCursor` through the complete history; there is no hidden 500-snapshot cap.
|
|
838
|
+
* List snapshots
|
|
839
|
+
*/
|
|
840
|
+
listSnapshotsRaw(requestParameters: ListSnapshotsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SnapshotListResponse>>;
|
|
841
|
+
/**
|
|
842
|
+
* List visible completed snapshots across all of your sandboxes using immutable ownership attribution. Pinned, deletion-scheduled, and privacy-fenced sandbox snapshots are omitted. Follow `nextCursor` through the complete history; there is no hidden 500-snapshot cap.
|
|
843
|
+
* List snapshots
|
|
844
|
+
*/
|
|
845
|
+
listSnapshots(requestParameters?: ListSnapshotsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SnapshotListResponse>;
|
|
846
|
+
/**
|
|
847
|
+
* Creates request options for listWebhooks without sending the request
|
|
848
|
+
*/
|
|
849
|
+
listWebhooksRequestOpts(): Promise<runtime.RequestOpts>;
|
|
850
|
+
/**
|
|
851
|
+
* Lists account-wide sandbox lifecycle webhook endpoints. Signing secrets are never included.
|
|
852
|
+
* List webhooks
|
|
853
|
+
*/
|
|
854
|
+
listWebhooksRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WebhookListResponse>>;
|
|
855
|
+
/**
|
|
856
|
+
* Lists account-wide sandbox lifecycle webhook endpoints. Signing secrets are never included.
|
|
857
|
+
* List webhooks
|
|
858
|
+
*/
|
|
859
|
+
listWebhooks(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WebhookListResponse>;
|
|
860
|
+
/**
|
|
861
|
+
* Creates request options for me without sending the request
|
|
862
|
+
*/
|
|
863
|
+
meRequestOpts(): Promise<runtime.RequestOpts>;
|
|
864
|
+
/**
|
|
865
|
+
* Returns GitHub identity for the authenticated Boat account.
|
|
866
|
+
* Get current Boat user
|
|
867
|
+
*/
|
|
868
|
+
meRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MeResponse>>;
|
|
869
|
+
/**
|
|
870
|
+
* Returns GitHub identity for the authenticated Boat account.
|
|
871
|
+
* Get current Boat user
|
|
872
|
+
*/
|
|
873
|
+
me(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MeResponse>;
|
|
874
|
+
/**
|
|
875
|
+
* Creates request options for prompt without sending the request
|
|
876
|
+
*/
|
|
877
|
+
promptRequestOpts(requestParameters: PromptOperationRequest): Promise<runtime.RequestOpts>;
|
|
878
|
+
/**
|
|
879
|
+
* Queue a natural-language work item for an agent harness (Codex, Claude Code, pi, OpenCode, or Prime Agent) inside the sandbox. Observe progress with `GET /sandboxes/{sandboxId}/events`. A Sandbox runs many conversations in parallel. Set `new: true` to start a fresh one, `conversationId` to continue a specific one, or omit both to continue the most-recently-active conversation; the response returns the `conversationId`. See [Integrated agents](/integrated-agents).
|
|
880
|
+
* Prompt Sandbox
|
|
881
|
+
*/
|
|
882
|
+
promptRaw(requestParameters: PromptOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PromptResponse>>;
|
|
883
|
+
/**
|
|
884
|
+
* Queue a natural-language work item for an agent harness (Codex, Claude Code, pi, OpenCode, or Prime Agent) inside the sandbox. Observe progress with `GET /sandboxes/{sandboxId}/events`. A Sandbox runs many conversations in parallel. Set `new: true` to start a fresh one, `conversationId` to continue a specific one, or omit both to continue the most-recently-active conversation; the response returns the `conversationId`. See [Integrated agents](/integrated-agents).
|
|
885
|
+
* Prompt Sandbox
|
|
886
|
+
*/
|
|
887
|
+
prompt(requestParameters: PromptOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PromptResponse>;
|
|
888
|
+
/**
|
|
889
|
+
* Creates request options for promptRunStatus without sending the request
|
|
890
|
+
*/
|
|
891
|
+
promptRunStatusRequestOpts(requestParameters: PromptRunStatusRequest): Promise<runtime.RequestOpts>;
|
|
892
|
+
/**
|
|
893
|
+
* Returns first-class status for a queued/running/finished prompt so clients do not infer completion from sandbox state and events.
|
|
894
|
+
* Get prompt run status
|
|
895
|
+
*/
|
|
896
|
+
promptRunStatusRaw(requestParameters: PromptRunStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PromptRunResponse>>;
|
|
897
|
+
/**
|
|
898
|
+
* Returns first-class status for a queued/running/finished prompt so clients do not infer completion from sandbox state and events.
|
|
899
|
+
* Get prompt run status
|
|
900
|
+
*/
|
|
901
|
+
promptRunStatus(requestParameters: PromptRunStatusRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PromptRunResponse>;
|
|
902
|
+
/**
|
|
903
|
+
* Creates request options for readFile without sending the request
|
|
904
|
+
*/
|
|
905
|
+
readFileRequestOpts(requestParameters: ReadFileRequest): Promise<runtime.RequestOpts>;
|
|
906
|
+
/**
|
|
907
|
+
* Read a file from a sandbox
|
|
908
|
+
*/
|
|
909
|
+
readFileRaw(requestParameters: ReadFileRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FileReadResponse>>;
|
|
910
|
+
/**
|
|
911
|
+
* Read a file from a sandbox
|
|
912
|
+
*/
|
|
913
|
+
readFile(requestParameters: ReadFileRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FileReadResponse>;
|
|
914
|
+
/**
|
|
915
|
+
* Creates request options for repos without sending the request
|
|
916
|
+
*/
|
|
917
|
+
reposRequestOpts(requestParameters: ReposRequest): Promise<runtime.RequestOpts>;
|
|
918
|
+
/**
|
|
919
|
+
* Returns GitHub repositories grouped by installation plus the current selected repositories for new Sandboxes.
|
|
920
|
+
* List GitHub repositories available to Boat
|
|
921
|
+
*/
|
|
922
|
+
reposRaw(requestParameters: ReposRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ReposResponse>>;
|
|
923
|
+
/**
|
|
924
|
+
* Returns GitHub repositories grouped by installation plus the current selected repositories for new Sandboxes.
|
|
925
|
+
* List GitHub repositories available to Boat
|
|
926
|
+
*/
|
|
927
|
+
repos(requestParameters?: ReposRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReposResponse>;
|
|
928
|
+
/**
|
|
929
|
+
* Creates request options for resume without sending the request
|
|
930
|
+
*/
|
|
931
|
+
resumeRequestOpts(requestParameters: ResumeOperationRequest): Promise<runtime.RequestOpts>;
|
|
932
|
+
/**
|
|
933
|
+
* Resume sandbox
|
|
934
|
+
*/
|
|
935
|
+
resumeRaw(requestParameters: ResumeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SandboxActionResponse>>;
|
|
936
|
+
/**
|
|
937
|
+
* Resume sandbox
|
|
938
|
+
*/
|
|
939
|
+
resume(requestParameters: ResumeOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SandboxActionResponse>;
|
|
940
|
+
/**
|
|
941
|
+
* Creates request options for revokeApiKey without sending the request
|
|
942
|
+
*/
|
|
943
|
+
revokeApiKeyRequestOpts(requestParameters: RevokeApiKeyRequest): Promise<runtime.RequestOpts>;
|
|
944
|
+
/**
|
|
945
|
+
* Revokes the key immediately. Requires a dashboard or CLI session.
|
|
946
|
+
* Revoke an API key
|
|
947
|
+
*/
|
|
948
|
+
revokeApiKeyRaw(requestParameters: RevokeApiKeyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiKeyRevokeResponse>>;
|
|
949
|
+
/**
|
|
950
|
+
* Revokes the key immediately. Requires a dashboard or CLI session.
|
|
951
|
+
* Revoke an API key
|
|
952
|
+
*/
|
|
953
|
+
revokeApiKey(requestParameters: RevokeApiKeyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiKeyRevokeResponse>;
|
|
954
|
+
/**
|
|
955
|
+
* Creates request options for rotateApiKey without sending the request
|
|
956
|
+
*/
|
|
957
|
+
rotateApiKeyRequestOpts(requestParameters: RotateApiKeyRequest): Promise<runtime.RequestOpts>;
|
|
958
|
+
/**
|
|
959
|
+
* Replaces the raw secret without changing expiry or scope. Requires a dashboard or CLI session.
|
|
960
|
+
* Rotate an API key
|
|
961
|
+
*/
|
|
962
|
+
rotateApiKeyRaw(requestParameters: RotateApiKeyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiKeySecretResponse>>;
|
|
963
|
+
/**
|
|
964
|
+
* Replaces the raw secret without changing expiry or scope. Requires a dashboard or CLI session.
|
|
965
|
+
* Rotate an API key
|
|
966
|
+
*/
|
|
967
|
+
rotateApiKey(requestParameters: RotateApiKeyRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiKeySecretResponse>;
|
|
968
|
+
/**
|
|
969
|
+
* Creates request options for rotateWebhookSigningSecret without sending the request
|
|
970
|
+
*/
|
|
971
|
+
rotateWebhookSigningSecretRequestOpts(requestParameters: RotateWebhookSigningSecretRequest): Promise<runtime.RequestOpts>;
|
|
972
|
+
/**
|
|
973
|
+
* Replaces the endpoint\'s signing secret. The new secret is returned only in this response; briefly accept the old secret for attempts already in flight.
|
|
974
|
+
* Rotate webhook signing secret
|
|
975
|
+
*/
|
|
976
|
+
rotateWebhookSigningSecretRaw(requestParameters: RotateWebhookSigningSecretRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WebhookSecretResponse>>;
|
|
977
|
+
/**
|
|
978
|
+
* Replaces the endpoint\'s signing secret. The new secret is returned only in this response; briefly accept the old secret for attempts already in flight.
|
|
979
|
+
* Rotate webhook signing secret
|
|
980
|
+
*/
|
|
981
|
+
rotateWebhookSigningSecret(requestParameters: RotateWebhookSigningSecretRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WebhookSecretResponse>;
|
|
982
|
+
/**
|
|
983
|
+
* Creates request options for sandboxes without sending the request
|
|
984
|
+
*/
|
|
985
|
+
sandboxesRequestOpts(requestParameters: SandboxesRequest): Promise<runtime.RequestOpts>;
|
|
986
|
+
/**
|
|
987
|
+
* List sandboxes
|
|
988
|
+
*/
|
|
989
|
+
sandboxesRaw(requestParameters: SandboxesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SandboxListResponse>>;
|
|
990
|
+
/**
|
|
991
|
+
* List sandboxes
|
|
992
|
+
*/
|
|
993
|
+
sandboxes(requestParameters?: SandboxesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SandboxListResponse>;
|
|
994
|
+
/**
|
|
995
|
+
* Creates request options for saveNamedSnapshot without sending the request
|
|
996
|
+
*/
|
|
997
|
+
saveNamedSnapshotRequestOpts(requestParameters: SaveNamedSnapshotRequest): Promise<runtime.RequestOpts>;
|
|
998
|
+
/**
|
|
999
|
+
* Freeze a sandbox\'s current state under a name (`boat snapshot <id> <name>` in the CLI). Answers `202` immediately with the snapshot in `saving`; a running sandbox takes a fresh capture first, which can run minutes. Poll `GET /named-snapshots/{name}` until the status settles at `ready` or `failed`. Reusing one of your existing names replaces that snapshot\'s artifact once the new save is ready.
|
|
1000
|
+
* Save a named snapshot
|
|
1001
|
+
*/
|
|
1002
|
+
saveNamedSnapshotRaw(requestParameters: SaveNamedSnapshotRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<NamedSnapshotSavingResponse>>;
|
|
1003
|
+
/**
|
|
1004
|
+
* Freeze a sandbox\'s current state under a name (`boat snapshot <id> <name>` in the CLI). Answers `202` immediately with the snapshot in `saving`; a running sandbox takes a fresh capture first, which can run minutes. Poll `GET /named-snapshots/{name}` until the status settles at `ready` or `failed`. Reusing one of your existing names replaces that snapshot\'s artifact once the new save is ready.
|
|
1005
|
+
* Save a named snapshot
|
|
1006
|
+
*/
|
|
1007
|
+
saveNamedSnapshot(requestParameters: SaveNamedSnapshotRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<NamedSnapshotSavingResponse>;
|
|
1008
|
+
/**
|
|
1009
|
+
* Creates request options for secrets without sending the request
|
|
1010
|
+
*/
|
|
1011
|
+
secretsRequestOpts(): Promise<runtime.RequestOpts>;
|
|
1012
|
+
/**
|
|
1013
|
+
* Returns the environment variables and secret files configured for sandboxes.
|
|
1014
|
+
* Get Boat secrets setup
|
|
1015
|
+
*/
|
|
1016
|
+
secretsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SecretsResponse>>;
|
|
1017
|
+
/**
|
|
1018
|
+
* Returns the environment variables and secret files configured for sandboxes.
|
|
1019
|
+
* Get Boat secrets setup
|
|
1020
|
+
*/
|
|
1021
|
+
secrets(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SecretsResponse>;
|
|
1022
|
+
/**
|
|
1023
|
+
* Creates request options for selectRepo without sending the request
|
|
1024
|
+
*/
|
|
1025
|
+
selectRepoRequestOpts(requestParameters: SelectRepoRequest): Promise<runtime.RequestOpts>;
|
|
1026
|
+
/**
|
|
1027
|
+
* Idempotently selects one repository for the sandbox environment. Use `databaseId` from `GET /repos` as `repositoryId`; selecting an already-selected repository updates its `baseBranch`.
|
|
1028
|
+
* Select repository for sandboxes
|
|
1029
|
+
*/
|
|
1030
|
+
selectRepoRaw(requestParameters: SelectRepoRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RepoSelectionResponse>>;
|
|
1031
|
+
/**
|
|
1032
|
+
* Idempotently selects one repository for the sandbox environment. Use `databaseId` from `GET /repos` as `repositoryId`; selecting an already-selected repository updates its `baseBranch`.
|
|
1033
|
+
* Select repository for sandboxes
|
|
1034
|
+
*/
|
|
1035
|
+
selectRepo(requestParameters: SelectRepoRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RepoSelectionResponse>;
|
|
1036
|
+
/**
|
|
1037
|
+
* Creates request options for setEnvironmentSecretFile without sending the request
|
|
1038
|
+
*/
|
|
1039
|
+
setEnvironmentSecretFileRequestOpts(requestParameters: SetEnvironmentSecretFileOperationRequest): Promise<runtime.RequestOpts>;
|
|
1040
|
+
/**
|
|
1041
|
+
* Adds or replaces a single secret file by path. Mints a new immutable version.
|
|
1042
|
+
* Write one secret file
|
|
1043
|
+
*/
|
|
1044
|
+
setEnvironmentSecretFileRaw(requestParameters: SetEnvironmentSecretFileOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EnvironmentItemChangeResponse>>;
|
|
1045
|
+
/**
|
|
1046
|
+
* Adds or replaces a single secret file by path. Mints a new immutable version.
|
|
1047
|
+
* Write one secret file
|
|
1048
|
+
*/
|
|
1049
|
+
setEnvironmentSecretFile(requestParameters: SetEnvironmentSecretFileOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EnvironmentItemChangeResponse>;
|
|
1050
|
+
/**
|
|
1051
|
+
* Creates request options for setEnvironmentVar without sending the request
|
|
1052
|
+
*/
|
|
1053
|
+
setEnvironmentVarRequestOpts(requestParameters: SetEnvironmentVarOperationRequest): Promise<runtime.RequestOpts>;
|
|
1054
|
+
/**
|
|
1055
|
+
* Sets or replaces a single variable without reading or rewriting the rest. Mints a new immutable version.
|
|
1056
|
+
* Set one environment variable
|
|
1057
|
+
*/
|
|
1058
|
+
setEnvironmentVarRaw(requestParameters: SetEnvironmentVarOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EnvironmentItemChangeResponse>>;
|
|
1059
|
+
/**
|
|
1060
|
+
* Sets or replaces a single variable without reading or rewriting the rest. Mints a new immutable version.
|
|
1061
|
+
* Set one environment variable
|
|
1062
|
+
*/
|
|
1063
|
+
setEnvironmentVar(requestParameters: SetEnvironmentVarOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EnvironmentItemChangeResponse>;
|
|
1064
|
+
/**
|
|
1065
|
+
* Creates request options for sshKey without sending the request
|
|
1066
|
+
*/
|
|
1067
|
+
sshKeyRequestOpts(requestParameters: SshKeyOperationRequest): Promise<runtime.RequestOpts>;
|
|
1068
|
+
/**
|
|
1069
|
+
* Adds an OpenSSH public key to the running sandbox so the caller can SSH as user `user`. The response carries `machineIp`, which is the host to connect to on port 22. This is also how you reach your own machine from inside a sandbox without the CLI: authorize the key, then open a reverse tunnel with stock OpenSSH, and a port on your machine answers at `127.0.0.1:<port>` inside the sandbox for as long as the ssh process runs. ```bash ssh -o ExitOnForwardFailure=yes -i ~/.ssh/id_ed25519 -N -R 7777:127.0.0.1:7777 user@<machineIp> ``` `boat forward <id> --reverse --local 7777` is the same tunnel with the key handling and redial done for you.
|
|
1070
|
+
* Configure sandbox SSH key
|
|
1071
|
+
*/
|
|
1072
|
+
sshKeyRaw(requestParameters: SshKeyOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SshKeyResponse>>;
|
|
1073
|
+
/**
|
|
1074
|
+
* Adds an OpenSSH public key to the running sandbox so the caller can SSH as user `user`. The response carries `machineIp`, which is the host to connect to on port 22. This is also how you reach your own machine from inside a sandbox without the CLI: authorize the key, then open a reverse tunnel with stock OpenSSH, and a port on your machine answers at `127.0.0.1:<port>` inside the sandbox for as long as the ssh process runs. ```bash ssh -o ExitOnForwardFailure=yes -i ~/.ssh/id_ed25519 -N -R 7777:127.0.0.1:7777 user@<machineIp> ``` `boat forward <id> --reverse --local 7777` is the same tunnel with the key handling and redial done for you.
|
|
1075
|
+
* Configure sandbox SSH key
|
|
1076
|
+
*/
|
|
1077
|
+
sshKey(requestParameters: SshKeyOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SshKeyResponse>;
|
|
1078
|
+
/**
|
|
1079
|
+
* Creates request options for steer without sending the request
|
|
1080
|
+
*/
|
|
1081
|
+
steerRequestOpts(requestParameters: SteerOperationRequest): Promise<runtime.RequestOpts>;
|
|
1082
|
+
/**
|
|
1083
|
+
* Send a new message to a turn that is already running, without losing what the agent is doing. This is what typing into a coding agent while it works does: the instruction is taken into account and the work continues. Where the harness has a native mid-turn primitive (Claude Code, Codex, pi, Prime Agent) nothing is interrupted and the response has `native: true`. Where it does not (OpenCode), Boat interrupts that turn and immediately continues the SAME conversation with the instruction, keeping the session and its memory, and the response has `native: false`. Refused with **409 `no_running_turn`** when the conversation has nothing in flight; queue work with `POST /prompt` instead. The steer shows up in `GET /events` as a `steer` event. See [Integrated agents](/integrated-agents).
|
|
1084
|
+
* Steer a running turn
|
|
1085
|
+
*/
|
|
1086
|
+
steerRaw(requestParameters: SteerOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SteerResponse>>;
|
|
1087
|
+
/**
|
|
1088
|
+
* Send a new message to a turn that is already running, without losing what the agent is doing. This is what typing into a coding agent while it works does: the instruction is taken into account and the work continues. Where the harness has a native mid-turn primitive (Claude Code, Codex, pi, Prime Agent) nothing is interrupted and the response has `native: true`. Where it does not (OpenCode), Boat interrupts that turn and immediately continues the SAME conversation with the instruction, keeping the session and its memory, and the response has `native: false`. Refused with **409 `no_running_turn`** when the conversation has nothing in flight; queue work with `POST /prompt` instead. The steer shows up in `GET /events` as a `steer` event. See [Integrated agents](/integrated-agents).
|
|
1089
|
+
* Steer a running turn
|
|
1090
|
+
*/
|
|
1091
|
+
steer(requestParameters: SteerOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SteerResponse>;
|
|
1092
|
+
/**
|
|
1093
|
+
* Creates request options for stop without sending the request
|
|
1094
|
+
*/
|
|
1095
|
+
stopRequestOpts(requestParameters: StopOperationRequest): Promise<runtime.RequestOpts>;
|
|
1096
|
+
/**
|
|
1097
|
+
* Stop active work and archive/snapshot the sandbox for later resume or fork. A stop always saves the sandbox\'s disk first. If that save is failing, the stop is refused and the sandbox keeps running so your work is not discarded, we retry automatically and email you. You are not billed for time spent in that state. Set `force: true` to stop anyway, accepting the loss of everything written since the last successful snapshot. This is irreversible; only reach for it after a stop has already failed.
|
|
1098
|
+
* Stop and archive sandbox
|
|
1099
|
+
*/
|
|
1100
|
+
stopRaw(requestParameters: StopOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SandboxActionResponse>>;
|
|
1101
|
+
/**
|
|
1102
|
+
* Stop active work and archive/snapshot the sandbox for later resume or fork. A stop always saves the sandbox\'s disk first. If that save is failing, the stop is refused and the sandbox keeps running so your work is not discarded, we retry automatically and email you. You are not billed for time spent in that state. Set `force: true` to stop anyway, accepting the loss of everything written since the last successful snapshot. This is irreversible; only reach for it after a stop has already failed.
|
|
1103
|
+
* Stop and archive sandbox
|
|
1104
|
+
*/
|
|
1105
|
+
stop(requestParameters: StopOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SandboxActionResponse>;
|
|
1106
|
+
/**
|
|
1107
|
+
* Creates request options for update without sending the request
|
|
1108
|
+
*/
|
|
1109
|
+
updateRequestOpts(requestParameters: UpdateRequest): Promise<runtime.RequestOpts>;
|
|
1110
|
+
/**
|
|
1111
|
+
* Update sandbox
|
|
1112
|
+
*/
|
|
1113
|
+
updateRaw(requestParameters: UpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SandboxInfoResponse>>;
|
|
1114
|
+
/**
|
|
1115
|
+
* Update sandbox
|
|
1116
|
+
*/
|
|
1117
|
+
update(requestParameters: UpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SandboxInfoResponse>;
|
|
1118
|
+
/**
|
|
1119
|
+
* Creates request options for updateDataRetention without sending the request
|
|
1120
|
+
*/
|
|
1121
|
+
updateDataRetentionRequestOpts(requestParameters: UpdateDataRetentionRequest): Promise<runtime.RequestOpts>;
|
|
1122
|
+
/**
|
|
1123
|
+
* Requires an interactive sandbox session; API keys and legacy permanent tokens are refused. Enabling requires the exact confirmation phrase `delete archived sandbox data`. Disabling affects future archives only and cannot cancel deletion operations already accepted.
|
|
1124
|
+
* Update account data-retention policy
|
|
1125
|
+
*/
|
|
1126
|
+
updateDataRetentionRaw(requestParameters: UpdateDataRetentionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DataRetentionPolicyResponse>>;
|
|
1127
|
+
/**
|
|
1128
|
+
* Requires an interactive sandbox session; API keys and legacy permanent tokens are refused. Enabling requires the exact confirmation phrase `delete archived sandbox data`. Disabling affects future archives only and cannot cancel deletion operations already accepted.
|
|
1129
|
+
* Update account data-retention policy
|
|
1130
|
+
*/
|
|
1131
|
+
updateDataRetention(requestParameters: UpdateDataRetentionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DataRetentionPolicyResponse>;
|
|
1132
|
+
/**
|
|
1133
|
+
* Creates request options for updateEnvironment without sending the request
|
|
1134
|
+
*/
|
|
1135
|
+
updateEnvironmentRequestOpts(requestParameters: UpdateEnvironmentRequest): Promise<runtime.RequestOpts>;
|
|
1136
|
+
/**
|
|
1137
|
+
* Rename, set as default, and/or edit flags and contents. Any flag or content change mints a new immutable version; existing sandboxes stay on their pinned version until you call upgrade.
|
|
1138
|
+
* Update a sandbox environment
|
|
1139
|
+
*/
|
|
1140
|
+
updateEnvironmentRaw(requestParameters: UpdateEnvironmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SandboxEnvironmentResponse>>;
|
|
1141
|
+
/**
|
|
1142
|
+
* Rename, set as default, and/or edit flags and contents. Any flag or content change mints a new immutable version; existing sandboxes stay on their pinned version until you call upgrade.
|
|
1143
|
+
* Update a sandbox environment
|
|
1144
|
+
*/
|
|
1145
|
+
updateEnvironment(requestParameters: UpdateEnvironmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SandboxEnvironmentResponse>;
|
|
1146
|
+
/**
|
|
1147
|
+
* Creates request options for updateSecrets without sending the request
|
|
1148
|
+
*/
|
|
1149
|
+
updateSecretsRequestOpts(requestParameters: UpdateSecretsRequest): Promise<runtime.RequestOpts>;
|
|
1150
|
+
/**
|
|
1151
|
+
* Update Boat secrets setup
|
|
1152
|
+
*/
|
|
1153
|
+
updateSecretsRaw(requestParameters: UpdateSecretsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SecretsResponse>>;
|
|
1154
|
+
/**
|
|
1155
|
+
* Update Boat secrets setup
|
|
1156
|
+
*/
|
|
1157
|
+
updateSecrets(requestParameters: UpdateSecretsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SecretsResponse>;
|
|
1158
|
+
/**
|
|
1159
|
+
* Creates request options for updateWebhook without sending the request
|
|
1160
|
+
*/
|
|
1161
|
+
updateWebhookRequestOpts(requestParameters: UpdateWebhookRequest): Promise<runtime.RequestOpts>;
|
|
1162
|
+
/**
|
|
1163
|
+
* Updates the name, endpoint URL, or subscribed events without changing the signing secret.
|
|
1164
|
+
* Update webhook
|
|
1165
|
+
*/
|
|
1166
|
+
updateWebhookRaw(requestParameters: UpdateWebhookRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<WebhookResponse>>;
|
|
1167
|
+
/**
|
|
1168
|
+
* Updates the name, endpoint URL, or subscribed events without changing the signing secret.
|
|
1169
|
+
* Update webhook
|
|
1170
|
+
*/
|
|
1171
|
+
updateWebhook(requestParameters: UpdateWebhookRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<WebhookResponse>;
|
|
1172
|
+
/**
|
|
1173
|
+
* Creates request options for upgradeEnvironment without sending the request
|
|
1174
|
+
*/
|
|
1175
|
+
upgradeEnvironmentRequestOpts(requestParameters: UpgradeEnvironmentRequest): Promise<runtime.RequestOpts>;
|
|
1176
|
+
/**
|
|
1177
|
+
* Repoints the caller\'s active sandboxes from an older version of this environment to its latest version, scrubbing any owner secrets the new version drops and hot-pushing the new config.
|
|
1178
|
+
* Upgrade sandboxes to an environment\'s latest version
|
|
1179
|
+
*/
|
|
1180
|
+
upgradeEnvironmentRaw(requestParameters: UpgradeEnvironmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UpgradeSandboxEnvironmentResponse>>;
|
|
1181
|
+
/**
|
|
1182
|
+
* Repoints the caller\'s active sandboxes from an older version of this environment to its latest version, scrubbing any owner secrets the new version drops and hot-pushing the new config.
|
|
1183
|
+
* Upgrade sandboxes to an environment\'s latest version
|
|
1184
|
+
*/
|
|
1185
|
+
upgradeEnvironment(requestParameters: UpgradeEnvironmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UpgradeSandboxEnvironmentResponse>;
|
|
1186
|
+
/**
|
|
1187
|
+
* Creates request options for usage without sending the request
|
|
1188
|
+
*/
|
|
1189
|
+
usageRequestOpts(requestParameters: UsageRequest): Promise<runtime.RequestOpts>;
|
|
1190
|
+
/**
|
|
1191
|
+
* Machine time one sandbox consumed, and what it costs, so you can bill your own users per sandbox. Same meter as `GET /limits`: billable seconds with the sandbox type\'s multiplier applied, paused past a refused stop, never counting time stopped. Narrow it to a billing period with `since` and `until`; a period boundary that falls inside a running stretch splits that stretch pro rata. Works while the sandbox runs and after it stops.
|
|
1192
|
+
* Get boat usage
|
|
1193
|
+
*/
|
|
1194
|
+
usageRaw(requestParameters: UsageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SandboxUsageResponse>>;
|
|
1195
|
+
/**
|
|
1196
|
+
* Machine time one sandbox consumed, and what it costs, so you can bill your own users per sandbox. Same meter as `GET /limits`: billable seconds with the sandbox type\'s multiplier applied, paused past a refused stop, never counting time stopped. Narrow it to a billing period with `since` and `until`; a period boundary that falls inside a running stretch splits that stretch pro rata. Works while the sandbox runs and after it stops.
|
|
1197
|
+
* Get boat usage
|
|
1198
|
+
*/
|
|
1199
|
+
usage(requestParameters: UsageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SandboxUsageResponse>;
|
|
1200
|
+
/**
|
|
1201
|
+
* Creates request options for writeFile without sending the request
|
|
1202
|
+
*/
|
|
1203
|
+
writeFileRequestOpts(requestParameters: WriteFileRequest): Promise<runtime.RequestOpts>;
|
|
1204
|
+
/**
|
|
1205
|
+
* Write a file in a sandbox
|
|
1206
|
+
*/
|
|
1207
|
+
writeFileRaw(requestParameters: WriteFileRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<FileWriteResponse>>;
|
|
1208
|
+
/**
|
|
1209
|
+
* Write a file in a sandbox
|
|
1210
|
+
*/
|
|
1211
|
+
writeFile(requestParameters: WriteFileRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<FileWriteResponse>;
|
|
1212
|
+
}
|
|
1213
|
+
/**
|
|
1214
|
+
* @export
|
|
1215
|
+
*/
|
|
1216
|
+
export declare const DesktopOperationVncEnum: {
|
|
1217
|
+
readonly NUMBER_1: 1;
|
|
1218
|
+
};
|
|
1219
|
+
export type DesktopOperationVncEnum = typeof DesktopOperationVncEnum[keyof typeof DesktopOperationVncEnum];
|
|
1220
|
+
/**
|
|
1221
|
+
* @export
|
|
1222
|
+
*/
|
|
1223
|
+
export declare const DesktopOperationThemeEnum: {
|
|
1224
|
+
readonly Light: 'light';
|
|
1225
|
+
readonly Dark: 'dark';
|
|
1226
|
+
};
|
|
1227
|
+
export type DesktopOperationThemeEnum = typeof DesktopOperationThemeEnum[keyof typeof DesktopOperationThemeEnum];
|
|
1228
|
+
/**
|
|
1229
|
+
* @export
|
|
1230
|
+
*/
|
|
1231
|
+
export declare const EventsSortEnum: {
|
|
1232
|
+
readonly Asc: 'asc';
|
|
1233
|
+
readonly Desc: 'desc';
|
|
1234
|
+
};
|
|
1235
|
+
export type EventsSortEnum = typeof EventsSortEnum[keyof typeof EventsSortEnum];
|
|
1236
|
+
/**
|
|
1237
|
+
* @export
|
|
1238
|
+
*/
|
|
1239
|
+
export declare const ListSandboxSnapshotsSortEnum: {
|
|
1240
|
+
readonly Asc: 'asc';
|
|
1241
|
+
readonly Desc: 'desc';
|
|
1242
|
+
};
|
|
1243
|
+
export type ListSandboxSnapshotsSortEnum = typeof ListSandboxSnapshotsSortEnum[keyof typeof ListSandboxSnapshotsSortEnum];
|
|
1244
|
+
/**
|
|
1245
|
+
* @export
|
|
1246
|
+
*/
|
|
1247
|
+
export declare const ListSnapshotsSortEnum: {
|
|
1248
|
+
readonly Asc: 'asc';
|
|
1249
|
+
readonly Desc: 'desc';
|
|
1250
|
+
};
|
|
1251
|
+
export type ListSnapshotsSortEnum = typeof ListSnapshotsSortEnum[keyof typeof ListSnapshotsSortEnum];
|
|
1252
|
+
/**
|
|
1253
|
+
* @export
|
|
1254
|
+
*/
|
|
1255
|
+
export declare const ReadFileEncodingEnum: {
|
|
1256
|
+
readonly Utf8: 'utf8';
|
|
1257
|
+
readonly Base64: 'base64';
|
|
1258
|
+
};
|
|
1259
|
+
export type ReadFileEncodingEnum = typeof ReadFileEncodingEnum[keyof typeof ReadFileEncodingEnum];
|
|
1260
|
+
/**
|
|
1261
|
+
* @export
|
|
1262
|
+
*/
|
|
1263
|
+
export declare const ReposSortEnum: {
|
|
1264
|
+
readonly Asc: 'asc';
|
|
1265
|
+
readonly Desc: 'desc';
|
|
1266
|
+
};
|
|
1267
|
+
export type ReposSortEnum = typeof ReposSortEnum[keyof typeof ReposSortEnum];
|
|
1268
|
+
/**
|
|
1269
|
+
* @export
|
|
1270
|
+
*/
|
|
1271
|
+
export declare const SandboxesSortEnum: {
|
|
1272
|
+
readonly Asc: 'asc';
|
|
1273
|
+
readonly Desc: 'desc';
|
|
1274
|
+
};
|
|
1275
|
+
export type SandboxesSortEnum = typeof SandboxesSortEnum[keyof typeof SandboxesSortEnum];
|