@bubblelab/bubble-core 0.1.100 → 0.1.102

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 +88 -88
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +118 -118
  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 +26 -26
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +836 -836
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  17. package/dist/bubbles/service-bubble/github.d.ts +176 -176
  18. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +52 -52
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +32 -32
  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 +8 -8
  24. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +66 -66
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +2089 -2089
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
  30. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +440 -440
  32. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +193 -123
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +53 -8
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +210 -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 +35 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +1562 -1562
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +15 -15
  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 +20 -20
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +18 -18
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +62 -62
  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 +4 -4
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  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 +326 -326
  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 +122 -122
  59. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  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 +150 -150
  65. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
  66. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +54 -54
  70. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
  71. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +40 -40
  73. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +72 -72
  75. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
  77. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +96 -96
  78. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  79. package/dist/bubbles.json +109 -2
  80. package/package.json +2 -2
@@ -19,19 +19,19 @@ declare const WebCrawlToolParamsSchema: z.ZodObject<{
19
19
  waitFor: number;
20
20
  credentials?: Partial<Record<CredentialType, string>> | undefined;
21
21
  maxPages?: number | undefined;
22
- excludePaths?: string[] | undefined;
23
- includePaths?: string[] | undefined;
24
22
  crawlDepth?: number | undefined;
23
+ includePaths?: string[] | undefined;
24
+ excludePaths?: string[] | undefined;
25
25
  }, {
26
26
  url: string;
27
27
  format?: "markdown" | undefined;
28
28
  credentials?: Partial<Record<CredentialType, string>> | undefined;
29
29
  onlyMainContent?: boolean | undefined;
30
- waitFor?: number | undefined;
31
30
  maxPages?: number | undefined;
32
- excludePaths?: string[] | undefined;
33
- includePaths?: string[] | undefined;
34
31
  crawlDepth?: number | undefined;
32
+ includePaths?: string[] | undefined;
33
+ excludePaths?: string[] | undefined;
34
+ waitFor?: number | undefined;
35
35
  }>;
36
36
  declare const WebCrawlToolResultSchema: z.ZodObject<{
37
37
  url: z.ZodString;
@@ -69,34 +69,34 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
69
69
  maxPagesReached?: boolean | undefined;
70
70
  }>>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- error: string;
73
- success: boolean;
74
72
  url: string;
73
+ success: boolean;
74
+ error: string;
75
75
  pages: {
76
76
  content: string;
77
77
  url: string;
78
78
  title?: string | undefined;
79
79
  depth?: number | undefined;
80
80
  }[];
81
- creditsUsed: number;
82
81
  totalPages: number;
82
+ creditsUsed: number;
83
83
  metadata?: {
84
84
  loadTime?: number | undefined;
85
85
  crawlDepth?: number | undefined;
86
86
  maxPagesReached?: boolean | undefined;
87
87
  } | undefined;
