@bubblelab/bubble-core 0.1.193 → 0.1.194

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 (81) hide show
  1. package/dist/bubble-bundle.d.ts +108 -108
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +72 -72
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  4. package/dist/bubbles/service-bubble/airtable.d.ts +54 -54
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
  7. package/dist/bubbles/service-bubble/attio/attio.d.ts +42 -42
  8. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +25 -25
  10. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +27 -27
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +306 -306
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +204 -204
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/github.d.ts +220 -220
  17. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +50 -50
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +34 -34
  21. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/http.d.ts +14 -14
  23. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +9 -9
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +181 -181
  26. package/dist/bubbles/service-bubble/linear/linear.d.ts +22 -22
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1263 -1263
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +20 -20
  30. package/dist/bubbles/service-bubble/resend.d.ts +22 -22
  31. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +340 -340
  33. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  34. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  35. package/dist/bubbles/service-bubble/storage.d.ts +56 -56
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +96 -96
  37. package/dist/bubbles/service-bubble/telegram.d.ts +1111 -1111
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  39. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  40. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  41. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  44. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +66 -66
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts.map +1 -1
  46. package/dist/bubbles/tool-bubble/chart-js-tool.js +44 -7
  47. package/dist/bubbles/tool-bubble/chart-js-tool.js.map +1 -1
  48. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  50. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  60. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  64. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
  66. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  73. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  75. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  76. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  77. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  78. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +90 -90
  79. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  80. package/dist/bubbles.json +1 -1
  81. package/package.json +2 -2
@@ -136,30 +136,30 @@ declare const LinkedInPostSchema: z.ZodObject<{
136
136
  width: z.ZodNullable<z.ZodNumber>;
137
137
  height: z.ZodNullable<z.ZodNumber>;
138
138
  }, "strip", z.ZodTypeAny, {
139
- url: string | null;
140
139
  width: number | null;
141
140
  height: number | null;
142
- }, {
143
141
  url: string | null;
142
+ }, {
144
143
  width: number | null;
145
144
  height: number | null;
145
+ url: string | null;
146
146
  }>, "many">>;
147
147
  }, "strip", z.ZodTypeAny, {
148
148
  type: string | null;
149
149
  url: string | null;
150
150
  images: {
151
- url: string | null;
152
151
  width: number | null;
153
152
  height: number | null;
153
+ url: string | null;
154
154
  }[] | null;
155
155
  thumbnail: string | null;
156
156
  }, {
157
157
  type: string | null;
158
158
  url: string | null;
159
159
  images: {
160
- url: string | null;
161
160
  width: number | null;
162
161
  height: number | null;
162
+ url: string | null;
163
163
  }[] | null;
164
164
  thumbnail: string | null;
165
165
  }>>;
@@ -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>;
@@ -275,30 +275,30 @@ declare const LinkedInPostSchema: z.ZodObject<{
275
275
  width: z.ZodNullable<z.ZodNumber>;
276
276
  height: z.ZodNullable<z.ZodNumber>;
277
277
  }, "strip", z.ZodTypeAny, {
278
- url: string | null;
279
278
  width: number | null;
280
279
  height: number | null;
281
- }, {
282
280
  url: string | null;
281
+ }, {
283
282
  width: number | null;
284
283
  height: number | null;
284
+ url: string | null;
285
285
  }>, "many">>;
286
286
  }, "strip", z.ZodTypeAny, {
287
287
  type: string | null;
288
288
  url: string | null;
289
289
  images: {
290
- url: string | null;
291
290
  width: number | null;
292
291
  height: number | null;
292
+ url: string | null;
293
293
  }[] | null;
294
294
  thumbnail: string | null;
295
295
  }, {
296
296
  type: string | null;
297
297
  url: string | null;
298
298
  images: {
299
- url: string | null;
300
299
  width: number | null;
301
300
  height: number | null;
301
+ url: string | null;
302
302
  }[] | null;
303
303
  thumbnail: string | null;
304
304
  }>>;
