@bubblelab/bubble-core 0.1.10 → 0.1.12

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 (350) hide show
  1. package/dist/bubble-bundle.d.ts +803 -351
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +130 -35
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubble-flow/bubble-flow-class.d.ts +5 -0
  6. package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
  7. package/dist/bubble-flow/bubble-flow-class.js +20 -0
  8. package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
  9. package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts.map +1 -1
  10. package/dist/bubble-flow/sample/simplified-data-analysis.flow.js +6 -3
  11. package/dist/bubble-flow/sample/simplified-data-analysis.flow.js.map +1 -1
  12. package/dist/bubbles/service-bubble/agi-inc.d.ts +1121 -0
  13. package/dist/bubbles/service-bubble/agi-inc.d.ts.map +1 -0
  14. package/dist/bubbles/service-bubble/agi-inc.js +730 -0
  15. package/dist/bubbles/service-bubble/agi-inc.js.map +1 -0
  16. package/dist/bubbles/service-bubble/ai-agent.d.ts +273 -61
  17. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  18. package/dist/bubbles/service-bubble/ai-agent.js +536 -405
  19. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  20. package/dist/bubbles/service-bubble/airtable.d.ts +1753 -0
  21. package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -0
  22. package/dist/bubbles/service-bubble/airtable.js +1173 -0
  23. package/dist/bubbles/service-bubble/airtable.js.map +1 -0
  24. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +240 -0
  25. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts.map +1 -0
  26. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js +119 -0
  27. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js.map +1 -0
  28. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
  29. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +14 -14
  30. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +137 -0
  31. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts.map +1 -0
  32. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js +81 -0
  33. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js.map +1 -0
  34. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +6 -6
  35. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +32 -32
  36. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +488 -0
  37. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts.map +1 -0
  38. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js +463 -0
  39. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js.map +1 -0
  40. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +262 -0
  41. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts.map +1 -0
  42. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js +291 -0
  43. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js.map +1 -0
  44. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  45. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1301 -170
  46. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
  47. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +32 -0
  48. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
  49. package/dist/bubbles/service-bubble/apify/apify.d.ts +158 -13
  50. package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
  51. package/dist/bubbles/service-bubble/apify/apify.js +222 -37
  52. package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
  53. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +542 -0
  54. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -0
  55. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +37 -0
  56. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +1 -0
  57. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +203 -0
  58. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +1 -0
  59. package/dist/bubbles/service-bubble/browserbase/browserbase.js +593 -0
  60. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -0
  61. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +518 -0
  62. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -0
  63. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +311 -0
  64. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -0
  65. package/dist/bubbles/service-bubble/browserbase/index.d.ts +3 -0
  66. package/dist/bubbles/service-bubble/browserbase/index.d.ts.map +1 -0
  67. package/dist/bubbles/service-bubble/browserbase/index.js +3 -0
  68. package/dist/bubbles/service-bubble/browserbase/index.js.map +1 -0
  69. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +1358 -0
  70. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -0
  71. package/dist/bubbles/service-bubble/crustdata/crustdata.js +219 -0
  72. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -0
  73. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +1604 -0
  74. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -0
  75. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +194 -0
  76. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -0
  77. package/dist/bubbles/service-bubble/crustdata/index.d.ts +3 -0
  78. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -0
  79. package/dist/bubbles/service-bubble/crustdata/index.js +3 -0
  80. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -0
  81. package/dist/bubbles/service-bubble/eleven-labs.d.ts +421 -0
  82. package/dist/bubbles/service-bubble/eleven-labs.d.ts.map +1 -0
  83. package/dist/bubbles/service-bubble/eleven-labs.js +479 -0
  84. package/dist/bubbles/service-bubble/eleven-labs.js.map +1 -0
  85. package/dist/bubbles/service-bubble/firecrawl.d.ts +37748 -0
  86. package/dist/bubbles/service-bubble/firecrawl.d.ts.map +1 -0
  87. package/dist/bubbles/service-bubble/firecrawl.js +1489 -0
  88. package/dist/bubbles/service-bubble/firecrawl.js.map +1 -0
  89. package/dist/bubbles/service-bubble/followupboss.d.ts +6822 -0
  90. package/dist/bubbles/service-bubble/followupboss.d.ts.map +1 -0
  91. package/dist/bubbles/service-bubble/followupboss.js +1394 -0
  92. package/dist/bubbles/service-bubble/followupboss.js.map +1 -0
  93. package/dist/bubbles/service-bubble/github.d.ts +2393 -0
  94. package/dist/bubbles/service-bubble/github.d.ts.map +1 -0
  95. package/dist/bubbles/service-bubble/github.js +1046 -0
  96. package/dist/bubbles/service-bubble/github.js.map +1 -0
  97. package/dist/bubbles/service-bubble/gmail.d.ts +180 -180
  98. package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
  99. package/dist/bubbles/service-bubble/google-drive.d.ts +69 -68
  100. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  101. package/dist/bubbles/service-bubble/google-drive.js +35 -3
  102. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  103. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +943 -0
  104. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts.map +1 -0
  105. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
  106. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
  107. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
  108. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
  109. package/dist/bubbles/service-bubble/google-sheets/google-sheets.js +401 -0
  110. package/dist/bubbles/service-bubble/google-sheets/google-sheets.js.map +1 -0
  111. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +1024 -0
  112. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts.map +1 -0
  113. package/dist/bubbles/service-bubble/{google-sheets.js → google-sheets/google-sheets.schema.js} +45 -409
  114. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js.map +1 -0
  115. package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts +38 -0
  116. package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts.map +1 -0
  117. package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js +183 -0
  118. package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js.map +1 -0
  119. package/dist/bubbles/service-bubble/google-sheets/index.d.ts +4 -0
  120. package/dist/bubbles/service-bubble/google-sheets/index.d.ts.map +1 -0
  121. package/dist/bubbles/service-bubble/google-sheets/index.js +4 -0
  122. package/dist/bubbles/service-bubble/google-sheets/index.js.map +1 -0
  123. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  124. package/dist/bubbles/service-bubble/http.d.ts +17 -5
  125. package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
  126. package/dist/bubbles/service-bubble/http.integration.flow.d.ts +49 -0
  127. package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +1 -0
  128. package/dist/bubbles/service-bubble/http.integration.flow.js +425 -0
  129. package/dist/bubbles/service-bubble/http.integration.flow.js.map +1 -0
  130. package/dist/bubbles/service-bubble/http.js +47 -5
  131. package/dist/bubbles/service-bubble/http.js.map +1 -1
  132. package/dist/bubbles/service-bubble/insforge-db.d.ts +140 -0
  133. package/dist/bubbles/service-bubble/insforge-db.d.ts.map +1 -0
  134. package/dist/bubbles/service-bubble/insforge-db.js +260 -0
  135. package/dist/bubbles/service-bubble/insforge-db.js.map +1 -0
  136. package/dist/bubbles/service-bubble/notion/index.d.ts +3 -0
  137. package/dist/bubbles/service-bubble/notion/index.d.ts.map +1 -0
  138. package/dist/bubbles/service-bubble/notion/index.js +3 -0
  139. package/dist/bubbles/service-bubble/notion/index.js.map +1 -0
  140. package/dist/bubbles/service-bubble/notion/notion.d.ts +35405 -0
  141. package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -0
  142. package/dist/bubbles/service-bubble/notion/notion.js +1492 -0
  143. package/dist/bubbles/service-bubble/notion/notion.js.map +1 -0
  144. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +1148 -0
  145. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts.map +1 -0
  146. package/dist/bubbles/service-bubble/notion/property-schemas.js +341 -0
  147. package/dist/bubbles/service-bubble/notion/property-schemas.js.map +1 -0
  148. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  149. package/dist/bubbles/service-bubble/resend.d.ts +30 -9
  150. package/dist/bubbles/service-bubble/resend.d.ts.map +1 -1
  151. package/dist/bubbles/service-bubble/resend.js +133 -2
  152. package/dist/bubbles/service-bubble/resend.js.map +1 -1
  153. package/dist/bubbles/service-bubble/slack.d.ts +1741 -798
  154. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
  155. package/dist/bubbles/service-bubble/slack.js +322 -28
  156. package/dist/bubbles/service-bubble/slack.js.map +1 -1
  157. package/dist/bubbles/service-bubble/storage.d.ts +26 -22
  158. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  159. package/dist/bubbles/service-bubble/storage.js +45 -4
  160. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  161. package/dist/bubbles/service-bubble/telegram.d.ts +7742 -0
  162. package/dist/bubbles/service-bubble/telegram.d.ts.map +1 -0
  163. package/dist/bubbles/service-bubble/telegram.js +1132 -0
  164. package/dist/bubbles/service-bubble/telegram.js.map +1 -0
  165. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +494 -0
  166. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts.map +1 -0
  167. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +31 -0
  168. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +1 -0
  169. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +100 -0
  170. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +1 -0
  171. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.js +1301 -0
  172. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.js.map +1 -0
  173. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +473 -0
  174. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts.map +1 -0
  175. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.js +230 -0
  176. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.js.map +1 -0
  177. package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.d.ts +3 -0
  178. package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.d.ts.map +1 -0
  179. package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.js +3 -0
  180. package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.js.map +1 -0
  181. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +76 -20
  182. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts.map +1 -1
  183. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js +12 -0
  184. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js.map +1 -1
  185. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +14 -14
  186. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +188 -0
  187. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts.map +1 -0
  188. package/dist/bubbles/tool-bubble/code-edit-tool.js +321 -0
  189. package/dist/bubbles/tool-bubble/code-edit-tool.js.map +1 -0
  190. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +740 -0
  191. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -0
  192. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +350 -0
  193. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -0
  194. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -4
  195. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
  196. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +115 -10
  197. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
  198. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +455 -0
  199. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts.map +1 -0
  200. package/dist/bubbles/tool-bubble/google-maps-tool.js +206 -0
  201. package/dist/bubbles/tool-bubble/google-maps-tool.js.map +1 -0
  202. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +36 -36
  203. package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -1
  204. package/dist/bubbles/tool-bubble/instagram-tool.js +4 -2
  205. package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -1
  206. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +830 -453
  207. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
  208. package/dist/bubbles/tool-bubble/linkedin-tool.js +236 -14
  209. package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
  210. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  211. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +66 -66
  212. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +17 -16
  213. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
  214. package/dist/bubbles/tool-bubble/research-agent-tool.js +32 -17
  215. package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
  216. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  217. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +485 -0
  218. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts.map +1 -0
  219. package/dist/bubbles/tool-bubble/tiktok-tool.js +226 -0
  220. package/dist/bubbles/tool-bubble/tiktok-tool.js.map +1 -0
  221. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  222. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +947 -0
  223. package/dist/bubbles/tool-bubble/twitter-tool.d.ts.map +1 -0
  224. package/dist/bubbles/tool-bubble/twitter-tool.js +497 -0
  225. package/dist/bubbles/tool-bubble/twitter-tool.js.map +1 -0
  226. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -16
  227. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts.map +1 -1
  228. package/dist/bubbles/tool-bubble/web-crawl-tool.js +58 -59
  229. package/dist/bubbles/tool-bubble/web-crawl-tool.js.map +1 -1
  230. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  231. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts.map +1 -1
  232. package/dist/bubbles/tool-bubble/web-extract-tool.js +17 -17
  233. package/dist/bubbles/tool-bubble/web-extract-tool.js.map +1 -1
  234. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +21 -113
  235. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts.map +1 -1
  236. package/dist/bubbles/tool-bubble/web-scrape-tool.js +55 -73
  237. package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
  238. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -9
  239. package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
  240. package/dist/bubbles/tool-bubble/web-search-tool.js +45 -35
  241. package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
  242. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +25 -25
  243. package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -1
  244. package/dist/bubbles/tool-bubble/youtube-tool.js +8 -5
  245. package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -1
  246. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  247. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +30 -30
  248. package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
  249. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +22 -22
  250. package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
  251. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +70 -70
  252. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
  253. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +4 -4
  254. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
  255. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +36 -36
  256. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
  257. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +14 -14
  258. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
  259. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +6 -6
  260. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
  261. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
  262. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
  263. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +24 -4
  264. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
  265. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +19 -19
  266. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
  267. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +8 -8
  268. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
  269. package/dist/bubbles.json +260 -77
  270. package/dist/index.d.ts +25 -4
  271. package/dist/index.d.ts.map +1 -1
  272. package/dist/index.js +18 -3
  273. package/dist/index.js.map +1 -1
  274. package/dist/logging/BubbleLogger.d.ts +55 -16
  275. package/dist/logging/BubbleLogger.d.ts.map +1 -1
  276. package/dist/logging/BubbleLogger.js +192 -77
  277. package/dist/logging/BubbleLogger.js.map +1 -1
  278. package/dist/logging/StreamingBubbleLogger.d.ts +21 -1
  279. package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
  280. package/dist/logging/StreamingBubbleLogger.js +80 -8
  281. package/dist/logging/StreamingBubbleLogger.js.map +1 -1
  282. package/dist/logging/WebhookStreamLogger.d.ts +66 -0
  283. package/dist/logging/WebhookStreamLogger.d.ts.map +1 -0
  284. package/dist/logging/WebhookStreamLogger.js +291 -0
  285. package/dist/logging/WebhookStreamLogger.js.map +1 -0
  286. package/dist/types/available-tools.d.ts +1 -1
  287. package/dist/types/available-tools.d.ts.map +1 -1
  288. package/dist/types/available-tools.js +7 -0
  289. package/dist/types/available-tools.js.map +1 -1
  290. package/dist/types/base-bubble-class.d.ts +6 -4
  291. package/dist/types/base-bubble-class.d.ts.map +1 -1
  292. package/dist/types/base-bubble-class.js +30 -23
  293. package/dist/types/base-bubble-class.js.map +1 -1
  294. package/dist/types/bubble.d.ts +2 -0
  295. package/dist/types/bubble.d.ts.map +1 -1
  296. package/dist/types/service-bubble-class.d.ts +1 -1
  297. package/dist/types/service-bubble-class.d.ts.map +1 -1
  298. package/dist/types/service-bubble-class.js +2 -2
  299. package/dist/types/service-bubble-class.js.map +1 -1
  300. package/dist/types/tool-bubble-class.d.ts +1 -1
  301. package/dist/types/tool-bubble-class.d.ts.map +1 -1
  302. package/dist/types/tool-bubble-class.js +60 -10
  303. package/dist/types/tool-bubble-class.js.map +1 -1
  304. package/dist/types/workflow-bubble-class.d.ts +1 -1
  305. package/dist/types/workflow-bubble-class.d.ts.map +1 -1
  306. package/dist/types/workflow-bubble-class.js +2 -2
  307. package/dist/types/workflow-bubble-class.js.map +1 -1
  308. package/dist/utils/agent-formatter.d.ts +14 -2
  309. package/dist/utils/agent-formatter.d.ts.map +1 -1
  310. package/dist/utils/agent-formatter.js +174 -26
  311. package/dist/utils/agent-formatter.js.map +1 -1
  312. package/dist/utils/bubbleflow-validation.d.ts +7 -0
  313. package/dist/utils/bubbleflow-validation.d.ts.map +1 -1
  314. package/dist/utils/bubbleflow-validation.js +171 -6
  315. package/dist/utils/bubbleflow-validation.js.map +1 -1
  316. package/dist/utils/json-parsing.d.ts.map +1 -1
  317. package/dist/utils/json-parsing.js +146 -0
  318. package/dist/utils/json-parsing.js.map +1 -1
  319. package/dist/utils/safe-gemini-chat.d.ts +31 -0
  320. package/dist/utils/safe-gemini-chat.d.ts.map +1 -0
  321. package/dist/utils/safe-gemini-chat.js +93 -0
  322. package/dist/utils/safe-gemini-chat.js.map +1 -0
  323. package/dist/utils/schema-comparison.d.ts +92 -0
  324. package/dist/utils/schema-comparison.d.ts.map +1 -0
  325. package/dist/utils/schema-comparison.js +716 -0
  326. package/dist/utils/schema-comparison.js.map +1 -0
  327. package/dist/utils/zod-schema.d.ts +24 -0
  328. package/dist/utils/zod-schema.d.ts.map +1 -0
  329. package/dist/utils/zod-schema.js +56 -0
  330. package/dist/utils/zod-schema.js.map +1 -0
  331. package/package.json +6 -4
  332. package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
  333. package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
  334. package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
  335. package/dist/bubbles/service-bubble/x-twitter.d.ts +0 -814
  336. package/dist/bubbles/service-bubble/x-twitter.d.ts.map +0 -1
  337. package/dist/bubbles/service-bubble/x-twitter.js +0 -445
  338. package/dist/bubbles/service-bubble/x-twitter.js.map +0 -1
  339. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +0 -125
  340. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +0 -1
  341. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +0 -808
  342. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +0 -1
  343. package/dist/test-gm.d.ts +0 -10
  344. package/dist/test-gm.d.ts.map +0 -1
  345. package/dist/test-gm.js +0 -95
  346. package/dist/test-gm.js.map +0 -1
  347. package/dist/utils/param-helper.d.ts +0 -2
  348. package/dist/utils/param-helper.d.ts.map +0 -1
  349. package/dist/utils/param-helper.js +0 -5
  350. package/dist/utils/param-helper.js.map +0 -1
