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.
Files changed (151) hide show
  1. package/dist/apispec/src/apis/FilesApi.d.ts +16 -1
  2. package/dist/apispec/src/apis/FilesApi.d.ts.map +1 -1
  3. package/dist/apispec/src/apis/FilesApi.js +47 -1
  4. package/dist/apispec/src/apis/FunctionsApi.d.ts +106 -7
  5. package/dist/apispec/src/apis/FunctionsApi.d.ts.map +1 -1
  6. package/dist/apispec/src/apis/FunctionsApi.js +292 -7
  7. package/dist/apispec/src/apis/SandboxesApi.d.ts +1 -0
  8. package/dist/apispec/src/apis/SandboxesApi.d.ts.map +1 -1
  9. package/dist/apispec/src/apis/SandboxesApi.js +2 -1
  10. package/dist/apispec/src/models/CreateSandboxVolumeRequest.d.ts +6 -0
  11. package/dist/apispec/src/models/CreateSandboxVolumeRequest.d.ts.map +1 -1
  12. package/dist/apispec/src/models/CreateSandboxVolumeRequest.js +2 -0
  13. package/dist/apispec/src/models/EgressAuthProtocol.d.ts +8 -8
  14. package/dist/apispec/src/models/EgressAuthProtocol.js +8 -8
  15. package/dist/apispec/src/models/EgressProxyPolicy.d.ts +46 -0
  16. package/dist/apispec/src/models/EgressProxyPolicy.d.ts.map +1 -0
  17. package/dist/apispec/src/models/EgressProxyPolicy.js +50 -0
  18. package/dist/apispec/src/models/EgressProxyType.d.ts +25 -0
  19. package/dist/apispec/src/models/EgressProxyType.d.ts.map +1 -0
  20. package/dist/apispec/src/models/EgressProxyType.js +42 -0
  21. package/dist/apispec/src/models/Function.d.ts +19 -0
  22. package/dist/apispec/src/models/Function.d.ts.map +1 -1
  23. package/dist/apispec/src/models/Function.js +11 -0
  24. package/dist/apispec/src/models/FunctionAutoscaling.d.ts +51 -0
  25. package/dist/apispec/src/models/FunctionAutoscaling.d.ts.map +1 -0
  26. package/dist/apispec/src/models/FunctionAutoscaling.js +55 -0
  27. package/dist/apispec/src/models/FunctionCreateRequest.d.ts +7 -0
  28. package/dist/apispec/src/models/FunctionCreateRequest.d.ts.map +1 -1
  29. package/dist/apispec/src/models/FunctionCreateRequest.js +3 -0
  30. package/dist/apispec/src/models/FunctionEnvRef.d.ts +39 -0
  31. package/dist/apispec/src/models/FunctionEnvRef.d.ts.map +1 -0
  32. package/dist/apispec/src/models/FunctionEnvRef.js +47 -0
  33. package/dist/apispec/src/models/FunctionRecord.d.ts +19 -0
  34. package/dist/apispec/src/models/FunctionRecord.d.ts.map +1 -1
  35. package/dist/apispec/src/models/FunctionRecord.js +11 -0
  36. package/dist/apispec/src/models/FunctionRestoreMount.d.ts +13 -1
  37. package/dist/apispec/src/models/FunctionRestoreMount.d.ts.map +1 -1
  38. package/dist/apispec/src/models/FunctionRestoreMount.js +4 -0
  39. package/dist/apispec/src/models/FunctionRevision.d.ts +30 -8
  40. package/dist/apispec/src/models/FunctionRevision.d.ts.map +1 -1
  41. package/dist/apispec/src/models/FunctionRevision.js +14 -10
  42. package/dist/apispec/src/models/FunctionRevisionInputSourceType.d.ts +26 -0
  43. package/dist/apispec/src/models/FunctionRevisionInputSourceType.d.ts.map +1 -0
  44. package/dist/apispec/src/models/FunctionRevisionInputSourceType.js +43 -0
  45. package/dist/apispec/src/models/FunctionRevisionMount.d.ts +66 -0
  46. package/dist/apispec/src/models/FunctionRevisionMount.d.ts.map +1 -0
  47. package/dist/apispec/src/models/FunctionRevisionMount.js +61 -0
  48. package/dist/apispec/src/models/FunctionRevisionMountSource.d.ts +72 -0
  49. package/dist/apispec/src/models/FunctionRevisionMountSource.d.ts.map +1 -0
  50. package/dist/apispec/src/models/FunctionRevisionMountSource.js +61 -0
  51. package/dist/apispec/src/models/FunctionRevisionSourceType.d.ts +27 -0
  52. package/dist/apispec/src/models/FunctionRevisionSourceType.d.ts.map +1 -0
  53. package/dist/apispec/src/models/FunctionRevisionSourceType.js +44 -0
  54. package/dist/apispec/src/models/FunctionRevisionSpec.d.ts +61 -0
  55. package/dist/apispec/src/models/FunctionRevisionSpec.d.ts.map +1 -0
  56. package/dist/apispec/src/models/FunctionRevisionSpec.js +57 -0
  57. package/dist/apispec/src/models/FunctionRuntimeEvent.d.ts +107 -0
  58. package/dist/apispec/src/models/FunctionRuntimeEvent.d.ts.map +1 -0
  59. package/dist/apispec/src/models/FunctionRuntimeEvent.js +81 -0
  60. package/dist/apispec/src/models/FunctionRuntimeInstance.d.ts +131 -0
  61. package/dist/apispec/src/models/FunctionRuntimeInstance.d.ts.map +1 -0
  62. package/dist/apispec/src/models/FunctionRuntimeInstance.js +93 -0
  63. package/dist/apispec/src/models/FunctionRuntimeInstanceState.d.ts +28 -0
  64. package/dist/apispec/src/models/FunctionRuntimeInstanceState.d.ts.map +1 -0
  65. package/dist/apispec/src/models/FunctionRuntimeInstanceState.js +45 -0
  66. package/dist/apispec/src/models/FunctionRuntimePhase.d.ts +31 -0
  67. package/dist/apispec/src/models/FunctionRuntimePhase.d.ts.map +1 -0
  68. package/dist/apispec/src/models/FunctionRuntimePhase.js +48 -0
  69. package/dist/apispec/src/models/FunctionRuntimeReadinessState.d.ts +28 -0
  70. package/dist/apispec/src/models/FunctionRuntimeReadinessState.d.ts.map +1 -0
  71. package/dist/apispec/src/models/FunctionRuntimeReadinessState.js +45 -0
  72. package/dist/apispec/src/models/FunctionRuntimeState.d.ts +27 -0
  73. package/dist/apispec/src/models/FunctionRuntimeState.d.ts.map +1 -0
  74. package/dist/apispec/src/models/FunctionRuntimeState.js +44 -0
  75. package/dist/apispec/src/models/FunctionRuntimeStatus.d.ts +123 -0
  76. package/dist/apispec/src/models/FunctionRuntimeStatus.d.ts.map +1 -0
  77. package/dist/apispec/src/models/FunctionRuntimeStatus.js +89 -0
  78. package/dist/apispec/src/models/FunctionSandboxServiceSource.d.ts +39 -0
  79. package/dist/apispec/src/models/FunctionSandboxServiceSource.d.ts.map +1 -0
  80. package/dist/apispec/src/models/FunctionSandboxServiceSource.js +47 -0
  81. package/dist/apispec/src/models/FunctionSourceRequest.d.ts +33 -3
  82. package/dist/apispec/src/models/FunctionSourceRequest.d.ts.map +1 -1
  83. package/dist/apispec/src/models/FunctionSourceRequest.js +13 -6
  84. package/dist/apispec/src/models/FunctionStaticAsset.d.ts +45 -0
  85. package/dist/apispec/src/models/FunctionStaticAsset.d.ts.map +1 -0
  86. package/dist/apispec/src/models/FunctionStaticAsset.js +49 -0
  87. package/dist/apispec/src/models/FunctionUpdateRequest.d.ts +46 -0
  88. package/dist/apispec/src/models/FunctionUpdateRequest.d.ts.map +1 -0
  89. package/dist/apispec/src/models/FunctionUpdateRequest.js +46 -0
  90. package/dist/apispec/src/models/MCPProtocolRule.d.ts +34 -0
  91. package/dist/apispec/src/models/MCPProtocolRule.d.ts.map +1 -0
  92. package/dist/apispec/src/models/MCPProtocolRule.js +42 -0
  93. package/dist/apispec/src/models/MCPToolPolicy.d.ts +39 -0
  94. package/dist/apispec/src/models/MCPToolPolicy.d.ts.map +1 -0
  95. package/dist/apispec/src/models/MCPToolPolicy.js +43 -0
  96. package/dist/apispec/src/models/NetworkEgressPolicy.d.ts +16 -0
  97. package/dist/apispec/src/models/NetworkEgressPolicy.d.ts.map +1 -1
  98. package/dist/apispec/src/models/NetworkEgressPolicy.js +6 -0
  99. package/dist/apispec/src/models/ProtocolRule.d.ts +74 -0
  100. package/dist/apispec/src/models/ProtocolRule.d.ts.map +1 -0
  101. package/dist/apispec/src/models/ProtocolRule.js +60 -0
  102. package/dist/apispec/src/models/ProtocolRuleProtocol.d.ts +25 -0
  103. package/dist/apispec/src/models/ProtocolRuleProtocol.d.ts.map +1 -0
  104. package/dist/apispec/src/models/ProtocolRuleProtocol.js +42 -0
  105. package/dist/apispec/src/models/SandboxAppServiceRuntime.d.ts +3 -3
  106. package/dist/apispec/src/models/SandboxPowerState.d.ts +2 -2
  107. package/dist/apispec/src/models/SandboxPowerState.js +2 -2
  108. package/dist/apispec/src/models/SandboxSummary.d.ts +1 -0
  109. package/dist/apispec/src/models/SandboxSummary.d.ts.map +1 -1
  110. package/dist/apispec/src/models/SandboxSummary.js +2 -1
  111. package/dist/apispec/src/models/SuccessFunctionAliasListResponse.d.ts +40 -0
  112. package/dist/apispec/src/models/SuccessFunctionAliasListResponse.d.ts.map +1 -0
  113. package/dist/apispec/src/models/SuccessFunctionAliasListResponse.js +46 -0
  114. package/dist/apispec/src/models/SuccessFunctionAliasListResponseAllOfData.d.ts +34 -0
  115. package/dist/apispec/src/models/SuccessFunctionAliasListResponseAllOfData.d.ts.map +1 -0
  116. package/dist/apispec/src/models/SuccessFunctionAliasListResponseAllOfData.js +44 -0
  117. package/dist/apispec/src/models/SuccessFunctionRevisionResponse.d.ts +40 -0
  118. package/dist/apispec/src/models/SuccessFunctionRevisionResponse.d.ts.map +1 -0
  119. package/dist/apispec/src/models/SuccessFunctionRevisionResponse.js +46 -0
  120. package/dist/apispec/src/models/SuccessFunctionRevisionResponseAllOfData.d.ts +34 -0
  121. package/dist/apispec/src/models/SuccessFunctionRevisionResponseAllOfData.d.ts.map +1 -0
  122. package/dist/apispec/src/models/SuccessFunctionRevisionResponseAllOfData.js +44 -0
  123. package/dist/apispec/src/models/SuccessFunctionRuntimeResponse.d.ts +40 -0
  124. package/dist/apispec/src/models/SuccessFunctionRuntimeResponse.d.ts.map +1 -0
  125. package/dist/apispec/src/models/SuccessFunctionRuntimeResponse.js +46 -0
  126. package/dist/apispec/src/models/SuccessFunctionRuntimeResponseAllOfData.d.ts +34 -0
  127. package/dist/apispec/src/models/SuccessFunctionRuntimeResponseAllOfData.d.ts.map +1 -0
  128. package/dist/apispec/src/models/SuccessFunctionRuntimeResponseAllOfData.js +44 -0
  129. package/dist/apispec/src/models/SuccessVolumeFileArchiveImportResponse.d.ts +40 -0
  130. package/dist/apispec/src/models/SuccessVolumeFileArchiveImportResponse.d.ts.map +1 -0
  131. package/dist/apispec/src/models/SuccessVolumeFileArchiveImportResponse.js +46 -0
  132. package/dist/apispec/src/models/TrafficRuleAppProtocol.d.ts +10 -10
  133. package/dist/apispec/src/models/TrafficRuleAppProtocol.js +10 -10
  134. package/dist/apispec/src/models/VolumeFileArchiveImportResponse.d.ts +51 -0
  135. package/dist/apispec/src/models/VolumeFileArchiveImportResponse.d.ts.map +1 -0
  136. package/dist/apispec/src/models/VolumeFileArchiveImportResponse.js +55 -0
  137. package/dist/apispec/src/models/index.d.ts +31 -0
  138. package/dist/apispec/src/models/index.d.ts.map +1 -1
  139. package/dist/apispec/src/models/index.js +31 -0
  140. package/dist/apispec_compat.d.ts +226 -20
  141. package/dist/apispec_compat.d.ts.map +1 -1
  142. package/dist/index.d.ts +2 -2
  143. package/dist/index.d.ts.map +1 -1
  144. package/dist/index.js +1 -1
  145. package/dist/resources/functions.d.ts +14 -1
  146. package/dist/resources/functions.d.ts.map +1 -1
  147. package/dist/resources/functions.js +82 -3
  148. package/dist/resources/volumes.d.ts +2 -1
  149. package/dist/resources/volumes.d.ts.map +1 -1
  150. package/dist/resources/volumes.js +9 -0
  151. package/package.json +1 -1
