daytona_api_client_async 0.26.0a12__tar.gz → 0.26.0rc1__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 daytona_api_client_async might be problematic. Click here for more details.

Files changed (154) hide show
  1. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/PKG-INFO +1 -1
  2. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/__init__.py +0 -1
  3. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/toolbox_api.py +12 -13
  4. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/__init__.py +0 -1
  5. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_audit_log.py +2 -2
  6. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_sandbox.py +5 -1
  7. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/sandbox.py +5 -1
  8. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/session_execute_response.py +3 -5
  9. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/workspace.py +5 -1
  10. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async.egg-info/PKG-INFO +1 -1
  11. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async.egg-info/SOURCES.txt +0 -2
  12. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/pyproject.toml +1 -1
  13. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/setup.py +1 -1
  14. daytona_api_client_async-0.26.0a12/daytona_api_client_async/models/session_command_logs_response.py +0 -103
  15. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/LICENSE +0 -0
  16. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/README.md +0 -0
  17. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/__init__.py +0 -0
  18. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/api_keys_api.py +0 -0
  19. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/audit_api.py +0 -0
  20. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/docker_registry_api.py +0 -0
  21. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/object_storage_api.py +0 -0
  22. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/organizations_api.py +0 -0
  23. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/preview_api.py +0 -0
  24. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/runners_api.py +0 -0
  25. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/sandbox_api.py +0 -0
  26. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/snapshots_api.py +0 -0
  27. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/users_api.py +0 -0
  28. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/volumes_api.py +0 -0
  29. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api/workspace_api.py +0 -0
  30. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api_client.py +0 -0
  31. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/api_response.py +0 -0
  32. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/configuration.py +0 -0
  33. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/exceptions.py +0 -0
  34. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/account_provider.py +0 -0
  35. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/api_key_list.py +0 -0
  36. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/api_key_response.py +0 -0
  37. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/audit_log.py +0 -0
  38. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/build_info.py +0 -0
  39. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/command.py +0 -0
  40. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/completion_context.py +0 -0
  41. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/completion_item.py +0 -0
  42. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/completion_list.py +0 -0
  43. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/compressed_screenshot_response.py +0 -0
  44. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/computer_use_start_response.py +0 -0
  45. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/computer_use_status_response.py +0 -0
  46. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/computer_use_stop_response.py +0 -0
  47. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_api_key.py +0 -0
  48. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_build_info.py +0 -0
  49. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_docker_registry.py +0 -0
  50. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_linked_account.py +0 -0
  51. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_organization.py +0 -0
  52. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_organization_invitation.py +0 -0
  53. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_organization_quota.py +0 -0
  54. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_organization_role.py +0 -0
  55. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_runner.py +0 -0
  56. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_session_request.py +0 -0
  57. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_snapshot.py +0 -0
  58. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_user.py +0 -0
  59. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_volume.py +0 -0
  60. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/create_workspace.py +0 -0
  61. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/display_info_response.py +0 -0
  62. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/docker_registry.py +0 -0
  63. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/empty_response.py +0 -0
  64. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/execute_request.py +0 -0
  65. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/execute_response.py +0 -0
  66. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/file_info.py +0 -0
  67. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/file_status.py +0 -0
  68. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/git_add_request.py +0 -0
  69. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/git_branch_request.py +0 -0
  70. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/git_checkout_request.py +0 -0
  71. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/git_clone_request.py +0 -0
  72. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/git_commit_info.py +0 -0
  73. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/git_commit_request.py +0 -0
  74. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/git_commit_response.py +0 -0
  75. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/git_delete_branch_request.py +0 -0
  76. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/git_repo_request.py +0 -0
  77. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/git_status.py +0 -0
  78. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/keyboard_hotkey_request.py +0 -0
  79. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/keyboard_hotkey_response.py +0 -0
  80. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/keyboard_press_request.py +0 -0
  81. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/keyboard_press_response.py +0 -0
  82. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/keyboard_type_request.py +0 -0
  83. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/keyboard_type_response.py +0 -0
  84. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/list_branch_response.py +0 -0
  85. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/lsp_completion_params.py +0 -0
  86. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/lsp_document_request.py +0 -0
  87. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/lsp_location.py +0 -0
  88. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/lsp_server_request.py +0 -0
  89. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/lsp_symbol.py +0 -0
  90. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/match.py +0 -0
  91. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/mouse_click_request.py +0 -0
  92. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/mouse_click_response.py +0 -0
  93. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/mouse_drag_request.py +0 -0
  94. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/mouse_drag_response.py +0 -0
  95. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/mouse_move_request.py +0 -0
  96. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/mouse_move_response.py +0 -0
  97. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/mouse_position.py +0 -0
  98. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/mouse_scroll_request.py +0 -0
  99. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/mouse_scroll_response.py +0 -0
  100. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/organization.py +0 -0
  101. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/organization_invitation.py +0 -0
  102. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/organization_role.py +0 -0
  103. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/organization_suspension.py +0 -0
  104. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/organization_user.py +0 -0
  105. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/paginated_audit_logs.py +0 -0
  106. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/paginated_snapshots_dto.py +0 -0
  107. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/port_preview_url.py +0 -0
  108. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/position.py +0 -0
  109. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/process_errors_response.py +0 -0
  110. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/process_logs_response.py +0 -0
  111. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/process_restart_response.py +0 -0
  112. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/process_status_response.py +0 -0
  113. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/project_dir_response.py +0 -0
  114. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/range.py +0 -0
  115. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/region_screenshot_response.py +0 -0
  116. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/registry_push_access_dto.py +0 -0
  117. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/replace_request.py +0 -0
  118. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/replace_result.py +0 -0
  119. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/runner.py +0 -0
  120. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/runner_region.py +0 -0
  121. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/runner_snapshot_dto.py +0 -0
  122. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/runner_state.py +0 -0
  123. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/sandbox_class.py +0 -0
  124. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/sandbox_desired_state.py +0 -0
  125. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/sandbox_info.py +0 -0
  126. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/sandbox_labels.py +0 -0
  127. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/sandbox_state.py +1 -1
  128. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/sandbox_volume.py +0 -0
  129. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/screenshot_response.py +0 -0
  130. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/search_files_response.py +0 -0
  131. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/session.py +0 -0
  132. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/session_execute_request.py +0 -0
  133. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/set_snapshot_general_status_dto.py +0 -0
  134. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/snapshot_dto.py +0 -0
  135. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/snapshot_state.py +0 -0
  136. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/storage_access_dto.py +0 -0
  137. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/update_assigned_organization_roles.py +0 -0
  138. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/update_docker_registry.py +0 -0
  139. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/update_organization_invitation.py +0 -0
  140. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/update_organization_member_role.py +0 -0
  141. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/update_organization_quota.py +0 -0
  142. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/update_organization_role.py +0 -0
  143. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/usage_overview.py +0 -0
  144. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/user.py +0 -0
  145. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/user_public_key.py +0 -0
  146. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/volume_dto.py +0 -0
  147. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/volume_state.py +0 -0
  148. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/models/windows_response.py +0 -0
  149. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/py.typed +0 -0
  150. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async/rest.py +0 -0
  151. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async.egg-info/dependency_links.txt +0 -0
  152. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async.egg-info/requires.txt +0 -0
  153. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/daytona_api_client_async.egg-info/top_level.txt +0 -0
  154. {daytona_api_client_async-0.26.0a12 → daytona_api_client_async-0.26.0rc1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: daytona_api_client_async
3
- Version: 0.26.0a12
3
+ Version: 0.26.0rc1
4
4
  Summary: Daytona
5
5
  Home-page:
6
6
  Author: Daytona Platforms Inc.
@@ -140,7 +140,6 @@ from daytona_api_client_async.models.sandbox_volume import SandboxVolume
140
140
  from daytona_api_client_async.models.screenshot_response import ScreenshotResponse
141
141
  from daytona_api_client_async.models.search_files_response import SearchFilesResponse
142
142
  from daytona_api_client_async.models.session import Session
143
- from daytona_api_client_async.models.session_command_logs_response import SessionCommandLogsResponse
144
143
  from daytona_api_client_async.models.session_execute_request import SessionExecuteRequest
145
144
  from daytona_api_client_async.models.session_execute_response import SessionExecuteResponse
146
145
  from daytona_api_client_async.models.set_snapshot_general_status_dto import SetSnapshotGeneralStatusDto
@@ -70,7 +70,6 @@ from daytona_api_client_async.models.replace_result import ReplaceResult
70
70
  from daytona_api_client_async.models.screenshot_response import ScreenshotResponse
71
71
  from daytona_api_client_async.models.search_files_response import SearchFilesResponse
72
72
  from daytona_api_client_async.models.session import Session
73
- from daytona_api_client_async.models.session_command_logs_response import SessionCommandLogsResponse
74
73
  from daytona_api_client_async.models.session_execute_request import SessionExecuteRequest
75
74
  from daytona_api_client_async.models.session_execute_response import SessionExecuteResponse
76
75
  from daytona_api_client_async.models.windows_response import WindowsResponse
@@ -5991,7 +5990,7 @@ class ToolboxApi:
5991
5990
  session_id: StrictStr,
5992
5991
  command_id: StrictStr,
5993
5992
  x_daytona_organization_id: Annotated[Optional[StrictStr], Field(description="Use with JWT to specify the organization ID")] = None,
5994
- follow: Annotated[Optional[StrictBool], Field(description="Whether to stream the logs")] = None,
5993
+ follow: Optional[StrictBool] = None,
5995
5994
  _request_timeout: Union[
5996
5995
  None,
5997
5996
  Annotated[StrictFloat, Field(gt=0)],
@@ -6004,7 +6003,7 @@ class ToolboxApi:
6004
6003
  _content_type: Optional[StrictStr] = None,
6005
6004
  _headers: Optional[Dict[StrictStr, Any]] = None,
6006
6005
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
6007
- ) -> SessionCommandLogsResponse:
6006
+ ) -> str:
6008
6007
  """Get command logs
6009
6008
 
6010
6009
  Get logs for a specific command in a session
@@ -6017,7 +6016,7 @@ class ToolboxApi:
6017
6016
  :type command_id: str
6018
6017
  :param x_daytona_organization_id: Use with JWT to specify the organization ID
6019
6018
  :type x_daytona_organization_id: str
6020
- :param follow: Whether to stream the logs
6019
+ :param follow:
6021
6020
  :type follow: bool
6022
6021
  :param _request_timeout: timeout setting for this request. If one
6023
6022
  number provided, it will be total request
@@ -6054,7 +6053,7 @@ class ToolboxApi:
6054
6053
  )
6055
6054
 
6056
6055
  _response_types_map: Dict[str, Optional[str]] = {
6057
- '200': "SessionCommandLogsResponse",
6056
+ '200': "str",
6058
6057
  }
6059
6058
  response_data = await self.api_client.call_api(
6060
6059
  *_param,
@@ -6074,7 +6073,7 @@ class ToolboxApi:
6074
6073
  session_id: StrictStr,
6075
6074
  command_id: StrictStr,
6076
6075
  x_daytona_organization_id: Annotated[Optional[StrictStr], Field(description="Use with JWT to specify the organization ID")] = None,
6077
- follow: Annotated[Optional[StrictBool], Field(description="Whether to stream the logs")] = None,
6076
+ follow: Optional[StrictBool] = None,
6078
6077
  _request_timeout: Union[
6079
6078
  None,
6080
6079
  Annotated[StrictFloat, Field(gt=0)],
@@ -6087,7 +6086,7 @@ class ToolboxApi:
6087
6086
  _content_type: Optional[StrictStr] = None,
6088
6087
  _headers: Optional[Dict[StrictStr, Any]] = None,
6089
6088
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
6090
- ) -> ApiResponse[SessionCommandLogsResponse]:
6089
+ ) -> ApiResponse[str]:
6091
6090
  """Get command logs