@@ -0,0 +1,137 @@
1
+ import { z } from 'zod';
2
+ export declare const LinkedInJobsScraperInputSchema: z.ZodObject<{
3
+ urls: z.ZodArray<z.ZodString, "many">;
4
+ scrapeCompany: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
5
+ count: z.ZodOptional<z.ZodNumber>;
6
+ }, "strip", z.ZodTypeAny, {
7
+ urls: string[];
8
+ count?: number | undefined;
9
+ scrapeCompany?: boolean | undefined;
10
+ }, {
11
+ urls: string[];
12
+ count?: number | undefined;
13
+ scrapeCompany?: boolean | undefined;
14
+ }>;
15
+ export declare const LinkedInJobSchema: z.ZodObject<{
16
+ id: z.ZodOptional<z.ZodString>;
17
+ trackingId: z.ZodOptional<z.ZodString>;
18
+ refId: z.ZodOptional<z.ZodString>;
19
+ link: z.ZodOptional<z.ZodString>;
20
+ title: z.ZodOptional<z.ZodString>;
21
+ companyName: z.ZodOptional<z.ZodString>;
22
+ companyLinkedinUrl: z.ZodOptional<z.ZodString>;
23
+ companyLogo: z.ZodOptional<z.ZodString>;
24
+ location: z.ZodOptional<z.ZodString>;
25
+ salaryInfo: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
26
+ postedAt: z.ZodOptional<z.ZodString>;
27
+ benefits: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
28
+ descriptionHtml: z.ZodOptional<z.ZodString>;
29
+ applicantsCount: z.ZodOptional<z.ZodString>;
30
+ applyUrl: z.ZodOptional<z.ZodString>;
31
+ salary: z.ZodOptional<z.ZodString>;
32
+ descriptionText: z.ZodOptional<z.ZodString>;
33
+ seniorityLevel: z.ZodOptional<z.ZodString>;
34
+ employmentType: z.ZodOptional<z.ZodString>;
35
+ jobFunction: z.ZodOptional<z.ZodString>;
36
+ industries: z.ZodOptional<z.ZodString>;
37
+ inputUrl: z.ZodOptional<z.ZodString>;
38
+ companyAddress: z.ZodOptional<z.ZodObject<{
39
+ type: z.ZodOptional<z.ZodString>;
40
+ streetAddress: z.ZodOptional<z.ZodString>;
41
+ addressLocality: z.ZodOptional<z.ZodString>;
42
+ addressRegion: z.ZodOptional<z.ZodString>;
43
+ postalCode: z.ZodOptional<z.ZodString>;
44
+ addressCountry: z.ZodOptional<z.ZodString>;
45
+ }, "strip", z.ZodTypeAny, {
46
+ type?: string | undefined;
47
+ streetAddress?: string | undefined;
48
+ addressLocality?: string | undefined;
49
+ addressRegion?: string | undefined;
50
+ postalCode?: string | undefined;
51
+ addressCountry?: string | undefined;
52
+ }, {
53
+ type?: string | undefined;
54
+ streetAddress?: string | undefined;
55
+ addressLocality?: string | undefined;
56
+ addressRegion?: string | undefined;
57
+ postalCode?: string | undefined;
58
+ addressCountry?: string | undefined;
59
+ }>>;
60
+ companyWebsite: z.ZodOptional<z.ZodString>;
61
+ companySlogan: z.ZodOptional<z.ZodString>;
62
+ companyDescription: z.ZodOptional<z.ZodString>;
63
+ companyEmployeesCount: z.ZodOptional<z.ZodNumber>;
64
+ }, "strip", z.ZodTypeAny, {
65
+ title?: string | undefined;
66
+ link?: string | undefined;
67
+ id?: string | undefined;
68
+ location?: string | undefined;
69
+ inputUrl?: string | undefined;
70
+ trackingId?: string | undefined;
71
+ refId?: string | undefined;
72
+ companyName?: string | undefined;
73
+ companyLinkedinUrl?: string | undefined;
74
+ companyLogo?: string | undefined;
75
+ salaryInfo?: string[] | undefined;
76
+ postedAt?: string | undefined;
77
+ benefits?: string[] | undefined;
78
+ descriptionHtml?: string | undefined;
79
+ applicantsCount?: string | undefined;
80
+ applyUrl?: string | undefined;
81
+ salary?: string | undefined;
82
+ descriptionText?: string | undefined;
83
+ seniorityLevel?: string | undefined;
84
+ employmentType?: string | undefined;
85
+ jobFunction?: string | undefined;
86
+ industries?: string | undefined;
87
+ companyAddress?: {
88
+ type?: string | undefined;
89
+ streetAddress?: string | undefined;
90
+ addressLocality?: string | undefined;
91
+ addressRegion?: string | undefined;
92
+ postalCode?: string | undefined;
93
+ addressCountry?: string | undefined;
94
+ } | undefined;
95
+ companyWebsite?: string | undefined;
96
+ companySlogan?: string | undefined;
97
+ companyDescription?: string | undefined;
98
+ companyEmployeesCount?: number | undefined;
99
+ }, {
100
+ title?: string | undefined;
101
+ link?: string | undefined;
102
+ id?: string | undefined;
103
+ location?: string | undefined;
104
+ inputUrl?: string | undefined;
105
+ trackingId?: string | undefined;
106
+ refId?: string | undefined;
107
+ companyName?: string | undefined;
108
+ companyLinkedinUrl?: string | undefined;
109
+ companyLogo?: string | undefined;
110
+ salaryInfo?: string[] | undefined;
111
+ postedAt?: string | undefined;
112
+ benefits?: string[] | undefined;
113
+ descriptionHtml?: string | undefined;
114
+ applicantsCount?: string | undefined;
115
+ applyUrl?: string | undefined;
116
+ salary?: string | undefined;
117
+ descriptionText?: string | undefined;
118
+ seniorityLevel?: string | undefined;
119
+ employmentType?: string | undefined;
120
+ jobFunction?: string | undefined;
121
+ industries?: string | undefined;
122
+ companyAddress?: {
123
+ type?: string | undefined;
124
+ streetAddress?: string | undefined;
125
+ addressLocality?: string | undefined;
126
+ addressRegion?: string | undefined;
127
+ postalCode?: string | undefined;
128
+ addressCountry?: string | undefined;
129
+ } | undefined;
130
+ companyWebsite?: string | undefined;
131
+ companySlogan?: string | undefined;
132
+ companyDescription?: string | undefined;
133
+ companyEmployeesCount?: number | undefined;
134
+ }>;
135
+ export type LinkedInJobsScraperInput = z.output<typeof LinkedInJobsScraperInputSchema>;
136
+ export type LinkedInJob = z.output<typeof LinkedInJobSchema>;
137
+ //# sourceMappingURL=linkedin-jobs-scraper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedin-jobs-scraper.d.ts","sourceRoot":"","sources":["../../../../../src/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;EAqBzC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwF5B,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAC7C,OAAO,8BAA8B,CACtC,CAAC;AACF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
@@ -0,0 +1,81 @@
1
+ import { z } from 'zod';
2
+ export const LinkedInJobsScraperInputSchema = z.object({
3
+ urls: z
4
+ .array(z.string().url())
5
+ .min(1, 'At least one LinkedIn jobs search URL is required')
6
+ .describe('LinkedIn jobs search URLs. Go to linkedin jobs search page on incognito window (to access public version), search with required filters and once you are done, copy the full URL from address bar and pass it here. You can pass multiple search URLs'),
7
+ scrapeCompany: z
8
+ .boolean()
9
+ .default(true)
10
+ .optional()
11
+ .describe('This will require additional scraping requests for each job record and take longer to scrape. Default value is true'),
12
+ count: z
13
+ .number()
14
+ .min(100)
15
+ .optional()
16
+ .describe('Limit number of jobs scraped'),
17
+ });
18
+ export const LinkedInJobSchema = z.object({
19
+ id: z.string().optional().describe('LinkedIn job ID'),
20
+ trackingId: z.string().optional().describe('Tracking ID for the job'),
21
+ refId: z.string().optional().describe('Reference ID for the job'),
22
+ link: z.string().optional().describe('Job posting URL'),
23
+ title: z.string().optional().describe('Job title'),
24
+ companyName: z.string().optional().describe('Company name'),
25
+ companyLinkedinUrl: z.string().optional().describe('Company LinkedIn URL'),
26
+ companyLogo: z.string().optional().describe('Company logo URL'),
27
+ location: z.string().optional().describe('Job location'),
28
+ salaryInfo: z
29
+ .array(z.string())
30
+ .optional()
31
+ .describe('Salary information as array of strings'),
32
+ postedAt: z
33
+ .string()
34
+ .optional()
35
+ .describe('When the job was posted (YYYY-MM-DD format)'),
36
+ benefits: z.array(z.string()).optional().describe('Job benefits'),
37
+ descriptionHtml: z
38
+ .string()
39
+ .optional()
40
+ .describe('Job description (HTML format)'),
41
+ applicantsCount: z
42
+ .string()
43
+ .optional()
44
+ .describe('Number of applicants as string'),
45
+ applyUrl: z.string().optional().describe('Direct apply URL'),
46
+ salary: z.string().optional().describe('Salary as string (may be empty)'),
47
+ descriptionText: z
48
+ .string()
49
+ .optional()
50
+ .describe('Job description (plain text)'),
51
+ seniorityLevel: z.string().optional().describe('Seniority level'),
52
+ employmentType: z
53
+ .string()
54
+ .optional()
55
+ .describe('Employment type (Full-time, Part-time, etc.)'),
56
+ jobFunction: z.string().optional().describe('Job function/role'),
57
+ industries: z.string().optional().describe('Related industries'),
58
+ inputUrl: z.string().optional().describe('Original search URL used'),
59
+ companyAddress: z
60
+ .object({
61
+ type: z
62
+ .string()
63
+ .optional()
64
+ .describe('Address type (e.g., "PostalAddress")'),
65
+ streetAddress: z.string().optional().describe('Street address'),
66
+ addressLocality: z.string().optional().describe('City'),
67
+ addressRegion: z.string().optional().describe('State/Region'),
68
+ postalCode: z.string().optional().describe('Postal/ZIP code'),
69
+ addressCountry: z.string().optional().describe('Country code'),
70
+ })
71
+ .optional()
72
+ .describe('Company address information'),
73
+ companyWebsite: z.string().optional().describe('Company website URL'),
74
+ companySlogan: z.string().optional().describe('Company slogan/tagline'),
75
+ companyDescription: z.string().optional().describe('Company description'),
76
+ companyEmployeesCount: z
77
+ .number()
78
+ .optional()
79
+ .describe('Number of company employees'),
80
+ });
81
+ //# sourceMappingURL=linkedin-jobs-scraper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedin-jobs-scraper.js","sourceRoot":"","sources":["../../../../../src/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.ts"],"names":[],"mappings":"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"}
@@ -97,13 +97,13 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
97
97
  }, "strip", z.ZodTypeAny, {
98
98
  title?: string | null | undefined;
99
99
  url?: string | null | undefined;
100
- subtitle?: string | null | undefined;
101
100
  thumbnail?: string | null | undefined;
101
+ subtitle?: string | null | undefined;
102
102
  }, {
103
103
  title?: string | null | undefined;
104
104
  url?: string | null | undefined;
105
- subtitle?: string | null | undefined;
106
105
  thumbnail?: string | null | undefined;
106
+ subtitle?: string | null | undefined;
107
107
  }>>;
