@bubblelab/bubble-core 0.1.38 → 0.1.40

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 (88) hide show
  1. package/dist/bubble-bundle.d.ts +90 -90
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +54 -54
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +5 -0
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +122 -105
  10. package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/ashby/ashby.js +25 -6
  12. package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
  13. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -3
  14. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
  15. package/dist/bubbles/service-bubble/ashby/ashby.schema.js +9 -5
  16. package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
  17. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +29 -29
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +64 -64
  19. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +142 -92
  20. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +104 -2
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
  23. package/dist/bubbles/service-bubble/crustdata/index.d.ts +1 -1
  24. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/crustdata/index.js +2 -0
  26. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -1
  27. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  28. package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
  29. package/dist/bubbles/service-bubble/followupboss.d.ts +324 -324
  30. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +301 -301
  31. package/dist/bubbles/service-bubble/github.d.ts +104 -104
  32. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  33. package/dist/bubbles/service-bubble/google-calendar.d.ts +116 -116
  34. package/dist/bubbles/service-bubble/google-drive.d.ts +88 -88
  35. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +38 -38
  36. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  38. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  39. package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +184 -184
  41. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  42. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  43. package/dist/bubbles/service-bubble/slack/slack.d.ts +370 -370
  44. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  45. package/dist/bubbles/service-bubble/telegram.d.ts +516 -516
  46. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
  47. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +160 -160
  51. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +46 -10
  52. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
  53. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +18 -7
  54. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
  55. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
  57. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
  58. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +133 -133
  59. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
  60. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +223 -223
  61. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  62. package/dist/bubbles/tool-bubble/people-search-tool.js +28 -13
  63. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  64. package/dist/bubbles/tool-bubble/people-search-utils.d.ts +19 -0
  65. package/dist/bubbles/tool-bubble/people-search-utils.d.ts.map +1 -0
  66. package/dist/bubbles/tool-bubble/people-search-utils.js +268 -0
  67. package/dist/bubbles/tool-bubble/people-search-utils.js.map +1 -0
  68. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +26 -26
  69. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +12 -12
  70. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  72. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
  74. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  75. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  76. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
  78. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  79. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  80. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  81. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  82. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  83. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  84. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  85. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +58 -58
  86. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  87. package/dist/bubbles.json +56 -77
  88. package/package.json +2 -2
@@ -70,8 +70,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
70
70
  }>>;
