@bubblelab/bubble-core 0.1.24 → 0.1.25

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 (56) hide show
  1. package/dist/bubble-bundle.d.ts +73 -73
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/airtable.d.ts +138 -138
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +9 -9
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +405 -405
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +432 -432
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +15 -9
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +332 -332
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +277 -277
  15. package/dist/bubbles/service-bubble/github.d.ts +132 -132
  16. package/dist/bubbles/service-bubble/gmail.d.ts +478 -478
  17. package/dist/bubbles/service-bubble/google-calendar.d.ts +112 -112
  18. package/dist/bubbles/service-bubble/google-drive.d.ts +38 -38
  19. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +8 -8
  20. package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  22. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +1098 -1098
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  25. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/slack/slack.d.ts +184 -184
  27. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  28. package/dist/bubbles/service-bubble/telegram.d.ts +1420 -1420
  29. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  30. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +139 -139
  31. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -1
  32. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +27 -6
  33. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -1
  34. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
  35. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +142 -142
  37. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  38. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +161 -161
  39. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  40. package/dist/bubbles/tool-bubble/people-search-tool.js +31 -10
  41. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  42. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  43. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  46. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
  47. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  49. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  50. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +20 -20
  51. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +38 -38
  52. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  53. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  54. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
  55. package/dist/bubbles.json +7 -7
  56. package/package.json +2 -2
@@ -23,9 +23,9 @@ declare const ApifyParamsSchema: z.ZodObject<{
23
23
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
24
24
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
25
25
  }, "strip", z.ZodTypeAny, {
26
+ limit: number;
26
27
  input: Record<string, unknown>;
27
28
  timeout: number;
28
- limit: number;
29
29
  waitForFinish: boolean;
30
30
  search?: string | undefined;
31
31
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -34,8 +34,8 @@ declare const ApifyParamsSchema: z.ZodObject<{
34
34
  input: Record<string, unknown>;
35
35
  search?: string | undefined;
36
36
  credentials?: Partial<Record<CredentialType, string>> | undefined;
37
- timeout?: number | undefined;
38
37
  limit?: number | undefined;
38
+ timeout?: number | undefined;
39
39
  actorId?: string | undefined;
40
40
  waitForFinish?: boolean | undefined;
41
41
  }>;
@@ -159,9 +159,9 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
159
159
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
160
160
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
161
161
  }, "strip", z.ZodTypeAny, {
162
+ limit: number;
162
163
  input: Record<string, unknown>;
163
164
  timeout: number;
164
- limit: number;
165
165
  waitForFinish: boolean;
166
166
  search?: string | undefined;
167
167
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -170,8 +170,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
170
170
  input: Record<string, unknown>;
171
171
  search?: string | undefined;
172
172
  credentials?: Partial<Record<CredentialType, string>> | undefined;
173
- timeout?: number | undefined;
174
173
  limit?: number | undefined;
174
+ timeout?: number | undefined;
175
175
  actorId?: string | undefined;
176
176
  waitForFinish?: boolean | undefined;
177
177
  }>;
@@ -57,17 +57,17 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
57
57
  httpOnly: import("zod").ZodBoolean;
58
58
  secure: import("zod").ZodBoolean;
59
59
  }, "strip", import("zod").ZodTypeAny, {
60
+ name: string;
60
61
  value: string;
61
62
  path: string;
62
- name: string;
63
63
  domain: string;
64
64
  expires: number;
65
65
  httpOnly: boolean;
66
66
  secure: boolean;
67
67
  }, {
68
+ name: string;
68
69
  value: string;
69
70
  path: string;
70
- name: string;
71
71
  domain: string;
72
72
  expires: number;
73
73
  httpOnly: boolean;
@@ -83,9 +83,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
83
83
  credentials?: Partial<Record<CredentialType, string>> | undefined;
84
84
  context_id?: string | undefined;
85
85
  cookies?: {
86
+ name: string;
86
87
  value: string;
87
88
  path: string;
88
- name: string;
89
89
  domain: string;
90
90
  expires: number;
91
91
  httpOnly: boolean;
@@ -96,9 +96,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
96
96
  credentials?: Partial<Record<CredentialType, string>> | undefined;
97
97
  context_id?: string | undefined;
98
98
  cookies?: {
99
+ name: string;
99
100
  value: string;
100
101
  path: string;
101
- name: string;
102
102
  domain: string;
103
103
  expires: number;
104
104
  httpOnly: boolean;
@@ -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
- operation: "screenshot";
218
217
  format: "png" | "jpeg" | "webp";
218
+ operation: "screenshot";
219
219
  session_id: string;
220
220
  full_page: boolean;
221
221
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -410,17 +410,17 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
410
410
  httpOnly: import("zod").ZodBoolean;
411
411
  secure: import("zod").ZodBoolean;
412
412
  }, "strip", import("zod").ZodTypeAny, {
413
+ name: string;
413
414
  value: string;
414
415
  path: string;
415
- name: string;
416
416
  domain: string;
417
417
  expires: number;
418
418
  httpOnly: boolean;
419
419
  secure: boolean;
420
420
  }, {
421
+ name: string;
421
422
  value: string;
422
423
  path: string;
423
- name: string;
424
424
  domain: string;
425
425
  expires: number;
426
426
  httpOnly: boolean;
@@ -432,9 +432,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
432
432
  success: boolean;
433
433
  error: string;
434
434
  cookies?: {
435
+ name: string;
435
436
  value: string;
436
437
  path: string;
437
- name: string;
438
438
  domain: string;
439
439
  expires: number;
440
440
  httpOnly: boolean;
@@ -445,9 +445,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
445
445
  success: boolean;
446
446
  error: string;
447
447
  cookies?: {
448
+ name: string;
448
449
  value: string;
449
450
  path: string;
450
- name: string;
451
451
  domain: string;
452
452
  expires: number;
453
453
  httpOnly: boolean;