@airtop/sdk 0.1.37-beta1 → 0.1.37

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.
Files changed (141) hide show
  1. package/README.md +10 -9
  2. package/api/resources/automations/client/Client.js +4 -4
  3. package/api/resources/files/client/Client.js +4 -4
  4. package/api/resources/profiles/client/Client.js +1 -1
  5. package/api/resources/requests/client/Client.js +1 -1
  6. package/api/resources/sessions/client/Client.js +6 -6
  7. package/api/resources/sessions/types/SessionsEventsResponse.d.ts +7 -7
  8. package/api/resources/sessions/types/index.d.ts +2 -2
  9. package/api/resources/sessions/types/index.js +2 -2
  10. package/api/resources/windows/client/Client.d.ts +0 -126
  11. package/api/resources/windows/client/Client.js +21 -577
  12. package/api/resources/windows/client/requests/index.d.ts +0 -10
  13. package/api/types/index.d.ts +0 -1
  14. package/api/types/index.js +0 -1
  15. package/dist/api/resources/automations/client/Client.js +4 -4
  16. package/dist/api/resources/files/client/Client.js +4 -4
  17. package/dist/api/resources/profiles/client/Client.js +1 -1
  18. package/dist/api/resources/requests/client/Client.js +1 -1
  19. package/dist/api/resources/sessions/client/Client.js +6 -6
  20. package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +7 -7
  21. package/dist/api/resources/sessions/types/index.d.ts +2 -2
  22. package/dist/api/resources/sessions/types/index.js +2 -2
  23. package/dist/api/resources/windows/client/Client.d.ts +0 -126
  24. package/dist/api/resources/windows/client/Client.js +21 -577
  25. package/dist/api/resources/windows/client/requests/index.d.ts +0 -10
  26. package/dist/api/types/index.d.ts +0 -1
  27. package/dist/api/types/index.js +0 -1
  28. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +9 -9
  29. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +4 -4
  30. package/dist/serialization/resources/sessions/types/index.d.ts +2 -2
  31. package/dist/serialization/resources/sessions/types/index.js +2 -2
  32. package/dist/serialization/resources/windows/client/requests/index.d.ts +0 -10
  33. package/dist/serialization/resources/windows/client/requests/index.js +1 -21
  34. package/dist/serialization/types/index.d.ts +0 -1
  35. package/dist/serialization/types/index.js +0 -1
  36. package/dist/version.d.ts +1 -1
  37. package/dist/version.js +1 -1
  38. package/dist/wrapper/AirtopSessions.d.ts +21 -22
  39. package/dist/wrapper/AirtopSessions.js +40 -25
  40. package/package.json +1 -1
  41. package/reference.md +24 -766
  42. package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +9 -9
  43. package/serialization/resources/sessions/types/SessionsEventsResponse.js +4 -4
  44. package/serialization/resources/sessions/types/index.d.ts +2 -2
  45. package/serialization/resources/sessions/types/index.js +2 -2
  46. package/serialization/resources/windows/client/requests/index.d.ts +0 -10
  47. package/serialization/resources/windows/client/requests/index.js +1 -21
  48. package/serialization/types/index.d.ts +0 -1
  49. package/serialization/types/index.js +0 -1
  50. package/version.d.ts +1 -1
  51. package/version.js +1 -1
  52. package/wrapper/AirtopSessions.d.ts +21 -22
  53. package/wrapper/AirtopSessions.js +40 -25
  54. package/api/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -29
  55. package/api/resources/windows/client/requests/AsyncClickRequest.js +0 -5
  56. package/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -27
  57. package/api/resources/windows/client/requests/AsyncHoverRequest.js +0 -5
  58. package/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -27
  59. package/api/resources/windows/client/requests/AsyncMonitorRequest.js +0 -5
  60. package/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -29
  61. package/api/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -5
  62. package/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -27
  63. package/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -5
  64. package/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -29
  65. package/api/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -5
  66. package/api/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -23
  67. package/api/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -5
  68. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -25
  69. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -5
  70. package/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -37
  71. package/api/resources/windows/client/requests/AsyncTypeRequest.js +0 -5
  72. package/api/resources/windows/client/requests/OperatorPromptV1Body.d.ts +0 -25
  73. package/api/resources/windows/client/requests/OperatorPromptV1Body.js +0 -5
  74. package/api/types/AsyncOperatorPromptResponseEnvelope.d.ts +0 -9
  75. package/api/types/AsyncOperatorPromptResponseEnvelope.js +0 -5
  76. package/dist/api/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -29
  77. package/dist/api/resources/windows/client/requests/AsyncClickRequest.js +0 -5
  78. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -27
  79. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.js +0 -5
  80. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -27
  81. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.js +0 -5
  82. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -29
  83. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -5
  84. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -27
  85. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -5
  86. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -29
  87. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -5
  88. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -23
  89. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -5
  90. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -25
  91. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -5
  92. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -37
  93. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.js +0 -5
  94. package/dist/api/resources/windows/client/requests/OperatorPromptV1Body.d.ts +0 -25
  95. package/dist/api/resources/windows/client/requests/OperatorPromptV1Body.js +0 -5
  96. package/dist/api/types/AsyncOperatorPromptResponseEnvelope.d.ts +0 -9
  97. package/dist/api/types/AsyncOperatorPromptResponseEnvelope.js +0 -5
  98. package/dist/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -20
  99. package/dist/serialization/resources/windows/client/requests/AsyncClickRequest.js +0 -51
  100. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -19
  101. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.js +0 -50
  102. package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -19
  103. package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +0 -50
  104. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -20
  105. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -51
  106. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -19
  107. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -50
  108. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -20
  109. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -51
  110. package/dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -18
  111. package/dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -49
  112. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -19
  113. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -50
  114. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -24
  115. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.js +0 -55
  116. package/dist/serialization/resources/windows/client/requests/OperatorPromptV1Body.d.ts +0 -17
  117. package/dist/serialization/resources/windows/client/requests/OperatorPromptV1Body.js +0 -48
  118. package/dist/serialization/types/AsyncOperatorPromptResponseEnvelope.d.ts +0 -15
  119. package/dist/serialization/types/AsyncOperatorPromptResponseEnvelope.js +0 -46
  120. package/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -20
  121. package/serialization/resources/windows/client/requests/AsyncClickRequest.js +0 -51
  122. package/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -19
  123. package/serialization/resources/windows/client/requests/AsyncHoverRequest.js +0 -50
  124. package/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -19
  125. package/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +0 -50
  126. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -20
  127. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -51
  128. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -19
  129. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -50
  130. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -20
  131. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -51
  132. package/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -18
  133. package/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -49
  134. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -19
  135. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -50
  136. package/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -24
  137. package/serialization/resources/windows/client/requests/AsyncTypeRequest.js +0 -55
  138. package/serialization/resources/windows/client/requests/OperatorPromptV1Body.d.ts +0 -17
  139. package/serialization/resources/windows/client/requests/OperatorPromptV1Body.js +0 -48
  140. package/serialization/types/AsyncOperatorPromptResponseEnvelope.d.ts +0 -15
  141. package/serialization/types/AsyncOperatorPromptResponseEnvelope.js +0 -46
