Feature Category
Problem Statement
The TypeScript SDK cannot request archival for stopped sandboxes, configure requested disk capacity when creating a sandbox, or expose archive lifecycle state in typed status responses.
Proposed Solution
Add an archive operation to the sandbox client, pass an optional disk setting to the sandbox start request, and model sandbox states and transition history in the TypeScript SDK.
Detailed Feature Description
- Add
Sandbox.archive() for POST /sandboxes/{sandboxId}/archive.
- Add optional
disk configuration and include it in start_async requests.
- Add typed sandbox states, transition-history records, and status-response fields.
- Bump the TypeScript SDK package and lockfile version to
1.10.0.
- Add unit coverage for the new SDK behavior.
Feature Category
Problem Statement
The TypeScript SDK cannot request archival for stopped sandboxes, configure requested disk capacity when creating a sandbox, or expose archive lifecycle state in typed status responses.
Proposed Solution
Add an archive operation to the sandbox client, pass an optional disk setting to the sandbox start request, and model sandbox states and transition history in the TypeScript SDK.
Detailed Feature Description
Sandbox.archive()forPOST /sandboxes/{sandboxId}/archive.diskconfiguration and include it instart_asyncrequests.1.10.0.