sandbox0 0.4.1 → 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 (114) 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 +12 -10
  5. package/dist/apispec/src/apis/FunctionsApi.d.ts.map +1 -1
  6. package/dist/apispec/src/apis/FunctionsApi.js +12 -10
  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/Function.d.ts +7 -0
  11. package/dist/apispec/src/models/Function.d.ts.map +1 -1
  12. package/dist/apispec/src/models/Function.js +5 -0
  13. package/dist/apispec/src/models/FunctionAutoscaling.d.ts +51 -0
  14. package/dist/apispec/src/models/FunctionAutoscaling.d.ts.map +1 -0
  15. package/dist/apispec/src/models/FunctionAutoscaling.js +55 -0
  16. package/dist/apispec/src/models/FunctionCreateRequest.d.ts +7 -0
  17. package/dist/apispec/src/models/FunctionCreateRequest.d.ts.map +1 -1
  18. package/dist/apispec/src/models/FunctionCreateRequest.js +3 -0
  19. package/dist/apispec/src/models/FunctionEnvRef.d.ts +39 -0
  20. package/dist/apispec/src/models/FunctionEnvRef.d.ts.map +1 -0
  21. package/dist/apispec/src/models/FunctionEnvRef.js +47 -0
  22. package/dist/apispec/src/models/FunctionRecord.d.ts +7 -0
  23. package/dist/apispec/src/models/FunctionRecord.d.ts.map +1 -1
  24. package/dist/apispec/src/models/FunctionRecord.js +5 -0
  25. package/dist/apispec/src/models/FunctionRevision.d.ts +30 -8
  26. package/dist/apispec/src/models/FunctionRevision.d.ts.map +1 -1
  27. package/dist/apispec/src/models/FunctionRevision.js +14 -10
  28. package/dist/apispec/src/models/FunctionRevisionInputSourceType.d.ts +26 -0
  29. package/dist/apispec/src/models/FunctionRevisionInputSourceType.d.ts.map +1 -0
  30. package/dist/apispec/src/models/FunctionRevisionInputSourceType.js +43 -0
  31. package/dist/apispec/src/models/FunctionRevisionMount.d.ts +66 -0
  32. package/dist/apispec/src/models/FunctionRevisionMount.d.ts.map +1 -0
  33. package/dist/apispec/src/models/FunctionRevisionMount.js +61 -0
  34. package/dist/apispec/src/models/FunctionRevisionMountSource.d.ts +72 -0
  35. package/dist/apispec/src/models/FunctionRevisionMountSource.d.ts.map +1 -0
  36. package/dist/apispec/src/models/FunctionRevisionMountSource.js +61 -0
  37. package/dist/apispec/src/models/FunctionRevisionSourceType.d.ts +27 -0
  38. package/dist/apispec/src/models/FunctionRevisionSourceType.d.ts.map +1 -0
  39. package/dist/apispec/src/models/FunctionRevisionSourceType.js +44 -0
  40. package/dist/apispec/src/models/FunctionRevisionSpec.d.ts +61 -0
  41. package/dist/apispec/src/models/FunctionRevisionSpec.d.ts.map +1 -0
  42. package/dist/apispec/src/models/FunctionRevisionSpec.js +57 -0
  43. package/dist/apispec/src/models/FunctionRuntimeEvent.d.ts +107 -0
  44. package/dist/apispec/src/models/FunctionRuntimeEvent.d.ts.map +1 -0
  45. package/dist/apispec/src/models/FunctionRuntimeEvent.js +81 -0
  46. package/dist/apispec/src/models/FunctionRuntimeInstance.d.ts +131 -0
  47. package/dist/apispec/src/models/FunctionRuntimeInstance.d.ts.map +1 -0
  48. package/dist/apispec/src/models/FunctionRuntimeInstance.js +93 -0
  49. package/dist/apispec/src/models/FunctionRuntimeInstanceState.d.ts +28 -0
  50. package/dist/apispec/src/models/FunctionRuntimeInstanceState.d.ts.map +1 -0
  51. package/dist/apispec/src/models/FunctionRuntimeInstanceState.js +45 -0
  52. package/dist/apispec/src/models/FunctionRuntimePhase.d.ts +31 -0
  53. package/dist/apispec/src/models/FunctionRuntimePhase.d.ts.map +1 -0
  54. package/dist/apispec/src/models/FunctionRuntimePhase.js +48 -0
  55. package/dist/apispec/src/models/FunctionRuntimeReadinessState.d.ts +28 -0
  56. package/dist/apispec/src/models/FunctionRuntimeReadinessState.d.ts.map +1 -0
  57. package/dist/apispec/src/models/FunctionRuntimeReadinessState.js +45 -0
  58. package/dist/apispec/src/models/FunctionRuntimeStatus.d.ts +55 -2
  59. package/dist/apispec/src/models/FunctionRuntimeStatus.d.ts.map +1 -1
  60. package/dist/apispec/src/models/FunctionRuntimeStatus.js +27 -0
  61. package/dist/apispec/src/models/FunctionSandboxServiceSource.d.ts +39 -0
  62. package/dist/apispec/src/models/FunctionSandboxServiceSource.d.ts.map +1 -0
  63. package/dist/apispec/src/models/FunctionSandboxServiceSource.js +47 -0
  64. package/dist/apispec/src/models/FunctionSourceRequest.d.ts +33 -3
  65. package/dist/apispec/src/models/FunctionSourceRequest.d.ts.map +1 -1
  66. package/dist/apispec/src/models/FunctionSourceRequest.js +13 -6
  67. package/dist/apispec/src/models/FunctionStaticAsset.d.ts +45 -0
  68. package/dist/apispec/src/models/FunctionStaticAsset.d.ts.map +1 -0
  69. package/dist/apispec/src/models/FunctionStaticAsset.js +49 -0
  70. package/dist/apispec/src/models/FunctionUpdateRequest.d.ts +7 -0
  71. package/dist/apispec/src/models/FunctionUpdateRequest.d.ts.map +1 -1
  72. package/dist/apispec/src/models/FunctionUpdateRequest.js +3 -0
  73. package/dist/apispec/src/models/MCPProtocolRule.d.ts +34 -0
  74. package/dist/apispec/src/models/MCPProtocolRule.d.ts.map +1 -0
  75. package/dist/apispec/src/models/MCPProtocolRule.js +42 -0
  76. package/dist/apispec/src/models/MCPToolPolicy.d.ts +39 -0
  77. package/dist/apispec/src/models/MCPToolPolicy.d.ts.map +1 -0
  78. package/dist/apispec/src/models/MCPToolPolicy.js +43 -0
  79. package/dist/apispec/src/models/NetworkEgressPolicy.d.ts +9 -0
  80. package/dist/apispec/src/models/NetworkEgressPolicy.d.ts.map +1 -1
  81. package/dist/apispec/src/models/NetworkEgressPolicy.js +3 -0
  82. package/dist/apispec/src/models/ProtocolRule.d.ts +74 -0
  83. package/dist/apispec/src/models/ProtocolRule.d.ts.map +1 -0
  84. package/dist/apispec/src/models/ProtocolRule.js +60 -0
  85. package/dist/apispec/src/models/ProtocolRuleProtocol.d.ts +25 -0
  86. package/dist/apispec/src/models/ProtocolRuleProtocol.d.ts.map +1 -0
  87. package/dist/apispec/src/models/ProtocolRuleProtocol.js +42 -0
  88. package/dist/apispec/src/models/SandboxAppServiceRuntime.d.ts +3 -3
  89. package/dist/apispec/src/models/SandboxPowerState.d.ts +2 -2
  90. package/dist/apispec/src/models/SandboxPowerState.js +2 -2
  91. package/dist/apispec/src/models/SandboxSummary.d.ts +1 -0
  92. package/dist/apispec/src/models/SandboxSummary.d.ts.map +1 -1
  93. package/dist/apispec/src/models/SandboxSummary.js +2 -1
  94. package/dist/apispec/src/models/SuccessVolumeFileArchiveImportResponse.d.ts +40 -0
  95. package/dist/apispec/src/models/SuccessVolumeFileArchiveImportResponse.d.ts.map +1 -0
  96. package/dist/apispec/src/models/SuccessVolumeFileArchiveImportResponse.js +46 -0
  97. package/dist/apispec/src/models/VolumeFileArchiveImportResponse.d.ts +51 -0
  98. package/dist/apispec/src/models/VolumeFileArchiveImportResponse.d.ts.map +1 -0
  99. package/dist/apispec/src/models/VolumeFileArchiveImportResponse.js +55 -0
  100. package/dist/apispec/src/models/index.d.ts +20 -0
  101. package/dist/apispec/src/models/index.d.ts.map +1 -1
  102. package/dist/apispec/src/models/index.js +20 -0
  103. package/dist/apispec_compat.d.ts +145 -2
  104. package/dist/apispec_compat.d.ts.map +1 -1
  105. package/dist/index.d.ts +2 -2
  106. package/dist/index.d.ts.map +1 -1
  107. package/dist/index.js +1 -1
  108. package/dist/resources/functions.d.ts +6 -1
  109. package/dist/resources/functions.d.ts.map +1 -1
  110. package/dist/resources/functions.js +33 -3
  111. package/dist/resources/volumes.d.ts +2 -1
  112. package/dist/resources/volumes.d.ts.map +1 -1
  113. package/dist/resources/volumes.js +9 -0
  114. package/package.json +1 -1
