@airtop/sdk 0.1.36-beta0 → 1.0.0-alpha2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1609) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -153
  3. package/dist/index.cjs +1195 -0
  4. package/dist/index.cjs.map +1 -0
  5. package/dist/index.d.cts +1028 -0
  6. package/dist/index.d.ts +1028 -7
  7. package/dist/index.js +1193 -49
  8. package/dist/index.js.map +1 -0
  9. package/package.json +71 -71
  10. package/Client.d.ts +0 -46
  11. package/Client.js +0 -42
  12. package/api/errors/ForbiddenError.d.ts +0 -8
  13. package/api/errors/ForbiddenError.js +0 -51
  14. package/api/errors/InternalServerError.d.ts +0 -8
  15. package/api/errors/InternalServerError.js +0 -51
  16. package/api/errors/NotFoundError.d.ts +0 -8
  17. package/api/errors/NotFoundError.js +0 -51
  18. package/api/errors/UnauthorizedError.d.ts +0 -8
  19. package/api/errors/UnauthorizedError.js +0 -51
  20. package/api/errors/UnprocessableEntityError.d.ts +0 -8
  21. package/api/errors/UnprocessableEntityError.js +0 -51
  22. package/api/errors/index.d.ts +0 -5
  23. package/api/errors/index.js +0 -21
  24. package/api/index.d.ts +0 -3
  25. package/api/index.js +0 -19
  26. package/api/resources/automations/client/Client.d.ts +0 -91
  27. package/api/resources/automations/client/Client.js +0 -429
  28. package/api/resources/automations/client/index.d.ts +0 -1
  29. package/api/resources/automations/client/index.js +0 -17
  30. package/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +0 -19
  31. package/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +0 -5
  32. package/api/resources/automations/client/requests/index.d.ts +0 -1
  33. package/api/resources/automations/client/requests/index.js +0 -2
  34. package/api/resources/automations/index.d.ts +0 -1
  35. package/api/resources/automations/index.js +0 -17
  36. package/api/resources/files/client/Client.d.ts +0 -69
  37. package/api/resources/files/client/Client.js +0 -286
  38. package/api/resources/files/client/index.d.ts +0 -1
  39. package/api/resources/files/client/index.js +0 -17
  40. package/api/resources/files/client/requests/CreateFileRestInputV1.d.ts +0 -22
  41. package/api/resources/files/client/requests/CreateFileRestInputV1.js +0 -5
  42. package/api/resources/files/client/requests/FilesListRequest.d.ts +0 -24
  43. package/api/resources/files/client/requests/FilesListRequest.js +0 -5
  44. package/api/resources/files/client/requests/index.d.ts +0 -2
  45. package/api/resources/files/client/requests/index.js +0 -2
  46. package/api/resources/files/index.d.ts +0 -2
  47. package/api/resources/files/index.js +0 -18
  48. package/api/resources/files/types/CreateFileRestInputV1FileType.d.ts +0 -13
  49. package/api/resources/files/types/CreateFileRestInputV1FileType.js +0 -12
  50. package/api/resources/files/types/index.d.ts +0 -1
  51. package/api/resources/files/types/index.js +0 -17
  52. package/api/resources/index.d.ts +0 -14
  53. package/api/resources/index.js +0 -53
  54. package/api/resources/profiles/client/Client.d.ts +0 -40
  55. package/api/resources/profiles/client/Client.js +0 -131
  56. package/api/resources/profiles/client/index.d.ts +0 -1
  57. package/api/resources/profiles/client/index.js +0 -17
  58. package/api/resources/profiles/client/requests/ProfilesDeleteRequest.d.ts +0 -17
  59. package/api/resources/profiles/client/requests/ProfilesDeleteRequest.js +0 -5
  60. package/api/resources/profiles/client/requests/index.d.ts +0 -1
  61. package/api/resources/profiles/client/requests/index.js +0 -2
  62. package/api/resources/profiles/index.d.ts +0 -1
  63. package/api/resources/profiles/index.js +0 -17
  64. package/api/resources/requests/client/Client.d.ts +0 -38
  65. package/api/resources/requests/client/Client.js +0 -117
  66. package/api/resources/requests/client/index.d.ts +0 -1
  67. package/api/resources/requests/client/index.js +0 -2
  68. package/api/resources/requests/index.d.ts +0 -1
  69. package/api/resources/requests/index.js +0 -17
  70. package/api/resources/sessions/client/Client.d.ts +0 -92
  71. package/api/resources/sessions/client/Client.js +0 -494
  72. package/api/resources/sessions/client/index.d.ts +0 -1
  73. package/api/resources/sessions/client/index.js +0 -17
  74. package/api/resources/sessions/client/requests/SessionRestInputV1.d.ts +0 -12
  75. package/api/resources/sessions/client/requests/SessionRestInputV1.js +0 -5
  76. package/api/resources/sessions/client/requests/SessionsEventsRequest.d.ts +0 -20
  77. package/api/resources/sessions/client/requests/SessionsEventsRequest.js +0 -5
  78. package/api/resources/sessions/client/requests/SessionsListRequest.d.ts +0 -29
  79. package/api/resources/sessions/client/requests/SessionsListRequest.js +0 -5
  80. package/api/resources/sessions/client/requests/index.d.ts +0 -3
  81. package/api/resources/sessions/client/requests/index.js +0 -2
  82. package/api/resources/sessions/index.d.ts +0 -2
  83. package/api/resources/sessions/index.js +0 -18
  84. package/api/resources/sessions/types/SessionsEventsResponse.d.ts +0 -22
  85. package/api/resources/sessions/types/SessionsEventsResponse.js +0 -5
  86. package/api/resources/sessions/types/SessionsEventsResponseError.d.ts +0 -11
  87. package/api/resources/sessions/types/SessionsEventsResponseError.js +0 -5
  88. package/api/resources/sessions/types/SessionsEventsResponseSessionEvent.d.ts +0 -11
  89. package/api/resources/sessions/types/SessionsEventsResponseSessionEvent.js +0 -5
  90. package/api/resources/sessions/types/SessionsEventsResponseStatus.d.ts +0 -11
  91. package/api/resources/sessions/types/SessionsEventsResponseStatus.js +0 -5
  92. package/api/resources/sessions/types/SessionsEventsResponseWindowEvent.d.ts +0 -11
  93. package/api/resources/sessions/types/SessionsEventsResponseWindowEvent.js +0 -5
  94. package/api/resources/sessions/types/SessionsListRequestStatus.d.ts +0 -16
  95. package/api/resources/sessions/types/SessionsListRequestStatus.js +0 -15
  96. package/api/resources/sessions/types/index.d.ts +0 -6
  97. package/api/resources/sessions/types/index.js +0 -22
  98. package/api/resources/windows/client/Client.d.ts +0 -414
  99. package/api/resources/windows/client/Client.js +0 -1763
  100. package/api/resources/windows/client/index.d.ts +0 -1
  101. package/api/resources/windows/client/index.js +0 -17
  102. package/api/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -29
  103. package/api/resources/windows/client/requests/AsyncClickRequest.js +0 -5
  104. package/api/resources/windows/client/requests/AsyncCreateAutomationRequest.d.ts +0 -23
  105. package/api/resources/windows/client/requests/AsyncCreateAutomationRequest.js +0 -5
  106. package/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +0 -23
  107. package/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +0 -5
  108. package/api/resources/windows/client/requests/AsyncExecuteAutomationRequest.d.ts +0 -27
  109. package/api/resources/windows/client/requests/AsyncExecuteAutomationRequest.js +0 -5
  110. package/api/resources/windows/client/requests/AsyncFillFormRequest.d.ts +0 -27
  111. package/api/resources/windows/client/requests/AsyncFillFormRequest.js +0 -5
  112. package/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -27
  113. package/api/resources/windows/client/requests/AsyncHoverRequest.js +0 -5
  114. package/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -27
  115. package/api/resources/windows/client/requests/AsyncMonitorRequest.js +0 -5
  116. package/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -29
  117. package/api/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -5
  118. package/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -27
  119. package/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -5
  120. package/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -29
  121. package/api/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -5
  122. package/api/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -23
  123. package/api/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -5
  124. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -25
  125. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -5
  126. package/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -37
  127. package/api/resources/windows/client/requests/AsyncTypeRequest.js +0 -5
  128. package/api/resources/windows/client/requests/CreateFormFillerRequest.d.ts +0 -23
  129. package/api/resources/windows/client/requests/CreateFormFillerRequest.js +0 -5
  130. package/api/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +0 -18
  131. package/api/resources/windows/client/requests/CreateWindowInputV1Body.js +0 -5
  132. package/api/resources/windows/client/requests/FillFormRequest.d.ts +0 -27
  133. package/api/resources/windows/client/requests/FillFormRequest.js +0 -5
  134. package/api/resources/windows/client/requests/GetWindowInfoRequest.d.ts +0 -23
  135. package/api/resources/windows/client/requests/GetWindowInfoRequest.js +0 -5
  136. package/api/resources/windows/client/requests/ScrapeContentRequest.d.ts +0 -18
  137. package/api/resources/windows/client/requests/ScrapeContentRequest.js +0 -5
  138. package/api/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +0 -27
  139. package/api/resources/windows/client/requests/SessionClickHandlerRequestBody.js +0 -5
  140. package/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +0 -25
  141. package/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +0 -5
  142. package/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -25
  143. package/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -5
  144. package/api/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.d.ts +0 -25
  145. package/api/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.js +0 -5
  146. package/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +0 -21
  147. package/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +0 -5
  148. package/api/resources/windows/client/requests/SessionScrollHandlerRequestBody.d.ts +0 -29
  149. package/api/resources/windows/client/requests/SessionScrollHandlerRequestBody.js +0 -5
  150. package/api/resources/windows/client/requests/SessionSummaryHandlerRequestBody.d.ts +0 -23
  151. package/api/resources/windows/client/requests/SessionSummaryHandlerRequestBody.js +0 -5
  152. package/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +0 -35
  153. package/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +0 -5
  154. package/api/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +0 -18
  155. package/api/resources/windows/client/requests/WindowLoadUrlV1Body.js +0 -5
  156. package/api/resources/windows/client/requests/index.d.ts +0 -27
  157. package/api/resources/windows/client/requests/index.js +0 -2
  158. package/api/resources/windows/index.d.ts +0 -2
  159. package/api/resources/windows/index.js +0 -18
  160. package/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +0 -13
  161. package/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +0 -12
  162. package/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +0 -13
  163. package/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +0 -12
  164. package/api/resources/windows/types/index.d.ts +0 -2
  165. package/api/resources/windows/types/index.js +0 -18
  166. package/api/types/AiPromptResponse.d.ts +0 -10
  167. package/api/types/AiPromptResponse.js +0 -5
  168. package/api/types/AiResponseEnvelope.d.ts +0 -6
  169. package/api/types/AiResponseEnvelope.js +0 -5
  170. package/api/types/AirtopProxyConfiguration.d.ts +0 -9
  171. package/api/types/AirtopProxyConfiguration.js +0 -5
  172. package/api/types/AsyncConfig.d.ts +0 -7
  173. package/api/types/AsyncConfig.js +0 -5
  174. package/api/types/AsyncSessionAiResponseEnvelope.d.ts +0 -9
  175. package/api/types/AsyncSessionAiResponseEnvelope.js +0 -5
  176. package/api/types/AutomationOutput.d.ts +0 -10
  177. package/api/types/AutomationOutput.js +0 -5
  178. package/api/types/BrowserWaitNavigationConfig.d.ts +0 -10
  179. package/api/types/BrowserWaitNavigationConfig.js +0 -5
  180. package/api/types/BrowserWaitNavigationConfigWaitUntil.d.ts +0 -13
  181. package/api/types/BrowserWaitNavigationConfigWaitUntil.js +0 -12
  182. package/api/types/ClickConfig.d.ts +0 -14
  183. package/api/types/ClickConfig.js +0 -5
  184. package/api/types/ClickConfigClickType.d.ts +0 -12
  185. package/api/types/ClickConfigClickType.js +0 -11
  186. package/api/types/ClientProvidedResponseMetadata.d.ts +0 -6
  187. package/api/types/ClientProvidedResponseMetadata.js +0 -5
  188. package/api/types/CreateAutomationRequestBodyConfiguration.d.ts +0 -4
  189. package/api/types/CreateAutomationRequestBodyConfiguration.js +0 -5
  190. package/api/types/CreateFileV1.d.ts +0 -24
  191. package/api/types/CreateFileV1.js +0 -5
  192. package/api/types/CreateFileV1FileType.d.ts +0 -13
  193. package/api/types/CreateFileV1FileType.js +0 -12
  194. package/api/types/DeleteAutomationOutputWrapperBody.d.ts +0 -4
  195. package/api/types/DeleteAutomationOutputWrapperBody.js +0 -5
  196. package/api/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.d.ts +0 -10
  197. package/api/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.js +0 -5
  198. package/api/types/EnvelopeDefaultMeta.d.ts +0 -6
  199. package/api/types/EnvelopeDefaultMeta.js +0 -5
  200. package/api/types/EnvelopeGetFileV1EnvelopeDefaultMeta.d.ts +0 -10
  201. package/api/types/EnvelopeGetFileV1EnvelopeDefaultMeta.js +0 -5
  202. package/api/types/ErrorBody.d.ts +0 -9
  203. package/api/types/ErrorBody.js +0 -5
  204. package/api/types/ErrorDetail.d.ts +0 -10
  205. package/api/types/ErrorDetail.js +0 -5
  206. package/api/types/ErrorMessage.d.ts +0 -11
  207. package/api/types/ErrorMessage.js +0 -5
  208. package/api/types/ErrorModel.d.ts +0 -18
  209. package/api/types/ErrorModel.js +0 -5
  210. package/api/types/ExternalFile.d.ts +0 -33
  211. package/api/types/ExternalFile.js +0 -5
  212. package/api/types/ExternalSessionAiResponseMetadata.d.ts +0 -13
  213. package/api/types/ExternalSessionAiResponseMetadata.js +0 -5
  214. package/api/types/ExternalSessionAiResponseMetadataStatus.d.ts +0 -12
  215. package/api/types/ExternalSessionAiResponseMetadataStatus.js +0 -11
  216. package/api/types/ExternalSessionAiResponseMetadataUsage.d.ts +0 -9
  217. package/api/types/ExternalSessionAiResponseMetadataUsage.js +0 -5
  218. package/api/types/ExternalSessionConfig.d.ts +0 -11
  219. package/api/types/ExternalSessionConfig.js +0 -5
  220. package/api/types/ExternalSessionWithConnectionInfo.d.ts +0 -26
  221. package/api/types/ExternalSessionWithConnectionInfo.js +0 -5
  222. package/api/types/FilesResponse.d.ts +0 -10
  223. package/api/types/FilesResponse.js +0 -5
  224. package/api/types/FilesWithPagination.d.ts +0 -10
  225. package/api/types/FilesWithPagination.js +0 -5
  226. package/api/types/GetFileV1.d.ts +0 -24
  227. package/api/types/GetFileV1.js +0 -5
  228. package/api/types/GetFileV1FileType.d.ts +0 -13
  229. package/api/types/GetFileV1FileType.js +0 -12
  230. package/api/types/IntervalMonitorConfig.d.ts +0 -9
  231. package/api/types/IntervalMonitorConfig.js +0 -5
  232. package/api/types/Issue.d.ts +0 -13
  233. package/api/types/Issue.js +0 -5
  234. package/api/types/ListAutomationsOutput.d.ts +0 -7
  235. package/api/types/ListAutomationsOutput.js +0 -5
  236. package/api/types/MicroInteractionConfig.d.ts +0 -10
  237. package/api/types/MicroInteractionConfig.js +0 -5
  238. package/api/types/MicroInteractionConfigWithExperimental.d.ts +0 -12
  239. package/api/types/MicroInteractionConfigWithExperimental.js +0 -5
  240. package/api/types/MicroInteractionExperimentalConfig.d.ts +0 -7
  241. package/api/types/MicroInteractionExperimentalConfig.js +0 -5
  242. package/api/types/MonitorConfig.d.ts +0 -10
  243. package/api/types/MonitorConfig.js +0 -5
  244. package/api/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -12
  245. package/api/types/MonitorConfigIncludeVisualAnalysis.js +0 -11
  246. package/api/types/OperationOutcome.d.ts +0 -7
  247. package/api/types/OperationOutcome.js +0 -5
  248. package/api/types/OperationOutcomeResponse.d.ts +0 -10
  249. package/api/types/OperationOutcomeResponse.js +0 -5
  250. package/api/types/PageQueryConfig.d.ts +0 -12
  251. package/api/types/PageQueryConfig.js +0 -5
  252. package/api/types/PageQueryExperimentalConfig.d.ts +0 -7
  253. package/api/types/PageQueryExperimentalConfig.js +0 -5
  254. package/api/types/PaginatedExtractionConfig.d.ts +0 -16
  255. package/api/types/PaginatedExtractionConfig.js +0 -5
  256. package/api/types/PaginatedExtractionExperimentalConfig.d.ts +0 -7
  257. package/api/types/PaginatedExtractionExperimentalConfig.js +0 -5
  258. package/api/types/Pagination.d.ts +0 -21
  259. package/api/types/Pagination.js +0 -5
  260. package/api/types/Proxy.d.ts +0 -14
  261. package/api/types/Proxy.js +0 -5
  262. package/api/types/ProxyConfigurationKind.d.ts +0 -9
  263. package/api/types/ProxyConfigurationKind.js +0 -5
  264. package/api/types/ProxyCredentials.d.ts +0 -11
  265. package/api/types/ProxyCredentials.js +0 -5
  266. package/api/types/RequestStatusResponse.d.ts +0 -8
  267. package/api/types/RequestStatusResponse.js +0 -5
  268. package/api/types/ScrapeConfig.d.ts +0 -7
  269. package/api/types/ScrapeConfig.js +0 -5
  270. package/api/types/ScrapeResponse.d.ts +0 -10
  271. package/api/types/ScrapeResponse.js +0 -5
  272. package/api/types/ScrapeResponseContent.d.ts +0 -9
  273. package/api/types/ScrapeResponseContent.js +0 -5
  274. package/api/types/ScrapeResponseEnvelope.d.ts +0 -8
  275. package/api/types/ScrapeResponseEnvelope.js +0 -5
  276. package/api/types/ScrapeResponseOutput.d.ts +0 -12
  277. package/api/types/ScrapeResponseOutput.js +0 -5
  278. package/api/types/ScreenshotConfig.d.ts +0 -13
  279. package/api/types/ScreenshotConfig.js +0 -5
  280. package/api/types/ScreenshotMetadata.d.ts +0 -7
  281. package/api/types/ScreenshotMetadata.js +0 -5
  282. package/api/types/ScreenshotRequestConfig.d.ts +0 -8
  283. package/api/types/ScreenshotRequestConfig.js +0 -5
  284. package/api/types/ScrollByConfig.d.ts +0 -9
  285. package/api/types/ScrollByConfig.js +0 -5
  286. package/api/types/ScrollToEdgeConfig.d.ts +0 -9
  287. package/api/types/ScrollToEdgeConfig.js +0 -5
  288. package/api/types/SessionConfigV1.d.ts +0 -18
  289. package/api/types/SessionConfigV1.js +0 -5
  290. package/api/types/SessionConfigV1Proxy.d.ts +0 -17
  291. package/api/types/SessionConfigV1Proxy.js +0 -5
  292. package/api/types/SessionEventMessage.d.ts +0 -17
  293. package/api/types/SessionEventMessage.js +0 -5
  294. package/api/types/SessionPageQueryHandlerRequestBody.d.ts +0 -21
  295. package/api/types/SessionPageQueryHandlerRequestBody.js +0 -5
  296. package/api/types/SessionResponse.d.ts +0 -10
  297. package/api/types/SessionResponse.js +0 -5
  298. package/api/types/SessionsResponse.d.ts +0 -10
  299. package/api/types/SessionsResponse.js +0 -5
  300. package/api/types/SessionsWithPagination.d.ts +0 -10
  301. package/api/types/SessionsWithPagination.js +0 -5
  302. package/api/types/StatusMessage.d.ts +0 -16
  303. package/api/types/StatusMessage.js +0 -5
  304. package/api/types/StatusMessageStatus.d.ts +0 -15
  305. package/api/types/StatusMessageStatus.js +0 -14
  306. package/api/types/SummaryConfig.d.ts +0 -9
  307. package/api/types/SummaryConfig.js +0 -5
  308. package/api/types/SummaryExperimentalConfig.d.ts +0 -7
  309. package/api/types/SummaryExperimentalConfig.js +0 -5
  310. package/api/types/VisualAnalysisConfig.d.ts +0 -18
  311. package/api/types/VisualAnalysisConfig.js +0 -5
  312. package/api/types/VisualAnalysisConfigPartitionDirection.d.ts +0 -12
  313. package/api/types/VisualAnalysisConfigPartitionDirection.js +0 -11
  314. package/api/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +0 -12
  315. package/api/types/VisualAnalysisConfigResultSelectionStrategy.js +0 -11
  316. package/api/types/VisualAnalysisConfigScope.d.ts +0 -13
  317. package/api/types/VisualAnalysisConfigScope.js +0 -12
  318. package/api/types/Window.d.ts +0 -11
  319. package/api/types/Window.js +0 -5
  320. package/api/types/WindowEventMessage.d.ts +0 -19
  321. package/api/types/WindowEventMessage.js +0 -5
  322. package/api/types/WindowId.d.ts +0 -9
  323. package/api/types/WindowId.js +0 -5
  324. package/api/types/WindowIdResponse.d.ts +0 -10
  325. package/api/types/WindowIdResponse.js +0 -5
  326. package/api/types/WindowResponse.d.ts +0 -10
  327. package/api/types/WindowResponse.js +0 -5
  328. package/api/types/index.d.ts +0 -81
  329. package/api/types/index.js +0 -97
  330. package/biome.json +0 -69
  331. package/config/tsconfig-nobase.json +0 -16
  332. package/core/auth/BasicAuth.d.ts +0 -8
  333. package/core/auth/BasicAuth.js +0 -26
  334. package/core/auth/BearerToken.d.ts +0 -5
  335. package/core/auth/BearerToken.js +0 -15
  336. package/core/auth/index.d.ts +0 -2
  337. package/core/auth/index.js +0 -7
  338. package/core/fetcher/APIResponse.d.ts +0 -10
  339. package/core/fetcher/APIResponse.js +0 -2
  340. package/core/fetcher/Fetcher.d.ts +0 -39
  341. package/core/fetcher/Fetcher.js +0 -100
  342. package/core/fetcher/Supplier.d.ts +0 -4
  343. package/core/fetcher/Supplier.js +0 -22
  344. package/core/fetcher/createRequestUrl.d.ts +0 -1
  345. package/core/fetcher/createRequestUrl.js +0 -12
  346. package/core/fetcher/getFetchFn.d.ts +0 -4
  347. package/core/fetcher/getFetchFn.js +0 -68
  348. package/core/fetcher/getHeader.d.ts +0 -1
  349. package/core/fetcher/getHeader.js +0 -11
  350. package/core/fetcher/getRequestBody.d.ts +0 -7
  351. package/core/fetcher/getRequestBody.js +0 -23
  352. package/core/fetcher/getResponseBody.d.ts +0 -1
  353. package/core/fetcher/getResponseBody.js +0 -54
  354. package/core/fetcher/index.d.ts +0 -5
  355. package/core/fetcher/index.js +0 -9
  356. package/core/fetcher/makeRequest.d.ts +0 -1
  357. package/core/fetcher/makeRequest.js +0 -42
  358. package/core/fetcher/requestWithRetries.d.ts +0 -1
  359. package/core/fetcher/requestWithRetries.js +0 -40
  360. package/core/fetcher/signals.d.ts +0 -11
  361. package/core/fetcher/signals.js +0 -36
  362. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
  363. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
  364. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
  365. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
  366. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
  367. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
  368. package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
  369. package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
  370. package/core/index.d.ts +0 -5
  371. package/core/index.js +0 -44
  372. package/core/json.d.ts +0 -15
  373. package/core/json.js +0 -24
  374. package/core/runtime/index.d.ts +0 -1
  375. package/core/runtime/index.js +0 -5
  376. package/core/runtime/runtime.d.ts +0 -9
  377. package/core/runtime/runtime.js +0 -103
  378. package/core/schemas/Schema.d.ts +0 -87
  379. package/core/schemas/Schema.js +0 -24
  380. package/core/schemas/builders/bigint/bigint.d.ts +0 -2
  381. package/core/schemas/builders/bigint/bigint.js +0 -53
  382. package/core/schemas/builders/bigint/index.d.ts +0 -1
  383. package/core/schemas/builders/bigint/index.js +0 -5
  384. package/core/schemas/builders/date/date.d.ts +0 -2
  385. package/core/schemas/builders/date/date.js +0 -62
  386. package/core/schemas/builders/date/index.d.ts +0 -1
  387. package/core/schemas/builders/date/index.js +0 -5
  388. package/core/schemas/builders/enum/enum.d.ts +0 -2
  389. package/core/schemas/builders/enum/enum.js +0 -38
  390. package/core/schemas/builders/enum/index.d.ts +0 -1
  391. package/core/schemas/builders/enum/index.js +0 -5
  392. package/core/schemas/builders/index.d.ts +0 -14
  393. package/core/schemas/builders/index.js +0 -30
  394. package/core/schemas/builders/lazy/index.d.ts +0 -3
  395. package/core/schemas/builders/lazy/index.js +0 -7
  396. package/core/schemas/builders/lazy/lazy.d.ts +0 -5
  397. package/core/schemas/builders/lazy/lazy.js +0 -24
  398. package/core/schemas/builders/lazy/lazyObject.d.ts +0 -3
  399. package/core/schemas/builders/lazy/lazyObject.js +0 -11
  400. package/core/schemas/builders/list/index.d.ts +0 -1
  401. package/core/schemas/builders/list/index.js +0 -5
  402. package/core/schemas/builders/list/list.d.ts +0 -2
  403. package/core/schemas/builders/list/list.js +0 -54
  404. package/core/schemas/builders/literals/booleanLiteral.d.ts +0 -2
  405. package/core/schemas/builders/literals/booleanLiteral.js +0 -28
  406. package/core/schemas/builders/literals/index.d.ts +0 -2
  407. package/core/schemas/builders/literals/index.js +0 -7
  408. package/core/schemas/builders/literals/stringLiteral.d.ts +0 -2
  409. package/core/schemas/builders/literals/stringLiteral.js +0 -28
  410. package/core/schemas/builders/object/index.d.ts +0 -6
  411. package/core/schemas/builders/object/index.js +0 -11
  412. package/core/schemas/builders/object/object.d.ts +0 -3
  413. package/core/schemas/builders/object/object.js +0 -261
  414. package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +0 -6
  415. package/core/schemas/builders/object/objectWithoutOptionalProperties.js +0 -7
  416. package/core/schemas/builders/object/property.d.ts +0 -8
  417. package/core/schemas/builders/object/property.js +0 -15
  418. package/core/schemas/builders/object/types.d.ts +0 -31
  419. package/core/schemas/builders/object/types.js +0 -2
  420. package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +0 -9
  421. package/core/schemas/builders/object-like/getObjectLikeUtils.js +0 -53
  422. package/core/schemas/builders/object-like/index.d.ts +0 -2
  423. package/core/schemas/builders/object-like/index.js +0 -6
  424. package/core/schemas/builders/object-like/types.d.ts +0 -7
  425. package/core/schemas/builders/object-like/types.js +0 -2
  426. package/core/schemas/builders/primitives/any.d.ts +0 -1
  427. package/core/schemas/builders/primitives/any.js +0 -6
  428. package/core/schemas/builders/primitives/boolean.d.ts +0 -1
  429. package/core/schemas/builders/primitives/boolean.js +0 -25
  430. package/core/schemas/builders/primitives/index.d.ts +0 -5
  431. package/core/schemas/builders/primitives/index.js +0 -13
  432. package/core/schemas/builders/primitives/number.d.ts +0 -1
  433. package/core/schemas/builders/primitives/number.js +0 -25
  434. package/core/schemas/builders/primitives/string.d.ts +0 -1
  435. package/core/schemas/builders/primitives/string.js +0 -25
  436. package/core/schemas/builders/primitives/unknown.d.ts +0 -1
  437. package/core/schemas/builders/primitives/unknown.js +0 -6
  438. package/core/schemas/builders/record/index.d.ts +0 -2
  439. package/core/schemas/builders/record/index.js +0 -5
  440. package/core/schemas/builders/record/record.d.ts +0 -3
  441. package/core/schemas/builders/record/record.js +0 -93
  442. package/core/schemas/builders/record/types.d.ts +0 -4
  443. package/core/schemas/builders/record/types.js +0 -2
  444. package/core/schemas/builders/schema-utils/JsonError.d.ts +0 -5
  445. package/core/schemas/builders/schema-utils/JsonError.js +0 -12
  446. package/core/schemas/builders/schema-utils/ParseError.d.ts +0 -5
  447. package/core/schemas/builders/schema-utils/ParseError.js +0 -12
  448. package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +0 -21
  449. package/core/schemas/builders/schema-utils/getSchemaUtils.js +0 -145
  450. package/core/schemas/builders/schema-utils/index.d.ts +0 -4
  451. package/core/schemas/builders/schema-utils/index.js +0 -11
  452. package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +0 -2
  453. package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +0 -9
  454. package/core/schemas/builders/set/index.d.ts +0 -1
  455. package/core/schemas/builders/set/index.js +0 -5
  456. package/core/schemas/builders/set/set.d.ts +0 -2
  457. package/core/schemas/builders/set/set.js +0 -43
  458. package/core/schemas/builders/undiscriminated-union/index.d.ts +0 -2
  459. package/core/schemas/builders/undiscriminated-union/index.js +0 -5
  460. package/core/schemas/builders/undiscriminated-union/types.d.ts +0 -4
  461. package/core/schemas/builders/undiscriminated-union/types.js +0 -2
  462. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +0 -3
  463. package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +0 -39
  464. package/core/schemas/builders/union/discriminant.d.ts +0 -5
  465. package/core/schemas/builders/union/discriminant.js +0 -9
  466. package/core/schemas/builders/union/index.d.ts +0 -4
  467. package/core/schemas/builders/union/index.js +0 -7
  468. package/core/schemas/builders/union/types.d.ts +0 -13
  469. package/core/schemas/builders/union/types.js +0 -2
  470. package/core/schemas/builders/union/union.d.ts +0 -4
  471. package/core/schemas/builders/union/union.js +0 -129
  472. package/core/schemas/index.d.ts +0 -2
  473. package/core/schemas/index.js +0 -17
  474. package/core/schemas/utils/MaybePromise.d.ts +0 -1
  475. package/core/schemas/utils/MaybePromise.js +0 -2
  476. package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +0 -7
  477. package/core/schemas/utils/addQuestionMarksToNullableProperties.js +0 -2
  478. package/core/schemas/utils/createIdentitySchemaCreator.d.ts +0 -2
  479. package/core/schemas/utils/createIdentitySchemaCreator.js +0 -15
  480. package/core/schemas/utils/entries.d.ts +0 -1
  481. package/core/schemas/utils/entries.js +0 -6
  482. package/core/schemas/utils/filterObject.d.ts +0 -1
  483. package/core/schemas/utils/filterObject.js +0 -13
  484. package/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +0 -1
  485. package/core/schemas/utils/getErrorMessageForIncorrectType.js +0 -27
  486. package/core/schemas/utils/isPlainObject.d.ts +0 -1
  487. package/core/schemas/utils/isPlainObject.js +0 -17
  488. package/core/schemas/utils/keys.d.ts +0 -1
  489. package/core/schemas/utils/keys.js +0 -6
  490. package/core/schemas/utils/maybeSkipValidation.d.ts +0 -2
  491. package/core/schemas/utils/maybeSkipValidation.js +0 -27
  492. package/core/schemas/utils/partition.d.ts +0 -1
  493. package/core/schemas/utils/partition.js +0 -15
  494. package/core/streaming-fetcher/Stream.d.ts +0 -47
  495. package/core/streaming-fetcher/Stream.js +0 -169
  496. package/core/streaming-fetcher/index.d.ts +0 -1
  497. package/core/streaming-fetcher/index.js +0 -5
  498. package/dist/Client.d.ts +0 -46
  499. package/dist/Client.js +0 -42
  500. package/dist/api/errors/ForbiddenError.d.ts +0 -8
  501. package/dist/api/errors/ForbiddenError.js +0 -51
  502. package/dist/api/errors/InternalServerError.d.ts +0 -8
  503. package/dist/api/errors/InternalServerError.js +0 -51
  504. package/dist/api/errors/NotFoundError.d.ts +0 -8
  505. package/dist/api/errors/NotFoundError.js +0 -51
  506. package/dist/api/errors/UnauthorizedError.d.ts +0 -8
  507. package/dist/api/errors/UnauthorizedError.js +0 -51
  508. package/dist/api/errors/UnprocessableEntityError.d.ts +0 -8
  509. package/dist/api/errors/UnprocessableEntityError.js +0 -51
  510. package/dist/api/errors/index.d.ts +0 -5
  511. package/dist/api/errors/index.js +0 -21
  512. package/dist/api/index.d.ts +0 -3
  513. package/dist/api/index.js +0 -19
  514. package/dist/api/resources/automations/client/Client.d.ts +0 -91
  515. package/dist/api/resources/automations/client/Client.js +0 -429
  516. package/dist/api/resources/automations/client/index.d.ts +0 -1
  517. package/dist/api/resources/automations/client/index.js +0 -17
  518. package/dist/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +0 -19
  519. package/dist/api/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +0 -5
  520. package/dist/api/resources/automations/client/requests/index.d.ts +0 -1
  521. package/dist/api/resources/automations/client/requests/index.js +0 -2
  522. package/dist/api/resources/automations/index.d.ts +0 -1
  523. package/dist/api/resources/automations/index.js +0 -17
  524. package/dist/api/resources/files/client/Client.d.ts +0 -69
  525. package/dist/api/resources/files/client/Client.js +0 -286
  526. package/dist/api/resources/files/client/index.d.ts +0 -1
  527. package/dist/api/resources/files/client/index.js +0 -17
  528. package/dist/api/resources/files/client/requests/CreateFileRestInputV1.d.ts +0 -22
  529. package/dist/api/resources/files/client/requests/CreateFileRestInputV1.js +0 -5
  530. package/dist/api/resources/files/client/requests/FilesListRequest.d.ts +0 -24
  531. package/dist/api/resources/files/client/requests/FilesListRequest.js +0 -5
  532. package/dist/api/resources/files/client/requests/index.d.ts +0 -2
  533. package/dist/api/resources/files/client/requests/index.js +0 -2
  534. package/dist/api/resources/files/index.d.ts +0 -2
  535. package/dist/api/resources/files/index.js +0 -18
  536. package/dist/api/resources/files/types/CreateFileRestInputV1FileType.d.ts +0 -13
  537. package/dist/api/resources/files/types/CreateFileRestInputV1FileType.js +0 -12
  538. package/dist/api/resources/files/types/index.d.ts +0 -1
  539. package/dist/api/resources/files/types/index.js +0 -17
  540. package/dist/api/resources/index.d.ts +0 -14
  541. package/dist/api/resources/index.js +0 -53
  542. package/dist/api/resources/profiles/client/Client.d.ts +0 -40
  543. package/dist/api/resources/profiles/client/Client.js +0 -131
  544. package/dist/api/resources/profiles/client/index.d.ts +0 -1
  545. package/dist/api/resources/profiles/client/index.js +0 -17
  546. package/dist/api/resources/profiles/client/requests/ProfilesDeleteRequest.d.ts +0 -17
  547. package/dist/api/resources/profiles/client/requests/ProfilesDeleteRequest.js +0 -5
  548. package/dist/api/resources/profiles/client/requests/index.d.ts +0 -1
  549. package/dist/api/resources/profiles/client/requests/index.js +0 -2
  550. package/dist/api/resources/profiles/index.d.ts +0 -1
  551. package/dist/api/resources/profiles/index.js +0 -17
  552. package/dist/api/resources/requests/client/Client.d.ts +0 -38
  553. package/dist/api/resources/requests/client/Client.js +0 -117
  554. package/dist/api/resources/requests/client/index.d.ts +0 -1
  555. package/dist/api/resources/requests/client/index.js +0 -2
  556. package/dist/api/resources/requests/index.d.ts +0 -1
  557. package/dist/api/resources/requests/index.js +0 -17
  558. package/dist/api/resources/sessions/client/Client.d.ts +0 -92
  559. package/dist/api/resources/sessions/client/Client.js +0 -494
  560. package/dist/api/resources/sessions/client/index.d.ts +0 -1
  561. package/dist/api/resources/sessions/client/index.js +0 -17
  562. package/dist/api/resources/sessions/client/requests/SessionRestInputV1.d.ts +0 -12
  563. package/dist/api/resources/sessions/client/requests/SessionRestInputV1.js +0 -5
  564. package/dist/api/resources/sessions/client/requests/SessionsEventsRequest.d.ts +0 -20
  565. package/dist/api/resources/sessions/client/requests/SessionsEventsRequest.js +0 -5
  566. package/dist/api/resources/sessions/client/requests/SessionsListRequest.d.ts +0 -29
  567. package/dist/api/resources/sessions/client/requests/SessionsListRequest.js +0 -5
  568. package/dist/api/resources/sessions/client/requests/index.d.ts +0 -3
  569. package/dist/api/resources/sessions/client/requests/index.js +0 -2
  570. package/dist/api/resources/sessions/index.d.ts +0 -2
  571. package/dist/api/resources/sessions/index.js +0 -18
  572. package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +0 -22
  573. package/dist/api/resources/sessions/types/SessionsEventsResponse.js +0 -5
  574. package/dist/api/resources/sessions/types/SessionsEventsResponseError.d.ts +0 -11
  575. package/dist/api/resources/sessions/types/SessionsEventsResponseError.js +0 -5
  576. package/dist/api/resources/sessions/types/SessionsEventsResponseSessionEvent.d.ts +0 -11
  577. package/dist/api/resources/sessions/types/SessionsEventsResponseSessionEvent.js +0 -5
  578. package/dist/api/resources/sessions/types/SessionsEventsResponseStatus.d.ts +0 -11
  579. package/dist/api/resources/sessions/types/SessionsEventsResponseStatus.js +0 -5
  580. package/dist/api/resources/sessions/types/SessionsEventsResponseWindowEvent.d.ts +0 -11
  581. package/dist/api/resources/sessions/types/SessionsEventsResponseWindowEvent.js +0 -5
  582. package/dist/api/resources/sessions/types/SessionsListRequestStatus.d.ts +0 -16
  583. package/dist/api/resources/sessions/types/SessionsListRequestStatus.js +0 -15
  584. package/dist/api/resources/sessions/types/index.d.ts +0 -6
  585. package/dist/api/resources/sessions/types/index.js +0 -22
  586. package/dist/api/resources/windows/client/Client.d.ts +0 -414
  587. package/dist/api/resources/windows/client/Client.js +0 -1763
  588. package/dist/api/resources/windows/client/index.d.ts +0 -1
  589. package/dist/api/resources/windows/client/index.js +0 -17
  590. package/dist/api/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -29
  591. package/dist/api/resources/windows/client/requests/AsyncClickRequest.js +0 -5
  592. package/dist/api/resources/windows/client/requests/AsyncCreateAutomationRequest.d.ts +0 -23
  593. package/dist/api/resources/windows/client/requests/AsyncCreateAutomationRequest.js +0 -5
  594. package/dist/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +0 -23
  595. package/dist/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +0 -5
  596. package/dist/api/resources/windows/client/requests/AsyncExecuteAutomationRequest.d.ts +0 -27
  597. package/dist/api/resources/windows/client/requests/AsyncExecuteAutomationRequest.js +0 -5
  598. package/dist/api/resources/windows/client/requests/AsyncFillFormRequest.d.ts +0 -27
  599. package/dist/api/resources/windows/client/requests/AsyncFillFormRequest.js +0 -5
  600. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -27
  601. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.js +0 -5
  602. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -27
  603. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.js +0 -5
  604. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -29
  605. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -5
  606. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -27
  607. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -5
  608. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -29
  609. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -5
  610. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -23
  611. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -5
  612. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -25
  613. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -5
  614. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -37
  615. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.js +0 -5
  616. package/dist/api/resources/windows/client/requests/CreateFormFillerRequest.d.ts +0 -23
  617. package/dist/api/resources/windows/client/requests/CreateFormFillerRequest.js +0 -5
  618. package/dist/api/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +0 -18
  619. package/dist/api/resources/windows/client/requests/CreateWindowInputV1Body.js +0 -5
  620. package/dist/api/resources/windows/client/requests/FillFormRequest.d.ts +0 -27
  621. package/dist/api/resources/windows/client/requests/FillFormRequest.js +0 -5
  622. package/dist/api/resources/windows/client/requests/GetWindowInfoRequest.d.ts +0 -23
  623. package/dist/api/resources/windows/client/requests/GetWindowInfoRequest.js +0 -5
  624. package/dist/api/resources/windows/client/requests/ScrapeContentRequest.d.ts +0 -18
  625. package/dist/api/resources/windows/client/requests/ScrapeContentRequest.js +0 -5
  626. package/dist/api/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +0 -27
  627. package/dist/api/resources/windows/client/requests/SessionClickHandlerRequestBody.js +0 -5
  628. package/dist/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +0 -25
  629. package/dist/api/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +0 -5
  630. package/dist/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -25
  631. package/dist/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -5
  632. package/dist/api/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.d.ts +0 -25
  633. package/dist/api/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.js +0 -5
  634. package/dist/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +0 -21
  635. package/dist/api/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +0 -5
  636. package/dist/api/resources/windows/client/requests/SessionScrollHandlerRequestBody.d.ts +0 -29
  637. package/dist/api/resources/windows/client/requests/SessionScrollHandlerRequestBody.js +0 -5
  638. package/dist/api/resources/windows/client/requests/SessionSummaryHandlerRequestBody.d.ts +0 -23
  639. package/dist/api/resources/windows/client/requests/SessionSummaryHandlerRequestBody.js +0 -5
  640. package/dist/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +0 -35
  641. package/dist/api/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +0 -5
  642. package/dist/api/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +0 -18
  643. package/dist/api/resources/windows/client/requests/WindowLoadUrlV1Body.js +0 -5
  644. package/dist/api/resources/windows/client/requests/index.d.ts +0 -27
  645. package/dist/api/resources/windows/client/requests/index.js +0 -2
  646. package/dist/api/resources/windows/index.d.ts +0 -2
  647. package/dist/api/resources/windows/index.js +0 -18
  648. package/dist/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +0 -13
  649. package/dist/api/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +0 -12
  650. package/dist/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +0 -13
  651. package/dist/api/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +0 -12
  652. package/dist/api/resources/windows/types/index.d.ts +0 -2
  653. package/dist/api/resources/windows/types/index.js +0 -18
  654. package/dist/api/types/AiPromptResponse.d.ts +0 -10
  655. package/dist/api/types/AiPromptResponse.js +0 -5
  656. package/dist/api/types/AiResponseEnvelope.d.ts +0 -6
  657. package/dist/api/types/AiResponseEnvelope.js +0 -5
  658. package/dist/api/types/AirtopProxyConfiguration.d.ts +0 -9
  659. package/dist/api/types/AirtopProxyConfiguration.js +0 -5
  660. package/dist/api/types/AsyncConfig.d.ts +0 -7
  661. package/dist/api/types/AsyncConfig.js +0 -5
  662. package/dist/api/types/AsyncSessionAiResponseEnvelope.d.ts +0 -9
  663. package/dist/api/types/AsyncSessionAiResponseEnvelope.js +0 -5
  664. package/dist/api/types/AutomationOutput.d.ts +0 -10
  665. package/dist/api/types/AutomationOutput.js +0 -5
  666. package/dist/api/types/BrowserWaitNavigationConfig.d.ts +0 -10
  667. package/dist/api/types/BrowserWaitNavigationConfig.js +0 -5
  668. package/dist/api/types/BrowserWaitNavigationConfigWaitUntil.d.ts +0 -13
  669. package/dist/api/types/BrowserWaitNavigationConfigWaitUntil.js +0 -12
  670. package/dist/api/types/ClickConfig.d.ts +0 -14
  671. package/dist/api/types/ClickConfig.js +0 -5
  672. package/dist/api/types/ClickConfigClickType.d.ts +0 -12
  673. package/dist/api/types/ClickConfigClickType.js +0 -11
  674. package/dist/api/types/ClientProvidedResponseMetadata.d.ts +0 -6
  675. package/dist/api/types/ClientProvidedResponseMetadata.js +0 -5
  676. package/dist/api/types/CreateAutomationRequestBodyConfiguration.d.ts +0 -4
  677. package/dist/api/types/CreateAutomationRequestBodyConfiguration.js +0 -5
  678. package/dist/api/types/CreateFileV1.d.ts +0 -24
  679. package/dist/api/types/CreateFileV1.js +0 -5
  680. package/dist/api/types/CreateFileV1FileType.d.ts +0 -13
  681. package/dist/api/types/CreateFileV1FileType.js +0 -12
  682. package/dist/api/types/DeleteAutomationOutputWrapperBody.d.ts +0 -4
  683. package/dist/api/types/DeleteAutomationOutputWrapperBody.js +0 -5
  684. package/dist/api/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.d.ts +0 -10
  685. package/dist/api/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.js +0 -5
  686. package/dist/api/types/EnvelopeDefaultMeta.d.ts +0 -6
  687. package/dist/api/types/EnvelopeDefaultMeta.js +0 -5
  688. package/dist/api/types/EnvelopeGetFileV1EnvelopeDefaultMeta.d.ts +0 -10
  689. package/dist/api/types/EnvelopeGetFileV1EnvelopeDefaultMeta.js +0 -5
  690. package/dist/api/types/ErrorBody.d.ts +0 -9
  691. package/dist/api/types/ErrorBody.js +0 -5
  692. package/dist/api/types/ErrorDetail.d.ts +0 -10
  693. package/dist/api/types/ErrorDetail.js +0 -5
  694. package/dist/api/types/ErrorMessage.d.ts +0 -11
  695. package/dist/api/types/ErrorMessage.js +0 -5
  696. package/dist/api/types/ErrorModel.d.ts +0 -18
  697. package/dist/api/types/ErrorModel.js +0 -5
  698. package/dist/api/types/ExternalFile.d.ts +0 -33
  699. package/dist/api/types/ExternalFile.js +0 -5
  700. package/dist/api/types/ExternalSessionAiResponseMetadata.d.ts +0 -13
  701. package/dist/api/types/ExternalSessionAiResponseMetadata.js +0 -5
  702. package/dist/api/types/ExternalSessionAiResponseMetadataStatus.d.ts +0 -12
  703. package/dist/api/types/ExternalSessionAiResponseMetadataStatus.js +0 -11
  704. package/dist/api/types/ExternalSessionAiResponseMetadataUsage.d.ts +0 -9
  705. package/dist/api/types/ExternalSessionAiResponseMetadataUsage.js +0 -5
  706. package/dist/api/types/ExternalSessionConfig.d.ts +0 -11
  707. package/dist/api/types/ExternalSessionConfig.js +0 -5
  708. package/dist/api/types/ExternalSessionWithConnectionInfo.d.ts +0 -26
  709. package/dist/api/types/ExternalSessionWithConnectionInfo.js +0 -5
  710. package/dist/api/types/FilesResponse.d.ts +0 -10
  711. package/dist/api/types/FilesResponse.js +0 -5
  712. package/dist/api/types/FilesWithPagination.d.ts +0 -10
  713. package/dist/api/types/FilesWithPagination.js +0 -5
  714. package/dist/api/types/GetFileV1.d.ts +0 -24
  715. package/dist/api/types/GetFileV1.js +0 -5
  716. package/dist/api/types/GetFileV1FileType.d.ts +0 -13
  717. package/dist/api/types/GetFileV1FileType.js +0 -12
  718. package/dist/api/types/IntervalMonitorConfig.d.ts +0 -9
  719. package/dist/api/types/IntervalMonitorConfig.js +0 -5
  720. package/dist/api/types/Issue.d.ts +0 -13
  721. package/dist/api/types/Issue.js +0 -5
  722. package/dist/api/types/ListAutomationsOutput.d.ts +0 -7
  723. package/dist/api/types/ListAutomationsOutput.js +0 -5
  724. package/dist/api/types/MicroInteractionConfig.d.ts +0 -10
  725. package/dist/api/types/MicroInteractionConfig.js +0 -5
  726. package/dist/api/types/MicroInteractionConfigWithExperimental.d.ts +0 -12
  727. package/dist/api/types/MicroInteractionConfigWithExperimental.js +0 -5
  728. package/dist/api/types/MicroInteractionExperimentalConfig.d.ts +0 -7
  729. package/dist/api/types/MicroInteractionExperimentalConfig.js +0 -5
  730. package/dist/api/types/MonitorConfig.d.ts +0 -10
  731. package/dist/api/types/MonitorConfig.js +0 -5
  732. package/dist/api/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -12
  733. package/dist/api/types/MonitorConfigIncludeVisualAnalysis.js +0 -11
  734. package/dist/api/types/OperationOutcome.d.ts +0 -7
  735. package/dist/api/types/OperationOutcome.js +0 -5
  736. package/dist/api/types/OperationOutcomeResponse.d.ts +0 -10
  737. package/dist/api/types/OperationOutcomeResponse.js +0 -5
  738. package/dist/api/types/PageQueryConfig.d.ts +0 -12
  739. package/dist/api/types/PageQueryConfig.js +0 -5
  740. package/dist/api/types/PageQueryExperimentalConfig.d.ts +0 -7
  741. package/dist/api/types/PageQueryExperimentalConfig.js +0 -5
  742. package/dist/api/types/PaginatedExtractionConfig.d.ts +0 -16
  743. package/dist/api/types/PaginatedExtractionConfig.js +0 -5
  744. package/dist/api/types/PaginatedExtractionExperimentalConfig.d.ts +0 -7
  745. package/dist/api/types/PaginatedExtractionExperimentalConfig.js +0 -5
  746. package/dist/api/types/Pagination.d.ts +0 -21
  747. package/dist/api/types/Pagination.js +0 -5
  748. package/dist/api/types/Proxy.d.ts +0 -14
  749. package/dist/api/types/Proxy.js +0 -5
  750. package/dist/api/types/ProxyConfigurationKind.d.ts +0 -9
  751. package/dist/api/types/ProxyConfigurationKind.js +0 -5
  752. package/dist/api/types/ProxyCredentials.d.ts +0 -11
  753. package/dist/api/types/ProxyCredentials.js +0 -5
  754. package/dist/api/types/RequestStatusResponse.d.ts +0 -8
  755. package/dist/api/types/RequestStatusResponse.js +0 -5
  756. package/dist/api/types/ScrapeConfig.d.ts +0 -7
  757. package/dist/api/types/ScrapeConfig.js +0 -5
  758. package/dist/api/types/ScrapeResponse.d.ts +0 -10
  759. package/dist/api/types/ScrapeResponse.js +0 -5
  760. package/dist/api/types/ScrapeResponseContent.d.ts +0 -9
  761. package/dist/api/types/ScrapeResponseContent.js +0 -5
  762. package/dist/api/types/ScrapeResponseEnvelope.d.ts +0 -8
  763. package/dist/api/types/ScrapeResponseEnvelope.js +0 -5
  764. package/dist/api/types/ScrapeResponseOutput.d.ts +0 -12
  765. package/dist/api/types/ScrapeResponseOutput.js +0 -5
  766. package/dist/api/types/ScreenshotConfig.d.ts +0 -13
  767. package/dist/api/types/ScreenshotConfig.js +0 -5
  768. package/dist/api/types/ScreenshotMetadata.d.ts +0 -7
  769. package/dist/api/types/ScreenshotMetadata.js +0 -5
  770. package/dist/api/types/ScreenshotRequestConfig.d.ts +0 -8
  771. package/dist/api/types/ScreenshotRequestConfig.js +0 -5
  772. package/dist/api/types/ScrollByConfig.d.ts +0 -9
  773. package/dist/api/types/ScrollByConfig.js +0 -5
  774. package/dist/api/types/ScrollToEdgeConfig.d.ts +0 -9
  775. package/dist/api/types/ScrollToEdgeConfig.js +0 -5
  776. package/dist/api/types/SessionConfigV1.d.ts +0 -18
  777. package/dist/api/types/SessionConfigV1.js +0 -5
  778. package/dist/api/types/SessionConfigV1Proxy.d.ts +0 -17
  779. package/dist/api/types/SessionConfigV1Proxy.js +0 -5
  780. package/dist/api/types/SessionEventMessage.d.ts +0 -17
  781. package/dist/api/types/SessionEventMessage.js +0 -5
  782. package/dist/api/types/SessionPageQueryHandlerRequestBody.d.ts +0 -21
  783. package/dist/api/types/SessionPageQueryHandlerRequestBody.js +0 -5
  784. package/dist/api/types/SessionResponse.d.ts +0 -10
  785. package/dist/api/types/SessionResponse.js +0 -5
  786. package/dist/api/types/SessionsResponse.d.ts +0 -10
  787. package/dist/api/types/SessionsResponse.js +0 -5
  788. package/dist/api/types/SessionsWithPagination.d.ts +0 -10
  789. package/dist/api/types/SessionsWithPagination.js +0 -5
  790. package/dist/api/types/StatusMessage.d.ts +0 -16
  791. package/dist/api/types/StatusMessage.js +0 -5
  792. package/dist/api/types/StatusMessageStatus.d.ts +0 -15
  793. package/dist/api/types/StatusMessageStatus.js +0 -14
  794. package/dist/api/types/SummaryConfig.d.ts +0 -9
  795. package/dist/api/types/SummaryConfig.js +0 -5
  796. package/dist/api/types/SummaryExperimentalConfig.d.ts +0 -7
  797. package/dist/api/types/SummaryExperimentalConfig.js +0 -5
  798. package/dist/api/types/VisualAnalysisConfig.d.ts +0 -18
  799. package/dist/api/types/VisualAnalysisConfig.js +0 -5
  800. package/dist/api/types/VisualAnalysisConfigPartitionDirection.d.ts +0 -12
  801. package/dist/api/types/VisualAnalysisConfigPartitionDirection.js +0 -11
  802. package/dist/api/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +0 -12
  803. package/dist/api/types/VisualAnalysisConfigResultSelectionStrategy.js +0 -11
  804. package/dist/api/types/VisualAnalysisConfigScope.d.ts +0 -13
  805. package/dist/api/types/VisualAnalysisConfigScope.js +0 -12
  806. package/dist/api/types/Window.d.ts +0 -11
  807. package/dist/api/types/Window.js +0 -5
  808. package/dist/api/types/WindowEventMessage.d.ts +0 -19
  809. package/dist/api/types/WindowEventMessage.js +0 -5
  810. package/dist/api/types/WindowId.d.ts +0 -9
  811. package/dist/api/types/WindowId.js +0 -5
  812. package/dist/api/types/WindowIdResponse.d.ts +0 -10
  813. package/dist/api/types/WindowIdResponse.js +0 -5
  814. package/dist/api/types/WindowResponse.d.ts +0 -10
  815. package/dist/api/types/WindowResponse.js +0 -5
  816. package/dist/api/types/index.d.ts +0 -81
  817. package/dist/api/types/index.js +0 -97
  818. package/dist/core/auth/BasicAuth.d.ts +0 -8
  819. package/dist/core/auth/BasicAuth.js +0 -26
  820. package/dist/core/auth/BearerToken.d.ts +0 -5
  821. package/dist/core/auth/BearerToken.js +0 -15
  822. package/dist/core/auth/index.d.ts +0 -2
  823. package/dist/core/auth/index.js +0 -7
  824. package/dist/core/fetcher/APIResponse.d.ts +0 -10
  825. package/dist/core/fetcher/APIResponse.js +0 -2
  826. package/dist/core/fetcher/Fetcher.d.ts +0 -39
  827. package/dist/core/fetcher/Fetcher.js +0 -100
  828. package/dist/core/fetcher/Supplier.d.ts +0 -4
  829. package/dist/core/fetcher/Supplier.js +0 -22
  830. package/dist/core/fetcher/createRequestUrl.d.ts +0 -1
  831. package/dist/core/fetcher/createRequestUrl.js +0 -12
  832. package/dist/core/fetcher/getFetchFn.d.ts +0 -4
  833. package/dist/core/fetcher/getFetchFn.js +0 -68
  834. package/dist/core/fetcher/getHeader.d.ts +0 -1
  835. package/dist/core/fetcher/getHeader.js +0 -11
  836. package/dist/core/fetcher/getRequestBody.d.ts +0 -7
  837. package/dist/core/fetcher/getRequestBody.js +0 -23
  838. package/dist/core/fetcher/getResponseBody.d.ts +0 -1
  839. package/dist/core/fetcher/getResponseBody.js +0 -54
  840. package/dist/core/fetcher/index.d.ts +0 -5
  841. package/dist/core/fetcher/index.js +0 -9
  842. package/dist/core/fetcher/makeRequest.d.ts +0 -1
  843. package/dist/core/fetcher/makeRequest.js +0 -42
  844. package/dist/core/fetcher/requestWithRetries.d.ts +0 -1
  845. package/dist/core/fetcher/requestWithRetries.js +0 -40
  846. package/dist/core/fetcher/signals.d.ts +0 -11
  847. package/dist/core/fetcher/signals.js +0 -36
  848. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
  849. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
  850. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
  851. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
  852. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
  853. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
  854. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
  855. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
  856. package/dist/core/index.d.ts +0 -5
  857. package/dist/core/index.js +0 -44
  858. package/dist/core/json.d.ts +0 -15
  859. package/dist/core/json.js +0 -24
  860. package/dist/core/runtime/index.d.ts +0 -1
  861. package/dist/core/runtime/index.js +0 -5
  862. package/dist/core/runtime/runtime.d.ts +0 -9
  863. package/dist/core/runtime/runtime.js +0 -103
  864. package/dist/core/schemas/Schema.d.ts +0 -87
  865. package/dist/core/schemas/Schema.js +0 -24
  866. package/dist/core/schemas/builders/bigint/bigint.d.ts +0 -2
  867. package/dist/core/schemas/builders/bigint/bigint.js +0 -53
  868. package/dist/core/schemas/builders/bigint/index.d.ts +0 -1
  869. package/dist/core/schemas/builders/bigint/index.js +0 -5
  870. package/dist/core/schemas/builders/date/date.d.ts +0 -2
  871. package/dist/core/schemas/builders/date/date.js +0 -62
  872. package/dist/core/schemas/builders/date/index.d.ts +0 -1
  873. package/dist/core/schemas/builders/date/index.js +0 -5
  874. package/dist/core/schemas/builders/enum/enum.d.ts +0 -2
  875. package/dist/core/schemas/builders/enum/enum.js +0 -38
  876. package/dist/core/schemas/builders/enum/index.d.ts +0 -1
  877. package/dist/core/schemas/builders/enum/index.js +0 -5
  878. package/dist/core/schemas/builders/index.d.ts +0 -14
  879. package/dist/core/schemas/builders/index.js +0 -30
  880. package/dist/core/schemas/builders/lazy/index.d.ts +0 -3
  881. package/dist/core/schemas/builders/lazy/index.js +0 -7
  882. package/dist/core/schemas/builders/lazy/lazy.d.ts +0 -5
  883. package/dist/core/schemas/builders/lazy/lazy.js +0 -24
  884. package/dist/core/schemas/builders/lazy/lazyObject.d.ts +0 -3
  885. package/dist/core/schemas/builders/lazy/lazyObject.js +0 -11
  886. package/dist/core/schemas/builders/list/index.d.ts +0 -1
  887. package/dist/core/schemas/builders/list/index.js +0 -5
  888. package/dist/core/schemas/builders/list/list.d.ts +0 -2
  889. package/dist/core/schemas/builders/list/list.js +0 -54
  890. package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +0 -2
  891. package/dist/core/schemas/builders/literals/booleanLiteral.js +0 -28
  892. package/dist/core/schemas/builders/literals/index.d.ts +0 -2
  893. package/dist/core/schemas/builders/literals/index.js +0 -7
  894. package/dist/core/schemas/builders/literals/stringLiteral.d.ts +0 -2
  895. package/dist/core/schemas/builders/literals/stringLiteral.js +0 -28
  896. package/dist/core/schemas/builders/object/index.d.ts +0 -6
  897. package/dist/core/schemas/builders/object/index.js +0 -11
  898. package/dist/core/schemas/builders/object/object.d.ts +0 -3
  899. package/dist/core/schemas/builders/object/object.js +0 -261
  900. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +0 -6
  901. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +0 -7
  902. package/dist/core/schemas/builders/object/property.d.ts +0 -8
  903. package/dist/core/schemas/builders/object/property.js +0 -15
  904. package/dist/core/schemas/builders/object/types.d.ts +0 -31
  905. package/dist/core/schemas/builders/object/types.js +0 -2
  906. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +0 -9
  907. package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +0 -53
  908. package/dist/core/schemas/builders/object-like/index.d.ts +0 -2
  909. package/dist/core/schemas/builders/object-like/index.js +0 -6
  910. package/dist/core/schemas/builders/object-like/types.d.ts +0 -7
  911. package/dist/core/schemas/builders/object-like/types.js +0 -2
  912. package/dist/core/schemas/builders/primitives/any.d.ts +0 -1
  913. package/dist/core/schemas/builders/primitives/any.js +0 -6
  914. package/dist/core/schemas/builders/primitives/boolean.d.ts +0 -1
  915. package/dist/core/schemas/builders/primitives/boolean.js +0 -25
  916. package/dist/core/schemas/builders/primitives/index.d.ts +0 -5
  917. package/dist/core/schemas/builders/primitives/index.js +0 -13
  918. package/dist/core/schemas/builders/primitives/number.d.ts +0 -1
  919. package/dist/core/schemas/builders/primitives/number.js +0 -25
  920. package/dist/core/schemas/builders/primitives/string.d.ts +0 -1
  921. package/dist/core/schemas/builders/primitives/string.js +0 -25
  922. package/dist/core/schemas/builders/primitives/unknown.d.ts +0 -1
  923. package/dist/core/schemas/builders/primitives/unknown.js +0 -6
  924. package/dist/core/schemas/builders/record/index.d.ts +0 -2
  925. package/dist/core/schemas/builders/record/index.js +0 -5
  926. package/dist/core/schemas/builders/record/record.d.ts +0 -3
  927. package/dist/core/schemas/builders/record/record.js +0 -93
  928. package/dist/core/schemas/builders/record/types.d.ts +0 -4
  929. package/dist/core/schemas/builders/record/types.js +0 -2
  930. package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +0 -5
  931. package/dist/core/schemas/builders/schema-utils/JsonError.js +0 -12
  932. package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +0 -5
  933. package/dist/core/schemas/builders/schema-utils/ParseError.js +0 -12
  934. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +0 -21
  935. package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +0 -145
  936. package/dist/core/schemas/builders/schema-utils/index.d.ts +0 -4
  937. package/dist/core/schemas/builders/schema-utils/index.js +0 -11
  938. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +0 -2
  939. package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +0 -9
  940. package/dist/core/schemas/builders/set/index.d.ts +0 -1
  941. package/dist/core/schemas/builders/set/index.js +0 -5
  942. package/dist/core/schemas/builders/set/set.d.ts +0 -2
  943. package/dist/core/schemas/builders/set/set.js +0 -43
  944. package/dist/core/schemas/builders/undiscriminated-union/index.d.ts +0 -2
  945. package/dist/core/schemas/builders/undiscriminated-union/index.js +0 -5
  946. package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +0 -4
  947. package/dist/core/schemas/builders/undiscriminated-union/types.js +0 -2
  948. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +0 -3
  949. package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +0 -39
  950. package/dist/core/schemas/builders/union/discriminant.d.ts +0 -5
  951. package/dist/core/schemas/builders/union/discriminant.js +0 -9
  952. package/dist/core/schemas/builders/union/index.d.ts +0 -4
  953. package/dist/core/schemas/builders/union/index.js +0 -7
  954. package/dist/core/schemas/builders/union/types.d.ts +0 -13
  955. package/dist/core/schemas/builders/union/types.js +0 -2
  956. package/dist/core/schemas/builders/union/union.d.ts +0 -4
  957. package/dist/core/schemas/builders/union/union.js +0 -129
  958. package/dist/core/schemas/index.d.ts +0 -2
  959. package/dist/core/schemas/index.js +0 -17
  960. package/dist/core/schemas/utils/MaybePromise.d.ts +0 -1
  961. package/dist/core/schemas/utils/MaybePromise.js +0 -2
  962. package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +0 -7
  963. package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.js +0 -2
  964. package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +0 -2
  965. package/dist/core/schemas/utils/createIdentitySchemaCreator.js +0 -15
  966. package/dist/core/schemas/utils/entries.d.ts +0 -1
  967. package/dist/core/schemas/utils/entries.js +0 -6
  968. package/dist/core/schemas/utils/filterObject.d.ts +0 -1
  969. package/dist/core/schemas/utils/filterObject.js +0 -13
  970. package/dist/core/schemas/utils/getErrorMessageForIncorrectType.d.ts +0 -1
  971. package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +0 -27
  972. package/dist/core/schemas/utils/isPlainObject.d.ts +0 -1
  973. package/dist/core/schemas/utils/isPlainObject.js +0 -17
  974. package/dist/core/schemas/utils/keys.d.ts +0 -1
  975. package/dist/core/schemas/utils/keys.js +0 -6
  976. package/dist/core/schemas/utils/maybeSkipValidation.d.ts +0 -2
  977. package/dist/core/schemas/utils/maybeSkipValidation.js +0 -27
  978. package/dist/core/schemas/utils/partition.d.ts +0 -1
  979. package/dist/core/schemas/utils/partition.js +0 -15
  980. package/dist/core/streaming-fetcher/Stream.d.ts +0 -47
  981. package/dist/core/streaming-fetcher/Stream.js +0 -169
  982. package/dist/core/streaming-fetcher/index.d.ts +0 -1
  983. package/dist/core/streaming-fetcher/index.js +0 -5
  984. package/dist/environments.d.ts +0 -7
  985. package/dist/environments.js +0 -9
  986. package/dist/errors/AirtopError.d.ts +0 -12
  987. package/dist/errors/AirtopError.js +0 -33
  988. package/dist/errors/AirtopTimeoutError.d.ts +0 -6
  989. package/dist/errors/AirtopTimeoutError.js +0 -13
  990. package/dist/errors/index.d.ts +0 -2
  991. package/dist/errors/index.js +0 -7
  992. package/dist/live-view/types.d.ts +0 -24
  993. package/dist/live-view/types.js +0 -16
  994. package/dist/serialization/index.d.ts +0 -2
  995. package/dist/serialization/index.js +0 -18
  996. package/dist/serialization/resources/automations/client/index.d.ts +0 -1
  997. package/dist/serialization/resources/automations/client/index.js +0 -17
  998. package/dist/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +0 -14
  999. package/dist/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +0 -45
  1000. package/dist/serialization/resources/automations/client/requests/index.d.ts +0 -1
  1001. package/dist/serialization/resources/automations/client/requests/index.js +0 -5
  1002. package/dist/serialization/resources/automations/index.d.ts +0 -1
  1003. package/dist/serialization/resources/automations/index.js +0 -17
  1004. package/dist/serialization/resources/files/client/index.d.ts +0 -1
  1005. package/dist/serialization/resources/files/client/index.js +0 -17
  1006. package/dist/serialization/resources/files/client/requests/CreateFileRestInputV1.d.ts +0 -17
  1007. package/dist/serialization/resources/files/client/requests/CreateFileRestInputV1.js +0 -48
  1008. package/dist/serialization/resources/files/client/requests/index.d.ts +0 -1
  1009. package/dist/serialization/resources/files/client/requests/index.js +0 -5
  1010. package/dist/serialization/resources/files/index.d.ts +0 -2
  1011. package/dist/serialization/resources/files/index.js +0 -18
  1012. package/dist/serialization/resources/files/types/CreateFileRestInputV1FileType.d.ts +0 -10
  1013. package/dist/serialization/resources/files/types/CreateFileRestInputV1FileType.js +0 -41
  1014. package/dist/serialization/resources/files/types/index.d.ts +0 -1
  1015. package/dist/serialization/resources/files/types/index.js +0 -17
  1016. package/dist/serialization/resources/index.d.ts +0 -11
  1017. package/dist/serialization/resources/index.js +0 -50
  1018. package/dist/serialization/resources/sessions/client/index.d.ts +0 -1
  1019. package/dist/serialization/resources/sessions/client/index.js +0 -17
  1020. package/dist/serialization/resources/sessions/client/requests/SessionRestInputV1.d.ts +0 -13
  1021. package/dist/serialization/resources/sessions/client/requests/SessionRestInputV1.js +0 -44
  1022. package/dist/serialization/resources/sessions/client/requests/index.d.ts +0 -1
  1023. package/dist/serialization/resources/sessions/client/requests/index.js +0 -5
  1024. package/dist/serialization/resources/sessions/index.d.ts +0 -2
  1025. package/dist/serialization/resources/sessions/index.js +0 -18
  1026. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +0 -26
  1027. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +0 -55
  1028. package/dist/serialization/resources/sessions/types/SessionsEventsResponseError.d.ts +0 -15
  1029. package/dist/serialization/resources/sessions/types/SessionsEventsResponseError.js +0 -46
  1030. package/dist/serialization/resources/sessions/types/SessionsEventsResponseSessionEvent.d.ts +0 -15
  1031. package/dist/serialization/resources/sessions/types/SessionsEventsResponseSessionEvent.js +0 -46
  1032. package/dist/serialization/resources/sessions/types/SessionsEventsResponseStatus.d.ts +0 -15
  1033. package/dist/serialization/resources/sessions/types/SessionsEventsResponseStatus.js +0 -46
  1034. package/dist/serialization/resources/sessions/types/SessionsEventsResponseWindowEvent.d.ts +0 -15
  1035. package/dist/serialization/resources/sessions/types/SessionsEventsResponseWindowEvent.js +0 -46
  1036. package/dist/serialization/resources/sessions/types/SessionsListRequestStatus.d.ts +0 -10
  1037. package/dist/serialization/resources/sessions/types/SessionsListRequestStatus.js +0 -41
  1038. package/dist/serialization/resources/sessions/types/index.d.ts +0 -6
  1039. package/dist/serialization/resources/sessions/types/index.js +0 -22
  1040. package/dist/serialization/resources/windows/client/index.d.ts +0 -1
  1041. package/dist/serialization/resources/windows/client/index.js +0 -17
  1042. package/dist/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -20
  1043. package/dist/serialization/resources/windows/client/requests/AsyncClickRequest.js +0 -51
  1044. package/dist/serialization/resources/windows/client/requests/AsyncCreateAutomationRequest.d.ts +0 -18
  1045. package/dist/serialization/resources/windows/client/requests/AsyncCreateAutomationRequest.js +0 -49
  1046. package/dist/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +0 -18
  1047. package/dist/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +0 -49
  1048. package/dist/serialization/resources/windows/client/requests/AsyncExecuteAutomationRequest.d.ts +0 -18
  1049. package/dist/serialization/resources/windows/client/requests/AsyncExecuteAutomationRequest.js +0 -49
  1050. package/dist/serialization/resources/windows/client/requests/AsyncFillFormRequest.d.ts +0 -18
  1051. package/dist/serialization/resources/windows/client/requests/AsyncFillFormRequest.js +0 -49
  1052. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -19
  1053. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.js +0 -50
  1054. package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -19
  1055. package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +0 -50
  1056. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -20
  1057. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -51
  1058. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -19
  1059. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -50
  1060. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -20
  1061. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -51
  1062. package/dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -18
  1063. package/dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -49
  1064. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -19
  1065. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -50
  1066. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -24
  1067. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.js +0 -55
  1068. package/dist/serialization/resources/windows/client/requests/CreateFormFillerRequest.d.ts +0 -18
  1069. package/dist/serialization/resources/windows/client/requests/CreateFormFillerRequest.js +0 -49
  1070. package/dist/serialization/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +0 -16
  1071. package/dist/serialization/resources/windows/client/requests/CreateWindowInputV1Body.js +0 -47
  1072. package/dist/serialization/resources/windows/client/requests/FillFormRequest.d.ts +0 -18
  1073. package/dist/serialization/resources/windows/client/requests/FillFormRequest.js +0 -49
  1074. package/dist/serialization/resources/windows/client/requests/ScrapeContentRequest.d.ts +0 -14
  1075. package/dist/serialization/resources/windows/client/requests/ScrapeContentRequest.js +0 -45
  1076. package/dist/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +0 -18
  1077. package/dist/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.js +0 -49
  1078. package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +0 -17
  1079. package/dist/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +0 -48
  1080. package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -17
  1081. package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -48
  1082. package/dist/serialization/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.d.ts +0 -17
  1083. package/dist/serialization/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.js +0 -48
  1084. package/dist/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +0 -16
  1085. package/dist/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +0 -47
  1086. package/dist/serialization/resources/windows/client/requests/SessionScrollHandlerRequestBody.d.ts +0 -22
  1087. package/dist/serialization/resources/windows/client/requests/SessionScrollHandlerRequestBody.js +0 -53
  1088. package/dist/serialization/resources/windows/client/requests/SessionSummaryHandlerRequestBody.d.ts +0 -17
  1089. package/dist/serialization/resources/windows/client/requests/SessionSummaryHandlerRequestBody.js +0 -48
  1090. package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +0 -22
  1091. package/dist/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +0 -53
  1092. package/dist/serialization/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +0 -15
  1093. package/dist/serialization/resources/windows/client/requests/WindowLoadUrlV1Body.js +0 -46
  1094. package/dist/serialization/resources/windows/client/requests/index.d.ts +0 -26
  1095. package/dist/serialization/resources/windows/client/requests/index.js +0 -55
  1096. package/dist/serialization/resources/windows/index.d.ts +0 -2
  1097. package/dist/serialization/resources/windows/index.js +0 -18
  1098. package/dist/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +0 -10
  1099. package/dist/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +0 -41
  1100. package/dist/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +0 -10
  1101. package/dist/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +0 -41
  1102. package/dist/serialization/resources/windows/types/index.d.ts +0 -2
  1103. package/dist/serialization/resources/windows/types/index.js +0 -18
  1104. package/dist/serialization/types/AiPromptResponse.d.ts +0 -18
  1105. package/dist/serialization/types/AiPromptResponse.js +0 -49
  1106. package/dist/serialization/types/AiResponseEnvelope.d.ts +0 -12
  1107. package/dist/serialization/types/AiResponseEnvelope.js +0 -43
  1108. package/dist/serialization/types/AirtopProxyConfiguration.d.ts +0 -13
  1109. package/dist/serialization/types/AirtopProxyConfiguration.js +0 -44
  1110. package/dist/serialization/types/AsyncConfig.d.ts +0 -12
  1111. package/dist/serialization/types/AsyncConfig.js +0 -43
  1112. package/dist/serialization/types/AsyncSessionAiResponseEnvelope.d.ts +0 -15
  1113. package/dist/serialization/types/AsyncSessionAiResponseEnvelope.js +0 -46
  1114. package/dist/serialization/types/AutomationOutput.d.ts +0 -16
  1115. package/dist/serialization/types/AutomationOutput.js +0 -47
  1116. package/dist/serialization/types/BrowserWaitNavigationConfig.d.ts +0 -14
  1117. package/dist/serialization/types/BrowserWaitNavigationConfig.js +0 -45
  1118. package/dist/serialization/types/BrowserWaitNavigationConfigWaitUntil.d.ts +0 -10
  1119. package/dist/serialization/types/BrowserWaitNavigationConfigWaitUntil.js +0 -41
  1120. package/dist/serialization/types/ClickConfig.d.ts +0 -19
  1121. package/dist/serialization/types/ClickConfig.js +0 -50
  1122. package/dist/serialization/types/ClickConfigClickType.d.ts +0 -10
  1123. package/dist/serialization/types/ClickConfigClickType.js +0 -41
  1124. package/dist/serialization/types/ClientProvidedResponseMetadata.d.ts +0 -12
  1125. package/dist/serialization/types/ClientProvidedResponseMetadata.js +0 -43
  1126. package/dist/serialization/types/CreateAutomationRequestBodyConfiguration.d.ts +0 -10
  1127. package/dist/serialization/types/CreateAutomationRequestBodyConfiguration.js +0 -41
  1128. package/dist/serialization/types/CreateFileV1.d.ts +0 -21
  1129. package/dist/serialization/types/CreateFileV1.js +0 -52
  1130. package/dist/serialization/types/CreateFileV1FileType.d.ts +0 -10
  1131. package/dist/serialization/types/CreateFileV1FileType.js +0 -41
  1132. package/dist/serialization/types/DeleteAutomationOutputWrapperBody.d.ts +0 -10
  1133. package/dist/serialization/types/DeleteAutomationOutputWrapperBody.js +0 -41
  1134. package/dist/serialization/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.d.ts +0 -18
  1135. package/dist/serialization/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.js +0 -49
  1136. package/dist/serialization/types/EnvelopeDefaultMeta.d.ts +0 -12
  1137. package/dist/serialization/types/EnvelopeDefaultMeta.js +0 -43
  1138. package/dist/serialization/types/EnvelopeGetFileV1EnvelopeDefaultMeta.d.ts +0 -18
  1139. package/dist/serialization/types/EnvelopeGetFileV1EnvelopeDefaultMeta.js +0 -49
  1140. package/dist/serialization/types/ErrorBody.d.ts +0 -13
  1141. package/dist/serialization/types/ErrorBody.js +0 -44
  1142. package/dist/serialization/types/ErrorDetail.d.ts +0 -14
  1143. package/dist/serialization/types/ErrorDetail.js +0 -45
  1144. package/dist/serialization/types/ErrorMessage.d.ts +0 -14
  1145. package/dist/serialization/types/ErrorMessage.js +0 -45
  1146. package/dist/serialization/types/ErrorModel.d.ts +0 -18
  1147. package/dist/serialization/types/ErrorModel.js +0 -49
  1148. package/dist/serialization/types/ExternalFile.d.ts +0 -25
  1149. package/dist/serialization/types/ExternalFile.js +0 -56
  1150. package/dist/serialization/types/ExternalSessionAiResponseMetadata.d.ts +0 -20
  1151. package/dist/serialization/types/ExternalSessionAiResponseMetadata.js +0 -51
  1152. package/dist/serialization/types/ExternalSessionAiResponseMetadataStatus.d.ts +0 -10
  1153. package/dist/serialization/types/ExternalSessionAiResponseMetadataStatus.js +0 -41
  1154. package/dist/serialization/types/ExternalSessionAiResponseMetadataUsage.d.ts +0 -13
  1155. package/dist/serialization/types/ExternalSessionAiResponseMetadataUsage.js +0 -44
  1156. package/dist/serialization/types/ExternalSessionConfig.d.ts +0 -14
  1157. package/dist/serialization/types/ExternalSessionConfig.js +0 -45
  1158. package/dist/serialization/types/ExternalSessionWithConnectionInfo.d.ts +0 -22
  1159. package/dist/serialization/types/ExternalSessionWithConnectionInfo.js +0 -53
  1160. package/dist/serialization/types/FilesResponse.d.ts +0 -18
  1161. package/dist/serialization/types/FilesResponse.js +0 -49
  1162. package/dist/serialization/types/FilesWithPagination.d.ts +0 -15
  1163. package/dist/serialization/types/FilesWithPagination.js +0 -46
  1164. package/dist/serialization/types/GetFileV1.d.ts +0 -21
  1165. package/dist/serialization/types/GetFileV1.js +0 -52
  1166. package/dist/serialization/types/GetFileV1FileType.d.ts +0 -10
  1167. package/dist/serialization/types/GetFileV1FileType.js +0 -41
  1168. package/dist/serialization/types/IntervalMonitorConfig.d.ts +0 -13
  1169. package/dist/serialization/types/IntervalMonitorConfig.js +0 -44
  1170. package/dist/serialization/types/Issue.d.ts +0 -15
  1171. package/dist/serialization/types/Issue.js +0 -46
  1172. package/dist/serialization/types/ListAutomationsOutput.d.ts +0 -13
  1173. package/dist/serialization/types/ListAutomationsOutput.js +0 -44
  1174. package/dist/serialization/types/MicroInteractionConfig.d.ts +0 -15
  1175. package/dist/serialization/types/MicroInteractionConfig.js +0 -46
  1176. package/dist/serialization/types/MicroInteractionConfigWithExperimental.d.ts +0 -17
  1177. package/dist/serialization/types/MicroInteractionConfigWithExperimental.js +0 -48
  1178. package/dist/serialization/types/MicroInteractionExperimentalConfig.d.ts +0 -12
  1179. package/dist/serialization/types/MicroInteractionExperimentalConfig.js +0 -43
  1180. package/dist/serialization/types/MonitorConfig.d.ts +0 -15
  1181. package/dist/serialization/types/MonitorConfig.js +0 -46
  1182. package/dist/serialization/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -10
  1183. package/dist/serialization/types/MonitorConfigIncludeVisualAnalysis.js +0 -41
  1184. package/dist/serialization/types/OperationOutcome.d.ts +0 -12
  1185. package/dist/serialization/types/OperationOutcome.js +0 -43
  1186. package/dist/serialization/types/OperationOutcomeResponse.d.ts +0 -18
  1187. package/dist/serialization/types/OperationOutcomeResponse.js +0 -49
  1188. package/dist/serialization/types/PageQueryConfig.d.ts +0 -16
  1189. package/dist/serialization/types/PageQueryConfig.js +0 -47
  1190. package/dist/serialization/types/PageQueryExperimentalConfig.d.ts +0 -12
  1191. package/dist/serialization/types/PageQueryExperimentalConfig.js +0 -43
  1192. package/dist/serialization/types/PaginatedExtractionConfig.d.ts +0 -18
  1193. package/dist/serialization/types/PaginatedExtractionConfig.js +0 -49
  1194. package/dist/serialization/types/PaginatedExtractionExperimentalConfig.d.ts +0 -12
  1195. package/dist/serialization/types/PaginatedExtractionExperimentalConfig.js +0 -43
  1196. package/dist/serialization/types/Pagination.d.ts +0 -19
  1197. package/dist/serialization/types/Pagination.js +0 -50
  1198. package/dist/serialization/types/Proxy.d.ts +0 -12
  1199. package/dist/serialization/types/Proxy.js +0 -43
  1200. package/dist/serialization/types/ProxyConfigurationKind.d.ts +0 -14
  1201. package/dist/serialization/types/ProxyConfigurationKind.js +0 -45
  1202. package/dist/serialization/types/ProxyCredentials.d.ts +0 -14
  1203. package/dist/serialization/types/ProxyCredentials.js +0 -45
  1204. package/dist/serialization/types/RequestStatusResponse.d.ts +0 -13
  1205. package/dist/serialization/types/RequestStatusResponse.js +0 -44
  1206. package/dist/serialization/types/ScrapeConfig.d.ts +0 -12
  1207. package/dist/serialization/types/ScrapeConfig.js +0 -43
  1208. package/dist/serialization/types/ScrapeResponse.d.ts +0 -18
  1209. package/dist/serialization/types/ScrapeResponse.js +0 -49
  1210. package/dist/serialization/types/ScrapeResponseContent.d.ts +0 -13
  1211. package/dist/serialization/types/ScrapeResponseContent.js +0 -44
  1212. package/dist/serialization/types/ScrapeResponseEnvelope.d.ts +0 -13
  1213. package/dist/serialization/types/ScrapeResponseEnvelope.js +0 -44
  1214. package/dist/serialization/types/ScrapeResponseOutput.d.ts +0 -15
  1215. package/dist/serialization/types/ScrapeResponseOutput.js +0 -46
  1216. package/dist/serialization/types/ScreenshotConfig.d.ts +0 -15
  1217. package/dist/serialization/types/ScreenshotConfig.js +0 -46
  1218. package/dist/serialization/types/ScreenshotMetadata.d.ts +0 -12
  1219. package/dist/serialization/types/ScreenshotMetadata.js +0 -43
  1220. package/dist/serialization/types/ScreenshotRequestConfig.d.ts +0 -13
  1221. package/dist/serialization/types/ScreenshotRequestConfig.js +0 -44
  1222. package/dist/serialization/types/ScrollByConfig.d.ts +0 -13
  1223. package/dist/serialization/types/ScrollByConfig.js +0 -44
  1224. package/dist/serialization/types/ScrollToEdgeConfig.d.ts +0 -13
  1225. package/dist/serialization/types/ScrollToEdgeConfig.js +0 -44
  1226. package/dist/serialization/types/SessionConfigV1.d.ts +0 -18
  1227. package/dist/serialization/types/SessionConfigV1.js +0 -49
  1228. package/dist/serialization/types/SessionConfigV1Proxy.d.ts +0 -12
  1229. package/dist/serialization/types/SessionConfigV1Proxy.js +0 -47
  1230. package/dist/serialization/types/SessionEventMessage.d.ts +0 -18
  1231. package/dist/serialization/types/SessionEventMessage.js +0 -49
  1232. package/dist/serialization/types/SessionPageQueryHandlerRequestBody.d.ts +0 -18
  1233. package/dist/serialization/types/SessionPageQueryHandlerRequestBody.js +0 -49
  1234. package/dist/serialization/types/SessionResponse.d.ts +0 -18
  1235. package/dist/serialization/types/SessionResponse.js +0 -49
  1236. package/dist/serialization/types/SessionsResponse.d.ts +0 -18
  1237. package/dist/serialization/types/SessionsResponse.js +0 -49
  1238. package/dist/serialization/types/SessionsWithPagination.d.ts +0 -15
  1239. package/dist/serialization/types/SessionsWithPagination.js +0 -46
  1240. package/dist/serialization/types/StatusMessage.d.ts +0 -17
  1241. package/dist/serialization/types/StatusMessage.js +0 -48
  1242. package/dist/serialization/types/StatusMessageStatus.d.ts +0 -10
  1243. package/dist/serialization/types/StatusMessageStatus.js +0 -41
  1244. package/dist/serialization/types/SummaryConfig.d.ts +0 -14
  1245. package/dist/serialization/types/SummaryConfig.js +0 -45
  1246. package/dist/serialization/types/SummaryExperimentalConfig.d.ts +0 -12
  1247. package/dist/serialization/types/SummaryExperimentalConfig.js +0 -43
  1248. package/dist/serialization/types/VisualAnalysisConfig.d.ts +0 -20
  1249. package/dist/serialization/types/VisualAnalysisConfig.js +0 -51
  1250. package/dist/serialization/types/VisualAnalysisConfigPartitionDirection.d.ts +0 -10
  1251. package/dist/serialization/types/VisualAnalysisConfigPartitionDirection.js +0 -41
  1252. package/dist/serialization/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +0 -10
  1253. package/dist/serialization/types/VisualAnalysisConfigResultSelectionStrategy.js +0 -41
  1254. package/dist/serialization/types/VisualAnalysisConfigScope.d.ts +0 -10
  1255. package/dist/serialization/types/VisualAnalysisConfigScope.js +0 -41
  1256. package/dist/serialization/types/Window.d.ts +0 -14
  1257. package/dist/serialization/types/Window.js +0 -45
  1258. package/dist/serialization/types/WindowEventMessage.d.ts +0 -19
  1259. package/dist/serialization/types/WindowEventMessage.js +0 -50
  1260. package/dist/serialization/types/WindowId.d.ts +0 -13
  1261. package/dist/serialization/types/WindowId.js +0 -44
  1262. package/dist/serialization/types/WindowIdResponse.d.ts +0 -18
  1263. package/dist/serialization/types/WindowIdResponse.js +0 -49
  1264. package/dist/serialization/types/WindowResponse.d.ts +0 -18
  1265. package/dist/serialization/types/WindowResponse.js +0 -49
  1266. package/dist/serialization/types/index.d.ts +0 -81
  1267. package/dist/serialization/types/index.js +0 -97
  1268. package/dist/utils/batch-operate/SessionQueue.d.ts +0 -45
  1269. package/dist/utils/batch-operate/SessionQueue.js +0 -222
  1270. package/dist/utils/batch-operate/WindowQueue.d.ts +0 -24
  1271. package/dist/utils/batch-operate/WindowQueue.js +0 -213
  1272. package/dist/utils/batch-operate/batch-util.d.ts +0 -3
  1273. package/dist/utils/batch-operate/batch-util.js +0 -49
  1274. package/dist/utils/batch-operate/helpers.d.ts +0 -2
  1275. package/dist/utils/batch-operate/helpers.js +0 -19
  1276. package/dist/utils/batch-operate/types.d.ts +0 -29
  1277. package/dist/utils/batch-operate/types.js +0 -2
  1278. package/dist/utils/index.d.ts +0 -3
  1279. package/dist/utils/index.js +0 -19
  1280. package/dist/utils/process-screenshots.d.ts +0 -9
  1281. package/dist/utils/process-screenshots.js +0 -58
  1282. package/dist/version.d.ts +0 -1
  1283. package/dist/version.js +0 -4
  1284. package/dist/wrapper/AirtopClient.d.ts +0 -32
  1285. package/dist/wrapper/AirtopClient.js +0 -109
  1286. package/dist/wrapper/AirtopFiles.d.ts +0 -38
  1287. package/dist/wrapper/AirtopFiles.js +0 -151
  1288. package/dist/wrapper/AirtopRequests.d.ts +0 -18
  1289. package/dist/wrapper/AirtopRequests.js +0 -48
  1290. package/dist/wrapper/AirtopSessions.d.ts +0 -24
  1291. package/dist/wrapper/AirtopSessions.js +0 -96
  1292. package/dist/wrapper/AirtopWindows.d.ts +0 -154
  1293. package/dist/wrapper/AirtopWindows.js +0 -293
  1294. package/environments.d.ts +0 -7
  1295. package/environments.js +0 -9
  1296. package/errors/AirtopError.d.ts +0 -12
  1297. package/errors/AirtopError.js +0 -33
  1298. package/errors/AirtopTimeoutError.d.ts +0 -6
  1299. package/errors/AirtopTimeoutError.js +0 -13
  1300. package/errors/index.d.ts +0 -2
  1301. package/errors/index.js +0 -7
  1302. package/index.d.ts +0 -7
  1303. package/index.js +0 -51
  1304. package/jest.config.mjs +0 -8
  1305. package/lefthook.yml +0 -23
  1306. package/live-view/types.d.ts +0 -24
  1307. package/live-view/types.js +0 -16
  1308. package/reference.md +0 -3284
  1309. package/scripts/rename-to-esm-files.js +0 -115
  1310. package/serialization/index.d.ts +0 -2
  1311. package/serialization/index.js +0 -18
  1312. package/serialization/resources/automations/client/index.d.ts +0 -1
  1313. package/serialization/resources/automations/client/index.js +0 -17
  1314. package/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.d.ts +0 -14
  1315. package/serialization/resources/automations/client/requests/UpdateAutomationDescriptionInputBody.js +0 -45
  1316. package/serialization/resources/automations/client/requests/index.d.ts +0 -1
  1317. package/serialization/resources/automations/client/requests/index.js +0 -5
  1318. package/serialization/resources/automations/index.d.ts +0 -1
  1319. package/serialization/resources/automations/index.js +0 -17
  1320. package/serialization/resources/files/client/index.d.ts +0 -1
  1321. package/serialization/resources/files/client/index.js +0 -17
  1322. package/serialization/resources/files/client/requests/CreateFileRestInputV1.d.ts +0 -17
  1323. package/serialization/resources/files/client/requests/CreateFileRestInputV1.js +0 -48
  1324. package/serialization/resources/files/client/requests/index.d.ts +0 -1
  1325. package/serialization/resources/files/client/requests/index.js +0 -5
  1326. package/serialization/resources/files/index.d.ts +0 -2
  1327. package/serialization/resources/files/index.js +0 -18
  1328. package/serialization/resources/files/types/CreateFileRestInputV1FileType.d.ts +0 -10
  1329. package/serialization/resources/files/types/CreateFileRestInputV1FileType.js +0 -41
  1330. package/serialization/resources/files/types/index.d.ts +0 -1
  1331. package/serialization/resources/files/types/index.js +0 -17
  1332. package/serialization/resources/index.d.ts +0 -11
  1333. package/serialization/resources/index.js +0 -50
  1334. package/serialization/resources/sessions/client/index.d.ts +0 -1
  1335. package/serialization/resources/sessions/client/index.js +0 -17
  1336. package/serialization/resources/sessions/client/requests/SessionRestInputV1.d.ts +0 -13
  1337. package/serialization/resources/sessions/client/requests/SessionRestInputV1.js +0 -44
  1338. package/serialization/resources/sessions/client/requests/index.d.ts +0 -1
  1339. package/serialization/resources/sessions/client/requests/index.js +0 -5
  1340. package/serialization/resources/sessions/index.d.ts +0 -2
  1341. package/serialization/resources/sessions/index.js +0 -18
  1342. package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +0 -26
  1343. package/serialization/resources/sessions/types/SessionsEventsResponse.js +0 -55
  1344. package/serialization/resources/sessions/types/SessionsEventsResponseError.d.ts +0 -15
  1345. package/serialization/resources/sessions/types/SessionsEventsResponseError.js +0 -46
  1346. package/serialization/resources/sessions/types/SessionsEventsResponseSessionEvent.d.ts +0 -15
  1347. package/serialization/resources/sessions/types/SessionsEventsResponseSessionEvent.js +0 -46
  1348. package/serialization/resources/sessions/types/SessionsEventsResponseStatus.d.ts +0 -15
  1349. package/serialization/resources/sessions/types/SessionsEventsResponseStatus.js +0 -46
  1350. package/serialization/resources/sessions/types/SessionsEventsResponseWindowEvent.d.ts +0 -15
  1351. package/serialization/resources/sessions/types/SessionsEventsResponseWindowEvent.js +0 -46
  1352. package/serialization/resources/sessions/types/SessionsListRequestStatus.d.ts +0 -10
  1353. package/serialization/resources/sessions/types/SessionsListRequestStatus.js +0 -41
  1354. package/serialization/resources/sessions/types/index.d.ts +0 -6
  1355. package/serialization/resources/sessions/types/index.js +0 -22
  1356. package/serialization/resources/windows/client/index.d.ts +0 -1
  1357. package/serialization/resources/windows/client/index.js +0 -17
  1358. package/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -20
  1359. package/serialization/resources/windows/client/requests/AsyncClickRequest.js +0 -51
  1360. package/serialization/resources/windows/client/requests/AsyncCreateAutomationRequest.d.ts +0 -18
  1361. package/serialization/resources/windows/client/requests/AsyncCreateAutomationRequest.js +0 -49
  1362. package/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +0 -18
  1363. package/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.js +0 -49
  1364. package/serialization/resources/windows/client/requests/AsyncExecuteAutomationRequest.d.ts +0 -18
  1365. package/serialization/resources/windows/client/requests/AsyncExecuteAutomationRequest.js +0 -49
  1366. package/serialization/resources/windows/client/requests/AsyncFillFormRequest.d.ts +0 -18
  1367. package/serialization/resources/windows/client/requests/AsyncFillFormRequest.js +0 -49
  1368. package/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -19
  1369. package/serialization/resources/windows/client/requests/AsyncHoverRequest.js +0 -50
  1370. package/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -19
  1371. package/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +0 -50
  1372. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -20
  1373. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -51
  1374. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -19
  1375. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -50
  1376. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -20
  1377. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -51
  1378. package/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -18
  1379. package/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -49
  1380. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -19
  1381. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -50
  1382. package/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -24
  1383. package/serialization/resources/windows/client/requests/AsyncTypeRequest.js +0 -55
  1384. package/serialization/resources/windows/client/requests/CreateFormFillerRequest.d.ts +0 -18
  1385. package/serialization/resources/windows/client/requests/CreateFormFillerRequest.js +0 -49
  1386. package/serialization/resources/windows/client/requests/CreateWindowInputV1Body.d.ts +0 -16
  1387. package/serialization/resources/windows/client/requests/CreateWindowInputV1Body.js +0 -47
  1388. package/serialization/resources/windows/client/requests/FillFormRequest.d.ts +0 -18
  1389. package/serialization/resources/windows/client/requests/FillFormRequest.js +0 -49
  1390. package/serialization/resources/windows/client/requests/ScrapeContentRequest.d.ts +0 -14
  1391. package/serialization/resources/windows/client/requests/ScrapeContentRequest.js +0 -45
  1392. package/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.d.ts +0 -18
  1393. package/serialization/resources/windows/client/requests/SessionClickHandlerRequestBody.js +0 -49
  1394. package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.d.ts +0 -17
  1395. package/serialization/resources/windows/client/requests/SessionHoverHandlerRequestBody.js +0 -48
  1396. package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -17
  1397. package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -48
  1398. package/serialization/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.d.ts +0 -17
  1399. package/serialization/resources/windows/client/requests/SessionPaginatedExtractionHandlerRequestBody.js +0 -48
  1400. package/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.d.ts +0 -16
  1401. package/serialization/resources/windows/client/requests/SessionScreenshotHandlerRequestBody.js +0 -47
  1402. package/serialization/resources/windows/client/requests/SessionScrollHandlerRequestBody.d.ts +0 -22
  1403. package/serialization/resources/windows/client/requests/SessionScrollHandlerRequestBody.js +0 -53
  1404. package/serialization/resources/windows/client/requests/SessionSummaryHandlerRequestBody.d.ts +0 -17
  1405. package/serialization/resources/windows/client/requests/SessionSummaryHandlerRequestBody.js +0 -48
  1406. package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.d.ts +0 -22
  1407. package/serialization/resources/windows/client/requests/SessionTypeHandlerRequestBody.js +0 -53
  1408. package/serialization/resources/windows/client/requests/WindowLoadUrlV1Body.d.ts +0 -15
  1409. package/serialization/resources/windows/client/requests/WindowLoadUrlV1Body.js +0 -46
  1410. package/serialization/resources/windows/client/requests/index.d.ts +0 -26
  1411. package/serialization/resources/windows/client/requests/index.js +0 -55
  1412. package/serialization/resources/windows/index.d.ts +0 -2
  1413. package/serialization/resources/windows/index.js +0 -18
  1414. package/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.d.ts +0 -10
  1415. package/serialization/resources/windows/types/CreateWindowInputV1BodyWaitUntil.js +0 -41
  1416. package/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.d.ts +0 -10
  1417. package/serialization/resources/windows/types/WindowLoadUrlV1BodyWaitUntil.js +0 -41
  1418. package/serialization/resources/windows/types/index.d.ts +0 -2
  1419. package/serialization/resources/windows/types/index.js +0 -18
  1420. package/serialization/types/AiPromptResponse.d.ts +0 -18
  1421. package/serialization/types/AiPromptResponse.js +0 -49
  1422. package/serialization/types/AiResponseEnvelope.d.ts +0 -12
  1423. package/serialization/types/AiResponseEnvelope.js +0 -43
  1424. package/serialization/types/AirtopProxyConfiguration.d.ts +0 -13
  1425. package/serialization/types/AirtopProxyConfiguration.js +0 -44
  1426. package/serialization/types/AsyncConfig.d.ts +0 -12
  1427. package/serialization/types/AsyncConfig.js +0 -43
  1428. package/serialization/types/AsyncSessionAiResponseEnvelope.d.ts +0 -15
  1429. package/serialization/types/AsyncSessionAiResponseEnvelope.js +0 -46
  1430. package/serialization/types/AutomationOutput.d.ts +0 -16
  1431. package/serialization/types/AutomationOutput.js +0 -47
  1432. package/serialization/types/BrowserWaitNavigationConfig.d.ts +0 -14
  1433. package/serialization/types/BrowserWaitNavigationConfig.js +0 -45
  1434. package/serialization/types/BrowserWaitNavigationConfigWaitUntil.d.ts +0 -10
  1435. package/serialization/types/BrowserWaitNavigationConfigWaitUntil.js +0 -41
  1436. package/serialization/types/ClickConfig.d.ts +0 -19
  1437. package/serialization/types/ClickConfig.js +0 -50
  1438. package/serialization/types/ClickConfigClickType.d.ts +0 -10
  1439. package/serialization/types/ClickConfigClickType.js +0 -41
  1440. package/serialization/types/ClientProvidedResponseMetadata.d.ts +0 -12
  1441. package/serialization/types/ClientProvidedResponseMetadata.js +0 -43
  1442. package/serialization/types/CreateAutomationRequestBodyConfiguration.d.ts +0 -10
  1443. package/serialization/types/CreateAutomationRequestBodyConfiguration.js +0 -41
  1444. package/serialization/types/CreateFileV1.d.ts +0 -21
  1445. package/serialization/types/CreateFileV1.js +0 -52
  1446. package/serialization/types/CreateFileV1FileType.d.ts +0 -10
  1447. package/serialization/types/CreateFileV1FileType.js +0 -41
  1448. package/serialization/types/DeleteAutomationOutputWrapperBody.d.ts +0 -10
  1449. package/serialization/types/DeleteAutomationOutputWrapperBody.js +0 -41
  1450. package/serialization/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.d.ts +0 -18
  1451. package/serialization/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.js +0 -49
  1452. package/serialization/types/EnvelopeDefaultMeta.d.ts +0 -12
  1453. package/serialization/types/EnvelopeDefaultMeta.js +0 -43
  1454. package/serialization/types/EnvelopeGetFileV1EnvelopeDefaultMeta.d.ts +0 -18
  1455. package/serialization/types/EnvelopeGetFileV1EnvelopeDefaultMeta.js +0 -49
  1456. package/serialization/types/ErrorBody.d.ts +0 -13
  1457. package/serialization/types/ErrorBody.js +0 -44
  1458. package/serialization/types/ErrorDetail.d.ts +0 -14
  1459. package/serialization/types/ErrorDetail.js +0 -45
  1460. package/serialization/types/ErrorMessage.d.ts +0 -14
  1461. package/serialization/types/ErrorMessage.js +0 -45
  1462. package/serialization/types/ErrorModel.d.ts +0 -18
  1463. package/serialization/types/ErrorModel.js +0 -49
  1464. package/serialization/types/ExternalFile.d.ts +0 -25
  1465. package/serialization/types/ExternalFile.js +0 -56
  1466. package/serialization/types/ExternalSessionAiResponseMetadata.d.ts +0 -20
  1467. package/serialization/types/ExternalSessionAiResponseMetadata.js +0 -51
  1468. package/serialization/types/ExternalSessionAiResponseMetadataStatus.d.ts +0 -10
  1469. package/serialization/types/ExternalSessionAiResponseMetadataStatus.js +0 -41
  1470. package/serialization/types/ExternalSessionAiResponseMetadataUsage.d.ts +0 -13
  1471. package/serialization/types/ExternalSessionAiResponseMetadataUsage.js +0 -44
  1472. package/serialization/types/ExternalSessionConfig.d.ts +0 -14
  1473. package/serialization/types/ExternalSessionConfig.js +0 -45
  1474. package/serialization/types/ExternalSessionWithConnectionInfo.d.ts +0 -22
  1475. package/serialization/types/ExternalSessionWithConnectionInfo.js +0 -53
  1476. package/serialization/types/FilesResponse.d.ts +0 -18
  1477. package/serialization/types/FilesResponse.js +0 -49
  1478. package/serialization/types/FilesWithPagination.d.ts +0 -15
  1479. package/serialization/types/FilesWithPagination.js +0 -46
  1480. package/serialization/types/GetFileV1.d.ts +0 -21
  1481. package/serialization/types/GetFileV1.js +0 -52
  1482. package/serialization/types/GetFileV1FileType.d.ts +0 -10
  1483. package/serialization/types/GetFileV1FileType.js +0 -41
  1484. package/serialization/types/IntervalMonitorConfig.d.ts +0 -13
  1485. package/serialization/types/IntervalMonitorConfig.js +0 -44
  1486. package/serialization/types/Issue.d.ts +0 -15
  1487. package/serialization/types/Issue.js +0 -46
  1488. package/serialization/types/ListAutomationsOutput.d.ts +0 -13
  1489. package/serialization/types/ListAutomationsOutput.js +0 -44
  1490. package/serialization/types/MicroInteractionConfig.d.ts +0 -15
  1491. package/serialization/types/MicroInteractionConfig.js +0 -46
  1492. package/serialization/types/MicroInteractionConfigWithExperimental.d.ts +0 -17
  1493. package/serialization/types/MicroInteractionConfigWithExperimental.js +0 -48
  1494. package/serialization/types/MicroInteractionExperimentalConfig.d.ts +0 -12
  1495. package/serialization/types/MicroInteractionExperimentalConfig.js +0 -43
  1496. package/serialization/types/MonitorConfig.d.ts +0 -15
  1497. package/serialization/types/MonitorConfig.js +0 -46
  1498. package/serialization/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -10
  1499. package/serialization/types/MonitorConfigIncludeVisualAnalysis.js +0 -41
  1500. package/serialization/types/OperationOutcome.d.ts +0 -12
  1501. package/serialization/types/OperationOutcome.js +0 -43
  1502. package/serialization/types/OperationOutcomeResponse.d.ts +0 -18
  1503. package/serialization/types/OperationOutcomeResponse.js +0 -49
  1504. package/serialization/types/PageQueryConfig.d.ts +0 -16
  1505. package/serialization/types/PageQueryConfig.js +0 -47
  1506. package/serialization/types/PageQueryExperimentalConfig.d.ts +0 -12
  1507. package/serialization/types/PageQueryExperimentalConfig.js +0 -43
  1508. package/serialization/types/PaginatedExtractionConfig.d.ts +0 -18
  1509. package/serialization/types/PaginatedExtractionConfig.js +0 -49
  1510. package/serialization/types/PaginatedExtractionExperimentalConfig.d.ts +0 -12
  1511. package/serialization/types/PaginatedExtractionExperimentalConfig.js +0 -43
  1512. package/serialization/types/Pagination.d.ts +0 -19
  1513. package/serialization/types/Pagination.js +0 -50
  1514. package/serialization/types/Proxy.d.ts +0 -12
  1515. package/serialization/types/Proxy.js +0 -43
  1516. package/serialization/types/ProxyConfigurationKind.d.ts +0 -14
  1517. package/serialization/types/ProxyConfigurationKind.js +0 -45
  1518. package/serialization/types/ProxyCredentials.d.ts +0 -14
  1519. package/serialization/types/ProxyCredentials.js +0 -45
  1520. package/serialization/types/RequestStatusResponse.d.ts +0 -13
  1521. package/serialization/types/RequestStatusResponse.js +0 -44
  1522. package/serialization/types/ScrapeConfig.d.ts +0 -12
  1523. package/serialization/types/ScrapeConfig.js +0 -43
  1524. package/serialization/types/ScrapeResponse.d.ts +0 -18
  1525. package/serialization/types/ScrapeResponse.js +0 -49
  1526. package/serialization/types/ScrapeResponseContent.d.ts +0 -13
  1527. package/serialization/types/ScrapeResponseContent.js +0 -44
  1528. package/serialization/types/ScrapeResponseEnvelope.d.ts +0 -13
  1529. package/serialization/types/ScrapeResponseEnvelope.js +0 -44
  1530. package/serialization/types/ScrapeResponseOutput.d.ts +0 -15
  1531. package/serialization/types/ScrapeResponseOutput.js +0 -46
  1532. package/serialization/types/ScreenshotConfig.d.ts +0 -15
  1533. package/serialization/types/ScreenshotConfig.js +0 -46
  1534. package/serialization/types/ScreenshotMetadata.d.ts +0 -12
  1535. package/serialization/types/ScreenshotMetadata.js +0 -43
  1536. package/serialization/types/ScreenshotRequestConfig.d.ts +0 -13
  1537. package/serialization/types/ScreenshotRequestConfig.js +0 -44
  1538. package/serialization/types/ScrollByConfig.d.ts +0 -13
  1539. package/serialization/types/ScrollByConfig.js +0 -44
  1540. package/serialization/types/ScrollToEdgeConfig.d.ts +0 -13
  1541. package/serialization/types/ScrollToEdgeConfig.js +0 -44
  1542. package/serialization/types/SessionConfigV1.d.ts +0 -18
  1543. package/serialization/types/SessionConfigV1.js +0 -49
  1544. package/serialization/types/SessionConfigV1Proxy.d.ts +0 -12
  1545. package/serialization/types/SessionConfigV1Proxy.js +0 -47
  1546. package/serialization/types/SessionEventMessage.d.ts +0 -18
  1547. package/serialization/types/SessionEventMessage.js +0 -49
  1548. package/serialization/types/SessionPageQueryHandlerRequestBody.d.ts +0 -18
  1549. package/serialization/types/SessionPageQueryHandlerRequestBody.js +0 -49
  1550. package/serialization/types/SessionResponse.d.ts +0 -18
  1551. package/serialization/types/SessionResponse.js +0 -49
  1552. package/serialization/types/SessionsResponse.d.ts +0 -18
  1553. package/serialization/types/SessionsResponse.js +0 -49
  1554. package/serialization/types/SessionsWithPagination.d.ts +0 -15
  1555. package/serialization/types/SessionsWithPagination.js +0 -46
  1556. package/serialization/types/StatusMessage.d.ts +0 -17
  1557. package/serialization/types/StatusMessage.js +0 -48
  1558. package/serialization/types/StatusMessageStatus.d.ts +0 -10
  1559. package/serialization/types/StatusMessageStatus.js +0 -41
  1560. package/serialization/types/SummaryConfig.d.ts +0 -14
  1561. package/serialization/types/SummaryConfig.js +0 -45
  1562. package/serialization/types/SummaryExperimentalConfig.d.ts +0 -12
  1563. package/serialization/types/SummaryExperimentalConfig.js +0 -43
  1564. package/serialization/types/VisualAnalysisConfig.d.ts +0 -20
  1565. package/serialization/types/VisualAnalysisConfig.js +0 -51
  1566. package/serialization/types/VisualAnalysisConfigPartitionDirection.d.ts +0 -10
  1567. package/serialization/types/VisualAnalysisConfigPartitionDirection.js +0 -41
  1568. package/serialization/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +0 -10
  1569. package/serialization/types/VisualAnalysisConfigResultSelectionStrategy.js +0 -41
  1570. package/serialization/types/VisualAnalysisConfigScope.d.ts +0 -10
  1571. package/serialization/types/VisualAnalysisConfigScope.js +0 -41
  1572. package/serialization/types/Window.d.ts +0 -14
  1573. package/serialization/types/Window.js +0 -45
  1574. package/serialization/types/WindowEventMessage.d.ts +0 -19
  1575. package/serialization/types/WindowEventMessage.js +0 -50
  1576. package/serialization/types/WindowId.d.ts +0 -13
  1577. package/serialization/types/WindowId.js +0 -44
  1578. package/serialization/types/WindowIdResponse.d.ts +0 -18
  1579. package/serialization/types/WindowIdResponse.js +0 -49
  1580. package/serialization/types/WindowResponse.d.ts +0 -18
  1581. package/serialization/types/WindowResponse.js +0 -49
  1582. package/serialization/types/index.d.ts +0 -81
  1583. package/serialization/types/index.js +0 -97
  1584. package/utils/batch-operate/SessionQueue.d.ts +0 -45
  1585. package/utils/batch-operate/SessionQueue.js +0 -222
  1586. package/utils/batch-operate/WindowQueue.d.ts +0 -24
  1587. package/utils/batch-operate/WindowQueue.js +0 -213
  1588. package/utils/batch-operate/batch-util.d.ts +0 -3
  1589. package/utils/batch-operate/batch-util.js +0 -49
  1590. package/utils/batch-operate/helpers.d.ts +0 -2
  1591. package/utils/batch-operate/helpers.js +0 -19
  1592. package/utils/batch-operate/types.d.ts +0 -29
  1593. package/utils/batch-operate/types.js +0 -2
  1594. package/utils/index.d.ts +0 -3
  1595. package/utils/index.js +0 -19
  1596. package/utils/process-screenshots.d.ts +0 -9
  1597. package/utils/process-screenshots.js +0 -58
  1598. package/version.d.ts +0 -1
  1599. package/version.js +0 -4
  1600. package/wrapper/AirtopClient.d.ts +0 -32
  1601. package/wrapper/AirtopClient.js +0 -109
  1602. package/wrapper/AirtopFiles.d.ts +0 -38
  1603. package/wrapper/AirtopFiles.js +0 -151
  1604. package/wrapper/AirtopRequests.d.ts +0 -18
  1605. package/wrapper/AirtopRequests.js +0 -48
  1606. package/wrapper/AirtopSessions.d.ts +0 -24
  1607. package/wrapper/AirtopSessions.js +0 -96
  1608. package/wrapper/AirtopWindows.d.ts +0 -154
  1609. package/wrapper/AirtopWindows.js +0 -293
