@bubblelab/bubble-core 0.1.23 → 0.1.24

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 (46) hide show
  1. package/dist/bubble-bundle.d.ts +54 -54
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
  3. package/dist/bubbles/service-bubble/airtable.d.ts +82 -82
  4. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  5. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +25 -25
  6. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.js +7 -6
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -1
  9. package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/firecrawl.d.ts +308 -308
  11. package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
  12. package/dist/bubbles/service-bubble/github.d.ts +84 -84
  13. package/dist/bubbles/service-bubble/gmail.d.ts +438 -438
  14. package/dist/bubbles/service-bubble/google-calendar.d.ts +100 -100
  15. package/dist/bubbles/service-bubble/google-drive.d.ts +26 -26
  16. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  17. package/dist/bubbles/service-bubble/google-drive.js +22 -1
  18. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  19. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  21. package/dist/bubbles/service-bubble/notion/notion.d.ts +480 -480
  22. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/slack/slack.d.ts +148 -148
  25. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  26. package/dist/bubbles/service-bubble/telegram.d.ts +1270 -1270
  27. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +38 -38
  28. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -1
  29. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +2 -2
  30. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -1
  31. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  32. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +122 -122
  34. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +66 -66
  35. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  36. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  38. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
  39. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
  40. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  41. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +16 -16
  42. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  43. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  44. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
  45. package/dist/bubbles.json +1 -1
  46. package/package.json +2 -2
