@@ -257,11 +257,7 @@ Methods:
257257Types:
258258
259259``` python
260- from runloop_api_client.types.devboxes import (
261- ExecutionUpdateChunk,
262- ExecutionStreamStderrUpdatesResponse,
263- ExecutionStreamStdoutUpdatesResponse,
264- )
260+ from runloop_api_client.types.devboxes import ExecutionUpdateChunk
265261```
266262
267263Methods:
@@ -270,8 +266,8 @@ Methods:
270266- <code title =" post /v1/devboxes/{id}/execute_async " >client.devboxes.executions.<a href =" ./src/runloop_api_client/resources/devboxes/executions.py " >execute_async</a >(id, \*\* <a href =" src/runloop_api_client/types/devboxes/execution_execute_async_params.py " >params</a >) -> <a href =" ./src/runloop_api_client/types/devbox_async_execution_detail_view.py " >DevboxAsyncExecutionDetailView</a ></code >
271267- <code title =" post /v1/devboxes/{id}/execute_sync " >client.devboxes.executions.<a href =" ./src/runloop_api_client/resources/devboxes/executions.py " >execute_sync</a >(id, \*\* <a href =" src/runloop_api_client/types/devboxes/execution_execute_sync_params.py " >params</a >) -> <a href =" ./src/runloop_api_client/types/devbox_execution_detail_view.py " >DevboxExecutionDetailView</a ></code >
272268- <code title =" post /v1/devboxes/{devbox_id}/executions/{execution_id}/kill " >client.devboxes.executions.<a href =" ./src/runloop_api_client/resources/devboxes/executions.py " >kill</a >(execution_id, \* , devbox_id, \*\* <a href =" src/runloop_api_client/types/devboxes/execution_kill_params.py " >params</a >) -> <a href =" ./src/runloop_api_client/types/devbox_async_execution_detail_view.py " >DevboxAsyncExecutionDetailView</a ></code >
273- - <code title =" get /v1/devboxes/{devbox_id}/executions/{execution_id}/stream_stderr_updates " >client.devboxes.executions.<a href =" ./src/runloop_api_client/resources/devboxes/executions.py " >stream_stderr_updates</a >(execution_id, \* , devbox_id, \*\* <a href =" src/runloop_api_client/types/devboxes/execution_stream_stderr_updates_params.py " >params</a >) -> str </code >
274- - <code title =" get /v1/devboxes/{devbox_id}/executions/{execution_id}/stream_stdout_updates " >client.devboxes.executions.<a href =" ./src/runloop_api_client/resources/devboxes/executions.py " >stream_stdout_updates</a >(execution_id, \* , devbox_id, \*\* <a href =" src/runloop_api_client/types/devboxes/execution_stream_stdout_updates_params.py " >params</a >) -> str </code >
269+ - <code title =" get /v1/devboxes/{devbox_id}/executions/{execution_id}/stream_stderr_updates " >client.devboxes.executions.<a href =" ./src/runloop_api_client/resources/devboxes/executions.py " >stream_stderr_updates</a >(execution_id, \* , devbox_id, \*\* <a href =" src/runloop_api_client/types/devboxes/execution_stream_stderr_updates_params.py " >params</a >) -> < a href = " ./src/runloop_api_client/types/devboxes/execution_update_chunk.py " >ExecutionUpdateChunk</ a > </code >
270+ - <code title =" get /v1/devboxes/{devbox_id}/executions/{execution_id}/stream_stdout_updates " >client.devboxes.executions.<a href =" ./src/runloop_api_client/resources/devboxes/executions.py " >stream_stdout_updates</a >(execution_id, \* , devbox_id, \*\* <a href =" src/runloop_api_client/types/devboxes/execution_stream_stdout_updates_params.py " >params</a >) -> < a href = " ./src/runloop_api_client/types/devboxes/execution_update_chunk.py " >ExecutionUpdateChunk</ a > </code >
275271
276272# Scenarios
277273
0 commit comments