@airtop/sdk 0.1.35-beta0 → 0.1.36

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 (286) hide show
  1. package/Client.d.ts +0 -3
  2. package/Client.js +6 -11
  3. package/README.md +10 -9
  4. package/api/resources/automations/client/Client.d.ts +8 -8
  5. package/api/resources/automations/client/Client.js +12 -12
  6. package/api/resources/index.d.ts +0 -3
  7. package/api/resources/index.js +1 -4
  8. package/api/resources/profiles/client/Client.js +1 -1
  9. package/api/resources/requests/client/Client.js +1 -1
  10. package/api/resources/sessions/client/Client.d.ts +0 -10
  11. package/api/resources/sessions/client/Client.js +6 -52
  12. package/api/resources/sessions/types/SessionsEventsResponse.d.ts +4 -4
  13. package/api/resources/sessions/types/index.d.ts +1 -1
  14. package/api/resources/sessions/types/index.js +1 -1
  15. package/api/resources/windows/client/Client.d.ts +39 -99
  16. package/api/resources/windows/client/Client.js +125 -400
  17. package/{dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts → api/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts} +2 -4
  18. package/api/resources/windows/client/requests/AsyncFillFormRequest.d.ts +27 -0
  19. package/api/resources/windows/client/requests/{AsyncScreenshotRequest.d.ts → CreateFormFillerRequest.d.ts} +2 -2
  20. package/api/resources/windows/client/requests/FillFormRequest.d.ts +27 -0
  21. package/api/resources/windows/client/requests/index.d.ts +4 -9
  22. package/api/types/index.d.ts +0 -20
  23. package/api/types/index.js +0 -20
  24. package/dist/Client.d.ts +0 -3
  25. package/dist/Client.js +6 -11
  26. package/dist/api/resources/automations/client/Client.d.ts +8 -8
  27. package/dist/api/resources/automations/client/Client.js +12 -12
  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 +1 -1
  31. package/dist/api/resources/requests/client/Client.js +1 -1
  32. package/dist/api/resources/sessions/client/Client.d.ts +0 -10
  33. package/dist/api/resources/sessions/client/Client.js +6 -52
  34. package/dist/api/resources/sessions/types/SessionsEventsResponse.d.ts +4 -4
  35. package/dist/api/resources/sessions/types/index.d.ts +1 -1
  36. package/dist/api/resources/sessions/types/index.js +1 -1
  37. package/dist/api/resources/windows/client/Client.d.ts +39 -99
  38. package/dist/api/resources/windows/client/Client.js +125 -400
  39. package/{api/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts → dist/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts} +2 -4
  40. package/dist/api/resources/windows/client/requests/AsyncFillFormRequest.d.ts +27 -0
  41. package/dist/api/resources/windows/client/requests/{AsyncScreenshotRequest.d.ts → CreateFormFillerRequest.d.ts} +2 -2
  42. package/dist/api/resources/windows/client/requests/FillFormRequest.d.ts +27 -0
  43. package/dist/api/resources/windows/client/requests/index.d.ts +4 -9
  44. package/dist/api/types/index.d.ts +0 -20
  45. package/dist/api/types/index.js +0 -20
  46. package/dist/serialization/resources/index.d.ts +0 -3
  47. package/dist/serialization/resources/index.js +1 -4
  48. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +5 -5
  49. package/dist/serialization/resources/sessions/types/SessionsEventsResponse.js +2 -2
  50. package/dist/serialization/resources/sessions/types/index.d.ts +1 -1
  51. package/dist/serialization/resources/sessions/types/index.js +1 -1
  52. package/dist/serialization/resources/windows/client/requests/{AsyncHoverRequest.d.ts → AsyncCreateFormFillerRequest.d.ts} +4 -5
  53. package/dist/serialization/resources/windows/client/requests/{AsyncSummarizeContentRequest.js → AsyncCreateFormFillerRequest.js} +4 -5
  54. package/{serialization/resources/windows/client/requests/AsyncMonitorRequest.d.ts → dist/serialization/resources/windows/client/requests/AsyncFillFormRequest.d.ts} +4 -5
  55. package/dist/serialization/resources/windows/client/requests/{AsyncMonitorRequest.js → AsyncFillFormRequest.js} +4 -5
  56. package/dist/serialization/resources/windows/client/requests/{AsyncPageQueryRequest.d.ts → CreateFormFillerRequest.d.ts} +4 -6
  57. package/dist/serialization/resources/windows/client/requests/{AsyncClickRequest.js → CreateFormFillerRequest.js} +4 -6
  58. package/dist/serialization/resources/windows/client/requests/{AsyncMonitorRequest.d.ts → FillFormRequest.d.ts} +4 -5
  59. package/{serialization/resources/windows/client/requests/AsyncMonitorRequest.js → dist/serialization/resources/windows/client/requests/FillFormRequest.js} +4 -5
  60. package/dist/serialization/resources/windows/client/requests/index.d.ts +4 -9
  61. package/dist/serialization/resources/windows/client/requests/index.js +9 -19
  62. package/dist/serialization/types/index.d.ts +0 -20
  63. package/dist/serialization/types/index.js +0 -20
  64. package/dist/version.d.ts +1 -1
  65. package/dist/version.js +1 -1
  66. package/dist/wrapper/AirtopClient.d.ts +1 -3
  67. package/dist/wrapper/AirtopClient.js +3 -5
  68. package/dist/wrapper/AirtopRequests.js +1 -1
  69. package/dist/wrapper/AirtopWindows.d.ts +27 -1
  70. package/dist/wrapper/AirtopWindows.js +40 -0
  71. package/package.json +2 -3
  72. package/reference.md +257 -1274
  73. package/serialization/resources/index.d.ts +0 -3
  74. package/serialization/resources/index.js +1 -4
  75. package/serialization/resources/sessions/types/SessionsEventsResponse.d.ts +5 -5
  76. package/serialization/resources/sessions/types/SessionsEventsResponse.js +2 -2
  77. package/serialization/resources/sessions/types/index.d.ts +1 -1
  78. package/serialization/resources/sessions/types/index.js +1 -1
  79. package/serialization/resources/windows/client/requests/AsyncCreateFormFillerRequest.d.ts +18 -0
  80. package/serialization/resources/windows/client/requests/{AsyncSummarizeContentRequest.js → AsyncCreateFormFillerRequest.js} +4 -5
  81. package/serialization/resources/windows/client/requests/{AsyncScreenshotRequest.d.ts → AsyncFillFormRequest.d.ts} +4 -4
  82. package/{dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.js → serialization/resources/windows/client/requests/AsyncFillFormRequest.js} +4 -4
  83. package/{dist/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts → serialization/resources/windows/client/requests/CreateFormFillerRequest.d.ts} +4 -6
  84. package/{dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js → serialization/resources/windows/client/requests/CreateFormFillerRequest.js} +4 -5
  85. package/{dist/serialization/resources/windows/client/requests/AsyncScreenshotRequest.d.ts → serialization/resources/windows/client/requests/FillFormRequest.d.ts} +4 -4
  86. package/serialization/resources/windows/client/requests/{AsyncScreenshotRequest.js → FillFormRequest.js} +4 -4
  87. package/serialization/resources/windows/client/requests/index.d.ts +4 -9
  88. package/serialization/resources/windows/client/requests/index.js +9 -19
  89. package/serialization/types/index.d.ts +0 -20
  90. package/serialization/types/index.js +0 -20
  91. package/version.d.ts +1 -1
  92. package/version.js +1 -1
  93. package/wrapper/AirtopClient.d.ts +1 -3
  94. package/wrapper/AirtopClient.js +3 -5
  95. package/wrapper/AirtopRequests.js +1 -1
  96. package/wrapper/AirtopWindows.d.ts +27 -1
  97. package/wrapper/AirtopWindows.js +40 -0
  98. package/api/resources/files/client/Client.d.ts +0 -69
  99. package/api/resources/files/client/Client.js +0 -286
  100. package/api/resources/files/client/index.d.ts +0 -1
  101. package/api/resources/files/client/index.js +0 -17
  102. package/api/resources/files/client/requests/CreateFileRestInputV1.d.ts +0 -20
  103. package/api/resources/files/client/requests/FilesListRequest.d.ts +0 -24
  104. package/api/resources/files/client/requests/index.d.ts +0 -2
  105. package/api/resources/files/client/requests/index.js +0 -2
  106. package/api/resources/files/index.d.ts +0 -2
  107. package/api/resources/files/index.js +0 -18
  108. package/api/resources/files/types/CreateFileRestInputV1FileType.d.ts +0 -13
  109. package/api/resources/files/types/CreateFileRestInputV1FileType.js +0 -12
  110. package/api/resources/files/types/index.d.ts +0 -1
  111. package/api/resources/files/types/index.js +0 -17
  112. package/api/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -29
  113. package/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -27
  114. package/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -27
  115. package/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -29
  116. package/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -27
  117. package/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -29
  118. package/api/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -5
  119. package/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -5
  120. package/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -37
  121. package/api/resources/windows/client/requests/AsyncTypeRequest.js +0 -5
  122. package/api/types/CreateFileV1.d.ts +0 -24
  123. package/api/types/CreateFileV1.js +0 -5
  124. package/api/types/CreateFileV1FileType.d.ts +0 -13
  125. package/api/types/CreateFileV1FileType.js +0 -12
  126. package/api/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.d.ts +0 -10
  127. package/api/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.js +0 -5
  128. package/api/types/EnvelopeGetFileV1EnvelopeDefaultMeta.d.ts +0 -10
  129. package/api/types/EnvelopeGetFileV1EnvelopeDefaultMeta.js +0 -5
  130. package/api/types/ExtensionConfigurationOutput.d.ts +0 -13
  131. package/api/types/ExtensionConfigurationOutput.js +0 -5
  132. package/api/types/ExternalFile.d.ts +0 -33
  133. package/api/types/ExternalFile.js +0 -5
  134. package/api/types/FilesResponse.d.ts +0 -10
  135. package/api/types/FilesResponse.js +0 -5
  136. package/api/types/FilesWithPagination.d.ts +0 -10
  137. package/api/types/FilesWithPagination.js +0 -5
  138. package/api/types/GetFileV1.d.ts +0 -24
  139. package/api/types/GetFileV1.js +0 -5
  140. package/api/types/GetFileV1FileType.d.ts +0 -13
  141. package/api/types/GetFileV1FileType.js +0 -12
  142. package/dist/api/resources/files/client/Client.d.ts +0 -69
  143. package/dist/api/resources/files/client/Client.js +0 -286
  144. package/dist/api/resources/files/client/index.d.ts +0 -1
  145. package/dist/api/resources/files/client/index.js +0 -17
  146. package/dist/api/resources/files/client/requests/CreateFileRestInputV1.d.ts +0 -20
  147. package/dist/api/resources/files/client/requests/CreateFileRestInputV1.js +0 -5
  148. package/dist/api/resources/files/client/requests/FilesListRequest.d.ts +0 -24
  149. package/dist/api/resources/files/client/requests/FilesListRequest.js +0 -5
  150. package/dist/api/resources/files/client/requests/index.d.ts +0 -2
  151. package/dist/api/resources/files/client/requests/index.js +0 -2
  152. package/dist/api/resources/files/index.d.ts +0 -2
  153. package/dist/api/resources/files/index.js +0 -18
  154. package/dist/api/resources/files/types/CreateFileRestInputV1FileType.d.ts +0 -13
  155. package/dist/api/resources/files/types/CreateFileRestInputV1FileType.js +0 -12
  156. package/dist/api/resources/files/types/index.d.ts +0 -1
  157. package/dist/api/resources/files/types/index.js +0 -17
  158. package/dist/api/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -29
  159. package/dist/api/resources/windows/client/requests/AsyncClickRequest.js +0 -5
  160. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -27
  161. package/dist/api/resources/windows/client/requests/AsyncHoverRequest.js +0 -5
  162. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.d.ts +0 -27
  163. package/dist/api/resources/windows/client/requests/AsyncMonitorRequest.js +0 -5
  164. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -29
  165. package/dist/api/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -5
  166. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -27
  167. package/dist/api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -5
  168. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -29
  169. package/dist/api/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -5
  170. package/dist/api/resources/windows/client/requests/AsyncScreenshotRequest.js +0 -5
  171. package/dist/api/resources/windows/client/requests/AsyncSummarizeContentRequest.js +0 -5
  172. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -37
  173. package/dist/api/resources/windows/client/requests/AsyncTypeRequest.js +0 -5
  174. package/dist/api/types/CreateFileV1.d.ts +0 -24
  175. package/dist/api/types/CreateFileV1.js +0 -5
  176. package/dist/api/types/CreateFileV1FileType.d.ts +0 -13
  177. package/dist/api/types/CreateFileV1FileType.js +0 -12
  178. package/dist/api/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.d.ts +0 -10
  179. package/dist/api/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.js +0 -5
  180. package/dist/api/types/EnvelopeGetFileV1EnvelopeDefaultMeta.d.ts +0 -10
  181. package/dist/api/types/EnvelopeGetFileV1EnvelopeDefaultMeta.js +0 -5
  182. package/dist/api/types/ExtensionConfigurationOutput.d.ts +0 -13
  183. package/dist/api/types/ExtensionConfigurationOutput.js +0 -5
  184. package/dist/api/types/ExternalFile.d.ts +0 -33
  185. package/dist/api/types/ExternalFile.js +0 -5
  186. package/dist/api/types/FilesResponse.d.ts +0 -10
  187. package/dist/api/types/FilesResponse.js +0 -5
  188. package/dist/api/types/FilesWithPagination.d.ts +0 -10
  189. package/dist/api/types/FilesWithPagination.js +0 -5
  190. package/dist/api/types/GetFileV1.d.ts +0 -24
  191. package/dist/api/types/GetFileV1.js +0 -5
  192. package/dist/api/types/GetFileV1FileType.d.ts +0 -13
  193. package/dist/api/types/GetFileV1FileType.js +0 -12
  194. package/dist/serialization/resources/files/client/index.d.ts +0 -1
  195. package/dist/serialization/resources/files/client/index.js +0 -17
  196. package/dist/serialization/resources/files/client/requests/CreateFileRestInputV1.d.ts +0 -16
  197. package/dist/serialization/resources/files/client/requests/CreateFileRestInputV1.js +0 -47
  198. package/dist/serialization/resources/files/client/requests/index.d.ts +0 -1
  199. package/dist/serialization/resources/files/client/requests/index.js +0 -5
  200. package/dist/serialization/resources/files/index.d.ts +0 -2
  201. package/dist/serialization/resources/files/index.js +0 -18
  202. package/dist/serialization/resources/files/types/CreateFileRestInputV1FileType.d.ts +0 -10
  203. package/dist/serialization/resources/files/types/CreateFileRestInputV1FileType.js +0 -41
  204. package/dist/serialization/resources/files/types/index.d.ts +0 -1
  205. package/dist/serialization/resources/files/types/index.js +0 -17
  206. package/dist/serialization/resources/windows/client/requests/AsyncHoverRequest.js +0 -50
  207. package/dist/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -51
  208. package/dist/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -19
  209. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -20
  210. package/dist/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -51
  211. package/dist/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -19
  212. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -24
  213. package/dist/serialization/resources/windows/client/requests/AsyncTypeRequest.js +0 -55
  214. package/dist/serialization/types/CreateFileV1.d.ts +0 -21
  215. package/dist/serialization/types/CreateFileV1.js +0 -52
  216. package/dist/serialization/types/CreateFileV1FileType.d.ts +0 -10
  217. package/dist/serialization/types/CreateFileV1FileType.js +0 -41
  218. package/dist/serialization/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.d.ts +0 -18
  219. package/dist/serialization/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.js +0 -49
  220. package/dist/serialization/types/EnvelopeGetFileV1EnvelopeDefaultMeta.d.ts +0 -18
  221. package/dist/serialization/types/EnvelopeGetFileV1EnvelopeDefaultMeta.js +0 -49
  222. package/dist/serialization/types/ExternalFile.d.ts +0 -25
  223. package/dist/serialization/types/ExternalFile.js +0 -56
  224. package/dist/serialization/types/FilesResponse.d.ts +0 -18
  225. package/dist/serialization/types/FilesResponse.js +0 -49
  226. package/dist/serialization/types/FilesWithPagination.d.ts +0 -15
  227. package/dist/serialization/types/FilesWithPagination.js +0 -46
  228. package/dist/serialization/types/GetFileV1.d.ts +0 -21
  229. package/dist/serialization/types/GetFileV1.js +0 -52
  230. package/dist/serialization/types/GetFileV1FileType.d.ts +0 -10
  231. package/dist/serialization/types/GetFileV1FileType.js +0 -41
  232. package/dist/wrapper/AirtopFiles.d.ts +0 -38
  233. package/dist/wrapper/AirtopFiles.js +0 -151
  234. package/serialization/resources/files/client/index.d.ts +0 -1
  235. package/serialization/resources/files/client/index.js +0 -17
  236. package/serialization/resources/files/client/requests/CreateFileRestInputV1.d.ts +0 -16
  237. package/serialization/resources/files/client/requests/CreateFileRestInputV1.js +0 -47
  238. package/serialization/resources/files/client/requests/index.d.ts +0 -1
  239. package/serialization/resources/files/client/requests/index.js +0 -5
  240. package/serialization/resources/files/index.d.ts +0 -2
  241. package/serialization/resources/files/index.js +0 -18
  242. package/serialization/resources/files/types/CreateFileRestInputV1FileType.d.ts +0 -10
  243. package/serialization/resources/files/types/CreateFileRestInputV1FileType.js +0 -41
  244. package/serialization/resources/files/types/index.d.ts +0 -1
  245. package/serialization/resources/files/types/index.js +0 -17
  246. package/serialization/resources/windows/client/requests/AsyncClickRequest.d.ts +0 -20
  247. package/serialization/resources/windows/client/requests/AsyncClickRequest.js +0 -51
  248. package/serialization/resources/windows/client/requests/AsyncHoverRequest.d.ts +0 -19
  249. package/serialization/resources/windows/client/requests/AsyncHoverRequest.js +0 -50
  250. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.d.ts +0 -20
  251. package/serialization/resources/windows/client/requests/AsyncPageQueryRequest.js +0 -51
  252. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.d.ts +0 -19
  253. package/serialization/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js +0 -50
  254. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.d.ts +0 -20
  255. package/serialization/resources/windows/client/requests/AsyncPromptContentRequest.js +0 -51
  256. package/serialization/resources/windows/client/requests/AsyncSummarizeContentRequest.d.ts +0 -19
  257. package/serialization/resources/windows/client/requests/AsyncTypeRequest.d.ts +0 -24
  258. package/serialization/resources/windows/client/requests/AsyncTypeRequest.js +0 -55
  259. package/serialization/types/CreateFileV1.d.ts +0 -21
  260. package/serialization/types/CreateFileV1.js +0 -52
  261. package/serialization/types/CreateFileV1FileType.d.ts +0 -10
  262. package/serialization/types/CreateFileV1FileType.js +0 -41
  263. package/serialization/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.d.ts +0 -18
  264. package/serialization/types/EnvelopeCreateFileV1EnvelopeDefaultMeta.js +0 -49
  265. package/serialization/types/EnvelopeGetFileV1EnvelopeDefaultMeta.d.ts +0 -18
  266. package/serialization/types/EnvelopeGetFileV1EnvelopeDefaultMeta.js +0 -49
  267. package/serialization/types/ExternalFile.d.ts +0 -25
  268. package/serialization/types/ExternalFile.js +0 -56
  269. package/serialization/types/FilesResponse.d.ts +0 -18
  270. package/serialization/types/FilesResponse.js +0 -49
  271. package/serialization/types/FilesWithPagination.d.ts +0 -15
  272. package/serialization/types/FilesWithPagination.js +0 -46
  273. package/serialization/types/GetFileV1.d.ts +0 -21
  274. package/serialization/types/GetFileV1.js +0 -52
  275. package/serialization/types/GetFileV1FileType.d.ts +0 -10
  276. package/serialization/types/GetFileV1FileType.js +0 -41
  277. package/wrapper/AirtopFiles.d.ts +0 -38
  278. package/wrapper/AirtopFiles.js +0 -151
  279. /package/api/resources/{files/client/requests/CreateFileRestInputV1.js → windows/client/requests/AsyncCreateFormFillerRequest.js} +0 -0
  280. /package/api/resources/{files/client/requests/FilesListRequest.js → windows/client/requests/AsyncFillFormRequest.js} +0 -0
  281. /package/api/resources/windows/client/requests/{AsyncClickRequest.js → CreateFormFillerRequest.js} +0 -0
  282. /package/api/resources/windows/client/requests/{AsyncHoverRequest.js → FillFormRequest.js} +0 -0
  283. /package/{api/resources/windows/client/requests/AsyncMonitorRequest.js → dist/api/resources/windows/client/requests/AsyncCreateFormFillerRequest.js} +0 -0
  284. /package/{api/resources/windows/client/requests/AsyncPageQueryRequest.js → dist/api/resources/windows/client/requests/AsyncFillFormRequest.js} +0 -0
  285. /package/{api/resources/windows/client/requests/AsyncPaginatedExtractionRequest.js → dist/api/resources/windows/client/requests/CreateFormFillerRequest.js} +0 -0
  286. /package/{api/resources/windows/client/requests/AsyncPromptContentRequest.js → dist/api/resources/windows/client/requests/FillFormRequest.js} +0 -0