@@ -329,9 +329,9 @@ declare const LinkedInPostSchema: z.ZodObject<{
329
329
  type: string | null;
330
330
  url: string | null;
331
331
  images: {
332
- url: string | null;
333
332
  width: number | null;
334
333
  height: number | null;
334
+ url: string | null;
335
335
  }[] | null;
336
336
  thumbnail: string | null;
337
337
  } | null;
@@ -368,9 +368,9 @@ declare const LinkedInPostSchema: z.ZodObject<{
368
368
  type: string | null;
369
369
  url: string | null;
370
370
  images: {
371
- url: string | null;
372
371
  width: number | null;
373
372
  height: number | null;
373
+ url: string | null;
374
374
  }[] | null;
375
375
  thumbnail: string | null;
376
376
  } | null;
@@ -414,17 +414,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
414
414
  type: string | null;
415
415
  url: string | null;
416
416
  images: {
417
- url: string | null;
418
417
  width: number | null;
419
418
  height: number | null;
419
+ url: string | null;
420
420
  }[] | null;
421
421
  thumbnail: string | null;
422
422
  } | null;
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;
@@ -460,9 +460,9 @@ declare const LinkedInPostSchema: z.ZodObject<{
460
460
  type: string | null;
461
461
  url: string | null;
462
462
  images: {
463
- url: string | null;
464
463
  width: number | null;
465
464
  height: number | null;
465
+ url: string | null;
466
466
  }[] | null;
467
467
  thumbnail: string | null;
468
468
  } | null;
@@ -506,17 +506,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
506
506
  type: string | null;
507
507
  url: string | null;
508
508
  images: {
509
- url: string | null;
510
509
  width: number | null;
511
510
  height: number | null;
511
+ url: string | null;
512
512
  }[] | null;
513
513
  thumbnail: string | null;
514
514
  } | null;
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;
@@ -552,9 +552,9 @@ declare const LinkedInPostSchema: z.ZodObject<{
552
552
  type: string | null;
553
553
  url: string | null;
554
554
  images: {
555
- url: string | null;
556
555
  width: number | null;
557
556
  height: number | null;
557
+ url: string | null;
558
558
  }[] | null;
559
559
  thumbnail: string | null;
560
560
  } | null;
