Comparing version 0.12.6 to 0.12.7
@@ -1357,2 +1357,12 @@ import * as openapi_typescript_fetch_dist_cjs_types from 'openapi-typescript-fetch/dist/cjs/types'; | ||
declare class TimeoutError extends Error { | ||
constructor(message: any); | ||
} | ||
declare class AuthenticationError extends Error { | ||
constructor(message: any); | ||
} | ||
declare class CurrentWorkingDirectoryDoesntExistError extends Error { | ||
constructor(message: any); | ||
} | ||
declare enum CodeRuntime { | ||
@@ -1427,2 +1437,2 @@ Node16 = "Node16", | ||
export { API_HOST, Action, Artifact, ClientType, DataAnalysis as CodeInterpreter, CodeRuntime, DataAnalysis, DownloadFileFormat, EnvVars, FileInfo, FilesystemEvent, FilesystemEventListener, FilesystemManager, FilesystemOperation, FilesystemWatcher, OpenPort, Process, ProcessManager, ProcessMessage, ProcessOutput, RunPythonOpts, RunningSandbox, SANDBOX_DOMAIN, Sandbox, SandboxMetadata, SandboxOpts, Terminal, TerminalManager, TerminalOutput, client as api, components, Sandbox as default, paths, runCode, withAPIKey, withAccessToken }; | ||
export { API_HOST, Action, Artifact, AuthenticationError, ClientType, DataAnalysis as CodeInterpreter, CodeRuntime, CurrentWorkingDirectoryDoesntExistError, DataAnalysis, DownloadFileFormat, EnvVars, FileInfo, FilesystemEvent, FilesystemEventListener, FilesystemManager, FilesystemOperation, FilesystemWatcher, OpenPort, Process, ProcessManager, ProcessMessage, ProcessOutput, RunPythonOpts, RunningSandbox, SANDBOX_DOMAIN, Sandbox, SandboxMetadata, SandboxOpts, Terminal, TerminalManager, TerminalOutput, TimeoutError, client as api, components, Sandbox as default, paths, runCode, withAPIKey, withAccessToken }; |
{ | ||
"name": "e2b", | ||
"version": "0.12.6", | ||
"version": "0.12.7", | ||
"description": "E2B SDK that give agents cloud environments", | ||
@@ -5,0 +5,0 @@ "homepage": "https://e2b.dev", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
438750
5448