@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,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface BrowserWaitSelectorConfig {
5
- /** If true, Airtop AI will wait for the element to not be in the DOM or to be hidden. */
6
- hidden?: boolean;
7
- /** The maximum time to wait for the selector to be present, in seconds. Defaults to 30 (30 seconds). */
8
- timeoutSeconds?: number;
9
- /** If true, Airtop AI will wait for the element to be visible and present in the DOM. */
10
- visible?: boolean;
11
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../index";
5
- /**
6
- * Configuration for a single custom proxy.
7
- */
8
- export declare type CustomProxy =
9
- /**
10
- * url of the proxy. Or "default" to use airtop provided proxy. */
11
- string
12
- /**
13
- * Proxy object with url of the proxy as a parameter. Takes optional username and password. */
14
- | Airtop.Proxy;
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,13 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface ExtensionConfigurationOutput {
5
- /** The date and time the configuration was created. Might be null for old configurations */
6
- createdAt?: Date;
7
- /** The ids of the extensions in configuration. */
8
- extensionIds?: string[];
9
- /** Name of the extension configuration. */
10
- name: string;
11
- /** The date and time the configuration was last updated. Might be null for configurations not updated recently */
12
- updatedAt?: Date;
13
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface IntervalMonitorConfig {
5
- /** The interval in seconds between condition checks. Only used when monitorType is 'interval'. */
6
- intervalSeconds?: number;
7
- /** The timeout in seconds after which the monitor will stop checking the condition. */
8
- timeoutSeconds?: number;
9
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../index";
5
- export interface MonitorConfig {
6
- /** If set to 'enabled', Airtop AI will also analyze the web page visually when executing the condition check. If set to 'disabled', no visual analysis will be conducted. */
7
- includeVisualAnalysis?: Airtop.MonitorConfigIncludeVisualAnalysis;
8
- /** Configuration for the interval monitor. Only used when monitorType is 'interval'. */
9
- interval?: Airtop.IntervalMonitorConfig;
10
- /** Configuration for the browser wait selector. */
11
- monitorSelectorOptions?: Airtop.BrowserWaitSelectorConfig;
12
- /** The type of monitoring to perform. Interval executes the condition check at a regular, specified interval. Selector waits for a selector to be present before completing. */
13
- monitorType: Airtop.MonitorConfigMonitorType;
14
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * If set to 'enabled', Airtop AI will also analyze the web page visually when executing the condition check. If set to 'disabled', no visual analysis will be conducted.
6
- */
7
- export declare type MonitorConfigIncludeVisualAnalysis = "auto" | "disabled" | "enabled";
8
- export declare const MonitorConfigIncludeVisualAnalysis: {
9
- readonly Auto: "auto";
10
- readonly Disabled: "disabled";
11
- readonly Enabled: "enabled";
12
- };
@@ -1,11 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.MonitorConfigIncludeVisualAnalysis = void 0;
7
- exports.MonitorConfigIncludeVisualAnalysis = {
8
- Auto: "auto",
9
- Disabled: "disabled",
10
- Enabled: "enabled",
11
- };
@@ -1,11 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- /**
5
- * The type of monitoring to perform. Interval executes the condition check at a regular, specified interval. Selector waits for a selector to be present before completing.
6
- */
7
- export declare type MonitorConfigMonitorType = "interval" | "selector";
8
- export declare const MonitorConfigMonitorType: {
9
- readonly Interval: "interval";
10
- readonly Selector: "selector";
11
- };
@@ -1,10 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.MonitorConfigMonitorType = void 0;
7
- exports.MonitorConfigMonitorType = {
8
- Interval: "interval",
9
- Selector: "selector",
10
- };
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export interface RequestStatusResponse {
5
- response?: unknown;
6
- /** The current status of the request (pending, completed, error) */
7
- status: string;
8
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Airtop from "../index";
5
- /**
6
- * You can set multiple proxies. You associate each proxy with a domain pattern. If the domain matches the pattern, the proxy is used. Pattern can contain '?' to match any single character, and '*' to match any sequence of characters. For example, '*.example.com' will match 'www.example.com' and 'sub.example.com'
7
- */
8
- export interface SessionConfigV1ProxyItem {
9
- domainPattern: string;
10
- /** Configuration for a single custom proxy. */
11
- relay: Airtop.CustomProxy;
12
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,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
- }
@@ -1,41 +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.AsyncClickRequest = void 0;
30
- const core = __importStar(require("../../../../../core"));
31
- const AsyncConfig_1 = require("../../../../types/AsyncConfig");
32
- const ClickConfig_1 = require("../../../../types/ClickConfig");
33
- exports.AsyncClickRequest = core.serialization.object({
34
- async: AsyncConfig_1.AsyncConfig.optional(),
35
- clientRequestId: core.serialization.string().optional(),
36
- configuration: ClickConfig_1.ClickConfig.optional(),
37
- costThresholdCredits: core.serialization.number().optional(),
38
- elementDescription: core.serialization.string(),
39
- timeThresholdSeconds: core.serialization.number().optional(),
40
- waitForNavigation: core.serialization.boolean().optional(),
41
- });
@@ -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 { MicroInteractionConfig } from "../../../../types/MicroInteractionConfig";
9
- export declare const AsyncHoverRequest: core.serialization.Schema<serializers.AsyncHoverRequest.Raw, Airtop.AsyncHoverRequest>;
10
- export declare namespace AsyncHoverRequest {
11
- interface Raw {
12
- async?: AsyncConfig.Raw | null;
13
- clientRequestId?: string | null;
14
- configuration?: MicroInteractionConfig.Raw | null;
15
- costThresholdCredits?: number | null;
16
- elementDescription?: 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.AsyncHoverRequest = void 0;
30
- const core = __importStar(require("../../../../../core"));
31
- const AsyncConfig_1 = require("../../../../types/AsyncConfig");
32
- const MicroInteractionConfig_1 = require("../../../../types/MicroInteractionConfig");
33
- exports.AsyncHoverRequest = core.serialization.object({
34
- async: AsyncConfig_1.AsyncConfig.optional(),
35
- clientRequestId: core.serialization.string().optional(),
36
- configuration: MicroInteractionConfig_1.MicroInteractionConfig.optional(),
37
- costThresholdCredits: core.serialization.number().optional(),
38
- elementDescription: core.serialization.string().optional(),
39
- timeThresholdSeconds: core.serialization.number().optional(),
40
- });
@@ -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 { MonitorConfig } from "../../../../types/MonitorConfig";
9
- export declare const AsyncMonitorRequest: core.serialization.Schema<serializers.AsyncMonitorRequest.Raw, Airtop.AsyncMonitorRequest>;
10
- export declare namespace AsyncMonitorRequest {
11
- interface Raw {
12
- async?: AsyncConfig.Raw | null;
13
- clientRequestId?: string | null;
14
- condition?: string | null;
15
- configuration?: MonitorConfig.Raw | null;
16
- costThresholdCredits?: number | null;
17
- selector?: string | null;
18
- timeThresholdSeconds?: number | null;
19
- }
20
- }
@@ -1,41 +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.AsyncMonitorRequest = void 0;
30
- const core = __importStar(require("../../../../../core"));
31
- const AsyncConfig_1 = require("../../../../types/AsyncConfig");
32
- const MonitorConfig_1 = require("../../../../types/MonitorConfig");
33
- exports.AsyncMonitorRequest = core.serialization.object({
34
- async: AsyncConfig_1.AsyncConfig.optional(),
35
- clientRequestId: core.serialization.string().optional(),
36
- condition: core.serialization.string().optional(),
37
- configuration: MonitorConfig_1.MonitorConfig.optional(),
38
- costThresholdCredits: core.serialization.number().optional(),
39
- selector: core.serialization.string().optional(),
40
- timeThresholdSeconds: core.serialization.number().optional(),
41
- });
@@ -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 { PageQueryConfig } from "../../../../types/PageQueryConfig";
9
- export declare const AsyncPageQueryRequest: core.serialization.Schema<serializers.AsyncPageQueryRequest.Raw, Airtop.AsyncPageQueryRequest>;
10
- export declare namespace AsyncPageQueryRequest {
11
- interface Raw {
12
- async?: AsyncConfig.Raw | null;
13
- clientRequestId?: string | null;
14
- configuration?: PageQueryConfig.Raw | null;
15
- costThresholdCredits?: number | null;
16
- followPaginationLinks?: boolean | null;
17
- prompt: string;
18
- timeThresholdSeconds?: number | null;
19
- }
20
- }
@@ -1,41 +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.AsyncPageQueryRequest = void 0;
30
- const core = __importStar(require("../../../../../core"));
31
- const AsyncConfig_1 = require("../../../../types/AsyncConfig");
32
- const PageQueryConfig_1 = require("../../../../types/PageQueryConfig");
33
- exports.AsyncPageQueryRequest = core.serialization.object({
34
- async: AsyncConfig_1.AsyncConfig.optional(),
35
- clientRequestId: core.serialization.string().optional(),
36
- configuration: PageQueryConfig_1.PageQueryConfig.optional(),
37
- costThresholdCredits: core.serialization.number().optional(),
38
- followPaginationLinks: core.serialization.boolean().optional(),
39
- prompt: core.serialization.string(),
40
- timeThresholdSeconds: core.serialization.number().optional(),
41
- });
@@ -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 { PaginatedExtractionConfig } from "../../../../types/PaginatedExtractionConfig";
9
- export declare const AsyncPaginatedExtractionRequest: core.serialization.Schema<serializers.AsyncPaginatedExtractionRequest.Raw, Airtop.AsyncPaginatedExtractionRequest>;
10
- export declare namespace AsyncPaginatedExtractionRequest {
11
- interface Raw {
12
- async?: AsyncConfig.Raw | null;
13
- clientRequestId?: string | null;
14
- configuration?: PaginatedExtractionConfig.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.AsyncPaginatedExtractionRequest = void 0;
30
- const core = __importStar(require("../../../../../core"));
31
- const AsyncConfig_1 = require("../../../../types/AsyncConfig");
32
- const PaginatedExtractionConfig_1 = require("../../../../types/PaginatedExtractionConfig");
33
- exports.AsyncPaginatedExtractionRequest = core.serialization.object({
34
- async: AsyncConfig_1.AsyncConfig.optional(),
35
- clientRequestId: core.serialization.string().optional(),
36
- configuration: PaginatedExtractionConfig_1.PaginatedExtractionConfig.optional(),
37
- costThresholdCredits: core.serialization.number().optional(),
38
- prompt: core.serialization.string().optional(),
39
- timeThresholdSeconds: core.serialization.number().optional(),
40
- });
@@ -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 { PageQueryConfig } from "../../../../types/PageQueryConfig";
9
- export declare const AsyncPromptContentRequest: core.serialization.Schema<serializers.AsyncPromptContentRequest.Raw, Airtop.AsyncPromptContentRequest>;
10
- export declare namespace AsyncPromptContentRequest {
11
- interface Raw {
12
- async?: AsyncConfig.Raw | null;
13
- clientRequestId?: string | null;
14
- configuration?: PageQueryConfig.Raw | null;
15
- costThresholdCredits?: number | null;
16
- followPaginationLinks?: boolean | null;
17
- prompt: string;
18
- timeThresholdSeconds?: number | null;
19
- }
20
- }
@@ -1,41 +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.AsyncPromptContentRequest = void 0;
30
- const core = __importStar(require("../../../../../core"));
31
- const AsyncConfig_1 = require("../../../../types/AsyncConfig");
32
- const PageQueryConfig_1 = require("../../../../types/PageQueryConfig");
33
- exports.AsyncPromptContentRequest = core.serialization.object({
34
- async: AsyncConfig_1.AsyncConfig.optional(),
35
- clientRequestId: core.serialization.string().optional(),
36
- configuration: PageQueryConfig_1.PageQueryConfig.optional(),
37
- costThresholdCredits: core.serialization.number().optional(),
38
- followPaginationLinks: core.serialization.boolean().optional(),
39
- prompt: core.serialization.string(),
40
- timeThresholdSeconds: core.serialization.number().optional(),
41
- });
@@ -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 { AsyncConfig } from "../../../../types/AsyncConfig";
8
- import { ScreenshotRequestConfig } from "../../../../types/ScreenshotRequestConfig";
9
- export declare const AsyncScreenshotRequest: core.serialization.Schema<serializers.AsyncScreenshotRequest.Raw, Airtop.AsyncScreenshotRequest>;
10
- export declare namespace AsyncScreenshotRequest {
11
- interface Raw {
12
- async?: AsyncConfig.Raw | null;
13
- clientRequestId?: string | null;
14
- configuration?: ScreenshotRequestConfig.Raw | null;
15
- costThresholdCredits?: number | 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.AsyncScreenshotRequest = void 0;
30
- const core = __importStar(require("../../../../../core"));
31
- const AsyncConfig_1 = require("../../../../types/AsyncConfig");
32
- const ScreenshotRequestConfig_1 = require("../../../../types/ScreenshotRequestConfig");
33
- exports.AsyncScreenshotRequest = core.serialization.object({
34
- async: AsyncConfig_1.AsyncConfig.optional(),
35
- clientRequestId: core.serialization.string().optional(),
36
- configuration: ScreenshotRequestConfig_1.ScreenshotRequestConfig.optional(),
37
- costThresholdCredits: core.serialization.number().optional(),
38
- timeThresholdSeconds: core.serialization.number().optional(),
39
- });