@airtop/sdk 0.1.36-beta0 → 1.0.0-alpha2.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.
Files changed (1609) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -153
  3. package/dist/index.cjs +1195 -0
  4. package/dist/index.cjs.map +1 -0
  5. package/dist/index.d.cts +1028 -0
  6. package/dist/index.d.ts +1028 -7
  7. package/dist/index.js +1193 -49
  8. package/dist/index.js.map +1 -0
  9. package/package.json +71 -71
  10. package/Client.d.ts +0 -46
  11. package/Client.js +0 -42
  12. package/api/errors/ForbiddenError.d.ts +0 -8
  13. package/api/errors/ForbiddenError.js +0 -51
  14. package/api/errors/InternalServerError.d.ts +0 -8
  15. package/api/errors/InternalServerError.js +0 -51
  16. package/api/errors/NotFoundError.d.ts +0 -8
  17. package/api/errors/NotFoundError.js +0 -51
  18. package/api/errors/UnauthorizedError.d.ts +0 -8
  19. package/api/errors/UnauthorizedError.js +0 -51
  20. package/api/errors/UnprocessableEntityError.d.ts +0 -8
  21. package/api/errors/UnprocessableEntityError.js +0 -51
  22. package/api/errors/index.d.ts +0 -5
  23. package/api/errors/index.js +0 -21
  24. package/api/index.d.ts +0 -3
  25. package/api/index.js +0 -19
  26. package/api/resources/automations/client/Client.d.ts +0 -91
  27. package/api/resources/automations/client/Client.js +0 -429
  28. package/api/resources/automations/client/index.d.ts +0 -1
  29. package/api/resources/automations/client/index.js +0 -17
  30. package/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +0 -19
  31. package/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +0 -5
  32. package/api/resources/automations/client/requests/index.d.ts +0 -1
  33. package/api/resources/automations/client/requests/index.js +0 -2
  34. package/api/resources/automations/index.d.ts +0 -1
  35. package/api/resources/automations/index.js +0 -17
  36. package/api/resources/files/client/Client.d.ts +0 -69
  37. package/api/resources/files/client/Client.js +0 -286
  38. package/api/resources/files/client/index.d.ts +0 -1
  39. package/api/resources/files/client/index.js +0 -17
  40. package/api/resources/files/client/requests/CreateFileRestInputV1.d.ts +0 -22
  41. package/api/resources/files/client/requests/CreateFileRestInputV1.js +0 -5
  42. package/api/resources/files/client/requests/FilesListRequest.d.ts +0 -24
  43. package/api/resources/files/client/requests/FilesListRequest.js +0 -5
  44. package/api/resources/files/client/requests/index.d.ts +0 -2
  45. package/api/resources/files/client/requests/index.js +0 -2
  46. package/api/resources/files/index.d.ts +0 -2
  47. package/api/resources/files/index.js +0 -18
  48. package/api/resources/files/types/CreateFileRestInputV1FileType.d.ts +0 -13
  49. package/api/resources/files/types/CreateFileRestInputV1FileType.js +0 -12
  50. package/api/resources/files/types/index.d.ts +0 -1
  51. package/api/resources/files/types/index.js +0 -17
  52. package/api/resources/index.d.ts +0 -14
  53. package/api/resources/index.js +0 -53
  54. package/api/resources/profiles/client/Client.d.ts +0 -40
  55. package/api/resources/profiles/client/Client.js +0 -131
  56. package/api/resources/profiles/client/index.d.ts +0 -1
  57. package/api/resources/profiles/client/index.js +0 -17
  58. package/api/resources/profiles/client/requests/ProfilesDeleteRequest.d.ts +0 -17
  59. package/api/resources/profiles/client/requests/ProfilesDeleteRequest.js +0 -5
  60. package/api/resources/profiles/client/requests/index.d.ts +0 -1
  61. package/api/resources/profiles/client/requests/index.js +0 -2
  62. package/api/resources/profiles/index.d.ts +0 -1
  63. package/api/resources/profiles/index.js +0 -17
  64. package/api/resources/requests/client/Client.d.ts +0 -38
  65. package/api/resources/requests/client/Client.js +0 -117
  66. package/api/resources/requests/client/index.d.ts +0 -1
  67. package/api/resources/requests/client/index.js +0 -2
  68. package/api/resources/requests/index.d.ts +0 -1
  69. package/api/resources/requests/index.js +0 -17
  70. package/api/resources/sessions/client/Client.d.ts +0 -92
  71. package/api/resources/sessions/client/Client.js +0 -494
  72. package/api/resources/sessions/client/index.d.ts +0 -1
  73. package/api/resources/sessions/client/index.js +0 -17
  74. package/api/resources/sessions/client/requests/SessionRestInputV1.d.ts +0 -12
  75. package/api/resources/sessions/client/requests/SessionRestInputV1.js +0 -5
  76. package/api/resources/sessions/client/requests/SessionsEventsRequest.d.ts +0 -20
  77. package/api/resources/sessions/client/requests/SessionsEventsRequest.js +0 -5
  78. package/api/resources/sessions/client/requests/SessionsListRequest.d.ts +0 -29
  79. package/api/resources/sessions/client/requests/SessionsListRequest.js +0 -5
  80. package/api/resources/sessions/client/requests/index.d.ts +0 -3
  81. package/api/resources/sessions/client/requests/index.js +0 -2
  82. package/api/resources/sessions/index.d.ts +0 -2
  83. package/api/resources/sessions/index.js +0 -18
  84. package/api/resources/sessions/types/SessionsEventsResponse.d.ts +0 -22
  85. package/api/resources/sessions/types/SessionsEventsResponse.js +0 -5
  86. package/api/resources/sessions/types/SessionsEventsResponseError.d.ts +0 -11
  87. package/api/resources/sessions/types/SessionsEventsResponseError.js +0 -5
  88. package/api/resources/sessions/types/SessionsEventsResponseSessionEvent.d.ts +0 -11
  89. package/api/resources/sessions/types/SessionsEventsResponseSessionEvent.js +0 -5
  90. package/api/resources/sessions/types/SessionsEventsResponseStatus.d.ts +0 -11
  91. package/api/resources/sessions/types/SessionsEventsResponseStatus.js +0 -5
  92. package/api/resources/sessions/types/SessionsEventsResponseWindowEvent.d.ts +0 -11
  93. package/api/resources/sessions/types/SessionsEventsResponseWindowEvent.js +0 -5
  94. package/api/resources/sessions/types/SessionsListRequestStatus.d.ts +0 -16
  95. package/api/resources/sessions/types/SessionsListRequestStatus.js +0 -15
  96. package/api/resources/sessions/types/index.d.ts +0 -6
  97. package/api/resources/sessions/types/index.js +0 -22
  98. package/api/resources/windows/client/Client.d.ts +0 -414
  99. package/api/resources/windows/client/Client.js +0 -1763
  100. package/api/resources/windows/client/index.d.ts +0 -1
  101. package/api/resources/windows/client/index.js +0 -17
  102. package/api/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -29
  103. package/api/resources/windows/client/requests/AsyncClickRequest.js +0 -5
  104. package/api/resources/windows/client/requests/AsyncCreateAutomationRequest.d.ts +0 -23
  105. package/api/resources/windows/client/requests/AsyncCreateAutomationRequest.js +0 -5
  106. package/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +0 -23
  107. package/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +0 -5
  108. package/api/resources/windows/client/requests/AsyncExecuteAutomationRequest.d.ts +0 -27
  109. package/api/resources/windows/client/requests/AsyncExecuteAutomationRequest.js +0 -5
  110. package/api/resources/windows/client/requests/AsyncFillFormRequest.d.ts +0 -27
  111. package/api/resources/windows/client/requests/AsyncFillFormRequest.js +0 -5
  112. package/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -27
  113. package/api/resources/windows/client/requests/AsyncHoverRequest.js +0 -5
  114. package/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -27
  115. package/api/resources/windows/client/requests/AsyncMonitorRequest.js +0 -5
  116. package/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -29
  117. package/api/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -5
  118. package/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -27
  119. package/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -5
  120. package/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -29
  121. package/api/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -5
  122. package/api/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -23
  123. package/api/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -5
  124. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -25
  125. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -5
  126. package/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -37
  127. package/api/resources/windows/client/requests/AsyncTypeRequest.js +0 -5
  128. package/api/resources/windows/client/requests/CreateFormFillerRequest.d.ts +0 -23
  129. package/api/resources/windows/client/requests/CreateFormFillerRequest.js +0 -5
  130. package/api/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +0 -18
  131. package/api/resources/windows/client/requests/CreateWindowInputV1Body.js +0 -5
  132. package/api/resources/windows/client/requests/FillFormRequest.d.ts +0 -27
  133. package/api/resources/windows/client/requests/FillFormRequest.js +0 -5
  134. package/api/resources/windows/client/requests/GetWindowInfoRequest.d.ts +0 -23
  135. package/api/resources/windows/client/requests/GetWindowInfoRequest.js +0 -5
  136. package/api/resources/windows/client/requests/ScrapeContentRequest.d.ts +0 -18
  137. package/api/resources/windows/client/requests/ScrapeContentRequest.js +0 -5
  138. package/api/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +0 -27
  139. package/api/resources/windows/client/requests/SessionClickHandlerRequestBody.js +0 -5
  140. package/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +0 -25
  141. package/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +0 -5
  142. package/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -25
  143. package/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -5
  144. package/api/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.d.ts +0 -25
  145. package/api/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.js +0 -5
  146. package/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +0 -21
  147. package/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +0 -5
  148. package/api/resources/windows/client/requests/SessionScrollHandlerRequestBody.d.ts +0 -29
  149. package/api/resources/windows/client/requests/SessionScrollHandlerRequestBody.js +0 -5
  150. package/api/resources/windows/client/requests/SessionSummaryHandlerRequestBody.d.ts +0 -23
  151. package/api/resources/windows/client/requests/SessionSummaryHandlerRequestBody.js +0 -5
  152. package/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +0 -35
  153. package/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +0 -5
  154. package/api/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +0 -18
  155. package/api/resources/windows/client/requests/WindowLoadUrlV1Body.js +0 -5
  156. package/api/resources/windows/client/requests/index.d.ts +0 -27
  157. package/api/resources/windows/client/requests/index.js +0 -2
  158. package/api/resources/windows/index.d.ts +0 -2
  159. package/api/resources/windows/index.js +0 -18
  160. package/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +0 -13
  161. package/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +0 -12
  162. package/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +0 -13
  163. package/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +0 -12
  164. package/api/resources/windows/types/index.d.ts +0 -2
  165. package/api/resources/windows/types/index.js +0 -18
  166. package/api/types/AiPromptResponse.d.ts +0 -10
  167. package/api/types/AiPromptResponse.js +0 -5
  168. package/api/types/AiResponseEnvelope.d.ts +0 -6
  169. package/api/types/AiResponseEnvelope.js +0 -5
  170. package/api/types/AirtopProxyConfiguration.d.ts +0 -9
  171. package/api/types/AirtopProxyConfiguration.js +0 -5
  172. package/api/types/AsyncConfig.d.ts +0 -7
  173. package/api/types/AsyncConfig.js +0 -5
  174. package/api/types/AsyncSessionAiResponseEnvelope.d.ts +0 -9
  175. package/api/types/AsyncSessionAiResponseEnvelope.js +0 -5
  176. package/api/types/AutomationOutput.d.ts +0 -10
  177. package/api/types/AutomationOutput.js +0 -5
  178. package/api/types/BrowserWaitNavigationConfig.d.ts +0 -10
  179. package/api/types/BrowserWaitNavigationConfig.js +0 -5
  180. package/api/types/BrowserWaitNavigationConfigWaitUntil.d.ts +0 -13
  181. package/api/types/BrowserWaitNavigationConfigWaitUntil.js +0 -12
  182. package/api/types/ClickConfig.d.ts +0 -14
  183. package/api/types/ClickConfig.js +0 -5
  184. package/api/types/ClickConfigClickType.d.ts +0 -12
  185. package/api/types/ClickConfigClickType.js +0 -11
  186. package/api/types/ClientProvidedResponseMetadata.d.ts +0 -6
  187. package/api/types/ClientProvidedResponseMetadata.js +0 -5
  188. package/api/types/CreateAutomationRequestBodyConfiguration.d.ts +0 -4
  189. package/api/types/CreateAutomationRequestBodyConfiguration.js +0 -5
  190. package/api/types/CreateFileV1.d.ts +0 -24
  191. package/api/types/CreateFileV1.js +0 -5
  192. package/api/types/CreateFileV1FileType.d.ts +0 -13
  193. package/api/types/CreateFileV1FileType.js +0 -12
  194. package/api/types/DeleteAutomationOutputWrapperBody.d.ts +0 -4
  195. package/api/types/DeleteAutomationOutputWrapperBody.js +0 -5
  196. package/api/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.d.ts +0 -10
  197. package/api/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.js +0 -5
  198. package/api/types/EnvelopeDefaultMeta.d.ts +0 -6
  199. package/api/types/EnvelopeDefaultMeta.js +0 -5
  200. package/api/types/EnvelopeGetFileV1EnvelopeDefaultMeta.d.ts +0 -10
  201. package/api/types/EnvelopeGetFileV1EnvelopeDefaultMeta.js +0 -5
  202. package/api/types/ErrorBody.d.ts +0 -9
  203. package/api/types/ErrorBody.js +0 -5
  204. package/api/types/ErrorDetail.d.ts +0 -10
  205. package/api/types/ErrorDetail.js +0 -5
  206. package/api/types/ErrorMessage.d.ts +0 -11
  207. package/api/types/ErrorMessage.js +0 -5
  208. package/api/types/ErrorModel.d.ts +0 -18
  209. package/api/types/ErrorModel.js +0 -5
  210. package/api/types/ExternalFile.d.ts +0 -33
  211. package/api/types/ExternalFile.js +0 -5
  212. package/api/types/ExternalSessionAiResponseMetadata.d.ts +0 -13
  213. package/api/types/ExternalSessionAiResponseMetadata.js +0 -5
  214. package/api/types/ExternalSessionAiResponseMetadataStatus.d.ts +0 -12
  215. package/api/types/ExternalSessionAiResponseMetadataStatus.js +0 -11
  216. package/api/types/ExternalSessionAiResponseMetadataUsage.d.ts +0 -9
  217. package/api/types/ExternalSessionAiResponseMetadataUsage.js +0 -5
  218. package/api/types/ExternalSessionConfig.d.ts +0 -11
  219. package/api/types/ExternalSessionConfig.js +0 -5
  220. package/api/types/ExternalSessionWithConnectionInfo.d.ts +0 -26
  221. package/api/types/ExternalSessionWithConnectionInfo.js +0 -5
  222. package/api/types/FilesResponse.d.ts +0 -10
  223. package/api/types/FilesResponse.js +0 -5
  224. package/api/types/FilesWithPagination.d.ts +0 -10
  225. package/api/types/FilesWithPagination.js +0 -5
  226. package/api/types/GetFileV1.d.ts +0 -24
  227. package/api/types/GetFileV1.js +0 -5
  228. package/api/types/GetFileV1FileType.d.ts +0 -13
  229. package/api/types/GetFileV1FileType.js +0 -12
  230. package/api/types/IntervalMonitorConfig.d.ts +0 -9
  231. package/api/types/IntervalMonitorConfig.js +0 -5
  232. package/api/types/Issue.d.ts +0 -13
  233. package/api/types/Issue.js +0 -5
  234. package/api/types/ListAutomationsOutput.d.ts +0 -7
  235. package/api/types/ListAutomationsOutput.js +0 -5
  236. package/api/types/MicroInteractionConfig.d.ts +0 -10
  237. package/api/types/MicroInteractionConfig.js +0 -5
  238. package/api/types/MicroInteractionConfigWithExperimental.d.ts +0 -12
  239. package/api/types/MicroInteractionConfigWithExperimental.js +0 -5
  240. package/api/types/MicroInteractionExperimentalConfig.d.ts +0 -7
  241. package/api/types/MicroInteractionExperimentalConfig.js +0 -5
  242. package/api/types/MonitorConfig.d.ts +0 -10
  243. package/api/types/MonitorConfig.js +0 -5
  244. package/api/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -12
  245. package/api/types/MonitorConfigIncludeVisualAnalysis.js +0 -11
  246. package/api/types/OperationOutcome.d.ts +0 -7
  247. package/api/types/OperationOutcome.js +0 -5
  248. package/api/types/OperationOutcomeResponse.d.ts +0 -10
  249. package/api/types/OperationOutcomeResponse.js +0 -5
  250. package/api/types/PageQueryConfig.d.ts +0 -12
  251. package/api/types/PageQueryConfig.js +0 -5
  252. package/api/types/PageQueryExperimentalConfig.d.ts +0 -7
  253. package/api/types/PageQueryExperimentalConfig.js +0 -5
  254. package/api/types/PaginatedExtractionConfig.d.ts +0 -16
  255. package/api/types/PaginatedExtractionConfig.js +0 -5
  256. package/api/types/PaginatedExtractionExperimentalConfig.d.ts +0 -7
  257. package/api/types/PaginatedExtractionExperimentalConfig.js +0 -5
  258. package/api/types/Pagination.d.ts +0 -21
  259. package/api/types/Pagination.js +0 -5
  260. package/api/types/Proxy.d.ts +0 -14
  261. package/api/types/Proxy.js +0 -5
  262. package/api/types/ProxyConfigurationKind.d.ts +0 -9
  263. package/api/types/ProxyConfigurationKind.js +0 -5
  264. package/api/types/ProxyCredentials.d.ts +0 -11
  265. package/api/types/ProxyCredentials.js +0 -5
  266. package/api/types/RequestStatusResponse.d.ts +0 -8
  267. package/api/types/RequestStatusResponse.js +0 -5
  268. package/api/types/ScrapeConfig.d.ts +0 -7
  269. package/api/types/ScrapeConfig.js +0 -5
  270. package/api/types/ScrapeResponse.d.ts +0 -10
  271. package/api/types/ScrapeResponse.js +0 -5
  272. package/api/types/ScrapeResponseContent.d.ts +0 -9
  273. package/api/types/ScrapeResponseContent.js +0 -5
  274. package/api/types/ScrapeResponseEnvelope.d.ts +0 -8
  275. package/api/types/ScrapeResponseEnvelope.js +0 -5
  276. package/api/types/ScrapeResponseOutput.d.ts +0 -12
  277. package/api/types/ScrapeResponseOutput.js +0 -5
  278. package/api/types/ScreenshotConfig.d.ts +0 -13
  279. package/api/types/ScreenshotConfig.js +0 -5
  280. package/api/types/ScreenshotMetadata.d.ts +0 -7
  281. package/api/types/ScreenshotMetadata.js +0 -5
  282. package/api/types/ScreenshotRequestConfig.d.ts +0 -8
  283. package/api/types/ScreenshotRequestConfig.js +0 -5
  284. package/api/types/ScrollByConfig.d.ts +0 -9
  285. package/api/types/ScrollByConfig.js +0 -5
  286. package/api/types/ScrollToEdgeConfig.d.ts +0 -9
  287. package/api/types/ScrollToEdgeConfig.js +0 -5
  288. package/api/types/SessionConfigV1.d.ts +0 -18
  289. package/api/types/SessionConfigV1.js +0 -5
  290. package/api/types/SessionConfigV1Proxy.d.ts +0 -17
  291. package/api/types/SessionConfigV1Proxy.js +0 -5
  292. package/api/types/SessionEventMessage.d.ts +0 -17
  293. package/api/types/SessionEventMessage.js +0 -5
  294. package/api/types/SessionPageQueryHandlerRequestBody.d.ts +0 -21
  295. package/api/types/SessionPageQueryHandlerRequestBody.js +0 -5
  296. package/api/types/SessionResponse.d.ts +0 -10
  297. package/api/types/SessionResponse.js +0 -5
  298. package/api/types/SessionsResponse.d.ts +0 -10
  299. package/api/types/SessionsResponse.js +0 -5
  300. package/api/types/SessionsWithPagination.d.ts +0 -10
  301. package/api/types/SessionsWithPagination.js +0 -5
  302. package/api/types/StatusMessage.d.ts +0 -16
  303. package/api/types/StatusMessage.js +0 -5
  304. package/api/types/StatusMessageStatus.d.ts +0 -15
  305. package/api/types/StatusMessageStatus.js +0 -14
  306. package/api/types/SummaryConfig.d.ts +0 -9
  307. package/api/types/SummaryConfig.js +0 -5
  308. package/api/types/SummaryExperimentalConfig.d.ts +0 -7
  309. package/api/types/SummaryExperimentalConfig.js +0 -5
  310. package/api/types/VisualAnalysisConfig.d.ts +0 -18
  311. package/api/types/VisualAnalysisConfig.js +0 -5
  312. package/api/types/VisualAnalysisConfigPartitionDirection.d.ts +0 -12
  313. package/api/types/VisualAnalysisConfigPartitionDirection.js +0 -11
  314. package/api/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +0 -12
  315. package/api/types/VisualAnalysisConfigResultSelectionStrategy.js +0 -11
  316. package/api/types/VisualAnalysisConfigScope.d.ts +0 -13
  317. package/api/types/VisualAnalysisConfigScope.js +0 -12
  318. package/api/types/Window.d.ts +0 -11
  319. package/api/types/Window.js +0 -5
  320. package/api/types/WindowEventMessage.d.ts +0 -19
  321. package/api/types/WindowEventMessage.js +0 -5
  322. package/api/types/WindowId.d.ts +0 -9
  323. package/api/types/WindowId.js +0 -5
  324. package/api/types/WindowIdResponse.d.ts +0 -10
  325. package/api/types/WindowIdResponse.js +0 -5
  326. package/api/types/WindowResponse.d.ts +0 -10
  327. package/api/types/WindowResponse.js +0 -5
  328. package/api/types/index.d.ts +0 -81
  329. package/api/types/index.js +0 -97
  330. package/biome.json +0 -69
  331. package/config/tsconfig-nobase.json +0 -16
  332. package/core/auth/BasicAuth.d.ts +0 -8
  333. package/core/auth/BasicAuth.js +0 -26
  334. package/core/auth/BearerToken.d.ts +0 -5
  335. package/core/auth/BearerToken.js +0 -15
  336. package/core/auth/index.d.ts +0 -2
  337. package/core/auth/index.js +0 -7
  338. package/core/fetcher/APIResponse.d.ts +0 -10
  339. package/core/fetcher/APIResponse.js +0 -2
  340. package/core/fetcher/Fetcher.d.ts +0 -39
  341. package/core/fetcher/Fetcher.js +0 -100
  342. package/core/fetcher/Supplier.d.ts +0 -4
  343. package/core/fetcher/Supplier.js +0 -22
  344. package/core/fetcher/createRequestUrl.d.ts +0 -1
  345. package/core/fetcher/createRequestUrl.js +0 -12
  346. package/core/fetcher/getFetchFn.d.ts +0 -4
  347. package/core/fetcher/getFetchFn.js +0 -68
  348. package/core/fetcher/getHeader.d.ts +0 -1
  349. package/core/fetcher/getHeader.js +0 -11
  350. package/core/fetcher/getRequestBody.d.ts +0 -7
  351. package/core/fetcher/getRequestBody.js +0 -23
  352. package/core/fetcher/getResponseBody.d.ts +0 -1
  353. package/core/fetcher/getResponseBody.js +0 -54
  354. package/core/fetcher/index.d.ts +0 -5
  355. package/core/fetcher/index.js +0 -9
  356. package/core/fetcher/makeRequest.d.ts +0 -1
  357. package/core/fetcher/makeRequest.js +0 -42
  358. package/core/fetcher/requestWithRetries.d.ts +0 -1
  359. package/core/fetcher/requestWithRetries.js +0 -40
  360. package/core/fetcher/signals.d.ts +0 -11
  361. package/core/fetcher/signals.js +0 -36
  362. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
  363. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
  364. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
  365. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
  366. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
  367. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
  368. package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
  369. package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
  370. package/core/index.d.ts +0 -5
  371. package/core/index.js +0 -44
  372. package/core/json.d.ts +0 -15
  373. package/core/json.js +0 -24
  374. package/core/runtime/index.d.ts +0 -1
  375. package/core/runtime/index.js +0 -5
  376. package/core/runtime/runtime.d.ts +0 -9
  377. package/core/runtime/runtime.js +0 -103
  378. package/core/schemas/Schema.d.ts +0 -87
  379. package/core/schemas/Schema.js +0 -24
  380. package/core/schemas/builders/bigint/bigint.d.ts +0 -2
  381. package/core/schemas/builders/bigint/bigint.js +0 -53
  382. package/core/schemas/builders/bigint/index.d.ts +0 -1
  383. package/core/schemas/builders/bigint/index.js +0 -5
  384. package/core/schemas/builders/date/date.d.ts +0 -2
  385. package/core/schemas/builders/date/date.js +0 -62
  386. package/core/schemas/builders/date/index.d.ts +0 -1
  387. package/core/schemas/builders/date/index.js +0 -5
  388. package/core/schemas/builders/enum/enum.d.ts +0 -2
  389. package/core/schemas/builders/enum/enum.js +0 -38
  390. package/core/schemas/builders/enum/index.d.ts +0 -1
  391. package/core/schemas/builders/enum/index.js +0 -5
  392. package/core/schemas/builders/index.d.ts +0 -14
  393. package/core/schemas/builders/index.js +0 -30
  394. package/core/schemas/builders/lazy/index.d.ts +0 -3
  395. package/core/schemas/builders/lazy/index.js +0 -7
  396. package/core/schemas/builders/lazy/lazy.d.ts +0 -5
  397. package/core/schemas/builders/lazy/lazy.js +0 -24
  398. package/core/schemas/builders/lazy/lazyObject.d.ts +0 -3
  399. package/core/schemas/builders/lazy/lazyObject.js +0 -11
  400. package/core/schemas/builders/list/index.d.ts +0 -1
  401. package/core/schemas/builders/list/index.js +0 -5
  402. package/core/schemas/builders/list/list.d.ts +0 -2
  403. package/core/schemas/builders/list/list.js +0 -54
  404. package/core/schemas/builders/literals/booleanLiteral.d.ts +0 -2
  405. package/core/schemas/builders/literals/booleanLiteral.js +0 -28
  406. package/core/schemas/builders/literals/index.d.ts +0 -2
  407. package/core/schemas/builders/literals/index.js +0 -7
  408. package/core/schemas/builders/literals/stringLiteral.d.ts +0 -2
  409. package/core/schemas/builders/literals/stringLiteral.js +0 -28
  410. package/core/schemas/builders/object/index.d.ts +0 -6
  411. package/core/schemas/builders/object/index.js +0 -11
  412. package/core/schemas/builders/object/object.d.ts +0 -3
  413. package/core/schemas/builders/object/object.js +0 -261
  414. package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +0 -6
  415. package/core/schemas/builders/object/objectWithoutOptionalProperties.js +0 -7
  416. package/core/schemas/builders/object/property.d.ts +0 -8
  417. package/core/schemas/builders/object/property.js +0 -15
  418. package/core/schemas/builders/object/types.d.ts +0 -31
  419. package/core/schemas/builders/object/types.js +0 -2
  420. package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +0 -9
  421. package/core/schemas/builders/object-like/getObjectLikeUtils.js +0 -53
  422. package/core/schemas/builders/object-like/index.d.ts +0 -2
  423. package/core/schemas/builders/object-like/index.js +0 -6
  424. package/core/schemas/builders/object-like/types.d.ts +0 -7
  425. package/core/schemas/builders/object-like/types.js +0 -2
  426. package/core/schemas/builders/primitives/any.d.ts +0 -1
  427. package/core/schemas/builders/primitives/any.js +0 -6
  428. package/core/schemas/builders/primitives/boolean.d.ts +0 -1
  429. package/core/schemas/builders/primitives/boolean.js +0 -25
  430. package/core/schemas/builders/primitives/index.d.ts +0 -5
  431. package/core/schemas/builders/primitives/index.js +0 -13
  432. package/core/schemas/builders/primitives/number.d.ts +0 -1
  433. package/core/schemas/builders/primitives/number.js +0 -25
  434. package/core/schemas/builders/primitives/string.d.ts +0 -1
  435. package/core/schemas/builders/primitives/string.js +0 -25
  436. package/core/schemas/builders/primitives/unknown.d.ts +0 -1
  437. package/core/schemas/builders/primitives/unknown.js +0 -6
  438. package/core/schemas/builders/record/index.d.ts +0 -2
  439. package/core/schemas/builders/record/index.js +0 -5
  440. package/core/schemas/builders/record/record.d.ts +0 -3
  441. package/core/schemas/builders/record/record.js +0 -93
  442. package/core/schemas/builders/record/types.d.ts +0 -4
  443. package/core/schemas/builders/record/types.js +0 -2
  444. package/core/schemas/builders/schema-utils/JsonError.d.ts +0 -5
  445. package/core/schemas/builders/schema-utils/JsonError.js +0 -12
  446. package/core/schemas/builders/schema-utils/ParseError.d.ts +0 -5
  447. package/core/schemas/builders/schema-utils/ParseError.js +0 -12
  448. package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +0 -21
  449. package/core/schemas/builders/schema-utils/getSchemaUtils.js +0 -145
  450. package/core/schemas/builders/schema-utils/index.d.ts +0 -4
  451. package/core/schemas/builders/schema-utils/index.js +0 -11
  452. package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +0 -2
  453. package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +0 -9
  454. package/core/schemas/builders/set/index.d.ts +0 -1
  455. package/core/schemas/builders/set/index.js +0 -5
  456. package/core/schemas/builders/set/set.d.ts +0 -2
  457. package/core/schemas/builders/set/set.js +0 -43
  458. package/core/schemas/builders/undiscriminated-union/index.d.ts +0 -2
  459. package/core/schemas/builders/undiscriminated-union/index.js +0 -5
  460. package/core/schemas/builders/undiscriminated-union/types.d.ts +0 -4
  461. package/core/schemas/builders/undiscriminated-union/types.js +0 -2
  462. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +0 -3
  463. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +0 -39
  464. package/core/schemas/builders/union/discriminant.d.ts +0 -5
  465. package/core/schemas/builders/union/discriminant.js +0 -9
  466. package/core/schemas/builders/union/index.d.ts +0 -4
  467. package/core/schemas/builders/union/index.js +0 -7
  468. package/core/schemas/builders/union/types.d.ts +0 -13
  469. package/core/schemas/builders/union/types.js +0 -2
  470. package/core/schemas/builders/union/union.d.ts +0 -4
  471. package/core/schemas/builders/union/union.js +0 -129
  472. package/core/schemas/index.d.ts +0 -2
  473. package/core/schemas/index.js +0 -17
  474. package/core/schemas/utils/MaybePromise.d.ts +0 -1
  475. package/core/schemas/utils/MaybePromise.js +0 -2
  476. package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +0 -7
  477. package/core/schemas/utils/addQuestionMarksToNullableProperties.js +0 -2
  478. package/core/schemas/utils/createIdentitySchemaCreator.d.ts +0 -2
  479. package/core/schemas/utils/createIdentitySchemaCreator.js +0 -15
  480. package/core/schemas/utils/entries.d.ts +0 -1
  481. package/core/schemas/utils/entries.js +0 -6
  482. package/core/schemas/utils/filterObject.d.ts +0 -1
  483. package/core/schemas/utils/filterObject.js +0 -13
  484. package/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +0 -1
  485. package/core/schemas/utils/getErrorMessageForIncorrectType.js +0 -27
  486. package/core/schemas/utils/isPlainObject.d.ts +0 -1
  487. package/core/schemas/utils/isPlainObject.js +0 -17
  488. package/core/schemas/utils/keys.d.ts +0 -1
  489. package/core/schemas/utils/keys.js +0 -6
  490. package/core/schemas/utils/maybeSkipValidation.d.ts +0 -2
  491. package/core/schemas/utils/maybeSkipValidation.js +0 -27
  492. package/core/schemas/utils/partition.d.ts +0 -1
  493. package/core/schemas/utils/partition.js +0 -15
  494. package/core/streaming-fetcher/Stream.d.ts +0 -47
  495. package/core/streaming-fetcher/Stream.js +0 -169
  496. package/core/streaming-fetcher/index.d.ts +0 -1
  497. package/core/streaming-fetcher/index.js +0 -5
  498. package/dist/Client.d.ts +0 -46
  499. package/dist/Client.js +0 -42
  500. package/dist/api/errors/ForbiddenError.d.ts +0 -8
  501. package/dist/api/errors/ForbiddenError.js +0 -51
  502. package/dist/api/errors/InternalServerError.d.ts +0 -8
  503. package/dist/api/errors/InternalServerError.js +0 -51
  504. package/dist/api/errors/NotFoundError.d.ts +0 -8
  505. package/dist/api/errors/NotFoundError.js +0 -51
  506. package/dist/api/errors/UnauthorizedError.d.ts +0 -8
  507. package/dist/api/errors/UnauthorizedError.js +0 -51
  508. package/dist/api/errors/UnprocessableEntityError.d.ts +0 -8
  509. package/dist/api/errors/UnprocessableEntityError.js +0 -51
  510. package/dist/api/errors/index.d.ts +0 -5
  511. package/dist/api/errors/index.js +0 -21
  512. package/dist/api/index.d.ts +0 -3
  513. package/dist/api/index.js +0 -19
  514. package/dist/api/resources/automations/client/Client.d.ts +0 -91
  515. package/dist/api/resources/automations/client/Client.js +0 -429
  516. package/dist/api/resources/automations/client/index.d.ts +0 -1
  517. package/dist/api/resources/automations/client/index.js +0 -17
  518. package/dist/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +0 -19
  519. package/dist/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +0 -5
  520. package/dist/api/resources/automations/client/requests/index.d.ts +0 -1
  521. package/dist/api/resources/automations/client/requests/index.js +0 -2
  522. package/dist/api/resources/automations/index.d.ts +0 -1
  523. package/dist/api/resources/automations/index.js +0 -17
  524. package/dist/api/resources/files/client/Client.d.ts +0 -69
  525. package/dist/api/resources/files/client/Client.js +0 -286
  526. package/dist/api/resources/files/client/index.d.ts +0 -1
  527. package/dist/api/resources/files/client/index.js +0 -17
  528. package/dist/api/resources/files/client/requests/CreateFileRestInputV1.d.ts +0 -22
  529. package/dist/api/resources/files/client/requests/CreateFileRestInputV1.js +0 -5
  530. package/dist/api/resources/files/client/requests/FilesListRequest.d.ts +0 -24
  531. package/dist/api/resources/files/client/requests/FilesListRequest.js +0 -5
  532. package/dist/api/resources/files/client/requests/index.d.ts +0 -2
  533. package/dist/api/resources/files/client/requests/index.js +0 -2
  534. package/dist/api/resources/files/index.d.ts +0 -2
  535. package/dist/api/resources/files/index.js +0 -18
  536. package/dist/api/resources/files/types/CreateFileRestInputV1FileType.d.ts +0 -13
  537. package/dist/api/resources/files/types/CreateFileRestInputV1FileType.js +0 -12
  538. package/dist/api/resources/files/types/index.d.ts +0 -1
  539. package/dist/api/resources/files/types/index.js +0 -17
  540. package/dist/api/resources/index.d.ts +0 -14
  541. package/dist/api/resources/index.js +0 -53
  542. package/dist/api/resources/profiles/client/Client.d.ts +0 -40
  543. package/dist/api/resources/profiles/client/Client.js +0 -131
  544. package/dist/api/resources/profiles/client/index.d.ts +0 -1
  545. package/dist/api/resources/profiles/client/index.js +0 -17
  546. package/dist/api/resources/profiles/client/requests/ProfilesDeleteRequest.d.ts +0 -17
  547. package/dist/api/resources/profiles/client/requests/ProfilesDeleteRequest.js +0 -5
  548. package/dist/api/resources/profiles/client/requests/index.d.ts +0 -1
  549. package/dist/api/resources/profiles/client/requests/index.js +0 -2
  550. package/dist/api/resources/profiles/index.d.ts +0 -1
  551. package/dist/api/resources/profiles/index.js +0 -17
  552. package/dist/api/resources/requests/client/Client.d.ts +0 -38
  553. package/dist/api/resources/requests/client/Client.js +0 -117
  554. package/dist/api/resources/requests/client/index.d.ts +0 -1
  555. package/dist/api/resources/requests/client/index.js +0 -2
  556. package/dist/api/resources/requests/index.d.ts +0 -1
  557. package/dist/api/resources/requests/index.js +0 -17
  558. package/dist/api/resources/sessions/client/Client.d.ts +0 -92
  559. package/dist/api/resources/sessions/client/Client.js +0 -494
  560. package/dist/api/resources/sessions/client/index.d.ts +0 -1
  561. package/dist/api/resources/sessions/client/index.js +0 -17
  562. package/dist/api/resources/sessions/client/requests/SessionRestInputV1.d.ts +0 -12
  563. package/dist/api/resources/sessions/client/requests/SessionRestInputV1.js +0 -5
  564. package/dist/api/resources/sessions/client/requests/SessionsEventsRequest.d.ts +0 -20
  565. package/dist/api/resources/sessions/client/requests/SessionsEventsRequest.js +0 -5
  566. package/dist/api/resources/sessions/client/requests/SessionsListRequest.d.ts +0 -29
  567. package/dist/api/resources/sessions/client/requests/SessionsListRequest.js +0 -5
  568. package/dist/api/resources/sessions/client/requests/index.d.ts +0 -3
  569. package/dist/api/resources/sessions/client/requests/index.js +0 -2
  570. package/dist/api/resources/sessions/index.d.ts +0 -2
  571. package/dist/api/resources/sessions/index.js +0 -18
  572. package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +0 -22
  573. package/dist/api/resources/sessions/types/SessionsEventsResponse.js +0 -5
  574. package/dist/api/resources/sessions/types/SessionsEventsResponseError.d.ts +0 -11
  575. package/dist/api/resources/sessions/types/SessionsEventsResponseError.js +0 -5
  576. package/dist/api/resources/sessions/types/SessionsEventsResponseSessionEvent.d.ts +0 -11
  577. package/dist/api/resources/sessions/types/SessionsEventsResponseSessionEvent.js +0 -5
  578. package/dist/api/resources/sessions/types/SessionsEventsResponseStatus.d.ts +0 -11
  579. package/dist/api/resources/sessions/types/SessionsEventsResponseStatus.js +0 -5
  580. package/dist/api/resources/sessions/types/SessionsEventsResponseWindowEvent.d.ts +0 -11
  581. package/dist/api/resources/sessions/types/SessionsEventsResponseWindowEvent.js +0 -5
  582. package/dist/api/resources/sessions/types/SessionsListRequestStatus.d.ts +0 -16
  583. package/dist/api/resources/sessions/types/SessionsListRequestStatus.js +0 -15
  584. package/dist/api/resources/sessions/types/index.d.ts +0 -6
  585. package/dist/api/resources/sessions/types/index.js +0 -22
  586. package/dist/api/resources/windows/client/Client.d.ts +0 -414
  587. package/dist/api/resources/windows/client/Client.js +0 -1763
  588. package/dist/api/resources/windows/client/index.d.ts +0 -1
  589. package/dist/api/resources/windows/client/index.js +0 -17
  590. package/dist/api/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -29
  591. package/dist/api/resources/windows/client/requests/AsyncClickRequest.js +0 -5
  592. package/dist/api/resources/windows/client/requests/AsyncCreateAutomationRequest.d.ts +0 -23
  593. package/dist/api/resources/windows/client/requests/AsyncCreateAutomationRequest.js +0 -5
  594. package/dist/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +0 -23
  595. package/dist/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +0 -5
  596. package/dist/api/resources/windows/client/requests/AsyncExecuteAutomationRequest.d.ts +0 -27
  597. package/dist/api/resources/windows/client/requests/AsyncExecuteAutomationRequest.js +0 -5
  598. package/dist/api/resources/windows/client/requests/AsyncFillFormRequest.d.ts +0 -27
  599. package/dist/api/resources/windows/client/requests/AsyncFillFormRequest.js +0 -5
  600. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -27
  601. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.js +0 -5
  602. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -27
  603. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.js +0 -5
  604. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -29
  605. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -5
  606. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -27
  607. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -5
  608. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -29
  609. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -5
  610. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -23
  611. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -5
  612. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -25
  613. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -5
  614. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -37
  615. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.js +0 -5
  616. package/dist/api/resources/windows/client/requests/CreateFormFillerRequest.d.ts +0 -23
  617. package/dist/api/resources/windows/client/requests/CreateFormFillerRequest.js +0 -5
  618. package/dist/api/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +0 -18
  619. package/dist/api/resources/windows/client/requests/CreateWindowInputV1Body.js +0 -5
  620. package/dist/api/resources/windows/client/requests/FillFormRequest.d.ts +0 -27
  621. package/dist/api/resources/windows/client/requests/FillFormRequest.js +0 -5
  622. package/dist/api/resources/windows/client/requests/GetWindowInfoRequest.d.ts +0 -23
  623. package/dist/api/resources/windows/client/requests/GetWindowInfoRequest.js +0 -5
  624. package/dist/api/resources/windows/client/requests/ScrapeContentRequest.d.ts +0 -18
  625. package/dist/api/resources/windows/client/requests/ScrapeContentRequest.js +0 -5
  626. package/dist/api/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +0 -27
  627. package/dist/api/resources/windows/client/requests/SessionClickHandlerRequestBody.js +0 -5
  628. package/dist/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +0 -25
  629. package/dist/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +0 -5
  630. package/dist/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -25
  631. package/dist/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -5
  632. package/dist/api/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.d.ts +0 -25
  633. package/dist/api/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.js +0 -5
  634. package/dist/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +0 -21
  635. package/dist/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +0 -5
  636. package/dist/api/resources/windows/client/requests/SessionScrollHandlerRequestBody.d.ts +0 -29
  637. package/dist/api/resources/windows/client/requests/SessionScrollHandlerRequestBody.js +0 -5
  638. package/dist/api/resources/windows/client/requests/SessionSummaryHandlerRequestBody.d.ts +0 -23
  639. package/dist/api/resources/windows/client/requests/SessionSummaryHandlerRequestBody.js +0 -5
  640. package/dist/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +0 -35
  641. package/dist/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +0 -5
  642. package/dist/api/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +0 -18
  643. package/dist/api/resources/windows/client/requests/WindowLoadUrlV1Body.js +0 -5
  644. package/dist/api/resources/windows/client/requests/index.d.ts +0 -27
  645. package/dist/api/resources/windows/client/requests/index.js +0 -2
  646. package/dist/api/resources/windows/index.d.ts +0 -2
  647. package/dist/api/resources/windows/index.js +0 -18
  648. package/dist/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +0 -13
  649. package/dist/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +0 -12
  650. package/dist/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +0 -13
  651. package/dist/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +0 -12
  652. package/dist/api/resources/windows/types/index.d.ts +0 -2
  653. package/dist/api/resources/windows/types/index.js +0 -18
  654. package/dist/api/types/AiPromptResponse.d.ts +0 -10
  655. package/dist/api/types/AiPromptResponse.js +0 -5
  656. package/dist/api/types/AiResponseEnvelope.d.ts +0 -6
  657. package/dist/api/types/AiResponseEnvelope.js +0 -5
  658. package/dist/api/types/AirtopProxyConfiguration.d.ts +0 -9
  659. package/dist/api/types/AirtopProxyConfiguration.js +0 -5
  660. package/dist/api/types/AsyncConfig.d.ts +0 -7
  661. package/dist/api/types/AsyncConfig.js +0 -5
  662. package/dist/api/types/AsyncSessionAiResponseEnvelope.d.ts +0 -9
  663. package/dist/api/types/AsyncSessionAiResponseEnvelope.js +0 -5
  664. package/dist/api/types/AutomationOutput.d.ts +0 -10
  665. package/dist/api/types/AutomationOutput.js +0 -5
  666. package/dist/api/types/BrowserWaitNavigationConfig.d.ts +0 -10
  667. package/dist/api/types/BrowserWaitNavigationConfig.js +0 -5
  668. package/dist/api/types/BrowserWaitNavigationConfigWaitUntil.d.ts +0 -13
  669. package/dist/api/types/BrowserWaitNavigationConfigWaitUntil.js +0 -12
  670. package/dist/api/types/ClickConfig.d.ts +0 -14
  671. package/dist/api/types/ClickConfig.js +0 -5
  672. package/dist/api/types/ClickConfigClickType.d.ts +0 -12
  673. package/dist/api/types/ClickConfigClickType.js +0 -11
  674. package/dist/api/types/ClientProvidedResponseMetadata.d.ts +0 -6
  675. package/dist/api/types/ClientProvidedResponseMetadata.js +0 -5
  676. package/dist/api/types/CreateAutomationRequestBodyConfiguration.d.ts +0 -4
  677. package/dist/api/types/CreateAutomationRequestBodyConfiguration.js +0 -5
  678. package/dist/api/types/CreateFileV1.d.ts +0 -24
  679. package/dist/api/types/CreateFileV1.js +0 -5
  680. package/dist/api/types/CreateFileV1FileType.d.ts +0 -13
  681. package/dist/api/types/CreateFileV1FileType.js +0 -12
  682. package/dist/api/types/DeleteAutomationOutputWrapperBody.d.ts +0 -4
  683. package/dist/api/types/DeleteAutomationOutputWrapperBody.js +0 -5
  684. package/dist/api/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.d.ts +0 -10
  685. package/dist/api/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.js +0 -5
  686. package/dist/api/types/EnvelopeDefaultMeta.d.ts +0 -6
  687. package/dist/api/types/EnvelopeDefaultMeta.js +0 -5
  688. package/dist/api/types/EnvelopeGetFileV1EnvelopeDefaultMeta.d.ts +0 -10
  689. package/dist/api/types/EnvelopeGetFileV1EnvelopeDefaultMeta.js +0 -5
  690. package/dist/api/types/ErrorBody.d.ts +0 -9
  691. package/dist/api/types/ErrorBody.js +0 -5
  692. package/dist/api/types/ErrorDetail.d.ts +0 -10
  693. package/dist/api/types/ErrorDetail.js +0 -5
  694. package/dist/api/types/ErrorMessage.d.ts +0 -11
  695. package/dist/api/types/ErrorMessage.js +0 -5
  696. package/dist/api/types/ErrorModel.d.ts +0 -18
  697. package/dist/api/types/ErrorModel.js +0 -5
  698. package/dist/api/types/ExternalFile.d.ts +0 -33
  699. package/dist/api/types/ExternalFile.js +0 -5
  700. package/dist/api/types/ExternalSessionAiResponseMetadata.d.ts +0 -13
  701. package/dist/api/types/ExternalSessionAiResponseMetadata.js +0 -5
  702. package/dist/api/types/ExternalSessionAiResponseMetadataStatus.d.ts +0 -12
  703. package/dist/api/types/ExternalSessionAiResponseMetadataStatus.js +0 -11
  704. package/dist/api/types/ExternalSessionAiResponseMetadataUsage.d.ts +0 -9
  705. package/dist/api/types/ExternalSessionAiResponseMetadataUsage.js +0 -5
  706. package/dist/api/types/ExternalSessionConfig.d.ts +0 -11
  707. package/dist/api/types/ExternalSessionConfig.js +0 -5
  708. package/dist/api/types/ExternalSessionWithConnectionInfo.d.ts +0 -26
  709. package/dist/api/types/ExternalSessionWithConnectionInfo.js +0 -5
  710. package/dist/api/types/FilesResponse.d.ts +0 -10
  711. package/dist/api/types/FilesResponse.js +0 -5
  712. package/dist/api/types/FilesWithPagination.d.ts +0 -10
  713. package/dist/api/types/FilesWithPagination.js +0 -5
  714. package/dist/api/types/GetFileV1.d.ts +0 -24
  715. package/dist/api/types/GetFileV1.js +0 -5
  716. package/dist/api/types/GetFileV1FileType.d.ts +0 -13
  717. package/dist/api/types/GetFileV1FileType.js +0 -12
  718. package/dist/api/types/IntervalMonitorConfig.d.ts +0 -9
  719. package/dist/api/types/IntervalMonitorConfig.js +0 -5
  720. package/dist/api/types/Issue.d.ts +0 -13
  721. package/dist/api/types/Issue.js +0 -5
  722. package/dist/api/types/ListAutomationsOutput.d.ts +0 -7
  723. package/dist/api/types/ListAutomationsOutput.js +0 -5
  724. package/dist/api/types/MicroInteractionConfig.d.ts +0 -10
  725. package/dist/api/types/MicroInteractionConfig.js +0 -5
  726. package/dist/api/types/MicroInteractionConfigWithExperimental.d.ts +0 -12
  727. package/dist/api/types/MicroInteractionConfigWithExperimental.js +0 -5
  728. package/dist/api/types/MicroInteractionExperimentalConfig.d.ts +0 -7
  729. package/dist/api/types/MicroInteractionExperimentalConfig.js +0 -5
  730. package/dist/api/types/MonitorConfig.d.ts +0 -10
  731. package/dist/api/types/MonitorConfig.js +0 -5
  732. package/dist/api/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -12
  733. package/dist/api/types/MonitorConfigIncludeVisualAnalysis.js +0 -11
  734. package/dist/api/types/OperationOutcome.d.ts +0 -7
  735. package/dist/api/types/OperationOutcome.js +0 -5
  736. package/dist/api/types/OperationOutcomeResponse.d.ts +0 -10
  737. package/dist/api/types/OperationOutcomeResponse.js +0 -5
  738. package/dist/api/types/PageQueryConfig.d.ts +0 -12
  739. package/dist/api/types/PageQueryConfig.js +0 -5
  740. package/dist/api/types/PageQueryExperimentalConfig.d.ts +0 -7
  741. package/dist/api/types/PageQueryExperimentalConfig.js +0 -5
  742. package/dist/api/types/PaginatedExtractionConfig.d.ts +0 -16
  743. package/dist/api/types/PaginatedExtractionConfig.js +0 -5
  744. package/dist/api/types/PaginatedExtractionExperimentalConfig.d.ts +0 -7
  745. package/dist/api/types/PaginatedExtractionExperimentalConfig.js +0 -5
  746. package/dist/api/types/Pagination.d.ts +0 -21
  747. package/dist/api/types/Pagination.js +0 -5
  748. package/dist/api/types/Proxy.d.ts +0 -14
  749. package/dist/api/types/Proxy.js +0 -5
  750. package/dist/api/types/ProxyConfigurationKind.d.ts +0 -9
  751. package/dist/api/types/ProxyConfigurationKind.js +0 -5
  752. package/dist/api/types/ProxyCredentials.d.ts +0 -11
  753. package/dist/api/types/ProxyCredentials.js +0 -5
  754. package/dist/api/types/RequestStatusResponse.d.ts +0 -8
  755. package/dist/api/types/RequestStatusResponse.js +0 -5
  756. package/dist/api/types/ScrapeConfig.d.ts +0 -7
  757. package/dist/api/types/ScrapeConfig.js +0 -5
  758. package/dist/api/types/ScrapeResponse.d.ts +0 -10
  759. package/dist/api/types/ScrapeResponse.js +0 -5
  760. package/dist/api/types/ScrapeResponseContent.d.ts +0 -9
  761. package/dist/api/types/ScrapeResponseContent.js +0 -5
  762. package/dist/api/types/ScrapeResponseEnvelope.d.ts +0 -8
  763. package/dist/api/types/ScrapeResponseEnvelope.js +0 -5
  764. package/dist/api/types/ScrapeResponseOutput.d.ts +0 -12
  765. package/dist/api/types/ScrapeResponseOutput.js +0 -5
  766. package/dist/api/types/ScreenshotConfig.d.ts +0 -13
  767. package/dist/api/types/ScreenshotConfig.js +0 -5
  768. package/dist/api/types/ScreenshotMetadata.d.ts +0 -7
  769. package/dist/api/types/ScreenshotMetadata.js +0 -5
  770. package/dist/api/types/ScreenshotRequestConfig.d.ts +0 -8
  771. package/dist/api/types/ScreenshotRequestConfig.js +0 -5
  772. package/dist/api/types/ScrollByConfig.d.ts +0 -9
  773. package/dist/api/types/ScrollByConfig.js +0 -5
  774. package/dist/api/types/ScrollToEdgeConfig.d.ts +0 -9
  775. package/dist/api/types/ScrollToEdgeConfig.js +0 -5
  776. package/dist/api/types/SessionConfigV1.d.ts +0 -18
  777. package/dist/api/types/SessionConfigV1.js +0 -5
  778. package/dist/api/types/SessionConfigV1Proxy.d.ts +0 -17
  779. package/dist/api/types/SessionConfigV1Proxy.js +0 -5
  780. package/dist/api/types/SessionEventMessage.d.ts +0 -17
  781. package/dist/api/types/SessionEventMessage.js +0 -5
  782. package/dist/api/types/SessionPageQueryHandlerRequestBody.d.ts +0 -21
  783. package/dist/api/types/SessionPageQueryHandlerRequestBody.js +0 -5
  784. package/dist/api/types/SessionResponse.d.ts +0 -10
  785. package/dist/api/types/SessionResponse.js +0 -5
  786. package/dist/api/types/SessionsResponse.d.ts +0 -10
  787. package/dist/api/types/SessionsResponse.js +0 -5
  788. package/dist/api/types/SessionsWithPagination.d.ts +0 -10
  789. package/dist/api/types/SessionsWithPagination.js +0 -5
  790. package/dist/api/types/StatusMessage.d.ts +0 -16
  791. package/dist/api/types/StatusMessage.js +0 -5
  792. package/dist/api/types/StatusMessageStatus.d.ts +0 -15
  793. package/dist/api/types/StatusMessageStatus.js +0 -14
  794. package/dist/api/types/SummaryConfig.d.ts +0 -9
  795. package/dist/api/types/SummaryConfig.js +0 -5
  796. package/dist/api/types/SummaryExperimentalConfig.d.ts +0 -7
  797. package/dist/api/types/SummaryExperimentalConfig.js +0 -5
  798. package/dist/api/types/VisualAnalysisConfig.d.ts +0 -18
  799. package/dist/api/types/VisualAnalysisConfig.js +0 -5
  800. package/dist/api/types/VisualAnalysisConfigPartitionDirection.d.ts +0 -12
  801. package/dist/api/types/VisualAnalysisConfigPartitionDirection.js +0 -11
  802. package/dist/api/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +0 -12
  803. package/dist/api/types/VisualAnalysisConfigResultSelectionStrategy.js +0 -11
  804. package/dist/api/types/VisualAnalysisConfigScope.d.ts +0 -13
  805. package/dist/api/types/VisualAnalysisConfigScope.js +0 -12
  806. package/dist/api/types/Window.d.ts +0 -11
  807. package/dist/api/types/Window.js +0 -5
  808. package/dist/api/types/WindowEventMessage.d.ts +0 -19
  809. package/dist/api/types/WindowEventMessage.js +0 -5
  810. package/dist/api/types/WindowId.d.ts +0 -9
  811. package/dist/api/types/WindowId.js +0 -5
  812. package/dist/api/types/WindowIdResponse.d.ts +0 -10
  813. package/dist/api/types/WindowIdResponse.js +0 -5
  814. package/dist/api/types/WindowResponse.d.ts +0 -10
  815. package/dist/api/types/WindowResponse.js +0 -5
  816. package/dist/api/types/index.d.ts +0 -81
  817. package/dist/api/types/index.js +0 -97
  818. package/dist/core/auth/BasicAuth.d.ts +0 -8
  819. package/dist/core/auth/BasicAuth.js +0 -26
  820. package/dist/core/auth/BearerToken.d.ts +0 -5
  821. package/dist/core/auth/BearerToken.js +0 -15
  822. package/dist/core/auth/index.d.ts +0 -2
  823. package/dist/core/auth/index.js +0 -7
  824. package/dist/core/fetcher/APIResponse.d.ts +0 -10
  825. package/dist/core/fetcher/APIResponse.js +0 -2
  826. package/dist/core/fetcher/Fetcher.d.ts +0 -39
  827. package/dist/core/fetcher/Fetcher.js +0 -100
  828. package/dist/core/fetcher/Supplier.d.ts +0 -4
  829. package/dist/core/fetcher/Supplier.js +0 -22
  830. package/dist/core/fetcher/createRequestUrl.d.ts +0 -1
  831. package/dist/core/fetcher/createRequestUrl.js +0 -12
  832. package/dist/core/fetcher/getFetchFn.d.ts +0 -4
  833. package/dist/core/fetcher/getFetchFn.js +0 -68
  834. package/dist/core/fetcher/getHeader.d.ts +0 -1
  835. package/dist/core/fetcher/getHeader.js +0 -11
  836. package/dist/core/fetcher/getRequestBody.d.ts +0 -7
  837. package/dist/core/fetcher/getRequestBody.js +0 -23
  838. package/dist/core/fetcher/getResponseBody.d.ts +0 -1
  839. package/dist/core/fetcher/getResponseBody.js +0 -54
  840. package/dist/core/fetcher/index.d.ts +0 -5
  841. package/dist/core/fetcher/index.js +0 -9
  842. package/dist/core/fetcher/makeRequest.d.ts +0 -1
  843. package/dist/core/fetcher/makeRequest.js +0 -42
  844. package/dist/core/fetcher/requestWithRetries.d.ts +0 -1
  845. package/dist/core/fetcher/requestWithRetries.js +0 -40
  846. package/dist/core/fetcher/signals.d.ts +0 -11
  847. package/dist/core/fetcher/signals.js +0 -36
  848. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
  849. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
  850. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
  851. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
  852. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
  853. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
  854. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
  855. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
  856. package/dist/core/index.d.ts +0 -5
  857. package/dist/core/index.js +0 -44
  858. package/dist/core/json.d.ts +0 -15
  859. package/dist/core/json.js +0 -24
  860. package/dist/core/runtime/index.d.ts +0 -1
  861. package/dist/core/runtime/index.js +0 -5
  862. package/dist/core/runtime/runtime.d.ts +0 -9
  863. package/dist/core/runtime/runtime.js +0 -103
  864. package/dist/core/schemas/Schema.d.ts +0 -87
  865. package/dist/core/schemas/Schema.js +0 -24
  866. package/dist/core/schemas/builders/bigint/bigint.d.ts +0 -2
  867. package/dist/core/schemas/builders/bigint/bigint.js +0 -53
  868. package/dist/core/schemas/builders/bigint/index.d.ts +0 -1
  869. package/dist/core/schemas/builders/bigint/index.js +0 -5
  870. package/dist/core/schemas/builders/date/date.d.ts +0 -2
  871. package/dist/core/schemas/builders/date/date.js +0 -62
  872. package/dist/core/schemas/builders/date/index.d.ts +0 -1
  873. package/dist/core/schemas/builders/date/index.js +0 -5
  874. package/dist/core/schemas/builders/enum/enum.d.ts +0 -2
  875. package/dist/core/schemas/builders/enum/enum.js +0 -38
  876. package/dist/core/schemas/builders/enum/index.d.ts +0 -1
  877. package/dist/core/schemas/builders/enum/index.js +0 -5
  878. package/dist/core/schemas/builders/index.d.ts +0 -14
  879. package/dist/core/schemas/builders/index.js +0 -30
  880. package/dist/core/schemas/builders/lazy/index.d.ts +0 -3
  881. package/dist/core/schemas/builders/lazy/index.js +0 -7
  882. package/dist/core/schemas/builders/lazy/lazy.d.ts +0 -5
  883. package/dist/core/schemas/builders/lazy/lazy.js +0 -24
  884. package/dist/core/schemas/builders/lazy/lazyObject.d.ts +0 -3
  885. package/dist/core/schemas/builders/lazy/lazyObject.js +0 -11
  886. package/dist/core/schemas/builders/list/index.d.ts +0 -1
  887. package/dist/core/schemas/builders/list/index.js +0 -5
  888. package/dist/core/schemas/builders/list/list.d.ts +0 -2
  889. package/dist/core/schemas/builders/list/list.js +0 -54
  890. package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +0 -2
  891. package/dist/core/schemas/builders/literals/booleanLiteral.js +0 -28
  892. package/dist/core/schemas/builders/literals/index.d.ts +0 -2
  893. package/dist/core/schemas/builders/literals/index.js +0 -7
  894. package/dist/core/schemas/builders/literals/stringLiteral.d.ts +0 -2
  895. package/dist/core/schemas/builders/literals/stringLiteral.js +0 -28
  896. package/dist/core/schemas/builders/object/index.d.ts +0 -6
  897. package/dist/core/schemas/builders/object/index.js +0 -11
  898. package/dist/core/schemas/builders/object/object.d.ts +0 -3
  899. package/dist/core/schemas/builders/object/object.js +0 -261
  900. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +0 -6
  901. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +0 -7
  902. package/dist/core/schemas/builders/object/property.d.ts +0 -8
  903. package/dist/core/schemas/builders/object/property.js +0 -15
  904. package/dist/core/schemas/builders/object/types.d.ts +0 -31
  905. package/dist/core/schemas/builders/object/types.js +0 -2
  906. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +0 -9
  907. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +0 -53
  908. package/dist/core/schemas/builders/object-like/index.d.ts +0 -2
  909. package/dist/core/schemas/builders/object-like/index.js +0 -6
  910. package/dist/core/schemas/builders/object-like/types.d.ts +0 -7
  911. package/dist/core/schemas/builders/object-like/types.js +0 -2
  912. package/dist/core/schemas/builders/primitives/any.d.ts +0 -1
  913. package/dist/core/schemas/builders/primitives/any.js +0 -6
  914. package/dist/core/schemas/builders/primitives/boolean.d.ts +0 -1
  915. package/dist/core/schemas/builders/primitives/boolean.js +0 -25
  916. package/dist/core/schemas/builders/primitives/index.d.ts +0 -5
  917. package/dist/core/schemas/builders/primitives/index.js +0 -13
  918. package/dist/core/schemas/builders/primitives/number.d.ts +0 -1
  919. package/dist/core/schemas/builders/primitives/number.js +0 -25
  920. package/dist/core/schemas/builders/primitives/string.d.ts +0 -1
  921. package/dist/core/schemas/builders/primitives/string.js +0 -25
  922. package/dist/core/schemas/builders/primitives/unknown.d.ts +0 -1
  923. package/dist/core/schemas/builders/primitives/unknown.js +0 -6
  924. package/dist/core/schemas/builders/record/index.d.ts +0 -2
  925. package/dist/core/schemas/builders/record/index.js +0 -5
  926. package/dist/core/schemas/builders/record/record.d.ts +0 -3
  927. package/dist/core/schemas/builders/record/record.js +0 -93
  928. package/dist/core/schemas/builders/record/types.d.ts +0 -4
  929. package/dist/core/schemas/builders/record/types.js +0 -2
  930. package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +0 -5
  931. package/dist/core/schemas/builders/schema-utils/JsonError.js +0 -12
  932. package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +0 -5
  933. package/dist/core/schemas/builders/schema-utils/ParseError.js +0 -12
  934. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +0 -21
  935. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +0 -145
  936. package/dist/core/schemas/builders/schema-utils/index.d.ts +0 -4
  937. package/dist/core/schemas/builders/schema-utils/index.js +0 -11
  938. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +0 -2
  939. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +0 -9
  940. package/dist/core/schemas/builders/set/index.d.ts +0 -1
  941. package/dist/core/schemas/builders/set/index.js +0 -5
  942. package/dist/core/schemas/builders/set/set.d.ts +0 -2
  943. package/dist/core/schemas/builders/set/set.js +0 -43
  944. package/dist/core/schemas/builders/undiscriminated-union/index.d.ts +0 -2
  945. package/dist/core/schemas/builders/undiscriminated-union/index.js +0 -5
  946. package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +0 -4
  947. package/dist/core/schemas/builders/undiscriminated-union/types.js +0 -2
  948. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +0 -3
  949. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +0 -39
  950. package/dist/core/schemas/builders/union/discriminant.d.ts +0 -5
  951. package/dist/core/schemas/builders/union/discriminant.js +0 -9
  952. package/dist/core/schemas/builders/union/index.d.ts +0 -4
  953. package/dist/core/schemas/builders/union/index.js +0 -7
  954. package/dist/core/schemas/builders/union/types.d.ts +0 -13
  955. package/dist/core/schemas/builders/union/types.js +0 -2
  956. package/dist/core/schemas/builders/union/union.d.ts +0 -4
  957. package/dist/core/schemas/builders/union/union.js +0 -129
  958. package/dist/core/schemas/index.d.ts +0 -2
  959. package/dist/core/schemas/index.js +0 -17
  960. package/dist/core/schemas/utils/MaybePromise.d.ts +0 -1
  961. package/dist/core/schemas/utils/MaybePromise.js +0 -2
  962. package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +0 -7
  963. package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.js +0 -2
  964. package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +0 -2
  965. package/dist/core/schemas/utils/createIdentitySchemaCreator.js +0 -15
  966. package/dist/core/schemas/utils/entries.d.ts +0 -1
  967. package/dist/core/schemas/utils/entries.js +0 -6
  968. package/dist/core/schemas/utils/filterObject.d.ts +0 -1
  969. package/dist/core/schemas/utils/filterObject.js +0 -13
  970. package/dist/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +0 -1
  971. package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +0 -27
  972. package/dist/core/schemas/utils/isPlainObject.d.ts +0 -1
  973. package/dist/core/schemas/utils/isPlainObject.js +0 -17
  974. package/dist/core/schemas/utils/keys.d.ts +0 -1
  975. package/dist/core/schemas/utils/keys.js +0 -6
  976. package/dist/core/schemas/utils/maybeSkipValidation.d.ts +0 -2
  977. package/dist/core/schemas/utils/maybeSkipValidation.js +0 -27
  978. package/dist/core/schemas/utils/partition.d.ts +0 -1
  979. package/dist/core/schemas/utils/partition.js +0 -15
  980. package/dist/core/streaming-fetcher/Stream.d.ts +0 -47
  981. package/dist/core/streaming-fetcher/Stream.js +0 -169
  982. package/dist/core/streaming-fetcher/index.d.ts +0 -1
  983. package/dist/core/streaming-fetcher/index.js +0 -5
  984. package/dist/environments.d.ts +0 -7
  985. package/dist/environments.js +0 -9
  986. package/dist/errors/AirtopError.d.ts +0 -12
  987. package/dist/errors/AirtopError.js +0 -33
  988. package/dist/errors/AirtopTimeoutError.d.ts +0 -6
  989. package/dist/errors/AirtopTimeoutError.js +0 -13
  990. package/dist/errors/index.d.ts +0 -2
  991. package/dist/errors/index.js +0 -7
  992. package/dist/live-view/types.d.ts +0 -24
  993. package/dist/live-view/types.js +0 -16
  994. package/dist/serialization/index.d.ts +0 -2
  995. package/dist/serialization/index.js +0 -18
  996. package/dist/serialization/resources/automations/client/index.d.ts +0 -1
  997. package/dist/serialization/resources/automations/client/index.js +0 -17
  998. package/dist/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +0 -14
  999. package/dist/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +0 -45
  1000. package/dist/serialization/resources/automations/client/requests/index.d.ts +0 -1
  1001. package/dist/serialization/resources/automations/client/requests/index.js +0 -5
  1002. package/dist/serialization/resources/automations/index.d.ts +0 -1
  1003. package/dist/serialization/resources/automations/index.js +0 -17
  1004. package/dist/serialization/resources/files/client/index.d.ts +0 -1
  1005. package/dist/serialization/resources/files/client/index.js +0 -17
  1006. package/dist/serialization/resources/files/client/requests/CreateFileRestInputV1.d.ts +0 -17
  1007. package/dist/serialization/resources/files/client/requests/CreateFileRestInputV1.js +0 -48
  1008. package/dist/serialization/resources/files/client/requests/index.d.ts +0 -1
  1009. package/dist/serialization/resources/files/client/requests/index.js +0 -5
  1010. package/dist/serialization/resources/files/index.d.ts +0 -2
  1011. package/dist/serialization/resources/files/index.js +0 -18
  1012. package/dist/serialization/resources/files/types/CreateFileRestInputV1FileType.d.ts +0 -10
  1013. package/dist/serialization/resources/files/types/CreateFileRestInputV1FileType.js +0 -41
  1014. package/dist/serialization/resources/files/types/index.d.ts +0 -1
  1015. package/dist/serialization/resources/files/types/index.js +0 -17
  1016. package/dist/serialization/resources/index.d.ts +0 -11
  1017. package/dist/serialization/resources/index.js +0 -50
  1018. package/dist/serialization/resources/sessions/client/index.d.ts +0 -1
  1019. package/dist/serialization/resources/sessions/client/index.js +0 -17
  1020. package/dist/serialization/resources/sessions/client/requests/SessionRestInputV1.d.ts +0 -13
  1021. package/dist/serialization/resources/sessions/client/requests/SessionRestInputV1.js +0 -44
  1022. package/dist/serialization/resources/sessions/client/requests/index.d.ts +0 -1
  1023. package/dist/serialization/resources/sessions/client/requests/index.js +0 -5
  1024. package/dist/serialization/resources/sessions/index.d.ts +0 -2
  1025. package/dist/serialization/resources/sessions/index.js +0 -18
  1026. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +0 -26
  1027. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +0 -55
  1028. package/dist/serialization/resources/sessions/types/SessionsEventsResponseError.d.ts +0 -15
  1029. package/dist/serialization/resources/sessions/types/SessionsEventsResponseError.js +0 -46
  1030. package/dist/serialization/resources/sessions/types/SessionsEventsResponseSessionEvent.d.ts +0 -15
  1031. package/dist/serialization/resources/sessions/types/SessionsEventsResponseSessionEvent.js +0 -46
  1032. package/dist/serialization/resources/sessions/types/SessionsEventsResponseStatus.d.ts +0 -15
  1033. package/dist/serialization/resources/sessions/types/SessionsEventsResponseStatus.js +0 -46
  1034. package/dist/serialization/resources/sessions/types/SessionsEventsResponseWindowEvent.d.ts +0 -15
  1035. package/dist/serialization/resources/sessions/types/SessionsEventsResponseWindowEvent.js +0 -46
  1036. package/dist/serialization/resources/sessions/types/SessionsListRequestStatus.d.ts +0 -10
  1037. package/dist/serialization/resources/sessions/types/SessionsListRequestStatus.js +0 -41
  1038. package/dist/serialization/resources/sessions/types/index.d.ts +0 -6
  1039. package/dist/serialization/resources/sessions/types/index.js +0 -22
  1040. package/dist/serialization/resources/windows/client/index.d.ts +0 -1
  1041. package/dist/serialization/resources/windows/client/index.js +0 -17
  1042. package/dist/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -20
  1043. package/dist/serialization/resources/windows/client/requests/AsyncClickRequest.js +0 -51
  1044. package/dist/serialization/resources/windows/client/requests/AsyncCreateAutomationRequest.d.ts +0 -18
  1045. package/dist/serialization/resources/windows/client/requests/AsyncCreateAutomationRequest.js +0 -49
  1046. package/dist/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +0 -18
  1047. package/dist/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +0 -49
  1048. package/dist/serialization/resources/windows/client/requests/AsyncExecuteAutomationRequest.d.ts +0 -18
  1049. package/dist/serialization/resources/windows/client/requests/AsyncExecuteAutomationRequest.js +0 -49
  1050. package/dist/serialization/resources/windows/client/requests/AsyncFillFormRequest.d.ts +0 -18
  1051. package/dist/serialization/resources/windows/client/requests/AsyncFillFormRequest.js +0 -49
  1052. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -19
  1053. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.js +0 -50
  1054. package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -19
  1055. package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +0 -50
  1056. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -20
  1057. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -51
  1058. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -19
  1059. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -50
  1060. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -20
  1061. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -51
  1062. package/dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -18
  1063. package/dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -49
  1064. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -19
  1065. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -50
  1066. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -24
  1067. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.js +0 -55
  1068. package/dist/serialization/resources/windows/client/requests/CreateFormFillerRequest.d.ts +0 -18
  1069. package/dist/serialization/resources/windows/client/requests/CreateFormFillerRequest.js +0 -49
  1070. package/dist/serialization/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +0 -16
  1071. package/dist/serialization/resources/windows/client/requests/CreateWindowInputV1Body.js +0 -47
  1072. package/dist/serialization/resources/windows/client/requests/FillFormRequest.d.ts +0 -18
  1073. package/dist/serialization/resources/windows/client/requests/FillFormRequest.js +0 -49
  1074. package/dist/serialization/resources/windows/client/requests/ScrapeContentRequest.d.ts +0 -14
  1075. package/dist/serialization/resources/windows/client/requests/ScrapeContentRequest.js +0 -45
  1076. package/dist/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +0 -18
  1077. package/dist/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.js +0 -49
  1078. package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +0 -17
  1079. package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +0 -48
  1080. package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -17
  1081. package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -48
  1082. package/dist/serialization/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.d.ts +0 -17
  1083. package/dist/serialization/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.js +0 -48
  1084. package/dist/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +0 -16
  1085. package/dist/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +0 -47
  1086. package/dist/serialization/resources/windows/client/requests/SessionScrollHandlerRequestBody.d.ts +0 -22
  1087. package/dist/serialization/resources/windows/client/requests/SessionScrollHandlerRequestBody.js +0 -53
  1088. package/dist/serialization/resources/windows/client/requests/SessionSummaryHandlerRequestBody.d.ts +0 -17
  1089. package/dist/serialization/resources/windows/client/requests/SessionSummaryHandlerRequestBody.js +0 -48
  1090. package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +0 -22
  1091. package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +0 -53
  1092. package/dist/serialization/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +0 -15
  1093. package/dist/serialization/resources/windows/client/requests/WindowLoadUrlV1Body.js +0 -46
  1094. package/dist/serialization/resources/windows/client/requests/index.d.ts +0 -26
  1095. package/dist/serialization/resources/windows/client/requests/index.js +0 -55
  1096. package/dist/serialization/resources/windows/index.d.ts +0 -2
  1097. package/dist/serialization/resources/windows/index.js +0 -18
  1098. package/dist/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +0 -10
  1099. package/dist/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +0 -41
  1100. package/dist/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +0 -10
  1101. package/dist/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +0 -41
  1102. package/dist/serialization/resources/windows/types/index.d.ts +0 -2
  1103. package/dist/serialization/resources/windows/types/index.js +0 -18
  1104. package/dist/serialization/types/AiPromptResponse.d.ts +0 -18
  1105. package/dist/serialization/types/AiPromptResponse.js +0 -49
  1106. package/dist/serialization/types/AiResponseEnvelope.d.ts +0 -12
  1107. package/dist/serialization/types/AiResponseEnvelope.js +0 -43
  1108. package/dist/serialization/types/AirtopProxyConfiguration.d.ts +0 -13
  1109. package/dist/serialization/types/AirtopProxyConfiguration.js +0 -44
  1110. package/dist/serialization/types/AsyncConfig.d.ts +0 -12
  1111. package/dist/serialization/types/AsyncConfig.js +0 -43
  1112. package/dist/serialization/types/AsyncSessionAiResponseEnvelope.d.ts +0 -15
  1113. package/dist/serialization/types/AsyncSessionAiResponseEnvelope.js +0 -46
  1114. package/dist/serialization/types/AutomationOutput.d.ts +0 -16
  1115. package/dist/serialization/types/AutomationOutput.js +0 -47
  1116. package/dist/serialization/types/BrowserWaitNavigationConfig.d.ts +0 -14
  1117. package/dist/serialization/types/BrowserWaitNavigationConfig.js +0 -45
  1118. package/dist/serialization/types/BrowserWaitNavigationConfigWaitUntil.d.ts +0 -10
  1119. package/dist/serialization/types/BrowserWaitNavigationConfigWaitUntil.js +0 -41
  1120. package/dist/serialization/types/ClickConfig.d.ts +0 -19
  1121. package/dist/serialization/types/ClickConfig.js +0 -50
  1122. package/dist/serialization/types/ClickConfigClickType.d.ts +0 -10
  1123. package/dist/serialization/types/ClickConfigClickType.js +0 -41
  1124. package/dist/serialization/types/ClientProvidedResponseMetadata.d.ts +0 -12
  1125. package/dist/serialization/types/ClientProvidedResponseMetadata.js +0 -43
  1126. package/dist/serialization/types/CreateAutomationRequestBodyConfiguration.d.ts +0 -10
  1127. package/dist/serialization/types/CreateAutomationRequestBodyConfiguration.js +0 -41
  1128. package/dist/serialization/types/CreateFileV1.d.ts +0 -21
  1129. package/dist/serialization/types/CreateFileV1.js +0 -52
  1130. package/dist/serialization/types/CreateFileV1FileType.d.ts +0 -10
  1131. package/dist/serialization/types/CreateFileV1FileType.js +0 -41
  1132. package/dist/serialization/types/DeleteAutomationOutputWrapperBody.d.ts +0 -10
  1133. package/dist/serialization/types/DeleteAutomationOutputWrapperBody.js +0 -41
  1134. package/dist/serialization/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.d.ts +0 -18
  1135. package/dist/serialization/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.js +0 -49
  1136. package/dist/serialization/types/EnvelopeDefaultMeta.d.ts +0 -12
  1137. package/dist/serialization/types/EnvelopeDefaultMeta.js +0 -43
  1138. package/dist/serialization/types/EnvelopeGetFileV1EnvelopeDefaultMeta.d.ts +0 -18
  1139. package/dist/serialization/types/EnvelopeGetFileV1EnvelopeDefaultMeta.js +0 -49
  1140. package/dist/serialization/types/ErrorBody.d.ts +0 -13
  1141. package/dist/serialization/types/ErrorBody.js +0 -44
  1142. package/dist/serialization/types/ErrorDetail.d.ts +0 -14
  1143. package/dist/serialization/types/ErrorDetail.js +0 -45
  1144. package/dist/serialization/types/ErrorMessage.d.ts +0 -14
  1145. package/dist/serialization/types/ErrorMessage.js +0 -45
  1146. package/dist/serialization/types/ErrorModel.d.ts +0 -18
  1147. package/dist/serialization/types/ErrorModel.js +0 -49
  1148. package/dist/serialization/types/ExternalFile.d.ts +0 -25
  1149. package/dist/serialization/types/ExternalFile.js +0 -56
  1150. package/dist/serialization/types/ExternalSessionAiResponseMetadata.d.ts +0 -20
  1151. package/dist/serialization/types/ExternalSessionAiResponseMetadata.js +0 -51
  1152. package/dist/serialization/types/ExternalSessionAiResponseMetadataStatus.d.ts +0 -10
  1153. package/dist/serialization/types/ExternalSessionAiResponseMetadataStatus.js +0 -41
  1154. package/dist/serialization/types/ExternalSessionAiResponseMetadataUsage.d.ts +0 -13
  1155. package/dist/serialization/types/ExternalSessionAiResponseMetadataUsage.js +0 -44
  1156. package/dist/serialization/types/ExternalSessionConfig.d.ts +0 -14
  1157. package/dist/serialization/types/ExternalSessionConfig.js +0 -45
  1158. package/dist/serialization/types/ExternalSessionWithConnectionInfo.d.ts +0 -22
  1159. package/dist/serialization/types/ExternalSessionWithConnectionInfo.js +0 -53
  1160. package/dist/serialization/types/FilesResponse.d.ts +0 -18
  1161. package/dist/serialization/types/FilesResponse.js +0 -49
  1162. package/dist/serialization/types/FilesWithPagination.d.ts +0 -15
  1163. package/dist/serialization/types/FilesWithPagination.js +0 -46
  1164. package/dist/serialization/types/GetFileV1.d.ts +0 -21
  1165. package/dist/serialization/types/GetFileV1.js +0 -52
  1166. package/dist/serialization/types/GetFileV1FileType.d.ts +0 -10
  1167. package/dist/serialization/types/GetFileV1FileType.js +0 -41
  1168. package/dist/serialization/types/IntervalMonitorConfig.d.ts +0 -13
  1169. package/dist/serialization/types/IntervalMonitorConfig.js +0 -44
  1170. package/dist/serialization/types/Issue.d.ts +0 -15
  1171. package/dist/serialization/types/Issue.js +0 -46
  1172. package/dist/serialization/types/ListAutomationsOutput.d.ts +0 -13
  1173. package/dist/serialization/types/ListAutomationsOutput.js +0 -44
  1174. package/dist/serialization/types/MicroInteractionConfig.d.ts +0 -15
  1175. package/dist/serialization/types/MicroInteractionConfig.js +0 -46
  1176. package/dist/serialization/types/MicroInteractionConfigWithExperimental.d.ts +0 -17
  1177. package/dist/serialization/types/MicroInteractionConfigWithExperimental.js +0 -48
  1178. package/dist/serialization/types/MicroInteractionExperimentalConfig.d.ts +0 -12
  1179. package/dist/serialization/types/MicroInteractionExperimentalConfig.js +0 -43
  1180. package/dist/serialization/types/MonitorConfig.d.ts +0 -15
  1181. package/dist/serialization/types/MonitorConfig.js +0 -46
  1182. package/dist/serialization/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -10
  1183. package/dist/serialization/types/MonitorConfigIncludeVisualAnalysis.js +0 -41
  1184. package/dist/serialization/types/OperationOutcome.d.ts +0 -12
  1185. package/dist/serialization/types/OperationOutcome.js +0 -43
  1186. package/dist/serialization/types/OperationOutcomeResponse.d.ts +0 -18
  1187. package/dist/serialization/types/OperationOutcomeResponse.js +0 -49
  1188. package/dist/serialization/types/PageQueryConfig.d.ts +0 -16
  1189. package/dist/serialization/types/PageQueryConfig.js +0 -47
  1190. package/dist/serialization/types/PageQueryExperimentalConfig.d.ts +0 -12
  1191. package/dist/serialization/types/PageQueryExperimentalConfig.js +0 -43
  1192. package/dist/serialization/types/PaginatedExtractionConfig.d.ts +0 -18
  1193. package/dist/serialization/types/PaginatedExtractionConfig.js +0 -49
  1194. package/dist/serialization/types/PaginatedExtractionExperimentalConfig.d.ts +0 -12
  1195. package/dist/serialization/types/PaginatedExtractionExperimentalConfig.js +0 -43
  1196. package/dist/serialization/types/Pagination.d.ts +0 -19
  1197. package/dist/serialization/types/Pagination.js +0 -50
  1198. package/dist/serialization/types/Proxy.d.ts +0 -12
  1199. package/dist/serialization/types/Proxy.js +0 -43
  1200. package/dist/serialization/types/ProxyConfigurationKind.d.ts +0 -14
  1201. package/dist/serialization/types/ProxyConfigurationKind.js +0 -45
  1202. package/dist/serialization/types/ProxyCredentials.d.ts +0 -14
  1203. package/dist/serialization/types/ProxyCredentials.js +0 -45
  1204. package/dist/serialization/types/RequestStatusResponse.d.ts +0 -13
  1205. package/dist/serialization/types/RequestStatusResponse.js +0 -44
  1206. package/dist/serialization/types/ScrapeConfig.d.ts +0 -12
  1207. package/dist/serialization/types/ScrapeConfig.js +0 -43
  1208. package/dist/serialization/types/ScrapeResponse.d.ts +0 -18
  1209. package/dist/serialization/types/ScrapeResponse.js +0 -49
  1210. package/dist/serialization/types/ScrapeResponseContent.d.ts +0 -13
  1211. package/dist/serialization/types/ScrapeResponseContent.js +0 -44
  1212. package/dist/serialization/types/ScrapeResponseEnvelope.d.ts +0 -13
  1213. package/dist/serialization/types/ScrapeResponseEnvelope.js +0 -44
  1214. package/dist/serialization/types/ScrapeResponseOutput.d.ts +0 -15
  1215. package/dist/serialization/types/ScrapeResponseOutput.js +0 -46
  1216. package/dist/serialization/types/ScreenshotConfig.d.ts +0 -15
  1217. package/dist/serialization/types/ScreenshotConfig.js +0 -46
  1218. package/dist/serialization/types/ScreenshotMetadata.d.ts +0 -12
  1219. package/dist/serialization/types/ScreenshotMetadata.js +0 -43
  1220. package/dist/serialization/types/ScreenshotRequestConfig.d.ts +0 -13
  1221. package/dist/serialization/types/ScreenshotRequestConfig.js +0 -44
  1222. package/dist/serialization/types/ScrollByConfig.d.ts +0 -13
  1223. package/dist/serialization/types/ScrollByConfig.js +0 -44
  1224. package/dist/serialization/types/ScrollToEdgeConfig.d.ts +0 -13
  1225. package/dist/serialization/types/ScrollToEdgeConfig.js +0 -44
  1226. package/dist/serialization/types/SessionConfigV1.d.ts +0 -18
  1227. package/dist/serialization/types/SessionConfigV1.js +0 -49
  1228. package/dist/serialization/types/SessionConfigV1Proxy.d.ts +0 -12
  1229. package/dist/serialization/types/SessionConfigV1Proxy.js +0 -47
  1230. package/dist/serialization/types/SessionEventMessage.d.ts +0 -18
  1231. package/dist/serialization/types/SessionEventMessage.js +0 -49
  1232. package/dist/serialization/types/SessionPageQueryHandlerRequestBody.d.ts +0 -18
  1233. package/dist/serialization/types/SessionPageQueryHandlerRequestBody.js +0 -49
  1234. package/dist/serialization/types/SessionResponse.d.ts +0 -18
  1235. package/dist/serialization/types/SessionResponse.js +0 -49
  1236. package/dist/serialization/types/SessionsResponse.d.ts +0 -18
  1237. package/dist/serialization/types/SessionsResponse.js +0 -49
  1238. package/dist/serialization/types/SessionsWithPagination.d.ts +0 -15
  1239. package/dist/serialization/types/SessionsWithPagination.js +0 -46
  1240. package/dist/serialization/types/StatusMessage.d.ts +0 -17
  1241. package/dist/serialization/types/StatusMessage.js +0 -48
  1242. package/dist/serialization/types/StatusMessageStatus.d.ts +0 -10
  1243. package/dist/serialization/types/StatusMessageStatus.js +0 -41
  1244. package/dist/serialization/types/SummaryConfig.d.ts +0 -14
  1245. package/dist/serialization/types/SummaryConfig.js +0 -45
  1246. package/dist/serialization/types/SummaryExperimentalConfig.d.ts +0 -12
  1247. package/dist/serialization/types/SummaryExperimentalConfig.js +0 -43
  1248. package/dist/serialization/types/VisualAnalysisConfig.d.ts +0 -20
  1249. package/dist/serialization/types/VisualAnalysisConfig.js +0 -51
  1250. package/dist/serialization/types/VisualAnalysisConfigPartitionDirection.d.ts +0 -10
  1251. package/dist/serialization/types/VisualAnalysisConfigPartitionDirection.js +0 -41
  1252. package/dist/serialization/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +0 -10
  1253. package/dist/serialization/types/VisualAnalysisConfigResultSelectionStrategy.js +0 -41
  1254. package/dist/serialization/types/VisualAnalysisConfigScope.d.ts +0 -10
  1255. package/dist/serialization/types/VisualAnalysisConfigScope.js +0 -41
  1256. package/dist/serialization/types/Window.d.ts +0 -14
  1257. package/dist/serialization/types/Window.js +0 -45
  1258. package/dist/serialization/types/WindowEventMessage.d.ts +0 -19
  1259. package/dist/serialization/types/WindowEventMessage.js +0 -50
  1260. package/dist/serialization/types/WindowId.d.ts +0 -13
  1261. package/dist/serialization/types/WindowId.js +0 -44
  1262. package/dist/serialization/types/WindowIdResponse.d.ts +0 -18
  1263. package/dist/serialization/types/WindowIdResponse.js +0 -49
  1264. package/dist/serialization/types/WindowResponse.d.ts +0 -18
  1265. package/dist/serialization/types/WindowResponse.js +0 -49
  1266. package/dist/serialization/types/index.d.ts +0 -81
  1267. package/dist/serialization/types/index.js +0 -97
  1268. package/dist/utils/batch-operate/SessionQueue.d.ts +0 -45
  1269. package/dist/utils/batch-operate/SessionQueue.js +0 -222
  1270. package/dist/utils/batch-operate/WindowQueue.d.ts +0 -24
  1271. package/dist/utils/batch-operate/WindowQueue.js +0 -213
  1272. package/dist/utils/batch-operate/batch-util.d.ts +0 -3
  1273. package/dist/utils/batch-operate/batch-util.js +0 -49
  1274. package/dist/utils/batch-operate/helpers.d.ts +0 -2
  1275. package/dist/utils/batch-operate/helpers.js +0 -19
  1276. package/dist/utils/batch-operate/types.d.ts +0 -29
  1277. package/dist/utils/batch-operate/types.js +0 -2
  1278. package/dist/utils/index.d.ts +0 -3
  1279. package/dist/utils/index.js +0 -19
  1280. package/dist/utils/process-screenshots.d.ts +0 -9
  1281. package/dist/utils/process-screenshots.js +0 -58
  1282. package/dist/version.d.ts +0 -1
  1283. package/dist/version.js +0 -4
  1284. package/dist/wrapper/AirtopClient.d.ts +0 -32
  1285. package/dist/wrapper/AirtopClient.js +0 -109
  1286. package/dist/wrapper/AirtopFiles.d.ts +0 -38
  1287. package/dist/wrapper/AirtopFiles.js +0 -151
  1288. package/dist/wrapper/AirtopRequests.d.ts +0 -18
  1289. package/dist/wrapper/AirtopRequests.js +0 -48
  1290. package/dist/wrapper/AirtopSessions.d.ts +0 -24
  1291. package/dist/wrapper/AirtopSessions.js +0 -96
  1292. package/dist/wrapper/AirtopWindows.d.ts +0 -154
  1293. package/dist/wrapper/AirtopWindows.js +0 -293
  1294. package/environments.d.ts +0 -7
  1295. package/environments.js +0 -9
  1296. package/errors/AirtopError.d.ts +0 -12
  1297. package/errors/AirtopError.js +0 -33
  1298. package/errors/AirtopTimeoutError.d.ts +0 -6
  1299. package/errors/AirtopTimeoutError.js +0 -13
  1300. package/errors/index.d.ts +0 -2
  1301. package/errors/index.js +0 -7
  1302. package/index.d.ts +0 -7
  1303. package/index.js +0 -51
  1304. package/jest.config.mjs +0 -8
  1305. package/lefthook.yml +0 -23
  1306. package/live-view/types.d.ts +0 -24
  1307. package/live-view/types.js +0 -16
  1308. package/reference.md +0 -3284
  1309. package/scripts/rename-to-esm-files.js +0 -115
  1310. package/serialization/index.d.ts +0 -2
  1311. package/serialization/index.js +0 -18
  1312. package/serialization/resources/automations/client/index.d.ts +0 -1
  1313. package/serialization/resources/automations/client/index.js +0 -17
  1314. package/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +0 -14
  1315. package/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +0 -45
  1316. package/serialization/resources/automations/client/requests/index.d.ts +0 -1
  1317. package/serialization/resources/automations/client/requests/index.js +0 -5
  1318. package/serialization/resources/automations/index.d.ts +0 -1
  1319. package/serialization/resources/automations/index.js +0 -17
  1320. package/serialization/resources/files/client/index.d.ts +0 -1
  1321. package/serialization/resources/files/client/index.js +0 -17
  1322. package/serialization/resources/files/client/requests/CreateFileRestInputV1.d.ts +0 -17
  1323. package/serialization/resources/files/client/requests/CreateFileRestInputV1.js +0 -48
  1324. package/serialization/resources/files/client/requests/index.d.ts +0 -1
  1325. package/serialization/resources/files/client/requests/index.js +0 -5
  1326. package/serialization/resources/files/index.d.ts +0 -2
  1327. package/serialization/resources/files/index.js +0 -18
  1328. package/serialization/resources/files/types/CreateFileRestInputV1FileType.d.ts +0 -10
  1329. package/serialization/resources/files/types/CreateFileRestInputV1FileType.js +0 -41
  1330. package/serialization/resources/files/types/index.d.ts +0 -1
  1331. package/serialization/resources/files/types/index.js +0 -17
  1332. package/serialization/resources/index.d.ts +0 -11
  1333. package/serialization/resources/index.js +0 -50
  1334. package/serialization/resources/sessions/client/index.d.ts +0 -1
  1335. package/serialization/resources/sessions/client/index.js +0 -17
  1336. package/serialization/resources/sessions/client/requests/SessionRestInputV1.d.ts +0 -13
  1337. package/serialization/resources/sessions/client/requests/SessionRestInputV1.js +0 -44
  1338. package/serialization/resources/sessions/client/requests/index.d.ts +0 -1
  1339. package/serialization/resources/sessions/client/requests/index.js +0 -5
  1340. package/serialization/resources/sessions/index.d.ts +0 -2
  1341. package/serialization/resources/sessions/index.js +0 -18
  1342. package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +0 -26
  1343. package/serialization/resources/sessions/types/SessionsEventsResponse.js +0 -55
  1344. package/serialization/resources/sessions/types/SessionsEventsResponseError.d.ts +0 -15
  1345. package/serialization/resources/sessions/types/SessionsEventsResponseError.js +0 -46
  1346. package/serialization/resources/sessions/types/SessionsEventsResponseSessionEvent.d.ts +0 -15
  1347. package/serialization/resources/sessions/types/SessionsEventsResponseSessionEvent.js +0 -46
  1348. package/serialization/resources/sessions/types/SessionsEventsResponseStatus.d.ts +0 -15
  1349. package/serialization/resources/sessions/types/SessionsEventsResponseStatus.js +0 -46
  1350. package/serialization/resources/sessions/types/SessionsEventsResponseWindowEvent.d.ts +0 -15
  1351. package/serialization/resources/sessions/types/SessionsEventsResponseWindowEvent.js +0 -46
  1352. package/serialization/resources/sessions/types/SessionsListRequestStatus.d.ts +0 -10
  1353. package/serialization/resources/sessions/types/SessionsListRequestStatus.js +0 -41
  1354. package/serialization/resources/sessions/types/index.d.ts +0 -6
  1355. package/serialization/resources/sessions/types/index.js +0 -22
  1356. package/serialization/resources/windows/client/index.d.ts +0 -1
  1357. package/serialization/resources/windows/client/index.js +0 -17
  1358. package/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -20
  1359. package/serialization/resources/windows/client/requests/AsyncClickRequest.js +0 -51
  1360. package/serialization/resources/windows/client/requests/AsyncCreateAutomationRequest.d.ts +0 -18
  1361. package/serialization/resources/windows/client/requests/AsyncCreateAutomationRequest.js +0 -49
  1362. package/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +0 -18
  1363. package/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +0 -49
  1364. package/serialization/resources/windows/client/requests/AsyncExecuteAutomationRequest.d.ts +0 -18
  1365. package/serialization/resources/windows/client/requests/AsyncExecuteAutomationRequest.js +0 -49
  1366. package/serialization/resources/windows/client/requests/AsyncFillFormRequest.d.ts +0 -18
  1367. package/serialization/resources/windows/client/requests/AsyncFillFormRequest.js +0 -49
  1368. package/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -19
  1369. package/serialization/resources/windows/client/requests/AsyncHoverRequest.js +0 -50
  1370. package/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -19
  1371. package/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +0 -50
  1372. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -20
  1373. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -51
  1374. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -19
  1375. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -50
  1376. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -20
  1377. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -51
  1378. package/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -18
  1379. package/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -49
  1380. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -19
  1381. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -50
  1382. package/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -24
  1383. package/serialization/resources/windows/client/requests/AsyncTypeRequest.js +0 -55
  1384. package/serialization/resources/windows/client/requests/CreateFormFillerRequest.d.ts +0 -18
  1385. package/serialization/resources/windows/client/requests/CreateFormFillerRequest.js +0 -49
  1386. package/serialization/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +0 -16
  1387. package/serialization/resources/windows/client/requests/CreateWindowInputV1Body.js +0 -47
  1388. package/serialization/resources/windows/client/requests/FillFormRequest.d.ts +0 -18
  1389. package/serialization/resources/windows/client/requests/FillFormRequest.js +0 -49
  1390. package/serialization/resources/windows/client/requests/ScrapeContentRequest.d.ts +0 -14
  1391. package/serialization/resources/windows/client/requests/ScrapeContentRequest.js +0 -45
  1392. package/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +0 -18
  1393. package/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.js +0 -49
  1394. package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +0 -17
  1395. package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +0 -48
  1396. package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -17
  1397. package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -48
  1398. package/serialization/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.d.ts +0 -17
  1399. package/serialization/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.js +0 -48
  1400. package/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +0 -16
  1401. package/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +0 -47
  1402. package/serialization/resources/windows/client/requests/SessionScrollHandlerRequestBody.d.ts +0 -22
  1403. package/serialization/resources/windows/client/requests/SessionScrollHandlerRequestBody.js +0 -53
  1404. package/serialization/resources/windows/client/requests/SessionSummaryHandlerRequestBody.d.ts +0 -17
  1405. package/serialization/resources/windows/client/requests/SessionSummaryHandlerRequestBody.js +0 -48
  1406. package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +0 -22
  1407. package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +0 -53
  1408. package/serialization/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +0 -15
  1409. package/serialization/resources/windows/client/requests/WindowLoadUrlV1Body.js +0 -46
  1410. package/serialization/resources/windows/client/requests/index.d.ts +0 -26
  1411. package/serialization/resources/windows/client/requests/index.js +0 -55
  1412. package/serialization/resources/windows/index.d.ts +0 -2
  1413. package/serialization/resources/windows/index.js +0 -18
  1414. package/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +0 -10
  1415. package/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +0 -41
  1416. package/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +0 -10
  1417. package/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +0 -41
  1418. package/serialization/resources/windows/types/index.d.ts +0 -2
  1419. package/serialization/resources/windows/types/index.js +0 -18
  1420. package/serialization/types/AiPromptResponse.d.ts +0 -18
  1421. package/serialization/types/AiPromptResponse.js +0 -49
  1422. package/serialization/types/AiResponseEnvelope.d.ts +0 -12
  1423. package/serialization/types/AiResponseEnvelope.js +0 -43
  1424. package/serialization/types/AirtopProxyConfiguration.d.ts +0 -13
  1425. package/serialization/types/AirtopProxyConfiguration.js +0 -44
  1426. package/serialization/types/AsyncConfig.d.ts +0 -12
  1427. package/serialization/types/AsyncConfig.js +0 -43
  1428. package/serialization/types/AsyncSessionAiResponseEnvelope.d.ts +0 -15
  1429. package/serialization/types/AsyncSessionAiResponseEnvelope.js +0 -46
  1430. package/serialization/types/AutomationOutput.d.ts +0 -16
  1431. package/serialization/types/AutomationOutput.js +0 -47
  1432. package/serialization/types/BrowserWaitNavigationConfig.d.ts +0 -14
  1433. package/serialization/types/BrowserWaitNavigationConfig.js +0 -45
  1434. package/serialization/types/BrowserWaitNavigationConfigWaitUntil.d.ts +0 -10
  1435. package/serialization/types/BrowserWaitNavigationConfigWaitUntil.js +0 -41
  1436. package/serialization/types/ClickConfig.d.ts +0 -19
  1437. package/serialization/types/ClickConfig.js +0 -50
  1438. package/serialization/types/ClickConfigClickType.d.ts +0 -10
  1439. package/serialization/types/ClickConfigClickType.js +0 -41
  1440. package/serialization/types/ClientProvidedResponseMetadata.d.ts +0 -12
  1441. package/serialization/types/ClientProvidedResponseMetadata.js +0 -43
  1442. package/serialization/types/CreateAutomationRequestBodyConfiguration.d.ts +0 -10
  1443. package/serialization/types/CreateAutomationRequestBodyConfiguration.js +0 -41
  1444. package/serialization/types/CreateFileV1.d.ts +0 -21
  1445. package/serialization/types/CreateFileV1.js +0 -52
  1446. package/serialization/types/CreateFileV1FileType.d.ts +0 -10
  1447. package/serialization/types/CreateFileV1FileType.js +0 -41
  1448. package/serialization/types/DeleteAutomationOutputWrapperBody.d.ts +0 -10
  1449. package/serialization/types/DeleteAutomationOutputWrapperBody.js +0 -41
  1450. package/serialization/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.d.ts +0 -18
  1451. package/serialization/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.js +0 -49
  1452. package/serialization/types/EnvelopeDefaultMeta.d.ts +0 -12
  1453. package/serialization/types/EnvelopeDefaultMeta.js +0 -43
  1454. package/serialization/types/EnvelopeGetFileV1EnvelopeDefaultMeta.d.ts +0 -18
  1455. package/serialization/types/EnvelopeGetFileV1EnvelopeDefaultMeta.js +0 -49
  1456. package/serialization/types/ErrorBody.d.ts +0 -13
  1457. package/serialization/types/ErrorBody.js +0 -44
  1458. package/serialization/types/ErrorDetail.d.ts +0 -14
  1459. package/serialization/types/ErrorDetail.js +0 -45
  1460. package/serialization/types/ErrorMessage.d.ts +0 -14
  1461. package/serialization/types/ErrorMessage.js +0 -45
  1462. package/serialization/types/ErrorModel.d.ts +0 -18
  1463. package/serialization/types/ErrorModel.js +0 -49
  1464. package/serialization/types/ExternalFile.d.ts +0 -25
  1465. package/serialization/types/ExternalFile.js +0 -56
  1466. package/serialization/types/ExternalSessionAiResponseMetadata.d.ts +0 -20
  1467. package/serialization/types/ExternalSessionAiResponseMetadata.js +0 -51
  1468. package/serialization/types/ExternalSessionAiResponseMetadataStatus.d.ts +0 -10
  1469. package/serialization/types/ExternalSessionAiResponseMetadataStatus.js +0 -41
  1470. package/serialization/types/ExternalSessionAiResponseMetadataUsage.d.ts +0 -13
  1471. package/serialization/types/ExternalSessionAiResponseMetadataUsage.js +0 -44
  1472. package/serialization/types/ExternalSessionConfig.d.ts +0 -14
  1473. package/serialization/types/ExternalSessionConfig.js +0 -45
  1474. package/serialization/types/ExternalSessionWithConnectionInfo.d.ts +0 -22
  1475. package/serialization/types/ExternalSessionWithConnectionInfo.js +0 -53
  1476. package/serialization/types/FilesResponse.d.ts +0 -18
  1477. package/serialization/types/FilesResponse.js +0 -49
  1478. package/serialization/types/FilesWithPagination.d.ts +0 -15
  1479. package/serialization/types/FilesWithPagination.js +0 -46
  1480. package/serialization/types/GetFileV1.d.ts +0 -21
  1481. package/serialization/types/GetFileV1.js +0 -52
  1482. package/serialization/types/GetFileV1FileType.d.ts +0 -10
  1483. package/serialization/types/GetFileV1FileType.js +0 -41
  1484. package/serialization/types/IntervalMonitorConfig.d.ts +0 -13
  1485. package/serialization/types/IntervalMonitorConfig.js +0 -44
  1486. package/serialization/types/Issue.d.ts +0 -15
  1487. package/serialization/types/Issue.js +0 -46
  1488. package/serialization/types/ListAutomationsOutput.d.ts +0 -13
  1489. package/serialization/types/ListAutomationsOutput.js +0 -44
  1490. package/serialization/types/MicroInteractionConfig.d.ts +0 -15
  1491. package/serialization/types/MicroInteractionConfig.js +0 -46
  1492. package/serialization/types/MicroInteractionConfigWithExperimental.d.ts +0 -17
  1493. package/serialization/types/MicroInteractionConfigWithExperimental.js +0 -48
  1494. package/serialization/types/MicroInteractionExperimentalConfig.d.ts +0 -12
  1495. package/serialization/types/MicroInteractionExperimentalConfig.js +0 -43
  1496. package/serialization/types/MonitorConfig.d.ts +0 -15
  1497. package/serialization/types/MonitorConfig.js +0 -46
  1498. package/serialization/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -10
  1499. package/serialization/types/MonitorConfigIncludeVisualAnalysis.js +0 -41
  1500. package/serialization/types/OperationOutcome.d.ts +0 -12
  1501. package/serialization/types/OperationOutcome.js +0 -43
  1502. package/serialization/types/OperationOutcomeResponse.d.ts +0 -18
  1503. package/serialization/types/OperationOutcomeResponse.js +0 -49
  1504. package/serialization/types/PageQueryConfig.d.ts +0 -16
  1505. package/serialization/types/PageQueryConfig.js +0 -47
  1506. package/serialization/types/PageQueryExperimentalConfig.d.ts +0 -12
  1507. package/serialization/types/PageQueryExperimentalConfig.js +0 -43
  1508. package/serialization/types/PaginatedExtractionConfig.d.ts +0 -18
  1509. package/serialization/types/PaginatedExtractionConfig.js +0 -49
  1510. package/serialization/types/PaginatedExtractionExperimentalConfig.d.ts +0 -12
  1511. package/serialization/types/PaginatedExtractionExperimentalConfig.js +0 -43
  1512. package/serialization/types/Pagination.d.ts +0 -19
  1513. package/serialization/types/Pagination.js +0 -50
  1514. package/serialization/types/Proxy.d.ts +0 -12
  1515. package/serialization/types/Proxy.js +0 -43
  1516. package/serialization/types/ProxyConfigurationKind.d.ts +0 -14
  1517. package/serialization/types/ProxyConfigurationKind.js +0 -45
  1518. package/serialization/types/ProxyCredentials.d.ts +0 -14
  1519. package/serialization/types/ProxyCredentials.js +0 -45
  1520. package/serialization/types/RequestStatusResponse.d.ts +0 -13
  1521. package/serialization/types/RequestStatusResponse.js +0 -44
  1522. package/serialization/types/ScrapeConfig.d.ts +0 -12
  1523. package/serialization/types/ScrapeConfig.js +0 -43
  1524. package/serialization/types/ScrapeResponse.d.ts +0 -18
  1525. package/serialization/types/ScrapeResponse.js +0 -49
  1526. package/serialization/types/ScrapeResponseContent.d.ts +0 -13
  1527. package/serialization/types/ScrapeResponseContent.js +0 -44
  1528. package/serialization/types/ScrapeResponseEnvelope.d.ts +0 -13
  1529. package/serialization/types/ScrapeResponseEnvelope.js +0 -44
  1530. package/serialization/types/ScrapeResponseOutput.d.ts +0 -15
  1531. package/serialization/types/ScrapeResponseOutput.js +0 -46
  1532. package/serialization/types/ScreenshotConfig.d.ts +0 -15
  1533. package/serialization/types/ScreenshotConfig.js +0 -46
  1534. package/serialization/types/ScreenshotMetadata.d.ts +0 -12
  1535. package/serialization/types/ScreenshotMetadata.js +0 -43
  1536. package/serialization/types/ScreenshotRequestConfig.d.ts +0 -13
  1537. package/serialization/types/ScreenshotRequestConfig.js +0 -44
  1538. package/serialization/types/ScrollByConfig.d.ts +0 -13
  1539. package/serialization/types/ScrollByConfig.js +0 -44
  1540. package/serialization/types/ScrollToEdgeConfig.d.ts +0 -13
  1541. package/serialization/types/ScrollToEdgeConfig.js +0 -44
  1542. package/serialization/types/SessionConfigV1.d.ts +0 -18
  1543. package/serialization/types/SessionConfigV1.js +0 -49
  1544. package/serialization/types/SessionConfigV1Proxy.d.ts +0 -12
  1545. package/serialization/types/SessionConfigV1Proxy.js +0 -47
  1546. package/serialization/types/SessionEventMessage.d.ts +0 -18
  1547. package/serialization/types/SessionEventMessage.js +0 -49
  1548. package/serialization/types/SessionPageQueryHandlerRequestBody.d.ts +0 -18
  1549. package/serialization/types/SessionPageQueryHandlerRequestBody.js +0 -49
  1550. package/serialization/types/SessionResponse.d.ts +0 -18
  1551. package/serialization/types/SessionResponse.js +0 -49
  1552. package/serialization/types/SessionsResponse.d.ts +0 -18
  1553. package/serialization/types/SessionsResponse.js +0 -49
  1554. package/serialization/types/SessionsWithPagination.d.ts +0 -15
  1555. package/serialization/types/SessionsWithPagination.js +0 -46
  1556. package/serialization/types/StatusMessage.d.ts +0 -17
  1557. package/serialization/types/StatusMessage.js +0 -48
  1558. package/serialization/types/StatusMessageStatus.d.ts +0 -10
  1559. package/serialization/types/StatusMessageStatus.js +0 -41
  1560. package/serialization/types/SummaryConfig.d.ts +0 -14
  1561. package/serialization/types/SummaryConfig.js +0 -45
  1562. package/serialization/types/SummaryExperimentalConfig.d.ts +0 -12
  1563. package/serialization/types/SummaryExperimentalConfig.js +0 -43
  1564. package/serialization/types/VisualAnalysisConfig.d.ts +0 -20
  1565. package/serialization/types/VisualAnalysisConfig.js +0 -51
  1566. package/serialization/types/VisualAnalysisConfigPartitionDirection.d.ts +0 -10
  1567. package/serialization/types/VisualAnalysisConfigPartitionDirection.js +0 -41
  1568. package/serialization/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +0 -10
  1569. package/serialization/types/VisualAnalysisConfigResultSelectionStrategy.js +0 -41
  1570. package/serialization/types/VisualAnalysisConfigScope.d.ts +0 -10
  1571. package/serialization/types/VisualAnalysisConfigScope.js +0 -41
  1572. package/serialization/types/Window.d.ts +0 -14
  1573. package/serialization/types/Window.js +0 -45
  1574. package/serialization/types/WindowEventMessage.d.ts +0 -19
  1575. package/serialization/types/WindowEventMessage.js +0 -50
  1576. package/serialization/types/WindowId.d.ts +0 -13
  1577. package/serialization/types/WindowId.js +0 -44
  1578. package/serialization/types/WindowIdResponse.d.ts +0 -18
  1579. package/serialization/types/WindowIdResponse.js +0 -49
  1580. package/serialization/types/WindowResponse.d.ts +0 -18
  1581. package/serialization/types/WindowResponse.js +0 -49
  1582. package/serialization/types/index.d.ts +0 -81
  1583. package/serialization/types/index.js +0 -97
  1584. package/utils/batch-operate/SessionQueue.d.ts +0 -45
  1585. package/utils/batch-operate/SessionQueue.js +0 -222
  1586. package/utils/batch-operate/WindowQueue.d.ts +0 -24
  1587. package/utils/batch-operate/WindowQueue.js +0 -213
  1588. package/utils/batch-operate/batch-util.d.ts +0 -3
  1589. package/utils/batch-operate/batch-util.js +0 -49
  1590. package/utils/batch-operate/helpers.d.ts +0 -2
  1591. package/utils/batch-operate/helpers.js +0 -19
  1592. package/utils/batch-operate/types.d.ts +0 -29
  1593. package/utils/batch-operate/types.js +0 -2
  1594. package/utils/index.d.ts +0 -3
  1595. package/utils/index.js +0 -19
  1596. package/utils/process-screenshots.d.ts +0 -9
  1597. package/utils/process-screenshots.js +0 -58
  1598. package/version.d.ts +0 -1
  1599. package/version.js +0 -4
  1600. package/wrapper/AirtopClient.d.ts +0 -32
  1601. package/wrapper/AirtopClient.js +0 -109
  1602. package/wrapper/AirtopFiles.d.ts +0 -38
  1603. package/wrapper/AirtopFiles.js +0 -151
  1604. package/wrapper/AirtopRequests.d.ts +0 -18
  1605. package/wrapper/AirtopRequests.js +0 -48
  1606. package/wrapper/AirtopSessions.d.ts +0 -24
  1607. package/wrapper/AirtopSessions.js +0 -96
  1608. package/wrapper/AirtopWindows.d.ts +0 -154
  1609. package/wrapper/AirtopWindows.js +0 -293
