@bubblelab/bubble-core 0.1.101 → 0.1.102

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 (62) hide show
  1. package/dist/bubble-bundle.d.ts +80 -80
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +40 -40
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/airtable.d.ts +84 -84
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +116 -116
  9. package/dist/bubbles/service-bubble/eleven-labs.d.ts +12 -12
  10. package/dist/bubbles/service-bubble/firecrawl.d.ts +773 -773
  11. package/dist/bubbles/service-bubble/followupboss.d.ts +274 -274
  12. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +122 -122
  13. package/dist/bubbles/service-bubble/github.d.ts +240 -240
  14. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  15. package/dist/bubbles/service-bubble/google-calendar.d.ts +118 -118
  16. package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
  17. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  18. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  19. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  21. package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
  22. package/dist/bubbles/service-bubble/notion/notion.d.ts +1007 -1007
  23. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  25. package/dist/bubbles/service-bubble/slack/slack.d.ts +638 -638
  26. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +152 -82
  27. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  28. package/dist/bubbles/service-bubble/stripe/stripe.js +53 -8
  29. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  30. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +69 -0
  31. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  32. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +35 -0
  33. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  34. package/dist/bubbles/service-bubble/telegram.d.ts +1129 -1129
  35. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +9 -9
  36. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  37. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +20 -20
  38. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +86 -86
  40. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
  41. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +34 -34
  42. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +210 -210
  44. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +254 -254
  45. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +60 -60
  46. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
  47. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +44 -44
  48. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +24 -24
  49. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +6 -6
  51. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  52. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
  53. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  54. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  55. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  56. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
  57. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  58. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +30 -30
  59. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
  60. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  61. package/dist/bubbles.json +109 -2
  62. package/package.json +2 -2
@@ -23,21 +23,21 @@ 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;
27
26
  input: Record<string, unknown>;
28
- waitForFinish: boolean;
29
27
  timeout: number;
28
+ limit: number;
29
+ waitForFinish: boolean;
30
+ search?: string | undefined;
30
31
  credentials?: Partial<Record<CredentialType, string>> | undefined;
31
32
  actorId?: string | undefined;
32
- search?: string | undefined;
33
33
  }, {
34
34
  input: Record<string, unknown>;
35
- credentials?: Partial<Record<CredentialType, string>> | undefined;
36
- actorId?: string | undefined;
37
35
  search?: string | undefined;
36
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
37
+ timeout?: number | undefined;
38
38
  limit?: number | undefined;
39
+ actorId?: string | undefined;
39
40
  waitForFinish?: boolean | undefined;
40
- timeout?: number | undefined;
41
41
  }>;
