runloop_api_client 1.14.0__tar.gz → 1.15.0__tar.gz
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.
- runloop_api_client-1.15.0/.release-please-manifest.json +3 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/CHANGELOG.md +28 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/PKG-INFO +1 -1
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/api.md +1 -26
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/pyproject.toml +1 -1
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_client.py +0 -38
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_version.py +1 -1
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/pagination.py +0 -75
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/__init__.py +0 -14
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/axons/axons.py +23 -3
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/benchmark_runs.py +8 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_devbox.py +4 -12
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/devbox.py +4 -12
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/__init__.py +1 -9
- runloop_api_client-1.15.0/src/runloop_api_client/types/axon_subscribe_sse_params.py +16 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_run_list_params.py +3 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_axons.py +24 -8
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_benchmark_runs.py +2 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/async_devbox/test_interfaces.py +7 -8
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/devbox/test_interfaces.py +7 -9
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/uv.lock +1 -1
- runloop_api_client-1.14.0/.release-please-manifest.json +0 -3
- runloop_api_client-1.14.0/src/runloop_api_client/resources/repositories.py +0 -928
- runloop_api_client-1.14.0/src/runloop_api_client/types/repository_connection_list_view.py +0 -17
- runloop_api_client-1.14.0/src/runloop_api_client/types/repository_connection_view.py +0 -18
- runloop_api_client-1.14.0/src/runloop_api_client/types/repository_create_params.py +0 -22
- runloop_api_client-1.14.0/src/runloop_api_client/types/repository_inspect_params.py +0 -13
- runloop_api_client-1.14.0/src/runloop_api_client/types/repository_inspection_details.py +0 -83
- runloop_api_client-1.14.0/src/runloop_api_client/types/repository_inspection_list_view.py +0 -13
- runloop_api_client-1.14.0/src/runloop_api_client/types/repository_list_params.py +0 -27
- runloop_api_client-1.14.0/src/runloop_api_client/types/repository_manifest_view.py +0 -174
- runloop_api_client-1.14.0/src/runloop_api_client/types/repository_refresh_params.py +0 -16
- runloop_api_client-1.14.0/tests/api_resources/test_repositories.py +0 -695
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/.gitignore +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/CONTRIBUTING.md +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/EXAMPLES.md +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/LICENSE +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/README-SDK.md +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/README.md +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/SECURITY.md +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/bin/check-release-environment +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/bin/publish-pypi +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/examples/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/examples/_harness.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/examples/blueprint_with_build_context.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/examples/devbox_from_blueprint_lifecycle.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/examples/devbox_snapshot_resume.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/examples/devbox_tunnel.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/examples/example_types.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/examples/mcp_github_tools.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/examples/registry.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/examples/secrets_with_devbox.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/release-please-config.json +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/requirements-dev.lock +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop/lib/.keep +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_base_client.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_compat.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_constants.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_exceptions.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_files.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_models.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_qs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_resource.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_response.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_streaming.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_types.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_compat.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_datetime_parse.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_json.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_logs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_path.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_proxy.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_reflection.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_resources_proxy.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_streams.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_sync.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_transform.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_typing.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_utils.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/_utils/_validation.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/lib/.keep +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/lib/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/lib/_ignore.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/lib/context_loader.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/lib/polling.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/lib/polling_async.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/py.typed +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/agents.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/axons/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/axons/sql.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/benchmark_jobs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/benchmarks.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/blueprints.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/devboxes/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/devboxes/browsers.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/devboxes/computers.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/devboxes/devboxes.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/devboxes/disk_snapshots.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/devboxes/executions.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/devboxes/logs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/gateway_configs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/mcp_configs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/network_policies.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/objects.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/scenarios/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/scenarios/runs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/scenarios/scenarios.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/scenarios/scorers.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/secrets.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/_helpers.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/_types.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/agent.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_agent.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_axon.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_benchmark.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_benchmark_run.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_blueprint.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_execution.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_execution_result.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_gateway_config.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_mcp_config.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_network_policy.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_scenario.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_scenario_builder.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_scenario_run.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_scorer.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_secret.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_snapshot.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_storage_object.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/axon.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/benchmark.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/benchmark_run.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/blueprint.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/execution.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/execution_result.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/gateway_config.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/mcp_config.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/network_policy.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/scenario.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/scenario_builder.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/scenario_run.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/scorer.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/secret.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/snapshot.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/storage_object.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/sync.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/agent_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/agent_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/agent_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/agent_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axon_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axon_event_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axon_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axon_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axon_publish_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axon_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axons/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axons/sql_batch_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axons/sql_batch_result_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axons/sql_column_meta_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axons/sql_query_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axons/sql_query_result_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axons/sql_result_meta_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axons/sql_statement_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axons/sql_step_error_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/axons/sql_step_result_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_definitions_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_job_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_job_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_job_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_job_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_list_public_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_run_list_scenario_runs_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_run_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_run_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_start_run_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_update_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_update_scenarios_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/benchmark_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/blueprint_build_log.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/blueprint_build_logs_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/blueprint_build_parameters.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/blueprint_create_from_inspection_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/blueprint_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/blueprint_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/blueprint_list_public_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/blueprint_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/blueprint_preview_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/blueprint_preview_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/blueprint_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_async_execution_detail_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_create_ssh_key_response.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_download_file_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_enable_tunnel_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_execute_async_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_execute_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_execute_sync_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_execution_detail_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_list_disk_snapshots_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_read_file_contents_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_read_file_contents_response.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_resource_usage_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_send_std_in_result.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_shutdown_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_snapshot_disk_async_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_snapshot_disk_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_snapshot_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_snapshot_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_update_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_upload_file_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_wait_for_command_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devbox_write_file_contents_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/browser_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/browser_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/computer_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/computer_keyboard_interaction_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/computer_keyboard_interaction_response.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/computer_mouse_interaction_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/computer_mouse_interaction_response.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/computer_screen_interaction_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/computer_screen_interaction_response.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/computer_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/devbox_logs_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/devbox_snapshot_async_status_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/disk_snapshot_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/disk_snapshot_update_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/execution_execute_async_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/execution_execute_sync_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/execution_kill_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/execution_retrieve_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/execution_send_std_in_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/execution_stream_stderr_updates_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/execution_stream_stdout_updates_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/execution_update_chunk.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/devboxes/log_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/gateway_config_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/gateway_config_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/gateway_config_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/gateway_config_update_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/gateway_config_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/input_context.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/input_context_param.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/input_context_update_param.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/inspection_source_param.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/mcp_config_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/mcp_config_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/mcp_config_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/mcp_config_update_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/mcp_config_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/network_policy_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/network_policy_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/network_policy_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/network_policy_update_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/network_policy_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/object_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/object_download_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/object_download_url_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/object_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/object_list_public_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/object_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/object_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/publish_result_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenario_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenario_definition_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenario_environment.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenario_environment_param.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenario_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenario_list_public_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenario_run_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenario_run_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenario_start_run_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenario_update_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenario_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenarios/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenarios/run_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenarios/scorer_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenarios/scorer_create_response.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenarios/scorer_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenarios/scorer_list_response.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenarios/scorer_retrieve_response.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenarios/scorer_update_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scenarios/scorer_update_response.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scoring_contract.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scoring_contract_param.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scoring_contract_result_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scoring_contract_update_param.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scoring_function.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scoring_function_param.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/scoring_function_result_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/secret_create_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/secret_list_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/secret_list_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/secret_update_params.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/secret_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared/after_idle.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared/agent_mount.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared/agent_source.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared/broker_mount.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared/code_mount_parameters.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared/launch_parameters.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared/mount.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared/object_mount.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared/run_profile.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared_params/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared_params/after_idle.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared_params/agent_mount.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared_params/agent_source.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared_params/broker_mount.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared_params/code_mount_parameters.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared_params/launch_parameters.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared_params/mount.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared_params/object_mount.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/shared_params/run_profile.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/tunnel_view.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/axons/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/axons/test_sql.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/devboxes/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/devboxes/test_browsers.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/devboxes/test_computers.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/devboxes/test_disk_snapshots.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/devboxes/test_executions.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/devboxes/test_logs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/scenarios/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/scenarios/test_runs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/scenarios/test_scorers.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_agents.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_benchmark_jobs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_benchmarks.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_blueprints.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_devboxes.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_gateway_configs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_mcp_configs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_network_policies.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_objects.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_scenarios.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/api_resources/test_secrets.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/conftest.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sample_file.txt +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/async_devbox/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/async_devbox/conftest.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/async_devbox/test_core.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/async_devbox/test_edge_cases.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/async_devbox/test_streaming.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/conftest.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/devbox/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/devbox/conftest.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/devbox/test_core.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/devbox/test_edge_cases.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/devbox/test_streaming.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_agent.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_agent.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_axon.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_benchmark.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_benchmark_run.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_blueprint.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_execution.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_execution_result.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_gateway_config.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_network_policy.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_ops.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_scenario.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_scenario_builder.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_scenario_run.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_scorer.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_snapshot.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_async_storage_object.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_axon.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_benchmark.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_benchmark_run.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_blueprint.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_execution.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_execution_result.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_gateway_config.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_helpers.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_network_policy.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_ops.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_scenario.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_scenario_builder.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_scenario_run.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_scorer.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_snapshot.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/sdk/test_storage_object.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/README.md +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/conftest.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/examples/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/examples/test_examples.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/README.md +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/__init__.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/conftest.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_agent.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_agent.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_axon.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_benchmark.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_blueprint.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_devbox.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_gateway_config.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_network_policy.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_scenario.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_scorer.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_sdk.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_secret.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_snapshot.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_async_storage_object.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_axon.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_benchmark.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_blueprint.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_devbox.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_gateway_config.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_mcp_config.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_network_policy.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_scenario.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_scorer.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_sdk.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_secret.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_snapshot.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/sdk/test_storage_object.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/test_blueprints.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/test_devboxes.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/test_executions.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/test_scenarios_benchmarks.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/test_snapshots.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/smoketests/utils.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_client.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_command_id.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_deepcopy.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_extract_files.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_files.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_models.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_polling.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_qs.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_required_args.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_response.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_streaming.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_transform.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_utils/test_context_loader.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_utils/test_json.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_utils/test_path.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_utils/test_proxy.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/test_utils/test_typing.py +0 -0
- {runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.15.0 (2026-04-02)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.14.1...v1.15.0](https://github.com/runloopai/api-client-python/compare/v1.14.1...v1.15.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **benchmark-runs:** add state filter and multi-value benchmark_id support to listBenchmarkRuns ([#8480](https://github.com/runloopai/api-client-python/issues/8480)) ([08e6a25](https://github.com/runloopai/api-client-python/commit/08e6a2543fbac1d20d2f8c1c51b34c989a622003))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* Add after_sequence param to axon subscribe ([#8497](https://github.com/runloopai/api-client-python/issues/8497)) ([454cce4](https://github.com/runloopai/api-client-python/commit/454cce48cf22ba3466f4063d58af4650b9b84322))
|
|
15
|
+
|
|
16
|
+
## 1.14.1 (2026-04-01)
|
|
17
|
+
|
|
18
|
+
Full Changelog: [v1.14.0...v1.14.1](https://github.com/runloopai/api-client-python/compare/v1.14.0...v1.14.1)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **sdk:** remove incorrect remove_tunnel DeprecationWarning ([#775](https://github.com/runloopai/api-client-python/issues/775)) ([925c735](https://github.com/runloopai/api-client-python/commit/925c7353c5331df1f83052ab42793cc076e1a4ea))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Chores
|
|
26
|
+
|
|
27
|
+
* Hide repository connection APIs from public OpenAPI spec ([#8462](https://github.com/runloopai/api-client-python/issues/8462)) ([2eac1fc](https://github.com/runloopai/api-client-python/commit/2eac1fcf5c2d05bcbe7ba596b5f2789f98aae660))
|
|
28
|
+
* **tests:** bump steady to v0.20.1 ([c19d63d](https://github.com/runloopai/api-client-python/commit/c19d63d141ef2f60df570ebb2c21d8fcda2a98b9))
|
|
29
|
+
* **tests:** bump steady to v0.20.2 ([3c0beeb](https://github.com/runloopai/api-client-python/commit/3c0beeb5b142e30c557aa6e85d407ecf65c78051))
|
|
30
|
+
|
|
3
31
|
## 1.14.0 (2026-03-31)
|
|
4
32
|
|
|
5
33
|
Full Changelog: [v1.13.3...v1.14.0](https://github.com/runloopai/api-client-python/compare/v1.13.3...v1.14.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: runloop_api_client
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.15.0
|
|
4
4
|
Summary: The official Python library for the runloop API
|
|
5
5
|
Project-URL: Homepage, https://github.com/runloopai/api-client-python
|
|
6
6
|
Project-URL: Repository, https://github.com/runloopai/api-client-python
|
|
@@ -109,7 +109,7 @@ Methods:
|
|
|
109
109
|
- <code title="get /v1/axons/{id}">client.axons.<a href="./src/runloop_api_client/resources/axons/axons.py">retrieve</a>(id) -> <a href="./src/runloop_api_client/types/axon_view.py">AxonView</a></code>
|
|
110
110
|
- <code title="get /v1/axons">client.axons.<a href="./src/runloop_api_client/resources/axons/axons.py">list</a>(\*\*<a href="src/runloop_api_client/types/axon_list_params.py">params</a>) -> <a href="./src/runloop_api_client/types/axon_view.py">SyncAxonsCursorIDPage[AxonView]</a></code>
|
|
111
111
|
- <code title="post /v1/axons/{id}/publish">client.axons.<a href="./src/runloop_api_client/resources/axons/axons.py">publish</a>(id, \*\*<a href="src/runloop_api_client/types/axon_publish_params.py">params</a>) -> <a href="./src/runloop_api_client/types/publish_result_view.py">PublishResultView</a></code>
|
|
112
|
-
- <code title="get /v1/axons/{id}/subscribe/sse">client.axons.<a href="./src/runloop_api_client/resources/axons/axons.py">subscribe_sse</a>(id) -> <a href="./src/runloop_api_client/types/axon_event_view.py">AxonEventView</a></code>
|
|
112
|
+
- <code title="get /v1/axons/{id}/subscribe/sse">client.axons.<a href="./src/runloop_api_client/resources/axons/axons.py">subscribe_sse</a>(id, \*\*<a href="src/runloop_api_client/types/axon_subscribe_sse_params.py">params</a>) -> <a href="./src/runloop_api_client/types/axon_event_view.py">AxonEventView</a></code>
|
|
113
113
|
|
|
114
114
|
## Sql
|
|
115
115
|
|
|
@@ -379,31 +379,6 @@ Methods:
|
|
|
379
379
|
- <code title="get /v1/objects/{id}/download">client.objects.<a href="./src/runloop_api_client/resources/objects.py">download</a>(id, \*\*<a href="src/runloop_api_client/types/object_download_params.py">params</a>) -> <a href="./src/runloop_api_client/types/object_download_url_view.py">ObjectDownloadURLView</a></code>
|
|
380
380
|
- <code title="get /v1/objects/list_public">client.objects.<a href="./src/runloop_api_client/resources/objects.py">list_public</a>(\*\*<a href="src/runloop_api_client/types/object_list_public_params.py">params</a>) -> <a href="./src/runloop_api_client/types/object_view.py">SyncObjectsCursorIDPage[ObjectView]</a></code>
|
|
381
381
|
|
|
382
|
-
# Repositories
|
|
383
|
-
|
|
384
|
-
Types:
|
|
385
|
-
|
|
386
|
-
```python
|
|
387
|
-
from runloop_api_client.types import (
|
|
388
|
-
RepositoryConnectionListView,
|
|
389
|
-
RepositoryConnectionView,
|
|
390
|
-
RepositoryInspectionDetails,
|
|
391
|
-
RepositoryInspectionListView,
|
|
392
|
-
RepositoryManifestView,
|
|
393
|
-
)
|
|
394
|
-
```
|
|
395
|
-
|
|
396
|
-
Methods:
|
|
397
|
-
|
|
398
|
-
- <code title="post /v1/repositories">client.repositories.<a href="./src/runloop_api_client/resources/repositories.py">create</a>(\*\*<a href="src/runloop_api_client/types/repository_create_params.py">params</a>) -> <a href="./src/runloop_api_client/types/repository_connection_view.py">RepositoryConnectionView</a></code>
|
|
399
|
-
- <code title="get /v1/repositories/{id}">client.repositories.<a href="./src/runloop_api_client/resources/repositories.py">retrieve</a>(id) -> <a href="./src/runloop_api_client/types/repository_connection_view.py">RepositoryConnectionView</a></code>
|
|
400
|
-
- <code title="get /v1/repositories">client.repositories.<a href="./src/runloop_api_client/resources/repositories.py">list</a>(\*\*<a href="src/runloop_api_client/types/repository_list_params.py">params</a>) -> <a href="./src/runloop_api_client/types/repository_connection_view.py">SyncRepositoriesCursorIDPage[RepositoryConnectionView]</a></code>
|
|
401
|
-
- <code title="post /v1/repositories/{id}/delete">client.repositories.<a href="./src/runloop_api_client/resources/repositories.py">delete</a>(id) -> object</code>
|
|
402
|
-
- <code title="post /v1/repositories/{id}/inspect">client.repositories.<a href="./src/runloop_api_client/resources/repositories.py">inspect</a>(id, \*\*<a href="src/runloop_api_client/types/repository_inspect_params.py">params</a>) -> <a href="./src/runloop_api_client/types/repository_inspection_details.py">RepositoryInspectionDetails</a></code>
|
|
403
|
-
- <code title="get /v1/repositories/{id}/inspections">client.repositories.<a href="./src/runloop_api_client/resources/repositories.py">list_inspections</a>(id) -> <a href="./src/runloop_api_client/types/repository_inspection_list_view.py">RepositoryInspectionListView</a></code>
|
|
404
|
-
- <code title="post /v1/repositories/{id}/refresh">client.repositories.<a href="./src/runloop_api_client/resources/repositories.py">refresh</a>(id, \*\*<a href="src/runloop_api_client/types/repository_refresh_params.py">params</a>) -> object</code>
|
|
405
|
-
- <code title="get /v1/repositories/inspections/{id}">client.repositories.<a href="./src/runloop_api_client/resources/repositories.py">retrieve_inspection</a>(id) -> <a href="./src/runloop_api_client/types/repository_inspection_details.py">RepositoryInspectionDetails</a></code>
|
|
406
|
-
|
|
407
382
|
# Secrets
|
|
408
383
|
|
|
409
384
|
Types:
|
|
@@ -41,7 +41,6 @@ if TYPE_CHECKING:
|
|
|
41
41
|
benchmarks,
|
|
42
42
|
blueprints,
|
|
43
43
|
mcp_configs,
|
|
44
|
-
repositories,
|
|
45
44
|
benchmark_jobs,
|
|
46
45
|
benchmark_runs,
|
|
47
46
|
gateway_configs,
|
|
@@ -54,7 +53,6 @@ if TYPE_CHECKING:
|
|
|
54
53
|
from .resources.blueprints import BlueprintsResource, AsyncBlueprintsResource
|
|
55
54
|
from .resources.axons.axons import AxonsResource, AsyncAxonsResource
|
|
56
55
|
from .resources.mcp_configs import McpConfigsResource, AsyncMcpConfigsResource
|
|
57
|
-
from .resources.repositories import RepositoriesResource, AsyncRepositoriesResource
|
|
58
56
|
from .resources.benchmark_jobs import BenchmarkJobsResource, AsyncBenchmarkJobsResource
|
|
59
57
|
from .resources.benchmark_runs import BenchmarkRunsResource, AsyncBenchmarkRunsResource
|
|
60
58
|
from .resources.gateway_configs import GatewayConfigsResource, AsyncGatewayConfigsResource
|
|
@@ -176,12 +174,6 @@ class Runloop(SyncAPIClient):
|
|
|
176
174
|
|
|
177
175
|
return ObjectsResource(self)
|
|
178
176
|
|
|
179
|
-
@cached_property
|
|
180
|
-
def repositories(self) -> RepositoriesResource:
|
|
181
|
-
from .resources.repositories import RepositoriesResource
|
|
182
|
-
|
|
183
|
-
return RepositoriesResource(self)
|
|
184
|
-
|
|
185
177
|
@cached_property
|
|
186
178
|
def secrets(self) -> SecretsResource:
|
|
187
179
|
from .resources.secrets import SecretsResource
|
|
@@ -430,12 +422,6 @@ class AsyncRunloop(AsyncAPIClient):
|
|
|
430
422
|
|
|
431
423
|
return AsyncObjectsResource(self)
|
|
432
424
|
|
|
433
|
-
@cached_property
|
|
434
|
-
def repositories(self) -> AsyncRepositoriesResource:
|
|
435
|
-
from .resources.repositories import AsyncRepositoriesResource
|
|
436
|
-
|
|
437
|
-
return AsyncRepositoriesResource(self)
|
|
438
|
-
|
|
439
425
|
@cached_property
|
|
440
426
|
def secrets(self) -> AsyncSecretsResource:
|
|
441
427
|
from .resources.secrets import AsyncSecretsResource
|
|
@@ -633,12 +619,6 @@ class RunloopWithRawResponse:
|
|
|
633
619
|
|
|
634
620
|
return ObjectsResourceWithRawResponse(self._client.objects)
|
|
635
621
|
|
|
636
|
-
@cached_property
|
|
637
|
-
def repositories(self) -> repositories.RepositoriesResourceWithRawResponse:
|
|
638
|
-
from .resources.repositories import RepositoriesResourceWithRawResponse
|
|
639
|
-
|
|
640
|
-
return RepositoriesResourceWithRawResponse(self._client.repositories)
|
|
641
|
-
|
|
642
622
|
@cached_property
|
|
643
623
|
def secrets(self) -> secrets.SecretsResourceWithRawResponse:
|
|
644
624
|
from .resources.secrets import SecretsResourceWithRawResponse
|
|
@@ -724,12 +704,6 @@ class AsyncRunloopWithRawResponse:
|
|
|
724
704
|
|
|
725
705
|
return AsyncObjectsResourceWithRawResponse(self._client.objects)
|
|
726
706
|
|
|
727
|
-
@cached_property
|
|
728
|
-
def repositories(self) -> repositories.AsyncRepositoriesResourceWithRawResponse:
|
|
729
|
-
from .resources.repositories import AsyncRepositoriesResourceWithRawResponse
|
|
730
|
-
|
|
731
|
-
return AsyncRepositoriesResourceWithRawResponse(self._client.repositories)
|
|
732
|
-
|
|
733
707
|
@cached_property
|
|
734
708
|
def secrets(self) -> secrets.AsyncSecretsResourceWithRawResponse:
|
|
735
709
|
from .resources.secrets import AsyncSecretsResourceWithRawResponse
|
|
@@ -815,12 +789,6 @@ class RunloopWithStreamedResponse:
|
|
|
815
789
|
|
|
816
790
|
return ObjectsResourceWithStreamingResponse(self._client.objects)
|
|
817
791
|
|
|
818
|
-
@cached_property
|
|
819
|
-
def repositories(self) -> repositories.RepositoriesResourceWithStreamingResponse:
|
|
820
|
-
from .resources.repositories import RepositoriesResourceWithStreamingResponse
|
|
821
|
-
|
|
822
|
-
return RepositoriesResourceWithStreamingResponse(self._client.repositories)
|
|
823
|
-
|
|
824
792
|
@cached_property
|
|
825
793
|
def secrets(self) -> secrets.SecretsResourceWithStreamingResponse:
|
|
826
794
|
from .resources.secrets import SecretsResourceWithStreamingResponse
|
|
@@ -906,12 +874,6 @@ class AsyncRunloopWithStreamedResponse:
|
|
|
906
874
|
|
|
907
875
|
return AsyncObjectsResourceWithStreamingResponse(self._client.objects)
|
|
908
876
|
|
|
909
|
-
@cached_property
|
|
910
|
-
def repositories(self) -> repositories.AsyncRepositoriesResourceWithStreamingResponse:
|
|
911
|
-
from .resources.repositories import AsyncRepositoriesResourceWithStreamingResponse
|
|
912
|
-
|
|
913
|
-
return AsyncRepositoriesResourceWithStreamingResponse(self._client.repositories)
|
|
914
|
-
|
|
915
877
|
@cached_property
|
|
916
878
|
def secrets(self) -> secrets.AsyncSecretsResourceWithStreamingResponse:
|
|
917
879
|
from .resources.secrets import AsyncSecretsResourceWithStreamingResponse
|
{runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/pagination.py
RENAMED
|
@@ -10,8 +10,6 @@ __all__ = [
|
|
|
10
10
|
"AsyncBlueprintsCursorIDPage",
|
|
11
11
|
"SyncDevboxesCursorIDPage",
|
|
12
12
|
"AsyncDevboxesCursorIDPage",
|
|
13
|
-
"SyncRepositoriesCursorIDPage",
|
|
14
|
-
"AsyncRepositoriesCursorIDPage",
|
|
15
13
|
"SyncDiskSnapshotsCursorIDPage",
|
|
16
14
|
"AsyncDiskSnapshotsCursorIDPage",
|
|
17
15
|
"SyncBenchmarksCursorIDPage",
|
|
@@ -51,11 +49,6 @@ class DevboxesCursorIDPageItem(Protocol):
|
|
|
51
49
|
id: str
|
|
52
50
|
|
|
53
51
|
|
|
54
|
-
@runtime_checkable
|
|
55
|
-
class RepositoriesCursorIDPageItem(Protocol):
|
|
56
|
-
id: str
|
|
57
|
-
|
|
58
|
-
|
|
59
52
|
@runtime_checkable
|
|
60
53
|
class DiskSnapshotsCursorIDPageItem(Protocol):
|
|
61
54
|
id: str
|
|
@@ -252,74 +245,6 @@ class AsyncDevboxesCursorIDPage(BaseAsyncPage[_T], BasePage[_T], Generic[_T]):
|
|
|
252
245
|
return PageInfo(params={"starting_after": item.id})
|
|
253
246
|
|
|
254
247
|
|
|
255
|
-
class SyncRepositoriesCursorIDPage(BaseSyncPage[_T], BasePage[_T], Generic[_T]):
|
|
256
|
-
repositories: List[_T]
|
|
257
|
-
has_more: Optional[bool] = None
|
|
258
|
-
total_count: Optional[int] = None
|
|
259
|
-
|
|
260
|
-
@override
|
|
261
|
-
def _get_page_items(self) -> List[_T]:
|
|
262
|
-
repositories = self.repositories
|
|
263
|
-
if not repositories:
|
|
264
|
-
return []
|
|
265
|
-
return repositories
|
|
266
|
-
|
|
267
|
-
@override
|
|
268
|
-
def has_next_page(self) -> bool:
|
|
269
|
-
has_more = self.has_more
|
|
270
|
-
if has_more is not None and has_more is False:
|
|
271
|
-
return False
|
|
272
|
-
|
|
273
|
-
return super().has_next_page()
|
|
274
|
-
|
|
275
|
-
@override
|
|
276
|
-
def next_page_info(self) -> Optional[PageInfo]:
|
|
277
|
-
repositories = self.repositories
|
|
278
|
-
if not repositories:
|
|
279
|
-
return None
|
|
280
|
-
|
|
281
|
-
item = cast(Any, repositories[-1])
|
|
282
|
-
if not isinstance(item, RepositoriesCursorIDPageItem) or item.id is None: # pyright: ignore[reportUnnecessaryComparison]
|
|
283
|
-
# TODO emit warning log
|
|
284
|
-
return None
|
|
285
|
-
|
|
286
|
-
return PageInfo(params={"starting_after": item.id})
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
class AsyncRepositoriesCursorIDPage(BaseAsyncPage[_T], BasePage[_T], Generic[_T]):
|
|
290
|
-
repositories: List[_T]
|
|
291
|
-
has_more: Optional[bool] = None
|
|
292
|
-
total_count: Optional[int] = None
|
|
293
|
-
|
|
294
|
-
@override
|
|
295
|
-
def _get_page_items(self) -> List[_T]:
|
|
296
|
-
repositories = self.repositories
|
|
297
|
-
if not repositories:
|
|
298
|
-
return []
|
|
299
|
-
return repositories
|
|
300
|
-
|
|
301
|
-
@override
|
|
302
|
-
def has_next_page(self) -> bool:
|
|
303
|
-
has_more = self.has_more
|
|
304
|
-
if has_more is not None and has_more is False:
|
|
305
|
-
return False
|
|
306
|
-
|
|
307
|
-
return super().has_next_page()
|
|
308
|
-
|
|
309
|
-
@override
|
|
310
|
-
def next_page_info(self) -> Optional[PageInfo]:
|
|
311
|
-
repositories = self.repositories
|
|
312
|
-
if not repositories:
|
|
313
|
-
return None
|
|
314
|
-
|
|
315
|
-
item = cast(Any, repositories[-1])
|
|
316
|
-
if not isinstance(item, RepositoriesCursorIDPageItem) or item.id is None: # pyright: ignore[reportUnnecessaryComparison]
|
|
317
|
-
# TODO emit warning log
|
|
318
|
-
return None
|
|
319
|
-
|
|
320
|
-
return PageInfo(params={"starting_after": item.id})
|
|
321
|
-
|
|
322
|
-
|
|
323
248
|
class SyncDiskSnapshotsCursorIDPage(BaseSyncPage[_T], BasePage[_T], Generic[_T]):
|
|
324
249
|
snapshots: List[_T]
|
|
325
250
|
has_more: Optional[bool] = None
|
{runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/resources/__init__.py
RENAMED
|
@@ -72,14 +72,6 @@ from .mcp_configs import (
|
|
|
72
72
|
McpConfigsResourceWithStreamingResponse,
|
|
73
73
|
AsyncMcpConfigsResourceWithStreamingResponse,
|
|
74
74
|
)
|
|
75
|
-
from .repositories import (
|
|
76
|
-
RepositoriesResource,
|
|
77
|
-
AsyncRepositoriesResource,
|
|
78
|
-
RepositoriesResourceWithRawResponse,
|
|
79
|
-
AsyncRepositoriesResourceWithRawResponse,
|
|
80
|
-
RepositoriesResourceWithStreamingResponse,
|
|
81
|
-
AsyncRepositoriesResourceWithStreamingResponse,
|
|
82
|
-
)
|
|
83
75
|
from .benchmark_jobs import (
|
|
84
76
|
BenchmarkJobsResource,
|
|
85
77
|
AsyncBenchmarkJobsResource,
|
|
@@ -168,12 +160,6 @@ __all__ = [
|
|
|
168
160
|
"AsyncObjectsResourceWithRawResponse",
|
|
169
161
|
"ObjectsResourceWithStreamingResponse",
|
|
170
162
|
"AsyncObjectsResourceWithStreamingResponse",
|
|
171
|
-
"RepositoriesResource",
|
|
172
|
-
"AsyncRepositoriesResource",
|
|
173
|
-
"RepositoriesResourceWithRawResponse",
|
|
174
|
-
"AsyncRepositoriesResourceWithRawResponse",
|
|
175
|
-
"RepositoriesResourceWithStreamingResponse",
|
|
176
|
-
"AsyncRepositoriesResourceWithStreamingResponse",
|
|
177
163
|
"SecretsResource",
|
|
178
164
|
"AsyncSecretsResource",
|
|
179
165
|
"SecretsResourceWithRawResponse",
|
|
@@ -15,7 +15,7 @@ from .sql import (
|
|
|
15
15
|
SqlResourceWithStreamingResponse,
|
|
16
16
|
AsyncSqlResourceWithStreamingResponse,
|
|
17
17
|
)
|
|
18
|
-
from ...types import axon_list_params, axon_create_params, axon_publish_params
|
|
18
|
+
from ...types import axon_list_params, axon_create_params, axon_publish_params, axon_subscribe_sse_params
|
|
19
19
|
from ..._types import Body, Omit, Query, Headers, NotGiven, omit, not_given
|
|
20
20
|
from ..._utils import path_template, maybe_transform, async_maybe_transform
|
|
21
21
|
from ..._compat import cached_property
|
|
@@ -259,6 +259,7 @@ class AxonsResource(SyncAPIResource):
|
|
|
259
259
|
self,
|
|
260
260
|
id: str,
|
|
261
261
|
*,
|
|
262
|
+
after_sequence: int | Omit = omit,
|
|
262
263
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
263
264
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
264
265
|
extra_headers: Headers | None = None,
|
|
@@ -270,6 +271,9 @@ class AxonsResource(SyncAPIResource):
|
|
|
270
271
|
[Beta] Subscribe to an axon event stream via server-sent events.
|
|
271
272
|
|
|
272
273
|
Args:
|
|
274
|
+
after_sequence: Sequence number after which to start streaming. Events with sequence > this
|
|
275
|
+
value are returned. If unset, replay from the beginning.
|
|
276
|
+
|
|
273
277
|
extra_headers: Send extra headers
|
|
274
278
|
|
|
275
279
|
extra_query: Add additional query parameters to the request
|
|
@@ -285,7 +289,13 @@ class AxonsResource(SyncAPIResource):
|
|
|
285
289
|
return self._get(
|
|
286
290
|
path_template("/v1/axons/{id}/subscribe/sse", id=id),
|
|
287
291
|
options=make_request_options(
|
|
288
|
-
extra_headers=merged_headers,
|
|
292
|
+
extra_headers=merged_headers,
|
|
293
|
+
extra_query=extra_query,
|
|
294
|
+
extra_body=extra_body,
|
|
295
|
+
timeout=timeout,
|
|
296
|
+
query=maybe_transform(
|
|
297
|
+
{"after_sequence": after_sequence}, axon_subscribe_sse_params.AxonSubscribeSseParams
|
|
298
|
+
),
|
|
289
299
|
),
|
|
290
300
|
cast_to=AxonEventView,
|
|
291
301
|
stream=True,
|
|
@@ -516,6 +526,7 @@ class AsyncAxonsResource(AsyncAPIResource):
|
|
|
516
526
|
self,
|
|
517
527
|
id: str,
|
|
518
528
|
*,
|
|
529
|
+
after_sequence: int | Omit = omit,
|
|
519
530
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
520
531
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
521
532
|
extra_headers: Headers | None = None,
|
|
@@ -527,6 +538,9 @@ class AsyncAxonsResource(AsyncAPIResource):
|
|
|
527
538
|
[Beta] Subscribe to an axon event stream via server-sent events.
|
|
528
539
|
|
|
529
540
|
Args:
|
|
541
|
+
after_sequence: Sequence number after which to start streaming. Events with sequence > this
|
|
542
|
+
value are returned. If unset, replay from the beginning.
|
|
543
|
+
|
|
530
544
|
extra_headers: Send extra headers
|
|
531
545
|
|
|
532
546
|
extra_query: Add additional query parameters to the request
|
|
@@ -542,7 +556,13 @@ class AsyncAxonsResource(AsyncAPIResource):
|
|
|
542
556
|
return await self._get(
|
|
543
557
|
path_template("/v1/axons/{id}/subscribe/sse", id=id),
|
|
544
558
|
options=make_request_options(
|
|
545
|
-
extra_headers=merged_headers,
|
|
559
|
+
extra_headers=merged_headers,
|
|
560
|
+
extra_query=extra_query,
|
|
561
|
+
extra_body=extra_body,
|
|
562
|
+
timeout=timeout,
|
|
563
|
+
query=await async_maybe_transform(
|
|
564
|
+
{"after_sequence": after_sequence}, axon_subscribe_sse_params.AxonSubscribeSseParams
|
|
565
|
+
),
|
|
546
566
|
),
|
|
547
567
|
cast_to=AxonEventView,
|
|
548
568
|
stream=True,
|
|
@@ -86,6 +86,7 @@ class BenchmarkRunsResource(SyncAPIResource):
|
|
|
86
86
|
limit: int | Omit = omit,
|
|
87
87
|
name: str | Omit = omit,
|
|
88
88
|
starting_after: str | Omit = omit,
|
|
89
|
+
state: str | Omit = omit,
|
|
89
90
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
90
91
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
91
92
|
extra_headers: Headers | None = None,
|
|
@@ -108,6 +109,8 @@ class BenchmarkRunsResource(SyncAPIResource):
|
|
|
108
109
|
|
|
109
110
|
starting_after: Load the next page of data starting after the item with the given ID.
|
|
110
111
|
|
|
112
|
+
state: Filter by state
|
|
113
|
+
|
|
111
114
|
extra_headers: Send extra headers
|
|
112
115
|
|
|
113
116
|
extra_query: Add additional query parameters to the request
|
|
@@ -131,6 +134,7 @@ class BenchmarkRunsResource(SyncAPIResource):
|
|
|
131
134
|
"limit": limit,
|
|
132
135
|
"name": name,
|
|
133
136
|
"starting_after": starting_after,
|
|
137
|
+
"state": state,
|
|
134
138
|
},
|
|
135
139
|
benchmark_run_list_params.BenchmarkRunListParams,
|
|
136
140
|
),
|
|
@@ -342,6 +346,7 @@ class AsyncBenchmarkRunsResource(AsyncAPIResource):
|
|
|
342
346
|
limit: int | Omit = omit,
|
|
343
347
|
name: str | Omit = omit,
|
|
344
348
|
starting_after: str | Omit = omit,
|
|
349
|
+
state: str | Omit = omit,
|
|
345
350
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
346
351
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
347
352
|
extra_headers: Headers | None = None,
|
|
@@ -364,6 +369,8 @@ class AsyncBenchmarkRunsResource(AsyncAPIResource):
|
|
|
364
369
|
|
|
365
370
|
starting_after: Load the next page of data starting after the item with the given ID.
|
|
366
371
|
|
|
372
|
+
state: Filter by state
|
|
373
|
+
|
|
367
374
|
extra_headers: Send extra headers
|
|
368
375
|
|
|
369
376
|
extra_query: Add additional query parameters to the request
|
|
@@ -387,6 +394,7 @@ class AsyncBenchmarkRunsResource(AsyncAPIResource):
|
|
|
387
394
|
"limit": limit,
|
|
388
395
|
"name": name,
|
|
389
396
|
"starting_after": starting_after,
|
|
397
|
+
"state": state,
|
|
390
398
|
},
|
|
391
399
|
benchmark_run_list_params.BenchmarkRunListParams,
|
|
392
400
|
),
|
{runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/async_devbox.py
RENAMED
|
@@ -4,7 +4,6 @@ from __future__ import annotations
|
|
|
4
4
|
|
|
5
5
|
import asyncio
|
|
6
6
|
import logging
|
|
7
|
-
import warnings
|
|
8
7
|
from typing import TYPE_CHECKING, Any, Callable, Optional, Sequence, Awaitable, cast
|
|
9
8
|
from typing_extensions import Unpack, override
|
|
10
9
|
|
|
@@ -835,7 +834,7 @@ class AsyncNetworkInterface:
|
|
|
835
834
|
self,
|
|
836
835
|
**params: Unpack[SDKDevboxRemoveTunnelParams],
|
|
837
836
|
) -> object:
|
|
838
|
-
"""
|
|
837
|
+
"""Remove a tunnel from the devbox.
|
|
839
838
|
|
|
840
839
|
:param params: See :typeddict:`~runloop_api_client.sdk._types.SDKDevboxRemoveTunnelParams` for available parameters
|
|
841
840
|
:return: Response confirming the tunnel removal
|
|
@@ -844,14 +843,7 @@ class AsyncNetworkInterface:
|
|
|
844
843
|
Example:
|
|
845
844
|
>>> await devbox.net.remove_tunnel()
|
|
846
845
|
"""
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
stacklevel=2,
|
|
846
|
+
return await self._devbox._client.devboxes.remove_tunnel(
|
|
847
|
+
self._devbox.id,
|
|
848
|
+
**params,
|
|
851
849
|
)
|
|
852
|
-
with warnings.catch_warnings():
|
|
853
|
-
warnings.simplefilter("ignore", DeprecationWarning)
|
|
854
|
-
return await self._devbox._client.devboxes.remove_tunnel( # type: ignore[deprecated]
|
|
855
|
-
self._devbox.id,
|
|
856
|
-
**params,
|
|
857
|
-
)
|
{runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/sdk/devbox.py
RENAMED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
5
|
import logging
|
|
6
|
-
import warnings
|
|
7
6
|
import threading
|
|
8
7
|
from typing import TYPE_CHECKING, Any, Callable, Optional, Sequence
|
|
9
8
|
from typing_extensions import Unpack, override
|
|
@@ -838,7 +837,7 @@ class NetworkInterface:
|
|
|
838
837
|
self,
|
|
839
838
|
**params: Unpack[SDKDevboxRemoveTunnelParams],
|
|
840
839
|
) -> object:
|
|
841
|
-
"""
|
|
840
|
+
"""Remove a tunnel from the devbox.
|
|
842
841
|
|
|
843
842
|
:param params: See :typeddict:`~runloop_api_client.sdk._types.SDKDevboxRemoveTunnelParams` for available parameters
|
|
844
843
|
:return: Response confirming the tunnel removal
|
|
@@ -847,14 +846,7 @@ class NetworkInterface:
|
|
|
847
846
|
Example:
|
|
848
847
|
>>> devbox.net.remove_tunnel()
|
|
849
848
|
"""
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
stacklevel=2,
|
|
849
|
+
return self._devbox._client.devboxes.remove_tunnel(
|
|
850
|
+
self._devbox.id,
|
|
851
|
+
**params,
|
|
854
852
|
)
|
|
855
|
-
with warnings.catch_warnings():
|
|
856
|
-
warnings.simplefilter("ignore", DeprecationWarning)
|
|
857
|
-
return self._devbox._client.devboxes.remove_tunnel( # type: ignore[deprecated]
|
|
858
|
-
self._devbox.id,
|
|
859
|
-
**params,
|
|
860
|
-
)
|
{runloop_api_client-1.14.0 → runloop_api_client-1.15.0}/src/runloop_api_client/types/__init__.py
RENAMED
|
@@ -65,7 +65,6 @@ from .blueprint_preview_view import BlueprintPreviewView as BlueprintPreviewView
|
|
|
65
65
|
from .devbox_shutdown_params import DevboxShutdownParams as DevboxShutdownParams
|
|
66
66
|
from .mcp_config_list_params import McpConfigListParams as McpConfigListParams
|
|
67
67
|
from .object_download_params import ObjectDownloadParams as ObjectDownloadParams
|
|
68
|
-
from .repository_list_params import RepositoryListParams as RepositoryListParams
|
|
69
68
|
from .scenario_create_params import ScenarioCreateParams as ScenarioCreateParams
|
|
70
69
|
from .scenario_run_list_view import ScenarioRunListView as ScenarioRunListView
|
|
71
70
|
from .scenario_update_params import ScenarioUpdateParams as ScenarioUpdateParams
|
|
@@ -83,16 +82,13 @@ from .mcp_config_create_params import McpConfigCreateParams as McpConfigCreatePa
|
|
|
83
82
|
from .mcp_config_update_params import McpConfigUpdateParams as McpConfigUpdateParams
|
|
84
83
|
from .network_policy_list_view import NetworkPolicyListView as NetworkPolicyListView
|
|
85
84
|
from .object_download_url_view import ObjectDownloadURLView as ObjectDownloadURLView
|
|
86
|
-
from .
|
|
87
|
-
from .repository_manifest_view import RepositoryManifestView as RepositoryManifestView
|
|
85
|
+
from .axon_subscribe_sse_params import AxonSubscribeSseParams as AxonSubscribeSseParams
|
|
88
86
|
from .benchmark_job_list_params import BenchmarkJobListParams as BenchmarkJobListParams
|
|
89
87
|
from .benchmark_run_list_params import BenchmarkRunListParams as BenchmarkRunListParams
|
|
90
88
|
from .devbox_send_std_in_result import DevboxSendStdInResult as DevboxSendStdInResult
|
|
91
89
|
from .devbox_snapshot_list_view import DevboxSnapshotListView as DevboxSnapshotListView
|
|
92
90
|
from .devbox_upload_file_params import DevboxUploadFileParams as DevboxUploadFileParams
|
|
93
91
|
from .object_list_public_params import ObjectListPublicParams as ObjectListPublicParams
|
|
94
|
-
from .repository_inspect_params import RepositoryInspectParams as RepositoryInspectParams
|
|
95
|
-
from .repository_refresh_params import RepositoryRefreshParams as RepositoryRefreshParams
|
|
96
92
|
from .scenario_start_run_params import ScenarioStartRunParams as ScenarioStartRunParams
|
|
97
93
|
from .benchmark_start_run_params import BenchmarkStartRunParams as BenchmarkStartRunParams
|
|
98
94
|
from .blueprint_build_parameters import BlueprintBuildParameters as BlueprintBuildParameters
|
|
@@ -101,7 +97,6 @@ from .devbox_resource_usage_view import DevboxResourceUsageView as DevboxResourc
|
|
|
101
97
|
from .gateway_config_list_params import GatewayConfigListParams as GatewayConfigListParams
|
|
102
98
|
from .input_context_update_param import InputContextUpdateParam as InputContextUpdateParam
|
|
103
99
|
from .network_policy_list_params import NetworkPolicyListParams as NetworkPolicyListParams
|
|
104
|
-
from .repository_connection_view import RepositoryConnectionView as RepositoryConnectionView
|
|
105
100
|
from .scenario_environment_param import ScenarioEnvironmentParam as ScenarioEnvironmentParam
|
|
106
101
|
from .benchmark_job_create_params import BenchmarkJobCreateParams as BenchmarkJobCreateParams
|
|
107
102
|
from .devbox_download_file_params import DevboxDownloadFileParams as DevboxDownloadFileParams
|
|
@@ -119,14 +114,11 @@ from .network_policy_create_params import NetworkPolicyCreateParams as NetworkPo
|
|
|
119
114
|
from .network_policy_update_params import NetworkPolicyUpdateParams as NetworkPolicyUpdateParams
|
|
120
115
|
from .scoring_contract_result_view import ScoringContractResultView as ScoringContractResultView
|
|
121
116
|
from .scoring_function_result_view import ScoringFunctionResultView as ScoringFunctionResultView
|
|
122
|
-
from .repository_inspection_details import RepositoryInspectionDetails as RepositoryInspectionDetails
|
|
123
117
|
from .scenario_definition_list_view import ScenarioDefinitionListView as ScenarioDefinitionListView
|
|
124
118
|
from .scoring_contract_update_param import ScoringContractUpdateParam as ScoringContractUpdateParam
|
|
125
119
|
from .blueprint_build_logs_list_view import BlueprintBuildLogsListView as BlueprintBuildLogsListView
|
|
126
120
|
from .devbox_create_ssh_key_response import DevboxCreateSSHKeyResponse as DevboxCreateSSHKeyResponse
|
|
127
121
|
from .devbox_wait_for_command_params import DevboxWaitForCommandParams as DevboxWaitForCommandParams
|
|
128
|
-
from .repository_connection_list_view import RepositoryConnectionListView as RepositoryConnectionListView
|
|
129
|
-
from .repository_inspection_list_view import RepositoryInspectionListView as RepositoryInspectionListView
|
|
130
122
|
from .devbox_read_file_contents_params import DevboxReadFileContentsParams as DevboxReadFileContentsParams
|
|
131
123
|
from .benchmark_update_scenarios_params import BenchmarkUpdateScenariosParams as BenchmarkUpdateScenariosParams
|
|
132
124
|
from .devbox_list_disk_snapshots_params import DevboxListDiskSnapshotsParams as DevboxListDiskSnapshotsParams
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing_extensions import TypedDict
|
|
6
|
+
|
|
7
|
+
__all__ = ["AxonSubscribeSseParams"]
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class AxonSubscribeSseParams(TypedDict, total=False):
|
|
11
|
+
after_sequence: int
|
|
12
|
+
"""Sequence number after which to start streaming.
|
|
13
|
+
|
|
14
|
+
Events with sequence > this value are returned. If unset, replay from the
|
|
15
|
+
beginning.
|
|
16
|
+
"""
|