@@ -0,0 +1,42 @@
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 { MCPToolPolicyFromJSON, MCPToolPolicyToJSON, } from './MCPToolPolicy.js';
15
+ /**
16
+ * Check if a given object implements the MCPProtocolRule interface.
17
+ */
18
+ export function instanceOfMCPProtocolRule(value) {
19
+ return true;
20
+ }
21
+ export function MCPProtocolRuleFromJSON(json) {
22
+ return MCPProtocolRuleFromJSONTyped(json, false);
23
+ }
24
+ export function MCPProtocolRuleFromJSONTyped(json, ignoreDiscriminator) {
25
+ if (json == null) {
26
+ return json;
27
+ }
28
+ return {
29
+ 'tools': json['tools'] == null ? undefined : MCPToolPolicyFromJSON(json['tools']),
30
+ };
31
+ }
32
+ export function MCPProtocolRuleToJSON(json) {
33
+ return MCPProtocolRuleToJSONTyped(json, false);
34
+ }
35
+ export function MCPProtocolRuleToJSONTyped(value, ignoreDiscriminator = false) {
36
+ if (value == null) {
37
+ return value;
38
+ }
39
+ return {
40
+ 'tools': MCPToolPolicyToJSON(value['tools']),
41
+ };
42
+ }
@@ -0,0 +1,39 @@
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
+ * Tool-name allow and deny lists for MCP tools/call requests.
14
+ * @export
15
+ * @interface MCPToolPolicy
16
+ */
17
+ export interface MCPToolPolicy {
18
+ /**
19
+ * When non-empty, only listed tool names are allowed.
20
+ * @type {Array<string>}
21
+ * @memberof MCPToolPolicy
22
+ */
23
+ allowed?: Array<string>;
24
+ /**
25
+ * Tool names denied before the allowed list is evaluated.
26
+ * @type {Array<string>}
27
+ * @memberof MCPToolPolicy
28
+ */
29
+ denied?: Array<string>;
30
+ }
31
+ /**
32
+ * Check if a given object implements the MCPToolPolicy interface.
33
+ */
34
+ export declare function instanceOfMCPToolPolicy(value: object): value is MCPToolPolicy;
35
+ export declare function MCPToolPolicyFromJSON(json: any): MCPToolPolicy;
36
+ export declare function MCPToolPolicyFromJSONTyped(json: any, ignoreDiscriminator: boolean): MCPToolPolicy;
37
+ export declare function MCPToolPolicyToJSON(json: any): MCPToolPolicy;
38
+ export declare function MCPToolPolicyToJSONTyped(value?: MCPToolPolicy | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=MCPToolPolicy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MCPToolPolicy.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/MCPToolPolicy.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,aAAa,CAE7E;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE9D;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,aAAa,CASjG;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,CAUhH"}
@@ -0,0 +1,43 @@
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 MCPToolPolicy interface.
16
+ */
17
+ export function instanceOfMCPToolPolicy(value) {
18
+ return true;
19
+ }
20
+ export function MCPToolPolicyFromJSON(json) {
21
+ return MCPToolPolicyFromJSONTyped(json, false);
22
+ }
23
+ export function MCPToolPolicyFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'allowed': json['allowed'] == null ? undefined : json['allowed'],
29
+ 'denied': json['denied'] == null ? undefined : json['denied'],
30
+ };
31
+ }
32
+ export function MCPToolPolicyToJSON(json) {
33
+ return MCPToolPolicyToJSONTyped(json, false);
34
+ }
35
+ export function MCPToolPolicyToJSONTyped(value, ignoreDiscriminator = false) {
36
+ if (value == null) {
37
+ return value;
38
+ }
39
+ return {
40
+ 'allowed': value['allowed'],
41
+ 'denied': value['denied'],
42
+ };
43
+ }
@@ -9,7 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { ProtocolRule } from './ProtocolRule.js';
12
13
  import type { PortSpec } from './PortSpec.js';
