@bubblelab/bubble-core 0.1.76 → 0.1.77

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 +54 -54
  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 +18 -18
  8. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +42 -42
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +318 -318
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/github.d.ts +40 -40
  14. package/dist/bubbles/service-bubble/gmail.d.ts +208 -208
  15. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  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/notion/notion.d.ts +453 -453
  20. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  21. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/slack/slack.d.ts +400 -400
  23. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +13 -13
  24. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  25. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  26. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
  27. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  28. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +289 -289
  29. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
  30. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  31. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  33. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  34. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +106 -106
  35. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  39. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +20 -20
  40. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  41. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +26 -26
  42. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +18 -18
  43. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +118 -118
  44. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
  45. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +11 -1
  46. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
  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">;
@@ -299,8 +299,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
299
299
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
300
300
  }, "strip", import("zod").ZodTypeAny, {
301
301
  operation: "cancel_subscription";
302
- cancel_at_period_end: boolean;
303
302
  subscription_id: string;
303
+ cancel_at_period_end: boolean;
304
304
  credentials?: Partial<Record<CredentialType, string>> | undefined;
305
305
  }, {
306
306
  operation: "cancel_subscription";
@@ -550,7 +550,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
550
550
  created: import("zod").ZodNumber;
551
551
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
552
552
  }, "strip", import("zod").ZodTypeAny, {
553
- type: "one_time" | "recurring";
553
+ type: "recurring" | "one_time";
554
554
  id: string;
555
555
  created: number;
556
556
  currency: string;
@@ -559,7 +559,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
559
559
  unit_amount: number | null;
560
560
  metadata?: Record<string, string> | undefined;
561
561
  }, {
562
- type: "one_time" | "recurring";
562
+ type: "recurring" | "one_time";
563
563
  id: string;
564
564
  created: number;
565
565
  currency: string;
@@ -574,7 +574,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
574
574
  success: boolean;
575
575
  operation: "create_price";
576
576
  price?: {
577
- type: "one_time" | "recurring";
577
+ type: "recurring" | "one_time";
578
578
  id: string;
579
579
  created: number;
580
580
  currency: string;
@@ -588,7 +588,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
588
588
  success: boolean;
589
589
  operation: "create_price";
590
590
  price?: {
591
- type: "one_time" | "recurring";
591
+ type: "recurring" | "one_time";
592
592
  id: string;
593
593
  created: number;
594
594
  currency: string;
@@ -610,7 +610,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
610
610
  created: import("zod").ZodNumber;
611
611
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
612
612
  }, "strip", import("zod").ZodTypeAny, {
613
- type: "one_time" | "recurring";
613
+ type: "recurring" | "one_time";
614
614
  id: string;
615
615
  created: number;
616
616
  currency: string;
@@ -619,7 +619,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
619
619
  unit_amount: number | null;
620
620
  metadata?: Record<string, string> | undefined;
621
621
  }, {
622
- type: "one_time" | "recurring";
622
+ type: "recurring" | "one_time";
623
623
  id: string;
624
624
  created: number;
625
625
  currency: string;
@@ -634,7 +634,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
634
634
  success: boolean;
635
635
  operation: "list_prices";
636
636
  prices?: {
637
- type: "one_time" | "recurring";
637
+ type: "recurring" | "one_time";
638
638
  id: string;
639
639
  created: number;
640
640
  currency: string;
@@ -648,7 +648,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
648
648
  success: boolean;
649
649
  operation: "list_prices";
650
650
  prices?: {
651
- type: "one_time" | "recurring";
651
+ type: "recurring" | "one_time";
652
652
  id: string;
653
653
  created: number;
654
654
  currency: string;
@@ -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<{
@@ -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;