@@ -1 +0,0 @@
1
- export * from "./requests";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./requests"), exports);
@@ -1,29 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {
8
- * elementDescription: "The login button"
9
- * }
10
- */
11
- export interface AsyncClickRequest {
12
- /** Async configuration options. */
13
- async?: Airtop.AsyncConfig;
14
- clientRequestId?: string;
15
- /** Request configuration */
16
- configuration?: Airtop.ClickConfig;
17
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
18
- costThresholdCredits?: number;
19
- /** A natural language description of the element to click. */
20
- elementDescription: string;
21
- /**
22
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
23
- *
24
- * This setting does not extend the maximum session duration provided at the time of session creation.
25
- */
26
- timeThresholdSeconds?: number;
27
- /** If true, Airtop AI will wait for the navigation to complete after clicking the element. */
28
- waitForNavigation?: boolean;
29
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,23 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {}
8
- */
9
- export interface AsyncCreateAutomationRequest {
10
- /** Async configuration options. */
11
- async?: Airtop.AsyncConfig;
12
- clientRequestId?: string;
13
- /** Request configuration */
14
- configuration?: Airtop.CreateAutomationRequestBodyConfiguration;
15
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
16
- costThresholdCredits?: number;
17
- /**
18
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
19
- *
20
- * This setting does not extend the maximum session duration provided at the time of session creation.
21
- */
22
- timeThresholdSeconds?: number;
23
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,23 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {}
8
- */
9
- export interface AsyncCreateFormFillerRequest {
10
- /** Async configuration options. */
11
- async?: Airtop.AsyncConfig;
12
- clientRequestId?: string;
13
- /** Request configuration */
14
- configuration?: Airtop.CreateAutomationRequestBodyConfiguration;
15
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
16
- costThresholdCredits?: number;
17
- /**
18
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
19
- *
20
- * This setting does not extend the maximum session duration provided at the time of session creation.
21
- */
22
- timeThresholdSeconds?: number;
23
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,27 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {
8
- * automationId: "automationId"
9
- * }
10
- */
11
- export interface AsyncExecuteAutomationRequest {
12
- /** Async configuration options. */
13
- async?: Airtop.AsyncConfig;
14
- /** The ID of the automation to execute */
15
- automationId: string;
16
- clientRequestId?: string;
17
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
18
- costThresholdCredits?: number;
19
- /** Optional parameters to pass to the automation execution */
20
- parameters?: Record<string, unknown>;
21
- /**
22
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
23
- *
24
- * This setting does not extend the maximum session duration provided at the time of session creation.
25
- */
26
- timeThresholdSeconds?: number;
27
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,27 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {
8
- * automationId: "automationId"
9
- * }
10
- */
11
- export interface AsyncFillFormRequest {
12
- /** Async configuration options. */
13
- async?: Airtop.AsyncConfig;
14
- /** The ID of the automation to execute */
15
- automationId: string;
16
- clientRequestId?: string;
17
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
18
- costThresholdCredits?: number;
19
- /** Optional parameters to pass to the automation execution */
20
- parameters?: Record<string, unknown>;
21
- /**
22
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
23
- *
24
- * This setting does not extend the maximum session duration provided at the time of session creation.
25
- */
26
- timeThresholdSeconds?: number;
27
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,27 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {
8
- * elementDescription: "The search box input in the top right corner"
9
- * }
10
- */
11
- export interface AsyncHoverRequest {
12
- /** Async configuration options. */
13
- async?: Airtop.AsyncConfig;
14
- clientRequestId?: string;
15
- /** Request configuration */
16
- configuration?: Airtop.MicroInteractionConfigWithExperimental;
17
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
18
- costThresholdCredits?: number;
19
- /** A natural language description of where to hover (e.g. 'the search box', 'username field'). The interaction will be aborted if the target element cannot be found. */
20
- elementDescription: string;
21
- /**
22
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
23
- *
24
- * This setting does not extend the maximum session duration provided at the time of session creation.
25
- */
26
- timeThresholdSeconds?: number;
27
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,27 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {
8
- * condition: "Determine if the user appears to be signed in to the website"
9
- * }
10
- */
11
- export interface AsyncMonitorRequest {
12
- /** Async configuration options. */
13
- async?: Airtop.AsyncConfig;
14
- clientRequestId?: string;
15
- /** A natural language description of the condition to monitor for in the browser window. */
16
- condition: string;
17
- /** Monitor configuration. If not specified, defaults to an interval monitor with a 5 second interval. */
18
- configuration?: Airtop.MonitorConfig;
19
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
20
- costThresholdCredits?: number;
21
- /**
22
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
23
- *
24
- * This setting does not extend the maximum session duration provided at the time of session creation.
25
- */
26
- timeThresholdSeconds?: number;
27
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,29 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {
8
- * prompt: "What is the main idea of this page?"
9
- * }
10
- */
11
- export interface AsyncPageQueryRequest {
12
- /** Async configuration options. */
13
- async?: Airtop.AsyncConfig;
14
- clientRequestId?: string;
15
- /** Request configuration */
16
- configuration?: Airtop.PageQueryConfig;
17
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
18
- costThresholdCredits?: number;
19
- /** Make a best effort attempt to load more content items than are originally displayed on the page, e.g. by following pagination links, clicking controls to load more content, utilizing infinite scrolling, etc. This can be quite a bit more costly, but may be necessary for sites that require additional interaction to show the needed results. You can provide constraints in your prompt (e.g. on the total number of pages or results to consider). */
20
- followPaginationLinks?: boolean;
21
- /** The prompt to submit about the content in the browser window. */
22
- prompt: string;
23
- /**
24
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
25
- *
26
- * This setting does not extend the maximum session duration provided at the time of session creation.
27
- */
28
- timeThresholdSeconds?: number;
29
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,27 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {
8
- * 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."
9
- * }
10
- */
11
- export interface AsyncPaginatedExtractionRequest {
12
- /** Async configuration options. */
13
- async?: Airtop.AsyncConfig;
14
- clientRequestId?: string;
15
- /** Request configuration */
16
- configuration?: Airtop.PaginatedExtractionConfig;
17
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
18
- costThresholdCredits?: number;
19
- /** A prompt providing the Airtop AI model with additional direction or constraints about the page and the details you want to extract from the page. */
20
- prompt: string;
21
- /**
22
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
23
- *
24
- * This setting does not extend the maximum session duration provided at the time of session creation.
25
- */
26
- timeThresholdSeconds?: number;
27
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,29 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {
8
- * prompt: "What is the main idea of this page?"
9
- * }
10
- */
11
- export interface AsyncPromptContentRequest {
12
- /** Async configuration options. */
13
- async?: Airtop.AsyncConfig;
14
- clientRequestId?: string;
15
- /** Request configuration */
16
- configuration?: Airtop.PageQueryConfig;
17
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
18
- costThresholdCredits?: number;
19
- /** Make a best effort attempt to load more content items than are originally displayed on the page, e.g. by following pagination links, clicking controls to load more content, utilizing infinite scrolling, etc. This can be quite a bit more costly, but may be necessary for sites that require additional interaction to show the needed results. You can provide constraints in your prompt (e.g. on the total number of pages or results to consider). */
20
- followPaginationLinks?: boolean;
21
- /** The prompt to submit about the content in the browser window. */
22
- prompt: string;
23
- /**
24
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
25
- *
26
- * This setting does not extend the maximum session duration provided at the time of session creation.
27
- */
28
- timeThresholdSeconds?: number;
29
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,23 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {}
8
- */
9
- export interface AsyncScreenshotRequest {
10
- /** Async configuration options. */
11
- async?: Airtop.AsyncConfig;
12
- clientRequestId?: string;
13
- /** Request configuration */
14
- configuration?: Airtop.ScreenshotRequestConfig;
15
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
16
- costThresholdCredits?: number;
17
- /**
18
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
19
- *
20
- * This setting does not extend the maximum session duration provided at the time of session creation.
21
- */
22
- timeThresholdSeconds?: number;
23
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,25 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {}
8
- */
9
- export interface AsyncSummarizeContentRequest {
10
- /** Async configuration options. */
11
- async?: Airtop.AsyncConfig;
12
- clientRequestId?: string;
13
- /** Request configuration */
14
- configuration?: Airtop.SummaryConfig;
15
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
16
- costThresholdCredits?: number;
17
- /** An optional prompt providing the Airtop AI model with additional direction or constraints about the summary (such as desired length). */
18
- prompt?: string;
19
- /**
20
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
21
- *
22
- * This setting does not extend the maximum session duration provided at the time of session creation.
23
- */
24
- timeThresholdSeconds?: number;
25
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,37 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {
8
- * text: "Example text"
9
- * }
10
- */
11
- export interface AsyncTypeRequest {
12
- /** Async configuration options. */
13
- async?: Airtop.AsyncConfig;
14
- /** If true, and an HTML input field is active, clears the input field before typing the text. */
15
- clearInputField?: boolean;
16
- clientRequestId?: string;
17
- /** Request configuration */
18
- configuration?: Airtop.MicroInteractionConfigWithExperimental;
19
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
20
- costThresholdCredits?: number;
21
- /** A natural language description of where to type (e.g. 'the search box', 'username field'). The interaction will be aborted if the target element cannot be found. */
22
- elementDescription?: string;
23
- /** If true, simulates pressing the Enter key after typing the text. */
24
- pressEnterKey?: boolean;
25
- /** If true, simulates pressing the Tab key after typing the text. Note that the tab key will be pressed after the Enter key if both options are configured. */
26
- pressTabKey?: boolean;
27
- /** The text to type into the browser window. */
28
- text: string;
29
- /**
30
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
31
- *
32
- * This setting does not extend the maximum session duration provided at the time of session creation.
33
- */
34
- timeThresholdSeconds?: number;
35
- /** If true, Airtop AI will wait for the navigation to complete after clicking the element. */
36
- waitForNavigation?: boolean;
37
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,23 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {}
8
- */
9
- export interface CreateFormFillerRequest {
10
- /** Async configuration options. */
11
- async?: Airtop.AsyncConfig;
12
- clientRequestId?: string;
13
- /** Request configuration */
14
- configuration?: Airtop.CreateAutomationRequestBodyConfiguration;
15
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
16
- costThresholdCredits?: number;
17
- /**
18
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
19
- *
20
- * This setting does not extend the maximum session duration provided at the time of session creation.
21
- */
22
- timeThresholdSeconds?: number;
23
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,18 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {}
8
- */
9
- export interface CreateWindowInputV1Body {
10
- /** Affects the live view configuration. By default, a live view will fill the parent frame (or local window if loaded directly) when initially loaded, causing the browser window to be resized to match. This parameter can be used to instead configure the returned liveViewUrl so that the live view is loaded with fixed dimensions (e.g. 1280x720), resizing the browser window to match, and then disallows any further resizing from the live view. */
11
- screenResolution?: string;
12
- /** Initial url to navigate to */
13
- url?: string;
14
- /** Wait until the specified loading event occurs. Defaults to 'load', which waits until the page dom and it's assets have loaded. 'domContentLoaded' will wait until the dom has loaded, 'complete' will wait until the page and all it's iframes have loaded it's dom and assets. 'noWait' will not wait for any loading event and will return immediately. */
15
- waitUntil?: Airtop.CreateWindowInputV1BodyWaitUntil;
16
- /** Maximum time in seconds to wait for the specified loading event to occur before timing out. */
17
- waitUntilTimeoutSeconds?: number;
18
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,27 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../../../../index";
5
- /**
6
- * @example
7
- * {
8
- * automationId: "automationId"
9
- * }
10
- */
11
- export interface FillFormRequest {
12
- /** Async configuration options. */
13
- async?: Airtop.AsyncConfig;
14
- /** The ID of the automation to execute */
15
- automationId: string;
16
- clientRequestId?: string;
17
- /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
18
- costThresholdCredits?: number;
19
- /** Optional parameters to pass to the automation execution */
20
- parameters?: Record<string, unknown>;
21
- /**
22
- * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
23
- *
24
- * This setting does not extend the maximum session duration provided at the time of session creation.
25
- */
26
- timeThresholdSeconds?: number;
27
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,23 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * @example
6
- * {
7
- * screenResolution: "1280x720"
8
- * }
9
- */
10
- export interface GetWindowInfoRequest {
11
- /**
12
- * Affects the live view configuration. A navigation bar is not shown in the live view of a browser by default. Set this to true to configure the returned liveViewUrl so that a navigation bar is rendered, allowing users to easily navigate the browser to other pages from the live view.
13
- */
14
- includeNavigationBar?: boolean;
15
- /**
16
- * Affects the live view configuration. Set to true to configure the returned liveViewUrl so that the ability to resize the browser window from the live view is disabled (resizing is allowed by default). Note that, at initial load, the live view will automatically fill the parent frame (or local window if loaded directly) and cause the browser window to be resized to match. This parameter does not affect that initial load behavior. See screenResolution for a way to set a fixed size for the live view.
17
- */
18
- disableResize?: boolean;
19
- /**
20
- * Affects the live view configuration. By default, a live view will fill the parent frame (or local window if loaded directly) when initially loaded, causing the browser window to be resized to match. This parameter can be used to instead configure the returned liveViewUrl so that the live view is loaded with fixed dimensions (e.g. 1280x720), resizing the browser window to match, and then disallows any further resizing from the live view.
21
- */
22
- screenResolution?: string;
23
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });