@keystrokehq/phantombuster 0.1.0

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 (458) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/abort-agent-v1.cjs +23 -0
  7. package/dist/actions/abort-agent-v1.cjs.map +1 -0
  8. package/dist/actions/abort-agent-v1.d.cts +9 -0
  9. package/dist/actions/abort-agent-v1.d.cts.map +1 -0
  10. package/dist/actions/abort-agent-v1.d.mts +9 -0
  11. package/dist/actions/abort-agent-v1.d.mts.map +1 -0
  12. package/dist/actions/abort-agent-v1.mjs +22 -0
  13. package/dist/actions/abort-agent-v1.mjs.map +1 -0
  14. package/dist/actions/delete-agent.cjs +23 -0
  15. package/dist/actions/delete-agent.cjs.map +1 -0
  16. package/dist/actions/delete-agent.d.cts +9 -0
  17. package/dist/actions/delete-agent.d.cts.map +1 -0
  18. package/dist/actions/delete-agent.d.mts +9 -0
  19. package/dist/actions/delete-agent.d.mts.map +1 -0
  20. package/dist/actions/delete-agent.mjs +22 -0
  21. package/dist/actions/delete-agent.mjs.map +1 -0
  22. package/dist/actions/delete-lead-objects.cjs +20 -0
  23. package/dist/actions/delete-lead-objects.cjs.map +1 -0
  24. package/dist/actions/delete-lead-objects.d.cts +9 -0
  25. package/dist/actions/delete-lead-objects.d.cts.map +1 -0
  26. package/dist/actions/delete-lead-objects.d.mts +9 -0
  27. package/dist/actions/delete-lead-objects.d.mts.map +1 -0
  28. package/dist/actions/delete-lead-objects.mjs +17 -0
  29. package/dist/actions/delete-lead-objects.mjs.map +1 -0
  30. package/dist/actions/delete-leads-many.cjs +19 -0
  31. package/dist/actions/delete-leads-many.cjs.map +1 -0
  32. package/dist/actions/delete-leads-many.d.cts +9 -0
  33. package/dist/actions/delete-leads-many.d.cts.map +1 -0
  34. package/dist/actions/delete-leads-many.d.mts +9 -0
  35. package/dist/actions/delete-leads-many.d.mts.map +1 -0
  36. package/dist/actions/delete-leads-many.mjs +16 -0
  37. package/dist/actions/delete-leads-many.mjs.map +1 -0
  38. package/dist/actions/delete-list.cjs +19 -0
  39. package/dist/actions/delete-list.cjs.map +1 -0
  40. package/dist/actions/delete-list.d.cts +9 -0
  41. package/dist/actions/delete-list.d.cts.map +1 -0
  42. package/dist/actions/delete-list.d.mts +9 -0
  43. package/dist/actions/delete-list.d.mts.map +1 -0
  44. package/dist/actions/delete-list.mjs +16 -0
  45. package/dist/actions/delete-list.mjs.map +1 -0
  46. package/dist/actions/delete-script.cjs +25 -0
  47. package/dist/actions/delete-script.cjs.map +1 -0
  48. package/dist/actions/delete-script.d.cts +9 -0
  49. package/dist/actions/delete-script.d.cts.map +1 -0
  50. package/dist/actions/delete-script.d.mts +9 -0
  51. package/dist/actions/delete-script.d.mts.map +1 -0
  52. package/dist/actions/delete-script.mjs +24 -0
  53. package/dist/actions/delete-script.mjs.map +1 -0
  54. package/dist/actions/get-agent-containers.cjs +30 -0
  55. package/dist/actions/get-agent-containers.cjs.map +1 -0
  56. package/dist/actions/get-agent-containers.d.cts +9 -0
  57. package/dist/actions/get-agent-containers.d.cts.map +1 -0
  58. package/dist/actions/get-agent-containers.d.mts +9 -0
  59. package/dist/actions/get-agent-containers.d.mts.map +1 -0
  60. package/dist/actions/get-agent-containers.mjs +29 -0
  61. package/dist/actions/get-agent-containers.mjs.map +1 -0
  62. package/dist/actions/get-agent-output.cjs +42 -0
  63. package/dist/actions/get-agent-output.cjs.map +1 -0
  64. package/dist/actions/get-agent-output.d.cts +9 -0
  65. package/dist/actions/get-agent-output.d.cts.map +1 -0
  66. package/dist/actions/get-agent-output.d.mts +9 -0
  67. package/dist/actions/get-agent-output.d.mts.map +1 -0
  68. package/dist/actions/get-agent-output.mjs +41 -0
  69. package/dist/actions/get-agent-output.mjs.map +1 -0
  70. package/dist/actions/get-agent.cjs +212 -0
  71. package/dist/actions/get-agent.cjs.map +1 -0
  72. package/dist/actions/get-agent.d.cts +9 -0
  73. package/dist/actions/get-agent.d.cts.map +1 -0
  74. package/dist/actions/get-agent.d.mts +9 -0
  75. package/dist/actions/get-agent.d.mts.map +1 -0
  76. package/dist/actions/get-agent.mjs +211 -0
  77. package/dist/actions/get-agent.mjs.map +1 -0
  78. package/dist/actions/get-agents-fetch-all.cjs +41 -0
  79. package/dist/actions/get-agents-fetch-all.cjs.map +1 -0
  80. package/dist/actions/get-agents-fetch-all.d.cts +9 -0
  81. package/dist/actions/get-agents-fetch-all.d.cts.map +1 -0
  82. package/dist/actions/get-agents-fetch-all.d.mts +9 -0
  83. package/dist/actions/get-agents-fetch-all.d.mts.map +1 -0
  84. package/dist/actions/get-agents-fetch-all.mjs +40 -0
  85. package/dist/actions/get-agents-fetch-all.mjs.map +1 -0
  86. package/dist/actions/get-agents-fetch-deleted.cjs +16 -0
  87. package/dist/actions/get-agents-fetch-deleted.cjs.map +1 -0
  88. package/dist/actions/get-agents-fetch-deleted.d.cts +9 -0
  89. package/dist/actions/get-agents-fetch-deleted.d.cts.map +1 -0
  90. package/dist/actions/get-agents-fetch-deleted.d.mts +9 -0
  91. package/dist/actions/get-agents-fetch-deleted.d.mts.map +1 -0
  92. package/dist/actions/get-agents-fetch-deleted.mjs +13 -0
  93. package/dist/actions/get-agents-fetch-deleted.mjs.map +1 -0
  94. package/dist/actions/get-branches-diff.cjs +19 -0
  95. package/dist/actions/get-branches-diff.cjs.map +1 -0
  96. package/dist/actions/get-branches-diff.d.cts +9 -0
  97. package/dist/actions/get-branches-diff.d.cts.map +1 -0
  98. package/dist/actions/get-branches-diff.d.mts +9 -0
  99. package/dist/actions/get-branches-diff.d.mts.map +1 -0
  100. package/dist/actions/get-branches-diff.mjs +16 -0
  101. package/dist/actions/get-branches-diff.mjs.map +1 -0
  102. package/dist/actions/get-branches-fetch-all.cjs +23 -0
  103. package/dist/actions/get-branches-fetch-all.cjs.map +1 -0
  104. package/dist/actions/get-branches-fetch-all.d.cts +9 -0
  105. package/dist/actions/get-branches-fetch-all.d.cts.map +1 -0
  106. package/dist/actions/get-branches-fetch-all.d.mts +9 -0
  107. package/dist/actions/get-branches-fetch-all.d.mts.map +1 -0
  108. package/dist/actions/get-branches-fetch-all.mjs +22 -0
  109. package/dist/actions/get-branches-fetch-all.mjs.map +1 -0
  110. package/dist/actions/get-containers-fetch-all.cjs +31 -0
  111. package/dist/actions/get-containers-fetch-all.cjs.map +1 -0
  112. package/dist/actions/get-containers-fetch-all.d.cts +9 -0
  113. package/dist/actions/get-containers-fetch-all.d.cts.map +1 -0
  114. package/dist/actions/get-containers-fetch-all.d.mts +9 -0
  115. package/dist/actions/get-containers-fetch-all.d.mts.map +1 -0
  116. package/dist/actions/get-containers-fetch-all.mjs +30 -0
  117. package/dist/actions/get-containers-fetch-all.mjs.map +1 -0
  118. package/dist/actions/get-leads-by-list.cjs +32 -0
  119. package/dist/actions/get-leads-by-list.cjs.map +1 -0
  120. package/dist/actions/get-leads-by-list.d.cts +9 -0
  121. package/dist/actions/get-leads-by-list.d.cts.map +1 -0
  122. package/dist/actions/get-leads-by-list.d.mts +9 -0
  123. package/dist/actions/get-leads-by-list.d.mts.map +1 -0
  124. package/dist/actions/get-leads-by-list.mjs +31 -0
  125. package/dist/actions/get-leads-by-list.mjs.map +1 -0
  126. package/dist/actions/get-location-ip.cjs +16 -0
  127. package/dist/actions/get-location-ip.cjs.map +1 -0
  128. package/dist/actions/get-location-ip.d.cts +9 -0
  129. package/dist/actions/get-location-ip.d.cts.map +1 -0
  130. package/dist/actions/get-location-ip.d.mts +9 -0
  131. package/dist/actions/get-location-ip.d.mts.map +1 -0
  132. package/dist/actions/get-location-ip.mjs +13 -0
  133. package/dist/actions/get-location-ip.mjs.map +1 -0
  134. package/dist/actions/get-org-storage-lists-fetch-all.cjs +27 -0
  135. package/dist/actions/get-org-storage-lists-fetch-all.cjs.map +1 -0
  136. package/dist/actions/get-org-storage-lists-fetch-all.d.cts +9 -0
  137. package/dist/actions/get-org-storage-lists-fetch-all.d.cts.map +1 -0
  138. package/dist/actions/get-org-storage-lists-fetch-all.d.mts +9 -0
  139. package/dist/actions/get-org-storage-lists-fetch-all.d.mts.map +1 -0
  140. package/dist/actions/get-org-storage-lists-fetch-all.mjs +26 -0
  141. package/dist/actions/get-org-storage-lists-fetch-all.mjs.map +1 -0
  142. package/dist/actions/get-orgs-export-agent-usage.cjs +19 -0
  143. package/dist/actions/get-orgs-export-agent-usage.cjs.map +1 -0
  144. package/dist/actions/get-orgs-export-agent-usage.d.cts +9 -0
  145. package/dist/actions/get-orgs-export-agent-usage.d.cts.map +1 -0
  146. package/dist/actions/get-orgs-export-agent-usage.d.mts +9 -0
  147. package/dist/actions/get-orgs-export-agent-usage.d.mts.map +1 -0
  148. package/dist/actions/get-orgs-export-agent-usage.mjs +16 -0
  149. package/dist/actions/get-orgs-export-agent-usage.mjs.map +1 -0
  150. package/dist/actions/get-orgs-export-container-usage.cjs +19 -0
  151. package/dist/actions/get-orgs-export-container-usage.cjs.map +1 -0
  152. package/dist/actions/get-orgs-export-container-usage.d.cts +9 -0
  153. package/dist/actions/get-orgs-export-container-usage.d.cts.map +1 -0
  154. package/dist/actions/get-orgs-export-container-usage.d.mts +9 -0
  155. package/dist/actions/get-orgs-export-container-usage.d.mts.map +1 -0
  156. package/dist/actions/get-orgs-export-container-usage.mjs +16 -0
  157. package/dist/actions/get-orgs-export-container-usage.mjs.map +1 -0
  158. package/dist/actions/get-orgs-fetch-agent-groups.cjs +16 -0
  159. package/dist/actions/get-orgs-fetch-agent-groups.cjs.map +1 -0
  160. package/dist/actions/get-orgs-fetch-agent-groups.d.cts +9 -0
  161. package/dist/actions/get-orgs-fetch-agent-groups.d.cts.map +1 -0
  162. package/dist/actions/get-orgs-fetch-agent-groups.d.mts +9 -0
  163. package/dist/actions/get-orgs-fetch-agent-groups.d.mts.map +1 -0
  164. package/dist/actions/get-orgs-fetch-agent-groups.mjs +13 -0
  165. package/dist/actions/get-orgs-fetch-agent-groups.mjs.map +1 -0
  166. package/dist/actions/get-orgs-fetch-resources.cjs +62 -0
  167. package/dist/actions/get-orgs-fetch-resources.cjs.map +1 -0
  168. package/dist/actions/get-orgs-fetch-resources.d.cts +9 -0
  169. package/dist/actions/get-orgs-fetch-resources.d.cts.map +1 -0
  170. package/dist/actions/get-orgs-fetch-resources.d.mts +9 -0
  171. package/dist/actions/get-orgs-fetch-resources.d.mts.map +1 -0
  172. package/dist/actions/get-orgs-fetch-resources.mjs +61 -0
  173. package/dist/actions/get-orgs-fetch-resources.mjs.map +1 -0
  174. package/dist/actions/get-orgs-fetch-running-containers.cjs +23 -0
  175. package/dist/actions/get-orgs-fetch-running-containers.cjs.map +1 -0
  176. package/dist/actions/get-orgs-fetch-running-containers.d.cts +9 -0
  177. package/dist/actions/get-orgs-fetch-running-containers.d.cts.map +1 -0
  178. package/dist/actions/get-orgs-fetch-running-containers.d.mts +9 -0
  179. package/dist/actions/get-orgs-fetch-running-containers.d.mts.map +1 -0
  180. package/dist/actions/get-orgs-fetch-running-containers.mjs +22 -0
  181. package/dist/actions/get-orgs-fetch-running-containers.mjs.map +1 -0
  182. package/dist/actions/get-orgs-fetch.cjs +22 -0
  183. package/dist/actions/get-orgs-fetch.cjs.map +1 -0
  184. package/dist/actions/get-orgs-fetch.d.cts +9 -0
  185. package/dist/actions/get-orgs-fetch.d.cts.map +1 -0
  186. package/dist/actions/get-orgs-fetch.d.mts +9 -0
  187. package/dist/actions/get-orgs-fetch.d.mts.map +1 -0
  188. package/dist/actions/get-orgs-fetch.mjs +19 -0
  189. package/dist/actions/get-orgs-fetch.mjs.map +1 -0
  190. package/dist/actions/get-script-by-name.cjs +32 -0
  191. package/dist/actions/get-script-by-name.cjs.map +1 -0
  192. package/dist/actions/get-script-by-name.d.cts +9 -0
  193. package/dist/actions/get-script-by-name.d.cts.map +1 -0
  194. package/dist/actions/get-script-by-name.d.mts +9 -0
  195. package/dist/actions/get-script-by-name.d.mts.map +1 -0
  196. package/dist/actions/get-script-by-name.mjs +31 -0
  197. package/dist/actions/get-script-by-name.mjs.map +1 -0
  198. package/dist/actions/get-script.cjs +69 -0
  199. package/dist/actions/get-script.cjs.map +1 -0
  200. package/dist/actions/get-script.d.cts +9 -0
  201. package/dist/actions/get-script.d.cts.map +1 -0
  202. package/dist/actions/get-script.d.mts +9 -0
  203. package/dist/actions/get-script.d.mts.map +1 -0
  204. package/dist/actions/get-script.mjs +68 -0
  205. package/dist/actions/get-script.mjs.map +1 -0
  206. package/dist/actions/get-scripts-code.cjs +22 -0
  207. package/dist/actions/get-scripts-code.cjs.map +1 -0
  208. package/dist/actions/get-scripts-code.d.cts +9 -0
  209. package/dist/actions/get-scripts-code.d.cts.map +1 -0
  210. package/dist/actions/get-scripts-code.d.mts +9 -0
  211. package/dist/actions/get-scripts-code.d.mts.map +1 -0
  212. package/dist/actions/get-scripts-code.mjs +19 -0
  213. package/dist/actions/get-scripts-code.mjs.map +1 -0
  214. package/dist/actions/get-scripts-fetch-all.cjs +25 -0
  215. package/dist/actions/get-scripts-fetch-all.cjs.map +1 -0
  216. package/dist/actions/get-scripts-fetch-all.d.cts +9 -0
  217. package/dist/actions/get-scripts-fetch-all.d.cts.map +1 -0
  218. package/dist/actions/get-scripts-fetch-all.d.mts +9 -0
  219. package/dist/actions/get-scripts-fetch-all.d.mts.map +1 -0
  220. package/dist/actions/get-scripts-fetch-all.mjs +24 -0
  221. package/dist/actions/get-scripts-fetch-all.mjs.map +1 -0
  222. package/dist/actions/get-user.cjs +37 -0
  223. package/dist/actions/get-user.cjs.map +1 -0
  224. package/dist/actions/get-user.d.cts +9 -0
  225. package/dist/actions/get-user.d.cts.map +1 -0
  226. package/dist/actions/get-user.d.mts +9 -0
  227. package/dist/actions/get-user.d.mts.map +1 -0
  228. package/dist/actions/get-user.mjs +36 -0
  229. package/dist/actions/get-user.mjs.map +1 -0
  230. package/dist/actions/index.cjs +107 -0
  231. package/dist/actions/index.d.cts +54 -0
  232. package/dist/actions/index.d.mts +54 -0
  233. package/dist/actions/index.mjs +54 -0
  234. package/dist/actions/post-agents-unschedule-all.cjs +16 -0
  235. package/dist/actions/post-agents-unschedule-all.cjs.map +1 -0
  236. package/dist/actions/post-agents-unschedule-all.d.cts +9 -0
  237. package/dist/actions/post-agents-unschedule-all.d.cts.map +1 -0
  238. package/dist/actions/post-agents-unschedule-all.d.mts +9 -0
  239. package/dist/actions/post-agents-unschedule-all.d.mts.map +1 -0
  240. package/dist/actions/post-agents-unschedule-all.mjs +13 -0
  241. package/dist/actions/post-agents-unschedule-all.mjs.map +1 -0
  242. package/dist/actions/post-ai-completions.cjs +38 -0
  243. package/dist/actions/post-ai-completions.cjs.map +1 -0
  244. package/dist/actions/post-ai-completions.d.cts +9 -0
  245. package/dist/actions/post-ai-completions.d.cts.map +1 -0
  246. package/dist/actions/post-ai-completions.d.mts +9 -0
  247. package/dist/actions/post-ai-completions.d.mts.map +1 -0
  248. package/dist/actions/post-ai-completions.mjs +37 -0
  249. package/dist/actions/post-ai-completions.mjs.map +1 -0
  250. package/dist/actions/post-branches-create.cjs +22 -0
  251. package/dist/actions/post-branches-create.cjs.map +1 -0
  252. package/dist/actions/post-branches-create.d.cts +9 -0
  253. package/dist/actions/post-branches-create.d.cts.map +1 -0
  254. package/dist/actions/post-branches-create.d.mts +9 -0
  255. package/dist/actions/post-branches-create.d.mts.map +1 -0
  256. package/dist/actions/post-branches-create.mjs +19 -0
  257. package/dist/actions/post-branches-create.mjs.map +1 -0
  258. package/dist/actions/post-branches-delete.cjs +20 -0
  259. package/dist/actions/post-branches-delete.cjs.map +1 -0
  260. package/dist/actions/post-branches-delete.d.cts +9 -0
  261. package/dist/actions/post-branches-delete.d.cts.map +1 -0
  262. package/dist/actions/post-branches-delete.d.mts +9 -0
  263. package/dist/actions/post-branches-delete.d.mts.map +1 -0
  264. package/dist/actions/post-branches-delete.mjs +19 -0
  265. package/dist/actions/post-branches-delete.mjs.map +1 -0
  266. package/dist/actions/post-hcaptcha.cjs +24 -0
  267. package/dist/actions/post-hcaptcha.cjs.map +1 -0
  268. package/dist/actions/post-hcaptcha.d.cts +9 -0
  269. package/dist/actions/post-hcaptcha.d.cts.map +1 -0
  270. package/dist/actions/post-hcaptcha.d.mts +9 -0
  271. package/dist/actions/post-hcaptcha.d.mts.map +1 -0
  272. package/dist/actions/post-hcaptcha.mjs +21 -0
  273. package/dist/actions/post-hcaptcha.mjs.map +1 -0
  274. package/dist/actions/post-identities-generate-token.cjs +20 -0
  275. package/dist/actions/post-identities-generate-token.cjs.map +1 -0
  276. package/dist/actions/post-identities-generate-token.d.cts +9 -0
  277. package/dist/actions/post-identities-generate-token.d.cts.map +1 -0
  278. package/dist/actions/post-identities-generate-token.d.mts +9 -0
  279. package/dist/actions/post-identities-generate-token.d.mts.map +1 -0
  280. package/dist/actions/post-identities-generate-token.mjs +17 -0
  281. package/dist/actions/post-identities-generate-token.mjs.map +1 -0
  282. package/dist/actions/post-org-storage-leads-save-many.cjs +85 -0
  283. package/dist/actions/post-org-storage-leads-save-many.cjs.map +1 -0
  284. package/dist/actions/post-org-storage-leads-save-many.d.cts +9 -0
  285. package/dist/actions/post-org-storage-leads-save-many.d.cts.map +1 -0
  286. package/dist/actions/post-org-storage-leads-save-many.d.mts +9 -0
  287. package/dist/actions/post-org-storage-leads-save-many.d.mts.map +1 -0
  288. package/dist/actions/post-org-storage-leads-save-many.mjs +84 -0
  289. package/dist/actions/post-org-storage-leads-save-many.mjs.map +1 -0
  290. package/dist/actions/post-recaptcha.cjs +25 -0
  291. package/dist/actions/post-recaptcha.cjs.map +1 -0
  292. package/dist/actions/post-recaptcha.d.cts +9 -0
  293. package/dist/actions/post-recaptcha.d.cts.map +1 -0
  294. package/dist/actions/post-recaptcha.d.mts +9 -0
  295. package/dist/actions/post-recaptcha.d.mts.map +1 -0
  296. package/dist/actions/post-recaptcha.mjs +22 -0
  297. package/dist/actions/post-recaptcha.mjs.map +1 -0
  298. package/dist/actions/post-scripts-visibility.cjs +27 -0
  299. package/dist/actions/post-scripts-visibility.cjs.map +1 -0
  300. package/dist/actions/post-scripts-visibility.d.cts +9 -0
  301. package/dist/actions/post-scripts-visibility.d.cts.map +1 -0
  302. package/dist/actions/post-scripts-visibility.d.mts +9 -0
  303. package/dist/actions/post-scripts-visibility.d.mts.map +1 -0
  304. package/dist/actions/post-scripts-visibility.mjs +24 -0
  305. package/dist/actions/post-scripts-visibility.mjs.map +1 -0
  306. package/dist/actions/release-branch.cjs +23 -0
  307. package/dist/actions/release-branch.cjs.map +1 -0
  308. package/dist/actions/release-branch.d.cts +9 -0
  309. package/dist/actions/release-branch.d.cts.map +1 -0
  310. package/dist/actions/release-branch.d.mts +9 -0
  311. package/dist/actions/release-branch.d.mts.map +1 -0
  312. package/dist/actions/release-branch.mjs +20 -0
  313. package/dist/actions/release-branch.mjs.map +1 -0
  314. package/dist/actions/save-agent-groups.cjs +28 -0
  315. package/dist/actions/save-agent-groups.cjs.map +1 -0
  316. package/dist/actions/save-agent-groups.d.cts +9 -0
  317. package/dist/actions/save-agent-groups.d.cts.map +1 -0
  318. package/dist/actions/save-agent-groups.d.mts +9 -0
  319. package/dist/actions/save-agent-groups.d.mts.map +1 -0
  320. package/dist/actions/save-agent-groups.mjs +27 -0
  321. package/dist/actions/save-agent-groups.mjs.map +1 -0
  322. package/dist/actions/save-agent.cjs +143 -0
  323. package/dist/actions/save-agent.cjs.map +1 -0
  324. package/dist/actions/save-agent.d.cts +9 -0
  325. package/dist/actions/save-agent.d.cts.map +1 -0
  326. package/dist/actions/save-agent.d.mts +9 -0
  327. package/dist/actions/save-agent.d.mts.map +1 -0
  328. package/dist/actions/save-agent.mjs +140 -0
  329. package/dist/actions/save-agent.mjs.map +1 -0
  330. package/dist/actions/save-company-object.cjs +30 -0
  331. package/dist/actions/save-company-object.cjs.map +1 -0
  332. package/dist/actions/save-company-object.d.cts +9 -0
  333. package/dist/actions/save-company-object.d.cts.map +1 -0
  334. package/dist/actions/save-company-object.d.mts +9 -0
  335. package/dist/actions/save-company-object.d.mts.map +1 -0
  336. package/dist/actions/save-company-object.mjs +27 -0
  337. package/dist/actions/save-company-object.mjs.map +1 -0
  338. package/dist/actions/save-company-objects-many.cjs +40 -0
  339. package/dist/actions/save-company-objects-many.cjs.map +1 -0
  340. package/dist/actions/save-company-objects-many.d.cts +9 -0
  341. package/dist/actions/save-company-objects-many.d.cts.map +1 -0
  342. package/dist/actions/save-company-objects-many.d.mts +9 -0
  343. package/dist/actions/save-company-objects-many.d.mts.map +1 -0
  344. package/dist/actions/save-company-objects-many.mjs +39 -0
  345. package/dist/actions/save-company-objects-many.mjs.map +1 -0
  346. package/dist/actions/save-identity-event.cjs +30 -0
  347. package/dist/actions/save-identity-event.cjs.map +1 -0
  348. package/dist/actions/save-identity-event.d.cts +9 -0
  349. package/dist/actions/save-identity-event.d.cts.map +1 -0
  350. package/dist/actions/save-identity-event.d.mts +9 -0
  351. package/dist/actions/save-identity-event.d.mts.map +1 -0
  352. package/dist/actions/save-identity-event.mjs +27 -0
  353. package/dist/actions/save-identity-event.mjs.map +1 -0
  354. package/dist/actions/save-lead-object.cjs +34 -0
  355. package/dist/actions/save-lead-object.cjs.map +1 -0
  356. package/dist/actions/save-lead-object.d.cts +9 -0
  357. package/dist/actions/save-lead-object.d.cts.map +1 -0
  358. package/dist/actions/save-lead-object.d.mts +9 -0
  359. package/dist/actions/save-lead-object.d.mts.map +1 -0
  360. package/dist/actions/save-lead-object.mjs +31 -0
  361. package/dist/actions/save-lead-object.mjs.map +1 -0
  362. package/dist/actions/save-lead.cjs +131 -0
  363. package/dist/actions/save-lead.cjs.map +1 -0
  364. package/dist/actions/save-lead.d.cts +9 -0
  365. package/dist/actions/save-lead.d.cts.map +1 -0
  366. package/dist/actions/save-lead.d.mts +9 -0
  367. package/dist/actions/save-lead.d.mts.map +1 -0
  368. package/dist/actions/save-lead.mjs +128 -0
  369. package/dist/actions/save-lead.mjs.map +1 -0
  370. package/dist/actions/save-leads-objects-many.cjs +35 -0
  371. package/dist/actions/save-leads-objects-many.cjs.map +1 -0
  372. package/dist/actions/save-leads-objects-many.d.cts +9 -0
  373. package/dist/actions/save-leads-objects-many.d.cts.map +1 -0
  374. package/dist/actions/save-leads-objects-many.d.mts +9 -0
  375. package/dist/actions/save-leads-objects-many.d.mts.map +1 -0
  376. package/dist/actions/save-leads-objects-many.mjs +34 -0
  377. package/dist/actions/save-leads-objects-many.mjs.map +1 -0
  378. package/dist/actions/save-list.cjs +34 -0
  379. package/dist/actions/save-list.cjs.map +1 -0
  380. package/dist/actions/save-list.d.cts +9 -0
  381. package/dist/actions/save-list.d.cts.map +1 -0
  382. package/dist/actions/save-list.d.mts +9 -0
  383. package/dist/actions/save-list.d.mts.map +1 -0
  384. package/dist/actions/save-list.mjs +31 -0
  385. package/dist/actions/save-list.mjs.map +1 -0
  386. package/dist/actions/save-script.cjs +36 -0
  387. package/dist/actions/save-script.cjs.map +1 -0
  388. package/dist/actions/save-script.d.cts +9 -0
  389. package/dist/actions/save-script.d.cts.map +1 -0
  390. package/dist/actions/save-script.d.mts +9 -0
  391. package/dist/actions/save-script.d.mts.map +1 -0
  392. package/dist/actions/save-script.mjs +33 -0
  393. package/dist/actions/save-script.mjs.map +1 -0
  394. package/dist/actions/search-company-objects.cjs +24 -0
  395. package/dist/actions/search-company-objects.cjs.map +1 -0
  396. package/dist/actions/search-company-objects.d.cts +9 -0
  397. package/dist/actions/search-company-objects.d.cts.map +1 -0
  398. package/dist/actions/search-company-objects.d.mts +9 -0
  399. package/dist/actions/search-company-objects.d.mts.map +1 -0
  400. package/dist/actions/search-company-objects.mjs +21 -0
  401. package/dist/actions/search-company-objects.mjs.map +1 -0
  402. package/dist/actions/search-lead-objects.cjs +20 -0
  403. package/dist/actions/search-lead-objects.cjs.map +1 -0
  404. package/dist/actions/search-lead-objects.d.cts +9 -0
  405. package/dist/actions/search-lead-objects.d.cts.map +1 -0
  406. package/dist/actions/search-lead-objects.d.mts +9 -0
  407. package/dist/actions/search-lead-objects.d.mts.map +1 -0
  408. package/dist/actions/search-lead-objects.mjs +19 -0
  409. package/dist/actions/search-lead-objects.mjs.map +1 -0
  410. package/dist/actions/stop-agent.cjs +25 -0
  411. package/dist/actions/stop-agent.cjs.map +1 -0
  412. package/dist/actions/stop-agent.d.cts +9 -0
  413. package/dist/actions/stop-agent.d.cts.map +1 -0
  414. package/dist/actions/stop-agent.d.mts +9 -0
  415. package/dist/actions/stop-agent.d.mts.map +1 -0
  416. package/dist/actions/stop-agent.mjs +22 -0
  417. package/dist/actions/stop-agent.mjs.map +1 -0
  418. package/dist/actions/update-script.cjs +23 -0
  419. package/dist/actions/update-script.cjs.map +1 -0
  420. package/dist/actions/update-script.d.cts +9 -0
  421. package/dist/actions/update-script.d.cts.map +1 -0
  422. package/dist/actions/update-script.d.mts +9 -0
  423. package/dist/actions/update-script.d.mts.map +1 -0
  424. package/dist/actions/update-script.mjs +20 -0
  425. package/dist/actions/update-script.mjs.map +1 -0
  426. package/dist/actions/update-scripts-access-list.cjs +25 -0
  427. package/dist/actions/update-scripts-access-list.cjs.map +1 -0
  428. package/dist/actions/update-scripts-access-list.d.cts +9 -0
  429. package/dist/actions/update-scripts-access-list.d.cts.map +1 -0
  430. package/dist/actions/update-scripts-access-list.d.mts +9 -0
  431. package/dist/actions/update-scripts-access-list.d.mts.map +1 -0
  432. package/dist/actions/update-scripts-access-list.mjs +22 -0
  433. package/dist/actions/update-scripts-access-list.mjs.map +1 -0
  434. package/dist/app.cjs +9 -0
  435. package/dist/app.cjs.map +1 -0
  436. package/dist/app.d.cts +5 -0
  437. package/dist/app.d.cts.map +1 -0
  438. package/dist/app.d.mts +5 -0
  439. package/dist/app.d.mts.map +1 -0
  440. package/dist/app.mjs +10 -0
  441. package/dist/app.mjs.map +1 -0
  442. package/dist/catalog.cjs +15 -0
  443. package/dist/catalog.cjs.map +1 -0
  444. package/dist/catalog.d.cts +14 -0
  445. package/dist/catalog.d.cts.map +1 -0
  446. package/dist/catalog.d.mts +14 -0
  447. package/dist/catalog.d.mts.map +1 -0
  448. package/dist/catalog.mjs +15 -0
  449. package/dist/catalog.mjs.map +1 -0
  450. package/dist/execute.cjs +18 -0
  451. package/dist/execute.cjs.map +1 -0
  452. package/dist/execute.mjs +18 -0
  453. package/dist/execute.mjs.map +1 -0
  454. package/dist/index.cjs +112 -0
  455. package/dist/index.d.cts +56 -0
  456. package/dist/index.d.mts +56 -0
  457. package/dist/index.mjs +57 -0
  458. package/package.json +49 -0
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-script.d.ts
4
+ declare const PhantombusterUpdateScriptInput: z.ZodTypeAny;
5
+ declare const PhantombusterUpdateScriptOutput: z.ZodTypeAny;
6
+ declare const phantombusterUpdateScript: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { phantombusterUpdateScript };
9
+ //# sourceMappingURL=update-script.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-script.d.mts","names":[],"sources":["../../src/actions/update-script.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAIgC;AAAA,cAClE,+BAAA,EAAiC,CAAA,CAAE,UAGc;AAAA,cAEjD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const phantombusterUpdateScript = action("PHANTOMBUSTER_UPDATE_SCRIPT", {
4
+ slug: "phantombuster-update-script",
5
+ name: "Update Script (v1 API)",
6
+ description: "Tool to update an existing script or create a new one if it does not exist (Legacy v1 API). Use when you need to save script code to Phantombuster. If insertOnly is true, the operation will fail if a script with the same name already exists.",
7
+ input: z.object({
8
+ name: z.string().describe("Name of the script to update or create, with its extension (.js or .coffee)."),
9
+ text: z.string().describe("Full text contents of the script."),
10
+ insertOnly: z.boolean().describe("If true, make sure that we don't update an existing script. An error will be returned if a script with the same name already exists.").optional()
11
+ }).describe("Request model for updating or creating a script (Legacy v1 API)."),
12
+ output: z.object({
13
+ data: z.number().describe("Script ID if a new script was created, or null if an existing script was updated.").nullable().optional(),
14
+ status: z.string().describe("Status of the operation (e.g., 'success').")
15
+ }).describe("Response schema for POST /api/v1/script/{name}.")
16
+ });
17
+ //#endregion
18
+ export { phantombusterUpdateScript };
19
+
20
+ //# sourceMappingURL=update-script.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-script.mjs","names":[],"sources":["../../src/actions/update-script.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PhantombusterUpdateScriptInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the script to update or create, with its extension (.js or .coffee).\"),\n text: z.string().describe(\"Full text contents of the script.\"),\n insertOnly: z.boolean().describe(\"If true, make sure that we don't update an existing script. An error will be returned if a script with the same name already exists.\").optional(),\n}).describe(\"Request model for updating or creating a script (Legacy v1 API).\");\nexport const PhantombusterUpdateScriptOutput: z.ZodTypeAny = z.object({\n data: z.number().describe(\"Script ID if a new script was created, or null if an existing script was updated.\").nullable().optional(),\n status: z.string().describe(\"Status of the operation (e.g., 'success').\"),\n}).describe(\"Response schema for POST /api/v1/script/{name}.\");\n\nexport const phantombusterUpdateScript = action(\"PHANTOMBUSTER_UPDATE_SCRIPT\", {\n slug: \"phantombuster-update-script\",\n name: \"Update Script (v1 API)\",\n description: \"Tool to update an existing script or create a new one if it does not exist (Legacy v1 API). Use when you need to save script code to Phantombuster. If insertOnly is true, the operation will fail if a script with the same name already exists.\",\n input: PhantombusterUpdateScriptInput,\n output: PhantombusterUpdateScriptOutput,\n});\n"],"mappings":";;AAcA,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAd0D,EAAE,OAAO;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;EACxG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC7D,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;CACpL,CAAC,CAAC,CAAC,SAAS,kEAUH;CACP,QAV2D,EAAE,OAAO;EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC1E,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-scripts-access-list.ts
4
+ const PhantombusterUpdateScriptsAccessListInput = zod.z.object({
5
+ add: zod.z.string().describe("Org or user to add in the access list.").optional(),
6
+ name: zod.z.string().describe("Name of the script to update the access list of."),
7
+ branch: zod.z.string().describe("Name of the branch to update the access list of."),
8
+ remove: zod.z.string().describe("Org or user to remove from the access list.").optional(),
9
+ "X-Phantombuster-Org": zod.z.string().describe("ID of the org that is performing the operation (not necessary when using a third party key).").optional()
10
+ }).describe("Request model for updating the access list of a script.");
11
+ const PhantombusterUpdateScriptsAccessListOutput = zod.z.object({
12
+ message: zod.z.string().describe("Additional message about the operation result.").nullable().optional(),
13
+ success: zod.z.boolean().describe("Indicates whether the access list was successfully updated.")
14
+ }).describe("Response schema for updating script access list.");
15
+ const phantombusterUpdateScriptsAccessList = require_action.action("PHANTOMBUSTER_UPDATE_SCRIPTS_ACCESS_LIST", {
16
+ slug: "phantombuster-update-scripts-access-list",
17
+ name: "Update Script Access List",
18
+ description: "Tool to update the access list of a script. Use when you need to add or remove users/orgs from a script's access list in a specific branch.",
19
+ input: PhantombusterUpdateScriptsAccessListInput,
20
+ output: PhantombusterUpdateScriptsAccessListOutput
21
+ });
22
+ //#endregion
23
+ exports.phantombusterUpdateScriptsAccessList = phantombusterUpdateScriptsAccessList;
24
+
25
+ //# sourceMappingURL=update-scripts-access-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-scripts-access-list.cjs","names":["z","action"],"sources":["../../src/actions/update-scripts-access-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PhantombusterUpdateScriptsAccessListInput: z.ZodTypeAny = z.object({\n add: z.string().describe(\"Org or user to add in the access list.\").optional(),\n name: z.string().describe(\"Name of the script to update the access list of.\"),\n branch: z.string().describe(\"Name of the branch to update the access list of.\"),\n remove: z.string().describe(\"Org or user to remove from the access list.\").optional(),\n \"X-Phantombuster-Org\": z.string().describe(\"ID of the org that is performing the operation (not necessary when using a third party key).\").optional(),\n}).describe(\"Request model for updating the access list of a script.\");\nexport const PhantombusterUpdateScriptsAccessListOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Additional message about the operation result.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the access list was successfully updated.\"),\n}).describe(\"Response schema for updating script access list.\");\n\nexport const phantombusterUpdateScriptsAccessList = action(\"PHANTOMBUSTER_UPDATE_SCRIPTS_ACCESS_LIST\", {\n slug: \"phantombuster-update-scripts-access-list\",\n name: \"Update Script Access List\",\n description: \"Tool to update the access list of a script. Use when you need to add or remove users/orgs from a script's access list in a specific branch.\",\n input: PhantombusterUpdateScriptsAccessListInput,\n output: PhantombusterUpdateScriptsAccessListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC5E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACpF,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D;AAC7F,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,uCAAuCC,eAAAA,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-scripts-access-list.d.ts
4
+ declare const PhantombusterUpdateScriptsAccessListInput: z.ZodTypeAny;
5
+ declare const PhantombusterUpdateScriptsAccessListOutput: z.ZodTypeAny;
6
+ declare const phantombusterUpdateScriptsAccessList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { phantombusterUpdateScriptsAccessList };
9
+ //# sourceMappingURL=update-scripts-access-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-scripts-access-list.d.cts","names":[],"sources":["../../src/actions/update-scripts-access-list.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAMY;AAAA,cACzD,0CAAA,EAA4C,CAAA,CAAE,UAGI;AAAA,cAElD,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-scripts-access-list.d.ts
4
+ declare const PhantombusterUpdateScriptsAccessListInput: z.ZodTypeAny;
5
+ declare const PhantombusterUpdateScriptsAccessListOutput: z.ZodTypeAny;
6
+ declare const phantombusterUpdateScriptsAccessList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { phantombusterUpdateScriptsAccessList };
9
+ //# sourceMappingURL=update-scripts-access-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-scripts-access-list.d.mts","names":[],"sources":["../../src/actions/update-scripts-access-list.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAMY;AAAA,cACzD,0CAAA,EAA4C,CAAA,CAAE,UAGI;AAAA,cAElD,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const phantombusterUpdateScriptsAccessList = action("PHANTOMBUSTER_UPDATE_SCRIPTS_ACCESS_LIST", {
4
+ slug: "phantombuster-update-scripts-access-list",
5
+ name: "Update Script Access List",
6
+ description: "Tool to update the access list of a script. Use when you need to add or remove users/orgs from a script's access list in a specific branch.",
7
+ input: z.object({
8
+ add: z.string().describe("Org or user to add in the access list.").optional(),
9
+ name: z.string().describe("Name of the script to update the access list of."),
10
+ branch: z.string().describe("Name of the branch to update the access list of."),
11
+ remove: z.string().describe("Org or user to remove from the access list.").optional(),
12
+ "X-Phantombuster-Org": z.string().describe("ID of the org that is performing the operation (not necessary when using a third party key).").optional()
13
+ }).describe("Request model for updating the access list of a script."),
14
+ output: z.object({
15
+ message: z.string().describe("Additional message about the operation result.").nullable().optional(),
16
+ success: z.boolean().describe("Indicates whether the access list was successfully updated.")
17
+ }).describe("Response schema for updating script access list.")
18
+ });
19
+ //#endregion
20
+ export { phantombusterUpdateScriptsAccessList };
21
+
22
+ //# sourceMappingURL=update-scripts-access-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-scripts-access-list.mjs","names":[],"sources":["../../src/actions/update-scripts-access-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PhantombusterUpdateScriptsAccessListInput: z.ZodTypeAny = z.object({\n add: z.string().describe(\"Org or user to add in the access list.\").optional(),\n name: z.string().describe(\"Name of the script to update the access list of.\"),\n branch: z.string().describe(\"Name of the branch to update the access list of.\"),\n remove: z.string().describe(\"Org or user to remove from the access list.\").optional(),\n \"X-Phantombuster-Org\": z.string().describe(\"ID of the org that is performing the operation (not necessary when using a third party key).\").optional(),\n}).describe(\"Request model for updating the access list of a script.\");\nexport const PhantombusterUpdateScriptsAccessListOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Additional message about the operation result.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the access list was successfully updated.\"),\n}).describe(\"Response schema for updating script access list.\");\n\nexport const phantombusterUpdateScriptsAccessList = action(\"PHANTOMBUSTER_UPDATE_SCRIPTS_ACCESS_LIST\", {\n slug: \"phantombuster-update-scripts-access-list\",\n name: \"Update Script Access List\",\n description: \"Tool to update the access list of a script. Use when you need to add or remove users/orgs from a script's access list in a specific branch.\",\n input: PhantombusterUpdateScriptsAccessListInput,\n output: PhantombusterUpdateScriptsAccessListOutput,\n});\n"],"mappings":";;AAgBA,MAAa,uCAAuC,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBqE,EAAE,OAAO;EAC9E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAC5E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EACpF,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CACtJ,CAAC,CAAC,CAAC,SAAS,yDAUH;CACP,QAVsE,EAAE,OAAO;EAC/E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D;CAC7F,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const phantombuster = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "phantombuster",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.phantombuster = phantombuster;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const phantombuster = defineApp({\n slug: \"phantombuster\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,iBAAA,uCAAA,CAAA,CAAA,UAAA,CAA0B;CACrC,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const phantombuster: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { phantombuster };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,aAAA,6BAAa,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const phantombuster: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { phantombuster };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,aAAA,6BAAa,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const phantombuster = defineApp({
4
+ slug: "phantombuster",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { phantombuster };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const phantombuster = defineApp({\n slug: \"phantombuster\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,gBAAgB,UAAU;CACrC,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const phantombusterCatalog = {
4
+ "slug": "phantombuster",
5
+ "name": "PhantomBuster",
6
+ "description": "PhantomBuster is a cloud-based data extraction and automation platform that enables users to automate actions on the web, such as scraping data, generating leads, and automating social media tasks.",
7
+ "category": "AI Web Scraping",
8
+ "logo": "https://logos.composio.dev/api/phantombuster",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.phantombusterCatalog = phantombusterCatalog;
14
+
15
+ //# sourceMappingURL=catalog.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const phantombusterCatalog = {\n \"slug\": \"phantombuster\",\n \"name\": \"PhantomBuster\",\n \"description\": \"PhantomBuster is a cloud-based data extraction and automation platform that enables users to automate actions on the web, such as scraping data, generating leads, and automating social media tasks.\",\n \"category\": \"AI Web Scraping\",\n \"logo\": \"https://logos.composio.dev/api/phantombuster\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,uBAAuB;CAClC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const phantombusterCatalog: {
4
+ readonly slug: "phantombuster";
5
+ readonly name: "PhantomBuster";
6
+ readonly description: "PhantomBuster is a cloud-based data extraction and automation platform that enables users to automate actions on the web, such as scraping data, generating leads, and automating social media tasks.";
7
+ readonly category: "AI Web Scraping";
8
+ readonly logo: "https://logos.composio.dev/api/phantombuster";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { phantombusterCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,oBAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const phantombusterCatalog: {
4
+ readonly slug: "phantombuster";
5
+ readonly name: "PhantomBuster";
6
+ readonly description: "PhantomBuster is a cloud-based data extraction and automation platform that enables users to automate actions on the web, such as scraping data, generating leads, and automating social media tasks.";
7
+ readonly category: "AI Web Scraping";
8
+ readonly logo: "https://logos.composio.dev/api/phantombuster";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { phantombusterCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,oBAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const phantombusterCatalog = {
4
+ "slug": "phantombuster",
5
+ "name": "PhantomBuster",
6
+ "description": "PhantomBuster is a cloud-based data extraction and automation platform that enables users to automate actions on the web, such as scraping data, generating leads, and automating social media tasks.",
7
+ "category": "AI Web Scraping",
8
+ "logo": "https://logos.composio.dev/api/phantombuster",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { phantombusterCatalog };
14
+
15
+ //# sourceMappingURL=catalog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const phantombusterCatalog = {\n \"slug\": \"phantombuster\",\n \"name\": \"PhantomBuster\",\n \"description\": \"PhantomBuster is a cloud-based data extraction and automation platform that enables users to automate actions on the web, such as scraping data, generating leads, and automating social media tasks.\",\n \"category\": \"AI Web Scraping\",\n \"logo\": \"https://logos.composio.dev/api/phantombuster\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,uBAAuB;CAClC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,18 @@
1
+ let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "phantombuster";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executePhantombusterTool(tool, args) {
7
+ const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ exports.executePhantombusterTool = executePhantombusterTool;
17
+
18
+ //# sourceMappingURL=execute.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"phantombuster\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePhantombusterTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,yBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
@@ -0,0 +1,18 @@
1
+ import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "phantombuster";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executePhantombusterTool(tool, args) {
7
+ const { result } = await createKeystrokeClient().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ export { executePhantombusterTool };
17
+
18
+ //# sourceMappingURL=execute.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"phantombuster\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executePhantombusterTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,yBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
package/dist/index.cjs ADDED
@@ -0,0 +1,112 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_app = require("./app.cjs");
3
+ const require_catalog = require("./catalog.cjs");
4
+ const require_abort_agent_v1 = require("./actions/abort-agent-v1.cjs");
5
+ const require_delete_agent = require("./actions/delete-agent.cjs");
6
+ const require_delete_lead_objects = require("./actions/delete-lead-objects.cjs");
7
+ const require_delete_leads_many = require("./actions/delete-leads-many.cjs");
8
+ const require_delete_list = require("./actions/delete-list.cjs");
9
+ const require_delete_script = require("./actions/delete-script.cjs");
10
+ const require_get_agent = require("./actions/get-agent.cjs");
11
+ const require_get_agent_containers = require("./actions/get-agent-containers.cjs");
12
+ const require_get_agent_output = require("./actions/get-agent-output.cjs");
13
+ const require_get_agents_fetch_all = require("./actions/get-agents-fetch-all.cjs");
14
+ const require_get_agents_fetch_deleted = require("./actions/get-agents-fetch-deleted.cjs");
15
+ const require_get_branches_diff = require("./actions/get-branches-diff.cjs");
16
+ const require_get_branches_fetch_all = require("./actions/get-branches-fetch-all.cjs");
17
+ const require_get_containers_fetch_all = require("./actions/get-containers-fetch-all.cjs");
18
+ const require_get_leads_by_list = require("./actions/get-leads-by-list.cjs");
19
+ const require_get_location_ip = require("./actions/get-location-ip.cjs");
20
+ const require_get_org_storage_lists_fetch_all = require("./actions/get-org-storage-lists-fetch-all.cjs");
21
+ const require_get_orgs_export_agent_usage = require("./actions/get-orgs-export-agent-usage.cjs");
22
+ const require_get_orgs_export_container_usage = require("./actions/get-orgs-export-container-usage.cjs");
23
+ const require_get_orgs_fetch = require("./actions/get-orgs-fetch.cjs");
24
+ const require_get_orgs_fetch_agent_groups = require("./actions/get-orgs-fetch-agent-groups.cjs");
25
+ const require_get_orgs_fetch_resources = require("./actions/get-orgs-fetch-resources.cjs");
26
+ const require_get_orgs_fetch_running_containers = require("./actions/get-orgs-fetch-running-containers.cjs");
27
+ const require_get_script = require("./actions/get-script.cjs");
28
+ const require_get_script_by_name = require("./actions/get-script-by-name.cjs");
29
+ const require_get_scripts_code = require("./actions/get-scripts-code.cjs");
30
+ const require_get_scripts_fetch_all = require("./actions/get-scripts-fetch-all.cjs");
31
+ const require_get_user = require("./actions/get-user.cjs");
32
+ const require_post_agents_unschedule_all = require("./actions/post-agents-unschedule-all.cjs");
33
+ const require_post_ai_completions = require("./actions/post-ai-completions.cjs");
34
+ const require_post_branches_create = require("./actions/post-branches-create.cjs");
35
+ const require_post_branches_delete = require("./actions/post-branches-delete.cjs");
36
+ const require_post_hcaptcha = require("./actions/post-hcaptcha.cjs");
37
+ const require_post_identities_generate_token = require("./actions/post-identities-generate-token.cjs");
38
+ const require_post_org_storage_leads_save_many = require("./actions/post-org-storage-leads-save-many.cjs");
39
+ const require_post_recaptcha = require("./actions/post-recaptcha.cjs");
40
+ const require_post_scripts_visibility = require("./actions/post-scripts-visibility.cjs");
41
+ const require_release_branch = require("./actions/release-branch.cjs");
42
+ const require_save_agent = require("./actions/save-agent.cjs");
43
+ const require_save_agent_groups = require("./actions/save-agent-groups.cjs");
44
+ const require_save_company_object = require("./actions/save-company-object.cjs");
45
+ const require_save_company_objects_many = require("./actions/save-company-objects-many.cjs");
46
+ const require_save_identity_event = require("./actions/save-identity-event.cjs");
47
+ const require_save_lead = require("./actions/save-lead.cjs");
48
+ const require_save_lead_object = require("./actions/save-lead-object.cjs");
49
+ const require_save_leads_objects_many = require("./actions/save-leads-objects-many.cjs");
50
+ const require_save_list = require("./actions/save-list.cjs");
51
+ const require_save_script = require("./actions/save-script.cjs");
52
+ const require_search_company_objects = require("./actions/search-company-objects.cjs");
53
+ const require_search_lead_objects = require("./actions/search-lead-objects.cjs");
54
+ const require_stop_agent = require("./actions/stop-agent.cjs");
55
+ const require_update_script = require("./actions/update-script.cjs");
56
+ const require_update_scripts_access_list = require("./actions/update-scripts-access-list.cjs");
57
+ require("./actions/index.cjs");
58
+ exports.phantombuster = require_app.phantombuster;
59
+ exports.phantombusterAbortAgentV1 = require_abort_agent_v1.phantombusterAbortAgentV1;
60
+ exports.phantombusterCatalog = require_catalog.phantombusterCatalog;
61
+ exports.phantombusterDeleteAgent = require_delete_agent.phantombusterDeleteAgent;
62
+ exports.phantombusterDeleteLeadObjects = require_delete_lead_objects.phantombusterDeleteLeadObjects;
63
+ exports.phantombusterDeleteLeadsMany = require_delete_leads_many.phantombusterDeleteLeadsMany;
64
+ exports.phantombusterDeleteList = require_delete_list.phantombusterDeleteList;
65
+ exports.phantombusterDeleteScript = require_delete_script.phantombusterDeleteScript;
66
+ exports.phantombusterGetAgent = require_get_agent.phantombusterGetAgent;
67
+ exports.phantombusterGetAgentContainers = require_get_agent_containers.phantombusterGetAgentContainers;
68
+ exports.phantombusterGetAgentOutput = require_get_agent_output.phantombusterGetAgentOutput;
69
+ exports.phantombusterGetAgentsFetchAll = require_get_agents_fetch_all.phantombusterGetAgentsFetchAll;
70
+ exports.phantombusterGetAgentsFetchDeleted = require_get_agents_fetch_deleted.phantombusterGetAgentsFetchDeleted;
71
+ exports.phantombusterGetBranchesDiff = require_get_branches_diff.phantombusterGetBranchesDiff;
72
+ exports.phantombusterGetBranchesFetchAll = require_get_branches_fetch_all.phantombusterGetBranchesFetchAll;
73
+ exports.phantombusterGetContainersFetchAll = require_get_containers_fetch_all.phantombusterGetContainersFetchAll;
74
+ exports.phantombusterGetLeadsByList = require_get_leads_by_list.phantombusterGetLeadsByList;
75
+ exports.phantombusterGetLocationIp = require_get_location_ip.phantombusterGetLocationIp;
76
+ exports.phantombusterGetOrgStorageListsFetchAll = require_get_org_storage_lists_fetch_all.phantombusterGetOrgStorageListsFetchAll;
77
+ exports.phantombusterGetOrgsExportAgentUsage = require_get_orgs_export_agent_usage.phantombusterGetOrgsExportAgentUsage;
78
+ exports.phantombusterGetOrgsExportContainerUsage = require_get_orgs_export_container_usage.phantombusterGetOrgsExportContainerUsage;
79
+ exports.phantombusterGetOrgsFetch = require_get_orgs_fetch.phantombusterGetOrgsFetch;
80
+ exports.phantombusterGetOrgsFetchAgentGroups = require_get_orgs_fetch_agent_groups.phantombusterGetOrgsFetchAgentGroups;
81
+ exports.phantombusterGetOrgsFetchResources = require_get_orgs_fetch_resources.phantombusterGetOrgsFetchResources;
82
+ exports.phantombusterGetOrgsFetchRunningContainers = require_get_orgs_fetch_running_containers.phantombusterGetOrgsFetchRunningContainers;
83
+ exports.phantombusterGetScript = require_get_script.phantombusterGetScript;
84
+ exports.phantombusterGetScriptByName = require_get_script_by_name.phantombusterGetScriptByName;
85
+ exports.phantombusterGetScriptsCode = require_get_scripts_code.phantombusterGetScriptsCode;
86
+ exports.phantombusterGetScriptsFetchAll = require_get_scripts_fetch_all.phantombusterGetScriptsFetchAll;
87
+ exports.phantombusterGetUser = require_get_user.phantombusterGetUser;
88
+ exports.phantombusterPostAgentsUnscheduleAll = require_post_agents_unschedule_all.phantombusterPostAgentsUnscheduleAll;
89
+ exports.phantombusterPostAiCompletions = require_post_ai_completions.phantombusterPostAiCompletions;
90
+ exports.phantombusterPostBranchesCreate = require_post_branches_create.phantombusterPostBranchesCreate;
91
+ exports.phantombusterPostBranchesDelete = require_post_branches_delete.phantombusterPostBranchesDelete;
92
+ exports.phantombusterPostHcaptcha = require_post_hcaptcha.phantombusterPostHcaptcha;
93
+ exports.phantombusterPostIdentitiesGenerateToken = require_post_identities_generate_token.phantombusterPostIdentitiesGenerateToken;
94
+ exports.phantombusterPostOrgStorageLeadsSaveMany = require_post_org_storage_leads_save_many.phantombusterPostOrgStorageLeadsSaveMany;
95
+ exports.phantombusterPostRecaptcha = require_post_recaptcha.phantombusterPostRecaptcha;
96
+ exports.phantombusterPostScriptsVisibility = require_post_scripts_visibility.phantombusterPostScriptsVisibility;
97
+ exports.phantombusterReleaseBranch = require_release_branch.phantombusterReleaseBranch;
98
+ exports.phantombusterSaveAgent = require_save_agent.phantombusterSaveAgent;
99
+ exports.phantombusterSaveAgentGroups = require_save_agent_groups.phantombusterSaveAgentGroups;
100
+ exports.phantombusterSaveCompanyObject = require_save_company_object.phantombusterSaveCompanyObject;
101
+ exports.phantombusterSaveCompanyObjectsMany = require_save_company_objects_many.phantombusterSaveCompanyObjectsMany;
102
+ exports.phantombusterSaveIdentityEvent = require_save_identity_event.phantombusterSaveIdentityEvent;
103
+ exports.phantombusterSaveLead = require_save_lead.phantombusterSaveLead;
104
+ exports.phantombusterSaveLeadObject = require_save_lead_object.phantombusterSaveLeadObject;
105
+ exports.phantombusterSaveLeadsObjectsMany = require_save_leads_objects_many.phantombusterSaveLeadsObjectsMany;
106
+ exports.phantombusterSaveList = require_save_list.phantombusterSaveList;
107
+ exports.phantombusterSaveScript = require_save_script.phantombusterSaveScript;
108
+ exports.phantombusterSearchCompanyObjects = require_search_company_objects.phantombusterSearchCompanyObjects;
109
+ exports.phantombusterSearchLeadObjects = require_search_lead_objects.phantombusterSearchLeadObjects;
110
+ exports.phantombusterStopAgent = require_stop_agent.phantombusterStopAgent;
111
+ exports.phantombusterUpdateScript = require_update_script.phantombusterUpdateScript;
112
+ exports.phantombusterUpdateScriptsAccessList = require_update_scripts_access_list.phantombusterUpdateScriptsAccessList;
@@ -0,0 +1,56 @@
1
+ import { phantombusterAbortAgentV1 } from "./actions/abort-agent-v1.cjs";
2
+ import { phantombusterDeleteAgent } from "./actions/delete-agent.cjs";
3
+ import { phantombusterDeleteLeadObjects } from "./actions/delete-lead-objects.cjs";
4
+ import { phantombusterDeleteLeadsMany } from "./actions/delete-leads-many.cjs";
5
+ import { phantombusterDeleteList } from "./actions/delete-list.cjs";
6
+ import { phantombusterDeleteScript } from "./actions/delete-script.cjs";
7
+ import { phantombusterGetAgent } from "./actions/get-agent.cjs";
8
+ import { phantombusterGetAgentContainers } from "./actions/get-agent-containers.cjs";
9
+ import { phantombusterGetAgentOutput } from "./actions/get-agent-output.cjs";
10
+ import { phantombusterGetAgentsFetchAll } from "./actions/get-agents-fetch-all.cjs";
11
+ import { phantombusterGetAgentsFetchDeleted } from "./actions/get-agents-fetch-deleted.cjs";
12
+ import { phantombusterGetBranchesDiff } from "./actions/get-branches-diff.cjs";
13
+ import { phantombusterGetBranchesFetchAll } from "./actions/get-branches-fetch-all.cjs";
14
+ import { phantombusterGetContainersFetchAll } from "./actions/get-containers-fetch-all.cjs";
15
+ import { phantombusterGetLeadsByList } from "./actions/get-leads-by-list.cjs";
16
+ import { phantombusterGetLocationIp } from "./actions/get-location-ip.cjs";
17
+ import { phantombusterGetOrgStorageListsFetchAll } from "./actions/get-org-storage-lists-fetch-all.cjs";
18
+ import { phantombusterGetOrgsExportAgentUsage } from "./actions/get-orgs-export-agent-usage.cjs";
19
+ import { phantombusterGetOrgsExportContainerUsage } from "./actions/get-orgs-export-container-usage.cjs";
20
+ import { phantombusterGetOrgsFetch } from "./actions/get-orgs-fetch.cjs";
21
+ import { phantombusterGetOrgsFetchAgentGroups } from "./actions/get-orgs-fetch-agent-groups.cjs";
22
+ import { phantombusterGetOrgsFetchResources } from "./actions/get-orgs-fetch-resources.cjs";
23
+ import { phantombusterGetOrgsFetchRunningContainers } from "./actions/get-orgs-fetch-running-containers.cjs";
24
+ import { phantombusterGetScript } from "./actions/get-script.cjs";
25
+ import { phantombusterGetScriptByName } from "./actions/get-script-by-name.cjs";
26
+ import { phantombusterGetScriptsCode } from "./actions/get-scripts-code.cjs";
27
+ import { phantombusterGetScriptsFetchAll } from "./actions/get-scripts-fetch-all.cjs";
28
+ import { phantombusterGetUser } from "./actions/get-user.cjs";
29
+ import { phantombusterPostAgentsUnscheduleAll } from "./actions/post-agents-unschedule-all.cjs";
30
+ import { phantombusterPostAiCompletions } from "./actions/post-ai-completions.cjs";
31
+ import { phantombusterPostBranchesCreate } from "./actions/post-branches-create.cjs";
32
+ import { phantombusterPostBranchesDelete } from "./actions/post-branches-delete.cjs";
33
+ import { phantombusterPostHcaptcha } from "./actions/post-hcaptcha.cjs";
34
+ import { phantombusterPostIdentitiesGenerateToken } from "./actions/post-identities-generate-token.cjs";
35
+ import { phantombusterPostOrgStorageLeadsSaveMany } from "./actions/post-org-storage-leads-save-many.cjs";
36
+ import { phantombusterPostRecaptcha } from "./actions/post-recaptcha.cjs";
37
+ import { phantombusterPostScriptsVisibility } from "./actions/post-scripts-visibility.cjs";
38
+ import { phantombusterReleaseBranch } from "./actions/release-branch.cjs";
39
+ import { phantombusterSaveAgent } from "./actions/save-agent.cjs";
40
+ import { phantombusterSaveAgentGroups } from "./actions/save-agent-groups.cjs";
41
+ import { phantombusterSaveCompanyObject } from "./actions/save-company-object.cjs";
42
+ import { phantombusterSaveCompanyObjectsMany } from "./actions/save-company-objects-many.cjs";
43
+ import { phantombusterSaveIdentityEvent } from "./actions/save-identity-event.cjs";
44
+ import { phantombusterSaveLead } from "./actions/save-lead.cjs";
45
+ import { phantombusterSaveLeadObject } from "./actions/save-lead-object.cjs";
46
+ import { phantombusterSaveLeadsObjectsMany } from "./actions/save-leads-objects-many.cjs";
47
+ import { phantombusterSaveList } from "./actions/save-list.cjs";
48
+ import { phantombusterSaveScript } from "./actions/save-script.cjs";
49
+ import { phantombusterSearchCompanyObjects } from "./actions/search-company-objects.cjs";
50
+ import { phantombusterSearchLeadObjects } from "./actions/search-lead-objects.cjs";
51
+ import { phantombusterStopAgent } from "./actions/stop-agent.cjs";
52
+ import { phantombusterUpdateScript } from "./actions/update-script.cjs";
53
+ import { phantombusterUpdateScriptsAccessList } from "./actions/update-scripts-access-list.cjs";
54
+ import { phantombuster } from "./app.cjs";
55
+ import { phantombusterCatalog } from "./catalog.cjs";
56
+ export { phantombuster, phantombusterAbortAgentV1, phantombusterCatalog, phantombusterDeleteAgent, phantombusterDeleteLeadObjects, phantombusterDeleteLeadsMany, phantombusterDeleteList, phantombusterDeleteScript, phantombusterGetAgent, phantombusterGetAgentContainers, phantombusterGetAgentOutput, phantombusterGetAgentsFetchAll, phantombusterGetAgentsFetchDeleted, phantombusterGetBranchesDiff, phantombusterGetBranchesFetchAll, phantombusterGetContainersFetchAll, phantombusterGetLeadsByList, phantombusterGetLocationIp, phantombusterGetOrgStorageListsFetchAll, phantombusterGetOrgsExportAgentUsage, phantombusterGetOrgsExportContainerUsage, phantombusterGetOrgsFetch, phantombusterGetOrgsFetchAgentGroups, phantombusterGetOrgsFetchResources, phantombusterGetOrgsFetchRunningContainers, phantombusterGetScript, phantombusterGetScriptByName, phantombusterGetScriptsCode, phantombusterGetScriptsFetchAll, phantombusterGetUser, phantombusterPostAgentsUnscheduleAll, phantombusterPostAiCompletions, phantombusterPostBranchesCreate, phantombusterPostBranchesDelete, phantombusterPostHcaptcha, phantombusterPostIdentitiesGenerateToken, phantombusterPostOrgStorageLeadsSaveMany, phantombusterPostRecaptcha, phantombusterPostScriptsVisibility, phantombusterReleaseBranch, phantombusterSaveAgent, phantombusterSaveAgentGroups, phantombusterSaveCompanyObject, phantombusterSaveCompanyObjectsMany, phantombusterSaveIdentityEvent, phantombusterSaveLead, phantombusterSaveLeadObject, phantombusterSaveLeadsObjectsMany, phantombusterSaveList, phantombusterSaveScript, phantombusterSearchCompanyObjects, phantombusterSearchLeadObjects, phantombusterStopAgent, phantombusterUpdateScript, phantombusterUpdateScriptsAccessList };
@@ -0,0 +1,56 @@
1
+ import { phantombusterAbortAgentV1 } from "./actions/abort-agent-v1.mjs";
2
+ import { phantombusterDeleteAgent } from "./actions/delete-agent.mjs";
3
+ import { phantombusterDeleteLeadObjects } from "./actions/delete-lead-objects.mjs";
4
+ import { phantombusterDeleteLeadsMany } from "./actions/delete-leads-many.mjs";
5
+ import { phantombusterDeleteList } from "./actions/delete-list.mjs";
6
+ import { phantombusterDeleteScript } from "./actions/delete-script.mjs";
7
+ import { phantombusterGetAgent } from "./actions/get-agent.mjs";
8
+ import { phantombusterGetAgentContainers } from "./actions/get-agent-containers.mjs";
9
+ import { phantombusterGetAgentOutput } from "./actions/get-agent-output.mjs";
10
+ import { phantombusterGetAgentsFetchAll } from "./actions/get-agents-fetch-all.mjs";
11
+ import { phantombusterGetAgentsFetchDeleted } from "./actions/get-agents-fetch-deleted.mjs";
12
+ import { phantombusterGetBranchesDiff } from "./actions/get-branches-diff.mjs";
13
+ import { phantombusterGetBranchesFetchAll } from "./actions/get-branches-fetch-all.mjs";
14
+ import { phantombusterGetContainersFetchAll } from "./actions/get-containers-fetch-all.mjs";
15
+ import { phantombusterGetLeadsByList } from "./actions/get-leads-by-list.mjs";
16
+ import { phantombusterGetLocationIp } from "./actions/get-location-ip.mjs";
17
+ import { phantombusterGetOrgStorageListsFetchAll } from "./actions/get-org-storage-lists-fetch-all.mjs";
18
+ import { phantombusterGetOrgsExportAgentUsage } from "./actions/get-orgs-export-agent-usage.mjs";
19
+ import { phantombusterGetOrgsExportContainerUsage } from "./actions/get-orgs-export-container-usage.mjs";
20
+ import { phantombusterGetOrgsFetch } from "./actions/get-orgs-fetch.mjs";
21
+ import { phantombusterGetOrgsFetchAgentGroups } from "./actions/get-orgs-fetch-agent-groups.mjs";
22
+ import { phantombusterGetOrgsFetchResources } from "./actions/get-orgs-fetch-resources.mjs";
23
+ import { phantombusterGetOrgsFetchRunningContainers } from "./actions/get-orgs-fetch-running-containers.mjs";
24
+ import { phantombusterGetScript } from "./actions/get-script.mjs";
25
+ import { phantombusterGetScriptByName } from "./actions/get-script-by-name.mjs";
26
+ import { phantombusterGetScriptsCode } from "./actions/get-scripts-code.mjs";
27
+ import { phantombusterGetScriptsFetchAll } from "./actions/get-scripts-fetch-all.mjs";
28
+ import { phantombusterGetUser } from "./actions/get-user.mjs";
29
+ import { phantombusterPostAgentsUnscheduleAll } from "./actions/post-agents-unschedule-all.mjs";
30
+ import { phantombusterPostAiCompletions } from "./actions/post-ai-completions.mjs";
31
+ import { phantombusterPostBranchesCreate } from "./actions/post-branches-create.mjs";
32
+ import { phantombusterPostBranchesDelete } from "./actions/post-branches-delete.mjs";
33
+ import { phantombusterPostHcaptcha } from "./actions/post-hcaptcha.mjs";
34
+ import { phantombusterPostIdentitiesGenerateToken } from "./actions/post-identities-generate-token.mjs";
35
+ import { phantombusterPostOrgStorageLeadsSaveMany } from "./actions/post-org-storage-leads-save-many.mjs";
36
+ import { phantombusterPostRecaptcha } from "./actions/post-recaptcha.mjs";
37
+ import { phantombusterPostScriptsVisibility } from "./actions/post-scripts-visibility.mjs";
38
+ import { phantombusterReleaseBranch } from "./actions/release-branch.mjs";
39
+ import { phantombusterSaveAgent } from "./actions/save-agent.mjs";
40
+ import { phantombusterSaveAgentGroups } from "./actions/save-agent-groups.mjs";
41
+ import { phantombusterSaveCompanyObject } from "./actions/save-company-object.mjs";
42
+ import { phantombusterSaveCompanyObjectsMany } from "./actions/save-company-objects-many.mjs";
43
+ import { phantombusterSaveIdentityEvent } from "./actions/save-identity-event.mjs";
44
+ import { phantombusterSaveLead } from "./actions/save-lead.mjs";
45
+ import { phantombusterSaveLeadObject } from "./actions/save-lead-object.mjs";
46
+ import { phantombusterSaveLeadsObjectsMany } from "./actions/save-leads-objects-many.mjs";
47
+ import { phantombusterSaveList } from "./actions/save-list.mjs";
48
+ import { phantombusterSaveScript } from "./actions/save-script.mjs";
49
+ import { phantombusterSearchCompanyObjects } from "./actions/search-company-objects.mjs";
50
+ import { phantombusterSearchLeadObjects } from "./actions/search-lead-objects.mjs";
51
+ import { phantombusterStopAgent } from "./actions/stop-agent.mjs";
52
+ import { phantombusterUpdateScript } from "./actions/update-script.mjs";
53
+ import { phantombusterUpdateScriptsAccessList } from "./actions/update-scripts-access-list.mjs";
54
+ import { phantombuster } from "./app.mjs";
55
+ import { phantombusterCatalog } from "./catalog.mjs";
56
+ export { phantombuster, phantombusterAbortAgentV1, phantombusterCatalog, phantombusterDeleteAgent, phantombusterDeleteLeadObjects, phantombusterDeleteLeadsMany, phantombusterDeleteList, phantombusterDeleteScript, phantombusterGetAgent, phantombusterGetAgentContainers, phantombusterGetAgentOutput, phantombusterGetAgentsFetchAll, phantombusterGetAgentsFetchDeleted, phantombusterGetBranchesDiff, phantombusterGetBranchesFetchAll, phantombusterGetContainersFetchAll, phantombusterGetLeadsByList, phantombusterGetLocationIp, phantombusterGetOrgStorageListsFetchAll, phantombusterGetOrgsExportAgentUsage, phantombusterGetOrgsExportContainerUsage, phantombusterGetOrgsFetch, phantombusterGetOrgsFetchAgentGroups, phantombusterGetOrgsFetchResources, phantombusterGetOrgsFetchRunningContainers, phantombusterGetScript, phantombusterGetScriptByName, phantombusterGetScriptsCode, phantombusterGetScriptsFetchAll, phantombusterGetUser, phantombusterPostAgentsUnscheduleAll, phantombusterPostAiCompletions, phantombusterPostBranchesCreate, phantombusterPostBranchesDelete, phantombusterPostHcaptcha, phantombusterPostIdentitiesGenerateToken, phantombusterPostOrgStorageLeadsSaveMany, phantombusterPostRecaptcha, phantombusterPostScriptsVisibility, phantombusterReleaseBranch, phantombusterSaveAgent, phantombusterSaveAgentGroups, phantombusterSaveCompanyObject, phantombusterSaveCompanyObjectsMany, phantombusterSaveIdentityEvent, phantombusterSaveLead, phantombusterSaveLeadObject, phantombusterSaveLeadsObjectsMany, phantombusterSaveList, phantombusterSaveScript, phantombusterSearchCompanyObjects, phantombusterSearchLeadObjects, phantombusterStopAgent, phantombusterUpdateScript, phantombusterUpdateScriptsAccessList };