@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
@@ -1,19 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../../index";
5
- import * as Airtop from "../../../../../api/index";
6
- import * as core from "../../../../../core";
7
- import { AsyncConfig } from "../../../../types/AsyncConfig";
8
- import { SummaryConfig } from "../../../../types/SummaryConfig";
9
- export declare const AsyncSummarizeContentRequest: core.serialization.Schema<serializers.AsyncSummarizeContentRequest.Raw, Airtop.AsyncSummarizeContentRequest>;
10
- export declare namespace AsyncSummarizeContentRequest {
11
- interface Raw {
12
- async?: AsyncConfig.Raw | null;
13
- clientRequestId?: string | null;
14
- configuration?: SummaryConfig.Raw | null;
15
- costThresholdCredits?: number | null;
16
- prompt?: string | null;
17
- timeThresholdSeconds?: number | null;
18
- }
19
- }
@@ -1,40 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.AsyncSummarizeContentRequest = void 0;
30
- const core = __importStar(require("../../../../../core"));
31
- const AsyncConfig_1 = require("../../../../types/AsyncConfig");
32
- const SummaryConfig_1 = require("../../../../types/SummaryConfig");
33
- exports.AsyncSummarizeContentRequest = core.serialization.object({
34
- async: AsyncConfig_1.AsyncConfig.optional(),
35
- clientRequestId: core.serialization.string().optional(),
36
- configuration: SummaryConfig_1.SummaryConfig.optional(),
37
- costThresholdCredits: core.serialization.number().optional(),
38
- prompt: core.serialization.string().optional(),
39
- timeThresholdSeconds: core.serialization.number().optional(),
40
- });
@@ -1,24 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../../index";
5
- import * as Airtop from "../../../../../api/index";
6
- import * as core from "../../../../../core";
7
- import { AsyncConfig } from "../../../../types/AsyncConfig";
8
- import { MicroInteractionConfig } from "../../../../types/MicroInteractionConfig";
9
- export declare const AsyncTypeRequest: core.serialization.Schema<serializers.AsyncTypeRequest.Raw, Airtop.AsyncTypeRequest>;
10
- export declare namespace AsyncTypeRequest {
11
- interface Raw {
12
- async?: AsyncConfig.Raw | null;
13
- clearInputField?: boolean | null;
14
- clientRequestId?: string | null;
15
- configuration?: MicroInteractionConfig.Raw | null;
16
- costThresholdCredits?: number | null;
17
- elementDescription?: string | null;
18
- pressEnterKey?: boolean | null;
19
- pressTabKey?: boolean | null;
20
- text: string;
21
- timeThresholdSeconds?: number | null;
22
- waitForNavigation?: boolean | null;
23
- }
24
- }
@@ -1,45 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.AsyncTypeRequest = void 0;
30
- const core = __importStar(require("../../../../../core"));
31
- const AsyncConfig_1 = require("../../../../types/AsyncConfig");
32
- const MicroInteractionConfig_1 = require("../../../../types/MicroInteractionConfig");
33
- exports.AsyncTypeRequest = core.serialization.object({
34
- async: AsyncConfig_1.AsyncConfig.optional(),
35
- clearInputField: core.serialization.boolean().optional(),
36
- clientRequestId: core.serialization.string().optional(),
37
- configuration: MicroInteractionConfig_1.MicroInteractionConfig.optional(),
38
- costThresholdCredits: core.serialization.number().optional(),
39
- elementDescription: core.serialization.string().optional(),
40
- pressEnterKey: core.serialization.boolean().optional(),
41
- pressTabKey: core.serialization.boolean().optional(),
42
- text: core.serialization.string(),
43
- timeThresholdSeconds: core.serialization.number().optional(),
44
- waitForNavigation: core.serialization.boolean().optional(),
45
- });
@@ -1,18 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../../index";
5
- import * as Airtop from "../../../../../api/index";
6
- import * as core from "../../../../../core";
7
- import { MonitorConfig } from "../../../../types/MonitorConfig";
8
- export declare const SessionMonitorHandlerRequestBody: core.serialization.Schema<serializers.SessionMonitorHandlerRequestBody.Raw, Airtop.SessionMonitorHandlerRequestBody>;
9
- export declare namespace SessionMonitorHandlerRequestBody {
10
- interface Raw {
11
- clientRequestId?: string | null;
12
- condition?: string | null;
13
- configuration?: MonitorConfig.Raw | null;
14
- costThresholdCredits?: number | null;
15
- selector?: string | null;
16
- timeThresholdSeconds?: number | null;
17
- }
18
- }
@@ -1,39 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.SessionMonitorHandlerRequestBody = void 0;
30
- const core = __importStar(require("../../../../../core"));
31
- const MonitorConfig_1 = require("../../../../types/MonitorConfig");
32
- exports.SessionMonitorHandlerRequestBody = core.serialization.object({
33
- clientRequestId: core.serialization.string().optional(),
34
- condition: core.serialization.string().optional(),
35
- configuration: MonitorConfig_1.MonitorConfig.optional(),
36
- costThresholdCredits: core.serialization.number().optional(),
37
- selector: core.serialization.string().optional(),
38
- timeThresholdSeconds: core.serialization.number().optional(),
39
- });
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const AsyncConfig: core.serialization.ObjectSchema<serializers.AsyncConfig.Raw, Airtop.AsyncConfig>;
8
- export declare namespace AsyncConfig {
9
- interface Raw {
10
- webhookUrl?: string | null;
11
- }
12
- }
@@ -1,15 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- import { Issue } from "./Issue";
8
- export declare const AsyncSessionAiResponseEnvelope: core.serialization.ObjectSchema<serializers.AsyncSessionAiResponseEnvelope.Raw, Airtop.AsyncSessionAiResponseEnvelope>;
9
- export declare namespace AsyncSessionAiResponseEnvelope {
10
- interface Raw {
11
- errors?: Issue.Raw[] | null;
12
- requestId: string;
13
- warnings?: Issue.Raw[] | null;
14
- }
15
- }
@@ -1,36 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.AsyncSessionAiResponseEnvelope = void 0;
30
- const core = __importStar(require("../../core"));
31
- const Issue_1 = require("./Issue");
32
- exports.AsyncSessionAiResponseEnvelope = core.serialization.object({
33
- errors: core.serialization.list(Issue_1.Issue).optional(),
34
- requestId: core.serialization.string(),
35
- warnings: core.serialization.list(Issue_1.Issue).optional(),
36
- });
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const BrowserWaitSelectorConfig: core.serialization.ObjectSchema<serializers.BrowserWaitSelectorConfig.Raw, Airtop.BrowserWaitSelectorConfig>;
8
- export declare namespace BrowserWaitSelectorConfig {
9
- interface Raw {
10
- hidden?: boolean | null;
11
- timeoutSeconds?: number | null;
12
- visible?: boolean | null;
13
- }
14
- }
@@ -1,35 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.BrowserWaitSelectorConfig = void 0;
30
- const core = __importStar(require("../../core"));
31
- exports.BrowserWaitSelectorConfig = core.serialization.object({
32
- hidden: core.serialization.boolean().optional(),
33
- timeoutSeconds: core.serialization.number().optional(),
34
- visible: core.serialization.boolean().optional(),
35
- });
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- import { Proxy } from "./Proxy";
8
- export declare const CustomProxy: core.serialization.Schema<serializers.CustomProxy.Raw, Airtop.CustomProxy>;
9
- export declare namespace CustomProxy {
10
- type Raw = string | Proxy.Raw;
11
- }
@@ -1,15 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const ExtensionConfigurationOutput: core.serialization.ObjectSchema<serializers.ExtensionConfigurationOutput.Raw, Airtop.ExtensionConfigurationOutput>;
8
- export declare namespace ExtensionConfigurationOutput {
9
- interface Raw {
10
- createdAt?: string | null;
11
- extensionIds?: string[] | null;
12
- name: string;
13
- updatedAt?: string | null;
14
- }
15
- }
@@ -1,36 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ExtensionConfigurationOutput = void 0;
30
- const core = __importStar(require("../../core"));
31
- exports.ExtensionConfigurationOutput = core.serialization.object({
32
- createdAt: core.serialization.date().optional(),
33
- extensionIds: core.serialization.list(core.serialization.string()).optional(),
34
- name: core.serialization.string(),
35
- updatedAt: core.serialization.date().optional(),
36
- });
@@ -1,13 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const IntervalMonitorConfig: core.serialization.ObjectSchema<serializers.IntervalMonitorConfig.Raw, Airtop.IntervalMonitorConfig>;
8
- export declare namespace IntervalMonitorConfig {
9
- interface Raw {
10
- intervalSeconds?: number | null;
11
- timeoutSeconds?: number | null;
12
- }
13
- }
@@ -1,19 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- import { MonitorConfigIncludeVisualAnalysis } from "./MonitorConfigIncludeVisualAnalysis";
8
- import { IntervalMonitorConfig } from "./IntervalMonitorConfig";
9
- import { BrowserWaitSelectorConfig } from "./BrowserWaitSelectorConfig";
10
- import { MonitorConfigMonitorType } from "./MonitorConfigMonitorType";
11
- export declare const MonitorConfig: core.serialization.ObjectSchema<serializers.MonitorConfig.Raw, Airtop.MonitorConfig>;
12
- export declare namespace MonitorConfig {
13
- interface Raw {
14
- includeVisualAnalysis?: MonitorConfigIncludeVisualAnalysis.Raw | null;
15
- interval?: IntervalMonitorConfig.Raw | null;
16
- monitorSelectorOptions?: BrowserWaitSelectorConfig.Raw | null;
17
- monitorType: MonitorConfigMonitorType.Raw;
18
- }
19
- }
@@ -1,40 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.MonitorConfig = void 0;
30
- const core = __importStar(require("../../core"));
31
- const MonitorConfigIncludeVisualAnalysis_1 = require("./MonitorConfigIncludeVisualAnalysis");
32
- const IntervalMonitorConfig_1 = require("./IntervalMonitorConfig");
33
- const BrowserWaitSelectorConfig_1 = require("./BrowserWaitSelectorConfig");
34
- const MonitorConfigMonitorType_1 = require("./MonitorConfigMonitorType");
35
- exports.MonitorConfig = core.serialization.object({
36
- includeVisualAnalysis: MonitorConfigIncludeVisualAnalysis_1.MonitorConfigIncludeVisualAnalysis.optional(),
37
- interval: IntervalMonitorConfig_1.IntervalMonitorConfig.optional(),
38
- monitorSelectorOptions: BrowserWaitSelectorConfig_1.BrowserWaitSelectorConfig.optional(),
39
- monitorType: MonitorConfigMonitorType_1.MonitorConfigMonitorType,
40
- });
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const MonitorConfigIncludeVisualAnalysis: core.serialization.Schema<serializers.MonitorConfigIncludeVisualAnalysis.Raw, Airtop.MonitorConfigIncludeVisualAnalysis>;
8
- export declare namespace MonitorConfigIncludeVisualAnalysis {
9
- type Raw = "auto" | "disabled" | "enabled";
10
- }
@@ -1,31 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.MonitorConfigIncludeVisualAnalysis = void 0;
30
- const core = __importStar(require("../../core"));
31
- exports.MonitorConfigIncludeVisualAnalysis = core.serialization.enum_(["auto", "disabled", "enabled"]);
@@ -1,10 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const MonitorConfigMonitorType: core.serialization.Schema<serializers.MonitorConfigMonitorType.Raw, Airtop.MonitorConfigMonitorType>;
8
- export declare namespace MonitorConfigMonitorType {
9
- type Raw = "interval" | "selector";
10
- }
@@ -1,31 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.MonitorConfigMonitorType = void 0;
30
- const core = __importStar(require("../../core"));
31
- exports.MonitorConfigMonitorType = core.serialization.enum_(["interval", "selector"]);
@@ -1,13 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- export declare const RequestStatusResponse: core.serialization.ObjectSchema<serializers.RequestStatusResponse.Raw, Airtop.RequestStatusResponse>;
8
- export declare namespace RequestStatusResponse {
9
- interface Raw {
10
- response?: unknown;
11
- status: string;
12
- }
13
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../index";
5
- import * as Airtop from "../../api/index";
6
- import * as core from "../../core";
7
- import { CustomProxy } from "./CustomProxy";
8
- export declare const SessionConfigV1ProxyItem: core.serialization.ObjectSchema<serializers.SessionConfigV1ProxyItem.Raw, Airtop.SessionConfigV1ProxyItem>;
9
- export declare namespace SessionConfigV1ProxyItem {
10
- interface Raw {
11
- domainPattern: string;
12
- relay: CustomProxy.Raw;
13
- }
14
- }
@@ -1,35 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- var desc = Object.getOwnPropertyDescriptor(m, k);
8
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
- desc = { enumerable: true, get: function() { return m[k]; } };
10
- }
11
- Object.defineProperty(o, k2, desc);
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.SessionConfigV1ProxyItem = void 0;
30
- const core = __importStar(require("../../core"));
31
- const CustomProxy_1 = require("./CustomProxy");
32
- exports.SessionConfigV1ProxyItem = core.serialization.object({
33
- domainPattern: core.serialization.string(),
34
- relay: CustomProxy_1.CustomProxy,
35
- });
@@ -1,20 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../../index";
5
- import * as Airtop from "../../../../../api/index";
6
- import * as core from "../../../../../core";
7
- import { AsyncConfig } from "../../../../types/AsyncConfig";
8
- import { ClickConfig } from "../../../../types/ClickConfig";
9
- export declare const AsyncClickRequest: core.serialization.Schema<serializers.AsyncClickRequest.Raw, Airtop.AsyncClickRequest>;
10
- export declare namespace AsyncClickRequest {
11
- interface Raw {
12
- async?: AsyncConfig.Raw | null;
13
- clientRequestId?: string | null;
14
- configuration?: ClickConfig.Raw | null;
15
- costThresholdCredits?: number | null;
16
- elementDescription: string;
17
- timeThresholdSeconds?: number | null;
18
- waitForNavigation?: boolean | null;
19
- }
20
- }