42
42
  declare const ApifyResultSchema: z.ZodObject<{
43
43
  runId: z.ZodString;
@@ -95,8 +95,8 @@ declare const ApifyResultSchema: z.ZodObject<{
95
95
  runId: string;
96
96
  consoleUrl: string;
97
97
  items?: unknown[] | undefined;
98
- itemsCount?: number | undefined;
99
98
  datasetId?: string | undefined;
99
+ itemsCount?: number | undefined;
100
100
  discoveredActors?: {
101
101
  name: string;
102
102
  id: string;
@@ -116,8 +116,8 @@ declare const ApifyResultSchema: z.ZodObject<{
116
116
  runId: string;
117
117
  consoleUrl: string;
118
118
  items?: unknown[] | undefined;
119
- itemsCount?: number | undefined;
120
119
  datasetId?: string | undefined;
120
+ itemsCount?: number | undefined;
121
121
  discoveredActors?: {
122
122
  name: string;
123
123
  id: string;
@@ -159,21 +159,21 @@ 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;
163
162
  input: Record<string, unknown>;
164
- waitForFinish: boolean;
165
163
  timeout: number;
164
+ limit: number;
165
+ waitForFinish: boolean;
166
+ search?: string | undefined;
166
167
  credentials?: Partial<Record<CredentialType, string>> | undefined;
167
168
  actorId?: string | undefined;
168
- search?: string | undefined;
169
169
  }, {
170
170
  input: Record<string, unknown>;
171
- credentials?: Partial<Record<CredentialType, string>> | undefined;
172
- actorId?: string | undefined;
173
171
  search?: string | undefined;
172
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
173
+ timeout?: number | undefined;
174
174
  limit?: number | undefined;
175
+ actorId?: string | undefined;
175
176
  waitForFinish?: boolean | undefined;
176
- timeout?: number | undefined;
177
177
  }>;
178
178
  static readonly resultSchema: z.ZodObject<{
179
179
  runId: z.ZodString;
@@ -231,8 +231,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
231
231
  runId: string;
232
232
  consoleUrl: string;
233
233
  items?: unknown[] | undefined;
234
- itemsCount?: number | undefined;
235
234
  datasetId?: string | undefined;
235
+ itemsCount?: number | undefined;
236
236
  discoveredActors?: {
237
237
  name: string;
238
238
  id: string;
@@ -252,8 +252,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
252
252
  runId: string;
253
253
  consoleUrl: string;
254
254
  items?: unknown[] | undefined;
255
- itemsCount?: number | undefined;
256
255
  datasetId?: string | undefined;
256
+ itemsCount?: number | undefined;
257
257
  discoveredActors?: {
258
258
  name: string;
259
259
  id: string;
@@ -54,8 +54,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
54
54
  created_after: import("zod").ZodOptional<import("zod").ZodNumber>;
55
55
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
56
56
  }, "strip", import("zod").ZodTypeAny, {
57
- limit: number;
58
57
  operation: "list_candidates";
58
+ limit: number;
59
59
  status?: "Hired" | "Archived" | "Active" | "Lead" | undefined;
60
60
  credentials?: Partial<Record<CredentialType, string>> | undefined;
61
61
  cursor?: string | undefined;
@@ -108,32 +108,32 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
108
108
  operation: "create_candidate";
109
109
  allow_duplicate_linkedin: boolean;
110
110
  credentials?: Partial<Record<CredentialType, string>> | undefined;
111
+ website?: string | undefined;
111
112
  emails?: {
112
113
  type: "Personal" | "Work" | "Other";
113
114
  email: string;
114
115
  }[] | undefined;
115
- website?: string | undefined;
116
+ tag?: string | undefined;
116
117
  phone_number?: string | undefined;
117
118
  linkedin_url?: string | undefined;
118
119
  github_url?: string | undefined;
119
120
  source_id?: string | undefined;
120
121
  credited_to_user_id?: string | undefined;
121
- tag?: string | undefined;
122
122
  }, {
123
123
  name: string;
124
124
  operation: "create_candidate";
125
125
  credentials?: Partial<Record<CredentialType, string>> | undefined;
126
+ website?: string | undefined;
126
127
  emails?: {
127
128
  type: "Personal" | "Work" | "Other";
128
129
  email: string;
129
130
  }[] | undefined;
130
- website?: string | undefined;
131
+ tag?: string | undefined;
131
132
  phone_number?: string | undefined;
132
133
  linkedin_url?: string | undefined;
133
134
  github_url?: string | undefined;
134
135
  source_id?: string | undefined;
135
136
  credited_to_user_id?: string | undefined;
136
- tag?: string | undefined;
137
137
  allow_duplicate_linkedin?: boolean | undefined;
138
138
  }>, import("zod").ZodObject<{
139
139
  operation: import("zod").ZodLiteral<"search_candidates">;
@@ -196,8 +196,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
196
196
  sync_token: import("zod").ZodOptional<import("zod").ZodString>;
197
197
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
198
198
  }, "strip", import("zod").ZodTypeAny, {
199
- limit: number;
200
199
  operation: "list_custom_fields";
200
+ limit: number;
201
201
  credentials?: Partial<Record<CredentialType, string>> | undefined;
202
202
  cursor?: string | undefined;
203
203
  sync_token?: string | undefined;
@@ -272,11 +272,11 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
272
272
  url: import("zod").ZodString;
273
273
  type: import("zod").ZodString;
274
274
  }, "strip", import("zod").ZodTypeAny, {
275
- url: string;
276
275
  type: string;
277
- }, {
278
276
  url: string;
277
+ }, {
279
278
  type: string;
279
+ url: string;
280
280
  }>, "many">>;
281
281
  tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
282
282
  id: import("zod").ZodString;
@@ -346,6 +346,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
346
346
  isArchived?: boolean | undefined;
347
347
  }[] | undefined;
348
348
  createdAt?: string | undefined;
349
+ company?: string | null | undefined;
350
+ position?: string | null | undefined;
349
351
  updatedAt?: string | undefined;
350
352
  primaryEmailAddress?: {
351
353
  value: string;
@@ -368,11 +370,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
368
370
  isPrimary: boolean;
369
371
  }[] | undefined;
370
372
  socialLinks?: {
371
- url: string;
372
373
  type: string;
374
+ url: string;
373
375
  }[] | undefined;
374
- position?: string | null | undefined;
375
- company?: string | null | undefined;
376
376
  school?: string | null | undefined;
377
377
  applicationIds?: string[] | undefined;
378
378
  resumeFileHandle?: {
@@ -400,6 +400,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
400
400
  isArchived?: boolean | undefined;
401
401
  }[] | undefined;
402
402
  createdAt?: string | undefined;
403
+ company?: string | null | undefined;
404
+ position?: string | null | undefined;
403
405
  updatedAt?: string | undefined;
404
406
  primaryEmailAddress?: {
405
407
  value: string;
@@ -422,11 +424,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
422
424
  isPrimary: boolean;
423
425
  }[] | undefined;
424
426
  socialLinks?: {
425
- url: string;
426
427
  type: string;
428
+ url: string;
427
429
  }[] | undefined;
428
- position?: string | null | undefined;
429
- company?: string | null | undefined;
430
430
  school?: string | null | undefined;
431
431
  applicationIds?: string[] | undefined;
432
432
  resumeFileHandle?: {
@@ -465,6 +465,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
465
465
  isArchived?: boolean | undefined;
466
466
  }[] | undefined;
467
467
  createdAt?: string | undefined;
468
+ company?: string | null | undefined;
469
+ position?: string | null | undefined;
468
470
  updatedAt?: string | undefined;
469
471
  primaryEmailAddress?: {
470
472
  value: string;
@@ -487,11 +489,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
487
489
  isPrimary: boolean;
488
490
  }[] | undefined;
489
491
  socialLinks?: {
490
- url: string;
491
492
  type: string;
493
+ url: string;
492
494
  }[] | undefined;
493
- position?: string | null | undefined;
494
- company?: string | null | undefined;
495
495
  school?: string | null | undefined;
496
496
  applicationIds?: string[] | undefined;
497
497
  resumeFileHandle?: {
@@ -527,6 +527,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
527
527
  isArchived?: boolean | undefined;
528
528
  }[] | undefined;
529
529
  createdAt?: string | undefined;
530
+ company?: string | null | undefined;
531
+ position?: string | null | undefined;
530
532
  updatedAt?: string | undefined;
531
533
  primaryEmailAddress?: {
532
534
  value: string;
@@ -549,11 +551,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
549
551
  isPrimary: boolean;
550
552
  }[] | undefined;
551
553
  socialLinks?: {
552
- url: string;
553
554
  type: string;
555
+ url: string;
554
556
  }[] | undefined;
555
- position?: string | null | undefined;
556
- company?: string | null | undefined;
557
557
  school?: string | null | undefined;
558
558
  applicationIds?: string[] | undefined;
559
559
  resumeFileHandle?: {
@@ -280,16 +280,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
280
280
  delay: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
281
281
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
282
282
  }, "strip", import("zod").ZodTypeAny, {
283
- text: string;
284
283
  operation: "type";
284
+ text: string;
285
285
  session_id: string;
286
286
  selector: string;
287
287
  delay: number;
288
288
  clear_first: boolean;
289
289
  credentials?: Partial<Record<CredentialType, string>> | undefined;
290
290
  }, {
291
- text: string;
292
291
  operation: "type";
292
+ text: string;
293
293
  session_id: string;
294
294
  selector: string;
295
295
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -301,14 +301,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
301
301
  script: import("zod").ZodString;
302
302
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
303
303
  }, "strip", import("zod").ZodTypeAny, {
304
- script: string;
305
304
  operation: "evaluate";
306
305
  session_id: string;
306
+ script: string;
307
307
  credentials?: Partial<Record<CredentialType, string>> | undefined;
308
308
  }, {
309
- script: string;
310
309
  operation: "evaluate";
311
310
  session_id: string;
311
+ script: string;
312
312
  credentials?: Partial<Record<CredentialType, string>> | undefined;
313
313
  }>, import("zod").ZodObject<{
314
314
  operation: import("zod").ZodLiteral<"get_content">;