cyberdesk 1.11.0 → 2.1.0
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.
- package/dist/client/sdk.gen.d.ts +83 -37
- package/dist/client/sdk.gen.js +165 -38
- package/dist/client/types.gen.d.ts +292 -5
- package/dist/index.d.ts +144 -2
- package/dist/index.js +151 -0
- package/package.json +1 -1
package/dist/client/sdk.gen.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Options as ClientOptions, TDataShape, Client } from '@hey-api/client-fetch';
|
|
2
|
-
import type { HealthCheckV1HealthGetData, DatabaseHealthCheckV1HealthDbGetData, ListMachinesV1MachinesGetData, CreateMachineV1MachinesPostData, DeleteMachineV1MachinesMachineIdDeleteData, GetMachineV1MachinesMachineIdGetData, UpdateMachineV1MachinesMachineIdPatchData, ListWorkflowsV1WorkflowsGetData, CreateWorkflowV1WorkflowsPostData, DeleteWorkflowV1WorkflowsWorkflowIdDeleteData, GetWorkflowV1WorkflowsWorkflowIdGetData, UpdateWorkflowV1WorkflowsWorkflowIdPatchData, GetWorkflowVersionsV1WorkflowsWorkflowIdVersionsGetData, ListRunsV1RunsGetData, CreateRunV1RunsPostData, DeleteRunV1RunsRunIdDeleteData, GetRunV1RunsRunIdGetData, UpdateRunV1RunsRunIdPatchData, BulkCreateRunsV1RunsBulkPostData, ListRunAttachmentsV1RunAttachmentsGetData, CreateRunAttachmentV1RunAttachmentsPostData, DeleteRunAttachmentV1RunAttachmentsAttachmentIdDeleteData, GetRunAttachmentV1RunAttachmentsAttachmentIdGetData, UpdateRunAttachmentV1RunAttachmentsAttachmentIdPutData, GetRunAttachmentDownloadUrlV1RunAttachmentsAttachmentIdDownloadUrlGetData, DownloadRunAttachmentV1RunAttachmentsAttachmentIdDownloadGetData, ListConnectionsV1ConnectionsGetData, CreateConnectionV1ConnectionsPostData, DeleteConnectionV1ConnectionsConnectionIdDeleteData, GetConnectionV1ConnectionsConnectionIdGetData, UpdateConnectionV1ConnectionsConnectionIdPatchData, ListRequestLogsV1RequestLogsGetData, CreateRequestLogV1RequestLogsPostData, DeleteRequestLogV1RequestLogsLogIdDeleteData, GetRequestLogV1RequestLogsLogIdGetData, UpdateRequestLogV1RequestLogsLogIdPatchData, ListTrajectoriesV1TrajectoriesGetData, CreateTrajectoryV1TrajectoriesPostData, DeleteTrajectoryV1TrajectoriesTrajectoryIdDeleteData, GetTrajectoryV1TrajectoriesTrajectoryIdGetData, UpdateTrajectoryV1TrajectoriesTrajectoryIdPatchData, GetLatestTrajectoryForWorkflowV1WorkflowsWorkflowIdLatestTrajectoryGetData, GetScreenshotV1ComputerMachineIdDisplayScreenshotGetData, GetDisplayDimensionsV1ComputerMachineIdDisplayDimensionsGetData, KeyboardTypeV1ComputerMachineIdInputKeyboardTypePostData, KeyboardKeyV1ComputerMachineIdInputKeyboardKeyPostData, GetMousePositionV1ComputerMachineIdInputMousePositionGetData, MouseMoveV1ComputerMachineIdInputMouseMovePostData, MouseClickV1ComputerMachineIdInputMouseClickPostData, FsListV1ComputerMachineIdFsListGetData, FsReadV1ComputerMachineIdFsReadGetData, FsWriteV1ComputerMachineIdFsWritePostData, PowershellExecV1ComputerMachineIdShellPowershellExecPostData, PowershellSessionV1ComputerMachineIdShellPowershellSessionPostData, DummyTestEndpointV1TestPostData, RootGetData } from './types.gen';
|
|
2
|
+
import type { HealthCheckV1HealthGetData, DatabaseHealthCheckV1HealthDbGetData, ListMachinesV1MachinesGetData, CreateMachineV1MachinesPostData, DeleteMachineV1MachinesMachineIdDeleteData, GetMachineV1MachinesMachineIdGetData, UpdateMachineV1MachinesMachineIdPatchData, GetMachinePoolsV1MachinesMachineIdPoolsGetData, UpdateMachinePoolsV1MachinesMachineIdPoolsPutData, ListPoolsV1PoolsGetData, CreatePoolV1PoolsPostData, DeletePoolV1PoolsPoolIdDeleteData, GetPoolV1PoolsPoolIdGetData, UpdatePoolV1PoolsPoolIdPatchData, RemoveMachinesFromPoolV1PoolsPoolIdMachinesDeleteData, AddMachinesToPoolV1PoolsPoolIdMachinesPostData, ListWorkflowsV1WorkflowsGetData, CreateWorkflowV1WorkflowsPostData, DeleteWorkflowV1WorkflowsWorkflowIdDeleteData, GetWorkflowV1WorkflowsWorkflowIdGetData, UpdateWorkflowV1WorkflowsWorkflowIdPatchData, GetWorkflowVersionsV1WorkflowsWorkflowIdVersionsGetData, ListRunsV1RunsGetData, CreateRunV1RunsPostData, DeleteRunV1RunsRunIdDeleteData, GetRunV1RunsRunIdGetData, UpdateRunV1RunsRunIdPatchData, BulkCreateRunsV1RunsBulkPostData, ListRunAttachmentsV1RunAttachmentsGetData, CreateRunAttachmentV1RunAttachmentsPostData, DeleteRunAttachmentV1RunAttachmentsAttachmentIdDeleteData, GetRunAttachmentV1RunAttachmentsAttachmentIdGetData, UpdateRunAttachmentV1RunAttachmentsAttachmentIdPutData, GetRunAttachmentDownloadUrlV1RunAttachmentsAttachmentIdDownloadUrlGetData, DownloadRunAttachmentV1RunAttachmentsAttachmentIdDownloadGetData, ListConnectionsV1ConnectionsGetData, CreateConnectionV1ConnectionsPostData, DeleteConnectionV1ConnectionsConnectionIdDeleteData, GetConnectionV1ConnectionsConnectionIdGetData, UpdateConnectionV1ConnectionsConnectionIdPatchData, ListRequestLogsV1RequestLogsGetData, CreateRequestLogV1RequestLogsPostData, DeleteRequestLogV1RequestLogsLogIdDeleteData, GetRequestLogV1RequestLogsLogIdGetData, UpdateRequestLogV1RequestLogsLogIdPatchData, ListTrajectoriesV1TrajectoriesGetData, CreateTrajectoryV1TrajectoriesPostData, DeleteTrajectoryV1TrajectoriesTrajectoryIdDeleteData, GetTrajectoryV1TrajectoriesTrajectoryIdGetData, UpdateTrajectoryV1TrajectoriesTrajectoryIdPatchData, GetLatestTrajectoryForWorkflowV1WorkflowsWorkflowIdLatestTrajectoryGetData, GetScreenshotV1ComputerMachineIdDisplayScreenshotGetData, GetDisplayDimensionsV1ComputerMachineIdDisplayDimensionsGetData, KeyboardTypeV1ComputerMachineIdInputKeyboardTypePostData, KeyboardKeyV1ComputerMachineIdInputKeyboardKeyPostData, GetMousePositionV1ComputerMachineIdInputMousePositionGetData, MouseMoveV1ComputerMachineIdInputMouseMovePostData, MouseClickV1ComputerMachineIdInputMouseClickPostData, FsListV1ComputerMachineIdFsListGetData, FsReadV1ComputerMachineIdFsReadGetData, FsWriteV1ComputerMachineIdFsWritePostData, PowershellExecV1ComputerMachineIdShellPowershellExecPostData, PowershellSessionV1ComputerMachineIdShellPowershellSessionPostData, DummyTestEndpointV1TestPostData, RootGetData } from './types.gen';
|
|
3
3
|
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = ClientOptions<TData, ThrowOnError> & {
|
|
4
4
|
/**
|
|
5
5
|
* You can provide a client instance returned by `createClient()` instead of
|
|
@@ -33,7 +33,7 @@ export declare const databaseHealthCheckV1HealthDbGet: <ThrowOnError extends boo
|
|
|
33
33
|
}, unknown, ThrowOnError>;
|
|
34
34
|
/**
|
|
35
35
|
* List Machines
|
|
36
|
-
* List all machines for the authenticated
|
|
36
|
+
* List all machines for the authenticated organization.
|
|
37
37
|
*
|
|
38
38
|
* Supports pagination and filtering by status.
|
|
39
39
|
*/
|
|
@@ -42,7 +42,7 @@ export declare const listMachinesV1MachinesGet: <ThrowOnError extends boolean =
|
|
|
42
42
|
* Create Machine
|
|
43
43
|
* Create a new machine.
|
|
44
44
|
*
|
|
45
|
-
* The machine will be associated with the authenticated
|
|
45
|
+
* The machine will be associated with the authenticated organization.
|
|
46
46
|
*/
|
|
47
47
|
export declare const createMachineV1MachinesPost: <ThrowOnError extends boolean = false>(options: Options<CreateMachineV1MachinesPostData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").MachineResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
48
48
|
/**
|
|
@@ -50,14 +50,14 @@ export declare const createMachineV1MachinesPost: <ThrowOnError extends boolean
|
|
|
50
50
|
* Delete a machine.
|
|
51
51
|
*
|
|
52
52
|
* This will also delete all associated connections, request logs, and runs.
|
|
53
|
-
* The machine must belong to the authenticated
|
|
53
|
+
* The machine must belong to the authenticated organization.
|
|
54
54
|
*/
|
|
55
55
|
export declare const deleteMachineV1MachinesMachineIdDelete: <ThrowOnError extends boolean = false>(options: Options<DeleteMachineV1MachinesMachineIdDeleteData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<void, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
56
56
|
/**
|
|
57
57
|
* Get Machine
|
|
58
58
|
* Get a specific machine by ID.
|
|
59
59
|
*
|
|
60
|
-
* The machine must belong to the authenticated
|
|
60
|
+
* The machine must belong to the authenticated organization.
|
|
61
61
|
*/
|
|
62
62
|
export declare const getMachineV1MachinesMachineIdGet: <ThrowOnError extends boolean = false>(options: Options<GetMachineV1MachinesMachineIdGetData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").MachineResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
63
63
|
/**
|
|
@@ -65,12 +65,58 @@ export declare const getMachineV1MachinesMachineIdGet: <ThrowOnError extends boo
|
|
|
65
65
|
* Update a machine's information.
|
|
66
66
|
*
|
|
67
67
|
* Only the fields provided in the request body will be updated.
|
|
68
|
-
* The machine must belong to the authenticated
|
|
68
|
+
* The machine must belong to the authenticated organization.
|
|
69
69
|
*/
|
|
70
70
|
export declare const updateMachineV1MachinesMachineIdPatch: <ThrowOnError extends boolean = false>(options: Options<UpdateMachineV1MachinesMachineIdPatchData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").MachineResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
71
|
+
/**
|
|
72
|
+
* Get Machine Pools
|
|
73
|
+
* Get all pools that a machine belongs to.
|
|
74
|
+
*/
|
|
75
|
+
export declare const getMachinePoolsV1MachinesMachineIdPoolsGet: <ThrowOnError extends boolean = false>(options: Options<GetMachinePoolsV1MachinesMachineIdPoolsGetData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").PoolResponse[], import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
76
|
+
/**
|
|
77
|
+
* Update Machine Pools
|
|
78
|
+
* Update a machine's pool assignments.
|
|
79
|
+
* This replaces all existing pool assignments with the new ones.
|
|
80
|
+
*/
|
|
81
|
+
export declare const updateMachinePoolsV1MachinesMachineIdPoolsPut: <ThrowOnError extends boolean = false>(options: Options<UpdateMachinePoolsV1MachinesMachineIdPoolsPutData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").MachineResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
82
|
+
/**
|
|
83
|
+
* List Pools
|
|
84
|
+
* List all pools for the organization.
|
|
85
|
+
*/
|
|
86
|
+
export declare const listPoolsV1PoolsGet: <ThrowOnError extends boolean = false>(options?: Options<ListPoolsV1PoolsGetData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").PaginatedResponsePoolResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
87
|
+
/**
|
|
88
|
+
* Create Pool
|
|
89
|
+
* Create a new pool for organizing machines.
|
|
90
|
+
*/
|
|
91
|
+
export declare const createPoolV1PoolsPost: <ThrowOnError extends boolean = false>(options: Options<CreatePoolV1PoolsPostData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").PoolResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
92
|
+
/**
|
|
93
|
+
* Delete Pool
|
|
94
|
+
* Delete a pool. This will not delete the machines in the pool.
|
|
95
|
+
*/
|
|
96
|
+
export declare const deletePoolV1PoolsPoolIdDelete: <ThrowOnError extends boolean = false>(options: Options<DeletePoolV1PoolsPoolIdDeleteData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<void, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
97
|
+
/**
|
|
98
|
+
* Get Pool
|
|
99
|
+
* Get a specific pool by ID.
|
|
100
|
+
*/
|
|
101
|
+
export declare const getPoolV1PoolsPoolIdGet: <ThrowOnError extends boolean = false>(options: Options<GetPoolV1PoolsPoolIdGetData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").PoolWithMachines, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
102
|
+
/**
|
|
103
|
+
* Update Pool
|
|
104
|
+
* Update a pool's details.
|
|
105
|
+
*/
|
|
106
|
+
export declare const updatePoolV1PoolsPoolIdPatch: <ThrowOnError extends boolean = false>(options: Options<UpdatePoolV1PoolsPoolIdPatchData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").PoolResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
107
|
+
/**
|
|
108
|
+
* Remove Machines From Pool
|
|
109
|
+
* Remove machines from a pool.
|
|
110
|
+
*/
|
|
111
|
+
export declare const removeMachinesFromPoolV1PoolsPoolIdMachinesDelete: <ThrowOnError extends boolean = false>(options: Options<RemoveMachinesFromPoolV1PoolsPoolIdMachinesDeleteData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<void, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
112
|
+
/**
|
|
113
|
+
* Add Machines To Pool
|
|
114
|
+
* Add machines to a pool.
|
|
115
|
+
*/
|
|
116
|
+
export declare const addMachinesToPoolV1PoolsPoolIdMachinesPost: <ThrowOnError extends boolean = false>(options: Options<AddMachinesToPoolV1PoolsPoolIdMachinesPostData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").PoolWithMachines, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
71
117
|
/**
|
|
72
118
|
* List Workflows
|
|
73
|
-
* List all workflows for the authenticated
|
|
119
|
+
* List all workflows for the authenticated organization.
|
|
74
120
|
*
|
|
75
121
|
* Supports pagination and returns workflows ordered by updated_at descending.
|
|
76
122
|
*/
|
|
@@ -79,7 +125,7 @@ export declare const listWorkflowsV1WorkflowsGet: <ThrowOnError extends boolean
|
|
|
79
125
|
* Create Workflow
|
|
80
126
|
* Create a new workflow.
|
|
81
127
|
*
|
|
82
|
-
* The workflow will be associated with the authenticated
|
|
128
|
+
* The workflow will be associated with the authenticated organization.
|
|
83
129
|
*/
|
|
84
130
|
export declare const createWorkflowV1WorkflowsPost: <ThrowOnError extends boolean = false>(options: Options<CreateWorkflowV1WorkflowsPostData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").WorkflowResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
85
131
|
/**
|
|
@@ -87,14 +133,14 @@ export declare const createWorkflowV1WorkflowsPost: <ThrowOnError extends boolea
|
|
|
87
133
|
* Delete a workflow.
|
|
88
134
|
*
|
|
89
135
|
* This will also delete all associated runs and trajectories.
|
|
90
|
-
* The workflow must belong to the authenticated
|
|
136
|
+
* The workflow must belong to the authenticated organization.
|
|
91
137
|
*/
|
|
92
138
|
export declare const deleteWorkflowV1WorkflowsWorkflowIdDelete: <ThrowOnError extends boolean = false>(options: Options<DeleteWorkflowV1WorkflowsWorkflowIdDeleteData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<void, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
93
139
|
/**
|
|
94
140
|
* Get Workflow
|
|
95
141
|
* Get a specific workflow by ID.
|
|
96
142
|
*
|
|
97
|
-
* The workflow must belong to the authenticated
|
|
143
|
+
* The workflow must belong to the authenticated organization.
|
|
98
144
|
*/
|
|
99
145
|
export declare const getWorkflowV1WorkflowsWorkflowIdGet: <ThrowOnError extends boolean = false>(options: Options<GetWorkflowV1WorkflowsWorkflowIdGetData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").WorkflowResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
100
146
|
/**
|
|
@@ -103,7 +149,7 @@ export declare const getWorkflowV1WorkflowsWorkflowIdGet: <ThrowOnError extends
|
|
|
103
149
|
*
|
|
104
150
|
* The current version will be saved to the version history.
|
|
105
151
|
* Only the fields provided in the request body will be updated.
|
|
106
|
-
* The workflow must belong to the authenticated
|
|
152
|
+
* The workflow must belong to the authenticated organization.
|
|
107
153
|
*/
|
|
108
154
|
export declare const updateWorkflowV1WorkflowsWorkflowIdPatch: <ThrowOnError extends boolean = false>(options: Options<UpdateWorkflowV1WorkflowsWorkflowIdPatchData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").WorkflowResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
109
155
|
/**
|
|
@@ -111,14 +157,14 @@ export declare const updateWorkflowV1WorkflowsWorkflowIdPatch: <ThrowOnError ext
|
|
|
111
157
|
* Get the version history of a workflow.
|
|
112
158
|
*
|
|
113
159
|
* Returns a list of previous versions with their prompts and timestamps.
|
|
114
|
-
* The workflow must belong to the authenticated
|
|
160
|
+
* The workflow must belong to the authenticated organization.
|
|
115
161
|
*/
|
|
116
162
|
export declare const getWorkflowVersionsV1WorkflowsWorkflowIdVersionsGet: <ThrowOnError extends boolean = false>(options: Options<GetWorkflowVersionsV1WorkflowsWorkflowIdVersionsGetData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<{
|
|
117
163
|
[key: string]: unknown;
|
|
118
164
|
}[], import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
119
165
|
/**
|
|
120
166
|
* List Runs
|
|
121
|
-
* List all runs for the authenticated
|
|
167
|
+
* List all runs for the authenticated organization.
|
|
122
168
|
*
|
|
123
169
|
* Supports pagination and filtering by workflow, machine, and status.
|
|
124
170
|
* Returns runs with their associated workflow and machine data.
|
|
@@ -128,33 +174,33 @@ export declare const listRunsV1RunsGet: <ThrowOnError extends boolean = false>(o
|
|
|
128
174
|
* Create Run
|
|
129
175
|
* Create a new run.
|
|
130
176
|
*
|
|
131
|
-
* The workflow must exist and belong to the authenticated
|
|
177
|
+
* The workflow must exist and belong to the authenticated organization.
|
|
132
178
|
* If machine_id is not provided, an available machine will be automatically selected.
|
|
133
|
-
* The run will be created with SCHEDULING status and a Temporal workflow will be started.
|
|
179
|
+
* The run will be created with SCHEDULING status and a Temporal workflow will be started asynchronously.
|
|
134
180
|
*/
|
|
135
181
|
export declare const createRunV1RunsPost: <ThrowOnError extends boolean = false>(options: Options<CreateRunV1RunsPostData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").RunResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
136
182
|
/**
|
|
137
183
|
* Delete Run
|
|
138
184
|
* Delete a run.
|
|
139
185
|
*
|
|
140
|
-
*
|
|
186
|
+
* This will also delete all associated attachments and their files.
|
|
187
|
+
* The run must belong to the authenticated organization.
|
|
141
188
|
*/
|
|
142
189
|
export declare const deleteRunV1RunsRunIdDelete: <ThrowOnError extends boolean = false>(options: Options<DeleteRunV1RunsRunIdDeleteData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<void, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
143
190
|
/**
|
|
144
191
|
* Get Run
|
|
145
192
|
* Get a specific run by ID.
|
|
146
193
|
*
|
|
194
|
+
* The run must belong to the authenticated organization.
|
|
147
195
|
* Returns the run with its associated workflow and machine data.
|
|
148
|
-
* The run must belong to the authenticated user.
|
|
149
196
|
*/
|
|
150
197
|
export declare const getRunV1RunsRunIdGet: <ThrowOnError extends boolean = false>(options: Options<GetRunV1RunsRunIdGetData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").RunResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
151
198
|
/**
|
|
152
199
|
* Update Run
|
|
153
|
-
* Update a run's
|
|
200
|
+
* Update a run's data.
|
|
154
201
|
*
|
|
155
|
-
* Can update status, error messages, output data, attachments, and message history.
|
|
156
202
|
* Only the fields provided in the request body will be updated.
|
|
157
|
-
* The run must belong to the authenticated
|
|
203
|
+
* The run must belong to the authenticated organization.
|
|
158
204
|
*/
|
|
159
205
|
export declare const updateRunV1RunsRunIdPatch: <ThrowOnError extends boolean = false>(options: Options<UpdateRunV1RunsRunIdPatchData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").RunResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
160
206
|
/**
|
|
@@ -171,7 +217,7 @@ export declare const updateRunV1RunsRunIdPatch: <ThrowOnError extends boolean =
|
|
|
171
217
|
export declare const bulkCreateRunsV1RunsBulkPost: <ThrowOnError extends boolean = false>(options: Options<BulkCreateRunsV1RunsBulkPostData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").RunBulkCreateResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
172
218
|
/**
|
|
173
219
|
* List Run Attachments
|
|
174
|
-
* List all run attachments for the authenticated
|
|
220
|
+
* List all run attachments for the authenticated organization.
|
|
175
221
|
*
|
|
176
222
|
* Supports pagination and filtering by run ID and attachment type.
|
|
177
223
|
*/
|
|
@@ -225,7 +271,7 @@ export declare const getRunAttachmentDownloadUrlV1RunAttachmentsAttachmentIdDown
|
|
|
225
271
|
export declare const downloadRunAttachmentV1RunAttachmentsAttachmentIdDownloadGet: <ThrowOnError extends boolean = false>(options: Options<DownloadRunAttachmentV1RunAttachmentsAttachmentIdDownloadGetData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<unknown, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
226
272
|
/**
|
|
227
273
|
* List Connections
|
|
228
|
-
* List all connections for the authenticated
|
|
274
|
+
* List all connections for the authenticated organization's machines.
|
|
229
275
|
*
|
|
230
276
|
* Supports pagination and filtering by machine and status.
|
|
231
277
|
* Returns connections with their associated machine data.
|
|
@@ -235,21 +281,21 @@ export declare const listConnectionsV1ConnectionsGet: <ThrowOnError extends bool
|
|
|
235
281
|
* Create Connection
|
|
236
282
|
* Create a new connection (typically done by the WebSocket handler).
|
|
237
283
|
*
|
|
238
|
-
* The machine must exist and belong to the authenticated
|
|
284
|
+
* The machine must exist and belong to the authenticated organization.
|
|
239
285
|
*/
|
|
240
286
|
export declare const createConnectionV1ConnectionsPost: <ThrowOnError extends boolean = false>(options: Options<CreateConnectionV1ConnectionsPostData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").ConnectionResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
241
287
|
/**
|
|
242
288
|
* Delete Connection
|
|
243
289
|
* Delete a connection (not typically used - connections are managed automatically).
|
|
244
290
|
*
|
|
245
|
-
* The connection must belong to a machine owned by the authenticated
|
|
291
|
+
* The connection must belong to a machine owned by the authenticated organization.
|
|
246
292
|
*/
|
|
247
293
|
export declare const deleteConnectionV1ConnectionsConnectionIdDelete: <ThrowOnError extends boolean = false>(options: Options<DeleteConnectionV1ConnectionsConnectionIdDeleteData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<void, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
248
294
|
/**
|
|
249
295
|
* Get Connection
|
|
250
296
|
* Get a specific connection by ID.
|
|
251
297
|
*
|
|
252
|
-
* The connection must belong to a machine owned by the authenticated
|
|
298
|
+
* The connection must belong to a machine owned by the authenticated organization.
|
|
253
299
|
*/
|
|
254
300
|
export declare const getConnectionV1ConnectionsConnectionIdGet: <ThrowOnError extends boolean = false>(options: Options<GetConnectionV1ConnectionsConnectionIdGetData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").ConnectionResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
255
301
|
/**
|
|
@@ -257,12 +303,12 @@ export declare const getConnectionV1ConnectionsConnectionIdGet: <ThrowOnError ex
|
|
|
257
303
|
* Update a connection's status or timestamps.
|
|
258
304
|
*
|
|
259
305
|
* Only the fields provided in the request body will be updated.
|
|
260
|
-
* The connection must belong to a machine owned by the authenticated
|
|
306
|
+
* The connection must belong to a machine owned by the authenticated organization.
|
|
261
307
|
*/
|
|
262
308
|
export declare const updateConnectionV1ConnectionsConnectionIdPatch: <ThrowOnError extends boolean = false>(options: Options<UpdateConnectionV1ConnectionsConnectionIdPatchData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").ConnectionResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
263
309
|
/**
|
|
264
310
|
* List Request Logs
|
|
265
|
-
* List all request logs for the authenticated
|
|
311
|
+
* List all request logs for the authenticated organization's machines.
|
|
266
312
|
*
|
|
267
313
|
* Supports pagination and filtering by machine, HTTP method, and status code.
|
|
268
314
|
*/
|
|
@@ -271,7 +317,7 @@ export declare const listRequestLogsV1RequestLogsGet: <ThrowOnError extends bool
|
|
|
271
317
|
* Create Request Log
|
|
272
318
|
* Create a new request log.
|
|
273
319
|
*
|
|
274
|
-
* The machine must exist and belong to the authenticated
|
|
320
|
+
* The machine must exist and belong to the authenticated organization.
|
|
275
321
|
* This is typically called when a request is initiated.
|
|
276
322
|
*/
|
|
277
323
|
export declare const createRequestLogV1RequestLogsPost: <ThrowOnError extends boolean = false>(options: Options<CreateRequestLogV1RequestLogsPostData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").RequestLogResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
@@ -279,14 +325,14 @@ export declare const createRequestLogV1RequestLogsPost: <ThrowOnError extends bo
|
|
|
279
325
|
* Delete Request Log
|
|
280
326
|
* Delete a request log (not typically used - logs are kept for analytics).
|
|
281
327
|
*
|
|
282
|
-
* The log must belong to a machine owned by the authenticated
|
|
328
|
+
* The log must belong to a machine owned by the authenticated organization.
|
|
283
329
|
*/
|
|
284
330
|
export declare const deleteRequestLogV1RequestLogsLogIdDelete: <ThrowOnError extends boolean = false>(options: Options<DeleteRequestLogV1RequestLogsLogIdDeleteData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<void, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
285
331
|
/**
|
|
286
332
|
* Get Request Log
|
|
287
333
|
* Get a specific request log by ID.
|
|
288
334
|
*
|
|
289
|
-
* The log must belong to a machine owned by the authenticated
|
|
335
|
+
* The log must belong to a machine owned by the authenticated organization.
|
|
290
336
|
*/
|
|
291
337
|
export declare const getRequestLogV1RequestLogsLogIdGet: <ThrowOnError extends boolean = false>(options: Options<GetRequestLogV1RequestLogsLogIdGetData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").RequestLogResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
292
338
|
/**
|
|
@@ -295,12 +341,12 @@ export declare const getRequestLogV1RequestLogsLogIdGet: <ThrowOnError extends b
|
|
|
295
341
|
*
|
|
296
342
|
* This is typically called when a request completes to add the response details.
|
|
297
343
|
* Only the fields provided in the request body will be updated.
|
|
298
|
-
* The log must belong to a machine owned by the authenticated
|
|
344
|
+
* The log must belong to a machine owned by the authenticated organization.
|
|
299
345
|
*/
|
|
300
346
|
export declare const updateRequestLogV1RequestLogsLogIdPatch: <ThrowOnError extends boolean = false>(options: Options<UpdateRequestLogV1RequestLogsLogIdPatchData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").RequestLogResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
301
347
|
/**
|
|
302
348
|
* List Trajectories
|
|
303
|
-
* List all trajectories for the authenticated
|
|
349
|
+
* List all trajectories for the authenticated organization.
|
|
304
350
|
*
|
|
305
351
|
* Supports pagination and filtering by workflow.
|
|
306
352
|
* Returns trajectories with their associated workflow data.
|
|
@@ -310,7 +356,7 @@ export declare const listTrajectoriesV1TrajectoriesGet: <ThrowOnError extends bo
|
|
|
310
356
|
* Create Trajectory
|
|
311
357
|
* Create a new trajectory for a workflow.
|
|
312
358
|
*
|
|
313
|
-
* The workflow must exist and belong to the authenticated
|
|
359
|
+
* The workflow must exist and belong to the authenticated organization.
|
|
314
360
|
* The trajectory_data must contain at least one item.
|
|
315
361
|
*/
|
|
316
362
|
export declare const createTrajectoryV1TrajectoriesPost: <ThrowOnError extends boolean = false>(options: Options<CreateTrajectoryV1TrajectoriesPostData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").TrajectoryResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
@@ -318,7 +364,7 @@ export declare const createTrajectoryV1TrajectoriesPost: <ThrowOnError extends b
|
|
|
318
364
|
* Delete Trajectory
|
|
319
365
|
* Delete a trajectory.
|
|
320
366
|
*
|
|
321
|
-
* The trajectory must belong to the authenticated
|
|
367
|
+
* The trajectory must belong to the authenticated organization.
|
|
322
368
|
*/
|
|
323
369
|
export declare const deleteTrajectoryV1TrajectoriesTrajectoryIdDelete: <ThrowOnError extends boolean = false>(options: Options<DeleteTrajectoryV1TrajectoriesTrajectoryIdDeleteData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<void, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
324
370
|
/**
|
|
@@ -326,7 +372,7 @@ export declare const deleteTrajectoryV1TrajectoriesTrajectoryIdDelete: <ThrowOnE
|
|
|
326
372
|
* Get a specific trajectory by ID.
|
|
327
373
|
*
|
|
328
374
|
* Returns the trajectory with its associated workflow data.
|
|
329
|
-
* The trajectory must belong to the authenticated
|
|
375
|
+
* The trajectory must belong to the authenticated organization.
|
|
330
376
|
*/
|
|
331
377
|
export declare const getTrajectoryV1TrajectoriesTrajectoryIdGet: <ThrowOnError extends boolean = false>(options: Options<GetTrajectoryV1TrajectoriesTrajectoryIdGetData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").TrajectoryResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
332
378
|
/**
|
|
@@ -334,7 +380,7 @@ export declare const getTrajectoryV1TrajectoriesTrajectoryIdGet: <ThrowOnError e
|
|
|
334
380
|
* Update a trajectory's data.
|
|
335
381
|
*
|
|
336
382
|
* Only the fields provided in the request body will be updated.
|
|
337
|
-
* The trajectory must belong to the authenticated
|
|
383
|
+
* The trajectory must belong to the authenticated organization.
|
|
338
384
|
*/
|
|
339
385
|
export declare const updateTrajectoryV1TrajectoriesTrajectoryIdPatch: <ThrowOnError extends boolean = false>(options: Options<UpdateTrajectoryV1TrajectoriesTrajectoryIdPatchData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").TrajectoryResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
340
386
|
/**
|
|
@@ -342,7 +388,7 @@ export declare const updateTrajectoryV1TrajectoriesTrajectoryIdPatch: <ThrowOnEr
|
|
|
342
388
|
* Get the latest trajectory for a specific workflow.
|
|
343
389
|
*
|
|
344
390
|
* Returns the most recently updated trajectory for the workflow.
|
|
345
|
-
* The workflow must belong to the authenticated
|
|
391
|
+
* The workflow must belong to the authenticated organization.
|
|
346
392
|
*/
|
|
347
393
|
export declare const getLatestTrajectoryForWorkflowV1WorkflowsWorkflowIdLatestTrajectoryGet: <ThrowOnError extends boolean = false>(options: Options<GetLatestTrajectoryForWorkflowV1WorkflowsWorkflowIdLatestTrajectoryGetData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").TrajectoryResponse, import("./types.gen").HttpValidationError, ThrowOnError>;
|
|
348
394
|
/**
|