@@ -6,16 +6,14 @@ import * as Airtop from "../../../../index";
6
6
  * @example
7
7
  * {}
8
8
  */
9
- export interface AsyncSummarizeContentRequest {
9
+ export interface AsyncCreateFormFillerRequest {
10
10
  /** Async configuration options. */
11
11
  async?: Airtop.AsyncConfig;
12
12
  clientRequestId?: string;
13
13
  /** Request configuration */
14
- configuration?: Airtop.SummaryConfig;
14
+ configuration?: Airtop.CreateAutomationRequestBodyConfiguration;
15
15
  /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
16
16
  costThresholdCredits?: number;
17
- /** An optional prompt providing the Airtop AI model with additional direction or constraints about the summary (such as desired length). */
18
- prompt?: string;
19
17
  /**
20
18
  * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
21
19
  *
@@ -0,0 +1,27 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Airtop from "../../../../index";
5
+ /**
6
+ * @example
7
+ * {
8
+ * automationId: "automationId"
9
+ * }
10
+ */
11
+ export interface AsyncFillFormRequest {
12
+ /** Async configuration options. */
13
+ async?: Airtop.AsyncConfig;
14
+ /** The ID of the automation to execute */
15
+ automationId: string;
16
+ clientRequestId?: string;
17
+ /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
18
+ costThresholdCredits?: number;
19
+ /** Optional parameters to pass to the automation execution */
20
+ parameters?: Record<string, unknown>;
21
+ /**
22
+ * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
23
+ *
24
+ * This setting does not extend the maximum session duration provided at the time of session creation.
25
+ */
26
+ timeThresholdSeconds?: number;
27
+ }
@@ -6,12 +6,12 @@ import * as Airtop from "../../../../index";
6
6
  * @example
7
7
  * {}
8
8
  */
9
- export interface AsyncScreenshotRequest {
9
+ export interface CreateFormFillerRequest {
10
10
  /** Async configuration options. */
11
11
  async?: Airtop.AsyncConfig;
12
12
  clientRequestId?: string;
13
13
  /** Request configuration */
14
- configuration?: Airtop.ScreenshotRequestConfig;
14
+ configuration?: Airtop.CreateAutomationRequestBodyConfiguration;
15
15
  /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
16
16
  costThresholdCredits?: number;
17
17
  /**
@@ -0,0 +1,27 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Airtop from "../../../../index";
5
+ /**
6
+ * @example
7
+ * {
8
+ * automationId: "automationId"
9
+ * }
10
+ */
11
+ export interface FillFormRequest {
12
+ /** Async configuration options. */
13
+ async?: Airtop.AsyncConfig;
14
+ /** The ID of the automation to execute */
15
+ automationId: string;
16
+ clientRequestId?: string;
17
+ /** A credit threshold that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended). */
18
+ costThresholdCredits?: number;
19
+ /** Optional parameters to pass to the automation execution */
20
+ parameters?: Record<string, unknown>;
21
+ /**
22
+ * A time threshold in seconds that, once exceeded, will cause the operation to be cancelled. Note that this is *not* a hard limit, but a threshold that is checked periodically during the course of fulfilling the request. A default threshold is used if not specified, but you can use this option to increase or decrease as needed. Set to 0 to disable this feature entirely (not recommended).
23
+ *
24
+ * This setting does not extend the maximum session duration provided at the time of session creation.
25
+ */
26
+ timeThresholdSeconds?: number;
27
+ }
@@ -1,18 +1,13 @@
1
- export { type AsyncClickRequest } from "./AsyncClickRequest";
2
1
  export { type AsyncCreateAutomationRequest } from "./AsyncCreateAutomationRequest";
2
+ export { type AsyncCreateFormFillerRequest } from "./AsyncCreateFormFillerRequest";
3
3
  export { type AsyncExecuteAutomationRequest } from "./AsyncExecuteAutomationRequest";
4
- export { type AsyncHoverRequest } from "./AsyncHoverRequest";
5
- export { type AsyncMonitorRequest } from "./AsyncMonitorRequest";
6
- export { type AsyncPageQueryRequest } from "./AsyncPageQueryRequest";
7
- export { type AsyncPaginatedExtractionRequest } from "./AsyncPaginatedExtractionRequest";
8
- export { type AsyncPromptContentRequest } from "./AsyncPromptContentRequest";
9
- export { type AsyncScreenshotRequest } from "./AsyncScreenshotRequest";
10
- export { type AsyncSummarizeContentRequest } from "./AsyncSummarizeContentRequest";
11
- export { type AsyncTypeRequest } from "./AsyncTypeRequest";
4
+ export { type AsyncFillFormRequest } from "./AsyncFillFormRequest";
12
5
  export { type CreateWindowInputV1Body } from "./CreateWindowInputV1Body";
13
6
  export { type GetWindowInfoRequest } from "./GetWindowInfoRequest";
14
7
  export { type WindowLoadUrlV1Body } from "./WindowLoadUrlV1Body";
15
8
  export { type SessionClickHandlerRequestBody } from "./SessionClickHandlerRequestBody";
9
+ export { type CreateFormFillerRequest } from "./CreateFormFillerRequest";
10
+ export { type FillFormRequest } from "./FillFormRequest";
16
11
  export { type SessionHoverHandlerRequestBody } from "./SessionHoverHandlerRequestBody";
17
12
  export { type SessionMonitorHandlerRequestBody } from "./SessionMonitorHandlerRequestBody";
18
13
  export { type SessionPaginatedExtractionHandlerRequestBody } from "./SessionPaginatedExtractionHandlerRequestBody";
@@ -9,37 +9,17 @@ export * from "./ClickConfigClickType";
9
9
  export * from "./ClickConfig";
10
10
  export * from "./ClientProvidedResponseMetadata";
11
11
  export * from "./CreateAutomationRequestBodyConfiguration";
12
- export * from "./CreateFileV1FileType";
13
- export * from "./CreateFileV1";
14
12
  export * from "./DeleteAutomationOutputWrapperBody";
15
- export * from "./EnvelopeCreateFileV1EnvelopeDefaultMeta";
16
- export * from "./CreateAutomationRequestBodyConfiguration";
17
- export * from "./CreateFileV1FileType";
18
- export * from "./CreateFileV1";
19
- export * from "./DeleteAutomationOutputWrapperBody";
20
- export * from "./EnvelopeCreateFileV1EnvelopeDefaultMeta";
21
13
  export * from "./EnvelopeDefaultMeta";
22
- export * from "./EnvelopeGetFileV1EnvelopeDefaultMeta";
23
- export * from "./EnvelopeGetFileV1EnvelopeDefaultMeta";
24
14
  export * from "./ErrorBody";
25
15
  export * from "./ErrorDetail";
26
16
  export * from "./ErrorMessage";
27
17
  export * from "./ErrorModel";
28
- export * from "./ExternalFile";
29
- export * from "./ExternalFile";
30
18
  export * from "./ExternalSessionAiResponseMetadataStatus";
31
19
  export * from "./ExternalSessionAiResponseMetadata";
32
20
  export * from "./ExternalSessionAiResponseMetadataUsage";
33
21
  export * from "./ExternalSessionConfig";
34
22
  export * from "./ExternalSessionWithConnectionInfo";
35
- export * from "./FilesResponse";
36
- export * from "./FilesWithPagination";
37
- export * from "./GetFileV1FileType";
38
- export * from "./GetFileV1";
39
- export * from "./FilesResponse";
40
- export * from "./FilesWithPagination";
41
- export * from "./GetFileV1FileType";
42
- export * from "./GetFileV1";
43
23
  export * from "./IntervalMonitorConfig";
44
24
  export * from "./Issue";
45
25
  export * from "./ListAutomationsOutput";
@@ -25,37 +25,17 @@ __exportStar(require("./ClickConfigClickType"), exports);
25
25
  __exportStar(require("./ClickConfig"), exports);
26
26
  __exportStar(require("./ClientProvidedResponseMetadata"), exports);
27
27
  __exportStar(require("./CreateAutomationRequestBodyConfiguration"), exports);
28
- __exportStar(require("./CreateFileV1FileType"), exports);
29
- __exportStar(require("./CreateFileV1"), exports);
30
28
  __exportStar(require("./DeleteAutomationOutputWrapperBody"), exports);
31
- __exportStar(require("./EnvelopeCreateFileV1EnvelopeDefaultMeta"), exports);
32
- __exportStar(require("./CreateAutomationRequestBodyConfiguration"), exports);
33
- __exportStar(require("./CreateFileV1FileType"), exports);
34
- __exportStar(require("./CreateFileV1"), exports);
35
- __exportStar(require("./DeleteAutomationOutputWrapperBody"), exports);
36
- __exportStar(require("./EnvelopeCreateFileV1EnvelopeDefaultMeta"), exports);
37
29
  __exportStar(require("./EnvelopeDefaultMeta"), exports);
38
- __exportStar(require("./EnvelopeGetFileV1EnvelopeDefaultMeta"), exports);
39
- __exportStar(require("./EnvelopeGetFileV1EnvelopeDefaultMeta"), exports);
40
30
  __exportStar(require("./ErrorBody"), exports);
41
31
  __exportStar(require("./ErrorDetail"), exports);
42
32
  __exportStar(require("./ErrorMessage"), exports);
43
33
  __exportStar(require("./ErrorModel"), exports);
44
- __exportStar(require("./ExternalFile"), exports);
45
- __exportStar(require("./ExternalFile"), exports);
46
34
  __exportStar(require("./ExternalSessionAiResponseMetadataStatus"), exports);
47
35
  __exportStar(require("./ExternalSessionAiResponseMetadata"), exports);
48
36
  __exportStar(require("./ExternalSessionAiResponseMetadataUsage"), exports);
49
37
  __exportStar(require("./ExternalSessionConfig"), exports);
50
38
  __exportStar(require("./ExternalSessionWithConnectionInfo"), exports);
51
- __exportStar(require("./FilesResponse"), exports);
52
- __exportStar(require("./FilesWithPagination"), exports);
53
- __exportStar(require("./GetFileV1FileType"), exports);
54
- __exportStar(require("./GetFileV1"), exports);
55
- __exportStar(require("./FilesResponse"), exports);
56
- __exportStar(require("./FilesWithPagination"), exports);
57
- __exportStar(require("./GetFileV1FileType"), exports);
58
- __exportStar(require("./GetFileV1"), exports);
59
39
  __exportStar(require("./IntervalMonitorConfig"), exports);
60
40
  __exportStar(require("./Issue"), exports);
61
41
  __exportStar(require("./ListAutomationsOutput"), exports);
@@ -1,11 +1,8 @@
1
1
  export * as windows from "./windows";
2
2
  export * from "./windows/types";
3
- export * as files from "./files";
4
- export * from "./files/types";
5
3
  export * as sessions from "./sessions";
6
4
  export * from "./sessions/types";
7
5
  export * from "./windows/client/requests";
8
6
  export * as automations from "./automations";
9
7
  export * from "./automations/client/requests";
10
- export * from "./files/client/requests";
11
8
  export * from "./sessions/client/requests";
@@ -36,15 +36,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
36
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.automations = exports.sessions = exports.files = exports.windows = void 0;
39
+ exports.automations = exports.sessions = exports.windows = void 0;
40
40
  exports.windows = __importStar(require("./windows"));
41
41
  __exportStar(require("./windows/types"), exports);
42
- exports.files = __importStar(require("./files"));
43
- __exportStar(require("./files/types"), exports);
44
42
  exports.sessions = __importStar(require("./sessions"));
45
43
  __exportStar(require("./sessions/types"), exports);
46
44
  __exportStar(require("./windows/client/requests"), exports);
47
45
  exports.automations = __importStar(require("./automations"));
48
46
  __exportStar(require("./automations/client/requests"), exports);
49
- __exportStar(require("./files/client/requests"), exports);
50
47
  __exportStar(require("./sessions/client/requests"), exports);
@@ -4,16 +4,13 @@
4
4
  import * as serializers from "../../../index";
5
5
  import * as Airtop from "../../../../api/index";
6
6
  import * as core from "../../../../core";
7
- import { SessionsEventsResponseSessionEvent } from "./SessionsEventsResponseSessionEvent";
8
7
  import { SessionsEventsResponseStatus } from "./SessionsEventsResponseStatus";
9
8
  import { SessionsEventsResponseError } from "./SessionsEventsResponseError";
10
9
  import { SessionsEventsResponseWindowEvent } from "./SessionsEventsResponseWindowEvent";
10
+ import { SessionsEventsResponseSessionEvent } from "./SessionsEventsResponseSessionEvent";
11
11
  export declare const SessionsEventsResponse: core.serialization.Schema<serializers.SessionsEventsResponse.Raw, Airtop.SessionsEventsResponse>;
12
12
  export declare namespace SessionsEventsResponse {
13
- type Raw = SessionsEventsResponse.SessionEvent | SessionsEventsResponse.Status | SessionsEventsResponse.Error | SessionsEventsResponse.WindowEvent;
14
- interface SessionEvent extends SessionsEventsResponseSessionEvent.Raw {
15
- event: "sessionEvent";
16
- }
13
+ type Raw = SessionsEventsResponse.Status | SessionsEventsResponse.Error | SessionsEventsResponse.WindowEvent | SessionsEventsResponse.SessionEvent;
17
14
  interface Status extends SessionsEventsResponseStatus.Raw {
18
15
  event: "status";
19
16
  }
@@ -23,4 +20,7 @@ export declare namespace SessionsEventsResponse {
23
20
  interface WindowEvent extends SessionsEventsResponseWindowEvent.Raw {
24
21
  event: "windowEvent";
25
22
  }
23
+ interface SessionEvent extends SessionsEventsResponseSessionEvent.Raw {
24
+ event: "sessionEvent";
25
+ }
26
26
  }
@@ -38,16 +38,16 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.SessionsEventsResponse = void 0;
40
40
  const core = __importStar(require("../../../../core"));
41
- const SessionsEventsResponseSessionEvent_1 = require("./SessionsEventsResponseSessionEvent");
42
41
  const SessionsEventsResponseStatus_1 = require("./SessionsEventsResponseStatus");
43
42
  const SessionsEventsResponseError_1 = require("./SessionsEventsResponseError");
44
43
  const SessionsEventsResponseWindowEvent_1 = require("./SessionsEventsResponseWindowEvent");
44
+ const SessionsEventsResponseSessionEvent_1 = require("./SessionsEventsResponseSessionEvent");
45
45
  exports.SessionsEventsResponse = core.serialization
46
46
  .union("event", {
47
- sessionEvent: SessionsEventsResponseSessionEvent_1.SessionsEventsResponseSessionEvent,
48
47
  status: SessionsEventsResponseStatus_1.SessionsEventsResponseStatus,
49
48
  error: SessionsEventsResponseError_1.SessionsEventsResponseError,
50
49
  windowEvent: SessionsEventsResponseWindowEvent_1.SessionsEventsResponseWindowEvent,
50
+ sessionEvent: SessionsEventsResponseSessionEvent_1.SessionsEventsResponseSessionEvent,
51
51
  })
52
52
  .transform({
53
53
  transform: (value) => value,
@@ -1,6 +1,6 @@
1
1
  export * from "./SessionsListRequestStatus";
2
- export * from "./SessionsEventsResponseSessionEvent";
3
2
  export * from "./SessionsEventsResponseStatus";
4
3
  export * from "./SessionsEventsResponseError";
5
4
  export * from "./SessionsEventsResponseWindowEvent";
5
+ export * from "./SessionsEventsResponseSessionEvent";
6
6
  export * from "./SessionsEventsResponse";
@@ -15,8 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./SessionsListRequestStatus"), exports);
18
- __exportStar(require("./SessionsEventsResponseSessionEvent"), exports);
19
18
  __exportStar(require("./SessionsEventsResponseStatus"), exports);
20
19
  __exportStar(require("./SessionsEventsResponseError"), exports);
21
20
  __exportStar(require("./SessionsEventsResponseWindowEvent"), exports);
21
+ __exportStar(require("./SessionsEventsResponseSessionEvent"), exports);
22
22
  __exportStar(require("./SessionsEventsResponse"), exports);
@@ -5,15 +5,14 @@ import * as serializers from "../../../../index";
5
5
  import * as Airtop from "../../../../../api/index";
6
6
  import * as core from "../../../../../core";
7
7
  import { AsyncConfig } from "../../../../types/AsyncConfig";
8
- import { MicroInteractionConfigWithExperimental } from "../../../../types/MicroInteractionConfigWithExperimental";
9
- export declare const AsyncHoverRequest: core.serialization.Schema<serializers.AsyncHoverRequest.Raw, Airtop.AsyncHoverRequest>;
10
- export declare namespace AsyncHoverRequest {
8
+ import { CreateAutomationRequestBodyConfiguration } from "../../../../types/CreateAutomationRequestBodyConfiguration";
9
+ export declare const AsyncCreateFormFillerRequest: core.serialization.Schema<serializers.AsyncCreateFormFillerRequest.Raw, Airtop.AsyncCreateFormFillerRequest>;
10
+ export declare namespace AsyncCreateFormFillerRequest {
11
11
  interface Raw {
12
12
  async?: AsyncConfig.Raw | null;
13
13
  clientRequestId?: string | null;
14
- configuration?: MicroInteractionConfigWithExperimental.Raw | null;
14
+ configuration?: CreateAutomationRequestBodyConfiguration.Raw | null;
15
15
  costThresholdCredits?: number | null;
16
- elementDescription: string;
17
16
  timeThresholdSeconds?: number | null;
18
17
  }
19
18
  }
@@ -36,15 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.AsyncSummarizeContentRequest = void 0;
39
+ exports.AsyncCreateFormFillerRequest = void 0;
40
40
  const core = __importStar(require("../../../../../core"));
41
41
  const AsyncConfig_1 = require("../../../../types/AsyncConfig");
42
- const SummaryConfig_1 = require("../../../../types/SummaryConfig");
43
- exports.AsyncSummarizeContentRequest = core.serialization.object({
42
+ const CreateAutomationRequestBodyConfiguration_1 = require("../../../../types/CreateAutomationRequestBodyConfiguration");
43
+ exports.AsyncCreateFormFillerRequest = core.serialization.object({
44
44
  async: AsyncConfig_1.AsyncConfig.optional(),
45
45
  clientRequestId: core.serialization.string().optional(),
46
- configuration: SummaryConfig_1.SummaryConfig.optional(),
46
+ configuration: CreateAutomationRequestBodyConfiguration_1.CreateAutomationRequestBodyConfiguration.optional(),
47
47
  costThresholdCredits: core.serialization.number().optional(),
48
- prompt: core.serialization.string().optional(),
49
48
  timeThresholdSeconds: core.serialization.number().optional(),
50
49
  });
@@ -5,15 +5,14 @@ import * as serializers from "../../../../index";
5
5
  import * as Airtop from "../../../../../api/index";
6
6
  import * as core from "../../../../../core";
7
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 {
8
+ export declare const AsyncFillFormRequest: core.serialization.Schema<serializers.AsyncFillFormRequest.Raw, Airtop.AsyncFillFormRequest>;
9
+ export declare namespace AsyncFillFormRequest {
11
10
  interface Raw {
12
11
  async?: AsyncConfig.Raw | null;
12
+ automationId: string;
13
13
  clientRequestId?: string | null;
14
- condition: string;
15
- configuration?: MonitorConfig.Raw | null;
16
14
  costThresholdCredits?: number | null;
15
+ parameters?: Record<string, unknown> | null;
17
16
  timeThresholdSeconds?: number | null;
18
17
  }
19
18
  }
@@ -36,15 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.AsyncMonitorRequest = void 0;
39
+ exports.AsyncFillFormRequest = void 0;
40
40
  const core = __importStar(require("../../../../../core"));
41
41
  const AsyncConfig_1 = require("../../../../types/AsyncConfig");
42
- const MonitorConfig_1 = require("../../../../types/MonitorConfig");
43
- exports.AsyncMonitorRequest = core.serialization.object({
42
+ exports.AsyncFillFormRequest = core.serialization.object({
44
43
  async: AsyncConfig_1.AsyncConfig.optional(),
44
+ automationId: core.serialization.string(),
45
45
  clientRequestId: core.serialization.string().optional(),
46
- condition: core.serialization.string(),
47
- configuration: MonitorConfig_1.MonitorConfig.optional(),
48
46
  costThresholdCredits: core.serialization.number().optional(),
47
+ parameters: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
49
48
  timeThresholdSeconds: core.serialization.number().optional(),
50
49
  });
@@ -5,16 +5,14 @@ import * as serializers from "../../../../index";
5
5
  import * as Airtop from "../../../../../api/index";
6
6
  import * as core from "../../../../../core";
7
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 {
8
+ import { CreateAutomationRequestBodyConfiguration } from "../../../../types/CreateAutomationRequestBodyConfiguration";
9
+ export declare const CreateFormFillerRequest: core.serialization.Schema<serializers.CreateFormFillerRequest.Raw, Airtop.CreateFormFillerRequest>;
10
+ export declare namespace CreateFormFillerRequest {
11
11
  interface Raw {
12
12
  async?: AsyncConfig.Raw | null;
13
13
  clientRequestId?: string | null;
14
- configuration?: PageQueryConfig.Raw | null;
14
+ configuration?: CreateAutomationRequestBodyConfiguration.Raw | null;
15
15
  costThresholdCredits?: number | null;
16
- followPaginationLinks?: boolean | null;
17
- prompt: string;
18
16
  timeThresholdSeconds?: number | null;
19
17
  }
20
18
  }
@@ -36,16 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.AsyncClickRequest = void 0;
39
+ exports.CreateFormFillerRequest = void 0;
40
40
  const core = __importStar(require("../../../../../core"));
41
41
  const AsyncConfig_1 = require("../../../../types/AsyncConfig");
42
- const ClickConfig_1 = require("../../../../types/ClickConfig");
43
- exports.AsyncClickRequest = core.serialization.object({
42
+ const CreateAutomationRequestBodyConfiguration_1 = require("../../../../types/CreateAutomationRequestBodyConfiguration");
43
+ exports.CreateFormFillerRequest = core.serialization.object({
44
44
  async: AsyncConfig_1.AsyncConfig.optional(),
45
45
  clientRequestId: core.serialization.string().optional(),
46
- configuration: ClickConfig_1.ClickConfig.optional(),
46
+ configuration: CreateAutomationRequestBodyConfiguration_1.CreateAutomationRequestBodyConfiguration.optional(),
47
47
  costThresholdCredits: core.serialization.number().optional(),
48
- elementDescription: core.serialization.string(),
49
48
  timeThresholdSeconds: core.serialization.number().optional(),
50
- waitForNavigation: core.serialization.boolean().optional(),
51
49
  });
@@ -5,15 +5,14 @@ import * as serializers from "../../../../index";
5
5
  import * as Airtop from "../../../../../api/index";
6
6
  import * as core from "../../../../../core";
7
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 {
8
+ export declare const FillFormRequest: core.serialization.Schema<serializers.FillFormRequest.Raw, Airtop.FillFormRequest>;
9
+ export declare namespace FillFormRequest {
11
10
  interface Raw {
12
11
  async?: AsyncConfig.Raw | null;
12
+ automationId: string;
13
13
  clientRequestId?: string | null;
14
- condition: string;
15
- configuration?: MonitorConfig.Raw | null;
16
14
  costThresholdCredits?: number | null;
15
+ parameters?: Record<string, unknown> | null;
17
16
  timeThresholdSeconds?: number | null;
18
17
  }
19
18
  }
@@ -36,15 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.AsyncMonitorRequest = void 0;
39
+ exports.FillFormRequest = void 0;
40
40
  const core = __importStar(require("../../../../../core"));
41
41
  const AsyncConfig_1 = require("../../../../types/AsyncConfig");
42
- const MonitorConfig_1 = require("../../../../types/MonitorConfig");
43
- exports.AsyncMonitorRequest = core.serialization.object({
42
+ exports.FillFormRequest = core.serialization.object({
44
43
  async: AsyncConfig_1.AsyncConfig.optional(),
44
+ automationId: core.serialization.string(),
45
45
  clientRequestId: core.serialization.string().optional(),
46
- condition: core.serialization.string(),
47
- configuration: MonitorConfig_1.MonitorConfig.optional(),
48
46
  costThresholdCredits: core.serialization.number().optional(),
47
+ parameters: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
49
48
  timeThresholdSeconds: core.serialization.number().optional(),
50
49
  });
@@ -1,17 +1,12 @@
1
- export { AsyncClickRequest } from "./AsyncClickRequest";
2
1
  export { AsyncCreateAutomationRequest } from "./AsyncCreateAutomationRequest";
2
+ export { AsyncCreateFormFillerRequest } from "./AsyncCreateFormFillerRequest";
3
3
  export { AsyncExecuteAutomationRequest } from "./AsyncExecuteAutomationRequest";
4
- export { AsyncHoverRequest } from "./AsyncHoverRequest";
5
- export { AsyncMonitorRequest } from "./AsyncMonitorRequest";
6
- export { AsyncPageQueryRequest } from "./AsyncPageQueryRequest";
7
- export { AsyncPaginatedExtractionRequest } from "./AsyncPaginatedExtractionRequest";
8
- export { AsyncPromptContentRequest } from "./AsyncPromptContentRequest";
9
- export { AsyncScreenshotRequest } from "./AsyncScreenshotRequest";
10
- export { AsyncSummarizeContentRequest } from "./AsyncSummarizeContentRequest";
11
- export { AsyncTypeRequest } from "./AsyncTypeRequest";
4
+ export { AsyncFillFormRequest } from "./AsyncFillFormRequest";
12
5
  export { CreateWindowInputV1Body } from "./CreateWindowInputV1Body";
13
6
  export { WindowLoadUrlV1Body } from "./WindowLoadUrlV1Body";
14
7
  export { SessionClickHandlerRequestBody } from "./SessionClickHandlerRequestBody";
8
+ export { CreateFormFillerRequest } from "./CreateFormFillerRequest";
9
+ export { FillFormRequest } from "./FillFormRequest";
15
10
  export { SessionHoverHandlerRequestBody } from "./SessionHoverHandlerRequestBody";
16
11
  export { SessionMonitorHandlerRequestBody } from "./SessionMonitorHandlerRequestBody";
17
12
  export { SessionPaginatedExtractionHandlerRequestBody } from "./SessionPaginatedExtractionHandlerRequestBody";
@@ -1,34 +1,24 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SessionTypeHandlerRequestBody = exports.SessionSummaryHandlerRequestBody = exports.SessionScrollHandlerRequestBody = exports.SessionScreenshotHandlerRequestBody = exports.ScrapeContentRequest = exports.SessionPaginatedExtractionHandlerRequestBody = exports.SessionMonitorHandlerRequestBody = exports.SessionHoverHandlerRequestBody = exports.SessionClickHandlerRequestBody = exports.WindowLoadUrlV1Body = exports.CreateWindowInputV1Body = exports.AsyncTypeRequest = exports.AsyncSummarizeContentRequest = exports.AsyncScreenshotRequest = exports.AsyncPromptContentRequest = exports.AsyncPaginatedExtractionRequest = exports.AsyncPageQueryRequest = exports.AsyncMonitorRequest = exports.AsyncHoverRequest = exports.AsyncExecuteAutomationRequest = exports.AsyncCreateAutomationRequest = exports.AsyncClickRequest = void 0;
4
- var AsyncClickRequest_1 = require("./AsyncClickRequest");
5
- Object.defineProperty(exports, "AsyncClickRequest", { enumerable: true, get: function () { return AsyncClickRequest_1.AsyncClickRequest; } });
3
+ exports.SessionTypeHandlerRequestBody = exports.SessionSummaryHandlerRequestBody = exports.SessionScrollHandlerRequestBody = exports.SessionScreenshotHandlerRequestBody = exports.ScrapeContentRequest = exports.SessionPaginatedExtractionHandlerRequestBody = exports.SessionMonitorHandlerRequestBody = exports.SessionHoverHandlerRequestBody = exports.FillFormRequest = exports.CreateFormFillerRequest = exports.SessionClickHandlerRequestBody = exports.WindowLoadUrlV1Body = exports.CreateWindowInputV1Body = exports.AsyncFillFormRequest = exports.AsyncExecuteAutomationRequest = exports.AsyncCreateFormFillerRequest = exports.AsyncCreateAutomationRequest = void 0;
6
4
  var AsyncCreateAutomationRequest_1 = require("./AsyncCreateAutomationRequest");
7
5
  Object.defineProperty(exports, "AsyncCreateAutomationRequest", { enumerable: true, get: function () { return AsyncCreateAutomationRequest_1.AsyncCreateAutomationRequest; } });
6
+ var AsyncCreateFormFillerRequest_1 = require("./AsyncCreateFormFillerRequest");
7
+ Object.defineProperty(exports, "AsyncCreateFormFillerRequest", { enumerable: true, get: function () { return AsyncCreateFormFillerRequest_1.AsyncCreateFormFillerRequest; } });
8
8
  var AsyncExecuteAutomationRequest_1 = require("./AsyncExecuteAutomationRequest");
9
9
  Object.defineProperty(exports, "AsyncExecuteAutomationRequest", { enumerable: true, get: function () { return AsyncExecuteAutomationRequest_1.AsyncExecuteAutomationRequest; } });
10
- var AsyncHoverRequest_1 = require("./AsyncHoverRequest");
11
- Object.defineProperty(exports, "AsyncHoverRequest", { enumerable: true, get: function () { return AsyncHoverRequest_1.AsyncHoverRequest; } });
12
- var AsyncMonitorRequest_1 = require("./AsyncMonitorRequest");
13
- Object.defineProperty(exports, "AsyncMonitorRequest", { enumerable: true, get: function () { return AsyncMonitorRequest_1.AsyncMonitorRequest; } });
14
- var AsyncPageQueryRequest_1 = require("./AsyncPageQueryRequest");
15
- Object.defineProperty(exports, "AsyncPageQueryRequest", { enumerable: true, get: function () { return AsyncPageQueryRequest_1.AsyncPageQueryRequest; } });
16
- var AsyncPaginatedExtractionRequest_1 = require("./AsyncPaginatedExtractionRequest");
17
- Object.defineProperty(exports, "AsyncPaginatedExtractionRequest", { enumerable: true, get: function () { return AsyncPaginatedExtractionRequest_1.AsyncPaginatedExtractionRequest; } });
18
- var AsyncPromptContentRequest_1 = require("./AsyncPromptContentRequest");
19
- Object.defineProperty(exports, "AsyncPromptContentRequest", { enumerable: true, get: function () { return AsyncPromptContentRequest_1.AsyncPromptContentRequest; } });
20
- var AsyncScreenshotRequest_1 = require("./AsyncScreenshotRequest");
21
- Object.defineProperty(exports, "AsyncScreenshotRequest", { enumerable: true, get: function () { return AsyncScreenshotRequest_1.AsyncScreenshotRequest; } });
22
- var AsyncSummarizeContentRequest_1 = require("./AsyncSummarizeContentRequest");
23
- Object.defineProperty(exports, "AsyncSummarizeContentRequest", { enumerable: true, get: function () { return AsyncSummarizeContentRequest_1.AsyncSummarizeContentRequest; } });
24
- var AsyncTypeRequest_1 = require("./AsyncTypeRequest");
25
- Object.defineProperty(exports, "AsyncTypeRequest", { enumerable: true, get: function () { return AsyncTypeRequest_1.AsyncTypeRequest; } });
10
+ var AsyncFillFormRequest_1 = require("./AsyncFillFormRequest");
11
+ Object.defineProperty(exports, "AsyncFillFormRequest", { enumerable: true, get: function () { return AsyncFillFormRequest_1.AsyncFillFormRequest; } });
26
12
  var CreateWindowInputV1Body_1 = require("./CreateWindowInputV1Body");
27
13
  Object.defineProperty(exports, "CreateWindowInputV1Body", { enumerable: true, get: function () { return CreateWindowInputV1Body_1.CreateWindowInputV1Body; } });
28
14
  var WindowLoadUrlV1Body_1 = require("./WindowLoadUrlV1Body");
29
15
  Object.defineProperty(exports, "WindowLoadUrlV1Body", { enumerable: true, get: function () { return WindowLoadUrlV1Body_1.WindowLoadUrlV1Body; } });
30
16
  var SessionClickHandlerRequestBody_1 = require("./SessionClickHandlerRequestBody");
31
17
  Object.defineProperty(exports, "SessionClickHandlerRequestBody", { enumerable: true, get: function () { return SessionClickHandlerRequestBody_1.SessionClickHandlerRequestBody; } });
18
+ var CreateFormFillerRequest_1 = require("./CreateFormFillerRequest");
19
+ Object.defineProperty(exports, "CreateFormFillerRequest", { enumerable: true, get: function () { return CreateFormFillerRequest_1.CreateFormFillerRequest; } });
20
+ var FillFormRequest_1 = require("./FillFormRequest");
21
+ Object.defineProperty(exports, "FillFormRequest", { enumerable: true, get: function () { return FillFormRequest_1.FillFormRequest; } });
32
22
  var SessionHoverHandlerRequestBody_1 = require("./SessionHoverHandlerRequestBody");
33
23
  Object.defineProperty(exports, "SessionHoverHandlerRequestBody", { enumerable: true, get: function () { return SessionHoverHandlerRequestBody_1.SessionHoverHandlerRequestBody; } });
34
24
  var SessionMonitorHandlerRequestBody_1 = require("./SessionMonitorHandlerRequestBody");
@@ -9,37 +9,17 @@ export * from "./ClickConfigClickType";
9
9
  export * from "./ClickConfig";
10
10
  export * from "./ClientProvidedResponseMetadata";
11
11
  export * from "./CreateAutomationRequestBodyConfiguration";
12
- export * from "./CreateFileV1FileType";
13
- export * from "./CreateFileV1";
14
12
  export * from "./DeleteAutomationOutputWrapperBody";
15
- export * from "./EnvelopeCreateFileV1EnvelopeDefaultMeta";
16
- export * from "./CreateAutomationRequestBodyConfiguration";
17
- export * from "./CreateFileV1FileType";
18
- export * from "./CreateFileV1";
19
- export * from "./DeleteAutomationOutputWrapperBody";
20
- export * from "./EnvelopeCreateFileV1EnvelopeDefaultMeta";
21
13
  export * from "./EnvelopeDefaultMeta";
22
- export * from "./EnvelopeGetFileV1EnvelopeDefaultMeta";
23
- export * from "./EnvelopeGetFileV1EnvelopeDefaultMeta";
24
14
  export * from "./ErrorBody";
25
15
  export * from "./ErrorDetail";
26
16
  export * from "./ErrorMessage";
27
17
  export * from "./ErrorModel";
28
- export * from "./ExternalFile";
29
- export * from "./ExternalFile";
30
18
  export * from "./ExternalSessionAiResponseMetadataStatus";
31
19
  export * from "./ExternalSessionAiResponseMetadata";
32
20
  export * from "./ExternalSessionAiResponseMetadataUsage";
33
21
  export * from "./ExternalSessionConfig";
34
22
  export * from "./ExternalSessionWithConnectionInfo";
35
- export * from "./FilesResponse";
36
- export * from "./FilesWithPagination";
37
- export * from "./GetFileV1FileType";
38
- export * from "./GetFileV1";
39
- export * from "./FilesResponse";
40
- export * from "./FilesWithPagination";
41
- export * from "./GetFileV1FileType";
42
- export * from "./GetFileV1";
43
23
  export * from "./IntervalMonitorConfig";
44
24
  export * from "./Issue";
45
25
  export * from "./ListAutomationsOutput";
@@ -25,37 +25,17 @@ __exportStar(require("./ClickConfigClickType"), exports);
25
25
  __exportStar(require("./ClickConfig"), exports);
26
26
  __exportStar(require("./ClientProvidedResponseMetadata"), exports);
27
27
  __exportStar(require("./CreateAutomationRequestBodyConfiguration"), exports);
28
- __exportStar(require("./CreateFileV1FileType"), exports);
29
- __exportStar(require("./CreateFileV1"), exports);
30
28
  __exportStar(require("./DeleteAutomationOutputWrapperBody"), exports);
31
- __exportStar(require("./EnvelopeCreateFileV1EnvelopeDefaultMeta"), exports);
32
- __exportStar(require("./CreateAutomationRequestBodyConfiguration"), exports);
33
- __exportStar(require("./CreateFileV1FileType"), exports);
34
- __exportStar(require("./CreateFileV1"), exports);
35
- __exportStar(require("./DeleteAutomationOutputWrapperBody"), exports);
36
- __exportStar(require("./EnvelopeCreateFileV1EnvelopeDefaultMeta"), exports);
37
29
  __exportStar(require("./EnvelopeDefaultMeta"), exports);
38
- __exportStar(require("./EnvelopeGetFileV1EnvelopeDefaultMeta"), exports);
39
- __exportStar(require("./EnvelopeGetFileV1EnvelopeDefaultMeta"), exports);
40
30
  __exportStar(require("./ErrorBody"), exports);
41
31
  __exportStar(require("./ErrorDetail"), exports);
42
32
  __exportStar(require("./ErrorMessage"), exports);
43
33
  __exportStar(require("./ErrorModel"), exports);
44
- __exportStar(require("./ExternalFile"), exports);
45
- __exportStar(require("./ExternalFile"), exports);
46
34
  __exportStar(require("./ExternalSessionAiResponseMetadataStatus"), exports);
47
35
  __exportStar(require("./ExternalSessionAiResponseMetadata"), exports);
48
36
  __exportStar(require("./ExternalSessionAiResponseMetadataUsage"), exports);
49
37
  __exportStar(require("./ExternalSessionConfig"), exports);
50
38
  __exportStar(require("./ExternalSessionWithConnectionInfo"), exports);
51
- __exportStar(require("./FilesResponse"), exports);
52
- __exportStar(require("./FilesWithPagination"), exports);
53
- __exportStar(require("./GetFileV1FileType"), exports);
54
- __exportStar(require("./GetFileV1"), exports);
55
- __exportStar(require("./FilesResponse"), exports);
56
- __exportStar(require("./FilesWithPagination"), exports);
57
- __exportStar(require("./GetFileV1FileType"), exports);
58
- __exportStar(require("./GetFileV1"), exports);
59
39
  __exportStar(require("./IntervalMonitorConfig"), exports);
60
40
  __exportStar(require("./Issue"), exports);
61
41
  __exportStar(require("./ListAutomationsOutput"), exports);