package/reference.md DELETED
@@ -1,3284 +0,0 @@
1
- # Reference
2
-
3
- ## Windows
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
-
584
- <dl>
585
- <dd>
586
-
587
- **windowId:** `string` — The Airtop window id of the browser window.
588
-
589
- </dd>
590
- </dl>
591
-
592
- <dl>
593
- <dd>
594
-
595
- **request:** `Airtop.AsyncPageQueryRequest`
596
-
597
- </dd>
598
- </dl>
599
-
600
- <dl>
601
- <dd>
602
-
603
- **requestOptions:** `Windows.RequestOptions`
604
-
605
- </dd>
606
- </dl>
607
- </dd>
608
- </dl>
609
-
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
- #### 🔌 Usage
619
-
620
- <dl>
621
- <dd>
622
-
623
- <dl>
624
- <dd>
625
-
626
- ```typescript
627
- await client.windows.asyncPaginatedExtraction(
628
- "6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
629
- "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
- );
634
- ```
635
-
636
- </dd>
637
- </dl>
638
- </dd>
639
- </dl>
640
-
641
- #### ⚙️ Parameters
642
-
643
- <dl>
644
- <dd>
645
-
646
- <dl>
647
- <dd>
648
-
649
- **sessionId:** `string` — The session id for the window.
650
-
651
- </dd>
652
- </dl>
653
-
654
- <dl>
655
- <dd>
656
-
657
- **windowId:** `string` — The Airtop window id of the browser window.
658
-
659
- </dd>
660
- </dl>
661
-
662
- <dl>
663
- <dd>
664
-
665
- **request:** `Airtop.AsyncPaginatedExtractionRequest`
666
-
667
- </dd>
668
- </dl>
669
-
670
- <dl>
671
- <dd>
672
-
673
- **requestOptions:** `Windows.RequestOptions`
674
-
675
- </dd>
676
- </dl>
677
- </dd>
678
- </dl>
679
-
680
- </dd>
681
- </dl>
682
- </details>
683
-
684
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncPromptContent</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
685
- <dl>
686
- <dd>
687
-
688
- #### 📝 Description
689
-
690
- <dl>
691
- <dd>
692
-
693
- <dl>
694
- <dd>
695
-
696
- This endpoint is deprecated. Please use the `pageQuery` endpoint instead.
697
-
698
- </dd>
699
- </dl>
700
- </dd>
701
- </dl>
702
-
703
- #### 🔌 Usage
704
-
705
- <dl>
706
- <dd>
707
-
708
- <dl>
709
- <dd>
710
-
711
- ```typescript
712
- await client.windows.asyncPromptContent(
713
- "6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
714
- "0334da2a-91b0-42c5-6156-76a5eba87430",
715
- {
716
- prompt: "What is the main idea of this page?",
717
- },
718
- );
719
- ```
720
-
721
- </dd>
722
- </dl>
723
- </dd>
724
- </dl>
725
-
726
- #### ⚙️ Parameters
727
-
728
- <dl>
729
- <dd>
730
-
731
- <dl>
732
- <dd>
733
-
734
- **sessionId:** `string` — The session id for the window.
735
-
736
- </dd>
737
- </dl>
738
-
739
- <dl>
740
- <dd>
741
-
742
- **windowId:** `string` — The Airtop window id of the browser window.
743
-
744
- </dd>
745
- </dl>
746
-
747
- <dl>
748
- <dd>
749
-
750
- **request:** `Airtop.AsyncPromptContentRequest`
751
-
752
- </dd>
753
- </dl>
754
-
755
- <dl>
756
- <dd>
757
-
758
- **requestOptions:** `Windows.RequestOptions`
759
-
760
- </dd>
761
- </dl>
762
- </dd>
763
- </dl>
764
-
765
- </dd>
766
- </dl>
767
- </details>
768
-
769
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncScreenshot</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
770
- <dl>
771
- <dd>
772
-
773
- #### 📝 Description
774
-
775
- <dl>
776
- <dd>
777
-
778
- <dl>
779
- <dd>
780
-
781
- Take a screenshot of the current viewport of a browser window asynchronously
782
-
783
- </dd>
784
- </dl>
785
- </dd>
786
- </dl>
787
-
788
- #### 🔌 Usage
789
-
790
- <dl>
791
- <dd>
792
-
793
- <dl>
794
- <dd>
795
-
796
- ```typescript
797
- await client.windows.asyncScreenshot("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430");
798
- ```
799
-
800
- </dd>
801
- </dl>
802
- </dd>
803
- </dl>
804
-
805
- #### ⚙️ Parameters
806
-
807
- <dl>
808
- <dd>
809
-
810
- <dl>
811
- <dd>
812
-
813
- **sessionId:** `string` — The session id for the window.
814
-
815
- </dd>
816
- </dl>
817
-
818
- <dl>
819
- <dd>
820
-
821
- **windowId:** `string` — The Airtop window id of the browser window.
822
-
823
- </dd>
824
- </dl>
825
-
826
- <dl>
827
- <dd>
828
-
829
- **request:** `Airtop.AsyncScreenshotRequest`
830
-
831
- </dd>
832
- </dl>
833
-
834
- <dl>
835
- <dd>
836
-
837
- **requestOptions:** `Windows.RequestOptions`
838
-
839
- </dd>
840
- </dl>
841
- </dd>
842
- </dl>
843
-
844
- </dd>
845
- </dl>
846
- </details>
847
-
848
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">asyncSummarizeContent</a>(sessionId, windowId, { ...params }) -> Airtop.AsyncSessionAiResponseEnvelope</code></summary>
849
- <dl>
850
- <dd>
851
-
852
- #### 📝 Description
853
-
854
- <dl>
855
- <dd>
856
-
857
- <dl>
858
- <dd>
859
-
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`
920
-
921
- </dd>
922
- </dl>
923
- </dd>
924
- </dl>
925
-
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
- #### 🔌 Usage
935
-
936
- <dl>
937
- <dd>
938
-
939
- <dl>
940
- <dd>
941
-
942
- ```typescript
943
- await client.windows.asyncType("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
944
- text: "Example text",
945
- });
946
- ```
947
-
948
- </dd>
949
- </dl>
950
- </dd>
951
- </dl>
952
-
953
- #### ⚙️ Parameters
954
-
955
- <dl>
956
- <dd>
957
-
958
- <dl>
959
- <dd>
960
-
961
- **sessionId:** `string` — The session id for the window.
962
-
963
- </dd>
964
- </dl>
965
-
966
- <dl>
967
- <dd>
968
-
969
- **windowId:** `string` — The Airtop window id of the browser window.
970
-
971
- </dd>
972
- </dl>
973
-
974
- <dl>
975
- <dd>
976
-
977
- **request:** `Airtop.AsyncTypeRequest`
978
-
979
- </dd>
980
- </dl>
981
-
982
- <dl>
983
- <dd>
984
-
985
- **requestOptions:** `Windows.RequestOptions`
986
-
987
- </dd>
988
- </dl>
989
- </dd>
990
- </dl>
991
-
992
- </dd>
993
- </dl>
994
- </details>
995
-
996
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">create</a>(sessionId, { ...params }) -> Airtop.WindowIdResponse</code></summary>
997
- <dl>
998
- <dd>
999
-
1000
- #### 📝 Description
1001
-
1002
- <dl>
1003
- <dd>
1004
-
1005
- <dl>
1006
- <dd>
1007
-
1008
- Creates a new browser window in a session. Optionally, you can specify a url to load on the window upon creation.
1009
-
1010
- </dd>
1011
- </dl>
1012
- </dd>
1013
- </dl>
1014
-
1015
- #### 🔌 Usage
1016
-
1017
- <dl>
1018
- <dd>
1019
-
1020
- <dl>
1021
- <dd>
1022
-
1023
- ```typescript
1024
- await client.windows.create("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b");
1025
- ```
1026
-
1027
- </dd>
1028
- </dl>
1029
- </dd>
1030
- </dl>
1031
-
1032
- #### ⚙️ Parameters
1033
-
1034
- <dl>
1035
- <dd>
1036
-
1037
- <dl>
1038
- <dd>
1039
-
1040
- **sessionId:** `string` — ID of the session that owns the window.
1041
-
1042
- </dd>
1043
- </dl>
1044
-
1045
- <dl>
1046
- <dd>
1047
-
1048
- **request:** `Airtop.CreateWindowInputV1Body`
1049
-
1050
- </dd>
1051
- </dl>
1052
-
1053
- <dl>
1054
- <dd>
1055
-
1056
- **requestOptions:** `Windows.RequestOptions`
1057
-
1058
- </dd>
1059
- </dl>
1060
- </dd>
1061
- </dl>
1062
-
1063
- </dd>
1064
- </dl>
1065
- </details>
1066
-
1067
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">getWindowInfo</a>(sessionId, windowId, { ...params }) -> Airtop.WindowResponse</code></summary>
1068
- <dl>
1069
- <dd>
1070
-
1071
- #### 📝 Description
1072
-
1073
- <dl>
1074
- <dd>
1075
-
1076
- <dl>
1077
- <dd>
1078
-
1079
- Get information about a browser window in a session, including the live view url.
1080
-
1081
- </dd>
1082
- </dl>
1083
- </dd>
1084
- </dl>
1085
-
1086
- #### 🔌 Usage
1087
-
1088
- <dl>
1089
- <dd>
1090
-
1091
- <dl>
1092
- <dd>
1093
-
1094
- ```typescript
1095
- await client.windows.getWindowInfo("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "7334da2a-91b0-42c5-6156-76a5eba87430", {
1096
- screenResolution: "1280x720",
1097
- });
1098
- ```
1099
-
1100
- </dd>
1101
- </dl>
1102
- </dd>
1103
- </dl>
1104
-
1105
- #### ⚙️ Parameters
1106
-
1107
- <dl>
1108
- <dd>
1109
-
1110
- <dl>
1111
- <dd>
1112
-
1113
- **sessionId:** `string` — ID of the session that owns the window.
1114
-
1115
- </dd>
1116
- </dl>
1117
-
1118
- <dl>
1119
- <dd>
1120
-
1121
- **windowId:** `string` — ID of the browser window, which can either be a normal AirTop windowId or a [CDP TargetId](https://chromedevtools.github.io/devtools-protocol/tot/Target/#type-TargetID) from a browser automation library like Puppeteer (typically associated with the page or main frame). Our SDKs will handle retrieving a TargetId for you from various popular browser automation libraries, but we also have details in our guides on how to do it manually.
1122
-
1123
- </dd>
1124
- </dl>
1125
-
1126
- <dl>
1127
- <dd>
1128
-
1129
- **request:** `Airtop.GetWindowInfoRequest`
1130
-
1131
- </dd>
1132
- </dl>
1133
-
1134
- <dl>
1135
- <dd>
1136
-
1137
- **requestOptions:** `Windows.RequestOptions`
1138
-
1139
- </dd>
1140
- </dl>
1141
- </dd>
1142
- </dl>
1143
-
1144
- </dd>
1145
- </dl>
1146
- </details>
1147
-
1148
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">loadUrl</a>(sessionId, windowId, { ...params }) -> Airtop.OperationOutcomeResponse</code></summary>
1149
- <dl>
1150
- <dd>
1151
-
1152
- #### 📝 Description
1153
-
1154
- <dl>
1155
- <dd>
1156
-
1157
- <dl>
1158
- <dd>
1159
-
1160
- Loads a specified url on a given window
1161
-
1162
- </dd>
1163
- </dl>
1164
- </dd>
1165
- </dl>
1166
-
1167
- #### 🔌 Usage
1168
-
1169
- <dl>
1170
- <dd>
1171
-
1172
- <dl>
1173
- <dd>
1174
-
1175
- ```typescript
1176
- await client.windows.loadUrl("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "7334da2a-91b0-42c5-6156-76a5eba87430", {
1177
- url: "https://www.airtop.ai",
1178
- });
1179
- ```
1180
-
1181
- </dd>
1182
- </dl>
1183
- </dd>
1184
- </dl>
1185
-
1186
- #### ⚙️ Parameters
1187
-
1188
- <dl>
1189
- <dd>
1190
-
1191
- <dl>
1192
- <dd>
1193
-
1194
- **sessionId:** `string` — ID of the session that owns the window.
1195
-
1196
- </dd>
1197
- </dl>
1198
-
1199
- <dl>
1200
- <dd>
1201
-
1202
- **windowId:** `string` — Airtop window ID of the browser window.
1203
-
1204
- </dd>
1205
- </dl>
1206
-
1207
- <dl>
1208
- <dd>
1209
-
1210
- **request:** `Airtop.WindowLoadUrlV1Body`
1211
-
1212
- </dd>
1213
- </dl>
1214
-
1215
- <dl>
1216
- <dd>
1217
-
1218
- **requestOptions:** `Windows.RequestOptions`
1219
-
1220
- </dd>
1221
- </dl>
1222
- </dd>
1223
- </dl>
1224
-
1225
- </dd>
1226
- </dl>
1227
- </details>
1228
-
1229
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">close</a>(sessionId, windowId) -> Airtop.WindowIdResponse</code></summary>
1230
- <dl>
1231
- <dd>
1232
-
1233
- #### 📝 Description
1234
-
1235
- <dl>
1236
- <dd>
1237
-
1238
- <dl>
1239
- <dd>
1240
-
1241
- Closes a browser window in a session
1242
-
1243
- </dd>
1244
- </dl>
1245
- </dd>
1246
- </dl>
1247
-
1248
- #### 🔌 Usage
1249
-
1250
- <dl>
1251
- <dd>
1252
-
1253
- <dl>
1254
- <dd>
1255
-
1256
- ```typescript
1257
- await client.windows.close("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "7334da2a-91b0-42c5-6156-76a5eba87430");
1258
- ```
1259
-
1260
- </dd>
1261
- </dl>
1262
- </dd>
1263
- </dl>
1264
-
1265
- #### ⚙️ Parameters
1266
-
1267
- <dl>
1268
- <dd>
1269
-
1270
- <dl>
1271
- <dd>
1272
-
1273
- **sessionId:** `string` — ID of the session that owns the window.
1274
-
1275
- </dd>
1276
- </dl>
1277
-
1278
- <dl>
1279
- <dd>
1280
-
1281
- **windowId:** `string` — Airtop window ID of the browser window.
1282
-
1283
- </dd>
1284
- </dl>
1285
-
1286
- <dl>
1287
- <dd>
1288
-
1289
- **requestOptions:** `Windows.RequestOptions`
1290
-
1291
- </dd>
1292
- </dl>
1293
- </dd>
1294
- </dl>
1295
-
1296
- </dd>
1297
- </dl>
1298
- </details>
1299
-
1300
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">click</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
1301
- <dl>
1302
- <dd>
1303
-
1304
- #### 📝 Description
1305
-
1306
- <dl>
1307
- <dd>
1308
-
1309
- <dl>
1310
- <dd>
1311
-
1312
- Execute a click interaction in a specific browser window
1313
-
1314
- </dd>
1315
- </dl>
1316
- </dd>
1317
- </dl>
1318
-
1319
- #### 🔌 Usage
1320
-
1321
- <dl>
1322
- <dd>
1323
-
1324
- <dl>
1325
- <dd>
1326
-
1327
- ```typescript
1328
- await client.windows.click("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
1329
- elementDescription: "The login button",
1330
- });
1331
- ```
1332
-
1333
- </dd>
1334
- </dl>
1335
- </dd>
1336
- </dl>
1337
-
1338
- #### ⚙️ Parameters
1339
-
1340
- <dl>
1341
- <dd>
1342
-
1343
- <dl>
1344
- <dd>
1345
-
1346
- **sessionId:** `string` — The session id for the window.
1347
-
1348
- </dd>
1349
- </dl>
1350
-
1351
- <dl>
1352
- <dd>
1353
-
1354
- **windowId:** `string` — The Airtop window id of the browser window.
1355
-
1356
- </dd>
1357
- </dl>
1358
-
1359
- <dl>
1360
- <dd>
1361
-
1362
- **request:** `Airtop.SessionClickHandlerRequestBody`
1363
-
1364
- </dd>
1365
- </dl>
1366
-
1367
- <dl>
1368
- <dd>
1369
-
1370
- **requestOptions:** `Windows.RequestOptions`
1371
-
1372
- </dd>
1373
- </dl>
1374
- </dd>
1375
- </dl>
1376
-
1377
- </dd>
1378
- </dl>
1379
- </details>
1380
-
1381
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">createFormFiller</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
1382
- <dl>
1383
- <dd>
1384
-
1385
- #### 📝 Description
1386
-
1387
- <dl>
1388
- <dd>
1389
-
1390
- <dl>
1391
- <dd>
1392
-
1393
- Create a form-filler automation synchronously for the form loaded in the browser window
1394
-
1395
- </dd>
1396
- </dl>
1397
- </dd>
1398
- </dl>
1399
-
1400
- #### 🔌 Usage
1401
-
1402
- <dl>
1403
- <dd>
1404
-
1405
- <dl>
1406
- <dd>
1407
-
1408
- ```typescript
1409
- await client.windows.createFormFiller("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430");
1410
- ```
1411
-
1412
- </dd>
1413
- </dl>
1414
- </dd>
1415
- </dl>
1416
-
1417
- #### ⚙️ Parameters
1418
-
1419
- <dl>
1420
- <dd>
1421
-
1422
- <dl>
1423
- <dd>
1424
-
1425
- **sessionId:** `string` — The session id for the window.
1426
-
1427
- </dd>
1428
- </dl>
1429
-
1430
- <dl>
1431
- <dd>
1432
-
1433
- **windowId:** `string` — The Airtop window id of the browser window.
1434
-
1435
- </dd>
1436
- </dl>
1437
-
1438
- <dl>
1439
- <dd>
1440
-
1441
- **request:** `Airtop.CreateFormFillerRequest`
1442
-
1443
- </dd>
1444
- </dl>
1445
-
1446
- <dl>
1447
- <dd>
1448
-
1449
- **requestOptions:** `Windows.RequestOptions`
1450
-
1451
- </dd>
1452
- </dl>
1453
- </dd>
1454
- </dl>
1455
-
1456
- </dd>
1457
- </dl>
1458
- </details>
1459
-
1460
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">fillForm</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
1461
- <dl>
1462
- <dd>
1463
-
1464
- #### 📝 Description
1465
-
1466
- <dl>
1467
- <dd>
1468
-
1469
- <dl>
1470
- <dd>
1471
-
1472
- Fill a form of a browser window synchronously using a form-filler automation
1473
-
1474
- </dd>
1475
- </dl>
1476
- </dd>
1477
- </dl>
1478
-
1479
- #### 🔌 Usage
1480
-
1481
- <dl>
1482
- <dd>
1483
-
1484
- <dl>
1485
- <dd>
1486
-
1487
- ```typescript
1488
- await client.windows.fillForm("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
1489
- automationId: "automationId",
1490
- });
1491
- ```
1492
-
1493
- </dd>
1494
- </dl>
1495
- </dd>
1496
- </dl>
1497
-
1498
- #### ⚙️ Parameters
1499
-
1500
- <dl>
1501
- <dd>
1502
-
1503
- <dl>
1504
- <dd>
1505
-
1506
- **sessionId:** `string` — The session id for the window.
1507
-
1508
- </dd>
1509
- </dl>
1510
-
1511
- <dl>
1512
- <dd>
1513
-
1514
- **windowId:** `string` — The Airtop window id of the browser window.
1515
-
1516
- </dd>
1517
- </dl>
1518
-
1519
- <dl>
1520
- <dd>
1521
-
1522
- **request:** `Airtop.FillFormRequest`
1523
-
1524
- </dd>
1525
- </dl>
1526
-
1527
- <dl>
1528
- <dd>
1529
-
1530
- **requestOptions:** `Windows.RequestOptions`
1531
-
1532
- </dd>
1533
- </dl>
1534
- </dd>
1535
- </dl>
1536
-
1537
- </dd>
1538
- </dl>
1539
- </details>
1540
-
1541
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">hover</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
1542
- <dl>
1543
- <dd>
1544
-
1545
- #### 📝 Description
1546
-
1547
- <dl>
1548
- <dd>
1549
-
1550
- <dl>
1551
- <dd>
1552
-
1553
- Execute a hover interaction in a specific browser window
1554
-
1555
- </dd>
1556
- </dl>
1557
- </dd>
1558
- </dl>
1559
-
1560
- #### 🔌 Usage
1561
-
1562
- <dl>
1563
- <dd>
1564
-
1565
- <dl>
1566
- <dd>
1567
-
1568
- ```typescript
1569
- await client.windows.hover("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
1570
- elementDescription: "The search box input in the top right corner",
1571
- });
1572
- ```
1573
-
1574
- </dd>
1575
- </dl>
1576
- </dd>
1577
- </dl>
1578
-
1579
- #### ⚙️ Parameters
1580
-
1581
- <dl>
1582
- <dd>
1583
-
1584
- <dl>
1585
- <dd>
1586
-
1587
- **sessionId:** `string` — The session id for the window.
1588
-
1589
- </dd>
1590
- </dl>
1591
-
1592
- <dl>
1593
- <dd>
1594
-
1595
- **windowId:** `string` — The Airtop window id of the browser window.
1596
-
1597
- </dd>
1598
- </dl>
1599
-
1600
- <dl>
1601
- <dd>
1602
-
1603
- **request:** `Airtop.SessionHoverHandlerRequestBody`
1604
-
1605
- </dd>
1606
- </dl>
1607
-
1608
- <dl>
1609
- <dd>
1610
-
1611
- **requestOptions:** `Windows.RequestOptions`
1612
-
1613
- </dd>
1614
- </dl>
1615
- </dd>
1616
- </dl>
1617
-
1618
- </dd>
1619
- </dl>
1620
- </details>
1621
-
1622
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">monitor</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
1623
- <dl>
1624
- <dd>
1625
-
1626
- #### 🔌 Usage
1627
-
1628
- <dl>
1629
- <dd>
1630
-
1631
- <dl>
1632
- <dd>
1633
-
1634
- ```typescript
1635
- await client.windows.monitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
1636
- condition: "Determine if the user appears to be signed in to the website",
1637
- });
1638
- ```
1639
-
1640
- </dd>
1641
- </dl>
1642
- </dd>
1643
- </dl>
1644
-
1645
- #### ⚙️ Parameters
1646
-
1647
- <dl>
1648
- <dd>
1649
-
1650
- <dl>
1651
- <dd>
1652
-
1653
- **sessionId:** `string` — The session id for the window.
1654
-
1655
- </dd>
1656
- </dl>
1657
-
1658
- <dl>
1659
- <dd>
1660
-
1661
- **windowId:** `string` — The Airtop window id of the browser window.
1662
-
1663
- </dd>
1664
- </dl>
1665
-
1666
- <dl>
1667
- <dd>
1668
-
1669
- **request:** `Airtop.SessionMonitorHandlerRequestBody`
1670
-
1671
- </dd>
1672
- </dl>
1673
-
1674
- <dl>
1675
- <dd>
1676
-
1677
- **requestOptions:** `Windows.RequestOptions`
1678
-
1679
- </dd>
1680
- </dl>
1681
- </dd>
1682
- </dl>
1683
-
1684
- </dd>
1685
- </dl>
1686
- </details>
1687
-
1688
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">pageQuery</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
1689
- <dl>
1690
- <dd>
1691
-
1692
- #### 📝 Description
1693
-
1694
- <dl>
1695
- <dd>
1696
-
1697
- <dl>
1698
- <dd>
1699
-
1700
- Submit a prompt that queries the content of a specific browser window. You may extract content from the page, or ask a question about the page and allow the AI to answer it (ex. Is the user logged in?).
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.pageQuery("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
1717
- prompt: "What is the main idea of this page?",
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` — The session id for the window.
1735
-
1736
- </dd>
1737
- </dl>
1738
-
1739
- <dl>
1740
- <dd>
1741
-
1742
- **windowId:** `string` — The Airtop window id of the browser window.
1743
-
1744
- </dd>
1745
- </dl>
1746
-
1747
- <dl>
1748
- <dd>
1749
-
1750
- **request:** `Airtop.SessionPageQueryHandlerRequestBody`
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
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">paginatedExtraction</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
1770
- <dl>
1771
- <dd>
1772
-
1773
- #### 📝 Description
1774
-
1775
- <dl>
1776
- <dd>
1777
-
1778
- <dl>
1779
- <dd>
1780
-
1781
- Submit a prompt that queries the content of a specific browser window and paginates through pages to return a list of results.
1782
-
1783
- </dd>
1784
- </dl>
1785
- </dd>
1786
- </dl>
1787
-
1788
- #### 🔌 Usage
1789
-
1790
- <dl>
1791
- <dd>
1792
-
1793
- <dl>
1794
- <dd>
1795
-
1796
- ```typescript
1797
- await client.windows.paginatedExtraction(
1798
- "6aac6f73-bd89-4a76-ab32-5a6c422e8b0b",
1799
- "0334da2a-91b0-42c5-6156-76a5eba87430",
1800
- {
1801
- 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.",
1802
- },
1803
- );
1804
- ```
1805
-
1806
- </dd>
1807
- </dl>
1808
- </dd>
1809
- </dl>
1810
-
1811
- #### ⚙️ Parameters
1812
-
1813
- <dl>
1814
- <dd>
1815
-
1816
- <dl>
1817
- <dd>
1818
-
1819
- **sessionId:** `string` — The session id for the window.
1820
-
1821
- </dd>
1822
- </dl>
1823
-
1824
- <dl>
1825
- <dd>
1826
-
1827
- **windowId:** `string` — The Airtop window id of the browser window.
1828
-
1829
- </dd>
1830
- </dl>
1831
-
1832
- <dl>
1833
- <dd>
1834
-
1835
- **request:** `Airtop.SessionPaginatedExtractionHandlerRequestBody`
1836
-
1837
- </dd>
1838
- </dl>
1839
-
1840
- <dl>
1841
- <dd>
1842
-
1843
- **requestOptions:** `Windows.RequestOptions`
1844
-
1845
- </dd>
1846
- </dl>
1847
- </dd>
1848
- </dl>
1849
-
1850
- </dd>
1851
- </dl>
1852
- </details>
1853
-
1854
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">promptContent</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
1855
- <dl>
1856
- <dd>
1857
-
1858
- #### 📝 Description
1859
-
1860
- <dl>
1861
- <dd>
1862
-
1863
- <dl>
1864
- <dd>
1865
-
1866
- This endpoint is deprecated. Please use the `pageQuery` endpoint instead.
1867
-
1868
- </dd>
1869
- </dl>
1870
- </dd>
1871
- </dl>
1872
-
1873
- #### 🔌 Usage
1874
-
1875
- <dl>
1876
- <dd>
1877
-
1878
- <dl>
1879
- <dd>
1880
-
1881
- ```typescript
1882
- await client.windows.promptContent("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
1883
- prompt: "What is the main idea of this page?",
1884
- });
1885
- ```
1886
-
1887
- </dd>
1888
- </dl>
1889
- </dd>
1890
- </dl>
1891
-
1892
- #### ⚙️ Parameters
1893
-
1894
- <dl>
1895
- <dd>
1896
-
1897
- <dl>
1898
- <dd>
1899
-
1900
- **sessionId:** `string` — The session id for the window.
1901
-
1902
- </dd>
1903
- </dl>
1904
-
1905
- <dl>
1906
- <dd>
1907
-
1908
- **windowId:** `string` — The Airtop window id of the browser window.
1909
-
1910
- </dd>
1911
- </dl>
1912
-
1913
- <dl>
1914
- <dd>
1915
-
1916
- **request:** `Airtop.SessionPageQueryHandlerRequestBody`
1917
-
1918
- </dd>
1919
- </dl>
1920
-
1921
- <dl>
1922
- <dd>
1923
-
1924
- **requestOptions:** `Windows.RequestOptions`
1925
-
1926
- </dd>
1927
- </dl>
1928
- </dd>
1929
- </dl>
1930
-
1931
- </dd>
1932
- </dl>
1933
- </details>
1934
-
1935
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">scrapeContent</a>(sessionId, windowId, { ...params }) -> Airtop.ScrapeResponse</code></summary>
1936
- <dl>
1937
- <dd>
1938
-
1939
- #### 📝 Description
1940
-
1941
- <dl>
1942
- <dd>
1943
-
1944
- <dl>
1945
- <dd>
1946
-
1947
- Scrape a window and return the content as markdown
1948
-
1949
- </dd>
1950
- </dl>
1951
- </dd>
1952
- </dl>
1953
-
1954
- #### 🔌 Usage
1955
-
1956
- <dl>
1957
- <dd>
1958
-
1959
- <dl>
1960
- <dd>
1961
-
1962
- ```typescript
1963
- await client.windows.scrapeContent("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430");
1964
- ```
1965
-
1966
- </dd>
1967
- </dl>
1968
- </dd>
1969
- </dl>
1970
-
1971
- #### ⚙️ Parameters
1972
-
1973
- <dl>
1974
- <dd>
1975
-
1976
- <dl>
1977
- <dd>
1978
-
1979
- **sessionId:** `string` — The session id for the window.
1980
-
1981
- </dd>
1982
- </dl>
1983
-
1984
- <dl>
1985
- <dd>
1986
-
1987
- **windowId:** `string` — The Airtop window id of the browser window to scrape.
1988
-
1989
- </dd>
1990
- </dl>
1991
-
1992
- <dl>
1993
- <dd>
1994
-
1995
- **request:** `Airtop.ScrapeContentRequest`
1996
-
1997
- </dd>
1998
- </dl>
1999
-
2000
- <dl>
2001
- <dd>
2002
-
2003
- **requestOptions:** `Windows.RequestOptions`
2004
-
2005
- </dd>
2006
- </dl>
2007
- </dd>
2008
- </dl>
2009
-
2010
- </dd>
2011
- </dl>
2012
- </details>
2013
-
2014
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">screenshot</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
2015
- <dl>
2016
- <dd>
2017
-
2018
- #### 📝 Description
2019
-
2020
- <dl>
2021
- <dd>
2022
-
2023
- <dl>
2024
- <dd>
2025
-
2026
- Take a screenshot of a browser window
2027
-
2028
- </dd>
2029
- </dl>
2030
- </dd>
2031
- </dl>
2032
-
2033
- #### 🔌 Usage
2034
-
2035
- <dl>
2036
- <dd>
2037
-
2038
- <dl>
2039
- <dd>
2040
-
2041
- ```typescript
2042
- await client.windows.screenshot("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430");
2043
- ```
2044
-
2045
- </dd>
2046
- </dl>
2047
- </dd>
2048
- </dl>
2049
-
2050
- #### ⚙️ Parameters
2051
-
2052
- <dl>
2053
- <dd>
2054
-
2055
- <dl>
2056
- <dd>
2057
-
2058
- **sessionId:** `string` — The session id for the window.
2059
-
2060
- </dd>
2061
- </dl>
2062
-
2063
- <dl>
2064
- <dd>
2065
-
2066
- **windowId:** `string` — The Airtop window id of the browser window.
2067
-
2068
- </dd>
2069
- </dl>
2070
-
2071
- <dl>
2072
- <dd>
2073
-
2074
- **request:** `Airtop.SessionScreenshotHandlerRequestBody`
2075
-
2076
- </dd>
2077
- </dl>
2078
-
2079
- <dl>
2080
- <dd>
2081
-
2082
- **requestOptions:** `Windows.RequestOptions`
2083
-
2084
- </dd>
2085
- </dl>
2086
- </dd>
2087
- </dl>
2088
-
2089
- </dd>
2090
- </dl>
2091
- </details>
2092
-
2093
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">scroll</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
2094
- <dl>
2095
- <dd>
2096
-
2097
- #### 📝 Description
2098
-
2099
- <dl>
2100
- <dd>
2101
-
2102
- <dl>
2103
- <dd>
2104
-
2105
- Execute a scroll interaction in a specific browser window
2106
-
2107
- </dd>
2108
- </dl>
2109
- </dd>
2110
- </dl>
2111
-
2112
- #### 🔌 Usage
2113
-
2114
- <dl>
2115
- <dd>
2116
-
2117
- <dl>
2118
- <dd>
2119
-
2120
- ```typescript
2121
- await client.windows.scroll("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430");
2122
- ```
2123
-
2124
- </dd>
2125
- </dl>
2126
- </dd>
2127
- </dl>
2128
-
2129
- #### ⚙️ Parameters
2130
-
2131
- <dl>
2132
- <dd>
2133
-
2134
- <dl>
2135
- <dd>
2136
-
2137
- **sessionId:** `string` — The session id for the window.
2138
-
2139
- </dd>
2140
- </dl>
2141
-
2142
- <dl>
2143
- <dd>
2144
-
2145
- **windowId:** `string` — The Airtop window id of the browser window.
2146
-
2147
- </dd>
2148
- </dl>
2149
-
2150
- <dl>
2151
- <dd>
2152
-
2153
- **request:** `Airtop.SessionScrollHandlerRequestBody`
2154
-
2155
- </dd>
2156
- </dl>
2157
-
2158
- <dl>
2159
- <dd>
2160
-
2161
- **requestOptions:** `Windows.RequestOptions`
2162
-
2163
- </dd>
2164
- </dl>
2165
- </dd>
2166
- </dl>
2167
-
2168
- </dd>
2169
- </dl>
2170
- </details>
2171
-
2172
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">summarizeContent</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
2173
- <dl>
2174
- <dd>
2175
-
2176
- #### 📝 Description
2177
-
2178
- <dl>
2179
- <dd>
2180
-
2181
- <dl>
2182
- <dd>
2183
-
2184
- This endpoint is deprecated. Please use the `pageQuery` endpoint and ask for a summary in the prompt instead.
2185
-
2186
- </dd>
2187
- </dl>
2188
- </dd>
2189
- </dl>
2190
-
2191
- #### 🔌 Usage
2192
-
2193
- <dl>
2194
- <dd>
2195
-
2196
- <dl>
2197
- <dd>
2198
-
2199
- ```typescript
2200
- await client.windows.summarizeContent("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430");
2201
- ```
2202
-
2203
- </dd>
2204
- </dl>
2205
- </dd>
2206
- </dl>
2207
-
2208
- #### ⚙️ Parameters
2209
-
2210
- <dl>
2211
- <dd>
2212
-
2213
- <dl>
2214
- <dd>
2215
-
2216
- **sessionId:** `string` — The session id for the window.
2217
-
2218
- </dd>
2219
- </dl>
2220
-
2221
- <dl>
2222
- <dd>
2223
-
2224
- **windowId:** `string` — The Airtop window id of the browser window to summarize.
2225
-
2226
- </dd>
2227
- </dl>
2228
-
2229
- <dl>
2230
- <dd>
2231
-
2232
- **request:** `Airtop.SessionSummaryHandlerRequestBody`
2233
-
2234
- </dd>
2235
- </dl>
2236
-
2237
- <dl>
2238
- <dd>
2239
-
2240
- **requestOptions:** `Windows.RequestOptions`
2241
-
2242
- </dd>
2243
- </dl>
2244
- </dd>
2245
- </dl>
2246
-
2247
- </dd>
2248
- </dl>
2249
- </details>
2250
-
2251
- <details><summary><code>client.windows.<a href="/src/api/resources/windows/client/Client.ts">type</a>(sessionId, windowId, { ...params }) -> Airtop.AiPromptResponse</code></summary>
2252
- <dl>
2253
- <dd>
2254
-
2255
- #### 📝 Description
2256
-
2257
- <dl>
2258
- <dd>
2259
-
2260
- <dl>
2261
- <dd>
2262
-
2263
- Execute a type interaction in a specific browser window
2264
-
2265
- </dd>
2266
- </dl>
2267
- </dd>
2268
- </dl>
2269
-
2270
- #### 🔌 Usage
2271
-
2272
- <dl>
2273
- <dd>
2274
-
2275
- <dl>
2276
- <dd>
2277
-
2278
- ```typescript
2279
- await client.windows.type("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
2280
- text: "Example text",
2281
- });
2282
- ```
2283
-
2284
- </dd>
2285
- </dl>
2286
- </dd>
2287
- </dl>
2288
-
2289
- #### ⚙️ Parameters
2290
-
2291
- <dl>
2292
- <dd>
2293
-
2294
- <dl>
2295
- <dd>
2296
-
2297
- **sessionId:** `string` — The session id for the window.
2298
-
2299
- </dd>
2300
- </dl>
2301
-
2302
- <dl>
2303
- <dd>
2304
-
2305
- **windowId:** `string` — The Airtop window id of the browser window.
2306
-
2307
- </dd>
2308
- </dl>
2309
-
2310
- <dl>
2311
- <dd>
2312
-
2313
- **request:** `Airtop.SessionTypeHandlerRequestBody`
2314
-
2315
- </dd>
2316
- </dl>
2317
-
2318
- <dl>
2319
- <dd>
2320
-
2321
- **requestOptions:** `Windows.RequestOptions`
2322
-
2323
- </dd>
2324
- </dl>
2325
- </dd>
2326
- </dl>
2327
-
2328
- </dd>
2329
- </dl>
2330
- </details>
2331
-
2332
- ## Automations
2333
-
2334
- <details><summary><code>client.automations.<a href="/src/api/resources/automations/client/Client.ts">list</a>() -> Airtop.ListAutomationsOutput</code></summary>
2335
- <dl>
2336
- <dd>
2337
-
2338
- #### 📝 Description
2339
-
2340
- <dl>
2341
- <dd>
2342
-
2343
- <dl>
2344
- <dd>
2345
-
2346
- List all automations for a given organization
2347
-
2348
- </dd>
2349
- </dl>
2350
- </dd>
2351
- </dl>
2352
-
2353
- #### 🔌 Usage
2354
-
2355
- <dl>
2356
- <dd>
2357
-
2358
- <dl>
2359
- <dd>
2360
-
2361
- ```typescript
2362
- await client.automations.list();
2363
- ```
2364
-
2365
- </dd>
2366
- </dl>
2367
- </dd>
2368
- </dl>
2369
-
2370
- #### ⚙️ Parameters
2371
-
2372
- <dl>
2373
- <dd>
2374
-
2375
- <dl>
2376
- <dd>
2377
-
2378
- **requestOptions:** `Automations.RequestOptions`
2379
-
2380
- </dd>
2381
- </dl>
2382
- </dd>
2383
- </dl>
2384
-
2385
- </dd>
2386
- </dl>
2387
- </details>
2388
-
2389
- <details><summary><code>client.automations.<a href="/src/api/resources/automations/client/Client.ts">update</a>({ ...params }) -> Airtop.AutomationOutput</code></summary>
2390
- <dl>
2391
- <dd>
2392
-
2393
- #### 📝 Description
2394
-
2395
- <dl>
2396
- <dd>
2397
-
2398
- <dl>
2399
- <dd>
2400
-
2401
- Update the description of a specific automation
2402
-
2403
- </dd>
2404
- </dl>
2405
- </dd>
2406
- </dl>
2407
-
2408
- #### 🔌 Usage
2409
-
2410
- <dl>
2411
- <dd>
2412
-
2413
- <dl>
2414
- <dd>
2415
-
2416
- ```typescript
2417
- await client.automations.update({
2418
- description: "description",
2419
- id: "id",
2420
- orgId: "orgId",
2421
- });
2422
- ```
2423
-
2424
- </dd>
2425
- </dl>
2426
- </dd>
2427
- </dl>
2428
-
2429
- #### ⚙️ Parameters
2430
-
2431
- <dl>
2432
- <dd>
2433
-
2434
- <dl>
2435
- <dd>
2436
-
2437
- **request:** `Airtop.UpdateAutomationDescriptionInputBody`
2438
-
2439
- </dd>
2440
- </dl>
2441
-
2442
- <dl>
2443
- <dd>
2444
-
2445
- **requestOptions:** `Automations.RequestOptions`
2446
-
2447
- </dd>
2448
- </dl>
2449
- </dd>
2450
- </dl>
2451
-
2452
- </dd>
2453
- </dl>
2454
- </details>
2455
-
2456
- <details><summary><code>client.automations.<a href="/src/api/resources/automations/client/Client.ts">get</a>(automationId) -> Airtop.AutomationOutput</code></summary>
2457
- <dl>
2458
- <dd>
2459
-
2460
- #### 📝 Description
2461
-
2462
- <dl>
2463
- <dd>
2464
-
2465
- <dl>
2466
- <dd>
2467
-
2468
- Get a specific automation by ID
2469
-
2470
- </dd>
2471
- </dl>
2472
- </dd>
2473
- </dl>
2474
-
2475
- #### 🔌 Usage
2476
-
2477
- <dl>
2478
- <dd>
2479
-
2480
- <dl>
2481
- <dd>
2482
-
2483
- ```typescript
2484
- await client.automations.get("automationId");
2485
- ```
2486
-
2487
- </dd>
2488
- </dl>
2489
- </dd>
2490
- </dl>
2491
-
2492
- #### ⚙️ Parameters
2493
-
2494
- <dl>
2495
- <dd>
2496
-
2497
- <dl>
2498
- <dd>
2499
-
2500
- **automationId:** `string` — ID of the automation to retrieve
2501
-
2502
- </dd>
2503
- </dl>
2504
-
2505
- <dl>
2506
- <dd>
2507
-
2508
- **requestOptions:** `Automations.RequestOptions`
2509
-
2510
- </dd>
2511
- </dl>
2512
- </dd>
2513
- </dl>
2514
-
2515
- </dd>
2516
- </dl>
2517
- </details>
2518
-
2519
- <details><summary><code>client.automations.<a href="/src/api/resources/automations/client/Client.ts">delete</a>(automationId) -> Airtop.DeleteAutomationOutputWrapperBody</code></summary>
2520
- <dl>
2521
- <dd>
2522
-
2523
- #### 📝 Description
2524
-
2525
- <dl>
2526
- <dd>
2527
-
2528
- <dl>
2529
- <dd>
2530
-
2531
- Delete a specific automation
2532
-
2533
- </dd>
2534
- </dl>
2535
- </dd>
2536
- </dl>
2537
-
2538
- #### 🔌 Usage
2539
-
2540
- <dl>
2541
- <dd>
2542
-
2543
- <dl>
2544
- <dd>
2545
-
2546
- ```typescript
2547
- await client.automations.delete("automationId");
2548
- ```
2549
-
2550
- </dd>
2551
- </dl>
2552
- </dd>
2553
- </dl>
2554
-
2555
- #### ⚙️ Parameters
2556
-
2557
- <dl>
2558
- <dd>
2559
-
2560
- <dl>
2561
- <dd>
2562
-
2563
- **automationId:** `string` — ID of the automation to delete
2564
-
2565
- </dd>
2566
- </dl>
2567
-
2568
- <dl>
2569
- <dd>
2570
-
2571
- **requestOptions:** `Automations.RequestOptions`
2572
-
2573
- </dd>
2574
- </dl>
2575
- </dd>
2576
- </dl>
2577
-
2578
- </dd>
2579
- </dl>
2580
- </details>
2581
-
2582
- ## Files
2583
-
2584
- <details><summary><code>client.files.<a href="/src/api/resources/files/client/Client.ts">list</a>({ ...params }) -> Airtop.FilesResponse</code></summary>
2585
- <dl>
2586
- <dd>
2587
-
2588
- #### 📝 Description
2589
-
2590
- <dl>
2591
- <dd>
2592
-
2593
- <dl>
2594
- <dd>
2595
-
2596
- Get a list of files filtered by session ID
2597
-
2598
- </dd>
2599
- </dl>
2600
- </dd>
2601
- </dl>
2602
-
2603
- #### 🔌 Usage
2604
-
2605
- <dl>
2606
- <dd>
2607
-
2608
- <dl>
2609
- <dd>
2610
-
2611
- ```typescript
2612
- await client.files.list({
2613
- offset: 1,
2614
- limit: 10,
2615
- });
2616
- ```
2617
-
2618
- </dd>
2619
- </dl>
2620
- </dd>
2621
- </dl>
2622
-
2623
- #### ⚙️ Parameters
2624
-
2625
- <dl>
2626
- <dd>
2627
-
2628
- <dl>
2629
- <dd>
2630
-
2631
- **request:** `Airtop.FilesListRequest`
2632
-
2633
- </dd>
2634
- </dl>
2635
-
2636
- <dl>
2637
- <dd>
2638
-
2639
- **requestOptions:** `Files.RequestOptions`
2640
-
2641
- </dd>
2642
- </dl>
2643
- </dd>
2644
- </dl>
2645
-
2646
- </dd>
2647
- </dl>
2648
- </details>
2649
-
2650
- <details><summary><code>client.files.<a href="/src/api/resources/files/client/Client.ts">create</a>({ ...params }) -> Airtop.EnvelopeCreateFileV1EnvelopeDefaultMeta</code></summary>
2651
- <dl>
2652
- <dd>
2653
-
2654
- #### 🔌 Usage
2655
-
2656
- <dl>
2657
- <dd>
2658
-
2659
- <dl>
2660
- <dd>
2661
-
2662
- ```typescript
2663
- await client.files.create({
2664
- fileName: "fileName",
2665
- });
2666
- ```
2667
-
2668
- </dd>
2669
- </dl>
2670
- </dd>
2671
- </dl>
2672
-
2673
- #### ⚙️ Parameters
2674
-
2675
- <dl>
2676
- <dd>
2677
-
2678
- <dl>
2679
- <dd>
2680
-
2681
- **request:** `Airtop.CreateFileRestInputV1`
2682
-
2683
- </dd>
2684
- </dl>
2685
-
2686
- <dl>
2687
- <dd>
2688
-
2689
- **requestOptions:** `Files.RequestOptions`
2690
-
2691
- </dd>
2692
- </dl>
2693
- </dd>
2694
- </dl>
2695
-
2696
- </dd>
2697
- </dl>
2698
- </details>
2699
-
2700
- <details><summary><code>client.files.<a href="/src/api/resources/files/client/Client.ts">get</a>(id) -> Airtop.EnvelopeGetFileV1EnvelopeDefaultMeta</code></summary>
2701
- <dl>
2702
- <dd>
2703
-
2704
- #### 🔌 Usage
2705
-
2706
- <dl>
2707
- <dd>
2708
-
2709
- <dl>
2710
- <dd>
2711
-
2712
- ```typescript
2713
- await client.files.get("id");
2714
- ```
2715
-
2716
- </dd>
2717
- </dl>
2718
- </dd>
2719
- </dl>
2720
-
2721
- #### ⚙️ Parameters
2722
-
2723
- <dl>
2724
- <dd>
2725
-
2726
- <dl>
2727
- <dd>
2728
-
2729
- **id:** `string` — ID of the file
2730
-
2731
- </dd>
2732
- </dl>
2733
-
2734
- <dl>
2735
- <dd>
2736
-
2737
- **requestOptions:** `Files.RequestOptions`
2738
-
2739
- </dd>
2740
- </dl>
2741
- </dd>
2742
- </dl>
2743
-
2744
- </dd>
2745
- </dl>
2746
- </details>
2747
-
2748
- <details><summary><code>client.files.<a href="/src/api/resources/files/client/Client.ts">delete</a>(id) -> void</code></summary>
2749
- <dl>
2750
- <dd>
2751
-
2752
- #### 🔌 Usage
2753
-
2754
- <dl>
2755
- <dd>
2756
-
2757
- <dl>
2758
- <dd>
2759
-
2760
- ```typescript
2761
- await client.files.delete("id");
2762
- ```
2763
-
2764
- </dd>
2765
- </dl>
2766
- </dd>
2767
- </dl>
2768
-
2769
- #### ⚙️ Parameters
2770
-
2771
- <dl>
2772
- <dd>
2773
-
2774
- <dl>
2775
- <dd>
2776
-
2777
- **id:** `string` — ID of the file
2778
-
2779
- </dd>
2780
- </dl>
2781
-
2782
- <dl>
2783
- <dd>
2784
-
2785
- **requestOptions:** `Files.RequestOptions`
2786
-
2787
- </dd>
2788
- </dl>
2789
- </dd>
2790
- </dl>
2791
-
2792
- </dd>
2793
- </dl>
2794
- </details>
2795
-
2796
- ## Profiles
2797
-
2798
- <details><summary><code>client.profiles.<a href="/src/api/resources/profiles/client/Client.ts">delete</a>({ ...params }) -> void</code></summary>
2799
- <dl>
2800
- <dd>
2801
-
2802
- #### 📝 Description
2803
-
2804
- <dl>
2805
- <dd>
2806
-
2807
- <dl>
2808
- <dd>
2809
-
2810
- Delete profiles matching by id
2811
-
2812
- </dd>
2813
- </dl>
2814
- </dd>
2815
- </dl>
2816
-
2817
- #### 🔌 Usage
2818
-
2819
- <dl>
2820
- <dd>
2821
-
2822
- <dl>
2823
- <dd>
2824
-
2825
- ```typescript
2826
- await client.profiles.delete();
2827
- ```
2828
-
2829
- </dd>
2830
- </dl>
2831
- </dd>
2832
- </dl>
2833
-
2834
- #### ⚙️ Parameters
2835
-
2836
- <dl>
2837
- <dd>
2838
-
2839
- <dl>
2840
- <dd>
2841
-
2842
- **request:** `Airtop.ProfilesDeleteRequest`
2843
-
2844
- </dd>
2845
- </dl>
2846
-
2847
- <dl>
2848
- <dd>
2849
-
2850
- **requestOptions:** `Profiles.RequestOptions`
2851
-
2852
- </dd>
2853
- </dl>
2854
- </dd>
2855
- </dl>
2856
-
2857
- </dd>
2858
- </dl>
2859
- </details>
2860
-
2861
- ## Requests
2862
-
2863
- <details><summary><code>client.requests.<a href="/src/api/resources/requests/client/Client.ts">getRequestStatus</a>(requestId) -> Airtop.RequestStatusResponse</code></summary>
2864
- <dl>
2865
- <dd>
2866
-
2867
- #### 🔌 Usage
2868
-
2869
- <dl>
2870
- <dd>
2871
-
2872
- <dl>
2873
- <dd>
2874
-
2875
- ```typescript
2876
- await client.requests.getRequestStatus("123e4567-e89b-12d3-a456-426614174000");
2877
- ```
2878
-
2879
- </dd>
2880
- </dl>
2881
- </dd>
2882
- </dl>
2883
-
2884
- #### ⚙️ Parameters
2885
-
2886
- <dl>
2887
- <dd>
2888
-
2889
- <dl>
2890
- <dd>
2891
-
2892
- **requestId:** `string` — The ID of the request to check.
2893
-
2894
- </dd>
2895
- </dl>
2896
-
2897
- <dl>
2898
- <dd>
2899
-
2900
- **requestOptions:** `Requests.RequestOptions`
2901
-
2902
- </dd>
2903
- </dl>
2904
- </dd>
2905
- </dl>
2906
-
2907
- </dd>
2908
- </dl>
2909
- </details>
2910
-
2911
- ## Sessions
2912
-
2913
- <details><summary><code>client.sessions.<a href="/src/api/resources/sessions/client/Client.ts">list</a>({ ...params }) -> Airtop.SessionsResponse</code></summary>
2914
- <dl>
2915
- <dd>
2916
-
2917
- #### 📝 Description
2918
-
2919
- <dl>
2920
- <dd>
2921
-
2922
- <dl>
2923
- <dd>
2924
-
2925
- Get a paginated list of sessions filtered by ID or status
2926
-
2927
- </dd>
2928
- </dl>
2929
- </dd>
2930
- </dl>
2931
-
2932
- #### 🔌 Usage
2933
-
2934
- <dl>
2935
- <dd>
2936
-
2937
- <dl>
2938
- <dd>
2939
-
2940
- ```typescript
2941
- await client.sessions.list({
2942
- offset: 1,
2943
- limit: 10,
2944
- });
2945
- ```
2946
-
2947
- </dd>
2948
- </dl>
2949
- </dd>
2950
- </dl>
2951
-
2952
- #### ⚙️ Parameters
2953
-
2954
- <dl>
2955
- <dd>
2956
-
2957
- <dl>
2958
- <dd>
2959
-
2960
- **request:** `Airtop.SessionsListRequest`
2961
-
2962
- </dd>
2963
- </dl>
2964
-
2965
- <dl>
2966
- <dd>
2967
-
2968
- **requestOptions:** `Sessions.RequestOptions`
2969
-
2970
- </dd>
2971
- </dl>
2972
- </dd>
2973
- </dl>
2974
-
2975
- </dd>
2976
- </dl>
2977
- </details>
2978
-
2979
- <details><summary><code>client.sessions.<a href="/src/api/resources/sessions/client/Client.ts">create</a>({ ...params }) -> Airtop.SessionResponse</code></summary>
2980
- <dl>
2981
- <dd>
2982
-
2983
- #### 🔌 Usage
2984
-
2985
- <dl>
2986
- <dd>
2987
-
2988
- <dl>
2989
- <dd>
2990
-
2991
- ```typescript
2992
- await client.sessions.create();
2993
- ```
2994
-
2995
- </dd>
2996
- </dl>
2997
- </dd>
2998
- </dl>
2999
-
3000
- #### ⚙️ Parameters
3001
-
3002
- <dl>
3003
- <dd>
3004
-
3005
- <dl>
3006
- <dd>
3007
-
3008
- **request:** `Airtop.SessionRestInputV1`
3009
-
3010
- </dd>
3011
- </dl>
3012
-
3013
- <dl>
3014
- <dd>
3015
-
3016
- **requestOptions:** `Sessions.RequestOptions`
3017
-
3018
- </dd>
3019
- </dl>
3020
- </dd>
3021
- </dl>
3022
-
3023
- </dd>
3024
- </dl>
3025
- </details>
3026
-
3027
- <details><summary><code>client.sessions.<a href="/src/api/resources/sessions/client/Client.ts">getInfo</a>(id) -> Airtop.SessionResponse</code></summary>
3028
- <dl>
3029
- <dd>
3030
-
3031
- #### 📝 Description
3032
-
3033
- <dl>
3034
- <dd>
3035
-
3036
- <dl>
3037
- <dd>
3038
-
3039
- Get a session by ID
3040
-
3041
- </dd>
3042
- </dl>
3043
- </dd>
3044
- </dl>
3045
-
3046
- #### 🔌 Usage
3047
-
3048
- <dl>
3049
- <dd>
3050
-
3051
- <dl>
3052
- <dd>
3053
-
3054
- ```typescript
3055
- await client.sessions.getInfo("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b");
3056
- ```
3057
-
3058
- </dd>
3059
- </dl>
3060
- </dd>
3061
- </dl>
3062
-
3063
- #### ⚙️ Parameters
3064
-
3065
- <dl>
3066
- <dd>
3067
-
3068
- <dl>
3069
- <dd>
3070
-
3071
- **id:** `string` — Id of the session to get
3072
-
3073
- </dd>
3074
- </dl>
3075
-
3076
- <dl>
3077
- <dd>
3078
-
3079
- **requestOptions:** `Sessions.RequestOptions`
3080
-
3081
- </dd>
3082
- </dl>
3083
- </dd>
3084
- </dl>
3085
-
3086
- </dd>
3087
- </dl>
3088
- </details>
3089
-
3090
- <details><summary><code>client.sessions.<a href="/src/api/resources/sessions/client/Client.ts">terminate</a>(id) -> void</code></summary>
3091
- <dl>
3092
- <dd>
3093
-
3094
- #### 📝 Description
3095
-
3096
- <dl>
3097
- <dd>
3098
-
3099
- <dl>
3100
- <dd>
3101
-
3102
- Ends a session by ID. If a given session id does not exist within the organization, it is ignored.
3103
-
3104
- </dd>
3105
- </dl>
3106
- </dd>
3107
- </dl>
3108
-
3109
- #### 🔌 Usage
3110
-
3111
- <dl>
3112
- <dd>
3113
-
3114
- <dl>
3115
- <dd>
3116
-
3117
- ```typescript
3118
- await client.sessions.terminate("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b");
3119
- ```
3120
-
3121
- </dd>
3122
- </dl>
3123
- </dd>
3124
- </dl>
3125
-
3126
- #### ⚙️ Parameters
3127
-
3128
- <dl>
3129
- <dd>
3130
-
3131
- <dl>
3132
- <dd>
3133
-
3134
- **id:** `string` — ID of the session to delete.
3135
-
3136
- </dd>
3137
- </dl>
3138
-
3139
- <dl>
3140
- <dd>
3141
-
3142
- **requestOptions:** `Sessions.RequestOptions`
3143
-
3144
- </dd>
3145
- </dl>
3146
- </dd>
3147
- </dl>
3148
-
3149
- </dd>
3150
- </dl>
3151
- </details>
3152
-
3153
- <details><summary><code>client.sessions.<a href="/src/api/resources/sessions/client/Client.ts">events</a>(id, { ...params }) -> core.Stream<Airtop.SessionsEventsResponse></code></summary>
3154
- <dl>
3155
- <dd>
3156
-
3157
- #### 📝 Description
3158
-
3159
- <dl>
3160
- <dd>
3161
-
3162
- <dl>
3163
- <dd>
3164
-
3165
- Get a session event stream for a given session ID
3166
-
3167
- </dd>
3168
- </dl>
3169
- </dd>
3170
- </dl>
3171
-
3172
- #### 🔌 Usage
3173
-
3174
- <dl>
3175
- <dd>
3176
-
3177
- <dl>
3178
- <dd>
3179
-
3180
- ```typescript
3181
- const response = await client.sessions.events("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", {
3182
- lastEventId: 0,
3183
- all: true,
3184
- });
3185
- for await (const item of response) {
3186
- console.log(item);
3187
- }
3188
- ```
3189
-
3190
- </dd>
3191
- </dl>
3192
- </dd>
3193
- </dl>
3194
-
3195
- #### ⚙️ Parameters
3196
-
3197
- <dl>
3198
- <dd>
3199
-
3200
- <dl>
3201
- <dd>
3202
-
3203
- **id:** `string` — ID of the session to get status info for
3204
-
3205
- </dd>
3206
- </dl>
3207
-
3208
- <dl>
3209
- <dd>
3210
-
3211
- **request:** `Airtop.SessionsEventsRequest`
3212
-
3213
- </dd>
3214
- </dl>
3215
-
3216
- <dl>
3217
- <dd>
3218
-
3219
- **requestOptions:** `Sessions.RequestOptions`
3220
-
3221
- </dd>
3222
- </dl>
3223
- </dd>
3224
- </dl>
3225
-
3226
- </dd>
3227
- </dl>
3228
- </details>
3229
-
3230
- <details><summary><code>client.sessions.<a href="/src/api/resources/sessions/client/Client.ts">saveProfileOnTermination</a>(sessionId, profileName) -> void</code></summary>
3231
- <dl>
3232
- <dd>
3233
-
3234
- #### 🔌 Usage
3235
-
3236
- <dl>
3237
- <dd>
3238
-
3239
- <dl>
3240
- <dd>
3241
-
3242
- ```typescript
3243
- await client.sessions.saveProfileOnTermination("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "myProfile");
3244
- ```
3245
-
3246
- </dd>
3247
- </dl>
3248
- </dd>
3249
- </dl>
3250
-
3251
- #### ⚙️ Parameters
3252
-
3253
- <dl>
3254
- <dd>
3255
-
3256
- <dl>
3257
- <dd>
3258
-
3259
- **sessionId:** `string` — ID of the session.
3260
-
3261
- </dd>
3262
- </dl>
3263
-
3264
- <dl>
3265
- <dd>
3266
-
3267
- **profileName:** `string` — Name under which to save the profile.
3268
-
3269
- </dd>
3270
- </dl>
3271
-
3272
- <dl>
3273
- <dd>
3274
-
3275
- **requestOptions:** `Sessions.RequestOptions`
3276
-
3277
- </dd>
3278
- </dl>
3279
- </dd>
3280
- </dl>
3281
-
3282
- </dd>
3283
- </dl>
3284
- </details>