cyberdesk 1.11.0__tar.gz → 2.0.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.
Potentially problematic release.
This version of cyberdesk might be problematic. Click here for more details.
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/PKG-INFO +1 -1
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/cyberdesk/__init__.py +1 -1
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/cyberdesk.egg-info/PKG-INFO +1 -1
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/connections/create_connection_v1_connections_post.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/connections/delete_connection_v1_connections_connection_id_delete.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/connections/get_connection_v1_connections_connection_id_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/connections/list_connections_v1_connections_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/connections/update_connection_v1_connections_connection_id_patch.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/machines/create_machine_v1_machines_post.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/machines/delete_machine_v1_machines_machine_id_delete.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/machines/get_machine_v1_machines_machine_id_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/machines/list_machines_v1_machines_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/machines/update_machine_v1_machines_machine_id_patch.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/request_logs/create_request_log_v1_request_logs_post.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/request_logs/delete_request_log_v1_request_logs_log_id_delete.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/request_logs/get_request_log_v1_request_logs_log_id_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/request_logs/list_request_logs_v1_request_logs_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/request_logs/update_request_log_v1_request_logs_log_id_patch.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/run_attachments/list_run_attachments_v1_run_attachments_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/create_run_v1_runs_post.py +12 -8
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/delete_run_v1_runs_run_id_delete.py +8 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/get_run_v1_runs_run_id_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/list_runs_v1_runs_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/update_run_v1_runs_run_id_patch.py +8 -12
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/create_trajectory_v1_trajectories_post.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/delete_trajectory_v1_trajectories_trajectory_id_delete.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/get_latest_trajectory_for_workflow_v1_workflows_workflow_id_latest_trajectory_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/get_trajectory_v1_trajectories_trajectory_id_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/list_trajectories_v1_trajectories_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/update_trajectory_v1_trajectories_trajectory_id_patch.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/create_workflow_v1_workflows_post.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/delete_workflow_v1_workflows_workflow_id_delete.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_v1_workflows_workflow_id_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_versions_v1_workflows_workflow_id_versions_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/list_workflows_v1_workflows_get.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/update_workflow_v1_workflows_workflow_id_patch.py +4 -4
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/machine_response.py +50 -8
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/request_log_response.py +20 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_attachment_response.py +50 -8
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_response.py +51 -8
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_response.py +50 -8
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/workflow_response.py +50 -8
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/pyproject.toml +1 -1
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/LICENSE +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/README.md +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/cyberdesk/client.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/cyberdesk.egg-info/SOURCES.txt +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/cyberdesk.egg-info/dependency_links.txt +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/cyberdesk.egg-info/requires.txt +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/cyberdesk.egg-info/top_level.txt +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/fs_list_v1_computer_machine_id_fs_list_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/fs_read_v1_computer_machine_id_fs_read_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/fs_write_v1_computer_machine_id_fs_write_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/get_display_dimensions_v1_computer_machine_id_display_dimensions_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/get_mouse_position_v1_computer_machine_id_input_mouse_position_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/get_screenshot_v1_computer_machine_id_display_screenshot_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/keyboard_key_v1_computer_machine_id_input_keyboard_key_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/keyboard_type_v1_computer_machine_id_input_keyboard_type_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/mouse_click_v1_computer_machine_id_input_mouse_click_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/mouse_move_v1_computer_machine_id_input_mouse_move_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/powershell_exec_v1_computer_machine_id_shell_powershell_exec_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/powershell_session_v1_computer_machine_id_shell_powershell_session_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/connections/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/default/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/default/root_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/health/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/health/database_health_check_v1_health_db_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/health/health_check_v1_health_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/machines/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/request_logs/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/run_attachments/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/run_attachments/create_run_attachment_v1_run_attachments_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/run_attachments/delete_run_attachment_v1_run_attachments_attachment_id_delete.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/run_attachments/download_run_attachment_v1_run_attachments_attachment_id_download_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/run_attachments/get_run_attachment_download_url_v1_run_attachments_attachment_id_download_url_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/run_attachments/get_run_attachment_v1_run_attachments_attachment_id_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/run_attachments/update_run_attachment_v1_run_attachments_attachment_id_put.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/bulk_create_runs_v1_runs_bulk_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/test/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/test/dummy_test_endpoint_v1_test_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/client.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/errors.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/__init__.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/attachment_type.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/connection_create.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/connection_response.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/connection_status.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/database_health_check_v1_health_db_get_response_database_health_check_v1_health_db_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/display_dimensions.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/dummy_test_endpoint_v1_test_post_response_dummy_test_endpoint_v1_test_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/file_input.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/file_write_request.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/fs_list_v1_computer_machine_id_fs_list_get_response_fs_list_v1_computer_machine_id_fs_list_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/fs_read_v1_computer_machine_id_fs_read_get_response_fs_read_v1_computer_machine_id_fs_read_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/fs_write_v1_computer_machine_id_fs_write_post_response_fs_write_v1_computer_machine_id_fs_write_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/get_workflow_versions_v1_workflows_workflow_id_versions_get_response_200_item.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/health_check_v1_health_get_response_health_check_v1_health_get.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/http_validation_error.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/keyboard_key_request.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/keyboard_type_request.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/machine_create.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/machine_status.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/machine_update.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/mouse_click_request.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/mouse_move_request.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/mouse_position.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response_connection_response.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response_machine_response.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response_run_attachment_response.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response_run_response.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response_trajectory_response.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response_workflow_response.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/power_shell_exec_request.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/power_shell_session_request.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/powershell_exec_v1_computer_machine_id_shell_powershell_exec_post_response_powershell_exec_v1_computer_machine_id_shell_powershell_exec_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/powershell_session_v1_computer_machine_id_shell_powershell_session_post_response_powershell_session_v1_computer_machine_id_shell_powershell_session_post.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/request_log_create.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/request_log_update.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_attachment_create.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_attachment_download_url_response.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_attachment_update.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_bulk_create.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_bulk_create_input_values_type_0.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_bulk_create_response.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_create.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_create_input_values_type_0.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_response_input_values_type_0.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_response_output_data_type_0.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_response_run_message_history_type_0_item.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_status.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_update.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_update_input_values_type_0.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_update_output_data_type_0.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_update_run_message_history_type_0_item.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_create.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_create_dimensions.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_create_original_input_values_type_0.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_create_trajectory_data_item.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_response_dimensions.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_response_original_input_values_type_0.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_response_trajectory_data_item.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_update.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_update_trajectory_data_type_0_item.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/validation_error.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/workflow_create.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/workflow_response_old_versions_type_0_item.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/workflow_update.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/py.typed +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/types.py +0 -0
- {cyberdesk-1.11.0 → cyberdesk-2.0.0}/setup.cfg +0 -0
|
@@ -67,7 +67,7 @@ def sync_detailed(
|
|
|
67
67
|
|
|
68
68
|
Create a new connection (typically done by the WebSocket handler).
|
|
69
69
|
|
|
70
|
-
The machine must exist and belong to the authenticated
|
|
70
|
+
The machine must exist and belong to the authenticated organization.
|
|
71
71
|
|
|
72
72
|
Args:
|
|
73
73
|
body (ConnectionCreate): Schema for creating a connection
|
|
@@ -100,7 +100,7 @@ def sync(
|
|
|
100
100
|
|
|
101
101
|
Create a new connection (typically done by the WebSocket handler).
|
|
102
102
|
|
|
103
|
-
The machine must exist and belong to the authenticated
|
|
103
|
+
The machine must exist and belong to the authenticated organization.
|
|
104
104
|
|
|
105
105
|
Args:
|
|
106
106
|
body (ConnectionCreate): Schema for creating a connection
|
|
@@ -128,7 +128,7 @@ async def asyncio_detailed(
|
|
|
128
128
|
|
|
129
129
|
Create a new connection (typically done by the WebSocket handler).
|
|
130
130
|
|
|
131
|
-
The machine must exist and belong to the authenticated
|
|
131
|
+
The machine must exist and belong to the authenticated organization.
|
|
132
132
|
|
|
133
133
|
Args:
|
|
134
134
|
body (ConnectionCreate): Schema for creating a connection
|
|
@@ -159,7 +159,7 @@ async def asyncio(
|
|
|
159
159
|
|
|
160
160
|
Create a new connection (typically done by the WebSocket handler).
|
|
161
161
|
|
|
162
|
-
The machine must exist and belong to the authenticated
|
|
162
|
+
The machine must exist and belong to the authenticated organization.
|
|
163
163
|
|
|
164
164
|
Args:
|
|
165
165
|
body (ConnectionCreate): Schema for creating a connection
|
|
@@ -57,7 +57,7 @@ def sync_detailed(
|
|
|
57
57
|
|
|
58
58
|
Delete a connection (not typically used - connections are managed automatically).
|
|
59
59
|
|
|
60
|
-
The connection must belong to a machine owned by the authenticated
|
|
60
|
+
The connection must belong to a machine owned by the authenticated organization.
|
|
61
61
|
|
|
62
62
|
Args:
|
|
63
63
|
connection_id (UUID):
|
|
@@ -90,7 +90,7 @@ def sync(
|
|
|
90
90
|
|
|
91
91
|
Delete a connection (not typically used - connections are managed automatically).
|
|
92
92
|
|
|
93
|
-
The connection must belong to a machine owned by the authenticated
|
|
93
|
+
The connection must belong to a machine owned by the authenticated organization.
|
|
94
94
|
|
|
95
95
|
Args:
|
|
96
96
|
connection_id (UUID):
|
|
@@ -118,7 +118,7 @@ async def asyncio_detailed(
|
|
|
118
118
|
|
|
119
119
|
Delete a connection (not typically used - connections are managed automatically).
|
|
120
120
|
|
|
121
|
-
The connection must belong to a machine owned by the authenticated
|
|
121
|
+
The connection must belong to a machine owned by the authenticated organization.
|
|
122
122
|
|
|
123
123
|
Args:
|
|
124
124
|
connection_id (UUID):
|
|
@@ -149,7 +149,7 @@ async def asyncio(
|
|
|
149
149
|
|
|
150
150
|
Delete a connection (not typically used - connections are managed automatically).
|
|
151
151
|
|
|
152
|
-
The connection must belong to a machine owned by the authenticated
|
|
152
|
+
The connection must belong to a machine owned by the authenticated organization.
|
|
153
153
|
|
|
154
154
|
Args:
|
|
155
155
|
connection_id (UUID):
|
|
@@ -59,7 +59,7 @@ def sync_detailed(
|
|
|
59
59
|
|
|
60
60
|
Get a specific connection by ID.
|
|
61
61
|
|
|
62
|
-
The connection must belong to a machine owned by the authenticated
|
|
62
|
+
The connection must belong to a machine owned by the authenticated organization.
|
|
63
63
|
|
|
64
64
|
Args:
|
|
65
65
|
connection_id (UUID):
|
|
@@ -92,7 +92,7 @@ def sync(
|
|
|
92
92
|
|
|
93
93
|
Get a specific connection by ID.
|
|
94
94
|
|
|
95
|
-
The connection must belong to a machine owned by the authenticated
|
|
95
|
+
The connection must belong to a machine owned by the authenticated organization.
|
|
96
96
|
|
|
97
97
|
Args:
|
|
98
98
|
connection_id (UUID):
|
|
@@ -120,7 +120,7 @@ async def asyncio_detailed(
|
|
|
120
120
|
|
|
121
121
|
Get a specific connection by ID.
|
|
122
122
|
|
|
123
|
-
The connection must belong to a machine owned by the authenticated
|
|
123
|
+
The connection must belong to a machine owned by the authenticated organization.
|
|
124
124
|
|
|
125
125
|
Args:
|
|
126
126
|
connection_id (UUID):
|
|
@@ -151,7 +151,7 @@ async def asyncio(
|
|
|
151
151
|
|
|
152
152
|
Get a specific connection by ID.
|
|
153
153
|
|
|
154
|
-
The connection must belong to a machine owned by the authenticated
|
|
154
|
+
The connection must belong to a machine owned by the authenticated organization.
|
|
155
155
|
|
|
156
156
|
Args:
|
|
157
157
|
connection_id (UUID):
|
|
@@ -92,7 +92,7 @@ def sync_detailed(
|
|
|
92
92
|
) -> Response[Union[HTTPValidationError, PaginatedResponseConnectionResponse]]:
|
|
93
93
|
"""List Connections
|
|
94
94
|
|
|
95
|
-
List all connections for the authenticated
|
|
95
|
+
List all connections for the authenticated organization's machines.
|
|
96
96
|
|
|
97
97
|
Supports pagination and filtering by machine and status.
|
|
98
98
|
Returns connections with their associated machine data.
|
|
@@ -135,7 +135,7 @@ def sync(
|
|
|
135
135
|
) -> Optional[Union[HTTPValidationError, PaginatedResponseConnectionResponse]]:
|
|
136
136
|
"""List Connections
|
|
137
137
|
|
|
138
|
-
List all connections for the authenticated
|
|
138
|
+
List all connections for the authenticated organization's machines.
|
|
139
139
|
|
|
140
140
|
Supports pagination and filtering by machine and status.
|
|
141
141
|
Returns connections with their associated machine data.
|
|
@@ -173,7 +173,7 @@ async def asyncio_detailed(
|
|
|
173
173
|
) -> Response[Union[HTTPValidationError, PaginatedResponseConnectionResponse]]:
|
|
174
174
|
"""List Connections
|
|
175
175
|
|
|
176
|
-
List all connections for the authenticated
|
|
176
|
+
List all connections for the authenticated organization's machines.
|
|
177
177
|
|
|
178
178
|
Supports pagination and filtering by machine and status.
|
|
179
179
|
Returns connections with their associated machine data.
|
|
@@ -214,7 +214,7 @@ async def asyncio(
|
|
|
214
214
|
) -> Optional[Union[HTTPValidationError, PaginatedResponseConnectionResponse]]:
|
|
215
215
|
"""List Connections
|
|
216
216
|
|
|
217
|
-
List all connections for the authenticated
|
|
217
|
+
List all connections for the authenticated organization's machines.
|
|
218
218
|
|
|
219
219
|
Supports pagination and filtering by machine and status.
|
|
220
220
|
Returns connections with their associated machine data.
|
|
@@ -71,7 +71,7 @@ def sync_detailed(
|
|
|
71
71
|
Update a connection's status or timestamps.
|
|
72
72
|
|
|
73
73
|
Only the fields provided in the request body will be updated.
|
|
74
|
-
The connection must belong to a machine owned by the authenticated
|
|
74
|
+
The connection must belong to a machine owned by the authenticated organization.
|
|
75
75
|
|
|
76
76
|
Args:
|
|
77
77
|
connection_id (UUID):
|
|
@@ -108,7 +108,7 @@ def sync(
|
|
|
108
108
|
Update a connection's status or timestamps.
|
|
109
109
|
|
|
110
110
|
Only the fields provided in the request body will be updated.
|
|
111
|
-
The connection must belong to a machine owned by the authenticated
|
|
111
|
+
The connection must belong to a machine owned by the authenticated organization.
|
|
112
112
|
|
|
113
113
|
Args:
|
|
114
114
|
connection_id (UUID):
|
|
@@ -140,7 +140,7 @@ async def asyncio_detailed(
|
|
|
140
140
|
Update a connection's status or timestamps.
|
|
141
141
|
|
|
142
142
|
Only the fields provided in the request body will be updated.
|
|
143
|
-
The connection must belong to a machine owned by the authenticated
|
|
143
|
+
The connection must belong to a machine owned by the authenticated organization.
|
|
144
144
|
|
|
145
145
|
Args:
|
|
146
146
|
connection_id (UUID):
|
|
@@ -175,7 +175,7 @@ async def asyncio(
|
|
|
175
175
|
Update a connection's status or timestamps.
|
|
176
176
|
|
|
177
177
|
Only the fields provided in the request body will be updated.
|
|
178
|
-
The connection must belong to a machine owned by the authenticated
|
|
178
|
+
The connection must belong to a machine owned by the authenticated organization.
|
|
179
179
|
|
|
180
180
|
Args:
|
|
181
181
|
connection_id (UUID):
|
|
@@ -67,7 +67,7 @@ def sync_detailed(
|
|
|
67
67
|
|
|
68
68
|
Create a new machine.
|
|
69
69
|
|
|
70
|
-
The machine will be associated with the authenticated
|
|
70
|
+
The machine will be associated with the authenticated organization.
|
|
71
71
|
|
|
72
72
|
Args:
|
|
73
73
|
body (MachineCreate): Schema for creating a machine
|
|
@@ -100,7 +100,7 @@ def sync(
|
|
|
100
100
|
|
|
101
101
|
Create a new machine.
|
|
102
102
|
|
|
103
|
-
The machine will be associated with the authenticated
|
|
103
|
+
The machine will be associated with the authenticated organization.
|
|
104
104
|
|
|
105
105
|
Args:
|
|
106
106
|
body (MachineCreate): Schema for creating a machine
|
|
@@ -128,7 +128,7 @@ async def asyncio_detailed(
|
|
|
128
128
|
|
|
129
129
|
Create a new machine.
|
|
130
130
|
|
|
131
|
-
The machine will be associated with the authenticated
|
|
131
|
+
The machine will be associated with the authenticated organization.
|
|
132
132
|
|
|
133
133
|
Args:
|
|
134
134
|
body (MachineCreate): Schema for creating a machine
|
|
@@ -159,7 +159,7 @@ async def asyncio(
|
|
|
159
159
|
|
|
160
160
|
Create a new machine.
|
|
161
161
|
|
|
162
|
-
The machine will be associated with the authenticated
|
|
162
|
+
The machine will be associated with the authenticated organization.
|
|
163
163
|
|
|
164
164
|
Args:
|
|
165
165
|
body (MachineCreate): Schema for creating a machine
|
|
@@ -58,7 +58,7 @@ def sync_detailed(
|
|
|
58
58
|
Delete a machine.
|
|
59
59
|
|
|
60
60
|
This will also delete all associated connections, request logs, and runs.
|
|
61
|
-
The machine must belong to the authenticated
|
|
61
|
+
The machine must belong to the authenticated organization.
|
|
62
62
|
|
|
63
63
|
Args:
|
|
64
64
|
machine_id (UUID):
|
|
@@ -92,7 +92,7 @@ def sync(
|
|
|
92
92
|
Delete a machine.
|
|
93
93
|
|
|
94
94
|
This will also delete all associated connections, request logs, and runs.
|
|
95
|
-
The machine must belong to the authenticated
|
|
95
|
+
The machine must belong to the authenticated organization.
|
|
96
96
|
|
|
97
97
|
Args:
|
|
98
98
|
machine_id (UUID):
|
|
@@ -121,7 +121,7 @@ async def asyncio_detailed(
|
|
|
121
121
|
Delete a machine.
|
|
122
122
|
|
|
123
123
|
This will also delete all associated connections, request logs, and runs.
|
|
124
|
-
The machine must belong to the authenticated
|
|
124
|
+
The machine must belong to the authenticated organization.
|
|
125
125
|
|
|
126
126
|
Args:
|
|
127
127
|
machine_id (UUID):
|
|
@@ -153,7 +153,7 @@ async def asyncio(
|
|
|
153
153
|
Delete a machine.
|
|
154
154
|
|
|
155
155
|
This will also delete all associated connections, request logs, and runs.
|
|
156
|
-
The machine must belong to the authenticated
|
|
156
|
+
The machine must belong to the authenticated organization.
|
|
157
157
|
|
|
158
158
|
Args:
|
|
159
159
|
machine_id (UUID):
|
|
@@ -59,7 +59,7 @@ def sync_detailed(
|
|
|
59
59
|
|
|
60
60
|
Get a specific machine by ID.
|
|
61
61
|
|
|
62
|
-
The machine must belong to the authenticated
|
|
62
|
+
The machine must belong to the authenticated organization.
|
|
63
63
|
|
|
64
64
|
Args:
|
|
65
65
|
machine_id (UUID):
|
|
@@ -92,7 +92,7 @@ def sync(
|
|
|
92
92
|
|
|
93
93
|
Get a specific machine by ID.
|
|
94
94
|
|
|
95
|
-
The machine must belong to the authenticated
|
|
95
|
+
The machine must belong to the authenticated organization.
|
|
96
96
|
|
|
97
97
|
Args:
|
|
98
98
|
machine_id (UUID):
|
|
@@ -120,7 +120,7 @@ async def asyncio_detailed(
|
|
|
120
120
|
|
|
121
121
|
Get a specific machine by ID.
|
|
122
122
|
|
|
123
|
-
The machine must belong to the authenticated
|
|
123
|
+
The machine must belong to the authenticated organization.
|
|
124
124
|
|
|
125
125
|
Args:
|
|
126
126
|
machine_id (UUID):
|
|
@@ -151,7 +151,7 @@ async def asyncio(
|
|
|
151
151
|
|
|
152
152
|
Get a specific machine by ID.
|
|
153
153
|
|
|
154
|
-
The machine must belong to the authenticated
|
|
154
|
+
The machine must belong to the authenticated organization.
|
|
155
155
|
|
|
156
156
|
Args:
|
|
157
157
|
machine_id (UUID):
|
|
@@ -80,7 +80,7 @@ def sync_detailed(
|
|
|
80
80
|
) -> Response[Union[HTTPValidationError, PaginatedResponseMachineResponse]]:
|
|
81
81
|
"""List Machines
|
|
82
82
|
|
|
83
|
-
List all machines for the authenticated
|
|
83
|
+
List all machines for the authenticated organization.
|
|
84
84
|
|
|
85
85
|
Supports pagination and filtering by status.
|
|
86
86
|
|
|
@@ -119,7 +119,7 @@ def sync(
|
|
|
119
119
|
) -> Optional[Union[HTTPValidationError, PaginatedResponseMachineResponse]]:
|
|
120
120
|
"""List Machines
|
|
121
121
|
|
|
122
|
-
List all machines for the authenticated
|
|
122
|
+
List all machines for the authenticated organization.
|
|
123
123
|
|
|
124
124
|
Supports pagination and filtering by status.
|
|
125
125
|
|
|
@@ -153,7 +153,7 @@ async def asyncio_detailed(
|
|
|
153
153
|
) -> Response[Union[HTTPValidationError, PaginatedResponseMachineResponse]]:
|
|
154
154
|
"""List Machines
|
|
155
155
|
|
|
156
|
-
List all machines for the authenticated
|
|
156
|
+
List all machines for the authenticated organization.
|
|
157
157
|
|
|
158
158
|
Supports pagination and filtering by status.
|
|
159
159
|
|
|
@@ -190,7 +190,7 @@ async def asyncio(
|
|
|
190
190
|
) -> Optional[Union[HTTPValidationError, PaginatedResponseMachineResponse]]:
|
|
191
191
|
"""List Machines
|
|
192
192
|
|
|
193
|
-
List all machines for the authenticated
|
|
193
|
+
List all machines for the authenticated organization.
|
|
194
194
|
|
|
195
195
|
Supports pagination and filtering by status.
|
|
196
196
|
|
|
@@ -71,7 +71,7 @@ def sync_detailed(
|
|
|
71
71
|
Update a machine's information.
|
|
72
72
|
|
|
73
73
|
Only the fields provided in the request body will be updated.
|
|
74
|
-
The machine must belong to the authenticated
|
|
74
|
+
The machine must belong to the authenticated organization.
|
|
75
75
|
|
|
76
76
|
Args:
|
|
77
77
|
machine_id (UUID):
|
|
@@ -108,7 +108,7 @@ def sync(
|
|
|
108
108
|
Update a machine's information.
|
|
109
109
|
|
|
110
110
|
Only the fields provided in the request body will be updated.
|
|
111
|
-
The machine must belong to the authenticated
|
|
111
|
+
The machine must belong to the authenticated organization.
|
|
112
112
|
|
|
113
113
|
Args:
|
|
114
114
|
machine_id (UUID):
|
|
@@ -140,7 +140,7 @@ async def asyncio_detailed(
|
|
|
140
140
|
Update a machine's information.
|
|
141
141
|
|
|
142
142
|
Only the fields provided in the request body will be updated.
|
|
143
|
-
The machine must belong to the authenticated
|
|
143
|
+
The machine must belong to the authenticated organization.
|
|
144
144
|
|
|
145
145
|
Args:
|
|
146
146
|
machine_id (UUID):
|
|
@@ -175,7 +175,7 @@ async def asyncio(
|
|
|
175
175
|
Update a machine's information.
|
|
176
176
|
|
|
177
177
|
Only the fields provided in the request body will be updated.
|
|
178
|
-
The machine must belong to the authenticated
|
|
178
|
+
The machine must belong to the authenticated organization.
|
|
179
179
|
|
|
180
180
|
Args:
|
|
181
181
|
machine_id (UUID):
|
|
@@ -67,7 +67,7 @@ def sync_detailed(
|
|
|
67
67
|
|
|
68
68
|
Create a new request log.
|
|
69
69
|
|
|
70
|
-
The machine must exist and belong to the authenticated
|
|
70
|
+
The machine must exist and belong to the authenticated organization.
|
|
71
71
|
This is typically called when a request is initiated.
|
|
72
72
|
|
|
73
73
|
Args:
|
|
@@ -101,7 +101,7 @@ def sync(
|
|
|
101
101
|
|
|
102
102
|
Create a new request log.
|
|
103
103
|
|
|
104
|
-
The machine must exist and belong to the authenticated
|
|
104
|
+
The machine must exist and belong to the authenticated organization.
|
|
105
105
|
This is typically called when a request is initiated.
|
|
106
106
|
|
|
107
107
|
Args:
|
|
@@ -130,7 +130,7 @@ async def asyncio_detailed(
|
|
|
130
130
|
|
|
131
131
|
Create a new request log.
|
|
132
132
|
|
|
133
|
-
The machine must exist and belong to the authenticated
|
|
133
|
+
The machine must exist and belong to the authenticated organization.
|
|
134
134
|
This is typically called when a request is initiated.
|
|
135
135
|
|
|
136
136
|
Args:
|
|
@@ -162,7 +162,7 @@ async def asyncio(
|
|
|
162
162
|
|
|
163
163
|
Create a new request log.
|
|
164
164
|
|
|
165
|
-
The machine must exist and belong to the authenticated
|
|
165
|
+
The machine must exist and belong to the authenticated organization.
|
|
166
166
|
This is typically called when a request is initiated.
|
|
167
167
|
|
|
168
168
|
Args:
|
|
@@ -57,7 +57,7 @@ def sync_detailed(
|
|
|
57
57
|
|
|
58
58
|
Delete a request log (not typically used - logs are kept for analytics).
|
|
59
59
|
|
|
60
|
-
The log must belong to a machine owned by the authenticated
|
|
60
|
+
The log must belong to a machine owned by the authenticated organization.
|
|
61
61
|
|
|
62
62
|
Args:
|
|
63
63
|
log_id (UUID):
|
|
@@ -90,7 +90,7 @@ def sync(
|
|
|
90
90
|
|
|
91
91
|
Delete a request log (not typically used - logs are kept for analytics).
|
|
92
92
|
|
|
93
|
-
The log must belong to a machine owned by the authenticated
|
|
93
|
+
The log must belong to a machine owned by the authenticated organization.
|
|
94
94
|
|
|
95
95
|
Args:
|
|
96
96
|
log_id (UUID):
|
|
@@ -118,7 +118,7 @@ async def asyncio_detailed(
|
|
|
118
118
|
|
|
119
119
|
Delete a request log (not typically used - logs are kept for analytics).
|
|
120
120
|
|
|
121
|
-
The log must belong to a machine owned by the authenticated
|
|
121
|
+
The log must belong to a machine owned by the authenticated organization.
|
|
122
122
|
|
|
123
123
|
Args:
|
|
124
124
|
log_id (UUID):
|
|
@@ -149,7 +149,7 @@ async def asyncio(
|
|
|
149
149
|
|
|
150
150
|
Delete a request log (not typically used - logs are kept for analytics).
|
|
151
151
|
|
|
152
|
-
The log must belong to a machine owned by the authenticated
|
|
152
|
+
The log must belong to a machine owned by the authenticated organization.
|
|
153
153
|
|
|
154
154
|
Args:
|
|
155
155
|
log_id (UUID):
|
|
@@ -59,7 +59,7 @@ def sync_detailed(
|
|
|
59
59
|
|
|
60
60
|
Get a specific request log by ID.
|
|
61
61
|
|
|
62
|
-
The log must belong to a machine owned by the authenticated
|
|
62
|
+
The log must belong to a machine owned by the authenticated organization.
|
|
63
63
|
|
|
64
64
|
Args:
|
|
65
65
|
log_id (UUID):
|
|
@@ -92,7 +92,7 @@ def sync(
|
|
|
92
92
|
|
|
93
93
|
Get a specific request log by ID.
|
|
94
94
|
|
|
95
|
-
The log must belong to a machine owned by the authenticated
|
|
95
|
+
The log must belong to a machine owned by the authenticated organization.
|
|
96
96
|
|
|
97
97
|
Args:
|
|
98
98
|
log_id (UUID):
|
|
@@ -120,7 +120,7 @@ async def asyncio_detailed(
|
|
|
120
120
|
|
|
121
121
|
Get a specific request log by ID.
|
|
122
122
|
|
|
123
|
-
The log must belong to a machine owned by the authenticated
|
|
123
|
+
The log must belong to a machine owned by the authenticated organization.
|
|
124
124
|
|
|
125
125
|
Args:
|
|
126
126
|
log_id (UUID):
|
|
@@ -151,7 +151,7 @@ async def asyncio(
|
|
|
151
151
|
|
|
152
152
|
Get a specific request log by ID.
|
|
153
153
|
|
|
154
|
-
The log must belong to a machine owned by the authenticated
|
|
154
|
+
The log must belong to a machine owned by the authenticated organization.
|
|
155
155
|
|
|
156
156
|
Args:
|
|
157
157
|
log_id (UUID):
|
|
@@ -98,7 +98,7 @@ def sync_detailed(
|
|
|
98
98
|
) -> Response[Union[HTTPValidationError, PaginatedResponse]]:
|
|
99
99
|
"""List Request Logs
|
|
100
100
|
|
|
101
|
-
List all request logs for the authenticated
|
|
101
|
+
List all request logs for the authenticated organization's machines.
|
|
102
102
|
|
|
103
103
|
Supports pagination and filtering by machine, HTTP method, and status code.
|
|
104
104
|
|
|
@@ -143,7 +143,7 @@ def sync(
|
|
|
143
143
|
) -> Optional[Union[HTTPValidationError, PaginatedResponse]]:
|
|
144
144
|
"""List Request Logs
|
|
145
145
|
|
|
146
|
-
List all request logs for the authenticated
|
|
146
|
+
List all request logs for the authenticated organization's machines.
|
|
147
147
|
|
|
148
148
|
Supports pagination and filtering by machine, HTTP method, and status code.
|
|
149
149
|
|
|
@@ -183,7 +183,7 @@ async def asyncio_detailed(
|
|
|
183
183
|
) -> Response[Union[HTTPValidationError, PaginatedResponse]]:
|
|
184
184
|
"""List Request Logs
|
|
185
185
|
|
|
186
|
-
List all request logs for the authenticated
|
|
186
|
+
List all request logs for the authenticated organization's machines.
|
|
187
187
|
|
|
188
188
|
Supports pagination and filtering by machine, HTTP method, and status code.
|
|
189
189
|
|
|
@@ -226,7 +226,7 @@ async def asyncio(
|
|
|
226
226
|
) -> Optional[Union[HTTPValidationError, PaginatedResponse]]:
|
|
227
227
|
"""List Request Logs
|
|
228
228
|
|
|
229
|
-
List all request logs for the authenticated
|
|
229
|
+
List all request logs for the authenticated organization's machines.
|
|
230
230
|
|
|
231
231
|
Supports pagination and filtering by machine, HTTP method, and status code.
|
|
232
232
|
|
|
@@ -72,7 +72,7 @@ def sync_detailed(
|
|
|
72
72
|
|
|
73
73
|
This is typically called when a request completes to add the response details.
|
|
74
74
|
Only the fields provided in the request body will be updated.
|
|
75
|
-
The log must belong to a machine owned by the authenticated
|
|
75
|
+
The log must belong to a machine owned by the authenticated organization.
|
|
76
76
|
|
|
77
77
|
Args:
|
|
78
78
|
log_id (UUID):
|
|
@@ -110,7 +110,7 @@ def sync(
|
|
|
110
110
|
|
|
111
111
|
This is typically called when a request completes to add the response details.
|
|
112
112
|
Only the fields provided in the request body will be updated.
|
|
113
|
-
The log must belong to a machine owned by the authenticated
|
|
113
|
+
The log must belong to a machine owned by the authenticated organization.
|
|
114
114
|
|
|
115
115
|
Args:
|
|
116
116
|
log_id (UUID):
|
|
@@ -143,7 +143,7 @@ async def asyncio_detailed(
|
|
|
143
143
|
|
|
144
144
|
This is typically called when a request completes to add the response details.
|
|
145
145
|
Only the fields provided in the request body will be updated.
|
|
146
|
-
The log must belong to a machine owned by the authenticated
|
|
146
|
+
The log must belong to a machine owned by the authenticated organization.
|
|
147
147
|
|
|
148
148
|
Args:
|
|
149
149
|
log_id (UUID):
|
|
@@ -179,7 +179,7 @@ async def asyncio(
|
|
|
179
179
|
|
|
180
180
|
This is typically called when a request completes to add the response details.
|
|
181
181
|
Only the fields provided in the request body will be updated.
|
|
182
|
-
The log must belong to a machine owned by the authenticated
|
|
182
|
+
The log must belong to a machine owned by the authenticated organization.
|
|
183
183
|
|
|
184
184
|
Args:
|
|
185
185
|
log_id (UUID):
|
|
@@ -92,7 +92,7 @@ def sync_detailed(
|
|
|
92
92
|
) -> Response[Union[HTTPValidationError, PaginatedResponseRunAttachmentResponse]]:
|
|
93
93
|
"""List Run Attachments
|
|
94
94
|
|
|
95
|
-
List all run attachments for the authenticated
|
|
95
|
+
List all run attachments for the authenticated organization.
|
|
96
96
|
|
|
97
97
|
Supports pagination and filtering by run ID and attachment type.
|
|
98
98
|
|
|
@@ -134,7 +134,7 @@ def sync(
|
|
|
134
134
|
) -> Optional[Union[HTTPValidationError, PaginatedResponseRunAttachmentResponse]]:
|
|
135
135
|
"""List Run Attachments
|
|
136
136
|
|
|
137
|
-
List all run attachments for the authenticated
|
|
137
|
+
List all run attachments for the authenticated organization.
|
|
138
138
|
|
|
139
139
|
Supports pagination and filtering by run ID and attachment type.
|
|
140
140
|
|
|
@@ -171,7 +171,7 @@ async def asyncio_detailed(
|
|
|
171
171
|
) -> Response[Union[HTTPValidationError, PaginatedResponseRunAttachmentResponse]]:
|
|
172
172
|
"""List Run Attachments
|
|
173
173
|
|
|
174
|
-
List all run attachments for the authenticated
|
|
174
|
+
List all run attachments for the authenticated organization.
|
|
175
175
|
|
|
176
176
|
Supports pagination and filtering by run ID and attachment type.
|
|
177
177
|
|
|
@@ -211,7 +211,7 @@ async def asyncio(
|
|
|
211
211
|
) -> Optional[Union[HTTPValidationError, PaginatedResponseRunAttachmentResponse]]:
|
|
212
212
|
"""List Run Attachments
|
|
213
213
|
|
|
214
|
-
List all run attachments for the authenticated
|
|
214
|
+
List all run attachments for the authenticated organization.
|
|
215
215
|
|
|
216
216
|
Supports pagination and filtering by run ID and attachment type.
|
|
217
217
|
|
|
@@ -67,9 +67,10 @@ def sync_detailed(
|
|
|
67
67
|
|
|
68
68
|
Create a new run.
|
|
69
69
|
|
|
70
|
-
The workflow must exist and belong to the authenticated
|
|
70
|
+
The workflow must exist and belong to the authenticated organization.
|
|
71
71
|
If machine_id is not provided, an available machine will be automatically selected.
|
|
72
|
-
The run will be created with SCHEDULING status and a Temporal workflow will be started
|
|
72
|
+
The run will be created with SCHEDULING status and a Temporal workflow will be started
|
|
73
|
+
asynchronously.
|
|
73
74
|
|
|
74
75
|
Args:
|
|
75
76
|
body (RunCreate): Schema for creating a run
|
|
@@ -102,9 +103,10 @@ def sync(
|
|
|
102
103
|
|
|
103
104
|
Create a new run.
|
|
104
105
|
|
|
105
|
-
The workflow must exist and belong to the authenticated
|
|
106
|
+
The workflow must exist and belong to the authenticated organization.
|
|
106
107
|
If machine_id is not provided, an available machine will be automatically selected.
|
|
107
|
-
The run will be created with SCHEDULING status and a Temporal workflow will be started
|
|
108
|
+
The run will be created with SCHEDULING status and a Temporal workflow will be started
|
|
109
|
+
asynchronously.
|
|
108
110
|
|
|
109
111
|
Args:
|
|
110
112
|
body (RunCreate): Schema for creating a run
|
|
@@ -132,9 +134,10 @@ async def asyncio_detailed(
|
|
|
132
134
|
|
|
133
135
|
Create a new run.
|
|
134
136
|
|
|
135
|
-
The workflow must exist and belong to the authenticated
|
|
137
|
+
The workflow must exist and belong to the authenticated organization.
|
|
136
138
|
If machine_id is not provided, an available machine will be automatically selected.
|
|
137
|
-
The run will be created with SCHEDULING status and a Temporal workflow will be started
|
|
139
|
+
The run will be created with SCHEDULING status and a Temporal workflow will be started
|
|
140
|
+
asynchronously.
|
|
138
141
|
|
|
139
142
|
Args:
|
|
140
143
|
body (RunCreate): Schema for creating a run
|
|
@@ -165,9 +168,10 @@ async def asyncio(
|
|
|
165
168
|
|
|
166
169
|
Create a new run.
|
|
167
170
|
|
|
168
|
-
The workflow must exist and belong to the authenticated
|
|
171
|
+
The workflow must exist and belong to the authenticated organization.
|
|
169
172
|
If machine_id is not provided, an available machine will be automatically selected.
|
|
170
|
-
The run will be created with SCHEDULING status and a Temporal workflow will be started
|
|
173
|
+
The run will be created with SCHEDULING status and a Temporal workflow will be started
|
|
174
|
+
asynchronously.
|
|
171
175
|
|
|
172
176
|
Args:
|
|
173
177
|
body (RunCreate): Schema for creating a run
|