108
108
  url: z.ZodOptional<z.ZodString>;
109
109
  thumbnail_url: z.ZodOptional<z.ZodString>;
@@ -134,8 +134,8 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
134
134
  article?: {
135
135
  title?: string | null | undefined;
136
136
  url?: string | null | undefined;
137
- subtitle?: string | null | undefined;
138
137
  thumbnail?: string | null | undefined;
138
+ subtitle?: string | null | undefined;
139
139
  } | undefined;
140
140
  thumbnail_url?: string | undefined;
141
141
  duration_ms?: number | undefined;
@@ -151,8 +151,8 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
151
151
  article?: {
152
152
  title?: string | null | undefined;
153
153
  url?: string | null | undefined;
154
- subtitle?: string | null | undefined;
155
154
  thumbnail?: string | null | undefined;
155
+ subtitle?: string | null | undefined;
156
156
  } | undefined;
157
157
  thumbnail_url?: string | undefined;
158
158
  duration_ms?: number | undefined;
@@ -206,8 +206,8 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
206
206
  article?: {
207
207
  title?: string | null | undefined;
208
208
  url?: string | null | undefined;
209
- subtitle?: string | null | undefined;
210
209
  thumbnail?: string | null | undefined;
210
+ subtitle?: string | null | undefined;
211
211
  } | undefined;