14
+ import type { EgressProxyPolicy } from './EgressProxyPolicy.js';
13
15
  import type { EgressCredentialRule } from './EgressCredentialRule.js';
14
16
  import type { TrafficRule } from './TrafficRule.js';
15
17
  /**
@@ -73,6 +75,14 @@ export interface NetworkEgressPolicy {
73
75
  * @memberof NetworkEgressPolicy
74
76
  */
75
77
  trafficRules?: Array<TrafficRule>;
78
+ /**
79
+ * Protocol-aware controls applied after traffic is allowed by
80
+ * `trafficRules` or legacy allow/deny fields.
81
+ *
82
+ * @type {Array<ProtocolRule>}
83
+ * @memberof NetworkEgressPolicy
84
+ */
85
+ protocolRules?: Array<ProtocolRule>;
76
86
  /**
77
87
  * Structured egress auth injection rules resolved by the manager runtime egress auth path.
78
88
  * These rules are orthogonal to allow/deny matching and are intended for
@@ -82,6 +92,12 @@ export interface NetworkEgressPolicy {
82
92
  * @memberof NetworkEgressPolicy
83
93
  */
84
94
  credentialRules?: Array<EgressCredentialRule>;
95
+ /**
96
+ *
97
+ * @type {EgressProxyPolicy}
98
+ * @memberof NetworkEgressPolicy
99
+ */
100
+ proxy?: EgressProxyPolicy;
85
101
  }
