@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
|
@@ -10,40 +10,10 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { FileStatus } from './file-status';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GitStatus
|
|
17
|
-
*/
|
|
18
13
|
export interface GitStatus {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof GitStatus
|
|
23
|
-
*/
|
|
24
14
|
'currentBranch': string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {Array<FileStatus>}
|
|
28
|
-
* @memberof GitStatus
|
|
29
|
-
*/
|
|
30
15
|
'fileStatus': Array<FileStatus>;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof GitStatus
|
|
35
|
-
*/
|
|
36
16
|
'ahead'?: number;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof GitStatus
|
|
41
|
-
*/
|
|
42
17
|
'behind'?: number;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {boolean}
|
|
46
|
-
* @memberof GitStatus
|
|
47
|
-
*/
|
|
48
18
|
'branchPublished'?: boolean;
|
|
49
19
|
}
|
|
@@ -9,17 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface HealthControllerCheck200ResponseInfoValue
|
|
16
|
-
*/
|
|
17
12
|
export interface HealthControllerCheck200ResponseInfoValue {
|
|
18
13
|
[key: string]: any;
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof HealthControllerCheck200ResponseInfoValue
|
|
23
|
-
*/
|
|
24
14
|
'status': string;
|
|
25
15
|
}
|
|
@@ -10,39 +10,14 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { HealthControllerCheck200ResponseInfoValue } from './health-controller-check200-response-info-value';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface HealthControllerCheck200Response
|
|
17
|
-
*/
|
|
18
13
|
export interface HealthControllerCheck200Response {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof HealthControllerCheck200Response
|
|
23
|
-
*/
|
|
24
14
|
'status'?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {{ [key: string]: HealthControllerCheck200ResponseInfoValue; }}
|
|
28
|
-
* @memberof HealthControllerCheck200Response
|
|
29
|
-
*/
|
|
30
15
|
'info'?: {
|
|
31
16
|
[key: string]: HealthControllerCheck200ResponseInfoValue;
|
|
32
17
|
} | null;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {{ [key: string]: HealthControllerCheck200ResponseInfoValue; }}
|
|
36
|
-
* @memberof HealthControllerCheck200Response
|
|
37
|
-
*/
|
|
38
18
|
'error'?: {
|
|
39
19
|
[key: string]: HealthControllerCheck200ResponseInfoValue;
|
|
40
20
|
} | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {{ [key: string]: HealthControllerCheck200ResponseInfoValue; }}
|
|
44
|
-
* @memberof HealthControllerCheck200Response
|
|
45
|
-
*/
|
|
46
21
|
'details'?: {
|
|
47
22
|
[key: string]: HealthControllerCheck200ResponseInfoValue;
|
|
48
23
|
};
|
|
@@ -10,39 +10,14 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { HealthControllerCheck200ResponseInfoValue } from './health-controller-check200-response-info-value';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface HealthControllerCheck503Response
|
|
17
|
-
*/
|
|
18
13
|
export interface HealthControllerCheck503Response {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof HealthControllerCheck503Response
|
|
23
|
-
*/
|
|
24
14
|
'status'?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {{ [key: string]: HealthControllerCheck200ResponseInfoValue; }}
|
|
28
|
-
* @memberof HealthControllerCheck503Response
|
|
29
|
-
*/
|
|
30
15
|
'info'?: {
|
|
31
16
|
[key: string]: HealthControllerCheck200ResponseInfoValue;
|
|
32
17
|
} | null;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {{ [key: string]: HealthControllerCheck200ResponseInfoValue; }}
|
|
36
|
-
* @memberof HealthControllerCheck503Response
|
|
37
|
-
*/
|
|
38
18
|
'error'?: {
|
|
39
19
|
[key: string]: HealthControllerCheck200ResponseInfoValue;
|
|
40
20
|
} | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {{ [key: string]: HealthControllerCheck200ResponseInfoValue; }}
|
|
44
|
-
* @memberof HealthControllerCheck503Response
|
|
45
|
-
*/
|
|
46
21
|
'details'?: {
|
|
47
22
|
[key: string]: HealthControllerCheck200ResponseInfoValue;
|
|
48
23
|
};
|
|
@@ -9,15 +9,11 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
12
|
export declare const JobStatus: {
|
|
18
13
|
readonly PENDING: "PENDING";
|
|
19
14
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
20
15
|
readonly COMPLETED: "COMPLETED";
|
|
21
16
|
readonly FAILED: "FAILED";
|
|
17
|
+
readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
|
|
22
18
|
};
|
|
23
19
|
export type JobStatus = typeof JobStatus[keyof typeof JobStatus];
|
package/src/models/job-status.js
CHANGED
|
@@ -14,15 +14,11 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.JobStatus = void 0;
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
17
|
exports.JobStatus = {
|
|
23
18
|
PENDING: 'PENDING',
|
|
24
19
|
IN_PROGRESS: 'IN_PROGRESS',
|
|
25
20
|
COMPLETED: 'COMPLETED',
|
|
26
|
-
FAILED: 'FAILED'
|
|
21
|
+
FAILED: 'FAILED',
|
|
22
|
+
UNKNOWN_DEFAULT_OPEN_API: '11184809',
|
|
27
23
|
};
|
|
28
24
|
//# sourceMappingURL=job-status.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job-status.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/job-status.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"job-status.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/job-status.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAKU,QAAA,SAAS,GAAG;IACrB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,wBAAwB,EAAE,UAAU;CAC9B,CAAC"}
|
package/src/models/job-type.d.ts
CHANGED
|
@@ -11,8 +11,6 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* The type of the job
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
14
|
*/
|
|
17
15
|
export declare const JobType: {
|
|
18
16
|
readonly CREATE_SANDBOX: "CREATE_SANDBOX";
|
|
@@ -29,5 +27,6 @@ export declare const JobType: {
|
|
|
29
27
|
readonly UPDATE_SANDBOX_NETWORK_SETTINGS: "UPDATE_SANDBOX_NETWORK_SETTINGS";
|
|
30
28
|
readonly SNAPSHOT_SANDBOX: "SNAPSHOT_SANDBOX";
|
|
31
29
|
readonly FORK_SANDBOX: "FORK_SANDBOX";
|
|
30
|
+
readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
|
|
32
31
|
};
|
|
33
32
|
export type JobType = typeof JobType[keyof typeof JobType];
|
package/src/models/job-type.js
CHANGED
|
@@ -16,8 +16,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.JobType = void 0;
|
|
17
17
|
/**
|
|
18
18
|
* The type of the job
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
19
|
*/
|
|
22
20
|
exports.JobType = {
|
|
23
21
|
CREATE_SANDBOX: 'CREATE_SANDBOX',
|
|
@@ -33,6 +31,7 @@ exports.JobType = {
|
|
|
33
31
|
REMOVE_SNAPSHOT: 'REMOVE_SNAPSHOT',
|
|
34
32
|
UPDATE_SANDBOX_NETWORK_SETTINGS: 'UPDATE_SANDBOX_NETWORK_SETTINGS',
|
|
35
33
|
SNAPSHOT_SANDBOX: 'SNAPSHOT_SANDBOX',
|
|
36
|
-
FORK_SANDBOX: 'FORK_SANDBOX'
|
|
34
|
+
FORK_SANDBOX: 'FORK_SANDBOX',
|
|
35
|
+
UNKNOWN_DEFAULT_OPEN_API: '11184809',
|
|
37
36
|
};
|
|
38
37
|
//# sourceMappingURL=job-type.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job-type.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/job-type.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH
|
|
1
|
+
{"version":3,"file":"job-type.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/job-type.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH;;GAEG;AAEU,QAAA,OAAO,GAAG;IACnB,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,YAAY,EAAE,cAAc;IAC5B,eAAe,EAAE,iBAAiB;IAClC,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,eAAe,EAAE,iBAAiB;IAClC,4BAA4B,EAAE,8BAA8B;IAC5D,eAAe,EAAE,iBAAiB;IAClC,+BAA+B,EAAE,iCAAiC;IAClE,gBAAgB,EAAE,kBAAkB;IACpC,YAAY,EAAE,cAAc;IAC5B,wBAAwB,EAAE,UAAU;CAC9B,CAAC"}
|
package/src/models/job.d.ts
CHANGED
|
@@ -11,72 +11,47 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { JobStatus } from './job-status';
|
|
13
13
|
import type { JobType } from './job-type';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface Job
|
|
18
|
-
*/
|
|
19
14
|
export interface Job {
|
|
20
15
|
/**
|
|
21
16
|
* The ID of the job
|
|
22
|
-
* @type {string}
|
|
23
|
-
* @memberof Job
|
|
24
17
|
*/
|
|
25
18
|
'id': string;
|
|
26
19
|
/**
|
|
27
20
|
* The type of the job
|
|
28
|
-
* @type {JobType}
|
|
29
|
-
* @memberof Job
|
|
30
21
|
*/
|
|
31
22
|
'type': JobType;
|
|
32
23
|
/**
|
|
33
24
|
* The status of the job
|
|
34
|
-
* @type {JobStatus}
|
|
35
|
-
* @memberof Job
|
|
36
25
|
*/
|
|
37
26
|
'status': JobStatus;
|
|
38
27
|
/**
|
|
39
28
|
* The type of resource this job operates on
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof Job
|
|
42
29
|
*/
|
|
43
30
|
'resourceType': JobResourceTypeEnum;
|
|
44
31
|
/**
|
|
45
32
|
* The ID of the resource this job operates on (sandboxId, snapshotRef, etc.)
|
|
46
|
-
* @type {string}
|
|
47
|
-
* @memberof Job
|
|
48
33
|
*/
|
|
49
34
|
'resourceId': string;
|
|
50
35
|
/**
|
|
51
36
|
* Job-specific JSON-encoded payload data (operational metadata)
|
|
52
|
-
* @type {string}
|
|
53
|
-
* @memberof Job
|
|
54
37
|
*/
|
|
55
38
|
'payload'?: string;
|
|
56
39
|
/**
|
|
57
40
|
* OpenTelemetry trace context for distributed tracing (W3C Trace Context format)
|
|
58
|
-
* @type {{ [key: string]: any; }}
|
|
59
|
-
* @memberof Job
|
|
60
41
|
*/
|
|
61
42
|
'traceContext'?: {
|
|
62
43
|
[key: string]: any;
|
|
63
44
|
};
|
|
64
45
|
/**
|
|
65
46
|
* Error message if the job failed
|
|
66
|
-
* @type {string}
|
|
67
|
-
* @memberof Job
|
|
68
47
|
*/
|
|
69
48
|
'errorMessage'?: string;
|
|
70
49
|
/**
|
|
71
50
|
* The creation timestamp of the job
|
|
72
|
-
* @type {string}
|
|
73
|
-
* @memberof Job
|
|
74
51
|
*/
|
|
75
52
|
'createdAt': string;
|
|
76
53
|
/**
|
|
77
54
|
* The last update timestamp of the job
|
|
78
|
-
* @type {string}
|
|
79
|
-
* @memberof Job
|
|
80
55
|
*/
|
|
81
56
|
'updatedAt'?: string;
|
|
82
57
|
}
|
|
@@ -84,5 +59,6 @@ export declare const JobResourceTypeEnum: {
|
|
|
84
59
|
readonly SANDBOX: "SANDBOX";
|
|
85
60
|
readonly SNAPSHOT: "SNAPSHOT";
|
|
86
61
|
readonly BACKUP: "BACKUP";
|
|
62
|
+
readonly UNKNOWN_DEFAULT_OPEN_API: "11184809";
|
|
87
63
|
};
|
|
88
64
|
export type JobResourceTypeEnum = typeof JobResourceTypeEnum[keyof typeof JobResourceTypeEnum];
|
package/src/models/job.js
CHANGED
package/src/models/job.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/job.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"job.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/job.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAqDU,QAAA,mBAAmB,GAAG;IAC/B,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,wBAAwB,EAAE,UAAU;CAC9B,CAAC"}
|
|
@@ -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 KeyboardHotkeyRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface KeyboardHotkeyRequest {
|
|
18
13
|
/**
|
|
19
14
|
* The hotkey combination to press (e.g., \"ctrl+c\", \"cmd+v\", \"alt+tab\")
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof KeyboardHotkeyRequest
|
|
22
15
|
*/
|
|
23
16
|
'keys': string;
|
|
24
17
|
}
|
|
@@ -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 KeyboardPressRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface KeyboardPressRequest {
|
|
18
13
|
/**
|
|
19
14
|
* The key to press (e.g., a, b, c, enter, space, etc.)
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof KeyboardPressRequest
|
|
22
15
|
*/
|
|
23
16
|
'key': string;
|
|
24
17
|
/**
|
|
25
18
|
* Array of modifier keys to press along with the main key (ctrl, alt, shift, cmd)
|
|
26
|
-
* @type {Array<string>}
|
|
27
|
-
* @memberof KeyboardPressRequest
|
|
28
19
|
*/
|
|
29
20
|
'modifiers'?: Array<string>;
|
|
30
21
|
}
|
|
@@ -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 KeyboardTypeRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface KeyboardTypeRequest {
|
|
18
13
|
/**
|
|
19
14
|
* The text to type using the keyboard
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof KeyboardTypeRequest
|
|
22
15
|
*/
|
|
23
16
|
'text': string;
|
|
24
17
|
/**
|
|
25
18
|
* Delay in milliseconds between keystrokes. Defaults to 0
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof KeyboardTypeRequest
|
|
28
19
|
*/
|
|
29
20
|
'delay'?: 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 ListBranchResponse
|
|
16
|
-
*/
|
|
17
12
|
export interface ListBranchResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<string>}
|
|
21
|
-
* @memberof ListBranchResponse
|
|
22
|
-
*/
|
|
23
13
|
'branches': Array<string>;
|
|
24
14
|
}
|
|
@@ -9,68 +9,45 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface LogEntry
|
|
16
|
-
*/
|
|
17
12
|
export interface LogEntry {
|
|
18
13
|
/**
|
|
19
14
|
* Timestamp of the log entry
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof LogEntry
|
|
22
15
|
*/
|
|
23
16
|
'timestamp': string;
|
|
24
17
|
/**
|
|
25
18
|
* Log message body
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof LogEntry
|
|
28
19
|
*/
|
|
29
20
|
'body': string;
|
|
30
21
|
/**
|
|
31
22
|
* Severity level text (e.g., INFO, WARN, ERROR)
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof LogEntry
|
|
34
23
|
*/
|
|
35
24
|
'severityText': string;
|
|
36
25
|
/**
|
|
37
26
|
* Severity level number
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof LogEntry
|
|
40
27
|
*/
|
|
41
28
|
'severityNumber'?: number;
|
|
42
29
|
/**
|
|
43
30
|
* Service name that generated the log
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof LogEntry
|
|
46
31
|
*/
|
|
47
32
|
'serviceName': string;
|
|
48
33
|
/**
|
|
49
34
|
* Resource attributes from OTEL
|
|
50
|
-
* @type {{ [key: string]: string; }}
|
|
51
|
-
* @memberof LogEntry
|
|
52
35
|
*/
|
|
53
36
|
'resourceAttributes': {
|
|
54
37
|
[key: string]: string;
|
|
55
38
|
};
|
|
56
39
|
/**
|
|
57
40
|
* Log-specific attributes
|
|
58
|
-
* @type {{ [key: string]: string; }}
|
|
59
|
-
* @memberof LogEntry
|
|
60
41
|
*/
|
|
61
42
|
'logAttributes': {
|
|
62
43
|
[key: string]: string;
|
|
63
44
|
};
|
|
64
45
|
/**
|
|
65
46
|
* Associated trace ID if available
|
|
66
|
-
* @type {string}
|
|
67
|
-
* @memberof LogEntry
|
|
68
47
|
*/
|
|
69
48
|
'traceId'?: string;
|
|
70
49
|
/**
|
|
71
50
|
* Associated span ID if available
|
|
72
|
-
* @type {string}
|
|
73
|
-
* @memberof LogEntry
|
|
74
51
|
*/
|
|
75
52
|
'spanId'?: string;
|
|
76
53
|
}
|
|
@@ -11,40 +11,19 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { CompletionContext } from './completion-context';
|
|
13
13
|
import type { Position } from './position';
|
|
14
|
-
/**
|
|
15
|
-
*
|
|
16
|
-
* @export
|
|
17
|
-
* @interface LspCompletionParams
|
|
18
|
-
*/
|
|
19
14
|
export interface LspCompletionParams {
|
|
20
15
|
/**
|
|
21
16
|
* Language identifier
|
|
22
|
-
* @type {string}
|
|
23
|
-
* @memberof LspCompletionParams
|
|
24
17
|
*/
|
|
25
18
|
'languageId': string;
|
|
26
19
|
/**
|
|
27
20
|
* Path to the project
|
|
28
|
-
* @type {string}
|
|
29
|
-
* @memberof LspCompletionParams
|
|
30
21
|
*/
|
|
31
22
|
'pathToProject': string;
|
|
32
23
|
/**
|
|
33
24
|
* Document URI
|
|
34
|
-
* @type {string}
|
|
35
|
-
* @memberof LspCompletionParams
|
|
36
25
|
*/
|
|
37
26
|
'uri': string;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {Position}
|
|
41
|
-
* @memberof LspCompletionParams
|
|
42
|
-
*/
|
|
43
27
|
'position': Position;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {CompletionContext}
|
|
47
|
-
* @memberof LspCompletionParams
|
|
48
|
-
*/
|
|
49
28
|
'context'?: CompletionContext;
|
|
50
29
|
}
|
|
@@ -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 LspDocumentRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface LspDocumentRequest {
|
|
18
13
|
/**
|
|
19
14
|
* Language identifier
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof LspDocumentRequest
|
|
22
15
|
*/
|
|
23
16
|
'languageId': string;
|
|
24
17
|
/**
|
|
25
18
|
* Path to the project
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof LspDocumentRequest
|
|
28
19
|
*/
|
|
29
20
|
'pathToProject': string;
|
|
30
21
|
/**
|
|
31
22
|
* Document URI
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof LspDocumentRequest
|
|
34
23
|
*/
|
|
35
24
|
'uri': string;
|
|
36
25
|
}
|
|
@@ -10,22 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Range } from './range';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface LspLocation
|
|
17
|
-
*/
|
|
18
13
|
export interface LspLocation {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Range}
|
|
22
|
-
* @memberof LspLocation
|
|
23
|
-
*/
|
|
24
14
|
'range': Range;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof LspLocation
|
|
29
|
-
*/
|
|
30
15
|
'uri': string;
|
|
31
16
|
}
|
|
@@ -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 LspServerRequest
|
|
16
|
-
*/
|
|
17
12
|
export interface LspServerRequest {
|
|
18
13
|
/**
|
|
19
14
|
* Language identifier
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof LspServerRequest
|
|
22
15
|
*/
|
|
23
16
|
'languageId': string;
|
|
24
17
|
/**
|
|
25
18
|
* Path to the project
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof LspServerRequest
|
|
28
19
|
*/
|
|
29
20
|
'pathToProject': string;
|
|
30
21
|
}
|
|
@@ -10,28 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { LspLocation } from './lsp-location';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface LspSymbol
|
|
17
|
-
*/
|
|
18
13
|
export interface LspSymbol {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof LspSymbol
|
|
23
|
-
*/
|
|
24
14
|
'kind': number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {LspLocation}
|
|
28
|
-
* @memberof LspSymbol
|
|
29
|
-
*/
|
|
30
15
|
'location': LspLocation;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof LspSymbol
|
|
35
|
-
*/
|
|
36
16
|
'name': string;
|
|
37
17
|
}
|
package/src/models/match.d.ts
CHANGED
|
@@ -9,28 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface Match
|
|
16
|
-
*/
|
|
17
12
|
export interface Match {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof Match
|
|
22
|
-
*/
|
|
23
13
|
'file': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof Match
|
|
28
|
-
*/
|
|
29
14
|
'line': number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof Match
|
|
34
|
-
*/
|
|
35
15
|
'content': string;
|
|
36
16
|
}
|
|
@@ -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 MetricDataPoint
|
|
16
|
-
*/
|
|
17
12
|
export interface MetricDataPoint {
|
|
18
13
|
/**
|
|
19
14
|
* Timestamp of the data point
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof MetricDataPoint
|
|
22
15
|
*/
|
|
23
16
|
'timestamp': string;
|
|
24
17
|
/**
|
|
25
18
|
* Value at this timestamp
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof MetricDataPoint
|
|
28
19
|
*/
|
|
29
20
|
'value': number;
|
|
30
21
|
}
|