cyberdesk 2.1.10__tar.gz → 2.1.12__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-2.1.10 → cyberdesk-2.1.12}/PKG-INFO +1 -1
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/cyberdesk/__init__.py +1 -1
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/cyberdesk/client.py +69 -5
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/cyberdesk.egg-info/PKG-INFO +1 -1
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/cyberdesk.egg-info/SOURCES.txt +5 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/runs/list_runs_v1_runs_get.py +35 -0
- cyberdesk-2.1.12/openapi_client/cyberdesk_cloud_client/api/runs/retry_run_v1_runs_run_id_retry_post.py +230 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/__init__.py +8 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/machine_response.py +30 -0
- cyberdesk-2.1.12/openapi_client/cyberdesk_cloud_client/models/run_field.py +21 -0
- cyberdesk-2.1.12/openapi_client/cyberdesk_cloud_client/models/run_retry.py +312 -0
- cyberdesk-2.1.12/openapi_client/cyberdesk_cloud_client/models/run_retry_input_values_type_0.py +44 -0
- cyberdesk-2.1.12/openapi_client/cyberdesk_cloud_client/models/run_retry_sensitive_input_values_type_0.py +44 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/pyproject.toml +1 -1
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/LICENSE +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/README.md +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/cyberdesk.egg-info/dependency_links.txt +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/cyberdesk.egg-info/requires.txt +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/cyberdesk.egg-info/top_level.txt +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/fs_list_v1_computer_machine_id_fs_list_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/fs_read_v1_computer_machine_id_fs_read_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/fs_write_v1_computer_machine_id_fs_write_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/get_display_dimensions_v1_computer_machine_id_display_dimensions_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/get_mouse_position_v1_computer_machine_id_input_mouse_position_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/get_screenshot_v1_computer_machine_id_display_screenshot_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/keyboard_key_v1_computer_machine_id_input_keyboard_key_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/keyboard_type_v1_computer_machine_id_input_keyboard_type_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/mouse_click_v1_computer_machine_id_input_mouse_click_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/mouse_move_v1_computer_machine_id_input_mouse_move_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/mouse_scroll_v1_computer_machine_id_input_mouse_scroll_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/powershell_exec_v1_computer_machine_id_shell_powershell_exec_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/computer/powershell_session_v1_computer_machine_id_shell_powershell_session_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/connections/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/connections/create_connection_v1_connections_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/connections/delete_connection_v1_connections_connection_id_delete.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/connections/get_connection_v1_connections_connection_id_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/connections/list_connections_v1_connections_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/connections/update_connection_v1_connections_connection_id_patch.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/default/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/default/health_db_health_db_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/default/health_health_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/default/root_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/health/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/health/database_health_check_v1_health_db_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/health/health_check_v1_health_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/machines/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/machines/create_machine_v1_machines_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/machines/delete_machine_v1_machines_machine_id_delete.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/machines/get_machine_pools_v1_machines_machine_id_pools_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/machines/get_machine_v1_machines_machine_id_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/machines/list_machines_v1_machines_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/machines/update_machine_pools_v1_machines_machine_id_pools_put.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/machines/update_machine_v1_machines_machine_id_patch.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/pools/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/pools/add_machines_to_pool_v1_pools_pool_id_machines_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/pools/create_pool_v1_pools_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/pools/delete_pool_v1_pools_pool_id_delete.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/pools/get_pool_v1_pools_pool_id_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/pools/list_pools_v1_pools_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/pools/remove_machines_from_pool_v1_pools_pool_id_machines_delete.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/pools/update_pool_v1_pools_pool_id_patch.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/request_logs/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/request_logs/create_request_log_v1_request_logs_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/request_logs/delete_request_log_v1_request_logs_log_id_delete.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/request_logs/get_request_log_v1_request_logs_log_id_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/request_logs/list_request_logs_v1_request_logs_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/request_logs/update_request_log_v1_request_logs_log_id_patch.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/run_attachments/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/run_attachments/create_run_attachment_v1_run_attachments_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/run_attachments/delete_run_attachment_v1_run_attachments_attachment_id_delete.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/run_attachments/download_run_attachment_v1_run_attachments_attachment_id_download_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/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-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/run_attachments/get_run_attachment_v1_run_attachments_attachment_id_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/run_attachments/list_run_attachments_v1_run_attachments_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/run_attachments/update_run_attachment_v1_run_attachments_attachment_id_put.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/runs/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/runs/bulk_create_runs_v1_runs_bulk_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/runs/create_run_chain_v1_runs_chain_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/runs/create_run_v1_runs_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/runs/delete_run_v1_runs_run_id_delete.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/runs/get_run_v1_runs_run_id_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/runs/update_run_v1_runs_run_id_patch.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/test/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/test/dummy_test_endpoint_v1_test_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/trajectories/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/trajectories/create_trajectory_v1_trajectories_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/trajectories/delete_trajectory_v1_trajectories_trajectory_id_delete.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/trajectories/get_latest_trajectory_for_workflow_v1_workflows_workflow_id_latest_trajectory_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/trajectories/get_trajectory_v1_trajectories_trajectory_id_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/trajectories/list_trajectories_v1_trajectories_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/trajectories/update_trajectory_v1_trajectories_trajectory_id_patch.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/workflows/__init__.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/workflows/create_workflow_v1_workflows_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/workflows/delete_workflow_v1_workflows_workflow_id_delete.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_v1_workflows_workflow_id_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_versions_v1_workflows_workflow_id_versions_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/workflows/list_workflows_v1_workflows_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/api/workflows/update_workflow_v1_workflows_workflow_id_patch.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/client.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/errors.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/attachment_type.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/chain_step.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/chain_step_inputs_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/connection_create.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/connection_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/connection_status.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/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-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/display_dimensions.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/dummy_test_endpoint_v1_test_post_response_dummy_test_endpoint_v1_test_post.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/file_input.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/file_write_request.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/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-2.1.10 → cyberdesk-2.1.12}/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-2.1.10 → cyberdesk-2.1.12}/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-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/get_workflow_versions_v1_workflows_workflow_id_versions_get_response_200_item.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/health_check_v1_health_get_response_health_check_v1_health_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/health_health_get_response_health_health_get.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/http_validation_error.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/keyboard_key_request.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/keyboard_type_request.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/machine_create.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/machine_pool_assignment.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/machine_pool_update.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/machine_status.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/machine_update.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/mouse_click_request.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/mouse_move_request.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/mouse_position.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/mouse_scroll_request.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/paginated_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/paginated_response_connection_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/paginated_response_machine_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/paginated_response_pool_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/paginated_response_run_attachment_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/paginated_response_run_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/paginated_response_trajectory_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/paginated_response_workflow_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/pool_create.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/pool_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/pool_update.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/pool_with_machines.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/power_shell_exec_request.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/power_shell_session_request.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/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-2.1.10 → cyberdesk-2.1.12}/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-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/ref_value.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/request_log_create.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/request_log_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/request_log_update.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_attachment_create.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_attachment_download_url_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_attachment_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_attachment_update.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_bulk_create.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_bulk_create_input_values_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_bulk_create_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_bulk_create_sensitive_input_values_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_completed_event.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_create.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_create_input_values_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_create_sensitive_input_values_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_response_input_values_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_response_output_data_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_response_run_message_history_type_0_item.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_response_sensitive_input_aliases_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_status.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_update.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_update_input_values_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_update_output_data_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/run_update_run_message_history_type_0_item.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/trajectory_create.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/trajectory_create_dimensions.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/trajectory_create_original_input_values_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/trajectory_create_trajectory_data_item.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/trajectory_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/trajectory_response_dimensions.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/trajectory_response_original_input_values_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/trajectory_response_trajectory_data_item.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/trajectory_update.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/trajectory_update_trajectory_data_type_0_item.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/validation_error.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/workflow_chain_create.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/workflow_chain_create_shared_inputs_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/workflow_chain_create_shared_sensitive_inputs_type_0.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/workflow_chain_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/workflow_create.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/workflow_response.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/workflow_response_old_versions_type_0_item.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/workflow_update.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/py.typed +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/types.py +0 -0
- {cyberdesk-2.1.10 → cyberdesk-2.1.12}/setup.cfg +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""Cyberdesk Python SDK Client."""
|
|
2
|
-
from typing import Optional, Dict, Any, Union
|
|
2
|
+
from typing import Optional, Dict, Any, Union, List
|
|
3
3
|
from uuid import UUID
|
|
4
4
|
from pathlib import Path
|
|
5
5
|
import httpx
|
|
@@ -42,6 +42,7 @@ from openapi_client.cyberdesk_cloud_client.api.runs import (
|
|
|
42
42
|
delete_run_v1_runs_run_id_delete,
|
|
43
43
|
bulk_create_runs_v1_runs_bulk_post,
|
|
44
44
|
create_run_chain_v1_runs_chain_post,
|
|
45
|
+
retry_run_v1_runs_run_id_retry_post,
|
|
45
46
|
)
|
|
46
47
|
from openapi_client.cyberdesk_cloud_client.api.connections import (
|
|
47
48
|
list_connections_v1_connections_get,
|
|
@@ -107,6 +108,8 @@ from openapi_client.cyberdesk_cloud_client.models import (
|
|
|
107
108
|
PaginatedResponseConnectionResponse,
|
|
108
109
|
PaginatedResponseTrajectoryResponse,
|
|
109
110
|
PaginatedResponseRunAttachmentResponse,
|
|
111
|
+
RunRetry,
|
|
112
|
+
RunField,
|
|
110
113
|
)
|
|
111
114
|
|
|
112
115
|
# Re-export common types
|
|
@@ -145,6 +148,8 @@ __all__ = [
|
|
|
145
148
|
"RunAttachmentResponse",
|
|
146
149
|
"RunAttachmentDownloadUrlResponse",
|
|
147
150
|
"AttachmentType",
|
|
151
|
+
"RunRetry",
|
|
152
|
+
"RunField",
|
|
148
153
|
]
|
|
149
154
|
|
|
150
155
|
DEFAULT_API_BASE_URL = "https://api.cyberdesk.io"
|
|
@@ -294,7 +299,12 @@ class MachinesAPI:
|
|
|
294
299
|
return ApiResponse(error=e)
|
|
295
300
|
|
|
296
301
|
async def update(self, machine_id: str, data: MachineUpdate) -> ApiResponse:
|
|
297
|
-
"""Update a machine.
|
|
302
|
+
"""Update a machine.
|
|
303
|
+
|
|
304
|
+
Note: linked_keepalive_machine_id is not writable; it is managed by
|
|
305
|
+
Cyberdriver link events and will be set/cleared automatically by the
|
|
306
|
+
platform.
|
|
307
|
+
"""
|
|
298
308
|
try:
|
|
299
309
|
response = await update_machine_v1_machines_machine_id_patch.asyncio(
|
|
300
310
|
client=self.client,
|
|
@@ -306,7 +316,12 @@ class MachinesAPI:
|
|
|
306
316
|
return ApiResponse(error=e)
|
|
307
317
|
|
|
308
318
|
def update_sync(self, machine_id: str, data: MachineUpdate) -> ApiResponse:
|
|
309
|
-
"""Update a machine (synchronous).
|
|
319
|
+
"""Update a machine (synchronous).
|
|
320
|
+
|
|
321
|
+
Note: linked_keepalive_machine_id is not writable; it is managed by
|
|
322
|
+
Cyberdriver link events and will be set/cleared automatically by the
|
|
323
|
+
platform.
|
|
324
|
+
"""
|
|
310
325
|
try:
|
|
311
326
|
response = update_machine_v1_machines_machine_id_patch.sync(
|
|
312
327
|
client=self.client,
|
|
@@ -835,8 +850,23 @@ class RunsAPI:
|
|
|
835
850
|
*,
|
|
836
851
|
created_at_from: Optional[Union[str, datetime]] = None,
|
|
837
852
|
created_at_to: Optional[Union[str, datetime]] = None,
|
|
853
|
+
fields: Optional[List[RunField]] = None,
|
|
838
854
|
) -> ApiResponse:
|
|
839
|
-
"""List runs with optional filtering.
|
|
855
|
+
"""List runs with optional filtering.
|
|
856
|
+
|
|
857
|
+
Args:
|
|
858
|
+
skip: Pagination skip
|
|
859
|
+
limit: Pagination limit
|
|
860
|
+
status: Run status filter
|
|
861
|
+
workflow_id: Filter by workflow ID
|
|
862
|
+
machine_id: Filter by machine ID
|
|
863
|
+
session_id: Filter by session ID
|
|
864
|
+
created_at_from: Optional start datetime (UTC or ISO string)
|
|
865
|
+
created_at_to: Optional end datetime (UTC or ISO string)
|
|
866
|
+
fields: Optional list of fields to include per run (projection). When set,
|
|
867
|
+
the response includes only these plus base fields (id, workflow_id,
|
|
868
|
+
machine_id, status, created_at).
|
|
869
|
+
"""
|
|
840
870
|
try:
|
|
841
871
|
response = await list_runs_v1_runs_get.asyncio(
|
|
842
872
|
client=self.client,
|
|
@@ -848,6 +878,7 @@ class RunsAPI:
|
|
|
848
878
|
session_id=_to_uuid(session_id) if session_id else UNSET,
|
|
849
879
|
created_at_from=_to_unset_or_value(_to_iso_utc_str(created_at_from)),
|
|
850
880
|
created_at_to=_to_unset_or_value(_to_iso_utc_str(created_at_to)),
|
|
881
|
+
fields=_to_unset_or_value(fields),
|
|
851
882
|
)
|
|
852
883
|
return ApiResponse(data=response)
|
|
853
884
|
except Exception as e:
|
|
@@ -864,8 +895,12 @@ class RunsAPI:
|
|
|
864
895
|
*,
|
|
865
896
|
created_at_from: Optional[Union[str, datetime]] = None,
|
|
866
897
|
created_at_to: Optional[Union[str, datetime]] = None,
|
|
898
|
+
fields: Optional[List[RunField]] = None,
|
|
867
899
|
) -> ApiResponse:
|
|
868
|
-
"""List runs with optional filtering (synchronous).
|
|
900
|
+
"""List runs with optional filtering (synchronous).
|
|
901
|
+
|
|
902
|
+
See async variant for parameter docs. Supports `fields` projection.
|
|
903
|
+
"""
|
|
869
904
|
try:
|
|
870
905
|
response = list_runs_v1_runs_get.sync(
|
|
871
906
|
client=self.client,
|
|
@@ -877,6 +912,35 @@ class RunsAPI:
|
|
|
877
912
|
session_id=_to_uuid(session_id) if session_id else UNSET,
|
|
878
913
|
created_at_from=_to_unset_or_value(_to_iso_utc_str(created_at_from)),
|
|
879
914
|
created_at_to=_to_unset_or_value(_to_iso_utc_str(created_at_to)),
|
|
915
|
+
fields=_to_unset_or_value(fields),
|
|
916
|
+
)
|
|
917
|
+
return ApiResponse(data=response)
|
|
918
|
+
except Exception as e:
|
|
919
|
+
return ApiResponse(error=e)
|
|
920
|
+
|
|
921
|
+
async def retry(self, run_id: str, retry: RunRetry) -> ApiResponse:
|
|
922
|
+
"""Retry an existing run in-place (same run_id).
|
|
923
|
+
|
|
924
|
+
Clears previous outputs/history/output attachments, optionally replaces inputs/files,
|
|
925
|
+
and attempts immediate assignment unless the session is busy.
|
|
926
|
+
"""
|
|
927
|
+
try:
|
|
928
|
+
response = await retry_run_v1_runs_run_id_retry_post.asyncio(
|
|
929
|
+
client=self.client,
|
|
930
|
+
run_id=_to_uuid(run_id),
|
|
931
|
+
body=retry,
|
|
932
|
+
)
|
|
933
|
+
return ApiResponse(data=response)
|
|
934
|
+
except Exception as e:
|
|
935
|
+
return ApiResponse(error=e)
|
|
936
|
+
|
|
937
|
+
def retry_sync(self, run_id: str, retry: RunRetry) -> ApiResponse:
|
|
938
|
+
"""Retry an existing run in-place (synchronous)."""
|
|
939
|
+
try:
|
|
940
|
+
response = retry_run_v1_runs_run_id_retry_post.sync(
|
|
941
|
+
client=self.client,
|
|
942
|
+
run_id=_to_uuid(run_id),
|
|
943
|
+
body=retry,
|
|
880
944
|
)
|
|
881
945
|
return ApiResponse(data=response)
|
|
882
946
|
except Exception as e:
|
|
@@ -78,6 +78,7 @@ openapi_client/cyberdesk_cloud_client/api/runs/create_run_v1_runs_post.py
|
|
|
78
78
|
openapi_client/cyberdesk_cloud_client/api/runs/delete_run_v1_runs_run_id_delete.py
|
|
79
79
|
openapi_client/cyberdesk_cloud_client/api/runs/get_run_v1_runs_run_id_get.py
|
|
80
80
|
openapi_client/cyberdesk_cloud_client/api/runs/list_runs_v1_runs_get.py
|
|
81
|
+
openapi_client/cyberdesk_cloud_client/api/runs/retry_run_v1_runs_run_id_retry_post.py
|
|
81
82
|
openapi_client/cyberdesk_cloud_client/api/runs/update_run_v1_runs_run_id_patch.py
|
|
82
83
|
openapi_client/cyberdesk_cloud_client/api/test/__init__.py
|
|
83
84
|
openapi_client/cyberdesk_cloud_client/api/test/dummy_test_endpoint_v1_test_post.py
|
|
@@ -158,11 +159,15 @@ openapi_client/cyberdesk_cloud_client/models/run_completed_event.py
|
|
|
158
159
|
openapi_client/cyberdesk_cloud_client/models/run_create.py
|
|
159
160
|
openapi_client/cyberdesk_cloud_client/models/run_create_input_values_type_0.py
|
|
160
161
|
openapi_client/cyberdesk_cloud_client/models/run_create_sensitive_input_values_type_0.py
|
|
162
|
+
openapi_client/cyberdesk_cloud_client/models/run_field.py
|
|
161
163
|
openapi_client/cyberdesk_cloud_client/models/run_response.py
|
|
162
164
|
openapi_client/cyberdesk_cloud_client/models/run_response_input_values_type_0.py
|
|
163
165
|
openapi_client/cyberdesk_cloud_client/models/run_response_output_data_type_0.py
|
|
164
166
|
openapi_client/cyberdesk_cloud_client/models/run_response_run_message_history_type_0_item.py
|
|
165
167
|
openapi_client/cyberdesk_cloud_client/models/run_response_sensitive_input_aliases_type_0.py
|
|
168
|
+
openapi_client/cyberdesk_cloud_client/models/run_retry.py
|
|
169
|
+
openapi_client/cyberdesk_cloud_client/models/run_retry_input_values_type_0.py
|
|
170
|
+
openapi_client/cyberdesk_cloud_client/models/run_retry_sensitive_input_values_type_0.py
|
|
166
171
|
openapi_client/cyberdesk_cloud_client/models/run_status.py
|
|
167
172
|
openapi_client/cyberdesk_cloud_client/models/run_update.py
|
|
168
173
|
openapi_client/cyberdesk_cloud_client/models/run_update_input_values_type_0.py
|
|
@@ -9,6 +9,7 @@ from ... import errors
|
|
|
9
9
|
from ...client import AuthenticatedClient, Client
|
|
10
10
|
from ...models.http_validation_error import HTTPValidationError
|
|
11
11
|
from ...models.paginated_response_run_response import PaginatedResponseRunResponse
|
|
12
|
+
from ...models.run_field import RunField
|
|
12
13
|
from ...models.run_status import RunStatus
|
|
13
14
|
from ...types import UNSET, Response, Unset
|
|
14
15
|
|
|
@@ -21,6 +22,7 @@ def _get_kwargs(
|
|
|
21
22
|
status: Union[None, RunStatus, Unset] = UNSET,
|
|
22
23
|
created_at_from: Union[None, Unset, datetime.datetime] = UNSET,
|
|
23
24
|
created_at_to: Union[None, Unset, datetime.datetime] = UNSET,
|
|
25
|
+
fields: Union[None, Unset, list[RunField]] = UNSET,
|
|
24
26
|
skip: Union[Unset, int] = 0,
|
|
25
27
|
limit: Union[Unset, int] = 100,
|
|
26
28
|
) -> dict[str, Any]:
|
|
@@ -80,6 +82,19 @@ def _get_kwargs(
|
|
|
80
82
|
json_created_at_to = created_at_to
|
|
81
83
|
params["created_at_to"] = json_created_at_to
|
|
82
84
|
|
|
85
|
+
json_fields: Union[None, Unset, list[str]]
|
|
86
|
+
if isinstance(fields, Unset):
|
|
87
|
+
json_fields = UNSET
|
|
88
|
+
elif isinstance(fields, list):
|
|
89
|
+
json_fields = []
|
|
90
|
+
for fields_type_0_item_data in fields:
|
|
91
|
+
fields_type_0_item = fields_type_0_item_data.value
|
|
92
|
+
json_fields.append(fields_type_0_item)
|
|
93
|
+
|
|
94
|
+
else:
|
|
95
|
+
json_fields = fields
|
|
96
|
+
params["fields"] = json_fields
|
|
97
|
+
|
|
83
98
|
params["skip"] = skip
|
|
84
99
|
|
|
85
100
|
params["limit"] = limit
|
|
@@ -132,6 +147,7 @@ def sync_detailed(
|
|
|
132
147
|
status: Union[None, RunStatus, Unset] = UNSET,
|
|
133
148
|
created_at_from: Union[None, Unset, datetime.datetime] = UNSET,
|
|
134
149
|
created_at_to: Union[None, Unset, datetime.datetime] = UNSET,
|
|
150
|
+
fields: Union[None, Unset, list[RunField]] = UNSET,
|
|
135
151
|
skip: Union[Unset, int] = 0,
|
|
136
152
|
limit: Union[Unset, int] = 100,
|
|
137
153
|
) -> Response[Union[HTTPValidationError, PaginatedResponseRunResponse]]:
|
|
@@ -151,6 +167,9 @@ def sync_detailed(
|
|
|
151
167
|
this ISO timestamp (UTC)
|
|
152
168
|
created_at_to (Union[None, Unset, datetime.datetime]): Filter runs created at or before
|
|
153
169
|
this ISO timestamp (UTC)
|
|
170
|
+
fields (Union[None, Unset, list[RunField]]): Optional list of fields to include per run.
|
|
171
|
+
Always includes: id, workflow_id, machine_id, status, created_at. Provide multiple
|
|
172
|
+
'fields=' params to include more.
|
|
154
173
|
skip (Union[Unset, int]): Default: 0.
|
|
155
174
|
limit (Union[Unset, int]): Default: 100.
|
|
156
175
|
|
|
@@ -169,6 +188,7 @@ def sync_detailed(
|
|
|
169
188
|
status=status,
|
|
170
189
|
created_at_from=created_at_from,
|
|
171
190
|
created_at_to=created_at_to,
|
|
191
|
+
fields=fields,
|
|
172
192
|
skip=skip,
|
|
173
193
|
limit=limit,
|
|
174
194
|
)
|
|
@@ -189,6 +209,7 @@ def sync(
|
|
|
189
209
|
status: Union[None, RunStatus, Unset] = UNSET,
|
|
190
210
|
created_at_from: Union[None, Unset, datetime.datetime] = UNSET,
|
|
191
211
|
created_at_to: Union[None, Unset, datetime.datetime] = UNSET,
|
|
212
|
+
fields: Union[None, Unset, list[RunField]] = UNSET,
|
|
192
213
|
skip: Union[Unset, int] = 0,
|
|
193
214
|
limit: Union[Unset, int] = 100,
|
|
194
215
|
) -> Optional[Union[HTTPValidationError, PaginatedResponseRunResponse]]:
|
|
@@ -208,6 +229,9 @@ def sync(
|
|
|
208
229
|
this ISO timestamp (UTC)
|
|
209
230
|
created_at_to (Union[None, Unset, datetime.datetime]): Filter runs created at or before
|
|
210
231
|
this ISO timestamp (UTC)
|
|
232
|
+
fields (Union[None, Unset, list[RunField]]): Optional list of fields to include per run.
|
|
233
|
+
Always includes: id, workflow_id, machine_id, status, created_at. Provide multiple
|
|
234
|
+
'fields=' params to include more.
|
|
211
235
|
skip (Union[Unset, int]): Default: 0.
|
|
212
236
|
limit (Union[Unset, int]): Default: 100.
|
|
213
237
|
|
|
@@ -227,6 +251,7 @@ def sync(
|
|
|
227
251
|
status=status,
|
|
228
252
|
created_at_from=created_at_from,
|
|
229
253
|
created_at_to=created_at_to,
|
|
254
|
+
fields=fields,
|
|
230
255
|
skip=skip,
|
|
231
256
|
limit=limit,
|
|
232
257
|
).parsed
|
|
@@ -241,6 +266,7 @@ async def asyncio_detailed(
|
|
|
241
266
|
status: Union[None, RunStatus, Unset] = UNSET,
|
|
242
267
|
created_at_from: Union[None, Unset, datetime.datetime] = UNSET,
|
|
243
268
|
created_at_to: Union[None, Unset, datetime.datetime] = UNSET,
|
|
269
|
+
fields: Union[None, Unset, list[RunField]] = UNSET,
|
|
244
270
|
skip: Union[Unset, int] = 0,
|
|
245
271
|
limit: Union[Unset, int] = 100,
|
|
246
272
|
) -> Response[Union[HTTPValidationError, PaginatedResponseRunResponse]]:
|
|
@@ -260,6 +286,9 @@ async def asyncio_detailed(
|
|
|
260
286
|
this ISO timestamp (UTC)
|
|
261
287
|
created_at_to (Union[None, Unset, datetime.datetime]): Filter runs created at or before
|
|
262
288
|
this ISO timestamp (UTC)
|
|
289
|
+
fields (Union[None, Unset, list[RunField]]): Optional list of fields to include per run.
|
|
290
|
+
Always includes: id, workflow_id, machine_id, status, created_at. Provide multiple
|
|
291
|
+
'fields=' params to include more.
|
|
263
292
|
skip (Union[Unset, int]): Default: 0.
|
|
264
293
|
limit (Union[Unset, int]): Default: 100.
|
|
265
294
|
|
|
@@ -278,6 +307,7 @@ async def asyncio_detailed(
|
|
|
278
307
|
status=status,
|
|
279
308
|
created_at_from=created_at_from,
|
|
280
309
|
created_at_to=created_at_to,
|
|
310
|
+
fields=fields,
|
|
281
311
|
skip=skip,
|
|
282
312
|
limit=limit,
|
|
283
313
|
)
|
|
@@ -296,6 +326,7 @@ async def asyncio(
|
|
|
296
326
|
status: Union[None, RunStatus, Unset] = UNSET,
|
|
297
327
|
created_at_from: Union[None, Unset, datetime.datetime] = UNSET,
|
|
298
328
|
created_at_to: Union[None, Unset, datetime.datetime] = UNSET,
|
|
329
|
+
fields: Union[None, Unset, list[RunField]] = UNSET,
|
|
299
330
|
skip: Union[Unset, int] = 0,
|
|
300
331
|
limit: Union[Unset, int] = 100,
|
|
301
332
|
) -> Optional[Union[HTTPValidationError, PaginatedResponseRunResponse]]:
|
|
@@ -315,6 +346,9 @@ async def asyncio(
|
|
|
315
346
|
this ISO timestamp (UTC)
|
|
316
347
|
created_at_to (Union[None, Unset, datetime.datetime]): Filter runs created at or before
|
|
317
348
|
this ISO timestamp (UTC)
|
|
349
|
+
fields (Union[None, Unset, list[RunField]]): Optional list of fields to include per run.
|
|
350
|
+
Always includes: id, workflow_id, machine_id, status, created_at. Provide multiple
|
|
351
|
+
'fields=' params to include more.
|
|
318
352
|
skip (Union[Unset, int]): Default: 0.
|
|
319
353
|
limit (Union[Unset, int]): Default: 100.
|
|
320
354
|
|
|
@@ -335,6 +369,7 @@ async def asyncio(
|
|
|
335
369
|
status=status,
|
|
336
370
|
created_at_from=created_at_from,
|
|
337
371
|
created_at_to=created_at_to,
|
|
372
|
+
fields=fields,
|
|
338
373
|
skip=skip,
|
|
339
374
|
limit=limit,
|
|
340
375
|
)
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
from http import HTTPStatus
|
|
2
|
+
from typing import Any, Optional, Union
|
|
3
|
+
from uuid import UUID
|
|
4
|
+
|
|
5
|
+
import httpx
|
|
6
|
+
|
|
7
|
+
from ... import errors
|
|
8
|
+
from ...client import AuthenticatedClient, Client
|
|
9
|
+
from ...models.http_validation_error import HTTPValidationError
|
|
10
|
+
from ...models.run_response import RunResponse
|
|
11
|
+
from ...models.run_retry import RunRetry
|
|
12
|
+
from ...types import Response
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
def _get_kwargs(
|
|
16
|
+
run_id: UUID,
|
|
17
|
+
*,
|
|
18
|
+
body: RunRetry,
|
|
19
|
+
) -> dict[str, Any]:
|
|
20
|
+
headers: dict[str, Any] = {}
|
|
21
|
+
|
|
22
|
+
_kwargs: dict[str, Any] = {
|
|
23
|
+
"method": "post",
|
|
24
|
+
"url": f"/v1/runs/{run_id}/retry",
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
_kwargs["json"] = body.to_dict()
|
|
28
|
+
|
|
29
|
+
headers["Content-Type"] = "application/json"
|
|
30
|
+
|
|
31
|
+
_kwargs["headers"] = headers
|
|
32
|
+
return _kwargs
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
def _parse_response(
|
|
36
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
37
|
+
) -> Optional[Union[HTTPValidationError, RunResponse]]:
|
|
38
|
+
if response.status_code == 200:
|
|
39
|
+
response_200 = RunResponse.from_dict(response.json())
|
|
40
|
+
|
|
41
|
+
return response_200
|
|
42
|
+
if response.status_code == 422:
|
|
43
|
+
response_422 = HTTPValidationError.from_dict(response.json())
|
|
44
|
+
|
|
45
|
+
return response_422
|
|
46
|
+
if client.raise_on_unexpected_status:
|
|
47
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
48
|
+
else:
|
|
49
|
+
return None
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
def _build_response(
|
|
53
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
54
|
+
) -> Response[Union[HTTPValidationError, RunResponse]]:
|
|
55
|
+
return Response(
|
|
56
|
+
status_code=HTTPStatus(response.status_code),
|
|
57
|
+
content=response.content,
|
|
58
|
+
headers=response.headers,
|
|
59
|
+
parsed=_parse_response(client=client, response=response),
|
|
60
|
+
)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
def sync_detailed(
|
|
64
|
+
run_id: UUID,
|
|
65
|
+
*,
|
|
66
|
+
client: AuthenticatedClient,
|
|
67
|
+
body: RunRetry,
|
|
68
|
+
) -> Response[Union[HTTPValidationError, RunResponse]]:
|
|
69
|
+
"""Retry Run
|
|
70
|
+
|
|
71
|
+
Retry an existing run in-place (same run_id).
|
|
72
|
+
|
|
73
|
+
- Rejects if run is active (scheduling or running).
|
|
74
|
+
- Always clears previous outputs/history/output attachments.
|
|
75
|
+
- Replaces input attachments if `file_inputs` are provided.
|
|
76
|
+
- Optionally overrides inputs, sensitive inputs, session/machine/pools.
|
|
77
|
+
- Triggers immediate assignment attempt unless the session is busy.
|
|
78
|
+
|
|
79
|
+
Args:
|
|
80
|
+
run_id (UUID):
|
|
81
|
+
body (RunRetry): Options for retrying an existing run in-place (same run_id).
|
|
82
|
+
|
|
83
|
+
Notes:
|
|
84
|
+
- If `file_inputs` are provided, existing input attachments are replaced.
|
|
85
|
+
- Prior outputs, history, and output attachments are always cleared as part of retry.
|
|
86
|
+
- Retry is only allowed for terminal runs (success, error, or cancelled).
|
|
87
|
+
|
|
88
|
+
Raises:
|
|
89
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
90
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
91
|
+
|
|
92
|
+
Returns:
|
|
93
|
+
Response[Union[HTTPValidationError, RunResponse]]
|
|
94
|
+
"""
|
|
95
|
+
|
|
96
|
+
kwargs = _get_kwargs(
|
|
97
|
+
run_id=run_id,
|
|
98
|
+
body=body,
|
|
99
|
+
)
|
|
100
|
+
|
|
101
|
+
response = client.get_httpx_client().request(
|
|
102
|
+
**kwargs,
|
|
103
|
+
)
|
|
104
|
+
|
|
105
|
+
return _build_response(client=client, response=response)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def sync(
|
|
109
|
+
run_id: UUID,
|
|
110
|
+
*,
|
|
111
|
+
client: AuthenticatedClient,
|
|
112
|
+
body: RunRetry,
|
|
113
|
+
) -> Optional[Union[HTTPValidationError, RunResponse]]:
|
|
114
|
+
"""Retry Run
|
|
115
|
+
|
|
116
|
+
Retry an existing run in-place (same run_id).
|
|
117
|
+
|
|
118
|
+
- Rejects if run is active (scheduling or running).
|
|
119
|
+
- Always clears previous outputs/history/output attachments.
|
|
120
|
+
- Replaces input attachments if `file_inputs` are provided.
|
|
121
|
+
- Optionally overrides inputs, sensitive inputs, session/machine/pools.
|
|
122
|
+
- Triggers immediate assignment attempt unless the session is busy.
|
|
123
|
+
|
|
124
|
+
Args:
|
|
125
|
+
run_id (UUID):
|
|
126
|
+
body (RunRetry): Options for retrying an existing run in-place (same run_id).
|
|
127
|
+
|
|
128
|
+
Notes:
|
|
129
|
+
- If `file_inputs` are provided, existing input attachments are replaced.
|
|
130
|
+
- Prior outputs, history, and output attachments are always cleared as part of retry.
|
|
131
|
+
- Retry is only allowed for terminal runs (success, error, or cancelled).
|
|
132
|
+
|
|
133
|
+
Raises:
|
|
134
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
135
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
136
|
+
|
|
137
|
+
Returns:
|
|
138
|
+
Union[HTTPValidationError, RunResponse]
|
|
139
|
+
"""
|
|
140
|
+
|
|
141
|
+
return sync_detailed(
|
|
142
|
+
run_id=run_id,
|
|
143
|
+
client=client,
|
|
144
|
+
body=body,
|
|
145
|
+
).parsed
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
async def asyncio_detailed(
|
|
149
|
+
run_id: UUID,
|
|
150
|
+
*,
|
|
151
|
+
client: AuthenticatedClient,
|
|
152
|
+
body: RunRetry,
|
|
153
|
+
) -> Response[Union[HTTPValidationError, RunResponse]]:
|
|
154
|
+
"""Retry Run
|
|
155
|
+
|
|
156
|
+
Retry an existing run in-place (same run_id).
|
|
157
|
+
|
|
158
|
+
- Rejects if run is active (scheduling or running).
|
|
159
|
+
- Always clears previous outputs/history/output attachments.
|
|
160
|
+
- Replaces input attachments if `file_inputs` are provided.
|
|
161
|
+
- Optionally overrides inputs, sensitive inputs, session/machine/pools.
|
|
162
|
+
- Triggers immediate assignment attempt unless the session is busy.
|
|
163
|
+
|
|
164
|
+
Args:
|
|
165
|
+
run_id (UUID):
|
|
166
|
+
body (RunRetry): Options for retrying an existing run in-place (same run_id).
|
|
167
|
+
|
|
168
|
+
Notes:
|
|
169
|
+
- If `file_inputs` are provided, existing input attachments are replaced.
|
|
170
|
+
- Prior outputs, history, and output attachments are always cleared as part of retry.
|
|
171
|
+
- Retry is only allowed for terminal runs (success, error, or cancelled).
|
|
172
|
+
|
|
173
|
+
Raises:
|
|
174
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
175
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
176
|
+
|
|
177
|
+
Returns:
|
|
178
|
+
Response[Union[HTTPValidationError, RunResponse]]
|
|
179
|
+
"""
|
|
180
|
+
|
|
181
|
+
kwargs = _get_kwargs(
|
|
182
|
+
run_id=run_id,
|
|
183
|
+
body=body,
|
|
184
|
+
)
|
|
185
|
+
|
|
186
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
187
|
+
|
|
188
|
+
return _build_response(client=client, response=response)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
async def asyncio(
|
|
192
|
+
run_id: UUID,
|
|
193
|
+
*,
|
|
194
|
+
client: AuthenticatedClient,
|
|
195
|
+
body: RunRetry,
|
|
196
|
+
) -> Optional[Union[HTTPValidationError, RunResponse]]:
|
|
197
|
+
"""Retry Run
|
|
198
|
+
|
|
199
|
+
Retry an existing run in-place (same run_id).
|
|
200
|
+
|
|
201
|
+
- Rejects if run is active (scheduling or running).
|
|
202
|
+
- Always clears previous outputs/history/output attachments.
|
|
203
|
+
- Replaces input attachments if `file_inputs` are provided.
|
|
204
|
+
- Optionally overrides inputs, sensitive inputs, session/machine/pools.
|
|
205
|
+
- Triggers immediate assignment attempt unless the session is busy.
|
|
206
|
+
|
|
207
|
+
Args:
|
|
208
|
+
run_id (UUID):
|
|
209
|
+
body (RunRetry): Options for retrying an existing run in-place (same run_id).
|
|
210
|
+
|
|
211
|
+
Notes:
|
|
212
|
+
- If `file_inputs` are provided, existing input attachments are replaced.
|
|
213
|
+
- Prior outputs, history, and output attachments are always cleared as part of retry.
|
|
214
|
+
- Retry is only allowed for terminal runs (success, error, or cancelled).
|
|
215
|
+
|
|
216
|
+
Raises:
|
|
217
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
218
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
219
|
+
|
|
220
|
+
Returns:
|
|
221
|
+
Union[HTTPValidationError, RunResponse]
|
|
222
|
+
"""
|
|
223
|
+
|
|
224
|
+
return (
|
|
225
|
+
await asyncio_detailed(
|
|
226
|
+
run_id=run_id,
|
|
227
|
+
client=client,
|
|
228
|
+
body=body,
|
|
229
|
+
)
|
|
230
|
+
).parsed
|
{cyberdesk-2.1.10 → cyberdesk-2.1.12}/openapi_client/cyberdesk_cloud_client/models/__init__.py
RENAMED
|
@@ -80,11 +80,15 @@ from .run_completed_event import RunCompletedEvent
|
|
|
80
80
|
from .run_create import RunCreate
|
|
81
81
|
from .run_create_input_values_type_0 import RunCreateInputValuesType0
|
|
82
82
|
from .run_create_sensitive_input_values_type_0 import RunCreateSensitiveInputValuesType0
|
|
83
|
+
from .run_field import RunField
|
|
83
84
|
from .run_response import RunResponse
|
|
84
85
|
from .run_response_input_values_type_0 import RunResponseInputValuesType0
|
|
85
86
|
from .run_response_output_data_type_0 import RunResponseOutputDataType0
|
|
86
87
|
from .run_response_run_message_history_type_0_item import RunResponseRunMessageHistoryType0Item
|
|
87
88
|
from .run_response_sensitive_input_aliases_type_0 import RunResponseSensitiveInputAliasesType0
|
|
89
|
+
from .run_retry import RunRetry
|
|
90
|
+
from .run_retry_input_values_type_0 import RunRetryInputValuesType0
|
|
91
|
+
from .run_retry_sensitive_input_values_type_0 import RunRetrySensitiveInputValuesType0
|
|
88
92
|
from .run_status import RunStatus
|
|
89
93
|
from .run_update import RunUpdate
|
|
90
94
|
from .run_update_input_values_type_0 import RunUpdateInputValuesType0
|
|
@@ -173,11 +177,15 @@ __all__ = (
|
|
|
173
177
|
"RunCreate",
|
|
174
178
|
"RunCreateInputValuesType0",
|
|
175
179
|
"RunCreateSensitiveInputValuesType0",
|
|
180
|
+
"RunField",
|
|
176
181
|
"RunResponse",
|
|
177
182
|
"RunResponseInputValuesType0",
|
|
178
183
|
"RunResponseOutputDataType0",
|
|
179
184
|
"RunResponseRunMessageHistoryType0Item",
|
|
180
185
|
"RunResponseSensitiveInputAliasesType0",
|
|
186
|
+
"RunRetry",
|
|
187
|
+
"RunRetryInputValuesType0",
|
|
188
|
+
"RunRetrySensitiveInputValuesType0",
|
|
181
189
|
"RunStatus",
|
|
182
190
|
"RunUpdate",
|
|
183
191
|
"RunUpdateInputValuesType0",
|
|
@@ -36,6 +36,7 @@ class MachineResponse:
|
|
|
36
36
|
user_id (Union[None, UUID, Unset]):
|
|
37
37
|
organization_id (Union[None, Unset, str]):
|
|
38
38
|
reserved_session_id (Union[None, UUID, Unset]):
|
|
39
|
+
linked_keepalive_machine_id (Union[None, UUID, Unset]):
|
|
39
40
|
pools (Union[None, Unset, list['PoolResponse']]):
|
|
40
41
|
"""
|
|
41
42
|
|
|
@@ -53,6 +54,7 @@ class MachineResponse:
|
|
|
53
54
|
user_id: Union[None, UUID, Unset] = UNSET
|
|
54
55
|
organization_id: Union[None, Unset, str] = UNSET
|
|
55
56
|
reserved_session_id: Union[None, UUID, Unset] = UNSET
|
|
57
|
+
linked_keepalive_machine_id: Union[None, UUID, Unset] = UNSET
|
|
56
58
|
pools: Union[None, Unset, list["PoolResponse"]] = UNSET
|
|
57
59
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
58
60
|
|
|
@@ -117,6 +119,14 @@ class MachineResponse:
|
|
|
117
119
|
else:
|
|
118
120
|
reserved_session_id = self.reserved_session_id
|
|
119
121
|
|
|
122
|
+
linked_keepalive_machine_id: Union[None, Unset, str]
|
|
123
|
+
if isinstance(self.linked_keepalive_machine_id, Unset):
|
|
124
|
+
linked_keepalive_machine_id = UNSET
|
|
125
|
+
elif isinstance(self.linked_keepalive_machine_id, UUID):
|
|
126
|
+
linked_keepalive_machine_id = str(self.linked_keepalive_machine_id)
|
|
127
|
+
else:
|
|
128
|
+
linked_keepalive_machine_id = self.linked_keepalive_machine_id
|
|
129
|
+
|
|
120
130
|
pools: Union[None, Unset, list[dict[str, Any]]]
|
|
121
131
|
if isinstance(self.pools, Unset):
|
|
122
132
|
pools = UNSET
|
|
@@ -156,6 +166,8 @@ class MachineResponse:
|
|
|
156
166
|
field_dict["organization_id"] = organization_id
|
|
157
167
|
if reserved_session_id is not UNSET:
|
|
158
168
|
field_dict["reserved_session_id"] = reserved_session_id
|
|
169
|
+
if linked_keepalive_machine_id is not UNSET:
|
|
170
|
+
field_dict["linked_keepalive_machine_id"] = linked_keepalive_machine_id
|
|
159
171
|
if pools is not UNSET:
|
|
160
172
|
field_dict["pools"] = pools
|
|
161
173
|
|
|
@@ -259,6 +271,23 @@ class MachineResponse:
|
|
|
259
271
|
|
|
260
272
|
reserved_session_id = _parse_reserved_session_id(d.pop("reserved_session_id", UNSET))
|
|
261
273
|
|
|
274
|
+
def _parse_linked_keepalive_machine_id(data: object) -> Union[None, UUID, Unset]:
|
|
275
|
+
if data is None:
|
|
276
|
+
return data
|
|
277
|
+
if isinstance(data, Unset):
|
|
278
|
+
return data
|
|
279
|
+
try:
|
|
280
|
+
if not isinstance(data, str):
|
|
281
|
+
raise TypeError()
|
|
282
|
+
linked_keepalive_machine_id_type_0 = UUID(data)
|
|
283
|
+
|
|
284
|
+
return linked_keepalive_machine_id_type_0
|
|
285
|
+
except: # noqa: E722
|
|
286
|
+
pass
|
|
287
|
+
return cast(Union[None, UUID, Unset], data)
|
|
288
|
+
|
|
289
|
+
linked_keepalive_machine_id = _parse_linked_keepalive_machine_id(d.pop("linked_keepalive_machine_id", UNSET))
|
|
290
|
+
|
|
262
291
|
def _parse_pools(data: object) -> Union[None, Unset, list["PoolResponse"]]:
|
|
263
292
|
if data is None:
|
|
264
293
|
return data
|
|
@@ -296,6 +325,7 @@ class MachineResponse:
|
|
|
296
325
|
user_id=user_id,
|
|
297
326
|
organization_id=organization_id,
|
|
298
327
|
reserved_session_id=reserved_session_id,
|
|
328
|
+
linked_keepalive_machine_id=linked_keepalive_machine_id,
|
|
299
329
|
pools=pools,
|
|
300
330
|
)
|
|
301
331
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class RunField(str, Enum):
|
|
5
|
+
ERROR = "error"
|
|
6
|
+
INPUT_ATTACHMENT_IDS = "input_attachment_ids"
|
|
7
|
+
INPUT_VALUES = "input_values"
|
|
8
|
+
MACHINE_ID = "machine_id"
|
|
9
|
+
ORGANIZATION_ID = "organization_id"
|
|
10
|
+
OUTPUT_ATTACHMENT_IDS = "output_attachment_ids"
|
|
11
|
+
OUTPUT_DATA = "output_data"
|
|
12
|
+
POOL_IDS = "pool_ids"
|
|
13
|
+
RELEASE_SESSION_AFTER = "release_session_after"
|
|
14
|
+
RUN_MESSAGE_HISTORY = "run_message_history"
|
|
15
|
+
SENSITIVE_INPUT_ALIASES = "sensitive_input_aliases"
|
|
16
|
+
SESSION_ALIAS = "session_alias"
|
|
17
|
+
SESSION_ID = "session_id"
|
|
18
|
+
USER_ID = "user_id"
|
|
19
|
+
|
|
20
|
+
def __str__(self) -> str:
|
|
21
|
+
return str(self.value)
|