@bubblelab/bubble-core 0.1.9 → 0.1.10

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 (186) hide show
  1. package/dist/bubble-bundle.d.ts +252 -1686
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +51 -19
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubble-flow/bubble-flow-class.d.ts +17 -1
  6. package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
  7. package/dist/bubble-flow/bubble-flow-class.js +16 -0
  8. package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
  9. package/dist/bubble-flow/sample/data-analyst-flow.d.ts +1 -1
  10. package/dist/bubble-flow/sample/data-analyst-flow.d.ts.map +1 -1
  11. package/dist/bubble-flow/sample/error-ts.d.ts +1 -1
  12. package/dist/bubble-flow/sample/error-ts.d.ts.map +1 -1
  13. package/dist/bubble-flow/sample/sanitytest.d.ts +1 -1
  14. package/dist/bubble-flow/sample/sanitytest.d.ts.map +1 -1
  15. package/dist/bubble-flow/sample/simple-webhook-2.d.ts +1 -1
  16. package/dist/bubble-flow/sample/simple-webhook-2.d.ts.map +1 -1
  17. package/dist/bubble-flow/sample/simple-webhook.d.ts +1 -1
  18. package/dist/bubble-flow/sample/simple-webhook.d.ts.map +1 -1
  19. package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts +1 -1
  20. package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts.map +1 -1
  21. package/dist/bubble-flow/sample/slack-v0.1.d.ts +1 -1
  22. package/dist/bubble-flow/sample/slack-v0.1.d.ts.map +1 -1
  23. package/dist/bubble-flow/sample/slackagenttest.d.ts +1 -1
  24. package/dist/bubble-flow/sample/slackagenttest.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/ai-agent.d.ts +30 -30
  26. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/ai-agent.js +3 -1
  28. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  29. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +34 -34
  30. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +42 -42
  31. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +21 -21
  32. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +6 -6
  33. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +184 -0
  34. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts.map +1 -0
  35. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js +145 -0
  36. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js.map +1 -0
  37. package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts +52 -0
  38. package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts.map +1 -0
  39. package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js +29 -0
  40. package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js.map +1 -0
  41. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +338 -109
  42. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
  43. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +16 -0
  44. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
  45. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  46. package/dist/bubbles/service-bubble/apify/index.d.ts +2 -0
  47. package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -1
  48. package/dist/bubbles/service-bubble/apify/index.js +3 -0
  49. package/dist/bubbles/service-bubble/apify/index.js.map +1 -1
  50. package/dist/bubbles/service-bubble/apify/types.js +1 -2
  51. package/dist/bubbles/service-bubble/apify/types.js.map +1 -1
  52. package/dist/bubbles/service-bubble/gmail.d.ts +678 -184
  53. package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
  54. package/dist/bubbles/service-bubble/gmail.js +435 -7
  55. package/dist/bubbles/service-bubble/gmail.js.map +1 -1
  56. package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
  57. package/dist/bubbles/service-bubble/google-drive.d.ts +301 -72
  58. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  59. package/dist/bubbles/service-bubble/google-drive.js +65 -75
  60. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  61. package/dist/bubbles/service-bubble/google-sheets.d.ts +76 -76
  62. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  63. package/dist/bubbles/service-bubble/hello-world.js +2 -2
  64. package/dist/bubbles/service-bubble/hello-world.js.map +1 -1
  65. package/dist/bubbles/service-bubble/http.d.ts +10 -10
  66. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  67. package/dist/bubbles/service-bubble/resend.d.ts +16 -16
  68. package/dist/bubbles/service-bubble/slack.d.ts +469 -469
  69. package/dist/bubbles/service-bubble/storage.d.ts +36 -36
  70. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  71. package/dist/bubbles/service-bubble/storage.js +16 -5
  72. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  73. package/dist/bubbles/service-bubble/x-twitter.d.ts +814 -0
  74. package/dist/bubbles/service-bubble/x-twitter.d.ts.map +1 -0
  75. package/dist/bubbles/service-bubble/x-twitter.js +445 -0
  76. package/dist/bubbles/service-bubble/x-twitter.js.map +1 -0
  77. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  78. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
  79. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
  80. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +17 -9
  81. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
  82. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +86 -86
  83. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +134 -134
  84. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +69 -64
  85. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts.map +1 -1
  86. package/dist/bubbles/tool-bubble/reddit-scrape-tool.js +97 -22
  87. package/dist/bubbles/tool-bubble/reddit-scrape-tool.js.map +1 -1
  88. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
  89. package/dist/bubbles/tool-bubble/research-agent-tool.js +4 -4
  90. package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
  91. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  92. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  93. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +10 -10
  94. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
  96. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +11 -10
  97. package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
  98. package/dist/bubbles/tool-bubble/web-search-tool.js +5 -1
  99. package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
  100. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +394 -0
  101. package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -0
  102. package/dist/bubbles/tool-bubble/youtube-tool.js +352 -0
  103. package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -0
  104. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +47 -36
  105. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -1
  106. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +91 -65
  107. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -1
  108. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  109. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +70 -70
  110. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +66 -66
  111. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +56 -56
  112. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
  113. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
  114. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +44 -44
  115. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts.map +1 -1
  116. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
  117. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js.map +1 -1
  118. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
  119. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +58 -58
  120. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +18 -18
  121. package/dist/bubbles.json +69 -54
  122. package/dist/index.d.ts +4 -2
  123. package/dist/index.d.ts.map +1 -1
  124. package/dist/index.js +2 -1
  125. package/dist/index.js.map +1 -1
  126. package/dist/logging/BubbleLogger.d.ts.map +1 -1
  127. package/dist/logging/BubbleLogger.js +20 -13
  128. package/dist/logging/BubbleLogger.js.map +1 -1
  129. package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
  130. package/dist/logging/StreamingBubbleLogger.js +5 -5
  131. package/dist/logging/StreamingBubbleLogger.js.map +1 -1
  132. package/dist/test-gm.d.ts +10 -0
  133. package/dist/test-gm.d.ts.map +1 -0
  134. package/dist/test-gm.js +95 -0
  135. package/dist/test-gm.js.map +1 -0
  136. package/dist/types/base-bubble-class.d.ts +1 -1
  137. package/dist/types/base-bubble-class.d.ts.map +1 -1
  138. package/dist/types/base-bubble-class.js +29 -21
  139. package/dist/types/base-bubble-class.js.map +1 -1
  140. package/dist/types/bubble.d.ts +1 -10
  141. package/dist/types/bubble.d.ts.map +1 -1
  142. package/dist/types/bubble.js +1 -1
  143. package/dist/types/bubble.js.map +1 -1
  144. package/dist/types/service-bubble-class.d.ts +1 -1
  145. package/dist/types/service-bubble-class.d.ts.map +1 -1
  146. package/dist/types/tool-bubble-class.d.ts +1 -1
  147. package/dist/types/tool-bubble-class.d.ts.map +1 -1
  148. package/dist/types/tool-bubble-class.js +0 -2
  149. package/dist/types/tool-bubble-class.js.map +1 -1
  150. package/dist/types/workflow-bubble-class.d.ts +1 -1
  151. package/dist/types/workflow-bubble-class.d.ts.map +1 -1
  152. package/dist/utils/agent-formatter.d.ts.map +1 -1
  153. package/dist/utils/agent-formatter.js +2 -2
  154. package/dist/utils/agent-formatter.js.map +1 -1
  155. package/dist/utils/bubbleflow-validation.d.ts.map +1 -1
  156. package/dist/utils/bubbleflow-validation.js +89 -32
  157. package/dist/utils/bubbleflow-validation.js.map +1 -1
  158. package/dist/utils/error-sanitizer.d.ts +12 -0
  159. package/dist/utils/error-sanitizer.d.ts.map +1 -0
  160. package/dist/utils/error-sanitizer.js +77 -0
  161. package/dist/utils/error-sanitizer.js.map +1 -0
  162. package/package.json +4 -4
  163. package/dist/bubble-trigger/index.d.ts +0 -2
  164. package/dist/bubble-trigger/index.d.ts.map +0 -1
  165. package/dist/bubble-trigger/index.js +0 -2
  166. package/dist/bubble-trigger/index.js.map +0 -1
  167. package/dist/bubble-trigger/types.d.ts +0 -87
  168. package/dist/bubble-trigger/types.d.ts.map +0 -1
  169. package/dist/bubble-trigger/types.js +0 -14
  170. package/dist/bubble-trigger/types.js.map +0 -1
  171. package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts +0 -370
  172. package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts.map +0 -1
  173. package/dist/bubbles/service-bubble/apify/api-scraper.schema.js +0 -14
  174. package/dist/bubbles/service-bubble/apify/api-scraper.schema.js.map +0 -1
  175. package/dist/bubbles/service-bubble/apify.d.ts +0 -136
  176. package/dist/bubbles/service-bubble/apify.d.ts.map +0 -1
  177. package/dist/bubbles/service-bubble/apify.js +0 -282
  178. package/dist/bubbles/service-bubble/apify.js.map +0 -1
  179. package/dist/types/ai-models.d.ts +0 -4
  180. package/dist/types/ai-models.d.ts.map +0 -1
  181. package/dist/types/ai-models.js +0 -20
  182. package/dist/types/ai-models.js.map +0 -1
  183. package/dist/types/api-scraper.schema.d.ts +0 -453
  184. package/dist/types/api-scraper.schema.d.ts.map +0 -1
  185. package/dist/types/api-scraper.schema.js +0 -160
  186. package/dist/types/api-scraper.schema.js.map +0 -1
