@bubblelab/bubble-core 0.1.107 → 0.1.109
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 +110 -33
- package/dist/bubbles/service-bubble/ai-agent.d.ts +51 -0
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +122 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/airtable.js +8 -4
- package/dist/bubbles/service-bubble/airtable.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +4 -4
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +14 -14
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/firecrawl.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +2 -2
- 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 +24 -24
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +60 -60
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +22 -22
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +26 -26
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +74 -74
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles.json +51 -6
- package/dist/capabilities/define-capability.d.ts +53 -0
- package/dist/capabilities/define-capability.d.ts.map +1 -0
- package/dist/capabilities/define-capability.js +50 -0
- package/dist/capabilities/define-capability.js.map +1 -0
- package/dist/capabilities/index.d.ts +3 -0
- package/dist/capabilities/index.d.ts.map +1 -0
- package/dist/capabilities/index.js +3 -0
- package/dist/capabilities/index.js.map +1 -0
- package/dist/capabilities/registry.d.ts +13 -0
- package/dist/capabilities/registry.d.ts.map +1 -0
- package/dist/capabilities/registry.js +26 -0
- package/dist/capabilities/registry.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -2994,8 +2994,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
2994
2994
|
}, "strip", z.ZodTypeAny, {
|
|
2995
2995
|
object: "page";
|
|
2996
2996
|
properties: Record<string, unknown>;
|
|
2997
|
-
url: string;
|
|
2998
2997
|
id: string;
|
|
2998
|
+
url: string;
|
|
2999
2999
|
parent: {
|
|
3000
3000
|
type: "page_id";
|
|
3001
3001
|
page_id: string;
|
|
@@ -3087,8 +3087,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3087
3087
|
}, {
|
|
3088
3088
|
object: "page";
|
|
3089
3089
|
properties: Record<string, unknown>;
|
|
3090
|
-
url: string;
|
|
3091
3090
|
id: string;
|
|
3091
|
+
url: string;
|
|
3092
3092
|
parent: {
|
|
3093
3093
|
type: "page_id";
|
|
3094
3094
|
page_id: string;
|
|
@@ -3185,8 +3185,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3185
3185
|
page?: {
|
|
3186
3186
|
object: "page";
|
|
3187
3187
|
properties: Record<string, unknown>;
|
|
3188
|
-
url: string;
|
|
3189
3188
|
id: string;
|
|
3189
|
+
url: string;
|
|
3190
3190
|
parent: {
|
|
3191
3191
|
type: "page_id";
|
|
3192
3192
|
page_id: string;
|
|
@@ -3283,8 +3283,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3283
3283
|
page?: {
|
|
3284
3284
|
object: "page";
|
|
3285
3285
|
properties: Record<string, unknown>;
|
|
3286
|
-
url: string;
|
|
3287
3286
|
id: string;
|
|
3287
|
+
url: string;
|
|
3288
3288
|
parent: {
|
|
3289
3289
|
type: "page_id";
|
|
3290
3290
|
page_id: string;
|
|
@@ -3698,8 +3698,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3698
3698
|
}, "strip", z.ZodTypeAny, {
|
|
3699
3699
|
object: "page";
|
|
3700
3700
|
properties: Record<string, unknown>;
|
|
3701
|
-
url: string;
|
|
3702
3701
|
id: string;
|
|
3702
|
+
url: string;
|
|
3703
3703
|
parent: {
|
|
3704
3704
|
type: "page_id";
|
|
3705
3705
|
page_id: string;
|
|
@@ -3791,8 +3791,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3791
3791
|
}, {
|
|
3792
3792
|
object: "page";
|
|
3793
3793
|
properties: Record<string, unknown>;
|
|
3794
|
-
url: string;
|
|
3795
3794
|
id: string;
|
|
3795
|
+
url: string;
|
|
3796
3796
|
parent: {
|
|
3797
3797
|
type: "page_id";
|
|
3798
3798
|
page_id: string;
|
|
@@ -3889,8 +3889,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3889
3889
|
page?: {
|
|
3890
3890
|
object: "page";
|
|
3891
3891
|
properties: Record<string, unknown>;
|
|
3892
|
-
url: string;
|
|
3893
3892
|
id: string;
|
|
3893
|
+
url: string;
|
|
3894
3894
|
parent: {
|
|
3895
3895
|
type: "page_id";
|
|
3896
3896
|
page_id: string;
|
|
@@ -3987,8 +3987,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3987
3987
|
page?: {
|
|
3988
3988
|
object: "page";
|
|
3989
3989
|
properties: Record<string, unknown>;
|
|
3990
|
-
url: string;
|
|
3991
3990
|
id: string;
|
|
3991
|
+
url: string;
|
|
3992
3992
|
parent: {
|
|
3993
3993
|
type: "page_id";
|
|
3994
3994
|
page_id: string;
|
|
@@ -4402,8 +4402,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4402
4402
|
}, "strip", z.ZodTypeAny, {
|
|
4403
4403
|
object: "page";
|
|
4404
4404
|
properties: Record<string, unknown>;
|
|
4405
|
-
url: string;
|
|
4406
4405
|
id: string;
|
|
4406
|
+
url: string;
|
|
4407
4407
|
parent: {
|
|
4408
4408
|
type: "page_id";
|
|
4409
4409
|
page_id: string;
|
|
@@ -4495,8 +4495,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4495
4495
|
}, {
|
|
4496
4496
|
object: "page";
|
|
4497
4497
|
properties: Record<string, unknown>;
|
|
4498
|
-
url: string;
|
|
4499
4498
|
id: string;
|
|
4499
|
+
url: string;
|
|
4500
4500
|
parent: {
|
|
4501
4501
|
type: "page_id";
|
|
4502
4502
|
page_id: string;
|
|
@@ -4593,8 +4593,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4593
4593
|
page?: {
|
|
4594
4594
|
object: "page";
|
|
4595
4595
|
properties: Record<string, unknown>;
|
|
4596
|
-
url: string;
|
|
4597
4596
|
id: string;
|
|
4597
|
+
url: string;
|
|
4598
4598
|
parent: {
|
|
4599
4599
|
type: "page_id";
|
|
4600
4600
|
page_id: string;
|
|
@@ -4691,8 +4691,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4691
4691
|
page?: {
|
|
4692
4692
|
object: "page";
|
|
4693
4693
|
properties: Record<string, unknown>;
|
|
4694
|
-
url: string;
|
|
4695
4694
|
id: string;
|
|
4695
|
+
url: string;
|
|
4696
4696
|
parent: {
|
|
4697
4697
|
type: "page_id";
|
|
4698
4698
|
page_id: string;
|
|
@@ -20685,8 +20685,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20685
20685
|
}, "strip", z.ZodTypeAny, {
|
|
20686
20686
|
object: "page";
|
|
20687
20687
|
properties: Record<string, unknown>;
|
|
20688
|
-
url: string;
|
|
20689
20688
|
id: string;
|
|
20689
|
+
url: string;
|
|
20690
20690
|
parent: {
|
|
20691
20691
|
type: "page_id";
|
|
20692
20692
|
page_id: string;
|
|
@@ -20778,8 +20778,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20778
20778
|
}, {
|
|
20779
20779
|
object: "page";
|
|
20780
20780
|
properties: Record<string, unknown>;
|
|
20781
|
-
url: string;
|
|
20782
20781
|
id: string;
|
|
20782
|
+
url: string;
|
|
20783
20783
|
parent: {
|
|
20784
20784
|
type: "page_id";
|
|
20785
20785
|
page_id: string;
|
|
@@ -20876,8 +20876,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20876
20876
|
page?: {
|
|
20877
20877
|
object: "page";
|
|
20878
20878
|
properties: Record<string, unknown>;
|
|
20879
|
-
url: string;
|
|
20880
20879
|
id: string;
|
|
20880
|
+
url: string;
|
|
20881
20881
|
parent: {
|
|
20882
20882
|
type: "page_id";
|
|
20883
20883
|
page_id: string;
|
|
@@ -20974,8 +20974,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
20974
20974
|
page?: {
|
|
20975
20975
|
object: "page";
|
|
20976
20976
|
properties: Record<string, unknown>;
|
|
20977
|
-
url: string;
|
|
20978
20977
|
id: string;
|
|
20978
|
+
url: string;
|
|
20979
20979
|
parent: {
|
|
20980
20980
|
type: "page_id";
|
|
20981
20981
|
page_id: string;
|
|
@@ -21389,8 +21389,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21389
21389
|
}, "strip", z.ZodTypeAny, {
|
|
21390
21390
|
object: "page";
|
|
21391
21391
|
properties: Record<string, unknown>;
|
|
21392
|
-
url: string;
|
|
21393
21392
|
id: string;
|
|
21393
|
+
url: string;
|
|
21394
21394
|
parent: {
|
|
21395
21395
|
type: "page_id";
|
|
21396
21396
|
page_id: string;
|
|
@@ -21482,8 +21482,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21482
21482
|
}, {
|
|
21483
21483
|
object: "page";
|
|
21484
21484
|
properties: Record<string, unknown>;
|
|
21485
|
-
url: string;
|
|
21486
21485
|
id: string;
|
|
21486
|
+
url: string;
|
|
21487
21487
|
parent: {
|
|
21488
21488
|
type: "page_id";
|
|
21489
21489
|
page_id: string;
|
|
@@ -21580,8 +21580,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21580
21580
|
page?: {
|
|
21581
21581
|
object: "page";
|
|
21582
21582
|
properties: Record<string, unknown>;
|
|
21583
|
-
url: string;
|
|
21584
21583
|
id: string;
|
|
21584
|
+
url: string;
|
|
21585
21585
|
parent: {
|
|
21586
21586
|
type: "page_id";
|
|
21587
21587
|
page_id: string;
|
|
@@ -21678,8 +21678,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21678
21678
|
page?: {
|
|
21679
21679
|
object: "page";
|
|
21680
21680
|
properties: Record<string, unknown>;
|
|
21681
|
-
url: string;
|
|
21682
21681
|
id: string;
|
|
21682
|
+
url: string;
|
|
21683
21683
|
parent: {
|
|
21684
21684
|
type: "page_id";
|
|
21685
21685
|
page_id: string;
|
|
@@ -22093,8 +22093,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22093
22093
|
}, "strip", z.ZodTypeAny, {
|
|
22094
22094
|
object: "page";
|
|
22095
22095
|
properties: Record<string, unknown>;
|
|
22096
|
-
url: string;
|
|
22097
22096
|
id: string;
|
|
22097
|
+
url: string;
|
|
22098
22098
|
parent: {
|
|
22099
22099
|
type: "page_id";
|
|
22100
22100
|
page_id: string;
|
|
@@ -22186,8 +22186,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22186
22186
|
}, {
|
|
22187
22187
|
object: "page";
|
|
22188
22188
|
properties: Record<string, unknown>;
|
|
22189
|
-
url: string;
|
|
22190
22189
|
id: string;
|
|
22190
|
+
url: string;
|
|
22191
22191
|
parent: {
|
|
22192
22192
|
type: "page_id";
|
|
22193
22193
|
page_id: string;
|
|
@@ -22284,8 +22284,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22284
22284
|
page?: {
|
|
22285
22285
|
object: "page";
|
|
22286
22286
|
properties: Record<string, unknown>;
|
|
22287
|
-
url: string;
|
|
22288
22287
|
id: string;
|
|
22288
|
+
url: string;
|
|
22289
22289
|
parent: {
|
|
22290
22290
|
type: "page_id";
|
|
22291
22291
|
page_id: string;
|
|
@@ -22382,8 +22382,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22382
22382
|
page?: {
|
|
22383
22383
|
object: "page";
|
|
22384
22384
|
properties: Record<string, unknown>;
|
|
22385
|
-
url: string;
|
|
22386
22385
|
id: string;
|
|
22386
|
+
url: string;
|
|
22387
22387
|
parent: {
|
|
22388
22388
|
type: "page_id";
|
|
22389
22389
|
page_id: string;
|
|
@@ -85,14 +85,14 @@ declare const EmailPropertySchema: z.ZodObject<{
|
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
86
|
type: "email";
|
|
87
87
|
name: string;
|
|
88
|
-
email: {};
|
|
89
88
|
id: string;
|
|
89
|
+
email: {};
|
|
90
90
|
description?: string | undefined;
|
|
91
91
|
}, {
|
|
92
92
|
type: "email";
|
|
93
93
|
name: string;
|
|
94
|
-
email: {};
|
|
95
94
|
id: string;
|
|
95
|
+
email: {};
|
|
96
96
|
description?: string | undefined;
|
|
97
97
|
}>;
|
|
98
98
|
declare const FilesPropertySchema: z.ZodObject<{
|
|
@@ -557,14 +557,14 @@ declare const URLPropertySchema: z.ZodObject<{
|
|
|
557
557
|
}, "strip", z.ZodTypeAny, {
|
|
558
558
|
type: "url";
|
|
559
559
|
name: string;
|
|
560
|
-
url: {};
|
|
561
560
|
id: string;
|
|
561
|
+
url: {};
|
|
562
562
|
description?: string | undefined;
|
|
563
563
|
}, {
|
|
564
564
|
type: "url";
|
|
565
565
|
name: string;
|
|
566
|
-
url: {};
|
|
567
566
|
id: string;
|
|
567
|
+
url: {};
|
|
568
568
|
description?: string | undefined;
|
|
569
569
|
}>;
|
|
570
570
|
declare const UniqueIDPropertySchema: z.ZodObject<{
|
|
@@ -677,14 +677,14 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
677
677
|
}, "strip", z.ZodTypeAny, {
|
|
678
678
|
type: "email";
|
|
679
679
|
name: string;
|
|
680
|
-
email: {};
|
|
681
680
|
id: string;
|
|
681
|
+
email: {};
|
|
682
682
|
description?: string | undefined;
|
|
683
683
|
}, {
|
|
684
684
|
type: "email";
|
|
685
685
|
name: string;
|
|
686
|
-
email: {};
|
|
687
686
|
id: string;
|
|
687
|
+
email: {};
|
|
688
688
|
description?: string | undefined;
|
|
689
689
|
}>, z.ZodObject<{
|
|
690
690
|
id: z.ZodString;
|
|
@@ -1106,14 +1106,14 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
1106
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1107
1107
|
type: "url";
|
|
1108
1108
|
name: string;
|
|
1109
|
-
url: {};
|
|
1110
1109
|
id: string;
|
|
1110
|
+
url: {};
|
|
1111
1111
|
description?: string | undefined;
|
|
1112
1112
|
}, {
|
|
1113
1113
|
type: "url";
|
|
1114
1114
|
name: string;
|
|
1115
|
-
url: {};
|
|
1116
1115
|
id: string;
|
|
1116
|
+
url: {};
|
|
1117
1117
|
description?: string | undefined;
|
|
1118
1118
|
}>, z.ZodObject<{
|
|
1119
1119
|
id: z.ZodString;
|