@bubblelab/bubble-core 0.1.244 → 0.1.245

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 (58) hide show
  1. package/dist/bubble-bundle.d.ts +84 -84
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +3 -2
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +28 -28
  8. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  11. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +116 -116
  12. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
  13. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  14. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +14 -14
  15. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  16. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  17. package/dist/bubbles/service-bubble/firecrawl.d.ts +192 -192
  18. package/dist/bubbles/service-bubble/followupboss.d.ts +58 -58
  19. package/dist/bubbles/service-bubble/github.d.ts +110 -110
  20. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  21. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  22. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  23. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  24. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +32 -32
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +47 -47
  27. package/dist/bubbles/service-bubble/linear/linear.d.ts +5 -5
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +368 -368
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  31. package/dist/bubbles/service-bubble/s3/s3.d.ts +2 -2
  32. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  33. package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
  34. package/dist/bubbles/service-bubble/slack/slack.d.ts +174 -174
  35. package/dist/bubbles/service-bubble/storage.d.ts +4 -4
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +10 -10
  37. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +24 -24
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  39. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  40. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  42. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +56 -56
  43. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  44. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  45. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
  47. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  50. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  51. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  53. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  54. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +54 -54
  55. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  56. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  57. package/dist/bubbles.json +1 -1
  58. package/package.json +2 -2
@@ -32,8 +32,8 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
32
32
  operation: "list_people";
33
33
  credentials?: Record<string, string> | undefined;
34
34
  search?: string | undefined;
35
- limit?: number | undefined;
36
35
  channel?: string | undefined;
36
+ limit?: number | undefined;
37
37
  offset?: number | undefined;
38
38
  team?: string | undefined;
39
39
  site?: string | undefined;
@@ -110,9 +110,9 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
110
110
  person_id: string;
111
111
  email?: string | undefined;
112
112
  credentials?: Record<string, string> | undefined;
113
+ channels?: string[] | undefined;
113
114
  first_name?: string | undefined;
114
115
  last_name?: string | undefined;
115
- channels?: string[] | undefined;
116
116
  teams?: string[] | undefined;
117
117
  timezone?: string | undefined;
118
118
  site?: string | undefined;
@@ -123,9 +123,9 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
123
123
  person_id: string;
124
124
  email?: string | undefined;
125
125
  credentials?: Record<string, string> | undefined;
126
+ channels?: string[] | undefined;
126
127
  first_name?: string | undefined;
127
128
  last_name?: string | undefined;
128
- channels?: string[] | undefined;
129
129
  teams?: string[] | undefined;
130
130
  timezone?: string | undefined;
131
131
  site?: string | undefined;
@@ -292,14 +292,14 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
292
292
  error: string;
293
293
  success: boolean;
294
294
  operation: "list_people";
295
- total?: number | undefined;
296
295
  people?: Record<string, unknown>[] | undefined;
296
+ total?: number | undefined;
297
297
  }, {
298
298
  error: string;
299
299
  success: boolean;
300
300
  operation: "list_people";
301
- total?: number | undefined;
302
301
  people?: Record<string, unknown>[] | undefined;
302
+ total?: number | undefined;
303
303
  }>, import("zod").ZodObject<{
304
304
  operation: import("zod").ZodLiteral<"get_person">;
305
305
  success: import("zod").ZodBoolean;
@@ -169,7 +169,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
169
169
  captchaImageSelector?: string | undefined;
170
170
  captchaInputSelector?: string | undefined;
171
171
  } | undefined;
172
- context_id?: string | undefined;
173
172
  cookies?: {
174
173
  value: string;
175
174
  path: string;
@@ -179,6 +178,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
179
178
  httpOnly: boolean;
180
179
  secure: boolean;
181
180
  }[] | undefined;