212
212
  thumbnail_url?: string | undefined;
213
213
  duration_ms?: number | undefined;
@@ -262,8 +262,8 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
262
262
  article?: {
263
263
  title?: string | null | undefined;
264
264
  url?: string | null | undefined;
265
- subtitle?: string | null | undefined;
266
265
  thumbnail?: string | null | undefined;
266
+ subtitle?: string | null | undefined;
267
267
  } | undefined;
268
268
  thumbnail_url?: string | undefined;
269
269
  duration_ms?: number | undefined;
@@ -219,13 +219,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
219
219
  }, "strip", z.ZodTypeAny, {
220
220
  title?: string | undefined;
221
221
  url?: string | undefined;
222
- subtitle?: string | undefined;
223
222
  thumbnail?: string | undefined;
223
+ subtitle?: string | undefined;
224
224
  }, {
225
225
  title?: string | undefined;
226
226
  url?: string | undefined;
227
- subtitle?: string | undefined;
228
227
  thumbnail?: string | undefined;
228
+ subtitle?: string | undefined;
229
229
  }>>;
230
230
  document: z.ZodOptional<z.ZodObject<{
231
231
  title: z.ZodOptional<z.ZodString>;
@@ -259,6 +259,12 @@ declare const LinkedInPostSchema: z.ZodObject<{
259
259
  } | undefined;
260
260
  url?: string | undefined;
261
261
  text?: string | undefined;
262
+ document?: {
263
+ title?: string | undefined;
264
+ url?: string | undefined;
265
+ thumbnail?: string | undefined;
266
+ page_count?: number | undefined;
267
+ } | undefined;
262
268
  urn?: {
263
269
  activity_urn?: string | undefined;
264
270
  share_urn?: string | null | undefined;
@@ -290,16 +296,10 @@ declare const LinkedInPostSchema: z.ZodObject<{
290
296
  } | undefined;
291
297
  full_urn?: string | undefined;
292
298
  article?: {
293
- title?: string | undefined;
294
- url?: string | undefined;
295
- subtitle?: string | undefined;
296
- thumbnail?: string | undefined;
297
- } | undefined;
298
- document?: {
299
299
  title?: string | undefined;
300
300
  url?: string | undefined;
301
301
  thumbnail?: string | undefined;
302
- page_count?: number | undefined;
302
+ subtitle?: string | undefined;
303
303
  } | undefined;
304
304
  reshared_post?: any;
305
305
  pagination_token?: string | undefined;
@@ -317,6 +317,12 @@ declare const LinkedInPostSchema: z.ZodObject<{
317
317
  } | undefined;
318
318
  url?: string | undefined;
319
319
  text?: string | undefined;
320
+ document?: {
321
+ title?: string | undefined;
322
+ url?: string | undefined;
323
+ thumbnail?: string | undefined;
324
+ page_count?: number | undefined;
325
+ } | undefined;
320
326
  urn?: {
321
327
  activity_urn?: string | undefined;
322
328
  share_urn?: string | null | undefined;
@@ -348,16 +354,10 @@ declare const LinkedInPostSchema: z.ZodObject<{
348
354
  } | undefined;
349
355
  full_urn?: string | undefined;
350
356
  article?: {
351
- title?: string | undefined;
352
- url?: string | undefined;
353
- subtitle?: string | undefined;
354
- thumbnail?: string | undefined;
355
- } | undefined;
356
- document?: {
357
357
  title?: string | undefined;
358
358
  url?: string | undefined;
359
359
  thumbnail?: string | undefined;
360
- page_count?: number | undefined;
360
+ subtitle?: string | undefined;
361
361
  } | undefined;
362
362
  reshared_post?: any;
363
363
  pagination_token?: string | undefined;
@@ -490,13 +490,13 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
490
490
  }, "strip", z.ZodTypeAny, {
491
491
  title?: string | undefined;
492
492
  url?: string | undefined;
493
- subtitle?: string | undefined;
494
493
  thumbnail?: string | undefined;
494
+ subtitle?: string | undefined;
495
495
  }, {
496
496
  title?: string | undefined;
497
497
  url?: string | undefined;
498
- subtitle?: string | undefined;
499
498
  thumbnail?: string | undefined;
499
+ subtitle?: string | undefined;
500
500
  }>>;
501
501
  document: z.ZodOptional<z.ZodObject<{
502
502
  title: z.ZodOptional<z.ZodString>;
@@ -530,6 +530,12 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
530
530
  } | undefined;
531
531
  url?: string | undefined;
532
532
  text?: string | undefined;
533
+ document?: {
534
+ title?: string | undefined;
535
+ url?: string | undefined;
536
+ thumbnail?: string | undefined;
537
+ page_count?: number | undefined;
538
+ } | undefined;
533
539
  urn?: {
534
540
  activity_urn?: string | undefined;
535
541
  share_urn?: string | null | undefined;
@@ -561,16 +567,10 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
561
567
  } | undefined;
562
568
  full_urn?: string | undefined;
563
569
  article?: {
564
- title?: string | undefined;
565
- url?: string | undefined;
566
- subtitle?: string | undefined;
567
- thumbnail?: string | undefined;
568
- } | undefined;
569
- document?: {
570
570
  title?: string | undefined;
571
571
  url?: string | undefined;
572
572
  thumbnail?: string | undefined;
573
- page_count?: number | undefined;
573
+ subtitle?: string | undefined;
574
574
  } | undefined;
575
575
  reshared_post?: any;
576
576
  pagination_token?: string | undefined;
@@ -588,6 +588,12 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
588
588
  } | undefined;
589
589
  url?: string | undefined;
590
590
  text?: string | undefined;
591
+ document?: {
592
+ title?: string | undefined;
593
+ url?: string | undefined;
594
+ thumbnail?: string | undefined;
595
+ page_count?: number | undefined;
596
+ } | undefined;
591
597
  urn?: {
592
598
  activity_urn?: string | undefined;
593
599
  share_urn?: string | null | undefined;
@@ -619,16 +625,10 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
619
625
  } | undefined;
620
626
  full_urn?: string | undefined;
621
627
  article?: {
622
- title?: string | undefined;
623
- url?: string | undefined;
624
- subtitle?: string | undefined;
625
- thumbnail?: string | undefined;
626
- } | undefined;
627
- document?: {
628
628
  title?: string | undefined;
629
629
  url?: string | undefined;
630
630
  thumbnail?: string | undefined;
631
- page_count?: number | undefined;
631
+ subtitle?: string | undefined;
632
632
  } | undefined;
633
633
  reshared_post?: any;
634
634
  pagination_token?: string | undefined;