@bubblelab/bubble-core 0.1.76 → 0.1.78

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 (48) hide show
  1. package/dist/bubble-bundle.d.ts +73 -72
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +38 -38
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  4. package/dist/bubbles/service-bubble/ai-agent.js +1 -0
  5. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  6. package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
  7. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  8. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  12. package/dist/bubbles/service-bubble/firecrawl.d.ts +242 -242
  13. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  14. package/dist/bubbles/service-bubble/github.d.ts +40 -40
  15. package/dist/bubbles/service-bubble/gmail.d.ts +124 -124
  16. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  17. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/jira/jira.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +10 -10
  20. package/dist/bubbles/service-bubble/notion/notion.d.ts +453 -453
  21. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  22. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/slack/slack.d.ts +295 -295
  24. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +4 -4
  25. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
  26. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  27. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  28. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  29. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
  30. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  31. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +52 -52
  32. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
  33. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  34. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  35. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  36. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  37. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +36 -36
  38. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  42. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  43. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  44. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
  45. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +18 -18
  46. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +118 -118
  47. package/dist/bubbles.json +4 -3
  48. package/package.json +2 -2
@@ -46,14 +46,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
46
46
  }, "strip", import("zod").ZodTypeAny, {
47
47
  name: string;
48
48
  operation: "create_customer";
49
- credentials?: Partial<Record<CredentialType, string>> | undefined;
50
49
  email?: string | undefined;
50
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
51
51
  metadata?: Record<string, string> | undefined;
52
52
  }, {
53
53
  name: string;
54
54
  operation: "create_customer";
55
- credentials?: Partial<Record<CredentialType, string>> | undefined;
56
55
  email?: string | undefined;
56
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
57
57
  metadata?: Record<string, string> | undefined;
58
58
  }>, import("zod").ZodObject<{
59
59
  operation: import("zod").ZodLiteral<"list_customers">;
@@ -63,12 +63,12 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
63
63
  }, "strip", import("zod").ZodTypeAny, {
64
64
  operation: "list_customers";
65
65
  limit: number;
66
- credentials?: Partial<Record<CredentialType, string>> | undefined;
67
66
  email?: string | undefined;
67
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
68
68
  }, {
69
69
  operation: "list_customers";
70
- credentials?: Partial<Record<CredentialType, string>> | undefined;
71
70
  email?: string | undefined;
71
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
72
72
  limit?: number | undefined;
73
73
  }>, import("zod").ZodObject<{
74
74
  operation: import("zod").ZodLiteral<"create_product">;
@@ -224,14 +224,14 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
224
224
  }, "strip", z.ZodTypeAny, {
225
225
  name: string;
226
226
  operation: "create_customer";
227
- credentials?: Partial<Record<CredentialType, string>> | undefined;
228
227
  email?: string | undefined;
228
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
229
229
  metadata?: Record<string, string> | undefined;
230
230
  }, {
231
231
  name: string;
232
232
  operation: "create_customer";
233
- credentials?: Partial<Record<CredentialType, string>> | undefined;
234
233
  email?: string | undefined;
234
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
235
235
  metadata?: Record<string, string> | undefined;
236
236
  }>, z.ZodObject<{
237
237
  operation: z.ZodLiteral<"list_customers">;
@@ -241,12 +241,12 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
241
241
  }, "strip", z.ZodTypeAny, {
242
242
  operation: "list_customers";
243
243
  limit: number;
244
- credentials?: Partial<Record<CredentialType, string>> | undefined;
245
244
  email?: string | undefined;
245
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
246
246
  }, {
247
247
  operation: "list_customers";
248
- credentials?: Partial<Record<CredentialType, string>> | undefined;
249
248
  email?: string | undefined;
249
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
250
250
  limit?: number | undefined;
251
251
  }>, z.ZodObject<{
252
252
  operation: z.ZodLiteral<"create_product">;
@@ -98,12 +98,12 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
98
98
  }, "strip", import("zod").ZodTypeAny, {
99
99
  operation: "screenshot";
100
100
  full_page: boolean;
101
- credentials?: Partial<Record<CredentialType, string>> | undefined;
102
101
  url?: string | undefined;
102
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
103
103
  }, {
104
104
  operation: "screenshot";
105
- credentials?: Partial<Record<CredentialType, string>> | undefined;
106
105
  url?: string | undefined;
106
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
107
107
  full_page?: boolean | undefined;
108
108
  }>]>;
