@daytonaio/api-client 0.18.0-alpha.2 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -8
- package/src/api/api-keys-api.d.ts +220 -0
- package/src/api/api-keys-api.js +428 -0
- package/src/api/api-keys-api.js.map +1 -0
- package/src/api/docker-registry-api.d.ts +299 -0
- package/src/api/docker-registry-api.js +592 -0
- package/src/api/docker-registry-api.js.map +1 -0
- package/src/api/images-api.d.ts +317 -0
- package/src/api/images-api.js +624 -0
- package/src/api/images-api.js.map +1 -0
- package/src/api/nodes-api.d.ts +136 -0
- package/src/api/nodes-api.js +261 -0
- package/src/api/nodes-api.js.map +1 -0
- package/src/api/object-storage-api.d.ts +74 -0
- package/src/api/object-storage-api.js +127 -0
- package/src/api/object-storage-api.js.map +1 -0
- package/src/api/organizations-api.d.ts +927 -0
- package/src/api/organizations-api.js +1891 -0
- package/src/api/organizations-api.js.map +1 -0
- package/src/api/preview-api.d.ts +143 -0
- package/src/api/preview-api.js +265 -0
- package/src/api/preview-api.js.map +1 -0
- package/src/api/toolbox-api.d.ts +1599 -0
- package/src/api/toolbox-api.js +3250 -0
- package/src/api/toolbox-api.js.map +1 -0
- package/src/api/users-api.d.ts +166 -0
- package/src/api/users-api.js +311 -0
- package/src/api/users-api.js.map +1 -0
- package/src/api/volumes-api.d.ts +227 -0
- package/src/api/volumes-api.js +447 -0
- package/src/api/volumes-api.js.map +1 -0
- package/src/api/workspace-api.d.ts +516 -0
- package/src/api/workspace-api.js +1043 -0
- package/src/api/workspace-api.js.map +1 -0
- package/src/api.d.ts +22 -0
- package/src/api.js +28 -0
- package/src/api.js.map +1 -0
- package/src/base.d.ts +66 -0
- package/src/base.js +68 -0
- package/src/base.js.map +1 -0
- package/src/common.d.ts +65 -0
- package/src/common.js +146 -0
- package/src/common.js.map +1 -0
- package/src/configuration.d.ts +91 -0
- package/src/configuration.js +105 -0
- package/src/configuration.js.map +1 -0
- package/src/index.d.ts +14 -0
- package/src/index.js +20 -0
- package/src/index.js.map +1 -0
- package/src/models/api-key-list.d.ts +54 -0
- package/src/models/api-key-list.js +28 -0
- package/src/models/api-key-list.js.map +1 -0
- package/src/models/api-key-response.d.ts +54 -0
- package/src/models/api-key-response.js +28 -0
- package/src/models/api-key-response.js.map +1 -0
- package/src/models/build-image.d.ts +31 -0
- package/src/models/build-image.js +16 -0
- package/src/models/build-image.js.map +1 -0
- package/src/models/{command.ts → command.d.ts} +18 -21
- package/src/models/command.js +16 -0
- package/src/models/command.js.map +1 -0
- package/src/models/{completion-context.ts → completion-context.d.ts} +12 -15
- package/src/models/completion-context.js +16 -0
- package/src/models/completion-context.js.map +1 -0
- package/src/models/completion-item.d.ts +60 -0
- package/src/models/completion-item.js +16 -0
- package/src/models/completion-item.js.map +1 -0
- package/src/models/{completion-list.ts → completion-list.d.ts} +13 -19
- package/src/models/completion-list.js +16 -0
- package/src/models/completion-list.js.map +1 -0
- package/src/models/create-api-key.d.ts +42 -0
- package/src/models/create-api-key.js +28 -0
- package/src/models/create-api-key.js.map +1 -0
- package/src/models/{create-build-info.ts → create-build-info.d.ts} +12 -15
- package/src/models/create-build-info.js +16 -0
- package/src/models/create-build-info.js.map +1 -0
- package/src/models/create-docker-registry.d.ts +67 -0
- package/src/models/create-docker-registry.js +23 -0
- package/src/models/create-docker-registry.js.map +1 -0
- package/src/models/create-image.d.ts +36 -0
- package/src/models/create-image.js +16 -0
- package/src/models/create-image.js.map +1 -0
- package/src/models/create-node.d.ts +96 -0
- package/src/models/create-node.js +27 -0
- package/src/models/create-node.js.map +1 -0
- package/src/models/create-organization-invitation.d.ts +47 -0
- package/src/models/create-organization-invitation.js +21 -0
- package/src/models/create-organization-invitation.js.map +1 -0
- package/src/models/create-organization-quota.d.ts +84 -0
- package/src/models/create-organization-quota.js +16 -0
- package/src/models/create-organization-quota.js.map +1 -0
- package/src/models/create-organization-role.d.ts +48 -0
- package/src/models/create-organization-role.js +28 -0
- package/src/models/create-organization-role.js.map +1 -0
- package/src/models/{create-organization.ts → create-organization.d.ts} +6 -9
- package/src/models/create-organization.js +16 -0
- package/src/models/create-organization.js.map +1 -0
- package/src/models/{create-session-request.ts → create-session-request.d.ts} +6 -9
- package/src/models/create-session-request.js +16 -0
- package/src/models/create-session-request.js.map +1 -0
- package/src/models/create-user.d.ts +60 -0
- package/src/models/create-user.js +21 -0
- package/src/models/create-user.js.map +1 -0
- package/src/models/{create-volume.ts → create-volume.d.ts} +6 -9
- package/src/models/create-volume.js +16 -0
- package/src/models/create-volume.js.map +1 -0
- package/src/models/create-workspace.d.ts +120 -0
- package/src/models/create-workspace.js +27 -0
- package/src/models/create-workspace.js.map +1 -0
- package/src/models/docker-registry.d.ts +73 -0
- package/src/models/docker-registry.js +23 -0
- package/src/models/docker-registry.js.map +1 -0
- package/src/models/{execute-request.ts → execute-request.d.ts} +18 -21
- package/src/models/execute-request.js +16 -0
- package/src/models/execute-request.js.map +1 -0
- package/src/models/{execute-response.ts → execute-response.d.ts} +12 -15
- package/src/models/execute-response.js +16 -0
- package/src/models/execute-response.js.map +1 -0
- package/src/models/file-info.d.ts +66 -0
- package/src/models/file-info.js +16 -0
- package/src/models/file-info.js.map +1 -0
- package/src/models/{file-status.ts → file-status.d.ts} +24 -27
- package/src/models/file-status.js +16 -0
- package/src/models/file-status.js.map +1 -0
- package/src/models/{git-add-request.ts → git-add-request.d.ts} +12 -15
- package/src/models/git-add-request.js +16 -0
- package/src/models/git-add-request.js.map +1 -0
- package/src/models/{git-branch-request.ts → git-branch-request.d.ts} +12 -15
- package/src/models/git-branch-request.js +16 -0
- package/src/models/git-branch-request.js.map +1 -0
- package/src/models/git-clone-request.d.ts +54 -0
- package/src/models/git-clone-request.js +16 -0
- package/src/models/git-clone-request.js.map +1 -0
- package/src/models/git-commit-info.d.ts +48 -0
- package/src/models/git-commit-info.js +16 -0
- package/src/models/git-commit-info.js.map +1 -0
- package/src/models/git-commit-request.d.ts +42 -0
- package/src/models/git-commit-request.js +16 -0
- package/src/models/git-commit-request.js.map +1 -0
- package/src/models/{git-commit-response.ts → git-commit-response.d.ts} +6 -9
- package/src/models/git-commit-response.js +16 -0
- package/src/models/git-commit-response.js.map +1 -0
- package/src/models/{git-repo-request.ts → git-repo-request.d.ts} +18 -21
- package/src/models/git-repo-request.js +16 -0
- package/src/models/git-repo-request.js.map +1 -0
- package/src/models/git-status.d.ts +49 -0
- package/src/models/git-status.js +16 -0
- package/src/models/git-status.js.map +1 -0
- package/src/models/image-dto.d.ts +91 -0
- package/src/models/image-dto.js +16 -0
- package/src/models/image-dto.js.map +1 -0
- package/src/models/{image-state.ts → image-state.d.ts} +12 -17
- package/src/models/image-state.js +33 -0
- package/src/models/image-state.js.map +1 -0
- package/src/models/index.d.ts +77 -0
- package/src/models/index.js +81 -0
- package/src/models/index.js.map +1 -0
- package/src/models/{list-branch-response.ts → list-branch-response.d.ts} +6 -9
- package/src/models/list-branch-response.js +16 -0
- package/src/models/list-branch-response.js.map +1 -0
- package/src/models/lsp-completion-params.d.ts +50 -0
- package/src/models/lsp-completion-params.js +16 -0
- package/src/models/lsp-completion-params.js.map +1 -0
- package/src/models/{lsp-document-request.ts → lsp-document-request.d.ts} +18 -21
- package/src/models/lsp-document-request.js +16 -0
- package/src/models/lsp-document-request.js.map +1 -0
- package/src/models/{lsp-location.ts → lsp-location.d.ts} +13 -19
- package/src/models/lsp-location.js +16 -0
- package/src/models/lsp-location.js.map +1 -0
- package/src/models/{lsp-server-request.ts → lsp-server-request.d.ts} +12 -15
- package/src/models/lsp-server-request.js +16 -0
- package/src/models/lsp-server-request.js.map +1 -0
- package/src/models/lsp-symbol.d.ts +37 -0
- package/src/models/lsp-symbol.js +16 -0
- package/src/models/lsp-symbol.js.map +1 -0
- package/src/models/{match.ts → match.d.ts} +18 -21
- package/src/models/match.js +16 -0
- package/src/models/match.js.map +1 -0
- package/src/models/organization-invitation.d.ts +97 -0
- package/src/models/organization-invitation.js +27 -0
- package/src/models/organization-invitation.js.map +1 -0
- package/src/models/organization-role.d.ts +72 -0
- package/src/models/organization-role.js +28 -0
- package/src/models/organization-role.js.map +1 -0
- package/src/models/{organization-suspension.ts → organization-suspension.d.ts} +12 -15
- package/src/models/organization-suspension.js +16 -0
- package/src/models/organization-suspension.js.map +1 -0
- package/src/models/organization-user.d.ts +72 -0
- package/src/models/organization-user.js +21 -0
- package/src/models/organization-user.js.map +1 -0
- package/src/models/organization.d.ts +78 -0
- package/src/models/organization.js +16 -0
- package/src/models/organization.js.map +1 -0
- package/src/models/paginated-images-dto.d.ts +43 -0
- package/src/models/paginated-images-dto.js +16 -0
- package/src/models/paginated-images-dto.js.map +1 -0
- package/src/models/{port-preview-url.ts → port-preview-url.d.ts} +12 -15
- package/src/models/port-preview-url.js +16 -0
- package/src/models/port-preview-url.js.map +1 -0
- package/src/models/{position.ts → position.d.ts} +12 -15
- package/src/models/position.js +16 -0
- package/src/models/position.js.map +1 -0
- package/src/models/{project-dir-response.ts → project-dir-response.d.ts} +6 -9
- package/src/models/project-dir-response.js +16 -0
- package/src/models/project-dir-response.js.map +1 -0
- package/src/models/{range.ts → range.d.ts} +13 -19
- package/src/models/range.js +16 -0
- package/src/models/range.js.map +1 -0
- package/src/models/registry-push-access-dto.d.ts +54 -0
- package/src/models/registry-push-access-dto.js +16 -0
- package/src/models/registry-push-access-dto.js.map +1 -0
- package/src/models/{replace-request.ts → replace-request.d.ts} +18 -21
- package/src/models/replace-request.js +16 -0
- package/src/models/replace-request.js.map +1 -0
- package/src/models/{replace-result.ts → replace-result.d.ts} +18 -21
- package/src/models/replace-result.js +16 -0
- package/src/models/replace-result.js.map +1 -0
- package/src/models/{search-files-response.ts → search-files-response.d.ts} +6 -9
- package/src/models/search-files-response.js +16 -0
- package/src/models/search-files-response.js.map +1 -0
- package/src/models/session-execute-request.d.ts +37 -0
- package/src/models/session-execute-request.js +16 -0
- package/src/models/session-execute-request.js.map +1 -0
- package/src/models/session-execute-response.d.ts +36 -0
- package/src/models/session-execute-response.js +16 -0
- package/src/models/session-execute-response.js.map +1 -0
- package/src/models/session.d.ts +31 -0
- package/src/models/session.js +16 -0
- package/src/models/session.js.map +1 -0
- package/src/models/{set-image-general-status.ts → set-image-general-status.d.ts} +6 -9
- package/src/models/set-image-general-status.js +16 -0
- package/src/models/set-image-general-status.js.map +1 -0
- package/src/models/storage-access-dto.d.ts +54 -0
- package/src/models/storage-access-dto.js +16 -0
- package/src/models/storage-access-dto.js.map +1 -0
- package/src/models/{toggle-state.ts → toggle-state.d.ts} +6 -9
- package/src/models/toggle-state.js +16 -0
- package/src/models/toggle-state.js.map +1 -0
- package/src/models/{update-assigned-organization-roles.ts → update-assigned-organization-roles.d.ts} +6 -9
- package/src/models/update-assigned-organization-roles.js +16 -0
- package/src/models/update-assigned-organization-roles.js.map +1 -0
- package/src/models/{update-docker-registry.ts → update-docker-registry.d.ts} +18 -21
- package/src/models/update-docker-registry.js +16 -0
- package/src/models/update-docker-registry.js.map +1 -0
- package/src/models/update-organization-invitation.d.ts +41 -0
- package/src/models/update-organization-invitation.js +21 -0
- package/src/models/update-organization-invitation.js.map +1 -0
- package/src/models/update-organization-member-role.d.ts +29 -0
- package/src/models/update-organization-member-role.js +21 -0
- package/src/models/update-organization-member-role.js.map +1 -0
- package/src/models/update-organization-quota.d.ts +84 -0
- package/src/models/update-organization-quota.js +16 -0
- package/src/models/update-organization-quota.js.map +1 -0
- package/src/models/update-organization-role.d.ts +48 -0
- package/src/models/update-organization-role.js +28 -0
- package/src/models/update-organization-role.js.map +1 -0
- package/src/models/usage-overview.d.ts +108 -0
- package/src/models/usage-overview.js +16 -0
- package/src/models/usage-overview.js.map +1 -0
- package/src/models/{user-public-key.ts → user-public-key.d.ts} +12 -15
- package/src/models/user-public-key.js +16 -0
- package/src/models/user-public-key.js.map +1 -0
- package/src/models/user.d.ts +43 -0
- package/src/{index.ts → models/user.js} +3 -4
- package/src/models/user.js.map +1 -0
- package/src/models/volume-dto.d.ts +70 -0
- package/src/models/volume-dto.js +26 -0
- package/src/models/volume-dto.js.map +1 -0
- package/src/models/workspace-info.d.ts +37 -0
- package/src/models/workspace-info.js +16 -0
- package/src/models/workspace-info.js.map +1 -0
- package/src/models/{workspace-labels.ts → workspace-labels.d.ts} +8 -9
- package/src/models/workspace-labels.js +16 -0
- package/src/models/workspace-labels.js.map +1 -0
- package/src/models/workspace-state.d.ts +34 -0
- package/src/models/workspace-state.js +39 -0
- package/src/models/workspace-state.js.map +1 -0
- package/src/models/{workspace-volume.ts → workspace-volume.d.ts} +12 -15
- package/src/models/workspace-volume.js +16 -0
- package/src/models/workspace-volume.js.map +1 -0
- package/src/models/workspace.d.ts +154 -0
- package/src/models/workspace.js +24 -0
- package/src/models/workspace.js.map +1 -0
- package/project.json +0 -55
- package/src/.openapi-generator/FILES +0 -97
- package/src/.openapi-generator/VERSION +0 -1
- package/src/.openapi-generator-ignore +0 -23
- package/src/api/api-keys-api.ts +0 -553
- package/src/api/docker-registry-api.ts +0 -800
- package/src/api/images-api.ts +0 -957
- package/src/api/nodes-api.ts +0 -319
- package/src/api/object-storage-api.ts +0 -159
- package/src/api/organizations-api.ts +0 -2641
- package/src/api/preview-api.ts +0 -328
- package/src/api/toolbox-api.ts +0 -4879
- package/src/api/users-api.ts +0 -382
- package/src/api/volumes-api.ts +0 -594
- package/src/api/workspace-api.ts +0 -1610
- package/src/api.ts +0 -25
- package/src/base.ts +0 -91
- package/src/common.ts +0 -162
- package/src/configuration.ts +0 -122
- package/src/git_push.sh +0 -57
- package/src/models/api-key-list.ts +0 -59
- package/src/models/api-key-response.ts +0 -60
- package/src/models/build-image.ts +0 -37
- package/src/models/build-info.ts +0 -51
- package/src/models/completion-item.ts +0 -63
- package/src/models/create-api-key.ts +0 -47
- package/src/models/create-docker-registry.ts +0 -73
- package/src/models/create-image.ts +0 -39
- package/src/models/create-node.ts +0 -102
- package/src/models/create-organization-invitation.ts +0 -53
- package/src/models/create-organization-quota.ts +0 -87
- package/src/models/create-organization-role.ts +0 -54
- package/src/models/create-user.ts +0 -68
- package/src/models/create-workspace.ts +0 -127
- package/src/models/docker-registry.ts +0 -79
- package/src/models/file-info.ts +0 -69
- package/src/models/get-build-logs400-response.ts +0 -33
- package/src/models/git-clone-request.ts +0 -57
- package/src/models/git-commit-info.ts +0 -51
- package/src/models/git-commit-request.ts +0 -45
- package/src/models/git-status.ts +0 -55
- package/src/models/image-dto.ts +0 -97
- package/src/models/index.ts +0 -77
- package/src/models/lsp-completion-params.ts +0 -58
- package/src/models/lsp-symbol.ts +0 -43
- package/src/models/organization-invitation.ts +0 -108
- package/src/models/organization-role.ts +0 -78
- package/src/models/organization-user.ts +0 -80
- package/src/models/organization.ts +0 -81
- package/src/models/paginated-images-dto.ts +0 -49
- package/src/models/registry-push-access-dto.ts +0 -57
- package/src/models/session-execute-request.ts +0 -40
- package/src/models/session-execute-response.ts +0 -39
- package/src/models/session.ts +0 -37
- package/src/models/storage-access-dto.ts +0 -63
- package/src/models/update-organization-invitation.ts +0 -47
- package/src/models/update-organization-member-role.ts +0 -35
- package/src/models/update-organization-quota.ts +0 -87
- package/src/models/update-organization-role.ts +0 -54
- package/src/models/usage-overview.ts +0 -111
- package/src/models/user.ts +0 -49
- package/src/models/volume-dto.ts +0 -75
- package/src/models/workspace-info.ts +0 -40
- package/src/models/workspace-state.ts +0 -39
- package/src/models/workspace.ts +0 -162
- package/tsconfig.json +0 -20
- package/tsconfig.lib.json +0 -9
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ImageState } from './image-state';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ImageDto
|
|
17
|
+
*/
|
|
18
|
+
export interface ImageDto {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ImageDto
|
|
23
|
+
*/
|
|
24
|
+
id: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ImageDto
|
|
29
|
+
*/
|
|
30
|
+
organizationId?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {boolean}
|
|
34
|
+
* @memberof ImageDto
|
|
35
|
+
*/
|
|
36
|
+
general: boolean;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ImageDto
|
|
41
|
+
*/
|
|
42
|
+
name: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {boolean}
|
|
46
|
+
* @memberof ImageDto
|
|
47
|
+
*/
|
|
48
|
+
enabled: boolean;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {ImageState}
|
|
52
|
+
* @memberof ImageDto
|
|
53
|
+
*/
|
|
54
|
+
state: ImageState;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof ImageDto
|
|
59
|
+
*/
|
|
60
|
+
size: number | null;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {Array<string>}
|
|
64
|
+
* @memberof ImageDto
|
|
65
|
+
*/
|
|
66
|
+
entrypoint: Array<string> | null;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof ImageDto
|
|
71
|
+
*/
|
|
72
|
+
errorReason: string | null;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {Date}
|
|
76
|
+
* @memberof ImageDto
|
|
77
|
+
*/
|
|
78
|
+
createdAt: Date;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {Date}
|
|
82
|
+
* @memberof ImageDto
|
|
83
|
+
*/
|
|
84
|
+
updatedAt: Date;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {Date}
|
|
88
|
+
* @memberof ImageDto
|
|
89
|
+
*/
|
|
90
|
+
lastUsedAt: Date | null;
|
|
91
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=image-dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-dto.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/image-dto.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* Daytona
|
|
5
3
|
* Daytona AI platform API Docs
|
|
@@ -11,23 +9,20 @@
|
|
|
11
9
|
* https://openapi-generator.tech
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
12
|
/**
|
|
16
13
|
*
|
|
17
14
|
* @export
|
|
18
15
|
* @enum {string}
|
|
19
16
|
*/
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
export type ImageState = (typeof ImageState)[keyof typeof ImageState]
|
|
17
|
+
export declare const ImageState: {
|
|
18
|
+
readonly BUILD_PENDING: "build_pending";
|
|
19
|
+
readonly BUILDING: "building";
|
|
20
|
+
readonly PENDING: "pending";
|
|
21
|
+
readonly PULLING_IMAGE: "pulling_image";
|
|
22
|
+
readonly PENDING_VALIDATION: "pending_validation";
|
|
23
|
+
readonly VALIDATING: "validating";
|
|
24
|
+
readonly ACTIVE: "active";
|
|
25
|
+
readonly ERROR: "error";
|
|
26
|
+
readonly REMOVING: "removing";
|
|
27
|
+
};
|
|
28
|
+
export type ImageState = (typeof ImageState)[keyof typeof ImageState];
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ImageState = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.ImageState = {
|
|
23
|
+
BUILD_PENDING: 'build_pending',
|
|
24
|
+
BUILDING: 'building',
|
|
25
|
+
PENDING: 'pending',
|
|
26
|
+
PULLING_IMAGE: 'pulling_image',
|
|
27
|
+
PENDING_VALIDATION: 'pending_validation',
|
|
28
|
+
VALIDATING: 'validating',
|
|
29
|
+
ACTIVE: 'active',
|
|
30
|
+
ERROR: 'error',
|
|
31
|
+
REMOVING: 'removing',
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=image-state.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-state.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/image-state.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH;;;;GAIG;AAEU,QAAA,UAAU,GAAG;IACxB,aAAa,EAAE,eAAe;IAC9B,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,aAAa,EAAE,eAAe;IAC9B,kBAAkB,EAAE,oBAAoB;IACxC,UAAU,EAAE,YAAY;IACxB,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;CACZ,CAAA"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
export * from './api-key-list';
|
|
2
|
+
export * from './api-key-response';
|
|
3
|
+
export * from './build-image';
|
|
4
|
+
export * from './command';
|
|
5
|
+
export * from './completion-context';
|
|
6
|
+
export * from './completion-item';
|
|
7
|
+
export * from './completion-list';
|
|
8
|
+
export * from './create-api-key';
|
|
9
|
+
export * from './create-build-info';
|
|
10
|
+
export * from './create-docker-registry';
|
|
11
|
+
export * from './create-image';
|
|
12
|
+
export * from './create-node';
|
|
13
|
+
export * from './create-organization';
|
|
14
|
+
export * from './create-organization-invitation';
|
|
15
|
+
export * from './create-organization-quota';
|
|
16
|
+
export * from './create-organization-role';
|
|
17
|
+
export * from './create-session-request';
|
|
18
|
+
export * from './create-user';
|
|
19
|
+
export * from './create-volume';
|
|
20
|
+
export * from './create-workspace';
|
|
21
|
+
export * from './docker-registry';
|
|
22
|
+
export * from './execute-request';
|
|
23
|
+
export * from './execute-response';
|
|
24
|
+
export * from './file-info';
|
|
25
|
+
export * from './file-status';
|
|
26
|
+
export * from './git-add-request';
|
|
27
|
+
export * from './git-branch-request';
|
|
28
|
+
export * from './git-clone-request';
|
|
29
|
+
export * from './git-commit-info';
|
|
30
|
+
export * from './git-commit-request';
|
|
31
|
+
export * from './git-commit-response';
|
|
32
|
+
export * from './git-repo-request';
|
|
33
|
+
export * from './git-status';
|
|
34
|
+
export * from './image-dto';
|
|
35
|
+
export * from './image-state';
|
|
36
|
+
export * from './list-branch-response';
|
|
37
|
+
export * from './lsp-completion-params';
|
|
38
|
+
export * from './lsp-document-request';
|
|
39
|
+
export * from './lsp-location';
|
|
40
|
+
export * from './lsp-server-request';
|
|
41
|
+
export * from './lsp-symbol';
|
|
42
|
+
export * from './match';
|
|
43
|
+
export * from './organization';
|
|
44
|
+
export * from './organization-invitation';
|
|
45
|
+
export * from './organization-role';
|
|
46
|
+
export * from './organization-suspension';
|
|
47
|
+
export * from './organization-user';
|
|
48
|
+
export * from './paginated-images-dto';
|
|
49
|
+
export * from './port-preview-url';
|
|
50
|
+
export * from './position';
|
|
51
|
+
export * from './project-dir-response';
|
|
52
|
+
export * from './range';
|
|
53
|
+
export * from './registry-push-access-dto';
|
|
54
|
+
export * from './replace-request';
|
|
55
|
+
export * from './replace-result';
|
|
56
|
+
export * from './search-files-response';
|
|
57
|
+
export * from './session';
|
|
58
|
+
export * from './session-execute-request';
|
|
59
|
+
export * from './session-execute-response';
|
|
60
|
+
export * from './set-image-general-status';
|
|
61
|
+
export * from './storage-access-dto';
|
|
62
|
+
export * from './toggle-state';
|
|
63
|
+
export * from './update-assigned-organization-roles';
|
|
64
|
+
export * from './update-docker-registry';
|
|
65
|
+
export * from './update-organization-invitation';
|
|
66
|
+
export * from './update-organization-member-role';
|
|
67
|
+
export * from './update-organization-quota';
|
|
68
|
+
export * from './update-organization-role';
|
|
69
|
+
export * from './usage-overview';
|
|
70
|
+
export * from './user';
|
|
71
|
+
export * from './user-public-key';
|
|
72
|
+
export * from './volume-dto';
|
|
73
|
+
export * from './workspace';
|
|
74
|
+
export * from './workspace-info';
|
|
75
|
+
export * from './workspace-labels';
|
|
76
|
+
export * from './workspace-state';
|
|
77
|
+
export * from './workspace-volume';
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./api-key-list"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./api-key-response"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./build-image"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./command"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./completion-context"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./completion-item"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./completion-list"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./create-api-key"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./create-build-info"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./create-docker-registry"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./create-image"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./create-node"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./create-organization"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./create-organization-invitation"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./create-organization-quota"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./create-organization-role"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./create-session-request"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./create-user"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./create-volume"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./create-workspace"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./docker-registry"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./execute-request"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./execute-response"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./file-info"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./file-status"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./git-add-request"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./git-branch-request"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./git-clone-request"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./git-commit-info"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./git-commit-request"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./git-commit-response"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./git-repo-request"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./git-status"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./image-dto"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./image-state"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./list-branch-response"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./lsp-completion-params"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./lsp-document-request"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./lsp-location"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./lsp-server-request"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./lsp-symbol"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./match"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./organization"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./organization-invitation"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./organization-role"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./organization-suspension"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./organization-user"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./paginated-images-dto"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./port-preview-url"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./position"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./project-dir-response"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./range"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./registry-push-access-dto"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./replace-request"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./replace-result"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./search-files-response"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./session"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./session-execute-request"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./session-execute-response"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./set-image-general-status"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./storage-access-dto"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./toggle-state"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./update-assigned-organization-roles"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./update-docker-registry"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./update-organization-invitation"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./update-organization-member-role"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./update-organization-quota"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./update-organization-role"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./usage-overview"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./user"), exports);
|
|
74
|
+
tslib_1.__exportStar(require("./user-public-key"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./volume-dto"), exports);
|
|
76
|
+
tslib_1.__exportStar(require("./workspace"), exports);
|
|
77
|
+
tslib_1.__exportStar(require("./workspace-info"), exports);
|
|
78
|
+
tslib_1.__exportStar(require("./workspace-labels"), exports);
|
|
79
|
+
tslib_1.__exportStar(require("./workspace-state"), exports);
|
|
80
|
+
tslib_1.__exportStar(require("./workspace-volume"), exports);
|
|
81
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/index.ts"],"names":[],"mappings":";;;AAAA,yDAA8B;AAC9B,6DAAkC;AAClC,wDAA6B;AAC7B,oDAAyB;AACzB,+DAAoC;AACpC,4DAAiC;AACjC,4DAAiC;AACjC,2DAAgC;AAChC,8DAAmC;AACnC,mEAAwC;AACxC,yDAA8B;AAC9B,wDAA6B;AAC7B,gEAAqC;AACrC,2EAAgD;AAChD,sEAA2C;AAC3C,qEAA0C;AAC1C,mEAAwC;AACxC,wDAA6B;AAC7B,0DAA+B;AAC/B,6DAAkC;AAClC,4DAAiC;AACjC,4DAAiC;AACjC,6DAAkC;AAClC,sDAA2B;AAC3B,wDAA6B;AAC7B,4DAAiC;AACjC,+DAAoC;AACpC,8DAAmC;AACnC,4DAAiC;AACjC,+DAAoC;AACpC,gEAAqC;AACrC,6DAAkC;AAClC,uDAA4B;AAC5B,sDAA2B;AAC3B,wDAA6B;AAC7B,iEAAsC;AACtC,kEAAuC;AACvC,iEAAsC;AACtC,yDAA8B;AAC9B,+DAAoC;AACpC,uDAA4B;AAC5B,kDAAuB;AACvB,yDAA8B;AAC9B,oEAAyC;AACzC,8DAAmC;AACnC,oEAAyC;AACzC,8DAAmC;AACnC,iEAAsC;AACtC,6DAAkC;AAClC,qDAA0B;AAC1B,iEAAsC;AACtC,kDAAuB;AACvB,qEAA0C;AAC1C,4DAAiC;AACjC,2DAAgC;AAChC,kEAAuC;AACvC,oDAAyB;AACzB,oEAAyC;AACzC,qEAA0C;AAC1C,qEAA0C;AAC1C,+DAAoC;AACpC,yDAA8B;AAC9B,+EAAoD;AACpD,mEAAwC;AACxC,2EAAgD;AAChD,4EAAiD;AACjD,sEAA2C;AAC3C,qEAA0C;AAC1C,2DAAgC;AAChC,iDAAsB;AACtB,4DAAiC;AACjC,uDAA4B;AAC5B,sDAA2B;AAC3B,2DAAgC;AAChC,6DAAkC;AAClC,4DAAiC;AACjC,6DAAkC"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* Daytona
|
|
5
3
|
* Daytona AI platform API Docs
|
|
@@ -11,17 +9,16 @@
|
|
|
11
9
|
* https://openapi-generator.tech
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
12
|
/**
|
|
16
13
|
*
|
|
17
14
|
* @export
|
|
18
15
|
* @interface ListBranchResponse
|
|
19
16
|
*/
|
|
20
17
|
export interface ListBranchResponse {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof ListBranchResponse
|
|
22
|
+
*/
|
|
23
|
+
branches: Array<string>;
|
|
27
24
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=list-branch-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-branch-response.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/list-branch-response.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daytona
|
|
3
|
+
* Daytona AI platform API Docs
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: support@daytona.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { CompletionContext } from './completion-context';
|
|
13
|
+
import type { Position } from './position';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface LspCompletionParams
|
|
18
|
+
*/
|
|
19
|
+
export interface LspCompletionParams {
|
|
20
|
+
/**
|
|
21
|
+
* Language identifier
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof LspCompletionParams
|
|
24
|
+
*/
|
|
25
|
+
languageId: string;
|
|
26
|
+
/**
|
|
27
|
+
* Path to the project
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof LspCompletionParams
|
|
30
|
+
*/
|
|
31
|
+
pathToProject: string;
|
|
32
|
+
/**
|
|
33
|
+
* Document URI
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof LspCompletionParams
|
|
36
|
+
*/
|
|
37
|
+
uri: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Position}
|
|
41
|
+
* @memberof LspCompletionParams
|
|
42
|
+
*/
|
|
43
|
+
position: Position;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {CompletionContext}
|
|
47
|
+
* @memberof LspCompletionParams
|
|
48
|
+
*/
|
|
49
|
+
context?: CompletionContext;
|
|
50
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=lsp-completion-params.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lsp-completion-params.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/lsp-completion-params.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* Daytona
|
|
5
3
|
* Daytona AI platform API Docs
|
|
@@ -11,29 +9,28 @@
|
|
|
11
9
|
* https://openapi-generator.tech
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
12
|
/**
|
|
16
13
|
*
|
|
17
14
|
* @export
|
|
18
15
|
* @interface LspDocumentRequest
|
|
19
16
|
*/
|
|
20
17
|
export interface LspDocumentRequest {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
18
|
+
/**
|
|
19
|
+
* Language identifier
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LspDocumentRequest
|
|
22
|
+
*/
|
|
23
|
+
languageId: string;
|
|
24
|
+
/**
|
|
25
|
+
* Path to the project
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LspDocumentRequest
|
|
28
|
+
*/
|
|
29
|
+
pathToProject: string;
|
|
30
|
+
/**
|
|
31
|
+
* Document URI
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof LspDocumentRequest
|
|
34
|
+
*/
|
|
35
|
+
uri: string;
|
|
39
36
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=lsp-document-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lsp-document-request.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/lsp-document-request.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* Daytona
|
|
5
3
|
* Daytona AI platform API Docs
|
|
@@ -11,27 +9,23 @@
|
|
|
11
9
|
* https://openapi-generator.tech
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
|
-
// May contain unused imports in some cases
|
|
16
|
-
// @ts-ignore
|
|
17
|
-
import type { Range } from './range'
|
|
18
|
-
|
|
12
|
+
import type { Range } from './range';
|
|
19
13
|
/**
|
|
20
14
|
*
|
|
21
15
|
* @export
|
|
22
16
|
* @interface LspLocation
|
|
23
17
|
*/
|
|
24
18
|
export interface LspLocation {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Range}
|
|
22
|
+
* @memberof LspLocation
|
|
23
|
+
*/
|
|
24
|
+
range: Range;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof LspLocation
|
|
29
|
+
*/
|
|
30
|
+
uri: string;
|
|
37
31
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Daytona
|
|
6
|
+
* Daytona AI platform API Docs
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
* Contact: support@daytona.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
//# sourceMappingURL=lsp-location.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lsp-location.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/lsp-location.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
1
|
/**
|
|
4
2
|
* Daytona
|
|
5
3
|
* Daytona AI platform API Docs
|
|
@@ -11,23 +9,22 @@
|
|
|
11
9
|
* https://openapi-generator.tech
|
|
12
10
|
* Do not edit the class manually.
|
|
13
11
|
*/
|
|
14
|
-
|
|
15
12
|
/**
|
|
16
13
|
*
|
|
17
14
|
* @export
|
|
18
15
|
* @interface LspServerRequest
|
|
19
16
|
*/
|
|
20
17
|
export interface LspServerRequest {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
18
|
+
/**
|
|
19
|
+
* Language identifier
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LspServerRequest
|
|
22
|
+
*/
|
|
23
|
+
languageId: string;
|
|
24
|
+
/**
|
|
25
|
+
* Path to the project
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LspServerRequest
|
|
28
|
+
*/
|
|
29
|
+
pathToProject: string;
|
|
33
30
|
}
|