@daytonaio/api-client 0.4.0 → 0.5.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/.openapi-generator/FILES +4 -8
- package/README.md +2 -2
- package/api/api-keys-api.ts +353 -0
- package/api/default-api.ts +36 -3313
- package/api/docker-registry-api.ts +108 -108
- package/api/nodes-api.ts +274 -0
- package/api/users-api.ts +274 -0
- package/api/workspace-api.ts +760 -0
- package/api.ts +4 -0
- package/dist/api/api-keys-api.d.ts +171 -0
- package/dist/api/api-keys-api.js +339 -0
- package/dist/api/default-api.d.ts +15 -1454
- package/dist/api/default-api.js +43 -3090
- package/dist/api/docker-registry-api.d.ts +64 -64
- package/dist/api/docker-registry-api.js +108 -108
- package/dist/api/nodes-api.d.ts +135 -0
- package/dist/api/nodes-api.js +270 -0
- package/dist/api/users-api.d.ts +135 -0
- package/dist/api/users-api.js +270 -0
- package/dist/api/workspace-api.d.ts +356 -0
- package/dist/api/workspace-api.js +722 -0
- package/dist/api.d.ts +4 -0
- package/dist/api.js +4 -0
- package/dist/esm/api/api-keys-api.d.ts +171 -0
- package/dist/esm/api/api-keys-api.js +332 -0
- package/dist/esm/api/default-api.d.ts +15 -1454
- package/dist/esm/api/default-api.js +41 -3088
- package/dist/esm/api/docker-registry-api.d.ts +64 -64
- package/dist/esm/api/docker-registry-api.js +108 -108
- package/dist/esm/api/nodes-api.d.ts +135 -0
- package/dist/esm/api/nodes-api.js +263 -0
- package/dist/esm/api/users-api.d.ts +135 -0
- package/dist/esm/api/users-api.js +263 -0
- package/dist/esm/api/workspace-api.d.ts +356 -0
- package/dist/esm/api/workspace-api.js +715 -0
- package/dist/esm/api.d.ts +4 -0
- package/dist/esm/api.js +4 -0
- package/dist/esm/models/create-workspace-dto.d.ts +1 -1
- package/dist/esm/models/index.d.ts +0 -8
- package/dist/esm/models/index.js +0 -8
- package/dist/esm/models/workspace-dto.d.ts +14 -0
- package/dist/models/create-workspace-dto.d.ts +1 -1
- package/dist/models/index.d.ts +0 -8
- package/dist/models/index.js +0 -8
- package/dist/models/workspace-dto.d.ts +14 -0
- package/models/create-workspace-dto.ts +1 -1
- package/models/index.ts +0 -8
- package/models/workspace-dto.ts +12 -0
- package/package.json +1 -1
- package/dist/esm/models/execute-request-dto.d.ts +0 -30
- package/dist/esm/models/execute-request-dto.js +0 -14
- package/dist/esm/models/execute-response-dto.d.ts +0 -30
- package/dist/esm/models/execute-response-dto.js +0 -14
- package/dist/esm/models/git-add-request-dto.d.ts +0 -30
- package/dist/esm/models/git-add-request-dto.js +0 -14
- package/dist/esm/models/git-branch-request-dto.d.ts +0 -30
- package/dist/esm/models/git-branch-request-dto.js +0 -14
- package/dist/esm/models/git-clone-request-dto.d.ts +0 -54
- package/dist/esm/models/git-clone-request-dto.js +0 -14
- package/dist/esm/models/git-commit-request-dto.d.ts +0 -42
- package/dist/esm/models/git-commit-request-dto.js +0 -14
- package/dist/esm/models/git-repo-request-dto.d.ts +0 -36
- package/dist/esm/models/git-repo-request-dto.js +0 -14
- package/dist/esm/models/replace-request-dto.d.ts +0 -36
- package/dist/esm/models/replace-request-dto.js +0 -14
- package/dist/models/execute-request-dto.d.ts +0 -30
- package/dist/models/execute-request-dto.js +0 -15
- package/dist/models/execute-response-dto.d.ts +0 -30
- package/dist/models/execute-response-dto.js +0 -15
- package/dist/models/git-add-request-dto.d.ts +0 -30
- package/dist/models/git-add-request-dto.js +0 -15
- package/dist/models/git-branch-request-dto.d.ts +0 -30
- package/dist/models/git-branch-request-dto.js +0 -15
- package/dist/models/git-clone-request-dto.d.ts +0 -54
- package/dist/models/git-clone-request-dto.js +0 -15
- package/dist/models/git-commit-request-dto.d.ts +0 -42
- package/dist/models/git-commit-request-dto.js +0 -15
- package/dist/models/git-repo-request-dto.d.ts +0 -36
- package/dist/models/git-repo-request-dto.js +0 -15
- package/dist/models/replace-request-dto.d.ts +0 -36
- package/dist/models/replace-request-dto.js +0 -15
- package/models/execute-request-dto.ts +0 -36
- package/models/execute-response-dto.ts +0 -36
- package/models/git-add-request-dto.ts +0 -36
- package/models/git-branch-request-dto.ts +0 -36
- package/models/git-clone-request-dto.ts +0 -60
- package/models/git-commit-request-dto.ts +0 -48
- package/models/git-repo-request-dto.ts +0 -42
- package/models/replace-request-dto.ts +0 -42
package/dist/esm/api.d.ts
CHANGED
|
@@ -9,5 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
export * from './api/api-keys-api';
|
|
12
13
|
export * from './api/default-api';
|
|
13
14
|
export * from './api/docker-registry-api';
|
|
15
|
+
export * from './api/nodes-api';
|
|
16
|
+
export * from './api/users-api';
|
|
17
|
+
export * from './api/workspace-api';
|
package/dist/esm/api.js
CHANGED
|
@@ -11,5 +11,9 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
+
export * from './api/api-keys-api';
|
|
14
15
|
export * from './api/default-api';
|
|
15
16
|
export * from './api/docker-registry-api';
|
|
17
|
+
export * from './api/nodes-api';
|
|
18
|
+
export * from './api/users-api';
|
|
19
|
+
export * from './api/workspace-api';
|
|
@@ -56,7 +56,7 @@ export interface CreateWorkspaceDto {
|
|
|
56
56
|
[key: string]: string;
|
|
57
57
|
};
|
|
58
58
|
/**
|
|
59
|
-
* Whether the workspace
|
|
59
|
+
* Whether the workspace http preview is publicly accessible
|
|
60
60
|
* @type {boolean}
|
|
61
61
|
* @memberof CreateWorkspaceDto
|
|
62
62
|
*/
|
|
@@ -3,14 +3,6 @@ export * from './api-key-response-dto';
|
|
|
3
3
|
export * from './create-api-key-dto';
|
|
4
4
|
export * from './create-docker-registry-dto';
|
|
5
5
|
export * from './create-workspace-dto';
|
|
6
|
-
export * from './execute-request-dto';
|
|
7
|
-
export * from './execute-response-dto';
|
|
8
|
-
export * from './git-add-request-dto';
|
|
9
|
-
export * from './git-branch-request-dto';
|
|
10
|
-
export * from './git-clone-request-dto';
|
|
11
|
-
export * from './git-commit-request-dto';
|
|
12
|
-
export * from './git-repo-request-dto';
|
|
13
|
-
export * from './replace-request-dto';
|
|
14
6
|
export * from './update-docker-registry-dto';
|
|
15
7
|
export * from './workspace-dto';
|
|
16
8
|
export * from './workspace-info-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -3,14 +3,6 @@ export * from './api-key-response-dto';
|
|
|
3
3
|
export * from './create-api-key-dto';
|
|
4
4
|
export * from './create-docker-registry-dto';
|
|
5
5
|
export * from './create-workspace-dto';
|
|
6
|
-
export * from './execute-request-dto';
|
|
7
|
-
export * from './execute-response-dto';
|
|
8
|
-
export * from './git-add-request-dto';
|
|
9
|
-
export * from './git-branch-request-dto';
|
|
10
|
-
export * from './git-clone-request-dto';
|
|
11
|
-
export * from './git-commit-request-dto';
|
|
12
|
-
export * from './git-repo-request-dto';
|
|
13
|
-
export * from './replace-request-dto';
|
|
14
6
|
export * from './update-docker-registry-dto';
|
|
15
7
|
export * from './workspace-dto';
|
|
16
8
|
export * from './workspace-info-dto';
|
|
@@ -48,6 +48,20 @@ export interface WorkspaceDto {
|
|
|
48
48
|
'env': {
|
|
49
49
|
[key: string]: string;
|
|
50
50
|
};
|
|
51
|
+
/**
|
|
52
|
+
* Labels for the workspace
|
|
53
|
+
* @type {{ [key: string]: string; }}
|
|
54
|
+
* @memberof WorkspaceDto
|
|
55
|
+
*/
|
|
56
|
+
'labels': {
|
|
57
|
+
[key: string]: string;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Whether the workspace http preview is public
|
|
61
|
+
* @type {boolean}
|
|
62
|
+
* @memberof WorkspaceDto
|
|
63
|
+
*/
|
|
64
|
+
'public': boolean;
|
|
51
65
|
/**
|
|
52
66
|
* The target environment for the workspace
|
|
53
67
|
* @type {string}
|
|
@@ -56,7 +56,7 @@ export interface CreateWorkspaceDto {
|
|
|
56
56
|
[key: string]: string;
|
|
57
57
|
};
|
|
58
58
|
/**
|
|
59
|
-
* Whether the workspace
|
|
59
|
+
* Whether the workspace http preview is publicly accessible
|
|
60
60
|
* @type {boolean}
|
|
61
61
|
* @memberof CreateWorkspaceDto
|
|
62
62
|
*/
|
package/dist/models/index.d.ts
CHANGED
|
@@ -3,14 +3,6 @@ export * from './api-key-response-dto';
|
|
|
3
3
|
export * from './create-api-key-dto';
|
|
4
4
|
export * from './create-docker-registry-dto';
|
|
5
5
|
export * from './create-workspace-dto';
|
|
6
|
-
export * from './execute-request-dto';
|
|
7
|
-
export * from './execute-response-dto';
|
|
8
|
-
export * from './git-add-request-dto';
|
|
9
|
-
export * from './git-branch-request-dto';
|
|
10
|
-
export * from './git-clone-request-dto';
|
|
11
|
-
export * from './git-commit-request-dto';
|
|
12
|
-
export * from './git-repo-request-dto';
|
|
13
|
-
export * from './replace-request-dto';
|
|
14
6
|
export * from './update-docker-registry-dto';
|
|
15
7
|
export * from './workspace-dto';
|
|
16
8
|
export * from './workspace-info-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -19,14 +19,6 @@ __exportStar(require("./api-key-response-dto"), exports);
|
|
|
19
19
|
__exportStar(require("./create-api-key-dto"), exports);
|
|
20
20
|
__exportStar(require("./create-docker-registry-dto"), exports);
|
|
21
21
|
__exportStar(require("./create-workspace-dto"), exports);
|
|
22
|
-
__exportStar(require("./execute-request-dto"), exports);
|
|
23
|
-
__exportStar(require("./execute-response-dto"), exports);
|
|
24
|
-
__exportStar(require("./git-add-request-dto"), exports);
|
|
25
|
-
__exportStar(require("./git-branch-request-dto"), exports);
|
|
26
|
-
__exportStar(require("./git-clone-request-dto"), exports);
|
|
27
|
-
__exportStar(require("./git-commit-request-dto"), exports);
|
|
28
|
-
__exportStar(require("./git-repo-request-dto"), exports);
|
|
29
|
-
__exportStar(require("./replace-request-dto"), exports);
|
|
30
22
|
__exportStar(require("./update-docker-registry-dto"), exports);
|
|
31
23
|
__exportStar(require("./workspace-dto"), exports);
|
|
32
24
|
__exportStar(require("./workspace-info-dto"), exports);
|
|
@@ -48,6 +48,20 @@ export interface WorkspaceDto {
|
|
|
48
48
|
'env': {
|
|
49
49
|
[key: string]: string;
|
|
50
50
|
};
|
|
51
|
+
/**
|
|
52
|
+
* Labels for the workspace
|
|
53
|
+
* @type {{ [key: string]: string; }}
|
|
54
|
+
* @memberof WorkspaceDto
|
|
55
|
+
*/
|
|
56
|
+
'labels': {
|
|
57
|
+
[key: string]: string;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Whether the workspace http preview is public
|
|
61
|
+
* @type {boolean}
|
|
62
|
+
* @memberof WorkspaceDto
|
|
63
|
+
*/
|
|
64
|
+
'public': boolean;
|
|
51
65
|
/**
|
|
52
66
|
* The target environment for the workspace
|
|
53
67
|
* @type {string}
|
|
@@ -57,7 +57,7 @@ export interface CreateWorkspaceDto {
|
|
|
57
57
|
*/
|
|
58
58
|
'labels'?: { [key: string]: string; };
|
|
59
59
|
/**
|
|
60
|
-
* Whether the workspace
|
|
60
|
+
* Whether the workspace http preview is publicly accessible
|
|
61
61
|
* @type {boolean}
|
|
62
62
|
* @memberof CreateWorkspaceDto
|
|
63
63
|
*/
|
package/models/index.ts
CHANGED
|
@@ -3,14 +3,6 @@ export * from './api-key-response-dto';
|
|
|
3
3
|
export * from './create-api-key-dto';
|
|
4
4
|
export * from './create-docker-registry-dto';
|
|
5
5
|
export * from './create-workspace-dto';
|
|
6
|
-
export * from './execute-request-dto';
|
|
7
|
-
export * from './execute-response-dto';
|
|
8
|
-
export * from './git-add-request-dto';
|
|
9
|
-
export * from './git-branch-request-dto';
|
|
10
|
-
export * from './git-clone-request-dto';
|
|
11
|
-
export * from './git-commit-request-dto';
|
|
12
|
-
export * from './git-repo-request-dto';
|
|
13
|
-
export * from './replace-request-dto';
|
|
14
6
|
export * from './update-docker-registry-dto';
|
|
15
7
|
export * from './workspace-dto';
|
|
16
8
|
export * from './workspace-info-dto';
|
package/models/workspace-dto.ts
CHANGED
|
@@ -53,6 +53,18 @@ export interface WorkspaceDto {
|
|
|
53
53
|
* @memberof WorkspaceDto
|
|
54
54
|
*/
|
|
55
55
|
'env': { [key: string]: string; };
|
|
56
|
+
/**
|
|
57
|
+
* Labels for the workspace
|
|
58
|
+
* @type {{ [key: string]: string; }}
|
|
59
|
+
* @memberof WorkspaceDto
|
|
60
|
+
*/
|
|
61
|
+
'labels': { [key: string]: string; };
|
|
62
|
+
/**
|
|
63
|
+
* Whether the workspace http preview is public
|
|
64
|
+
* @type {boolean}
|
|
65
|
+
* @memberof WorkspaceDto
|
|
66
|
+
*/
|
|
67
|
+
'public': boolean;
|
|
56
68
|
/**
|
|
57
69
|
* The target environment for the workspace
|
|
58
70
|
* @type {string}
|
package/package.json
CHANGED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Daytona Workspaces
|
|
3
|
-
* Daytona Workspaces API Docs
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
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
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ExecuteRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface ExecuteRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ExecuteRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'command': string;
|
|
24
|
-
/**
|
|
25
|
-
* Timeout in seconds, defaults to 10 seconds
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof ExecuteRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'timeout'?: number;
|
|
30
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona Workspaces
|
|
5
|
-
* Daytona Workspaces API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
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
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Daytona Workspaces
|
|
3
|
-
* Daytona Workspaces API Docs
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
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
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ExecuteResponseDto
|
|
16
|
-
*/
|
|
17
|
-
export interface ExecuteResponseDto {
|
|
18
|
-
/**
|
|
19
|
-
* Response code
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof ExecuteResponseDto
|
|
22
|
-
*/
|
|
23
|
-
'code': number;
|
|
24
|
-
/**
|
|
25
|
-
* Command output
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ExecuteResponseDto
|
|
28
|
-
*/
|
|
29
|
-
'result': string;
|
|
30
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona Workspaces
|
|
5
|
-
* Daytona Workspaces API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
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
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Daytona Workspaces
|
|
3
|
-
* Daytona Workspaces API Docs
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
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
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface GitAddRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface GitAddRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GitAddRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'path': string;
|
|
24
|
-
/**
|
|
25
|
-
* files to add (use . for all files)
|
|
26
|
-
* @type {Array<string>}
|
|
27
|
-
* @memberof GitAddRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'files': Array<string>;
|
|
30
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona Workspaces
|
|
5
|
-
* Daytona Workspaces API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
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
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Daytona Workspaces
|
|
3
|
-
* Daytona Workspaces API Docs
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
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
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface GitBranchRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface GitBranchRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GitBranchRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'path': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GitBranchRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'name': string;
|
|
30
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona Workspaces
|
|
5
|
-
* Daytona Workspaces API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
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
|
-
export {};
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Daytona Workspaces
|
|
3
|
-
* Daytona Workspaces API Docs
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
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
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface GitCloneRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface GitCloneRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GitCloneRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'url': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GitCloneRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'path': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof GitCloneRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'username'?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof GitCloneRequestDto
|
|
40
|
-
*/
|
|
41
|
-
'password'?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof GitCloneRequestDto
|
|
46
|
-
*/
|
|
47
|
-
'branch'?: string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof GitCloneRequestDto
|
|
52
|
-
*/
|
|
53
|
-
'commit_id'?: string;
|
|
54
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona Workspaces
|
|
5
|
-
* Daytona Workspaces API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
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
|
-
export {};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Daytona Workspaces
|
|
3
|
-
* Daytona Workspaces API Docs
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
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
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface GitCommitRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface GitCommitRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GitCommitRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'path': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GitCommitRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'message': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof GitCommitRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'author': string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof GitCommitRequestDto
|
|
40
|
-
*/
|
|
41
|
-
'email': string;
|
|
42
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona Workspaces
|
|
5
|
-
* Daytona Workspaces API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
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
|
-
export {};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Daytona Workspaces
|
|
3
|
-
* Daytona Workspaces API Docs
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
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
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface GitRepoRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface GitRepoRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GitRepoRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'path': string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GitRepoRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'username'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof GitRepoRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'password'?: string;
|
|
36
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona Workspaces
|
|
5
|
-
* Daytona Workspaces API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
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
|
-
export {};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Daytona Workspaces
|
|
3
|
-
* Daytona Workspaces API Docs
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
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
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ReplaceRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface ReplaceRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<string>}
|
|
21
|
-
* @memberof ReplaceRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'files': Array<string>;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ReplaceRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'pattern': string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ReplaceRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'newValue': string;
|
|
36
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Daytona Workspaces
|
|
5
|
-
* Daytona Workspaces API Docs
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
*
|
|
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
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Daytona Workspaces
|
|
3
|
-
* Daytona Workspaces API Docs
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
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
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ExecuteRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface ExecuteRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ExecuteRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'command': string;
|
|
24
|
-
/**
|
|
25
|
-
* Timeout in seconds, defaults to 10 seconds
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof ExecuteRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'timeout'?: number;
|
|
30
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Daytona Workspaces
|
|
6
|
-
* Daytona Workspaces API Docs
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
*
|
|
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 });
|