@@ -35,9 +35,9 @@ declare const PersonResultSchema: z.ZodObject<{
35
35
  title: string | null;
36
36
  companyName: string | null;
37
37
  companyLinkedinUrl: string | null;
38
- startDate: string | null;
39
38
  seniorityLevel: string | null;
40
39
  functionCategory: string | null;
40
+ startDate: string | null;
41
41
  yearsAtCompany: number | null;
42
42
  companyHeadcount: number | null;
43
43
  companyIndustries: string[] | null;
@@ -45,9 +45,9 @@ declare const PersonResultSchema: z.ZodObject<{
45
45
  title: string | null;
46
46
  companyName: string | null;
47
47
  companyLinkedinUrl: string | null;
48
- startDate: string | null;
49
48
  seniorityLevel: string | null;
50
49
  functionCategory: string | null;
50
+ startDate: string | null;
51
51
  yearsAtCompany: number | null;
52
52
  companyHeadcount: number | null;
53
53
  companyIndustries: string[] | null;
@@ -84,12 +84,13 @@ declare const PersonResultSchema: z.ZodObject<{
84
84
  }, "strip", z.ZodTypeAny, {
85
85
  title: string | null;
86
86
  name: string | null;
87
+ summary: string | null;
87
88
  location: string | null;
88
89
  headline: string | null;
90
+ seniorityLevel: string | null;
89
91
  emails: string[] | null;
90
- skills: string[] | null;
91
92
  languages: string[] | null;
92
- summary: string | null;
93
+ skills: string[] | null;
93
94
  education: {
94
95
  instituteName: string | null;
95
96
  degreeName: string | null;
@@ -99,7 +100,6 @@ declare const PersonResultSchema: z.ZodObject<{
99
100
  linkedinUrl: string | null;
100
101
  profilePictureUrl: string | null;
101
102
  twitterHandle: string | null;
102
- seniorityLevel: string | null;
103
103
  yearsOfExperience: number | null;
104
104
  recentlyChangedJobs: boolean | null;
105
105
  locationCity: string | null;
@@ -109,9 +109,9 @@ declare const PersonResultSchema: z.ZodObject<{
109
109
  title: string | null;
110
110
  companyName: string | null;
111
111
  companyLinkedinUrl: string | null;
112
- startDate: string | null;
113
112
  seniorityLevel: string | null;
114
113
  functionCategory: string | null;
114
+ startDate: string | null;
115
115
  yearsAtCompany: number | null;
116
116
  companyHeadcount: number | null;
117
117
  companyIndustries: string[] | null;
@@ -125,12 +125,13 @@ declare const PersonResultSchema: z.ZodObject<{
125
125
  }, {
126
126
  title: string | null;
127
127
  name: string | null;
128
+ summary: string | null;
128
129
  location: string | null;
129
130
  headline: string | null;
131
+ seniorityLevel: string | null;
130
132
  emails: string[] | null;
131
- skills: string[] | null;
132
133
  languages: string[] | null;
133
- summary: string | null;
134
+ skills: string[] | null;
134
135
  education: {
135
136
  instituteName: string | null;
136
137
  degreeName: string | null;
@@ -140,7 +141,6 @@ declare const PersonResultSchema: z.ZodObject<{
140
141
  linkedinUrl: string | null;
141
142
  profilePictureUrl: string | null;
142
143
  twitterHandle: string | null;
143
- seniorityLevel: string | null;
144
144
  yearsOfExperience: number | null;
145
145
  recentlyChangedJobs: boolean | null;
146
146
  locationCity: string | null;
@@ -150,9 +150,9 @@ declare const PersonResultSchema: z.ZodObject<{
150
150
  title: string | null;
151
151
  companyName: string | null;
152
152
  companyLinkedinUrl: string | null;
153
- startDate: string | null;
154
153
  seniorityLevel: string | null;
155
154
  functionCategory: string | null;
155
+ startDate: string | null;
156
156
  yearsAtCompany: number | null;
157
157
  companyHeadcount: number | null;
158
158
  companyIndustries: string[] | null;
@@ -203,14 +203,14 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
203
203
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
204
204
  }, "strip", z.ZodTypeAny, {
205
205
  credentials?: Partial<Record<CredentialType, string>> | undefined;
206
- location?: string | undefined;
207
206
  limit?: number | undefined;
208
- skills?: string[] | undefined;
209
- languages?: string[] | undefined;
210
- city?: string | undefined;
211
- country?: string | undefined;
207
+ location?: string | undefined;
212
208
  companyName?: string | undefined;
213
209
  companyLinkedinUrl?: string | undefined;
210
+ city?: string | undefined;
211
+ country?: string | undefined;
212
+ languages?: string[] | undefined;
213
+ skills?: string[] | undefined;
214
214
  recentlyChangedJobs?: boolean | undefined;
215
215
  companyIndustries?: string[] | undefined;
216
216
  jobTitle?: string | undefined;
@@ -234,14 +234,14 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
234
234
  excludeProfiles?: string[] | undefined;
235
235
  }, {
236
236
  credentials?: Partial<Record<CredentialType, string>> | undefined;
237
- location?: string | undefined;
238
237
  limit?: number | undefined;
239
- skills?: string[] | undefined;
240
- languages?: string[] | undefined;
241
- city?: string | undefined;
242
- country?: string | undefined;
238
+ location?: string | undefined;
243
239
  companyName?: string | undefined;
244
240
  companyLinkedinUrl?: string | undefined;
241
+ city?: string | undefined;
242
+ country?: string | undefined;
243
+ languages?: string[] | undefined;
244
+ skills?: string[] | undefined;
245
245
  recentlyChangedJobs?: boolean | undefined;
246
246
  companyIndustries?: string[] | undefined;
247
247
  jobTitle?: string | undefined;
@@ -298,9 +298,9 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
298
298
  title: string | null;
299
299
  companyName: string | null;
300
300
  companyLinkedinUrl: string | null;
301
- startDate: string | null;
302
301
  seniorityLevel: string | null;
303
302
  functionCategory: string | null;
303
+ startDate: string | null;
304
304
  yearsAtCompany: number | null;
305
305
  companyHeadcount: number | null;
306
306
  companyIndustries: string[] | null;
@@ -308,9 +308,9 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
308
308
  title: string | null;
309
309
  companyName: string | null;
310
310
  companyLinkedinUrl: string | null;
311
- startDate: string | null;
312
311
  seniorityLevel: string | null;
313
312
  functionCategory: string | null;
313
+ startDate: string | null;
314
314
  yearsAtCompany: number | null;
315
315
  companyHeadcount: number | null;
316
316
  companyIndustries: string[] | null;
@@ -347,12 +347,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
347
347
  }, "strip", z.ZodTypeAny, {
348
348
  title: string | null;
349
349
  name: string | null;
350
+ summary: string | null;
350
351
  location: string | null;
351
352
  headline: string | null;
353
+ seniorityLevel: string | null;
352
354
  emails: string[] | null;
353
- skills: string[] | null;
354
355
  languages: string[] | null;
355
- summary: string | null;
356
+ skills: string[] | null;
356
357
  education: {
357
358
  instituteName: string | null;
358
359
  degreeName: string | null;
@@ -362,7 +363,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
362
363
  linkedinUrl: string | null;
363
364
  profilePictureUrl: string | null;
364
365
  twitterHandle: string | null;
365
- seniorityLevel: string | null;
366
366
  yearsOfExperience: number | null;
367
367
  recentlyChangedJobs: boolean | null;
368
368
  locationCity: string | null;
@@ -372,9 +372,9 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
372
372
  title: string | null;
373
373
  companyName: string | null;
374
374
  companyLinkedinUrl: string | null;
375
- startDate: string | null;
376
375
  seniorityLevel: string | null;
377
376
  functionCategory: string | null;
377
+ startDate: string | null;
378
378
  yearsAtCompany: number | null;
379
379
  companyHeadcount: number | null;
380
380
  companyIndustries: string[] | null;
@@ -388,12 +388,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
388
388
  }, {
389
389
  title: string | null;
390
390
  name: string | null;
391
+ summary: string | null;
391
392
  location: string | null;
392
393
  headline: string | null;
394
+ seniorityLevel: string | null;
393
395
  emails: string[] | null;
394
- skills: string[] | null;
395
396
  languages: string[] | null;
396
- summary: string | null;
397
+ skills: string[] | null;
397
398
  education: {
398
399
  instituteName: string | null;
399
400
  degreeName: string | null;
@@ -403,7 +404,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
403
404
  linkedinUrl: string | null;
404
405
  profilePictureUrl: string | null;
405
406
  twitterHandle: string | null;
406
- seniorityLevel: string | null;
407
407
  yearsOfExperience: number | null;
408
408
  recentlyChangedJobs: boolean | null;
409
409
  locationCity: string | null;
@@ -413,9 +413,9 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
413
413
  title: string | null;
414
414
  companyName: string | null;
415
415
  companyLinkedinUrl: string | null;
416
- startDate: string | null;
417
416
  seniorityLevel: string | null;
418
417
  functionCategory: string | null;
418
+ startDate: string | null;
419
419
  yearsAtCompany: number | null;
420
420
  companyHeadcount: number | null;
421
421
  companyIndustries: string[] | null;
@@ -436,12 +436,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
436
436
  people: {
437
437
  title: string | null;
438
438
  name: string | null;
439
+ summary: string | null;
439
440
  location: string | null;
440
441
  headline: string | null;
442
+ seniorityLevel: string | null;
441
443
  emails: string[] | null;
442
- skills: string[] | null;
443
444
  languages: string[] | null;
444
- summary: string | null;
445
+ skills: string[] | null;
445
446
  education: {
446
447
  instituteName: string | null;
447
448
  degreeName: string | null;
@@ -451,7 +452,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
451
452
  linkedinUrl: string | null;
452
453
  profilePictureUrl: string | null;
453
454
  twitterHandle: string | null;
454
- seniorityLevel: string | null;
455
455
  yearsOfExperience: number | null;
456
456
  recentlyChangedJobs: boolean | null;
457
457
  locationCity: string | null;
@@ -461,9 +461,9 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
461
461
  title: string | null;
462
462
  companyName: string | null;
463
463
  companyLinkedinUrl: string | null;
464
- startDate: string | null;
465
464
  seniorityLevel: string | null;
466
465
  functionCategory: string | null;
466
+ startDate: string | null;
467
467
  yearsAtCompany: number | null;
468
468
  companyHeadcount: number | null;
469
469
  companyIndustries: string[] | null;
@@ -482,12 +482,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
482
482
  people: {
483
483
  title: string | null;
484
484
  name: string | null;
485
+ summary: string | null;
485
486
  location: string | null;
486
487
  headline: string | null;
488
+ seniorityLevel: string | null;
487
489
  emails: string[] | null;
488
- skills: string[] | null;
489
490
  languages: string[] | null;
490
- summary: string | null;
491
+ skills: string[] | null;
491
492
  education: {
492
493
  instituteName: string | null;
493
494
  degreeName: string | null;
@@ -497,7 +498,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
497
498
  linkedinUrl: string | null;
498
499
  profilePictureUrl: string | null;
499
500
  twitterHandle: string | null;
500
- seniorityLevel: string | null;
501
501
  yearsOfExperience: number | null;
502
502
  recentlyChangedJobs: boolean | null;
503
503
  locationCity: string | null;
@@ -507,9 +507,9 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
507
507
  title: string | null;
508
508
  companyName: string | null;
509
509
  companyLinkedinUrl: string | null;
510
- startDate: string | null;
511
510
  seniorityLevel: string | null;
512
511
  functionCategory: string | null;
512
+ startDate: string | null;
513
513
  yearsAtCompany: number | null;
514
514
  companyHeadcount: number | null;
515
515
  companyIndustries: string[] | null;
@@ -591,14 +591,14 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
591
591
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
592
592
  }, "strip", z.ZodTypeAny, {
593
593
  credentials?: Partial<Record<CredentialType, string>> | undefined;
594
- location?: string | undefined;
595
594
  limit?: number | undefined;
596
- skills?: string[] | undefined;
597
- languages?: string[] | undefined;
598
- city?: string | undefined;
599
- country?: string | undefined;
595
+ location?: string | undefined;
600
596
  companyName?: string | undefined;
601
597
  companyLinkedinUrl?: string | undefined;
598
+ city?: string | undefined;
599
+ country?: string | undefined;
600
+ languages?: string[] | undefined;
601
+ skills?: string[] | undefined;
602
602
  recentlyChangedJobs?: boolean | undefined;
603
603
  companyIndustries?: string[] | undefined;
604
604
  jobTitle?: string | undefined;
@@ -622,14 +622,14 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
622
622
  excludeProfiles?: string[] | undefined;
623
623
  }, {
624
624
  credentials?: Partial<Record<CredentialType, string>> | undefined;
625
- location?: string | undefined;
626
625
  limit?: number | undefined;
627
- skills?: string[] | undefined;
628
- languages?: string[] | undefined;
629
- city?: string | undefined;
630
- country?: string | undefined;
626
+ location?: string | undefined;
631
627
  companyName?: string | undefined;
632
628
  companyLinkedinUrl?: string | undefined;
629
+ city?: string | undefined;
630
+ country?: string | undefined;
631
+ languages?: string[] | undefined;
632
+ skills?: string[] | undefined;
633
633
  recentlyChangedJobs?: boolean | undefined;
634
634
  companyIndustries?: string[] | undefined;
635
635
  jobTitle?: string | undefined;
@@ -686,9 +686,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
686
686
  title: string | null;
687
687
  companyName: string | null;
688
688
  companyLinkedinUrl: string | null;
689
- startDate: string | null;
690
689
  seniorityLevel: string | null;
691
690
  functionCategory: string | null;
691
+ startDate: string | null;
692
692
  yearsAtCompany: number | null;
693
693
  companyHeadcount: number | null;
694
694
  companyIndustries: string[] | null;
@@ -696,9 +696,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
696
696
  title: string | null;
697
697
  companyName: string | null;
698
698
  companyLinkedinUrl: string | null;
699
- startDate: string | null;
700
699
  seniorityLevel: string | null;
701
700
  functionCategory: string | null;
701
+ startDate: string | null;
702
702
  yearsAtCompany: number | null;
703
703
  companyHeadcount: number | null;
704
704
  companyIndustries: string[] | null;
@@ -735,12 +735,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
735
735
  }, "strip", z.ZodTypeAny, {
736
736
  title: string | null;
737
737
  name: string | null;
738
+ summary: string | null;
738
739
  location: string | null;
739
740
  headline: string | null;
741
+ seniorityLevel: string | null;
740
742
  emails: string[] | null;
741
- skills: string[] | null;
742
743
  languages: string[] | null;
743
- summary: string | null;
744
+ skills: string[] | null;
744
745
  education: {
745
746
  instituteName: string | null;
746
747
  degreeName: string | null;
@@ -750,7 +751,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
750
751
  linkedinUrl: string | null;
751
752
  profilePictureUrl: string | null;
752
753
  twitterHandle: string | null;
753
- seniorityLevel: string | null;
754
754
  yearsOfExperience: number | null;
755
755
  recentlyChangedJobs: boolean | null;
756
756
  locationCity: string | null;
@@ -760,9 +760,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
760
760
  title: string | null;
761
761
  companyName: string | null;
762
762
  companyLinkedinUrl: string | null;
763
- startDate: string | null;
764
763
  seniorityLevel: string | null;
765
764
  functionCategory: string | null;
765
+ startDate: string | null;
766
766
  yearsAtCompany: number | null;
767
767
  companyHeadcount: number | null;
768
768
  companyIndustries: string[] | null;
@@ -776,12 +776,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
776
776
  }, {
777
777
  title: string | null;
778
778
  name: string | null;
779
+ summary: string | null;
779
780
  location: string | null;
780
781
  headline: string | null;
782
+ seniorityLevel: string | null;
781
783
  emails: string[] | null;
782
- skills: string[] | null;
783
784
  languages: string[] | null;
784
- summary: string | null;
785
+ skills: string[] | null;
785
786
  education: {
786
787
  instituteName: string | null;
787
788
  degreeName: string | null;
@@ -791,7 +792,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
791
792
  linkedinUrl: string | null;
792
793
  profilePictureUrl: string | null;
793
794
  twitterHandle: string | null;
794
- seniorityLevel: string | null;
795
795
  yearsOfExperience: number | null;
796
796
  recentlyChangedJobs: boolean | null;
797
797
  locationCity: string | null;
@@ -801,9 +801,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
801
801
  title: string | null;
802
802
  companyName: string | null;
803
803
  companyLinkedinUrl: string | null;
804
- startDate: string | null;
805
804
  seniorityLevel: string | null;
806
805
  functionCategory: string | null;
806
+ startDate: string | null;
807
807
  yearsAtCompany: number | null;
808
808
  companyHeadcount: number | null;
809
809
  companyIndustries: string[] | null;
@@ -824,12 +824,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
824
824
  people: {
825
825
  title: string | null;
826
826
  name: string | null;
827
+ summary: string | null;
827
828
  location: string | null;
828
829
  headline: string | null;
830
+ seniorityLevel: string | null;
829
831
  emails: string[] | null;
830
- skills: string[] | null;
831
832
  languages: string[] | null;
832
- summary: string | null;
833
+ skills: string[] | null;
833
834
  education: {
834
835
  instituteName: string | null;
835
836
  degreeName: string | null;
@@ -839,7 +840,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
839
840
  linkedinUrl: string | null;
840
841
  profilePictureUrl: string | null;
841
842
  twitterHandle: string | null;
842
- seniorityLevel: string | null;
843
843
  yearsOfExperience: number | null;
844
844
  recentlyChangedJobs: boolean | null;
845
845
  locationCity: string | null;
@@ -849,9 +849,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
849
849
  title: string | null;
850
850
  companyName: string | null;
851
851
  companyLinkedinUrl: string | null;
852
- startDate: string | null;
853
852
  seniorityLevel: string | null;
854
853
  functionCategory: string | null;
854
+ startDate: string | null;
855
855
  yearsAtCompany: number | null;
856
856
  companyHeadcount: number | null;
857
857
  companyIndustries: string[] | null;
@@ -870,12 +870,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
870
870
  people: {
871
871
  title: string | null;
872
872
  name: string | null;
873
+ summary: string | null;
873
874
  location: string | null;
874
875
  headline: string | null;
876
+ seniorityLevel: string | null;
875
877
  emails: string[] | null;
876
- skills: string[] | null;
877
878
  languages: string[] | null;
878
- summary: string | null;
879
+ skills: string[] | null;
879
880
  education: {
880
881
  instituteName: string | null;
881
882
  degreeName: string | null;
@@ -885,7 +886,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
885
886
  linkedinUrl: string | null;
886
887
  profilePictureUrl: string | null;
887
888
  twitterHandle: string | null;
888
- seniorityLevel: string | null;
889
889
  yearsOfExperience: number | null;
890
890
  recentlyChangedJobs: boolean | null;
891
891
  locationCity: string | null;
@@ -895,9 +895,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
895
895
  title: string | null;
896
896
  companyName: string | null;
897
897
  companyLinkedinUrl: string | null;
898
- startDate: string | null;
899
898
  seniorityLevel: string | null;
900
899
  functionCategory: string | null;
900
+ startDate: string | null;
901
901
  yearsAtCompany: number | null;
902
902
  companyHeadcount: number | null;
903
903
  companyIndustries: string[] | null;
@@ -20,8 +20,8 @@ declare const RedditPostSchema: z.ZodObject<{
20
20
  }, "strip", z.ZodTypeAny, {
21
21
  title: string;
22
22
  url: string;
23
- score: number;
24
23
  author: string;
24
+ score: number;
25
25
  numComments: number;
26
26
  createdUtc: number;
27
27
  postUrl: string;
@@ -35,8 +35,8 @@ declare const RedditPostSchema: z.ZodObject<{
35
35
  }, {
36
36
  title: string;
37
37
  url: string;
38
- score: number;
39
38
  author: string;
39
+ score: number;
40
40
  numComments: number;
41
41
  createdUtc: number;
42
42
  postUrl: string;
@@ -95,8 +95,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
95
95
  }, "strip", z.ZodTypeAny, {
96
96
  title: string;
97
97
  url: string;
98
- score: number;
99
98
  author: string;
99
+ score: number;
100
100
  numComments: number;
101
101
  createdUtc: number;
102
102
  postUrl: string;
@@ -110,8 +110,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
110
110
  }, {
111
111
  title: string;
112
112
  url: string;
113
- score: number;
114
113
  author: string;
114
+ score: number;
115
115
  numComments: number;
116
116
  createdUtc: number;
117
117
  postUrl: string;
@@ -169,8 +169,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
169
169
  posts: {
170
170
  title: string;
171
171
  url: string;
172
- score: number;
173
172
  author: string;
173
+ score: number;
174
174
  numComments: number;
175
175
  createdUtc: number;
176
176
  postUrl: string;
@@ -198,8 +198,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
198
198
  posts: {
199
199
  title: string;
200
200
  url: string;
201
- score: number;
202
201
  author: string;
202
+ score: number;
203
203
  numComments: number;
204
204
  createdUtc: number;
205
205
  postUrl: string;
@@ -265,8 +265,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
265
265
  }, "strip", z.ZodTypeAny, {
266
266
  title: string;
267
267
  url: string;
268
- score: number;
269
268
  author: string;
269
+ score: number;
270
270
  numComments: number;
271
271
  createdUtc: number;
272
272
  postUrl: string;
@@ -280,8 +280,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
280
280
  }, {
281
281
  title: string;
282
282
  url: string;
283
- score: number;
284
283
  author: string;
284
+ score: number;
285
285
  numComments: number;
286
286
  createdUtc: number;
287
287
  postUrl: string;
@@ -339,8 +339,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
339
339
  posts: {
340
340
  title: string;
341
341
  url: string;
342
- score: number;
343
342
  author: string;
343
+ score: number;
344
344
  numComments: number;
345
345
  createdUtc: number;
346
346
  postUrl: string;
@@ -368,8 +368,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
368
368
  posts: {
369
369
  title: string;
370
370
  url: string;
371
- score: number;
372
371
  author: string;
372
+ score: number;
373
373
  numComments: number;
374
374
  createdUtc: number;
375
375
  postUrl: string;
@@ -8,13 +8,13 @@ declare const SQLQueryToolParamsSchema: z.ZodObject<{
8
8
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
9
9
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
10
10
  }, "strip", z.ZodTypeAny, {
11
- reasoning: string;
12
11
  query: string;
12
+ reasoning: string;
13
13
  credentials?: Partial<Record<CredentialType, string>> | undefined;
14
14
  config?: Record<string, unknown> | undefined;
15
15
  }, {
16
- reasoning: string;
17
16
  query: string;
17
+ reasoning: string;
18
18
  credentials?: Partial<Record<CredentialType, string>> | undefined;
19
19
  config?: Record<string, unknown> | undefined;
20
20
  }>;
@@ -74,13 +74,13 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
74
74
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
75
75
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
76
76
  }, "strip", z.ZodTypeAny, {
77
- reasoning: string;
78
77
  query: string;
78
+ reasoning: string;
79
79
  credentials?: Partial<Record<CredentialType, string>> | undefined;
80
80
  config?: Record<string, unknown> | undefined;
81
81
  }, {
82
- reasoning: string;
83
82
  query: string;
83
+ reasoning: string;
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  config?: Record<string, unknown> | undefined;
86
86
  }>;