88
88
  }, {
89
- error: string;
90
- success: boolean;
91
89
  url: string;
90
+ success: boolean;
91
+ error: string;
92
92
  pages: {
93
93
  content: string;
94
94
  url: string;
95
95
  title?: string | undefined;
96
96
  depth?: number | undefined;
97
97
  }[];
98
- creditsUsed: number;
99
98
  totalPages: number;
99
+ creditsUsed: number;
100
100
  metadata?: {
101
101
  loadTime?: number | undefined;
102
102
  crawlDepth?: number | undefined;
@@ -125,19 +125,19 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
125
125
  waitFor: number;
126
126
  credentials?: Partial<Record<CredentialType, string>> | undefined;
127
127
  maxPages?: number | undefined;
128
- excludePaths?: string[] | undefined;
129
- includePaths?: string[] | undefined;
130
128
  crawlDepth?: number | undefined;
129
+ includePaths?: string[] | undefined;
130
+ excludePaths?: string[] | undefined;
131
131
  }, {
132
132
  url: string;
133
133
  format?: "markdown" | undefined;
134
134
  credentials?: Partial<Record<CredentialType, string>> | undefined;
135
135
  onlyMainContent?: boolean | undefined;
136
- waitFor?: number | undefined;
137
136
  maxPages?: number | undefined;
138
- excludePaths?: string[] | undefined;
139
- includePaths?: string[] | undefined;
140
137
  crawlDepth?: number | undefined;
138
+ includePaths?: string[] | undefined;
139
+ excludePaths?: string[] | undefined;
140
+ waitFor?: number | undefined;
141
141
  }>;
142
142
  static readonly resultSchema: z.ZodObject<{
143
143
  url: z.ZodString;
@@ -175,34 +175,34 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
175
175
  maxPagesReached?: boolean | undefined;
176
176
  }>>;
177
177
  }, "strip", z.ZodTypeAny, {
178
- error: string;
179
- success: boolean;
180
178
  url: string;
179
+ success: boolean;
180
+ error: string;
181
181
  pages: {
182
182
  content: string;
183
183
  url: string;
184
184
  title?: string | undefined;
185
185
  depth?: number | undefined;
186
186
  }[];
187
- creditsUsed: number;
188
187
  totalPages: number;
188
+ creditsUsed: number;
189
189
  metadata?: {
190
190
  loadTime?: number | undefined;
191
191
  crawlDepth?: number | undefined;
192
192
  maxPagesReached?: boolean | undefined;
193
193
  } | undefined;
194
194
  }, {
195
- error: string;
196
- success: boolean;
197
195
  url: string;
196
+ success: boolean;
197
+ error: string;
198
198
  pages: {
199
199
  content: string;
200
200
  url: string;
201
201
  title?: string | undefined;
202
202
  depth?: number | undefined;
203
203
  }[];
204
- creditsUsed: number;
205
204
  totalPages: number;
205
+ creditsUsed: number;
206
206
  metadata?: {
207
207
  loadTime?: number | undefined;
208
208
  crawlDepth?: number | undefined;
@@ -40,9 +40,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
40
40
  pageTitle?: string | undefined;
41
41
  }>>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- error: string;
44
- success: boolean;
45
43
  url: string;
44
+ success: boolean;
45
+ error: string;
46
46
  metadata?: {
47
47
  statusCode?: number | undefined;
48
48
  extractionTime?: number | undefined;
@@ -50,9 +50,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
50
50
  } | undefined;
51
51
  extractedData?: any;
52
52
  }, {
53
- error: string;
54
- success: boolean;
55
53
  url: string;
54
+ success: boolean;
55
+ error: string;
56
56
  metadata?: {
57
57
  statusCode?: number | undefined;
58
58
  extractionTime?: number | undefined;
@@ -103,9 +103,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
103
103
  pageTitle?: string | undefined;
104
104
  }>>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- error: string;
107
- success: boolean;
108
106
  url: string;
107
+ success: boolean;
108
+ error: string;
109
109
  metadata?: {
110
110
  statusCode?: number | undefined;
111
111
  extractionTime?: number | undefined;
@@ -113,9 +113,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
113
113
  } | undefined;
114
114
  extractedData?: any;
115
115
  }, {
116
- error: string;
117
- success: boolean;
118
116
  url: string;
117
+ success: boolean;
118
+ error: string;
119
119
  metadata?: {
120
120
  statusCode?: number | undefined;
121
121
  extractionTime?: number | undefined;
@@ -39,10 +39,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
39
39
  }, "strip", z.ZodTypeAny, {
40
40
  format: string;
41
41
  title: string;
42
- error: string;
43
- success: boolean;
44
42
  content: string;
45
43
  url: string;
44
+ success: boolean;
45
+ error: string;
46
46
  creditsUsed: number;
47
47
  metadata?: {
48
48
  statusCode?: number | undefined;
@@ -51,10 +51,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
51
51
  }, {
52
52
  format: string;
53
53
  title: string;
54
- error: string;
55
- success: boolean;
56
54
  content: string;
57
55
  url: string;
56
+ success: boolean;
57
+ error: string;
58
58
  creditsUsed: number;
59
59
  metadata?: {
60
60
  statusCode?: number | undefined;
@@ -103,10 +103,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
103
103
  }, "strip", z.ZodTypeAny, {
104
104
  format: string;
105
105
  title: string;
106
- error: string;
107
- success: boolean;
108
106
  content: string;
109
107
  url: string;
108
+ success: boolean;
109
+ error: string;
110
110
  creditsUsed: number;
111
111
  metadata?: {
112
112
  statusCode?: number | undefined;
@@ -115,10 +115,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
115
115
  }, {
116
116
  format: string;
117
117
  title: string;
118
- error: string;
119
- success: boolean;
120
118
  content: string;
121
119
  url: string;
120
+ success: boolean;
121
+ error: string;
122
122
  creditsUsed: number;
123
123
  metadata?: {
124
124
  statusCode?: number | undefined;
@@ -42,29 +42,29 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
42
42
  success: z.ZodBoolean;
43
43
  error: z.ZodString;
44
44
  }, "strip", z.ZodTypeAny, {
45
- error: string;
46
45
  success: boolean;
46
+ error: string;
47
47
  query: string;
48
48
  results: {
49
49
  title: string;
50
50
  content: string;
51
51
  url: string;
52
52
  }[];
53
- creditsUsed: number;
54
53
  totalResults: number;
55
54
  searchEngine: string;
55
+ creditsUsed: number;
56
56
  }, {
57
- error: string;
58
57
  success: boolean;
58
+ error: string;
59
59
  query: string;
60
60
  results: {
61
61
  title: string;
62
62
  content: string;
63
63
  url: string;
64
64
  }[];
65
- creditsUsed: number;
66
65
  totalResults: number;
67
66
  searchEngine: string;
67
+ creditsUsed: number;
68
68
  }>;
69
69
  type WebSearchToolParams = z.output<typeof WebSearchToolParamsSchema>;
70
70
  type WebSearchToolResult = z.output<typeof WebSearchToolResultSchema>;
@@ -111,29 +111,29 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
111
111
  success: z.ZodBoolean;
112
112
  error: z.ZodString;
113
113
  }, "strip", z.ZodTypeAny, {
114
- error: string;
115
114
  success: boolean;
115
+ error: string;
116
116
  query: string;
117
117
  results: {
118
118
  title: string;
119
119
  content: string;
120
120
  url: string;
121
121
  }[];
122
- creditsUsed: number;
123
122
  totalResults: number;
124
123
  searchEngine: string;
124
+ creditsUsed: number;
125
125
  }, {
126
- error: string;
127
126
  success: boolean;
127
+ error: string;
128
128
  query: string;
129
129
  results: {
130
130
  title: string;
131
131
  content: string;
132
132
  url: string;
133
133
  }[];
134
- creditsUsed: number;
135
134
  totalResults: number;
136
135
  searchEngine: string;
136
+ creditsUsed: number;
137
137
  }>;
138
138
  static readonly shortDescription = "Performs web searches using Firecrawl to find current information from the web";
139
139
  static readonly longDescription = "\n A comprehensive web search tool that uses Firecrawl to find current information from the web.\n \n Features:\n - High-quality web search results with content extraction\n - Configurable result limits (1-20 results)\n - Location-based search for regional results\n - Clean, structured content extraction from search results\n - Requires FIRECRAWL_API_KEY credential\n \n Use cases:\n - Finding current events and news\n - Researching topics with web content\n - Getting up-to-date information for decision making\n - Answering questions that require web knowledge\n - Market research and competitive analysis\n - Real-time data gathering from the web\n ";
@@ -11,14 +11,14 @@ declare const YCFounderSchema: z.ZodObject<{
11
11
  }, "strip", z.ZodTypeAny, {
12
12
  title: string | null;
13
13
  name: string | null;
14
- linkedinUrl: string | null;
15
14
  bio: string | null;
15
+ linkedinUrl: string | null;
16
16
  twitterUrl: string | null;
17
17
  }, {
18
18
  title: string | null;
19
19
  name: string | null;
20
- linkedinUrl: string | null;
21
20
  bio: string | null;
21
+ linkedinUrl: string | null;
22
22
  twitterUrl: string | null;
23
23
  }>;
24
24
  declare const YCCompanySchema: z.ZodObject<{
@@ -36,41 +36,41 @@ declare const YCCompanySchema: z.ZodObject<{
36
36
  }, "strip", z.ZodTypeAny, {
37
37
  title: string | null;
38
38
  name: string | null;
39
- linkedinUrl: string | null;
40
39
  bio: string | null;
40
+ linkedinUrl: string | null;
41
41
  twitterUrl: string | null;
42
42
  }, {
43
43
  title: string | null;
44
44
  name: string | null;
45
- linkedinUrl: string | null;
46
45
  bio: string | null;
46
+ linkedinUrl: string | null;
47
47
  twitterUrl: string | null;
48
48
  }>, "many">;
49
49
  }, "strip", z.ZodTypeAny, {
50
50
  description: string | null;
51
- batch: string | null;
52
51
  companyName: string | null;
53
52
  website: string | null;
54
53
  founders: {
55
54
  title: string | null;
56
55
  name: string | null;
57
- linkedinUrl: string | null;
58
56
  bio: string | null;
57
+ linkedinUrl: string | null;
59
58
  twitterUrl: string | null;
60
59
  }[];
60
+ batch: string | null;
61
61
  ycUrl: string | null;
62
62
  }, {
63
63
  description: string | null;
64
- batch: string | null;
65
64
  companyName: string | null;
66
65
  website: string | null;
67
66
  founders: {
68
67
  title: string | null;
69
68
  name: string | null;
70
- linkedinUrl: string | null;
71
69
  bio: string | null;
70
+ linkedinUrl: string | null;
72
71
  twitterUrl: string | null;
73
72
  }[];
73
+ batch: string | null;
74
74
  ycUrl: string | null;
75
75
  }>;
76
76
  declare const YCPersonSchema: z.ZodObject<{
@@ -91,8 +91,8 @@ declare const YCPersonSchema: z.ZodObject<{
91
91
  title: string | null;
92
92
  name: string | null;
93
93
  emails: string[] | null;
94
- linkedinUrl: string | null;
95
94
  bio: string | null;
95
+ linkedinUrl: string | null;
96
96
  currentEmployers: {
97
97
  companyName: string | null;
98
98
  }[];
@@ -101,8 +101,8 @@ declare const YCPersonSchema: z.ZodObject<{
101
101
  title: string | null;
102
102
  name: string | null;
103
103
  emails: string[] | null;
104
- linkedinUrl: string | null;
105
104
  bio: string | null;
105
+ linkedinUrl: string | null;
106
106
  currentEmployers: {
107
107
  companyName: string | null;
108
108
  }[];
@@ -115,14 +115,14 @@ declare const YCScraperToolParamsSchema: z.ZodObject<{
115
115
  includeFounders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
116
116
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
117
117
  }, "strip", z.ZodTypeAny, {
118
- credentials?: Partial<Record<CredentialType, string>> | undefined;
119
118
  url?: string | undefined;
119
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
120
120
  batch?: string | undefined;
121
121
  maxCompanies?: number | undefined;
122
122
  includeFounders?: boolean | undefined;
123
123
  }, {
124
- credentials?: Partial<Record<CredentialType, string>> | undefined;
125
124
  url?: string | undefined;
125
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
126
126
  batch?: string | undefined;
127
127
  maxCompanies?: number | undefined;
128
128
  includeFounders?: boolean | undefined;
@@ -146,8 +146,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
146
146
  title: string | null;
147
147
  name: string | null;
148
148
  emails: string[] | null;
149
- linkedinUrl: string | null;
150
149
  bio: string | null;
150
+ linkedinUrl: string | null;
151
151
  currentEmployers: {
152
152
  companyName: string | null;
153
153
  }[];
@@ -156,8 +156,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
156
156
  title: string | null;
157
157
  name: string | null;
158
158
  emails: string[] | null;
159
- linkedinUrl: string | null;
160
159
  bio: string | null;
160
+ linkedinUrl: string | null;
161
161
  currentEmployers: {
162
162
  companyName: string | null;
163
163
  }[];
@@ -178,41 +178,41 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
178
178
  }, "strip", z.ZodTypeAny, {
179
179
  title: string | null;
180
180
  name: string | null;
181
- linkedinUrl: string | null;
182
181
  bio: string | null;
182
+ linkedinUrl: string | null;
183
183
  twitterUrl: string | null;
184
184
  }, {
185
185
  title: string | null;
186
186
  name: string | null;
187
- linkedinUrl: string | null;
188
187
  bio: string | null;
188
+ linkedinUrl: string | null;
189
189
  twitterUrl: string | null;
190
190
  }>, "many">;
191
191
  }, "strip", z.ZodTypeAny, {
192
192
  description: string | null;
193
- batch: string | null;
194
193
  companyName: string | null;
195
194
  website: string | null;
196
195
  founders: {
197
196
  title: string | null;
198
197
  name: string | null;
199
- linkedinUrl: string | null;
200
198
  bio: string | null;
199
+ linkedinUrl: string | null;
201
200
  twitterUrl: string | null;
202
201
  }[];
202
+ batch: string | null;
203
203
  ycUrl: string | null;
204
204
  }, {
205
205
  description: string | null;
206
- batch: string | null;
207
206
  companyName: string | null;
208
207
  website: string | null;
209
208
  founders: {
210
209
  title: string | null;
211
210
  name: string | null;
212
- linkedinUrl: string | null;
213
211
  bio: string | null;
212
+ linkedinUrl: string | null;
214
213
  twitterUrl: string | null;
215
214
  }[];
215
+ batch: string | null;
216
216
  ycUrl: string | null;
217
217
  }>, "many">;
218
218
  totalPeople: z.ZodNumber;
@@ -222,65 +222,65 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
222
222
  success: z.ZodBoolean;
223
223
  error: z.ZodString;
224
224
  }, "strip", z.ZodTypeAny, {
225
- error: string;
226
- success: boolean;
227
225
  url: string | null;
228
- batch: string | null;
226
+ success: boolean;
227
+ error: string;
229
228
  people: {
230
229
  title: string | null;
231
230
  name: string | null;
232
231
  emails: string[] | null;
233
- linkedinUrl: string | null;
234
232
  bio: string | null;
233
+ linkedinUrl: string | null;
235
234
  currentEmployers: {
236
235
  companyName: string | null;
237
236
  }[];
238
237
  twitterUrl: string | null;
239
238
  }[];
239
+ batch: string | null;
240
240
  companies: {
241
241
  description: string | null;
242
- batch: string | null;
243
242
  companyName: string | null;
244
243
  website: string | null;
245
244
  founders: {
246
245
  title: string | null;
247
246
  name: string | null;
248
- linkedinUrl: string | null;
249
247
  bio: string | null;
248
+ linkedinUrl: string | null;
250
249
  twitterUrl: string | null;
251
250
  }[];
251
+ batch: string | null;
252
252
  ycUrl: string | null;
253
253
  }[];
254
254
  totalPeople: number;
255
255
  totalCompanies: number;
256
256
  }, {
257
- error: string;
258
- success: boolean;
259
257
  url: string | null;
260
- batch: string | null;
258
+ success: boolean;
259
+ error: string;
261
260
  people: {
262
261
  title: string | null;
263
262
  name: string | null;
264
263
  emails: string[] | null;
265
- linkedinUrl: string | null;
266
264
  bio: string | null;
265
+ linkedinUrl: string | null;
267
266
  currentEmployers: {
268
267
  companyName: string | null;
269
268
  }[];
270
269
  twitterUrl: string | null;
271
270
  }[];
271
+ batch: string | null;
272
272
  companies: {
273
273
  description: string | null;
274
- batch: string | null;
275
274
  companyName: string | null;
276
275
  website: string | null;
277
276
  founders: {
278
277
  title: string | null;
279
278
  name: string | null;
280
- linkedinUrl: string | null;
281
279
  bio: string | null;
280
+ linkedinUrl: string | null;
282
281
  twitterUrl: string | null;
283
282
  }[];
283
+ batch: string | null;
284
284
  ycUrl: string | null;
285
285
  }[];
286
286
  totalPeople: number;
@@ -313,14 +313,14 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
313
313
  includeFounders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
314
314
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
315
315
  }, "strip", z.ZodTypeAny, {
316
- credentials?: Partial<Record<CredentialType, string>> | undefined;
317
316
  url?: string | undefined;
317
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
318
318
  batch?: string | undefined;
319
319
  maxCompanies?: number | undefined;
320
320
  includeFounders?: boolean | undefined;
321
321
  }, {
322
- credentials?: Partial<Record<CredentialType, string>> | undefined;
323
322
  url?: string | undefined;
323
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
324
324
  batch?: string | undefined;
325
325
  maxCompanies?: number | undefined;
326
326
  includeFounders?: boolean | undefined;
@@ -344,8 +344,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
344
344
  title: string | null;
345
345
  name: string | null;
346
346
  emails: string[] | null;
347
- linkedinUrl: string | null;
348
347
  bio: string | null;
348
+ linkedinUrl: string | null;
349
349
  currentEmployers: {
350
350
  companyName: string | null;
351
351
  }[];
@@ -354,8 +354,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
354
354
  title: string | null;
355
355
  name: string | null;
356
356
  emails: string[] | null;
357
- linkedinUrl: string | null;
358
357
  bio: string | null;
358
+ linkedinUrl: string | null;
359
359
  currentEmployers: {
360
360
  companyName: string | null;
361
361
  }[];
@@ -376,41 +376,41 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
376
376
  }, "strip", z.ZodTypeAny, {
377
377
  title: string | null;
378
378
  name: string | null;
379
- linkedinUrl: string | null;
380
379
  bio: string | null;
380
+ linkedinUrl: string | null;
381
381
  twitterUrl: string | null;
382
382
  }, {
383
383
  title: string | null;
384
384
  name: string | null;
385
- linkedinUrl: string | null;
386
385
  bio: string | null;
386
+ linkedinUrl: string | null;
387
387
  twitterUrl: string | null;
388
388
  }>, "many">;
389
389
  }, "strip", z.ZodTypeAny, {
390
390
  description: string | null;
391
- batch: string | null;
392
391
  companyName: string | null;
393
392
  website: string | null;
394
393
  founders: {
395
394
  title: string | null;
396
395
  name: string | null;
397
- linkedinUrl: string | null;
398
396
  bio: string | null;
397
+ linkedinUrl: string | null;
399
398
  twitterUrl: string | null;
400
399
  }[];
400
+ batch: string | null;
401
401
  ycUrl: string | null;
402
402
  }, {
403
403
  description: string | null;
404
- batch: string | null;
405
404
  companyName: string | null;
406
405
  website: string | null;
407
406
  founders: {
408
407
  title: string | null;
409
408
  name: string | null;
410
- linkedinUrl: string | null;
411
409
  bio: string | null;
410
+ linkedinUrl: string | null;
412
411
  twitterUrl: string | null;
413
412
  }[];
413
+ batch: string | null;
414
414
  ycUrl: string | null;
415
415
  }>, "many">;
416
416
  totalPeople: z.ZodNumber;
@@ -420,65 +420,65 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
420
420
  success: z.ZodBoolean;
421
421
  error: z.ZodString;
422
422
  }, "strip", z.ZodTypeAny, {
423
- error: string;
424
- success: boolean;
425
423
  url: string | null;
426
- batch: string | null;
424
+ success: boolean;
425
+ error: string;
427
426
  people: {
428
427
  title: string | null;
429
428
  name: string | null;
430
429
  emails: string[] | null;
431
- linkedinUrl: string | null;
432
430
  bio: string | null;
431
+ linkedinUrl: string | null;
433
432
  currentEmployers: {
434
433
  companyName: string | null;
435
434
  }[];
436
435
  twitterUrl: string | null;
437
436
  }[];
437
+ batch: string | null;
438
438
  companies: {
439
439
  description: string | null;
440
- batch: string | null;
441
440
  companyName: string | null;
442
441
  website: string | null;
443
442
  founders: {
444
443
  title: string | null;
445
444
  name: string | null;
446
- linkedinUrl: string | null;
447
445
  bio: string | null;
446
+ linkedinUrl: string | null;
448
447
  twitterUrl: string | null;
449
448
  }[];
449
+ batch: string | null;
450
450
  ycUrl: string | null;
451
451
  }[];
452
452
  totalPeople: number;
453
453
  totalCompanies: number;
454
454
  }, {
455
- error: string;
456
- success: boolean;
457
455
  url: string | null;
458
- batch: string | null;
456
+ success: boolean;
457
+ error: string;
459
458
  people: {
460
459
  title: string | null;
461
460
  name: string | null;
462
461
  emails: string[] | null;
463
- linkedinUrl: string | null;
464
462
  bio: string | null;
463
+ linkedinUrl: string | null;
465
464
  currentEmployers: {
466
465
  companyName: string | null;
467
466
  }[];
468
467
  twitterUrl: string | null;
469
468
  }[];
469
+ batch: string | null;
470
470
  companies: {
471
471
  description: string | null;
472
- batch: string | null;
473
472
  companyName: string | null;
474
473
  website: string | null;
475
474
  founders: {
476
475
  title: string | null;
477
476
  name: string | null;
478
- linkedinUrl: string | null;
479
477
  bio: string | null;
478
+ linkedinUrl: string | null;
480
479
  twitterUrl: string | null;
481
480
  }[];
481
+ batch: string | null;
482
482
  ycUrl: string | null;
483
483
  }[];
484
484
  totalPeople: number;