@bubblelab/bubble-core 0.1.238 → 0.1.239
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.
- package/dist/bubble-bundle.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +82 -82
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +162 -162
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.d.ts +2 -2
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +7 -7
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +82 -82
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/firecrawl.d.ts +270 -270
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +10 -10
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +8 -8
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/notion.d.ts +28 -28
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
- package/dist/bubbles/service-bubble/slab/slab.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +140 -140
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +34 -34
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +22 -22
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +316 -316
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +124 -124
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -61,11 +61,11 @@ export declare const SlabPostSchema: z.ZodObject<{
|
|
|
61
61
|
publishedAt?: string | null | undefined;
|
|
62
62
|
updatedAt?: string | null | undefined;
|
|
63
63
|
insertedAt?: string | null | undefined;
|
|
64
|
+
archivedAt?: string | null | undefined;
|
|
64
65
|
topics?: {
|
|
65
66
|
name: string;
|
|
66
67
|
id: string;
|
|
67
68
|
}[] | null | undefined;
|
|
68
|
-
archivedAt?: string | null | undefined;
|
|
69
69
|
}, {
|
|
70
70
|
title: string;
|
|
71
71
|
id: string;
|
|
@@ -78,11 +78,11 @@ export declare const SlabPostSchema: z.ZodObject<{
|
|
|
78
78
|
publishedAt?: string | null | undefined;
|
|
79
79
|
updatedAt?: string | null | undefined;
|
|
80
80
|
insertedAt?: string | null | undefined;
|
|
81
|
+
archivedAt?: string | null | undefined;
|
|
81
82
|
topics?: {
|
|
82
83
|
name: string;
|
|
83
84
|
id: string;
|
|
84
85
|
}[] | null | undefined;
|
|
85
|
-
archivedAt?: string | null | undefined;
|
|
86
86
|
}>;
|
|
87
87
|
export declare const SlabSearchResultSchema: z.ZodObject<{
|
|
88
88
|
id: z.ZodString;
|
|
@@ -120,12 +120,12 @@ export declare const SlabSearchResultSchema: z.ZodObject<{
|
|
|
120
120
|
id: string;
|
|
121
121
|
} | null | undefined;
|
|
122
122
|
publishedAt?: string | null | undefined;
|
|
123
|
-
highlight?: unknown;
|
|
124
123
|
insertedAt?: string | null | undefined;
|
|
125
124
|
topics?: {
|
|
126
125
|
name: string;
|
|
127
126
|
id: string;
|
|
128
127
|
}[] | null | undefined;
|
|
128
|
+
highlight?: unknown;
|
|
129
129
|
}, {
|
|
130
130
|
title: string;
|
|
131
131
|
id: string;
|
|
@@ -135,12 +135,12 @@ export declare const SlabSearchResultSchema: z.ZodObject<{
|
|
|
135
135
|
id: string;
|
|
136
136
|
} | null | undefined;
|
|
137
137
|
publishedAt?: string | null | undefined;
|
|
138
|
-
highlight?: unknown;
|
|
139
138
|
insertedAt?: string | null | undefined;
|
|
140
139
|
topics?: {
|
|
141
140
|
name: string;
|
|
142
141
|
id: string;
|
|
143
142
|
}[] | null | undefined;
|
|
143
|
+
highlight?: unknown;
|
|
144
144
|
}>;
|
|
145
145
|
export declare const SlabParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
146
146
|
operation: z.ZodLiteral<"search_posts">;
|
|
@@ -242,12 +242,12 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
242
242
|
id: string;
|
|
243
243
|
} | null | undefined;
|
|
244
244
|
publishedAt?: string | null | undefined;
|
|
245
|
-
highlight?: unknown;
|
|
246
245
|
insertedAt?: string | null | undefined;
|
|
247
246
|
topics?: {
|
|
248
247
|
name: string;
|
|
249
248
|
id: string;
|
|
250
249
|
}[] | null | undefined;
|
|
250
|
+
highlight?: unknown;
|
|
251
251
|
}, {
|
|
252
252
|
title: string;
|
|
253
253
|
id: string;
|
|
@@ -257,12 +257,12 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
257
257
|
id: string;
|
|
258
258
|
} | null | undefined;
|
|
259
259
|
publishedAt?: string | null | undefined;
|
|
260
|
-
highlight?: unknown;
|
|
261
260
|
insertedAt?: string | null | undefined;
|
|
262
261
|
topics?: {
|
|
263
262
|
name: string;
|
|
264
263
|
id: string;
|
|
265
264
|
}[] | null | undefined;
|
|
265
|
+
highlight?: unknown;
|
|
266
266
|
}>, "many">>;
|
|
267
267
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
268
268
|
end_cursor: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -281,12 +281,12 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
281
281
|
id: string;
|
|
282
282
|
} | null | undefined;
|
|
283
283
|
publishedAt?: string | null | undefined;
|
|
284
|
-
highlight?: unknown;
|
|
285
284
|
insertedAt?: string | null | undefined;
|
|
286
285
|
topics?: {
|
|
287
286
|
name: string;
|
|
288
287
|
id: string;
|
|
289
288
|
}[] | null | undefined;
|
|
289
|
+
highlight?: unknown;
|
|
290
290
|
}[] | undefined;
|
|
291
291
|
end_cursor?: string | null | undefined;
|
|
292
292
|
}, {
|
|
@@ -303,12 +303,12 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
303
303
|
id: string;
|
|
304
304
|
} | null | undefined;
|
|
305
305
|
publishedAt?: string | null | undefined;
|
|
306
|
-
highlight?: unknown;
|
|
307
306
|
insertedAt?: string | null | undefined;
|
|
308
307
|
topics?: {
|
|
309
308
|
name: string;
|
|
310
309
|
id: string;
|
|
311
310
|
}[] | null | undefined;
|
|
311
|
+
highlight?: unknown;
|
|
312
312
|
}[] | undefined;
|
|
313
313
|
end_cursor?: string | null | undefined;
|
|
314
314
|
}>, z.ZodObject<{
|
|
@@ -355,11 +355,11 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
355
355
|
publishedAt?: string | null | undefined;
|
|
356
356
|
updatedAt?: string | null | undefined;
|
|
357
357
|
insertedAt?: string | null | undefined;
|
|
358
|
+
archivedAt?: string | null | undefined;
|
|
358
359
|
topics?: {
|
|
359
360
|
name: string;
|
|
360
361
|
id: string;
|
|
361
362
|
}[] | null | undefined;
|
|
362
|
-
archivedAt?: string | null | undefined;
|
|
363
363
|
}, {
|
|
364
364
|
title: string;
|
|
365
365
|
id: string;
|
|
@@ -372,11 +372,11 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
372
372
|
publishedAt?: string | null | undefined;
|
|
373
373
|
updatedAt?: string | null | undefined;
|
|
374
374
|
insertedAt?: string | null | undefined;
|
|
375
|
+
archivedAt?: string | null | undefined;
|
|
375
376
|
topics?: {
|
|
376
377
|
name: string;
|
|
377
378
|
id: string;
|
|
378
379
|
}[] | null | undefined;
|
|
379
|
-
archivedAt?: string | null | undefined;
|
|
380
380
|
}>>;
|
|
381
381
|
error: z.ZodString;
|
|
382
382
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -395,11 +395,11 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
395
395
|
publishedAt?: string | null | undefined;
|
|
396
396
|
updatedAt?: string | null | undefined;
|
|
397
397
|
insertedAt?: string | null | undefined;
|
|
398
|
+
archivedAt?: string | null | undefined;
|
|
398
399
|
topics?: {
|
|
399
400
|
name: string;
|
|
400
401
|
id: string;
|
|
401
402
|
}[] | null | undefined;
|
|
402
|
-
archivedAt?: string | null | undefined;
|
|
403
403
|
} | undefined;
|
|
404
404
|
}, {
|
|
405
405
|
error: string;
|
|
@@ -417,11 +417,11 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
417
417
|
publishedAt?: string | null | undefined;
|
|
418
418
|
updatedAt?: string | null | undefined;
|
|
419
419
|
insertedAt?: string | null | undefined;
|
|
420
|
+
archivedAt?: string | null | undefined;
|
|
420
421
|
topics?: {
|
|
421
422
|
name: string;
|
|
422
423
|
id: string;
|
|
423
424
|
}[] | null | undefined;
|
|
424
|
-
archivedAt?: string | null | undefined;
|
|
425
425
|
} | undefined;
|
|
426
426
|
}>, z.ZodObject<{
|
|
427
427
|
operation: z.ZodLiteral<"list_posts">;
|
|
@@ -467,11 +467,11 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
467
467
|
publishedAt?: string | null | undefined;
|
|
468
468
|
updatedAt?: string | null | undefined;
|
|
469
469
|
insertedAt?: string | null | undefined;
|
|
470
|
+
archivedAt?: string | null | undefined;
|
|
470
471
|
topics?: {
|
|
471
472
|
name: string;
|
|
472
473
|
id: string;
|
|
473
474
|
}[] | null | undefined;
|
|
474
|
-
archivedAt?: string | null | undefined;
|
|
475
475
|
}, {
|
|
476
476
|
title: string;
|
|
477
477
|
id: string;
|
|
@@ -484,11 +484,11 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
484
484
|
publishedAt?: string | null | undefined;
|
|
485
485
|
updatedAt?: string | null | undefined;
|
|
486
486
|
insertedAt?: string | null | undefined;
|
|
487
|
+
archivedAt?: string | null | undefined;
|
|
487
488
|
topics?: {
|
|
488
489
|
name: string;
|
|
489
490
|
id: string;
|
|
490
491
|
}[] | null | undefined;
|
|
491
|
-
archivedAt?: string | null | undefined;
|
|
492
492
|
}>, "many">>;
|
|
493
493
|
error: z.ZodString;
|
|
494
494
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -507,11 +507,11 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
507
507
|
publishedAt?: string | null | undefined;
|
|
508
508
|
updatedAt?: string | null | undefined;
|
|
509
509
|
insertedAt?: string | null | undefined;
|
|
510
|
+
archivedAt?: string | null | undefined;
|
|
510
511
|
topics?: {
|
|
511
512
|
name: string;
|
|
512
513
|
id: string;
|
|
513
514
|
}[] | null | undefined;
|
|
514
|
-
archivedAt?: string | null | undefined;
|
|
515
515
|
}[] | undefined;
|
|
516
516
|
}, {
|
|
517
517
|
error: string;
|
|
@@ -529,11 +529,11 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
529
529
|
publishedAt?: string | null | undefined;
|
|
530
530
|
updatedAt?: string | null | undefined;
|
|
531
531
|
insertedAt?: string | null | undefined;
|
|
532
|
+
archivedAt?: string | null | undefined;
|
|
532
533
|
topics?: {
|
|
533
534
|
name: string;
|
|
534
535
|
id: string;
|
|
535
536
|
}[] | null | undefined;
|
|
536
|
-
archivedAt?: string | null | undefined;
|
|
537
537
|
}[] | undefined;
|
|
538
538
|
}>, z.ZodObject<{
|
|
539
539
|
operation: z.ZodLiteral<"get_topic_posts">;
|
|
@@ -579,11 +579,11 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
579
579
|
publishedAt?: string | null | undefined;
|
|
580
580
|
updatedAt?: string | null | undefined;
|
|
581
581
|
insertedAt?: string | null | undefined;
|
|
582
|
+
archivedAt?: string | null | undefined;
|
|
582
583
|
topics?: {
|
|
583
584
|
name: string;
|
|
584
585
|
id: string;
|
|
585
586
|
}[] | null | undefined;
|
|
586
|
-
archivedAt?: string | null | undefined;
|
|
587
587
|
}, {
|
|
588
588
|
title: string;
|
|
589
589
|
id: string;
|
|
@@ -596,11 +596,11 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
596
596
|
publishedAt?: string | null | undefined;
|
|
597
597
|
updatedAt?: string | null | undefined;
|
|
598
598
|
insertedAt?: string | null | undefined;
|
|
599
|
+
archivedAt?: string | null | undefined;
|
|
599
600
|
topics?: {
|
|
600
601
|
name: string;
|
|
601
602
|
id: string;
|
|
602
603
|
}[] | null | undefined;
|
|
603
|
-
archivedAt?: string | null | undefined;
|
|
604
604
|
}>, "many">>;
|
|
605
605
|
error: z.ZodString;
|
|
606
606
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -619,11 +619,11 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
619
619
|
publishedAt?: string | null | undefined;
|
|
620
620
|
updatedAt?: string | null | undefined;
|
|
621
621
|
insertedAt?: string | null | undefined;
|
|
622
|
+
archivedAt?: string | null | undefined;
|
|
622
623
|
topics?: {
|
|
623
624
|
name: string;
|
|
624
625
|
id: string;
|
|
625
626
|
}[] | null | undefined;
|
|
626
|
-
archivedAt?: string | null | undefined;
|
|
627
627
|
}[] | undefined;
|
|
628
628
|
}, {
|
|
629
629
|
error: string;
|
|
@@ -641,11 +641,11 @@ export declare const SlabResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
641
641
|
publishedAt?: string | null | undefined;
|
|
642
642
|
updatedAt?: string | null | undefined;
|
|
643
643
|
insertedAt?: string | null | undefined;
|
|
644
|
+
archivedAt?: string | null | undefined;
|
|
644
645
|
topics?: {
|
|
645
646
|
name: string;
|
|
646
647
|
id: string;
|
|
647
648
|
}[] | null | undefined;
|
|
648
|
-
archivedAt?: string | null | undefined;
|
|
649
649
|
}[] | undefined;
|
|
650
650
|
}>, z.ZodObject<{
|
|
651
651
|
operation: z.ZodLiteral<"list_topics">;
|