@bubblelab/bubble-core 0.1.19 → 0.1.20

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 (60) hide show
  1. package/dist/bubble-bundle.d.ts +70 -70
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +58 -58
  4. package/dist/bubbles/service-bubble/airtable.d.ts +106 -106
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +47 -47
  7. package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
  8. package/dist/bubbles/service-bubble/firecrawl.d.ts +730 -730
  9. package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
  10. package/dist/bubbles/service-bubble/github.d.ts +196 -196
  11. package/dist/bubbles/service-bubble/gmail.d.ts +632 -632
  12. package/dist/bubbles/service-bubble/google-calendar.d.ts +1148 -346
  13. package/dist/bubbles/service-bubble/google-calendar.d.ts.map +1 -1
  14. package/dist/bubbles/service-bubble/google-calendar.js +51 -9
  15. package/dist/bubbles/service-bubble/google-calendar.js.map +1 -1
  16. package/dist/bubbles/service-bubble/google-drive.d.ts +259 -114
  17. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  18. package/dist/bubbles/service-bubble/google-drive.js +95 -0
  19. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  21. package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
  22. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  23. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/notion/notion.d.ts +987 -987
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/resend.d.ts +40 -40
  27. package/dist/bubbles/service-bubble/slack/slack.d.ts +314 -314
  28. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  29. package/dist/bubbles/service-bubble/telegram.d.ts +1591 -1591
  30. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +30 -30
  31. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  32. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +20 -20
  33. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  34. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  35. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  37. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  38. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +70 -70
  39. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  41. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
  43. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  44. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +68 -68
  46. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  47. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
  50. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
  51. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  52. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +28 -28
  53. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  54. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +106 -106
  55. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  56. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
  57. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +92 -92
  58. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  59. package/dist/bubbles.json +3 -3
  60. package/package.json +2 -2
@@ -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
- thumbnail: string | null;
175
174
  subtitle: string | null;
175
+ thumbnail: string | null;
176
176
  }, {
177
177
  title: string | null;
178
178
  url: string | null;
179
- thumbnail: string | null;
180
179
  subtitle: string | null;
180
+ thumbnail: string | null;
181
181
  }>>;
182
182
  document: z.ZodNullable<z.ZodObject<{
183
183
  title: z.ZodNullable<z.ZodString>;
@@ -187,13 +187,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
187
187
  }, "strip", z.ZodTypeAny, {
188
188
  title: string | null;
189
189
  url: string | null;
190
- thumbnail: string | null;
191
190
  pageCount: number | null;
191
+ thumbnail: string | null;
192
192
  }, {
193
193
  title: string | null;
194
194
  url: string | null;
195
- thumbnail: string | null;
196
195
  pageCount: number | null;
196
+ thumbnail: string | null;
197
197
  }>>;
198
198
  resharedPost: z.ZodNullable<z.ZodObject<{
199
199
  urn: z.ZodNullable<z.ZodString>;
@@ -303,8 +303,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
303
303
  thumbnail: string | null;
304
304
  }>>;
