@daytonaio/api-client 0.169.0 → 0.171.0-alpha.1
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/package.json +1 -1
- package/src/api/admin-api.d.ts +0 -24
- package/src/api/admin-api.js +11 -24
- package/src/api/admin-api.js.map +1 -1
- package/src/api/api-keys-api.d.ts +0 -12
- package/src/api/api-keys-api.js +4 -12
- package/src/api/api-keys-api.js.map +1 -1
- package/src/api/audit-api.d.ts +0 -7
- package/src/api/audit-api.js +1 -7
- package/src/api/audit-api.js.map +1 -1
- package/src/api/config-api.d.ts +0 -7
- package/src/api/config-api.js +1 -7
- package/src/api/config-api.js.map +1 -1
- package/src/api/docker-registry-api.d.ts +0 -12
- package/src/api/docker-registry-api.js +5 -12
- package/src/api/docker-registry-api.js.map +1 -1
- package/src/api/health-api.d.ts +0 -8
- package/src/api/health-api.js +1 -8
- package/src/api/health-api.js.map +1 -1
- package/src/api/jobs-api.d.ts +0 -10
- package/src/api/jobs-api.js +4 -10
- package/src/api/jobs-api.js.map +1 -1
- package/src/api/object-storage-api.d.ts +0 -7
- package/src/api/object-storage-api.js +1 -7
- package/src/api/object-storage-api.js.map +1 -1
- package/src/api/organizations-api.d.ts +0 -44
- package/src/api/organizations-api.js +23 -44
- package/src/api/organizations-api.js.map +1 -1
- package/src/api/preview-api.d.ts +0 -10
- package/src/api/preview-api.js +4 -10
- package/src/api/preview-api.js.map +1 -1
- package/src/api/regions-api.d.ts +0 -7
- package/src/api/regions-api.js +1 -7
- package/src/api/regions-api.js.map +1 -1
- package/src/api/runners-api.d.ts +8 -21
- package/src/api/runners-api.js +23 -24
- package/src/api/runners-api.js.map +1 -1
- package/src/api/sandbox-api.d.ts +11 -59
- package/src/api/sandbox-api.js +56 -65
- package/src/api/sandbox-api.js.map +1 -1
- package/src/api/snapshots-api.d.ts +2 -20
- package/src/api/snapshots-api.js +9 -22
- package/src/api/snapshots-api.js.map +1 -1
- package/src/api/toolbox-api.d.ts +0 -74
- package/src/api/toolbox-api.js +45 -74
- package/src/api/toolbox-api.js.map +1 -1
- package/src/api/users-api.d.ts +0 -11
- package/src/api/users-api.js +3 -11
- package/src/api/users-api.js.map +1 -1
- package/src/api/volumes-api.d.ts +0 -11
- package/src/api/volumes-api.js +4 -11
- package/src/api/volumes-api.js.map +1 -1
- package/src/api/webhooks-api.d.ts +0 -8
- package/src/api/webhooks-api.js +2 -8
- package/src/api/webhooks-api.js.map +1 -1
- package/src/api/workspace-api.d.ts +0 -20
- package/src/api/workspace-api.js +6 -20
- package/src/api/workspace-api.js.map +1 -1
- package/src/base.d.ts +0 -24
- package/src/base.js +0 -19
- package/src/base.js.map +1 -1
- package/src/common.d.ts +4 -35
- package/src/common.js +16 -38
- package/src/common.js.map +1 -1
- package/src/configuration.d.ts +24 -17
- package/src/configuration.js +12 -18
- package/src/configuration.js.map +1 -1
- package/src/models/account-provider.d.ts +0 -15
- package/src/models/admin-create-runner.d.ts +0 -34
- package/src/models/admin-get-webhook-status200-response.d.ts +0 -10
- package/src/models/announcement.d.ts +0 -9
- package/src/models/api-key-list.d.ts +1 -19
- package/src/models/api-key-list.js +2 -1
- package/src/models/api-key-list.js.map +1 -1
- package/src/models/api-key-response.d.ts +1 -15
- package/src/models/api-key-response.js +2 -1
- package/src/models/api-key-response.js.map +1 -1
- package/src/models/audit-log.d.ts +0 -85
- package/src/models/build-info.d.ts +0 -15
- package/src/models/command.d.ts +0 -11
- package/src/models/completion-context.d.ts +0 -15
- package/src/models/completion-item.d.ts +0 -40
- package/src/models/completion-list.d.ts +0 -15
- package/src/models/compressed-screenshot-response.d.ts +0 -11
- package/src/models/computer-use-start-response.d.ts +0 -9
- package/src/models/computer-use-status-response.d.ts +1 -7
- package/src/models/computer-use-status-response.js +2 -1
- package/src/models/computer-use-status-response.js.map +1 -1
- package/src/models/computer-use-stop-response.d.ts +0 -9
- package/src/models/create-api-key.d.ts +1 -11
- package/src/models/create-api-key.js +2 -1
- package/src/models/create-api-key.js.map +1 -1
- package/src/models/create-build-info.d.ts +0 -9
- package/src/models/create-docker-registry.d.ts +0 -15
- package/src/models/create-linked-account.d.ts +0 -9
- package/src/models/create-organization-invitation.d.ts +1 -13
- package/src/models/create-organization-invitation.js +2 -1
- package/src/models/create-organization-invitation.js.map +1 -1
- package/src/models/create-organization-quota.d.ts +0 -50
- package/src/models/create-organization-role.d.ts +1 -11
- package/src/models/create-organization-role.js +2 -1
- package/src/models/create-organization-role.js.map +1 -1
- package/src/models/create-organization.d.ts +0 -9
- package/src/models/create-region-response.d.ts +0 -15
- package/src/models/create-region.d.ts +0 -13
- package/src/models/create-runner-response.d.ts +0 -9
- package/src/models/create-runner.d.ts +0 -15
- package/src/models/create-sandbox-snapshot.d.ts +0 -7
- package/src/models/create-sandbox.d.ts +1 -43
- package/src/models/create-sandbox.js +2 -1
- package/src/models/create-sandbox.js.map +1 -1
- package/src/models/create-session-request.d.ts +0 -7
- package/src/models/create-snapshot.d.ts +0 -23
- package/src/models/create-user.d.ts +1 -40
- package/src/models/create-user.js +2 -1
- package/src/models/create-user.js.map +1 -1
- package/src/models/create-volume.d.ts +0 -10
- package/src/models/create-workspace.d.ts +2 -35
- package/src/models/create-workspace.js +4 -2
- package/src/models/create-workspace.js.map +1 -1
- package/src/models/daytona-configuration.d.ts +0 -41
- package/src/models/display-info-response.d.ts +0 -7
- package/src/models/docker-registry.d.ts +1 -21
- package/src/models/docker-registry.js +2 -1
- package/src/models/docker-registry.js.map +1 -1
- package/src/models/download-files.d.ts +0 -7
- package/src/models/execute-request.d.ts +0 -14
- package/src/models/execute-response.d.ts +0 -9
- package/src/models/file-info.d.ts +0 -45
- package/src/models/file-status.d.ts +0 -25
- package/src/models/fork-sandbox.d.ts +0 -7
- package/src/models/git-add-request.d.ts +0 -12
- package/src/models/git-branch-request.d.ts +0 -15
- package/src/models/git-checkout-request.d.ts +0 -15
- package/src/models/git-clone-request.d.ts +0 -35
- package/src/models/git-commit-info.d.ts +0 -30
- package/src/models/git-commit-request.d.ts +0 -27
- package/src/models/git-commit-response.d.ts +0 -10
- package/src/models/git-delete-branch-request.d.ts +0 -15
- package/src/models/git-repo-request.d.ts +0 -20
- package/src/models/git-status.d.ts +0 -30
- package/src/models/health-controller-check200-response-info-value.d.ts +0 -10
- package/src/models/health-controller-check200-response.d.ts +0 -25
- package/src/models/health-controller-check503-response.d.ts +0 -25
- package/src/models/job-status.d.ts +1 -5
- package/src/models/job-status.js +2 -6
- package/src/models/job-status.js.map +1 -1
- package/src/models/job-type.d.ts +1 -2
- package/src/models/job-type.js +2 -3
- package/src/models/job-type.js.map +1 -1
- package/src/models/job.d.ts +1 -25
- package/src/models/job.js +2 -1
- package/src/models/job.js.map +1 -1
- package/src/models/keyboard-hotkey-request.d.ts +0 -7
- package/src/models/keyboard-press-request.d.ts +0 -9
- package/src/models/keyboard-type-request.d.ts +0 -9
- package/src/models/list-branch-response.d.ts +0 -10
- package/src/models/log-entry.d.ts +0 -23
- package/src/models/lsp-completion-params.d.ts +0 -21
- package/src/models/lsp-document-request.d.ts +0 -11
- package/src/models/lsp-location.d.ts +0 -15
- package/src/models/lsp-server-request.d.ts +0 -9
- package/src/models/lsp-symbol.d.ts +0 -20
- package/src/models/match.d.ts +0 -20
- package/src/models/metric-data-point.d.ts +0 -9
- package/src/models/metric-series.d.ts +0 -9
- package/src/models/metrics-response.d.ts +0 -7
- package/src/models/mouse-click-request.d.ts +0 -13
- package/src/models/mouse-click-response.d.ts +0 -9
- package/src/models/mouse-drag-request.d.ts +0 -15
- package/src/models/mouse-drag-response.d.ts +0 -9
- package/src/models/mouse-move-request.d.ts +0 -9
- package/src/models/mouse-move-response.d.ts +0 -9
- package/src/models/mouse-position.d.ts +0 -9
- package/src/models/mouse-scroll-request.d.ts +0 -13
- package/src/models/mouse-scroll-response.d.ts +0 -7
- package/src/models/oidc-config.d.ts +0 -11
- package/src/models/organization-invitation.d.ts +2 -27
- package/src/models/organization-invitation.js +4 -2
- package/src/models/organization-invitation.js.map +1 -1
- package/src/models/organization-role.d.ts +1 -19
- package/src/models/organization-role.js +2 -1
- package/src/models/organization-role.js.map +1 -1
- package/src/models/organization-sandbox-default-limited-network-egress.d.ts +0 -7
- package/src/models/organization-suspension.d.ts +0 -11
- package/src/models/organization-usage-overview.d.ts +0 -30
- package/src/models/organization-user.d.ts +1 -21
- package/src/models/organization-user.js +2 -1
- package/src/models/organization-user.js.map +1 -1
- package/src/models/organization.d.ts +0 -53
- package/src/models/otel-config.d.ts +0 -9
- package/src/models/paginated-audit-logs.d.ts +0 -27
- package/src/models/paginated-jobs.d.ts +0 -25
- package/src/models/paginated-logs.d.ts +0 -13
- package/src/models/paginated-sandboxes.d.ts +0 -25
- package/src/models/paginated-snapshots.d.ts +0 -25
- package/src/models/paginated-traces.d.ts +0 -13
- package/src/models/poll-jobs-response.d.ts +0 -7
- package/src/models/port-preview-url.d.ts +0 -11
- package/src/models/position.d.ts +0 -15
- package/src/models/posthog-config.d.ts +0 -9
- package/src/models/process-errors-response.d.ts +0 -9
- package/src/models/process-logs-response.d.ts +0 -9
- package/src/models/process-restart-response.d.ts +0 -9
- package/src/models/process-status-response.d.ts +0 -9
- package/src/models/project-dir-response.d.ts +0 -10
- package/src/models/pty-create-request.d.ts +0 -17
- package/src/models/pty-create-response.d.ts +0 -7
- package/src/models/pty-list-response.d.ts +0 -7
- package/src/models/pty-resize-request.d.ts +0 -9
- package/src/models/pty-session-info.d.ts +0 -21
- package/src/models/range.d.ts +0 -15
- package/src/models/rate-limit-config.d.ts +0 -13
- package/src/models/rate-limit-entry.d.ts +0 -9
- package/src/models/regenerate-api-key-response.d.ts +0 -7
- package/src/models/region-quota.d.ts +0 -50
- package/src/models/region-screenshot-response.d.ts +0 -11
- package/src/models/region-type.d.ts +1 -2
- package/src/models/region-type.js +2 -3
- package/src/models/region-type.js.map +1 -1
- package/src/models/region-usage-overview.d.ts +0 -60
- package/src/models/region.d.ts +0 -23
- package/src/models/registry-push-access-dto.d.ts +0 -17
- package/src/models/replace-request.d.ts +0 -20
- package/src/models/replace-result.d.ts +0 -20
- package/src/models/resize-sandbox.d.ts +0 -11
- package/src/models/runner-class.d.ts +1 -2
- package/src/models/runner-class.js +2 -3
- package/src/models/runner-class.js.map +1 -1
- package/src/models/runner-full.d.ts +0 -69
- package/src/models/runner-health-metrics.d.ts +0 -29
- package/src/models/runner-healthcheck.d.ts +0 -17
- package/src/models/runner-service-health.d.ts +0 -11
- package/src/models/runner-snapshot-dto.d.ts +0 -11
- package/src/models/runner-state.d.ts +1 -2
- package/src/models/runner-state.js +2 -3
- package/src/models/runner-state.js.map +1 -1
- package/src/models/runner.d.ts +0 -65
- package/src/models/sandbox-class.d.ts +1 -2
- package/src/models/sandbox-class.js +2 -3
- package/src/models/sandbox-class.js.map +1 -1
- package/src/models/sandbox-desired-state.d.ts +1 -2
- package/src/models/sandbox-desired-state.js +2 -3
- package/src/models/sandbox-desired-state.js.map +1 -1
- package/src/models/sandbox-info.d.ts +0 -11
- package/src/models/sandbox-labels.d.ts +0 -7
- package/src/models/sandbox-state.d.ts +1 -2
- package/src/models/sandbox-state.js +2 -3
- package/src/models/sandbox-state.js.map +1 -1
- package/src/models/sandbox-volume.d.ts +0 -11
- package/src/models/sandbox.d.ts +2 -71
- package/src/models/sandbox.js +4 -2
- package/src/models/sandbox.js.map +1 -1
- package/src/models/screenshot-response.d.ts +0 -11
- package/src/models/search-files-response.d.ts +0 -10
- package/src/models/send-webhook-dto.d.ts +0 -11
- package/src/models/session-execute-request.d.ts +0 -11
- package/src/models/session-execute-response.d.ts +0 -11
- package/src/models/session.d.ts +0 -9
- package/src/models/set-snapshot-general-status-dto.d.ts +0 -7
- package/src/models/signed-port-preview-url.d.ts +0 -13
- package/src/models/snapshot-dto.d.ts +0 -93
- package/src/models/snapshot-manager-credentials.d.ts +0 -9
- package/src/models/snapshot-state.d.ts +1 -5
- package/src/models/snapshot-state.js +2 -6
- package/src/models/snapshot-state.js.map +1 -1
- package/src/models/ssh-access-dto.d.ts +0 -19
- package/src/models/ssh-access-validation-dto.d.ts +0 -9
- package/src/models/storage-access-dto.d.ts +0 -17
- package/src/models/toolbox-proxy-url.d.ts +0 -7
- package/src/models/trace-span.d.ts +0 -23
- package/src/models/trace-summary.d.ts +0 -19
- package/src/models/update-docker-registry.d.ts +0 -15
- package/src/models/update-job-status.d.ts +0 -11
- package/src/models/update-organization-default-region.d.ts +0 -7
- package/src/models/update-organization-invitation.d.ts +1 -11
- package/src/models/update-organization-invitation.js +2 -1
- package/src/models/update-organization-invitation.js.map +1 -1
- package/src/models/update-organization-member-access.d.ts +1 -9
- package/src/models/update-organization-member-access.js +2 -1
- package/src/models/update-organization-member-access.js.map +1 -1
- package/src/models/update-organization-quota.d.ts +0 -67
- package/src/models/update-organization-region-quota.d.ts +0 -40
- package/src/models/update-organization-role.d.ts +1 -11
- package/src/models/update-organization-role.js +2 -1
- package/src/models/update-organization-role.js.map +1 -1
- package/src/models/update-region.d.ts +0 -11
- package/src/models/update-sandbox-network-settings.d.ts +0 -9
- package/src/models/update-sandbox-state-dto.d.ts +1 -11
- package/src/models/update-sandbox-state-dto.js +2 -1
- package/src/models/update-sandbox-state-dto.js.map +1 -1
- package/src/models/url.d.ts +0 -7
- package/src/models/user-home-dir-response.d.ts +0 -10
- package/src/models/user-public-key.d.ts +0 -9
- package/src/models/user.d.ts +0 -15
- package/src/models/volume-dto.d.ts +0 -21
- package/src/models/volume-state.d.ts +1 -2
- package/src/models/volume-state.js +2 -3
- package/src/models/volume-state.js.map +1 -1
- package/src/models/webhook-app-portal-access.d.ts +0 -9
- package/src/models/webhook-event.d.ts +1 -2
- package/src/models/webhook-event.js +2 -3
- package/src/models/webhook-event.js.map +1 -1
- package/src/models/webhook-initialization-status.d.ts +0 -17
- package/src/models/windows-response.d.ts +0 -9
- package/src/models/work-dir-response.d.ts +0 -10
- package/src/models/workspace-port-preview-url.d.ts +0 -9
- package/src/models/workspace.d.ts +3 -79
- package/src/models/workspace.js +6 -3
- package/src/models/workspace.js.map +1 -1
package/src/api/sandbox-api.d.ts
CHANGED
|
@@ -35,7 +35,6 @@ import type { UpdateSandboxStateDto } from '../models';
|
|
|
35
35
|
import type { Url } from '../models';
|
|
36
36
|
/**
|
|
37
37
|
* SandboxApi - axios parameter creator
|
|
38
|
-
* @export
|
|
39
38
|
*/
|
|
40
39
|
export declare const SandboxApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
41
40
|
/**
|
|
@@ -324,10 +323,11 @@ export declare const SandboxApiAxiosParamCreator: (configuration?: Configuration
|
|
|
324
323
|
* @summary Recover sandbox from error state
|
|
325
324
|
* @param {string} sandboxIdOrName ID or name of the sandbox
|
|
326
325
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
326
|
+
* @param {boolean} [skipStart] If true, the sandbox is left in STOPPED after recovery instead of being started.
|
|
327
327
|
* @param {*} [options] Override http request option.
|
|
328
328
|
* @throws {RequiredError}
|
|
329
329
|
*/
|
|
330
|
-
recoverSandbox: (sandboxIdOrName: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
330
|
+
recoverSandbox: (sandboxIdOrName: string, xDaytonaOrganizationID?: string, skipStart?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
331
331
|
/**
|
|
332
332
|
*
|
|
333
333
|
* @summary Replace sandbox labels
|
|
@@ -458,7 +458,6 @@ export declare const SandboxApiAxiosParamCreator: (configuration?: Configuration
|
|
|
458
458
|
};
|
|
459
459
|
/**
|
|
460
460
|
* SandboxApi - functional programming interface
|
|
461
|
-
* @export
|
|
462
461
|
*/
|
|
463
462
|
export declare const SandboxApiFp: (configuration?: Configuration) => {
|
|
464
463
|
/**
|
|
@@ -747,10 +746,11 @@ export declare const SandboxApiFp: (configuration?: Configuration) => {
|
|
|
747
746
|
* @summary Recover sandbox from error state
|
|
748
747
|
* @param {string} sandboxIdOrName ID or name of the sandbox
|
|
749
748
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
749
|
+
* @param {boolean} [skipStart] If true, the sandbox is left in STOPPED after recovery instead of being started.
|
|
750
750
|
* @param {*} [options] Override http request option.
|
|
751
751
|
* @throws {RequiredError}
|
|
752
752
|
*/
|
|
753
|
-
recoverSandbox(sandboxIdOrName: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Sandbox>>;
|
|
753
|
+
recoverSandbox(sandboxIdOrName: string, xDaytonaOrganizationID?: string, skipStart?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Sandbox>>;
|
|
754
754
|
/**
|
|
755
755
|
*
|
|
756
756
|
* @summary Replace sandbox labels
|
|
@@ -881,7 +881,6 @@ export declare const SandboxApiFp: (configuration?: Configuration) => {
|
|
|
881
881
|
};
|
|
882
882
|
/**
|
|
883
883
|
* SandboxApi - factory interface
|
|
884
|
-
* @export
|
|
885
884
|
*/
|
|
886
885
|
export declare const SandboxApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
887
886
|
/**
|
|
@@ -1170,10 +1169,11 @@ export declare const SandboxApiFactory: (configuration?: Configuration, basePath
|
|
|
1170
1169
|
* @summary Recover sandbox from error state
|
|
1171
1170
|
* @param {string} sandboxIdOrName ID or name of the sandbox
|
|
1172
1171
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1172
|
+
* @param {boolean} [skipStart] If true, the sandbox is left in STOPPED after recovery instead of being started.
|
|
1173
1173
|
* @param {*} [options] Override http request option.
|
|
1174
1174
|
* @throws {RequiredError}
|
|
1175
1175
|
*/
|
|
1176
|
-
recoverSandbox(sandboxIdOrName: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): AxiosPromise<Sandbox>;
|
|
1176
|
+
recoverSandbox(sandboxIdOrName: string, xDaytonaOrganizationID?: string, skipStart?: boolean, options?: RawAxiosRequestConfig): AxiosPromise<Sandbox>;
|
|
1177
1177
|
/**
|
|
1178
1178
|
*
|
|
1179
1179
|
* @summary Replace sandbox labels
|
|
@@ -1304,9 +1304,6 @@ export declare const SandboxApiFactory: (configuration?: Configuration, basePath
|
|
|
1304
1304
|
};
|
|
1305
1305
|
/**
|
|
1306
1306
|
* SandboxApi - object-oriented interface
|
|
1307
|
-
* @export
|
|
1308
|
-
* @class SandboxApi
|
|
1309
|
-
* @extends {BaseAPI}
|
|
1310
1307
|
*/
|
|
1311
1308
|
export declare class SandboxApi extends BaseAPI {
|
|
1312
1309
|
/**
|
|
@@ -1316,7 +1313,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1316
1313
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1317
1314
|
* @param {*} [options] Override http request option.
|
|
1318
1315
|
* @throws {RequiredError}
|
|
1319
|
-
* @memberof SandboxApi
|
|
1320
1316
|
*/
|
|
1321
1317
|
archiveSandbox(sandboxIdOrName: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1322
1318
|
/**
|
|
@@ -1326,7 +1322,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1326
1322
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1327
1323
|
* @param {*} [options] Override http request option.
|
|
1328
1324
|
* @throws {RequiredError}
|
|
1329
|
-
* @memberof SandboxApi
|
|
1330
1325
|
*/
|
|
1331
1326
|
createBackup(sandboxIdOrName: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1332
1327
|
/**
|
|
@@ -1336,7 +1331,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1336
1331
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1337
1332
|
* @param {*} [options] Override http request option.
|
|
1338
1333
|
* @throws {RequiredError}
|
|
1339
|
-
* @memberof SandboxApi
|
|
1340
1334
|
*/
|
|
1341
1335
|
createSandbox(createSandbox: CreateSandbox, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1342
1336
|
/**
|
|
@@ -1347,7 +1341,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1347
1341
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1348
1342
|
* @param {*} [options] Override http request option.
|
|
1349
1343
|
* @throws {RequiredError}
|
|
1350
|
-
* @memberof SandboxApi
|
|
1351
1344
|
*/
|
|
1352
1345
|
createSandboxSnapshot(sandboxIdOrName: string, createSandboxSnapshot: CreateSandboxSnapshot, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1353
1346
|
/**
|
|
@@ -1358,7 +1351,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1358
1351
|
* @param {number} [expiresInMinutes] Expiration time in minutes (default: 60)
|
|
1359
1352
|
* @param {*} [options] Override http request option.
|
|
1360
1353
|
* @throws {RequiredError}
|
|
1361
|
-
* @memberof SandboxApi
|
|
1362
1354
|
*/
|
|
1363
1355
|
createSshAccess(sandboxIdOrName: string, xDaytonaOrganizationID?: string, expiresInMinutes?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SshAccessDto, any, {}>>;
|
|
1364
1356
|
/**
|
|
@@ -1368,7 +1360,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1368
1360
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1369
1361
|
* @param {*} [options] Override http request option.
|
|
1370
1362
|
* @throws {RequiredError}
|
|
1371
|
-
* @memberof SandboxApi
|
|
1372
1363
|
*/
|
|
1373
1364
|
deleteSandbox(sandboxIdOrName: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1374
1365
|
/**
|
|
@@ -1380,7 +1371,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1380
1371
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1381
1372
|
* @param {*} [options] Override http request option.
|
|
1382
1373
|
* @throws {RequiredError}
|
|
1383
|
-
* @memberof SandboxApi
|
|
1384
1374
|
*/
|
|
1385
1375
|
expireSignedPortPreviewUrl(sandboxIdOrName: string, port: number, token: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1386
1376
|
/**
|
|
@@ -1391,7 +1381,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1391
1381
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1392
1382
|
* @param {*} [options] Override http request option.
|
|
1393
1383
|
* @throws {RequiredError}
|
|
1394
|
-
* @memberof SandboxApi
|
|
1395
1384
|
*/
|
|
1396
1385
|
forkSandbox(sandboxIdOrName: string, forkSandbox: ForkSandbox, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1397
1386
|
/**
|
|
@@ -1403,7 +1392,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1403
1392
|
* @param {*} [options] Override http request option.
|
|
1404
1393
|
* @deprecated
|
|
1405
1394
|
* @throws {RequiredError}
|
|
1406
|
-
* @memberof SandboxApi
|
|
1407
1395
|
*/
|
|
1408
1396
|
getBuildLogs(sandboxIdOrName: string, xDaytonaOrganizationID?: string, follow?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1409
1397
|
/**
|
|
@@ -1413,7 +1401,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1413
1401
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1414
1402
|
* @param {*} [options] Override http request option.
|
|
1415
1403
|
* @throws {RequiredError}
|
|
1416
|
-
* @memberof SandboxApi
|
|
1417
1404
|
*/
|
|
1418
1405
|
getBuildLogsUrl(sandboxIdOrName: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Url, any, {}>>;
|
|
1419
1406
|
/**
|
|
@@ -1423,7 +1410,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1423
1410
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1424
1411
|
* @param {*} [options] Override http request option.
|
|
1425
1412
|
* @throws {RequiredError}
|
|
1426
|
-
* @memberof SandboxApi
|
|
1427
1413
|
*/
|
|
1428
1414
|
getOrganizationBySandboxId(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Organization, any, {}>>;
|
|
1429
1415
|
/**
|
|
@@ -1434,7 +1420,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1434
1420
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1435
1421
|
* @param {*} [options] Override http request option.
|
|
1436
1422
|
* @throws {RequiredError}
|
|
1437
|
-
* @memberof SandboxApi
|
|
1438
1423
|
*/
|
|
1439
1424
|
getPortPreviewUrl(sandboxIdOrName: string, port: number, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PortPreviewUrl, any, {}>>;
|
|
1440
1425
|
/**
|
|
@@ -1444,7 +1429,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1444
1429
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1445
1430
|
* @param {*} [options] Override http request option.
|
|
1446
1431
|
* @throws {RequiredError}
|
|
1447
|
-
* @memberof SandboxApi
|
|
1448
1432
|
*/
|
|
1449
1433
|
getRegionQuotaBySandboxId(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegionQuota, any, {}>>;
|
|
1450
1434
|
/**
|
|
@@ -1455,7 +1439,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1455
1439
|
* @param {boolean} [verbose] Include verbose output
|
|
1456
1440
|
* @param {*} [options] Override http request option.
|
|
1457
1441
|
* @throws {RequiredError}
|
|
1458
|
-
* @memberof SandboxApi
|
|
1459
1442
|
*/
|
|
1460
1443
|
getSandbox(sandboxIdOrName: string, xDaytonaOrganizationID?: string, verbose?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1461
1444
|
/**
|
|
@@ -1465,7 +1448,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1465
1448
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1466
1449
|
* @param {*} [options] Override http request option.
|
|
1467
1450
|
* @throws {RequiredError}
|
|
1468
|
-
* @memberof SandboxApi
|
|
1469
1451
|
*/
|
|
1470
1452
|
getSandboxAncestors(sandboxIdOrName: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox[], any, {}>>;
|
|
1471
1453
|
/**
|
|
@@ -1476,7 +1458,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1476
1458
|
* @param {boolean} [includeDestroyed]
|
|
1477
1459
|
* @param {*} [options] Override http request option.
|
|
1478
1460
|
* @throws {RequiredError}
|
|
1479
|
-
* @memberof SandboxApi
|
|
1480
1461
|
*/
|
|
1481
1462
|
getSandboxForks(sandboxIdOrName: string, xDaytonaOrganizationID?: string, includeDestroyed?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox[], any, {}>>;
|
|
1482
1463
|
/**
|
|
@@ -1492,7 +1473,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1492
1473
|
* @param {string} [search] Search in log body
|
|
1493
1474
|
* @param {*} [options] Override http request option.
|
|
1494
1475
|
* @throws {RequiredError}
|
|
1495
|
-
* @memberof SandboxApi
|
|
1496
1476
|
*/
|
|
1497
1477
|
getSandboxLogs(sandboxId: string, from: Date, to: Date, xDaytonaOrganizationID?: string, page?: number, limit?: number, severities?: Array<string>, search?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaginatedLogs, any, {}>>;
|
|
1498
1478
|
/**
|
|
@@ -1505,7 +1485,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1505
1485
|
* @param {Array<string>} [metricNames] Filter by metric names
|
|
1506
1486
|
* @param {*} [options] Override http request option.
|
|
1507
1487
|
* @throws {RequiredError}
|
|
1508
|
-
* @memberof SandboxApi
|
|
1509
1488
|
*/
|
|
1510
1489
|
getSandboxMetrics(sandboxId: string, from: Date, to: Date, xDaytonaOrganizationID?: string, metricNames?: Array<string>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MetricsResponse, any, {}>>;
|
|
1511
1490
|
/**
|
|
@@ -1515,7 +1494,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1515
1494
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1516
1495
|
* @param {*} [options] Override http request option.
|
|
1517
1496
|
* @throws {RequiredError}
|
|
1518
|
-
* @memberof SandboxApi
|
|
1519
1497
|
*/
|
|
1520
1498
|
getSandboxParent(sandboxIdOrName: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1521
1499
|
/**
|
|
@@ -1526,7 +1504,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1526
1504
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1527
1505
|
* @param {*} [options] Override http request option.
|
|
1528
1506
|
* @throws {RequiredError}
|
|
1529
|
-
* @memberof SandboxApi
|
|
1530
1507
|
*/
|
|
1531
1508
|
getSandboxTraceSpans(sandboxId: string, traceId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TraceSpan[], any, {}>>;
|
|
1532
1509
|
/**
|
|
@@ -1540,7 +1517,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1540
1517
|
* @param {number} [limit] Number of items per page
|
|
1541
1518
|
* @param {*} [options] Override http request option.
|
|
1542
1519
|
* @throws {RequiredError}
|
|
1543
|
-
* @memberof SandboxApi
|
|
1544
1520
|
*/
|
|
1545
1521
|
getSandboxTraces(sandboxId: string, from: Date, to: Date, xDaytonaOrganizationID?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaginatedTraces, any, {}>>;
|
|
1546
1522
|
/**
|
|
@@ -1551,7 +1527,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1551
1527
|
* @param {boolean} [skipReconcilingSandboxes] Skip sandboxes where state differs from desired state
|
|
1552
1528
|
* @param {*} [options] Override http request option.
|
|
1553
1529
|
* @throws {RequiredError}
|
|
1554
|
-
* @memberof SandboxApi
|
|
1555
1530
|
*/
|
|
1556
1531
|
getSandboxesForRunner(xDaytonaOrganizationID?: string, states?: string, skipReconcilingSandboxes?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox[], any, {}>>;
|
|
1557
1532
|
/**
|
|
@@ -1563,7 +1538,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1563
1538
|
* @param {number} [expiresInSeconds] Expiration time in seconds (default: 60 seconds)
|
|
1564
1539
|
* @param {*} [options] Override http request option.
|
|
1565
1540
|
* @throws {RequiredError}
|
|
1566
|
-
* @memberof SandboxApi
|
|
1567
1541
|
*/
|
|
1568
1542
|
getSignedPortPreviewUrl(sandboxIdOrName: string, port: number, xDaytonaOrganizationID?: string, expiresInSeconds?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SignedPortPreviewUrl, any, {}>>;
|
|
1569
1543
|
/**
|
|
@@ -1573,7 +1547,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1573
1547
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1574
1548
|
* @param {*} [options] Override http request option.
|
|
1575
1549
|
* @throws {RequiredError}
|
|
1576
|
-
* @memberof SandboxApi
|
|
1577
1550
|
*/
|
|
1578
1551
|
getToolboxProxyUrl(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ToolboxProxyUrl, any, {}>>;
|
|
1579
1552
|
/**
|
|
@@ -1585,7 +1558,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1585
1558
|
* @param {boolean} [includeErroredDeleted] Include errored and deleted sandboxes
|
|
1586
1559
|
* @param {*} [options] Override http request option.
|
|
1587
1560
|
* @throws {RequiredError}
|
|
1588
|
-
* @memberof SandboxApi
|
|
1589
1561
|
*/
|
|
1590
1562
|
listSandboxes(xDaytonaOrganizationID?: string, verbose?: boolean, labels?: string, includeErroredDeleted?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox[], any, {}>>;
|
|
1591
1563
|
/**
|
|
@@ -1613,7 +1585,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1613
1585
|
* @param {ListSandboxesPaginatedOrderEnum} [order] Direction to sort by
|
|
1614
1586
|
* @param {*} [options] Override http request option.
|
|
1615
1587
|
* @throws {RequiredError}
|
|
1616
|
-
* @memberof SandboxApi
|
|
1617
1588
|
*/
|
|
1618
1589
|
listSandboxesPaginated(xDaytonaOrganizationID?: string, page?: number, limit?: number, id?: string, name?: string, labels?: string, includeErroredDeleted?: boolean, states?: Array<ListSandboxesPaginatedStatesEnum>, snapshots?: Array<string>, regions?: Array<string>, minCpu?: number, maxCpu?: number, minMemoryGiB?: number, maxMemoryGiB?: number, minDiskGiB?: number, maxDiskGiB?: number, lastEventAfter?: Date, lastEventBefore?: Date, sort?: ListSandboxesPaginatedSortEnum, order?: ListSandboxesPaginatedOrderEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaginatedSandboxes, any, {}>>;
|
|
1619
1590
|
/**
|
|
@@ -1621,11 +1592,11 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1621
1592
|
* @summary Recover sandbox from error state
|
|
1622
1593
|
* @param {string} sandboxIdOrName ID or name of the sandbox
|
|
1623
1594
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1595
|
+
* @param {boolean} [skipStart] If true, the sandbox is left in STOPPED after recovery instead of being started.
|
|
1624
1596
|
* @param {*} [options] Override http request option.
|
|
1625
1597
|
* @throws {RequiredError}
|
|
1626
|
-
* @memberof SandboxApi
|
|
1627
1598
|
*/
|
|
1628
|
-
recoverSandbox(sandboxIdOrName: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1599
|
+
recoverSandbox(sandboxIdOrName: string, xDaytonaOrganizationID?: string, skipStart?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1629
1600
|
/**
|
|
1630
1601
|
*
|
|
1631
1602
|
* @summary Replace sandbox labels
|
|
@@ -1634,7 +1605,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1634
1605
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1635
1606
|
* @param {*} [options] Override http request option.
|
|
1636
1607
|
* @throws {RequiredError}
|
|
1637
|
-
* @memberof SandboxApi
|
|
1638
1608
|
*/
|
|
1639
1609
|
replaceLabels(sandboxIdOrName: string, sandboxLabels: SandboxLabels, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SandboxLabels, any, {}>>;
|
|
1640
1610
|
/**
|
|
@@ -1645,7 +1615,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1645
1615
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1646
1616
|
* @param {*} [options] Override http request option.
|
|
1647
1617
|
* @throws {RequiredError}
|
|
1648
|
-
* @memberof SandboxApi
|
|
1649
1618
|
*/
|
|
1650
1619
|
resizeSandbox(sandboxIdOrName: string, resizeSandbox: ResizeSandbox, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1651
1620
|
/**
|
|
@@ -1656,7 +1625,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1656
1625
|
* @param {string} [token] SSH access token to revoke. If not provided, all SSH access for the sandbox will be revoked.
|
|
1657
1626
|
* @param {*} [options] Override http request option.
|
|
1658
1627
|
* @throws {RequiredError}
|
|
1659
|
-
* @memberof SandboxApi
|
|
1660
1628
|
*/
|
|
1661
1629
|
revokeSshAccess(sandboxIdOrName: string, xDaytonaOrganizationID?: string, token?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1662
1630
|
/**
|
|
@@ -1667,7 +1635,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1667
1635
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1668
1636
|
* @param {*} [options] Override http request option.
|
|
1669
1637
|
* @throws {RequiredError}
|
|
1670
|
-
* @memberof SandboxApi
|
|
1671
1638
|
*/
|
|
1672
1639
|
setAutoArchiveInterval(sandboxIdOrName: string, interval: number, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1673
1640
|
/**
|
|
@@ -1678,7 +1645,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1678
1645
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1679
1646
|
* @param {*} [options] Override http request option.
|
|
1680
1647
|
* @throws {RequiredError}
|
|
1681
|
-
* @memberof SandboxApi
|
|
1682
1648
|
*/
|
|
1683
1649
|
setAutoDeleteInterval(sandboxIdOrName: string, interval: number, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1684
1650
|
/**
|
|
@@ -1689,7 +1655,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1689
1655
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1690
1656
|
* @param {*} [options] Override http request option.
|
|
1691
1657
|
* @throws {RequiredError}
|
|
1692
|
-
* @memberof SandboxApi
|
|
1693
1658
|
*/
|
|
1694
1659
|
setAutostopInterval(sandboxIdOrName: string, interval: number, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1695
1660
|
/**
|
|
@@ -1699,7 +1664,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1699
1664
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1700
1665
|
* @param {*} [options] Override http request option.
|
|
1701
1666
|
* @throws {RequiredError}
|
|
1702
|
-
* @memberof SandboxApi
|
|
1703
1667
|
*/
|
|
1704
1668
|
startSandbox(sandboxIdOrName: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1705
1669
|
/**
|
|
@@ -1710,7 +1674,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1710
1674
|
* @param {boolean} [force] Force stop the sandbox using SIGKILL instead of SIGTERM
|
|
1711
1675
|
* @param {*} [options] Override http request option.
|
|
1712
1676
|
* @throws {RequiredError}
|
|
1713
|
-
* @memberof SandboxApi
|
|
1714
1677
|
*/
|
|
1715
1678
|
stopSandbox(sandboxIdOrName: string, xDaytonaOrganizationID?: string, force?: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1716
1679
|
/**
|
|
@@ -1720,7 +1683,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1720
1683
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1721
1684
|
* @param {*} [options] Override http request option.
|
|
1722
1685
|
* @throws {RequiredError}
|
|
1723
|
-
* @memberof SandboxApi
|
|
1724
1686
|
*/
|
|
1725
1687
|
updateLastActivity(sandboxId: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1726
1688
|
/**
|
|
@@ -1731,7 +1693,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1731
1693
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1732
1694
|
* @param {*} [options] Override http request option.
|
|
1733
1695
|
* @throws {RequiredError}
|
|
1734
|
-
* @memberof SandboxApi
|
|
1735
1696
|
*/
|
|
1736
1697
|
updateNetworkSettings(sandboxIdOrName: string, updateSandboxNetworkSettings: UpdateSandboxNetworkSettings, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1737
1698
|
/**
|
|
@@ -1742,7 +1703,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1742
1703
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1743
1704
|
* @param {*} [options] Override http request option.
|
|
1744
1705
|
* @throws {RequiredError}
|
|
1745
|
-
* @memberof SandboxApi
|
|
1746
1706
|
*/
|
|
1747
1707
|
updatePublicStatus(sandboxIdOrName: string, isPublic: boolean, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Sandbox, any, {}>>;
|
|
1748
1708
|
/**
|
|
@@ -1753,7 +1713,6 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1753
1713
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1754
1714
|
* @param {*} [options] Override http request option.
|
|
1755
1715
|
* @throws {RequiredError}
|
|
1756
|
-
* @memberof SandboxApi
|
|
1757
1716
|
*/
|
|
1758
1717
|
updateSandboxState(sandboxId: string, updateSandboxStateDto: UpdateSandboxStateDto, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1759
1718
|
/**
|
|
@@ -1763,13 +1722,9 @@ export declare class SandboxApi extends BaseAPI {
|
|
|
1763
1722
|
* @param {string} [xDaytonaOrganizationID] Use with JWT to specify the organization ID
|
|
1764
1723
|
* @param {*} [options] Override http request option.
|
|
1765
1724
|
* @throws {RequiredError}
|
|
1766
|
-
* @memberof SandboxApi
|
|
1767
1725
|
*/
|
|
1768
1726
|
validateSshAccess(token: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SshAccessValidationDto, any, {}>>;
|
|
1769
1727
|
}
|
|
1770
|
-
/**
|
|
1771
|
-
* @export
|
|
1772
|
-
*/
|
|
1773
1728
|
export declare const ListSandboxesPaginatedStatesEnum: {
|
|
1774
1729
|
readonly CREATING: "creating";
|
|
1775
1730
|
readonly RESTORING: "restoring";
|
|
@@ -1789,11 +1744,9 @@ export declare const ListSandboxesPaginatedStatesEnum: {
|
|
|
1789
1744
|
readonly RESIZING: "resizing";
|
|
1790
1745
|
readonly SNAPSHOTTING: "snapshotting";
|
|
1791
1746
|
readonly FORKING: "forking";
|
|
1747
|
+
readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
|
|
1792
1748
|
};
|
|
1793
1749
|
export type ListSandboxesPaginatedStatesEnum = typeof ListSandboxesPaginatedStatesEnum[keyof typeof ListSandboxesPaginatedStatesEnum];
|
|
1794
|
-
/**
|
|
1795
|
-
* @export
|
|
1796
|
-
*/
|
|
1797
1750
|
export declare const ListSandboxesPaginatedSortEnum: {
|
|
1798
1751
|
readonly ID: "id";
|
|
1799
1752
|
readonly NAME: "name";
|
|
@@ -1803,13 +1756,12 @@ export declare const ListSandboxesPaginatedSortEnum: {
|
|
|
1803
1756
|
readonly UPDATED_AT: "updatedAt";
|
|
1804
1757
|
readonly CREATED_AT: "createdAt";
|
|
1805
1758
|
readonly LAST_ACTIVITY_AT: "lastActivityAt";
|
|
1759
|
+
readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
|
|
1806
1760
|
};
|
|
1807
1761
|
export type ListSandboxesPaginatedSortEnum = typeof ListSandboxesPaginatedSortEnum[keyof typeof ListSandboxesPaginatedSortEnum];
|
|
1808
|
-
/**
|
|
1809
|
-
* @export
|
|
1810
|
-
*/
|
|
1811
1762
|
export declare const ListSandboxesPaginatedOrderEnum: {
|
|
1812
1763
|
readonly ASC: "asc";
|
|
1813
1764
|
readonly DESC: "desc";
|
|
1765
|
+
readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
|
|
1814
1766
|
};
|
|
1815
1767
|
export type ListSandboxesPaginatedOrderEnum = typeof ListSandboxesPaginatedOrderEnum[keyof typeof ListSandboxesPaginatedOrderEnum];
|