package/reference.md CHANGED
@@ -2,619 +2,25 @@
2
2
 
3
3
  ## Windows
4
4
 
5
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncClick</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
6
- <dl>
7
- <dd>
8
-
9
- #### 📝 Description
10
-
11
- <dl>
12
- <dd>
13
-
14
- <dl>
15
- <dd>
16
-
17
- Execute a click interaction in a specific browser window asynchronously
18
-
19
- </dd>
20
- </dl>
21
- </dd>
22
- </dl>
23
-
24
- #### 🔌 Usage
25
-
26
- <dl>
27
- <dd>
28
-
29
- <dl>
30
- <dd>
31
-
32
- ```typescript
33
- await client.windows.asyncClick("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
34
- elementDescription: "The login button",
35
- });
36
- ```
37
-
38
- </dd>
39
- </dl>
40
- </dd>
41
- </dl>
42
-
43
- #### ⚙️ Parameters
44
-
45
- <dl>
46
- <dd>
47
-
48
- <dl>
49
- <dd>
50
-
51
- **sessionId:** `string` — The session id for the window.
52
-
53
- </dd>
54
- </dl>
55
-
56
- <dl>
57
- <dd>
58
-
59
- **windowId:** `string` — The Airtop window id of the browser window.
60
-
61
- </dd>
62
- </dl>
63
-
64
- <dl>
65
- <dd>
66
-
67
- **request:** `Airtop.AsyncClickRequest`
68
-
69
- </dd>
70
- </dl>
71
-
72
- <dl>
73
- <dd>
74
-
75
- **requestOptions:** `Windows.RequestOptions`
76
-
77
- </dd>
78
- </dl>
79
- </dd>
80
- </dl>
81
-
82
- </dd>
83
- </dl>
84
- </details>
85
-
86
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncCreateAutomation</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
87
- <dl>
88
- <dd>
89
-
90
- #### 📝 Description
91
-
92
- <dl>
93
- <dd>
94
-
95
- <dl>
96
- <dd>
97
-
98
- Create an automation of a browser window asynchronously
99
-
100
- </dd>
101
- </dl>
102
- </dd>
103
- </dl>
104
-
105
- #### 🔌 Usage
106
-
107
- <dl>
108
- <dd>
109
-
110
- <dl>
111
- <dd>
112
-
113
- ```typescript
114
- await client.windows.asyncCreateAutomation(
115
- "6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
116
- "0334da2a-91b0-42c5-6156-76a5eba87430",
117
- );
118
- ```
119
-
120
- </dd>
121
- </dl>
122
- </dd>
123
- </dl>
124
-
125
- #### ⚙️ Parameters
126
-
127
- <dl>
128
- <dd>
129
-
130
- <dl>
131
- <dd>
132
-
133
- **sessionId:** `string` — The session id for the window.
134
-
135
- </dd>
136
- </dl>
137
-
138
- <dl>
139
- <dd>
140
-
141
- **windowId:** `string` — The Airtop window id of the browser window.
142
-
143
- </dd>
144
- </dl>
145
-
146
- <dl>
147
- <dd>
148
-
149
- **request:** `Airtop.AsyncCreateAutomationRequest`
150
-
151
- </dd>
152
- </dl>
153
-
154
- <dl>
155
- <dd>
156
-
157
- **requestOptions:** `Windows.RequestOptions`
158
-
159
- </dd>
160
- </dl>
161
- </dd>
162
- </dl>
163
-
164
- </dd>
165
- </dl>
166
- </details>
167
-
168
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncCreateFormFiller</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
169
- <dl>
170
- <dd>
171
-
172
- #### 📝 Description
173
-
174
- <dl>
175
- <dd>
176
-
177
- <dl>
178
- <dd>
179
-
180
- Create a form filler automation asynchronously
181
-
182
- </dd>
183
- </dl>
184
- </dd>
185
- </dl>
186
-
187
- #### 🔌 Usage
188
-
189
- <dl>
190
- <dd>
191
-
192
- <dl>
193
- <dd>
194
-
195
- ```typescript
196
- await client.windows.asyncCreateFormFiller(
197
- "6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
198
- "0334da2a-91b0-42c5-6156-76a5eba87430",
199
- );
200
- ```
201
-
202
- </dd>
203
- </dl>
204
- </dd>
205
- </dl>
206
-
207
- #### ⚙️ Parameters
208
-
209
- <dl>
210
- <dd>
211
-
212
- <dl>
213
- <dd>
214
-
215
- **sessionId:** `string` — The session id for the window.
216
-
217
- </dd>
218
- </dl>
219
-
220
- <dl>
221
- <dd>
222
-
223
- **windowId:** `string` — The Airtop window id of the browser window.
224
-
225
- </dd>
226
- </dl>
227
-
228
- <dl>
229
- <dd>
230
-
231
- **request:** `Airtop.AsyncCreateFormFillerRequest`
232
-
233
- </dd>
234
- </dl>
235
-
236
- <dl>
237
- <dd>
238
-
239
- **requestOptions:** `Windows.RequestOptions`
240
-
241
- </dd>
242
- </dl>
243
- </dd>
244
- </dl>
245
-
246
- </dd>
247
- </dl>
248
- </details>
249
-
250
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncExecuteAutomation</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
251
- <dl>
252
- <dd>
253
-
254
- #### 📝 Description
255
-
256
- <dl>
257
- <dd>
258
-
259
- <dl>
260
- <dd>
261
-
262
- Execute an automation of a browser window asynchronously
263
-
264
- </dd>
265
- </dl>
266
- </dd>
267
- </dl>
268
-
269
- #### 🔌 Usage
270
-
271
- <dl>
272
- <dd>
273
-
274
- <dl>
275
- <dd>
276
-
277
- ```typescript
278
- await client.windows.asyncExecuteAutomation(
279
- "6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
280
- "0334da2a-91b0-42c5-6156-76a5eba87430",
281
- {
282
- automationId: "automationId",
283
- },
284
- );
285
- ```
286
-
287
- </dd>
288
- </dl>
289
- </dd>
290
- </dl>
291
-
292
- #### ⚙️ Parameters
293
-
294
- <dl>
295
- <dd>
296
-
297
- <dl>
298
- <dd>
299
-
300
- **sessionId:** `string` — The session id for the window.
301
-
302
- </dd>
303
- </dl>
304
-
305
- <dl>
306
- <dd>
307
-
308
- **windowId:** `string` — The Airtop window id of the browser window.
309
-
310
- </dd>
311
- </dl>
312
-
313
- <dl>
314
- <dd>
315
-
316
- **request:** `Airtop.AsyncExecuteAutomationRequest`
317
-
318
- </dd>
319
- </dl>
320
-
321
- <dl>
322
- <dd>
323
-
324
- **requestOptions:** `Windows.RequestOptions`
325
-
326
- </dd>
327
- </dl>
328
- </dd>
329
- </dl>
330
-
331
- </dd>
332
- </dl>
333
- </details>
334
-
335
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncFillForm</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
336
- <dl>
337
- <dd>
338
-
339
- #### 📝 Description
340
-
341
- <dl>
342
- <dd>
343
-
344
- <dl>
345
- <dd>
346
-
347
- Fill a form of a browser window asynchronously using a form-filler automation
348
-
349
- </dd>
350
- </dl>
351
- </dd>
352
- </dl>
353
-
354
- #### 🔌 Usage
355
-
356
- <dl>
357
- <dd>
358
-
359
- <dl>
360
- <dd>
361
-
362
- ```typescript
363
- await client.windows.asyncFillForm("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
364
- automationId: "automationId",
365
- });
366
- ```
367
-
368
- </dd>
369
- </dl>
370
- </dd>
371
- </dl>
372
-
373
- #### ⚙️ Parameters
374
-
375
- <dl>
376
- <dd>
377
-
378
- <dl>
379
- <dd>
380
-
381
- **sessionId:** `string` — The session id for the window.
382
-
383
- </dd>
384
- </dl>
385
-
386
- <dl>
387
- <dd>
388
-
389
- **windowId:** `string` — The Airtop window id of the browser window.
390
-
391
- </dd>
392
- </dl>
393
-
394
- <dl>
395
- <dd>
396
-
397
- **request:** `Airtop.AsyncFillFormRequest`
398
-
399
- </dd>
400
- </dl>
401
-
402
- <dl>
403
- <dd>
404
-
405
- **requestOptions:** `Windows.RequestOptions`
406
-
407
- </dd>
408
- </dl>
409
- </dd>
410
- </dl>
411
-
412
- </dd>
413
- </dl>
414
- </details>
415
-
416
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncHover</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
417
- <dl>
418
- <dd>
419
-
420
- #### 🔌 Usage
421
-
422
- <dl>
423
- <dd>
424
-
425
- <dl>
426
- <dd>
427
-
428
- ```typescript
429
- await client.windows.asyncHover("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
430
- elementDescription: "The search box input in the top right corner",
431
- });
432
- ```
433
-
434
- </dd>
435
- </dl>
436
- </dd>
437
- </dl>
438
-
439
- #### ⚙️ Parameters
440
-
441
- <dl>
442
- <dd>
443
-
444
- <dl>
445
- <dd>
446
-
447
- **sessionId:** `string` — The session id for the window.
448
-
449
- </dd>
450
- </dl>
451
-
452
- <dl>
453
- <dd>
454
-
455
- **windowId:** `string` — The Airtop window id of the browser window.
456
-
457
- </dd>
458
- </dl>
459
-
460
- <dl>
461
- <dd>
462
-
463
- **request:** `Airtop.AsyncHoverRequest`
464
-
465
- </dd>
466
- </dl>
467
-
468
- <dl>
469
- <dd>
470
-
471
- **requestOptions:** `Windows.RequestOptions`
472
-
473
- </dd>
474
- </dl>
475
- </dd>
476
- </dl>
477
-
478
- </dd>
479
- </dl>
480
- </details>
481
-
482
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncMonitor</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
483
- <dl>
484
- <dd>
485
-
486
- #### 🔌 Usage
487
-
488
- <dl>
489
- <dd>
490
-
491
- <dl>
492
- <dd>
493
-
494
- ```typescript
495
- await client.windows.asyncMonitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
496
- condition: "Determine if the user appears to be signed in to the website",
497
- });
498
- ```
499
-
500
- </dd>
501
- </dl>
502
- </dd>
503
- </dl>
504
-
505
- #### ⚙️ Parameters
506
-
507
- <dl>
508
- <dd>
509
-
510
- <dl>
511
- <dd>
512
-
513
- **sessionId:** `string` — The session id for the window.
514
-
515
- </dd>
516
- </dl>
517
-
518
- <dl>
519
- <dd>
520
-
521
- **windowId:** `string` — The Airtop window id of the browser window.
522
-
523
- </dd>
524
- </dl>
525
-
526
- <dl>
527
- <dd>
528
-
529
- **request:** `Airtop.AsyncMonitorRequest`
530
-
531
- </dd>
532
- </dl>
533
-
534
- <dl>
535
- <dd>
536
-
537
- **requestOptions:** `Windows.RequestOptions`
538
-
539
- </dd>
540
- </dl>
541
- </dd>
542
- </dl>
543
-
544
- </dd>
545
- </dl>
546
- </details>
547
-
548
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncPageQuery</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
549
- <dl>
550
- <dd>
551
-
552
- #### 🔌 Usage
553
-
554
- <dl>
555
- <dd>
556
-
557
- <dl>
558
- <dd>
559
-
560
- ```typescript
561
- await client.windows.asyncPageQuery("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
562
- prompt: "What is the main idea of this page?",
563
- });
564
- ```
565
-
566
- </dd>
567
- </dl>
568
- </dd>
569
- </dl>
570
-
571
- #### ⚙️ Parameters
572
-
573
- <dl>
574
- <dd>
575
-
576
- <dl>
577
- <dd>
578
-
579
- **sessionId:** `string` — The session id for the window.
580
-
581
- </dd>
582
- </dl>
583
-
5
+ <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncCreateAutomation</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
584
6
  <dl>
