@bubblelab/bubble-core 0.1.162 → 0.1.165

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 (95) hide show
  1. package/dist/bubble-bundle.d.ts +103 -103
  2. package/dist/bubbles/service-bubble/agent-memory.d.ts +104 -0
  3. package/dist/bubbles/service-bubble/agent-memory.d.ts.map +1 -0
  4. package/dist/bubbles/service-bubble/agent-memory.js +626 -0
  5. package/dist/bubbles/service-bubble/agent-memory.js.map +1 -0
  6. package/dist/bubbles/service-bubble/agi-inc.d.ts +128 -128
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts +20 -8
  8. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.js +129 -5
  10. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  11. package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +6 -6
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +4 -4
  15. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +2 -2
  17. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +22 -22
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  20. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +55 -55
  22. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/capability-pipeline.js +2 -0
  24. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  25. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +41 -41
  26. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +94 -94
  27. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  28. package/dist/bubbles/service-bubble/firecrawl.d.ts +240 -240
  29. package/dist/bubbles/service-bubble/followupboss.d.ts +244 -244
  30. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +24 -24
  31. package/dist/bubbles/service-bubble/github.d.ts +188 -188
  32. package/dist/bubbles/service-bubble/gmail.d.ts +208 -208
  33. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  34. package/dist/bubbles/service-bubble/google-drive.d.ts +104 -104
  35. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  36. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  38. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  39. package/dist/bubbles/service-bubble/jira/jira.d.ts +96 -96
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +1257 -1257
  41. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  42. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +26 -26
  43. package/dist/bubbles/service-bubble/resend.d.ts +20 -20
  44. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +49 -49
  45. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +66 -66
  46. package/dist/bubbles/service-bubble/sendsafely/sendsafely.utils.d.ts.map +1 -1
  47. package/dist/bubbles/service-bubble/sendsafely/sendsafely.utils.js.map +1 -1
  48. package/dist/bubbles/service-bubble/slack/slack.d.ts +640 -640
  49. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  50. package/dist/bubbles/service-bubble/slack/slack.js +5 -3
  51. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  52. package/dist/bubbles/service-bubble/storage.d.ts +76 -76
  53. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +95 -95
  54. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  55. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  56. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  60. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  64. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +58 -58
  69. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  74. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  75. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  76. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  77. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
  78. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  79. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  80. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  81. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  83. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  85. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  86. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  87. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  88. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  89. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
  90. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  91. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
  92. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +22 -22
  93. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  94. package/dist/bubbles.json +10 -5
  95. package/package.json +2 -2
@@ -147,9 +147,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
147
147
  success: z.ZodBoolean;
148
148
  error: z.ZodString;
