@bubblelab/bubble-core 0.1.91 → 0.1.92

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 +82 -78
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
  4. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +306 -306
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  14. package/dist/bubbles/service-bubble/github.d.ts +88 -88
  15. package/dist/bubbles/service-bubble/gmail.d.ts +584 -584
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +98 -98
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  19. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  21. package/dist/bubbles/service-bubble/jira/jira.d.ts +58 -58
  22. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +92 -92
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  26. package/dist/bubbles/service-bubble/slack/slack.d.ts +676 -676
  27. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  28. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +75 -75
  29. package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
  30. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +20 -20
  31. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  32. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  34. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +304 -304
  35. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  36. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  37. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
  38. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
  43. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  44. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  45. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  46. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  47. package/dist/bubbles.json +1 -1
  48. package/package.json +2 -2
@@ -1244,20 +1244,20 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
1244
1244
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1245
1245
  }>]>;
1246
1246
  }, "strip", z.ZodTypeAny, {
1247
- value: string | number | boolean | number[] | string[] | {
1247
+ value: string | number | boolean | string[] | number[] | {
1248
1248
  location: string;
1249
1249
  distance: number;
1250
1250
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1251
1251
  };
1252
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1252
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1253
1253
  column: string;
1254
1254
  }, {
1255
- value: string | number | boolean | number[] | string[] | {
1255
+ value: string | number | boolean | string[] | number[] | {
1256
1256
  location: string;
1257
1257
  distance: number;
1258
1258
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1259
1259
  };
1260
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1260
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1261
1261
  column: string;
1262
1262
  }>;
1263
1263
  export declare const PersonDBFilterGroupSchema: z.ZodType<PersonDBFilterGroup>;
@@ -1278,20 +1278,20 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
1278
1278
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1279
1279
  }>]>;
