@mobilerun/sdk 2.2.0 → 3.0.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/CHANGELOG.md +243 -0
- package/README.md +44 -0
- package/client.d.mts +32 -3
- package/client.d.mts.map +1 -1
- package/client.d.ts +32 -3
- package/client.d.ts.map +1 -1
- package/client.js +29 -7
- package/client.js.map +1 -1
- package/client.mjs +29 -7
- package/client.mjs.map +1 -1
- package/internal/tslib.js +6 -6
- package/internal/utils/query.d.mts +2 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +2 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +10 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +6 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils.d.mts +1 -0
- package/internal/utils.d.ts +1 -0
- package/internal/utils.js +1 -0
- package/internal/utils.js.map +1 -1
- package/internal/utils.mjs +1 -0
- package/package.json +7 -1
- package/resources/agents.d.mts +29 -0
- package/resources/agents.d.mts.map +1 -0
- package/resources/agents.d.ts +29 -0
- package/resources/agents.d.ts.map +1 -0
- package/resources/agents.js +18 -0
- package/resources/agents.js.map +1 -0
- package/resources/agents.mjs +14 -0
- package/resources/agents.mjs.map +1 -0
- package/resources/apps.d.mts +10 -12
- package/resources/apps.d.mts.map +1 -1
- package/resources/apps.d.ts +10 -12
- package/resources/apps.d.ts.map +1 -1
- package/resources/apps.js.map +1 -1
- package/resources/apps.mjs.map +1 -1
- package/resources/carriers.d.mts +233 -0
- package/resources/carriers.d.mts.map +1 -0
- package/resources/carriers.d.ts +233 -0
- package/resources/carriers.d.ts.map +1 -0
- package/resources/carriers.js +46 -0
- package/resources/carriers.js.map +1 -0
- package/resources/carriers.mjs +42 -0
- package/resources/carriers.mjs.map +1 -0
- package/resources/credentials/credentials.d.mts +4 -13
- package/resources/credentials/credentials.d.mts.map +1 -1
- package/resources/credentials/credentials.d.ts +4 -13
- package/resources/credentials/credentials.d.ts.map +1 -1
- package/resources/credentials/credentials.js.map +1 -1
- package/resources/credentials/credentials.mjs.map +1 -1
- package/resources/devices/actions.d.mts +37 -1
- package/resources/devices/actions.d.mts.map +1 -1
- package/resources/devices/actions.d.ts +37 -1
- package/resources/devices/actions.d.ts.map +1 -1
- package/resources/devices/actions.js +36 -0
- package/resources/devices/actions.js.map +1 -1
- package/resources/devices/actions.mjs +36 -0
- package/resources/devices/actions.mjs.map +1 -1
- package/resources/devices/apps.d.mts +4 -0
- package/resources/devices/apps.d.mts.map +1 -1
- package/resources/devices/apps.d.ts +4 -0
- package/resources/devices/apps.d.ts.map +1 -1
- package/resources/devices/devices.d.mts +40 -38
- package/resources/devices/devices.d.mts.map +1 -1
- package/resources/devices/devices.d.ts +40 -38
- package/resources/devices/devices.d.ts.map +1 -1
- package/resources/devices/devices.js +22 -2
- package/resources/devices/devices.js.map +1 -1
- package/resources/devices/devices.mjs +23 -3
- package/resources/devices/devices.mjs.map +1 -1
- package/resources/devices/files.d.mts +108 -0
- package/resources/devices/files.d.mts.map +1 -0
- package/resources/devices/files.d.ts +108 -0
- package/resources/devices/files.d.ts.map +1 -0
- package/resources/devices/files.js +87 -0
- package/resources/devices/files.js.map +1 -0
- package/resources/devices/files.mjs +83 -0
- package/resources/devices/files.mjs.map +1 -0
- package/resources/devices/index.d.mts +7 -2
- package/resources/devices/index.d.mts.map +1 -1
- package/resources/devices/index.d.ts +7 -2
- package/resources/devices/index.d.ts.map +1 -1
- package/resources/devices/index.js +11 -1
- package/resources/devices/index.js.map +1 -1
- package/resources/devices/index.mjs +6 -1
- package/resources/devices/index.mjs.map +1 -1
- package/resources/devices/keyboard.d.mts +10 -2
- package/resources/devices/keyboard.d.mts.map +1 -1
- package/resources/devices/keyboard.d.ts +10 -2
- package/resources/devices/keyboard.d.ts.map +1 -1
- package/resources/devices/location.d.mts +42 -0
- package/resources/devices/location.d.mts.map +1 -0
- package/resources/devices/location.d.ts +42 -0
- package/resources/devices/location.d.ts.map +1 -0
- package/resources/devices/location.js +47 -0
- package/resources/devices/location.js.map +1 -0
- package/resources/devices/location.mjs +43 -0
- package/resources/devices/location.mjs.map +1 -0
- package/resources/devices/packages.d.mts +4 -0
- package/resources/devices/packages.d.mts.map +1 -1
- package/resources/devices/packages.d.ts +4 -0
- package/resources/devices/packages.d.ts.map +1 -1
- package/resources/devices/profile.d.mts +23 -0
- package/resources/devices/profile.d.mts.map +1 -0
- package/resources/devices/profile.d.ts +23 -0
- package/resources/devices/profile.d.ts.map +1 -0
- package/resources/devices/profile.js +30 -0
- package/resources/devices/profile.js.map +1 -0
- package/resources/devices/profile.mjs +26 -0
- package/resources/devices/profile.mjs.map +1 -0
- package/resources/devices/proxy.d.mts +61 -0
- package/resources/devices/proxy.d.mts.map +1 -0
- package/resources/devices/proxy.d.ts +61 -0
- package/resources/devices/proxy.d.ts.map +1 -0
- package/resources/devices/proxy.js +48 -0
- package/resources/devices/proxy.js.map +1 -0
- package/resources/devices/proxy.mjs +44 -0
- package/resources/devices/proxy.mjs.map +1 -0
- package/resources/devices/state.d.mts +8 -19
- package/resources/devices/state.d.mts.map +1 -1
- package/resources/devices/state.d.ts +8 -19
- package/resources/devices/state.d.ts.map +1 -1
- package/resources/devices/state.js +0 -17
- package/resources/devices/state.js.map +1 -1
- package/resources/devices/state.mjs +0 -17
- package/resources/devices/state.mjs.map +1 -1
- package/resources/devices/tasks.d.mts +2 -9
- package/resources/devices/tasks.d.mts.map +1 -1
- package/resources/devices/tasks.d.ts +2 -9
- package/resources/devices/tasks.d.ts.map +1 -1
- package/resources/devices/tasks.js.map +1 -1
- package/resources/devices/tasks.mjs.map +1 -1
- package/resources/devices/time.d.mts +59 -0
- package/resources/devices/time.d.mts.map +1 -0
- package/resources/devices/time.d.ts +59 -0
- package/resources/devices/time.d.ts.map +1 -0
- package/resources/devices/time.js +83 -0
- package/resources/devices/time.js.map +1 -0
- package/resources/devices/time.mjs +79 -0
- package/resources/devices/time.mjs.map +1 -0
- package/resources/hooks.d.mts +5 -30
- package/resources/hooks.d.mts.map +1 -1
- package/resources/hooks.d.ts +5 -30
- package/resources/hooks.d.ts.map +1 -1
- package/resources/hooks.js +3 -0
- package/resources/hooks.js.map +1 -1
- package/resources/hooks.mjs +3 -0
- package/resources/hooks.mjs.map +1 -1
- package/resources/index.d.mts +6 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +6 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +11 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +5 -0
- package/resources/index.mjs.map +1 -1
- package/resources/profiles.d.mts +84 -0
- package/resources/profiles.d.mts.map +1 -0
- package/resources/profiles.d.ts +84 -0
- package/resources/profiles.d.ts.map +1 -0
- package/resources/profiles.js +40 -0
- package/resources/profiles.js.map +1 -0
- package/resources/profiles.mjs +36 -0
- package/resources/profiles.mjs.map +1 -0
- package/resources/proxies.d.mts +72 -0
- package/resources/proxies.d.mts.map +1 -0
- package/resources/proxies.d.ts +72 -0
- package/resources/proxies.d.ts.map +1 -0
- package/resources/proxies.js +40 -0
- package/resources/proxies.js.map +1 -0
- package/resources/proxies.mjs +36 -0
- package/resources/proxies.mjs.map +1 -0
- package/resources/shared.d.mts +95 -0
- package/resources/shared.d.mts.map +1 -0
- package/resources/shared.d.ts +95 -0
- package/resources/shared.d.ts.map +1 -0
- package/resources/shared.js +4 -0
- package/resources/shared.js.map +1 -0
- package/resources/shared.mjs +3 -0
- package/resources/shared.mjs.map +1 -0
- package/resources/tasks/index.d.mts +1 -1
- package/resources/tasks/index.d.mts.map +1 -1
- package/resources/tasks/index.d.ts +1 -1
- package/resources/tasks/index.d.ts.map +1 -1
- package/resources/tasks/index.js.map +1 -1
- package/resources/tasks/index.mjs.map +1 -1
- package/resources/tasks/screenshots.d.mts +3 -0
- package/resources/tasks/screenshots.d.mts.map +1 -1
- package/resources/tasks/screenshots.d.ts +3 -0
- package/resources/tasks/screenshots.d.ts.map +1 -1
- package/resources/tasks/screenshots.js +3 -0
- package/resources/tasks/screenshots.js.map +1 -1
- package/resources/tasks/screenshots.mjs +3 -0
- package/resources/tasks/screenshots.mjs.map +1 -1
- package/resources/tasks/tasks.d.mts +89 -59
- package/resources/tasks/tasks.d.mts.map +1 -1
- package/resources/tasks/tasks.d.ts +89 -59
- package/resources/tasks/tasks.d.ts.map +1 -1
- package/resources/tasks/tasks.js +11 -5
- package/resources/tasks/tasks.js.map +1 -1
- package/resources/tasks/tasks.mjs +11 -5
- package/resources/tasks/tasks.mjs.map +1 -1
- package/resources/tasks/ui-states.d.mts +3 -0
- package/resources/tasks/ui-states.d.mts.map +1 -1
- package/resources/tasks/ui-states.d.ts +3 -0
- package/resources/tasks/ui-states.d.ts.map +1 -1
- package/resources/tasks/ui-states.js +3 -0
- package/resources/tasks/ui-states.js.map +1 -1
- package/resources/tasks/ui-states.mjs +3 -0
- package/resources/tasks/ui-states.mjs.map +1 -1
- package/src/client.ts +109 -10
- package/src/internal/utils/query.ts +7 -0
- package/src/internal/utils.ts +1 -0
- package/src/resources/agents.ts +43 -0
- package/src/resources/apps.ts +11 -19
- package/src/resources/carriers.ts +327 -0
- package/src/resources/credentials/credentials.ts +4 -19
- package/src/resources/devices/actions.ts +84 -0
- package/src/resources/devices/apps.ts +5 -0
- package/src/resources/devices/devices.ts +107 -61
- package/src/resources/devices/files.ts +221 -0
- package/src/resources/devices/index.ts +37 -3
- package/src/resources/devices/keyboard.ts +12 -2
- package/src/resources/devices/location.ts +91 -0
- package/src/resources/devices/packages.ts +5 -0
- package/src/resources/devices/profile.ts +45 -0
- package/src/resources/devices/proxy.ts +115 -0
- package/src/resources/devices/state.ts +10 -44
- package/src/resources/devices/tasks.ts +2 -15
- package/src/resources/devices/time.ts +147 -0
- package/src/resources/hooks.ts +5 -36
- package/src/resources/index.ts +35 -0
- package/src/resources/profiles.ts +133 -0
- package/src/resources/proxies.ts +130 -0
- package/src/resources/shared.ts +149 -0
- package/src/resources/tasks/index.ts +3 -0
- package/src/resources/tasks/screenshots.ts +3 -0
- package/src/resources/tasks/tasks.ts +112 -67
- package/src/resources/tasks/ui-states.ts +3 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../core/resource';
|
|
4
4
|
import * as TasksAPI from './tasks';
|
|
5
|
+
import * as Shared from '../shared';
|
|
5
6
|
import * as ScreenshotsAPI from './screenshots';
|
|
6
7
|
import { MediaResponse, ScreenshotListResponse, ScreenshotRetrieveParams, Screenshots } from './screenshots';
|
|
7
8
|
import * as UiStatesAPI from './ui-states';
|
|
@@ -11,6 +12,9 @@ import { buildHeaders } from '../../internal/headers';
|
|
|
11
12
|
import { RequestOptions } from '../../internal/request-options';
|
|
12
13
|
import { path } from '../../internal/utils/path';
|
|
13
14
|
|
|
15
|
+
/**
|
|
16
|
+
* Tasks API
|
|
17
|
+
*/
|
|
14
18
|
export class Tasks extends APIResource {
|
|
15
19
|
screenshots: ScreenshotsAPI.Screenshots = new ScreenshotsAPI.Screenshots(this._client);
|
|
16
20
|
uiStates: UiStatesAPI.UiStates = new UiStatesAPI.UiStates(this._client);
|
|
@@ -68,12 +72,20 @@ export class Tasks extends APIResource {
|
|
|
68
72
|
* Create and dispatch a new agent task, returning an SSE stream of task events.
|
|
69
73
|
* Cancels the task if the client disconnects.
|
|
70
74
|
*/
|
|
71
|
-
runStreamed(body: TaskRunStreamedParams, options?: RequestOptions): APIPromise<
|
|
72
|
-
return this._client.post('/tasks/stream', {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
runStreamed(body: TaskRunStreamedParams, options?: RequestOptions): APIPromise<unknown> {
|
|
76
|
+
return this._client.post('/tasks/stream', { body, ...options });
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Send a message to a running agent task. The message ID is delivered via SSE
|
|
81
|
+
* (UserMessageEvent with action=queued).
|
|
82
|
+
*/
|
|
83
|
+
sendMessage(
|
|
84
|
+
taskID: string,
|
|
85
|
+
body: TaskSendMessageParams,
|
|
86
|
+
options?: RequestOptions,
|
|
87
|
+
): APIPromise<TaskSendMessageResponse> {
|
|
88
|
+
return this._client.post(path`/tasks/${taskID}/message`, { body, ...options });
|
|
77
89
|
}
|
|
78
90
|
|
|
79
91
|
/**
|
|
@@ -105,6 +117,8 @@ export interface Task {
|
|
|
105
117
|
|
|
106
118
|
id?: string;
|
|
107
119
|
|
|
120
|
+
agentId?: number;
|
|
121
|
+
|
|
108
122
|
apps?: Array<string>;
|
|
109
123
|
|
|
110
124
|
createdAt?: string;
|
|
@@ -121,6 +135,8 @@ export interface Task {
|
|
|
121
135
|
|
|
122
136
|
maxSteps?: number;
|
|
123
137
|
|
|
138
|
+
message?: string | null;
|
|
139
|
+
|
|
124
140
|
output?: { [key: string]: unknown } | null;
|
|
125
141
|
|
|
126
142
|
outputSchema?: { [key: string]: unknown } | null;
|
|
@@ -176,51 +192,39 @@ export interface TaskListResponse {
|
|
|
176
192
|
/**
|
|
177
193
|
* Pagination metadata
|
|
178
194
|
*/
|
|
179
|
-
pagination:
|
|
195
|
+
pagination: Shared.PaginationMeta;
|
|
180
196
|
}
|
|
181
197
|
|
|
182
|
-
export
|
|
198
|
+
export interface TaskGetStatusResponse {
|
|
183
199
|
/**
|
|
184
|
-
*
|
|
200
|
+
* The status of the task
|
|
185
201
|
*/
|
|
186
|
-
|
|
187
|
-
/**
|
|
188
|
-
* Whether there is a next page
|
|
189
|
-
*/
|
|
190
|
-
hasNext: boolean;
|
|
191
|
-
|
|
192
|
-
/**
|
|
193
|
-
* Whether there is a previous page
|
|
194
|
-
*/
|
|
195
|
-
hasPrev: boolean;
|
|
202
|
+
status: TaskStatus;
|
|
196
203
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
204
|
+
/**
|
|
205
|
+
* The last agent response (FastAgentResponseEvent or ManagerPlanEvent)
|
|
206
|
+
*/
|
|
207
|
+
lastResponse?: { [key: string]: unknown } | null;
|
|
201
208
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
209
|
+
/**
|
|
210
|
+
* The agent's final answer or failure reason
|
|
211
|
+
*/
|
|
212
|
+
message?: string | null;
|
|
206
213
|
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
214
|
+
/**
|
|
215
|
+
* Structured output if outputSchema was set
|
|
216
|
+
*/
|
|
217
|
+
output?: { [key: string]: unknown } | null;
|
|
211
218
|
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
}
|
|
217
|
-
}
|
|
219
|
+
/**
|
|
220
|
+
* Number of steps taken
|
|
221
|
+
*/
|
|
222
|
+
steps?: number | null;
|
|
218
223
|
|
|
219
|
-
export interface TaskGetStatusResponse {
|
|
220
224
|
/**
|
|
221
|
-
*
|
|
225
|
+
* Whether the task succeeded
|
|
222
226
|
*/
|
|
223
|
-
|
|
227
|
+
succeeded?: boolean | null;
|
|
224
228
|
}
|
|
225
229
|
|
|
226
230
|
export interface TaskGetTrajectoryResponse {
|
|
@@ -256,6 +260,7 @@ export interface TaskGetTrajectoryResponse {
|
|
|
256
260
|
| TaskGetTrajectoryResponse.TrajectoryExecutorResponseEvent
|
|
257
261
|
| TaskGetTrajectoryResponse.TrajectoryExecutorActionEvent
|
|
258
262
|
| TaskGetTrajectoryResponse.TrajectoryExecutorActionResultEvent
|
|
263
|
+
| TaskGetTrajectoryResponse.TrajectoryUserMessageEvent
|
|
259
264
|
| TaskGetTrajectoryResponse.TrajectoryUnknownEvent
|
|
260
265
|
>;
|
|
261
266
|
}
|
|
@@ -271,8 +276,6 @@ export namespace TaskGetTrajectoryResponse {
|
|
|
271
276
|
export interface Data {
|
|
272
277
|
id: string;
|
|
273
278
|
|
|
274
|
-
token: string;
|
|
275
|
-
|
|
276
279
|
streamUrl: string;
|
|
277
280
|
}
|
|
278
281
|
}
|
|
@@ -390,6 +393,8 @@ export namespace TaskGetTrajectoryResponse {
|
|
|
390
393
|
* API OpenAPI schema can reference it without the heavy droidrun import.
|
|
391
394
|
*/
|
|
392
395
|
export interface Data {
|
|
396
|
+
message?: string | null;
|
|
397
|
+
|
|
393
398
|
steps?: number | null;
|
|
394
399
|
|
|
395
400
|
structured_output?: { [key: string]: unknown } | null;
|
|
@@ -787,6 +792,32 @@ export namespace TaskGetTrajectoryResponse {
|
|
|
787
792
|
}
|
|
788
793
|
}
|
|
789
794
|
|
|
795
|
+
export interface TrajectoryUserMessageEvent {
|
|
796
|
+
/**
|
|
797
|
+
* Tracks the lifecycle of an external user message: queued → applied | dropped.
|
|
798
|
+
*/
|
|
799
|
+
data: TrajectoryUserMessageEvent.Data;
|
|
800
|
+
|
|
801
|
+
event: 'UserMessageEvent';
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
export namespace TrajectoryUserMessageEvent {
|
|
805
|
+
/**
|
|
806
|
+
* Tracks the lifecycle of an external user message: queued → applied | dropped.
|
|
807
|
+
*/
|
|
808
|
+
export interface Data {
|
|
809
|
+
action: string;
|
|
810
|
+
|
|
811
|
+
message_ids: Array<string>;
|
|
812
|
+
|
|
813
|
+
consumer?: string | null;
|
|
814
|
+
|
|
815
|
+
reason?: string | null;
|
|
816
|
+
|
|
817
|
+
step_number?: number | null;
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
|
|
790
821
|
export interface TrajectoryUnknownEvent {
|
|
791
822
|
event: string;
|
|
792
823
|
|
|
@@ -801,14 +832,18 @@ export interface TaskRunResponse {
|
|
|
801
832
|
id: string;
|
|
802
833
|
|
|
803
834
|
/**
|
|
804
|
-
* The
|
|
835
|
+
* The URL of the stream
|
|
805
836
|
*/
|
|
806
|
-
|
|
837
|
+
streamUrl: string;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
export type TaskRunStreamedResponse = unknown;
|
|
807
841
|
|
|
842
|
+
export interface TaskSendMessageResponse {
|
|
808
843
|
/**
|
|
809
|
-
*
|
|
844
|
+
* Whether the message was queued for delivery
|
|
810
845
|
*/
|
|
811
|
-
|
|
846
|
+
sent: boolean;
|
|
812
847
|
}
|
|
813
848
|
|
|
814
849
|
export interface TaskStopResponse {
|
|
@@ -823,14 +858,8 @@ export interface TaskListParams {
|
|
|
823
858
|
|
|
824
859
|
orderByDirection?: 'asc' | 'desc';
|
|
825
860
|
|
|
826
|
-
|
|
827
|
-
* Page number (1-based). If provided, returns paginated results.
|
|
828
|
-
*/
|
|
829
|
-
page?: number | null;
|
|
861
|
+
page?: number;
|
|
830
862
|
|
|
831
|
-
/**
|
|
832
|
-
* Number of items per page
|
|
833
|
-
*/
|
|
834
863
|
pageSize?: number;
|
|
835
864
|
|
|
836
865
|
/**
|
|
@@ -843,21 +872,18 @@ export interface TaskListParams {
|
|
|
843
872
|
|
|
844
873
|
export interface TaskRunParams {
|
|
845
874
|
/**
|
|
846
|
-
* The
|
|
875
|
+
* The ID of the device to run the task on.
|
|
847
876
|
*/
|
|
848
|
-
|
|
877
|
+
deviceId: string;
|
|
849
878
|
|
|
850
879
|
task: string;
|
|
851
880
|
|
|
881
|
+
agentId?: number;
|
|
882
|
+
|
|
852
883
|
apps?: Array<string>;
|
|
853
884
|
|
|
854
885
|
credentials?: Array<PackageCredentials>;
|
|
855
886
|
|
|
856
|
-
/**
|
|
857
|
-
* The ID of the device to run the task on.
|
|
858
|
-
*/
|
|
859
|
-
deviceId?: string | null;
|
|
860
|
-
|
|
861
887
|
/**
|
|
862
888
|
* The display ID of the device to run the task on.
|
|
863
889
|
*/
|
|
@@ -867,6 +893,12 @@ export interface TaskRunParams {
|
|
|
867
893
|
|
|
868
894
|
files?: Array<string>;
|
|
869
895
|
|
|
896
|
+
/**
|
|
897
|
+
* The LLM model identifier to use for the task (e.g.
|
|
898
|
+
* 'google/gemini-3.1-flash-lite-preview')
|
|
899
|
+
*/
|
|
900
|
+
llmModel?: string;
|
|
901
|
+
|
|
870
902
|
maxSteps?: number;
|
|
871
903
|
|
|
872
904
|
outputSchema?: { [key: string]: unknown } | null;
|
|
@@ -884,21 +916,18 @@ export interface TaskRunParams {
|
|
|
884
916
|
|
|
885
917
|
export interface TaskRunStreamedParams {
|
|
886
918
|
/**
|
|
887
|
-
* The
|
|
919
|
+
* The ID of the device to run the task on.
|
|
888
920
|
*/
|
|
889
|
-
|
|
921
|
+
deviceId: string;
|
|
890
922
|
|
|
891
923
|
task: string;
|
|
892
924
|
|
|
925
|
+
agentId?: number;
|
|
926
|
+
|
|
893
927
|
apps?: Array<string>;
|
|
894
928
|
|
|
895
929
|
credentials?: Array<PackageCredentials>;
|
|
896
930
|
|
|
897
|
-
/**
|
|
898
|
-
* The ID of the device to run the task on.
|
|
899
|
-
*/
|
|
900
|
-
deviceId?: string | null;
|
|
901
|
-
|
|
902
931
|
/**
|
|
903
932
|
* The display ID of the device to run the task on.
|
|
904
933
|
*/
|
|
@@ -908,6 +937,12 @@ export interface TaskRunStreamedParams {
|
|
|
908
937
|
|
|
909
938
|
files?: Array<string>;
|
|
910
939
|
|
|
940
|
+
/**
|
|
941
|
+
* The LLM model identifier to use for the task (e.g.
|
|
942
|
+
* 'google/gemini-3.1-flash-lite-preview')
|
|
943
|
+
*/
|
|
944
|
+
llmModel?: string;
|
|
945
|
+
|
|
911
946
|
maxSteps?: number;
|
|
912
947
|
|
|
913
948
|
outputSchema?: { [key: string]: unknown } | null;
|
|
@@ -923,6 +958,13 @@ export interface TaskRunStreamedParams {
|
|
|
923
958
|
vpnCountry?: 'US' | 'BR' | 'FR' | 'DE' | 'IN' | 'JP' | 'KR' | 'ZA' | null;
|
|
924
959
|
}
|
|
925
960
|
|
|
961
|
+
export interface TaskSendMessageParams {
|
|
962
|
+
/**
|
|
963
|
+
* Message to send to the running agent
|
|
964
|
+
*/
|
|
965
|
+
message: string;
|
|
966
|
+
}
|
|
967
|
+
|
|
926
968
|
Tasks.Screenshots = Screenshots;
|
|
927
969
|
Tasks.UiStates = UiStates;
|
|
928
970
|
|
|
@@ -937,10 +979,13 @@ export declare namespace Tasks {
|
|
|
937
979
|
type TaskGetStatusResponse as TaskGetStatusResponse,
|
|
938
980
|
type TaskGetTrajectoryResponse as TaskGetTrajectoryResponse,
|
|
939
981
|
type TaskRunResponse as TaskRunResponse,
|
|
982
|
+
type TaskRunStreamedResponse as TaskRunStreamedResponse,
|
|
983
|
+
type TaskSendMessageResponse as TaskSendMessageResponse,
|
|
940
984
|
type TaskStopResponse as TaskStopResponse,
|
|
941
985
|
type TaskListParams as TaskListParams,
|
|
942
986
|
type TaskRunParams as TaskRunParams,
|
|
943
987
|
type TaskRunStreamedParams as TaskRunStreamedParams,
|
|
988
|
+
type TaskSendMessageParams as TaskSendMessageParams,
|
|
944
989
|
};
|
|
945
990
|
|
|
946
991
|
export {
|
|
@@ -6,6 +6,9 @@ import { APIPromise } from '../../core/api-promise';
|
|
|
6
6
|
import { RequestOptions } from '../../internal/request-options';
|
|
7
7
|
import { path } from '../../internal/utils/path';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* Tasks API
|
|
11
|
+
*/
|
|
9
12
|
export class UiStates extends APIResource {
|
|
10
13
|
/**
|
|
11
14
|
* Get a specific UI state by index.
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '
|
|
1
|
+
export const VERSION = '3.0.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "
|
|
1
|
+
export declare const VERSION = "3.0.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "
|
|
1
|
+
export declare const VERSION = "3.0.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '
|
|
1
|
+
export const VERSION = '3.0.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|