@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,56 @@
|
|
|
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 FileStats interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfFileStats(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function FileStatsFromJSON(json) {
|
|
21
|
+
return FileStatsFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function FileStatsFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
29
|
+
'path': json['path'] == null ? undefined : json['path'],
|
|
30
|
+
'size': json['size'] == null ? undefined : json['size'],
|
|
31
|
+
'mode': json['mode'] == null ? undefined : json['mode'],
|
|
32
|
+
'isDir': json['isDir'] == null ? undefined : json['isDir'],
|
|
33
|
+
'modTime': json['modTime'] == null ? undefined : (new Date(json['modTime'])),
|
|
34
|
+
'uid': json['uid'] == null ? undefined : json['uid'],
|
|
35
|
+
'gid': json['gid'] == null ? undefined : json['gid'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
export function FileStatsToJSON(json) {
|
|
39
|
+
return FileStatsToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
export function FileStatsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'name': value['name'],
|
|
47
|
+
'path': value['path'],
|
|
48
|
+
'size': value['size'],
|
|
49
|
+
'mode': value['mode'],
|
|
50
|
+
'isDir': value['isDir'],
|
|
51
|
+
'modTime': value['modTime'] == null ? value['modTime'] : value['modTime'].toISOString(),
|
|
52
|
+
'uid': value['uid'],
|
|
53
|
+
'gid': value['gid'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=FileStats.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileStats.js","sourceRoot":"","sources":["../../../src/api-client/models/FileStats.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AA2DH;;GAEG;AACH,MAAM,UAAU,mBAAmB,CAAC,KAAa;IAC7C,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,iBAAiB,CAAC,IAAS;IACvC,OAAO,sBAAsB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/C,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,IAAS,EAAE,mBAA4B;IAC1E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;QAC5E,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;KACvD,CAAC;AACN,CAAC;AAED,MAAM,UAAU,eAAe,CAAC,IAAS;IACrC,OAAO,oBAAoB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,KAAwB,EAAE,sBAA+B,KAAK;IAC/F,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;QACrB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;QACvF,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;QACnB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;KACtB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 GenerateAPIKeyRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface GenerateAPIKeyRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GenerateAPIKeyRequest
|
|
22
|
+
*/
|
|
23
|
+
orgId: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GenerateAPIKeyRequest
|
|
28
|
+
*/
|
|
29
|
+
keyName: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the GenerateAPIKeyRequest interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfGenerateAPIKeyRequest(value: object): value is GenerateAPIKeyRequest;
|
|
35
|
+
export declare function GenerateAPIKeyRequestFromJSON(json: any): GenerateAPIKeyRequest;
|
|
36
|
+
export declare function GenerateAPIKeyRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GenerateAPIKeyRequest;
|
|
37
|
+
export declare function GenerateAPIKeyRequestToJSON(json: any): GenerateAPIKeyRequest;
|
|
38
|
+
export declare function GenerateAPIKeyRequestToJSONTyped(value?: GenerateAPIKeyRequest | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=GenerateAPIKeyRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenerateAPIKeyRequest.d.ts","sourceRoot":"","sources":["../../../src/api-client/models/GenerateAPIKeyRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAI7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CASjH;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,CAUhI"}
|
|
@@ -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 GenerateAPIKeyRequest interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfGenerateAPIKeyRequest(value) {
|
|
18
|
+
if (!('orgId' in value) || value['orgId'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('keyName' in value) || value['keyName'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
export function GenerateAPIKeyRequestFromJSON(json) {
|
|
25
|
+
return GenerateAPIKeyRequestFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
export function GenerateAPIKeyRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if (json == null) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
'orgId': json['orgId'],
|
|
33
|
+
'keyName': json['keyName'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function GenerateAPIKeyRequestToJSON(json) {
|
|
37
|
+
return GenerateAPIKeyRequestToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function GenerateAPIKeyRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'orgId': value['orgId'],
|
|
45
|
+
'keyName': value['keyName'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=GenerateAPIKeyRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenerateAPIKeyRequest.js","sourceRoot":"","sources":["../../../src/api-client/models/GenerateAPIKeyRequest.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAuBH;;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,SAAS,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC1E,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,OAAO,CAAC;QACtB,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC;KAC7B,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,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;KAC9B,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
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 GeneratedAPIKeyResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface GeneratedAPIKeyResponse {
|
|
18
|
+
/**
|
|
19
|
+
* Only returned once at generation time
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GeneratedAPIKeyResponse
|
|
22
|
+
*/
|
|
23
|
+
plainKey?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GeneratedAPIKeyResponse
|
|
28
|
+
*/
|
|
29
|
+
keyId?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof GeneratedAPIKeyResponse
|
|
34
|
+
*/
|
|
35
|
+
keyName?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof GeneratedAPIKeyResponse
|
|
40
|
+
*/
|
|
41
|
+
orgId?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {Date}
|
|
45
|
+
* @memberof GeneratedAPIKeyResponse
|
|
46
|
+
*/
|
|
47
|
+
createdAt?: Date;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof GeneratedAPIKeyResponse
|
|
52
|
+
*/
|
|
53
|
+
expiresIn?: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the GeneratedAPIKeyResponse interface.
|
|
57
|
+
*/
|
|
58
|
+
export declare function instanceOfGeneratedAPIKeyResponse(value: object): value is GeneratedAPIKeyResponse;
|
|
59
|
+
export declare function GeneratedAPIKeyResponseFromJSON(json: any): GeneratedAPIKeyResponse;
|
|
60
|
+
export declare function GeneratedAPIKeyResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GeneratedAPIKeyResponse;
|
|
61
|
+
export declare function GeneratedAPIKeyResponseToJSON(json: any): GeneratedAPIKeyResponse;
|
|
62
|
+
export declare function GeneratedAPIKeyResponseToJSONTyped(value?: GeneratedAPIKeyResponse | null, ignoreDiscriminator?: boolean): any;
|
|
63
|
+
//# sourceMappingURL=GeneratedAPIKeyResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GeneratedAPIKeyResponse.d.ts","sourceRoot":"","sources":["../../../src/api-client/models/GeneratedAPIKeyResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAEjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAarH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAcpI"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 GeneratedAPIKeyResponse interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfGeneratedAPIKeyResponse(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function GeneratedAPIKeyResponseFromJSON(json) {
|
|
21
|
+
return GeneratedAPIKeyResponseFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function GeneratedAPIKeyResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'plainKey': json['plainKey'] == null ? undefined : json['plainKey'],
|
|
29
|
+
'keyId': json['keyId'] == null ? undefined : json['keyId'],
|
|
30
|
+
'keyName': json['keyName'] == null ? undefined : json['keyName'],
|
|
31
|
+
'orgId': json['orgId'] == null ? undefined : json['orgId'],
|
|
32
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
33
|
+
'expiresIn': json['expiresIn'] == null ? undefined : json['expiresIn'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function GeneratedAPIKeyResponseToJSON(json) {
|
|
37
|
+
return GeneratedAPIKeyResponseToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function GeneratedAPIKeyResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'plainKey': value['plainKey'],
|
|
45
|
+
'keyId': value['keyId'],
|
|
46
|
+
'keyName': value['keyName'],
|
|
47
|
+
'orgId': value['orgId'],
|
|
48
|
+
'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
49
|
+
'expiresIn': value['expiresIn'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=GeneratedAPIKeyResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GeneratedAPIKeyResponse.js","sourceRoot":"","sources":["../../../src/api-client/models/GeneratedAPIKeyResponse.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AA+CH;;GAEG;AACH,MAAM,UAAU,iCAAiC,CAAC,KAAa;IAC3D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS,EAAE,mBAA4B;IACxF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAClF,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;KACzE,CAAC;AACN,CAAC;AAED,MAAM,UAAU,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC3H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;QAC/F,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;KAClC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 GetPTYBuffer200Response
|
|
16
|
+
*/
|
|
17
|
+
export interface GetPTYBuffer200Response {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetPTYBuffer200Response
|
|
22
|
+
*/
|
|
23
|
+
output?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the GetPTYBuffer200Response interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfGetPTYBuffer200Response(value: object): value is GetPTYBuffer200Response;
|
|
29
|
+
export declare function GetPTYBuffer200ResponseFromJSON(json: any): GetPTYBuffer200Response;
|
|
30
|
+
export declare function GetPTYBuffer200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetPTYBuffer200Response;
|
|
31
|
+
export declare function GetPTYBuffer200ResponseToJSON(json: any): GetPTYBuffer200Response;
|
|
32
|
+
export declare function GetPTYBuffer200ResponseToJSONTyped(value?: GetPTYBuffer200Response | null, ignoreDiscriminator?: boolean): any;
|
|
33
|
+
//# sourceMappingURL=GetPTYBuffer200Response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetPTYBuffer200Response.d.ts","sourceRoot":"","sources":["../../../src/api-client/models/GetPTYBuffer200Response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAEjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAQrH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASpI"}
|
|
@@ -0,0 +1,42 @@
|
|
|
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 GetPTYBuffer200Response interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfGetPTYBuffer200Response(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function GetPTYBuffer200ResponseFromJSON(json) {
|
|
21
|
+
return GetPTYBuffer200ResponseFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function GetPTYBuffer200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'output': json['output'] == null ? undefined : json['output'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function GetPTYBuffer200ResponseToJSON(json) {
|
|
32
|
+
return GetPTYBuffer200ResponseToJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function GetPTYBuffer200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'output': value['output'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=GetPTYBuffer200Response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetPTYBuffer200Response.js","sourceRoot":"","sources":["../../../src/api-client/models/GetPTYBuffer200Response.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAiBH;;GAEG;AACH,MAAM,UAAU,iCAAiC,CAAC,KAAa;IAC3D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,IAAS,EAAE,mBAA4B;IACxF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,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,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,MAAM,UAAU,kCAAkC,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC3H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;KAC5B,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
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 Image
|
|
16
|
+
*/
|
|
17
|
+
export interface Image {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Image
|
|
22
|
+
*/
|
|
23
|
+
id?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Image
|
|
28
|
+
*/
|
|
29
|
+
name?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Image
|
|
34
|
+
*/
|
|
35
|
+
tag?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof Image
|
|
40
|
+
*/
|
|
41
|
+
system?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof Image
|
|
46
|
+
*/
|
|
47
|
+
orgId?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {Date}
|
|
51
|
+
* @memberof Image
|
|
52
|
+
*/
|
|
53
|
+
createdAt?: Date;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof Image
|
|
58
|
+
*/
|
|
59
|
+
createdBy?: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Check if a given object implements the Image interface.
|
|
63
|
+
*/
|
|
64
|
+
export declare function instanceOfImage(value: object): value is Image;
|
|
65
|
+
export declare function ImageFromJSON(json: any): Image;
|
|
66
|
+
export declare function ImageFromJSONTyped(json: any, ignoreDiscriminator: boolean): Image;
|
|
67
|
+
export declare function ImageToJSON(json: any): Image;
|
|
68
|
+
export declare function ImageToJSONTyped(value?: Image | null, ignoreDiscriminator?: boolean): any;
|
|
69
|
+
//# sourceMappingURL=Image.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../src/api-client/models/Image.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,KAAK;IAClB;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,KAAK,CAE7D;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,GAAG,GAAG,KAAK,CAE9C;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,KAAK,CAcjF;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,GAAG,GAAG,KAAK,CAE5C;AAED,wBAAgB,gBAAgB,CAAC,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAehG"}
|
|
@@ -0,0 +1,54 @@
|
|
|
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 Image interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfImage(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function ImageFromJSON(json) {
|
|
21
|
+
return ImageFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function ImageFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'id': json['_id'] == null ? undefined : json['_id'],
|
|
29
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
30
|
+
'tag': json['tag'] == null ? undefined : json['tag'],
|
|
31
|
+
'system': json['system'] == null ? undefined : json['system'],
|
|
32
|
+
'orgId': json['orgId'] == null ? undefined : json['orgId'],
|
|
33
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
34
|
+
'createdBy': json['createdBy'] == null ? undefined : json['createdBy'],
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
export function ImageToJSON(json) {
|
|
38
|
+
return ImageToJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
export function ImageToJSONTyped(value, ignoreDiscriminator = false) {
|
|
41
|
+
if (value == null) {
|
|
42
|
+
return value;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'_id': value['id'],
|
|
46
|
+
'name': value['name'],
|
|
47
|
+
'tag': value['tag'],
|
|
48
|
+
'system': value['system'],
|
|
49
|
+
'orgId': value['orgId'],
|
|
50
|
+
'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
51
|
+
'createdBy': value['createdBy'],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=Image.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Image.js","sourceRoot":"","sources":["../../../src/api-client/models/Image.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAqDH;;GAEG;AACH,MAAM,UAAU,eAAe,CAAC,KAAa;IACzC,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,aAAa,CAAC,IAAS;IACnC,OAAO,kBAAkB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3C,CAAC;AAED,MAAM,UAAU,kBAAkB,CAAC,IAAS,EAAE,mBAA4B;IACtE,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;QACnD,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,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,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAClF,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;KACzE,CAAC;AACN,CAAC;AAED,MAAM,UAAU,WAAW,CAAC,IAAS;IACjC,OAAO,gBAAgB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzC,CAAC;AAED,MAAM,UAAU,gBAAgB,CAAC,KAAoB,EAAE,sBAA+B,KAAK;IACvF,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC;QAClB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;QACnB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;QAC/F,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;KAClC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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
|
+
import type { ListFiles200ResponseData } from './ListFiles200ResponseData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListFiles200Response
|
|
17
|
+
*/
|
|
18
|
+
export interface ListFiles200Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ListFiles200Response
|
|
23
|
+
*/
|
|
24
|
+
status?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ListFiles200Response
|
|
29
|
+
*/
|
|
30
|
+
message?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {ListFiles200ResponseData}
|
|
34
|
+
* @memberof ListFiles200Response
|
|
35
|
+
*/
|
|
36
|
+
data?: ListFiles200ResponseData;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the ListFiles200Response interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfListFiles200Response(value: object): value is ListFiles200Response;
|
|
42
|
+
export declare function ListFiles200ResponseFromJSON(json: any): ListFiles200Response;
|
|
43
|
+
export declare function ListFiles200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ListFiles200Response;
|
|
44
|
+
export declare function ListFiles200ResponseToJSON(json: any): ListFiles200Response;
|
|
45
|
+
export declare function ListFiles200ResponseToJSONTyped(value?: ListFiles200Response | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=ListFiles200Response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListFiles200Response.d.ts","sourceRoot":"","sources":["../../../src/api-client/models/ListFiles200Response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;CACnC;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAE3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAU/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW9H"}
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
import { ListFiles200ResponseDataFromJSON, ListFiles200ResponseDataToJSON, } from './ListFiles200ResponseData';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the ListFiles200Response interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfListFiles200Response(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function ListFiles200ResponseFromJSON(json) {
|
|
22
|
+
return ListFiles200ResponseFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function ListFiles200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
30
|
+
'message': json['message'] == null ? undefined : json['message'],
|
|
31
|
+
'data': json['data'] == null ? undefined : ListFiles200ResponseDataFromJSON(json['data']),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function ListFiles200ResponseToJSON(json) {
|
|
35
|
+
return ListFiles200ResponseToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function ListFiles200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'status': value['status'],
|
|
43
|
+
'message': value['message'],
|
|
44
|
+
'data': ListFiles200ResponseDataToJSON(value['data']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=ListFiles200Response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListFiles200Response.js","sourceRoot":"","sources":["../../../src/api-client/models/ListFiles200Response.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;AAIH,OAAO,EACH,gCAAgC,EAEhC,8BAA8B,GAEjC,MAAM,4BAA4B,CAAC;AA4BpC;;GAEG;AACH,MAAM,UAAU,8BAA8B,CAAC,KAAa;IACxD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC5F,CAAC;AACN,CAAC;AAED,MAAM,UAAU,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAED,MAAM,UAAU,+BAA+B,CAAC,KAAmC,EAAE,sBAA+B,KAAK;IACrH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,MAAM,EAAE,8BAA8B,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACxD,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
import type { FileInfo } from './FileInfo';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListFiles200ResponseData
|
|
17
|
+
*/
|
|
18
|
+
export interface ListFiles200ResponseData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof ListFiles200ResponseData
|
|
23
|
+
*/
|
|
24
|
+
success?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<FileInfo>}
|
|
28
|
+
* @memberof ListFiles200ResponseData
|
|
29
|
+
*/
|
|
30
|
+
files?: Array<FileInfo>;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the ListFiles200ResponseData interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfListFiles200ResponseData(value: object): value is ListFiles200ResponseData;
|
|
36
|
+
export declare function ListFiles200ResponseDataFromJSON(json: any): ListFiles200ResponseData;
|
|
37
|
+
export declare function ListFiles200ResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ListFiles200ResponseData;
|
|
38
|
+
export declare function ListFiles200ResponseDataToJSON(json: any): ListFiles200ResponseData;
|
|
39
|
+
export declare function ListFiles200ResponseDataToJSONTyped(value?: ListFiles200ResponseData | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=ListFiles200ResponseData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListFiles200ResponseData.d.ts","sourceRoot":"","sources":["../../../src/api-client/models/ListFiles200ResponseData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAQ3C;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;CAC3B;AAED;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAEnG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CASvH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtI"}
|