181
+ context_id?: string | undefined;
182
182
  proxies?: true | ({
183
183
  type: "browserbase";
184
184
  geolocation?: {
@@ -204,7 +204,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
204
204
  captchaImageSelector?: string | undefined;
205
205
  captchaInputSelector?: string | undefined;
206
206
  } | undefined;
207
- context_id?: string | undefined;
208
207
  cookies?: {
209
208
  value: string;
210
209
  path: string;
@@ -214,6 +213,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
214
213
  httpOnly: boolean;
215
214
  secure: boolean;
216
215
  }[] | undefined;
216
+ context_id?: string | undefined;
217
217
  viewport_width?: number | undefined;
218
218
  viewport_height?: number | undefined;
219
219
  proxies?: true | ({
@@ -537,14 +537,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
537
537
  error: string;
538
538
  success: boolean;
539
539
  operation: "screenshot";
540
- data?: string | undefined;
541
540
  format?: string | undefined;
541
+ data?: string | undefined;
542
542
  }, {
543
543
  error: string;
544
544
  success: boolean;
545
545
  operation: "screenshot";
546
- data?: string | undefined;
547
546
  format?: string | undefined;
547
+ data?: string | undefined;
548
548
  }>, import("zod").ZodObject<{
549
549
  operation: import("zod").ZodLiteral<"wait">;
550
550
  success: import("zod").ZodBoolean;
@@ -42,13 +42,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
42
42
  operation: "list_spaces";
43
43
  limit: number;
44
44
  type?: "global" | "personal" | undefined;
45
- status?: "current" | "archived" | undefined;
45
+ status?: "archived" | "current" | undefined;
46
46
  credentials?: Partial<Record<CredentialType, string>> | undefined;
47
47
  cursor?: string | undefined;
48
48
  }, {
49
49
  operation: "list_spaces";
50
50
  type?: "global" | "personal" | undefined;
51
- status?: "current" | "archived" | undefined;
51
+ status?: "archived" | "current" | undefined;
52
52
  credentials?: Partial<Record<CredentialType, string>> | undefined;
53
53
  limit?: number | undefined;
54
54
  cursor?: string | undefined;
@@ -77,7 +77,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
77
77
  operation: "list_pages";
78
78
  limit: number;
79
79
  title?: string | undefined;
80
- status?: "current" | "trashed" | "draft" | undefined;
80
+ status?: "draft" | "current" | "trashed" | undefined;
81
81
  credentials?: Partial<Record<CredentialType, string>> | undefined;
82
82
  cursor?: string | undefined;
83
83
  space_id?: string | undefined;
@@ -85,7 +85,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
85
85
  }, {
86
86
  operation: "list_pages";
87
87
  title?: string | undefined;
88
- status?: "current" | "trashed" | "draft" | undefined;
88
+ status?: "draft" | "current" | "trashed" | undefined;
89
89
  credentials?: Partial<Record<CredentialType, string>> | undefined;
90
90
  limit?: number | undefined;
91
91
  cursor?: string | undefined;
@@ -117,21 +117,21 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
117
117
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
118
118
  }, "strip", import("zod").ZodTypeAny, {
119
119
  title: string;
120
- status: "current" | "draft";
120
+ status: "draft" | "current";
121
121
  operation: "create_page";
122
122
  credentials?: Partial<Record<CredentialType, string>> | undefined;
123
+ body?: string | undefined;
123
124
  space_id?: string | undefined;
124
125
  space_key?: string | undefined;
125
- body?: string | undefined;
126
126
  parent_id?: string | undefined;
127
127
  }, {
128
128
  title: string;
129
129
  operation: "create_page";
130
- status?: "current" | "draft" | undefined;
130
+ status?: "draft" | "current" | undefined;
131
131
  credentials?: Partial<Record<CredentialType, string>> | undefined;
132
+ body?: string | undefined;
132
133
  space_id?: string | undefined;
133
134
  space_key?: string | undefined;
134
- body?: string | undefined;
135
135
  parent_id?: string | undefined;
136
136
  }>, import("zod").ZodObject<{
137
137
  operation: import("zod").ZodLiteral<"update_page">;
@@ -145,7 +145,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
145
145
  operation: "update_page";
146
146
  page_id: string;
147
147
  title?: string | undefined;
148
- status?: "current" | "draft" | undefined;
148
+ status?: "draft" | "current" | undefined;
149
149
  credentials?: Partial<Record<CredentialType, string>> | undefined;
150
150
  body?: string | undefined;
151
151
  version_message?: string | undefined;
@@ -153,7 +153,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
153
153
  operation: "update_page";
154
154
  page_id: string;
155
155
  title?: string | undefined;
156
- status?: "current" | "draft" | undefined;
156
+ status?: "draft" | "current" | undefined;
157
157
  credentials?: Partial<Record<CredentialType, string>> | undefined;
158
158
  body?: string | undefined;
159
159
  version_message?: string | undefined;
@@ -194,13 +194,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
194
194
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
195
195
  }, "strip", import("zod").ZodTypeAny, {
196
196
  operation: "add_comment";
197
- page_id: string;
198
197
  body: string;
198
+ page_id: string;
199
199
  credentials?: Partial<Record<CredentialType, string>> | undefined;
200
200
  }, {
201
201
  operation: "add_comment";
202
- page_id: string;
203
202
  body: string;
203
+ page_id: string;
204
204
  credentials?: Partial<Record<CredentialType, string>> | undefined;
205
205
  }>, import("zod").ZodObject<{
206
206
  operation: import("zod").ZodLiteral<"get_comments">;
@@ -1285,6 +1285,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1285
1285
  operation: "search";
1286
1286
  start?: number | undefined;
1287
1287
  limit?: number | undefined;
1288
+ total?: number | undefined;
1288
1289
  results?: import("zod").objectOutputType<{
1289
1290
  id: import("zod").ZodOptional<import("zod").ZodString>;
1290
1291
  type: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1338,13 +1339,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1338
1339
  }, import("zod").ZodTypeAny, "passthrough">>>;
1339
1340
  }, import("zod").ZodTypeAny, "passthrough">>>;
1340
1341
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
1341
- total?: number | undefined;
1342
1342
  }, {
1343
1343
  error: string;
1344
1344
  success: boolean;
1345
1345
  operation: "search";
1346
1346
  start?: number | undefined;
1347
1347
  limit?: number | undefined;
1348
+ total?: number | undefined;
1348
1349
  results?: import("zod").objectInputType<{
1349
1350
  id: import("zod").ZodOptional<import("zod").ZodString>;
1350
1351
  type: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1398,7 +1399,6 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1398
1399
  }, import("zod").ZodTypeAny, "passthrough">>>;
1399
1400
  }, import("zod").ZodTypeAny, "passthrough">>>;
1400
1401
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
1401
- total?: number | undefined;
1402
1402
  }>, import("zod").ZodObject<{
1403
1403
  operation: import("zod").ZodLiteral<"add_comment">;
1404
1404
  success: import("zod").ZodBoolean;