@bubblelab/bubble-core 0.1.30 → 0.1.31

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 (38) hide show
  1. package/dist/bubble-bundle.d.ts +48 -48
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +12 -12
  3. package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
  4. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  5. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  6. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  7. package/dist/bubbles/service-bubble/firecrawl.d.ts +8 -8
  8. package/dist/bubbles/service-bubble/followupboss.d.ts +78 -78
  9. package/dist/bubbles/service-bubble/github.d.ts +98 -98
  10. package/dist/bubbles/service-bubble/gmail.d.ts +30 -30
  11. package/dist/bubbles/service-bubble/google-calendar.d.ts +88 -88
  12. package/dist/bubbles/service-bubble/google-drive.d.ts +50 -50
  13. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +8 -8
  14. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  16. package/dist/bubbles/service-bubble/jira/index.d.ts +1 -1
  17. package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -1
  18. package/dist/bubbles/service-bubble/jira/index.js.map +1 -1
  19. package/dist/bubbles/service-bubble/jira/jira.d.ts +497 -497
  20. package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/jira/jira.js +40 -2
  22. package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
  23. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +69 -68
  24. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/jira/jira.schema.js +1 -4
  26. package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  29. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +60 -60
  31. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  32. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +36 -36
  33. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  34. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
  35. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  36. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
  37. package/dist/bubbles.json +10 -6
  38. package/package.json +2 -2
@@ -66,8 +66,8 @@ declare const ApifyResultSchema: z.ZodObject<{
66
66
  }>>>;
67
67
  requiresRental: z.ZodOptional<z.ZodBoolean>;
