@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
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona
|
|
5
|
-
* Daytona AI platform API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: support@daytona.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
* @interface DockerRegistry
|
|
19
|
-
*/
|
|
20
|
-
export interface DockerRegistry {
|
|
21
|
-
/**
|
|
22
|
-
* Registry ID
|
|
23
|
-
* @type {string}
|
|
24
|
-
* @memberof DockerRegistry
|
|
25
|
-
*/
|
|
26
|
-
id: string
|
|
27
|
-
/**
|
|
28
|
-
* Registry name
|
|
29
|
-
* @type {string}
|
|
30
|
-
* @memberof DockerRegistry
|
|
31
|
-
*/
|
|
32
|
-
name: string
|
|
33
|
-
/**
|
|
34
|
-
* Registry URL
|
|
35
|
-
* @type {string}
|
|
36
|
-
* @memberof DockerRegistry
|
|
37
|
-
*/
|
|
38
|
-
url: string
|
|
39
|
-
/**
|
|
40
|
-
* Registry username
|
|
41
|
-
* @type {string}
|
|
42
|
-
* @memberof DockerRegistry
|
|
43
|
-
*/
|
|
44
|
-
username: string
|
|
45
|
-
/**
|
|
46
|
-
* Registry project
|
|
47
|
-
* @type {string}
|
|
48
|
-
* @memberof DockerRegistry
|
|
49
|
-
*/
|
|
50
|
-
project: string
|
|
51
|
-
/**
|
|
52
|
-
* Registry type
|
|
53
|
-
* @type {string}
|
|
54
|
-
* @memberof DockerRegistry
|
|
55
|
-
*/
|
|
56
|
-
registryType: DockerRegistryRegistryTypeEnum
|
|
57
|
-
/**
|
|
58
|
-
* Creation timestamp
|
|
59
|
-
* @type {Date}
|
|
60
|
-
* @memberof DockerRegistry
|
|
61
|
-
*/
|
|
62
|
-
createdAt: Date
|
|
63
|
-
/**
|
|
64
|
-
* Last update timestamp
|
|
65
|
-
* @type {Date}
|
|
66
|
-
* @memberof DockerRegistry
|
|
67
|
-
*/
|
|
68
|
-
updatedAt: Date
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export const DockerRegistryRegistryTypeEnum = {
|
|
72
|
-
INTERNAL: 'internal',
|
|
73
|
-
ORGANIZATION: 'organization',
|
|
74
|
-
PUBLIC: 'public',
|
|
75
|
-
TRANSIENT: 'transient',
|
|
76
|
-
} as const
|
|
77
|
-
|
|
78
|
-
export type DockerRegistryRegistryTypeEnum =
|
|
79
|
-
(typeof DockerRegistryRegistryTypeEnum)[keyof typeof DockerRegistryRegistryTypeEnum]
|
package/src/models/file-info.ts
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona
|
|
5
|
-
* Daytona AI platform API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: support@daytona.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
* @interface FileInfo
|
|
19
|
-
*/
|
|
20
|
-
export interface FileInfo {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {string}
|
|
24
|
-
* @memberof FileInfo
|
|
25
|
-
*/
|
|
26
|
-
name: string
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {boolean}
|
|
30
|
-
* @memberof FileInfo
|
|
31
|
-
*/
|
|
32
|
-
isDir: boolean
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {number}
|
|
36
|
-
* @memberof FileInfo
|
|
37
|
-
*/
|
|
38
|
-
size: number
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {string}
|
|
42
|
-
* @memberof FileInfo
|
|
43
|
-
*/
|
|
44
|
-
modTime: string
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
* @type {string}
|
|
48
|
-
* @memberof FileInfo
|
|
49
|
-
*/
|
|
50
|
-
mode: string
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
* @type {string}
|
|
54
|
-
* @memberof FileInfo
|
|
55
|
-
*/
|
|
56
|
-
permissions: string
|
|
57
|
-
/**
|
|
58
|
-
*
|
|
59
|
-
* @type {string}
|
|
60
|
-
* @memberof FileInfo
|
|
61
|
-
*/
|
|
62
|
-
owner: string
|
|
63
|
-
/**
|
|
64
|
-
*
|
|
65
|
-
* @type {string}
|
|
66
|
-
* @memberof FileInfo
|
|
67
|
-
*/
|
|
68
|
-
group: string
|
|
69
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Daytona
|
|
5
|
-
* Daytona AI platform API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: support@daytona.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
* @interface GetBuildLogs400Response
|
|
19
|
-
*/
|
|
20
|
-
export interface GetBuildLogs400Response {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {string}
|
|
24
|
-
* @memberof GetBuildLogs400Response
|
|
25
|
-
*/
|
|
26
|
-
message?: string
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {number}
|
|
30
|
-
* @memberof GetBuildLogs400Response
|
|
31
|
-
*/
|
|
32
|
-
statusCode?: number
|
|
33
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona
|
|
5
|
-
* Daytona AI platform API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: support@daytona.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
* @interface GitCloneRequest
|
|
19
|
-
*/
|
|
20
|
-
export interface GitCloneRequest {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {string}
|
|
24
|
-
* @memberof GitCloneRequest
|
|
25
|
-
*/
|
|
26
|
-
url: string
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {string}
|
|
30
|
-
* @memberof GitCloneRequest
|
|
31
|
-
*/
|
|
32
|
-
path: string
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {string}
|
|
36
|
-
* @memberof GitCloneRequest
|
|
37
|
-
*/
|
|
38
|
-
username?: string
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {string}
|
|
42
|
-
* @memberof GitCloneRequest
|
|
43
|
-
*/
|
|
44
|
-
password?: string
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
* @type {string}
|
|
48
|
-
* @memberof GitCloneRequest
|
|
49
|
-
*/
|
|
50
|
-
branch?: string
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
* @type {string}
|
|
54
|
-
* @memberof GitCloneRequest
|
|
55
|
-
*/
|
|
56
|
-
commit_id?: string
|
|
57
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona
|
|
5
|
-
* Daytona AI platform API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: support@daytona.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
* @interface GitCommitInfo
|
|
19
|
-
*/
|
|
20
|
-
export interface GitCommitInfo {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {string}
|
|
24
|
-
* @memberof GitCommitInfo
|
|
25
|
-
*/
|
|
26
|
-
hash: string
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {string}
|
|
30
|
-
* @memberof GitCommitInfo
|
|
31
|
-
*/
|
|
32
|
-
message: string
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {string}
|
|
36
|
-
* @memberof GitCommitInfo
|
|
37
|
-
*/
|
|
38
|
-
author: string
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {string}
|
|
42
|
-
* @memberof GitCommitInfo
|
|
43
|
-
*/
|
|
44
|
-
email: string
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
* @type {string}
|
|
48
|
-
* @memberof GitCommitInfo
|
|
49
|
-
*/
|
|
50
|
-
timestamp: string
|
|
51
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona
|
|
5
|
-
* Daytona AI platform API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: support@daytona.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
* @interface GitCommitRequest
|
|
19
|
-
*/
|
|
20
|
-
export interface GitCommitRequest {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {string}
|
|
24
|
-
* @memberof GitCommitRequest
|
|
25
|
-
*/
|
|
26
|
-
path: string
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {string}
|
|
30
|
-
* @memberof GitCommitRequest
|
|
31
|
-
*/
|
|
32
|
-
message: string
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {string}
|
|
36
|
-
* @memberof GitCommitRequest
|
|
37
|
-
*/
|
|
38
|
-
author: string
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {string}
|
|
42
|
-
* @memberof GitCommitRequest
|
|
43
|
-
*/
|
|
44
|
-
email: string
|
|
45
|
-
}
|
package/src/models/git-status.ts
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona
|
|
5
|
-
* Daytona AI platform API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: support@daytona.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
// May contain unused imports in some cases
|
|
16
|
-
// @ts-ignore
|
|
17
|
-
import type { FileStatus } from './file-status'
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @export
|
|
22
|
-
* @interface GitStatus
|
|
23
|
-
*/
|
|
24
|
-
export interface GitStatus {
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof GitStatus
|
|
29
|
-
*/
|
|
30
|
-
currentBranch: string
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {Array<FileStatus>}
|
|
34
|
-
* @memberof GitStatus
|
|
35
|
-
*/
|
|
36
|
-
'FileStatus[]': Array<FileStatus>
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof GitStatus
|
|
41
|
-
*/
|
|
42
|
-
ahead?: number
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {number}
|
|
46
|
-
* @memberof GitStatus
|
|
47
|
-
*/
|
|
48
|
-
behind?: number
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {boolean}
|
|
52
|
-
* @memberof GitStatus
|
|
53
|
-
*/
|
|
54
|
-
branchPublished?: boolean
|
|
55
|
-
}
|
package/src/models/image-dto.ts
DELETED
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona
|
|
5
|
-
* Daytona AI platform API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: support@daytona.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
// May contain unused imports in some cases
|
|
16
|
-
// @ts-ignore
|
|
17
|
-
import type { ImageState } from './image-state'
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @export
|
|
22
|
-
* @interface ImageDto
|
|
23
|
-
*/
|
|
24
|
-
export interface ImageDto {
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ImageDto
|
|
29
|
-
*/
|
|
30
|
-
id: string
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof ImageDto
|
|
35
|
-
*/
|
|
36
|
-
organizationId?: string
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof ImageDto
|
|
41
|
-
*/
|
|
42
|
-
general: boolean
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof ImageDto
|
|
47
|
-
*/
|
|
48
|
-
name: string
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {boolean}
|
|
52
|
-
* @memberof ImageDto
|
|
53
|
-
*/
|
|
54
|
-
enabled: boolean
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {ImageState}
|
|
58
|
-
* @memberof ImageDto
|
|
59
|
-
*/
|
|
60
|
-
state: ImageState
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {number}
|
|
64
|
-
* @memberof ImageDto
|
|
65
|
-
*/
|
|
66
|
-
size: number | null
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @type {Array<string>}
|
|
70
|
-
* @memberof ImageDto
|
|
71
|
-
*/
|
|
72
|
-
entrypoint: Array<string> | null
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @type {string}
|
|
76
|
-
* @memberof ImageDto
|
|
77
|
-
*/
|
|
78
|
-
errorReason: string | null
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
* @type {Date}
|
|
82
|
-
* @memberof ImageDto
|
|
83
|
-
*/
|
|
84
|
-
createdAt: Date
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
87
|
-
* @type {Date}
|
|
88
|
-
* @memberof ImageDto
|
|
89
|
-
*/
|
|
90
|
-
updatedAt: Date
|
|
91
|
-
/**
|
|
92
|
-
*
|
|
93
|
-
* @type {Date}
|
|
94
|
-
* @memberof ImageDto
|
|
95
|
-
*/
|
|
96
|
-
lastUsedAt: Date | null
|
|
97
|
-
}
|
package/src/models/index.ts
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
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'
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona
|
|
5
|
-
* Daytona AI platform API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: support@daytona.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
// May contain unused imports in some cases
|
|
16
|
-
// @ts-ignore
|
|
17
|
-
import type { CompletionContext } from './completion-context'
|
|
18
|
-
// May contain unused imports in some cases
|
|
19
|
-
// @ts-ignore
|
|
20
|
-
import type { Position } from './position'
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @export
|
|
25
|
-
* @interface LspCompletionParams
|
|
26
|
-
*/
|
|
27
|
-
export interface LspCompletionParams {
|
|
28
|
-
/**
|
|
29
|
-
* Language identifier
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof LspCompletionParams
|
|
32
|
-
*/
|
|
33
|
-
languageId: string
|
|
34
|
-
/**
|
|
35
|
-
* Path to the project
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof LspCompletionParams
|
|
38
|
-
*/
|
|
39
|
-
pathToProject: string
|
|
40
|
-
/**
|
|
41
|
-
* Document URI
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof LspCompletionParams
|
|
44
|
-
*/
|
|
45
|
-
uri: string
|
|
46
|
-
/**
|
|
47
|
-
*
|
|
48
|
-
* @type {Position}
|
|
49
|
-
* @memberof LspCompletionParams
|
|
50
|
-
*/
|
|
51
|
-
position: Position
|
|
52
|
-
/**
|
|
53
|
-
*
|
|
54
|
-
* @type {CompletionContext}
|
|
55
|
-
* @memberof LspCompletionParams
|
|
56
|
-
*/
|
|
57
|
-
context?: CompletionContext
|
|
58
|
-
}
|
package/src/models/lsp-symbol.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona
|
|
5
|
-
* Daytona AI platform API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: support@daytona.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
// May contain unused imports in some cases
|
|
16
|
-
// @ts-ignore
|
|
17
|
-
import type { LspLocation } from './lsp-location'
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @export
|
|
22
|
-
* @interface LspSymbol
|
|
23
|
-
*/
|
|
24
|
-
export interface LspSymbol {
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {number}
|
|
28
|
-
* @memberof LspSymbol
|
|
29
|
-
*/
|
|
30
|
-
kind: number
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {LspLocation}
|
|
34
|
-
* @memberof LspSymbol
|
|
35
|
-
*/
|
|
36
|
-
location: LspLocation
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof LspSymbol
|
|
41
|
-
*/
|
|
42
|
-
name: string
|
|
43
|
-
}
|