109
109
  static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
@@ -98,12 +98,12 @@ export declare const AmazonShoppingToolParamsSchema: z.ZodDiscriminatedUnion<"op
98
98
  }, "strip", z.ZodTypeAny, {
99
99
  operation: "screenshot";
100
100
  full_page: boolean;
101
- credentials?: Partial<Record<CredentialType, string>> | undefined;
102
101
  url?: string | undefined;
102
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
103
103
  }, {
104
104
  operation: "screenshot";
105
- credentials?: Partial<Record<CredentialType, string>> | undefined;
106
105
  url?: string | undefined;
106
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
107
107
  full_page?: boolean | undefined;
108
108
  }>]>;
109
109
  /**
@@ -119,13 +119,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
119
119
  error: z.ZodString;
120
120
  }, "strip", z.ZodTypeAny, {
121
121
  valid: boolean;
122
- error: string;
123
- success: boolean;
124
122
  metadata: {
125
123
  strictMode: boolean;
126
124
  validatedAt: string;
127
125
  codeLength: number;
128
126
  };
127
+ error: string;
128
+ success: boolean;
129
129
  errors?: string[] | undefined;
130
130
  bubbles?: {
131
131
  bubbleName: string;
@@ -144,13 +144,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
144
144
  bubbleCount?: number | undefined;
145
145
  }, {
146
146
  valid: boolean;
147
- error: string;
148
- success: boolean;
149
147
  metadata: {
150
148
  strictMode: boolean;
151
149
  validatedAt: string;
152
150
  codeLength: number;
153
151
  };
152
+ error: string;
153
+ success: boolean;
154
154
  errors?: string[] | undefined;
155
155
  bubbles?: {
156
156
  bubbleName: string;
@@ -268,13 +268,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
268
268
  error: z.ZodString;
269
269
  }, "strip", z.ZodTypeAny, {
270
270
  valid: boolean;
271
- error: string;
272
- success: boolean;
273
271
  metadata: {
274
272
  strictMode: boolean;
275
273
  validatedAt: string;
276
274
  codeLength: number;
277
275
  };
276
+ error: string;
277
+ success: boolean;
278
278
  errors?: string[] | undefined;
279
279
  bubbles?: {
280
280
  bubbleName: string;
@@ -293,13 +293,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
293
293
  bubbleCount?: number | undefined;
294
294
  }, {
295
295
  valid: boolean;
296
- error: string;
297
- success: boolean;
298
296
  metadata: {
299
297
  strictMode: boolean;
300
298
  validatedAt: string;
301
299
  codeLength: number;
302
300
  };
301
+ error: string;
302
+ success: boolean;
303
303
  errors?: string[] | undefined;
304
304
  bubbles?: {
305
305
  bubbleName: string;
@@ -46,8 +46,8 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
46
46
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
47
47
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
48
48
  }, "strip", z.ZodTypeAny, {
49
- data: Record<string, unknown>[];
50
49
  reasoning: string;
50
+ data: Record<string, unknown>[];
51
51
  width: number;
52
52
  height: number;
53
53
  chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
@@ -71,8 +71,8 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
71
71
  advancedConfig?: Record<string, unknown> | undefined;
72
72
  filePath?: string | undefined;
73
73
  }, {
74
- data: Record<string, unknown>[];
75
74
  reasoning: string;
75
+ data: Record<string, unknown>[];
76
76
  chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
77
77
  options?: {
78
78
  title?: string | undefined;
@@ -139,8 +139,6 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
139
139
  success: z.ZodBoolean;
140
140
  error: z.ZodString;
141
141
  }, "strip", z.ZodTypeAny, {
142
- error: string;
143
- success: boolean;
144
142
  metadata: {
145
143
  colorScheme: string;
146
144
  generatedAt: string;
@@ -148,6 +146,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
148
146
  yColumn?: string | undefined;
149
147
  groupByColumn?: string | undefined;
150
148
  };
149
+ error: string;
150
+ success: boolean;
151
151
  chartType: string;
152
152
  chartConfig: Record<string, unknown>;
153
153
  datasetCount: number;
@@ -160,8 +160,6 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
160
160
  filePath?: string | undefined;
161
161
  fileExists?: boolean | undefined;
162
162
  }, {
163
- error: string;
164
- success: boolean;
165
163
  metadata: {
166
164
  colorScheme: string;
167
165
  generatedAt: string;
@@ -169,6 +167,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
169
167
  yColumn?: string | undefined;
170
168
  groupByColumn?: string | undefined;
171
169
  };
170
+ error: string;
171
+ success: boolean;
172
172
  chartType: string;
173
173
  chartConfig: Record<string, unknown>;
174
174
  datasetCount: number;
@@ -234,8 +234,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
234
234
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
235
235
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
236
236
  }, "strip", z.ZodTypeAny, {
237
- data: Record<string, unknown>[];
238
237
  reasoning: string;
238
+ data: Record<string, unknown>[];
239
239
  width: number;
240
240
  height: number;
241
241
  chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
@@ -259,8 +259,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
259
259
  advancedConfig?: Record<string, unknown> | undefined;
260
260
  filePath?: string | undefined;
261
261
  }, {
262
- data: Record<string, unknown>[];
263
262
  reasoning: string;
263
+ data: Record<string, unknown>[];
264
264
  chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
265
265
  options?: {
266
266
  title?: string | undefined;
@@ -324,8 +324,6 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
324
324
  success: z.ZodBoolean;
325
325
  error: z.ZodString;
326
326
  }, "strip", z.ZodTypeAny, {
327
- error: string;
328
- success: boolean;
329
327
  metadata: {
330
328
  colorScheme: string;
331
329
  generatedAt: string;
@@ -333,6 +331,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
333
331
  yColumn?: string | undefined;
334
332
  groupByColumn?: string | undefined;
335
333
  };
334
+ error: string;
335
+ success: boolean;
336
336
  chartType: string;
337
337
  chartConfig: Record<string, unknown>;
338
338
  datasetCount: number;
@@ -345,8 +345,6 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
345
345
  filePath?: string | undefined;
346
346
  fileExists?: boolean | undefined;
347
347
  }, {
348
- error: string;
349
- success: boolean;
350
348
  metadata: {
351
349
  colorScheme: string;
352
350
  generatedAt: string;
@@ -354,6 +352,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
354
352
  yColumn?: string | undefined;
355
353
  groupByColumn?: string | undefined;
356
354
  };
355
+ error: string;
356
+ success: boolean;
357
357
  chartType: string;
358
358
  chartConfig: Record<string, unknown>;
359
359
  datasetCount: number;
@@ -73,26 +73,26 @@ declare const EditBubbleFlowToolResultSchema: z.ZodObject<{
73
73
  success: z.ZodBoolean;
74
74
  error: z.ZodString;
75
75
  }, "strip", z.ZodTypeAny, {
76
- error: string;
77
- success: boolean;
78
76
  metadata: {
79
77
  originalLength: number;
80
78
  morphModel: string;
81
79
  editedAt: string;
82
80
  finalLength: number;
83
81
  };
82
+ error: string;
83
+ success: boolean;
84
84
  mergedCode: string;
85
85
  applied: boolean;
86
86
  diff?: string | undefined;
87
87
  }, {
88
- error: string;
89
- success: boolean;
90
88
  metadata: {
91
89
  originalLength: number;
92
90
  morphModel: string;
93
91
  editedAt: string;
94
92
  finalLength: number;
95
93
  };
94
+ error: string;
95
+ success: boolean;
96
96
  mergedCode: string;
97
97
  applied: boolean;
98
98
  diff?: string | undefined;
@@ -152,26 +152,26 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
152
152
  success: z.ZodBoolean;
153
153
  error: z.ZodString;
154
154
  }, "strip", z.ZodTypeAny, {
155
- error: string;
156
- success: boolean;
157
155
  metadata: {
158
156
  originalLength: number;
159
157
  morphModel: string;
160
158
  editedAt: string;
161
159
  finalLength: number;
162
160
  };
161
+ error: string;
162
+ success: boolean;
163
163
  mergedCode: string;
164
164
  applied: boolean;
165
165
  diff?: string | undefined;
166
166
  }, {
167
- error: string;
168
- success: boolean;
169
167
  metadata: {
170
168
  originalLength: number;
171
169
  morphModel: string;
172
170
  editedAt: string;
173
171
  finalLength: number;
174
172
  };
173
+ error: string;
174
+ success: boolean;
175
175
  mergedCode: string;
176
176
  applied: boolean;
177
177
  diff?: string | undefined;