71
71
  }, "strip", z.ZodTypeAny, {
72
72
  url: string;
73
- success: boolean;
74
73
  error: string;
74
+ success: boolean;
75
75
  pages: {
76
76
  content: string;
77
77
  url: string;
@@ -87,8 +87,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
87
87
  } | undefined;
88
88
  }, {
89
89
  url: string;
90
- success: boolean;
91
90
  error: string;
91
+ success: boolean;
92
92
  pages: {
93
93
  content: string;
94
94
  url: string;
@@ -176,8 +176,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
176
176
  }>>;
177
177
  }, "strip", z.ZodTypeAny, {
178
178
  url: string;
179
- success: boolean;
180
179
  error: string;
180
+ success: boolean;
181
181
  pages: {
182
182
  content: string;
183
183
  url: string;
@@ -193,8 +193,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
193
193
  } | undefined;
194
194
  }, {
195
195
  url: string;
196
- success: boolean;
197
196
  error: string;
197
+ success: boolean;
198
198
  pages: {
199
199
  content: string;
200
200
  url: string;
@@ -41,8 +41,8 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
41
41
  }>>;
42
42
  }, "strip", z.ZodTypeAny, {
43
43
  url: string;
44
- success: boolean;
45
44
  error: string;
45
+ success: boolean;
46
46
  metadata?: {
47
47
  statusCode?: number | undefined;
48
48
  extractionTime?: number | undefined;
@@ -51,8 +51,8 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
51
51
  extractedData?: any;
52
52
  }, {
53
53
  url: string;
54
- success: boolean;
55
54
  error: string;
55
+ success: boolean;
56
56
  metadata?: {
57
57
  statusCode?: number | undefined;
58
58
  extractionTime?: number | undefined;
@@ -104,8 +104,8 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
104
104
  }>>;
105
105
  }, "strip", z.ZodTypeAny, {
106
106
  url: string;
107
- success: boolean;
108
107
  error: string;
108
+ success: boolean;
109
109
  metadata?: {
110
110
  statusCode?: number | undefined;
111
111
  extractionTime?: number | undefined;
@@ -114,8 +114,8 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
114
114
  extractedData?: any;
115
115
  }, {
116
116
  url: string;
117
- success: boolean;
118
117
  error: string;
118
+ success: boolean;
119
119
  metadata?: {
120
120
  statusCode?: number | undefined;
121
121
  extractionTime?: number | undefined;
@@ -41,8 +41,8 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
41
41
  title: string;
42
42
  content: string;
43
43
  url: string;
44
- success: boolean;
45
44
  error: string;
45
+ success: boolean;
46
46
  creditsUsed: number;
47
47
  metadata?: {
48
48
  statusCode?: number | undefined;
@@ -53,8 +53,8 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
53
53
  title: string;
54
54
  content: string;
55
55
  url: string;
56
- success: boolean;
57
56
  error: string;
57
+ success: boolean;
58
58
  creditsUsed: number;
59
59
  metadata?: {
60
60
  statusCode?: number | undefined;
@@ -105,8 +105,8 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
105
105
  title: string;
106
106
  content: string;
107
107
  url: string;
108
- success: boolean;
109
108
  error: string;
109
+ success: boolean;
110
110
  creditsUsed: number;
111
111
  metadata?: {
112
112
  statusCode?: number | undefined;
@@ -117,8 +117,8 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
117
117
  title: string;
118
118
  content: string;
119
119
  url: string;
120
- success: boolean;
121
120
  error: string;
121
+ success: boolean;
122
122
  creditsUsed: number;
123
123
  metadata?: {
124
124
  statusCode?: number | undefined;
@@ -9,16 +9,16 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
9
9
  location: z.ZodOptional<z.ZodString>;
10
10
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- limit: number;
13
12
  query: string;
13
+ limit: number;
14
14
  categories: ("github" | "pdf" | "research")[];
15
- location?: string | undefined;
16
15
  credentials?: Partial<Record<CredentialType, string>> | undefined;
16
+ location?: string | undefined;
17
17
  }, {
18
18
  query: string;
19
- location?: string | undefined;
20
- limit?: number | undefined;
21
19
  credentials?: Partial<Record<CredentialType, string>> | undefined;
20
+ limit?: number | undefined;
21
+ location?: string | undefined;
22
22
  categories?: ("github" | "pdf" | "research")[] | undefined;
23
23
  }>;
24
24
  declare const WebSearchToolResultSchema: z.ZodObject<{
@@ -42,26 +42,26 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
42
42
  success: z.ZodBoolean;
43
43
  error: z.ZodString;
44
44
  }, "strip", z.ZodTypeAny, {
45
- success: boolean;
46
45
  error: string;
46
+ success: boolean;
47
+ query: string;
47
48
  results: {
48
49
  title: string;
49
50
  content: string;
50
51
  url: string;
51
52
  }[];
52
- query: string;
53
53
  creditsUsed: number;
54
54
  totalResults: number;
55
55
  searchEngine: string;
56
56
  }, {
57
- success: boolean;
58
57
  error: string;
58
+ success: boolean;
59
+ query: string;
59
60
  results: {
60
61
  title: string;
61
62
  content: string;
62
63
  url: string;
63
64
  }[];
64
- query: string;
65
65
  creditsUsed: number;
66
66
  totalResults: number;
67
67
  searchEngine: string;
@@ -78,16 +78,16 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
78
78
  location: z.ZodOptional<z.ZodString>;
79
79
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
80
80
  }, "strip", z.ZodTypeAny, {
81
- limit: number;
82
81
  query: string;
82
+ limit: number;
83
83
  categories: ("github" | "pdf" | "research")[];
84
- location?: string | undefined;
85
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
+ location?: string | undefined;
86
86
  }, {
87
87
  query: string;
88
- location?: string | undefined;
89
- limit?: number | undefined;
90
88
  credentials?: Partial<Record<CredentialType, string>> | undefined;
89
+ limit?: number | undefined;
90
+ location?: string | undefined;
91
91
  categories?: ("github" | "pdf" | "research")[] | undefined;
92
92
  }>;
93
93
  static readonly resultSchema: z.ZodObject<{
@@ -111,26 +111,26 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
111
111
  success: z.ZodBoolean;
112
112
  error: z.ZodString;
113
113
  }, "strip", z.ZodTypeAny, {
114
- success: boolean;
115
114
  error: string;
115
+ success: boolean;
116
+ query: string;
116
117
  results: {
117
118
  title: string;
118
119
  content: string;
119
120
  url: string;
120
121
  }[];
121
- query: string;
122
122
  creditsUsed: number;
123
123
  totalResults: number;
124
124
  searchEngine: string;
125
125
  }, {
126
- success: boolean;
127
126
  error: string;
127
+ success: boolean;
128
+ query: string;
128
129
  results: {
129
130
  title: string;
130
131
  content: string;
131
132
  url: string;
132
133
  }[];
133
- query: string;
134
134
  creditsUsed: number;
135
135
  totalResults: number;
136
136
  searchEngine: string;
@@ -149,8 +149,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
149
149
  success: z.ZodBoolean;
150
150
  error: z.ZodString;
151
151
  }, "strip", z.ZodTypeAny, {
152
- success: boolean;
153
152
  error: string;
153
+ success: boolean;
154
154
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
155
155
  totalResults: number;
156
156
  videos?: {
@@ -175,8 +175,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
175
175
  }[] | undefined;
176
176
  fullTranscriptText?: string | undefined;
177
177
  }, {
178
- success: boolean;
179
178
  error: string;
179
+ success: boolean;
180
180
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
181
181
  totalResults: number;
182
182
  videos?: {
@@ -307,8 +307,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
307
307
  success: z.ZodBoolean;
308
308
  error: z.ZodString;
309
309
  }, "strip", z.ZodTypeAny, {
310
- success: boolean;
311
310
  error: string;
311
+ success: boolean;
312
312
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
313
313
  totalResults: number;
314
314
  videos?: {
@@ -333,8 +333,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
333
333
  }[] | undefined;
334
334
  fullTranscriptText?: string | undefined;
335
335
  }, {
336
- success: boolean;
337
336
  error: string;
337
+ success: boolean;
338
338
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
339
339
  totalResults: number;
340
340
  videos?: {
@@ -107,8 +107,8 @@ declare const DatabaseAnalyzerResultSchema: z.ZodObject<{
107
107
  analysisTimestamp: Date;
108
108
  }>>;
109
109
  }, "strip", z.ZodTypeAny, {
110
- success: boolean;
111
110
  error: string;
111
+ success: boolean;
112
112
  databaseSchema?: {
113
113
  rawData?: Record<string, unknown>[] | undefined;
114
114
  cleanedJSON?: string | undefined;
@@ -121,8 +121,8 @@ declare const DatabaseAnalyzerResultSchema: z.ZodObject<{
121
121
  analysisTimestamp: Date;
122
122
  } | undefined;
123
123
  }, {
124
- success: boolean;
125
124
  error: string;
125
+ success: boolean;
126
126
  databaseSchema?: {
127
127
  rawData?: Record<string, unknown>[] | undefined;
128
128
  cleanedJSON?: string | undefined;
@@ -261,8 +261,8 @@ export declare class DatabaseAnalyzerWorkflowBubble extends WorkflowBubble<Datab
261
261
  analysisTimestamp: Date;
262
262
  }>>;
263
263
  }, "strip", z.ZodTypeAny, {
264
- success: boolean;
265
264
  error: string;
265
+ success: boolean;
266
266
  databaseSchema?: {
267
267
  rawData?: Record<string, unknown>[] | undefined;
268
268
  cleanedJSON?: string | undefined;
@@ -275,8 +275,8 @@ export declare class DatabaseAnalyzerWorkflowBubble extends WorkflowBubble<Datab
275
275
  analysisTimestamp: Date;
276
276
  } | undefined;
277
277
  }, {
278
- success: boolean;
279
278
  error: string;
279
+ success: boolean;
280
280
  databaseSchema?: {
281
281
  rawData?: Record<string, unknown>[] | undefined;
282
282
  cleanedJSON?: string | undefined;
@@ -213,8 +213,8 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
213
213
  success: z.ZodBoolean;
214
214
  error: z.ZodString;
215
215
  }, "strip", z.ZodTypeAny, {
216
- success: boolean;
217
216
  error: string;
217
+ success: boolean;
218
218
  metadata: {
219
219
  processingTime: number;
220
220
  totalDocuments: number;
@@ -239,8 +239,8 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
239
239
  csv?: string | undefined;
240
240
  };
241
241
  }, {
242
- success: boolean;
243
242
  error: string;
243
+ success: boolean;
244
244
  metadata: {
245
245
  processingTime: number;
246
246
  totalDocuments: number;
@@ -465,8 +465,8 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
465
465
  success: z.ZodBoolean;
466
466
  error: z.ZodString;
467
467
  }, "strip", z.ZodTypeAny, {
468
- success: boolean;
469
468
  error: string;
469
+ success: boolean;
470
470
  metadata: {
471
471
  processingTime: number;
472
472
  totalDocuments: number;
@@ -491,8 +491,8 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
491
491
  csv?: string | undefined;
492
492
  };
493
493
  }, {
494
- success: boolean;
495
494
  error: string;
495
+ success: boolean;
496
496
  metadata: {
497
497
  processingTime: number;
498
498
  totalDocuments: number;
@@ -269,8 +269,8 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
269
269
  success: z.ZodBoolean;
270
270
  error: z.ZodString;
271
271
  }, "strip", z.ZodTypeAny, {
272
- success: boolean;
273
272
  error: string;
273
+ success: boolean;
274
274
  metadata: {
275
275
  totalPages: number;
276
276
  processingTime: number;
@@ -305,8 +305,8 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
305
305
  fileUrl?: string | undefined;
306
306
  }[] | undefined;
307
307
  }, {
308
- success: boolean;
309
308
  error: string;
309
+ success: boolean;
310
310
  metadata: {
311
311
  totalPages: number;
312
312
  processingTime: number;
@@ -597,8 +597,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
597
597
  success: z.ZodBoolean;
598
598
  error: z.ZodString;
599
599
  }, "strip", z.ZodTypeAny, {
600
- success: boolean;
601
600
  error: string;
601
+ success: boolean;
602
602
  metadata: {
603
603
  totalPages: number;
604
604
  processingTime: number;
@@ -633,8 +633,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
633
633
  fileUrl?: string | undefined;
634
634
  }[] | undefined;
635
635
  }, {
636
- success: boolean;
637
636
  error: string;
637
+ success: boolean;
638
638
  metadata: {
639
639
  totalPages: number;
640
640
  processingTime: number;