585
7
  <dd>
586
8
 
587
- **windowId:** `string` — The Airtop window id of the browser window.
588
-
589
- </dd>
590
- </dl>
9
+ #### 📝 Description
591
10
 
592
11
  <dl>
593
12
  <dd>
594
13
 
595
- **request:** `Airtop.AsyncPageQueryRequest`
596
-
597
- </dd>
598
- </dl>
599
-
600
14
  <dl>
601
15
  <dd>
602
16
 
603
- **requestOptions:** `Windows.RequestOptions`
17
+ Create an automation of a browser window asynchronously
604
18
 
605
19
  </dd>
606
20
  </dl>
607
21
  </dd>
608
22
  </dl>
609
23
 
610
- </dd>
611
- </dl>
612
- </details>
613
-
614
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncPaginatedExtraction</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
615
- <dl>
616
- <dd>
617
-
618
24
  #### 🔌 Usage
619
25
 
620
26
  <dl>
@@ -624,12 +30,9 @@ await client.windows.asyncPageQuery("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "033
624
30
  <dd>
625
31
 
626
32
  ```typescript
627
- await client.windows.asyncPaginatedExtraction(
33
+ await client.windows.asyncCreateAutomation(
628
34
  "6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
629
35
  "0334da2a-91b0-42c5-6156-76a5eba87430",
630
- {
631
- prompt: "This site contains a list of results about <provide details about the list>. Navigate through 3 pages of results and return the title and <provide details about the data you want to extract> about each result in this list.",
632
- },
633
36
  );
634
37
  ```
635
38
 
@@ -662,7 +65,7 @@ await client.windows.asyncPaginatedExtraction(
662
65
  <dl>
663
66
  <dd>
664
67
 
665
- **request:** `Airtop.AsyncPaginatedExtractionRequest`
68
+ **request:** `Airtop.AsyncCreateAutomationRequest`
666
69
 
667
70
  </dd>
668
71
  </dl>
@@ -681,7 +84,7 @@ await client.windows.asyncPaginatedExtraction(
681
84
  </dl>
682
85
  </details>
683
86
 
684
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncPromptContent</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
87
+ <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncCreateFormFiller</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
685
88
  <dl>
686
89
  <dd>
687
90
 
@@ -693,7 +96,7 @@ await client.windows.asyncPaginatedExtraction(
693
96
  <dl>
694
97
  <dd>
695
98
 
696
- This endpoint is deprecated. Please use the `pageQuery` endpoint instead.
99
+ Create a form filler automation asynchronously
697
100
 
698
101
  </dd>
699
102
  </dl>
@@ -709,12 +112,9 @@ This endpoint is deprecated. Please use the `pageQuery` endpoint instead.
709
112
  <dd>
710
113
 
711
114
  ```typescript
712
- await client.windows.asyncPromptContent(
115
+ await client.windows.asyncCreateFormFiller(
713
116
  "6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
714
117
  "0334da2a-91b0-42c5-6156-76a5eba87430",
715
- {
716
- prompt: "What is the main idea of this page?",
717
- },
718
118
  );
719
119
  ```
720
120
 
@@ -747,7 +147,7 @@ await client.windows.asyncPromptContent(
747
147
  <dl>
748
148
  <dd>
749
149
 
750
- **request:** `Airtop.AsyncPromptContentRequest`
150
+ **request:** `Airtop.AsyncCreateFormFillerRequest`
751
151
 
752
152
  </dd>
753
153
  </dl>
@@ -766,7 +166,7 @@ await client.windows.asyncPromptContent(
766
166
  </dl>
767
167
  </details>
768
168
 
769
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncScreenshot</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
169
+ <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncExecuteAutomation</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
770
170
  <dl>
771
171
  <dd>
772
172
 
@@ -778,7 +178,7 @@ await client.windows.asyncPromptContent(
778
178
  <dl>
779
179
  <dd>
780
180
 
781
- Take a screenshot of the current viewport of a browser window asynchronously
181
+ Execute an automation of a browser window asynchronously
782
182
 
783
183
  </dd>
784
184
  </dl>
@@ -794,7 +194,13 @@ Take a screenshot of the current viewport of a browser window asynchronously
794
194
  <dd>
795
195
 
796
196
  ```typescript
797
- await client.windows.asyncScreenshot("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430");
197
+ await client.windows.asyncExecuteAutomation(
198
+ "6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
199
+ "0334da2a-91b0-42c5-6156-76a5eba87430",
200
+ {
201
+ automationId: "automationId",
202
+ },
203
+ );
798
204
  ```
799
205
 
800
206
  </dd>
@@ -826,7 +232,7 @@ await client.windows.asyncScreenshot("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "03
826
232
  <dl>
827
233
  <dd>
828
234
 
829
- **request:** `Airtop.AsyncScreenshotRequest`
235
+ **request:** `Airtop.AsyncExecuteAutomationRequest`
830
236
 
831
237
  </dd>
832
238
  </dl>
@@ -845,7 +251,7 @@ await client.windows.asyncScreenshot("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "03
845
251
  </dl>
846
252
  </details>
847
253
 
848
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncSummarizeContent</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
254
+ <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncFillForm</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
849
255
  <dl>
850
256
  <dd>
851
257
 
@@ -857,80 +263,13 @@ await client.windows.asyncScreenshot("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "03
857
263
  <dl>
858
264
  <dd>
859
265
 
860
- This endpoint is deprecated. Please use the `pageQuery` endpoint and ask for a summary in the prompt instead.
861
-
862
- </dd>
863
- </dl>
864
- </dd>
865
- </dl>
866
-
867
- #### 🔌 Usage
868
-
869
- <dl>
870
- <dd>
871
-
872
- <dl>
873
- <dd>
874
-
875
- ```typescript
876
- await client.windows.asyncSummarizeContent(
877
- "6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
878
- "0334da2a-91b0-42c5-6156-76a5eba87430",
879
- );
880
- ```
881
-
882
- </dd>
883
- </dl>
884
- </dd>
885
- </dl>
886
-
887
- #### ⚙️ Parameters
888
-
889
- <dl>
890
- <dd>
891
-
892
- <dl>
893
- <dd>
894
-
895
- **sessionId:** `string` — The session id for the window.
896
-
897
- </dd>
898
- </dl>
899
-
900
- <dl>
901
- <dd>
902
-
903
- **windowId:** `string` — The Airtop window id of the browser window to summarize.
904
-
905
- </dd>
906
- </dl>
907
-
908
- <dl>
909
- <dd>
910
-
911
- **request:** `Airtop.AsyncSummarizeContentRequest`
912
-
913
- </dd>
914
- </dl>
915
-
916
- <dl>
917
- <dd>
918
-
919
- **requestOptions:** `Windows.RequestOptions`
266
+ Fill a form of a browser window asynchronously using a form-filler automation
920
267
 
921
268
  </dd>
922
269
  </dl>
923
270
  </dd>
924
271
  </dl>
925
272
 
926
- </dd>
927
- </dl>
928
- </details>
929
-
930
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncType</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
931
- <dl>
932
- <dd>
933
-
934
273
  #### 🔌 Usage
935
274
 
936
275
  <dl>
@@ -940,8 +279,8 @@ await client.windows.asyncSummarizeContent(
940
279
  <dd>
941
280
 
942
281
  ```typescript
943
- await client.windows.asyncType("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
944
- text: "Example text",
282
+ await client.windows.asyncFillForm("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
283
+ automationId: "automationId",
945
284
  });
946
285
  ```
947
286
 
@@ -974,7 +313,7 @@ await client.windows.asyncType("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a
974
313
  <dl>
975
314
  <dd>
976
315
 
977
- **request:** `Airtop.AsyncTypeRequest`
316
+ **request:** `Airtop.AsyncFillFormRequest`
978
317
 
979
318
  </dd>
980
319
  </dl>
@@ -1685,87 +1024,6 @@ await client.windows.monitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-9
1685
1024
  </dl>
1686
1025
  </details>
1687
1026
 
1688
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">operatorPrompt</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncOperatorPromptResponseEnvelope</code></summary>
1689
- <dl>
1690
- <dd>
1691
-
1692
- #### 📝 Description
1693
-
1694
- <dl>
1695
- <dd>
1696
-
1697
- <dl>
1698
- <dd>
1699
-
1700
- Prompt OpenAI Operator
1701
-
1702
- </dd>
1703
- </dl>
1704
- </dd>
1705
- </dl>
1706
-
1707
- #### 🔌 Usage
1708
-
1709
- <dl>
1710
- <dd>
1711
-
1712
- <dl>
1713
- <dd>
1714
-
1715
- ```typescript
1716
- await client.windows.operatorPrompt("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "7334da2a-91b0-42c5-6156-76a5eba87430", {
1717
- prompt: "What is the latest news about OpenAI?",
1718
- });
1719
- ```
1720
-
1721
- </dd>
1722
- </dl>
1723
- </dd>
1724
- </dl>
1725
-
1726
- #### ⚙️ Parameters
1727
-
1728
- <dl>
1729
- <dd>
1730
-
1731
- <dl>
1732
- <dd>
1733
-
1734
- **sessionId:** `string` — ID of the session that owns the window.
1735
-
1736
- </dd>
1737
- </dl>
1738
-
1739
- <dl>
1740
- <dd>
1741
-
1742
- **windowId:** `string` — Airtop window ID of the browser window.
1743
-
1744
- </dd>
1745
- </dl>
1746
-
1747
- <dl>
1748
- <dd>
1749
-
1750
- **request:** `Airtop.OperatorPromptV1Body`
1751
-
1752
- </dd>
1753
- </dl>
1754
-
1755
- <dl>
1756
- <dd>
1757
-
1758
- **requestOptions:** `Windows.RequestOptions`
1759
-
1760
- </dd>
1761
- </dl>
1762
- </dd>
1763
- </dl>
1764
-
1765
- </dd>
1766
- </dl>
1767
- </details>
1768
-
1769
1027
  <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">pageQuery</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
1770
1028
  <dl>
1771
1029
  <dd>