@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/toolbox-api.js
CHANGED
|
@@ -22,7 +22,6 @@ const common_1 = require("../common");
|
|
|
22
22
|
const base_1 = require("../base");
|
|
23
23
|
/**
|
|
24
24
|
* ToolboxApi - axios parameter creator
|
|
25
|
-
* @export
|
|
26
25
|
*/
|
|
27
26
|
const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
28
27
|
return {
|
|
@@ -57,6 +56,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
57
56
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
58
57
|
// authentication oauth2 required
|
|
59
58
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
59
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
60
60
|
if (xDaytonaOrganizationID != null) {
|
|
61
61
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
62
62
|
}
|
|
@@ -150,6 +150,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
150
150
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
151
151
|
// authentication oauth2 required
|
|
152
152
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
153
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
153
154
|
if (xDaytonaOrganizationID != null) {
|
|
154
155
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
155
156
|
}
|
|
@@ -370,6 +371,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
370
371
|
if (path !== undefined) {
|
|
371
372
|
localVarQueryParameter['path'] = path;
|
|
372
373
|
}
|
|
374
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
373
375
|
if (xDaytonaOrganizationID != null) {
|
|
374
376
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
375
377
|
}
|
|
@@ -412,6 +414,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
412
414
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
413
415
|
// authentication oauth2 required
|
|
414
416
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
417
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
415
418
|
if (xDaytonaOrganizationID != null) {
|
|
416
419
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
417
420
|
}
|
|
@@ -455,6 +458,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
455
458
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
456
459
|
// authentication oauth2 required
|
|
457
460
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
461
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
458
462
|
if (xDaytonaOrganizationID != null) {
|
|
459
463
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
460
464
|
}
|
|
@@ -498,6 +502,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
498
502
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
499
503
|
// authentication oauth2 required
|
|
500
504
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
505
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
501
506
|
if (xDaytonaOrganizationID != null) {
|
|
502
507
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
503
508
|
}
|
|
@@ -545,6 +550,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
545
550
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
546
551
|
// authentication oauth2 required
|
|
547
552
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
553
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
548
554
|
if (xDaytonaOrganizationID != null) {
|
|
549
555
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
550
556
|
}
|
|
@@ -596,6 +602,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
596
602
|
if (pattern !== undefined) {
|
|
597
603
|
localVarQueryParameter['pattern'] = pattern;
|
|
598
604
|
}
|
|
605
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
599
606
|
if (xDaytonaOrganizationID != null) {
|
|
600
607
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
601
608
|
}
|
|
@@ -634,6 +641,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
634
641
|
// http bearer authentication required
|
|
635
642
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
636
643
|
// authentication oauth2 required
|
|
644
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
637
645
|
if (xDaytonaOrganizationID != null) {
|
|
638
646
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
639
647
|
}
|
|
@@ -672,6 +680,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
672
680
|
// http bearer authentication required
|
|
673
681
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
674
682
|
// authentication oauth2 required
|
|
683
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
675
684
|
if (xDaytonaOrganizationID != null) {
|
|
676
685
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
677
686
|
}
|
|
@@ -716,6 +725,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
716
725
|
if (path !== undefined) {
|
|
717
726
|
localVarQueryParameter['path'] = path;
|
|
718
727
|
}
|
|
728
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
719
729
|
if (xDaytonaOrganizationID != null) {
|
|
720
730
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
721
731
|
}
|
|
@@ -754,6 +764,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
754
764
|
// http bearer authentication required
|
|
755
765
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
756
766
|
// authentication oauth2 required
|
|
767
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
757
768
|
if (xDaytonaOrganizationID != null) {
|
|
758
769
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
759
770
|
}
|
|
@@ -796,6 +807,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
796
807
|
// http bearer authentication required
|
|
797
808
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
798
809
|
// authentication oauth2 required
|
|
810
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
799
811
|
if (xDaytonaOrganizationID != null) {
|
|
800
812
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
801
813
|
}
|
|
@@ -838,6 +850,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
838
850
|
// http bearer authentication required
|
|
839
851
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
840
852
|
// authentication oauth2 required
|
|
853
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
841
854
|
if (xDaytonaOrganizationID != null) {
|
|
842
855
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
843
856
|
}
|
|
@@ -880,6 +893,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
880
893
|
// http bearer authentication required
|
|
881
894
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
882
895
|
// authentication oauth2 required
|
|
896
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
883
897
|
if (xDaytonaOrganizationID != null) {
|
|
884
898
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
885
899
|
}
|
|
@@ -922,6 +936,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
922
936
|
// http bearer authentication required
|
|
923
937
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
924
938
|
// authentication oauth2 required
|
|
939
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
925
940
|
if (xDaytonaOrganizationID != null) {
|
|
926
941
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
927
942
|
}
|
|
@@ -960,6 +975,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
960
975
|
// http bearer authentication required
|
|
961
976
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
962
977
|
// authentication oauth2 required
|
|
978
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
963
979
|
if (xDaytonaOrganizationID != null) {
|
|
964
980
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
965
981
|
}
|
|
@@ -1006,6 +1022,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1006
1022
|
// http bearer authentication required
|
|
1007
1023
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1008
1024
|
// authentication oauth2 required
|
|
1025
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1009
1026
|
if (xDaytonaOrganizationID != null) {
|
|
1010
1027
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1011
1028
|
}
|
|
@@ -1056,6 +1073,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1056
1073
|
if (follow !== undefined) {
|
|
1057
1074
|
localVarQueryParameter['follow'] = follow;
|
|
1058
1075
|
}
|
|
1076
|
+
localVarHeaderParameter['Accept'] = 'text/plain';
|
|
1059
1077
|
if (xDaytonaOrganizationID != null) {
|
|
1060
1078
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1061
1079
|
}
|
|
@@ -1098,6 +1116,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1098
1116
|
// http bearer authentication required
|
|
1099
1117
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1100
1118
|
// authentication oauth2 required
|
|
1119
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1101
1120
|
if (xDaytonaOrganizationID != null) {
|
|
1102
1121
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1103
1122
|
}
|
|
@@ -1136,6 +1155,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1136
1155
|
// http bearer authentication required
|
|
1137
1156
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1138
1157
|
// authentication oauth2 required
|
|
1158
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1139
1159
|
if (xDaytonaOrganizationID != null) {
|
|
1140
1160
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1141
1161
|
}
|
|
@@ -1174,6 +1194,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1174
1194
|
// http bearer authentication required
|
|
1175
1195
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1176
1196
|
// authentication oauth2 required
|
|
1197
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1177
1198
|
if (xDaytonaOrganizationID != null) {
|
|
1178
1199
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1179
1200
|
}
|
|
@@ -1212,6 +1233,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1212
1233
|
// http bearer authentication required
|
|
1213
1234
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1214
1235
|
// authentication oauth2 required
|
|
1236
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1215
1237
|
if (xDaytonaOrganizationID != null) {
|
|
1216
1238
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1217
1239
|
}
|
|
@@ -1383,6 +1405,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1383
1405
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1384
1406
|
// authentication oauth2 required
|
|
1385
1407
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1408
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1386
1409
|
if (xDaytonaOrganizationID != null) {
|
|
1387
1410
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1388
1411
|
}
|
|
@@ -1514,6 +1537,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1514
1537
|
if (path !== undefined) {
|
|
1515
1538
|
localVarQueryParameter['path'] = path;
|
|
1516
1539
|
}
|
|
1540
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1517
1541
|
if (xDaytonaOrganizationID != null) {
|
|
1518
1542
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1519
1543
|
}
|
|
@@ -1558,6 +1582,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1558
1582
|
if (path !== undefined) {
|
|
1559
1583
|
localVarQueryParameter['path'] = path;
|
|
1560
1584
|
}
|
|
1585
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1561
1586
|
if (xDaytonaOrganizationID != null) {
|
|
1562
1587
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1563
1588
|
}
|
|
@@ -1602,6 +1627,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1602
1627
|
if (path !== undefined) {
|
|
1603
1628
|
localVarQueryParameter['path'] = path;
|
|
1604
1629
|
}
|
|
1630
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1605
1631
|
if (xDaytonaOrganizationID != null) {
|
|
1606
1632
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1607
1633
|
}
|
|
@@ -1730,6 +1756,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1730
1756
|
if (path !== undefined) {
|
|
1731
1757
|
localVarQueryParameter['path'] = path;
|
|
1732
1758
|
}
|
|
1759
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1733
1760
|
if (xDaytonaOrganizationID != null) {
|
|
1734
1761
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1735
1762
|
}
|
|
@@ -1768,6 +1795,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1768
1795
|
// http bearer authentication required
|
|
1769
1796
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1770
1797
|
// authentication oauth2 required
|
|
1798
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1771
1799
|
if (xDaytonaOrganizationID != null) {
|
|
1772
1800
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1773
1801
|
}
|
|
@@ -1806,6 +1834,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1806
1834
|
// http bearer authentication required
|
|
1807
1835
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1808
1836
|
// authentication oauth2 required
|
|
1837
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1809
1838
|
if (xDaytonaOrganizationID != null) {
|
|
1810
1839
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1811
1840
|
}
|
|
@@ -1848,6 +1877,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1848
1877
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1849
1878
|
// authentication oauth2 required
|
|
1850
1879
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1880
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1851
1881
|
if (xDaytonaOrganizationID != null) {
|
|
1852
1882
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1853
1883
|
}
|
|
@@ -1991,6 +2021,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
1991
2021
|
if (uri !== undefined) {
|
|
1992
2022
|
localVarQueryParameter['uri'] = uri;
|
|
1993
2023
|
}
|
|
2024
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1994
2025
|
if (xDaytonaOrganizationID != null) {
|
|
1995
2026
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
1996
2027
|
}
|
|
@@ -2133,6 +2164,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2133
2164
|
if (query !== undefined) {
|
|
2134
2165
|
localVarQueryParameter['query'] = query;
|
|
2135
2166
|
}
|
|
2167
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2136
2168
|
if (xDaytonaOrganizationID != null) {
|
|
2137
2169
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2138
2170
|
}
|
|
@@ -2225,6 +2257,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2225
2257
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2226
2258
|
// authentication oauth2 required
|
|
2227
2259
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2260
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2228
2261
|
if (xDaytonaOrganizationID != null) {
|
|
2229
2262
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2230
2263
|
}
|
|
@@ -2354,6 +2387,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2354
2387
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2355
2388
|
// authentication oauth2 required
|
|
2356
2389
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2390
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2357
2391
|
if (xDaytonaOrganizationID != null) {
|
|
2358
2392
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2359
2393
|
}
|
|
@@ -2401,6 +2435,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2401
2435
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2402
2436
|
// authentication oauth2 required
|
|
2403
2437
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2438
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2404
2439
|
if (xDaytonaOrganizationID != null) {
|
|
2405
2440
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2406
2441
|
}
|
|
@@ -2444,6 +2479,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2444
2479
|
// http bearer authentication required
|
|
2445
2480
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2446
2481
|
// authentication oauth2 required
|
|
2482
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2447
2483
|
if (xDaytonaOrganizationID != null) {
|
|
2448
2484
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2449
2485
|
}
|
|
@@ -2486,6 +2522,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2486
2522
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2487
2523
|
// authentication oauth2 required
|
|
2488
2524
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2525
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2489
2526
|
if (xDaytonaOrganizationID != null) {
|
|
2490
2527
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2491
2528
|
}
|
|
@@ -2537,6 +2574,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2537
2574
|
if (pattern !== undefined) {
|
|
2538
2575
|
localVarQueryParameter['pattern'] = pattern;
|
|
2539
2576
|
}
|
|
2577
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2540
2578
|
if (xDaytonaOrganizationID != null) {
|
|
2541
2579
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2542
2580
|
}
|
|
@@ -2631,6 +2669,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2631
2669
|
// http bearer authentication required
|
|
2632
2670
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2633
2671
|
// authentication oauth2 required
|
|
2672
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2634
2673
|
if (xDaytonaOrganizationID != null) {
|
|
2635
2674
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2636
2675
|
}
|
|
@@ -2669,6 +2708,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2669
2708
|
// http bearer authentication required
|
|
2670
2709
|
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2671
2710
|
// authentication oauth2 required
|
|
2711
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2672
2712
|
if (xDaytonaOrganizationID != null) {
|
|
2673
2713
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2674
2714
|
}
|
|
@@ -2747,6 +2787,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2747
2787
|
if (x !== undefined) {
|
|
2748
2788
|
localVarQueryParameter['x'] = x;
|
|
2749
2789
|
}
|
|
2790
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2750
2791
|
if (xDaytonaOrganizationID != null) {
|
|
2751
2792
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2752
2793
|
}
|
|
@@ -2801,6 +2842,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2801
2842
|
if (showCursor !== undefined) {
|
|
2802
2843
|
localVarQueryParameter['show_cursor'] = showCursor;
|
|
2803
2844
|
}
|
|
2845
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2804
2846
|
if (xDaytonaOrganizationID != null) {
|
|
2805
2847
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2806
2848
|
}
|
|
@@ -2867,6 +2909,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2867
2909
|
if (x !== undefined) {
|
|
2868
2910
|
localVarQueryParameter['x'] = x;
|
|
2869
2911
|
}
|
|
2912
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2870
2913
|
if (xDaytonaOrganizationID != null) {
|
|
2871
2914
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2872
2915
|
}
|
|
@@ -2909,6 +2952,7 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
2909
2952
|
if (showCursor !== undefined) {
|
|
2910
2953
|
localVarQueryParameter['show_cursor'] = showCursor;
|
|
2911
2954
|
}
|
|
2955
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2912
2956
|
if (xDaytonaOrganizationID != null) {
|
|
2913
2957
|
localVarHeaderParameter['X-Daytona-Organization-ID'] = String(xDaytonaOrganizationID);
|
|
2914
2958
|
}
|
|
@@ -3057,7 +3101,6 @@ const ToolboxApiAxiosParamCreator = function (configuration) {
|
|
|
3057
3101
|
exports.ToolboxApiAxiosParamCreator = ToolboxApiAxiosParamCreator;
|
|
3058
3102
|
/**
|
|
3059
3103
|
* ToolboxApi - functional programming interface
|
|
3060
|
-
* @export
|
|
3061
3104
|
*/
|
|
3062
3105
|
const ToolboxApiFp = function (configuration) {
|
|
3063
3106
|
const localVarAxiosParamCreator = (0, exports.ToolboxApiAxiosParamCreator)(configuration);
|
|
@@ -4175,7 +4218,6 @@ const ToolboxApiFp = function (configuration) {
|
|
|
4175
4218
|
exports.ToolboxApiFp = ToolboxApiFp;
|
|
4176
4219
|
/**
|
|
4177
4220
|
* ToolboxApi - factory interface
|
|
4178
|
-
* @export
|
|
4179
4221
|
*/
|
|
4180
4222
|
const ToolboxApiFactory = function (configuration, basePath, axios) {
|
|
4181
4223
|
const localVarFp = (0, exports.ToolboxApiFp)(configuration);
|
|
@@ -5089,9 +5131,6 @@ const ToolboxApiFactory = function (configuration, basePath, axios) {
|
|
|
5089
5131
|
exports.ToolboxApiFactory = ToolboxApiFactory;
|
|
5090
5132
|
/**
|
|
5091
5133
|
* ToolboxApi - object-oriented interface
|
|
5092
|
-
* @export
|
|
5093
|
-
* @class ToolboxApi
|
|
5094
|
-
* @extends {BaseAPI}
|
|
5095
5134
|
*/
|
|
5096
5135
|
class ToolboxApi extends base_1.BaseAPI {
|
|
5097
5136
|
/**
|
|
@@ -5103,7 +5142,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5103
5142
|
* @param {*} [options] Override http request option.
|
|
5104
5143
|
* @deprecated
|
|
5105
5144
|
* @throws {RequiredError}
|
|
5106
|
-
* @memberof ToolboxApi
|
|
5107
5145
|
*/
|
|
5108
5146
|
clickMouseDeprecated(sandboxId, mouseClickRequest, xDaytonaOrganizationID, options) {
|
|
5109
5147
|
return (0, exports.ToolboxApiFp)(this.configuration).clickMouseDeprecated(sandboxId, mouseClickRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5118,7 +5156,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5118
5156
|
* @param {*} [options] Override http request option.
|
|
5119
5157
|
* @deprecated
|
|
5120
5158
|
* @throws {RequiredError}
|
|
5121
|
-
* @memberof ToolboxApi
|
|
5122
5159
|
*/
|
|
5123
5160
|
createFolderDeprecated(sandboxId, path, mode, xDaytonaOrganizationID, options) {
|
|
5124
5161
|
return (0, exports.ToolboxApiFp)(this.configuration).createFolderDeprecated(sandboxId, path, mode, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5132,7 +5169,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5132
5169
|
* @param {*} [options] Override http request option.
|
|
5133
5170
|
* @deprecated
|
|
5134
5171
|
* @throws {RequiredError}
|
|
5135
|
-
* @memberof ToolboxApi
|
|
5136
5172
|
*/
|
|
5137
5173
|
createPTYSessionDeprecated(sandboxId, ptyCreateRequest, xDaytonaOrganizationID, options) {
|
|
5138
5174
|
return (0, exports.ToolboxApiFp)(this.configuration).createPTYSessionDeprecated(sandboxId, ptyCreateRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5146,7 +5182,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5146
5182
|
* @param {*} [options] Override http request option.
|
|
5147
5183
|
* @deprecated
|
|
5148
5184
|
* @throws {RequiredError}
|
|
5149
|
-
* @memberof ToolboxApi
|
|
5150
5185
|
*/
|
|
5151
5186
|
createSessionDeprecated(sandboxId, createSessionRequest, xDaytonaOrganizationID, options) {
|
|
5152
5187
|
return (0, exports.ToolboxApiFp)(this.configuration).createSessionDeprecated(sandboxId, createSessionRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5161,7 +5196,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5161
5196
|
* @param {*} [options] Override http request option.
|
|
5162
5197
|
* @deprecated
|
|
5163
5198
|
* @throws {RequiredError}
|
|
5164
|
-
* @memberof ToolboxApi
|
|
5165
5199
|
*/
|
|
5166
5200
|
deleteFileDeprecated(sandboxId, path, xDaytonaOrganizationID, recursive, options) {
|
|
5167
5201
|
return (0, exports.ToolboxApiFp)(this.configuration).deleteFileDeprecated(sandboxId, path, xDaytonaOrganizationID, recursive, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5175,7 +5209,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5175
5209
|
* @param {*} [options] Override http request option.
|
|
5176
5210
|
* @deprecated
|
|
5177
5211
|
* @throws {RequiredError}
|
|
5178
|
-
* @memberof ToolboxApi
|
|
5179
5212
|
*/
|
|
5180
5213
|
deletePTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options) {
|
|
5181
5214
|
return (0, exports.ToolboxApiFp)(this.configuration).deletePTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5189,7 +5222,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5189
5222
|
* @param {*} [options] Override http request option.
|
|
5190
5223
|
* @deprecated
|
|
5191
5224
|
* @throws {RequiredError}
|
|
5192
|
-
* @memberof ToolboxApi
|
|
5193
5225
|
*/
|
|
5194
5226
|
deleteSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options) {
|
|
5195
5227
|
return (0, exports.ToolboxApiFp)(this.configuration).deleteSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5203,7 +5235,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5203
5235
|
* @param {*} [options] Override http request option.
|
|
5204
5236
|
* @deprecated
|
|
5205
5237
|
* @throws {RequiredError}
|
|
5206
|
-
* @memberof ToolboxApi
|
|
5207
5238
|
*/
|
|
5208
5239
|
downloadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
|
|
5209
5240
|
return (0, exports.ToolboxApiFp)(this.configuration).downloadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5217,7 +5248,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5217
5248
|
* @param {*} [options] Override http request option.
|
|
5218
5249
|
* @deprecated
|
|
5219
5250
|
* @throws {RequiredError}
|
|
5220
|
-
* @memberof ToolboxApi
|
|
5221
5251
|
*/
|
|
5222
5252
|
downloadFilesDeprecated(sandboxId, downloadFiles, xDaytonaOrganizationID, options) {
|
|
5223
5253
|
return (0, exports.ToolboxApiFp)(this.configuration).downloadFilesDeprecated(sandboxId, downloadFiles, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5231,7 +5261,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5231
5261
|
* @param {*} [options] Override http request option.
|
|
5232
5262
|
* @deprecated
|
|
5233
5263
|
* @throws {RequiredError}
|
|
5234
|
-
* @memberof ToolboxApi
|
|
5235
5264
|
*/
|
|
5236
5265
|
dragMouseDeprecated(sandboxId, mouseDragRequest, xDaytonaOrganizationID, options) {
|
|
5237
5266
|
return (0, exports.ToolboxApiFp)(this.configuration).dragMouseDeprecated(sandboxId, mouseDragRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5245,7 +5274,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5245
5274
|
* @param {*} [options] Override http request option.
|
|
5246
5275
|
* @deprecated
|
|
5247
5276
|
* @throws {RequiredError}
|
|
5248
|
-
* @memberof ToolboxApi
|
|
5249
5277
|
*/
|
|
5250
5278
|
executeCommandDeprecated(sandboxId, executeRequest, xDaytonaOrganizationID, options) {
|
|
5251
5279
|
return (0, exports.ToolboxApiFp)(this.configuration).executeCommandDeprecated(sandboxId, executeRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5260,7 +5288,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5260
5288
|
* @param {*} [options] Override http request option.
|
|
5261
5289
|
* @deprecated
|
|
5262
5290
|
* @throws {RequiredError}
|
|
5263
|
-
* @memberof ToolboxApi
|
|
5264
5291
|
*/
|
|
5265
5292
|
executeSessionCommandDeprecated(sandboxId, sessionId, sessionExecuteRequest, xDaytonaOrganizationID, options) {
|
|
5266
5293
|
return (0, exports.ToolboxApiFp)(this.configuration).executeSessionCommandDeprecated(sandboxId, sessionId, sessionExecuteRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5275,7 +5302,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5275
5302
|
* @param {*} [options] Override http request option.
|
|
5276
5303
|
* @deprecated
|
|
5277
5304
|
* @throws {RequiredError}
|
|
5278
|
-
* @memberof ToolboxApi
|
|
5279
5305
|
*/
|
|
5280
5306
|
findInFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options) {
|
|
5281
5307
|
return (0, exports.ToolboxApiFp)(this.configuration).findInFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5288,7 +5314,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5288
5314
|
* @param {*} [options] Override http request option.
|
|
5289
5315
|
* @deprecated
|
|
5290
5316
|
* @throws {RequiredError}
|
|
5291
|
-
* @memberof ToolboxApi
|
|
5292
5317
|
*/
|
|
5293
5318
|
getComputerUseStatusDeprecated(sandboxId, xDaytonaOrganizationID, options) {
|
|
5294
5319
|
return (0, exports.ToolboxApiFp)(this.configuration).getComputerUseStatusDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5301,7 +5326,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5301
5326
|
* @param {*} [options] Override http request option.
|
|
5302
5327
|
* @deprecated
|
|
5303
5328
|
* @throws {RequiredError}
|
|
5304
|
-
* @memberof ToolboxApi
|
|
5305
5329
|
*/
|
|
5306
5330
|
getDisplayInfoDeprecated(sandboxId, xDaytonaOrganizationID, options) {
|
|
5307
5331
|
return (0, exports.ToolboxApiFp)(this.configuration).getDisplayInfoDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5315,7 +5339,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5315
5339
|
* @param {*} [options] Override http request option.
|
|
5316
5340
|
* @deprecated
|
|
5317
5341
|
* @throws {RequiredError}
|
|
5318
|
-
* @memberof ToolboxApi
|
|
5319
5342
|
*/
|
|
5320
5343
|
getFileInfoDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
|
|
5321
5344
|
return (0, exports.ToolboxApiFp)(this.configuration).getFileInfoDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5328,7 +5351,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5328
5351
|
* @param {*} [options] Override http request option.
|
|
5329
5352
|
* @deprecated
|
|
5330
5353
|
* @throws {RequiredError}
|
|
5331
|
-
* @memberof ToolboxApi
|
|
5332
5354
|
*/
|
|
5333
5355
|
getMousePositionDeprecated(sandboxId, xDaytonaOrganizationID, options) {
|
|
5334
5356
|
return (0, exports.ToolboxApiFp)(this.configuration).getMousePositionDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5342,7 +5364,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5342
5364
|
* @param {*} [options] Override http request option.
|
|
5343
5365
|
* @deprecated
|
|
5344
5366
|
* @throws {RequiredError}
|
|
5345
|
-
* @memberof ToolboxApi
|
|
5346
5367
|
*/
|
|
5347
5368
|
getPTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options) {
|
|
5348
5369
|
return (0, exports.ToolboxApiFp)(this.configuration).getPTYSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5356,7 +5377,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5356
5377
|
* @param {*} [options] Override http request option.
|
|
5357
5378
|
* @deprecated
|
|
5358
5379
|
* @throws {RequiredError}
|
|
5359
|
-
* @memberof ToolboxApi
|
|
5360
5380
|
*/
|
|
5361
5381
|
getProcessErrorsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options) {
|
|
5362
5382
|
return (0, exports.ToolboxApiFp)(this.configuration).getProcessErrorsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5370,7 +5390,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5370
5390
|
* @param {*} [options] Override http request option.
|
|
5371
5391
|
* @deprecated
|
|
5372
5392
|
* @throws {RequiredError}
|
|
5373
|
-
* @memberof ToolboxApi
|
|
5374
5393
|
*/
|
|
5375
5394
|
getProcessLogsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options) {
|
|
5376
5395
|
return (0, exports.ToolboxApiFp)(this.configuration).getProcessLogsDeprecated(processName, sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5384,7 +5403,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5384
5403
|
* @param {*} [options] Override http request option.
|
|
5385
5404
|
* @deprecated
|
|
5386
5405
|
* @throws {RequiredError}
|
|
5387
|
-
* @memberof ToolboxApi
|
|
5388
5406
|
*/
|
|
5389
5407
|
getProcessStatusDeprecated(processName, sandboxId, xDaytonaOrganizationID, options) {
|
|
5390
5408
|
return (0, exports.ToolboxApiFp)(this.configuration).getProcessStatusDeprecated(processName, sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5397,7 +5415,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5397
5415
|
* @param {*} [options] Override http request option.
|
|
5398
5416
|
* @deprecated
|
|
5399
5417
|
* @throws {RequiredError}
|
|
5400
|
-
* @memberof ToolboxApi
|
|
5401
5418
|
*/
|
|
5402
5419
|
getProjectDirDeprecated(sandboxId, xDaytonaOrganizationID, options) {
|
|
5403
5420
|
return (0, exports.ToolboxApiFp)(this.configuration).getProjectDirDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5412,7 +5429,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5412
5429
|
* @param {*} [options] Override http request option.
|
|
5413
5430
|
* @deprecated
|
|
5414
5431
|
* @throws {RequiredError}
|
|
5415
|
-
* @memberof ToolboxApi
|
|
5416
5432
|
*/
|
|
5417
5433
|
getSessionCommandDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, options) {
|
|
5418
5434
|
return (0, exports.ToolboxApiFp)(this.configuration).getSessionCommandDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5428,7 +5444,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5428
5444
|
* @param {*} [options] Override http request option.
|
|
5429
5445
|
* @deprecated
|
|
5430
5446
|
* @throws {RequiredError}
|
|
5431
|
-
* @memberof ToolboxApi
|
|
5432
5447
|
*/
|
|
5433
5448
|
getSessionCommandLogsDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, follow, options) {
|
|
5434
5449
|
return (0, exports.ToolboxApiFp)(this.configuration).getSessionCommandLogsDeprecated(sandboxId, sessionId, commandId, xDaytonaOrganizationID, follow, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5442,7 +5457,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5442
5457
|
* @param {*} [options] Override http request option.
|
|
5443
5458
|
* @deprecated
|
|
5444
5459
|
* @throws {RequiredError}
|
|
5445
|
-
* @memberof ToolboxApi
|
|
5446
5460
|
*/
|
|
5447
5461
|
getSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options) {
|
|
5448
5462
|
return (0, exports.ToolboxApiFp)(this.configuration).getSessionDeprecated(sandboxId, sessionId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5455,7 +5469,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5455
5469
|
* @param {*} [options] Override http request option.
|
|
5456
5470
|
* @deprecated
|
|
5457
5471
|
* @throws {RequiredError}
|
|
5458
|
-
* @memberof ToolboxApi
|
|
5459
5472
|
*/
|
|
5460
5473
|
getUserHomeDirDeprecated(sandboxId, xDaytonaOrganizationID, options) {
|
|
5461
5474
|
return (0, exports.ToolboxApiFp)(this.configuration).getUserHomeDirDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5468,7 +5481,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5468
5481
|
* @param {*} [options] Override http request option.
|
|
5469
5482
|
* @deprecated
|
|
5470
5483
|
* @throws {RequiredError}
|
|
5471
|
-
* @memberof ToolboxApi
|
|
5472
5484
|
*/
|
|
5473
5485
|
getWindowsDeprecated(sandboxId, xDaytonaOrganizationID, options) {
|
|
5474
5486
|
return (0, exports.ToolboxApiFp)(this.configuration).getWindowsDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5481,7 +5493,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5481
5493
|
* @param {*} [options] Override http request option.
|
|
5482
5494
|
* @deprecated
|
|
5483
5495
|
* @throws {RequiredError}
|
|
5484
|
-
* @memberof ToolboxApi
|
|
5485
5496
|
*/
|
|
5486
5497
|
getWorkDirDeprecated(sandboxId, xDaytonaOrganizationID, options) {
|
|
5487
5498
|
return (0, exports.ToolboxApiFp)(this.configuration).getWorkDirDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5495,7 +5506,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5495
5506
|
* @param {*} [options] Override http request option.
|
|
5496
5507
|
* @deprecated
|
|
5497
5508
|
* @throws {RequiredError}
|
|
5498
|
-
* @memberof ToolboxApi
|
|
5499
5509
|
*/
|
|
5500
5510
|
gitAddFilesDeprecated(sandboxId, gitAddRequest, xDaytonaOrganizationID, options) {
|
|
5501
5511
|
return (0, exports.ToolboxApiFp)(this.configuration).gitAddFilesDeprecated(sandboxId, gitAddRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5509,7 +5519,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5509
5519
|
* @param {*} [options] Override http request option.
|
|
5510
5520
|
* @deprecated
|
|
5511
5521
|
* @throws {RequiredError}
|
|
5512
|
-
* @memberof ToolboxApi
|
|
5513
5522
|
*/
|
|
5514
5523
|
gitCheckoutBranchDeprecated(sandboxId, gitCheckoutRequest, xDaytonaOrganizationID, options) {
|
|
5515
5524
|
return (0, exports.ToolboxApiFp)(this.configuration).gitCheckoutBranchDeprecated(sandboxId, gitCheckoutRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5523,7 +5532,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5523
5532
|
* @param {*} [options] Override http request option.
|
|
5524
5533
|
* @deprecated
|
|
5525
5534
|
* @throws {RequiredError}
|
|
5526
|
-
* @memberof ToolboxApi
|
|
5527
5535
|
*/
|
|
5528
5536
|
gitCloneRepositoryDeprecated(sandboxId, gitCloneRequest, xDaytonaOrganizationID, options) {
|
|
5529
5537
|
return (0, exports.ToolboxApiFp)(this.configuration).gitCloneRepositoryDeprecated(sandboxId, gitCloneRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5537,7 +5545,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5537
5545
|
* @param {*} [options] Override http request option.
|
|
5538
5546
|
* @deprecated
|
|
5539
5547
|
* @throws {RequiredError}
|
|
5540
|
-
* @memberof ToolboxApi
|
|
5541
5548
|
*/
|
|
5542
5549
|
gitCommitChangesDeprecated(sandboxId, gitCommitRequest, xDaytonaOrganizationID, options) {
|
|
5543
5550
|
return (0, exports.ToolboxApiFp)(this.configuration).gitCommitChangesDeprecated(sandboxId, gitCommitRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5551,7 +5558,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5551
5558
|
* @param {*} [options] Override http request option.
|
|
5552
5559
|
* @deprecated
|
|
5553
5560
|
* @throws {RequiredError}
|
|
5554
|
-
* @memberof ToolboxApi
|
|
5555
5561
|
*/
|
|
5556
5562
|
gitCreateBranchDeprecated(sandboxId, gitBranchRequest, xDaytonaOrganizationID, options) {
|
|
5557
5563
|
return (0, exports.ToolboxApiFp)(this.configuration).gitCreateBranchDeprecated(sandboxId, gitBranchRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5565,7 +5571,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5565
5571
|
* @param {*} [options] Override http request option.
|
|
5566
5572
|
* @deprecated
|
|
5567
5573
|
* @throws {RequiredError}
|
|
5568
|
-
* @memberof ToolboxApi
|
|
5569
5574
|
*/
|
|
5570
5575
|
gitDeleteBranchDeprecated(sandboxId, gitDeleteBranchRequest, xDaytonaOrganizationID, options) {
|
|
5571
5576
|
return (0, exports.ToolboxApiFp)(this.configuration).gitDeleteBranchDeprecated(sandboxId, gitDeleteBranchRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5579,7 +5584,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5579
5584
|
* @param {*} [options] Override http request option.
|
|
5580
5585
|
* @deprecated
|
|
5581
5586
|
* @throws {RequiredError}
|
|
5582
|
-
* @memberof ToolboxApi
|
|
5583
5587
|
*/
|
|
5584
5588
|
gitGetHistoryDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
|
|
5585
5589
|
return (0, exports.ToolboxApiFp)(this.configuration).gitGetHistoryDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5593,7 +5597,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5593
5597
|
* @param {*} [options] Override http request option.
|
|
5594
5598
|
* @deprecated
|
|
5595
5599
|
* @throws {RequiredError}
|
|
5596
|
-
* @memberof ToolboxApi
|
|
5597
5600
|
*/
|
|
5598
5601
|
gitGetStatusDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
|
|
5599
5602
|
return (0, exports.ToolboxApiFp)(this.configuration).gitGetStatusDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5607,7 +5610,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5607
5610
|
* @param {*} [options] Override http request option.
|
|
5608
5611
|
* @deprecated
|
|
5609
5612
|
* @throws {RequiredError}
|
|
5610
|
-
* @memberof ToolboxApi
|
|
5611
5613
|
*/
|
|
5612
5614
|
gitListBranchesDeprecated(sandboxId, path, xDaytonaOrganizationID, options) {
|
|
5613
5615
|
return (0, exports.ToolboxApiFp)(this.configuration).gitListBranchesDeprecated(sandboxId, path, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5621,7 +5623,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5621
5623
|
* @param {*} [options] Override http request option.
|
|
5622
5624
|
* @deprecated
|
|
5623
5625
|
* @throws {RequiredError}
|
|
5624
|
-
* @memberof ToolboxApi
|
|
5625
5626
|
*/
|
|
5626
5627
|
gitPullChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options) {
|
|
5627
5628
|
return (0, exports.ToolboxApiFp)(this.configuration).gitPullChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5635,7 +5636,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5635
5636
|
* @param {*} [options] Override http request option.
|
|
5636
5637
|
* @deprecated
|
|
5637
5638
|
* @throws {RequiredError}
|
|
5638
|
-
* @memberof ToolboxApi
|
|
5639
5639
|
*/
|
|
5640
5640
|
gitPushChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options) {
|
|
5641
5641
|
return (0, exports.ToolboxApiFp)(this.configuration).gitPushChangesDeprecated(sandboxId, gitRepoRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5649,7 +5649,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5649
5649
|
* @param {*} [options] Override http request option.
|
|
5650
5650
|
* @deprecated
|
|
5651
5651
|
* @throws {RequiredError}
|
|
5652
|
-
* @memberof ToolboxApi
|
|
5653
5652
|
*/
|
|
5654
5653
|
listFilesDeprecated(sandboxId, xDaytonaOrganizationID, path, options) {
|
|
5655
5654
|
return (0, exports.ToolboxApiFp)(this.configuration).listFilesDeprecated(sandboxId, xDaytonaOrganizationID, path, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5662,7 +5661,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5662
5661
|
* @param {*} [options] Override http request option.
|
|
5663
5662
|
* @deprecated
|
|
5664
5663
|
* @throws {RequiredError}
|
|
5665
|
-
* @memberof ToolboxApi
|
|
5666
5664
|
*/
|
|
5667
5665
|
listPTYSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options) {
|
|
5668
5666
|
return (0, exports.ToolboxApiFp)(this.configuration).listPTYSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5675,7 +5673,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5675
5673
|
* @param {*} [options] Override http request option.
|
|
5676
5674
|
* @deprecated
|
|
5677
5675
|
* @throws {RequiredError}
|
|
5678
|
-
* @memberof ToolboxApi
|
|
5679
5676
|
*/
|
|
5680
5677
|
listSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options) {
|
|
5681
5678
|
return (0, exports.ToolboxApiFp)(this.configuration).listSessionsDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5689,7 +5686,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5689
5686
|
* @param {*} [options] Override http request option.
|
|
5690
5687
|
* @deprecated
|
|
5691
5688
|
* @throws {RequiredError}
|
|
5692
|
-
* @memberof ToolboxApi
|
|
5693
5689
|
*/
|
|
5694
5690
|
lspCompletionsDeprecated(sandboxId, lspCompletionParams, xDaytonaOrganizationID, options) {
|
|
5695
5691
|
return (0, exports.ToolboxApiFp)(this.configuration).lspCompletionsDeprecated(sandboxId, lspCompletionParams, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5703,7 +5699,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5703
5699
|
* @param {*} [options] Override http request option.
|
|
5704
5700
|
* @deprecated
|
|
5705
5701
|
* @throws {RequiredError}
|
|
5706
|
-
* @memberof ToolboxApi
|
|
5707
5702
|
*/
|
|
5708
5703
|
lspDidCloseDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options) {
|
|
5709
5704
|
return (0, exports.ToolboxApiFp)(this.configuration).lspDidCloseDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5717,7 +5712,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5717
5712
|
* @param {*} [options] Override http request option.
|
|
5718
5713
|
* @deprecated
|
|
5719
5714
|
* @throws {RequiredError}
|
|
5720
|
-
* @memberof ToolboxApi
|
|
5721
5715
|
*/
|
|
5722
5716
|
lspDidOpenDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options) {
|
|
5723
5717
|
return (0, exports.ToolboxApiFp)(this.configuration).lspDidOpenDeprecated(sandboxId, lspDocumentRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5733,7 +5727,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5733
5727
|
* @param {*} [options] Override http request option.
|
|
5734
5728
|
* @deprecated
|
|
5735
5729
|
* @throws {RequiredError}
|
|
5736
|
-
* @memberof ToolboxApi
|
|
5737
5730
|
*/
|
|
5738
5731
|
lspDocumentSymbolsDeprecated(sandboxId, languageId, pathToProject, uri, xDaytonaOrganizationID, options) {
|
|
5739
5732
|
return (0, exports.ToolboxApiFp)(this.configuration).lspDocumentSymbolsDeprecated(sandboxId, languageId, pathToProject, uri, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5747,7 +5740,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5747
5740
|
* @param {*} [options] Override http request option.
|
|
5748
5741
|
* @deprecated
|
|
5749
5742
|
* @throws {RequiredError}
|
|
5750
|
-
* @memberof ToolboxApi
|
|
5751
5743
|
*/
|
|
5752
5744
|
lspStartDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options) {
|
|
5753
5745
|
return (0, exports.ToolboxApiFp)(this.configuration).lspStartDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5761,7 +5753,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5761
5753
|
* @param {*} [options] Override http request option.
|
|
5762
5754
|
* @deprecated
|
|
5763
5755
|
* @throws {RequiredError}
|
|
5764
|
-
* @memberof ToolboxApi
|
|
5765
5756
|
*/
|
|
5766
5757
|
lspStopDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options) {
|
|
5767
5758
|
return (0, exports.ToolboxApiFp)(this.configuration).lspStopDeprecated(sandboxId, lspServerRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5777,7 +5768,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5777
5768
|
* @param {*} [options] Override http request option.
|
|
5778
5769
|
* @deprecated
|
|
5779
5770
|
* @throws {RequiredError}
|
|
5780
|
-
* @memberof ToolboxApi
|
|
5781
5771
|
*/
|
|
5782
5772
|
lspWorkspaceSymbolsDeprecated(sandboxId, languageId, pathToProject, query, xDaytonaOrganizationID, options) {
|
|
5783
5773
|
return (0, exports.ToolboxApiFp)(this.configuration).lspWorkspaceSymbolsDeprecated(sandboxId, languageId, pathToProject, query, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5792,7 +5782,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5792
5782
|
* @param {*} [options] Override http request option.
|
|
5793
5783
|
* @deprecated
|
|
5794
5784
|
* @throws {RequiredError}
|
|
5795
|
-
* @memberof ToolboxApi
|
|
5796
5785
|
*/
|
|
5797
5786
|
moveFileDeprecated(sandboxId, source, destination, xDaytonaOrganizationID, options) {
|
|
5798
5787
|
return (0, exports.ToolboxApiFp)(this.configuration).moveFileDeprecated(sandboxId, source, destination, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5806,7 +5795,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5806
5795
|
* @param {*} [options] Override http request option.
|
|
5807
5796
|
* @deprecated
|
|
5808
5797
|
* @throws {RequiredError}
|
|
5809
|
-
* @memberof ToolboxApi
|
|
5810
5798
|
*/
|
|
5811
5799
|
moveMouseDeprecated(sandboxId, mouseMoveRequest, xDaytonaOrganizationID, options) {
|
|
5812
5800
|
return (0, exports.ToolboxApiFp)(this.configuration).moveMouseDeprecated(sandboxId, mouseMoveRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5820,7 +5808,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5820
5808
|
* @param {*} [options] Override http request option.
|
|
5821
5809
|
* @deprecated
|
|
5822
5810
|
* @throws {RequiredError}
|
|
5823
|
-
* @memberof ToolboxApi
|
|
5824
5811
|
*/
|
|
5825
5812
|
pressHotkeyDeprecated(sandboxId, keyboardHotkeyRequest, xDaytonaOrganizationID, options) {
|
|
5826
5813
|
return (0, exports.ToolboxApiFp)(this.configuration).pressHotkeyDeprecated(sandboxId, keyboardHotkeyRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5834,7 +5821,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5834
5821
|
* @param {*} [options] Override http request option.
|
|
5835
5822
|
* @deprecated
|
|
5836
5823
|
* @throws {RequiredError}
|
|
5837
|
-
* @memberof ToolboxApi
|
|
5838
5824
|
*/
|
|
5839
5825
|
pressKeyDeprecated(sandboxId, keyboardPressRequest, xDaytonaOrganizationID, options) {
|
|
5840
5826
|
return (0, exports.ToolboxApiFp)(this.configuration).pressKeyDeprecated(sandboxId, keyboardPressRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5848,7 +5834,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5848
5834
|
* @param {*} [options] Override http request option.
|
|
5849
5835
|
* @deprecated
|
|
5850
5836
|
* @throws {RequiredError}
|
|
5851
|
-
* @memberof ToolboxApi
|
|
5852
5837
|
*/
|
|
5853
5838
|
replaceInFilesDeprecated(sandboxId, replaceRequest, xDaytonaOrganizationID, options) {
|
|
5854
5839
|
return (0, exports.ToolboxApiFp)(this.configuration).replaceInFilesDeprecated(sandboxId, replaceRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5863,7 +5848,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5863
5848
|
* @param {*} [options] Override http request option.
|
|
5864
5849
|
* @deprecated
|
|
5865
5850
|
* @throws {RequiredError}
|
|
5866
|
-
* @memberof ToolboxApi
|
|
5867
5851
|
*/
|
|
5868
5852
|
resizePTYSessionDeprecated(sandboxId, sessionId, ptyResizeRequest, xDaytonaOrganizationID, options) {
|
|
5869
5853
|
return (0, exports.ToolboxApiFp)(this.configuration).resizePTYSessionDeprecated(sandboxId, sessionId, ptyResizeRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5877,7 +5861,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5877
5861
|
* @param {*} [options] Override http request option.
|
|
5878
5862
|
* @deprecated
|
|
5879
5863
|
* @throws {RequiredError}
|
|
5880
|
-
* @memberof ToolboxApi
|
|
5881
5864
|
*/
|
|
5882
5865
|
restartProcessDeprecated(processName, sandboxId, xDaytonaOrganizationID, options) {
|
|
5883
5866
|
return (0, exports.ToolboxApiFp)(this.configuration).restartProcessDeprecated(processName, sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5891,7 +5874,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5891
5874
|
* @param {*} [options] Override http request option.
|
|
5892
5875
|
* @deprecated
|
|
5893
5876
|
* @throws {RequiredError}
|
|
5894
|
-
* @memberof ToolboxApi
|
|
5895
5877
|
*/
|
|
5896
5878
|
scrollMouseDeprecated(sandboxId, mouseScrollRequest, xDaytonaOrganizationID, options) {
|
|
5897
5879
|
return (0, exports.ToolboxApiFp)(this.configuration).scrollMouseDeprecated(sandboxId, mouseScrollRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5906,7 +5888,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5906
5888
|
* @param {*} [options] Override http request option.
|
|
5907
5889
|
* @deprecated
|
|
5908
5890
|
* @throws {RequiredError}
|
|
5909
|
-
* @memberof ToolboxApi
|
|
5910
5891
|
*/
|
|
5911
5892
|
searchFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options) {
|
|
5912
5893
|
return (0, exports.ToolboxApiFp)(this.configuration).searchFilesDeprecated(sandboxId, path, pattern, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5923,7 +5904,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5923
5904
|
* @param {*} [options] Override http request option.
|
|
5924
5905
|
* @deprecated
|
|
5925
5906
|
* @throws {RequiredError}
|
|
5926
|
-
* @memberof ToolboxApi
|
|
5927
5907
|
*/
|
|
5928
5908
|
setFilePermissionsDeprecated(sandboxId, path, xDaytonaOrganizationID, owner, group, mode, options) {
|
|
5929
5909
|
return (0, exports.ToolboxApiFp)(this.configuration).setFilePermissionsDeprecated(sandboxId, path, xDaytonaOrganizationID, owner, group, mode, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5936,7 +5916,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5936
5916
|
* @param {*} [options] Override http request option.
|
|
5937
5917
|
* @deprecated
|
|
5938
5918
|
* @throws {RequiredError}
|
|
5939
|
-
* @memberof ToolboxApi
|
|
5940
5919
|
*/
|
|
5941
5920
|
startComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options) {
|
|
5942
5921
|
return (0, exports.ToolboxApiFp)(this.configuration).startComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5949,7 +5928,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5949
5928
|
* @param {*} [options] Override http request option.
|
|
5950
5929
|
* @deprecated
|
|
5951
5930
|
* @throws {RequiredError}
|
|
5952
|
-
* @memberof ToolboxApi
|
|
5953
5931
|
*/
|
|
5954
5932
|
stopComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options) {
|
|
5955
5933
|
return (0, exports.ToolboxApiFp)(this.configuration).stopComputerUseDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5970,7 +5948,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5970
5948
|
* @param {*} [options] Override http request option.
|
|
5971
5949
|
* @deprecated
|
|
5972
5950
|
* @throws {RequiredError}
|
|
5973
|
-
* @memberof ToolboxApi
|
|
5974
5951
|
*/
|
|
5975
5952
|
takeCompressedRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, scale, quality, format, showCursor, options) {
|
|
5976
5953
|
return (0, exports.ToolboxApiFp)(this.configuration).takeCompressedRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, scale, quality, format, showCursor, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -5987,7 +5964,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
5987
5964
|
* @param {*} [options] Override http request option.
|
|
5988
5965
|
* @deprecated
|
|
5989
5966
|
* @throws {RequiredError}
|
|
5990
|
-
* @memberof ToolboxApi
|
|
5991
5967
|
*/
|
|
5992
5968
|
takeCompressedScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, scale, quality, format, showCursor, options) {
|
|
5993
5969
|
return (0, exports.ToolboxApiFp)(this.configuration).takeCompressedScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, scale, quality, format, showCursor, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -6005,7 +5981,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
6005
5981
|
* @param {*} [options] Override http request option.
|
|
6006
5982
|
* @deprecated
|
|
6007
5983
|
* @throws {RequiredError}
|
|
6008
|
-
* @memberof ToolboxApi
|
|
6009
5984
|
*/
|
|
6010
5985
|
takeRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, showCursor, options) {
|
|
6011
5986
|
return (0, exports.ToolboxApiFp)(this.configuration).takeRegionScreenshotDeprecated(sandboxId, height, width, y, x, xDaytonaOrganizationID, showCursor, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -6019,7 +5994,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
6019
5994
|
* @param {*} [options] Override http request option.
|
|
6020
5995
|
* @deprecated
|
|
6021
5996
|
* @throws {RequiredError}
|
|
6022
|
-
* @memberof ToolboxApi
|
|
6023
5997
|
*/
|
|
6024
5998
|
takeScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, showCursor, options) {
|
|
6025
5999
|
return (0, exports.ToolboxApiFp)(this.configuration).takeScreenshotDeprecated(sandboxId, xDaytonaOrganizationID, showCursor, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -6033,7 +6007,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
6033
6007
|
* @param {*} [options] Override http request option.
|
|
6034
6008
|
* @deprecated
|
|
6035
6009
|
* @throws {RequiredError}
|
|
6036
|
-
* @memberof ToolboxApi
|
|
6037
6010
|
*/
|
|
6038
6011
|
typeTextDeprecated(sandboxId, keyboardTypeRequest, xDaytonaOrganizationID, options) {
|
|
6039
6012
|
return (0, exports.ToolboxApiFp)(this.configuration).typeTextDeprecated(sandboxId, keyboardTypeRequest, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -6048,7 +6021,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
6048
6021
|
* @param {*} [options] Override http request option.
|
|
6049
6022
|
* @deprecated
|
|
6050
6023
|
* @throws {RequiredError}
|
|
6051
|
-
* @memberof ToolboxApi
|
|
6052
6024
|
*/
|
|
6053
6025
|
uploadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, file, options) {
|
|
6054
6026
|
return (0, exports.ToolboxApiFp)(this.configuration).uploadFileDeprecated(sandboxId, path, xDaytonaOrganizationID, file, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -6061,7 +6033,6 @@ class ToolboxApi extends base_1.BaseAPI {
|
|
|
6061
6033
|
* @param {*} [options] Override http request option.
|
|
6062
6034
|
* @deprecated
|
|
6063
6035
|
* @throws {RequiredError}
|
|
6064
|
-
* @memberof ToolboxApi
|
|
6065
6036
|
*/
|
|
6066
6037
|
uploadFilesDeprecated(sandboxId, xDaytonaOrganizationID, options) {
|
|
6067
6038
|
return (0, exports.ToolboxApiFp)(this.configuration).uploadFilesDeprecated(sandboxId, xDaytonaOrganizationID, options).then((request) => request(this.axios, this.basePath));
|