@airtop/sdk 0.1.17 → 0.1.19

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 (297) hide show
  1. package/Client.d.ts +0 -6
  2. package/Client.js +4 -14
  3. package/README.md +6 -8
  4. package/api/resources/index.d.ts +0 -3
  5. package/api/resources/index.js +1 -4
  6. package/api/resources/profiles/client/Client.js +2 -2
  7. package/api/resources/sessions/client/Client.js +14 -14
  8. package/api/resources/sessions/types/SessionsEventsResponse.d.ts +4 -4
  9. package/api/resources/sessions/types/index.d.ts +1 -1
  10. package/api/resources/sessions/types/index.js +1 -1
  11. package/api/resources/windows/client/Client.d.ts +0 -116
  12. package/api/resources/windows/client/Client.js +26 -654
  13. package/api/resources/windows/client/requests/index.d.ts +0 -10
  14. package/api/types/AirtopProxyConfiguration.d.ts +9 -0
  15. package/api/types/ExternalSessionWithConnectionInfo.d.ts +1 -1
  16. package/api/types/Proxy.d.ts +9 -6
  17. package/api/types/ProxyConfigurationKind.d.ts +9 -0
  18. package/api/types/ProxyCredentials.d.ts +11 -0
  19. package/api/types/SessionConfigV1.d.ts +0 -4
  20. package/api/types/SessionConfigV1Proxy.d.ts +4 -4
  21. package/api/types/VisualAnalysisConfig.d.ts +1 -1
  22. package/api/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +3 -2
  23. package/api/types/VisualAnalysisConfigResultSelectionStrategy.js +1 -0
  24. package/api/types/index.d.ts +3 -11
  25. package/api/types/index.js +3 -11
  26. package/dist/Client.d.ts +0 -6
  27. package/dist/Client.js +4 -14
  28. package/dist/api/resources/index.d.ts +0 -3
  29. package/dist/api/resources/index.js +1 -4
  30. package/dist/api/resources/profiles/client/Client.js +2 -2
  31. package/dist/api/resources/sessions/client/Client.js +14 -14
  32. package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +4 -4
  33. package/dist/api/resources/sessions/types/index.d.ts +1 -1
  34. package/dist/api/resources/sessions/types/index.js +1 -1
  35. package/dist/api/resources/windows/client/Client.d.ts +0 -116
  36. package/dist/api/resources/windows/client/Client.js +26 -654
  37. package/dist/api/resources/windows/client/requests/index.d.ts +0 -10
  38. package/dist/api/types/AirtopProxyConfiguration.d.ts +9 -0
  39. package/dist/api/types/ExternalSessionWithConnectionInfo.d.ts +1 -1
  40. package/dist/api/types/Proxy.d.ts +9 -6
  41. package/dist/api/types/ProxyConfigurationKind.d.ts +9 -0
  42. package/dist/api/types/ProxyCredentials.d.ts +11 -0
  43. package/dist/api/types/SessionConfigV1.d.ts +0 -4
  44. package/dist/api/types/SessionConfigV1Proxy.d.ts +4 -4
  45. package/dist/api/types/VisualAnalysisConfig.d.ts +1 -1
  46. package/dist/api/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +3 -2
  47. package/dist/api/types/VisualAnalysisConfigResultSelectionStrategy.js +1 -0
  48. package/dist/api/types/index.d.ts +3 -11
  49. package/dist/api/types/index.js +3 -11
  50. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +5 -5
  51. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +2 -2
  52. package/dist/serialization/resources/sessions/types/index.d.ts +1 -1
  53. package/dist/serialization/resources/sessions/types/index.js +1 -1
  54. package/dist/serialization/resources/windows/client/requests/index.d.ts +0 -10
  55. package/dist/serialization/resources/windows/client/requests/index.js +1 -21
  56. package/dist/serialization/types/AirtopProxyConfiguration.d.ts +13 -0
  57. package/dist/serialization/types/{RequestStatusResponse.js → AirtopProxyConfiguration.js} +4 -4
  58. package/dist/serialization/types/Proxy.d.ts +4 -6
  59. package/dist/serialization/types/Proxy.js +3 -5
  60. package/dist/serialization/types/ProxyConfigurationKind.d.ts +14 -0
  61. package/dist/serialization/types/{CustomProxy.js → ProxyConfigurationKind.js} +5 -2
  62. package/dist/serialization/types/ProxyCredentials.d.ts +14 -0
  63. package/dist/serialization/types/{IntervalMonitorConfig.js → ProxyCredentials.js} +5 -4
  64. package/dist/serialization/types/SessionConfigV1.d.ts +0 -2
  65. package/dist/serialization/types/SessionConfigV1.js +0 -2
  66. package/dist/serialization/types/SessionConfigV1Proxy.d.ts +3 -3
  67. package/dist/serialization/types/SessionConfigV1Proxy.js +4 -4
  68. package/dist/serialization/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +1 -1
  69. package/dist/serialization/types/VisualAnalysisConfigResultSelectionStrategy.js +1 -1
  70. package/dist/serialization/types/index.d.ts +3 -11
  71. package/dist/serialization/types/index.js +3 -11
  72. package/dist/wrapper/AirtopClient.d.ts +0 -1
  73. package/dist/wrapper/AirtopClient.js +0 -3
  74. package/dist/wrapper/AirtopWindows.d.ts +5 -3
  75. package/dist/wrapper/AirtopWindows.js +7 -5
  76. package/package.json +1 -1
  77. package/reference.md +0 -896
  78. package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +5 -5
  79. package/serialization/resources/sessions/types/SessionsEventsResponse.js +2 -2
  80. package/serialization/resources/sessions/types/index.d.ts +1 -1
  81. package/serialization/resources/sessions/types/index.js +1 -1
  82. package/serialization/resources/windows/client/requests/index.d.ts +0 -10
  83. package/serialization/resources/windows/client/requests/index.js +1 -21
  84. package/serialization/types/AirtopProxyConfiguration.d.ts +13 -0
  85. package/{dist/serialization/types/AsyncConfig.js → serialization/types/AirtopProxyConfiguration.js} +4 -3
  86. package/serialization/types/Proxy.d.ts +4 -6
  87. package/serialization/types/Proxy.js +3 -5
  88. package/serialization/types/ProxyConfigurationKind.d.ts +14 -0
  89. package/serialization/types/{CustomProxy.js → ProxyConfigurationKind.js} +5 -2
  90. package/serialization/types/ProxyCredentials.d.ts +14 -0
  91. package/serialization/types/{AsyncConfig.js → ProxyCredentials.js} +5 -3
  92. package/serialization/types/SessionConfigV1.d.ts +0 -2
  93. package/serialization/types/SessionConfigV1.js +0 -2
  94. package/serialization/types/SessionConfigV1Proxy.d.ts +3 -3
  95. package/serialization/types/SessionConfigV1Proxy.js +4 -4
  96. package/serialization/types/VisualAnalysisConfigResultSelectionStrategy.d.ts +1 -1
  97. package/serialization/types/VisualAnalysisConfigResultSelectionStrategy.js +1 -1
  98. package/serialization/types/index.d.ts +3 -11
  99. package/serialization/types/index.js +3 -11
  100. package/wrapper/AirtopClient.d.ts +0 -1
  101. package/wrapper/AirtopClient.js +0 -3
  102. package/wrapper/AirtopWindows.d.ts +5 -3
  103. package/wrapper/AirtopWindows.js +7 -5
  104. package/api/resources/extensionConfigurations/client/Client.d.ts +0 -50
  105. package/api/resources/extensionConfigurations/client/Client.js +0 -214
  106. package/api/resources/extensionConfigurations/client/index.d.ts +0 -1
  107. package/api/resources/extensionConfigurations/client/index.js +0 -17
  108. package/api/resources/extensionConfigurations/client/requests/ExtensionConfigurationDeleteRequest.d.ts +0 -13
  109. package/api/resources/extensionConfigurations/client/requests/index.d.ts +0 -1
  110. package/api/resources/extensionConfigurations/client/requests/index.js +0 -2
  111. package/api/resources/extensionConfigurations/index.d.ts +0 -1
  112. package/api/resources/extensionConfigurations/index.js +0 -17
  113. package/api/resources/requests/client/Client.d.ts +0 -34
  114. package/api/resources/requests/client/Client.js +0 -115
  115. package/api/resources/requests/client/index.d.ts +0 -1
  116. package/api/resources/requests/client/index.js +0 -2
  117. package/api/resources/requests/index.d.ts +0 -1
  118. package/api/resources/requests/index.js +0 -17
  119. package/api/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -29
  120. package/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -25
  121. package/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -27
  122. package/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -29
  123. package/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -25
  124. package/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -29
  125. package/api/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -5
  126. package/api/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -23
  127. package/api/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -5
  128. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -25
  129. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -5
  130. package/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -37
  131. package/api/resources/windows/client/requests/AsyncTypeRequest.js +0 -5
  132. package/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -25
  133. package/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -5
  134. package/api/types/AsyncConfig.d.ts +0 -7
  135. package/api/types/AsyncConfig.js +0 -5
  136. package/api/types/AsyncSessionAiResponseEnvelope.d.ts +0 -9
  137. package/api/types/AsyncSessionAiResponseEnvelope.js +0 -5
  138. package/api/types/BrowserWaitSelectorConfig.d.ts +0 -11
  139. package/api/types/BrowserWaitSelectorConfig.js +0 -5
  140. package/api/types/CustomProxy.d.ts +0 -14
  141. package/api/types/CustomProxy.js +0 -5
  142. package/api/types/ExtensionConfigurationOutput.d.ts +0 -13
  143. package/api/types/ExtensionConfigurationOutput.js +0 -5
  144. package/api/types/IntervalMonitorConfig.d.ts +0 -9
  145. package/api/types/IntervalMonitorConfig.js +0 -5
  146. package/api/types/MonitorConfig.d.ts +0 -14
  147. package/api/types/MonitorConfig.js +0 -5
  148. package/api/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -12
  149. package/api/types/MonitorConfigIncludeVisualAnalysis.js +0 -11
  150. package/api/types/MonitorConfigMonitorType.d.ts +0 -11
  151. package/api/types/MonitorConfigMonitorType.js +0 -10
  152. package/api/types/RequestStatusResponse.d.ts +0 -8
  153. package/api/types/RequestStatusResponse.js +0 -5
  154. package/api/types/SessionConfigV1ProxyItem.d.ts +0 -12
  155. package/api/types/SessionConfigV1ProxyItem.js +0 -5
  156. package/dist/api/resources/extensionConfigurations/client/Client.d.ts +0 -50
  157. package/dist/api/resources/extensionConfigurations/client/Client.js +0 -214
  158. package/dist/api/resources/extensionConfigurations/client/index.d.ts +0 -1
  159. package/dist/api/resources/extensionConfigurations/client/index.js +0 -17
  160. package/dist/api/resources/extensionConfigurations/client/requests/ExtensionConfigurationDeleteRequest.d.ts +0 -13
  161. package/dist/api/resources/extensionConfigurations/client/requests/ExtensionConfigurationDeleteRequest.js +0 -5
  162. package/dist/api/resources/extensionConfigurations/client/requests/index.d.ts +0 -1
  163. package/dist/api/resources/extensionConfigurations/client/requests/index.js +0 -2
  164. package/dist/api/resources/extensionConfigurations/index.d.ts +0 -1
  165. package/dist/api/resources/extensionConfigurations/index.js +0 -17
  166. package/dist/api/resources/requests/client/Client.d.ts +0 -34
  167. package/dist/api/resources/requests/client/Client.js +0 -115
  168. package/dist/api/resources/requests/client/index.d.ts +0 -1
  169. package/dist/api/resources/requests/client/index.js +0 -2
  170. package/dist/api/resources/requests/index.d.ts +0 -1
  171. package/dist/api/resources/requests/index.js +0 -17
  172. package/dist/api/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -29
  173. package/dist/api/resources/windows/client/requests/AsyncClickRequest.js +0 -5
  174. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -25
  175. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.js +0 -5
  176. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -27
  177. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.js +0 -5
  178. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -29
  179. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -5
  180. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -25
  181. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -5
  182. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -29
  183. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -5
  184. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -23
  185. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -5
  186. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -25
  187. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -5
  188. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -37
  189. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.js +0 -5
  190. package/dist/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -25
  191. package/dist/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -5
  192. package/dist/api/types/AsyncConfig.d.ts +0 -7
  193. package/dist/api/types/AsyncConfig.js +0 -5
  194. package/dist/api/types/AsyncSessionAiResponseEnvelope.d.ts +0 -9
  195. package/dist/api/types/AsyncSessionAiResponseEnvelope.js +0 -5
  196. package/dist/api/types/BrowserWaitSelectorConfig.d.ts +0 -11
  197. package/dist/api/types/BrowserWaitSelectorConfig.js +0 -5
  198. package/dist/api/types/CustomProxy.d.ts +0 -14
  199. package/dist/api/types/CustomProxy.js +0 -5
  200. package/dist/api/types/ExtensionConfigurationOutput.d.ts +0 -13
  201. package/dist/api/types/ExtensionConfigurationOutput.js +0 -5
  202. package/dist/api/types/IntervalMonitorConfig.d.ts +0 -9
  203. package/dist/api/types/IntervalMonitorConfig.js +0 -5
  204. package/dist/api/types/MonitorConfig.d.ts +0 -14
  205. package/dist/api/types/MonitorConfig.js +0 -5
  206. package/dist/api/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -12
  207. package/dist/api/types/MonitorConfigIncludeVisualAnalysis.js +0 -11
  208. package/dist/api/types/MonitorConfigMonitorType.d.ts +0 -11
  209. package/dist/api/types/MonitorConfigMonitorType.js +0 -10
  210. package/dist/api/types/RequestStatusResponse.d.ts +0 -8
  211. package/dist/api/types/RequestStatusResponse.js +0 -5
  212. package/dist/api/types/SessionConfigV1ProxyItem.d.ts +0 -12
  213. package/dist/api/types/SessionConfigV1ProxyItem.js +0 -5
  214. package/dist/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -20
  215. package/dist/serialization/resources/windows/client/requests/AsyncClickRequest.js +0 -41
  216. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -19
  217. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.js +0 -40
  218. package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -20
  219. package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +0 -41
  220. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -20
  221. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -41
  222. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -19
  223. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -40
  224. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -20
  225. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -41
  226. package/dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -18
  227. package/dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -39
  228. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -19
  229. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -40
  230. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -24
  231. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.js +0 -45
  232. package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -18
  233. package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -39
  234. package/dist/serialization/types/AsyncConfig.d.ts +0 -12
  235. package/dist/serialization/types/AsyncSessionAiResponseEnvelope.d.ts +0 -15
  236. package/dist/serialization/types/AsyncSessionAiResponseEnvelope.js +0 -36
  237. package/dist/serialization/types/BrowserWaitSelectorConfig.d.ts +0 -14
  238. package/dist/serialization/types/BrowserWaitSelectorConfig.js +0 -35
  239. package/dist/serialization/types/CustomProxy.d.ts +0 -11
  240. package/dist/serialization/types/ExtensionConfigurationOutput.d.ts +0 -15
  241. package/dist/serialization/types/ExtensionConfigurationOutput.js +0 -36
  242. package/dist/serialization/types/IntervalMonitorConfig.d.ts +0 -13
  243. package/dist/serialization/types/MonitorConfig.d.ts +0 -19
  244. package/dist/serialization/types/MonitorConfig.js +0 -40
  245. package/dist/serialization/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -10
  246. package/dist/serialization/types/MonitorConfigIncludeVisualAnalysis.js +0 -31
  247. package/dist/serialization/types/MonitorConfigMonitorType.d.ts +0 -10
  248. package/dist/serialization/types/MonitorConfigMonitorType.js +0 -31
  249. package/dist/serialization/types/RequestStatusResponse.d.ts +0 -13
  250. package/dist/serialization/types/SessionConfigV1ProxyItem.d.ts +0 -14
  251. package/dist/serialization/types/SessionConfigV1ProxyItem.js +0 -35
  252. package/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -20
  253. package/serialization/resources/windows/client/requests/AsyncClickRequest.js +0 -41
  254. package/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -19
  255. package/serialization/resources/windows/client/requests/AsyncHoverRequest.js +0 -40
  256. package/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -20
  257. package/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +0 -41
  258. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -20
  259. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -41
  260. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -19
  261. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -40
  262. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -20
  263. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -41
  264. package/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +0 -18
  265. package/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -39
  266. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -19
  267. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -40
  268. package/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -24
  269. package/serialization/resources/windows/client/requests/AsyncTypeRequest.js +0 -45
  270. package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +0 -18
  271. package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +0 -39
  272. package/serialization/types/AsyncConfig.d.ts +0 -12
  273. package/serialization/types/AsyncSessionAiResponseEnvelope.d.ts +0 -15
  274. package/serialization/types/AsyncSessionAiResponseEnvelope.js +0 -36
  275. package/serialization/types/BrowserWaitSelectorConfig.d.ts +0 -14
  276. package/serialization/types/BrowserWaitSelectorConfig.js +0 -35
  277. package/serialization/types/CustomProxy.d.ts +0 -11
  278. package/serialization/types/ExtensionConfigurationOutput.d.ts +0 -15
  279. package/serialization/types/ExtensionConfigurationOutput.js +0 -36
  280. package/serialization/types/IntervalMonitorConfig.d.ts +0 -13
  281. package/serialization/types/IntervalMonitorConfig.js +0 -34
  282. package/serialization/types/MonitorConfig.d.ts +0 -19
  283. package/serialization/types/MonitorConfig.js +0 -40
  284. package/serialization/types/MonitorConfigIncludeVisualAnalysis.d.ts +0 -10
  285. package/serialization/types/MonitorConfigIncludeVisualAnalysis.js +0 -31
  286. package/serialization/types/MonitorConfigMonitorType.d.ts +0 -10
  287. package/serialization/types/MonitorConfigMonitorType.js +0 -31
  288. package/serialization/types/RequestStatusResponse.d.ts +0 -13
  289. package/serialization/types/RequestStatusResponse.js +0 -34
  290. package/serialization/types/SessionConfigV1ProxyItem.d.ts +0 -14
  291. package/serialization/types/SessionConfigV1ProxyItem.js +0 -35
  292. /package/api/{resources/extensionConfigurations/client/requests/ExtensionConfigurationDeleteRequest.js → types/AirtopProxyConfiguration.js} +0 -0
  293. /package/api/{resources/windows/client/requests/AsyncClickRequest.js → types/ProxyConfigurationKind.js} +0 -0
  294. /package/api/{resources/windows/client/requests/AsyncHoverRequest.js → types/ProxyCredentials.js} +0 -0
  295. /package/{api/resources/windows/client/requests/AsyncMonitorRequest.js → dist/api/types/AirtopProxyConfiguration.js} +0 -0
  296. /package/{api/resources/windows/client/requests/AsyncPageQueryRequest.js → dist/api/types/ProxyConfigurationKind.js} +0 -0
  297. /package/{api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js → dist/api/types/ProxyCredentials.js} +0 -0
