sandbox0 0.5.3 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/dist/apispec/src/apis/index.d.ts +0 -1
- package/dist/apispec/src/apis/index.d.ts.map +1 -1
- package/dist/apispec/src/apis/index.js +0 -1
- package/dist/apispec/src/models/AppArmorProfile.d.ts +48 -0
- package/dist/apispec/src/models/AppArmorProfile.d.ts.map +1 -0
- package/dist/apispec/src/models/AppArmorProfile.js +53 -0
- package/dist/apispec/src/models/Capabilities.d.ts +6 -0
- package/dist/apispec/src/models/Capabilities.d.ts.map +1 -1
- package/dist/apispec/src/models/Capabilities.js +2 -0
- package/dist/apispec/src/models/EmptyDirMountSpec.d.ts +39 -0
- package/dist/apispec/src/models/EmptyDirMountSpec.d.ts.map +1 -0
- package/dist/apispec/src/models/EmptyDirMountSpec.js +45 -0
- package/dist/apispec/src/models/PauseSandboxResponse.d.ts +0 -7
- package/dist/apispec/src/models/PauseSandboxResponse.d.ts.map +1 -1
- package/dist/apispec/src/models/PauseSandboxResponse.js +0 -5
- package/dist/apispec/src/models/PodSpecOverride.d.ts +7 -0
- package/dist/apispec/src/models/PodSpecOverride.d.ts.map +1 -1
- package/dist/apispec/src/models/PodSpecOverride.js +3 -0
- package/dist/apispec/src/models/ResourceQuota.d.ts +6 -0
- package/dist/apispec/src/models/ResourceQuota.d.ts.map +1 -1
- package/dist/apispec/src/models/ResourceQuota.js +2 -0
- package/dist/apispec/src/models/ResumeSandboxResponse.d.ts +0 -7
- package/dist/apispec/src/models/ResumeSandboxResponse.d.ts.map +1 -1
- package/dist/apispec/src/models/ResumeSandboxResponse.js +0 -5
- package/dist/apispec/src/models/Sandbox.d.ts +13 -8
- package/dist/apispec/src/models/Sandbox.d.ts.map +1 -1
- package/dist/apispec/src/models/Sandbox.js +8 -5
- package/dist/apispec/src/models/SandboxAppService.d.ts +2 -2
- package/dist/apispec/src/models/SandboxAppService.d.ts.map +1 -1
- package/dist/apispec/src/models/SandboxAppService.js +1 -3
- package/dist/apispec/src/models/SandboxAppServiceRuntime.d.ts +5 -4
- package/dist/apispec/src/models/SandboxAppServiceRuntime.d.ts.map +1 -1
- package/dist/apispec/src/models/SandboxAppServiceRuntime.js +5 -4
- package/dist/apispec/src/models/SandboxAppServiceView.d.ts +2 -2
- package/dist/apispec/src/models/SandboxAppServiceView.d.ts.map +1 -1
- package/dist/apispec/src/models/SandboxAppServiceView.js +1 -3
- package/dist/apispec/src/models/SandboxConfig.d.ts +2 -2
- package/dist/apispec/src/models/SandboxFunction.d.ts +53 -0
- package/dist/apispec/src/models/SandboxFunction.d.ts.map +1 -0
- package/dist/apispec/src/models/SandboxFunction.js +56 -0
- package/dist/apispec/src/models/SandboxFunctionSource.d.ts +46 -0
- package/dist/apispec/src/models/SandboxFunctionSource.d.ts.map +1 -0
- package/dist/apispec/src/models/SandboxFunctionSource.js +53 -0
- package/dist/apispec/src/models/SandboxLifecycleStatus.d.ts +4 -3
- package/dist/apispec/src/models/SandboxLifecycleStatus.d.ts.map +1 -1
- package/dist/apispec/src/models/SandboxLifecycleStatus.js +4 -3
- package/dist/apispec/src/models/SandboxSummary.d.ts +10 -5
- package/dist/apispec/src/models/SandboxSummary.d.ts.map +1 -1
- package/dist/apispec/src/models/SandboxSummary.js +7 -4
- package/dist/apispec/src/models/SandboxTemplateSpec.d.ts +0 -7
- package/dist/apispec/src/models/SandboxTemplateSpec.d.ts.map +1 -1
- package/dist/apispec/src/models/SandboxTemplateSpec.js +0 -3
- package/dist/apispec/src/models/SandboxUpdateConfig.d.ts +2 -2
- package/dist/apispec/src/models/SeccompProfile.d.ts +48 -0
- package/dist/apispec/src/models/SeccompProfile.d.ts.map +1 -0
- package/dist/apispec/src/models/SeccompProfile.js +53 -0
- package/dist/apispec/src/models/SecurityContext.d.ts +38 -0
- package/dist/apispec/src/models/SecurityContext.d.ts.map +1 -1
- package/dist/apispec/src/models/SecurityContext.js +14 -0
- package/dist/apispec/src/models/index.d.ts +5 -7
- package/dist/apispec/src/models/index.d.ts.map +1 -1
- package/dist/apispec/src/models/index.js +5 -7
- package/dist/apispec_compat.d.ts +1 -1507
- package/dist/apispec_compat.d.ts.map +1 -1
- package/dist/apispec_compat.js +1 -10
- package/dist/client.d.ts +0 -1
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/response_normalize.d.ts.map +1 -1
- package/dist/response_normalize.js +0 -1
- package/dist/template_helpers.d.ts +1 -9
- package/dist/template_helpers.d.ts.map +1 -1
- package/dist/template_helpers.js +0 -10
- package/package.json +1 -1
- package/dist/apispec/src/apis/FunctionsApi.d.ts +0 -34
- package/dist/apispec/src/apis/FunctionsApi.d.ts.map +0 -1
- package/dist/apispec/src/apis/FunctionsApi.js +0 -64
- package/dist/apispec/src/models/FunctionInvokeRequest.d.ts +0 -73
- package/dist/apispec/src/models/FunctionInvokeRequest.d.ts.map +0 -1
- package/dist/apispec/src/models/FunctionInvokeRequest.js +0 -53
- package/dist/apispec/src/models/FunctionInvokeResponse.d.ts +0 -47
- package/dist/apispec/src/models/FunctionInvokeResponse.d.ts.map +0 -1
- package/dist/apispec/src/models/FunctionInvokeResponse.js +0 -47
- package/dist/apispec/src/models/SandboxPowerState.d.ts +0 -82
- package/dist/apispec/src/models/SandboxPowerState.d.ts.map +0 -1
- package/dist/apispec/src/models/SandboxPowerState.js +0 -81
- package/dist/apispec/src/models/SuccessFunctionInvokeResponse.d.ts +0 -40
- package/dist/apispec/src/models/SuccessFunctionInvokeResponse.d.ts.map +0 -1
- package/dist/apispec/src/models/SuccessFunctionInvokeResponse.js +0 -46
- package/dist/apispec/src/models/WarmProcessSpec.d.ts +0 -80
- package/dist/apispec/src/models/WarmProcessSpec.d.ts.map +0 -1
- package/dist/apispec/src/models/WarmProcessSpec.js +0 -63
- package/dist/sandbox_functions.d.ts +0 -7
- package/dist/sandbox_functions.d.ts.map +0 -1
- package/dist/sandbox_functions.js +0 -22
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
* @export
|
|
16
|
+
*/
|
|
17
|
+
export const SeccompProfileTypeEnum = {
|
|
18
|
+
Unconfined: 'Unconfined',
|
|
19
|
+
RuntimeDefault: 'RuntimeDefault',
|
|
20
|
+
Localhost: 'Localhost'
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SeccompProfile interface.
|
|
24
|
+
*/
|
|
25
|
+
export function instanceOfSeccompProfile(value) {
|
|
26
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
export function SeccompProfileFromJSON(json) {
|
|
31
|
+
return SeccompProfileFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
export function SeccompProfileFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'type': json['type'],
|
|
39
|
+
'localhostProfile': json['localhostProfile'] == null ? undefined : json['localhostProfile'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export function SeccompProfileToJSON(json) {
|
|
43
|
+
return SeccompProfileToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
export function SeccompProfileToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'type': value['type'],
|
|
51
|
+
'localhostProfile': value['localhostProfile'],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Capabilities } from './Capabilities.js';
|
|
13
|
+
import type { AppArmorProfile } from './AppArmorProfile.js';
|
|
14
|
+
import type { SeccompProfile } from './SeccompProfile.js';
|
|
13
15
|
/**
|
|
14
16
|
*
|
|
15
17
|
* @export
|
|
@@ -22,6 +24,12 @@ export interface SecurityContext {
|
|
|
22
24
|
* @memberof SecurityContext
|
|
23
25
|
*/
|
|
24
26
|
capabilities?: Capabilities;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {boolean}
|
|
30
|
+
* @memberof SecurityContext
|
|
31
|
+
*/
|
|
32
|
+
privileged?: boolean;
|
|
25
33
|
/**
|
|
26
34
|
*
|
|
27
35
|
* @type {number}
|
|
@@ -34,6 +42,36 @@ export interface SecurityContext {
|
|
|
34
42
|
* @memberof SecurityContext
|
|
35
43
|
*/
|
|
36
44
|
runAsGroup?: number;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {boolean}
|
|
48
|
+
* @memberof SecurityContext
|
|
49
|
+
*/
|
|
50
|
+
runAsNonRoot?: boolean;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {boolean}
|
|
54
|
+
* @memberof SecurityContext
|
|
55
|
+
*/
|
|
56
|
+
readOnlyRootFilesystem?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {boolean}
|
|
60
|
+
* @memberof SecurityContext
|
|
61
|
+
*/
|
|
62
|
+
allowPrivilegeEscalation?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {SeccompProfile}
|
|
66
|
+
* @memberof SecurityContext
|
|
67
|
+
*/
|
|
68
|
+
seccompProfile?: SeccompProfile;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {AppArmorProfile}
|
|
72
|
+
* @memberof SecurityContext
|
|
73
|
+
*/
|
|
74
|
+
appArmorProfile?: AppArmorProfile;
|
|
37
75
|
}
|
|
38
76
|
/**
|
|
39
77
|
* Check if a given object implements the SecurityContext interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SecurityContext.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SecurityContext.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"SecurityContext.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SecurityContext.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAOnD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAOzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAQvD;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;;;OAIG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;CACrC;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,eAAe,CAEjF;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,eAAe,CAgBrG;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAEhE;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiBpH"}
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { CapabilitiesFromJSON, CapabilitiesToJSON, } from './Capabilities.js';
|
|
15
|
+
import { AppArmorProfileFromJSON, AppArmorProfileToJSON, } from './AppArmorProfile.js';
|
|
16
|
+
import { SeccompProfileFromJSON, SeccompProfileToJSON, } from './SeccompProfile.js';
|
|
15
17
|
/**
|
|
16
18
|
* Check if a given object implements the SecurityContext interface.
|
|
17
19
|
*/
|
|
@@ -27,8 +29,14 @@ export function SecurityContextFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
27
29
|
}
|
|
28
30
|
return {
|
|
29
31
|
'capabilities': json['capabilities'] == null ? undefined : CapabilitiesFromJSON(json['capabilities']),
|
|
32
|
+
'privileged': json['privileged'] == null ? undefined : json['privileged'],
|
|
30
33
|
'runAsUser': json['runAsUser'] == null ? undefined : json['runAsUser'],
|
|
31
34
|
'runAsGroup': json['runAsGroup'] == null ? undefined : json['runAsGroup'],
|
|
35
|
+
'runAsNonRoot': json['runAsNonRoot'] == null ? undefined : json['runAsNonRoot'],
|
|
36
|
+
'readOnlyRootFilesystem': json['readOnlyRootFilesystem'] == null ? undefined : json['readOnlyRootFilesystem'],
|
|
37
|
+
'allowPrivilegeEscalation': json['allowPrivilegeEscalation'] == null ? undefined : json['allowPrivilegeEscalation'],
|
|
38
|
+
'seccompProfile': json['seccompProfile'] == null ? undefined : SeccompProfileFromJSON(json['seccompProfile']),
|
|
39
|
+
'appArmorProfile': json['appArmorProfile'] == null ? undefined : AppArmorProfileFromJSON(json['appArmorProfile']),
|
|
32
40
|
};
|
|
33
41
|
}
|
|
34
42
|
export function SecurityContextToJSON(json) {
|
|
@@ -40,7 +48,13 @@ export function SecurityContextToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
40
48
|
}
|
|
41
49
|
return {
|
|
42
50
|
'capabilities': CapabilitiesToJSON(value['capabilities']),
|
|
51
|
+
'privileged': value['privileged'],
|
|
43
52
|
'runAsUser': value['runAsUser'],
|
|
44
53
|
'runAsGroup': value['runAsGroup'],
|
|
54
|
+
'runAsNonRoot': value['runAsNonRoot'],
|
|
55
|
+
'readOnlyRootFilesystem': value['readOnlyRootFilesystem'],
|
|
56
|
+
'allowPrivilegeEscalation': value['allowPrivilegeEscalation'],
|
|
57
|
+
'seccompProfile': SeccompProfileToJSON(value['seccompProfile']),
|
|
58
|
+
'appArmorProfile': AppArmorProfileToJSON(value['appArmorProfile']),
|
|
45
59
|
};
|
|
46
60
|
}
|
|
@@ -2,6 +2,7 @@ export * from './APIKey.js';
|
|
|
2
2
|
export * from './AddTeamMemberRequest.js';
|
|
3
3
|
export * from './Affinity.js';
|
|
4
4
|
export * from './ApiV1SandboxesIdFilesGet200Response.js';
|
|
5
|
+
export * from './AppArmorProfile.js';
|
|
5
6
|
export * from './AuthProvider.js';
|
|
6
7
|
export * from './CachePolicySpec.js';
|
|
7
8
|
export * from './Capabilities.js';
|
|
@@ -49,6 +50,7 @@ export * from './EgressCredentialRule.js';
|
|
|
49
50
|
export * from './EgressProxyPolicy.js';
|
|
50
51
|
export * from './EgressProxyType.js';
|
|
51
52
|
export * from './EgressTLSMode.js';
|
|
53
|
+
export * from './EmptyDirMountSpec.js';
|
|
52
54
|
export * from './EnvVar.js';
|
|
53
55
|
export * from './ErrorEnvelope.js';
|
|
54
56
|
export * from './ExecAction.js';
|
|
@@ -64,8 +66,6 @@ export * from './FileWatchSubscribed.js';
|
|
|
64
66
|
export * from './FileWatchUnsubscribeRequest.js';
|
|
65
67
|
export * from './FileWatchUnsubscribed.js';
|
|
66
68
|
export * from './ForkVolumeRequest.js';
|
|
67
|
-
export * from './FunctionInvokeRequest.js';
|
|
68
|
-
export * from './FunctionInvokeResponse.js';
|
|
69
69
|
export * from './GRPCAction.js';
|
|
70
70
|
export * from './GatewayMetadata.js';
|
|
71
71
|
export * from './HTTPGetAction.js';
|
|
@@ -135,11 +135,10 @@ export * from './SandboxAppServiceRouteRateLimit.js';
|
|
|
135
135
|
export * from './SandboxAppServiceRuntime.js';
|
|
136
136
|
export * from './SandboxAppServiceView.js';
|
|
137
137
|
export * from './SandboxConfig.js';
|
|
138
|
+
export * from './SandboxFunction.js';
|
|
139
|
+
export * from './SandboxFunctionSource.js';
|
|
138
140
|
export * from './SandboxLifecycleStatus.js';
|
|
139
141
|
export * from './SandboxNetworkPolicy.js';
|
|
140
|
-
export * from './SandboxPowerState.js';
|
|
141
|
-
export * from './SandboxProbeSet.js';
|
|
142
|
-
export * from './SandboxProbeSpec.js';
|
|
143
142
|
export * from './SandboxRefreshRequest.js';
|
|
144
143
|
export * from './SandboxResourceUsage.js';
|
|
145
144
|
export * from './SandboxSSHConnection.js';
|
|
@@ -153,6 +152,7 @@ export * from './SandboxTemplateStatus.js';
|
|
|
153
152
|
export * from './SandboxUpdateConfig.js';
|
|
154
153
|
export * from './SandboxUpdateRequest.js';
|
|
155
154
|
export * from './SandboxVolume.js';
|
|
155
|
+
export * from './SeccompProfile.js';
|
|
156
156
|
export * from './SecurityContext.js';
|
|
157
157
|
export * from './SignalContextRequest.js';
|
|
158
158
|
export * from './Snapshot.js';
|
|
@@ -187,7 +187,6 @@ export * from './SuccessFileReadResponse.js';
|
|
|
187
187
|
export * from './SuccessFileReadResponseAllOfData.js';
|
|
188
188
|
export * from './SuccessFileReadResponseAllOfDataOneOf.js';
|
|
189
189
|
export * from './SuccessFileStatResponse.js';
|
|
190
|
-
export * from './SuccessFunctionInvokeResponse.js';
|
|
191
190
|
export * from './SuccessGatewayMetadataResponse.js';
|
|
192
191
|
export * from './SuccessHealthResponse.js';
|
|
193
192
|
export * from './SuccessHealthResponseAllOfData.js';
|
|
@@ -258,7 +257,6 @@ export * from './User.js';
|
|
|
258
257
|
export * from './VolumeAccessMode.js';
|
|
259
258
|
export * from './VolumeFileArchiveImportResponse.js';
|
|
260
259
|
export * from './VolumeMountSpec.js';
|
|
261
|
-
export * from './WarmProcessSpec.js';
|
|
262
260
|
export * from './WebLoginExchangeRequest.js';
|
|
263
261
|
export * from './WebhookConfig.js';
|
|
264
262
|
export * from './WeightedPodAffinityTerm.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/index.ts"],"names":[],"mappings":"AAEA,cAAc,UAAU,CAAC;AACzB,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,uCAAuC,CAAC;AACtD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,6 +4,7 @@ export * from './APIKey.js';
|
|
|
4
4
|
export * from './AddTeamMemberRequest.js';
|
|
5
5
|
export * from './Affinity.js';
|
|
6
6
|
export * from './ApiV1SandboxesIdFilesGet200Response.js';
|
|
7
|
+
export * from './AppArmorProfile.js';
|
|
7
8
|
export * from './AuthProvider.js';
|
|
8
9
|
export * from './CachePolicySpec.js';
|
|
9
10
|
export * from './Capabilities.js';
|
|
@@ -51,6 +52,7 @@ export * from './EgressCredentialRule.js';
|
|
|
51
52
|
export * from './EgressProxyPolicy.js';
|
|
52
53
|
export * from './EgressProxyType.js';
|
|
53
54
|
export * from './EgressTLSMode.js';
|
|
55
|
+
export * from './EmptyDirMountSpec.js';
|
|
54
56
|
export * from './EnvVar.js';
|
|
55
57
|
export * from './ErrorEnvelope.js';
|
|
56
58
|
export * from './ExecAction.js';
|
|
@@ -66,8 +68,6 @@ export * from './FileWatchSubscribed.js';
|
|
|
66
68
|
export * from './FileWatchUnsubscribeRequest.js';
|
|
67
69
|
export * from './FileWatchUnsubscribed.js';
|
|
68
70
|
export * from './ForkVolumeRequest.js';
|
|
69
|
-
export * from './FunctionInvokeRequest.js';
|
|
70
|
-
export * from './FunctionInvokeResponse.js';
|
|
71
71
|
export * from './GRPCAction.js';
|
|
72
72
|
export * from './GatewayMetadata.js';
|
|
73
73
|
export * from './HTTPGetAction.js';
|
|
@@ -137,11 +137,10 @@ export * from './SandboxAppServiceRouteRateLimit.js';
|
|
|
137
137
|
export * from './SandboxAppServiceRuntime.js';
|
|
138
138
|
export * from './SandboxAppServiceView.js';
|
|
139
139
|
export * from './SandboxConfig.js';
|
|
140
|
+
export * from './SandboxFunction.js';
|
|
141
|
+
export * from './SandboxFunctionSource.js';
|
|
140
142
|
export * from './SandboxLifecycleStatus.js';
|
|
141
143
|
export * from './SandboxNetworkPolicy.js';
|
|
142
|
-
export * from './SandboxPowerState.js';
|
|
143
|
-
export * from './SandboxProbeSet.js';
|
|
144
|
-
export * from './SandboxProbeSpec.js';
|
|
145
144
|
export * from './SandboxRefreshRequest.js';
|
|
146
145
|
export * from './SandboxResourceUsage.js';
|
|
147
146
|
export * from './SandboxSSHConnection.js';
|
|
@@ -155,6 +154,7 @@ export * from './SandboxTemplateStatus.js';
|
|
|
155
154
|
export * from './SandboxUpdateConfig.js';
|
|
156
155
|
export * from './SandboxUpdateRequest.js';
|
|
157
156
|
export * from './SandboxVolume.js';
|
|
157
|
+
export * from './SeccompProfile.js';
|
|
158
158
|
export * from './SecurityContext.js';
|
|
159
159
|
export * from './SignalContextRequest.js';
|
|
160
160
|
export * from './Snapshot.js';
|
|
@@ -189,7 +189,6 @@ export * from './SuccessFileReadResponse.js';
|
|
|
189
189
|
export * from './SuccessFileReadResponseAllOfData.js';
|
|
190
190
|
export * from './SuccessFileReadResponseAllOfDataOneOf.js';
|
|
191
191
|
export * from './SuccessFileStatResponse.js';
|
|
192
|
-
export * from './SuccessFunctionInvokeResponse.js';
|
|
193
192
|
export * from './SuccessGatewayMetadataResponse.js';
|
|
194
193
|
export * from './SuccessHealthResponse.js';
|
|
195
194
|
export * from './SuccessHealthResponseAllOfData.js';
|
|
@@ -260,7 +259,6 @@ export * from './User.js';
|
|
|
260
259
|
export * from './VolumeAccessMode.js';
|
|
261
260
|
export * from './VolumeFileArchiveImportResponse.js';
|
|
262
261
|
export * from './VolumeMountSpec.js';
|
|
263
|
-
export * from './WarmProcessSpec.js';
|
|
264
262
|
export * from './WebLoginExchangeRequest.js';
|
|
265
263
|
export * from './WebhookConfig.js';
|
|
266
264
|
export * from './WeightedPodAffinityTerm.js';
|