@voidrun/sdk 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/FS.d.ts +193 -0
- package/dist/FS.d.ts.map +1 -0
- package/dist/FS.js +488 -0
- package/dist/FS.js.map +1 -0
- package/dist/Sandbox.d.ts +23 -0
- package/dist/Sandbox.d.ts.map +1 -0
- package/dist/Sandbox.js +72 -0
- package/dist/Sandbox.js.map +1 -0
- package/dist/api-client/apis/AuthenticationApi.d.ts +32 -0
- package/dist/api-client/apis/AuthenticationApi.d.ts.map +1 -0
- package/dist/api-client/apis/AuthenticationApi.js +50 -0
- package/dist/api-client/apis/AuthenticationApi.js.map +1 -0
- package/dist/api-client/apis/ExecutionApi.d.ts +132 -0
- package/dist/api-client/apis/ExecutionApi.d.ts.map +1 -0
- package/dist/api-client/apis/ExecutionApi.js +305 -0
- package/dist/api-client/apis/ExecutionApi.js.map +1 -0
- package/dist/api-client/apis/FileSystemApi.d.ts +250 -0
- package/dist/api-client/apis/FileSystemApi.d.ts.map +1 -0
- package/dist/api-client/apis/FileSystemApi.js +634 -0
- package/dist/api-client/apis/FileSystemApi.js.map +1 -0
- package/dist/api-client/apis/ImagesApi.d.ts +81 -0
- package/dist/api-client/apis/ImagesApi.d.ts.map +1 -0
- package/dist/api-client/apis/ImagesApi.js +173 -0
- package/dist/api-client/apis/ImagesApi.js.map +1 -0
- package/dist/api-client/apis/OrganizationsApi.d.ts +70 -0
- package/dist/api-client/apis/OrganizationsApi.d.ts.map +1 -0
- package/dist/api-client/apis/OrganizationsApi.js +150 -0
- package/dist/api-client/apis/OrganizationsApi.js.map +1 -0
- package/dist/api-client/apis/SandboxesApi.d.ts +150 -0
- package/dist/api-client/apis/SandboxesApi.d.ts.map +1 -0
- package/dist/api-client/apis/SandboxesApi.js +335 -0
- package/dist/api-client/apis/SandboxesApi.js.map +1 -0
- package/dist/api-client/apis/index.d.ts +7 -0
- package/dist/api-client/apis/index.d.ts.map +1 -0
- package/dist/api-client/apis/index.js +9 -0
- package/dist/api-client/apis/index.js.map +1 -0
- package/dist/api-client/index.d.ts +4 -0
- package/dist/api-client/index.d.ts.map +1 -0
- package/dist/api-client/index.js +6 -0
- package/dist/api-client/index.js.map +1 -0
- package/dist/api-client/models/APIKeyResponse.d.ts +75 -0
- package/dist/api-client/models/APIKeyResponse.d.ts.map +1 -0
- package/dist/api-client/models/APIKeyResponse.js +56 -0
- package/dist/api-client/models/APIKeyResponse.js.map +1 -0
- package/dist/api-client/models/ApiResponseSandbox.d.ts +46 -0
- package/dist/api-client/models/ApiResponseSandbox.d.ts.map +1 -0
- package/dist/api-client/models/ApiResponseSandbox.js +47 -0
- package/dist/api-client/models/ApiResponseSandbox.js.map +1 -0
- package/dist/api-client/models/ApiResponseSandboxesList.d.ts +53 -0
- package/dist/api-client/models/ApiResponseSandboxesList.d.ts.map +1 -0
- package/dist/api-client/models/ApiResponseSandboxesList.js +50 -0
- package/dist/api-client/models/ApiResponseSandboxesList.js.map +1 -0
- package/dist/api-client/models/ApiResponseSandboxesListMeta.d.ts +51 -0
- package/dist/api-client/models/ApiResponseSandboxesListMeta.d.ts.map +1 -0
- package/dist/api-client/models/ApiResponseSandboxesListMeta.js +48 -0
- package/dist/api-client/models/ApiResponseSandboxesListMeta.js.map +1 -0
- package/dist/api-client/models/CompressRequest.d.ts +49 -0
- package/dist/api-client/models/CompressRequest.d.ts.map +1 -0
- package/dist/api-client/models/CompressRequest.js +55 -0
- package/dist/api-client/models/CompressRequest.js.map +1 -0
- package/dist/api-client/models/CreateFileRequest.d.ts +33 -0
- package/dist/api-client/models/CreateFileRequest.d.ts.map +1 -0
- package/dist/api-client/models/CreateFileRequest.js +42 -0
- package/dist/api-client/models/CreateFileRequest.js.map +1 -0
- package/dist/api-client/models/CreateImageRequest.d.ts +45 -0
- package/dist/api-client/models/CreateImageRequest.d.ts.map +1 -0
- package/dist/api-client/models/CreateImageRequest.js +48 -0
- package/dist/api-client/models/CreateImageRequest.js.map +1 -0
- package/dist/api-client/models/CreatePTYSessionRequest.d.ts +39 -0
- package/dist/api-client/models/CreatePTYSessionRequest.d.ts.map +1 -0
- package/dist/api-client/models/CreatePTYSessionRequest.js +44 -0
- package/dist/api-client/models/CreatePTYSessionRequest.js.map +1 -0
- package/dist/api-client/models/CreateSandbox201Response.d.ts +46 -0
- package/dist/api-client/models/CreateSandbox201Response.d.ts.map +1 -0
- package/dist/api-client/models/CreateSandbox201Response.js +47 -0
- package/dist/api-client/models/CreateSandbox201Response.js.map +1 -0
- package/dist/api-client/models/CreateSandboxRequest.d.ts +63 -0
- package/dist/api-client/models/CreateSandboxRequest.d.ts.map +1 -0
- package/dist/api-client/models/CreateSandboxRequest.js +54 -0
- package/dist/api-client/models/CreateSandboxRequest.js.map +1 -0
- package/dist/api-client/models/DiskUsage.d.ts +45 -0
- package/dist/api-client/models/DiskUsage.d.ts.map +1 -0
- package/dist/api-client/models/DiskUsage.js +46 -0
- package/dist/api-client/models/DiskUsage.js.map +1 -0
- package/dist/api-client/models/ErrorResponse.d.ts +39 -0
- package/dist/api-client/models/ErrorResponse.d.ts.map +1 -0
- package/dist/api-client/models/ErrorResponse.js +44 -0
- package/dist/api-client/models/ErrorResponse.js.map +1 -0
- package/dist/api-client/models/ExecRequest.d.ts +59 -0
- package/dist/api-client/models/ExecRequest.d.ts.map +1 -0
- package/dist/api-client/models/ExecRequest.js +52 -0
- package/dist/api-client/models/ExecRequest.js.map +1 -0
- package/dist/api-client/models/ExecResponse.d.ts +46 -0
- package/dist/api-client/models/ExecResponse.d.ts.map +1 -0
- package/dist/api-client/models/ExecResponse.js +47 -0
- package/dist/api-client/models/ExecResponse.js.map +1 -0
- package/dist/api-client/models/ExecResponseData.d.ts +45 -0
- package/dist/api-client/models/ExecResponseData.d.ts.map +1 -0
- package/dist/api-client/models/ExecResponseData.js +46 -0
- package/dist/api-client/models/ExecResponseData.js.map +1 -0
- package/dist/api-client/models/ExecuteInSessionRequest.d.ts +33 -0
- package/dist/api-client/models/ExecuteInSessionRequest.d.ts.map +1 -0
- package/dist/api-client/models/ExecuteInSessionRequest.js +44 -0
- package/dist/api-client/models/ExecuteInSessionRequest.js.map +1 -0
- package/dist/api-client/models/ExtractRequest.d.ts +39 -0
- package/dist/api-client/models/ExtractRequest.d.ts.map +1 -0
- package/dist/api-client/models/ExtractRequest.js +48 -0
- package/dist/api-client/models/ExtractRequest.js.map +1 -0
- package/dist/api-client/models/FileInfo.d.ts +63 -0
- package/dist/api-client/models/FileInfo.d.ts.map +1 -0
- package/dist/api-client/models/FileInfo.js +52 -0
- package/dist/api-client/models/FileInfo.js.map +1 -0
- package/dist/api-client/models/FileStats.d.ts +75 -0
- package/dist/api-client/models/FileStats.d.ts.map +1 -0
- package/dist/api-client/models/FileStats.js +56 -0
- package/dist/api-client/models/FileStats.js.map +1 -0
- package/dist/api-client/models/GenerateAPIKeyRequest.d.ts +39 -0
- package/dist/api-client/models/GenerateAPIKeyRequest.d.ts.map +1 -0
- package/dist/api-client/models/GenerateAPIKeyRequest.js +48 -0
- package/dist/api-client/models/GenerateAPIKeyRequest.js.map +1 -0
- package/dist/api-client/models/GeneratedAPIKeyResponse.d.ts +63 -0
- package/dist/api-client/models/GeneratedAPIKeyResponse.d.ts.map +1 -0
- package/dist/api-client/models/GeneratedAPIKeyResponse.js +52 -0
- package/dist/api-client/models/GeneratedAPIKeyResponse.js.map +1 -0
- package/dist/api-client/models/GetPTYBuffer200Response.d.ts +33 -0
- package/dist/api-client/models/GetPTYBuffer200Response.d.ts.map +1 -0
- package/dist/api-client/models/GetPTYBuffer200Response.js +42 -0
- package/dist/api-client/models/GetPTYBuffer200Response.js.map +1 -0
- package/dist/api-client/models/Image.d.ts +69 -0
- package/dist/api-client/models/Image.d.ts.map +1 -0
- package/dist/api-client/models/Image.js +54 -0
- package/dist/api-client/models/Image.js.map +1 -0
- package/dist/api-client/models/ListFiles200Response.d.ts +46 -0
- package/dist/api-client/models/ListFiles200Response.d.ts.map +1 -0
- package/dist/api-client/models/ListFiles200Response.js +47 -0
- package/dist/api-client/models/ListFiles200Response.js.map +1 -0
- package/dist/api-client/models/ListFiles200ResponseData.d.ts +40 -0
- package/dist/api-client/models/ListFiles200ResponseData.d.ts.map +1 -0
- package/dist/api-client/models/ListFiles200ResponseData.js +45 -0
- package/dist/api-client/models/ListFiles200ResponseData.js.map +1 -0
- package/dist/api-client/models/Organization.d.ts +81 -0
- package/dist/api-client/models/Organization.d.ts.map +1 -0
- package/dist/api-client/models/Organization.js +58 -0
- package/dist/api-client/models/Organization.js.map +1 -0
- package/dist/api-client/models/PTYSessionResponse.d.ts +51 -0
- package/dist/api-client/models/PTYSessionResponse.d.ts.map +1 -0
- package/dist/api-client/models/PTYSessionResponse.js +48 -0
- package/dist/api-client/models/PTYSessionResponse.js.map +1 -0
- package/dist/api-client/models/RegisterRequest.d.ts +39 -0
- package/dist/api-client/models/RegisterRequest.d.ts.map +1 -0
- package/dist/api-client/models/RegisterRequest.js +48 -0
- package/dist/api-client/models/RegisterRequest.js.map +1 -0
- package/dist/api-client/models/RegisterResponse.d.ts +40 -0
- package/dist/api-client/models/RegisterResponse.d.ts.map +1 -0
- package/dist/api-client/models/RegisterResponse.js +45 -0
- package/dist/api-client/models/RegisterResponse.js.map +1 -0
- package/dist/api-client/models/RegisterResponseData.d.ts +39 -0
- package/dist/api-client/models/RegisterResponseData.d.ts.map +1 -0
- package/dist/api-client/models/RegisterResponseData.js +44 -0
- package/dist/api-client/models/RegisterResponseData.js.map +1 -0
- package/dist/api-client/models/ResizeTerminalRequest.d.ts +39 -0
- package/dist/api-client/models/ResizeTerminalRequest.d.ts.map +1 -0
- package/dist/api-client/models/ResizeTerminalRequest.js +48 -0
- package/dist/api-client/models/ResizeTerminalRequest.js.map +1 -0
- package/dist/api-client/models/RestoreSandboxRequest.d.ts +75 -0
- package/dist/api-client/models/RestoreSandboxRequest.d.ts.map +1 -0
- package/dist/api-client/models/RestoreSandboxRequest.js +62 -0
- package/dist/api-client/models/RestoreSandboxRequest.js.map +1 -0
- package/dist/api-client/models/Sandbox.d.ts +97 -0
- package/dist/api-client/models/Sandbox.d.ts.map +1 -0
- package/dist/api-client/models/Sandbox.js +69 -0
- package/dist/api-client/models/Sandbox.js.map +1 -0
- package/dist/api-client/models/SessionExecResponse.d.ts +57 -0
- package/dist/api-client/models/SessionExecResponse.d.ts.map +1 -0
- package/dist/api-client/models/SessionExecResponse.js +50 -0
- package/dist/api-client/models/SessionExecResponse.js.map +1 -0
- package/dist/api-client/models/Snapshot.d.ts +45 -0
- package/dist/api-client/models/Snapshot.d.ts.map +1 -0
- package/dist/api-client/models/Snapshot.js +46 -0
- package/dist/api-client/models/Snapshot.js.map +1 -0
- package/dist/api-client/models/SuccessResponse.d.ts +45 -0
- package/dist/api-client/models/SuccessResponse.d.ts.map +1 -0
- package/dist/api-client/models/SuccessResponse.js +46 -0
- package/dist/api-client/models/SuccessResponse.js.map +1 -0
- package/dist/api-client/models/index.d.ts +37 -0
- package/dist/api-client/models/index.d.ts.map +1 -0
- package/dist/api-client/models/index.js +39 -0
- package/dist/api-client/models/index.js.map +1 -0
- package/dist/api-client/runtime.d.ts +185 -0
- package/dist/api-client/runtime.d.ts.map +1 -0
- package/dist/api-client/runtime.js +334 -0
- package/dist/api-client/runtime.js.map +1 -0
- package/dist/constants.d.ts +8 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +9 -0
- package/dist/constants.js.map +1 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +62 -0
- package/dist/index.js.map +1 -0
- package/dist/types.d.ts +47 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/utils/runtime.d.ts +2 -0
- package/dist/utils/runtime.d.ts.map +1 -0
- package/dist/utils/runtime.js +23 -0
- package/dist/utils/runtime.js.map +1 -0
- package/package.json +23 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Hyper Fleet Native API
|
|
5
|
+
* Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.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
|
+
/**
|
|
15
|
+
* Check if a given object implements the ResizeTerminalRequest interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfResizeTerminalRequest(value) {
|
|
18
|
+
if (!('cols' in value) || value['cols'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('rows' in value) || value['rows'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
export function ResizeTerminalRequestFromJSON(json) {
|
|
25
|
+
return ResizeTerminalRequestFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
export function ResizeTerminalRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if (json == null) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
'cols': json['cols'],
|
|
33
|
+
'rows': json['rows'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function ResizeTerminalRequestToJSON(json) {
|
|
37
|
+
return ResizeTerminalRequestToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function ResizeTerminalRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'cols': value['cols'],
|
|
45
|
+
'rows': value['rows'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=ResizeTerminalRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResizeTerminalRequest.js","sourceRoot":"","sources":["../../../src/api-client/models/ResizeTerminalRequest.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAuBH;;GAEG;AACH,MAAM,UAAU,+BAA+B,CAAC,KAAa;IACzD,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS,EAAE,mBAA4B;IACtF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;KACvB,CAAC;AACN,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,KAAoC,EAAE,sBAA+B,KAAK;IACvH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hyper Fleet Native API
|
|
3
|
+
* Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.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 RestoreSandboxRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface RestoreSandboxRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RestoreSandboxRequest
|
|
22
|
+
*/
|
|
23
|
+
newId: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RestoreSandboxRequest
|
|
28
|
+
*/
|
|
29
|
+
snapshotPath: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof RestoreSandboxRequest
|
|
34
|
+
*/
|
|
35
|
+
newIp?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Start in stopped state
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof RestoreSandboxRequest
|
|
40
|
+
*/
|
|
41
|
+
cold?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof RestoreSandboxRequest
|
|
46
|
+
*/
|
|
47
|
+
cpu?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof RestoreSandboxRequest
|
|
52
|
+
*/
|
|
53
|
+
mem?: number;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof RestoreSandboxRequest
|
|
58
|
+
*/
|
|
59
|
+
orgId: string;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof RestoreSandboxRequest
|
|
64
|
+
*/
|
|
65
|
+
userId?: string;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Check if a given object implements the RestoreSandboxRequest interface.
|
|
69
|
+
*/
|
|
70
|
+
export declare function instanceOfRestoreSandboxRequest(value: object): value is RestoreSandboxRequest;
|
|
71
|
+
export declare function RestoreSandboxRequestFromJSON(json: any): RestoreSandboxRequest;
|
|
72
|
+
export declare function RestoreSandboxRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): RestoreSandboxRequest;
|
|
73
|
+
export declare function RestoreSandboxRequestToJSON(json: any): RestoreSandboxRequest;
|
|
74
|
+
export declare function RestoreSandboxRequestToJSONTyped(value?: RestoreSandboxRequest | null, ignoreDiscriminator?: boolean): any;
|
|
75
|
+
//# sourceMappingURL=RestoreSandboxRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RestoreSandboxRequest.d.ts","sourceRoot":"","sources":["../../../src/api-client/models/RestoreSandboxRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAK7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CAejH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAgBhI"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Hyper Fleet Native API
|
|
5
|
+
* Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.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
|
+
/**
|
|
15
|
+
* Check if a given object implements the RestoreSandboxRequest interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfRestoreSandboxRequest(value) {
|
|
18
|
+
if (!('newId' in value) || value['newId'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('snapshotPath' in value) || value['snapshotPath'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('orgId' in value) || value['orgId'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function RestoreSandboxRequestFromJSON(json) {
|
|
27
|
+
return RestoreSandboxRequestFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function RestoreSandboxRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'newId': json['new_id'],
|
|
35
|
+
'snapshotPath': json['snapshot_path'],
|
|
36
|
+
'newIp': json['new_ip'] == null ? undefined : json['new_ip'],
|
|
37
|
+
'cold': json['cold'] == null ? undefined : json['cold'],
|
|
38
|
+
'cpu': json['cpu'] == null ? undefined : json['cpu'],
|
|
39
|
+
'mem': json['mem'] == null ? undefined : json['mem'],
|
|
40
|
+
'orgId': json['orgId'],
|
|
41
|
+
'userId': json['userId'] == null ? undefined : json['userId'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
export function RestoreSandboxRequestToJSON(json) {
|
|
45
|
+
return RestoreSandboxRequestToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
export function RestoreSandboxRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'new_id': value['newId'],
|
|
53
|
+
'snapshot_path': value['snapshotPath'],
|
|
54
|
+
'new_ip': value['newIp'],
|
|
55
|
+
'cold': value['cold'],
|
|
56
|
+
'cpu': value['cpu'],
|
|
57
|
+
'mem': value['mem'],
|
|
58
|
+
'orgId': value['orgId'],
|
|
59
|
+
'userId': value['userId'],
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=RestoreSandboxRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RestoreSandboxRequest.js","sourceRoot":"","sources":["../../../src/api-client/models/RestoreSandboxRequest.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AA2DH;;GAEG;AACH,MAAM,UAAU,+BAA+B,CAAC,KAAa;IACzD,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,IAAI,CAAC,CAAC,cAAc,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,cAAc,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpF,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,IAAS,EAAE,mBAA4B;IACtF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,QAAQ,CAAC;QACvB,cAAc,EAAE,IAAI,CAAC,eAAe,CAAC;QACrC,OAAO,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC5D,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;QACpD,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;QACpD,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;KAChE,CAAC;AACN,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,KAAoC,EAAE,sBAA+B,KAAK;IACvH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC;QACxB,eAAe,EAAE,KAAK,CAAC,cAAc,CAAC;QACtC,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC;QACxB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;QACnB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;QACnB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;KAC5B,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hyper Fleet Native API
|
|
3
|
+
* Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.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 Sandbox
|
|
16
|
+
*/
|
|
17
|
+
export interface Sandbox {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Sandbox
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Sandbox
|
|
28
|
+
*/
|
|
29
|
+
name?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Sandbox
|
|
34
|
+
*/
|
|
35
|
+
imageId?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof Sandbox
|
|
40
|
+
*/
|
|
41
|
+
ip?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof Sandbox
|
|
46
|
+
*/
|
|
47
|
+
cpu?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof Sandbox
|
|
52
|
+
*/
|
|
53
|
+
mem?: number;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof Sandbox
|
|
58
|
+
*/
|
|
59
|
+
status?: SandboxStatusEnum;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {Date}
|
|
63
|
+
* @memberof Sandbox
|
|
64
|
+
*/
|
|
65
|
+
createdAt?: Date;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof Sandbox
|
|
70
|
+
*/
|
|
71
|
+
createdBy?: string;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof Sandbox
|
|
76
|
+
*/
|
|
77
|
+
orgId?: string;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @export
|
|
81
|
+
*/
|
|
82
|
+
export declare const SandboxStatusEnum: {
|
|
83
|
+
readonly Running: "running";
|
|
84
|
+
readonly Stopped: "stopped";
|
|
85
|
+
readonly Paused: "paused";
|
|
86
|
+
readonly Error: "error";
|
|
87
|
+
};
|
|
88
|
+
export type SandboxStatusEnum = typeof SandboxStatusEnum[keyof typeof SandboxStatusEnum];
|
|
89
|
+
/**
|
|
90
|
+
* Check if a given object implements the Sandbox interface.
|
|
91
|
+
*/
|
|
92
|
+
export declare function instanceOfSandbox(value: object): value is Sandbox;
|
|
93
|
+
export declare function SandboxFromJSON(json: any): Sandbox;
|
|
94
|
+
export declare function SandboxFromJSONTyped(json: any, ignoreDiscriminator: boolean): Sandbox;
|
|
95
|
+
export declare function SandboxToJSON(json: any): Sandbox;
|
|
96
|
+
export declare function SandboxToJSONTyped(value?: Sandbox | null, ignoreDiscriminator?: boolean): any;
|
|
97
|
+
//# sourceMappingURL=Sandbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sandbox.d.ts","sourceRoot":"","sources":["../../../src/api-client/models/Sandbox.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,OAAO;IACpB;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAGD;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;CAKpB,CAAC;AACX,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC;AAGzF;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,OAAO,CAEjE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAElD;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,OAAO,CAiBrF;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAEhD;AAED,wBAAgB,kBAAkB,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAkBpG"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Hyper Fleet Native API
|
|
5
|
+
* Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.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
|
+
/**
|
|
15
|
+
* @export
|
|
16
|
+
*/
|
|
17
|
+
export const SandboxStatusEnum = {
|
|
18
|
+
Running: 'running',
|
|
19
|
+
Stopped: 'stopped',
|
|
20
|
+
Paused: 'paused',
|
|
21
|
+
Error: 'error'
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the Sandbox interface.
|
|
25
|
+
*/
|
|
26
|
+
export function instanceOfSandbox(value) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
export function SandboxFromJSON(json) {
|
|
30
|
+
return SandboxFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
export function SandboxFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
38
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
39
|
+
'imageId': json['imageId'] == null ? undefined : json['imageId'],
|
|
40
|
+
'ip': json['ip'] == null ? undefined : json['ip'],
|
|
41
|
+
'cpu': json['cpu'] == null ? undefined : json['cpu'],
|
|
42
|
+
'mem': json['mem'] == null ? undefined : json['mem'],
|
|
43
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
44
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
45
|
+
'createdBy': json['createdBy'] == null ? undefined : json['createdBy'],
|
|
46
|
+
'orgId': json['orgId'] == null ? undefined : json['orgId'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export function SandboxToJSON(json) {
|
|
50
|
+
return SandboxToJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
export function SandboxToJSONTyped(value, ignoreDiscriminator = false) {
|
|
53
|
+
if (value == null) {
|
|
54
|
+
return value;
|
|
55
|
+
}
|
|
56
|
+
return {
|
|
57
|
+
'id': value['id'],
|
|
58
|
+
'name': value['name'],
|
|
59
|
+
'imageId': value['imageId'],
|
|
60
|
+
'ip': value['ip'],
|
|
61
|
+
'cpu': value['cpu'],
|
|
62
|
+
'mem': value['mem'],
|
|
63
|
+
'status': value['status'],
|
|
64
|
+
'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
65
|
+
'createdBy': value['createdBy'],
|
|
66
|
+
'orgId': value['orgId'],
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=Sandbox.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sandbox.js","sourceRoot":"","sources":["../../../src/api-client/models/Sandbox.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hyper Fleet Native API
|
|
3
|
+
* Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.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 SessionExecResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface SessionExecResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof SessionExecResponse
|
|
22
|
+
*/
|
|
23
|
+
success?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SessionExecResponse
|
|
28
|
+
*/
|
|
29
|
+
sessionId?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SessionExecResponse
|
|
34
|
+
*/
|
|
35
|
+
output?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SessionExecResponse
|
|
40
|
+
*/
|
|
41
|
+
error?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof SessionExecResponse
|
|
46
|
+
*/
|
|
47
|
+
exitCode?: number;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the SessionExecResponse interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfSessionExecResponse(value: object): value is SessionExecResponse;
|
|
53
|
+
export declare function SessionExecResponseFromJSON(json: any): SessionExecResponse;
|
|
54
|
+
export declare function SessionExecResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionExecResponse;
|
|
55
|
+
export declare function SessionExecResponseToJSON(json: any): SessionExecResponse;
|
|
56
|
+
export declare function SessionExecResponseToJSONTyped(value?: SessionExecResponse | null, ignoreDiscriminator?: boolean): any;
|
|
57
|
+
//# sourceMappingURL=SessionExecResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SessionExecResponse.d.ts","sourceRoot":"","sources":["../../../src/api-client/models/SessionExecResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAEzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAY7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAa5H"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Hyper Fleet Native API
|
|
5
|
+
* Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.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
|
+
/**
|
|
15
|
+
* Check if a given object implements the SessionExecResponse interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfSessionExecResponse(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function SessionExecResponseFromJSON(json) {
|
|
21
|
+
return SessionExecResponseFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function SessionExecResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'success': json['success'] == null ? undefined : json['success'],
|
|
29
|
+
'sessionId': json['sessionId'] == null ? undefined : json['sessionId'],
|
|
30
|
+
'output': json['output'] == null ? undefined : json['output'],
|
|
31
|
+
'error': json['error'] == null ? undefined : json['error'],
|
|
32
|
+
'exitCode': json['exitCode'] == null ? undefined : json['exitCode'],
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export function SessionExecResponseToJSON(json) {
|
|
36
|
+
return SessionExecResponseToJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
export function SessionExecResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
|
+
if (value == null) {
|
|
40
|
+
return value;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'success': value['success'],
|
|
44
|
+
'sessionId': value['sessionId'],
|
|
45
|
+
'output': value['output'],
|
|
46
|
+
'error': value['error'],
|
|
47
|
+
'exitCode': value['exitCode'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=SessionExecResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SessionExecResponse.js","sourceRoot":"","sources":["../../../src/api-client/models/SessionExecResponse.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAyCH;;GAEG;AACH,MAAM,UAAU,6BAA6B,CAAC,KAAa;IACvD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,MAAM,UAAU,gCAAgC,CAAC,IAAS,EAAE,mBAA4B;IACpF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACtE,CAAC;AACN,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,KAAkC,EAAE,sBAA+B,KAAK;IACnH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hyper Fleet Native API
|
|
3
|
+
* Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.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 Snapshot
|
|
16
|
+
*/
|
|
17
|
+
export interface Snapshot {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Snapshot
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Date}
|
|
27
|
+
* @memberof Snapshot
|
|
28
|
+
*/
|
|
29
|
+
createdAt?: Date;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Snapshot
|
|
34
|
+
*/
|
|
35
|
+
fullPath?: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the Snapshot interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfSnapshot(value: object): value is Snapshot;
|
|
41
|
+
export declare function SnapshotFromJSON(json: any): Snapshot;
|
|
42
|
+
export declare function SnapshotFromJSONTyped(json: any, ignoreDiscriminator: boolean): Snapshot;
|
|
43
|
+
export declare function SnapshotToJSON(json: any): Snapshot;
|
|
44
|
+
export declare function SnapshotToJSONTyped(value?: Snapshot | null, ignoreDiscriminator?: boolean): any;
|
|
45
|
+
//# sourceMappingURL=Snapshot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Snapshot.d.ts","sourceRoot":"","sources":["../../../src/api-client/models/Snapshot.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,QAAQ;IACrB;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,QAAQ,CAEnE;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAEpD;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,QAAQ,CAUvF;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAElD;AAED,wBAAgB,mBAAmB,CAAC,KAAK,CAAC,EAAE,QAAQ,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWtG"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Hyper Fleet Native API
|
|
5
|
+
* Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.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
|
+
/**
|
|
15
|
+
* Check if a given object implements the Snapshot interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfSnapshot(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function SnapshotFromJSON(json) {
|
|
21
|
+
return SnapshotFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function SnapshotFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
29
|
+
'createdAt': json['created_at'] == null ? undefined : (new Date(json['created_at'])),
|
|
30
|
+
'fullPath': json['full_path'] == null ? undefined : json['full_path'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function SnapshotToJSON(json) {
|
|
34
|
+
return SnapshotToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function SnapshotToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'id': value['id'],
|
|
42
|
+
'created_at': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
43
|
+
'full_path': value['fullPath'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=Snapshot.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Snapshot.js","sourceRoot":"","sources":["../../../src/api-client/models/Snapshot.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AA6BH;;GAEG;AACH,MAAM,UAAU,kBAAkB,CAAC,KAAa;IAC5C,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,gBAAgB,CAAC,IAAS;IACtC,OAAO,qBAAqB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,IAAS,EAAE,mBAA4B;IACzE,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACjD,WAAW,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;QACpF,UAAU,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;KACxE,CAAC;AACN,CAAC;AAED,MAAM,UAAU,cAAc,CAAC,IAAS;IACpC,OAAO,mBAAmB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5C,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,KAAuB,EAAE,sBAA+B,KAAK;IAC7F,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;QAChG,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC;KACjC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Hyper Fleet Native API
|
|
3
|
+
* Hyper Fleet Native API provides comprehensive management of virtual machines (sandboxes), file system operations, execution environments, and organizational resources. All endpoints except `/api/register` require the `X-API-Key` header for authentication.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.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 SuccessResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface SuccessResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SuccessResponse
|
|
22
|
+
*/
|
|
23
|
+
status?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SuccessResponse
|
|
28
|
+
*/
|
|
29
|
+
message?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Response data (structure varies by endpoint)
|
|
32
|
+
* @type {object}
|
|
33
|
+
* @memberof SuccessResponse
|
|
34
|
+
*/
|
|
35
|
+
data?: object;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the SuccessResponse interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfSuccessResponse(value: object): value is SuccessResponse;
|
|
41
|
+
export declare function SuccessResponseFromJSON(json: any): SuccessResponse;
|
|
42
|
+
export declare function SuccessResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessResponse;
|
|
43
|
+
export declare function SuccessResponseToJSON(json: any): SuccessResponse;
|
|
44
|
+
export declare function SuccessResponseToJSONTyped(value?: SuccessResponse | null, ignoreDiscriminator?: boolean): any;
|
|
45
|
+
//# sourceMappingURL=SuccessResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuccessResponse.d.ts","sourceRoot":"","sources":["../../../src/api-client/models/SuccessResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,eAAe,CAEjF;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,eAAe,CAUrG;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAEhE;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWpH"}
|