@@ -16,11 +16,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./AiPromptResponse"), exports);
18
18
  __exportStar(require("./AiResponseEnvelope"), exports);
19
- __exportStar(require("./AsyncConfig"), exports);
20
- __exportStar(require("./AsyncSessionAiResponseEnvelope"), exports);
21
19
  __exportStar(require("./BrowserWaitNavigationConfigWaitUntil"), exports);
22
20
  __exportStar(require("./BrowserWaitNavigationConfig"), exports);
23
- __exportStar(require("./BrowserWaitSelectorConfig"), exports);
24
21
  __exportStar(require("./ClickConfigClickType"), exports);
25
22
  __exportStar(require("./ClickConfig"), exports);
26
23
  __exportStar(require("./ClientProvidedResponseMetadata"), exports);
@@ -29,25 +26,19 @@ __exportStar(require("./ErrorBody"), exports);
29
26
  __exportStar(require("./ErrorDetail"), exports);
30
27
  __exportStar(require("./ErrorMessage"), exports);
31
28
  __exportStar(require("./ErrorModel"), exports);
32
- __exportStar(require("./ExtensionConfigurationOutput"), exports);
33
29
  __exportStar(require("./ExternalSessionAiResponseMetadataStatus"), exports);
34
30
  __exportStar(require("./ExternalSessionAiResponseMetadata"), exports);
