@airtop/sdk 0.1.16 → 0.1.17

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 (243) hide show
  1. package/Client.d.ts +6 -0
  2. package/Client.js +14 -4
  3. package/README.md +8 -6
  4. package/api/resources/extensionConfigurations/client/Client.d.ts +50 -0
  5. package/api/resources/extensionConfigurations/client/Client.js +214 -0
  6. package/api/resources/extensionConfigurations/client/index.d.ts +1 -0
  7. package/api/resources/extensionConfigurations/client/index.js +17 -0
  8. package/api/resources/extensionConfigurations/client/requests/ExtensionConfigurationDeleteRequest.d.ts +13 -0
  9. package/api/resources/extensionConfigurations/client/requests/ExtensionConfigurationDeleteRequest.js +5 -0
  10. package/api/resources/extensionConfigurations/client/requests/index.d.ts +1 -0
  11. package/api/resources/extensionConfigurations/client/requests/index.js +2 -0
  12. package/api/resources/extensionConfigurations/index.d.ts +1 -0
  13. package/api/resources/extensionConfigurations/index.js +17 -0
  14. package/api/resources/index.d.ts +3 -0
  15. package/api/resources/index.js +4 -1
  16. package/api/resources/profiles/client/Client.js +2 -2
  17. package/api/resources/requests/client/Client.d.ts +34 -0
  18. package/api/resources/requests/client/Client.js +115 -0
  19. package/api/resources/requests/client/index.d.ts +1 -0
  20. package/api/resources/requests/client/index.js +2 -0
  21. package/api/resources/requests/index.d.ts +1 -0
  22. package/api/resources/requests/index.js +17 -0
  23. package/api/resources/sessions/client/Client.d.ts +2 -2
  24. package/api/resources/sessions/client/Client.js +17 -17
  25. package/api/resources/sessions/types/SessionsEventsResponse.d.ts +7 -7
  26. package/api/resources/sessions/types/index.d.ts +2 -2
  27. package/api/resources/sessions/types/index.js +2 -2
  28. package/api/resources/windows/client/Client.d.ts +116 -0
  29. package/api/resources/windows/client/Client.js +654 -26
  30. package/api/resources/windows/client/requests/AsyncClickRequest.d.ts +29 -0
  31. package/api/resources/windows/client/requests/AsyncClickRequest.js +5 -0
  32. package/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +25 -0
  33. package/api/resources/windows/client/requests/AsyncHoverRequest.js +5 -0
  34. package/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +27 -0
  35. package/api/resources/windows/client/requests/AsyncMonitorRequest.js +5 -0
  36. package/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +29 -0
  37. package/api/resources/windows/client/requests/AsyncPageQueryRequest.js +5 -0
  38. package/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +25 -0
  39. package/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +5 -0
  40. package/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +29 -0
  41. package/api/resources/windows/client/requests/AsyncPromptContentRequest.js +5 -0
  42. package/api/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +23 -0
  43. package/api/resources/windows/client/requests/AsyncScreenshotRequest.js +5 -0
  44. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +25 -0
  45. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +5 -0
  46. package/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +37 -0
  47. package/api/resources/windows/client/requests/AsyncTypeRequest.js +5 -0
  48. package/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +25 -0
  49. package/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +5 -0
  50. package/api/resources/windows/client/requests/index.d.ts +10 -0
  51. package/api/types/AsyncConfig.d.ts +7 -0
  52. package/api/types/AsyncConfig.js +5 -0
  53. package/api/types/AsyncSessionAiResponseEnvelope.d.ts +9 -0
  54. package/api/types/AsyncSessionAiResponseEnvelope.js +5 -0
  55. package/api/types/BrowserWaitSelectorConfig.d.ts +11 -0
  56. package/api/types/BrowserWaitSelectorConfig.js +5 -0
  57. package/api/types/ExtensionConfigurationOutput.d.ts +13 -0
  58. package/api/types/ExtensionConfigurationOutput.js +5 -0
  59. package/api/types/IntervalMonitorConfig.d.ts +9 -0
  60. package/api/types/IntervalMonitorConfig.js +5 -0
  61. package/api/types/MonitorConfig.d.ts +14 -0
  62. package/api/types/MonitorConfig.js +5 -0
  63. package/api/types/MonitorConfigIncludeVisualAnalysis.d.ts +12 -0
  64. package/api/types/MonitorConfigIncludeVisualAnalysis.js +11 -0
  65. package/api/types/MonitorConfigMonitorType.d.ts +11 -0
  66. package/api/types/MonitorConfigMonitorType.js +10 -0
  67. package/api/types/RequestStatusResponse.d.ts +8 -0
  68. package/api/types/RequestStatusResponse.js +5 -0
  69. package/api/types/SessionConfigV1.d.ts +2 -2
  70. package/api/types/index.d.ts +9 -0
  71. package/api/types/index.js +9 -0
  72. package/dist/Client.d.ts +6 -0
  73. package/dist/Client.js +14 -4
  74. package/dist/api/resources/extensionConfigurations/client/Client.d.ts +50 -0
  75. package/dist/api/resources/extensionConfigurations/client/Client.js +214 -0
  76. package/dist/api/resources/extensionConfigurations/client/index.d.ts +1 -0
  77. package/dist/api/resources/extensionConfigurations/client/index.js +17 -0
  78. package/dist/api/resources/extensionConfigurations/client/requests/ExtensionConfigurationDeleteRequest.d.ts +13 -0
  79. package/dist/api/resources/extensionConfigurations/client/requests/ExtensionConfigurationDeleteRequest.js +5 -0
  80. package/dist/api/resources/extensionConfigurations/client/requests/index.d.ts +1 -0
  81. package/dist/api/resources/extensionConfigurations/client/requests/index.js +2 -0
  82. package/dist/api/resources/extensionConfigurations/index.d.ts +1 -0
  83. package/dist/api/resources/extensionConfigurations/index.js +17 -0
  84. package/dist/api/resources/index.d.ts +3 -0
  85. package/dist/api/resources/index.js +4 -1
  86. package/dist/api/resources/profiles/client/Client.js +2 -2
  87. package/dist/api/resources/requests/client/Client.d.ts +34 -0
  88. package/dist/api/resources/requests/client/Client.js +115 -0
  89. package/dist/api/resources/requests/client/index.d.ts +1 -0
  90. package/dist/api/resources/requests/client/index.js +2 -0
  91. package/dist/api/resources/requests/index.d.ts +1 -0
  92. package/dist/api/resources/requests/index.js +17 -0
  93. package/dist/api/resources/sessions/client/Client.d.ts +2 -2
  94. package/dist/api/resources/sessions/client/Client.js +17 -17
  95. package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +7 -7
  96. package/dist/api/resources/sessions/types/index.d.ts +2 -2
  97. package/dist/api/resources/sessions/types/index.js +2 -2
  98. package/dist/api/resources/windows/client/Client.d.ts +116 -0
  99. package/dist/api/resources/windows/client/Client.js +654 -26
  100. package/dist/api/resources/windows/client/requests/AsyncClickRequest.d.ts +29 -0
  101. package/dist/api/resources/windows/client/requests/AsyncClickRequest.js +5 -0
  102. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +25 -0
  103. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.js +5 -0
  104. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +27 -0
  105. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.js +5 -0
  106. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +29 -0
  107. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.js +5 -0
  108. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +25 -0
  109. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +5 -0
  110. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +29 -0
  111. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.js +5 -0
  112. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +23 -0
  113. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.js +5 -0
  114. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +25 -0
  115. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +5 -0
  116. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +37 -0
  117. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.js +5 -0
  118. package/dist/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +25 -0
  119. package/dist/api/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +5 -0
  120. package/dist/api/resources/windows/client/requests/index.d.ts +10 -0
  121. package/dist/api/types/AsyncConfig.d.ts +7 -0
  122. package/dist/api/types/AsyncConfig.js +5 -0
  123. package/dist/api/types/AsyncSessionAiResponseEnvelope.d.ts +9 -0
  124. package/dist/api/types/AsyncSessionAiResponseEnvelope.js +5 -0
  125. package/dist/api/types/BrowserWaitSelectorConfig.d.ts +11 -0
  126. package/dist/api/types/BrowserWaitSelectorConfig.js +5 -0
  127. package/dist/api/types/ExtensionConfigurationOutput.d.ts +13 -0
  128. package/dist/api/types/ExtensionConfigurationOutput.js +5 -0
  129. package/dist/api/types/IntervalMonitorConfig.d.ts +9 -0
  130. package/dist/api/types/IntervalMonitorConfig.js +5 -0
  131. package/dist/api/types/MonitorConfig.d.ts +14 -0
  132. package/dist/api/types/MonitorConfig.js +5 -0
  133. package/dist/api/types/MonitorConfigIncludeVisualAnalysis.d.ts +12 -0
  134. package/dist/api/types/MonitorConfigIncludeVisualAnalysis.js +11 -0
  135. package/dist/api/types/MonitorConfigMonitorType.d.ts +11 -0
  136. package/dist/api/types/MonitorConfigMonitorType.js +10 -0
  137. package/dist/api/types/RequestStatusResponse.d.ts +8 -0
  138. package/dist/api/types/RequestStatusResponse.js +5 -0
  139. package/dist/api/types/SessionConfigV1.d.ts +2 -2
  140. package/dist/api/types/index.d.ts +9 -0
  141. package/dist/api/types/index.js +9 -0
  142. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +9 -9
  143. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +4 -4
  144. package/dist/serialization/resources/sessions/types/index.d.ts +2 -2
  145. package/dist/serialization/resources/sessions/types/index.js +2 -2
  146. package/dist/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +20 -0
  147. package/dist/serialization/resources/windows/client/requests/AsyncClickRequest.js +41 -0
  148. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +19 -0
  149. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.js +40 -0
  150. package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +20 -0
  151. package/dist/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +41 -0
  152. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +20 -0
  153. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +41 -0
  154. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +19 -0
  155. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +40 -0
  156. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +20 -0
  157. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +41 -0
  158. package/dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +18 -0
  159. package/dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js +39 -0
  160. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +19 -0
  161. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.js +40 -0
  162. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +24 -0
  163. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.js +45 -0
  164. package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +18 -0
  165. package/dist/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +39 -0
  166. package/dist/serialization/resources/windows/client/requests/index.d.ts +10 -0
  167. package/dist/serialization/resources/windows/client/requests/index.js +21 -1
  168. package/dist/serialization/types/AsyncConfig.d.ts +12 -0
  169. package/dist/serialization/types/AsyncConfig.js +33 -0
  170. package/dist/serialization/types/AsyncSessionAiResponseEnvelope.d.ts +15 -0
  171. package/dist/serialization/types/AsyncSessionAiResponseEnvelope.js +36 -0
  172. package/dist/serialization/types/BrowserWaitSelectorConfig.d.ts +14 -0
  173. package/dist/serialization/types/BrowserWaitSelectorConfig.js +35 -0
  174. package/dist/serialization/types/ExtensionConfigurationOutput.d.ts +15 -0
  175. package/dist/serialization/types/ExtensionConfigurationOutput.js +36 -0
  176. package/dist/serialization/types/IntervalMonitorConfig.d.ts +13 -0
  177. package/dist/serialization/types/IntervalMonitorConfig.js +34 -0
  178. package/dist/serialization/types/MonitorConfig.d.ts +19 -0
  179. package/dist/serialization/types/MonitorConfig.js +40 -0
  180. package/dist/serialization/types/MonitorConfigIncludeVisualAnalysis.d.ts +10 -0
  181. package/dist/serialization/types/MonitorConfigIncludeVisualAnalysis.js +31 -0
  182. package/dist/serialization/types/MonitorConfigMonitorType.d.ts +10 -0
  183. package/dist/serialization/types/MonitorConfigMonitorType.js +31 -0
  184. package/dist/serialization/types/RequestStatusResponse.d.ts +13 -0
  185. package/dist/serialization/types/RequestStatusResponse.js +34 -0
  186. package/dist/serialization/types/index.d.ts +9 -0
  187. package/dist/serialization/types/index.js +9 -0
  188. package/dist/wrapper/AirtopClient.d.ts +1 -0
  189. package/dist/wrapper/AirtopClient.js +3 -0
  190. package/dist/wrapper/AirtopWindows.d.ts +10 -0
  191. package/dist/wrapper/AirtopWindows.js +17 -0
  192. package/package.json +1 -1
  193. package/reference.md +898 -2
  194. package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +9 -9
  195. package/serialization/resources/sessions/types/SessionsEventsResponse.js +4 -4
  196. package/serialization/resources/sessions/types/index.d.ts +2 -2
  197. package/serialization/resources/sessions/types/index.js +2 -2
  198. package/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +20 -0
  199. package/serialization/resources/windows/client/requests/AsyncClickRequest.js +41 -0
  200. package/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +19 -0
  201. package/serialization/resources/windows/client/requests/AsyncHoverRequest.js +40 -0
  202. package/serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts +20 -0
  203. package/serialization/resources/windows/client/requests/AsyncMonitorRequest.js +41 -0
  204. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +20 -0
  205. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +41 -0
  206. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +19 -0
  207. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +40 -0
  208. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +20 -0
  209. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +41 -0
  210. package/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts +18 -0
  211. package/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js +39 -0
  212. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +19 -0
  213. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.js +40 -0
  214. package/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +24 -0
  215. package/serialization/resources/windows/client/requests/AsyncTypeRequest.js +45 -0
  216. package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.d.ts +18 -0
  217. package/serialization/resources/windows/client/requests/SessionMonitorHandlerRequestBody.js +39 -0
  218. package/serialization/resources/windows/client/requests/index.d.ts +10 -0
  219. package/serialization/resources/windows/client/requests/index.js +21 -1
  220. package/serialization/types/AsyncConfig.d.ts +12 -0
  221. package/serialization/types/AsyncConfig.js +33 -0
  222. package/serialization/types/AsyncSessionAiResponseEnvelope.d.ts +15 -0
  223. package/serialization/types/AsyncSessionAiResponseEnvelope.js +36 -0
  224. package/serialization/types/BrowserWaitSelectorConfig.d.ts +14 -0
  225. package/serialization/types/BrowserWaitSelectorConfig.js +35 -0
  226. package/serialization/types/ExtensionConfigurationOutput.d.ts +15 -0
  227. package/serialization/types/ExtensionConfigurationOutput.js +36 -0
  228. package/serialization/types/IntervalMonitorConfig.d.ts +13 -0
  229. package/serialization/types/IntervalMonitorConfig.js +34 -0
  230. package/serialization/types/MonitorConfig.d.ts +19 -0
  231. package/serialization/types/MonitorConfig.js +40 -0
  232. package/serialization/types/MonitorConfigIncludeVisualAnalysis.d.ts +10 -0
  233. package/serialization/types/MonitorConfigIncludeVisualAnalysis.js +31 -0
  234. package/serialization/types/MonitorConfigMonitorType.d.ts +10 -0
  235. package/serialization/types/MonitorConfigMonitorType.js +31 -0
  236. package/serialization/types/RequestStatusResponse.d.ts +13 -0
  237. package/serialization/types/RequestStatusResponse.js +34 -0
  238. package/serialization/types/index.d.ts +9 -0
  239. package/serialization/types/index.js +9 -0
  240. package/wrapper/AirtopClient.d.ts +1 -0
  241. package/wrapper/AirtopClient.js +3 -0
  242. package/wrapper/AirtopWindows.d.ts +10 -0
  243. package/wrapper/AirtopWindows.js +17 -0