305
305
  }, "strip", z.ZodTypeAny, {
306
- text: string | null;
307
306
  url: string | null;
307
+ text: string | null;
308
308
  urn: string | null;
309
309
  author: {
310
310
  username: string | null;
@@ -342,8 +342,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
342
342
  } | null;
343
343
  postType: string | null;
344
344
  }, {
345
- text: string | null;
346
345
  url: string | null;
346
+ text: string | null;
347
347
  urn: string | null;
348
348
  author: {
349
349
  username: string | null;
@@ -382,13 +382,13 @@ 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;
386
+ text: string | null;
387
387
  document: {
388
388
  title: string | null;
389
389
  url: string | null;
390
- thumbnail: string | null;
391
390
  pageCount: number | null;
391
+ thumbnail: string | null;
392
392
  } | null;
393
393
  urn: string | null;
394
394
  author: {
@@ -423,8 +423,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
423
423
  article: {
424
424
  title: string | null;
425
425
  url: string | null;
426
- thumbnail: string | null;
427
426
  subtitle: string | null;
427
+ thumbnail: string | null;
428
428
  } | null;
429
429
  postedAt: {
430
430
  date: string | null;
@@ -434,8 +434,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
434
434
  fullUrn: string | null;
435
435
  postType: string | null;
436
436
  resharedPost: {
437
- text: string | null;
438
437
  url: string | null;
438
+ text: string | null;
439
439
  urn: string | null;
440
440
  author: {
441
441
  username: string | null;
@@ -474,13 +474,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
474
474
  postType: string | null;
475
475
  } | null;
476
476
  }, {
477
- text: string | null;
478
477
  url: string | null;
478
+ text: string | null;
479
479
  document: {
480
480
  title: string | null;
481
481
  url: string | null;
482
- thumbnail: string | null;
483
482
  pageCount: number | null;
483
+ thumbnail: string | null;
484
484
  } | null;
485
485
  urn: string | null;
486
486
  author: {
@@ -515,8 +515,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
515
515
  article: {
516
516
  title: string | null;
517
517
  url: string | null;
518
- thumbnail: string | null;
519
518
  subtitle: string | null;
519
+ thumbnail: string | null;
520
520
  } | null;
521
521
  postedAt: {
522
522
  date: string | null;
@@ -526,8 +526,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
526
526
  fullUrn: string | null;
527
527
  postType: string | null;
528
528
  resharedPost: {
529
- text: string | null;
530
529
  url: string | null;
530
+ text: string | null;
531
531
  urn: string | null;
532
532
  author: {
533
533
  username: string | null;
@@ -666,8 +666,8 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
666
666
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
667
667
  }, "strip", z.ZodTypeAny, {
668
668
  operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
669
- username?: string | undefined;
670
669
  credentials?: Partial<Record<CredentialType, string>> | undefined;
670
+ username?: string | undefined;
671
671
  limit?: number | undefined;
672
672
  pageNumber?: number | undefined;
673
673
  location?: string | undefined;
@@ -679,8 +679,8 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
679
679
  sortBy?: "relevance" | "date_posted" | undefined;
680
680
  }, {
681
681
  operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
682
- username?: string | undefined;
683
682
  credentials?: Partial<Record<CredentialType, string>> | undefined;
683
+ username?: string | undefined;
684
684
  limit?: number | undefined;
685
685
  pageNumber?: number | undefined;
686
686
  location?: string | undefined;
@@ -894,13 +894,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
894
894
  }, "strip", z.ZodTypeAny, {
895
895
  title: string | null;
896
896
  url: string | null;
897
- thumbnail: string | null;
898
897
  subtitle: string | null;
898
+ thumbnail: string | null;
899
899
  }, {
900
900
  title: string | null;
901
901
  url: string | null;
902
- thumbnail: string | null;
903
902
  subtitle: string | null;
903
+ thumbnail: string | null;
904
904
  }>>;
905
905
  document: z.ZodNullable<z.ZodObject<{
906
906
  title: z.ZodNullable<z.ZodString>;
@@ -910,13 +910,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
910
910
  }, "strip", z.ZodTypeAny, {
911
911
  title: string | null;
912
912
  url: string | null;
913
- thumbnail: string | null;
914
913
  pageCount: number | null;
914
+ thumbnail: string | null;
915
915
  }, {
916
916
  title: string | null;
917
917
  url: string | null;
918
- thumbnail: string | null;
919
918
  pageCount: number | null;
919
+ thumbnail: string | null;
920
920
  }>>;
921
921
  resharedPost: z.ZodNullable<z.ZodObject<{
922
922
  urn: z.ZodNullable<z.ZodString>;
@@ -1026,8 +1026,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1026
1026
  thumbnail: string | null;
1027
1027
  }>>;
1028
1028
  }, "strip", z.ZodTypeAny, {
1029
- text: string | null;
1030
1029
  url: string | null;
1030
+ text: string | null;
1031
1031
  urn: string | null;
1032
1032
  author: {
1033
1033
  username: string | null;
@@ -1065,8 +1065,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1065
1065
  } | null;
1066
1066
  postType: string | null;
1067
1067
  }, {
1068
- text: string | null;
1069
1068
  url: string | null;
1069
+ text: string | null;
1070
1070
  urn: string | null;
1071
1071
  author: {
1072
1072
  username: string | null;
@@ -1105,13 +1105,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1105
1105
  postType: string | null;
1106
1106
  }>>;
1107
1107
  }, "strip", z.ZodTypeAny, {
1108
- text: string | null;
1109
1108
  url: string | null;
1109
+ text: string | null;
1110
1110
  document: {
1111
1111
  title: string | null;
1112
1112
  url: string | null;
1113
- thumbnail: string | null;
1114
1113
  pageCount: number | null;
1114
+ thumbnail: string | null;
1115
1115
  } | null;
1116
1116
  urn: string | null;
1117
1117
  author: {
@@ -1146,8 +1146,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1146
1146
  article: {
1147
1147
  title: string | null;
1148
1148
  url: string | null;
1149
- thumbnail: string | null;
1150
1149
  subtitle: string | null;
1150
+ thumbnail: string | null;
1151
1151
  } | null;
1152
1152
  postedAt: {
1153
1153
  date: string | null;
@@ -1157,8 +1157,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1157
1157
  fullUrn: string | null;
1158
1158
  postType: string | null;
1159
1159
  resharedPost: {
1160
- text: string | null;
1161
1160
  url: string | null;
1161
+ text: string | null;
1162
1162
  urn: string | null;
1163
1163
  author: {
1164
1164
  username: string | null;
@@ -1197,13 +1197,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1197
1197
  postType: string | null;
1198
1198
  } | null;
1199
1199
  }, {
1200
- text: string | null;
1201
1200
  url: string | null;
1201
+ text: string | null;
1202
1202
  document: {
1203
1203
  title: string | null;
1204
1204
  url: string | null;
1205
- thumbnail: string | null;
1206
1205
  pageCount: number | null;
1206
+ thumbnail: string | null;
1207
1207
  } | null;
1208
1208
  urn: string | null;
1209
1209
  author: {
@@ -1238,8 +1238,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1238
1238
  article: {
1239
1239
  title: string | null;
1240
1240
  url: string | null;
1241
- thumbnail: string | null;
1242
1241
  subtitle: string | null;
1242
+ thumbnail: string | null;
1243
1243
  } | null;
1244
1244
  postedAt: {
1245
1245
  date: string | null;
@@ -1249,8 +1249,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1249
1249
  fullUrn: string | null;
1250
1250
  postType: string | null;
1251
1251
  resharedPost: {
1252
- text: string | null;
1253
1252
  url: string | null;
1253
+ text: string | null;
1254
1254
  urn: string | null;
1255
1255
  author: {
1256
1256
  username: string | null;
@@ -1298,17 +1298,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1298
1298
  success: z.ZodBoolean;
1299
1299
  error: z.ZodString;
1300
1300
  }, "strip", z.ZodTypeAny, {
1301
- operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1302
- error: string;
1303
1301
  success: boolean;
1302
+ error: string;
1303
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1304
1304
  posts: {
1305
- text: string | null;
1306
1305
  url: string | null;
1306
+ text: string | null;
1307
1307
  document: {
1308
1308
  title: string | null;
1309
1309
  url: string | null;
1310
- thumbnail: string | null;
1311
1310
  pageCount: number | null;
1311
+ thumbnail: string | null;
1312
1312
  } | null;
1313
1313
  urn: string | null;
1314
1314
  author: {
@@ -1343,8 +1343,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1343
1343
  article: {
1344
1344
  title: string | null;
1345
1345
  url: string | null;
1346
- thumbnail: string | null;
1347
1346
  subtitle: string | null;
1347
+ thumbnail: string | null;
1348
1348
  } | null;
1349
1349
  postedAt: {
1350
1350
  date: string | null;
@@ -1354,8 +1354,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1354
1354
  fullUrn: string | null;
1355
1355
  postType: string | null;
1356
1356
  resharedPost: {
1357
- text: string | null;
1358
1357
  url: string | null;
1358
+ text: string | null;
1359
1359
  urn: string | null;
1360
1360
  author: {
1361
1361
  username: string | null;
@@ -1424,17 +1424,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1424
1424
  paginationToken?: string | null | undefined;
1425
1425
  hasNextPage?: boolean | null | undefined;
1426
1426
  }, {
1427
- operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1428
- error: string;
1429
1427
  success: boolean;
1428
+ error: string;
1429
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1430
1430
  posts: {
1431
- text: string | null;
1432
1431
  url: string | null;
1432
+ text: string | null;
1433
1433
  document: {
1434
1434
  title: string | null;
1435
1435
  url: string | null;
1436
- thumbnail: string | null;
1437
1436
  pageCount: number | null;
1437
+ thumbnail: string | null;
1438
1438
  } | null;
1439
1439
  urn: string | null;
1440
1440
  author: {
@@ -1469,8 +1469,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1469
1469
  article: {
1470
1470
  title: string | null;
1471
1471
  url: string | null;
1472
- thumbnail: string | null;
1473
1472
  subtitle: string | null;
1473
+ thumbnail: string | null;
1474
1474
  } | null;
1475
1475
  postedAt: {
1476
1476
  date: string | null;
@@ -1480,8 +1480,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1480
1480
  fullUrn: string | null;
1481
1481
  postType: string | null;
1482
1482
  resharedPost: {
1483
- text: string | null;
1484
1483
  url: string | null;
1484
+ text: string | null;
1485
1485
  urn: string | null;
1486
1486
  author: {
1487
1487
  username: string | null;
@@ -1589,8 +1589,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1589
1589
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1590
1590
  }, "strip", z.ZodTypeAny, {
1591
1591
  operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1592
- username?: string | undefined;
1593
1592
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1593
+ username?: string | undefined;
1594
1594
  limit?: number | undefined;
1595
1595
  pageNumber?: number | undefined;
1596
1596
  location?: string | undefined;
@@ -1602,8 +1602,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1602
1602
  sortBy?: "relevance" | "date_posted" | undefined;
1603
1603
  }, {
1604
1604
  operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1605
- username?: string | undefined;
1606
1605
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1606
+ username?: string | undefined;
1607
1607
  limit?: number | undefined;
1608
1608
  pageNumber?: number | undefined;
1609
1609
  location?: string | undefined;
@@ -1817,13 +1817,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1817
1817
  }, "strip", z.ZodTypeAny, {
1818
1818
  title: string | null;
1819
1819
  url: string | null;
1820
- thumbnail: string | null;
1821
1820
  subtitle: string | null;
1821
+ thumbnail: string | null;
1822
1822
  }, {
1823
1823
  title: string | null;
1824
1824
  url: string | null;
1825
- thumbnail: string | null;
1826
1825
  subtitle: string | null;
1826
+ thumbnail: string | null;
1827
1827
  }>>;
1828
1828
  document: z.ZodNullable<z.ZodObject<{
1829
1829
  title: z.ZodNullable<z.ZodString>;
@@ -1833,13 +1833,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1833
1833
  }, "strip", z.ZodTypeAny, {
1834
1834
  title: string | null;
1835
1835
  url: string | null;
1836
- thumbnail: string | null;
1837
1836
  pageCount: number | null;
1837
+ thumbnail: string | null;
1838
1838
  }, {
1839
1839
  title: string | null;
1840
1840
  url: string | null;
1841
- thumbnail: string | null;
1842
1841
  pageCount: number | null;
1842
+ thumbnail: string | null;
1843
1843
  }>>;
1844
1844
  resharedPost: z.ZodNullable<z.ZodObject<{
1845
1845
  urn: z.ZodNullable<z.ZodString>;
@@ -1949,8 +1949,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1949
1949
  thumbnail: string | null;
1950
1950
  }>>;
1951
1951
  }, "strip", z.ZodTypeAny, {
1952
- text: string | null;
1953
1952
  url: string | null;
1953
+ text: string | null;
1954
1954
  urn: string | null;
1955
1955
  author: {
1956
1956
  username: string | null;
@@ -1988,8 +1988,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1988
1988
  } | null;
1989
1989
  postType: string | null;
1990
1990
  }, {
1991
- text: string | null;
1992
1991
  url: string | null;
1992
+ text: string | null;
1993
1993
  urn: string | null;
1994
1994
  author: {
1995
1995
  username: string | null;
@@ -2028,13 +2028,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2028
2028
  postType: string | null;
2029
2029
  }>>;
2030
2030
  }, "strip", z.ZodTypeAny, {
2031
- text: string | null;
2032
2031
  url: string | null;
2032
+ text: string | null;
2033
2033
  document: {
2034
2034
  title: string | null;
2035
2035
  url: string | null;
2036
- thumbnail: string | null;
2037
2036
  pageCount: number | null;
2037
+ thumbnail: string | null;
2038
2038
  } | null;
2039
2039
  urn: string | null;
2040
2040
  author: {
@@ -2069,8 +2069,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2069
2069
  article: {
2070
2070
  title: string | null;
2071
2071
  url: string | null;
2072
- thumbnail: string | null;
2073
2072
  subtitle: string | null;
2073
+ thumbnail: string | null;
2074
2074
  } | null;
2075
2075
  postedAt: {
2076
2076
  date: string | null;
@@ -2080,8 +2080,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2080
2080
  fullUrn: string | null;
2081
2081
  postType: string | null;
2082
2082
  resharedPost: {
2083
- text: string | null;
2084
2083
  url: string | null;
2084
+ text: string | null;
2085
2085
  urn: string | null;
2086
2086
  author: {
2087
2087
  username: string | null;
@@ -2120,13 +2120,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2120
2120
  postType: string | null;
2121
2121
  } | null;
2122
2122
  }, {
2123
- text: string | null;
2124
2123
  url: string | null;
2124
+ text: string | null;
2125
2125
  document: {
2126
2126
  title: string | null;
2127
2127
  url: string | null;
2128
- thumbnail: string | null;
2129
2128
  pageCount: number | null;
2129
+ thumbnail: string | null;
2130
2130
  } | null;
2131
2131
  urn: string | null;
2132
2132
  author: {
@@ -2161,8 +2161,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2161
2161
  article: {
2162
2162
  title: string | null;
2163
2163
  url: string | null;
2164
- thumbnail: string | null;
2165
2164
  subtitle: string | null;
2165
+ thumbnail: string | null;
2166
2166
  } | null;
2167
2167
  postedAt: {
2168
2168
  date: string | null;
@@ -2172,8 +2172,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2172
2172
  fullUrn: string | null;
2173
2173
  postType: string | null;
2174
2174
  resharedPost: {
2175
- text: string | null;
2176
2175
  url: string | null;
2176
+ text: string | null;
2177
2177
  urn: string | null;
2178
2178
  author: {
2179
2179
  username: string | null;
@@ -2221,17 +2221,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2221
2221
  success: z.ZodBoolean;
2222
2222
  error: z.ZodString;
2223
2223
  }, "strip", z.ZodTypeAny, {
2224
- operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2225
- error: string;
2226
2224
  success: boolean;
2225
+ error: string;
2226
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2227
2227
  posts: {
2228
- text: string | null;
2229
2228
  url: string | null;
2229
+ text: string | null;
2230
2230
  document: {
2231
2231
  title: string | null;
2232
2232
  url: string | null;
2233
- thumbnail: string | null;
2234
2233
  pageCount: number | null;
2234
+ thumbnail: string | null;
2235
2235
  } | null;
2236
2236
  urn: string | null;
2237
2237
  author: {
@@ -2266,8 +2266,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2266
2266
  article: {
2267
2267
  title: string | null;
2268
2268
  url: string | null;
2269
- thumbnail: string | null;
2270
2269
  subtitle: string | null;
2270
+ thumbnail: string | null;
2271
2271
  } | null;
2272
2272
  postedAt: {
2273
2273
  date: string | null;
@@ -2277,8 +2277,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2277
2277
  fullUrn: string | null;
2278
2278
  postType: string | null;
2279
2279
  resharedPost: {
2280
- text: string | null;
2281
2280
  url: string | null;
2281
+ text: string | null;
2282
2282
  urn: string | null;
2283
2283
  author: {
2284
2284
  username: string | null;
@@ -2347,17 +2347,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2347
2347
  paginationToken?: string | null | undefined;
2348
2348
  hasNextPage?: boolean | null | undefined;
2349
2349
  }, {
2350
- operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2351
- error: string;
2352
2350
  success: boolean;
2351
+ error: string;
2352
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2353
2353
  posts: {
2354
- text: string | null;
2355
2354
  url: string | null;
2355
+ text: string | null;
2356
2356
  document: {
2357
2357
  title: string | null;
2358
2358
  url: string | null;
2359
- thumbnail: string | null;
2360
2359
  pageCount: number | null;
2360
+ thumbnail: string | null;
2361
2361
  } | null;
2362
2362
  urn: string | null;
2363
2363
  author: {
@@ -2392,8 +2392,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2392
2392
  article: {
2393
2393
  title: string | null;
2394
2394
  url: string | null;
2395
- thumbnail: string | null;
2396
2395
  subtitle: string | null;
2396
+ thumbnail: string | null;
2397
2397
  } | null;
2398
2398
  postedAt: {
2399
2399
  date: string | null;
@@ -2403,8 +2403,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2403
2403
  fullUrn: string | null;
2404
2404
  postType: string | null;
2405
2405
  resharedPost: {
2406
- text: string | null;
2407
2406
  url: string | null;
2407
+ text: string | null;
2408
2408
  urn: string | null;
2409
2409
  author: {
2410
2410
  username: string | null;
@@ -29,8 +29,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
29
29
  success: z.ZodBoolean;
30
30
  error: z.ZodString;
31
31
  }, "strip", z.ZodTypeAny, {
32
- error: string;
33
32
  success: boolean;
33
+ error: string;
34
34
  bubbles: {
35
35
  type: string;
36
36
  name: string;
@@ -40,8 +40,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
40
40
  }[];
41
41
  totalCount: number;
42
42
  }, {
43
- error: string;
44
43
  success: boolean;
44
+ error: string;
45
45
  bubbles: {
46
46
  type: string;
47
47
  name: string;
@@ -78,8 +78,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
78
78
  success: z.ZodBoolean;
79
79
  error: z.ZodString;
80
80
  }, "strip", z.ZodTypeAny, {
81
- error: string;
82
81
  success: boolean;
82
+ error: string;
83
83
  bubbles: {
84
84
  type: string;
85
85
  name: string;
@@ -89,8 +89,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
89
89
  }[];
90
90
  totalCount: number;
91
91
  }, {
92
- error: string;
93
92
  success: boolean;
93
+ error: string;
94
94
  bubbles: {
95
95
  type: string;
96
96
  name: string;