6092
6091
 
6093
6092
  Get logs for a specific command in a session
@@ -6100,7 +6099,7 @@ class ToolboxApi:
6100
6099
  :type command_id: str
6101
6100
  :param x_daytona_organization_id: Use with JWT to specify the organization ID
6102
6101
  :type x_daytona_organization_id: str
6103
- :param follow: Whether to stream the logs
6102
+ :param follow:
6104
6103
  :type follow: bool
6105
6104
  :param _request_timeout: timeout setting for this request. If one
6106
6105
  number provided, it will be total request
@@ -6137,7 +6136,7 @@ class ToolboxApi:
6137
6136
  )
6138
6137
 
6139
6138
  _response_types_map: Dict[str, Optional[str]] = {
6140
- '200': "SessionCommandLogsResponse",
6139
+ '200': "str",
6141
6140
  }
6142
6141
  response_data = await self.api_client.call_api(
6143
6142
  *_param,
@@ -6157,7 +6156,7 @@ class ToolboxApi:
6157
6156
  session_id: StrictStr,
6158
6157
  command_id: StrictStr,
6159
6158
  x_daytona_organization_id: Annotated[Optional[StrictStr], Field(description="Use with JWT to specify the organization ID")] = None,
6160
- follow: Annotated[Optional[StrictBool], Field(description="Whether to stream the logs")] = None,
6159
+ follow: Optional[StrictBool] = None,
6161
6160
  _request_timeout: Union[
6162
6161
  None,
6163
6162
  Annotated[StrictFloat, Field(gt=0)],
@@ -6183,7 +6182,7 @@ class ToolboxApi:
6183
6182
  :type command_id: str
6184
6183
  :param x_daytona_organization_id: Use with JWT to specify the organization ID
6185
6184
  :type x_daytona_organization_id: str
6186
- :param follow: Whether to stream the logs
6185
+ :param follow:
6187
6186
  :type follow: bool
6188
6187
  :param _request_timeout: timeout setting for this request. If one
6189
6188
  number provided, it will be total request
@@ -6220,7 +6219,7 @@ class ToolboxApi:
6220
6219
  )
6221
6220
 
6222
6221
  _response_types_map: Dict[str, Optional[str]] = {
6223
- '200': "SessionCommandLogsResponse",
6222
+ '200': "str",
6224
6223
  }
6225
6224
  response_data = await self.api_client.call_api(
6226
6225
  *_param,
@@ -6279,7 +6278,7 @@ class ToolboxApi:
6279
6278
  if 'Accept' not in _header_params:
6280
6279
  _header_params['Accept'] = self.api_client.select_header_accept(
6281
6280
  [
6282
- 'application/json'
6281
+ 'text/plain'
6283
6282
  ]
6284
6283
  )
6285
6284
 
@@ -111,7 +111,6 @@ from daytona_api_client_async.models.sandbox_volume import SandboxVolume
111
111
  from daytona_api_client_async.models.screenshot_response import ScreenshotResponse
112
112
  from daytona_api_client_async.models.search_files_response import SearchFilesResponse
113
113
  from daytona_api_client_async.models.session import Session
114
- from daytona_api_client_async.models.session_command_logs_response import SessionCommandLogsResponse
115
114
  from daytona_api_client_async.models.session_execute_request import SessionExecuteRequest
116
115
  from daytona_api_client_async.models.session_execute_response import SessionExecuteResponse
117
116
  from daytona_api_client_async.models.set_snapshot_general_status_dto import SetSnapshotGeneralStatusDto
@@ -39,8 +39,8 @@ class CreateAuditLog(BaseModel):
39
39
  @field_validator('action')
40
40
  def action_validate_enum(cls, value):
41
41
  """Validates the enum"""
42
- if value not in set(['create', 'read', 'update', 'delete', 'login', 'set_default', 'update_role', 'update_assigned_roles', 'update_quota', 'suspend', 'unsuspend', 'accept', 'decline', 'link_account', 'unlink_account', 'leave_organization', 'regenerate_key_pair', 'update_scheduling', 'start', 'stop', 'replace_labels', 'create_backup', 'update_public_status', 'set_auto_stop_interval', 'set_auto_archive_interval', 'set_auto_delete_interval', 'archive', 'get_port_preview_url', 'set_general_status', 'activate', 'deactivate', 'toolbox_delete_file', 'toolbox_download_file', 'toolbox_create_folder', 'toolbox_move_file', 'toolbox_set_file_permissions', 'toolbox_replace_in_files', 'toolbox_upload_file', 'toolbox_bulk_upload_files', 'toolbox_git_add_files', 'toolbox_git_create_branch', 'toolbox_git_delete_branch', 'toolbox_git_clone_repository', 'toolbox_git_commit_changes', 'toolbox_git_pull_changes', 'toolbox_git_push_changes', 'toolbox_git_checkout_branch', 'toolbox_execute_command', 'toolbox_create_session', 'toolbox_session_execute_command', 'toolbox_delete_session', 'toolbox_computer_use_start', 'toolbox_computer_use_stop', 'toolbox_computer_use_restart_process']):
43
- raise ValueError("must be one of enum values ('create', 'read', 'update', 'delete', 'login', 'set_default', 'update_role', 'update_assigned_roles', 'update_quota', 'suspend', 'unsuspend', 'accept', 'decline', 'link_account', 'unlink_account', 'leave_organization', 'regenerate_key_pair', 'update_scheduling', 'start', 'stop', 'replace_labels', 'create_backup', 'update_public_status', 'set_auto_stop_interval', 'set_auto_archive_interval', 'set_auto_delete_interval', 'archive', 'get_port_preview_url', 'set_general_status', 'activate', 'deactivate', 'toolbox_delete_file', 'toolbox_download_file', 'toolbox_create_folder', 'toolbox_move_file', 'toolbox_set_file_permissions', 'toolbox_replace_in_files', 'toolbox_upload_file', 'toolbox_bulk_upload_files', 'toolbox_git_add_files', 'toolbox_git_create_branch', 'toolbox_git_delete_branch', 'toolbox_git_clone_repository', 'toolbox_git_commit_changes', 'toolbox_git_pull_changes', 'toolbox_git_push_changes', 'toolbox_git_checkout_branch', 'toolbox_execute_command', 'toolbox_create_session', 'toolbox_session_execute_command', 'toolbox_delete_session', 'toolbox_computer_use_start', 'toolbox_computer_use_stop', 'toolbox_computer_use_restart_process')")
42
+ if value not in set(['create', 'read', 'update', 'delete', 'login', 'set_default', 'update_role', 'update_assigned_roles', 'update_quota', 'suspend', 'unsuspend', 'accept', 'decline', 'link_account', 'unlink_account', 'leave_organization', 'regenerate_key_pair', 'update_scheduling', 'start', 'stop', 'replace_labels', 'create_backup', 'update_public_status', 'set_auto_stop_interval', 'set_auto_archive_interval', 'set_auto_delete_interval', 'archive', 'get_port_preview_url', 'set_general_status', 'activate', 'deactivate', 'update_network_settings', 'toolbox_delete_file', 'toolbox_download_file', 'toolbox_create_folder', 'toolbox_move_file', 'toolbox_set_file_permissions', 'toolbox_replace_in_files', 'toolbox_upload_file', 'toolbox_bulk_upload_files', 'toolbox_git_add_files', 'toolbox_git_create_branch', 'toolbox_git_delete_branch', 'toolbox_git_clone_repository', 'toolbox_git_commit_changes', 'toolbox_git_pull_changes', 'toolbox_git_push_changes', 'toolbox_git_checkout_branch', 'toolbox_execute_command', 'toolbox_create_session', 'toolbox_session_execute_command', 'toolbox_delete_session', 'toolbox_computer_use_start', 'toolbox_computer_use_stop', 'toolbox_computer_use_restart_process']):
43
+ raise ValueError("must be one of enum values ('create', 'read', 'update', 'delete', 'login', 'set_default', 'update_role', 'update_assigned_roles', 'update_quota', 'suspend', 'unsuspend', 'accept', 'decline', 'link_account', 'unlink_account', 'leave_organization', 'regenerate_key_pair', 'update_scheduling', 'start', 'stop', 'replace_labels', 'create_backup', 'update_public_status', 'set_auto_stop_interval', 'set_auto_archive_interval', 'set_auto_delete_interval', 'archive', 'get_port_preview_url', 'set_general_status', 'activate', 'deactivate', 'update_network_settings', 'toolbox_delete_file', 'toolbox_download_file', 'toolbox_create_folder', 'toolbox_move_file', 'toolbox_set_file_permissions', 'toolbox_replace_in_files', 'toolbox_upload_file', 'toolbox_bulk_upload_files', 'toolbox_git_add_files', 'toolbox_git_create_branch', 'toolbox_git_delete_branch', 'toolbox_git_clone_repository', 'toolbox_git_commit_changes', 'toolbox_git_pull_changes', 'toolbox_git_push_changes', 'toolbox_git_checkout_branch', 'toolbox_execute_command', 'toolbox_create_session', 'toolbox_session_execute_command', 'toolbox_delete_session', 'toolbox_computer_use_start', 'toolbox_computer_use_stop', 'toolbox_computer_use_restart_process')")
44
44
  return value
45
45
 
46
46
  @field_validator('target_type')
@@ -34,6 +34,8 @@ class CreateSandbox(BaseModel):
34
34
  env: Optional[Dict[str, StrictStr]] = Field(default=None, description="Environment variables for the sandbox")
35
35
  labels: Optional[Dict[str, StrictStr]] = Field(default=None, description="Labels for the sandbox")
36
36
  public: Optional[StrictBool] = Field(default=None, description="Whether the sandbox http preview is publicly accessible")
37
+ network_block_all: Optional[StrictBool] = Field(default=None, description="Whether to block all network access for the sandbox", alias="networkBlockAll")
38
+ network_allow_list: Optional[StrictStr] = Field(default=None, description="Comma-separated list of allowed CIDR network addresses for the sandbox", alias="networkAllowList")
37
39
  var_class: Optional[StrictStr] = Field(default=None, description="The sandbox class type", alias="class")
38
40
  target: Optional[StrictStr] = Field(default=None, description="The target (region) where the sandbox will be created")
39
41
  cpu: Optional[StrictInt] = Field(default=None, description="CPU cores allocated to the sandbox")
@@ -46,7 +48,7 @@ class CreateSandbox(BaseModel):
46
48
  volumes: Optional[List[SandboxVolume]] = Field(default=None, description="Array of volumes to attach to the sandbox")
47
49
  build_info: Optional[CreateBuildInfo] = Field(default=None, description="Build information for the sandbox", alias="buildInfo")
48
50
  additional_properties: Dict[str, Any] = {}
49
- __properties: ClassVar[List[str]] = ["snapshot", "user", "env", "labels", "public", "class", "target", "cpu", "gpu", "memory", "disk", "autoStopInterval", "autoArchiveInterval", "autoDeleteInterval", "volumes", "buildInfo"]
51
+ __properties: ClassVar[List[str]] = ["snapshot", "user", "env", "labels", "public", "networkBlockAll", "networkAllowList", "class", "target", "cpu", "gpu", "memory", "disk", "autoStopInterval", "autoArchiveInterval", "autoDeleteInterval", "volumes", "buildInfo"]
50
52
 
51
53
  @field_validator('var_class')
52
54
  def var_class_validate_enum(cls, value):
@@ -131,6 +133,8 @@ class CreateSandbox(BaseModel):
131
133
  "env": obj.get("env"),
132
134
  "labels": obj.get("labels"),
133
135
  "public": obj.get("public"),
136
+ "networkBlockAll": obj.get("networkBlockAll"),
137
+ "networkAllowList": obj.get("networkAllowList"),
134
138
  "class": obj.get("class"),
135
139
  "target": obj.get("target"),
136
140
  "cpu": obj.get("cpu"),
@@ -38,6 +38,8 @@ class Sandbox(BaseModel):
38
38
  env: Dict[str, StrictStr] = Field(description="Environment variables for the sandbox")
39
39
  labels: Dict[str, StrictStr] = Field(description="Labels for the sandbox")
40
40
  public: StrictBool = Field(description="Whether the sandbox http preview is public")
41
+ network_block_all: StrictBool = Field(description="Whether to block all network access for the sandbox", alias="networkBlockAll")
42
+ network_allow_list: Optional[StrictStr] = Field(default=None, description="Comma-separated list of allowed CIDR network addresses for the sandbox", alias="networkAllowList")
41
43
  target: StrictStr = Field(description="The target environment for the sandbox")
42
44
  cpu: Union[StrictFloat, StrictInt] = Field(description="The CPU quota for the sandbox")
43
45
  gpu: Union[StrictFloat, StrictInt] = Field(description="The GPU quota for the sandbox")
@@ -59,7 +61,7 @@ class Sandbox(BaseModel):
59
61
  var_class: Optional[StrictStr] = Field(default=None, description="The class of the sandbox", alias="class")
60
62
  daemon_version: Optional[StrictStr] = Field(default=None, description="The version of the daemon running in the sandbox", alias="daemonVersion")
61
63
  additional_properties: Dict[str, Any] = {}
62
- __properties: ClassVar[List[str]] = ["id", "organizationId", "snapshot", "user", "env", "labels", "public", "target", "cpu", "gpu", "memory", "disk", "state", "desiredState", "errorReason", "backupState", "backupCreatedAt", "autoStopInterval", "autoArchiveInterval", "autoDeleteInterval", "runnerDomain", "volumes", "buildInfo", "createdAt", "updatedAt", "class", "daemonVersion"]
64
+ __properties: ClassVar[List[str]] = ["id", "organizationId", "snapshot", "user", "env", "labels", "public", "networkBlockAll", "networkAllowList", "target", "cpu", "gpu", "memory", "disk", "state", "desiredState", "errorReason", "backupState", "backupCreatedAt", "autoStopInterval", "autoArchiveInterval", "autoDeleteInterval", "runnerDomain", "volumes", "buildInfo", "createdAt", "updatedAt", "class", "daemonVersion"]
63
65
 
64
66
  @field_validator('backup_state')
65
67
  def backup_state_validate_enum(cls, value):
@@ -156,6 +158,8 @@ class Sandbox(BaseModel):
156
158
  "env": obj.get("env"),
157
159
  "labels": obj.get("labels"),
158
160
  "public": obj.get("public"),
161
+ "networkBlockAll": obj.get("networkBlockAll"),
162
+ "networkAllowList": obj.get("networkAllowList"),
159
163
  "target": obj.get("target"),
160
164
  "cpu": obj.get("cpu"),
161
165
  "gpu": obj.get("gpu"),
@@ -28,11 +28,10 @@ class SessionExecuteResponse(BaseModel):
28
28
  SessionExecuteResponse
29
29
  """ # noqa: E501
30
30
  cmd_id: Optional[StrictStr] = Field(default=None, description="The ID of the executed command", alias="cmdId")
31
- stdout: Optional[StrictStr] = Field(default=None, description="The stdout of the executed command")
32
- stderr: Optional[StrictStr] = Field(default=None, description="The stderr of the executed command")
31
+ output: Optional[StrictStr] = Field(default=None, description="The output of the executed command")
33
32
  exit_code: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="The exit code of the executed command", alias="exitCode")
34
33
  additional_properties: Dict[str, Any] = {}
35
- __properties: ClassVar[List[str]] = ["cmdId", "stdout", "stderr", "exitCode"]
34
+ __properties: ClassVar[List[str]] = ["cmdId", "output", "exitCode"]
36
35
 
37
36
  model_config = ConfigDict(
38
37
  populate_by_name=True,
@@ -93,8 +92,7 @@ class SessionExecuteResponse(BaseModel):
93
92
 
94
93
  _obj = cls.model_validate({
95
94
  "cmdId": obj.get("cmdId"),
96
- "stdout": obj.get("stdout"),
97
- "stderr": obj.get("stderr"),
95
+ "output": obj.get("output"),
98
96
  "exitCode": obj.get("exitCode")
99
97
  })
100
98
  # store additional fields in additional_properties
@@ -39,6 +39,8 @@ class Workspace(BaseModel):
39
39
  env: Dict[str, StrictStr] = Field(description="Environment variables for the sandbox")
40
40
  labels: Dict[str, StrictStr] = Field(description="Labels for the sandbox")
41
41
  public: StrictBool = Field(description="Whether the sandbox http preview is public")
42
+ network_block_all: StrictBool = Field(description="Whether to block all network access for the sandbox", alias="networkBlockAll")
43
+ network_allow_list: Optional[StrictStr] = Field(default=None, description="Comma-separated list of allowed CIDR network addresses for the sandbox", alias="networkAllowList")
42
44
  target: StrictStr = Field(description="The target environment for the sandbox")
43
45
  cpu: Union[StrictFloat, StrictInt] = Field(description="The CPU quota for the sandbox")
44
46
  gpu: Union[StrictFloat, StrictInt] = Field(description="The GPU quota for the sandbox")
@@ -65,7 +67,7 @@ class Workspace(BaseModel):
65
67
  snapshot_created_at: Optional[StrictStr] = Field(default=None, description="The creation timestamp of the last snapshot", alias="snapshotCreatedAt")
66
68
  info: Optional[SandboxInfo] = Field(default=None, description="Additional information about the sandbox")
67
69
  additional_properties: Dict[str, Any] = {}
68
- __properties: ClassVar[List[str]] = ["id", "organizationId", "snapshot", "user", "env", "labels", "public", "target", "cpu", "gpu", "memory", "disk", "state", "desiredState", "errorReason", "backupState", "backupCreatedAt", "autoStopInterval", "autoArchiveInterval", "autoDeleteInterval", "runnerDomain", "volumes", "buildInfo", "createdAt", "updatedAt", "class", "daemonVersion", "name", "image", "snapshotState", "snapshotCreatedAt", "info"]
70
+ __properties: ClassVar[List[str]] = ["id", "organizationId", "snapshot", "user", "env", "labels", "public", "networkBlockAll", "networkAllowList", "target", "cpu", "gpu", "memory", "disk", "state", "desiredState", "errorReason", "backupState", "backupCreatedAt", "autoStopInterval", "autoArchiveInterval", "autoDeleteInterval", "runnerDomain", "volumes", "buildInfo", "createdAt", "updatedAt", "class", "daemonVersion", "name", "image", "snapshotState", "snapshotCreatedAt", "info"]
69
71
 
70
72
  @field_validator('backup_state')
71
73
  def backup_state_validate_enum(cls, value):
@@ -175,6 +177,8 @@ class Workspace(BaseModel):
175
177
  "env": obj.get("env"),
176
178
  "labels": obj.get("labels"),
177
179
  "public": obj.get("public"),
180
+ "networkBlockAll": obj.get("networkBlockAll"),
181
+ "networkAllowList": obj.get("networkAllowList"),
178
182
  "target": obj.get("target"),
179
183
  "cpu": obj.get("cpu"),
180
184
  "gpu": obj.get("gpu"),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: daytona_api_client_async
3
- Version: 0.26.0a12
3
+ Version: 0.26.0rc1
4
4
  Summary: Daytona
5
5
  Home-page:
6
6
  Author: Daytona Platforms Inc.
@@ -126,7 +126,6 @@ setup.py
126
126
  ./daytona_api_client_async/models/screenshot_response.py
127
127
  ./daytona_api_client_async/models/search_files_response.py
128
128
  ./daytona_api_client_async/models/session.py
129
- ./daytona_api_client_async/models/session_command_logs_response.py
130
129
  ./daytona_api_client_async/models/session_execute_request.py
131
130
  ./daytona_api_client_async/models/session_execute_response.py
132
131
  ./daytona_api_client_async/models/set_snapshot_general_status_dto.py
@@ -274,7 +273,6 @@ daytona_api_client_async/models/sandbox_volume.py
274
273
  daytona_api_client_async/models/screenshot_response.py
275
274
  daytona_api_client_async/models/search_files_response.py
276
275
  daytona_api_client_async/models/session.py
277
- daytona_api_client_async/models/session_command_logs_response.py
278
276
  daytona_api_client_async/models/session_execute_request.py
279
277
  daytona_api_client_async/models/session_execute_response.py
280
278
  daytona_api_client_async/models/set_snapshot_general_status_dto.py
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "daytona_api_client_async"
3
- version = "0.26.0a12"
3
+ version = "0.26.0rc1"
4
4
  description = "Daytona"
5
5
  authors = ["Daytona Platforms Inc. <support@daytona.com>"]
6
6
  license = "Apache-2.0"
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
22
22
  # prerequisite: setuptools
23
23
  # http://pypi.python.org/pypi/setuptools
24
24
  NAME = "daytona_api_client_async"
25
- VERSION = "0.26.0a12"
25
+ VERSION = "0.26.0rc1"
26
26
  PYTHON_REQUIRES = ">= 3.8"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 1.25.3, < 3.0.0",
@@ -1,103 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Daytona
5
-
6
- Daytona AI platform API Docs
7
-
8
- The version of the OpenAPI document: 1.0
9
- Contact: support@daytona.com
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
11
-
12
- Do not edit the class manually.
13
- """ # noqa: E501
14
-
15
-
16
- from __future__ import annotations
17
- import pprint
18
- import re # noqa: F401
19
- import json
20
-
21
- from pydantic import BaseModel, ConfigDict, Field, StrictStr
22
- from typing import Any, ClassVar, Dict, List
23
- from typing import Optional, Set
24
- from typing_extensions import Self
25
-
26
- class SessionCommandLogsResponse(BaseModel):
27
- """
28
- SessionCommandLogsResponse
29
- """ # noqa: E501
30
- stdout: StrictStr = Field(description="The stdout of the command")
31
- stderr: StrictStr = Field(description="The stderr of the command")
32
- additional_properties: Dict[str, Any] = {}
33
- __properties: ClassVar[List[str]] = ["stdout", "stderr"]
34
-
35
- model_config = ConfigDict(
36
- populate_by_name=True,
37
- validate_assignment=True,
38
- protected_namespaces=(),
39
- )
40
-
41
-
42
- def to_str(self) -> str:
43
- """Returns the string representation of the model using alias"""
44
- return pprint.pformat(self.model_dump(by_alias=True))
45
-
46
- def to_json(self) -> str:
47
- """Returns the JSON representation of the model using alias"""
48
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
49
- return json.dumps(self.to_dict())
50
-
51
- @classmethod
52
- def from_json(cls, json_str: str) -> Optional[Self]:
53
- """Create an instance of SessionCommandLogsResponse from a JSON string"""
54
- return cls.from_dict(json.loads(json_str))
55
-
56
- def to_dict(self) -> Dict[str, Any]:
57
- """Return the dictionary representation of the model using alias.
58
-
59
- This has the following differences from calling pydantic's
60
- `self.model_dump(by_alias=True)`:
61
-
62
- * `None` is only added to the output dict for nullable fields that
63
- were set at model initialization. Other fields with value `None`
64
- are ignored.
65
- * Fields in `self.additional_properties` are added to the output dict.
66
- """
67
- excluded_fields: Set[str] = set([
68
- "additional_properties",
69
- ])
70
-
71
- _dict = self.model_dump(
72
- by_alias=True,
73
- exclude=excluded_fields,
74
- exclude_none=True,
75
- )
76
- # puts key-value pairs in additional_properties in the top level
77
- if self.additional_properties is not None:
78
- for _key, _value in self.additional_properties.items():
79
- _dict[_key] = _value
80
-
81
- return _dict
82
-
83
- @classmethod
84
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
85
- """Create an instance of SessionCommandLogsResponse from a dict"""
86
- if obj is None:
87
- return None
88
-
89
- if not isinstance(obj, dict):
90
- return cls.model_validate(obj)
91
-
92
- _obj = cls.model_validate({
93
- "stdout": obj.get("stdout"),
94
- "stderr": obj.get("stderr")
95
- })
96
- # store additional fields in additional_properties
97
- for _key in obj.keys():
98
- if _key not in cls.__properties:
99
- _obj.additional_properties[_key] = obj.get(_key)
100
-
101
- return _obj
102
-
103
-
@@ -41,8 +41,8 @@ class SandboxState(str, Enum):
41
41
  BUILDING_SNAPSHOT = 'building_snapshot'
42
42
  UNKNOWN = 'unknown'
43
43
  PULLING_SNAPSHOT = 'pulling_snapshot'
44
- ARCHIVING = 'archiving'
45
44
  ARCHIVED = 'archived'
45
+ ARCHIVING = 'archiving'
46
46
 
47
47
  @classmethod
48
48
  def from_json(cls, json_str: str) -> Self: