@bubblelab/bubble-core 0.1.101 → 0.1.103

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 (80) hide show
  1. package/dist/bubble-bundle.d.ts +113 -113
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  17. package/dist/bubbles/service-bubble/github.d.ts +140 -140
  18. package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +631 -631
  32. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +147 -68
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +74 -21
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +219 -141
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +48 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +968 -968
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
  43. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
  44. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  48. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +471 -471
  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/people-search-tool.d.ts +166 -166
  59. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
  60. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  63. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  64. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
  65. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  66. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  67. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
  68. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  69. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
  70. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
  71. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  73. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
  75. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  77. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  79. package/dist/bubbles.json +122 -2
  80. package/package.json +2 -2
@@ -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;
@@ -29,8 +29,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
29
29
  success: z.ZodBoolean;
30
30
  error: z.ZodString;
31
31
  }, "strip", z.ZodTypeAny, {
32
- success: boolean;
33
32
  error: string;
33
+ success: boolean;
34
34
  bubbles: {
35
35
  type: string;
36
36
  name: string;
@@ -40,8 +40,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
40
40
  }[];
41
41
  totalCount: number;
42
42
  }, {
43
- success: boolean;
44
43
  error: string;
44
+ success: boolean;
45
45
  bubbles: {
46
46
  type: string;
47
47
  name: string;
@@ -78,8 +78,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
78
78
  success: z.ZodBoolean;
79
79
  error: z.ZodString;
80
80
  }, "strip", z.ZodTypeAny, {
81
- success: boolean;
82
81
  error: string;
82
+ success: boolean;
83
83
  bubbles: {
84
84
  type: string;
85
85
  name: string;
@@ -89,8 +89,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
89
89
  }[];
90
90
  totalCount: number;
91
91
  }, {
92
- success: boolean;
93
92
  error: string;
93
+ success: boolean;
94
94
  bubbles: {
95
95
  type: string;
96
96
  name: string;
@@ -109,24 +109,12 @@ declare const PersonResultSchema: z.ZodObject<{
109
109
  }, "strip", z.ZodTypeAny, {
110
110
  title: string | null;
111
111
  name: string | null;
112
- currentEmployers: {
113
- title: string | null;
114
- companyName: string | null;
115
- companyLinkedinUrl: string | null;
116
- seniorityLevel: string | null;
117
- companyDomainUrl: string | null;
118
- functionCategory: string | null;
119
- startDate: string | number | null;
120
- yearsAtCompany: number | null;
121
- companyHeadcount: number | null;
122
- companyIndustries: string[] | null;
123
- }[] | null;
124
- linkedinUrl: string | null;
125
- emails: string[] | null;
112
+ summary: string | null;
126
113
  location: string | null;
127
114
  headline: string | null;
128
115
  seniorityLevel: string | null;
129
- summary: string | null;
116
+ emails: string[] | null;
117
+ linkedinUrl: string | null;
130
118
  languages: string[] | null;
131
119
  skills: string[] | null;
132
120
  education: {
@@ -142,6 +130,18 @@ declare const PersonResultSchema: z.ZodObject<{
142
130
  locationCity: string | null;
143
131
  locationCountry: string | null;
144
132
  numConnections: number | null;
133
+ currentEmployers: {
134
+ title: string | null;
135
+ companyName: string | null;
136
+ companyLinkedinUrl: string | null;
137
+ seniorityLevel: string | null;
138
+ companyDomainUrl: string | null;
139
+ functionCategory: string | null;
140
+ startDate: string | number | null;
141
+ yearsAtCompany: number | null;
142
+ companyHeadcount: number | null;
143
+ companyIndustries: string[] | null;
144
+ }[] | null;
145
145
  pastEmployers: {
146
146
  title: string | null;
147
147
  companyName: string | null;
@@ -161,24 +161,12 @@ declare const PersonResultSchema: z.ZodObject<{
161
161
  }, {
162
162
  title: string | null;
163
163
  name: string | null;
164
- currentEmployers: {
165
- title: string | null;
166
- companyName: string | null;
167
- companyLinkedinUrl: string | null;
168
- seniorityLevel: string | null;
169
- companyDomainUrl: string | null;
170
- functionCategory: string | null;
171
- startDate: string | number | null;
172
- yearsAtCompany: number | null;
173
- companyHeadcount: number | null;
174
- companyIndustries: string[] | null;
175
- }[] | null;
176
- linkedinUrl: string | null;
177
- emails: string[] | null;
164
+ summary: string | null;
178
165
  location: string | null;
179
166
  headline: string | null;
180
167
  seniorityLevel: string | null;
181
- summary: string | null;
168
+ emails: string[] | null;
169
+ linkedinUrl: string | null;
182
170
  languages: string[] | null;
183
171
  skills: string[] | null;
184
172
  education: {
@@ -194,6 +182,18 @@ declare const PersonResultSchema: z.ZodObject<{
194
182
  locationCity: string | null;
195
183
  locationCountry: string | null;
196
184
  numConnections: number | null;
185
+ currentEmployers: {
186
+ title: string | null;
187
+ companyName: string | null;
188
+ companyLinkedinUrl: string | null;
189
+ seniorityLevel: string | null;
190
+ companyDomainUrl: string | null;
191
+ functionCategory: string | null;
192
+ startDate: string | number | null;
193
+ yearsAtCompany: number | null;
194
+ companyHeadcount: number | null;
195
+ companyIndustries: string[] | null;
196
+ }[] | null;
197
197
  pastEmployers: {
198
198
  title: string | null;
199
199
  companyName: string | null;
@@ -255,12 +255,12 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
255
255
  enrichEmails: boolean;
256
256
  includePersonalEmails: boolean;
257
257
  credentials?: Partial<Record<CredentialType, string>> | undefined;
258
- companyName?: string | undefined;
259
258
  limit?: number | undefined;
259
+ cursor?: string | undefined;
260
260
  location?: string | undefined;
261
+ companyName?: string | undefined;
261
262
  companyLinkedinUrl?: string | undefined;
262
263
  city?: string | undefined;
263
- cursor?: string | undefined;
264
264
  country?: string | undefined;
265
265
  languages?: string[] | undefined;
266
266
  skills?: string[] | undefined;
@@ -287,12 +287,12 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
287
287
  excludeProfiles?: string[] | undefined;
288
288
  }, {
289
289
  credentials?: Partial<Record<CredentialType, string>> | undefined;
290
- companyName?: string | undefined;
291
290
  limit?: number | undefined;
291
+ cursor?: string | undefined;
292
292
  location?: string | undefined;
293
+ companyName?: string | undefined;
293
294
  companyLinkedinUrl?: string | undefined;
294
295
  city?: string | undefined;
295
- cursor?: string | undefined;
296
296
  country?: string | undefined;
297
297
  languages?: string[] | undefined;
298
298
  skills?: string[] | undefined;
@@ -428,24 +428,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
428
428
  }, "strip", z.ZodTypeAny, {
429
429
  title: string | null;
430
430
  name: string | null;
431
- currentEmployers: {
432
- title: string | null;
433
- companyName: string | null;
434
- companyLinkedinUrl: string | null;
435
- seniorityLevel: string | null;
436
- companyDomainUrl: string | null;
437
- functionCategory: string | null;
438
- startDate: string | number | null;
439
- yearsAtCompany: number | null;
440
- companyHeadcount: number | null;
441
- companyIndustries: string[] | null;
442
- }[] | null;
443
- linkedinUrl: string | null;
444
- emails: string[] | null;
431
+ summary: string | null;
445
432
  location: string | null;
446
433
  headline: string | null;
447
434
  seniorityLevel: string | null;
448
- summary: string | null;
435
+ emails: string[] | null;
436
+ linkedinUrl: string | null;
449
437
  languages: string[] | null;
450
438
  skills: string[] | null;
451
439
  education: {
@@ -461,6 +449,18 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
461
449
  locationCity: string | null;
462
450
  locationCountry: string | null;
463
451
  numConnections: number | null;
452
+ currentEmployers: {
453
+ title: string | null;
454
+ companyName: string | null;
455
+ companyLinkedinUrl: string | null;
456
+ seniorityLevel: string | null;
457
+ companyDomainUrl: string | null;
458
+ functionCategory: string | null;
459
+ startDate: string | number | null;
460
+ yearsAtCompany: number | null;
461
+ companyHeadcount: number | null;
462
+ companyIndustries: string[] | null;
463
+ }[] | null;
464
464
  pastEmployers: {
465
465
  title: string | null;
466
466
  companyName: string | null;
@@ -480,24 +480,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
480
480
  }, {
481
481
  title: string | null;
482
482
  name: string | null;
483
- currentEmployers: {
484
- title: string | null;
485
- companyName: string | null;
486
- companyLinkedinUrl: string | null;
487
- seniorityLevel: string | null;
488
- companyDomainUrl: string | null;
489
- functionCategory: string | null;
490
- startDate: string | number | null;
491
- yearsAtCompany: number | null;
492
- companyHeadcount: number | null;
493
- companyIndustries: string[] | null;
494
- }[] | null;
495
- linkedinUrl: string | null;
496
- emails: string[] | null;
483
+ summary: string | null;
497
484
  location: string | null;
498
485
  headline: string | null;
499
486
  seniorityLevel: string | null;
500
- summary: string | null;
487
+ emails: string[] | null;
488
+ linkedinUrl: string | null;
501
489
  languages: string[] | null;
502
490
  skills: string[] | null;
503
491
  education: {
@@ -513,6 +501,18 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
513
501
  locationCity: string | null;
514
502
  locationCountry: string | null;
515
503
  numConnections: number | null;
504
+ currentEmployers: {
505
+ title: string | null;
506
+ companyName: string | null;
507
+ companyLinkedinUrl: string | null;
508
+ seniorityLevel: string | null;
509
+ companyDomainUrl: string | null;
510
+ functionCategory: string | null;
511
+ startDate: string | number | null;
512
+ yearsAtCompany: number | null;
513
+ companyHeadcount: number | null;
514
+ companyIndustries: string[] | null;
515
+ }[] | null;
516
516
  pastEmployers: {
517
517
  title: string | null;
518
518
  companyName: string | null;
@@ -535,27 +535,17 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
535
535
  success: z.ZodBoolean;
536
536
  error: z.ZodString;
537
537
  }, "strip", z.ZodTypeAny, {
538
+ error: string;
539
+ success: boolean;
538
540
  people: {
539
541
  title: string | null;
540
542
  name: string | null;
541
- currentEmployers: {
542
- title: string | null;
543
- companyName: string | null;
544
- companyLinkedinUrl: string | null;
545
- seniorityLevel: string | null;
546
- companyDomainUrl: string | null;
547
- functionCategory: string | null;
548
- startDate: string | number | null;
549
- yearsAtCompany: number | null;
550
- companyHeadcount: number | null;
551
- companyIndustries: string[] | null;
552
- }[] | null;
553
- linkedinUrl: string | null;
554
- emails: string[] | null;
543
+ summary: string | null;
555
544
  location: string | null;
556
545
  headline: string | null;
557
546
  seniorityLevel: string | null;
558
- summary: string | null;
547
+ emails: string[] | null;
548
+ linkedinUrl: string | null;
559
549
  languages: string[] | null;
560
550
  skills: string[] | null;
561
551
  education: {
@@ -571,6 +561,18 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
571
561
  locationCity: string | null;
572
562
  locationCountry: string | null;
573
563
  numConnections: number | null;
564
+ currentEmployers: {
565
+ title: string | null;
566
+ companyName: string | null;
567
+ companyLinkedinUrl: string | null;
568
+ seniorityLevel: string | null;
569
+ companyDomainUrl: string | null;
570
+ functionCategory: string | null;
571
+ startDate: string | number | null;
572
+ yearsAtCompany: number | null;
573
+ companyHeadcount: number | null;
574
+ companyIndustries: string[] | null;
575
+ }[] | null;
574
576
  pastEmployers: {
575
577
  title: string | null;
576
578
  companyName: string | null;
@@ -588,32 +590,20 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
588
590
  status?: string | undefined;
589
591
  }[] | null | undefined;
590
592
  }[];
591
- success: boolean;
592
- error: string;
593
593
  totalCount: number;
594
594
  nextCursor?: string | undefined;
595
595
  }, {
596
+ error: string;
597
+ success: boolean;
596
598
  people: {
597
599
  title: string | null;
598
600
  name: string | null;
599
- currentEmployers: {
600
- title: string | null;
601
- companyName: string | null;
602
- companyLinkedinUrl: string | null;
603
- seniorityLevel: string | null;
604
- companyDomainUrl: string | null;
605
- functionCategory: string | null;
606
- startDate: string | number | null;
607
- yearsAtCompany: number | null;
608
- companyHeadcount: number | null;
609
- companyIndustries: string[] | null;
610
- }[] | null;
611
- linkedinUrl: string | null;
612
- emails: string[] | null;
601
+ summary: string | null;
613
602
  location: string | null;
614
603
  headline: string | null;
615
604
  seniorityLevel: string | null;
616
- summary: string | null;
605
+ emails: string[] | null;
606
+ linkedinUrl: string | null;
617
607
  languages: string[] | null;
618
608
  skills: string[] | null;
619
609
  education: {
@@ -629,6 +619,18 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
629
619
  locationCity: string | null;
630
620
  locationCountry: string | null;
631
621
  numConnections: number | null;
622
+ currentEmployers: {
623
+ title: string | null;
624
+ companyName: string | null;
625
+ companyLinkedinUrl: string | null;
626
+ seniorityLevel: string | null;
627
+ companyDomainUrl: string | null;
628
+ functionCategory: string | null;
629
+ startDate: string | number | null;
630
+ yearsAtCompany: number | null;
631
+ companyHeadcount: number | null;
632
+ companyIndustries: string[] | null;
633
+ }[] | null;
632
634
  pastEmployers: {
633
635
  title: string | null;
634
636
  companyName: string | null;
@@ -646,8 +648,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
646
648
  status?: string | undefined;
647
649
  }[] | null | undefined;
648
650
  }[];
649
- success: boolean;
650
- error: string;
651
651
  totalCount: number;
652
652
  nextCursor?: string | undefined;
653
653
  }>;
@@ -724,12 +724,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
724
724
  enrichEmails: boolean;
725
725
  includePersonalEmails: boolean;
726
726
  credentials?: Partial<Record<CredentialType, string>> | undefined;
727
- companyName?: string | undefined;
728
727
  limit?: number | undefined;
728
+ cursor?: string | undefined;
729
729
  location?: string | undefined;
730
+ companyName?: string | undefined;
730
731
  companyLinkedinUrl?: string | undefined;
731
732
  city?: string | undefined;
732
- cursor?: string | undefined;
733
733
  country?: string | undefined;
734
734
  languages?: string[] | undefined;
735
735
  skills?: string[] | undefined;
@@ -756,12 +756,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
756
756
  excludeProfiles?: string[] | undefined;
757
757
  }, {
758
758
  credentials?: Partial<Record<CredentialType, string>> | undefined;
759
- companyName?: string | undefined;
760
759
  limit?: number | undefined;
760
+ cursor?: string | undefined;
761
761
  location?: string | undefined;
762
+ companyName?: string | undefined;
762
763
  companyLinkedinUrl?: string | undefined;
763
764
  city?: string | undefined;
764
- cursor?: string | undefined;
765
765
  country?: string | undefined;
766
766
  languages?: string[] | undefined;
767
767
  skills?: string[] | undefined;
@@ -897,24 +897,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
897
897
  }, "strip", z.ZodTypeAny, {
898
898
  title: string | null;
899
899
  name: string | null;
900
- currentEmployers: {
901
- title: string | null;
902
- companyName: string | null;
903
- companyLinkedinUrl: string | null;
904
- seniorityLevel: string | null;
905
- companyDomainUrl: string | null;
906
- functionCategory: string | null;
907
- startDate: string | number | null;
908
- yearsAtCompany: number | null;
909
- companyHeadcount: number | null;
910
- companyIndustries: string[] | null;
911
- }[] | null;
912
- linkedinUrl: string | null;
913
- emails: string[] | null;
900
+ summary: string | null;
914
901
  location: string | null;
915
902
  headline: string | null;
916
903
  seniorityLevel: string | null;
917
- summary: string | null;
904
+ emails: string[] | null;
905
+ linkedinUrl: string | null;
918
906
  languages: string[] | null;
919
907
  skills: string[] | null;
920
908
  education: {
@@ -930,6 +918,18 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
930
918
  locationCity: string | null;
931
919
  locationCountry: string | null;
932
920
  numConnections: number | null;
921
+ currentEmployers: {
922
+ title: string | null;
923
+ companyName: string | null;
924
+ companyLinkedinUrl: string | null;
925
+ seniorityLevel: string | null;
926
+ companyDomainUrl: string | null;
927
+ functionCategory: string | null;
928
+ startDate: string | number | null;
929
+ yearsAtCompany: number | null;
930
+ companyHeadcount: number | null;
931
+ companyIndustries: string[] | null;
932
+ }[] | null;
933
933
  pastEmployers: {
934
934
  title: string | null;
935
935
  companyName: string | null;
@@ -949,24 +949,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
949
949
  }, {
950
950
  title: string | null;
951
951
  name: string | null;
952
- currentEmployers: {
953
- title: string | null;
954
- companyName: string | null;
955
- companyLinkedinUrl: string | null;
956
- seniorityLevel: string | null;
957
- companyDomainUrl: string | null;
958
- functionCategory: string | null;
959
- startDate: string | number | null;
960
- yearsAtCompany: number | null;
961
- companyHeadcount: number | null;
962
- companyIndustries: string[] | null;
963
- }[] | null;
964
- linkedinUrl: string | null;
965
- emails: string[] | null;
952
+ summary: string | null;
966
953
  location: string | null;
967
954
  headline: string | null;
968
955
  seniorityLevel: string | null;
969
- summary: string | null;
956
+ emails: string[] | null;
957
+ linkedinUrl: string | null;
970
958
  languages: string[] | null;
971
959
  skills: string[] | null;
972
960
  education: {
@@ -982,6 +970,18 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
982
970
  locationCity: string | null;
983
971
  locationCountry: string | null;
984
972
  numConnections: number | null;
973
+ currentEmployers: {
974
+ title: string | null;
975
+ companyName: string | null;
976
+ companyLinkedinUrl: string | null;
977
+ seniorityLevel: string | null;
978
+ companyDomainUrl: string | null;
979
+ functionCategory: string | null;
980
+ startDate: string | number | null;
981
+ yearsAtCompany: number | null;
982
+ companyHeadcount: number | null;
983
+ companyIndustries: string[] | null;
984
+ }[] | null;
985
985
  pastEmployers: {
986
986
  title: string | null;
987
987
  companyName: string | null;
@@ -1004,27 +1004,17 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1004
1004
  success: z.ZodBoolean;
1005
1005
  error: z.ZodString;
1006
1006
  }, "strip", z.ZodTypeAny, {
1007
+ error: string;
1008
+ success: boolean;
1007
1009
  people: {
1008
1010
  title: string | null;
1009
1011
  name: string | null;
1010
- currentEmployers: {
1011
- title: string | null;
1012
- companyName: string | null;
1013
- companyLinkedinUrl: string | null;
1014
- seniorityLevel: string | null;
1015
- companyDomainUrl: string | null;
1016
- functionCategory: string | null;
1017
- startDate: string | number | null;
1018
- yearsAtCompany: number | null;
1019
- companyHeadcount: number | null;
1020
- companyIndustries: string[] | null;
1021
- }[] | null;
1022
- linkedinUrl: string | null;
1023
- emails: string[] | null;
1012
+ summary: string | null;
1024
1013
  location: string | null;
1025
1014
  headline: string | null;
1026
1015
  seniorityLevel: string | null;
1027
- summary: string | null;
1016
+ emails: string[] | null;
1017
+ linkedinUrl: string | null;
1028
1018
  languages: string[] | null;
1029
1019
  skills: string[] | null;
1030
1020
  education: {
@@ -1040,6 +1030,18 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1040
1030
  locationCity: string | null;
1041
1031
  locationCountry: string | null;
1042
1032
  numConnections: number | null;
1033
+ currentEmployers: {
1034
+ title: string | null;
1035
+ companyName: string | null;
1036
+ companyLinkedinUrl: string | null;
1037
+ seniorityLevel: string | null;
1038
+ companyDomainUrl: string | null;
1039
+ functionCategory: string | null;
1040
+ startDate: string | number | null;
1041
+ yearsAtCompany: number | null;
1042
+ companyHeadcount: number | null;
1043
+ companyIndustries: string[] | null;
1044
+ }[] | null;
1043
1045
  pastEmployers: {
1044
1046
  title: string | null;
1045
1047
  companyName: string | null;
@@ -1057,32 +1059,20 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1057
1059
  status?: string | undefined;
1058
1060
  }[] | null | undefined;
1059
1061
  }[];
1060
- success: boolean;
1061
- error: string;
1062
1062
  totalCount: number;
1063
1063
  nextCursor?: string | undefined;
1064
1064
  }, {
1065
+ error: string;
1066
+ success: boolean;
1065
1067
  people: {
1066
1068
  title: string | null;
1067
1069
  name: string | null;
1068
- currentEmployers: {
1069
- title: string | null;
1070
- companyName: string | null;
1071
- companyLinkedinUrl: string | null;
1072
- seniorityLevel: string | null;
1073
- companyDomainUrl: string | null;
1074
- functionCategory: string | null;
1075
- startDate: string | number | null;
1076
- yearsAtCompany: number | null;
1077
- companyHeadcount: number | null;
1078
- companyIndustries: string[] | null;
1079
- }[] | null;
1080
- linkedinUrl: string | null;
1081
- emails: string[] | null;
1070
+ summary: string | null;
1082
1071
  location: string | null;
1083
1072
  headline: string | null;
1084
1073
  seniorityLevel: string | null;
1085
- summary: string | null;
1074
+ emails: string[] | null;
1075
+ linkedinUrl: string | null;
1086
1076
  languages: string[] | null;
1087
1077
  skills: string[] | null;
1088
1078
  education: {
@@ -1098,6 +1088,18 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1098
1088
  locationCity: string | null;
1099
1089
  locationCountry: string | null;
1100
1090
  numConnections: number | null;
1091
+ currentEmployers: {
1092
+ title: string | null;
1093
+ companyName: string | null;
1094
+ companyLinkedinUrl: string | null;
1095
+ seniorityLevel: string | null;
1096
+ companyDomainUrl: string | null;
1097
+ functionCategory: string | null;
1098
+ startDate: string | number | null;
1099
+ yearsAtCompany: number | null;
1100
+ companyHeadcount: number | null;
1101
+ companyIndustries: string[] | null;
1102
+ }[] | null;
1101
1103
  pastEmployers: {
1102
1104
  title: string | null;
1103
1105
  companyName: string | null;
@@ -1115,8 +1117,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1115
1117
  status?: string | undefined;
1116
1118
  }[] | null | undefined;
1117
1119
  }[];
1118
- success: boolean;
1119
- error: string;
1120
1120
  totalCount: number;
1121
1121
  nextCursor?: string | undefined;
1122
1122
  }>;