cyberdesk 2.1.16__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 +212 -106
- {cyberdesk-2.1.16.dist-info → cyberdesk-2.1.18.dist-info}/METADATA +158 -2
- {cyberdesk-2.1.16.dist-info → cyberdesk-2.1.18.dist-info}/RECORD +92 -84
- openapi_client/cyberdesk_cloud_client/api/computer/copy_to_clipboard_v1_computer_machine_id_copy_to_clipboard_post.py +221 -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 +9 -67
- 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 +18 -4
- 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 +14 -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/__init__.py +17 -3
- openapi_client/cyberdesk_cloud_client/models/copy_to_clipboard_request.py +59 -0
- openapi_client/cyberdesk_cloud_client/models/copy_to_clipboard_v1_computer_machine_id_copy_to_clipboard_post_response_copy_to_clipboard_v1_computer_machine_id_copy_to_clipboard_post.py +47 -0
- openapi_client/cyberdesk_cloud_client/models/machine_create.py +80 -1
- openapi_client/cyberdesk_cloud_client/models/machine_create_machine_parameters_type_0.py +44 -0
- openapi_client/cyberdesk_cloud_client/models/{database_health_check_v1_health_db_get_response_database_health_check_v1_health_db_get.py → machine_create_machine_sensitive_parameters_type_0.py} +5 -5
- openapi_client/cyberdesk_cloud_client/models/machine_response.py +77 -0
- openapi_client/cyberdesk_cloud_client/models/machine_response_machine_parameters_type_0.py +44 -0
- openapi_client/cyberdesk_cloud_client/models/machine_response_machine_sensitive_parameters_type_0.py +44 -0
- openapi_client/cyberdesk_cloud_client/models/machine_update.py +80 -1
- openapi_client/cyberdesk_cloud_client/models/machine_update_machine_parameters_type_0.py +44 -0
- openapi_client/cyberdesk_cloud_client/models/machine_update_machine_sensitive_parameters_type_0.py +44 -0
- openapi_client/cyberdesk_cloud_client/models/power_shell_exec_request.py +21 -0
- {cyberdesk-2.1.16.dist-info → cyberdesk-2.1.18.dist-info}/WHEEL +0 -0
- {cyberdesk-2.1.16.dist-info → cyberdesk-2.1.18.dist-info}/licenses/LICENSE +0 -0
- {cyberdesk-2.1.16.dist-info → cyberdesk-2.1.18.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cyberdesk
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.18
|
|
4
4
|
Summary: The official Python SDK for Cyberdesk
|
|
5
5
|
Author-email: Cyberdesk Team <dev@cyberdesk.io>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -12,6 +12,23 @@ Provides-Extra: dev
|
|
|
12
12
|
Requires-Dist: openapi-python-client; extra == "dev"
|
|
13
13
|
Requires-Dist: build; extra == "dev"
|
|
14
14
|
Requires-Dist: twine; extra == "dev"
|
|
15
|
+
Provides-Extra: testing
|
|
16
|
+
Requires-Dist: svix>=1.0.0; extra == "testing"
|
|
17
|
+
Requires-Dist: fastapi>=0.100.0; extra == "testing"
|
|
18
|
+
Requires-Dist: uvicorn[standard]>=0.30.0; extra == "testing"
|
|
19
|
+
Requires-Dist: python-dotenv>=1.0.0; extra == "testing"
|
|
20
|
+
Requires-Dist: pytest>=8.0.0; extra == "testing"
|
|
21
|
+
Requires-Dist: pytest-asyncio>=0.23.0; extra == "testing"
|
|
22
|
+
Provides-Extra: all
|
|
23
|
+
Requires-Dist: openapi-python-client; extra == "all"
|
|
24
|
+
Requires-Dist: build; extra == "all"
|
|
25
|
+
Requires-Dist: twine; extra == "all"
|
|
26
|
+
Requires-Dist: svix>=1.0.0; extra == "all"
|
|
27
|
+
Requires-Dist: fastapi>=0.100.0; extra == "all"
|
|
28
|
+
Requires-Dist: uvicorn[standard]>=0.30.0; extra == "all"
|
|
29
|
+
Requires-Dist: python-dotenv>=1.0.0; extra == "all"
|
|
30
|
+
Requires-Dist: pytest>=8.0.0; extra == "all"
|
|
31
|
+
Requires-Dist: pytest-asyncio>=0.23.0; extra == "all"
|
|
15
32
|
Dynamic: license-file
|
|
16
33
|
|
|
17
34
|
# Cyberdesk Python SDK
|
|
@@ -21,7 +38,14 @@ The official Python SDK for Cyberdesk API. This SDK provides a clean, type-safe
|
|
|
21
38
|
## Installation
|
|
22
39
|
|
|
23
40
|
```bash
|
|
41
|
+
# Basic SDK installation
|
|
24
42
|
pip install cyberdesk
|
|
43
|
+
|
|
44
|
+
# With testing utilities
|
|
45
|
+
pip install "cyberdesk[testing]"
|
|
46
|
+
|
|
47
|
+
# All development dependencies (for SDK contributors)
|
|
48
|
+
pip install "cyberdesk[all]"
|
|
25
49
|
```
|
|
26
50
|
|
|
27
51
|
## Quick Start
|
|
@@ -66,6 +90,38 @@ else:
|
|
|
66
90
|
print("Run failed:", ", ".join(run.error or []))
|
|
67
91
|
```
|
|
68
92
|
|
|
93
|
+
## Desktop Parameters
|
|
94
|
+
|
|
95
|
+
Configure machine-specific values that automatically populate workflows running on specific desktops:
|
|
96
|
+
|
|
97
|
+
```python
|
|
98
|
+
from cyberdesk import MachineUpdate
|
|
99
|
+
|
|
100
|
+
# Set desktop parameters for a machine
|
|
101
|
+
client.machines.update_sync(
|
|
102
|
+
machine_id="machine-id",
|
|
103
|
+
data=MachineUpdate(
|
|
104
|
+
machine_parameters={
|
|
105
|
+
"username": "machine_specific_user",
|
|
106
|
+
"api_url": "https://api-region-east.example.com",
|
|
107
|
+
"config_path": "C:\\MachineA\\config.json"
|
|
108
|
+
},
|
|
109
|
+
machine_sensitive_parameters={
|
|
110
|
+
"password": "actual_secret_value", # Stored securely in Basis Theory
|
|
111
|
+
"api_key": "actual_api_key_123"
|
|
112
|
+
}
|
|
113
|
+
)
|
|
114
|
+
)
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
Use in workflows with standard syntax:
|
|
118
|
+
```
|
|
119
|
+
Log in to {api_url} using {username} and password {$password}.
|
|
120
|
+
Then open the config at {config_path}.
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
Desktop parameters automatically override run-level inputs and persist across runs. See the [Desktop Parameters docs](https://docs.cyberdesk.io/concepts/desktop-parameters) for more details.
|
|
124
|
+
|
|
69
125
|
## Full Documentation
|
|
70
126
|
|
|
71
127
|
For complete documentation including async/sync usage, error handling, and all available methods, visit:
|
|
@@ -281,6 +337,106 @@ from cyberdesk import (
|
|
|
281
337
|
)
|
|
282
338
|
```
|
|
283
339
|
|
|
340
|
+
## Webhooks
|
|
341
|
+
|
|
342
|
+
### Handling Webhooks
|
|
343
|
+
|
|
344
|
+
Cyberdesk sends webhooks when important events occur (e.g., workflow completion). To handle webhooks:
|
|
345
|
+
|
|
346
|
+
```python
|
|
347
|
+
import os
|
|
348
|
+
from fastapi import FastAPI, Request, HTTPException
|
|
349
|
+
from svix.webhooks import Webhook, WebhookVerificationError
|
|
350
|
+
from openapi_client.cyberdesk_cloud_client.models.run_completed_event import RunCompletedEvent
|
|
351
|
+
from openapi_client.cyberdesk_cloud_client.models.run_response import RunResponse
|
|
352
|
+
from typing import cast
|
|
353
|
+
|
|
354
|
+
app = FastAPI()
|
|
355
|
+
|
|
356
|
+
@app.post("/webhooks/cyberdesk")
|
|
357
|
+
async def cyberdesk_webhook(request: Request):
|
|
358
|
+
secret = os.environ["SVIX_WEBHOOK_SECRET"]
|
|
359
|
+
wh = Webhook(secret)
|
|
360
|
+
|
|
361
|
+
payload = await request.body()
|
|
362
|
+
headers = {
|
|
363
|
+
"svix-id": request.headers.get("svix-id"),
|
|
364
|
+
"svix-timestamp": request.headers.get("svix-timestamp"),
|
|
365
|
+
"svix-signature": request.headers.get("svix-signature"),
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
try:
|
|
369
|
+
data = wh.verify(payload, headers)
|
|
370
|
+
# IMPORTANT: Use from_dict() for attrs classes, NOT model_validate()
|
|
371
|
+
evt = RunCompletedEvent.from_dict(data)
|
|
372
|
+
run: RunResponse = cast(RunResponse, evt.run)
|
|
373
|
+
|
|
374
|
+
# Process the run based on status
|
|
375
|
+
if run.status == "success":
|
|
376
|
+
print(f"Run {run.id} completed successfully!")
|
|
377
|
+
print(f"Output: {run.output_data}")
|
|
378
|
+
|
|
379
|
+
return {"ok": True}
|
|
380
|
+
except WebhookVerificationError:
|
|
381
|
+
raise HTTPException(status_code=400, detail="Invalid signature")
|
|
382
|
+
```
|
|
383
|
+
|
|
384
|
+
**Important**: The SDK uses `attrs` classes (not Pydantic), so use `RunCompletedEvent.from_dict(data)` instead of `model_validate(data)`.
|
|
385
|
+
|
|
386
|
+
### Testing Webhooks Locally
|
|
387
|
+
|
|
388
|
+
See [tests/webhooks/WEBHOOK_TESTING.md](./tests/webhooks/WEBHOOK_TESTING.md) for a complete guide on testing webhooks locally without exposing your server to the internet.
|
|
389
|
+
|
|
390
|
+
Quick start:
|
|
391
|
+
```bash
|
|
392
|
+
# Install SDK with testing dependencies
|
|
393
|
+
pip install "cyberdesk[testing]"
|
|
394
|
+
|
|
395
|
+
# Set up .env file
|
|
396
|
+
cp .env.example .env
|
|
397
|
+
# Edit .env with your SVIX_WEBHOOK_SECRET
|
|
398
|
+
|
|
399
|
+
# Run the example webhook handler
|
|
400
|
+
python -m uvicorn tests.webhooks.example_webhook_handler:app --reload
|
|
401
|
+
|
|
402
|
+
# In another terminal, test it
|
|
403
|
+
python -m tests.webhooks.test_webhook_local
|
|
404
|
+
```
|
|
405
|
+
|
|
406
|
+
### Example Files
|
|
407
|
+
|
|
408
|
+
All webhook testing resources are in the `tests/webhooks/` directory:
|
|
409
|
+
- `tests/webhooks/example_webhook_handler.py` - Complete, production-ready webhook handler
|
|
410
|
+
- `tests/webhooks/test_webhook_local.py` - Utility to test webhooks locally
|
|
411
|
+
- `tests/webhooks/test_webhook_integration.py` - pytest integration tests
|
|
412
|
+
- `tests/webhooks/WEBHOOK_TESTING.md` - Comprehensive testing guide
|
|
413
|
+
- `tests/webhooks/WEBHOOK_QUICKSTART.md` - Quick reference guide
|
|
414
|
+
|
|
415
|
+
## Testing
|
|
416
|
+
|
|
417
|
+
The SDK includes comprehensive testing utilities:
|
|
418
|
+
|
|
419
|
+
### Quick Test
|
|
420
|
+
|
|
421
|
+
```bash
|
|
422
|
+
# Install with test dependencies
|
|
423
|
+
pip install ".[testing]"
|
|
424
|
+
|
|
425
|
+
# Set up environment
|
|
426
|
+
cp .env.example .env
|
|
427
|
+
# Edit .env with your credentials
|
|
428
|
+
|
|
429
|
+
# Run all tests
|
|
430
|
+
pytest tests/ -v
|
|
431
|
+
```
|
|
432
|
+
|
|
433
|
+
### Test Categories
|
|
434
|
+
|
|
435
|
+
- **Webhook Tests** (`tests/webhooks/`) - Test webhook handlers locally, no real API
|
|
436
|
+
- **Integration Tests** (`tests/integration/`) - Test SDK with real API calls
|
|
437
|
+
|
|
438
|
+
See [TESTING.md](./TESTING.md) for complete testing documentation.
|
|
439
|
+
|
|
284
440
|
## Limitations
|
|
285
441
|
|
|
286
442
|
- **Screenshot API**: The `/v1/computer/{machine_id}/display/screenshot` endpoint is not included in the generated client due to limitations with binary (PNG) responses in the openapi-python-client generator. This can be added manually if needed - see the TODO comment in `client.py`.
|
|
@@ -289,7 +445,7 @@ from cyberdesk import (
|
|
|
289
445
|
|
|
290
446
|
- Python 3.8+
|
|
291
447
|
- httpx
|
|
292
|
-
-
|
|
448
|
+
- attrs (used by the auto-generated OpenAPI client)
|
|
293
449
|
|
|
294
450
|
## License
|
|
295
451
|
|
|
@@ -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,90 @@ 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/
|
|
12
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
13
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
14
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
15
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
16
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
17
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
18
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
19
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
20
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
21
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
22
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
23
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
24
|
-
openapi_client/cyberdesk_cloud_client/api/computer/
|
|
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
|
|
25
26
|
openapi_client/cyberdesk_cloud_client/api/connections/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
26
|
-
openapi_client/cyberdesk_cloud_client/api/connections/create_connection_v1_connections_post.py,sha256=
|
|
27
|
-
openapi_client/cyberdesk_cloud_client/api/connections/delete_connection_v1_connections_connection_id_delete.py,sha256=
|
|
28
|
-
openapi_client/cyberdesk_cloud_client/api/connections/get_connection_v1_connections_connection_id_get.py,sha256=
|
|
29
|
-
openapi_client/cyberdesk_cloud_client/api/connections/list_connections_v1_connections_get.py,sha256=
|
|
30
|
-
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
|
|
31
32
|
openapi_client/cyberdesk_cloud_client/api/default/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
32
|
-
openapi_client/cyberdesk_cloud_client/api/default/health_db_health_db_get.py,sha256=
|
|
33
|
-
openapi_client/cyberdesk_cloud_client/api/default/health_health_get.py,sha256=
|
|
34
|
-
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
|
|
35
36
|
openapi_client/cyberdesk_cloud_client/api/health/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
36
|
-
openapi_client/cyberdesk_cloud_client/api/health/database_health_check_v1_health_db_get.py,sha256=
|
|
37
|
-
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
|
|
38
39
|
openapi_client/cyberdesk_cloud_client/api/machines/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
39
|
-
openapi_client/cyberdesk_cloud_client/api/machines/create_machine_v1_machines_post.py,sha256=
|
|
40
|
-
openapi_client/cyberdesk_cloud_client/api/machines/delete_machine_v1_machines_machine_id_delete.py,sha256
|
|
41
|
-
openapi_client/cyberdesk_cloud_client/api/machines/get_machine_pools_v1_machines_machine_id_pools_get.py,sha256=
|
|
42
|
-
openapi_client/cyberdesk_cloud_client/api/machines/get_machine_v1_machines_machine_id_get.py,sha256=
|
|
43
|
-
openapi_client/cyberdesk_cloud_client/api/machines/list_machines_v1_machines_get.py,sha256=
|
|
44
|
-
openapi_client/cyberdesk_cloud_client/api/machines/update_machine_pools_v1_machines_machine_id_pools_put.py,sha256=
|
|
45
|
-
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
|
|
46
47
|
openapi_client/cyberdesk_cloud_client/api/pools/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
47
|
-
openapi_client/cyberdesk_cloud_client/api/pools/add_machines_to_pool_v1_pools_pool_id_machines_post.py,sha256=
|
|
48
|
-
openapi_client/cyberdesk_cloud_client/api/pools/create_pool_v1_pools_post.py,sha256=
|
|
49
|
-
openapi_client/cyberdesk_cloud_client/api/pools/delete_pool_v1_pools_pool_id_delete.py,sha256=
|
|
50
|
-
openapi_client/cyberdesk_cloud_client/api/pools/get_pool_v1_pools_pool_id_get.py,sha256=
|
|
51
|
-
openapi_client/cyberdesk_cloud_client/api/pools/list_pools_v1_pools_get.py,sha256=
|
|
52
|
-
openapi_client/cyberdesk_cloud_client/api/pools/remove_machines_from_pool_v1_pools_pool_id_machines_delete.py,sha256=
|
|
53
|
-
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
|
|
54
55
|
openapi_client/cyberdesk_cloud_client/api/request_logs/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
55
|
-
openapi_client/cyberdesk_cloud_client/api/request_logs/create_request_log_v1_request_logs_post.py,sha256=
|
|
56
|
-
openapi_client/cyberdesk_cloud_client/api/request_logs/delete_request_log_v1_request_logs_log_id_delete.py,sha256=
|
|
57
|
-
openapi_client/cyberdesk_cloud_client/api/request_logs/get_request_log_v1_request_logs_log_id_get.py,sha256=
|
|
58
|
-
openapi_client/cyberdesk_cloud_client/api/request_logs/list_request_logs_v1_request_logs_get.py,sha256=
|
|
59
|
-
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
|
|
60
61
|
openapi_client/cyberdesk_cloud_client/api/run_attachments/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
61
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/create_run_attachment_v1_run_attachments_post.py,sha256=
|
|
62
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/delete_run_attachment_v1_run_attachments_attachment_id_delete.py,sha256=
|
|
63
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/download_run_attachment_v1_run_attachments_attachment_id_download_get.py,sha256=
|
|
64
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/get_run_attachment_download_url_v1_run_attachments_attachment_id_download_url_get.py,sha256=
|
|
65
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/get_run_attachment_v1_run_attachments_attachment_id_get.py,sha256=
|
|
66
|
-
openapi_client/cyberdesk_cloud_client/api/run_attachments/list_run_attachments_v1_run_attachments_get.py,sha256=
|
|
67
|
-
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
|
|
68
69
|
openapi_client/cyberdesk_cloud_client/api/runs/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
69
|
-
openapi_client/cyberdesk_cloud_client/api/runs/bulk_create_runs_v1_runs_bulk_post.py,sha256=
|
|
70
|
-
openapi_client/cyberdesk_cloud_client/api/runs/create_run_chain_v1_runs_chain_post.py,sha256=
|
|
71
|
-
openapi_client/cyberdesk_cloud_client/api/runs/create_run_v1_runs_post.py,sha256=
|
|
72
|
-
openapi_client/cyberdesk_cloud_client/api/runs/delete_run_v1_runs_run_id_delete.py,sha256=
|
|
73
|
-
openapi_client/cyberdesk_cloud_client/api/runs/get_run_v1_runs_run_id_get.py,sha256=
|
|
74
|
-
openapi_client/cyberdesk_cloud_client/api/runs/list_runs_v1_runs_get.py,sha256=
|
|
75
|
-
openapi_client/cyberdesk_cloud_client/api/runs/retry_run_v1_runs_run_id_retry_post.py,sha256=
|
|
76
|
-
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
|
|
77
78
|
openapi_client/cyberdesk_cloud_client/api/test/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
78
|
-
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
|
|
79
80
|
openapi_client/cyberdesk_cloud_client/api/trajectories/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
80
|
-
openapi_client/cyberdesk_cloud_client/api/trajectories/create_trajectory_v1_trajectories_post.py,sha256=
|
|
81
|
-
openapi_client/cyberdesk_cloud_client/api/trajectories/delete_trajectory_v1_trajectories_trajectory_id_delete.py,sha256=
|
|
82
|
-
openapi_client/cyberdesk_cloud_client/api/trajectories/get_latest_trajectory_for_workflow_v1_workflows_workflow_id_latest_trajectory_get.py,sha256=
|
|
83
|
-
openapi_client/cyberdesk_cloud_client/api/trajectories/get_trajectory_v1_trajectories_trajectory_id_get.py,sha256=
|
|
84
|
-
openapi_client/cyberdesk_cloud_client/api/trajectories/list_trajectories_v1_trajectories_get.py,sha256=
|
|
85
|
-
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
|
|
86
87
|
openapi_client/cyberdesk_cloud_client/api/workflows/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
87
|
-
openapi_client/cyberdesk_cloud_client/api/workflows/create_workflow_v1_workflows_post.py,sha256=
|
|
88
|
-
openapi_client/cyberdesk_cloud_client/api/workflows/delete_workflow_v1_workflows_workflow_id_delete.py,sha256
|
|
89
|
-
openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_v1_workflows_workflow_id_get.py,sha256=
|
|
90
|
-
openapi_client/cyberdesk_cloud_client/api/workflows/get_workflow_versions_v1_workflows_workflow_id_versions_get.py,sha256=
|
|
91
|
-
openapi_client/cyberdesk_cloud_client/api/workflows/list_workflows_v1_workflows_get.py,sha256=
|
|
92
|
-
openapi_client/cyberdesk_cloud_client/api/workflows/update_workflow_v1_workflows_workflow_id_patch.py,sha256=
|
|
93
|
-
openapi_client/cyberdesk_cloud_client/models/__init__.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
|
+
openapi_client/cyberdesk_cloud_client/models/__init__.py,sha256=xuOG5GJyh_fo88QoapR5g1l2H7Rhb7Qu41o-S8zpu3k,11894
|
|
94
95
|
openapi_client/cyberdesk_cloud_client/models/attachment_type.py,sha256=zqPOsSd2AmxGNqb5HQ6ZYBAYL8k-0UbWHhfAJYNHoro,161
|
|
95
96
|
openapi_client/cyberdesk_cloud_client/models/chain_step.py,sha256=RbcnI9FI-e6fPYnvtsTUcKmyOkw_0X0R3YLzQihyMO4,5608
|
|
96
97
|
openapi_client/cyberdesk_cloud_client/models/chain_step_inputs_type_0.py,sha256=fLKmOSl7rEi7pRrXbY1sqiVdbCNg0mGj2cPOb5_7hh4,2368
|
|
@@ -98,7 +99,8 @@ openapi_client/cyberdesk_cloud_client/models/chain_step_sensitive_inputs_type_0.
|
|
|
98
99
|
openapi_client/cyberdesk_cloud_client/models/connection_create.py,sha256=gCI36DmjJDZxzGFPbykyYw9k4QEf_4dVNz9b-xZfLo4,3288
|
|
99
100
|
openapi_client/cyberdesk_cloud_client/models/connection_response.py,sha256=aFxqJX75wSEw5dZ-kvh3Wgv_haJ6xYJ7o72vSAbEtHY,5247
|
|
100
101
|
openapi_client/cyberdesk_cloud_client/models/connection_status.py,sha256=XTpa-W0TinYhypU7P-LaJEI3I2JsEaT3voUZQ3zoJO0,203
|
|
101
|
-
openapi_client/cyberdesk_cloud_client/models/
|
|
102
|
+
openapi_client/cyberdesk_cloud_client/models/copy_to_clipboard_request.py,sha256=6WOqshR7ny2Gz5q8qOzLr-BecfHPLswasoPmQxu-8fs,1527
|
|
103
|
+
openapi_client/cyberdesk_cloud_client/models/copy_to_clipboard_v1_computer_machine_id_copy_to_clipboard_post_response_copy_to_clipboard_v1_computer_machine_id_copy_to_clipboard_post.py,sha256=8czEQNJmejLoMCXFtXtb7ujd08GMqGOzQ7282XWghvA,1789
|
|
102
104
|
openapi_client/cyberdesk_cloud_client/models/display_dimensions.py,sha256=_YjSuYuJIzETS5QzOUxsUJvgrOuvScDlUSUp36sr5Dk,1640
|
|
103
105
|
openapi_client/cyberdesk_cloud_client/models/dummy_test_endpoint_v1_test_post_response_dummy_test_endpoint_v1_test_post.py,sha256=9z2ys68FDs76-xnXgUTB76gFEIss6qOKwTekFbBiGA4,1488
|
|
104
106
|
openapi_client/cyberdesk_cloud_client/models/file_input.py,sha256=7RpWoLxoVkGJsqntD2jh6PJZ-SJGWIM1XQziVEGHu5I,3046
|
|
@@ -112,12 +114,18 @@ openapi_client/cyberdesk_cloud_client/models/health_health_get_response_health_h
|
|
|
112
114
|
openapi_client/cyberdesk_cloud_client/models/http_validation_error.py,sha256=OvQ-alRPbtXXwrQunI1Cp1-BWf7ZkVHkigk-YVMFXN0,2213
|
|
113
115
|
openapi_client/cyberdesk_cloud_client/models/keyboard_key_request.py,sha256=iZ2uFo_pgZ59xX04hJZpl49dfVLqTchtAYVUWZX8MEM,1475
|
|
114
116
|
openapi_client/cyberdesk_cloud_client/models/keyboard_type_request.py,sha256=Jgzt14kcl8kfdEJYI3BSnHgxVbFnUIUjBQDF1ly-vIY,1480
|
|
115
|
-
openapi_client/cyberdesk_cloud_client/models/machine_create.py,sha256=
|
|
117
|
+
openapi_client/cyberdesk_cloud_client/models/machine_create.py,sha256=060_AFiuemh_b0OnMgg67dAfco3-QrXUmwkLKhvh6Y4,8545
|
|
118
|
+
openapi_client/cyberdesk_cloud_client/models/machine_create_machine_parameters_type_0.py,sha256=Lx6VS-pnWBEQ1Qz9xgOHIH-ZxlN9SJg7VdDMfNtJ-xg,1332
|
|
119
|
+
openapi_client/cyberdesk_cloud_client/models/machine_create_machine_sensitive_parameters_type_0.py,sha256=3iODOQ69n4efrEYDqdtEF6_-U2fciXKh77EdT3iBiTk,1380
|
|
116
120
|
openapi_client/cyberdesk_cloud_client/models/machine_pool_assignment.py,sha256=oTctHGs4FQsdRvhc_evjC13vewhiQsaohsztMSWXJ9Q,2011
|
|
117
121
|
openapi_client/cyberdesk_cloud_client/models/machine_pool_update.py,sha256=K1ax3OmPZj2t-VlQ0CsRWYuTR667fBTXsT8hJkZXcWU,1935
|
|
118
|
-
openapi_client/cyberdesk_cloud_client/models/machine_response.py,sha256=
|
|
122
|
+
openapi_client/cyberdesk_cloud_client/models/machine_response.py,sha256=S5dNFGfsggnNIm0xiSOxnHQIceE061QhZlYgMrJqlNk,15786
|
|
123
|
+
openapi_client/cyberdesk_cloud_client/models/machine_response_machine_parameters_type_0.py,sha256=2QZATJUv3aQzshYQH7359szmNCCgC9eMZLr9sV240cM,1342
|
|
124
|
+
openapi_client/cyberdesk_cloud_client/models/machine_response_machine_sensitive_parameters_type_0.py,sha256=KLSFx-ehFfIWyRDIbDGzjh3tGircPSzxQXUakKwCCYQ,1390
|
|
119
125
|
openapi_client/cyberdesk_cloud_client/models/machine_status.py,sha256=mqKyXgK1wcaA2fI6iTo_tS7AMeuVrRN4yE21d2Lsq1I,200
|
|
120
|
-
openapi_client/cyberdesk_cloud_client/models/machine_update.py,sha256=
|
|
126
|
+
openapi_client/cyberdesk_cloud_client/models/machine_update.py,sha256=A_M0el92AmcSUZFqZooDq8euUskPfXWbrk4s4Bd9UQQ,12497
|
|
127
|
+
openapi_client/cyberdesk_cloud_client/models/machine_update_machine_parameters_type_0.py,sha256=zvcMGmHKRdX4Cp6wkndUJCX4-J0b2wznv_TzxP_VpC8,1332
|
|
128
|
+
openapi_client/cyberdesk_cloud_client/models/machine_update_machine_sensitive_parameters_type_0.py,sha256=jSImOtfh4B63-vyzIDbM2gbZq9TnNcRwQiv8FAwb58w,1380
|
|
121
129
|
openapi_client/cyberdesk_cloud_client/models/mouse_click_request.py,sha256=GSBn4fg2sNnL4KQQHKly2YIzyRqbfwVgrQXpaalOUxg,3423
|
|
122
130
|
openapi_client/cyberdesk_cloud_client/models/mouse_drag_request.py,sha256=TRQoT0FUprSE2hBK7U3M_mHWx2VzvE_YKg582OBXgXc,3389
|
|
123
131
|
openapi_client/cyberdesk_cloud_client/models/mouse_move_request.py,sha256=D5sWQwnRvs_IvRocctMeE2czciI-KvuuYh73PLutkPo,1548
|
|
@@ -135,7 +143,7 @@ openapi_client/cyberdesk_cloud_client/models/pool_create.py,sha256=2--HYAKZ32HV8
|
|
|
135
143
|
openapi_client/cyberdesk_cloud_client/models/pool_response.py,sha256=quYX1HHAMOeb4P0djQt95kEfz5fTjOtj3kRcyMwtuc8,4012
|
|
136
144
|
openapi_client/cyberdesk_cloud_client/models/pool_update.py,sha256=4sMBukgmfF7MyPNiNqXR2BHqSXwzaRjbOFDW4sHlEJ4,2677
|
|
137
145
|
openapi_client/cyberdesk_cloud_client/models/pool_with_machines.py,sha256=_SlD1SBYlQZvUvYAZbF_EShWfiCbnKMt7j0dmxqRG1M,4971
|
|
138
|
-
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
|
|
139
147
|
openapi_client/cyberdesk_cloud_client/models/power_shell_session_request.py,sha256=2Ix3dnjljWXO6KuOTPCykkYJim1at0_vAu1dh4Dahcw,2361
|
|
140
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
|
|
141
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
|
|
@@ -188,7 +196,7 @@ openapi_client/cyberdesk_cloud_client/models/workflow_create.py,sha256=d0bfNbNBF
|
|
|
188
196
|
openapi_client/cyberdesk_cloud_client/models/workflow_response.py,sha256=k48mouJ6Dcisz2vyM7Rb_cbjU66JudGVPsq4UC7grHA,8977
|
|
189
197
|
openapi_client/cyberdesk_cloud_client/models/workflow_response_old_versions_type_0_item.py,sha256=W9AxxlBlN3rUwLDcoUx5H7MUiYA9UztfX9iEpNGlgAs,1340
|
|
190
198
|
openapi_client/cyberdesk_cloud_client/models/workflow_update.py,sha256=TG2jEitXixS2thtz7lTxTZaE0RBVSWd-apVxWxsvnrg,5333
|
|
191
|
-
cyberdesk-2.1.
|
|
192
|
-
cyberdesk-2.1.
|
|
193
|
-
cyberdesk-2.1.
|
|
194
|
-
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,,
|