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