@@ -147,21 +147,21 @@ declare const LinkedInPostSchema: z.ZodObject<{
147
147
  }, "strip", z.ZodTypeAny, {
148
148
  type: string | null;
149
149
  url: string | null;
150
+ thumbnail: string | null;
150
151
  images: {
151
152
  url: string | null;
152
153
  width: number | null;
153
154
  height: number | null;
154
155
  }[] | null;
155
- thumbnail: string | null;
156
156
  }, {
157
157
  type: string | null;
158
158
  url: string | null;
159
+ thumbnail: string | null;
159
160
  images: {
160
161
  url: string | null;
161
162
  width: number | null;
162
163
  height: number | null;
163
164
  }[] | null;
164
- thumbnail: string | null;
165
165
  }>>;
166
166
  article: z.ZodNullable<z.ZodObject<{
167
167
  url: z.ZodNullable<z.ZodString>;
@@ -171,13 +171,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
171
171
  }, "strip", z.ZodTypeAny, {
172
172
  title: string | null;
173
173
  url: string | null;
174
- subtitle: string | null;
175
174
  thumbnail: string | null;
175
+ subtitle: string | null;
176
176
  }, {
177
177
  title: string | null;
178
178
  url: string | null;
179
- subtitle: string | null;
180
179
  thumbnail: string | null;
180
+ subtitle: string | null;
181
181
  }>>;