35
31
  __exportStar(require("./ExternalSessionAiResponseMetadataUsage"), exports);
36
32
  __exportStar(require("./ExternalSessionConfig"), exports);
37
33
  __exportStar(require("./ExternalSessionWithConnectionInfo"), exports);
38
- __exportStar(require("./IntervalMonitorConfig"), exports);
39
34
  __exportStar(require("./Issue"), exports);
40
35
  __exportStar(require("./MicroInteractionConfig"), exports);
41
- __exportStar(require("./MonitorConfigIncludeVisualAnalysis"), exports);
42
- __exportStar(require("./MonitorConfigMonitorType"), exports);
43
- __exportStar(require("./MonitorConfig"), exports);
44
36
  __exportStar(require("./OperationOutcome"), exports);
45
37
  __exportStar(require("./OperationOutcomeResponse"), exports);
46
38
  __exportStar(require("./PageQueryConfig"), exports);
47
39
  __exportStar(require("./PageQueryExperimentalConfig"), exports);
48
40
  __exportStar(require("./PaginatedExtractionConfig"), exports);
49
41
  __exportStar(require("./Pagination"), exports);
50
- __exportStar(require("./RequestStatusResponse"), exports);
51
42
  __exportStar(require("./ScrapeResponse"), exports);
52
43
  __exportStar(require("./ScrapeResponseContent"), exports);
