cyberdesk 2.1.17__py3-none-any.whl → 2.1.18__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cyberdesk might be problematic. Click here for more details.
- cyberdesk/__init__.py +1 -1
- cyberdesk/client.py +93 -91
- {cyberdesk-2.1.17.dist-info → cyberdesk-2.1.18.dist-info}/METADATA +1 -1
- {cyberdesk-2.1.17.dist-info → cyberdesk-2.1.18.dist-info}/RECORD +80 -80
- openapi_client/cyberdesk_cloud_client/api/computer/copy_to_clipboard_v1_computer_machine_id_copy_to_clipboard_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/fs_list_v1_computer_machine_id_fs_list_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/fs_read_v1_computer_machine_id_fs_read_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/fs_write_v1_computer_machine_id_fs_write_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/get_display_dimensions_v1_computer_machine_id_display_dimensions_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/get_mouse_position_v1_computer_machine_id_input_mouse_position_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/get_screenshot_v1_computer_machine_id_display_screenshot_get.py +1 -0
- openapi_client/cyberdesk_cloud_client/api/computer/keyboard_key_v1_computer_machine_id_input_keyboard_key_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/keyboard_type_v1_computer_machine_id_input_keyboard_type_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/mouse_click_v1_computer_machine_id_input_mouse_click_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/mouse_drag_v1_computer_machine_id_input_mouse_drag_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/mouse_move_v1_computer_machine_id_input_mouse_move_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/mouse_scroll_v1_computer_machine_id_input_mouse_scroll_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/powershell_exec_v1_computer_machine_id_shell_powershell_exec_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/computer/powershell_session_v1_computer_machine_id_shell_powershell_session_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/connections/create_connection_v1_connections_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/connections/delete_connection_v1_connections_connection_id_delete.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/connections/get_connection_v1_connections_connection_id_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/connections/list_connections_v1_connections_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/connections/update_connection_v1_connections_connection_id_patch.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/default/health_db_health_db_get.py +1 -0
- openapi_client/cyberdesk_cloud_client/api/default/health_health_get.py +1 -0
- openapi_client/cyberdesk_cloud_client/api/default/root_get.py +1 -0
- openapi_client/cyberdesk_cloud_client/api/health/database_health_check_v1_health_db_get.py +1 -0
- openapi_client/cyberdesk_cloud_client/api/health/health_check_v1_health_get.py +1 -0
- openapi_client/cyberdesk_cloud_client/api/machines/create_machine_v1_machines_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/machines/delete_machine_v1_machines_machine_id_delete.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/machines/get_machine_pools_v1_machines_machine_id_pools_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/machines/get_machine_v1_machines_machine_id_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/machines/list_machines_v1_machines_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/machines/update_machine_pools_v1_machines_machine_id_pools_put.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/machines/update_machine_v1_machines_machine_id_patch.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/pools/add_machines_to_pool_v1_pools_pool_id_machines_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/pools/create_pool_v1_pools_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/pools/delete_pool_v1_pools_pool_id_delete.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/pools/get_pool_v1_pools_pool_id_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/pools/list_pools_v1_pools_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/pools/remove_machines_from_pool_v1_pools_pool_id_machines_delete.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/pools/update_pool_v1_pools_pool_id_patch.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/request_logs/create_request_log_v1_request_logs_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/request_logs/delete_request_log_v1_request_logs_log_id_delete.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/request_logs/get_request_log_v1_request_logs_log_id_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/request_logs/list_request_logs_v1_request_logs_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/request_logs/update_request_log_v1_request_logs_log_id_patch.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/run_attachments/create_run_attachment_v1_run_attachments_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/run_attachments/delete_run_attachment_v1_run_attachments_attachment_id_delete.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/run_attachments/download_run_attachment_v1_run_attachments_attachment_id_download_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/run_attachments/get_run_attachment_download_url_v1_run_attachments_attachment_id_download_url_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/run_attachments/get_run_attachment_v1_run_attachments_attachment_id_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/run_attachments/list_run_attachments_v1_run_attachments_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/run_attachments/update_run_attachment_v1_run_attachments_attachment_id_put.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/runs/bulk_create_runs_v1_runs_bulk_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/runs/create_run_chain_v1_runs_chain_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/runs/create_run_v1_runs_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/runs/delete_run_v1_runs_run_id_delete.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/runs/get_run_v1_runs_run_id_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/runs/list_runs_v1_runs_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/runs/retry_run_v1_runs_run_id_retry_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/runs/update_run_v1_runs_run_id_patch.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/test/dummy_test_endpoint_v1_test_post.py +1 -0
- openapi_client/cyberdesk_cloud_client/api/trajectories/create_trajectory_v1_trajectories_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/trajectories/delete_trajectory_v1_trajectories_trajectory_id_delete.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/trajectories/get_latest_trajectory_for_workflow_v1_workflows_workflow_id_latest_trajectory_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/trajectories/get_trajectory_v1_trajectories_trajectory_id_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/trajectories/list_trajectories_v1_trajectories_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/trajectories/update_trajectory_v1_trajectories_trajectory_id_patch.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/workflows/create_workflow_v1_workflows_post.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/workflows/delete_workflow_v1_workflows_workflow_id_delete.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_v1_workflows_workflow_id_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_versions_v1_workflows_workflow_id_versions_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/workflows/list_workflows_v1_workflows_get.py +2 -0
- openapi_client/cyberdesk_cloud_client/api/workflows/update_workflow_v1_workflows_workflow_id_patch.py +2 -0
- openapi_client/cyberdesk_cloud_client/models/power_shell_exec_request.py +21 -0
- {cyberdesk-2.1.17.dist-info → cyberdesk-2.1.18.dist-info}/WHEEL +0 -0
- {cyberdesk-2.1.17.dist-info → cyberdesk-2.1.18.dist-info}/licenses/LICENSE +0 -0
- {cyberdesk-2.1.17.dist-info → cyberdesk-2.1.18.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
cyberdesk/__init__.py,sha256=
|
|
2
|
-
cyberdesk/client.py,sha256=
|
|
3
|
-
cyberdesk-2.1.
|
|
1
|
+
cyberdesk/__init__.py,sha256=fNL6icHS1ZKvAZGh-URyiCF9aYt5SszOjz_NmcY1s2M,1158
|
|
2
|
+
cyberdesk/client.py,sha256=9cs8SSfIcuU06Zfzi1izcXgHejTpKkJh-5e75UHMSnI,79027
|
|
3
|
+
cyberdesk-2.1.18.dist-info/licenses/LICENSE,sha256=06Op63FCwGhuUOz__M8IZW5sxd29WxyGC4X5-Uih7IQ,1071
|
|
4
4
|
openapi_client/cyberdesk_cloud_client/__init__.py,sha256=r_uVkNUL-SOK8j7-KiGMIKdinES5X8K1Q250ySX2F-A,158
|
|
5
5
|
openapi_client/cyberdesk_cloud_client/client.py,sha256=o_mdLqyBCQstu5tS1WZFwqIEbGwkvWQ7eQjuCJw_5VY,12419
|
|
6
6
|
openapi_client/cyberdesk_cloud_client/errors.py,sha256=gO8GBmKqmSNgAg-E5oT-oOyxztvp7V_6XG7OUTT15q0,546
|
|
@@ -8,89 +8,89 @@ openapi_client/cyberdesk_cloud_client/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6
|
|
|
8
8
|
openapi_client/cyberdesk_cloud_client/types.py,sha256=AX4orxQZQJat3vZrgjJ-TYb2sNBL8kNo9yqYDT-n8y8,1391
|
|
9
9
|
openapi_client/cyberdesk_cloud_client/api/__init__.py,sha256=zTSiG_ujSjAqWPyc435YXaX9XTlpMjiJWBbV-f-YtdA,45
|
|
10
10
|
openapi_client/cyberdesk_cloud_client/api/computer/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
11
|
-
openapi_client/cyberdesk_cloud_client/api/computer/copy_to_clipboard_v1_computer_machine_id_copy_to_clipboard_post.py,sha256=
|
|
12
|
-
openapi_client/cyberdesk_cloud_client/api/computer/fs_list_v1_computer_machine_id_fs_list_get.py,sha256=
|
|
13
|
-
openapi_client/cyberdesk_cloud_client/api/computer/fs_read_v1_computer_machine_id_fs_read_get.py,sha256=
|
|
14
|
-
openapi_client/cyberdesk_cloud_client/api/computer/fs_write_v1_computer_machine_id_fs_write_post.py,sha256=
|
|
15
|
-
openapi_client/cyberdesk_cloud_client/api/computer/get_display_dimensions_v1_computer_machine_id_display_dimensions_get.py,sha256=
|
|
16
|
-
openapi_client/cyberdesk_cloud_client/api/computer/get_mouse_position_v1_computer_machine_id_input_mouse_position_get.py,sha256=
|
|
17
|
-
openapi_client/cyberdesk_cloud_client/api/computer/get_screenshot_v1_computer_machine_id_display_screenshot_get.py,sha256=
|
|
18
|
-
openapi_client/cyberdesk_cloud_client/api/computer/keyboard_key_v1_computer_machine_id_input_keyboard_key_post.py,sha256=
|
|
19
|
-
openapi_client/cyberdesk_cloud_client/api/computer/keyboard_type_v1_computer_machine_id_input_keyboard_type_post.py,sha256=
|
|
20
|
-
openapi_client/cyberdesk_cloud_client/api/computer/mouse_click_v1_computer_machine_id_input_mouse_click_post.py,sha256=
|
|
21
|
-
openapi_client/cyberdesk_cloud_client/api/computer/mouse_drag_v1_computer_machine_id_input_mouse_drag_post.py,sha256=
|
|
22
|
-
openapi_client/cyberdesk_cloud_client/api/computer/mouse_move_v1_computer_machine_id_input_mouse_move_post.py,sha256=
|
|
23
|
-
openapi_client/cyberdesk_cloud_client/api/computer/mouse_scroll_v1_computer_machine_id_input_mouse_scroll_post.py,sha256=
|
|
24
|
-
openapi_client/cyberdesk_cloud_client/api/computer/powershell_exec_v1_computer_machine_id_shell_powershell_exec_post.py,sha256=
|
|
25
|
-
openapi_client/cyberdesk_cloud_client/api/computer/powershell_session_v1_computer_machine_id_shell_powershell_session_post.py,sha256=
|
|
11
|
+
openapi_client/cyberdesk_cloud_client/api/computer/copy_to_clipboard_v1_computer_machine_id_copy_to_clipboard_post.py,sha256=K4TskSh0CXZI1esPO4TX-FuuWiZGCN9Ny3fIovUlx3I,6632
|
|
12
|
+
openapi_client/cyberdesk_cloud_client/api/computer/fs_list_v1_computer_machine_id_fs_list_get.py,sha256=Jvhdie2_9tAy2OJEMJ58PBa01RyhvudnJC66Y2iqhxs,5796
|
|
13
|
+
openapi_client/cyberdesk_cloud_client/api/computer/fs_read_v1_computer_machine_id_fs_read_get.py,sha256=PUuKBYvg1z0Rmh49OgkG3EHNX7u4I0mXe3ttRRA-erE,5609
|
|
14
|
+
openapi_client/cyberdesk_cloud_client/api/computer/fs_write_v1_computer_machine_id_fs_write_post.py,sha256=JQT-85JjKWQSdrAYImuKpgaRlQC7dYisJ1iQ6nd_EvA,5810
|
|
15
|
+
openapi_client/cyberdesk_cloud_client/api/computer/get_display_dimensions_v1_computer_machine_id_display_dimensions_get.py,sha256=yz9neRRTP9NuIG1taygDU7aSBDKOo19M70iYkvG-rHg,4358
|
|
16
|
+
openapi_client/cyberdesk_cloud_client/api/computer/get_mouse_position_v1_computer_machine_id_input_mouse_position_get.py,sha256=zB_nD1V4o-YMPQ6jdUFwRhnnk6r8OSCQor_seluHyRE,4276
|
|
17
|
+
openapi_client/cyberdesk_cloud_client/api/computer/get_screenshot_v1_computer_machine_id_display_screenshot_get.py,sha256=AmqEhvJsXI3XtPgzGILgvGHFSy7ytU3Zq2YOmvPedkI,3889
|
|
18
|
+
openapi_client/cyberdesk_cloud_client/api/computer/keyboard_key_v1_computer_machine_id_input_keyboard_key_post.py,sha256=Pp15_6b_OvoZu-BMzfg4tcuk08fU9AVq-xRjFXY6Fmg,4950
|
|
19
|
+
openapi_client/cyberdesk_cloud_client/api/computer/keyboard_type_v1_computer_machine_id_input_keyboard_type_post.py,sha256=_vlT_-8USxZOBwoYNsWoPFTOwjxcM1hNh3N2ItGDDU8,4666
|
|
20
|
+
openapi_client/cyberdesk_cloud_client/api/computer/mouse_click_v1_computer_machine_id_input_mouse_click_post.py,sha256=v_Nlxt60nCtsfo4f4l3JDAxzY0PPxHRd0Yzw2rbNNJQ,4986
|
|
21
|
+
openapi_client/cyberdesk_cloud_client/api/computer/mouse_drag_v1_computer_machine_id_input_mouse_drag_post.py,sha256=mbiQvNBZ4jS6ulu2RFGrvNxAisr0OhzAMPEPT7jw3bs,4902
|
|
22
|
+
openapi_client/cyberdesk_cloud_client/api/computer/mouse_move_v1_computer_machine_id_input_mouse_move_post.py,sha256=pFDAJ-1DQyYcg8P-FJahhCJ1TOU45UhUnvbX_qgGEI4,4706
|
|
23
|
+
openapi_client/cyberdesk_cloud_client/api/computer/mouse_scroll_v1_computer_machine_id_input_mouse_scroll_post.py,sha256=GihJ9K9btchR2rw46a5VZGKexdMoTOEr5vTmE90A1fY,5026
|
|
24
|
+
openapi_client/cyberdesk_cloud_client/api/computer/powershell_exec_v1_computer_machine_id_shell_powershell_exec_post.py,sha256=0eudjL_CeM4lBGngs0BN981KqIhVaZV0hCs9ni55XLE,6569
|
|
25
|
+
openapi_client/cyberdesk_cloud_client/api/computer/powershell_session_v1_computer_machine_id_shell_powershell_session_post.py,sha256=OVa8ou7JoIAO5Xn1TzbTbUfNkgUrBxH6l4l74i9-DTY,6801
|
|
26
26
|
openapi_client/cyberdesk_cloud_client/api/connections/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
27
|
-
openapi_client/cyberdesk_cloud_client/api/connections/create_connection_v1_connections_post.py,sha256=
|
|
28
|
-
openapi_client/cyberdesk_cloud_client/api/connections/delete_connection_v1_connections_connection_id_delete.py,sha256=
|
|
29
|
-
openapi_client/cyberdesk_cloud_client/api/connections/get_connection_v1_connections_connection_id_get.py,sha256=
|
|
30
|
-
openapi_client/cyberdesk_cloud_client/api/connections/list_connections_v1_connections_get.py,sha256=
|
|
31
|
-
openapi_client/cyberdesk_cloud_client/api/connections/update_connection_v1_connections_connection_id_patch.py,sha256=
|
|
27
|
+
openapi_client/cyberdesk_cloud_client/api/connections/create_connection_v1_connections_post.py,sha256=3lP-az_To_Ei9GrT6qZ9yMvAh0WjN1VKNo-iCQMwjlk,5080
|
|
28
|
+
openapi_client/cyberdesk_cloud_client/api/connections/delete_connection_v1_connections_connection_id_delete.py,sha256=2q2cG5XO7gzrmEAiY-NVKManpbGficxqGnbYbUussyc,4687
|
|
29
|
+
openapi_client/cyberdesk_cloud_client/api/connections/get_connection_v1_connections_connection_id_get.py,sha256=ZhAlt6RqPseNUOL0YNYXu7_BHp7wCk50E1oYmNG9sjU,4712
|
|
30
|
+
openapi_client/cyberdesk_cloud_client/api/connections/list_connections_v1_connections_get.py,sha256=vH8k5v5KtQfn_3SM75F1HrBUnu9G6THcTvl3rF1Of8E,7906
|
|
31
|
+
openapi_client/cyberdesk_cloud_client/api/connections/update_connection_v1_connections_connection_id_patch.py,sha256=8lrQyw5Jf5CiBo8WZhUeNaajL0apDBWwV5JyWu4pKIo,5737
|
|
32
32
|
openapi_client/cyberdesk_cloud_client/api/default/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
33
|
-
openapi_client/cyberdesk_cloud_client/api/default/health_db_health_db_get.py,sha256=
|
|
34
|
-
openapi_client/cyberdesk_cloud_client/api/default/health_health_get.py,sha256=
|
|
35
|
-
openapi_client/cyberdesk_cloud_client/api/default/root_get.py,sha256=
|
|
33
|
+
openapi_client/cyberdesk_cloud_client/api/default/health_db_health_db_get.py,sha256=8Q9ZexqjDJpuklilgmsJ5LtekjJ-Iu7ZFbRYMcdrnyI,2083
|
|
34
|
+
openapi_client/cyberdesk_cloud_client/api/default/health_health_get.py,sha256=1WuAjaIlTz2wZWgYFFSbgQ4M4-AHQa3WqCqo7WOrYL8,3526
|
|
35
|
+
openapi_client/cyberdesk_cloud_client/api/default/root_get.py,sha256=fDq2I6vMUshMTfOjFablNwTg_9aRuCbZ0PRLULPiZW0,2154
|
|
36
36
|
openapi_client/cyberdesk_cloud_client/api/health/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
37
|
-
openapi_client/cyberdesk_cloud_client/api/health/database_health_check_v1_health_db_get.py,sha256=
|
|
38
|
-
openapi_client/cyberdesk_cloud_client/api/health/health_check_v1_health_get.py,sha256=
|
|
37
|
+
openapi_client/cyberdesk_cloud_client/api/health/database_health_check_v1_health_db_get.py,sha256=wW29NYEjvpoy5CG0D0vURR-o8jemaZXLaKzyLbWhIlE,2338
|
|
38
|
+
openapi_client/cyberdesk_cloud_client/api/health/health_check_v1_health_get.py,sha256=PROWU2WRnBn9xEGiP85cOv2bjXdsL6miJoY3OGjJXkc,4112
|
|
39
39
|
openapi_client/cyberdesk_cloud_client/api/machines/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
40
|
-
openapi_client/cyberdesk_cloud_client/api/machines/create_machine_v1_machines_post.py,sha256=
|
|
41
|
-
openapi_client/cyberdesk_cloud_client/api/machines/delete_machine_v1_machines_machine_id_delete.py,sha256=
|
|
42
|
-
openapi_client/cyberdesk_cloud_client/api/machines/get_machine_pools_v1_machines_machine_id_pools_get.py,sha256=
|
|
43
|
-
openapi_client/cyberdesk_cloud_client/api/machines/get_machine_v1_machines_machine_id_get.py,sha256=
|
|
44
|
-
openapi_client/cyberdesk_cloud_client/api/machines/list_machines_v1_machines_get.py,sha256=
|
|
45
|
-
openapi_client/cyberdesk_cloud_client/api/machines/update_machine_pools_v1_machines_machine_id_pools_put.py,sha256=
|
|
46
|
-
openapi_client/cyberdesk_cloud_client/api/machines/update_machine_v1_machines_machine_id_patch.py,sha256=
|
|
40
|
+
openapi_client/cyberdesk_cloud_client/api/machines/create_machine_v1_machines_post.py,sha256=V97DfijgSEa51y4ZcXSmB081SVJhodTKsyDbXPC0rKk,4797
|
|
41
|
+
openapi_client/cyberdesk_cloud_client/api/machines/delete_machine_v1_machines_machine_id_delete.py,sha256=f2LySWCfKnyw4TPtCaz1tUAwapvVQXv5s7nogSZCqfs,5026
|
|
42
|
+
openapi_client/cyberdesk_cloud_client/api/machines/get_machine_pools_v1_machines_machine_id_pools_get.py,sha256=WqQAX9SrejwKI7sc7sVxJ_oXGJk1ZyCLxNdF0TRFS-0,4550
|
|
43
|
+
openapi_client/cyberdesk_cloud_client/api/machines/get_machine_v1_machines_machine_id_get.py,sha256=90a4SEO-XDEhaBq8J8hbMhvdaazfxo48bIeC8pgLDrM,4504
|
|
44
|
+
openapi_client/cyberdesk_cloud_client/api/machines/list_machines_v1_machines_get.py,sha256=idZj3oNF4U3ZHADxoezxY-e5DJfyRlOJwuRHKtf97lk,9301
|
|
45
|
+
openapi_client/cyberdesk_cloud_client/api/machines/update_machine_pools_v1_machines_machine_id_pools_put.py,sha256=hPGwB1kLs5uUCX9-Cv3piuGqoVRGdzTXfc8N4NdEiyQ,5365
|
|
46
|
+
openapi_client/cyberdesk_cloud_client/api/machines/update_machine_v1_machines_machine_id_patch.py,sha256=jx0VcfKY7dPUin9dV7TP9oD6Xrm9UHsQcU7JukvxRZo,6080
|
|
47
47
|
openapi_client/cyberdesk_cloud_client/api/pools/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
48
|
-
openapi_client/cyberdesk_cloud_client/api/pools/add_machines_to_pool_v1_pools_pool_id_machines_post.py,sha256=
|
|
49
|
-
openapi_client/cyberdesk_cloud_client/api/pools/create_pool_v1_pools_post.py,sha256=
|
|
50
|
-
openapi_client/cyberdesk_cloud_client/api/pools/delete_pool_v1_pools_pool_id_delete.py,sha256=
|
|
51
|
-
openapi_client/cyberdesk_cloud_client/api/pools/get_pool_v1_pools_pool_id_get.py,sha256=
|
|
52
|
-
openapi_client/cyberdesk_cloud_client/api/pools/list_pools_v1_pools_get.py,sha256=
|
|
53
|
-
openapi_client/cyberdesk_cloud_client/api/pools/remove_machines_from_pool_v1_pools_pool_id_machines_delete.py,sha256=
|
|
54
|
-
openapi_client/cyberdesk_cloud_client/api/pools/update_pool_v1_pools_pool_id_patch.py,sha256
|
|
48
|
+
openapi_client/cyberdesk_cloud_client/api/pools/add_machines_to_pool_v1_pools_pool_id_machines_post.py,sha256=e7vla-xEzytPL1q_TACcwm16u_SrhVK3owuA6JO1gxc,5010
|
|
49
|
+
openapi_client/cyberdesk_cloud_client/api/pools/create_pool_v1_pools_post.py,sha256=Fl1-187JYsXqiAy0obYlv9w-NUsHpoymIOJf709oxak,4490
|
|
50
|
+
openapi_client/cyberdesk_cloud_client/api/pools/delete_pool_v1_pools_pool_id_delete.py,sha256=ZV8H2go_MapV0Rfkz2UJP_mchf_0XAFXeNkkirWTwTc,4125
|
|
51
|
+
openapi_client/cyberdesk_cloud_client/api/pools/get_pool_v1_pools_pool_id_get.py,sha256=qQT4PyN8kUkYvtEfJTBhzTkCxty5r079LqlCvB-YO2Y,5190
|
|
52
|
+
openapi_client/cyberdesk_cloud_client/api/pools/list_pools_v1_pools_get.py,sha256=q_v0DkcxoUsRliVC5NS3KJv8n2R7Jcof3n4ez1_HkOk,5192
|
|
53
|
+
openapi_client/cyberdesk_cloud_client/api/pools/remove_machines_from_pool_v1_pools_pool_id_machines_delete.py,sha256=XbtIjo6c1AA4N2dh6S4P1FJwAk3ygZfWQtbzHkbSL1g,4841
|
|
54
|
+
openapi_client/cyberdesk_cloud_client/api/pools/update_pool_v1_pools_pool_id_patch.py,sha256=JcQEd_MQg0bBfF1xWb2VxwNxOyMyi3-dl4jVpWSZrww,4747
|
|
55
55
|
openapi_client/cyberdesk_cloud_client/api/request_logs/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
56
|
-
openapi_client/cyberdesk_cloud_client/api/request_logs/create_request_log_v1_request_logs_post.py,sha256=
|
|
57
|
-
openapi_client/cyberdesk_cloud_client/api/request_logs/delete_request_log_v1_request_logs_log_id_delete.py,sha256=
|
|
58
|
-
openapi_client/cyberdesk_cloud_client/api/request_logs/get_request_log_v1_request_logs_log_id_get.py,sha256=
|
|
59
|
-
openapi_client/cyberdesk_cloud_client/api/request_logs/list_request_logs_v1_request_logs_get.py,sha256=
|
|
60
|
-
openapi_client/cyberdesk_cloud_client/api/request_logs/update_request_log_v1_request_logs_log_id_patch.py,sha256=
|
|
56
|
+
openapi_client/cyberdesk_cloud_client/api/request_logs/create_request_log_v1_request_logs_post.py,sha256=5QzlpwTwvEkQq1QX9NUq9h__b3xDt1QM0hGgMZpOogk,5159
|
|
57
|
+
openapi_client/cyberdesk_cloud_client/api/request_logs/delete_request_log_v1_request_logs_log_id_delete.py,sha256=MiSsuZUXj3UVgGczFMm-Y5FomwCYmQaxKoD4gOU8wNY,4502
|
|
58
|
+
openapi_client/cyberdesk_cloud_client/api/request_logs/get_request_log_v1_request_logs_log_id_get.py,sha256=8_du61s-G1cvlzicIy6qAG25yqGU4VkwpQeUkt0nkgU,4568
|
|
59
|
+
openapi_client/cyberdesk_cloud_client/api/request_logs/list_request_logs_v1_request_logs_get.py,sha256=T6jfuqBU7kUPMARPdhQuqfJ_weIeSbpmqKk-8i7PqFk,8110
|
|
60
|
+
openapi_client/cyberdesk_cloud_client/api/request_logs/update_request_log_v1_request_logs_log_id_patch.py,sha256=RXFD0siFBwmfNq7RBbxGHtRMut7VLMx1dCOpMirF_fQ,5914
|
|
61
61
|
openapi_client/cyberdesk_cloud_client/api/run_attachments/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
62
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/create_run_attachment_v1_run_attachments_post.py,sha256=
|
|
63
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/delete_run_attachment_v1_run_attachments_attachment_id_delete.py,sha256=
|
|
64
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/download_run_attachment_v1_run_attachments_attachment_id_download_get.py,sha256=
|
|
65
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/get_run_attachment_download_url_v1_run_attachments_attachment_id_download_url_get.py,sha256=
|
|
66
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/get_run_attachment_v1_run_attachments_attachment_id_get.py,sha256=
|
|
67
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/list_run_attachments_v1_run_attachments_get.py,sha256=
|
|
68
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/update_run_attachment_v1_run_attachments_attachment_id_put.py,sha256=
|
|
62
|
+
openapi_client/cyberdesk_cloud_client/api/run_attachments/create_run_attachment_v1_run_attachments_post.py,sha256=NuKh3qBibmT_GtskR8ROt5rESi54r0kU7LPA7V3KGdg,5218
|
|
63
|
+
openapi_client/cyberdesk_cloud_client/api/run_attachments/delete_run_attachment_v1_run_attachments_attachment_id_delete.py,sha256=tNJ02TJjJ8L42F3kNRigKiOM_4S4I78YelU1jz3YFjU,4467
|
|
64
|
+
openapi_client/cyberdesk_cloud_client/api/run_attachments/download_run_attachment_v1_run_attachments_attachment_id_download_get.py,sha256=qkyyZbMhTdX5HDS85r6GXLSmlgc3Kryq_ZTyZTZBJJE,4407
|
|
65
|
+
openapi_client/cyberdesk_cloud_client/api/run_attachments/get_run_attachment_download_url_v1_run_attachments_attachment_id_download_url_get.py,sha256=PNeXmNyTMLtEUubRKyDE09rVZ6lthC1c36l76ct8WZc,6562
|
|
66
|
+
openapi_client/cyberdesk_cloud_client/api/run_attachments/get_run_attachment_v1_run_attachments_attachment_id_get.py,sha256=pD63vuTEm7PcUBI6So5N_ZKrQiYB8KIQs8JqNqNdiN8,4788
|
|
67
|
+
openapi_client/cyberdesk_cloud_client/api/run_attachments/list_run_attachments_v1_run_attachments_get.py,sha256=qLGTcqFiQOUvQJKTHCTlr1Klmz85nAxp1pwRsxnpm1U,7817
|
|
68
|
+
openapi_client/cyberdesk_cloud_client/api/run_attachments/update_run_attachment_v1_run_attachments_attachment_id_put.py,sha256=5l9NVGblNKElTyUl2Jl0MLa7m03VEPYxSl7S0qiIq7M,5397
|
|
69
69
|
openapi_client/cyberdesk_cloud_client/api/runs/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
70
|
-
openapi_client/cyberdesk_cloud_client/api/runs/bulk_create_runs_v1_runs_bulk_post.py,sha256=
|
|
71
|
-
openapi_client/cyberdesk_cloud_client/api/runs/create_run_chain_v1_runs_chain_post.py,sha256=
|
|
72
|
-
openapi_client/cyberdesk_cloud_client/api/runs/create_run_v1_runs_post.py,sha256=
|
|
73
|
-
openapi_client/cyberdesk_cloud_client/api/runs/delete_run_v1_runs_run_id_delete.py,sha256=
|
|
74
|
-
openapi_client/cyberdesk_cloud_client/api/runs/get_run_v1_runs_run_id_get.py,sha256=
|
|
75
|
-
openapi_client/cyberdesk_cloud_client/api/runs/list_runs_v1_runs_get.py,sha256=
|
|
76
|
-
openapi_client/cyberdesk_cloud_client/api/runs/retry_run_v1_runs_run_id_retry_post.py,sha256=
|
|
77
|
-
openapi_client/cyberdesk_cloud_client/api/runs/update_run_v1_runs_run_id_patch.py,sha256=
|
|
70
|
+
openapi_client/cyberdesk_cloud_client/api/runs/bulk_create_runs_v1_runs_bulk_post.py,sha256=aDmgfxJBI6ms6haI5AIpjOR5IGNt6TNk-kXPMU7Tq6M,5811
|
|
71
|
+
openapi_client/cyberdesk_cloud_client/api/runs/create_run_chain_v1_runs_chain_post.py,sha256=THdANwGmNACziFG-U4wD6P9aIcUlHnLm6sUti6GCnSs,6165
|
|
72
|
+
openapi_client/cyberdesk_cloud_client/api/runs/create_run_v1_runs_post.py,sha256=TdqDCai7rfF2w1pRyK7PjCHLZSpNriU8yiVa7pyWVi4,5453
|
|
73
|
+
openapi_client/cyberdesk_cloud_client/api/runs/delete_run_v1_runs_run_id_delete.py,sha256=D1kC96Ects8rEAvQwN2ncxqJdrSvBZfw4w60Q1OPk0g,4430
|
|
74
|
+
openapi_client/cyberdesk_cloud_client/api/runs/get_run_v1_runs_run_id_get.py,sha256=uytRfFCxiN6EV601k0LK81tnJ-Dzu3AysQ2Kf8R-TU4,4596
|
|
75
|
+
openapi_client/cyberdesk_cloud_client/api/runs/list_runs_v1_runs_get.py,sha256=nt3yaz9TQ0Z_-4qZlEMWo89XzWIFrketkpa7RcSf-44,14112
|
|
76
|
+
openapi_client/cyberdesk_cloud_client/api/runs/retry_run_v1_runs_run_id_retry_post.py,sha256=YJIyiTk4n2oNu-DozImmm2pg5XlW8xfPQC3UVLQqQRA,7406
|
|
77
|
+
openapi_client/cyberdesk_cloud_client/api/runs/update_run_v1_runs_run_id_patch.py,sha256=DHOEX_LcGpzOheOjGnZkUBnXQF0z345SI25Sw4UkPBs,5184
|
|
78
78
|
openapi_client/cyberdesk_cloud_client/api/test/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
79
|
-
openapi_client/cyberdesk_cloud_client/api/test/dummy_test_endpoint_v1_test_post.py,sha256=
|
|
79
|
+
openapi_client/cyberdesk_cloud_client/api/test/dummy_test_endpoint_v1_test_post.py,sha256=JEjEelm6dPsWrj1M7Dcjikr5ebcSXf6SD9mIjAPfTAY,4643
|
|
80
80
|
openapi_client/cyberdesk_cloud_client/api/trajectories/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
81
|
-
openapi_client/cyberdesk_cloud_client/api/trajectories/create_trajectory_v1_trajectories_post.py,sha256=
|
|
82
|
-
openapi_client/cyberdesk_cloud_client/api/trajectories/delete_trajectory_v1_trajectories_trajectory_id_delete.py,sha256=
|
|
83
|
-
openapi_client/cyberdesk_cloud_client/api/trajectories/get_latest_trajectory_for_workflow_v1_workflows_workflow_id_latest_trajectory_get.py,sha256=
|
|
84
|
-
openapi_client/cyberdesk_cloud_client/api/trajectories/get_trajectory_v1_trajectories_trajectory_id_get.py,sha256=
|
|
85
|
-
openapi_client/cyberdesk_cloud_client/api/trajectories/list_trajectories_v1_trajectories_get.py,sha256=
|
|
86
|
-
openapi_client/cyberdesk_cloud_client/api/trajectories/update_trajectory_v1_trajectories_trajectory_id_patch.py,sha256=
|
|
81
|
+
openapi_client/cyberdesk_cloud_client/api/trajectories/create_trajectory_v1_trajectories_post.py,sha256=kEjY-fr9nZNTe122PS5FV62yB7ioW6JtM1dpjdDe1y0,5201
|
|
82
|
+
openapi_client/cyberdesk_cloud_client/api/trajectories/delete_trajectory_v1_trajectories_trajectory_id_delete.py,sha256=sLGMsVAPklQ8Xnc21V1fGfiCysvEeFk6QqDOfNGfzgc,4368
|
|
83
|
+
openapi_client/cyberdesk_cloud_client/api/trajectories/get_latest_trajectory_for_workflow_v1_workflows_workflow_id_latest_trajectory_get.py,sha256=6TQ1TDl04lpP0RLo1gH44RJTa9dVxQ-_i1fEtPYN0P8,5028
|
|
84
|
+
openapi_client/cyberdesk_cloud_client/api/trajectories/get_trajectory_v1_trajectories_trajectory_id_get.py,sha256=EgQgImcYoAIX1Ro6uhBqTvW1yF1LaRU7JGuDLF-sUAU,4885
|
|
85
|
+
openapi_client/cyberdesk_cloud_client/api/trajectories/list_trajectories_v1_trajectories_get.py,sha256=Zt2KqBh-oOtL8Zj1WmPO0mA0ay0Qpa68tNH2ynT5gYs,13924
|
|
86
|
+
openapi_client/cyberdesk_cloud_client/api/trajectories/update_trajectory_v1_trajectories_trajectory_id_patch.py,sha256=mx7Pv0dimv3K6HzMWJorA_CkBKjHwNc9dzcQkVWhTaw,5598
|
|
87
87
|
openapi_client/cyberdesk_cloud_client/api/workflows/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
88
|
-
openapi_client/cyberdesk_cloud_client/api/workflows/create_workflow_v1_workflows_post.py,sha256=
|
|
89
|
-
openapi_client/cyberdesk_cloud_client/api/workflows/delete_workflow_v1_workflows_workflow_id_delete.py,sha256
|
|
90
|
-
openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_v1_workflows_workflow_id_get.py,sha256=
|
|
91
|
-
openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_versions_v1_workflows_workflow_id_versions_get.py,sha256=
|
|
92
|
-
openapi_client/cyberdesk_cloud_client/api/workflows/list_workflows_v1_workflows_get.py,sha256=
|
|
93
|
-
openapi_client/cyberdesk_cloud_client/api/workflows/update_workflow_v1_workflows_workflow_id_patch.py,sha256=
|
|
88
|
+
openapi_client/cyberdesk_cloud_client/api/workflows/create_workflow_v1_workflows_post.py,sha256=AlmWMnK2NjH4wnzhrttr63xn4BZXPDwLtQTXXwjPl50,4838
|
|
89
|
+
openapi_client/cyberdesk_cloud_client/api/workflows/delete_workflow_v1_workflows_workflow_id_delete.py,sha256=bebGDJeT4Teke1YLjWJNJEHMzwHRGB-0T0UI_5yCytA,4561
|
|
90
|
+
openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_v1_workflows_workflow_id_get.py,sha256=bmlK_1op-qN2Z6zdIzBOg5XsbCOxt0hUJbSgtJBtToU,4548
|
|
91
|
+
openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_versions_v1_workflows_workflow_id_versions_get.py,sha256=91xihTsdsoeJJ1Xg1RxL4xNL2G0EL00XpcXOcf8xHhU,5891
|
|
92
|
+
openapi_client/cyberdesk_cloud_client/api/workflows/list_workflows_v1_workflows_get.py,sha256=obV4rqpcreKU6D0WjbSJMmshw-nfWpVcGIzzeC24G98,11260
|
|
93
|
+
openapi_client/cyberdesk_cloud_client/api/workflows/update_workflow_v1_workflows_workflow_id_patch.py,sha256=AwFzS22Uba2WvWI7qW247cBxpkI1lJbvren7JL4PzM4,5739
|
|
94
94
|
openapi_client/cyberdesk_cloud_client/models/__init__.py,sha256=xuOG5GJyh_fo88QoapR5g1l2H7Rhb7Qu41o-S8zpu3k,11894
|
|
95
95
|
openapi_client/cyberdesk_cloud_client/models/attachment_type.py,sha256=zqPOsSd2AmxGNqb5HQ6ZYBAYL8k-0UbWHhfAJYNHoro,161
|
|
96
96
|
openapi_client/cyberdesk_cloud_client/models/chain_step.py,sha256=RbcnI9FI-e6fPYnvtsTUcKmyOkw_0X0R3YLzQihyMO4,5608
|
|
@@ -143,7 +143,7 @@ openapi_client/cyberdesk_cloud_client/models/pool_create.py,sha256=2--HYAKZ32HV8
|
|
|
143
143
|
openapi_client/cyberdesk_cloud_client/models/pool_response.py,sha256=quYX1HHAMOeb4P0djQt95kEfz5fTjOtj3kRcyMwtuc8,4012
|
|
144
144
|
openapi_client/cyberdesk_cloud_client/models/pool_update.py,sha256=4sMBukgmfF7MyPNiNqXR2BHqSXwzaRjbOFDW4sHlEJ4,2677
|
|
145
145
|
openapi_client/cyberdesk_cloud_client/models/pool_with_machines.py,sha256=_SlD1SBYlQZvUvYAZbF_EShWfiCbnKMt7j0dmxqRG1M,4971
|
|
146
|
-
openapi_client/cyberdesk_cloud_client/models/power_shell_exec_request.py,sha256=
|
|
146
|
+
openapi_client/cyberdesk_cloud_client/models/power_shell_exec_request.py,sha256=NvMxH8am3zsgQc9wTha0V6g7B1GFz0xwm8dp6xtARJs,4401
|
|
147
147
|
openapi_client/cyberdesk_cloud_client/models/power_shell_session_request.py,sha256=2Ix3dnjljWXO6KuOTPCykkYJim1at0_vAu1dh4Dahcw,2361
|
|
148
148
|
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,sha256=N496N5sS2XP1dqAvoB3EplU3Dxwtf867Vr8hhh315V8,1813
|
|
149
149
|
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,sha256=pmt2dgp_0v1YoLJqDXTXdpJ29TBenyCC4C_xmUCFGgA,1873
|
|
@@ -196,7 +196,7 @@ openapi_client/cyberdesk_cloud_client/models/workflow_create.py,sha256=d0bfNbNBF
|
|
|
196
196
|
openapi_client/cyberdesk_cloud_client/models/workflow_response.py,sha256=k48mouJ6Dcisz2vyM7Rb_cbjU66JudGVPsq4UC7grHA,8977
|
|
197
197
|
openapi_client/cyberdesk_cloud_client/models/workflow_response_old_versions_type_0_item.py,sha256=W9AxxlBlN3rUwLDcoUx5H7MUiYA9UztfX9iEpNGlgAs,1340
|
|
198
198
|
openapi_client/cyberdesk_cloud_client/models/workflow_update.py,sha256=TG2jEitXixS2thtz7lTxTZaE0RBVSWd-apVxWxsvnrg,5333
|
|
199
|
-
cyberdesk-2.1.
|
|
200
|
-
cyberdesk-2.1.
|
|
201
|
-
cyberdesk-2.1.
|
|
202
|
-
cyberdesk-2.1.
|
|
199
|
+
cyberdesk-2.1.18.dist-info/METADATA,sha256=1L_3AoS7A5leNuIrA_6e3kGCE4RIYAw4Djr4TkkRGXU,11974
|
|
200
|
+
cyberdesk-2.1.18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
201
|
+
cyberdesk-2.1.18.dist-info/top_level.txt,sha256=qTYHZHVHh3VClNPQsiFFA8p8tmJgFGhq9G1COd-pX_A,25
|
|
202
|
+
cyberdesk-2.1.18.dist-info/RECORD,,
|
|
@@ -47,10 +47,12 @@ def _parse_response(
|
|
|
47
47
|
)
|
|
48
48
|
|
|
49
49
|
return response_200
|
|
50
|
+
|
|
50
51
|
if response.status_code == 422:
|
|
51
52
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
52
53
|
|
|
53
54
|
return response_422
|
|
55
|
+
|
|
54
56
|
if client.raise_on_unexpected_status:
|
|
55
57
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
56
58
|
else:
|
openapi_client/cyberdesk_cloud_client/api/computer/fs_list_v1_computer_machine_id_fs_list_get.py
CHANGED
|
@@ -41,10 +41,12 @@ def _parse_response(
|
|
|
41
41
|
)
|
|
42
42
|
|
|
43
43
|
return response_200
|
|
44
|
+
|
|
44
45
|
if response.status_code == 422:
|
|
45
46
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
46
47
|
|
|
47
48
|
return response_422
|
|
49
|
+
|
|
48
50
|
if client.raise_on_unexpected_status:
|
|
49
51
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
50
52
|
else:
|
openapi_client/cyberdesk_cloud_client/api/computer/fs_read_v1_computer_machine_id_fs_read_get.py
CHANGED
|
@@ -41,10 +41,12 @@ def _parse_response(
|
|
|
41
41
|
)
|
|
42
42
|
|
|
43
43
|
return response_200
|
|
44
|
+
|
|
44
45
|
if response.status_code == 422:
|
|
45
46
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
46
47
|
|
|
47
48
|
return response_422
|
|
49
|
+
|
|
48
50
|
if client.raise_on_unexpected_status:
|
|
49
51
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
50
52
|
else:
|
openapi_client/cyberdesk_cloud_client/api/computer/fs_write_v1_computer_machine_id_fs_write_post.py
CHANGED
|
@@ -44,10 +44,12 @@ def _parse_response(
|
|
|
44
44
|
)
|
|
45
45
|
|
|
46
46
|
return response_200
|
|
47
|
+
|
|
47
48
|
if response.status_code == 422:
|
|
48
49
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
49
50
|
|
|
50
51
|
return response_422
|
|
52
|
+
|
|
51
53
|
if client.raise_on_unexpected_status:
|
|
52
54
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
53
55
|
else:
|
|
@@ -28,10 +28,12 @@ def _parse_response(
|
|
|
28
28
|
response_200 = DisplayDimensions.from_dict(response.json())
|
|
29
29
|
|
|
30
30
|
return response_200
|
|
31
|
+
|
|
31
32
|
if response.status_code == 422:
|
|
32
33
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
33
34
|
|
|
34
35
|
return response_422
|
|
36
|
+
|
|
35
37
|
if client.raise_on_unexpected_status:
|
|
36
38
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
37
39
|
else:
|
|
@@ -28,10 +28,12 @@ def _parse_response(
|
|
|
28
28
|
response_200 = MousePosition.from_dict(response.json())
|
|
29
29
|
|
|
30
30
|
return response_200
|
|
31
|
+
|
|
31
32
|
if response.status_code == 422:
|
|
32
33
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
33
34
|
|
|
34
35
|
return response_422
|
|
36
|
+
|
|
35
37
|
if client.raise_on_unexpected_status:
|
|
36
38
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
37
39
|
else:
|
|
@@ -36,10 +36,12 @@ def _parse_response(
|
|
|
36
36
|
if response.status_code == 204:
|
|
37
37
|
response_204 = cast(Any, None)
|
|
38
38
|
return response_204
|
|
39
|
+
|
|
39
40
|
if response.status_code == 422:
|
|
40
41
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
41
42
|
|
|
42
43
|
return response_422
|
|
44
|
+
|
|
43
45
|
if client.raise_on_unexpected_status:
|
|
44
46
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
45
47
|
else:
|
|
@@ -36,10 +36,12 @@ def _parse_response(
|
|
|
36
36
|
if response.status_code == 204:
|
|
37
37
|
response_204 = cast(Any, None)
|
|
38
38
|
return response_204
|
|
39
|
+
|
|
39
40
|
if response.status_code == 422:
|
|
40
41
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
41
42
|
|
|
42
43
|
return response_422
|
|
44
|
+
|
|
43
45
|
if client.raise_on_unexpected_status:
|
|
44
46
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
45
47
|
else:
|
|
@@ -36,10 +36,12 @@ def _parse_response(
|
|
|
36
36
|
if response.status_code == 204:
|
|
37
37
|
response_204 = cast(Any, None)
|
|
38
38
|
return response_204
|
|
39
|
+
|
|
39
40
|
if response.status_code == 422:
|
|
40
41
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
41
42
|
|
|
42
43
|
return response_422
|
|
44
|
+
|
|
43
45
|
if client.raise_on_unexpected_status:
|
|
44
46
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
45
47
|
else:
|
|
@@ -36,10 +36,12 @@ def _parse_response(
|
|
|
36
36
|
if response.status_code == 204:
|
|
37
37
|
response_204 = cast(Any, None)
|
|
38
38
|
return response_204
|
|
39
|
+
|
|
39
40
|
if response.status_code == 422:
|
|
40
41
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
41
42
|
|
|
42
43
|
return response_422
|
|
44
|
+
|
|
43
45
|
if client.raise_on_unexpected_status:
|
|
44
46
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
45
47
|
else:
|
|
@@ -36,10 +36,12 @@ def _parse_response(
|
|
|
36
36
|
if response.status_code == 204:
|
|
37
37
|
response_204 = cast(Any, None)
|
|
38
38
|
return response_204
|
|
39
|
+
|
|
39
40
|
if response.status_code == 422:
|
|
40
41
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
41
42
|
|
|
42
43
|
return response_422
|
|
44
|
+
|
|
43
45
|
if client.raise_on_unexpected_status:
|
|
44
46
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
45
47
|
else:
|
|
@@ -36,10 +36,12 @@ def _parse_response(
|
|
|
36
36
|
if response.status_code == 204:
|
|
37
37
|
response_204 = cast(Any, None)
|
|
38
38
|
return response_204
|
|
39
|
+
|
|
39
40
|
if response.status_code == 422:
|
|
40
41
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
41
42
|
|
|
42
43
|
return response_422
|
|
44
|
+
|
|
43
45
|
if client.raise_on_unexpected_status:
|
|
44
46
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
45
47
|
else:
|
|
@@ -47,10 +47,12 @@ def _parse_response(
|
|
|
47
47
|
)
|
|
48
48
|
|
|
49
49
|
return response_200
|
|
50
|
+
|
|
50
51
|
if response.status_code == 422:
|
|
51
52
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
52
53
|
|
|
53
54
|
return response_422
|
|
55
|
+
|
|
54
56
|
if client.raise_on_unexpected_status:
|
|
55
57
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
56
58
|
else:
|
|
@@ -47,10 +47,12 @@ def _parse_response(
|
|
|
47
47
|
)
|
|
48
48
|
|
|
49
49
|
return response_200
|
|
50
|
+
|
|
50
51
|
if response.status_code == 422:
|
|
51
52
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
52
53
|
|
|
53
54
|
return response_422
|
|
55
|
+
|
|
54
56
|
if client.raise_on_unexpected_status:
|
|
55
57
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
56
58
|
else:
|
openapi_client/cyberdesk_cloud_client/api/connections/create_connection_v1_connections_post.py
CHANGED
|
@@ -37,10 +37,12 @@ def _parse_response(
|
|
|
37
37
|
response_201 = ConnectionResponse.from_dict(response.json())
|
|
38
38
|
|
|
39
39
|
return response_201
|
|
40
|
+
|
|
40
41
|
if response.status_code == 422:
|
|
41
42
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
42
43
|
|
|
43
44
|
return response_422
|
|
45
|
+
|
|
44
46
|
if client.raise_on_unexpected_status:
|
|
45
47
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
46
48
|
else:
|
|
@@ -27,10 +27,12 @@ def _parse_response(
|
|
|
27
27
|
if response.status_code == 204:
|
|
28
28
|
response_204 = cast(Any, None)
|
|
29
29
|
return response_204
|
|
30
|
+
|
|
30
31
|
if response.status_code == 422:
|
|
31
32
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
32
33
|
|
|
33
34
|
return response_422
|
|
35
|
+
|
|
34
36
|
if client.raise_on_unexpected_status:
|
|
35
37
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
36
38
|
else:
|
|
@@ -29,10 +29,12 @@ def _parse_response(
|
|
|
29
29
|
response_200 = ConnectionResponse.from_dict(response.json())
|
|
30
30
|
|
|
31
31
|
return response_200
|
|
32
|
+
|
|
32
33
|
if response.status_code == 422:
|
|
33
34
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
34
35
|
|
|
35
36
|
return response_422
|
|
37
|
+
|
|
36
38
|
if client.raise_on_unexpected_status:
|
|
37
39
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
38
40
|
else:
|
openapi_client/cyberdesk_cloud_client/api/connections/list_connections_v1_connections_get.py
CHANGED
|
@@ -61,10 +61,12 @@ def _parse_response(
|
|
|
61
61
|
response_200 = PaginatedResponseConnectionResponse.from_dict(response.json())
|
|
62
62
|
|
|
63
63
|
return response_200
|
|
64
|
+
|
|
64
65
|
if response.status_code == 422:
|
|
65
66
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
66
67
|
|
|
67
68
|
return response_422
|
|
69
|
+
|
|
68
70
|
if client.raise_on_unexpected_status:
|
|
69
71
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
70
72
|
else:
|
|
@@ -39,10 +39,12 @@ def _parse_response(
|
|
|
39
39
|
response_200 = ConnectionResponse.from_dict(response.json())
|
|
40
40
|
|
|
41
41
|
return response_200
|
|
42
|
+
|
|
42
43
|
if response.status_code == 422:
|
|
43
44
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
44
45
|
|
|
45
46
|
return response_422
|
|
47
|
+
|
|
46
48
|
if client.raise_on_unexpected_status:
|
|
47
49
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
48
50
|
else:
|
|
@@ -20,6 +20,7 @@ def _get_kwargs() -> dict[str, Any]:
|
|
|
20
20
|
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Optional[Any]:
|
|
21
21
|
if response.status_code == 200:
|
|
22
22
|
return None
|
|
23
|
+
|
|
23
24
|
if client.raise_on_unexpected_status:
|
|
24
25
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
25
26
|
else:
|
|
@@ -20,6 +20,7 @@ def _get_kwargs() -> dict[str, Any]:
|
|
|
20
20
|
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Optional[Any]:
|
|
21
21
|
if response.status_code == 200:
|
|
22
22
|
return None
|
|
23
|
+
|
|
23
24
|
if client.raise_on_unexpected_status:
|
|
24
25
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
25
26
|
else:
|
|
@@ -20,6 +20,7 @@ def _get_kwargs() -> dict[str, Any]:
|
|
|
20
20
|
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Optional[Any]:
|
|
21
21
|
if response.status_code == 200:
|
|
22
22
|
return None
|
|
23
|
+
|
|
23
24
|
if client.raise_on_unexpected_status:
|
|
24
25
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
25
26
|
else:
|
|
@@ -27,6 +27,7 @@ def _parse_response(
|
|
|
27
27
|
response_200 = HealthCheckV1HealthGetResponseHealthCheckV1HealthGet.from_dict(response.json())
|
|
28
28
|
|
|
29
29
|
return response_200
|
|
30
|
+
|
|
30
31
|
if client.raise_on_unexpected_status:
|
|
31
32
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
32
33
|
else:
|
|
@@ -37,10 +37,12 @@ def _parse_response(
|
|
|
37
37
|
response_201 = MachineResponse.from_dict(response.json())
|
|
38
38
|
|
|
39
39
|
return response_201
|
|
40
|
+
|
|
40
41
|
if response.status_code == 422:
|
|
41
42
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
42
43
|
|
|
43
44
|
return response_422
|
|
45
|
+
|
|
44
46
|
if client.raise_on_unexpected_status:
|
|
45
47
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
46
48
|
else:
|
openapi_client/cyberdesk_cloud_client/api/machines/delete_machine_v1_machines_machine_id_delete.py
CHANGED
|
@@ -27,10 +27,12 @@ def _parse_response(
|
|
|
27
27
|
if response.status_code == 204:
|
|
28
28
|
response_204 = cast(Any, None)
|
|
29
29
|
return response_204
|
|
30
|
+
|
|
30
31
|
if response.status_code == 422:
|
|
31
32
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
32
33
|
|
|
33
34
|
return response_422
|
|
35
|
+
|
|
34
36
|
if client.raise_on_unexpected_status:
|
|
35
37
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
36
38
|
else:
|
|
@@ -34,10 +34,12 @@ def _parse_response(
|
|
|
34
34
|
response_200.append(response_200_item)
|
|
35
35
|
|
|
36
36
|
return response_200
|
|
37
|
+
|
|
37
38
|
if response.status_code == 422:
|
|
38
39
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
39
40
|
|
|
40
41
|
return response_422
|
|
42
|
+
|
|
41
43
|
if client.raise_on_unexpected_status:
|
|
42
44
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
43
45
|
else:
|
openapi_client/cyberdesk_cloud_client/api/machines/get_machine_v1_machines_machine_id_get.py
CHANGED
|
@@ -29,10 +29,12 @@ def _parse_response(
|
|
|
29
29
|
response_200 = MachineResponse.from_dict(response.json())
|
|
30
30
|
|
|
31
31
|
return response_200
|
|
32
|
+
|
|
32
33
|
if response.status_code == 422:
|
|
33
34
|
response_422 = HTTPValidationError.from_dict(response.json())
|
|
34
35
|
|
|
35
36
|
return response_422
|
|
37
|
+
|
|
36
38
|
if client.raise_on_unexpected_status:
|
|
37
39
|
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
38
40
|
else:
|