@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
|
@@ -9,88 +9,21 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface UpdateOrganizationQuota
|
|
16
|
-
*/
|
|
17
12
|
export interface UpdateOrganizationQuota {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof UpdateOrganizationQuota
|
|
22
|
-
*/
|
|
23
13
|
'maxCpuPerSandbox': number | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof UpdateOrganizationQuota
|
|
28
|
-
*/
|
|
29
14
|
'maxMemoryPerSandbox': number | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof UpdateOrganizationQuota
|
|
34
|
-
*/
|
|
35
15
|
'maxDiskPerSandbox': number | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof UpdateOrganizationQuota
|
|
40
|
-
*/
|
|
41
16
|
'snapshotQuota': number | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof UpdateOrganizationQuota
|
|
46
|
-
*/
|
|
47
17
|
'maxSnapshotSize': number | null;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof UpdateOrganizationQuota
|
|
52
|
-
*/
|
|
53
18
|
'volumeQuota': number | null;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {number}
|
|
57
|
-
* @memberof UpdateOrganizationQuota
|
|
58
|
-
*/
|
|
59
19
|
'authenticatedRateLimit': number | null;
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @type {number}
|
|
63
|
-
* @memberof UpdateOrganizationQuota
|
|
64
|
-
*/
|
|
65
20
|
'sandboxCreateRateLimit': number | null;
|
|
66
|
-
/**
|
|
67
|
-
*
|
|
68
|
-
* @type {number}
|
|
69
|
-
* @memberof UpdateOrganizationQuota
|
|
70
|
-
*/
|
|
71
21
|
'sandboxLifecycleRateLimit': number | null;
|
|
72
|
-
/**
|
|
73
|
-
*
|
|
74
|
-
* @type {number}
|
|
75
|
-
* @memberof UpdateOrganizationQuota
|
|
76
|
-
*/
|
|
77
22
|
'authenticatedRateLimitTtlSeconds': number | null;
|
|
78
|
-
/**
|
|
79
|
-
*
|
|
80
|
-
* @type {number}
|
|
81
|
-
* @memberof UpdateOrganizationQuota
|
|
82
|
-
*/
|
|
83
23
|
'sandboxCreateRateLimitTtlSeconds': number | null;
|
|
84
|
-
/**
|
|
85
|
-
*
|
|
86
|
-
* @type {number}
|
|
87
|
-
* @memberof UpdateOrganizationQuota
|
|
88
|
-
*/
|
|
89
24
|
'sandboxLifecycleRateLimitTtlSeconds': number | null;
|
|
90
25
|
/**
|
|
91
26
|
* Time in minutes before an unused snapshot is deactivated
|
|
92
|
-
* @type {number}
|
|
93
|
-
* @memberof UpdateOrganizationQuota
|
|
94
27
|
*/
|
|
95
28
|
'snapshotDeactivationTimeoutMinutes': number | null;
|
|
96
29
|
}
|
|
@@ -9,52 +9,12 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface UpdateOrganizationRegionQuota
|
|
16
|
-
*/
|
|
17
12
|
export interface UpdateOrganizationRegionQuota {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof UpdateOrganizationRegionQuota
|
|
22
|
-
*/
|
|
23
13
|
'totalCpuQuota': number | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof UpdateOrganizationRegionQuota
|
|
28
|
-
*/
|
|
29
14
|
'totalMemoryQuota': number | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof UpdateOrganizationRegionQuota
|
|
34
|
-
*/
|
|
35
15
|
'totalDiskQuota': number | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof UpdateOrganizationRegionQuota
|
|
40
|
-
*/
|
|
41
16
|
'maxCpuPerSandbox'?: number | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof UpdateOrganizationRegionQuota
|
|
46
|
-
*/
|
|
47
17
|
'maxMemoryPerSandbox'?: number | null;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {number}
|
|
51
|
-
* @memberof UpdateOrganizationRegionQuota
|
|
52
|
-
*/
|
|
53
18
|
'maxDiskPerSandbox'?: number | null;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {number}
|
|
57
|
-
* @memberof UpdateOrganizationRegionQuota
|
|
58
|
-
*/
|
|
59
19
|
'maxDiskPerNonEphemeralSandbox'?: number | null;
|
|
60
20
|
}
|
|
@@ -9,28 +9,17 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface UpdateOrganizationRole
|
|
16
|
-
*/
|
|
17
12
|
export interface UpdateOrganizationRole {
|
|
18
13
|
/**
|
|
19
14
|
* The name of the role
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof UpdateOrganizationRole
|
|
22
15
|
*/
|
|
23
16
|
'name': string;
|
|
24
17
|
/**
|
|
25
18
|
* The description of the role
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof UpdateOrganizationRole
|
|
28
19
|
*/
|
|
29
20
|
'description': string;
|
|
30
21
|
/**
|
|
31
22
|
* The list of permissions assigned to the role
|
|
32
|
-
* @type {Array<string>}
|
|
33
|
-
* @memberof UpdateOrganizationRole
|
|
34
23
|
*/
|
|
35
24
|
'permissions': Array<UpdateOrganizationRolePermissionsEnum>;
|
|
36
25
|
}
|
|
@@ -50,5 +39,6 @@ export declare const UpdateOrganizationRolePermissionsEnum: {
|
|
|
50
39
|
readonly WRITE_RUNNERS: "write:runners";
|
|
51
40
|
readonly DELETE_RUNNERS: "delete:runners";
|
|
52
41
|
readonly READ_AUDIT_LOGS: "read:audit_logs";
|
|
42
|
+
readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
|
|
53
43
|
};
|
|
54
44
|
export type UpdateOrganizationRolePermissionsEnum = typeof UpdateOrganizationRolePermissionsEnum[keyof typeof UpdateOrganizationRolePermissionsEnum];
|
|
@@ -29,6 +29,7 @@ exports.UpdateOrganizationRolePermissionsEnum = {
|
|
|
29
29
|
READ_RUNNERS: 'read:runners',
|
|
30
30
|
WRITE_RUNNERS: 'write:runners',
|
|
31
31
|
DELETE_RUNNERS: 'delete:runners',
|
|
32
|
-
READ_AUDIT_LOGS: 'read:audit_logs'
|
|
32
|
+
READ_AUDIT_LOGS: 'read:audit_logs',
|
|
33
|
+
UNKNOWN_DEFAULT_OPEN_API: '11184809',
|
|
33
34
|
};
|
|
34
35
|
//# sourceMappingURL=update-organization-role.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-organization-role.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/update-organization-role.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"update-organization-role.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/update-organization-role.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAmBU,QAAA,qCAAqC,GAAG;IACjD,gBAAgB,EAAE,kBAAkB;IACpC,iBAAiB,EAAE,mBAAmB;IACtC,eAAe,EAAE,iBAAiB;IAClC,gBAAgB,EAAE,kBAAkB;IACpC,eAAe,EAAE,iBAAiB;IAClC,gBAAgB,EAAE,kBAAkB;IACpC,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,eAAe,EAAE,iBAAiB;IAClC,wBAAwB,EAAE,UAAU;CAC9B,CAAC"}
|
|
@@ -9,28 +9,17 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface UpdateRegion
|
|
16
|
-
*/
|
|
17
12
|
export interface UpdateRegion {
|
|
18
13
|
/**
|
|
19
14
|
* Proxy URL for the region
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof UpdateRegion
|
|
22
15
|
*/
|
|
23
16
|
'proxyUrl'?: string | null;
|
|
24
17
|
/**
|
|
25
18
|
* SSH Gateway URL for the region
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof UpdateRegion
|
|
28
19
|
*/
|
|
29
20
|
'sshGatewayUrl'?: string | null;
|
|
30
21
|
/**
|
|
31
22
|
* Snapshot Manager URL for the region
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof UpdateRegion
|
|
34
23
|
*/
|
|
35
24
|
'snapshotManagerUrl'?: string | null;
|
|
36
25
|
}
|
|
@@ -9,22 +9,13 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface UpdateSandboxNetworkSettings
|
|
16
|
-
*/
|
|
17
12
|
export interface UpdateSandboxNetworkSettings {
|
|
18
13
|
/**
|
|
19
14
|
* Whether to block all network access for the sandbox
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof UpdateSandboxNetworkSettings
|
|
22
15
|
*/
|
|
23
16
|
'networkBlockAll'?: boolean;
|
|
24
17
|
/**
|
|
25
18
|
* Comma-separated list of allowed CIDR network addresses for the sandbox
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof UpdateSandboxNetworkSettings
|
|
28
19
|
*/
|
|
29
20
|
'networkAllowList'?: string;
|
|
30
21
|
}
|
|
@@ -9,28 +9,17 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface UpdateSandboxStateDto
|
|
16
|
-
*/
|
|
17
12
|
export interface UpdateSandboxStateDto {
|
|
18
13
|
/**
|
|
19
14
|
* The new state for the sandbox
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof UpdateSandboxStateDto
|
|
22
15
|
*/
|
|
23
16
|
'state': UpdateSandboxStateDtoStateEnum;
|
|
24
17
|
/**
|
|
25
18
|
* Optional error message when reporting an error state
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof UpdateSandboxStateDto
|
|
28
19
|
*/
|
|
29
20
|
'errorReason'?: string;
|
|
30
21
|
/**
|
|
31
22
|
* Whether the sandbox is recoverable
|
|
32
|
-
* @type {boolean}
|
|
33
|
-
* @memberof UpdateSandboxStateDto
|
|
34
23
|
*/
|
|
35
24
|
'recoverable'?: boolean;
|
|
36
25
|
}
|
|
@@ -54,5 +43,6 @@ export declare const UpdateSandboxStateDtoStateEnum: {
|
|
|
54
43
|
readonly RESIZING: "resizing";
|
|
55
44
|
readonly SNAPSHOTTING: "snapshotting";
|
|
56
45
|
readonly FORKING: "forking";
|
|
46
|
+
readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
|
|
57
47
|
};
|
|
58
48
|
export type UpdateSandboxStateDtoStateEnum = typeof UpdateSandboxStateDtoStateEnum[keyof typeof UpdateSandboxStateDtoStateEnum];
|
|
@@ -33,6 +33,7 @@ exports.UpdateSandboxStateDtoStateEnum = {
|
|
|
33
33
|
ARCHIVING: 'archiving',
|
|
34
34
|
RESIZING: 'resizing',
|
|
35
35
|
SNAPSHOTTING: 'snapshotting',
|
|
36
|
-
FORKING: 'forking'
|
|
36
|
+
FORKING: 'forking',
|
|
37
|
+
UNKNOWN_DEFAULT_OPEN_API: '11184809',
|
|
37
38
|
};
|
|
38
39
|
//# sourceMappingURL=update-sandbox-state-dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-sandbox-state-dto.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/update-sandbox-state-dto.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"update-sandbox-state-dto.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/update-sandbox-state-dto.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAmBU,QAAA,8BAA8B,GAAG;IAC1C,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;IAC9B,iBAAiB,EAAE,mBAAmB;IACtC,OAAO,EAAE,SAAS;IAClB,gBAAgB,EAAE,kBAAkB;IACpC,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,YAAY,EAAE,cAAc;IAC5B,OAAO,EAAE,SAAS;IAClB,wBAAwB,EAAE,UAAU;CAC9B,CAAC"}
|
package/src/models/url.d.ts
CHANGED
|
@@ -9,16 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface Url
|
|
16
|
-
*/
|
|
17
12
|
export interface Url {
|
|
18
13
|
/**
|
|
19
14
|
* URL response
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof Url
|
|
22
15
|
*/
|
|
23
16
|
'url': string;
|
|
24
17
|
}
|
|
@@ -9,16 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface UserHomeDirResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface UserHomeDirResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof UserHomeDirResponse
|
|
22
|
-
*/
|
|
23
13
|
'dir'?: string;
|
|
24
14
|
}
|
|
@@ -9,22 +9,13 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface UserPublicKey
|
|
16
|
-
*/
|
|
17
12
|
export interface UserPublicKey {
|
|
18
13
|
/**
|
|
19
14
|
* Public key
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof UserPublicKey
|
|
22
15
|
*/
|
|
23
16
|
'key': string;
|
|
24
17
|
/**
|
|
25
18
|
* Key name
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof UserPublicKey
|
|
28
19
|
*/
|
|
29
20
|
'name': string;
|
|
30
21
|
}
|
package/src/models/user.d.ts
CHANGED
|
@@ -10,40 +10,25 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { UserPublicKey } from './user-public-key';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface User
|
|
17
|
-
*/
|
|
18
13
|
export interface User {
|
|
19
14
|
/**
|
|
20
15
|
* User ID
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof User
|
|
23
16
|
*/
|
|
24
17
|
'id': string;
|
|
25
18
|
/**
|
|
26
19
|
* User name
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof User
|
|
29
20
|
*/
|
|
30
21
|
'name': string;
|
|
31
22
|
/**
|
|
32
23
|
* User email
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof User
|
|
35
24
|
*/
|
|
36
25
|
'email': string;
|
|
37
26
|
/**
|
|
38
27
|
* User public keys
|
|
39
|
-
* @type {Array<UserPublicKey>}
|
|
40
|
-
* @memberof User
|
|
41
28
|
*/
|
|
42
29
|
'publicKeys': Array<UserPublicKey>;
|
|
43
30
|
/**
|
|
44
31
|
* Creation timestamp
|
|
45
|
-
* @type {Date}
|
|
46
|
-
* @memberof User
|
|
47
32
|
*/
|
|
48
33
|
'createdAt': Date;
|
|
49
34
|
}
|
|
@@ -10,58 +10,37 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { VolumeState } from './volume-state';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface VolumeDto
|
|
17
|
-
*/
|
|
18
13
|
export interface VolumeDto {
|
|
19
14
|
/**
|
|
20
15
|
* Volume ID
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof VolumeDto
|
|
23
16
|
*/
|
|
24
17
|
'id': string;
|
|
25
18
|
/**
|
|
26
19
|
* Volume name
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof VolumeDto
|
|
29
20
|
*/
|
|
30
21
|
'name': string;
|
|
31
22
|
/**
|
|
32
23
|
* Organization ID
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof VolumeDto
|
|
35
24
|
*/
|
|
36
25
|
'organizationId': string;
|
|
37
26
|
/**
|
|
38
27
|
* Volume state
|
|
39
|
-
* @type {VolumeState}
|
|
40
|
-
* @memberof VolumeDto
|
|
41
28
|
*/
|
|
42
29
|
'state': VolumeState;
|
|
43
30
|
/**
|
|
44
31
|
* Creation timestamp
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof VolumeDto
|
|
47
32
|
*/
|
|
48
33
|
'createdAt': string;
|
|
49
34
|
/**
|
|
50
35
|
* Last update timestamp
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof VolumeDto
|
|
53
36
|
*/
|
|
54
37
|
'updatedAt': string;
|
|
55
38
|
/**
|
|
56
39
|
* Last used timestamp
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof VolumeDto
|
|
59
40
|
*/
|
|
60
41
|
'lastUsedAt'?: string | null;
|
|
61
42
|
/**
|
|
62
43
|
* The error reason of the volume
|
|
63
|
-
* @type {string}
|
|
64
|
-
* @memberof VolumeDto
|
|
65
44
|
*/
|
|
66
45
|
'errorReason': string | null;
|
|
67
46
|
}
|
|
@@ -11,8 +11,6 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Volume state
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
14
|
*/
|
|
17
15
|
export declare const VolumeState: {
|
|
18
16
|
readonly CREATING: "creating";
|
|
@@ -22,5 +20,6 @@ export declare const VolumeState: {
|
|
|
22
20
|
readonly DELETING: "deleting";
|
|
23
21
|
readonly DELETED: "deleted";
|
|
24
22
|
readonly ERROR: "error";
|
|
23
|
+
readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
|
|
25
24
|
};
|
|
26
25
|
export type VolumeState = typeof VolumeState[keyof typeof VolumeState];
|
|
@@ -16,8 +16,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.VolumeState = void 0;
|
|
17
17
|
/**
|
|
18
18
|
* Volume state
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
19
|
*/
|
|
22
20
|
exports.VolumeState = {
|
|
23
21
|
CREATING: 'creating',
|
|
@@ -26,6 +24,7 @@ exports.VolumeState = {
|
|
|
26
24
|
PENDING_DELETE: 'pending_delete',
|
|
27
25
|
DELETING: 'deleting',
|
|
28
26
|
DELETED: 'deleted',
|
|
29
|
-
ERROR: 'error'
|
|
27
|
+
ERROR: 'error',
|
|
28
|
+
UNKNOWN_DEFAULT_OPEN_API: '11184809',
|
|
30
29
|
};
|
|
31
30
|
//# sourceMappingURL=volume-state.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volume-state.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/volume-state.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH
|
|
1
|
+
{"version":3,"file":"volume-state.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/volume-state.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;GAEG;AAEU,QAAA,WAAW,GAAG;IACvB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,gBAAgB;IAChC,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,wBAAwB,EAAE,UAAU;CAC9B,CAAC"}
|
|
@@ -9,22 +9,13 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface WebhookAppPortalAccess
|
|
16
|
-
*/
|
|
17
12
|
export interface WebhookAppPortalAccess {
|
|
18
13
|
/**
|
|
19
14
|
* The authentication token for the Svix consumer app portal
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof WebhookAppPortalAccess
|
|
22
15
|
*/
|
|
23
16
|
'token': string;
|
|
24
17
|
/**
|
|
25
18
|
* The URL to the webhook app portal
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof WebhookAppPortalAccess
|
|
28
19
|
*/
|
|
29
20
|
'url': string;
|
|
30
21
|
}
|
|
@@ -11,8 +11,6 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* The type of event being sent
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
14
|
*/
|
|
17
15
|
export declare const WebhookEvent: {
|
|
18
16
|
readonly SANDBOX_CREATED: "sandbox.created";
|
|
@@ -22,5 +20,6 @@ export declare const WebhookEvent: {
|
|
|
22
20
|
readonly SNAPSHOT_REMOVED: "snapshot.removed";
|
|
23
21
|
readonly VOLUME_CREATED: "volume.created";
|
|
24
22
|
readonly VOLUME_STATE_UPDATED: "volume.state.updated";
|
|
23
|
+
readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
|
|
25
24
|
};
|
|
26
25
|
export type WebhookEvent = typeof WebhookEvent[keyof typeof WebhookEvent];
|
|
@@ -16,8 +16,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.WebhookEvent = void 0;
|
|
17
17
|
/**
|
|
18
18
|
* The type of event being sent
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
19
|
*/
|
|
22
20
|
exports.WebhookEvent = {
|
|
23
21
|
SANDBOX_CREATED: 'sandbox.created',
|
|
@@ -26,6 +24,7 @@ exports.WebhookEvent = {
|
|
|
26
24
|
SNAPSHOT_STATE_UPDATED: 'snapshot.state.updated',
|
|
27
25
|
SNAPSHOT_REMOVED: 'snapshot.removed',
|
|
28
26
|
VOLUME_CREATED: 'volume.created',
|
|
29
|
-
VOLUME_STATE_UPDATED: 'volume.state.updated'
|
|
27
|
+
VOLUME_STATE_UPDATED: 'volume.state.updated',
|
|
28
|
+
UNKNOWN_DEFAULT_OPEN_API: '11184809',
|
|
30
29
|
};
|
|
31
30
|
//# sourceMappingURL=webhook-event.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhook-event.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/webhook-event.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH
|
|
1
|
+
{"version":3,"file":"webhook-event.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/webhook-event.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;GAEG;AAEU,QAAA,YAAY,GAAG;IACxB,eAAe,EAAE,iBAAiB;IAClC,qBAAqB,EAAE,uBAAuB;IAC9C,gBAAgB,EAAE,kBAAkB;IACpC,sBAAsB,EAAE,wBAAwB;IAChD,gBAAgB,EAAE,kBAAkB;IACpC,cAAc,EAAE,gBAAgB;IAChC,oBAAoB,EAAE,sBAAsB;IAC5C,wBAAwB,EAAE,UAAU;CAC9B,CAAC"}
|
|
@@ -9,46 +9,29 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface WebhookInitializationStatus
|
|
16
|
-
*/
|
|
17
12
|
export interface WebhookInitializationStatus {
|
|
18
13
|
/**
|
|
19
14
|
* Organization ID
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof WebhookInitializationStatus
|
|
22
15
|
*/
|
|
23
16
|
'organizationId': string;
|
|
24
17
|
/**
|
|
25
18
|
* The ID of the Svix application
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof WebhookInitializationStatus
|
|
28
19
|
*/
|
|
29
20
|
'svixApplicationId': string | null;
|
|
30
21
|
/**
|
|
31
22
|
* The error reason for the last initialization attempt
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof WebhookInitializationStatus
|
|
34
23
|
*/
|
|
35
24
|
'lastError': string | null;
|
|
36
25
|
/**
|
|
37
26
|
* The number of times the initialization has been attempted
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof WebhookInitializationStatus
|
|
40
27
|
*/
|
|
41
28
|
'retryCount': number;
|
|
42
29
|
/**
|
|
43
30
|
* When the webhook initialization was created
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof WebhookInitializationStatus
|
|
46
31
|
*/
|
|
47
32
|
'createdAt': string;
|
|
48
33
|
/**
|
|
49
34
|
* When the webhook initialization was last updated
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof WebhookInitializationStatus
|
|
52
35
|
*/
|
|
53
36
|
'updatedAt': string;
|
|
54
37
|
}
|
|
@@ -9,22 +9,13 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface WindowsResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface WindowsResponse {
|
|
18
13
|
/**
|
|
19
14
|
* Array of window information for all visible windows
|
|
20
|
-
* @type {Array<object>}
|
|
21
|
-
* @memberof WindowsResponse
|
|
22
15
|
*/
|
|
23
16
|
'windows': Array<object>;
|
|
24
17
|
/**
|
|
25
18
|
* The total number of windows found
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof WindowsResponse
|
|
28
19
|
*/
|
|
29
20
|
'count': number;
|
|
30
21
|
}
|
|
@@ -9,16 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface WorkDirResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface WorkDirResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof WorkDirResponse
|
|
22
|
-
*/
|
|
23
13
|
'dir'?: string;
|
|
24
14
|
}
|
|
@@ -9,22 +9,13 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface WorkspacePortPreviewUrl
|
|
16
|
-
*/
|
|
17
12
|
export interface WorkspacePortPreviewUrl {
|
|
18
13
|
/**
|
|
19
14
|
* Preview url
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof WorkspacePortPreviewUrl
|
|
22
15
|
*/
|
|
23
16
|
'url': string;
|
|
24
17
|
/**
|
|
25
18
|
* Access token
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof WorkspacePortPreviewUrl
|
|
28
19
|
*/
|
|
29
20
|
'token': string;
|
|
30
21
|
}
|