Skip to content

Commit 1aee7c8

Browse files
authored
Refactor Sandbox object in Python (#855)
# Description We can simplify typing and return only SandboxInfo in SDKs as the types are very similar (there are some extra fields in detail, which we don't want to expose but we need them e.g. for connect)
1 parent da7c60d commit 1aee7c8

15 files changed

Lines changed: 390 additions & 216 deletions

packages/js-sdk/src/api/schema.gen.ts

Lines changed: 33 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/e2b/api/client/models/__init__.py

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/e2b/api/client/models/listed_sandbox.py

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/e2b/api/client/models/sandbox_detail.py

Lines changed: 17 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)