sandbox0 0.4.0 → 0.4.4
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/apispec/src/apis/FilesApi.d.ts +16 -1
- package/dist/apispec/src/apis/FilesApi.d.ts.map +1 -1
- package/dist/apispec/src/apis/FilesApi.js +47 -1
- package/dist/apispec/src/apis/FunctionsApi.d.ts +106 -7
- package/dist/apispec/src/apis/FunctionsApi.d.ts.map +1 -1
- package/dist/apispec/src/apis/FunctionsApi.js +292 -7
- package/dist/apispec/src/apis/SandboxesApi.d.ts +1 -0
- package/dist/apispec/src/apis/SandboxesApi.d.ts.map +1 -1
- package/dist/apispec/src/apis/SandboxesApi.js +2 -1
- package/dist/apispec/src/models/CreateSandboxVolumeRequest.d.ts +6 -0
- package/dist/apispec/src/models/CreateSandboxVolumeRequest.d.ts.map +1 -1
- package/dist/apispec/src/models/CreateSandboxVolumeRequest.js +2 -0
- package/dist/apispec/src/models/EgressAuthProtocol.d.ts +8 -8
- package/dist/apispec/src/models/EgressAuthProtocol.js +8 -8
- package/dist/apispec/src/models/EgressProxyPolicy.d.ts +46 -0
- package/dist/apispec/src/models/EgressProxyPolicy.d.ts.map +1 -0
- package/dist/apispec/src/models/EgressProxyPolicy.js +50 -0
- package/dist/apispec/src/models/EgressProxyType.d.ts +25 -0
- package/dist/apispec/src/models/EgressProxyType.d.ts.map +1 -0
- package/dist/apispec/src/models/EgressProxyType.js +42 -0
- package/dist/apispec/src/models/Function.d.ts +19 -0
- package/dist/apispec/src/models/Function.d.ts.map +1 -1
- package/dist/apispec/src/models/Function.js +11 -0
- package/dist/apispec/src/models/FunctionAutoscaling.d.ts +51 -0
- package/dist/apispec/src/models/FunctionAutoscaling.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionAutoscaling.js +55 -0
- package/dist/apispec/src/models/FunctionCreateRequest.d.ts +7 -0
- package/dist/apispec/src/models/FunctionCreateRequest.d.ts.map +1 -1
- package/dist/apispec/src/models/FunctionCreateRequest.js +3 -0
- package/dist/apispec/src/models/FunctionEnvRef.d.ts +39 -0
- package/dist/apispec/src/models/FunctionEnvRef.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionEnvRef.js +47 -0
- package/dist/apispec/src/models/FunctionRecord.d.ts +19 -0
- package/dist/apispec/src/models/FunctionRecord.d.ts.map +1 -1
- package/dist/apispec/src/models/FunctionRecord.js +11 -0
- package/dist/apispec/src/models/FunctionRestoreMount.d.ts +13 -1
- package/dist/apispec/src/models/FunctionRestoreMount.d.ts.map +1 -1
- package/dist/apispec/src/models/FunctionRestoreMount.js +4 -0
- package/dist/apispec/src/models/FunctionRevision.d.ts +30 -8
- package/dist/apispec/src/models/FunctionRevision.d.ts.map +1 -1
- package/dist/apispec/src/models/FunctionRevision.js +14 -10
- package/dist/apispec/src/models/FunctionRevisionInputSourceType.d.ts +26 -0
- package/dist/apispec/src/models/FunctionRevisionInputSourceType.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionRevisionInputSourceType.js +43 -0
- package/dist/apispec/src/models/FunctionRevisionMount.d.ts +66 -0
- package/dist/apispec/src/models/FunctionRevisionMount.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionRevisionMount.js +61 -0
- package/dist/apispec/src/models/FunctionRevisionMountSource.d.ts +72 -0
- package/dist/apispec/src/models/FunctionRevisionMountSource.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionRevisionMountSource.js +61 -0
- package/dist/apispec/src/models/FunctionRevisionSourceType.d.ts +27 -0
- package/dist/apispec/src/models/FunctionRevisionSourceType.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionRevisionSourceType.js +44 -0
- package/dist/apispec/src/models/FunctionRevisionSpec.d.ts +61 -0
- package/dist/apispec/src/models/FunctionRevisionSpec.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionRevisionSpec.js +57 -0
- package/dist/apispec/src/models/FunctionRuntimeEvent.d.ts +107 -0
- package/dist/apispec/src/models/FunctionRuntimeEvent.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionRuntimeEvent.js +81 -0
- package/dist/apispec/src/models/FunctionRuntimeInstance.d.ts +131 -0
- package/dist/apispec/src/models/FunctionRuntimeInstance.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionRuntimeInstance.js +93 -0
- package/dist/apispec/src/models/FunctionRuntimeInstanceState.d.ts +28 -0
- package/dist/apispec/src/models/FunctionRuntimeInstanceState.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionRuntimeInstanceState.js +45 -0
- package/dist/apispec/src/models/FunctionRuntimePhase.d.ts +31 -0
- package/dist/apispec/src/models/FunctionRuntimePhase.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionRuntimePhase.js +48 -0
- package/dist/apispec/src/models/FunctionRuntimeReadinessState.d.ts +28 -0
- package/dist/apispec/src/models/FunctionRuntimeReadinessState.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionRuntimeReadinessState.js +45 -0
- package/dist/apispec/src/models/FunctionRuntimeState.d.ts +27 -0
- package/dist/apispec/src/models/FunctionRuntimeState.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionRuntimeState.js +44 -0
- package/dist/apispec/src/models/FunctionRuntimeStatus.d.ts +123 -0
- package/dist/apispec/src/models/FunctionRuntimeStatus.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionRuntimeStatus.js +89 -0
- package/dist/apispec/src/models/FunctionSandboxServiceSource.d.ts +39 -0
- package/dist/apispec/src/models/FunctionSandboxServiceSource.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionSandboxServiceSource.js +47 -0
- package/dist/apispec/src/models/FunctionSourceRequest.d.ts +33 -3
- package/dist/apispec/src/models/FunctionSourceRequest.d.ts.map +1 -1
- package/dist/apispec/src/models/FunctionSourceRequest.js +13 -6
- package/dist/apispec/src/models/FunctionStaticAsset.d.ts +45 -0
- package/dist/apispec/src/models/FunctionStaticAsset.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionStaticAsset.js +49 -0
- package/dist/apispec/src/models/FunctionUpdateRequest.d.ts +46 -0
- package/dist/apispec/src/models/FunctionUpdateRequest.d.ts.map +1 -0
- package/dist/apispec/src/models/FunctionUpdateRequest.js +46 -0
- package/dist/apispec/src/models/MCPProtocolRule.d.ts +34 -0
- package/dist/apispec/src/models/MCPProtocolRule.d.ts.map +1 -0
- package/dist/apispec/src/models/MCPProtocolRule.js +42 -0
- package/dist/apispec/src/models/MCPToolPolicy.d.ts +39 -0
- package/dist/apispec/src/models/MCPToolPolicy.d.ts.map +1 -0
- package/dist/apispec/src/models/MCPToolPolicy.js +43 -0
- package/dist/apispec/src/models/NetworkEgressPolicy.d.ts +16 -0
- package/dist/apispec/src/models/NetworkEgressPolicy.d.ts.map +1 -1
- package/dist/apispec/src/models/NetworkEgressPolicy.js +6 -0
- package/dist/apispec/src/models/ProtocolRule.d.ts +74 -0
- package/dist/apispec/src/models/ProtocolRule.d.ts.map +1 -0
- package/dist/apispec/src/models/ProtocolRule.js +60 -0
- package/dist/apispec/src/models/ProtocolRuleProtocol.d.ts +25 -0
- package/dist/apispec/src/models/ProtocolRuleProtocol.d.ts.map +1 -0
- package/dist/apispec/src/models/ProtocolRuleProtocol.js +42 -0
- package/dist/apispec/src/models/SandboxAppServiceRuntime.d.ts +3 -3
- package/dist/apispec/src/models/SandboxPowerState.d.ts +2 -2
- package/dist/apispec/src/models/SandboxPowerState.js +2 -2
- package/dist/apispec/src/models/SandboxSummary.d.ts +1 -0
- package/dist/apispec/src/models/SandboxSummary.d.ts.map +1 -1
- package/dist/apispec/src/models/SandboxSummary.js +2 -1
- package/dist/apispec/src/models/SuccessFunctionAliasListResponse.d.ts +40 -0
- package/dist/apispec/src/models/SuccessFunctionAliasListResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessFunctionAliasListResponse.js +46 -0
- package/dist/apispec/src/models/SuccessFunctionAliasListResponseAllOfData.d.ts +34 -0
- package/dist/apispec/src/models/SuccessFunctionAliasListResponseAllOfData.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessFunctionAliasListResponseAllOfData.js +44 -0
- package/dist/apispec/src/models/SuccessFunctionRevisionResponse.d.ts +40 -0
- package/dist/apispec/src/models/SuccessFunctionRevisionResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessFunctionRevisionResponse.js +46 -0
- package/dist/apispec/src/models/SuccessFunctionRevisionResponseAllOfData.d.ts +34 -0
- package/dist/apispec/src/models/SuccessFunctionRevisionResponseAllOfData.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessFunctionRevisionResponseAllOfData.js +44 -0
- package/dist/apispec/src/models/SuccessFunctionRuntimeResponse.d.ts +40 -0
- package/dist/apispec/src/models/SuccessFunctionRuntimeResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessFunctionRuntimeResponse.js +46 -0
- package/dist/apispec/src/models/SuccessFunctionRuntimeResponseAllOfData.d.ts +34 -0
- package/dist/apispec/src/models/SuccessFunctionRuntimeResponseAllOfData.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessFunctionRuntimeResponseAllOfData.js +44 -0
- package/dist/apispec/src/models/SuccessVolumeFileArchiveImportResponse.d.ts +40 -0
- package/dist/apispec/src/models/SuccessVolumeFileArchiveImportResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessVolumeFileArchiveImportResponse.js +46 -0
- package/dist/apispec/src/models/TrafficRuleAppProtocol.d.ts +10 -10
- package/dist/apispec/src/models/TrafficRuleAppProtocol.js +10 -10
- package/dist/apispec/src/models/VolumeFileArchiveImportResponse.d.ts +51 -0
- package/dist/apispec/src/models/VolumeFileArchiveImportResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/VolumeFileArchiveImportResponse.js +55 -0
- package/dist/apispec/src/models/index.d.ts +31 -0
- package/dist/apispec/src/models/index.d.ts.map +1 -1
- package/dist/apispec/src/models/index.js +31 -0
- package/dist/apispec_compat.d.ts +226 -20
- package/dist/apispec_compat.d.ts.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/resources/functions.d.ts +14 -1
- package/dist/resources/functions.d.ts.map +1 -1
- package/dist/resources/functions.js +82 -3
- package/dist/resources/volumes.d.ts +2 -1
- package/dist/resources/volumes.d.ts.map +1 -1
- package/dist/resources/volumes.js +9 -0
- package/package.json +1 -1
|
@@ -0,0 +1,44 @@
|
|
|
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 { FunctionAliasFromJSON, FunctionAliasToJSON, } from './FunctionAlias.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the SuccessFunctionAliasListResponseAllOfData interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfSuccessFunctionAliasListResponseAllOfData(value) {
|
|
19
|
+
if (!('aliases' in value) || value['aliases'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
export function SuccessFunctionAliasListResponseAllOfDataFromJSON(json) {
|
|
24
|
+
return SuccessFunctionAliasListResponseAllOfDataFromJSONTyped(json, false);
|
|
25
|
+
}
|
|
26
|
+
export function SuccessFunctionAliasListResponseAllOfDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
+
if (json == null) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
'aliases': (json['aliases'].map(FunctionAliasFromJSON)),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function SuccessFunctionAliasListResponseAllOfDataToJSON(json) {
|
|
35
|
+
return SuccessFunctionAliasListResponseAllOfDataToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function SuccessFunctionAliasListResponseAllOfDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'aliases': (value['aliases'].map(FunctionAliasToJSON)),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { SuccessFunctionRevisionResponseAllOfData } from './SuccessFunctionRevisionResponseAllOfData.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SuccessFunctionRevisionResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface SuccessFunctionRevisionResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof SuccessFunctionRevisionResponse
|
|
23
|
+
*/
|
|
24
|
+
success: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {SuccessFunctionRevisionResponseAllOfData}
|
|
28
|
+
* @memberof SuccessFunctionRevisionResponse
|
|
29
|
+
*/
|
|
30
|
+
data?: SuccessFunctionRevisionResponseAllOfData;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the SuccessFunctionRevisionResponse interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfSuccessFunctionRevisionResponse(value: object): value is SuccessFunctionRevisionResponse;
|
|
36
|
+
export declare function SuccessFunctionRevisionResponseFromJSON(json: any): SuccessFunctionRevisionResponse;
|
|
37
|
+
export declare function SuccessFunctionRevisionResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessFunctionRevisionResponse;
|
|
38
|
+
export declare function SuccessFunctionRevisionResponseToJSON(json: any): SuccessFunctionRevisionResponse;
|
|
39
|
+
export declare function SuccessFunctionRevisionResponseToJSONTyped(value?: SuccessFunctionRevisionResponse | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=SuccessFunctionRevisionResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuccessFunctionRevisionResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessFunctionRevisionResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,CAAC;CACnD;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAGjH;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAElG;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+BAA+B,CASrI;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAEhG;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpJ"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { SuccessFunctionRevisionResponseAllOfDataFromJSON, SuccessFunctionRevisionResponseAllOfDataToJSON, } from './SuccessFunctionRevisionResponseAllOfData.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the SuccessFunctionRevisionResponse interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfSuccessFunctionRevisionResponse(value) {
|
|
19
|
+
if (!('success' in value) || value['success'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
export function SuccessFunctionRevisionResponseFromJSON(json) {
|
|
24
|
+
return SuccessFunctionRevisionResponseFromJSONTyped(json, false);
|
|
25
|
+
}
|
|
26
|
+
export function SuccessFunctionRevisionResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
+
if (json == null) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
'success': json['success'],
|
|
32
|
+
'data': json['data'] == null ? undefined : SuccessFunctionRevisionResponseAllOfDataFromJSON(json['data']),
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export function SuccessFunctionRevisionResponseToJSON(json) {
|
|
36
|
+
return SuccessFunctionRevisionResponseToJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
export function SuccessFunctionRevisionResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
|
+
if (value == null) {
|
|
40
|
+
return value;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'success': value['success'],
|
|
44
|
+
'data': SuccessFunctionRevisionResponseAllOfDataToJSON(value['data']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { FunctionRevision } from './FunctionRevision.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SuccessFunctionRevisionResponseAllOfData
|
|
17
|
+
*/
|
|
18
|
+
export interface SuccessFunctionRevisionResponseAllOfData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {FunctionRevision}
|
|
22
|
+
* @memberof SuccessFunctionRevisionResponseAllOfData
|
|
23
|
+
*/
|
|
24
|
+
revision: FunctionRevision;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the SuccessFunctionRevisionResponseAllOfData interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfSuccessFunctionRevisionResponseAllOfData(value: object): value is SuccessFunctionRevisionResponseAllOfData;
|
|
30
|
+
export declare function SuccessFunctionRevisionResponseAllOfDataFromJSON(json: any): SuccessFunctionRevisionResponseAllOfData;
|
|
31
|
+
export declare function SuccessFunctionRevisionResponseAllOfDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessFunctionRevisionResponseAllOfData;
|
|
32
|
+
export declare function SuccessFunctionRevisionResponseAllOfDataToJSON(json: any): SuccessFunctionRevisionResponseAllOfData;
|
|
33
|
+
export declare function SuccessFunctionRevisionResponseAllOfDataToJSONTyped(value?: SuccessFunctionRevisionResponseAllOfData | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=SuccessFunctionRevisionResponseAllOfData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuccessFunctionRevisionResponseAllOfData.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessFunctionRevisionResponseAllOfData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAQ3D;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,QAAQ,EAAE,gBAAgB,CAAC;CAC9B;AAED;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAGnI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CAQvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAStK"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { FunctionRevisionFromJSON, FunctionRevisionToJSON, } from './FunctionRevision.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the SuccessFunctionRevisionResponseAllOfData interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfSuccessFunctionRevisionResponseAllOfData(value) {
|
|
19
|
+
if (!('revision' in value) || value['revision'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
export function SuccessFunctionRevisionResponseAllOfDataFromJSON(json) {
|
|
24
|
+
return SuccessFunctionRevisionResponseAllOfDataFromJSONTyped(json, false);
|
|
25
|
+
}
|
|
26
|
+
export function SuccessFunctionRevisionResponseAllOfDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
+
if (json == null) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
'revision': FunctionRevisionFromJSON(json['revision']),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function SuccessFunctionRevisionResponseAllOfDataToJSON(json) {
|
|
35
|
+
return SuccessFunctionRevisionResponseAllOfDataToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function SuccessFunctionRevisionResponseAllOfDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'revision': FunctionRevisionToJSON(value['revision']),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { SuccessFunctionRuntimeResponseAllOfData } from './SuccessFunctionRuntimeResponseAllOfData.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SuccessFunctionRuntimeResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface SuccessFunctionRuntimeResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof SuccessFunctionRuntimeResponse
|
|
23
|
+
*/
|
|
24
|
+
success: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {SuccessFunctionRuntimeResponseAllOfData}
|
|
28
|
+
* @memberof SuccessFunctionRuntimeResponse
|
|
29
|
+
*/
|
|
30
|
+
data?: SuccessFunctionRuntimeResponseAllOfData;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the SuccessFunctionRuntimeResponse interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfSuccessFunctionRuntimeResponse(value: object): value is SuccessFunctionRuntimeResponse;
|
|
36
|
+
export declare function SuccessFunctionRuntimeResponseFromJSON(json: any): SuccessFunctionRuntimeResponse;
|
|
37
|
+
export declare function SuccessFunctionRuntimeResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessFunctionRuntimeResponse;
|
|
38
|
+
export declare function SuccessFunctionRuntimeResponseToJSON(json: any): SuccessFunctionRuntimeResponse;
|
|
39
|
+
export declare function SuccessFunctionRuntimeResponseToJSONTyped(value?: SuccessFunctionRuntimeResponse | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=SuccessFunctionRuntimeResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuccessFunctionRuntimeResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessFunctionRuntimeResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAQzG;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,uCAAuC,CAAC;CAClD;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAG/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CASnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlJ"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { SuccessFunctionRuntimeResponseAllOfDataFromJSON, SuccessFunctionRuntimeResponseAllOfDataToJSON, } from './SuccessFunctionRuntimeResponseAllOfData.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the SuccessFunctionRuntimeResponse interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfSuccessFunctionRuntimeResponse(value) {
|
|
19
|
+
if (!('success' in value) || value['success'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
export function SuccessFunctionRuntimeResponseFromJSON(json) {
|
|
24
|
+
return SuccessFunctionRuntimeResponseFromJSONTyped(json, false);
|
|
25
|
+
}
|
|
26
|
+
export function SuccessFunctionRuntimeResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
+
if (json == null) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
'success': json['success'],
|
|
32
|
+
'data': json['data'] == null ? undefined : SuccessFunctionRuntimeResponseAllOfDataFromJSON(json['data']),
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export function SuccessFunctionRuntimeResponseToJSON(json) {
|
|
36
|
+
return SuccessFunctionRuntimeResponseToJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
export function SuccessFunctionRuntimeResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
|
+
if (value == null) {
|
|
40
|
+
return value;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'success': value['success'],
|
|
44
|
+
'data': SuccessFunctionRuntimeResponseAllOfDataToJSON(value['data']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { FunctionRuntimeStatus } from './FunctionRuntimeStatus.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SuccessFunctionRuntimeResponseAllOfData
|
|
17
|
+
*/
|
|
18
|
+
export interface SuccessFunctionRuntimeResponseAllOfData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {FunctionRuntimeStatus}
|
|
22
|
+
* @memberof SuccessFunctionRuntimeResponseAllOfData
|
|
23
|
+
*/
|
|
24
|
+
runtime: FunctionRuntimeStatus;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the SuccessFunctionRuntimeResponseAllOfData interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfSuccessFunctionRuntimeResponseAllOfData(value: object): value is SuccessFunctionRuntimeResponseAllOfData;
|
|
30
|
+
export declare function SuccessFunctionRuntimeResponseAllOfDataFromJSON(json: any): SuccessFunctionRuntimeResponseAllOfData;
|
|
31
|
+
export declare function SuccessFunctionRuntimeResponseAllOfDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessFunctionRuntimeResponseAllOfData;
|
|
32
|
+
export declare function SuccessFunctionRuntimeResponseAllOfDataToJSON(json: any): SuccessFunctionRuntimeResponseAllOfData;
|
|
33
|
+
export declare function SuccessFunctionRuntimeResponseAllOfDataToJSONTyped(value?: SuccessFunctionRuntimeResponseAllOfData | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=SuccessFunctionRuntimeResponseAllOfData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuccessFunctionRuntimeResponseAllOfData.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessFunctionRuntimeResponseAllOfData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAQrE;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,OAAO,EAAE,qBAAqB,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,iDAAiD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uCAAuC,CAGjI;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAElH;AAED,wBAAgB,oDAAoD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uCAAuC,CAQrJ;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAEhH;AAED,wBAAgB,kDAAkD,CAAC,KAAK,CAAC,EAAE,uCAAuC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASpK"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { FunctionRuntimeStatusFromJSON, FunctionRuntimeStatusToJSON, } from './FunctionRuntimeStatus.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the SuccessFunctionRuntimeResponseAllOfData interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfSuccessFunctionRuntimeResponseAllOfData(value) {
|
|
19
|
+
if (!('runtime' in value) || value['runtime'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
export function SuccessFunctionRuntimeResponseAllOfDataFromJSON(json) {
|
|
24
|
+
return SuccessFunctionRuntimeResponseAllOfDataFromJSONTyped(json, false);
|
|
25
|
+
}
|
|
26
|
+
export function SuccessFunctionRuntimeResponseAllOfDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
+
if (json == null) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
'runtime': FunctionRuntimeStatusFromJSON(json['runtime']),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function SuccessFunctionRuntimeResponseAllOfDataToJSON(json) {
|
|
35
|
+
return SuccessFunctionRuntimeResponseAllOfDataToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function SuccessFunctionRuntimeResponseAllOfDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'runtime': FunctionRuntimeStatusToJSON(value['runtime']),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { VolumeFileArchiveImportResponse } from './VolumeFileArchiveImportResponse.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SuccessVolumeFileArchiveImportResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface SuccessVolumeFileArchiveImportResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof SuccessVolumeFileArchiveImportResponse
|
|
23
|
+
*/
|
|
24
|
+
success: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {VolumeFileArchiveImportResponse}
|
|
28
|
+
* @memberof SuccessVolumeFileArchiveImportResponse
|
|
29
|
+
*/
|
|
30
|
+
data?: VolumeFileArchiveImportResponse;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the SuccessVolumeFileArchiveImportResponse interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfSuccessVolumeFileArchiveImportResponse(value: object): value is SuccessVolumeFileArchiveImportResponse;
|
|
36
|
+
export declare function SuccessVolumeFileArchiveImportResponseFromJSON(json: any): SuccessVolumeFileArchiveImportResponse;
|
|
37
|
+
export declare function SuccessVolumeFileArchiveImportResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessVolumeFileArchiveImportResponse;
|
|
38
|
+
export declare function SuccessVolumeFileArchiveImportResponseToJSON(json: any): SuccessVolumeFileArchiveImportResponse;
|
|
39
|
+
export declare function SuccessVolumeFileArchiveImportResponseToJSONTyped(value?: SuccessVolumeFileArchiveImportResponse | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=SuccessVolumeFileArchiveImportResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuccessVolumeFileArchiveImportResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessVolumeFileArchiveImportResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAQzF;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,+BAA+B,CAAC;CAC1C;AAED;;GAEG;AACH,wBAAgB,gDAAgD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sCAAsC,CAG/H;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAEhH;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sCAAsC,CASnJ;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAE9G;AAED,wBAAgB,iDAAiD,CAAC,KAAK,CAAC,EAAE,sCAAsC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlK"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { VolumeFileArchiveImportResponseFromJSON, VolumeFileArchiveImportResponseToJSON, } from './VolumeFileArchiveImportResponse.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the SuccessVolumeFileArchiveImportResponse interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfSuccessVolumeFileArchiveImportResponse(value) {
|
|
19
|
+
if (!('success' in value) || value['success'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
export function SuccessVolumeFileArchiveImportResponseFromJSON(json) {
|
|
24
|
+
return SuccessVolumeFileArchiveImportResponseFromJSONTyped(json, false);
|
|
25
|
+
}
|
|
26
|
+
export function SuccessVolumeFileArchiveImportResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
+
if (json == null) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
'success': json['success'],
|
|
32
|
+
'data': json['data'] == null ? undefined : VolumeFileArchiveImportResponseFromJSON(json['data']),
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export function SuccessVolumeFileArchiveImportResponseToJSON(json) {
|
|
36
|
+
return SuccessVolumeFileArchiveImportResponseToJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
export function SuccessVolumeFileArchiveImportResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
|
+
if (value == null) {
|
|
40
|
+
return value;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'success': value['success'],
|
|
44
|
+
'data': VolumeFileArchiveImportResponseToJSON(value['data']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -14,16 +14,16 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
*/
|
|
16
16
|
export declare const TrafficRuleAppProtocol: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
26
|
-
readonly
|
|
17
|
+
readonly TrafficRuleAppProtocolHttp: "http";
|
|
18
|
+
readonly TrafficRuleAppProtocolTls: "tls";
|
|
19
|
+
readonly TrafficRuleAppProtocolSsh: "ssh";
|
|
20
|
+
readonly TrafficRuleAppProtocolSocks5: "socks5";
|
|
21
|
+
readonly TrafficRuleAppProtocolMqtt: "mqtt";
|
|
22
|
+
readonly TrafficRuleAppProtocolRedis: "redis";
|
|
23
|
+
readonly TrafficRuleAppProtocolAmqp: "amqp";
|
|
24
|
+
readonly TrafficRuleAppProtocolDns: "dns";
|
|
25
|
+
readonly TrafficRuleAppProtocolMongodb: "mongodb";
|
|
26
|
+
readonly TrafficRuleAppProtocolUdp: "udp";
|
|
27
27
|
};
|
|
28
28
|
export type TrafficRuleAppProtocol = typeof TrafficRuleAppProtocol[keyof typeof TrafficRuleAppProtocol];
|
|
29
29
|
export declare function instanceOfTrafficRuleAppProtocol(value: any): boolean;
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
*/
|
|
18
18
|
export const TrafficRuleAppProtocol = {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
19
|
+
TrafficRuleAppProtocolHttp: 'http',
|
|
20
|
+
TrafficRuleAppProtocolTls: 'tls',
|
|
21
|
+
TrafficRuleAppProtocolSsh: 'ssh',
|
|
22
|
+
TrafficRuleAppProtocolSocks5: 'socks5',
|
|
23
|
+
TrafficRuleAppProtocolMqtt: 'mqtt',
|
|
24
|
+
TrafficRuleAppProtocolRedis: 'redis',
|
|
25
|
+
TrafficRuleAppProtocolAmqp: 'amqp',
|
|
26
|
+
TrafficRuleAppProtocolDns: 'dns',
|
|
27
|
+
TrafficRuleAppProtocolMongodb: 'mongodb',
|
|
28
|
+
TrafficRuleAppProtocolUdp: 'udp'
|
|
29
29
|
};
|
|
30
30
|
export function instanceOfTrafficRuleAppProtocol(value) {
|
|
31
31
|
for (const key in TrafficRuleAppProtocol) {
|
|
@@ -0,0 +1,51 @@
|
|
|
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 VolumeFileArchiveImportResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface VolumeFileArchiveImportResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof VolumeFileArchiveImportResponse
|
|
22
|
+
*/
|
|
23
|
+
files: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof VolumeFileArchiveImportResponse
|
|
28
|
+
*/
|
|
29
|
+
directories: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof VolumeFileArchiveImportResponse
|
|
34
|
+
*/
|
|
35
|
+
symlinks: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof VolumeFileArchiveImportResponse
|
|
40
|
+
*/
|
|
41
|
+
bytes: number;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the VolumeFileArchiveImportResponse interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfVolumeFileArchiveImportResponse(value: object): value is VolumeFileArchiveImportResponse;
|
|
47
|
+
export declare function VolumeFileArchiveImportResponseFromJSON(json: any): VolumeFileArchiveImportResponse;
|
|
48
|
+
export declare function VolumeFileArchiveImportResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): VolumeFileArchiveImportResponse;
|
|
49
|
+
export declare function VolumeFileArchiveImportResponseToJSON(json: any): VolumeFileArchiveImportResponse;
|
|
50
|
+
export declare function VolumeFileArchiveImportResponseToJSONTyped(value?: VolumeFileArchiveImportResponse | null, ignoreDiscriminator?: boolean): any;
|
|
51
|
+
//# sourceMappingURL=VolumeFileArchiveImportResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VolumeFileArchiveImportResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/VolumeFileArchiveImportResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAMjH;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAElG;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+BAA+B,CAWrI;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAEhG;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAYpJ"}
|
|
@@ -0,0 +1,55 @@
|
|
|
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 VolumeFileArchiveImportResponse interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfVolumeFileArchiveImportResponse(value) {
|
|
18
|
+
if (!('files' in value) || value['files'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('directories' in value) || value['directories'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('symlinks' in value) || value['symlinks'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('bytes' in value) || value['bytes'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
export function VolumeFileArchiveImportResponseFromJSON(json) {
|
|
29
|
+
return VolumeFileArchiveImportResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
export function VolumeFileArchiveImportResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'files': json['files'],
|
|
37
|
+
'directories': json['directories'],
|
|
38
|
+
'symlinks': json['symlinks'],
|
|
39
|
+
'bytes': json['bytes'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export function VolumeFileArchiveImportResponseToJSON(json) {
|
|
43
|
+
return VolumeFileArchiveImportResponseToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
export function VolumeFileArchiveImportResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'files': value['files'],
|
|
51
|
+
'directories': value['directories'],
|
|
52
|
+
'symlinks': value['symlinks'],
|
|
53
|
+
'bytes': value['bytes'],
|
|
54
|
+
};
|
|
55
|
+
}
|