53
44
  __exportStar(require("./ScrapeResponseEnvelope"), exports);
@@ -55,9 +46,10 @@ __exportStar(require("./ScrapeResponseOutput"), exports);
55
46
  __exportStar(require("./ScreenshotConfig"), exports);
56
47
  __exportStar(require("./ScreenshotMetadata"), exports);
57
48
  __exportStar(require("./ScreenshotRequestConfig"), exports);
49
+ __exportStar(require("./AirtopProxyConfiguration"), exports);
50
+ __exportStar(require("./ProxyCredentials"), exports);
58
51
  __exportStar(require("./Proxy"), exports);
59
- __exportStar(require("./CustomProxy"), exports);
60
- __exportStar(require("./SessionConfigV1ProxyItem"), exports);
52
+ __exportStar(require("./ProxyConfigurationKind"), exports);
61
53
  __exportStar(require("./SessionConfigV1Proxy"), exports);
62
54
  __exportStar(require("./SessionConfigV1"), exports);
63
55
  __exportStar(require("./SessionEventMessage"), exports);
@@ -17,7 +17,6 @@ export declare class AirtopClient {
17
17
  get sessions(): AirtopSessions;
18
18
  get windows(): AirtopWindows;
19
19
  get profiles(): import("../api/resources/profiles/client/Client").Profiles;
20
- get extensionConfigurations(): import("../api/resources/extensionConfigurations/client/Client").ExtensionConfigurations;
21
20
  log(message: string): void;
22
21
  warn(message: string): void;
23
22
  error(err: any): void;
@@ -70,9 +70,6 @@ class AirtopClient {
70
70
  get profiles() {
71
71
  return this._client.profiles;
72
72
  }
73
- get extensionConfigurations() {
74
- return this._client.extensionConfigurations;
75
- }
76
73
  log(message) {
77
74
  if (this.debug) {
78
75
  console.log(message);
@@ -115,15 +115,17 @@ export declare class AirtopWindows extends WindowsClass {
115
115
  */
116
116
  type(sessionId: string, windowId: string, request: Airtop.SessionTypeHandlerRequestBody, requestOptions?: WindowsNamespace.RequestOptions): Promise<Airtop.AiPromptResponse>;
117
117
  /**
118
+ * Submit a prompt that queries the content of a specific browser window and paginates through pages to return a list of results.
119
+ *
118
120
  * @param {string} sessionId - The session id for the window.
119
121
  * @param {string} windowId - The Airtop window id of the browser window.
120
- * @param {Airtop.SessionMonitorHandlerRequestBody} request
122
+ * @param {Airtop.SessionPaginatedExtractionHandlerRequestBody} request
121
123
  * @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
122
124
  *
123
125
  * @example
124
- * await client.windows.monitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
126
+ * await client.windows.paginatedExtraction("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
125
127
  */
126
- monitor(sessionId: string, windowId: string, request?: Airtop.SessionMonitorHandlerRequestBody, requestOptions?: WindowsNamespace.RequestOptions): Promise<Airtop.AiPromptResponse>;
128
+ paginatedExtraction(sessionId: string, windowId: string, request?: Airtop.SessionPaginatedExtractionHandlerRequestBody, requestOptions?: WindowsNamespace.RequestOptions): Promise<Airtop.AiPromptResponse>;
127
129
  private executeSeleniumCDPCommand;
128
130
  getWindowInfoForSeleniumDriver(session: Airtop.ExternalSessionWithConnectionInfo, driver: seleniumWebdriver.WebDriver, request?: Airtop.GetWindowInfoRequest, requestOptions?: WindowsNamespace.RequestOptions): Promise<Airtop.WindowResponse>;
129
131
  }
@@ -191,20 +191,22 @@ class AirtopWindows extends Client_1.Windows {
191
191
  });
192
192
  }
193
193
  /**
194
+ * Submit a prompt that queries the content of a specific browser window and paginates through pages to return a list of results.
195
+ *
194
196
  * @param {string} sessionId - The session id for the window.
195
197
  * @param {string} windowId - The Airtop window id of the browser window.
196
- * @param {Airtop.SessionMonitorHandlerRequestBody} request
198
+ * @param {Airtop.SessionPaginatedExtractionHandlerRequestBody} request
197
199
  * @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
198
200
  *
199
201
  * @example
200
- * await client.windows.monitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
202
+ * await client.windows.paginatedExtraction("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
201
203
  */
202
- monitor(sessionId, windowId, request = {}, requestOptions) {
204
+ paginatedExtraction(sessionId, windowId, request = {}, requestOptions) {
203
205
  const _super = Object.create(null, {
204
- monitor: { get: () => super.monitor }
206
+ paginatedExtraction: { get: () => super.paginatedExtraction }
205
207
  });
206
208
  return __awaiter(this, void 0, void 0, function* () {
207
- return _super.monitor.call(this, sessionId, windowId, request, Object.assign(Object.assign({ timeoutInSeconds: 600 }, requestOptions), { maxRetries: 0 }));
209
+ return _super.paginatedExtraction.call(this, sessionId, windowId, request, Object.assign(Object.assign({ timeoutInSeconds: 600 }, requestOptions), { maxRetries: 0 }));
208
210
  });
209
211
  }
210
212
  executeSeleniumCDPCommand(driver, session, apiKey) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airtop/sdk",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "private": false,
5
5
  "repository": "https://github.com/airtop-ai/airtop-node-sdk",
6
6
  "main": "./index.js",