@blaxel/core 0.3.18 → 0.3.20-preview.286
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/.tsbuildinfo +1 -1
- package/dist/cjs/common/settings.js +2 -2
- package/dist/cjs/sandbox/client/sdk.gen.js +114 -1
- package/dist/cjs/sandbox/process/process.js +27 -0
- package/dist/cjs/types/sandbox/client/sdk.gen.d.ts +34 -1
- package/dist/cjs/types/sandbox/client/types.gen.d.ts +418 -0
- package/dist/cjs/types/sandbox/process/process.d.ts +12 -0
- package/dist/cjs-browser/.tsbuildinfo +1 -1
- package/dist/cjs-browser/common/settings.js +2 -2
- package/dist/cjs-browser/sandbox/client/sdk.gen.js +114 -1
- package/dist/cjs-browser/sandbox/process/process.js +27 -0
- package/dist/cjs-browser/types/sandbox/client/sdk.gen.d.ts +34 -1
- package/dist/cjs-browser/types/sandbox/client/types.gen.d.ts +418 -0
- package/dist/cjs-browser/types/sandbox/process/process.d.ts +12 -0
- package/dist/esm/.tsbuildinfo +1 -1
- package/dist/esm/common/settings.js +2 -2
- package/dist/esm/sandbox/client/sdk.gen.js +107 -0
- package/dist/esm/sandbox/process/process.js +28 -1
- package/dist/esm-browser/.tsbuildinfo +1 -1
- package/dist/esm-browser/common/settings.js +2 -2
- package/dist/esm-browser/sandbox/client/sdk.gen.js +107 -0
- package/dist/esm-browser/sandbox/process/process.js +28 -1
- package/package.json +1 -1
|
@@ -30,8 +30,8 @@ function missingCredentialsMessage() {
|
|
|
30
30
|
return "No Blaxel credentials found. Set the BL_API_KEY and BL_WORKSPACE environment variables, or run `bl login`.";
|
|
31
31
|
}
|
|
32
32
|
// Build info - these placeholders are replaced at build time by build:replace-imports
|
|
33
|
-
const BUILD_VERSION = "0.3.
|
|
34
|
-
const BUILD_COMMIT = "
|
|
33
|
+
const BUILD_VERSION = "0.3.20-preview.286";
|
|
34
|
+
const BUILD_COMMIT = "6ebbd206e01759209b37771835096c6500d9fbb9";
|
|
35
35
|
const BUILD_SENTRY_DSN = "https://fd5e60e1c9820e1eef5ccebb84a07127@o4508714045276160.ingest.us.sentry.io/4510465864564736";
|
|
36
36
|
const BLAXEL_API_VERSION = "2026-04-28";
|
|
37
37
|
// Bun < 1.3.11 never sends connection-level WINDOW_UPDATE: the pooled h2
|
|
@@ -1,9 +1,67 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.getWatchFilesystemByPath = exports.postUpgrade = exports.getProcessByIdentifierLogsStream = exports.getProcessByIdentifierLogs = exports.deleteProcessByIdentifierKill = exports.getProcessByIdentifier = exports.deleteProcessByIdentifier = exports.postProcess = exports.getProcess = exports.putNetworkTunnelConfig = exports.deleteNetworkTunnel = exports.getNetworkProcessByPidPorts = exports.postNetworkProcessByPidMonitor = exports.deleteNetworkProcessByPidMonitor = exports.getHealth = exports.putFilesystemTreeByPath = exports.getFilesystemTreeByPath = exports.deleteFilesystemTreeByPath = exports.putFilesystemByPath = exports.getFilesystemByPath = exports.deleteFilesystemByPath = exports.getFilesystemSearchByPath = exports.postFilesystemMultipartInitiateByPath = exports.getFilesystemMultipartByUploadIdParts = exports.putFilesystemMultipartByUploadIdPart = exports.postFilesystemMultipartByUploadIdComplete = exports.deleteFilesystemMultipartByUploadIdAbort = exports.getFilesystemMultipart = exports.getFilesystemFindByPath = exports.getFilesystemContentSearchByPath = exports.deleteDrivesMountByMountPath = exports.postDrivesMount = exports.getDrivesMount = exports.getCodegenRerankingByPath = exports.putCodegenFastapplyByPath = void 0;
|
|
4
|
+
exports.getWatchFilesystemByPath = exports.postUpgrade = exports.postProcessByIdentifierStdin = exports.deleteProcessByIdentifierStdin = exports.getProcessByIdentifierLogsStream = exports.getProcessByIdentifierLogs = exports.deleteProcessByIdentifierKill = exports.getProcessByIdentifier = exports.deleteProcessByIdentifier = exports.postProcess = exports.getProcess = exports.putNetworkTunnelConfig = exports.deleteNetworkTunnel = exports.getNetworkProcessByPidPorts = exports.postNetworkProcessByPidMonitor = exports.deleteNetworkProcessByPidMonitor = exports.getHealth = exports.putFilesystemTreeByPath = exports.getFilesystemTreeByPath = exports.deleteFilesystemTreeByPath = exports.putFilesystemByPath = exports.getFilesystemByPath = exports.deleteFilesystemByPath = exports.getFilesystemSearchByPath = exports.postFilesystemMultipartInitiateByPath = exports.getFilesystemMultipartByUploadIdParts = exports.putFilesystemMultipartByUploadIdPart = exports.postFilesystemMultipartByUploadIdComplete = exports.deleteFilesystemMultipartByUploadIdAbort = exports.getFilesystemMultipart = exports.getFilesystemFindByPath = exports.getFilesystemContentSearchByPath = exports.postEnvironmentReload = exports.deleteDrivesMountByMountPath = exports.postDrivesMount = exports.getDrivesMount = exports.getCodegenRerankingByPath = exports.putCodegenFastapplyByPath = exports.getArchiveStatus = exports.postArchiveResume = exports.postArchiveExport = void 0;
|
|
5
5
|
const client_fetch_1 = require("@hey-api/client-fetch");
|
|
6
6
|
const client_gen_1 = require("./client.gen");
|
|
7
|
+
/**
|
|
8
|
+
* Export the filesystem changes to a presigned URL
|
|
9
|
+
* Archives everything the sandbox changed on top of its base image and streams it, uncompressed, to a presigned S3 PUT URL. The memory of the sandbox is not archived.
|
|
10
|
+
* The sandbox is quiesced first: the process list is saved (unless saveProcesses is false), every process is stopped, and the API then refuses the calls that would write to the filesystem. The freeze is not lifted afterwards, since an exported sandbox is meant to be restored elsewhere; call POST /archive/resume to lift it.
|
|
11
|
+
* Use dryRun to get the archive's content and exact size without stopping anything and without uploading.
|
|
12
|
+
* Set async to start the export and answer immediately, which is what archiving a large filesystem needs: the export then reports itself through GET /archive/status.
|
|
13
|
+
*/
|
|
14
|
+
const postArchiveExport = (options) => {
|
|
15
|
+
return (options.client ?? client_gen_1.client).post({
|
|
16
|
+
security: [
|
|
17
|
+
{
|
|
18
|
+
scheme: 'bearer',
|
|
19
|
+
type: 'http'
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
url: '/archive/export',
|
|
23
|
+
...options,
|
|
24
|
+
headers: {
|
|
25
|
+
'Content-Type': 'application/json',
|
|
26
|
+
...options?.headers
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
};
|
|
30
|
+
exports.postArchiveExport = postArchiveExport;
|
|
31
|
+
/**
|
|
32
|
+
* Lift the archive freeze
|
|
33
|
+
* Makes the API serve every route again after an export. The processes stopped for the export are not relaunched: this exists so a failed or aborted export does not leave the sandbox unusable.
|
|
34
|
+
*/
|
|
35
|
+
const postArchiveResume = (options) => {
|
|
36
|
+
return (options?.client ?? client_gen_1.client).post({
|
|
37
|
+
security: [
|
|
38
|
+
{
|
|
39
|
+
scheme: 'bearer',
|
|
40
|
+
type: 'http'
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
url: '/archive/resume',
|
|
44
|
+
...options
|
|
45
|
+
});
|
|
46
|
+
};
|
|
47
|
+
exports.postArchiveResume = postArchiveResume;
|
|
48
|
+
/**
|
|
49
|
+
* Get the archive status
|
|
50
|
+
* Reports whether the sandbox is frozen for an archive export, and which processes were stopped for it.
|
|
51
|
+
*/
|
|
52
|
+
const getArchiveStatus = (options) => {
|
|
53
|
+
return (options?.client ?? client_gen_1.client).get({
|
|
54
|
+
security: [
|
|
55
|
+
{
|
|
56
|
+
scheme: 'bearer',
|
|
57
|
+
type: 'http'
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
url: '/archive/status',
|
|
61
|
+
...options
|
|
62
|
+
});
|
|
63
|
+
};
|
|
64
|
+
exports.getArchiveStatus = getArchiveStatus;
|
|
7
65
|
/**
|
|
8
66
|
* Apply code edit
|
|
9
67
|
* Uses the configured LLM provider (Relace or Morph) to apply a code edit to the original content.
|
|
@@ -128,6 +186,23 @@ const deleteDrivesMountByMountPath = (options) => {
|
|
|
128
186
|
});
|
|
129
187
|
};
|
|
130
188
|
exports.deleteDrivesMountByMountPath = deleteDrivesMountByMountPath;
|
|
189
|
+
/**
|
|
190
|
+
* Reload environment from guest metadata
|
|
191
|
+
* Re-reads /bl/metadata and applies its environment to the sandbox-api process, so this process and every process started afterwards see the current values. Called by the guest init after an environment update; safe to call manually.
|
|
192
|
+
*/
|
|
193
|
+
const postEnvironmentReload = (options) => {
|
|
194
|
+
return (options?.client ?? client_gen_1.client).post({
|
|
195
|
+
security: [
|
|
196
|
+
{
|
|
197
|
+
scheme: 'bearer',
|
|
198
|
+
type: 'http'
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
url: '/environment/reload',
|
|
202
|
+
...options
|
|
203
|
+
});
|
|
204
|
+
};
|
|
205
|
+
exports.postEnvironmentReload = postEnvironmentReload;
|
|
131
206
|
/**
|
|
132
207
|
* Search for text content in files
|
|
133
208
|
* Searches for text content inside files using ripgrep. Returns matching lines with context.
|
|
@@ -638,6 +713,44 @@ const getProcessByIdentifierLogsStream = (options) => {
|
|
|
638
713
|
});
|
|
639
714
|
};
|
|
640
715
|
exports.getProcessByIdentifierLogsStream = getProcessByIdentifierLogsStream;
|
|
716
|
+
/**
|
|
717
|
+
* Close a process's stdin
|
|
718
|
+
* Send EOF to the process by closing its stdin pipe. Idempotent. For stdio protocols such as MCP this is the clean shutdown path.
|
|
719
|
+
*/
|
|
720
|
+
const deleteProcessByIdentifierStdin = (options) => {
|
|
721
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
722
|
+
security: [
|
|
723
|
+
{
|
|
724
|
+
scheme: 'bearer',
|
|
725
|
+
type: 'http'
|
|
726
|
+
}
|
|
727
|
+
],
|
|
728
|
+
url: '/process/{identifier}/stdin',
|
|
729
|
+
...options
|
|
730
|
+
});
|
|
731
|
+
};
|
|
732
|
+
exports.deleteProcessByIdentifierStdin = deleteProcessByIdentifierStdin;
|
|
733
|
+
/**
|
|
734
|
+
* Write to a process's stdin
|
|
735
|
+
* Write the raw request body to the stdin of a process started with "stdin": true. Bytes are forwarded verbatim, so include the trailing newline your protocol expects. Sequential requests keep their order; each body is written atomically with respect to other writers. The pipe does not survive a sandbox-api restart: once it is gone this returns 409 and the process must be restarted.
|
|
736
|
+
*/
|
|
737
|
+
const postProcessByIdentifierStdin = (options) => {
|
|
738
|
+
return (options.client ?? client_gen_1.client).post({
|
|
739
|
+
security: [
|
|
740
|
+
{
|
|
741
|
+
scheme: 'bearer',
|
|
742
|
+
type: 'http'
|
|
743
|
+
}
|
|
744
|
+
],
|
|
745
|
+
url: '/process/{identifier}/stdin',
|
|
746
|
+
...options,
|
|
747
|
+
headers: {
|
|
748
|
+
'Content-Type': 'application/octet-stream',
|
|
749
|
+
...options?.headers
|
|
750
|
+
}
|
|
751
|
+
});
|
|
752
|
+
};
|
|
753
|
+
exports.postProcessByIdentifierStdin = postProcessByIdentifierStdin;
|
|
641
754
|
/**
|
|
642
755
|
* Upgrade the sandbox-api
|
|
643
756
|
* Triggers an upgrade of the sandbox-api process. Returns 200 immediately before upgrading.
|
|
@@ -341,6 +341,33 @@ class SandboxProcess extends action_js_1.SandboxAction {
|
|
|
341
341
|
this.handleResponseError(response, data, error);
|
|
342
342
|
return data;
|
|
343
343
|
}
|
|
344
|
+
/**
|
|
345
|
+
* Write raw bytes to the stdin of a process started with `stdin: true`.
|
|
346
|
+
* Bytes go through verbatim, so include the trailing newline your protocol
|
|
347
|
+
* expects (one JSON-RPC message per call for an MCP stdio server). Not
|
|
348
|
+
* retried: a duplicate write would corrupt the stream.
|
|
349
|
+
*/
|
|
350
|
+
async writeStdin(identifier, data) {
|
|
351
|
+
const { response, data: result, error } = await (0, index_js_1.postProcessByIdentifierStdin)(this.withClient({
|
|
352
|
+
path: { identifier },
|
|
353
|
+
baseUrl: this.url,
|
|
354
|
+
body: data,
|
|
355
|
+
// The generated client JSON-encodes bodies by default; stdin is raw.
|
|
356
|
+
bodySerializer: null,
|
|
357
|
+
}));
|
|
358
|
+
this.handleResponseError(response, result, error);
|
|
359
|
+
}
|
|
360
|
+
/**
|
|
361
|
+
* Close the process's stdin (EOF). Idempotent. For stdio protocols such as
|
|
362
|
+
* MCP this is the clean shutdown path.
|
|
363
|
+
*/
|
|
364
|
+
async closeStdin(identifier) {
|
|
365
|
+
const { response, data, error } = await (0, index_js_1.deleteProcessByIdentifierStdin)(this.withClient({
|
|
366
|
+
path: { identifier },
|
|
367
|
+
baseUrl: this.url,
|
|
368
|
+
}));
|
|
369
|
+
this.handleResponseError(response, data, error);
|
|
370
|
+
}
|
|
344
371
|
async logs(identifier, type = "all") {
|
|
345
372
|
// Idempotent GET: self-heal a transient connection reset.
|
|
346
373
|
const data = await (0, transient_retry_js_1.retryOnTransientReset)(async () => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Options as ClientOptions, type TDataShape, type Client } from '@hey-api/client-fetch';
|
|
2
|
-
import type { PutCodegenFastapplyByPathData, GetCodegenRerankingByPathData, GetDrivesMountData, PostDrivesMountData, DeleteDrivesMountByMountPathData, GetFilesystemContentSearchByPathData, GetFilesystemFindByPathData, GetFilesystemMultipartData, DeleteFilesystemMultipartByUploadIdAbortData, PostFilesystemMultipartByUploadIdCompleteData, PutFilesystemMultipartByUploadIdPartData, GetFilesystemMultipartByUploadIdPartsData, PostFilesystemMultipartInitiateByPathData, GetFilesystemSearchByPathData, DeleteFilesystemByPathData, GetFilesystemByPathData, PutFilesystemByPathData, DeleteFilesystemTreeByPathData, GetFilesystemTreeByPathData, PutFilesystemTreeByPathData, GetHealthData, DeleteNetworkProcessByPidMonitorData, PostNetworkProcessByPidMonitorData, GetNetworkProcessByPidPortsData, DeleteNetworkTunnelData, PutNetworkTunnelConfigData, GetProcessData, PostProcessData, DeleteProcessByIdentifierData, GetProcessByIdentifierData, DeleteProcessByIdentifierKillData, GetProcessByIdentifierLogsData, GetProcessByIdentifierLogsStreamData, PostUpgradeData, GetWatchFilesystemByPathData } from './types.gen';
|
|
2
|
+
import type { PostArchiveExportData, PostArchiveExportResponse, PostArchiveResumeData, GetArchiveStatusData, PutCodegenFastapplyByPathData, GetCodegenRerankingByPathData, GetDrivesMountData, PostDrivesMountData, DeleteDrivesMountByMountPathData, PostEnvironmentReloadData, GetFilesystemContentSearchByPathData, GetFilesystemFindByPathData, GetFilesystemMultipartData, DeleteFilesystemMultipartByUploadIdAbortData, PostFilesystemMultipartByUploadIdCompleteData, PutFilesystemMultipartByUploadIdPartData, GetFilesystemMultipartByUploadIdPartsData, PostFilesystemMultipartInitiateByPathData, GetFilesystemSearchByPathData, DeleteFilesystemByPathData, GetFilesystemByPathData, PutFilesystemByPathData, DeleteFilesystemTreeByPathData, GetFilesystemTreeByPathData, PutFilesystemTreeByPathData, GetHealthData, DeleteNetworkProcessByPidMonitorData, PostNetworkProcessByPidMonitorData, GetNetworkProcessByPidPortsData, DeleteNetworkTunnelData, PutNetworkTunnelConfigData, GetProcessData, PostProcessData, DeleteProcessByIdentifierData, GetProcessByIdentifierData, DeleteProcessByIdentifierKillData, GetProcessByIdentifierLogsData, GetProcessByIdentifierLogsStreamData, DeleteProcessByIdentifierStdinData, PostProcessByIdentifierStdinData, PostUpgradeData, GetWatchFilesystemByPathData } from './types.gen';
|
|
3
3
|
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = ClientOptions<TData, ThrowOnError> & {
|
|
4
4
|
/**
|
|
5
5
|
* You can provide a client instance returned by `createClient()` instead of
|
|
@@ -13,6 +13,24 @@ export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends
|
|
|
13
13
|
*/
|
|
14
14
|
meta?: Record<string, unknown>;
|
|
15
15
|
};
|
|
16
|
+
/**
|
|
17
|
+
* Export the filesystem changes to a presigned URL
|
|
18
|
+
* Archives everything the sandbox changed on top of its base image and streams it, uncompressed, to a presigned S3 PUT URL. The memory of the sandbox is not archived.
|
|
19
|
+
* The sandbox is quiesced first: the process list is saved (unless saveProcesses is false), every process is stopped, and the API then refuses the calls that would write to the filesystem. The freeze is not lifted afterwards, since an exported sandbox is meant to be restored elsewhere; call POST /archive/resume to lift it.
|
|
20
|
+
* Use dryRun to get the archive's content and exact size without stopping anything and without uploading.
|
|
21
|
+
* Set async to start the export and answer immediately, which is what archiving a large filesystem needs: the export then reports itself through GET /archive/status.
|
|
22
|
+
*/
|
|
23
|
+
export declare const postArchiveExport: <ThrowOnError extends boolean = false>(options: Options<PostArchiveExportData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<PostArchiveExportResponse, import("./types.gen").ErrorResponse, ThrowOnError>;
|
|
24
|
+
/**
|
|
25
|
+
* Lift the archive freeze
|
|
26
|
+
* Makes the API serve every route again after an export. The processes stopped for the export are not relaunched: this exists so a failed or aborted export does not leave the sandbox unusable.
|
|
27
|
+
*/
|
|
28
|
+
export declare const postArchiveResume: <ThrowOnError extends boolean = false>(options?: Options<PostArchiveResumeData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").QuiesceStatus, import("./types.gen").ErrorResponse, ThrowOnError>;
|
|
29
|
+
/**
|
|
30
|
+
* Get the archive status
|
|
31
|
+
* Reports whether the sandbox is frozen for an archive export, and which processes were stopped for it.
|
|
32
|
+
*/
|
|
33
|
+
export declare const getArchiveStatus: <ThrowOnError extends boolean = false>(options?: Options<GetArchiveStatusData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").QuiesceStatus, unknown, ThrowOnError>;
|
|
16
34
|
/**
|
|
17
35
|
* Apply code edit
|
|
18
36
|
* Uses the configured LLM provider (Relace or Morph) to apply a code edit to the original content.
|
|
@@ -69,6 +87,11 @@ export declare const postDrivesMount: <ThrowOnError extends boolean = false>(opt
|
|
|
69
87
|
* Unmounts a previously mounted drive from the specified local path
|
|
70
88
|
*/
|
|
71
89
|
export declare const deleteDrivesMountByMountPath: <ThrowOnError extends boolean = false>(options: Options<DeleteDrivesMountByMountPathData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").DriveUnmountResponse, import("./types.gen").ErrorResponse, ThrowOnError>;
|
|
90
|
+
/**
|
|
91
|
+
* Reload environment from guest metadata
|
|
92
|
+
* Re-reads /bl/metadata and applies its environment to the sandbox-api process, so this process and every process started afterwards see the current values. Called by the guest init after an environment update; safe to call manually.
|
|
93
|
+
*/
|
|
94
|
+
export declare const postEnvironmentReload: <ThrowOnError extends boolean = false>(options?: Options<PostEnvironmentReloadData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").HandlerReloadResponse, import("./types.gen").ErrorResponse, ThrowOnError>;
|
|
72
95
|
/**
|
|
73
96
|
* Search for text content in files
|
|
74
97
|
* Searches for text content inside files using ripgrep. Returns matching lines with context.
|
|
@@ -216,6 +239,16 @@ export declare const getProcessByIdentifierLogs: <ThrowOnError extends boolean =
|
|
|
216
239
|
* Streams the stdout and stderr output of a process in real time, one line per log, prefixed with 'stdout:' or 'stderr:'. Closes when the process exits or the client disconnects.
|
|
217
240
|
*/
|
|
218
241
|
export declare const getProcessByIdentifierLogsStream: <ThrowOnError extends boolean = false>(options: Options<GetProcessByIdentifierLogsStreamData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<string, import("./types.gen").ErrorResponse, ThrowOnError>;
|
|
242
|
+
/**
|
|
243
|
+
* Close a process's stdin
|
|
244
|
+
* Send EOF to the process by closing its stdin pipe. Idempotent. For stdio protocols such as MCP this is the clean shutdown path.
|
|
245
|
+
*/
|
|
246
|
+
export declare const deleteProcessByIdentifierStdin: <ThrowOnError extends boolean = false>(options: Options<DeleteProcessByIdentifierStdinData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").SuccessResponse, import("./types.gen").ErrorResponse, ThrowOnError>;
|
|
247
|
+
/**
|
|
248
|
+
* Write to a process's stdin
|
|
249
|
+
* Write the raw request body to the stdin of a process started with "stdin": true. Bytes are forwarded verbatim, so include the trailing newline your protocol expects. Sequential requests keep their order; each body is written atomically with respect to other writers. The pipe does not survive a sandbox-api restart: once it is gone this returns 409 and the process must be restarted.
|
|
250
|
+
*/
|
|
251
|
+
export declare const postProcessByIdentifierStdin: <ThrowOnError extends boolean = false>(options: Options<PostProcessByIdentifierStdinData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").SuccessResponse, import("./types.gen").ErrorResponse, ThrowOnError>;
|
|
219
252
|
/**
|
|
220
253
|
* Upgrade the sandbox-api
|
|
221
254
|
* Triggers an upgrade of the sandbox-api process. Returns 200 immediately before upgrading.
|