sandbox0 0.2.8 → 0.3.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/README.md +0 -2
- package/dist/apispec/src/apis/AuthApi.d.ts +15 -1
- package/dist/apispec/src/apis/AuthApi.d.ts.map +1 -1
- package/dist/apispec/src/apis/AuthApi.js +33 -1
- package/dist/apispec/src/apis/FilesApi.d.ts +15 -1
- package/dist/apispec/src/apis/FilesApi.d.ts.map +1 -1
- package/dist/apispec/src/apis/FilesApi.js +41 -1
- package/dist/apispec/src/apis/SandboxVolumesApi.d.ts +1 -36
- package/dist/apispec/src/apis/SandboxVolumesApi.d.ts.map +1 -1
- package/dist/apispec/src/apis/SandboxVolumesApi.js +1 -110
- package/dist/apispec/src/apis/SandboxesApi.d.ts +7 -7
- package/dist/apispec/src/apis/SandboxesApi.d.ts.map +1 -1
- package/dist/apispec/src/apis/SandboxesApi.js +11 -6
- package/dist/apispec/src/models/APIKey.d.ts +6 -0
- package/dist/apispec/src/models/APIKey.d.ts.map +1 -1
- package/dist/apispec/src/models/APIKey.js +4 -0
- package/dist/apispec/src/models/ClaimMountRequest.d.ts +0 -7
- package/dist/apispec/src/models/ClaimMountRequest.d.ts.map +1 -1
- package/dist/apispec/src/models/ClaimMountRequest.js +0 -3
- package/dist/apispec/src/models/ClaimRequest.d.ts +0 -17
- package/dist/apispec/src/models/ClaimRequest.d.ts.map +1 -1
- package/dist/apispec/src/models/ClaimRequest.js +0 -4
- package/dist/apispec/src/models/CloneVolumeFileEntry.d.ts +57 -0
- package/dist/apispec/src/models/CloneVolumeFileEntry.d.ts.map +1 -0
- package/dist/apispec/src/models/CloneVolumeFileEntry.js +55 -0
- package/dist/apispec/src/models/CloneVolumeFileResult.d.ts +65 -0
- package/dist/apispec/src/models/CloneVolumeFileResult.d.ts.map +1 -0
- package/dist/apispec/src/models/CloneVolumeFileResult.js +66 -0
- package/dist/apispec/src/models/CloneVolumeFilesRequest.d.ts +55 -0
- package/dist/apispec/src/models/CloneVolumeFilesRequest.d.ts.map +1 -0
- package/dist/apispec/src/models/CloneVolumeFilesRequest.js +56 -0
- package/dist/apispec/src/models/CreateAPIKeyRequest.d.ts +7 -1
- package/dist/apispec/src/models/CreateAPIKeyRequest.d.ts.map +1 -1
- package/dist/apispec/src/models/CreateAPIKeyRequest.js +2 -0
- package/dist/apispec/src/models/CreateAPIKeyResponse.d.ts +6 -0
- package/dist/apispec/src/models/CreateAPIKeyResponse.d.ts.map +1 -1
- package/dist/apispec/src/models/CreateAPIKeyResponse.js +4 -0
- package/dist/apispec/src/models/CreateSandboxVolumeRequest.d.ts +0 -24
- package/dist/apispec/src/models/CreateSandboxVolumeRequest.d.ts.map +1 -1
- package/dist/apispec/src/models/CreateSandboxVolumeRequest.js +0 -8
- package/dist/apispec/src/models/CurrentAPIKeyResponse.d.ts +6 -0
- package/dist/apispec/src/models/CurrentAPIKeyResponse.d.ts.map +1 -1
- package/dist/apispec/src/models/CurrentAPIKeyResponse.js +4 -0
- package/dist/apispec/src/models/ForkVolumeRequest.d.ts +0 -24
- package/dist/apispec/src/models/ForkVolumeRequest.d.ts.map +1 -1
- package/dist/apispec/src/models/ForkVolumeRequest.js +0 -8
- package/dist/apispec/src/models/MountStatus.d.ts +0 -6
- package/dist/apispec/src/models/MountStatus.d.ts.map +1 -1
- package/dist/apispec/src/models/MountStatus.js +0 -2
- package/dist/apispec/src/models/SandboxTemplateSpec.d.ts +7 -0
- package/dist/apispec/src/models/SandboxTemplateSpec.d.ts.map +1 -1
- package/dist/apispec/src/models/SandboxTemplateSpec.js +3 -0
- package/dist/apispec/src/models/SandboxVolume.d.ts +0 -24
- package/dist/apispec/src/models/SandboxVolume.d.ts.map +1 -1
- package/dist/apispec/src/models/SandboxVolume.js +0 -12
- package/dist/apispec/src/models/SuccessCloneVolumeFilesResponse.d.ts +40 -0
- package/dist/apispec/src/models/SuccessCloneVolumeFilesResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessCloneVolumeFilesResponse.js +46 -0
- package/dist/apispec/src/models/SuccessCloneVolumeFilesResponseAllOfData.d.ts +34 -0
- package/dist/apispec/src/models/SuccessCloneVolumeFilesResponseAllOfData.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessCloneVolumeFilesResponseAllOfData.js +42 -0
- package/dist/apispec/src/models/VolumeMountSpec.d.ts +45 -0
- package/dist/apispec/src/models/VolumeMountSpec.d.ts.map +1 -0
- package/dist/apispec/src/models/VolumeMountSpec.js +49 -0
- package/dist/apispec/src/models/WebLoginExchangeRequest.d.ts +39 -0
- package/dist/apispec/src/models/WebLoginExchangeRequest.d.ts.map +1 -0
- package/dist/apispec/src/models/WebLoginExchangeRequest.js +47 -0
- package/dist/apispec/src/models/WebhookConfig.d.ts +1 -0
- package/dist/apispec/src/models/WebhookConfig.d.ts.map +1 -1
- package/dist/apispec/src/models/index.d.ts +7 -11
- package/dist/apispec/src/models/index.d.ts.map +1 -1
- package/dist/apispec/src/models/index.js +7 -11
- package/dist/client.d.ts +1 -2
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +9 -3
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/models.d.ts +7 -0
- package/dist/models.d.ts.map +1 -1
- package/dist/resources/sandboxes.d.ts +0 -2
- package/dist/resources/sandboxes.d.ts.map +1 -1
- package/dist/resources/sandboxes.js +1 -5
- package/dist/resources/volumes.d.ts +2 -1
- package/dist/resources/volumes.d.ts.map +1 -1
- package/dist/resources/volumes.js +8 -0
- package/dist/sandbox_logs.d.ts +1 -2
- package/dist/sandbox_logs.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/apispec/src/models/ActiveTeam.d.ts +0 -63
- package/dist/apispec/src/models/ActiveTeam.d.ts.map +0 -1
- package/dist/apispec/src/models/ActiveTeam.js +0 -57
- package/dist/apispec/src/models/MountRequest.d.ts +0 -52
- package/dist/apispec/src/models/MountRequest.d.ts.map +0 -1
- package/dist/apispec/src/models/MountRequest.js +0 -52
- package/dist/apispec/src/models/MountResponse.d.ts +0 -51
- package/dist/apispec/src/models/MountResponse.d.ts.map +0 -1
- package/dist/apispec/src/models/MountResponse.js +0 -55
- package/dist/apispec/src/models/ProbePort.d.ts +0 -22
- package/dist/apispec/src/models/ProbePort.d.ts.map +0 -1
- package/dist/apispec/src/models/ProbePort.js +0 -43
- package/dist/apispec/src/models/SandboxLogs.d.ts +0 -57
- package/dist/apispec/src/models/SandboxLogs.d.ts.map +0 -1
- package/dist/apispec/src/models/SandboxLogs.js +0 -59
- package/dist/apispec/src/models/SuccessActiveTeamResponse.d.ts +0 -40
- package/dist/apispec/src/models/SuccessActiveTeamResponse.d.ts.map +0 -1
- package/dist/apispec/src/models/SuccessActiveTeamResponse.js +0 -46
- package/dist/apispec/src/models/SuccessMountResponse.d.ts +0 -40
- package/dist/apispec/src/models/SuccessMountResponse.d.ts.map +0 -1
- package/dist/apispec/src/models/SuccessMountResponse.js +0 -46
- package/dist/apispec/src/models/SuccessMountStatusResponse.d.ts +0 -40
- package/dist/apispec/src/models/SuccessMountStatusResponse.d.ts.map +0 -1
- package/dist/apispec/src/models/SuccessMountStatusResponse.js +0 -46
- package/dist/apispec/src/models/SuccessMountStatusResponseAllOfData.d.ts +0 -34
- package/dist/apispec/src/models/SuccessMountStatusResponseAllOfData.d.ts.map +0 -1
- package/dist/apispec/src/models/SuccessMountStatusResponseAllOfData.js +0 -42
- package/dist/apispec/src/models/SuccessSandboxLogsResponse.d.ts +0 -40
- package/dist/apispec/src/models/SuccessSandboxLogsResponse.d.ts.map +0 -1
- package/dist/apispec/src/models/SuccessSandboxLogsResponse.js +0 -46
- package/dist/apispec/src/models/SuccessUnmountedResponse.d.ts +0 -40
- package/dist/apispec/src/models/SuccessUnmountedResponse.d.ts.map +0 -1
- package/dist/apispec/src/models/SuccessUnmountedResponse.js +0 -46
- package/dist/apispec/src/models/SuccessUnmountedResponseAllOfData.d.ts +0 -33
- package/dist/apispec/src/models/SuccessUnmountedResponseAllOfData.d.ts.map +0 -1
- package/dist/apispec/src/models/SuccessUnmountedResponseAllOfData.js +0 -41
- package/dist/apispec/src/models/TplSandboxNetworkPolicy.d.ts +0 -51
- package/dist/apispec/src/models/TplSandboxNetworkPolicy.d.ts.map +0 -1
- package/dist/apispec/src/models/TplSandboxNetworkPolicy.js +0 -53
- package/dist/apispec/src/models/UnmountRequest.d.ts +0 -39
- package/dist/apispec/src/models/UnmountRequest.d.ts.map +0 -1
- package/dist/apispec/src/models/UnmountRequest.js +0 -47
- package/dist/apispec/src/models/VolumeConfig.d.ts +0 -51
- package/dist/apispec/src/models/VolumeConfig.d.ts.map +0 -1
- package/dist/apispec/src/models/VolumeConfig.js +0 -47
- package/dist/sandbox_volumes.d.ts +0 -10
- package/dist/sandbox_volumes.d.ts.map +0 -1
- package/dist/sandbox_volumes.js +0 -42
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sandbox0 API
|
|
5
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { VolumeConfigFromJSON, VolumeConfigToJSON, } from './VolumeConfig.js';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the MountRequest interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfMountRequest(value) {
|
|
19
|
-
if (!('sandboxvolumeId' in value) || value['sandboxvolumeId'] === undefined)
|
|
20
|
-
return false;
|
|
21
|
-
if (!('mountPoint' in value) || value['mountPoint'] === undefined)
|
|
22
|
-
return false;
|
|
23
|
-
return true;
|
|
24
|
-
}
|
|
25
|
-
export function MountRequestFromJSON(json) {
|
|
26
|
-
return MountRequestFromJSONTyped(json, false);
|
|
27
|
-
}
|
|
28
|
-
export function MountRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
-
if (json == null) {
|
|
30
|
-
return json;
|
|
31
|
-
}
|
|
32
|
-
return {
|
|
33
|
-
'sandboxvolumeId': json['sandboxvolume_id'],
|
|
34
|
-
'sandboxId': json['sandbox_id'] == null ? undefined : json['sandbox_id'],
|
|
35
|
-
'mountPoint': json['mount_point'],
|
|
36
|
-
'volumeConfig': json['volume_config'] == null ? undefined : VolumeConfigFromJSON(json['volume_config']),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
export function MountRequestToJSON(json) {
|
|
40
|
-
return MountRequestToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
export function MountRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'sandboxvolume_id': value['sandboxvolumeId'],
|
|
48
|
-
'sandbox_id': value['sandboxId'],
|
|
49
|
-
'mount_point': value['mountPoint'],
|
|
50
|
-
'volume_config': VolumeConfigToJSON(value['volumeConfig']),
|
|
51
|
-
};
|
|
52
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sandbox0 API
|
|
3
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface MountResponse
|
|
16
|
-
*/
|
|
17
|
-
export interface MountResponse {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof MountResponse
|
|
22
|
-
*/
|
|
23
|
-
sandboxvolumeId: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof MountResponse
|
|
28
|
-
*/
|
|
29
|
-
mountPoint: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof MountResponse
|
|
34
|
-
*/
|
|
35
|
-
mountedAt: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof MountResponse
|
|
40
|
-
*/
|
|
41
|
-
mountSessionId: string;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Check if a given object implements the MountResponse interface.
|
|
45
|
-
*/
|
|
46
|
-
export declare function instanceOfMountResponse(value: object): value is MountResponse;
|
|
47
|
-
export declare function MountResponseFromJSON(json: any): MountResponse;
|
|
48
|
-
export declare function MountResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): MountResponse;
|
|
49
|
-
export declare function MountResponseToJSON(json: any): MountResponse;
|
|
50
|
-
export declare function MountResponseToJSONTyped(value?: MountResponse | null, ignoreDiscriminator?: boolean): any;
|
|
51
|
-
//# sourceMappingURL=MountResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MountResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/MountResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,aAAa,CAM7E;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE9D;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,aAAa,CAWjG;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE5D;AAED,wBAAgB,wBAAwB,CAAC,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAYhH"}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sandbox0 API
|
|
5
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the MountResponse interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfMountResponse(value) {
|
|
18
|
-
if (!('sandboxvolumeId' in value) || value['sandboxvolumeId'] === undefined)
|
|
19
|
-
return false;
|
|
20
|
-
if (!('mountPoint' in value) || value['mountPoint'] === undefined)
|
|
21
|
-
return false;
|
|
22
|
-
if (!('mountedAt' in value) || value['mountedAt'] === undefined)
|
|
23
|
-
return false;
|
|
24
|
-
if (!('mountSessionId' in value) || value['mountSessionId'] === undefined)
|
|
25
|
-
return false;
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
export function MountResponseFromJSON(json) {
|
|
29
|
-
return MountResponseFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
export function MountResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'sandboxvolumeId': json['sandboxvolume_id'],
|
|
37
|
-
'mountPoint': json['mount_point'],
|
|
38
|
-
'mountedAt': json['mounted_at'],
|
|
39
|
-
'mountSessionId': json['mount_session_id'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
export function MountResponseToJSON(json) {
|
|
43
|
-
return MountResponseToJSONTyped(json, false);
|
|
44
|
-
}
|
|
45
|
-
export function MountResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
-
if (value == null) {
|
|
47
|
-
return value;
|
|
48
|
-
}
|
|
49
|
-
return {
|
|
50
|
-
'sandboxvolume_id': value['sandboxvolumeId'],
|
|
51
|
-
'mount_point': value['mountPoint'],
|
|
52
|
-
'mounted_at': value['mountedAt'],
|
|
53
|
-
'mount_session_id': value['mountSessionId'],
|
|
54
|
-
};
|
|
55
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sandbox0 API
|
|
3
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* @type ProbePort
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
*/
|
|
17
|
-
export type ProbePort = number | string;
|
|
18
|
-
export declare function ProbePortFromJSON(json: any): ProbePort;
|
|
19
|
-
export declare function ProbePortFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProbePort;
|
|
20
|
-
export declare function ProbePortToJSON(json: any): any;
|
|
21
|
-
export declare function ProbePortToJSONTyped(value?: ProbePort | null, ignoreDiscriminator?: boolean): any;
|
|
22
|
-
//# sourceMappingURL=ProbePort.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProbePort.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/ProbePort.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAExC,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,SAAS,CAEtD;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAWzF;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAE9C;AAED,wBAAgB,oBAAoB,CAAC,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWxG"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sandbox0 API
|
|
5
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export function ProbePortFromJSON(json) {
|
|
15
|
-
return ProbePortFromJSONTyped(json, false);
|
|
16
|
-
}
|
|
17
|
-
export function ProbePortFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
-
if (json == null) {
|
|
19
|
-
return json;
|
|
20
|
-
}
|
|
21
|
-
if (typeof json === 'number') {
|
|
22
|
-
return json;
|
|
23
|
-
}
|
|
24
|
-
if (typeof json === 'string') {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {};
|
|
28
|
-
}
|
|
29
|
-
export function ProbePortToJSON(json) {
|
|
30
|
-
return ProbePortToJSONTyped(json, false);
|
|
31
|
-
}
|
|
32
|
-
export function ProbePortToJSONTyped(value, ignoreDiscriminator = false) {
|
|
33
|
-
if (value == null) {
|
|
34
|
-
return value;
|
|
35
|
-
}
|
|
36
|
-
if (typeof value === 'number') {
|
|
37
|
-
return value;
|
|
38
|
-
}
|
|
39
|
-
if (typeof value === 'string') {
|
|
40
|
-
return value;
|
|
41
|
-
}
|
|
42
|
-
return {};
|
|
43
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sandbox0 API
|
|
3
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface SandboxLogs
|
|
16
|
-
*/
|
|
17
|
-
export interface SandboxLogs {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof SandboxLogs
|
|
22
|
-
*/
|
|
23
|
-
sandboxId: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SandboxLogs
|
|
28
|
-
*/
|
|
29
|
-
podName: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof SandboxLogs
|
|
34
|
-
*/
|
|
35
|
-
container: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {boolean}
|
|
39
|
-
* @memberof SandboxLogs
|
|
40
|
-
*/
|
|
41
|
-
previous: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* Log text returned by Kubernetes for the selected container.
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof SandboxLogs
|
|
46
|
-
*/
|
|
47
|
-
logs: string;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Check if a given object implements the SandboxLogs interface.
|
|
51
|
-
*/
|
|
52
|
-
export declare function instanceOfSandboxLogs(value: object): value is SandboxLogs;
|
|
53
|
-
export declare function SandboxLogsFromJSON(json: any): SandboxLogs;
|
|
54
|
-
export declare function SandboxLogsFromJSONTyped(json: any, ignoreDiscriminator: boolean): SandboxLogs;
|
|
55
|
-
export declare function SandboxLogsToJSON(json: any): SandboxLogs;
|
|
56
|
-
export declare function SandboxLogsToJSONTyped(value?: SandboxLogs | null, ignoreDiscriminator?: boolean): any;
|
|
57
|
-
//# sourceMappingURL=SandboxLogs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SandboxLogs.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SandboxLogs.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,WAAW,CAOzE;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAY7F;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAExD;AAED,wBAAgB,sBAAsB,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAa5G"}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sandbox0 API
|
|
5
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
/**
|
|
15
|
-
* Check if a given object implements the SandboxLogs interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfSandboxLogs(value) {
|
|
18
|
-
if (!('sandboxId' in value) || value['sandboxId'] === undefined)
|
|
19
|
-
return false;
|
|
20
|
-
if (!('podName' in value) || value['podName'] === undefined)
|
|
21
|
-
return false;
|
|
22
|
-
if (!('container' in value) || value['container'] === undefined)
|
|
23
|
-
return false;
|
|
24
|
-
if (!('previous' in value) || value['previous'] === undefined)
|
|
25
|
-
return false;
|
|
26
|
-
if (!('logs' in value) || value['logs'] === undefined)
|
|
27
|
-
return false;
|
|
28
|
-
return true;
|
|
29
|
-
}
|
|
30
|
-
export function SandboxLogsFromJSON(json) {
|
|
31
|
-
return SandboxLogsFromJSONTyped(json, false);
|
|
32
|
-
}
|
|
33
|
-
export function SandboxLogsFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
-
if (json == null) {
|
|
35
|
-
return json;
|
|
36
|
-
}
|
|
37
|
-
return {
|
|
38
|
-
'sandboxId': json['sandbox_id'],
|
|
39
|
-
'podName': json['pod_name'],
|
|
40
|
-
'container': json['container'],
|
|
41
|
-
'previous': json['previous'],
|
|
42
|
-
'logs': json['logs'],
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
export function SandboxLogsToJSON(json) {
|
|
46
|
-
return SandboxLogsToJSONTyped(json, false);
|
|
47
|
-
}
|
|
48
|
-
export function SandboxLogsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
49
|
-
if (value == null) {
|
|
50
|
-
return value;
|
|
51
|
-
}
|
|
52
|
-
return {
|
|
53
|
-
'sandbox_id': value['sandboxId'],
|
|
54
|
-
'pod_name': value['podName'],
|
|
55
|
-
'container': value['container'],
|
|
56
|
-
'previous': value['previous'],
|
|
57
|
-
'logs': value['logs'],
|
|
58
|
-
};
|
|
59
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sandbox0 API
|
|
3
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ActiveTeam } from './ActiveTeam.js';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SuccessActiveTeamResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface SuccessActiveTeamResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {boolean}
|
|
22
|
-
* @memberof SuccessActiveTeamResponse
|
|
23
|
-
*/
|
|
24
|
-
success: boolean;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {ActiveTeam}
|
|
28
|
-
* @memberof SuccessActiveTeamResponse
|
|
29
|
-
*/
|
|
30
|
-
data?: ActiveTeam;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Check if a given object implements the SuccessActiveTeamResponse interface.
|
|
34
|
-
*/
|
|
35
|
-
export declare function instanceOfSuccessActiveTeamResponse(value: object): value is SuccessActiveTeamResponse;
|
|
36
|
-
export declare function SuccessActiveTeamResponseFromJSON(json: any): SuccessActiveTeamResponse;
|
|
37
|
-
export declare function SuccessActiveTeamResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessActiveTeamResponse;
|
|
38
|
-
export declare function SuccessActiveTeamResponseToJSON(json: any): SuccessActiveTeamResponse;
|
|
39
|
-
export declare function SuccessActiveTeamResponseToJSONTyped(value?: SuccessActiveTeamResponse | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
-
//# sourceMappingURL=SuccessActiveTeamResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessActiveTeamResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessActiveTeamResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAQ/C;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAGrG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CASzH;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEpF;AAED,wBAAgB,oCAAoC,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxI"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sandbox0 API
|
|
5
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { ActiveTeamFromJSON, ActiveTeamToJSON, } from './ActiveTeam.js';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the SuccessActiveTeamResponse interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfSuccessActiveTeamResponse(value) {
|
|
19
|
-
if (!('success' in value) || value['success'] === undefined)
|
|
20
|
-
return false;
|
|
21
|
-
return true;
|
|
22
|
-
}
|
|
23
|
-
export function SuccessActiveTeamResponseFromJSON(json) {
|
|
24
|
-
return SuccessActiveTeamResponseFromJSONTyped(json, false);
|
|
25
|
-
}
|
|
26
|
-
export function SuccessActiveTeamResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
-
if (json == null) {
|
|
28
|
-
return json;
|
|
29
|
-
}
|
|
30
|
-
return {
|
|
31
|
-
'success': json['success'],
|
|
32
|
-
'data': json['data'] == null ? undefined : ActiveTeamFromJSON(json['data']),
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
export function SuccessActiveTeamResponseToJSON(json) {
|
|
36
|
-
return SuccessActiveTeamResponseToJSONTyped(json, false);
|
|
37
|
-
}
|
|
38
|
-
export function SuccessActiveTeamResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
|
-
if (value == null) {
|
|
40
|
-
return value;
|
|
41
|
-
}
|
|
42
|
-
return {
|
|
43
|
-
'success': value['success'],
|
|
44
|
-
'data': ActiveTeamToJSON(value['data']),
|
|
45
|
-
};
|
|
46
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sandbox0 API
|
|
3
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { MountResponse } from './MountResponse.js';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SuccessMountResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface SuccessMountResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {boolean}
|
|
22
|
-
* @memberof SuccessMountResponse
|
|
23
|
-
*/
|
|
24
|
-
success: boolean;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {MountResponse}
|
|
28
|
-
* @memberof SuccessMountResponse
|
|
29
|
-
*/
|
|
30
|
-
data?: MountResponse;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Check if a given object implements the SuccessMountResponse interface.
|
|
34
|
-
*/
|
|
35
|
-
export declare function instanceOfSuccessMountResponse(value: object): value is SuccessMountResponse;
|
|
36
|
-
export declare function SuccessMountResponseFromJSON(json: any): SuccessMountResponse;
|
|
37
|
-
export declare function SuccessMountResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessMountResponse;
|
|
38
|
-
export declare function SuccessMountResponseToJSON(json: any): SuccessMountResponse;
|
|
39
|
-
export declare function SuccessMountResponseToJSONTyped(value?: SuccessMountResponse | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
-
//# sourceMappingURL=SuccessMountResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessMountResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessMountResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAQrD;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAG3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAS/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,CAU9H"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sandbox0 API
|
|
5
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { MountResponseFromJSON, MountResponseToJSON, } from './MountResponse.js';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the SuccessMountResponse interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfSuccessMountResponse(value) {
|
|
19
|
-
if (!('success' in value) || value['success'] === undefined)
|
|
20
|
-
return false;
|
|
21
|
-
return true;
|
|
22
|
-
}
|
|
23
|
-
export function SuccessMountResponseFromJSON(json) {
|
|
24
|
-
return SuccessMountResponseFromJSONTyped(json, false);
|
|
25
|
-
}
|
|
26
|
-
export function SuccessMountResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
-
if (json == null) {
|
|
28
|
-
return json;
|
|
29
|
-
}
|
|
30
|
-
return {
|
|
31
|
-
'success': json['success'],
|
|
32
|
-
'data': json['data'] == null ? undefined : MountResponseFromJSON(json['data']),
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
export function SuccessMountResponseToJSON(json) {
|
|
36
|
-
return SuccessMountResponseToJSONTyped(json, false);
|
|
37
|
-
}
|
|
38
|
-
export function SuccessMountResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
|
-
if (value == null) {
|
|
40
|
-
return value;
|
|
41
|
-
}
|
|
42
|
-
return {
|
|
43
|
-
'success': value['success'],
|
|
44
|
-
'data': MountResponseToJSON(value['data']),
|
|
45
|
-
};
|
|
46
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sandbox0 API
|
|
3
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { SuccessMountStatusResponseAllOfData } from './SuccessMountStatusResponseAllOfData.js';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SuccessMountStatusResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface SuccessMountStatusResponse {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {boolean}
|
|
22
|
-
* @memberof SuccessMountStatusResponse
|
|
23
|
-
*/
|
|
24
|
-
success: boolean;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {SuccessMountStatusResponseAllOfData}
|
|
28
|
-
* @memberof SuccessMountStatusResponse
|
|
29
|
-
*/
|
|
30
|
-
data?: SuccessMountStatusResponseAllOfData;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Check if a given object implements the SuccessMountStatusResponse interface.
|
|
34
|
-
*/
|
|
35
|
-
export declare function instanceOfSuccessMountStatusResponse(value: object): value is SuccessMountStatusResponse;
|
|
36
|
-
export declare function SuccessMountStatusResponseFromJSON(json: any): SuccessMountStatusResponse;
|
|
37
|
-
export declare function SuccessMountStatusResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessMountStatusResponse;
|
|
38
|
-
export declare function SuccessMountStatusResponseToJSON(json: any): SuccessMountStatusResponse;
|
|
39
|
-
export declare function SuccessMountStatusResponseToJSONTyped(value?: SuccessMountStatusResponse | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
-
//# sourceMappingURL=SuccessMountStatusResponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessMountStatusResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessMountStatusResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAQjG;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,mCAAmC,CAAC;CAC9C;AAED;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAGvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAS3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1I"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Sandbox0 API
|
|
5
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 0.1.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
import { SuccessMountStatusResponseAllOfDataFromJSON, SuccessMountStatusResponseAllOfDataToJSON, } from './SuccessMountStatusResponseAllOfData.js';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the SuccessMountStatusResponse interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfSuccessMountStatusResponse(value) {
|
|
19
|
-
if (!('success' in value) || value['success'] === undefined)
|
|
20
|
-
return false;
|
|
21
|
-
return true;
|
|
22
|
-
}
|
|
23
|
-
export function SuccessMountStatusResponseFromJSON(json) {
|
|
24
|
-
return SuccessMountStatusResponseFromJSONTyped(json, false);
|
|
25
|
-
}
|
|
26
|
-
export function SuccessMountStatusResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
-
if (json == null) {
|
|
28
|
-
return json;
|
|
29
|
-
}
|
|
30
|
-
return {
|
|
31
|
-
'success': json['success'],
|
|
32
|
-
'data': json['data'] == null ? undefined : SuccessMountStatusResponseAllOfDataFromJSON(json['data']),
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
export function SuccessMountStatusResponseToJSON(json) {
|
|
36
|
-
return SuccessMountStatusResponseToJSONTyped(json, false);
|
|
37
|
-
}
|
|
38
|
-
export function SuccessMountStatusResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
|
-
if (value == null) {
|
|
40
|
-
return value;
|
|
41
|
-
}
|
|
42
|
-
return {
|
|
43
|
-
'success': value['success'],
|
|
44
|
-
'data': SuccessMountStatusResponseAllOfDataToJSON(value['data']),
|
|
45
|
-
};
|
|
46
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sandbox0 API
|
|
3
|
-
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 0.1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { MountStatus } from './MountStatus.js';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface SuccessMountStatusResponseAllOfData
|
|
17
|
-
*/
|
|
18
|
-
export interface SuccessMountStatusResponseAllOfData {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {Array<MountStatus>}
|
|
22
|
-
* @memberof SuccessMountStatusResponseAllOfData
|
|
23
|
-
*/
|
|
24
|
-
mounts?: Array<MountStatus>;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the SuccessMountStatusResponseAllOfData interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfSuccessMountStatusResponseAllOfData(value: object): value is SuccessMountStatusResponseAllOfData;
|
|
30
|
-
export declare function SuccessMountStatusResponseAllOfDataFromJSON(json: any): SuccessMountStatusResponseAllOfData;
|
|
31
|
-
export declare function SuccessMountStatusResponseAllOfDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessMountStatusResponseAllOfData;
|
|
32
|
-
export declare function SuccessMountStatusResponseAllOfDataToJSON(json: any): SuccessMountStatusResponseAllOfData;
|
|
33
|
-
export declare function SuccessMountStatusResponseAllOfDataToJSONTyped(value?: SuccessMountStatusResponseAllOfData | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
-
//# sourceMappingURL=SuccessMountStatusResponseAllOfData.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessMountStatusResponseAllOfData.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessMountStatusResponseAllOfData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAQjD;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CAC/B;AAED;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAEzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAQ7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS5J"}
|