68
68
  }, "strip", z.ZodTypeAny, {
69
- id: string;
70
69
  name: string;
70
+ id: string;
71
71
  inputSchemaUrl: string;
72
72
  description?: string | null | undefined;
73
73
  stars?: number | null | undefined;
@@ -77,8 +77,8 @@ declare const ApifyResultSchema: z.ZodObject<{
77
77
  } | null | undefined;
78
78
  requiresRental?: boolean | undefined;
79
79
  }, {
80
- id: string;
81
80
  name: string;
81
+ id: string;
82
82
  inputSchemaUrl: string;
83
83
  description?: string | null | undefined;
84
84
  stars?: number | null | undefined;
@@ -98,8 +98,8 @@ declare const ApifyResultSchema: z.ZodObject<{
98
98
  datasetId?: string | undefined;
99
99
  itemsCount?: number | undefined;
100
100
  discoveredActors?: {
101
- id: string;
102
101
  name: string;
102
+ id: string;
103
103
  inputSchemaUrl: string;
104
104
  description?: string | null | undefined;
105
105
  stars?: number | null | undefined;
@@ -119,8 +119,8 @@ declare const ApifyResultSchema: z.ZodObject<{
119
119
  datasetId?: string | undefined;
120
120
  itemsCount?: number | undefined;
121
121
  discoveredActors?: {
122
- id: string;
123
122
  name: string;
123
+ id: string;
124
124
  inputSchemaUrl: string;
125
125
  description?: string | null | undefined;
126
126
  stars?: number | null | undefined;
@@ -202,8 +202,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
202
202
  }>>>;
203
203
  requiresRental: z.ZodOptional<z.ZodBoolean>;
204
204
  }, "strip", z.ZodTypeAny, {
205
- id: string;
206
205
  name: string;
206
+ id: string;
207
207
  inputSchemaUrl: string;
208
208
  description?: string | null | undefined;
209
209
  stars?: number | null | undefined;
@@ -213,8 +213,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
213
213
  } | null | undefined;
214
214
  requiresRental?: boolean | undefined;
215
215
  }, {
216
- id: string;
217
216
  name: string;
217
+ id: string;
218
218
  inputSchemaUrl: string;
219
219
  description?: string | null | undefined;
220
220
  stars?: number | null | undefined;
@@ -234,8 +234,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
234
234
  datasetId?: string | undefined;
235
235
  itemsCount?: number | undefined;
236
236
  discoveredActors?: {
237
- id: string;
238
237
  name: string;
238
+ id: string;
239
239
  inputSchemaUrl: string;
240
240
  description?: string | null | undefined;
241
241
  stars?: number | null | undefined;
@@ -255,8 +255,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
255
255
  datasetId?: string | undefined;
256
256
  itemsCount?: number | undefined;
257
257
  discoveredActors?: {
258
- id: string;
259
258
  name: string;
259
+ id: string;
260
260
  inputSchemaUrl: string;
261
261
  description?: string | null | undefined;
262
262
  stars?: number | null | undefined;
@@ -214,8 +214,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
214
214
  quality: import("zod").ZodOptional<import("zod").ZodNumber>;
215
215
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
216
216
  }, "strip", import("zod").ZodTypeAny, {
217
- format: "png" | "jpeg" | "webp";
218
217
  operation: "screenshot";
218
+ format: "png" | "jpeg" | "webp";
219
219
  session_id: string;
220
220
  full_page: boolean;
221
221
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -55,15 +55,15 @@ export declare const ElevenLabsParamsSchema: z.ZodDiscriminatedUnion<"operation"
55
55
  webhookSecret: z.ZodString;
56
56
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
57
57
  }, "strip", z.ZodTypeAny, {
58
- body: string;
59
58
  operation: "validate_webhook_signature";
59
+ body: string;
60
60
  timestamp: string;
61
61
  signature: string;
62
62
  webhookSecret: string;
63
63
  credentials?: Partial<Record<CredentialType, string>> | undefined;
64
64
  }, {
65
- body: string;
66
65
  operation: "validate_webhook_signature";
66
+ body: string;
67
67
  timestamp: string;
68
68
  signature: string;
69
69
  webhookSecret: string;
@@ -260,15 +260,15 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
260
260
  webhookSecret: z.ZodString;
261
261
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
262
262
  }, "strip", z.ZodTypeAny, {
263
- body: string;
264
263
  operation: "validate_webhook_signature";
264
+ body: string;
265
265
  timestamp: string;
266
266
  signature: string;
267
267
  webhookSecret: string;
268
268
  credentials?: Partial<Record<CredentialType, string>> | undefined;
269
269
  }, {
270
- body: string;
271
270
  operation: "validate_webhook_signature";
271
+ body: string;
272
272
  timestamp: string;
273
273
  signature: string;
274
274
  webhookSecret: string;
@@ -17818,10 +17818,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
17818
17818
  }, z.ZodUnknown, "strip"> | undefined;
17819
17819
  }>, "many">;
17820
17820
  }, "strip", z.ZodTypeAny, {
17821
- status: "failed" | "completed" | "scraping" | "cancelled";
17822
- total: number;
17823
17821
  operation: "crawl";
17822
+ status: "failed" | "completed" | "scraping" | "cancelled";
17824
17823
  success: boolean;
17824
+ total: number;
17825
17825
  error: string;
17826
17826
  data: {
17827
17827
  summary?: string | undefined;
@@ -18321,10 +18321,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
18321
18321
  creditsUsed?: number | undefined;
18322
18322
  expiresAt?: string | undefined;
18323
18323
  }, {
18324
- status: "failed" | "completed" | "scraping" | "cancelled";
18325
- total: number;
18326
18324
  operation: "crawl";
18325
+ status: "failed" | "completed" | "scraping" | "cancelled";
18327
18326
  success: boolean;
18327
+ total: number;
18328
18328
  error: string;
18329
18329
  data: {
18330
18330
  summary?: string | undefined;
@@ -36684,10 +36684,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
36684
36684
  }, z.ZodUnknown, "strip"> | undefined;
36685
36685
  }>, "many">;
36686
36686
  }, "strip", z.ZodTypeAny, {
36687
- status: "failed" | "completed" | "scraping" | "cancelled";
36688
- total: number;
36689
36687
  operation: "crawl";
36688
+ status: "failed" | "completed" | "scraping" | "cancelled";
36690
36689
  success: boolean;
36690
+ total: number;
36691
36691
  error: string;
36692
36692
  data: {
36693
36693
  summary?: string | undefined;
@@ -37187,10 +37187,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
37187
37187
  creditsUsed?: number | undefined;
37188
37188
  expiresAt?: string | undefined;
37189
37189
  }, {
37190
- status: "failed" | "completed" | "scraping" | "cancelled";
37191
- total: number;
37192
37190
  operation: "crawl";
37191
+ status: "failed" | "completed" | "scraping" | "cancelled";
37193
37192
  success: boolean;
37193
+ total: number;
37194
37194
  error: string;
37195
37195
  data: {
37196
37196
  summary?: string | undefined;