@@ -733,11 +733,11 @@ declare const LinkedInProfileSchema: z.ZodObject<{
733
733
  }, "strip", z.ZodTypeAny, {
734
734
  description: string | null;
735
735
  duration: string | null;
736
+ position: string | null;
736
737
  location: string | null;
737
738
  companyName: string | null;
738
739
  companyLinkedinUrl: string | null;
739
740
  employmentType: string | null;
740
- position: string | null;
741
741
  workplaceType: string | null;
742
742
  skills: string[] | null;
743
743
  startDate: {
@@ -753,11 +753,11 @@ declare const LinkedInProfileSchema: z.ZodObject<{
753
753
  }, {
754
754
  description: string | null;
755
755
  duration: string | null;
756
+ position: string | null;
756
757
  location: string | null;
757
758
  companyName: string | null;
758
759
  companyLinkedinUrl: string | null;
759
760
  employmentType: string | null;
760
- position: string | null;
761
761
  workplaceType: string | null;
762
762
  skills: string[] | null;
763
763
  startDate: {
@@ -899,11 +899,11 @@ declare const LinkedInProfileSchema: z.ZodObject<{
899
899
  experience: {
900
900
  description: string | null;
901
901
  duration: string | null;
902
+ position: string | null;
902
903
  location: string | null;
903
904
  companyName: string | null;
904
905
  companyLinkedinUrl: string | null;
905
906
  employmentType: string | null;
906
- position: string | null;
907
907
  workplaceType: string | null;
908
908
  skills: string[] | null;
909
909
  startDate: {
@@ -976,11 +976,11 @@ declare const LinkedInProfileSchema: z.ZodObject<{
976
976
  experience: {
977
977
  description: string | null;
978
978
  duration: string | null;
979
+ position: string | null;
979
980
  location: string | null;
980
981
  companyName: string | null;
981
982
  companyLinkedinUrl: string | null;
982
983
  employmentType: string | null;
983
- position: string | null;
984
984
  workplaceType: string | null;
985
985
  skills: string[] | null;
986
986
  startDate: {
@@ -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
- workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1047
1046
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1047
+ workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1048
1048
  profileUrl?: string | undefined;
1049
1049
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
1050
- experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
1050
+ experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | 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
- workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1061
1060
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1061
+ workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1062
1062
  profileUrl?: string | undefined;
1063
1063
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
1064
- experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
1064
+ experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1065
1065
  sortBy?: "relevance" | "date_posted" | undefined;
1066
1066
  }>;
1067
1067
  declare const LinkedInToolResultSchema: z.ZodObject<{
@@ -1148,11 +1148,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1148
1148
  }, "strip", z.ZodTypeAny, {
1149
1149
  description: string | null;
1150
1150
  duration: string | null;
1151
+ position: string | null;
1151
1152
  location: string | null;
1152
1153
  companyName: string | null;
1153
1154
  companyLinkedinUrl: string | null;
1154
1155
  employmentType: string | null;
1155
- position: string | null;
1156
1156
  workplaceType: string | null;
1157
1157
  skills: string[] | null;
1158
1158
  startDate: {
@@ -1168,11 +1168,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1168
1168
  }, {
1169
1169
  description: string | null;
1170
1170
  duration: string | null;
1171
+ position: string | null;
1171
1172
  location: string | null;
1172
1173
  companyName: string | null;
1173
1174
  companyLinkedinUrl: string | null;
1174
1175
  employmentType: string | null;
1175
- position: string | null;
1176
1176
  workplaceType: string | null;
1177
1177
  skills: string[] | null;
1178
1178
  startDate: {
@@ -1314,11 +1314,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1314
1314
  experience: {
1315
1315
  description: string | null;
1316
1316
  duration: string | null;
1317
+ position: string | null;
1317
1318
  location: string | null;
1318
1319
  companyName: string | null;
1319
1320
  companyLinkedinUrl: string | null;
1320
1321
  employmentType: string | null;
1321
- position: string | null;
1322
1322
  workplaceType: string | null;
1323
1323
  skills: string[] | null;
1324
1324
  startDate: {
@@ -1391,11 +1391,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1391
1391
  experience: {
1392
1392
  description: string | null;
1393
1393
  duration: string | null;
1394
+ position: string | null;
1394
1395
  location: string | null;
1395
1396
  companyName: string | null;
1396
1397
  companyLinkedinUrl: string | null;
1397
1398
  employmentType: string | null;
1398
- position: string | null;
1399
1399
  workplaceType: string | null;
1400
1400
  skills: string[] | null;
1401
1401
  startDate: {
@@ -1602,30 +1602,30 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1602
1602
  width: z.ZodNullable<z.ZodNumber>;
1603
1603
  height: z.ZodNullable<z.ZodNumber>;
1604
1604
  }, "strip", z.ZodTypeAny, {
1605
- url: string | null;
1606
1605
  width: number | null;
1607
1606
  height: number | null;
1608
- }, {
1609
1607
  url: string | null;
1608
+ }, {
1610
1609
  width: number | null;
1611
1610
  height: number | null;
1611
+ url: string | null;
1612
1612
  }>, "many">>;
1613
1613
  }, "strip", z.ZodTypeAny, {
1614
1614
  type: string | null;
1615
1615
  url: string | null;
1616
1616
  images: {
1617
- url: string | null;
1618
1617
  width: number | null;
1619
1618
  height: number | null;
1619
+ url: string | null;
1620
1620
  }[] | null;
1621
1621
  thumbnail: string | null;
1622
1622
  }, {
1623
1623
  type: string | null;
1624
1624
  url: string | null;
1625
1625
  images: {
1626
- url: string | null;
1627
1626
  width: number | null;
1628
1627
  height: number | null;
1628
+ url: string | null;
1629
1629
  }[] | null;
1630
1630
  thumbnail: string | null;
1631
1631
  }>>;
@@ -1637,13 +1637,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1637
1637
  }, "strip", z.ZodTypeAny, {
1638
1638
  title: string | null;
1639
1639
  url: string | null;
1640
- thumbnail: string | null;
1641
1640
  subtitle: string | null;
1641
+ thumbnail: string | null;
1642
1642
  }, {
1643
1643
  title: string | null;
1644
1644
  url: string | null;
1645
- thumbnail: string | null;
1646
1645
  subtitle: string | null;
1646
+ thumbnail: string | null;
1647
1647
  }>>;
1648
1648
  document: z.ZodNullable<z.ZodObject<{
1649
1649
  title: z.ZodNullable<z.ZodString>;
@@ -1741,30 +1741,30 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1741
1741
  width: z.ZodNullable<z.ZodNumber>;
1742
1742
  height: z.ZodNullable<z.ZodNumber>;
1743
1743
  }, "strip", z.ZodTypeAny, {
1744
- url: string | null;
1745
1744
  width: number | null;
1746
1745
  height: number | null;
1747
- }, {
1748
1746
  url: string | null;
1747
+ }, {
1749
1748
  width: number | null;
1750
1749
  height: number | null;
1750
+ url: string | null;
1751
1751
  }>, "many">>;
1752
1752
  }, "strip", z.ZodTypeAny, {
1753
1753
  type: string | null;
1754
1754
  url: string | null;
1755
1755
  images: {
1756
- url: string | null;
1757
1756
  width: number | null;
1758
1757
  height: number | null;
1758
+ url: string | null;
1759
1759
  }[] | null;
1760
1760
  thumbnail: string | null;
1761
1761
  }, {
1762
1762
  type: string | null;
1763
1763
  url: string | null;
1764
1764
  images: {
1765
- url: string | null;
1766
1765
  width: number | null;
1767
1766
  height: number | null;
1767
+ url: string | null;
1768
1768
  }[] | null;
1769
1769
  thumbnail: string | null;
1770
1770
  }>>;
@@ -1795,9 +1795,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1795
1795
  type: string | null;
1796
1796
  url: string | null;
1797
1797
  images: {
1798
- url: string | null;
1799
1798
  width: number | null;
1800
1799
  height: number | null;
1800
+ url: string | null;
1801
1801
  }[] | null;
1802
1802
  thumbnail: string | null;
1803
1803
  } | null;
@@ -1834,9 +1834,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1834
1834
  type: string | null;
1835
1835
  url: string | null;
1836
1836
  images: {
1837
- url: string | null;
1838
1837
  width: number | null;
1839
1838
  height: number | null;
1839
+ url: string | null;
1840
1840
  }[] | null;
1841
1841
  thumbnail: string | null;
1842
1842
  } | null;
@@ -1880,17 +1880,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1880
1880
  type: string | null;
1881
1881
  url: string | null;
1882
1882
  images: {
1883
- url: string | null;
1884
1883
  width: number | null;
1885
1884
  height: number | null;
1885
+ url: string | null;
1886
1886
  }[] | null;
1887
1887
  thumbnail: string | null;
1888
1888
  } | null;
1889
1889
  article: {
1890
1890
  title: string | null;
1891
1891
  url: string | null;
1892
- thumbnail: string | null;
1893
1892
  subtitle: string | null;
1893
+ thumbnail: string | null;
1894
1894
  } | null;
1895
1895
  postedAt: {
1896
1896
  date: string | null;
@@ -1926,9 +1926,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1926
1926
  type: string | null;
1927
1927
  url: string | null;
1928
1928
  images: {
1929
- url: string | null;
1930
1929
  width: number | null;
1931
1930
  height: number | null;
1931
+ url: string | null;
1932
1932
  }[] | null;
1933
1933
  thumbnail: string | null;
1934
1934
  } | null;
@@ -1972,17 +1972,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1972
1972
  type: string | null;
1973
1973
  url: string | null;
1974
1974
  images: {
1975
- url: string | null;
1976
1975
  width: number | null;
1977
1976
  height: number | null;
1977
+ url: string | null;
1978
1978
  }[] | null;
1979
1979
  thumbnail: string | null;
1980
1980
  } | null;
1981
1981
  article: {
1982
1982
  title: string | null;
1983
1983
  url: string | null;
1984
- thumbnail: string | null;
1985
1984
  subtitle: string | null;
1985
+ thumbnail: string | null;
1986
1986
  } | null;
1987
1987
  postedAt: {
1988
1988
  date: string | null;
@@ -2018,9 +2018,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2018
2018
  type: string | null;
2019
2019
  url: string | null;
2020
2020
  images: {
2021
- url: string | null;
2022
2021
  width: number | null;
2023
2022
  height: number | null;
2023
+ url: string | null;
2024
2024
  }[] | null;
2025
2025
  thumbnail: string | null;
2026
2026
  } | null;
@@ -2041,8 +2041,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2041
2041
  success: z.ZodBoolean;
2042
2042
  error: z.ZodString;
2043
2043
  }, "strip", z.ZodTypeAny, {
2044
- error: string;
2045
2044
  success: boolean;
2045
+ error: string;
2046
2046
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2047
2047
  posts: {
2048
2048
  url: string | null;
@@ -2077,17 +2077,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2077
2077
  type: string | null;
2078
2078
  url: string | null;
2079
2079
  images: {
2080
- url: string | null;
2081
2080
  width: number | null;
2082
2081
  height: number | null;
2082
+ url: string | null;
2083
2083
  }[] | null;
2084
2084
  thumbnail: string | null;
2085
2085
  } | null;
2086
2086
  article: {
2087
2087
  title: string | null;
2088
2088
  url: string | null;
2089
- thumbnail: string | null;
2090
2089
  subtitle: string | null;
2090
+ thumbnail: string | null;
2091
2091
  } | null;
2092
2092
  postedAt: {
2093
2093
  date: string | null;
@@ -2123,9 +2123,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2123
2123
  type: string | null;
2124
2124
  url: string | null;
2125
2125
  images: {
2126
- url: string | null;
2127
2126
  width: number | null;
2128
2127
  height: number | null;
2128
+ url: string | null;
2129
2129
  }[] | null;
2130
2130
  thumbnail: string | null;
2131
2131
  } | null;
@@ -2172,11 +2172,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2172
2172
  experience: {
2173
2173
  description: string | null;
2174
2174
  duration: string | null;
2175
+ position: string | null;
2175
2176
  location: string | null;
2176
2177
  companyName: string | null;
2177
2178
  companyLinkedinUrl: string | null;
2178
2179
  employmentType: string | null;
2179
- position: string | null;
2180
2180
  workplaceType: string | null;
2181
2181
  skills: string[] | null;
2182
2182
  startDate: {
@@ -2245,8 +2245,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2245
2245
  paginationToken?: string | null | undefined;
2246
2246
  hasNextPage?: boolean | null | undefined;
2247
2247
  }, {
2248
- error: string;
2249
2248
  success: boolean;
2249
+ error: string;
2250
2250
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2251
2251
  posts: {
2252
2252
  url: string | null;
@@ -2281,17 +2281,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2281
2281
  type: string | null;
2282
2282
  url: string | null;
2283
2283
  images: {
2284
- url: string | null;
2285
2284
  width: number | null;
2286
2285
  height: number | null;
2286
+ url: string | null;
2287
2287
  }[] | null;
2288
2288
  thumbnail: string | null;
2289
2289
  } | null;
2290
2290
  article: {
2291
2291
  title: string | null;
2292
2292
  url: string | null;
2293
- thumbnail: string | null;
2294
2293
  subtitle: string | null;
2294
+ thumbnail: string | null;
2295
2295
  } | null;
2296
2296
  postedAt: {
2297
2297
  date: string | null;
@@ -2327,9 +2327,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2327
2327
  type: string | null;
2328
2328
  url: string | null;
2329
2329
  images: {
2330
- url: string | null;
2331
2330
  width: number | null;
2332
2331
  height: number | null;
2332
+ url: string | null;
2333
2333
  }[] | null;
2334
2334
  thumbnail: string | null;
2335
2335
  } | null;
@@ -2376,11 +2376,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2376
2376
  experience: {
2377
2377
  description: string | null;
2378
2378
  duration: string | null;
2379
+ position: string | null;
2379
2380
  location: string | null;
2380
2381
  companyName: string | null;
2381
2382
  companyLinkedinUrl: string | null;
2382
2383
  employmentType: string | null;
2383
- position: string | null;
2384
2384
  workplaceType: string | null;
2385
2385
  skills: string[] | null;
2386
2386
  startDate: {
@@ -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
- workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2500
2499
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2500
+ workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2501
2501
  profileUrl?: string | undefined;
2502
2502
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
2503
- experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
2503
+ experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | 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
- workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2514
2513
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2514
+ workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2515
2515
  profileUrl?: string | undefined;
2516
2516
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
2517
- experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
2517
+ experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
2518
2518
  sortBy?: "relevance" | "date_posted" | undefined;
2519
2519
  }>;
2520
2520
  static readonly resultSchema: z.ZodObject<{
@@ -2601,11 +2601,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2601
2601
  }, "strip", z.ZodTypeAny, {
2602
2602
  description: string | null;
2603
2603
  duration: string | null;
2604
+ position: string | null;
2604
2605
  location: string | null;
2605
2606
  companyName: string | null;
2606
2607
  companyLinkedinUrl: string | null;
2607
2608
  employmentType: string | null;
2608
- position: string | null;
2609
2609
  workplaceType: string | null;
2610
2610
  skills: string[] | null;
2611
2611
  startDate: {
@@ -2621,11 +2621,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2621
2621
  }, {
2622
2622
  description: string | null;
2623
2623
  duration: string | null;
2624
+ position: string | null;
2624
2625
  location: string | null;
2625
2626
  companyName: string | null;
2626
2627
  companyLinkedinUrl: string | null;
2627
2628
  employmentType: string | null;
2628
- position: string | null;
2629
2629
  workplaceType: string | null;
2630
2630
  skills: string[] | null;
2631
2631
  startDate: {
@@ -2767,11 +2767,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2767
2767
  experience: {
2768
2768
  description: string | null;
2769
2769
  duration: string | null;
2770
+ position: string | null;
2770
2771
  location: string | null;
2771
2772
  companyName: string | null;
2772
2773
  companyLinkedinUrl: string | null;
2773
2774
  employmentType: string | null;
2774
- position: string | null;
2775
2775
  workplaceType: string | null;
2776
2776
  skills: string[] | null;
2777
2777
  startDate: {
@@ -2844,11 +2844,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2844
2844
  experience: {
2845
2845
  description: string | null;
2846
2846
  duration: string | null;
2847
+ position: string | null;
2847
2848
  location: string | null;
2848
2849
  companyName: string | null;
2849
2850
  companyLinkedinUrl: string | null;
2850
2851
  employmentType: string | null;
2851
- position: string | null;
2852
2852
  workplaceType: string | null;
2853
2853
  skills: string[] | null;
2854
2854
  startDate: {
@@ -3055,30 +3055,30 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3055
3055
  width: z.ZodNullable<z.ZodNumber>;
3056
3056
  height: z.ZodNullable<z.ZodNumber>;
3057
3057
  }, "strip", z.ZodTypeAny, {
3058
- url: string | null;
3059
3058
  width: number | null;
3060
3059
  height: number | null;
3061
- }, {
3062
3060
  url: string | null;
3061
+ }, {
3063
3062
  width: number | null;
3064
3063
  height: number | null;
3064
+ url: string | null;
3065
3065
  }>, "many">>;
3066
3066
  }, "strip", z.ZodTypeAny, {
3067
3067
  type: string | null;
3068
3068
  url: string | null;
3069
3069
  images: {
3070
- url: string | null;
3071
3070
  width: number | null;
3072
3071
  height: number | null;
3072
+ url: string | null;
3073
3073
  }[] | null;
3074
3074
  thumbnail: string | null;
3075
3075
  }, {
3076
3076
  type: string | null;
3077
3077
  url: string | null;
3078
3078
  images: {
3079
- url: string | null;
3080
3079
  width: number | null;
3081
3080
  height: number | null;
3081
+ url: string | null;
3082
3082
  }[] | null;
3083
3083
  thumbnail: string | null;
3084
3084
  }>>;
@@ -3090,13 +3090,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3090
3090
  }, "strip", z.ZodTypeAny, {
3091
3091
  title: string | null;
3092
3092
  url: string | null;
3093
- thumbnail: string | null;
3094
3093
  subtitle: string | null;
3094
+ thumbnail: string | null;
3095
3095
  }, {
3096
3096
  title: string | null;
3097
3097
  url: string | null;
3098
- thumbnail: string | null;
3099
3098
  subtitle: string | null;
3099
+ thumbnail: string | null;
3100
3100
  }>>;
3101
3101
  document: z.ZodNullable<z.ZodObject<{
3102
3102
  title: z.ZodNullable<z.ZodString>;
@@ -3194,30 +3194,30 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3194
3194
  width: z.ZodNullable<z.ZodNumber>;
3195
3195
  height: z.ZodNullable<z.ZodNumber>;
3196
3196
  }, "strip", z.ZodTypeAny, {
3197
- url: string | null;
3198
3197
  width: number | null;
3199
3198
  height: number | null;
3200
- }, {
3201
3199
  url: string | null;
3200
+ }, {
3202
3201
  width: number | null;
3203
3202
  height: number | null;
3203
+ url: string | null;
3204
3204
  }>, "many">>;
3205
3205
  }, "strip", z.ZodTypeAny, {
3206
3206
  type: string | null;
3207
3207
  url: string | null;
3208
3208
  images: {
3209
- url: string | null;
3210
3209
  width: number | null;
3211
3210
  height: number | null;
3211
+ url: string | null;
3212
3212
  }[] | null;
3213
3213
  thumbnail: string | null;
3214
3214
  }, {
3215
3215
  type: string | null;
3216
3216
  url: string | null;
3217
3217
  images: {
3218
- url: string | null;
3219
3218
  width: number | null;
3220
3219
  height: number | null;
3220
+ url: string | null;
3221
3221
  }[] | null;
3222
3222
  thumbnail: string | null;
3223
3223
  }>>;
@@ -3248,9 +3248,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3248
3248
  type: string | null;
3249
3249
  url: string | null;
3250
3250
  images: {
3251
- url: string | null;
3252
3251
  width: number | null;
3253
3252
  height: number | null;
3253
+ url: string | null;
3254
3254
  }[] | null;
3255
3255
  thumbnail: string | null;
3256
3256
  } | null;
@@ -3287,9 +3287,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3287
3287
  type: string | null;
3288
3288
  url: string | null;
3289
3289
  images: {
3290
- url: string | null;
3291
3290
  width: number | null;
3292
3291
  height: number | null;
3292
+ url: string | null;
3293
3293
  }[] | null;
3294
3294
  thumbnail: string | null;
3295
3295
  } | null;
@@ -3333,17 +3333,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3333
3333
  type: string | null;
3334
3334
  url: string | null;
3335
3335
  images: {
3336
- url: string | null;
3337
3336
  width: number | null;
3338
3337
  height: number | null;
3338
+ url: string | null;
3339
3339
  }[] | null;
3340
3340
  thumbnail: string | null;
3341
3341
  } | null;
3342
3342
  article: {
3343
3343
  title: string | null;
3344
3344
  url: string | null;
3345
- thumbnail: string | null;
3346
3345
  subtitle: string | null;
3346
+ thumbnail: string | null;
3347
3347
  } | null;
3348
3348
  postedAt: {
3349
3349
  date: string | null;
@@ -3379,9 +3379,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3379
3379
  type: string | null;
3380
3380
  url: string | null;
3381
3381
  images: {
3382
- url: string | null;
3383
3382
  width: number | null;
3384
3383
  height: number | null;
3384
+ url: string | null;
3385
3385
  }[] | null;
3386
3386
  thumbnail: string | null;
3387
3387
  } | null;
@@ -3425,17 +3425,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3425
3425
  type: string | null;
3426
3426
  url: string | null;
3427
3427
  images: {
3428
- url: string | null;
3429
3428
  width: number | null;
3430
3429
  height: number | null;
3430
+ url: string | null;
3431
3431
  }[] | null;
3432
3432
  thumbnail: string | null;
3433
3433
  } | null;
3434
3434
  article: {
3435
3435
  title: string | null;
3436
3436
  url: string | null;
3437
- thumbnail: string | null;
3438
3437
  subtitle: string | null;
3438
+ thumbnail: string | null;
3439
3439
  } | null;
3440
3440
  postedAt: {
3441
3441
  date: string | null;
@@ -3471,9 +3471,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3471
3471
  type: string | null;
3472
3472
  url: string | null;
3473
3473
  images: {
3474
- url: string | null;
3475
3474
  width: number | null;
3476
3475
  height: number | null;
3476
+ url: string | null;
3477
3477
  }[] | null;
3478
3478
  thumbnail: string | null;
3479
3479
  } | null;
@@ -3494,8 +3494,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3494
3494
  success: z.ZodBoolean;
3495
3495
  error: z.ZodString;
3496
3496
  }, "strip", z.ZodTypeAny, {
3497
- error: string;
3498
3497
  success: boolean;
3498
+ error: string;
3499
3499
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
3500
3500
  posts: {
3501
3501
  url: string | null;
@@ -3530,17 +3530,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3530
3530
  type: string | null;
3531
3531
  url: string | null;
3532
3532
  images: {
3533
- url: string | null;
3534
3533
  width: number | null;
3535
3534
  height: number | null;
3535
+ url: string | null;
3536
3536
  }[] | null;
3537
3537
  thumbnail: string | null;
3538
3538
  } | null;
3539
3539
  article: {
3540
3540
  title: string | null;
3541
3541
  url: string | null;
3542
- thumbnail: string | null;
3543
3542
  subtitle: string | null;
3543
+ thumbnail: string | null;
3544
3544
  } | null;
3545
3545
  postedAt: {
3546
3546
  date: string | null;
@@ -3576,9 +3576,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3576
3576
  type: string | null;
3577
3577
  url: string | null;
3578
3578
  images: {
3579
- url: string | null;
3580
3579
  width: number | null;
3581
3580
  height: number | null;
3581
+ url: string | null;
3582
3582
  }[] | null;
3583
3583
  thumbnail: string | null;
3584
3584
  } | null;
@@ -3625,11 +3625,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3625
3625
  experience: {
3626
3626
  description: string | null;
3627
3627
  duration: string | null;
3628
+ position: string | null;
3628
3629
  location: string | null;
3629
3630
  companyName: string | null;
3630
3631
  companyLinkedinUrl: string | null;
3631
3632
  employmentType: string | null;
3632
- position: string | null;
3633
3633
  workplaceType: string | null;
3634
3634
  skills: string[] | null;
3635
3635
  startDate: {
@@ -3698,8 +3698,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3698
3698
  paginationToken?: string | null | undefined;
3699
3699
  hasNextPage?: boolean | null | undefined;
3700
3700
  }, {
3701
- error: string;
3702
3701
  success: boolean;
3702
+ error: string;
3703
3703
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
3704
3704
  posts: {
3705
3705
  url: string | null;
@@ -3734,17 +3734,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3734
3734
  type: string | null;
3735
3735
  url: string | null;
3736
3736
  images: {
3737
- url: string | null;
3738
3737
  width: number | null;
3739
3738
  height: number | null;
3739
+ url: string | null;
3740
3740
  }[] | null;
3741
3741
  thumbnail: string | null;
3742
3742
  } | null;
3743
3743
  article: {
3744
3744
  title: string | null;
3745
3745
  url: string | null;
3746
- thumbnail: string | null;
3747
3746
  subtitle: string | null;
3747
+ thumbnail: string | null;
3748
3748
  } | null;
3749
3749
  postedAt: {
3750
3750
  date: string | null;
@@ -3780,9 +3780,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3780
3780
  type: string | null;
3781
3781
  url: string | null;
3782
3782
  images: {
3783
- url: string | null;
3784
3783
  width: number | null;
3785
3784
  height: number | null;
3785
+ url: string | null;
3786
3786
  }[] | null;
3787
3787
  thumbnail: string | null;
3788
3788
  } | null;
@@ -3829,11 +3829,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3829
3829
  experience: {
3830
3830
  description: string | null;
3831
3831
  duration: string | null;
3832
+ position: string | null;
3832
3833
  location: string | null;
3833
3834
  companyName: string | null;
3834
3835
  companyLinkedinUrl: string | null;
3835
3836
  employmentType: string | null;
3836
- position: string | null;
3837
3837
  workplaceType: string | null;
3838
3838
  skills: string[] | null;
3839
3839
  startDate: {