cyberdesk 1.10.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.

Files changed (157) hide show
  1. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/PKG-INFO +1 -1
  2. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/cyberdesk/__init__.py +1 -1
  3. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/cyberdesk/client.py +59 -0
  4. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/cyberdesk.egg-info/PKG-INFO +1 -1
  5. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/cyberdesk.egg-info/SOURCES.txt +4 -0
  6. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/connections/create_connection_v1_connections_post.py +4 -4
  7. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/connections/delete_connection_v1_connections_connection_id_delete.py +4 -4
  8. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/connections/get_connection_v1_connections_connection_id_get.py +4 -4
  9. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/connections/list_connections_v1_connections_get.py +4 -4
  10. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/connections/update_connection_v1_connections_connection_id_patch.py +4 -4
  11. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/machines/create_machine_v1_machines_post.py +4 -4
  12. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/machines/delete_machine_v1_machines_machine_id_delete.py +4 -4
  13. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/machines/get_machine_v1_machines_machine_id_get.py +4 -4
  14. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/machines/list_machines_v1_machines_get.py +4 -4
  15. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/machines/update_machine_v1_machines_machine_id_patch.py +4 -4
  16. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/request_logs/create_request_log_v1_request_logs_post.py +4 -4
  17. {cyberdesk-1.10.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
  18. {cyberdesk-1.10.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
  19. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/request_logs/list_request_logs_v1_request_logs_get.py +4 -4
  20. {cyberdesk-1.10.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
  21. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/run_attachments/list_run_attachments_v1_run_attachments_get.py +4 -4
  22. cyberdesk-2.0.0/openapi_client/cyberdesk_cloud_client/api/runs/bulk_create_runs_v1_runs_bulk_post.py +200 -0
  23. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/create_run_v1_runs_post.py +12 -8
  24. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/delete_run_v1_runs_run_id_delete.py +8 -4
  25. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/get_run_v1_runs_run_id_get.py +4 -4
  26. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/list_runs_v1_runs_get.py +4 -4
  27. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/update_run_v1_runs_run_id_patch.py +8 -12
  28. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/create_trajectory_v1_trajectories_post.py +4 -4
  29. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/delete_trajectory_v1_trajectories_trajectory_id_delete.py +4 -4
  30. {cyberdesk-1.10.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
  31. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/get_trajectory_v1_trajectories_trajectory_id_get.py +4 -4
  32. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/list_trajectories_v1_trajectories_get.py +4 -4
  33. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/update_trajectory_v1_trajectories_trajectory_id_patch.py +4 -4
  34. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/create_workflow_v1_workflows_post.py +4 -4
  35. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/delete_workflow_v1_workflows_workflow_id_delete.py +4 -4
  36. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_v1_workflows_workflow_id_get.py +4 -4
  37. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_versions_v1_workflows_workflow_id_versions_get.py +4 -4
  38. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/list_workflows_v1_workflows_get.py +4 -4
  39. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/update_workflow_v1_workflows_workflow_id_patch.py +4 -4
  40. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/__init__.py +6 -0
  41. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/machine_response.py +50 -8
  42. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/request_log_response.py +20 -0
  43. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_attachment_response.py +50 -8
  44. cyberdesk-2.0.0/openapi_client/cyberdesk_cloud_client/models/run_bulk_create.py +181 -0
  45. cyberdesk-2.0.0/openapi_client/cyberdesk_cloud_client/models/run_bulk_create_input_values_type_0.py +44 -0
  46. cyberdesk-2.0.0/openapi_client/cyberdesk_cloud_client/models/run_bulk_create_response.py +96 -0
  47. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_response.py +51 -8
  48. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_response.py +50 -8
  49. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/workflow_response.py +50 -8
  50. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/pyproject.toml +1 -1
  51. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/LICENSE +0 -0
  52. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/README.md +0 -0
  53. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/cyberdesk.egg-info/dependency_links.txt +0 -0
  54. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/cyberdesk.egg-info/requires.txt +0 -0
  55. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/cyberdesk.egg-info/top_level.txt +0 -0
  56. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/__init__.py +0 -0
  57. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/__init__.py +0 -0
  58. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/__init__.py +0 -0
  59. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/fs_list_v1_computer_machine_id_fs_list_get.py +0 -0
  60. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/fs_read_v1_computer_machine_id_fs_read_get.py +0 -0
  61. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/fs_write_v1_computer_machine_id_fs_write_post.py +0 -0
  62. {cyberdesk-1.10.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
  63. {cyberdesk-1.10.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
  64. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/computer/get_screenshot_v1_computer_machine_id_display_screenshot_get.py +0 -0
  65. {cyberdesk-1.10.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
  66. {cyberdesk-1.10.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
  67. {cyberdesk-1.10.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
  68. {cyberdesk-1.10.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
  69. {cyberdesk-1.10.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
  70. {cyberdesk-1.10.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
  71. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/connections/__init__.py +0 -0
  72. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/default/__init__.py +0 -0
  73. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/default/root_get.py +0 -0
  74. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/health/__init__.py +0 -0
  75. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/health/database_health_check_v1_health_db_get.py +0 -0
  76. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/health/health_check_v1_health_get.py +0 -0
  77. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/machines/__init__.py +0 -0
  78. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/request_logs/__init__.py +0 -0
  79. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/run_attachments/__init__.py +0 -0
  80. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/run_attachments/create_run_attachment_v1_run_attachments_post.py +0 -0
  81. {cyberdesk-1.10.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
  82. {cyberdesk-1.10.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
  83. {cyberdesk-1.10.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
  84. {cyberdesk-1.10.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
  85. {cyberdesk-1.10.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
  86. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/runs/__init__.py +0 -0
  87. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/test/__init__.py +0 -0
  88. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/test/dummy_test_endpoint_v1_test_post.py +0 -0
  89. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/trajectories/__init__.py +0 -0
  90. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/api/workflows/__init__.py +0 -0
  91. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/client.py +0 -0
  92. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/errors.py +0 -0
  93. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/attachment_type.py +0 -0
  94. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/connection_create.py +0 -0
  95. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/connection_response.py +0 -0
  96. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/connection_status.py +0 -0
  97. {cyberdesk-1.10.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
  98. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/display_dimensions.py +0 -0
  99. {cyberdesk-1.10.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
  100. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/file_input.py +0 -0
  101. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/file_write_request.py +0 -0
  102. {cyberdesk-1.10.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
  103. {cyberdesk-1.10.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
  104. {cyberdesk-1.10.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
  105. {cyberdesk-1.10.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
  106. {cyberdesk-1.10.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
  107. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/http_validation_error.py +0 -0
  108. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/keyboard_key_request.py +0 -0
  109. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/keyboard_type_request.py +0 -0
  110. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/machine_create.py +0 -0
  111. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/machine_status.py +0 -0
  112. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/machine_update.py +0 -0
  113. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/mouse_click_request.py +0 -0
  114. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/mouse_move_request.py +0 -0
  115. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/mouse_position.py +0 -0
  116. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response.py +0 -0
  117. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response_connection_response.py +0 -0
  118. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response_machine_response.py +0 -0
  119. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response_run_attachment_response.py +0 -0
  120. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response_run_response.py +0 -0
  121. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response_trajectory_response.py +0 -0
  122. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/paginated_response_workflow_response.py +0 -0
  123. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/power_shell_exec_request.py +0 -0
  124. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/power_shell_session_request.py +0 -0
  125. {cyberdesk-1.10.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
  126. {cyberdesk-1.10.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
  127. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/request_log_create.py +0 -0
  128. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/request_log_update.py +0 -0
  129. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_attachment_create.py +0 -0
  130. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_attachment_download_url_response.py +0 -0
  131. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_attachment_update.py +0 -0
  132. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_create.py +0 -0
  133. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_create_input_values_type_0.py +0 -0
  134. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_response_input_values_type_0.py +0 -0
  135. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_response_output_data_type_0.py +0 -0
  136. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_response_run_message_history_type_0_item.py +0 -0
  137. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_status.py +0 -0
  138. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_update.py +0 -0
  139. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_update_input_values_type_0.py +0 -0
  140. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_update_output_data_type_0.py +0 -0
  141. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/run_update_run_message_history_type_0_item.py +0 -0
  142. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_create.py +0 -0
  143. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_create_dimensions.py +0 -0
  144. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_create_original_input_values_type_0.py +0 -0
  145. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_create_trajectory_data_item.py +0 -0
  146. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_response_dimensions.py +0 -0
  147. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_response_original_input_values_type_0.py +0 -0
  148. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_response_trajectory_data_item.py +0 -0
  149. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_update.py +0 -0
  150. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/trajectory_update_trajectory_data_type_0_item.py +0 -0
  151. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/validation_error.py +0 -0
  152. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/workflow_create.py +0 -0
  153. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/workflow_response_old_versions_type_0_item.py +0 -0
  154. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/models/workflow_update.py +0 -0
  155. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/py.typed +0 -0
  156. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/openapi_client/cyberdesk_cloud_client/types.py +0 -0
  157. {cyberdesk-1.10.0 → cyberdesk-2.0.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cyberdesk
3
- Version: 1.10.0
3
+ Version: 2.0.0
4
4
  Summary: The official Python SDK for Cyberdesk
5
5
  Author-email: Cyberdesk Team <dev@cyberdesk.io>
6
6
  License-Expression: MIT
@@ -27,7 +27,7 @@ from .client import (
27
27
  AttachmentType,
28
28
  )
29
29
 
30
- __version__ = "1.10.0"
30
+ __version__ = "2.0.0"
31
31
 
32
32
  __all__ = [
33
33
  "CyberdeskClient",
@@ -28,6 +28,7 @@ from openapi_client.cyberdesk_cloud_client.api.runs import (
28
28
  get_run_v1_runs_run_id_get,
29
29
  update_run_v1_runs_run_id_patch,
30
30
  delete_run_v1_runs_run_id_delete,
31
+ bulk_create_runs_v1_runs_bulk_post,
31
32
  )
32
33
  from openapi_client.cyberdesk_cloud_client.api.connections import (
33
34
  list_connections_v1_connections_get,
@@ -64,6 +65,8 @@ from openapi_client.cyberdesk_cloud_client.models import (
64
65
  RunUpdate,
65
66
  RunResponse,
66
67
  RunStatus,
68
+ RunBulkCreate,
69
+ RunBulkCreateResponse,
67
70
  FileInput,
68
71
  ConnectionCreate,
69
72
  ConnectionResponse,
@@ -98,6 +101,8 @@ __all__ = [
98
101
  "RunUpdate",
99
102
  "RunResponse",
100
103
  "RunStatus",
104
+ "RunBulkCreate",
105
+ "RunBulkCreateResponse",
101
106
  "FileInput",
102
107
  "ConnectionCreate",
103
108
  "ConnectionResponse",
@@ -527,6 +532,60 @@ class RunsAPI:
527
532
  return ApiResponse(data={"success": True})
528
533
  except Exception as e:
529
534
  return ApiResponse(error=e)
535
+
536
+ async def bulk_create(self, data: RunBulkCreate) -> ApiResponse:
537
+ """Create multiple runs with the same configuration.
538
+
539
+ This method efficiently creates multiple runs:
540
+ - All runs are created in a single database transaction
541
+ - Temporal workflows are started asynchronously
542
+ - Returns immediately with created run details
543
+
544
+ Args:
545
+ data: RunBulkCreate object containing workflow_id, machine_id,
546
+ input_values, file_inputs, and count (max 1000)
547
+
548
+ Returns:
549
+ ApiResponse with RunBulkCreateResponse containing:
550
+ - created_runs: List of created RunResponse objects
551
+ - failed_count: Number of runs that failed to create
552
+ - errors: List of error messages for failed runs
553
+ """
554
+ try:
555
+ response = await bulk_create_runs_v1_runs_bulk_post.asyncio(
556
+ client=self.client,
557
+ body=data
558
+ )
559
+ return ApiResponse(data=response)
560
+ except Exception as e:
561
+ return ApiResponse(error=e)
562
+
563
+ def bulk_create_sync(self, data: RunBulkCreate) -> ApiResponse:
564
+ """Create multiple runs with the same configuration (synchronous).
565
+
566
+ This method efficiently creates multiple runs:
567
+ - All runs are created in a single database transaction
568
+ - Temporal workflows are started asynchronously
569
+ - Returns immediately with created run details
570
+
571
+ Args:
572
+ data: RunBulkCreate object containing workflow_id, machine_id,
573
+ input_values, file_inputs, and count (max 1000)
574
+
575
+ Returns:
576
+ ApiResponse with RunBulkCreateResponse containing:
577
+ - created_runs: List of created RunResponse objects
578
+ - failed_count: Number of runs that failed to create
579
+ - errors: List of error messages for failed runs
580
+ """
581
+ try:
582
+ response = bulk_create_runs_v1_runs_bulk_post.sync(
583
+ client=self.client,
584
+ body=data
585
+ )
586
+ return ApiResponse(data=response)
587
+ except Exception as e:
588
+ return ApiResponse(error=e)
530
589
 
531
590
 
532
591
  class ConnectionsAPI:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cyberdesk
3
- Version: 1.10.0
3
+ Version: 2.0.0
4
4
  Summary: The official Python SDK for Cyberdesk
5
5
  Author-email: Cyberdesk Team <dev@cyberdesk.io>
6
6
  License-Expression: MIT
@@ -59,6 +59,7 @@ openapi_client/cyberdesk_cloud_client/api/run_attachments/get_run_attachment_v1_
59
59
  openapi_client/cyberdesk_cloud_client/api/run_attachments/list_run_attachments_v1_run_attachments_get.py
60
60
  openapi_client/cyberdesk_cloud_client/api/run_attachments/update_run_attachment_v1_run_attachments_attachment_id_put.py
61
61
  openapi_client/cyberdesk_cloud_client/api/runs/__init__.py
62
+ openapi_client/cyberdesk_cloud_client/api/runs/bulk_create_runs_v1_runs_bulk_post.py
62
63
  openapi_client/cyberdesk_cloud_client/api/runs/create_run_v1_runs_post.py
63
64
  openapi_client/cyberdesk_cloud_client/api/runs/delete_run_v1_runs_run_id_delete.py
64
65
  openapi_client/cyberdesk_cloud_client/api/runs/get_run_v1_runs_run_id_get.py
@@ -123,6 +124,9 @@ openapi_client/cyberdesk_cloud_client/models/run_attachment_create.py
123
124
  openapi_client/cyberdesk_cloud_client/models/run_attachment_download_url_response.py
124
125
  openapi_client/cyberdesk_cloud_client/models/run_attachment_response.py
125
126
  openapi_client/cyberdesk_cloud_client/models/run_attachment_update.py
127
+ openapi_client/cyberdesk_cloud_client/models/run_bulk_create.py
128
+ openapi_client/cyberdesk_cloud_client/models/run_bulk_create_input_values_type_0.py
129
+ openapi_client/cyberdesk_cloud_client/models/run_bulk_create_response.py
126
130
  openapi_client/cyberdesk_cloud_client/models/run_create.py
127
131
  openapi_client/cyberdesk_cloud_client/models/run_create_input_values_type_0.py
128
132
  openapi_client/cyberdesk_cloud_client/models/run_response.py
@@ -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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user's machines.
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 user's machines.
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 user's machines.
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 user's machines.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user.
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 user's machines.
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 user's machines.
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 user's machines.
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 user's machines.
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 user.
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 user.
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 user.
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 user.
182
+ The log must belong to a machine owned by the authenticated organization.
183
183
 
184
184
  Args:
185
185
  log_id (UUID):