149
149
  }, "strip", z.ZodTypeAny, {
150
- operation: "search";
151
- success: boolean;
152
150
  error: string;
151
+ success: boolean;
152
+ operation: "search";
153
153
  places: {
154
154
  title: string | null;
155
155
  url: string | null;
@@ -183,9 +183,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
183
183
  }[];
184
184
  totalPlaces: number;
185
185
  }, {
186
- operation: "search";
187
- success: boolean;
188
186
  error: string;
187
+ success: boolean;
188
+ operation: "search";
189
189
  places: {
190
190
  title: string | null;
191
191
  url: string | null;
@@ -369,9 +369,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
369
369
  success: z.ZodBoolean;
370
370
  error: z.ZodString;
371
371
  }, "strip", z.ZodTypeAny, {
372
- operation: "search";
373
- success: boolean;
374
372
  error: string;
373
+ success: boolean;
374
+ operation: "search";
375
375
  places: {
376
376
  title: string | null;
377
377
  url: string | null;
@@ -405,9 +405,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
405
405
  }[];
406
406
  totalPlaces: number;
407
407
  }, {
408
- operation: "search";
409
- success: boolean;
410
408
  error: string;
409
+ success: boolean;
410
+ operation: "search";
411
411
  places: {
412
412
  title: string | null;
413
413
  url: string | null;
@@ -147,9 +147,9 @@ declare const InstagramToolResultSchema: z.ZodObject<{
147
147
  success: z.ZodBoolean;
148
148
  error: z.ZodString;
149
149
  }, "strip", z.ZodTypeAny, {
150
- operation: "scrapeProfile" | "scrapeHashtag";
151
- success: boolean;
152
150
  error: string;
151
+ success: boolean;
152
+ operation: "scrapeProfile" | "scrapeHashtag";
153
153
  posts: {
154
154
  type: "image" | "video" | "carousel" | null;
155
155
  url: string | null;
@@ -175,9 +175,9 @@ declare const InstagramToolResultSchema: z.ZodObject<{
175
175
  scrapedHashtags?: string[] | undefined;
176
176
  scrapedProfiles?: string[] | undefined;
177
177
  }, {
178
- operation: "scrapeProfile" | "scrapeHashtag";
179
- success: boolean;
180
178
  error: string;
179
+ success: boolean;
180
+ operation: "scrapeProfile" | "scrapeHashtag";
181
181
  posts: {
182
182
  type: "image" | "video" | "carousel" | null;
183
183
  url: string | null;
@@ -312,9 +312,9 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
312
312
  success: z.ZodBoolean;
313
313
  error: z.ZodString;
314
314
  }, "strip", z.ZodTypeAny, {
315
- operation: "scrapeProfile" | "scrapeHashtag";
316
- success: boolean;
317
315
  error: string;
316
+ success: boolean;
317
+ operation: "scrapeProfile" | "scrapeHashtag";
318
318
  posts: {
319
319
  type: "image" | "video" | "carousel" | null;
320
320
  url: string | null;
@@ -340,9 +340,9 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
340
340
  scrapedHashtags?: string[] | undefined;
341
341
  scrapedProfiles?: string[] | undefined;
342
342
  }, {
343
- operation: "scrapeProfile" | "scrapeHashtag";
344
- success: boolean;
345
343
  error: string;
344
+ success: boolean;
345
+ operation: "scrapeProfile" | "scrapeHashtag";
346
346
  posts: {
347
347
  type: "image" | "video" | "carousel" | null;
348
348
  url: string | null;
@@ -303,8 +303,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
303
303
  thumbnail: string | null;
304
304
  }>>;
305
305
  }, "strip", z.ZodTypeAny, {
306
- url: string | null;
307
306
  text: string | null;
307
+ url: 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
- url: string | null;
346
345
  text: string | null;
346
+ url: string | null;
347
347
  urn: string | null;
348
348
  author: {
349
349
  username: string | null;
@@ -382,8 +382,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
382
382
  postType: string | null;
383
383
  }>>;
384
384
  }, "strip", z.ZodTypeAny, {
385
- url: string | null;
386
385
  text: string | null;
386
+ url: string | null;
387
387
  document: {
388
388
  title: string | null;
389
389
  url: 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
- url: string | null;
438
437
  text: string | null;
438
+ url: string | null;
439
439
  urn: string | null;
440
440
  author: {
441
441
  username: string | null;
@@ -474,8 +474,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
474
474
  postType: string | null;
475
475
  } | null;
476
476
  }, {
477
- url: string | null;
478
477
  text: string | null;
478
+ url: string | null;
479
479
  document: {
480
480
  title: string | null;
481
481
  url: 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
- url: string | null;
530
529
  text: string | null;
530
+ url: string | null;
531
531
  urn: string | null;
532
532
  author: {
533
533
  username: string | null;
@@ -671,16 +671,16 @@ declare const LinkedInProfileSchema: z.ZodObject<{
671
671
  state: z.ZodNullable<z.ZodString>;
672
672
  city: z.ZodNullable<z.ZodString>;
673
673
  }, "strip", z.ZodTypeAny, {
674
- state: string | null;
675
674
  text: string | null;
676
675
  countryCode: string | null;
677
676
  country: string | null;
677
+ state: string | null;
678
678
  city: string | null;
679
679
  }, {
680
- state: string | null;
681
680
  text: string | null;
682
681
  countryCode: string | null;
683
682
  country: string | null;
683
+ state: string | null;
684
684
  city: string | null;
685
685
  }>>;
686
686
  verified: z.ZodNullable<z.ZodBoolean>;
@@ -871,10 +871,10 @@ declare const LinkedInProfileSchema: z.ZodObject<{
871
871
  photo: string | null;
872
872
  verified: boolean | null;
873
873
  location: {
874
- state: string | null;
875
874
  text: string | null;
876
875
  countryCode: string | null;
877
876
  country: string | null;
877
+ state: string | null;
878
878
  city: string | null;
879
879
  } | null;
880
880
  headline: string | null;
@@ -948,10 +948,10 @@ declare const LinkedInProfileSchema: z.ZodObject<{
948
948
  photo: string | null;
949
949
  verified: boolean | null;
950
950
  location: {
951
- state: string | null;
952
951
  text: string | null;
953
952
  countryCode: string | null;
954
953
  country: string | null;
954
+ state: string | null;
955
955
  city: string | null;
956
956
  } | null;
957
957
  headline: string | null;
@@ -1043,11 +1043,11 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
1043
1043
  pageNumber?: number | undefined;
1044
1044
  location?: string | undefined;
1045
1045
  keyword?: string | undefined;
1046
- dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1047
1046
  workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1047
+ dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1048
1048
  profileUrl?: string | undefined;
1049
1049
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
1050
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1050
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
1051
1051
  sortBy?: "relevance" | "date_posted" | undefined;
1052
1052
  }, {
1053
1053
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
@@ -1057,11 +1057,11 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
1057
1057
  pageNumber?: number | undefined;
1058
1058
  location?: string | undefined;
1059
1059
  keyword?: string | undefined;
1060
- dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1061
1060
  workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1061
+ dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1062
1062
  profileUrl?: string | undefined;
1063
1063
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
1064
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1064
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
1065
1065
  sortBy?: "relevance" | "date_posted" | undefined;
1066
1066
  }>;
1067
1067
  declare const LinkedInToolResultSchema: z.ZodObject<{
@@ -1086,16 +1086,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1086
1086
  state: z.ZodNullable<z.ZodString>;
1087
1087
  city: z.ZodNullable<z.ZodString>;
1088
1088
  }, "strip", z.ZodTypeAny, {
1089
- state: string | null;
1090
1089
  text: string | null;
1091
1090
  countryCode: string | null;
1092
1091
  country: string | null;
1092
+ state: string | null;
1093
1093
  city: string | null;
1094
1094
  }, {
1095
- state: string | null;
1096
1095
  text: string | null;
1097
1096
  countryCode: string | null;
1098
1097
  country: string | null;
1098
+ state: string | null;
1099
1099
  city: string | null;
1100
1100
  }>>;
1101
1101
  verified: z.ZodNullable<z.ZodBoolean>;
@@ -1286,10 +1286,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1286
1286
  photo: string | null;
1287
1287
  verified: boolean | null;
1288
1288
  location: {
1289
- state: string | null;
1290
1289
  text: string | null;
1291
1290
  countryCode: string | null;
1292
1291
  country: string | null;
1292
+ state: string | null;
1293
1293
  city: string | null;
1294
1294
  } | null;
1295
1295
  headline: string | null;
@@ -1363,10 +1363,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1363
1363
  photo: string | null;
1364
1364
  verified: boolean | null;
1365
1365
  location: {
1366
- state: string | null;
1367
1366
  text: string | null;
1368
1367
  countryCode: string | null;
1369
1368
  country: string | null;
1369
+ state: string | null;
1370
1370
  city: string | null;
1371
1371
  } | null;
1372
1372
  headline: string | null;
@@ -1769,8 +1769,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1769
1769
  thumbnail: string | null;
1770
1770
  }>>;
1771
1771
  }, "strip", z.ZodTypeAny, {
1772
- url: string | null;
1773
1772
  text: string | null;
1773
+ url: string | null;
1774
1774
  urn: string | null;
1775
1775
  author: {
1776
1776
  username: string | null;
@@ -1808,8 +1808,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1808
1808
  } | null;
1809
1809
  postType: string | null;
1810
1810
  }, {
1811
- url: string | null;
1812
1811
  text: string | null;
1812
+ url: string | null;
1813
1813
  urn: string | null;
1814
1814
  author: {
1815
1815
  username: string | null;
@@ -1848,8 +1848,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1848
1848
  postType: string | null;
1849
1849
  }>>;
1850
1850
  }, "strip", z.ZodTypeAny, {
1851
- url: string | null;
1852
1851
  text: string | null;
1852
+ url: string | null;
1853
1853
  document: {
1854
1854
  title: string | null;
1855
1855
  url: string | null;
@@ -1900,8 +1900,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1900
1900
  fullUrn: string | null;
1901
1901
  postType: string | null;
1902
1902
  resharedPost: {
1903
- url: string | null;
1904
1903
  text: string | null;
1904
+ url: string | null;
1905
1905
  urn: string | null;
1906
1906
  author: {
1907
1907
  username: string | null;
@@ -1940,8 +1940,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1940
1940
  postType: string | null;
1941
1941
  } | null;
1942
1942
  }, {
1943
- url: string | null;
1944
1943
  text: string | null;
1944
+ url: string | null;
1945
1945
  document: {
1946
1946
  title: string | null;
1947
1947
  url: string | null;
@@ -1992,8 +1992,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1992
1992
  fullUrn: string | null;
1993
1993
  postType: string | null;
1994
1994
  resharedPost: {
1995
- url: string | null;
1996
1995
  text: string | null;
1996
+ url: string | null;
1997
1997
  urn: string | null;
1998
1998
  author: {
1999
1999
  username: string | null;
@@ -2041,12 +2041,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2041
2041
  success: z.ZodBoolean;
2042
2042
  error: z.ZodString;
2043
2043
  }, "strip", z.ZodTypeAny, {
2044
- operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2045
- success: boolean;
2046
2044
  error: string;
2045
+ success: boolean;
2046
+ operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2047
2047
  posts: {
2048
- url: string | null;
2049
2048
  text: string | null;
2049
+ url: string | null;
2050
2050
  document: {
2051
2051
  title: string | null;
2052
2052
  url: string | null;
@@ -2097,8 +2097,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2097
2097
  fullUrn: string | null;
2098
2098
  postType: string | null;
2099
2099
  resharedPost: {
2100
- url: string | null;
2101
2100
  text: string | null;
2101
+ url: string | null;
2102
2102
  urn: string | null;
2103
2103
  author: {
2104
2104
  username: string | null;
@@ -2144,10 +2144,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2144
2144
  photo: string | null;
2145
2145
  verified: boolean | null;
2146
2146
  location: {
2147
- state: string | null;
2148
2147
  text: string | null;
2149
2148
  countryCode: string | null;
2150
2149
  country: string | null;
2150
+ state: string | null;
2151
2151
  city: string | null;
2152
2152
  } | null;
2153
2153
  headline: string | null;
@@ -2245,12 +2245,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2245
2245
  paginationToken?: string | null | undefined;
2246
2246
  hasNextPage?: boolean | null | undefined;
2247
2247
  }, {
2248
- operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2249
- success: boolean;
2250
2248
  error: string;
2249
+ success: boolean;
2250
+ operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2251
2251
  posts: {
2252
- url: string | null;
2253
2252
  text: string | null;
2253
+ url: string | null;
2254
2254
  document: {
2255
2255
  title: string | null;
2256
2256
  url: string | null;
@@ -2301,8 +2301,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2301
2301
  fullUrn: string | null;
2302
2302
  postType: string | null;
2303
2303
  resharedPost: {
2304
- url: string | null;
2305
2304
  text: string | null;
2305
+ url: string | null;
2306
2306
  urn: string | null;
2307
2307
  author: {
2308
2308
  username: string | null;
@@ -2348,10 +2348,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2348
2348
  photo: string | null;
2349
2349
  verified: boolean | null;
2350
2350
  location: {
2351
- state: string | null;
2352
2351
  text: string | null;
2353
2352
  countryCode: string | null;
2354
2353
  country: string | null;
2354
+ state: string | null;
2355
2355
  city: string | null;
2356
2356
  } | null;
2357
2357
  headline: string | null;
@@ -2496,11 +2496,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2496
2496
  pageNumber?: number | undefined;
2497
2497
  location?: string | undefined;
2498
2498
  keyword?: string | undefined;
2499
- dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2500
2499
  workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2500
+ dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2501
2501
  profileUrl?: string | undefined;
2502
2502
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
2503
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
2503
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
2504
2504
  sortBy?: "relevance" | "date_posted" | undefined;
2505
2505
  }, {
2506
2506
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
@@ -2510,11 +2510,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2510
2510
  pageNumber?: number | undefined;
2511
2511
  location?: string | undefined;
2512
2512
  keyword?: string | undefined;
2513
- dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2514
2513
  workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2514
+ dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2515
2515
  profileUrl?: string | undefined;
2516
2516
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
2517
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
2517
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
2518
2518
  sortBy?: "relevance" | "date_posted" | undefined;
2519
2519
  }>;
2520
2520
  static readonly resultSchema: z.ZodObject<{
@@ -2539,16 +2539,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2539
2539
  state: z.ZodNullable<z.ZodString>;
2540
2540
  city: z.ZodNullable<z.ZodString>;
2541
2541
  }, "strip", z.ZodTypeAny, {
2542
- state: string | null;
2543
2542
  text: string | null;
2544
2543
  countryCode: string | null;
2545
2544
  country: string | null;
2545
+ state: string | null;
2546
2546
  city: string | null;
2547
2547
  }, {
2548
- state: string | null;
2549
2548
  text: string | null;
2550
2549
  countryCode: string | null;
2551
2550
  country: string | null;
2551
+ state: string | null;
2552
2552
  city: string | null;
2553
2553
  }>>;
2554
2554
  verified: z.ZodNullable<z.ZodBoolean>;
@@ -2739,10 +2739,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2739
2739
  photo: string | null;
2740
2740
  verified: boolean | null;
2741
2741
  location: {
2742
- state: string | null;
2743
2742
  text: string | null;
2744
2743
  countryCode: string | null;
2745
2744
  country: string | null;
2745
+ state: string | null;
2746
2746
  city: string | null;
2747
2747
  } | null;
2748
2748
  headline: string | null;
@@ -2816,10 +2816,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2816
2816
  photo: string | null;
2817
2817
  verified: boolean | null;
2818
2818
  location: {
2819
- state: string | null;
2820
2819
  text: string | null;
2821
2820
  countryCode: string | null;
2822
2821
  country: string | null;
2822
+ state: string | null;
2823
2823
  city: string | null;
2824
2824
  } | null;
2825
2825
  headline: string | null;
@@ -3222,8 +3222,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3222
3222
  thumbnail: string | null;
3223
3223
  }>>;
3224
3224
  }, "strip", z.ZodTypeAny, {
3225
- url: string | null;
3226
3225
  text: string | null;
3226
+ url: string | null;
3227
3227
  urn: string | null;
3228
3228
  author: {
3229
3229
  username: string | null;
@@ -3261,8 +3261,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3261
3261
  } | null;
3262
3262
  postType: string | null;
3263
3263
  }, {
3264
- url: string | null;
3265
3264
  text: string | null;
3265
+ url: string | null;
3266
3266
  urn: string | null;
3267
3267
  author: {
3268
3268
  username: string | null;
@@ -3301,8 +3301,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3301
3301
  postType: string | null;
3302
3302
  }>>;
3303
3303
  }, "strip", z.ZodTypeAny, {
3304
- url: string | null;
3305
3304
  text: string | null;
3305
+ url: string | null;
3306
3306
  document: {
3307
3307
  title: string | null;
3308
3308
  url: string | null;
@@ -3353,8 +3353,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3353
3353
  fullUrn: string | null;
3354
3354
  postType: string | null;
3355
3355
  resharedPost: {
3356
- url: string | null;
3357
3356
  text: string | null;
3357
+ url: string | null;
3358
3358
  urn: string | null;
3359
3359
  author: {
3360
3360
  username: string | null;
@@ -3393,8 +3393,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3393
3393
  postType: string | null;
3394
3394
  } | null;
3395
3395
  }, {
3396
- url: string | null;
3397
3396
  text: string | null;
3397
+ url: string | null;
3398
3398
  document: {
3399
3399
  title: string | null;
3400
3400
  url: string | null;
@@ -3445,8 +3445,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3445
3445
  fullUrn: string | null;
3446
3446
  postType: string | null;
3447
3447
  resharedPost: {
3448
- url: string | null;
3449
3448
  text: string | null;
3449
+ url: string | null;
3450
3450
  urn: string | null;
3451
3451
  author: {
3452
3452
  username: string | null;
@@ -3494,12 +3494,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3494
3494
  success: z.ZodBoolean;
3495
3495
  error: z.ZodString;
3496
3496
  }, "strip", z.ZodTypeAny, {
3497
- operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
3498
- success: boolean;
3499
3497
  error: string;
3498
+ success: boolean;
3499
+ operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
3500
3500
  posts: {
3501
- url: string | null;
3502
3501
  text: string | null;
3502
+ url: string | null;
3503
3503
  document: {
3504
3504
  title: string | null;
3505
3505
  url: string | null;
@@ -3550,8 +3550,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3550
3550
  fullUrn: string | null;
3551
3551
  postType: string | null;
3552
3552
  resharedPost: {
3553
- url: string | null;
3554
3553
  text: string | null;
3554
+ url: string | null;
3555
3555
  urn: string | null;
3556
3556
  author: {
3557
3557
  username: string | null;
@@ -3597,10 +3597,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3597
3597
  photo: string | null;
3598
3598
  verified: boolean | null;
3599
3599
  location: {
3600
- state: string | null;
3601
3600
  text: string | null;
3602
3601
  countryCode: string | null;
3603
3602
  country: string | null;
3603
+ state: string | null;
3604
3604
  city: string | null;
3605
3605
  } | null;
3606
3606
  headline: string | null;
@@ -3698,12 +3698,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3698
3698
  paginationToken?: string | null | undefined;
3699
3699
  hasNextPage?: boolean | null | undefined;
3700
3700
  }, {
3701
- operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
3702
- success: boolean;
3703
3701
  error: string;
3702
+ success: boolean;
3703
+ operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
3704
3704
  posts: {
3705
- url: string | null;
3706
3705
  text: string | null;
3706
+ url: string | null;
3707
3707
  document: {
3708
3708
  title: string | null;
3709
3709
  url: string | null;
@@ -3754,8 +3754,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3754
3754
  fullUrn: string | null;
3755
3755
  postType: string | null;
3756
3756
  resharedPost: {
3757
- url: string | null;
3758
3757
  text: string | null;
3758
+ url: string | null;
3759
3759
  urn: string | null;
3760
3760
  author: {
3761
3761
  username: string | null;
@@ -3801,10 +3801,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3801
3801
  photo: string | null;
3802
3802
  verified: boolean | null;
3803
3803
  location: {
3804
- state: string | null;
3805
3804
  text: string | null;
3806
3805
  countryCode: string | null;
3807
3806
  country: string | null;
3807
+ state: string | null;
3808
3808
  city: string | null;
3809
3809
  } | null;
3810
3810
  headline: string | null;
@@ -28,16 +28,16 @@ declare const ListAirtableBasesToolResultSchema: z.ZodObject<{
28
28
  success: z.ZodBoolean;
29
29
  error: z.ZodString;
30
30
  }, "strip", z.ZodTypeAny, {
31
- success: boolean;
32
31
  error: string;
32
+ success: boolean;
33
33
  bases?: {
34
34
  name: string;
35
35
  id: string;
36
36
  permissionLevel: string;
37
37
  }[] | undefined;
38
38
  }, {
39
- success: boolean;
40
39
  error: string;
40
+ success: boolean;
41
41
  bases?: {
42
42
  name: string;
43
43
  id: string;
@@ -76,16 +76,16 @@ export declare class ListAirtableBasesTool extends ToolBubble<ListAirtableBasesT
76
76
  success: z.ZodBoolean;
77
77
  error: z.ZodString;
78
78
  }, "strip", z.ZodTypeAny, {
79
- success: boolean;
80
79
  error: string;
80
+ success: boolean;
81
81
  bases?: {
82
82
  name: string;
83
83
  id: string;
84
84
  permissionLevel: string;
85
85
  }[] | undefined;
86
86
  }, {
87
- success: boolean;
88
87
  error: string;
88
+ success: boolean;
89
89
  bases?: {
90
90
  name: string;
91
91
  id: string;
@@ -56,8 +56,8 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
56
56
  success: z.ZodBoolean;
57
57
  error: z.ZodString;
58
58
  }, "strip", z.ZodTypeAny, {
59
- success: boolean;
60
59
  error: string;
60
+ success: boolean;
61
61
  tables?: {
62
62
  name: string;
63
63
  id: string;
@@ -71,8 +71,8 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
71
71
  baseId?: string | undefined;
72
72
  baseName?: string | undefined;
73
73
  }, {
74
- success: boolean;
75
74
  error: string;
75
+ success: boolean;
76
76
  tables?: {
77
77
  name: string;
78
78
  id: string;
@@ -146,8 +146,8 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
146
146
  success: z.ZodBoolean;
147
147
  error: z.ZodString;
148
148
  }, "strip", z.ZodTypeAny, {
149
- success: boolean;
150
149
  error: string;
150
+ success: boolean;
151
151
  tables?: {
152
152
  name: string;
153
153
  id: string;
@@ -161,8 +161,8 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
161
161
  baseId?: string | undefined;
162
162
  baseName?: string | undefined;
163
163
  }, {
164
- success: boolean;
165
164
  error: string;
165
+ success: boolean;
166
166
  tables?: {
167
167
  name: string;
168
168
  id: string;