@@ -48,6 +48,571 @@ class Windows {
48
48
  constructor(_options) {
49
49
  this._options = _options;
50
50
  }
51
+ /**
52
+ * Execute a click interaction in a specific browser window asynchronously
53
+ *
54
+ * @param {string} sessionId - The session id for the window.
55
+ * @param {string} windowId - The Airtop window id of the browser window.
56
+ * @param {Airtop.AsyncClickRequest} request
57
+ * @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
58
+ *
59
+ * @example
60
+ * await client.windows.asyncClick("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
61
+ * elementDescription: "The login button"
62
+ * })
63
+ */
64
+ asyncClick(sessionId, windowId, request, requestOptions) {
65
+ var _a, _b;
66
+ return __awaiter(this, void 0, void 0, function* () {
67
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
68
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.AirtopEnvironment.Default, `async/sessions/${encodeURIComponent(sessionId)}/windows/${encodeURIComponent(windowId)}/click`),
69
+ method: "POST",
70
+ headers: {
71
+ Authorization: yield this._getAuthorizationHeader(),
72
+ "X-Fern-Language": "JavaScript",
73
+ "X-Fern-SDK-Name": "@airtop/sdk",
74
+ "X-Fern-SDK-Version": "0.1.17",
75
+ "User-Agent": "@airtop/sdk/0.1.17",
76
+ "X-Fern-Runtime": core.RUNTIME.type,
77
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
78
+ },
79
+ contentType: "application/json",
80
+ requestType: "json",
81
+ body: serializers.AsyncClickRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
82
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
83
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
84
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
85
+ });
86
+ if (_response.ok) {
87
+ return serializers.AsyncSessionAiResponseEnvelope.parseOrThrow(_response.body, {
88
+ unrecognizedObjectKeys: "passthrough",
89
+ allowUnrecognizedUnionMembers: true,
90
+ allowUnrecognizedEnumValues: true,
91
+ skipValidation: true,
92
+ breadcrumbsPrefix: ["response"],
93
+ });
94
+ }
95
+ if (_response.error.reason === "status-code") {
96
+ throw new errors.AirtopError({
97
+ statusCode: _response.error.statusCode,
98
+ body: _response.error.body,
99
+ });
100
+ }
101
+ switch (_response.error.reason) {
102
+ case "non-json":
103
+ throw new errors.AirtopError({
104
+ statusCode: _response.error.statusCode,
105
+ body: _response.error.rawBody,
106
+ });
107
+ case "timeout":
108
+ throw new errors.AirtopTimeoutError();
109
+ case "unknown":
110
+ throw new errors.AirtopError({
111
+ message: _response.error.errorMessage,
112
+ });
113
+ }
114
+ });
115
+ }
116
+ /**
117
+ * @param {string} sessionId - The session id for the window.
118
+ * @param {string} windowId - The Airtop window id of the browser window.
119
+ * @param {Airtop.AsyncHoverRequest} request
120
+ * @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
121
+ *
122
+ * @example
123
+ * await client.windows.asyncHover("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
124
+ */
125
+ asyncHover(sessionId, windowId, request = {}, requestOptions) {
126
+ var _a, _b;
127
+ return __awaiter(this, void 0, void 0, function* () {
128
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
129
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.AirtopEnvironment.Default, `async/sessions/${encodeURIComponent(sessionId)}/windows/${encodeURIComponent(windowId)}/hover`),
130
+ method: "POST",
131
+ headers: {
132
+ Authorization: yield this._getAuthorizationHeader(),
133
+ "X-Fern-Language": "JavaScript",
134
+ "X-Fern-SDK-Name": "@airtop/sdk",
135
+ "X-Fern-SDK-Version": "0.1.17",
136
+ "User-Agent": "@airtop/sdk/0.1.17",
137
+ "X-Fern-Runtime": core.RUNTIME.type,
138
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
139
+ },
140
+ contentType: "application/json",
141
+ requestType: "json",
142
+ body: serializers.AsyncHoverRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
143
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
144
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
145
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
146
+ });
147
+ if (_response.ok) {
148
+ return serializers.AsyncSessionAiResponseEnvelope.parseOrThrow(_response.body, {
149
+ unrecognizedObjectKeys: "passthrough",
150
+ allowUnrecognizedUnionMembers: true,
151
+ allowUnrecognizedEnumValues: true,
152
+ skipValidation: true,
153
+ breadcrumbsPrefix: ["response"],
154
+ });
155
+ }
156
+ if (_response.error.reason === "status-code") {
157
+ throw new errors.AirtopError({
158
+ statusCode: _response.error.statusCode,
159
+ body: _response.error.body,
160
+ });
161
+ }
162
+ switch (_response.error.reason) {
163
+ case "non-json":
164
+ throw new errors.AirtopError({
165
+ statusCode: _response.error.statusCode,
166
+ body: _response.error.rawBody,
167
+ });
168
+ case "timeout":
169
+ throw new errors.AirtopTimeoutError();
170
+ case "unknown":
171
+ throw new errors.AirtopError({
172
+ message: _response.error.errorMessage,
173
+ });
174
+ }
175
+ });
176
+ }
177
+ /**
178
+ * @param {string} sessionId - The session id for the window.
179
+ * @param {string} windowId - The Airtop window id of the browser window.
180
+ * @param {Airtop.AsyncMonitorRequest} request
181
+ * @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
182
+ *
183
+ * @example
184
+ * await client.windows.asyncMonitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
185
+ */
186
+ asyncMonitor(sessionId, windowId, request = {}, requestOptions) {
187
+ var _a, _b;
188
+ return __awaiter(this, void 0, void 0, function* () {
189
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
190
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.AirtopEnvironment.Default, `async/sessions/${encodeURIComponent(sessionId)}/windows/${encodeURIComponent(windowId)}/monitor`),
191
+ method: "POST",
192
+ headers: {
193
+ Authorization: yield this._getAuthorizationHeader(),
194
+ "X-Fern-Language": "JavaScript",
195
+ "X-Fern-SDK-Name": "@airtop/sdk",
196
+ "X-Fern-SDK-Version": "0.1.17",
197
+ "User-Agent": "@airtop/sdk/0.1.17",
198
+ "X-Fern-Runtime": core.RUNTIME.type,
199
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
200
+ },
201
+ contentType: "application/json",
202
+ requestType: "json",
203
+ body: serializers.AsyncMonitorRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
204
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
205
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
206
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
207
+ });
208
+ if (_response.ok) {
209
+ return serializers.AsyncSessionAiResponseEnvelope.parseOrThrow(_response.body, {
210
+ unrecognizedObjectKeys: "passthrough",
211
+ allowUnrecognizedUnionMembers: true,
212
+ allowUnrecognizedEnumValues: true,
213
+ skipValidation: true,
214
+ breadcrumbsPrefix: ["response"],
215
+ });
216
+ }
217
+ if (_response.error.reason === "status-code") {
218
+ throw new errors.AirtopError({
219
+ statusCode: _response.error.statusCode,
220
+ body: _response.error.body,
221
+ });
222
+ }
223
+ switch (_response.error.reason) {
224
+ case "non-json":
225
+ throw new errors.AirtopError({
226
+ statusCode: _response.error.statusCode,
227
+ body: _response.error.rawBody,
228
+ });
229
+ case "timeout":
230
+ throw new errors.AirtopTimeoutError();
231
+ case "unknown":
232
+ throw new errors.AirtopError({
233
+ message: _response.error.errorMessage,
234
+ });
235
+ }
236
+ });
237
+ }
238
+ /**
239
+ * @param {string} sessionId - The session id for the window.
240
+ * @param {string} windowId - The Airtop window id of the browser window.
241
+ * @param {Airtop.AsyncPageQueryRequest} request
242
+ * @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
243
+ *
244
+ * @example
245
+ * await client.windows.asyncPageQuery("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
246
+ * prompt: "What is the main idea of this page?"
247
+ * })
248
+ */
249
+ asyncPageQuery(sessionId, windowId, request, requestOptions) {
250
+ var _a, _b;
251
+ return __awaiter(this, void 0, void 0, function* () {
252
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
253
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.AirtopEnvironment.Default, `async/sessions/${encodeURIComponent(sessionId)}/windows/${encodeURIComponent(windowId)}/page-query`),
254
+ method: "POST",
255
+ headers: {
256
+ Authorization: yield this._getAuthorizationHeader(),
257
+ "X-Fern-Language": "JavaScript",
258
+ "X-Fern-SDK-Name": "@airtop/sdk",
259
+ "X-Fern-SDK-Version": "0.1.17",
260
+ "User-Agent": "@airtop/sdk/0.1.17",
261
+ "X-Fern-Runtime": core.RUNTIME.type,
262
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
263
+ },
264
+ contentType: "application/json",
265
+ requestType: "json",
266
+ body: serializers.AsyncPageQueryRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
267
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
268
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
269
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
270
+ });
271
+ if (_response.ok) {
272
+ return serializers.AsyncSessionAiResponseEnvelope.parseOrThrow(_response.body, {
273
+ unrecognizedObjectKeys: "passthrough",
274
+ allowUnrecognizedUnionMembers: true,
275
+ allowUnrecognizedEnumValues: true,
276
+ skipValidation: true,
277
+ breadcrumbsPrefix: ["response"],
278
+ });
279
+ }
280
+ if (_response.error.reason === "status-code") {
281
+ throw new errors.AirtopError({
282
+ statusCode: _response.error.statusCode,
283
+ body: _response.error.body,
284
+ });
285
+ }
286
+ switch (_response.error.reason) {
287
+ case "non-json":
288
+ throw new errors.AirtopError({
289
+ statusCode: _response.error.statusCode,
290
+ body: _response.error.rawBody,
291
+ });
292
+ case "timeout":
293
+ throw new errors.AirtopTimeoutError();
294
+ case "unknown":
295
+ throw new errors.AirtopError({
296
+ message: _response.error.errorMessage,
297
+ });
298
+ }
299
+ });
300
+ }
301
+ /**
302
+ * @param {string} sessionId - The session id for the window.
303
+ * @param {string} windowId - The Airtop window id of the browser window.
304
+ * @param {Airtop.AsyncPaginatedExtractionRequest} request
305
+ * @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
306
+ *
307
+ * @example
308
+ * await client.windows.asyncPaginatedExtraction("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
309
+ */
310
+ asyncPaginatedExtraction(sessionId, windowId, request = {}, requestOptions) {
311
+ var _a, _b;
312
+ return __awaiter(this, void 0, void 0, function* () {
313
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
314
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.AirtopEnvironment.Default, `async/sessions/${encodeURIComponent(sessionId)}/windows/${encodeURIComponent(windowId)}/paginated-extraction`),
315
+ method: "POST",
316
+ headers: {
317
+ Authorization: yield this._getAuthorizationHeader(),
318
+ "X-Fern-Language": "JavaScript",
319
+ "X-Fern-SDK-Name": "@airtop/sdk",
320
+ "X-Fern-SDK-Version": "0.1.17",
321
+ "User-Agent": "@airtop/sdk/0.1.17",
322
+ "X-Fern-Runtime": core.RUNTIME.type,
323
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
324
+ },
325
+ contentType: "application/json",
326
+ requestType: "json",
327
+ body: serializers.AsyncPaginatedExtractionRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
328
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
329
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
330
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
331
+ });
332
+ if (_response.ok) {
333
+ return serializers.AsyncSessionAiResponseEnvelope.parseOrThrow(_response.body, {
334
+ unrecognizedObjectKeys: "passthrough",
335
+ allowUnrecognizedUnionMembers: true,
336
+ allowUnrecognizedEnumValues: true,
337
+ skipValidation: true,
338
+ breadcrumbsPrefix: ["response"],
339
+ });
340
+ }
341
+ if (_response.error.reason === "status-code") {
342
+ throw new errors.AirtopError({
343
+ statusCode: _response.error.statusCode,
344
+ body: _response.error.body,
345
+ });
346
+ }
347
+ switch (_response.error.reason) {
348
+ case "non-json":
349
+ throw new errors.AirtopError({
350
+ statusCode: _response.error.statusCode,
351
+ body: _response.error.rawBody,
352
+ });
353
+ case "timeout":
354
+ throw new errors.AirtopTimeoutError();
355
+ case "unknown":
356
+ throw new errors.AirtopError({
357
+ message: _response.error.errorMessage,
358
+ });
359
+ }
360
+ });
361
+ }
362
+ /**
363
+ * This endpoint is deprecated. Please use the `pageQuery` endpoint instead.
364
+ *
365
+ * @param {string} sessionId - The session id for the window.
366
+ * @param {string} windowId - The Airtop window id of the browser window.
367
+ * @param {Airtop.AsyncPromptContentRequest} request
368
+ * @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
369
+ *
370
+ * @example
371
+ * await client.windows.asyncPromptContent("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
372
+ * prompt: "What is the main idea of this page?"
373
+ * })
374
+ */
375
+ asyncPromptContent(sessionId, windowId, request, requestOptions) {
376
+ var _a, _b;
377
+ return __awaiter(this, void 0, void 0, function* () {
378
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
379
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.AirtopEnvironment.Default, `async/sessions/${encodeURIComponent(sessionId)}/windows/${encodeURIComponent(windowId)}/prompt-content`),
380
+ method: "POST",
381
+ headers: {
382
+ Authorization: yield this._getAuthorizationHeader(),
383
+ "X-Fern-Language": "JavaScript",
384
+ "X-Fern-SDK-Name": "@airtop/sdk",
385
+ "X-Fern-SDK-Version": "0.1.17",
386
+ "User-Agent": "@airtop/sdk/0.1.17",
387
+ "X-Fern-Runtime": core.RUNTIME.type,
388
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
389
+ },
390
+ contentType: "application/json",
391
+ requestType: "json",
392
+ body: serializers.AsyncPromptContentRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
393
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
394
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
395
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
396
+ });
397
+ if (_response.ok) {
398
+ return serializers.AsyncSessionAiResponseEnvelope.parseOrThrow(_response.body, {
399
+ unrecognizedObjectKeys: "passthrough",
400
+ allowUnrecognizedUnionMembers: true,
401
+ allowUnrecognizedEnumValues: true,
402
+ skipValidation: true,
403
+ breadcrumbsPrefix: ["response"],
404
+ });
405
+ }
406
+ if (_response.error.reason === "status-code") {
407
+ throw new errors.AirtopError({
408
+ statusCode: _response.error.statusCode,
409
+ body: _response.error.body,
410
+ });
411
+ }
412
+ switch (_response.error.reason) {
413
+ case "non-json":
414
+ throw new errors.AirtopError({
415
+ statusCode: _response.error.statusCode,
416
+ body: _response.error.rawBody,
417
+ });
418
+ case "timeout":
419
+ throw new errors.AirtopTimeoutError();
420
+ case "unknown":
421
+ throw new errors.AirtopError({
422
+ message: _response.error.errorMessage,
423
+ });
424
+ }
425
+ });
426
+ }
427
+ /**
428
+ * Take a screenshot of the current viewport of a browser window asynchronously
429
+ *
430
+ * @param {string} sessionId - The session id for the window.
431
+ * @param {string} windowId - The Airtop window id of the browser window.
432
+ * @param {Airtop.AsyncScreenshotRequest} request
433
+ * @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
434
+ *
435
+ * @example
436
+ * await client.windows.asyncScreenshot("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
437
+ */
438
+ asyncScreenshot(sessionId, windowId, request = {}, requestOptions) {
439
+ var _a, _b;
440
+ return __awaiter(this, void 0, void 0, function* () {
441
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
442
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.AirtopEnvironment.Default, `async/sessions/${encodeURIComponent(sessionId)}/windows/${encodeURIComponent(windowId)}/screenshot`),
443
+ method: "POST",
444
+ headers: {
445
+ Authorization: yield this._getAuthorizationHeader(),
446
+ "X-Fern-Language": "JavaScript",
447
+ "X-Fern-SDK-Name": "@airtop/sdk",
448
+ "X-Fern-SDK-Version": "0.1.17",
449
+ "User-Agent": "@airtop/sdk/0.1.17",
450
+ "X-Fern-Runtime": core.RUNTIME.type,
451
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
452
+ },
453
+ contentType: "application/json",
454
+ requestType: "json",
455
+ body: serializers.AsyncScreenshotRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
456
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
457
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
458
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
459
+ });
460
+ if (_response.ok) {
461
+ return serializers.AsyncSessionAiResponseEnvelope.parseOrThrow(_response.body, {
462
+ unrecognizedObjectKeys: "passthrough",
463
+ allowUnrecognizedUnionMembers: true,
464
+ allowUnrecognizedEnumValues: true,
465
+ skipValidation: true,
466
+ breadcrumbsPrefix: ["response"],
467
+ });
468
+ }
469
+ if (_response.error.reason === "status-code") {
470
+ throw new errors.AirtopError({
471
+ statusCode: _response.error.statusCode,
472
+ body: _response.error.body,
473
+ });
474
+ }
475
+ switch (_response.error.reason) {
476
+ case "non-json":
477
+ throw new errors.AirtopError({
478
+ statusCode: _response.error.statusCode,
479
+ body: _response.error.rawBody,
480
+ });
481
+ case "timeout":
482
+ throw new errors.AirtopTimeoutError();
483
+ case "unknown":
484
+ throw new errors.AirtopError({
485
+ message: _response.error.errorMessage,
486
+ });
487
+ }
488
+ });
489
+ }
490
+ /**
491
+ * This endpoint is deprecated. Please use the `pageQuery` endpoint and ask for a summary in the prompt instead.
492
+ *
493
+ * @param {string} sessionId - The session id for the window.
494
+ * @param {string} windowId - The Airtop window id of the browser window to summarize.
495
+ * @param {Airtop.AsyncSummarizeContentRequest} request
496
+ * @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
497
+ *
498
+ * @example
499
+ * await client.windows.asyncSummarizeContent("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
500
+ */
501
+ asyncSummarizeContent(sessionId, windowId, request = {}, requestOptions) {
502
+ var _a, _b;
503
+ return __awaiter(this, void 0, void 0, function* () {
504
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
505
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.AirtopEnvironment.Default, `async/sessions/${encodeURIComponent(sessionId)}/windows/${encodeURIComponent(windowId)}/summarize-content`),
506
+ method: "POST",
507
+ headers: {
508
+ Authorization: yield this._getAuthorizationHeader(),
509
+ "X-Fern-Language": "JavaScript",
510
+ "X-Fern-SDK-Name": "@airtop/sdk",
511
+ "X-Fern-SDK-Version": "0.1.17",
512
+ "User-Agent": "@airtop/sdk/0.1.17",
513
+ "X-Fern-Runtime": core.RUNTIME.type,
514
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
515
+ },
516
+ contentType: "application/json",
517
+ requestType: "json",
518
+ body: serializers.AsyncSummarizeContentRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
519
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
520
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
521
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
522
+ });
523
+ if (_response.ok) {
524
+ return serializers.AsyncSessionAiResponseEnvelope.parseOrThrow(_response.body, {
525
+ unrecognizedObjectKeys: "passthrough",
526
+ allowUnrecognizedUnionMembers: true,
527
+ allowUnrecognizedEnumValues: true,
528
+ skipValidation: true,
529
+ breadcrumbsPrefix: ["response"],
530
+ });
531
+ }
532
+ if (_response.error.reason === "status-code") {
533
+ throw new errors.AirtopError({
534
+ statusCode: _response.error.statusCode,
535
+ body: _response.error.body,
536
+ });
537
+ }
538
+ switch (_response.error.reason) {
539
+ case "non-json":
540
+ throw new errors.AirtopError({
541
+ statusCode: _response.error.statusCode,
542
+ body: _response.error.rawBody,
543
+ });
544
+ case "timeout":
545
+ throw new errors.AirtopTimeoutError();
546
+ case "unknown":
547
+ throw new errors.AirtopError({
548
+ message: _response.error.errorMessage,
549
+ });
550
+ }
551
+ });
552
+ }
553
+ /**
554
+ * @param {string} sessionId - The session id for the window.
555
+ * @param {string} windowId - The Airtop window id of the browser window.
556
+ * @param {Airtop.AsyncTypeRequest} request
557
+ * @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
558
+ *
559
+ * @example
560
+ * await client.windows.asyncType("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430", {
561
+ * text: "Example text"
562
+ * })
563
+ */
564
+ asyncType(sessionId, windowId, request, requestOptions) {
565
+ var _a, _b;
566
+ return __awaiter(this, void 0, void 0, function* () {
567
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
568
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.AirtopEnvironment.Default, `async/sessions/${encodeURIComponent(sessionId)}/windows/${encodeURIComponent(windowId)}/type`),
569
+ method: "POST",
570
+ headers: {
571
+ Authorization: yield this._getAuthorizationHeader(),
572
+ "X-Fern-Language": "JavaScript",
573
+ "X-Fern-SDK-Name": "@airtop/sdk",
574
+ "X-Fern-SDK-Version": "0.1.17",
575
+ "User-Agent": "@airtop/sdk/0.1.17",
576
+ "X-Fern-Runtime": core.RUNTIME.type,
577
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
578
+ },
579
+ contentType: "application/json",
580
+ requestType: "json",
581
+ body: serializers.AsyncTypeRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
582
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
583
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
584
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
585
+ });
586
+ if (_response.ok) {
587
+ return serializers.AsyncSessionAiResponseEnvelope.parseOrThrow(_response.body, {
588
+ unrecognizedObjectKeys: "passthrough",
589
+ allowUnrecognizedUnionMembers: true,
590
+ allowUnrecognizedEnumValues: true,
591
+ skipValidation: true,
592
+ breadcrumbsPrefix: ["response"],
593
+ });
594
+ }
595
+ if (_response.error.reason === "status-code") {
596
+ throw new errors.AirtopError({
597
+ statusCode: _response.error.statusCode,
598
+ body: _response.error.body,
599
+ });
600
+ }
601
+ switch (_response.error.reason) {
602
+ case "non-json":
603
+ throw new errors.AirtopError({
604
+ statusCode: _response.error.statusCode,
605
+ body: _response.error.rawBody,
606
+ });
607
+ case "timeout":
608
+ throw new errors.AirtopTimeoutError();
609
+ case "unknown":
610
+ throw new errors.AirtopError({
611
+ message: _response.error.errorMessage,
612
+ });
613
+ }
614
+ });
615
+ }
51
616
  /**
52
617
  * Creates a new browser window in a session. Optionally, you can specify a url to load on the window upon creation.
53
618
  *
@@ -68,8 +633,8 @@ class Windows {
68
633
  Authorization: yield this._getAuthorizationHeader(),
69
634
  "X-Fern-Language": "JavaScript",
70
635
  "X-Fern-SDK-Name": "@airtop/sdk",
71
- "X-Fern-SDK-Version": "0.1.16",
72
- "User-Agent": "@airtop/sdk/0.1.16",
636
+ "X-Fern-SDK-Version": "0.1.17",
637
+ "User-Agent": "@airtop/sdk/0.1.17",
73
638
  "X-Fern-Runtime": core.RUNTIME.type,
74
639
  "X-Fern-Runtime-Version": core.RUNTIME.version,
75
640
  },
@@ -144,8 +709,8 @@ class Windows {
144
709
  Authorization: yield this._getAuthorizationHeader(),
145
710
  "X-Fern-Language": "JavaScript",
146
711
  "X-Fern-SDK-Name": "@airtop/sdk",
147
- "X-Fern-SDK-Version": "0.1.16",
148
- "User-Agent": "@airtop/sdk/0.1.16",
712
+ "X-Fern-SDK-Version": "0.1.17",
713
+ "User-Agent": "@airtop/sdk/0.1.17",
149
714
  "X-Fern-Runtime": core.RUNTIME.type,
150
715
  "X-Fern-Runtime-Version": core.RUNTIME.version,
151
716
  },
@@ -209,8 +774,8 @@ class Windows {
209
774
  Authorization: yield this._getAuthorizationHeader(),
210
775
  "X-Fern-Language": "JavaScript",
211
776
  "X-Fern-SDK-Name": "@airtop/sdk",
212
- "X-Fern-SDK-Version": "0.1.16",
213
- "User-Agent": "@airtop/sdk/0.1.16",
777
+ "X-Fern-SDK-Version": "0.1.17",
778
+ "User-Agent": "@airtop/sdk/0.1.17",
214
779
  "X-Fern-Runtime": core.RUNTIME.type,
215
780
  "X-Fern-Runtime-Version": core.RUNTIME.version,
216
781
  },
@@ -271,8 +836,8 @@ class Windows {
271
836
  Authorization: yield this._getAuthorizationHeader(),
272
837
  "X-Fern-Language": "JavaScript",
273
838
  "X-Fern-SDK-Name": "@airtop/sdk",
274
- "X-Fern-SDK-Version": "0.1.16",
275
- "User-Agent": "@airtop/sdk/0.1.16",
839
+ "X-Fern-SDK-Version": "0.1.17",
840
+ "User-Agent": "@airtop/sdk/0.1.17",
276
841
  "X-Fern-Runtime": core.RUNTIME.type,
277
842
  "X-Fern-Runtime-Version": core.RUNTIME.version,
278
843
  },
@@ -335,8 +900,8 @@ class Windows {
335
900
  Authorization: yield this._getAuthorizationHeader(),
336
901
  "X-Fern-Language": "JavaScript",
337
902
  "X-Fern-SDK-Name": "@airtop/sdk",
338
- "X-Fern-SDK-Version": "0.1.16",
339
- "User-Agent": "@airtop/sdk/0.1.16",
903
+ "X-Fern-SDK-Version": "0.1.17",
904
+ "User-Agent": "@airtop/sdk/0.1.17",
340
905
  "X-Fern-Runtime": core.RUNTIME.type,
341
906
  "X-Fern-Runtime-Version": core.RUNTIME.version,
342
907
  },
@@ -398,8 +963,8 @@ class Windows {
398
963
  Authorization: yield this._getAuthorizationHeader(),
399
964
  "X-Fern-Language": "JavaScript",
400
965
  "X-Fern-SDK-Name": "@airtop/sdk",
401
- "X-Fern-SDK-Version": "0.1.16",
402
- "User-Agent": "@airtop/sdk/0.1.16",
966
+ "X-Fern-SDK-Version": "0.1.17",
967
+ "User-Agent": "@airtop/sdk/0.1.17",
403
968
  "X-Fern-Runtime": core.RUNTIME.type,
404
969
  "X-Fern-Runtime-Version": core.RUNTIME.version,
405
970
  },
@@ -440,6 +1005,69 @@ class Windows {
440
1005
  }
441
1006
  });
442
1007
  }
1008
+ /**
1009
+ * @param {string} sessionId - The session id for the window.
1010
+ * @param {string} windowId - The Airtop window id of the browser window.
1011
+ * @param {Airtop.SessionMonitorHandlerRequestBody} request
1012
+ * @param {Windows.RequestOptions} requestOptions - Request-specific configuration.
1013
+ *
1014
+ * @example
1015
+ * await client.windows.monitor("6aac6f73-bd89-4a76-ab32-5a6c422e8b0b", "0334da2a-91b0-42c5-6156-76a5eba87430")
1016
+ */
1017
+ monitor(sessionId, windowId, request = {}, requestOptions) {
1018
+ var _a, _b;
1019
+ return __awaiter(this, void 0, void 0, function* () {
1020
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
1021
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.AirtopEnvironment.Default, `sessions/${encodeURIComponent(sessionId)}/windows/${encodeURIComponent(windowId)}/monitor`),
1022
+ method: "POST",
1023
+ headers: {
1024
+ Authorization: yield this._getAuthorizationHeader(),
1025
+ "X-Fern-Language": "JavaScript",
1026
+ "X-Fern-SDK-Name": "@airtop/sdk",
1027
+ "X-Fern-SDK-Version": "0.1.17",
1028
+ "User-Agent": "@airtop/sdk/0.1.17",
1029
+ "X-Fern-Runtime": core.RUNTIME.type,
1030
+ "X-Fern-Runtime-Version": core.RUNTIME.version,
1031
+ },
1032
+ contentType: "application/json",
1033
+ requestType: "json",
1034
+ body: serializers.SessionMonitorHandlerRequestBody.jsonOrThrow(request, {
1035
+ unrecognizedObjectKeys: "strip",
1036
+ }),
1037
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1038
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1039
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1040
+ });
1041
+ if (_response.ok) {
1042
+ return serializers.AiPromptResponse.parseOrThrow(_response.body, {
1043
+ unrecognizedObjectKeys: "passthrough",
1044
+ allowUnrecognizedUnionMembers: true,
1045
+ allowUnrecognizedEnumValues: true,
1046
+ skipValidation: true,
1047
+ breadcrumbsPrefix: ["response"],
1048
+ });
1049
+ }
1050
+ if (_response.error.reason === "status-code") {
1051
+ throw new errors.AirtopError({
1052
+ statusCode: _response.error.statusCode,
1053
+ body: _response.error.body,
1054
+ });
1055
+ }
1056
+ switch (_response.error.reason) {
1057
+ case "non-json":
1058
+ throw new errors.AirtopError({
1059
+ statusCode: _response.error.statusCode,
1060
+ body: _response.error.rawBody,
1061
+ });
1062
+ case "timeout":
1063
+ throw new errors.AirtopTimeoutError();
1064
+ case "unknown":
1065
+ throw new errors.AirtopError({
1066
+ message: _response.error.errorMessage,
1067
+ });
1068
+ }
1069
+ });
1070
+ }
443
1071
  /**
444
1072
  * Submit a prompt that queries the content of a specific browser window. You may extract content from the page, or ask a question about the page and allow the AI to answer it (ex. Is the user logged in?).
445
1073
  *
@@ -463,8 +1091,8 @@ class Windows {
463
1091
  Authorization: yield this._getAuthorizationHeader(),
464
1092
  "X-Fern-Language": "JavaScript",
465
1093
  "X-Fern-SDK-Name": "@airtop/sdk",
466
- "X-Fern-SDK-Version": "0.1.16",
467
- "User-Agent": "@airtop/sdk/0.1.16",
1094
+ "X-Fern-SDK-Version": "0.1.17",
1095
+ "User-Agent": "@airtop/sdk/0.1.17",
468
1096
  "X-Fern-Runtime": core.RUNTIME.type,
469
1097
  "X-Fern-Runtime-Version": core.RUNTIME.version,
470
1098
  },
@@ -528,8 +1156,8 @@ class Windows {
528
1156
  Authorization: yield this._getAuthorizationHeader(),
529
1157
  "X-Fern-Language": "JavaScript",
530
1158
  "X-Fern-SDK-Name": "@airtop/sdk",
531
- "X-Fern-SDK-Version": "0.1.16",
532
- "User-Agent": "@airtop/sdk/0.1.16",
1159
+ "X-Fern-SDK-Version": "0.1.17",
1160
+ "User-Agent": "@airtop/sdk/0.1.17",
533
1161
  "X-Fern-Runtime": core.RUNTIME.type,
534
1162
  "X-Fern-Runtime-Version": core.RUNTIME.version,
535
1163
  },
@@ -595,8 +1223,8 @@ class Windows {
595
1223
  Authorization: yield this._getAuthorizationHeader(),
596
1224
  "X-Fern-Language": "JavaScript",
597
1225
  "X-Fern-SDK-Name": "@airtop/sdk",
598
- "X-Fern-SDK-Version": "0.1.16",
599
- "User-Agent": "@airtop/sdk/0.1.16",
1226
+ "X-Fern-SDK-Version": "0.1.17",
1227
+ "User-Agent": "@airtop/sdk/0.1.17",
600
1228
  "X-Fern-Runtime": core.RUNTIME.type,
601
1229
  "X-Fern-Runtime-Version": core.RUNTIME.version,
602
1230
  },
@@ -660,8 +1288,8 @@ class Windows {
660
1288
  Authorization: yield this._getAuthorizationHeader(),
661
1289
  "X-Fern-Language": "JavaScript",
662
1290
  "X-Fern-SDK-Name": "@airtop/sdk",
663
- "X-Fern-SDK-Version": "0.1.16",
664
- "User-Agent": "@airtop/sdk/0.1.16",
1291
+ "X-Fern-SDK-Version": "0.1.17",
1292
+ "User-Agent": "@airtop/sdk/0.1.17",
665
1293
  "X-Fern-Runtime": core.RUNTIME.type,
666
1294
  "X-Fern-Runtime-Version": core.RUNTIME.version,
667
1295
  },
@@ -723,8 +1351,8 @@ class Windows {
723
1351
  Authorization: yield this._getAuthorizationHeader(),
724
1352
  "X-Fern-Language": "JavaScript",
725
1353
  "X-Fern-SDK-Name": "@airtop/sdk",
726
- "X-Fern-SDK-Version": "0.1.16",
727
- "User-Agent": "@airtop/sdk/0.1.16",
1354
+ "X-Fern-SDK-Version": "0.1.17",
1355
+ "User-Agent": "@airtop/sdk/0.1.17",
728
1356
  "X-Fern-Runtime": core.RUNTIME.type,
729
1357
  "X-Fern-Runtime-Version": core.RUNTIME.version,
730
1358
  },
@@ -788,8 +1416,8 @@ class Windows {
788
1416
  Authorization: yield this._getAuthorizationHeader(),
789
1417
  "X-Fern-Language": "JavaScript",
790
1418
  "X-Fern-SDK-Name": "@airtop/sdk",
791
- "X-Fern-SDK-Version": "0.1.16",
792
- "User-Agent": "@airtop/sdk/0.1.16",
1419
+ "X-Fern-SDK-Version": "0.1.17",
1420
+ "User-Agent": "@airtop/sdk/0.1.17",
793
1421
  "X-Fern-Runtime": core.RUNTIME.type,
794
1422
  "X-Fern-Runtime-Version": core.RUNTIME.version,
795
1423
  },
@@ -855,8 +1483,8 @@ class Windows {
855
1483
  Authorization: yield this._getAuthorizationHeader(),
856
1484
  "X-Fern-Language": "JavaScript",
857
1485
  "X-Fern-SDK-Name": "@airtop/sdk",
858
- "X-Fern-SDK-Version": "0.1.16",
859
- "User-Agent": "@airtop/sdk/0.1.16",
1486
+ "X-Fern-SDK-Version": "0.1.17",
1487
+ "User-Agent": "@airtop/sdk/0.1.17",
860
1488
  "X-Fern-Runtime": core.RUNTIME.type,
861
1489
  "X-Fern-Runtime-Version": core.RUNTIME.version,
862
1490
  },