86
102
  /**
87
103
  * Check if a given object implements the NetworkEgressPolicy interface.
@@ -1 +1 @@
1
- {"version":3,"file":"NetworkEgressPolicy.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/NetworkEgressPolicy.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAO3C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAOnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAQjD;;;;;;;;;GASG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;;OAKG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;;;;OAKG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC/B;;;;;OAKG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;;OAKG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;;OAKG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC9B;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAClC;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;CACjD;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAEzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAe7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAgB5H"}
1
+ {"version":3,"file":"NetworkEgressPolicy.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/NetworkEgressPolicy.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAOnD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAO3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAO7D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAOnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAQjD;;;;;;;;;GASG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;;OAKG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;;;;OAKG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC/B;;;;;OAKG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;;OAKG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;;OAKG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC9B;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IACpC;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IAC9C;;;;OAIG;IACH,KAAK,CAAC,EAAE,iBAAiB,CAAC;CAC7B;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAEzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAiB7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAkB5H"}
@@ -11,7 +11,9 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
+ import { ProtocolRuleFromJSON, ProtocolRuleToJSON, } from './ProtocolRule.js';
14
15
  import { PortSpecFromJSON, PortSpecToJSON, } from './PortSpec.js';
16
+ import { EgressProxyPolicyFromJSON, EgressProxyPolicyToJSON, } from './EgressProxyPolicy.js';
15
17
  import { EgressCredentialRuleFromJSON, EgressCredentialRuleToJSON, } from './EgressCredentialRule.js';
16
18
  import { TrafficRuleFromJSON, TrafficRuleToJSON, } from './TrafficRule.js';
17
19
  /**
@@ -35,7 +37,9 @@ export function NetworkEgressPolicyFromJSONTyped(json, ignoreDiscriminator) {
35
37
  'deniedCidrs': json['deniedCidrs'] == null ? undefined : json['deniedCidrs'],
36
38
  'deniedPorts': json['deniedPorts'] == null ? undefined : (json['deniedPorts'].map(PortSpecFromJSON)),
37
39
  'trafficRules': json['trafficRules'] == null ? undefined : (json['trafficRules'].map(TrafficRuleFromJSON)),
40
+ 'protocolRules': json['protocolRules'] == null ? undefined : (json['protocolRules'].map(ProtocolRuleFromJSON)),
38
41
  'credentialRules': json['credentialRules'] == null ? undefined : (json['credentialRules'].map(EgressCredentialRuleFromJSON)),
42
+ 'proxy': json['proxy'] == null ? undefined : EgressProxyPolicyFromJSON(json['proxy']),
39
43
  };
40
44
  }
41
45
  export function NetworkEgressPolicyToJSON(json) {
@@ -53,6 +57,8 @@ export function NetworkEgressPolicyToJSONTyped(value, ignoreDiscriminator = fals
53
57
  'deniedCidrs': value['deniedCidrs'],
54
58
  'deniedPorts': value['deniedPorts'] == null ? undefined : (value['deniedPorts'].map(PortSpecToJSON)),
55
59
  'trafficRules': value['trafficRules'] == null ? undefined : (value['trafficRules'].map(TrafficRuleToJSON)),
60
+ 'protocolRules': value['protocolRules'] == null ? undefined : (value['protocolRules'].map(ProtocolRuleToJSON)),
56
61
  'credentialRules': value['credentialRules'] == null ? undefined : (value['credentialRules'].map(EgressCredentialRuleToJSON)),
62
+ 'proxy': EgressProxyPolicyToJSON(value['proxy']),
57
63
  };
58
64
  }
@@ -0,0 +1,74 @@
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 { HTTPMatch } from './HTTPMatch.js';
13
+ import type { PortSpec } from './PortSpec.js';
14
+ import type { EgressTLSMode } from './EgressTLSMode.js';
15
+ import type { MCPProtocolRule } from './MCPProtocolRule.js';
16
+ import type { ProtocolRuleProtocol } from './ProtocolRuleProtocol.js';
17
+ /**
18
+ * Protocol-aware egress controls applied after destination traffic is allowed.
19
+ * @export
20
+ * @interface ProtocolRule
21
+ */
22
+ export interface ProtocolRule {
23
+ /**
24
+ * Optional stable identifier used for merge and replacement.
25
+ * @type {string}
26
+ * @memberof ProtocolRule
27
+ */
28
+ name?: string;
29
+ /**
30
+ *
31
+ * @type {ProtocolRuleProtocol}
32
+ * @memberof ProtocolRule
33
+ */
34
+ protocol: ProtocolRuleProtocol;
35
+ /**
36
+ * Domain match list for the rule.
37
+ * @type {Array<string>}
38
+ * @memberof ProtocolRule
39
+ */
40
+ domains?: Array<string>;
41
+ /**
42
+ * Port/protocol constraints for the rule.
43
+ * @type {Array<PortSpec>}
44
+ * @memberof ProtocolRule
45
+ */
46
+ ports?: Array<PortSpec>;
47
+ /**
48
+ *
49
+ * @type {EgressTLSMode}
50
+ * @memberof ProtocolRule
51
+ */
52
+ tlsMode?: EgressTLSMode;
53
+ /**
54
+ *
55
+ * @type {HTTPMatch}
56
+ * @memberof ProtocolRule
57
+ */
58
+ httpMatch?: HTTPMatch;
59
+ /**
60
+ *
61
+ * @type {MCPProtocolRule}
62
+ * @memberof ProtocolRule
63
+ */
64
+ mcp?: MCPProtocolRule;
65
+ }
66
+ /**
67
+ * Check if a given object implements the ProtocolRule interface.
68
+ */
69
+ export declare function instanceOfProtocolRule(value: object): value is ProtocolRule;
70
+ export declare function ProtocolRuleFromJSON(json: any): ProtocolRule;
71
+ export declare function ProtocolRuleFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProtocolRule;
72
+ export declare function ProtocolRuleToJSON(json: any): ProtocolRule;
73
+ export declare function ProtocolRuleToJSONTyped(value?: ProtocolRule | null, ignoreDiscriminator?: boolean): any;
74
+ //# sourceMappingURL=ProtocolRule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProtocolRule.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/ProtocolRule.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAO7C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAO3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAOrD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAOzD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAQnE;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,EAAE,oBAAoB,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;;OAIG;IACH,GAAG,CAAC,EAAE,eAAe,CAAC;CACzB;AAID;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,YAAY,CAG3E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE5D;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,YAAY,CAc/F;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE1D;AAED,wBAAgB,uBAAuB,CAAC,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAe9G"}
@@ -0,0 +1,60 @@
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 { HTTPMatchFromJSON, HTTPMatchToJSON, } from './HTTPMatch.js';
15
+ import { PortSpecFromJSON, PortSpecToJSON, } from './PortSpec.js';
16
+ import { EgressTLSModeFromJSON, EgressTLSModeToJSON, } from './EgressTLSMode.js';
17
+ import { MCPProtocolRuleFromJSON, MCPProtocolRuleToJSON, } from './MCPProtocolRule.js';
18
+ import { ProtocolRuleProtocolFromJSON, ProtocolRuleProtocolToJSON, } from './ProtocolRuleProtocol.js';
19
+ /**
20
+ * Check if a given object implements the ProtocolRule interface.
21
+ */
22
+ export function instanceOfProtocolRule(value) {
23
+ if (!('protocol' in value) || value['protocol'] === undefined)
24
+ return false;
25
+ return true;
26
+ }
27
+ export function ProtocolRuleFromJSON(json) {
28
+ return ProtocolRuleFromJSONTyped(json, false);
29
+ }
30
+ export function ProtocolRuleFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'name': json['name'] == null ? undefined : json['name'],
36
+ 'protocol': ProtocolRuleProtocolFromJSON(json['protocol']),
37
+ 'domains': json['domains'] == null ? undefined : json['domains'],
38
+ 'ports': json['ports'] == null ? undefined : (json['ports'].map(PortSpecFromJSON)),
39
+ 'tlsMode': json['tlsMode'] == null ? undefined : EgressTLSModeFromJSON(json['tlsMode']),
40
+ 'httpMatch': json['httpMatch'] == null ? undefined : HTTPMatchFromJSON(json['httpMatch']),
41
+ 'mcp': json['mcp'] == null ? undefined : MCPProtocolRuleFromJSON(json['mcp']),
42
+ };
43
+ }
44
+ export function ProtocolRuleToJSON(json) {
45
+ return ProtocolRuleToJSONTyped(json, false);
46
+ }
47
+ export function ProtocolRuleToJSONTyped(value, ignoreDiscriminator = false) {
48
+ if (value == null) {
49
+ return value;
50
+ }
51
+ return {
52
+ 'name': value['name'],
53
+ 'protocol': ProtocolRuleProtocolToJSON(value['protocol']),
54
+ 'domains': value['domains'],
55
+ 'ports': value['ports'] == null ? undefined : (value['ports'].map(PortSpecToJSON)),
56
+ 'tlsMode': EgressTLSModeToJSON(value['tlsMode']),
57
+ 'httpMatch': HTTPMatchToJSON(value['httpMatch']),
58
+ 'mcp': MCPProtocolRuleToJSON(value['mcp']),
59
+ };
60
+ }
@@ -0,0 +1,25 @@
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
+ */
16
+ export declare const ProtocolRuleProtocol: {
17
+ readonly ProtocolRuleProtocolMcp: "mcp";
18
+ };
19
+ export type ProtocolRuleProtocol = typeof ProtocolRuleProtocol[keyof typeof ProtocolRuleProtocol];
20
+ export declare function instanceOfProtocolRuleProtocol(value: any): boolean;
21
+ export declare function ProtocolRuleProtocolFromJSON(json: any): ProtocolRuleProtocol;
22
+ export declare function ProtocolRuleProtocolFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProtocolRuleProtocol;
23
+ export declare function ProtocolRuleProtocolToJSON(value?: ProtocolRuleProtocol | null): any;
24
+ export declare function ProtocolRuleProtocolToJSONTyped(value: any, ignoreDiscriminator: boolean): ProtocolRuleProtocol;
25
+ //# sourceMappingURL=ProtocolRuleProtocol.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProtocolRuleProtocol.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/ProtocolRuleProtocol.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;CAEvB,CAAC;AACX,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC;AAGlG,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASlE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAE/G;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,GAAG,GAAG,CAEnF;AAED,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAE9G"}
@@ -0,0 +1,42 @@
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
+ *
16
+ * @export
17
+ */
18
+ export const ProtocolRuleProtocol = {
19
+ ProtocolRuleProtocolMcp: 'mcp'
20
+ };
21
+ export function instanceOfProtocolRuleProtocol(value) {
22
+ for (const key in ProtocolRuleProtocol) {
23
+ if (Object.prototype.hasOwnProperty.call(ProtocolRuleProtocol, key)) {
24
+ if (ProtocolRuleProtocol[key] === value) {
25
+ return true;
26
+ }
27
+ }
28
+ }
29
+ return false;
30
+ }
31
+ export function ProtocolRuleProtocolFromJSON(json) {
32
+ return ProtocolRuleProtocolFromJSONTyped(json, false);
33
+ }
34
+ export function ProtocolRuleProtocolFromJSONTyped(json, ignoreDiscriminator) {
35
+ return json;
36
+ }
37
+ export function ProtocolRuleProtocolToJSON(value) {
38
+ return value;
39
+ }
40
+ export function ProtocolRuleProtocolToJSONTyped(value, ignoreDiscriminator) {
41
+ return value;
42
+ }
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface SandboxAppServiceRuntime {
18
18
  /**
19
- *
19
+ * Runtime strategy for restarting a service when it is restored as a function runtime.
20
20
  * @type {string}
21
21
  * @memberof SandboxAppServiceRuntime
22
22
  */
23
23
  type: SandboxAppServiceRuntimeTypeEnum;
24
24
  /**
25
- *
25
+ * Process argv used when type is cmd.
26
26
  * @type {Array<string>}
27
27
  * @memberof SandboxAppServiceRuntime
28
28
  */
@@ -42,7 +42,7 @@ export interface SandboxAppServiceRuntime {
42
42
  [key: string]: string;
43
43
  };
44
44
  /**
45
- *
45
+ * Warm process alias or context ID used when type is warm_process. Function runtimes require this to reference an existing cmd warm process.
46
46
  * @type {string}
47
47
  * @memberof SandboxAppServiceRuntime
48
48
  */
@@ -58,8 +58,8 @@ export type SandboxPowerStateDesiredEnum = typeof SandboxPowerStateDesiredEnum[k
58
58
  * @export
59
59
  */
60
60
  export declare const SandboxPowerStateObservedEnum: {
61
- readonly Active: "active";
62
- readonly Paused: "paused";
61
+ readonly SandboxPowerStateObservedActive: "active";
62
+ readonly SandboxPowerStateObservedPaused: "paused";
63
63
  };
64
64
  export type SandboxPowerStateObservedEnum = typeof SandboxPowerStateObservedEnum[keyof typeof SandboxPowerStateObservedEnum];
65
65
  /**
@@ -22,8 +22,8 @@ export const SandboxPowerStateDesiredEnum = {
22
22
  * @export
23
23
  */
24
24
  export const SandboxPowerStateObservedEnum = {
25
- Active: 'active',
26
- Paused: 'paused'
25
+ SandboxPowerStateObservedActive: 'active',
26
+ SandboxPowerStateObservedPaused: 'paused'
27
27
  };
28
28
  /**
29
29
  * @export
@@ -79,6 +79,7 @@ export declare const SandboxSummaryStatusEnum: {
79
79
  readonly Running: "running";
80
80
  readonly Failed: "failed";
81
81
  readonly Completed: "completed";
82
+ readonly Terminating: "terminating";
82
83
  };
83
84
  export type SandboxSummaryStatusEnum = typeof SandboxSummaryStatusEnum[keyof typeof SandboxSummaryStatusEnum];
84
85
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"SandboxSummary.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SandboxSummary.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAQ7D;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,EAAE,wBAAwB,CAAC;IACjC;;;;OAIG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;;;OAIG;IACH,UAAU,EAAE,iBAAiB,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,aAAa,EAAE,IAAI,CAAC;CACvB;AAGD;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;CAK3B,CAAC;AACX,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,MAAM,OAAO,wBAAwB,CAAC,CAAC;AAG9G;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,cAAc,CAU/E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAgBnG;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAE9D;AAED,wBAAgB,yBAAyB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiBlH"}
1
+ {"version":3,"file":"SandboxSummary.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SandboxSummary.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAQ7D;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,EAAE,wBAAwB,CAAC;IACjC;;;;OAIG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;;;OAIG;IACH,UAAU,EAAE,iBAAiB,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,aAAa,EAAE,IAAI,CAAC;CACvB;AAGD;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;CAM3B,CAAC;AACX,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,MAAM,OAAO,wBAAwB,CAAC,CAAC;AAG9G;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,cAAc,CAU/E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAgBnG;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAE9D;AAED,wBAAgB,yBAAyB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiBlH"}
@@ -19,7 +19,8 @@ export const SandboxSummaryStatusEnum = {
19
19
  Starting: 'starting',
20
20
  Running: 'running',
21
21
  Failed: 'failed',
22
- Completed: 'completed'
22
+ Completed: 'completed',
23
+ Terminating: 'terminating'
23
24
  };
24
25
  /**
25
26
  * Check if a given object implements the SandboxSummary interface.
@@ -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 { SuccessFunctionAliasListResponseAllOfData } from './SuccessFunctionAliasListResponseAllOfData.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SuccessFunctionAliasListResponse
17
+ */
18
+ export interface SuccessFunctionAliasListResponse {
19
+ /**
20
+ *
21
+ * @type {boolean}
22
+ * @memberof SuccessFunctionAliasListResponse
23
+ */
24
+ success: boolean;
25
+ /**
26
+ *
27
+ * @type {SuccessFunctionAliasListResponseAllOfData}
28
+ * @memberof SuccessFunctionAliasListResponse
29
+ */
30
+ data?: SuccessFunctionAliasListResponseAllOfData;
31
+ }
32
+ /**
33
+ * Check if a given object implements the SuccessFunctionAliasListResponse interface.
34
+ */
35
+ export declare function instanceOfSuccessFunctionAliasListResponse(value: object): value is SuccessFunctionAliasListResponse;
36
+ export declare function SuccessFunctionAliasListResponseFromJSON(json: any): SuccessFunctionAliasListResponse;
37
+ export declare function SuccessFunctionAliasListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessFunctionAliasListResponse;
38
+ export declare function SuccessFunctionAliasListResponseToJSON(json: any): SuccessFunctionAliasListResponse;
39
+ export declare function SuccessFunctionAliasListResponseToJSONTyped(value?: SuccessFunctionAliasListResponse | null, ignoreDiscriminator?: boolean): any;
40
+ //# sourceMappingURL=SuccessFunctionAliasListResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SuccessFunctionAliasListResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessFunctionAliasListResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yCAAyC,EAAE,MAAM,6CAA6C,CAAC;AAQ7G;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,yCAAyC,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAGnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CASvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtJ"}
@@ -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 { SuccessFunctionAliasListResponseAllOfDataFromJSON, SuccessFunctionAliasListResponseAllOfDataToJSON, } from './SuccessFunctionAliasListResponseAllOfData.js';
15
+ /**
16
+ * Check if a given object implements the SuccessFunctionAliasListResponse interface.
17
+ */
18
+ export function instanceOfSuccessFunctionAliasListResponse(value) {
19
+ if (!('success' in value) || value['success'] === undefined)
20
+ return false;
21
+ return true;
22
+ }
23
+ export function SuccessFunctionAliasListResponseFromJSON(json) {
24
+ return SuccessFunctionAliasListResponseFromJSONTyped(json, false);
25
+ }
26
+ export function SuccessFunctionAliasListResponseFromJSONTyped(json, ignoreDiscriminator) {
27
+ if (json == null) {
28
+ return json;
29
+ }
30
+ return {
31
+ 'success': json['success'],
32
+ 'data': json['data'] == null ? undefined : SuccessFunctionAliasListResponseAllOfDataFromJSON(json['data']),
33
+ };
34
+ }
35
+ export function SuccessFunctionAliasListResponseToJSON(json) {
36
+ return SuccessFunctionAliasListResponseToJSONTyped(json, false);
37
+ }
38
+ export function SuccessFunctionAliasListResponseToJSONTyped(value, ignoreDiscriminator = false) {
39
+ if (value == null) {
40
+ return value;
41
+ }
42
+ return {
43
+ 'success': value['success'],
44
+ 'data': SuccessFunctionAliasListResponseAllOfDataToJSON(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 { FunctionAlias } from './FunctionAlias.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SuccessFunctionAliasListResponseAllOfData
17
+ */
18
+ export interface SuccessFunctionAliasListResponseAllOfData {
19
+ /**
20
+ *
21
+ * @type {Array<FunctionAlias>}
22
+ * @memberof SuccessFunctionAliasListResponseAllOfData
23
+ */
24
+ aliases: Array<FunctionAlias>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the SuccessFunctionAliasListResponseAllOfData interface.
28
+ */
29
+ export declare function instanceOfSuccessFunctionAliasListResponseAllOfData(value: object): value is SuccessFunctionAliasListResponseAllOfData;
30
+ export declare function SuccessFunctionAliasListResponseAllOfDataFromJSON(json: any): SuccessFunctionAliasListResponseAllOfData;
31
+ export declare function SuccessFunctionAliasListResponseAllOfDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessFunctionAliasListResponseAllOfData;
32
+ export declare function SuccessFunctionAliasListResponseAllOfDataToJSON(json: any): SuccessFunctionAliasListResponseAllOfData;
33
+ export declare function SuccessFunctionAliasListResponseAllOfDataToJSONTyped(value?: SuccessFunctionAliasListResponseAllOfData | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=SuccessFunctionAliasListResponseAllOfData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SuccessFunctionAliasListResponseAllOfData.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessFunctionAliasListResponseAllOfData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAQrD;;;;GAIG;AACH,MAAM,WAAW,yCAAyC;IACtD;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;CACjC;AAED;;GAEG;AACH,wBAAgB,mDAAmD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yCAAyC,CAGrI;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,GAAG,yCAAyC,CAEtH;AAED,wBAAgB,sDAAsD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yCAAyC,CAQzJ;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,yCAAyC,CAEpH;AAED,wBAAgB,oDAAoD,CAAC,KAAK,CAAC,EAAE,yCAAyC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASxK"}