@@ -11,6 +11,7 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
+ import { FunctionAutoscalingFromJSON, FunctionAutoscalingToJSON, } from './FunctionAutoscaling.js';
14
15
  /**
15
16
  * Check if a given object implements the FunctionUpdateRequest interface.
16
17
  */
@@ -27,6 +28,7 @@ export function FunctionUpdateRequestFromJSONTyped(json, ignoreDiscriminator) {
27
28
  return {
28
29
  'name': json['name'] == null ? undefined : json['name'],
29
30
  'enabled': json['enabled'] == null ? undefined : json['enabled'],
31
+ 'autoscaling': json['autoscaling'] == null ? undefined : FunctionAutoscalingFromJSON(json['autoscaling']),
30
32
  };
31
33
  }
32
34
  export function FunctionUpdateRequestToJSON(json) {
@@ -39,5 +41,6 @@ export function FunctionUpdateRequestToJSONTyped(value, ignoreDiscriminator = fa
39
41
  return {
40
42
  'name': value['name'],
41
43
  'enabled': value['enabled'],
44
+ 'autoscaling': FunctionAutoscalingToJSON(value['autoscaling']),
42
45
  };
43
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 { MCPToolPolicy } from './MCPToolPolicy.js';
13
+ /**
14
+ * Model Context Protocol operation policy.
15
+ * @export
16
+ * @interface MCPProtocolRule
17
+ */
18
+ export interface MCPProtocolRule {
19
+ /**
20
+ *
21
+ * @type {MCPToolPolicy}
22
+ * @memberof MCPProtocolRule
23
+ */
24
+ tools?: MCPToolPolicy;
25
+ }
26
+ /**
27
+ * Check if a given object implements the MCPProtocolRule interface.
28
+ */
29
+ export declare function instanceOfMCPProtocolRule(value: object): value is MCPProtocolRule;
30
+ export declare function MCPProtocolRuleFromJSON(json: any): MCPProtocolRule;
31
+ export declare function MCPProtocolRuleFromJSONTyped(json: any, ignoreDiscriminator: boolean): MCPProtocolRule;
32
+ export declare function MCPProtocolRuleToJSON(json: any): MCPProtocolRule;
33
+ export declare function MCPProtocolRuleToJSONTyped(value?: MCPProtocolRule | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=MCPProtocolRule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MCPProtocolRule.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/MCPProtocolRule.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAQrD;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;CACzB;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,CAQrG;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,CASpH"}
@@ -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,6 +9,7 @@
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';
13
14
  import type { EgressProxyPolicy } from './EgressProxyPolicy.js';
14
15
  import type { EgressCredentialRule } from './EgressCredentialRule.js';
@@ -74,6 +75,14 @@ export interface NetworkEgressPolicy {
74
75
  * @memberof NetworkEgressPolicy
75
76
  */
76
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>;
77
86
  /**
78
87
  * Structured egress auth injection rules resolved by the manager runtime egress auth path.
79
88
  * These rules are orthogonal to allow/deny matching and are intended for
@@ -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,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;;;;;;;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,CAgB7G;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,CAiB5H"}
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,6 +11,7 @@
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';
15
16
  import { EgressProxyPolicyFromJSON, EgressProxyPolicyToJSON, } from './EgressProxyPolicy.js';
16
17
  import { EgressCredentialRuleFromJSON, EgressCredentialRuleToJSON, } from './EgressCredentialRule.js';
@@ -36,6 +37,7 @@ export function NetworkEgressPolicyFromJSONTyped(json, ignoreDiscriminator) {
36
37
  'deniedCidrs': json['deniedCidrs'] == null ? undefined : json['deniedCidrs'],
37
38
  'deniedPorts': json['deniedPorts'] == null ? undefined : (json['deniedPorts'].map(PortSpecFromJSON)),
38
39
  'trafficRules': json['trafficRules'] == null ? undefined : (json['trafficRules'].map(TrafficRuleFromJSON)),
40
+ 'protocolRules': json['protocolRules'] == null ? undefined : (json['protocolRules'].map(ProtocolRuleFromJSON)),
39
41
  'credentialRules': json['credentialRules'] == null ? undefined : (json['credentialRules'].map(EgressCredentialRuleFromJSON)),
40
42
  'proxy': json['proxy'] == null ? undefined : EgressProxyPolicyFromJSON(json['proxy']),
41
43
  };
@@ -55,6 +57,7 @@ export function NetworkEgressPolicyToJSONTyped(value, ignoreDiscriminator = fals
55
57
  'deniedCidrs': value['deniedCidrs'],
56
58
  'deniedPorts': value['deniedPorts'] == null ? undefined : (value['deniedPorts'].map(PortSpecToJSON)),
57
59
  'trafficRules': value['trafficRules'] == null ? undefined : (value['trafficRules'].map(TrafficRuleToJSON)),
60
+ 'protocolRules': value['protocolRules'] == null ? undefined : (value['protocolRules'].map(ProtocolRuleToJSON)),
58
61
  'credentialRules': value['credentialRules'] == null ? undefined : (value['credentialRules'].map(EgressCredentialRuleToJSON)),
59
62
  'proxy': EgressProxyPolicyToJSON(value['proxy']),
60
63
  };
@@ -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 { 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
+ }