1280
1280
  }, "strip", z.ZodTypeAny, {
1281
- value: string | number | boolean | number[] | string[] | {
1281
+ value: string | number | boolean | string[] | number[] | {
1282
1282
  location: string;
1283
1283
  distance: number;
1284
1284
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1285
1285
  };
1286
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1286
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1287
1287
  column: string;
1288
1288
  }, {
1289
- value: string | number | boolean | number[] | string[] | {
1289
+ value: string | number | boolean | string[] | number[] | {
1290
1290
  location: string;
1291
1291
  distance: number;
1292
1292
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1293
1293
  };
1294
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1294
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1295
1295
  column: string;
1296
1296
  }>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
1297
1297
  export declare const PersonDBSortSchema: z.ZodObject<{
@@ -2308,20 +2308,20 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2308
2308
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2309
2309
  }>]>;
2310
2310
  }, "strip", z.ZodTypeAny, {
2311
- value: string | number | boolean | number[] | string[] | {
2311
+ value: string | number | boolean | string[] | number[] | {
2312
2312
  location: string;
2313
2313
  distance: number;
2314
2314
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2315
2315
  };
2316
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2316
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2317
2317
  column: string;
2318
2318
  }, {
2319
- value: string | number | boolean | number[] | string[] | {
2319
+ value: string | number | boolean | string[] | number[] | {
2320
2320
  location: string;
2321
2321
  distance: number;
2322
2322
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2323
2323
  };
2324
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2324
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2325
2325
  column: string;
2326
2326
  }>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
2327
2327
  sorts: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2351,12 +2351,12 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2351
2351
  }, "strip", z.ZodTypeAny, {
2352
2352
  operation: "person_search_db";
2353
2353
  filters: {
2354
- value: string | number | boolean | number[] | string[] | {
2354
+ value: string | number | boolean | string[] | number[] | {
2355
2355
  location: string;
2356
2356
  distance: number;
2357
2357
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2358
2358
  };
2359
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2359
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2360
2360
  column: string;
2361
2361
  } | PersonDBFilterGroup;
2362
2362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -2374,12 +2374,12 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2374
2374
  }, {
2375
2375
  operation: "person_search_db";
2376
2376
  filters: {
2377
- value: string | number | boolean | number[] | string[] | {
2377
+ value: string | number | boolean | string[] | number[] | {
2378
2378
  location: string;
2379
2379
  distance: number;
2380
2380
  unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2381
2381
  };
2382
- type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2382
+ type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2383
2383
  column: string;
2384
2384
  } | PersonDBFilterGroup;
2385
2385
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -107,14 +107,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
107
107
  success: z.ZodBoolean;
108
108
  error: z.ZodString;
109
109
  }, "strip", z.ZodTypeAny, {
110
- operation: "get_signed_url";
111
110
  error: string;
112
111
  success: boolean;
112
+ operation: "get_signed_url";
113
113
  signedUrl?: string | undefined;
114
114
  }, {
115
- operation: "get_signed_url";
116
115
  error: string;
117
116
  success: boolean;
117
+ operation: "get_signed_url";
118
118
  signedUrl?: string | undefined;
119
119
  }>, z.ZodObject<{
120
120
  operation: z.ZodLiteral<"trigger_outbound_call">;
@@ -123,15 +123,15 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
123
123
  success: z.ZodBoolean;
124
124
  error: z.ZodString;
125
125
  }, "strip", z.ZodTypeAny, {
126
- operation: "trigger_outbound_call";
127
126
  error: string;
128
127
  success: boolean;
128
+ operation: "trigger_outbound_call";
129
129
  conversationId?: string | undefined;
130
130
  callSid?: string | undefined;
131
131
  }, {
132
- operation: "trigger_outbound_call";
133
132
  error: string;
134
133
  success: boolean;
134
+ operation: "trigger_outbound_call";
135
135
  conversationId?: string | undefined;
136
136
  callSid?: string | undefined;
137
137
  }>, z.ZodObject<{
@@ -140,14 +140,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
140
140
  success: z.ZodBoolean;
141
141
  error: z.ZodString;
142
142
  }, "strip", z.ZodTypeAny, {
143
- operation: "get_agent";
144
143
  error: string;
145
144
  success: boolean;
145
+ operation: "get_agent";
146
146
  agent?: Record<string, unknown> | undefined;
147
147
  }, {
148
- operation: "get_agent";
149
148
  error: string;
150
149
  success: boolean;
150
+ operation: "get_agent";
151
151
  agent?: Record<string, unknown> | undefined;
152
152
  }>, z.ZodObject<{
153
153
  operation: z.ZodLiteral<"validate_webhook_signature">;
@@ -155,14 +155,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
155
155
  success: z.ZodBoolean;
156
156
  error: z.ZodString;
157
157
  }, "strip", z.ZodTypeAny, {
158
- operation: "validate_webhook_signature";
159
158
  error: string;
160
159
  success: boolean;
160
+ operation: "validate_webhook_signature";
161
161
  isValid: boolean;
162
162
  }, {
163
- operation: "validate_webhook_signature";
164
163
  error: string;
165
164
  success: boolean;
165
+ operation: "validate_webhook_signature";
166
166
  isValid: boolean;
167
167
  }>, z.ZodObject<{
168
168
  operation: z.ZodLiteral<"get_conversation">;
@@ -170,14 +170,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
170
170
  success: z.ZodBoolean;
171
171
  error: z.ZodString;
172
172
  }, "strip", z.ZodTypeAny, {
173
- operation: "get_conversation";
174
173
  error: string;
175
174
  success: boolean;
175
+ operation: "get_conversation";
176
176
  conversation?: Record<string, unknown> | undefined;
177
177
  }, {
178
- operation: "get_conversation";
179
178
  error: string;
180
179
  success: boolean;
180
+ operation: "get_conversation";
181
181
  conversation?: Record<string, unknown> | undefined;
182
182
  }>, z.ZodObject<{
183
183
  operation: z.ZodLiteral<"get_conversations">;
@@ -187,16 +187,16 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
187
187
  success: z.ZodBoolean;
188
188
  error: z.ZodString;
189
189
  }, "strip", z.ZodTypeAny, {
190
- operation: "get_conversations";
191
190
  error: string;
192
191
  success: boolean;
192
+ operation: "get_conversations";
193
193
  conversations?: Record<string, unknown>[] | undefined;
194
194
  hasMore?: boolean | undefined;
195
195
  nextCursor?: string | undefined;
196
196
  }, {
197
- operation: "get_conversations";
198
197
  error: string;
199
198
  success: boolean;
199
+ operation: "get_conversations";
200
200
  conversations?: Record<string, unknown>[] | undefined;
201
201
  hasMore?: boolean | undefined;
202
202
  nextCursor?: string | undefined;
@@ -310,14 +310,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
310
310
  success: z.ZodBoolean;
311
311
  error: z.ZodString;
312
312
  }, "strip", z.ZodTypeAny, {
313
- operation: "get_signed_url";
314
313
  error: string;
315
314
  success: boolean;
315
+ operation: "get_signed_url";
316
316
  signedUrl?: string | undefined;
317
317
  }, {
318
- operation: "get_signed_url";
319
318
  error: string;
320
319
  success: boolean;
320
+ operation: "get_signed_url";
321
321
  signedUrl?: string | undefined;
322
322
  }>, z.ZodObject<{
323
323
  operation: z.ZodLiteral<"trigger_outbound_call">;
@@ -326,15 +326,15 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
326
326
  success: z.ZodBoolean;
327
327
  error: z.ZodString;
328
328
  }, "strip", z.ZodTypeAny, {
329
- operation: "trigger_outbound_call";
330
329
  error: string;
331
330
  success: boolean;
331
+ operation: "trigger_outbound_call";
332
332
  conversationId?: string | undefined;
333
333
  callSid?: string | undefined;
334
334
  }, {
335
- operation: "trigger_outbound_call";
336
335
  error: string;
337
336
  success: boolean;
337
+ operation: "trigger_outbound_call";
338
338
  conversationId?: string | undefined;
339
339
  callSid?: string | undefined;
340
340
  }>, z.ZodObject<{
@@ -343,14 +343,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
343
343
  success: z.ZodBoolean;
344
344
  error: z.ZodString;
345
345
  }, "strip", z.ZodTypeAny, {
346
- operation: "get_agent";
347
346
  error: string;
348
347
  success: boolean;
348
+ operation: "get_agent";
349
349
  agent?: Record<string, unknown> | undefined;
350
350
  }, {
351
- operation: "get_agent";
352
351
  error: string;
353
352
  success: boolean;
353
+ operation: "get_agent";
354
354
  agent?: Record<string, unknown> | undefined;
355
355
  }>, z.ZodObject<{
356
356
  operation: z.ZodLiteral<"validate_webhook_signature">;
@@ -358,14 +358,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
358
358
  success: z.ZodBoolean;
359
359
  error: z.ZodString;
360
360
  }, "strip", z.ZodTypeAny, {
361
- operation: "validate_webhook_signature";
362
361
  error: string;
363
362
  success: boolean;
363
+ operation: "validate_webhook_signature";
364
364
  isValid: boolean;
365
365
  }, {
366
- operation: "validate_webhook_signature";
367
366
  error: string;
368
367
  success: boolean;
368
+ operation: "validate_webhook_signature";
369
369
  isValid: boolean;
370
370
  }>, z.ZodObject<{
371
371
  operation: z.ZodLiteral<"get_conversation">;
@@ -373,14 +373,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
373
373
  success: z.ZodBoolean;
374
374
  error: z.ZodString;
375
375
  }, "strip", z.ZodTypeAny, {
376
- operation: "get_conversation";
377
376
  error: string;
378
377
  success: boolean;
378
+ operation: "get_conversation";
379
379
  conversation?: Record<string, unknown> | undefined;
380
380
  }, {
381
- operation: "get_conversation";
382
381
  error: string;
383
382
  success: boolean;
383
+ operation: "get_conversation";
384
384
  conversation?: Record<string, unknown> | undefined;
385
385
  }>, z.ZodObject<{
386
386
  operation: z.ZodLiteral<"get_conversations">;
@@ -390,16 +390,16 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
390
390
  success: z.ZodBoolean;
391
391
  error: z.ZodString;
392
392
  }, "strip", z.ZodTypeAny, {
393
- operation: "get_conversations";
394
393
  error: string;
395
394
  success: boolean;
395
+ operation: "get_conversations";
396
396
  conversations?: Record<string, unknown>[] | undefined;
397
397
  hasMore?: boolean | undefined;
398
398
  nextCursor?: string | undefined;
399
399
  }, {
400
- operation: "get_conversations";
401
400
  error: string;
402
401
  success: boolean;
402
+ operation: "get_conversations";
403
403
  conversations?: Record<string, unknown>[] | undefined;
404
404
  hasMore?: boolean | undefined;
405
405
  nextCursor?: string | undefined;