@cloudflare/sandbox 0.9.1 → 0.9.2
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/bridge/index.js +2 -2
- package/dist/{contexts-D6kt6WyG.d.ts → contexts-D_shbnJs.d.ts} +32 -2
- package/dist/contexts-D_shbnJs.d.ts.map +1 -0
- package/dist/errors-CBi-O-pF.js +227 -0
- package/dist/errors-CBi-O-pF.js.map +1 -0
- package/dist/index.d.ts +25 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/openai/index.d.ts +1 -1
- package/dist/opencode/index.d.ts +2 -2
- package/dist/opencode/index.d.ts.map +1 -1
- package/dist/opencode/index.js +1 -1
- package/dist/{sandbox-PAYx1CcU.js → sandbox-CReFGUtF.js} +114 -16
- package/dist/sandbox-CReFGUtF.js.map +1 -0
- package/dist/{sandbox-Bb3n0SeC.d.ts → sandbox-YMrVC62F.d.ts} +2 -1
- package/dist/{sandbox-Bb3n0SeC.d.ts.map → sandbox-YMrVC62F.d.ts.map} +1 -1
- package/package.json +1 -1
- package/dist/contexts-D6kt6WyG.d.ts.map +0 -1
- package/dist/errors-LE3HHcRb.js +0 -169
- package/dist/errors-LE3HHcRb.js.map +0 -1
- package/dist/sandbox-PAYx1CcU.js.map +0 -1
|
@@ -3262,6 +3262,7 @@ declare class Sandbox<Env = unknown> extends Container<Env> implements ISandbox
|
|
|
3262
3262
|
* Returns the R2 bucket or throws if backup is not configured.
|
|
3263
3263
|
*/
|
|
3264
3264
|
private requireBackupBucket;
|
|
3265
|
+
private normalizeBackupExcludes;
|
|
3265
3266
|
private static readonly PRESIGNED_URL_EXPIRY_SECONDS;
|
|
3266
3267
|
/**
|
|
3267
3268
|
* Create a unique, dedicated session for a single backup operation.
|
|
@@ -3369,4 +3370,4 @@ declare class Sandbox<Env = unknown> extends Container<Env> implements ISandbox
|
|
|
3369
3370
|
}
|
|
3370
3371
|
//#endregion
|
|
3371
3372
|
export { BucketProvider as $, DesktopStopResponse as A, RestoreBackupResult as At, ExecuteResponse as B, ExecuteRequest as Bt, ClickOptions as C, ProcessKillResult as Ct, DesktopStartOptions as D, ProcessStartResult as Dt, DesktopClient as E, ProcessOptions as Et, ScreenshotRegion as F, WaitForPortOptions as Ft, HttpClientOptions as G, CreateContextOptions as Gt, BaseApiResponse as H, StartProcessRequest as Ht, ScreenshotResponse as I, WatchOptions as It, SessionRequest as J, RunCodeOptions as Jt, RequestConfig as K, Execution as Kt, ScrollDirection as L, isExecResult as Lt, ScreenSizeResponse as M, SessionOptions as Mt, ScreenshotBytesResponse as N, StreamOptions as Nt, DesktopStartResponse as O, ProcessStatus as Ot, ScreenshotOptions as P, WaitForLogResult as Pt, BucketCredentials as Q, TypeOptions as R, isProcess as Rt, WriteFileRequest as S, ProcessInfoResult as St, Desktop as T, ProcessLogsResult as Tt, ContainerStub as U, PtyOptions as Ut, BackupClient as V, ExposePortRequest as Vt, ErrorResponse as W, CodeContext as Wt, BackupOptions as X, SandboxInterpreterAPI as Y, BaseExecOptions as Z, GitClient as _, PortCloseResult as _t, CreateSessionRequest as a, ExecResult as at, MkdirRequest as b, Process as bt, DeleteSessionResponse as c, FileMetadata as ct, ProcessClient as d, GitCheckoutResult as dt, CheckChangesOptions as et, PortClient as f, ISandbox as ft, GitCheckoutRequest as g, MountBucketOptions as gt, InterpreterClient as h, LogEvent as ht, CommandsResponse as i, ExecOptions as it, KeyInput as j, SandboxOptions as jt, DesktopStatusResponse as k, RemoteMountBucketOptions as kt, PingResponse as l, FileStreamEvent as lt, ExecutionCallbacks as m, LocalMountBucketOptions as mt, getSandbox as n, DirectoryBackup as nt, CreateSessionResponse as o, ExecutionSession as ot, UnexposePortRequest as p, ListFilesOptions as pt, ResponseHandler as q, ExecutionResult as qt, SandboxClient as r, ExecEvent as rt, DeleteSessionRequest as s, FileChunk as st, Sandbox as t, CheckChangesResult as tt, UtilityClient as u, FileWatchSSEEvent as ut, FileClient as v, PortExposeResult as vt, CursorPositionResponse as w, ProcessListResult as wt, ReadFileRequest as x, ProcessCleanupResult as xt, FileOperationRequest as y, PortListResult as yt, CommandClient as z, isProcessStatus as zt };
|
|
3372
|
-
//# sourceMappingURL=sandbox-
|
|
3373
|
+
//# sourceMappingURL=sandbox-YMrVC62F.d.ts.map
|