182
182
  document: z.ZodNullable<z.ZodObject<{
183
183
  title: z.ZodNullable<z.ZodString>;
@@ -286,26 +286,24 @@ declare const LinkedInPostSchema: z.ZodObject<{
286
286
  }, "strip", z.ZodTypeAny, {
287
287
  type: string | null;
288
288
  url: string | null;
289
+ thumbnail: string | null;
289
290
  images: {
290
291
  url: string | null;
291
292
  width: number | null;
292
293
  height: number | null;
293
294
  }[] | null;
294
- thumbnail: string | null;
295
295
  }, {
296
296
  type: string | null;
297
297
  url: string | null;
298
+ thumbnail: string | null;
298
299
  images: {
299
300
  url: string | null;
300
301
  width: number | null;
301
302
  height: number | null;
302
303
  }[] | null;
303
- thumbnail: string | null;
304
304
  }>>;
305
305
  }, "strip", z.ZodTypeAny, {
306
- text: string | null;
307
306
  url: string | null;
308
- urn: string | null;
309
307
  author: {
310
308
  username: string | null;
311
309
  headline: string | null;
@@ -314,6 +312,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
314
312
  profileUrl: string | null;
315
313
  profilePicture: string | null;
316
314
  } | null;
315
+ text: string | null;
316
+ urn: string | null;
317
317
  stats: {
318
318
  like: number | null;
319
319
  support: number | null;
@@ -328,12 +328,12 @@ declare const LinkedInPostSchema: z.ZodObject<{
328
328
  media: {
329
329
  type: string | null;
330
330
  url: string | null;
331
+ thumbnail: string | null;
331
332
  images: {
332
333
  url: string | null;
333
334
  width: number | null;
334
335
  height: number | null;
335
336
  }[] | null;
336
- thumbnail: string | null;
337
337
  } | null;
338
338
  postedAt: {
339
339
  date: string | null;
@@ -342,9 +342,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
342
342
  } | null;
343
343
  postType: string | null;
344
344
  }, {
345
- text: string | null;
346
345
  url: string | null;
347
- urn: string | null;
348
346
  author: {
349
347
  username: string | null;
350
348
  headline: string | null;
@@ -353,6 +351,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
353
351
  profileUrl: string | null;
354
352
  profilePicture: string | null;
355
353
  } | null;
354
+ text: string | null;
355
+ urn: string | null;
356
356
  stats: {
357
357
  like: number | null;
358
358
  support: number | null;
@@ -367,12 +367,12 @@ declare const LinkedInPostSchema: z.ZodObject<{
367
367
  media: {
368
368
  type: string | null;
369
369
  url: string | null;
370
+ thumbnail: string | null;
370
371
  images: {
371
372
  url: string | null;
372
373
  width: number | null;
373
374
  height: number | null;
374
375
  }[] | null;
375
- thumbnail: string | null;
376
376
  } | null;
377
377
  postedAt: {
378
378
  date: string | null;
@@ -382,9 +382,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
382
382
  postType: string | null;
383
383
  }>>;
384
384
  }, "strip", z.ZodTypeAny, {
385
- text: string | null;
386
385
  url: string | null;
387
- urn: string | null;
388
386
  author: {
389
387
  username: string | null;
390
388
  headline: string | null;
@@ -393,6 +391,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
393
391
  profileUrl: string | null;
394
392
  profilePicture: string | null;
395
393
  } | null;
394
+ text: string | null;
395
+ urn: string | null;
396
396
  stats: {
397
397
  like: number | null;
398
398
  support: number | null;
@@ -407,18 +407,18 @@ declare const LinkedInPostSchema: z.ZodObject<{
407
407
  media: {
408
408
  type: string | null;
409
409
  url: string | null;
410
+ thumbnail: string | null;
410
411
  images: {
411
412
  url: string | null;
412
413
  width: number | null;
413
414
  height: number | null;
414
415
  }[] | null;
415
- thumbnail: string | null;
416
416
  } | null;
417
417
  article: {
418
418
  title: string | null;
419
419
  url: string | null;
420
- subtitle: string | null;
421
420
  thumbnail: string | null;
421
+ subtitle: string | null;
422
422
  } | null;
423
423
  document: {
424
424
  title: string | null;
@@ -434,9 +434,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
434
434
  } | null;
435
435
  postType: string | null;
436
436
  resharedPost: {
437
- text: string | null;
438
437
  url: string | null;
439
- urn: string | null;
440
438
  author: {
441
439
  username: string | null;
442
440
  headline: string | null;
@@ -445,6 +443,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
445
443
  profileUrl: string | null;
446
444
  profilePicture: string | null;
447
445
  } | null;
446
+ text: string | null;
447
+ urn: string | null;
448
448
  stats: {
449
449
  like: number | null;
450
450
  support: number | null;
@@ -459,12 +459,12 @@ declare const LinkedInPostSchema: z.ZodObject<{
459
459
  media: {
460
460
  type: string | null;
461
461
  url: string | null;
462
+ thumbnail: string | null;
462
463
  images: {
463
464
  url: string | null;
464
465
  width: number | null;
465
466
  height: number | null;
466
467
  }[] | null;
467
- thumbnail: string | null;
468
468
  } | null;
469
469
  postedAt: {
470
470
  date: string | null;
@@ -474,9 +474,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
474
474
  postType: string | null;
475
475
  } | null;
476
476
  }, {
477
- text: string | null;
478
477
  url: string | null;
479
- urn: string | null;
480
478
  author: {
481
479
  username: string | null;
482
480
  headline: string | null;
@@ -485,6 +483,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
485
483
  profileUrl: string | null;
486
484
  profilePicture: string | null;
487
485
  } | null;
486
+ text: string | null;
487
+ urn: string | null;
488
488
  stats: {
489
489
  like: number | null;
490
490
  support: number | null;
@@ -499,18 +499,18 @@ declare const LinkedInPostSchema: z.ZodObject<{
499
499
  media: {
500
500
  type: string | null;
501
501
  url: string | null;
502
+ thumbnail: string | null;
502
503
  images: {
503
504
  url: string | null;
504
505
  width: number | null;
505
506
  height: number | null;
506
507
  }[] | null;
507
- thumbnail: string | null;
508
508
  } | null;
509
509
  article: {
510
510
  title: string | null;
511
511
  url: string | null;
512
- subtitle: string | null;
513
512
  thumbnail: string | null;
513
+ subtitle: string | null;
514
514
  } | null;
515
515
  document: {
516
516
  title: string | null;
@@ -526,9 +526,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
526
526
  } | null;
527
527
  postType: string | null;
528
528
  resharedPost: {
529
- text: string | null;
530
529
  url: string | null;
531
- urn: string | null;
532
530
  author: {
533
531
  username: string | null;
534
532
  headline: string | null;
@@ -537,6 +535,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
537
535
  profileUrl: string | null;
538
536
  profilePicture: string | null;
539
537
  } | null;
538
+ text: string | null;
539
+ urn: string | null;
540
540
  stats: {
541
541
  like: number | null;
542
542
  support: number | null;
@@ -551,12 +551,12 @@ declare const LinkedInPostSchema: z.ZodObject<{
551
551
  media: {
552
552
  type: string | null;
553
553
  url: string | null;
554
+ thumbnail: string | null;
554
555
  images: {
555
556
  url: string | null;
556
557
  width: number | null;
557
558
  height: number | null;
558
559
  }[] | null;
559
- thumbnail: string | null;
560
560
  } | null;
561
561
  postedAt: {
562
562
  date: string | null;
@@ -577,22 +577,22 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
577
577
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
578
578
  }, "strip", z.ZodTypeAny, {
579
579
  operation: "scrapePosts" | "searchPosts";
580
- credentials?: Partial<Record<CredentialType, string>> | undefined;
581
580
  limit?: number | undefined;
581
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
582
582
  username?: string | undefined;
583
+ pageNumber?: number | undefined;
583
584
  keyword?: string | undefined;
584
- sortBy?: "relevance" | "date_posted" | undefined;
585
585
  dateFilter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
586
- pageNumber?: number | undefined;
586
+ sortBy?: "relevance" | "date_posted" | undefined;
587
587
  }, {
588
588
  operation: "scrapePosts" | "searchPosts";
589
- credentials?: Partial<Record<CredentialType, string>> | undefined;
590
589
  limit?: number | undefined;
590
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
591
591
  username?: string | undefined;
592
+ pageNumber?: number | undefined;
592
593
  keyword?: string | undefined;
593
- sortBy?: "relevance" | "date_posted" | undefined;
594
594
  dateFilter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
595
- pageNumber?: number | undefined;
595
+ sortBy?: "relevance" | "date_posted" | undefined;
596
596
  }>;
597
597
  declare const LinkedInToolResultSchema: z.ZodObject<{
598
598
  operation: z.ZodEnum<["scrapePosts", "searchPosts"]>;
@@ -688,21 +688,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
688
688
  }, "strip", z.ZodTypeAny, {
689
689
  type: string | null;
690
690
  url: string | null;
691
+ thumbnail: string | null;
691
692
  images: {
692
693
  url: string | null;
693
694
  width: number | null;
694
695
  height: number | null;
695
696
  }[] | null;
696
- thumbnail: string | null;
697
697
  }, {
698
698
  type: string | null;
699
699
  url: string | null;
700
+ thumbnail: string | null;
700
701
  images: {
701
702
  url: string | null;
702
703
  width: number | null;
703
704
  height: number | null;
704
705
  }[] | null;
705
- thumbnail: string | null;
706
706
  }>>;
707
707
  article: z.ZodNullable<z.ZodObject<{
708
708
  url: z.ZodNullable<z.ZodString>;
@@ -712,13 +712,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
712
712
  }, "strip", z.ZodTypeAny, {
713
713
  title: string | null;
714
714
  url: string | null;
715
- subtitle: string | null;
716
715
  thumbnail: string | null;
716
+ subtitle: string | null;
717
717
  }, {
718
718
  title: string | null;
719
719
  url: string | null;
720
- subtitle: string | null;
721
720
  thumbnail: string | null;
721
+ subtitle: string | null;
722
722
  }>>;
723
723
  document: z.ZodNullable<z.ZodObject<{
724
724
  title: z.ZodNullable<z.ZodString>;
@@ -827,26 +827,24 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
827
827
  }, "strip", z.ZodTypeAny, {
828
828
  type: string | null;
829
829
  url: string | null;
830
+ thumbnail: string | null;
830
831
  images: {
831
832
  url: string | null;
832
833
  width: number | null;
833
834
  height: number | null;
834
835
  }[] | null;
835
- thumbnail: string | null;
836
836
  }, {
837
837
  type: string | null;
838
838
  url: string | null;
839
+ thumbnail: string | null;
839
840
  images: {
840
841
  url: string | null;
841
842
  width: number | null;
842
843
  height: number | null;
843
844
  }[] | null;
844
- thumbnail: string | null;
845
845
  }>>;
846
846
  }, "strip", z.ZodTypeAny, {
847
- text: string | null;
848
847
  url: string | null;
849
- urn: string | null;
850
848
  author: {
851
849
  username: string | null;
852
850
  headline: string | null;
@@ -855,6 +853,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
855
853
  profileUrl: string | null;
856
854
  profilePicture: string | null;
857
855
  } | null;
856
+ text: string | null;
857
+ urn: string | null;
858
858
  stats: {
859
859
  like: number | null;
860
860
  support: number | null;
@@ -869,12 +869,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
869
869
  media: {
870
870
  type: string | null;
871
871
  url: string | null;
872
+ thumbnail: string | null;
872
873
  images: {
873
874
  url: string | null;
874
875
  width: number | null;
875
876
  height: number | null;
876
877
  }[] | null;
877
- thumbnail: string | null;
878
878
  } | null;
879
879
  postedAt: {
880
880
  date: string | null;
@@ -883,9 +883,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
883
883
  } | null;
884
884
  postType: string | null;
885
885
  }, {
886
- text: string | null;
887
886
  url: string | null;
888
- urn: string | null;
889
887
  author: {
890
888
  username: string | null;
891
889
  headline: string | null;
@@ -894,6 +892,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
894
892
  profileUrl: string | null;
895
893
  profilePicture: string | null;
896
894
  } | null;
895
+ text: string | null;
896
+ urn: string | null;
897
897
  stats: {
898
898
  like: number | null;
899
899
  support: number | null;
@@ -908,12 +908,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
908
908
  media: {
909
909
  type: string | null;
910
910
  url: string | null;
911
+ thumbnail: string | null;
911
912
  images: {
912
913
  url: string | null;
913
914
  width: number | null;
914
915
  height: number | null;
915
916
  }[] | null;
916
- thumbnail: string | null;
917
917
  } | null;
918
918
  postedAt: {
919
919
  date: string | null;
@@ -923,9 +923,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
923
923
  postType: string | null;
924
924
  }>>;
925
925
  }, "strip", z.ZodTypeAny, {
926
- text: string | null;
927
926
  url: string | null;
928
- urn: string | null;
929
927
  author: {
930
928
  username: string | null;
931
929
  headline: string | null;
@@ -934,6 +932,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
934
932
  profileUrl: string | null;
935
933
  profilePicture: string | null;
936
934
  } | null;
935
+ text: string | null;
936
+ urn: string | null;
937
937
  stats: {
938
938
  like: number | null;
939
939
  support: number | null;
@@ -948,18 +948,18 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
948
948
  media: {
949
949
  type: string | null;
950
950
  url: string | null;
951
+ thumbnail: string | null;
951
952
  images: {
952
953
  url: string | null;
953
954
  width: number | null;
954
955
  height: number | null;
955
956
  }[] | null;
956
- thumbnail: string | null;
957
957
  } | null;
958
958
  article: {
959
959
  title: string | null;
960
960
  url: string | null;
961
- subtitle: string | null;
962
961
  thumbnail: string | null;
962
+ subtitle: string | null;
963
963
  } | null;
964
964
  document: {
965
965
  title: string | null;
@@ -975,9 +975,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
975
975
  } | null;
976
976
  postType: string | null;
977
977
  resharedPost: {
978
- text: string | null;
979
978
  url: string | null;
980
- urn: string | null;
981
979
  author: {
982
980
  username: string | null;
983
981
  headline: string | null;
@@ -986,6 +984,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
986
984
  profileUrl: string | null;
987
985
  profilePicture: string | null;
988
986
  } | null;
987
+ text: string | null;
988
+ urn: string | null;
989
989
  stats: {
990
990
  like: number | null;
991
991
  support: number | null;
@@ -1000,12 +1000,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1000
1000
  media: {
1001
1001
  type: string | null;
1002
1002
  url: string | null;
1003
+ thumbnail: string | null;
1003
1004
  images: {
1004
1005
  url: string | null;
1005
1006
  width: number | null;
1006
1007
  height: number | null;
1007
1008
  }[] | null;
1008
- thumbnail: string | null;
1009
1009
  } | null;
1010
1010
  postedAt: {
1011
1011
  date: string | null;
@@ -1015,9 +1015,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1015
1015
  postType: string | null;
1016
1016
  } | null;
1017
1017
  }, {
1018
- text: string | null;
1019
1018
  url: string | null;
1020
- urn: string | null;
1021
1019
  author: {
1022
1020
  username: string | null;
1023
1021
  headline: string | null;
@@ -1026,6 +1024,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1026
1024
  profileUrl: string | null;
1027
1025
  profilePicture: string | null;
1028
1026
  } | null;
1027
+ text: string | null;
1028
+ urn: string | null;
1029
1029
  stats: {
1030
1030
  like: number | null;
1031
1031
  support: number | null;
@@ -1040,18 +1040,18 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1040
1040
  media: {
1041
1041
  type: string | null;
1042
1042
  url: string | null;
1043
+ thumbnail: string | null;
1043
1044
  images: {
1044
1045
  url: string | null;
1045
1046
  width: number | null;
1046
1047
  height: number | null;
1047
1048
  }[] | null;
1048
- thumbnail: string | null;
1049
1049
  } | null;
1050
1050
  article: {
1051
1051
  title: string | null;
1052
1052
  url: string | null;
1053
- subtitle: string | null;
1054
1053
  thumbnail: string | null;
1054
+ subtitle: string | null;
1055
1055
  } | null;
1056
1056
  document: {
1057
1057
  title: string | null;
@@ -1067,9 +1067,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1067
1067
  } | null;
1068
1068
  postType: string | null;
1069
1069
  resharedPost: {
1070
- text: string | null;
1071
1070
  url: string | null;
1072
- urn: string | null;
1073
1071
  author: {
1074
1072
  username: string | null;
1075
1073
  headline: string | null;
@@ -1078,6 +1076,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1078
1076
  profileUrl: string | null;
1079
1077
  profilePicture: string | null;
1080
1078
  } | null;
1079
+ text: string | null;
1080
+ urn: string | null;
1081
1081
  stats: {
1082
1082
  like: number | null;
1083
1083
  support: number | null;
@@ -1092,12 +1092,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1092
1092
  media: {
1093
1093
  type: string | null;
1094
1094
  url: string | null;
1095
+ thumbnail: string | null;
1095
1096
  images: {
1096
1097
  url: string | null;
1097
1098
  width: number | null;
1098
1099
  height: number | null;
1099
1100
  }[] | null;
1100
- thumbnail: string | null;
1101
1101
  } | null;
1102
1102
  postedAt: {
1103
1103
  date: string | null;
@@ -1116,13 +1116,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1116
1116
  success: z.ZodBoolean;
1117
1117
  error: z.ZodString;
1118
1118
  }, "strip", z.ZodTypeAny, {
1119
- error: string;
1120
- success: boolean;
1121
- operation: "scrapePosts" | "searchPosts";
1122
1119
  posts: {
1123
- text: string | null;
1124
1120
  url: string | null;
1125
- urn: string | null;
1126
1121
  author: {
1127
1122
  username: string | null;
1128
1123
  headline: string | null;
@@ -1131,6 +1126,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1131
1126
  profileUrl: string | null;
1132
1127
  profilePicture: string | null;
1133
1128
  } | null;
1129
+ text: string | null;
1130
+ urn: string | null;
1134
1131
  stats: {
1135
1132
  like: number | null;
1136
1133
  support: number | null;
@@ -1145,18 +1142,18 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1145
1142
  media: {
1146
1143
  type: string | null;
1147
1144
  url: string | null;
1145
+ thumbnail: string | null;
1148
1146
  images: {
1149
1147
  url: string | null;
1150
1148
  width: number | null;
1151
1149
  height: number | null;
1152
1150
  }[] | null;
1153
- thumbnail: string | null;
1154
1151
  } | null;
1155
1152
  article: {
1156
1153
  title: string | null;
1157
1154
  url: string | null;
1158
- subtitle: string | null;
1159
1155
  thumbnail: string | null;
1156
+ subtitle: string | null;
1160
1157
  } | null;
1161
1158
  document: {
1162
1159
  title: string | null;
@@ -1172,9 +1169,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1172
1169
  } | null;
1173
1170
  postType: string | null;
1174
1171
  resharedPost: {
1175
- text: string | null;
1176
1172
  url: string | null;
1177
- urn: string | null;
1178
1173
  author: {
1179
1174
  username: string | null;
1180
1175
  headline: string | null;
@@ -1183,6 +1178,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1183
1178
  profileUrl: string | null;
1184
1179
  profilePicture: string | null;
1185
1180
  } | null;
1181
+ text: string | null;
1182
+ urn: string | null;
1186
1183
  stats: {
1187
1184
  like: number | null;
1188
1185
  support: number | null;
@@ -1197,12 +1194,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1197
1194
  media: {
1198
1195
  type: string | null;
1199
1196
  url: string | null;
1197
+ thumbnail: string | null;
1200
1198
  images: {
1201
1199
  url: string | null;
1202
1200
  width: number | null;
1203
1201
  height: number | null;
1204
1202
  }[] | null;
1205
- thumbnail: string | null;
1206
1203
  } | null;
1207
1204
  postedAt: {
1208
1205
  date: string | null;
@@ -1212,20 +1209,18 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1212
1209
  postType: string | null;
1213
1210
  } | null;
1214
1211
  }[];
1212
+ success: boolean;
1213
+ error: string;
1214
+ operation: "scrapePosts" | "searchPosts";
1215
1215
  totalPosts: number;
1216
1216
  username?: string | undefined;
1217
1217
  keyword?: string | undefined;
1218
- paginationToken?: string | null | undefined;
1219
1218
  totalResults?: number | null | undefined;
1219
+ paginationToken?: string | null | undefined;
1220
1220
  hasNextPage?: boolean | null | undefined;
1221
1221
  }, {
1222
- error: string;
1223
- success: boolean;
1224
- operation: "scrapePosts" | "searchPosts";
1225
1222
  posts: {
1226
- text: string | null;
1227
1223
  url: string | null;
1228
- urn: string | null;
1229
1224
  author: {
1230
1225
  username: string | null;
1231
1226
  headline: string | null;
@@ -1234,6 +1229,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1234
1229
  profileUrl: string | null;
1235
1230
  profilePicture: string | null;
1236
1231
  } | null;
1232
+ text: string | null;
1233
+ urn: string | null;
1237
1234
  stats: {
1238
1235
  like: number | null;
1239
1236
  support: number | null;
@@ -1248,18 +1245,18 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1248
1245
  media: {
1249
1246
  type: string | null;
1250
1247
  url: string | null;
1248
+ thumbnail: string | null;
1251
1249
  images: {
1252
1250
  url: string | null;
1253
1251
  width: number | null;
1254
1252
  height: number | null;
1255
1253
  }[] | null;
1256
- thumbnail: string | null;
1257
1254
  } | null;
1258
1255
  article: {
1259
1256
  title: string | null;
1260
1257
  url: string | null;
1261
- subtitle: string | null;
1262
1258
  thumbnail: string | null;
1259
+ subtitle: string | null;
1263
1260
  } | null;
1264
1261
  document: {
1265
1262
  title: string | null;
@@ -1275,9 +1272,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1275
1272
  } | null;
1276
1273
  postType: string | null;
1277
1274
  resharedPost: {
1278
- text: string | null;
1279
1275
  url: string | null;
1280
- urn: string | null;
1281
1276
  author: {
1282
1277
  username: string | null;
1283
1278
  headline: string | null;
@@ -1286,6 +1281,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1286
1281
  profileUrl: string | null;
1287
1282
  profilePicture: string | null;
1288
1283
  } | null;
1284
+ text: string | null;
1285
+ urn: string | null;
1289
1286
  stats: {
1290
1287
  like: number | null;
1291
1288
  support: number | null;
@@ -1300,12 +1297,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1300
1297
  media: {
1301
1298
  type: string | null;
1302
1299
  url: string | null;
1300
+ thumbnail: string | null;
1303
1301
  images: {
1304
1302
  url: string | null;
1305
1303
  width: number | null;
1306
1304
  height: number | null;
1307
1305
  }[] | null;
1308
- thumbnail: string | null;
1309
1306
  } | null;
1310
1307
  postedAt: {
1311
1308
  date: string | null;
@@ -1315,11 +1312,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1315
1312
  postType: string | null;
1316
1313
  } | null;
1317
1314
  }[];
1315
+ success: boolean;
1316
+ error: string;
1317
+ operation: "scrapePosts" | "searchPosts";
1318
1318
  totalPosts: number;
1319
1319
  username?: string | undefined;
1320
1320
  keyword?: string | undefined;
1321
- paginationToken?: string | null | undefined;
1322
1321
  totalResults?: number | null | undefined;
1322
+ paginationToken?: string | null | undefined;
1323
1323
  hasNextPage?: boolean | null | undefined;
1324
1324
  }>;
1325
1325
  type LinkedInToolParams = z.output<typeof LinkedInToolParamsSchema>;
@@ -1356,22 +1356,22 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1356
1356
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1357
1357
  }, "strip", z.ZodTypeAny, {
1358
1358
  operation: "scrapePosts" | "searchPosts";
1359
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1360
1359
  limit?: number | undefined;
1360
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1361
1361
  username?: string | undefined;
1362
+ pageNumber?: number | undefined;
1362
1363
  keyword?: string | undefined;
1363
- sortBy?: "relevance" | "date_posted" | undefined;
1364
1364
  dateFilter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
1365
- pageNumber?: number | undefined;
1365
+ sortBy?: "relevance" | "date_posted" | undefined;
1366
1366
  }, {
1367
1367
  operation: "scrapePosts" | "searchPosts";
1368
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1369
1368
  limit?: number | undefined;
1369
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1370
1370
  username?: string | undefined;
1371
+ pageNumber?: number | undefined;
1371
1372
  keyword?: string | undefined;
1372
- sortBy?: "relevance" | "date_posted" | undefined;
1373
1373
  dateFilter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
1374
- pageNumber?: number | undefined;
1374
+ sortBy?: "relevance" | "date_posted" | undefined;
1375
1375
  }>;
1376
1376
  static readonly resultSchema: z.ZodObject<{
1377
1377
  operation: z.ZodEnum<["scrapePosts", "searchPosts"]>;
@@ -1467,21 +1467,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1467
1467
  }, "strip", z.ZodTypeAny, {
1468
1468
  type: string | null;
1469
1469
  url: string | null;
1470
+ thumbnail: string | null;
1470
1471
  images: {
1471
1472
  url: string | null;
1472
1473
  width: number | null;
1473
1474
  height: number | null;
1474
1475
  }[] | null;
1475
- thumbnail: string | null;
1476
1476
  }, {
1477
1477
  type: string | null;
1478
1478
  url: string | null;
1479
+ thumbnail: string | null;
1479
1480
  images: {
1480
1481
  url: string | null;
1481
1482
  width: number | null;
1482
1483
  height: number | null;
1483
1484
  }[] | null;
1484
- thumbnail: string | null;
1485
1485
  }>>;
1486
1486
  article: z.ZodNullable<z.ZodObject<{
1487
1487
  url: z.ZodNullable<z.ZodString>;
@@ -1491,13 +1491,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1491
1491
  }, "strip", z.ZodTypeAny, {
1492
1492
  title: string | null;
1493
1493
  url: string | null;
1494
- subtitle: string | null;
1495
1494
  thumbnail: string | null;
1495
+ subtitle: string | null;
1496
1496
  }, {
1497
1497
  title: string | null;
1498
1498
  url: string | null;
1499
- subtitle: string | null;
1500
1499
  thumbnail: string | null;
1500
+ subtitle: string | null;
1501
1501
  }>>;
1502
1502
  document: z.ZodNullable<z.ZodObject<{
1503
1503
  title: z.ZodNullable<z.ZodString>;
@@ -1606,26 +1606,24 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1606
1606
  }, "strip", z.ZodTypeAny, {
1607
1607
  type: string | null;
1608
1608
  url: string | null;
1609
+ thumbnail: string | null;
1609
1610
  images: {
1610
1611
  url: string | null;
1611
1612
  width: number | null;
1612
1613
  height: number | null;
1613
1614
  }[] | null;
1614
- thumbnail: string | null;
1615
1615
  }, {
1616
1616
  type: string | null;
1617
1617
  url: string | null;
1618
+ thumbnail: string | null;
1618
1619
  images: {
1619
1620
  url: string | null;
1620
1621
  width: number | null;
1621
1622
  height: number | null;
1622
1623
  }[] | null;
1623
- thumbnail: string | null;
1624
1624
  }>>;
1625
1625
  }, "strip", z.ZodTypeAny, {
1626
- text: string | null;
1627
1626
  url: string | null;
1628
- urn: string | null;
1629
1627
  author: {
1630
1628
  username: string | null;
1631
1629
  headline: string | null;
@@ -1634,6 +1632,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1634
1632
  profileUrl: string | null;
1635
1633
  profilePicture: string | null;
1636
1634
  } | null;
1635
+ text: string | null;
1636
+ urn: string | null;
1637
1637
  stats: {
1638
1638
  like: number | null;
1639
1639
  support: number | null;
@@ -1648,12 +1648,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1648
1648
  media: {
1649
1649
  type: string | null;
1650
1650
  url: string | null;
1651
+ thumbnail: string | null;
1651
1652
  images: {
1652
1653
  url: string | null;
1653
1654
  width: number | null;
1654
1655
  height: number | null;
1655
1656
  }[] | null;
1656
- thumbnail: string | null;
1657
1657
  } | null;
1658
1658
  postedAt: {
1659
1659
  date: string | null;
@@ -1662,9 +1662,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1662
1662
  } | null;
1663
1663
  postType: string | null;
1664
1664
  }, {
1665
- text: string | null;
1666
1665
  url: string | null;
1667
- urn: string | null;
1668
1666
  author: {
1669
1667
  username: string | null;
1670
1668
  headline: string | null;
@@ -1673,6 +1671,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1673
1671
  profileUrl: string | null;
1674
1672
  profilePicture: string | null;
1675
1673
  } | null;
1674
+ text: string | null;
1675
+ urn: string | null;
1676
1676
  stats: {
1677
1677
  like: number | null;
1678
1678
  support: number | null;
@@ -1687,12 +1687,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1687
1687
  media: {
1688
1688
  type: string | null;
1689
1689
  url: string | null;
1690
+ thumbnail: string | null;
1690
1691
  images: {
1691
1692
  url: string | null;
1692
1693
  width: number | null;
1693
1694
  height: number | null;
1694
1695
  }[] | null;
1695
- thumbnail: string | null;
1696
1696
  } | null;
1697
1697
  postedAt: {
1698
1698
  date: string | null;
@@ -1702,9 +1702,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1702
1702
  postType: string | null;
1703
1703
  }>>;
1704
1704
  }, "strip", z.ZodTypeAny, {
1705
- text: string | null;
1706
1705
  url: string | null;
1707
- urn: string | null;
1708
1706
  author: {
1709
1707
  username: string | null;
1710
1708
  headline: string | null;
@@ -1713,6 +1711,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1713
1711
  profileUrl: string | null;
1714
1712
  profilePicture: string | null;
1715
1713
  } | null;
1714
+ text: string | null;
1715
+ urn: string | null;
1716
1716
  stats: {
1717
1717
  like: number | null;
1718
1718
  support: number | null;
@@ -1727,18 +1727,18 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1727
1727
  media: {
1728
1728
  type: string | null;
1729
1729
  url: string | null;
1730
+ thumbnail: string | null;
1730
1731
  images: {
1731
1732
  url: string | null;
1732
1733
  width: number | null;
1733
1734
  height: number | null;
1734
1735
  }[] | null;
1735
- thumbnail: string | null;
1736
1736
  } | null;
1737
1737
  article: {
1738
1738
  title: string | null;
1739
1739
  url: string | null;
1740
- subtitle: string | null;
1741
1740
  thumbnail: string | null;
1741
+ subtitle: string | null;
1742
1742
  } | null;
1743
1743
  document: {
1744
1744
  title: string | null;
@@ -1754,9 +1754,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1754
1754
  } | null;
1755
1755
  postType: string | null;
1756
1756
  resharedPost: {
1757
- text: string | null;
1758
1757
  url: string | null;
1759
- urn: string | null;
1760
1758
  author: {
1761
1759
  username: string | null;
1762
1760
  headline: string | null;
@@ -1765,6 +1763,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1765
1763
  profileUrl: string | null;
1766
1764
  profilePicture: string | null;
1767
1765
  } | null;
1766
+ text: string | null;
1767
+ urn: string | null;
1768
1768
  stats: {
1769
1769
  like: number | null;
1770
1770
  support: number | null;
@@ -1779,12 +1779,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1779
1779
  media: {
1780
1780
  type: string | null;
1781
1781
  url: string | null;
1782
+ thumbnail: string | null;
1782
1783
  images: {
1783
1784
  url: string | null;
1784
1785
  width: number | null;
1785
1786
  height: number | null;
1786
1787
  }[] | null;
1787
- thumbnail: string | null;
1788
1788
  } | null;
1789
1789
  postedAt: {
1790
1790
  date: string | null;
@@ -1794,9 +1794,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1794
1794
  postType: string | null;
1795
1795
  } | null;
1796
1796
  }, {
1797
- text: string | null;
1798
1797
  url: string | null;
1799
- urn: string | null;
1800
1798
  author: {
1801
1799
  username: string | null;
1802
1800
  headline: string | null;
@@ -1805,6 +1803,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1805
1803
  profileUrl: string | null;
1806
1804
  profilePicture: string | null;
1807
1805
  } | null;
1806
+ text: string | null;
1807
+ urn: string | null;
1808
1808
  stats: {
1809
1809
  like: number | null;
1810
1810
  support: number | null;
@@ -1819,18 +1819,18 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1819
1819
  media: {
1820
1820
  type: string | null;
1821
1821
  url: string | null;
1822
+ thumbnail: string | null;
1822
1823
  images: {
1823
1824
  url: string | null;
1824
1825
  width: number | null;
1825
1826
  height: number | null;
1826
1827
  }[] | null;
1827
- thumbnail: string | null;
1828
1828
  } | null;
1829
1829
  article: {
1830
1830
  title: string | null;
1831
1831
  url: string | null;
1832
- subtitle: string | null;
1833
1832
  thumbnail: string | null;
1833
+ subtitle: string | null;
1834
1834
  } | null;
1835
1835
  document: {
1836
1836
  title: string | null;
@@ -1846,9 +1846,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1846
1846
  } | null;
1847
1847
  postType: string | null;
1848
1848
  resharedPost: {
1849
- text: string | null;
1850
1849
  url: string | null;
1851
- urn: string | null;
1852
1850
  author: {
1853
1851
  username: string | null;
1854
1852
  headline: string | null;
@@ -1857,6 +1855,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1857
1855
  profileUrl: string | null;
1858
1856
  profilePicture: string | null;
1859
1857
  } | null;
1858
+ text: string | null;
1859
+ urn: string | null;
1860
1860
  stats: {
1861
1861
  like: number | null;
1862
1862
  support: number | null;
@@ -1871,12 +1871,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1871
1871
  media: {
1872
1872
  type: string | null;
1873
1873
  url: string | null;
1874
+ thumbnail: string | null;
1874
1875
  images: {
1875
1876
  url: string | null;
1876
1877
  width: number | null;
1877
1878
  height: number | null;
1878
1879
  }[] | null;
1879
- thumbnail: string | null;
1880
1880
  } | null;
1881
1881
  postedAt: {
1882
1882
  date: string | null;
@@ -1895,13 +1895,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1895
1895
  success: z.ZodBoolean;
1896
1896
  error: z.ZodString;
1897
1897
  }, "strip", z.ZodTypeAny, {
1898
- error: string;
1899
- success: boolean;
1900
- operation: "scrapePosts" | "searchPosts";
1901
1898
  posts: {
1902
- text: string | null;
1903
1899
  url: string | null;
1904
- urn: string | null;
1905
1900
  author: {
1906
1901
  username: string | null;
1907
1902
  headline: string | null;
@@ -1910,6 +1905,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1910
1905
  profileUrl: string | null;
1911
1906
  profilePicture: string | null;
1912
1907
  } | null;
1908
+ text: string | null;
1909
+ urn: string | null;
1913
1910
  stats: {
1914
1911
  like: number | null;
1915
1912
  support: number | null;
@@ -1924,18 +1921,18 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1924
1921
  media: {
1925
1922
  type: string | null;
1926
1923
  url: string | null;
1924
+ thumbnail: string | null;
1927
1925
  images: {
1928
1926
  url: string | null;
1929
1927
  width: number | null;
1930
1928
  height: number | null;
1931
1929
  }[] | null;
1932
- thumbnail: string | null;
1933
1930
  } | null;
1934
1931
  article: {
1935
1932
  title: string | null;
1936
1933
  url: string | null;
1937
- subtitle: string | null;
1938
1934
  thumbnail: string | null;
1935
+ subtitle: string | null;
1939
1936
  } | null;
1940
1937
  document: {
1941
1938
  title: string | null;
@@ -1951,9 +1948,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1951
1948
  } | null;
1952
1949
  postType: string | null;
1953
1950
  resharedPost: {
1954
- text: string | null;
1955
1951
  url: string | null;
1956
- urn: string | null;
1957
1952
  author: {
1958
1953
  username: string | null;
1959
1954
  headline: string | null;
@@ -1962,6 +1957,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1962
1957
  profileUrl: string | null;
1963
1958
  profilePicture: string | null;
1964
1959
  } | null;
1960
+ text: string | null;
1961
+ urn: string | null;
1965
1962
  stats: {
1966
1963
  like: number | null;
1967
1964
  support: number | null;
@@ -1976,12 +1973,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1976
1973
  media: {
1977
1974
  type: string | null;
1978
1975
  url: string | null;
1976
+ thumbnail: string | null;
1979
1977
  images: {
1980
1978
  url: string | null;
1981
1979
  width: number | null;
1982
1980
  height: number | null;
1983
1981
  }[] | null;
1984
- thumbnail: string | null;
1985
1982
  } | null;
1986
1983
  postedAt: {
1987
1984
  date: string | null;
@@ -1991,20 +1988,18 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1991
1988
  postType: string | null;
1992
1989
  } | null;
1993
1990
  }[];
1991
+ success: boolean;
1992
+ error: string;
1993
+ operation: "scrapePosts" | "searchPosts";
1994
1994
  totalPosts: number;
1995
1995
  username?: string | undefined;
1996
1996
  keyword?: string | undefined;
1997
- paginationToken?: string | null | undefined;
1998
1997
  totalResults?: number | null | undefined;
1998
+ paginationToken?: string | null | undefined;
1999
1999
  hasNextPage?: boolean | null | undefined;
2000
2000
  }, {
2001
- error: string;
2002
- success: boolean;
2003
- operation: "scrapePosts" | "searchPosts";
2004
2001
  posts: {
2005
- text: string | null;
2006
2002
  url: string | null;
2007
- urn: string | null;
2008
2003
  author: {
2009
2004
  username: string | null;
2010
2005
  headline: string | null;
@@ -2013,6 +2008,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2013
2008
  profileUrl: string | null;
2014
2009
  profilePicture: string | null;
2015
2010
  } | null;
2011
+ text: string | null;
2012
+ urn: string | null;
2016
2013
  stats: {
2017
2014
  like: number | null;
2018
2015
  support: number | null;
@@ -2027,18 +2024,18 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2027
2024
  media: {
2028
2025
  type: string | null;
2029
2026
  url: string | null;
2027
+ thumbnail: string | null;
2030
2028
  images: {
2031
2029
  url: string | null;
2032
2030
  width: number | null;
2033
2031
  height: number | null;
2034
2032
  }[] | null;
2035
- thumbnail: string | null;
2036
2033
  } | null;
2037
2034
  article: {
2038
2035
  title: string | null;
2039
2036
  url: string | null;
2040
- subtitle: string | null;
2041
2037
  thumbnail: string | null;
2038
+ subtitle: string | null;
2042
2039
  } | null;
2043
2040
  document: {
2044
2041
  title: string | null;
@@ -2054,9 +2051,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2054
2051
  } | null;
2055
2052
  postType: string | null;
2056
2053
  resharedPost: {
2057
- text: string | null;
2058
2054
  url: string | null;
2059
- urn: string | null;
2060
2055
  author: {
2061
2056
  username: string | null;
2062
2057
  headline: string | null;
@@ -2065,6 +2060,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2065
2060
  profileUrl: string | null;
2066
2061
  profilePicture: string | null;
2067
2062
  } | null;
2063
+ text: string | null;
2064
+ urn: string | null;
2068
2065
  stats: {
2069
2066
  like: number | null;
2070
2067
  support: number | null;
@@ -2079,12 +2076,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2079
2076
  media: {
2080
2077
  type: string | null;
2081
2078
  url: string | null;
2079
+ thumbnail: string | null;
2082
2080
  images: {
2083
2081
  url: string | null;
2084
2082
  width: number | null;
2085
2083
  height: number | null;
2086
2084
  }[] | null;
2087
- thumbnail: string | null;
2088
2085
  } | null;
2089
2086
  postedAt: {
2090
2087
  date: string | null;
@@ -2094,11 +2091,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2094
2091
  postType: string | null;
2095
2092
  } | null;
2096
2093
  }[];
2094
+ success: boolean;
2095
+ error: string;
2096
+ operation: "scrapePosts" | "searchPosts";
2097
2097
  totalPosts: number;
2098
2098
  username?: string | undefined;
2099
2099
  keyword?: string | undefined;
2100
- paginationToken?: string | null | undefined;
2101
2100
  totalResults?: number | null | undefined;
2101
+ paginationToken?: string | null | undefined;
2102
2102
  hasNextPage?: boolean | null | undefined;
2103
2103
  }>;
2104
2104
  static readonly shortDescription = "Scrape LinkedIn posts by profile or search by keyword. Get engagement metrics, media, and complete metadata.";