@bubblelab/bubble-core 0.1.239 → 0.1.241
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 -110
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- 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 +4 -4
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +6 -6
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +2 -2
- 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 +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/capability-pipeline.js +1 -7
- package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/firecrawl.d.ts +346 -346
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +60 -60
- package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/http.d.ts +2 -2
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +42 -42
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +50 -50
- package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/slack/slack.d.ts +238 -238
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- 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 +20 -20
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
- 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 +16 -16
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +328 -328
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- 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/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-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -47,9 +47,9 @@ export declare const AppRankingsItemSchema: z.ZodObject<{
|
|
|
47
47
|
}, "strip", z.ZodTypeAny, {
|
|
48
48
|
store: "google" | "apple";
|
|
49
49
|
developer: string;
|
|
50
|
+
country: string;
|
|
50
51
|
rating: string | number;
|
|
51
52
|
category: string;
|
|
52
|
-
country: string;
|
|
53
53
|
price: string;
|
|
54
54
|
scrapedAt: string;
|
|
55
55
|
rank: number;
|
|
@@ -64,9 +64,9 @@ export declare const AppRankingsItemSchema: z.ZodObject<{
|
|
|
64
64
|
}, {
|
|
65
65
|
store: "google" | "apple";
|
|
66
66
|
developer: string;
|
|
67
|
+
country: string;
|
|
67
68
|
rating: string | number;
|
|
68
69
|
category: string;
|
|
69
|
-
country: string;
|
|
70
70
|
price: string;
|
|
71
71
|
scrapedAt: string;
|
|
72
72
|
rank: number;
|
|
@@ -119,11 +119,11 @@ export declare const GoogleMapsPlaceSchema: z.ZodObject<{
|
|
|
119
119
|
lat: number;
|
|
120
120
|
lng: number;
|
|
121
121
|
} | undefined;
|
|
122
|
-
language?: string | undefined;
|
|
123
122
|
postalCode?: string | null | undefined;
|
|
124
123
|
countryCode?: string | undefined;
|
|
125
124
|
state?: string | undefined;
|
|
126
125
|
city?: string | undefined;
|
|
126
|
+
language?: string | undefined;
|
|
127
127
|
price?: string | null | undefined;
|
|
128
128
|
categoryName?: string | undefined;
|
|
129
129
|
address?: string | undefined;
|
|
@@ -181,11 +181,11 @@ export declare const GoogleMapsPlaceSchema: z.ZodObject<{
|
|
|
181
181
|
lat: number;
|
|
182
182
|
lng: number;
|
|
183
183
|
} | undefined;
|
|
184
|
-
language?: string | undefined;
|
|
185
184
|
postalCode?: string | null | undefined;
|
|
186
185
|
countryCode?: string | undefined;
|
|
187
186
|
state?: string | undefined;
|
|
188
187
|
city?: string | undefined;
|
|
188
|
+
language?: string | undefined;
|
|
189
189
|
price?: string | null | undefined;
|
|
190
190
|
categoryName?: string | undefined;
|
|
191
191
|
address?: string | undefined;
|
|
@@ -584,7 +584,6 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
584
584
|
name?: string | undefined;
|
|
585
585
|
id?: string | undefined;
|
|
586
586
|
} | null | undefined;
|
|
587
|
-
inputUrl?: string | undefined;
|
|
588
587
|
shortCode?: string | undefined;
|
|
589
588
|
hashtags?: string[] | undefined;
|
|
590
589
|
mentions?: string[] | undefined;
|
|
@@ -608,6 +607,7 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
608
607
|
profile_pic_url?: string | undefined;
|
|
609
608
|
}[] | undefined;
|
|
610
609
|
isCommentsDisabled?: boolean | undefined;
|
|
610
|
+
inputUrl?: string | undefined;
|
|
611
611
|
locationName?: string | undefined;
|
|
612
612
|
locationId?: string | undefined;
|
|
613
613
|
ownerFullName?: string | undefined;
|
|
@@ -698,7 +698,6 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
698
698
|
name?: string | undefined;
|
|
699
699
|
id?: string | undefined;
|
|
700
700
|
} | null | undefined;
|
|
701
|
-
inputUrl?: string | undefined;
|
|
702
701
|
shortCode?: string | undefined;
|
|
703
702
|
hashtags?: string[] | undefined;
|
|
704
703
|
mentions?: string[] | undefined;
|
|
@@ -722,6 +721,7 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
722
721
|
profile_pic_url?: string | undefined;
|
|
723
722
|
}[] | undefined;
|
|
724
723
|
isCommentsDisabled?: boolean | undefined;
|
|
724
|
+
inputUrl?: string | undefined;
|
|
725
725
|
locationName?: string | undefined;
|
|
726
726
|
locationId?: string | undefined;
|
|
727
727
|
ownerFullName?: string | undefined;
|
|
@@ -322,12 +322,12 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
322
322
|
itemsCount: z.ZodOptional<z.ZodNumber>;
|
|
323
323
|
}, "strip", z.ZodTypeAny, {
|
|
324
324
|
title?: string | undefined;
|
|
325
|
-
itemsCount?: number | undefined;
|
|
326
325
|
coverUrl?: string | undefined;
|
|
326
|
+
itemsCount?: number | undefined;
|
|
327
327
|
}, {
|
|
328
328
|
title?: string | undefined;
|
|
329
|
-
itemsCount?: number | undefined;
|
|
330
329
|
coverUrl?: string | undefined;
|
|
330
|
+
itemsCount?: number | undefined;
|
|
331
331
|
}>, "many">>;
|
|
332
332
|
}, "strip", z.ZodTypeAny, {
|
|
333
333
|
url?: string | undefined;
|
|
@@ -402,8 +402,8 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
402
402
|
}[] | undefined;
|
|
403
403
|
highlights?: {
|
|
404
404
|
title?: string | undefined;
|
|
405
|
-
itemsCount?: number | undefined;
|
|
406
405
|
coverUrl?: string | undefined;
|
|
406
|
+
itemsCount?: number | undefined;
|
|
407
407
|
}[] | undefined;
|
|
408
408
|
}, {
|
|
409
409
|
url?: string | undefined;
|
|
@@ -478,8 +478,8 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
478
478
|
}[] | undefined;
|
|
479
479
|
highlights?: {
|
|
480
480
|
title?: string | undefined;
|
|
481
|
-
itemsCount?: number | undefined;
|
|
482
481
|
coverUrl?: string | undefined;
|
|
482
|
+
itemsCount?: number | undefined;
|
|
483
483
|
}[] | undefined;
|
|
484
484
|
}>;
|
|
485
485
|
//# sourceMappingURL=instagram-scraper.d.ts.map
|
|
@@ -202,12 +202,12 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
202
202
|
itemsCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
203
203
|
}, "strip", import("zod").ZodTypeAny, {
|
|
204
204
|
title?: string | undefined;
|
|
205
|
-
itemsCount?: number | undefined;
|
|
206
205
|
coverUrl?: string | undefined;
|
|
206
|
+
itemsCount?: number | undefined;
|
|
207
207
|
}, {
|
|
208
208
|
title?: string | undefined;
|
|
209
|
-
itemsCount?: number | undefined;
|
|
210
209
|
coverUrl?: string | undefined;
|
|
210
|
+
itemsCount?: number | undefined;
|
|
211
211
|
}>, "many">>;
|
|
212
212
|
}, "strip", import("zod").ZodTypeAny, {
|
|
213
213
|
url?: string | undefined;
|
|
@@ -282,8 +282,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
282
282
|
}[] | undefined;
|
|
283
283
|
highlights?: {
|
|
284
284
|
title?: string | undefined;
|
|
285
|
-
itemsCount?: number | undefined;
|
|
286
285
|
coverUrl?: string | undefined;
|
|
286
|
+
itemsCount?: number | undefined;
|
|
287
287
|
}[] | undefined;
|
|
288
288
|
}, {
|
|
289
289
|
url?: string | undefined;
|
|
@@ -358,8 +358,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
358
358
|
}[] | undefined;
|
|
359
359
|
highlights?: {
|
|
360
360
|
title?: string | undefined;
|
|
361
|
-
itemsCount?: number | undefined;
|
|
362
361
|
coverUrl?: string | undefined;
|
|
362
|
+
itemsCount?: number | undefined;
|
|
363
363
|
}[] | undefined;
|
|
364
364
|
}>;
|
|
365
365
|
description: string;
|
|
@@ -952,7 +952,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
952
952
|
name?: string | undefined;
|
|
953
953
|
id?: string | undefined;
|
|
954
954
|
} | null | undefined;
|
|
955
|
-
inputUrl?: string | undefined;
|
|
956
955
|
shortCode?: string | undefined;
|
|
957
956
|
hashtags?: string[] | undefined;
|
|
958
957
|
mentions?: string[] | undefined;
|
|
@@ -976,6 +975,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
976
975
|
profile_pic_url?: string | undefined;
|
|
977
976
|
}[] | undefined;
|
|
978
977
|
isCommentsDisabled?: boolean | undefined;
|
|
978
|
+
inputUrl?: string | undefined;
|
|
979
979
|
locationName?: string | undefined;
|
|
980
980
|
locationId?: string | undefined;
|
|
981
981
|
ownerFullName?: string | undefined;
|
|
@@ -1066,7 +1066,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1066
1066
|
name?: string | undefined;
|
|
1067
1067
|
id?: string | undefined;
|
|
1068
1068
|
} | null | undefined;
|
|
1069
|
-
inputUrl?: string | undefined;
|
|
1070
1069
|
shortCode?: string | undefined;
|
|
1071
1070
|
hashtags?: string[] | undefined;
|
|
1072
1071
|
mentions?: string[] | undefined;
|
|
@@ -1090,6 +1089,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1090
1089
|
profile_pic_url?: string | undefined;
|
|
1091
1090
|
}[] | undefined;
|
|
1092
1091
|
isCommentsDisabled?: boolean | undefined;
|
|
1092
|
+
inputUrl?: string | undefined;
|
|
1093
1093
|
locationName?: string | undefined;
|
|
1094
1094
|
locationId?: string | undefined;
|
|
1095
1095
|
ownerFullName?: string | undefined;
|
|
@@ -3813,11 +3813,11 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3813
3813
|
lat: number;
|
|
3814
3814
|
lng: number;
|
|
3815
3815
|
} | undefined;
|
|
3816
|
-
language?: string | undefined;
|
|
3817
3816
|
postalCode?: string | null | undefined;
|
|
3818
3817
|
countryCode?: string | undefined;
|
|
3819
3818
|
state?: string | undefined;
|
|
3820
3819
|
city?: string | undefined;
|
|
3820
|
+
language?: string | undefined;
|
|
3821
3821
|
price?: string | null | undefined;
|
|
3822
3822
|
categoryName?: string | undefined;
|
|
3823
3823
|
address?: string | undefined;
|
|
@@ -3875,11 +3875,11 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3875
3875
|
lat: number;
|
|
3876
3876
|
lng: number;
|
|
3877
3877
|
} | undefined;
|
|
3878
|
-
language?: string | undefined;
|
|
3879
3878
|
postalCode?: string | null | undefined;
|
|
3880
3879
|
countryCode?: string | undefined;
|
|
3881
3880
|
state?: string | undefined;
|
|
3882
3881
|
city?: string | undefined;
|
|
3882
|
+
language?: string | undefined;
|
|
3883
3883
|
price?: string | null | undefined;
|
|
3884
3884
|
categoryName?: string | undefined;
|
|
3885
3885
|
address?: string | undefined;
|
|
@@ -3982,9 +3982,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3982
3982
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3983
3983
|
store: "google" | "apple";
|
|
3984
3984
|
developer: string;
|
|
3985
|
+
country: string;
|
|
3985
3986
|
rating: string | number;
|
|
3986
3987
|
category: string;
|
|
3987
|
-
country: string;
|
|
3988
3988
|
price: string;
|
|
3989
3989
|
scrapedAt: string;
|
|
3990
3990
|
rank: number;
|
|
@@ -3999,9 +3999,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3999
3999
|
}, {
|
|
4000
4000
|
store: "google" | "apple";
|
|
4001
4001
|
developer: string;
|
|
4002
|
+
country: string;
|
|
4002
4003
|
rating: string | number;
|
|
4003
4004
|
category: string;
|
|
4004
|
-
country: string;
|
|
4005
4005
|
price: string;
|
|
4006
4006
|
scrapedAt: string;
|
|
4007
4007
|
rank: number;
|
|
@@ -23,8 +23,8 @@ 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
|
-
timeout: number;
|
|
27
26
|
input: Record<string, unknown>;
|
|
27
|
+
timeout: number;
|
|
28
28
|
limit: number;
|
|
29
29
|
waitForFinish: boolean;
|
|
30
30
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -69,23 +69,23 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
69
69
|
name: string;
|
|
70
70
|
id: string;
|
|
71
71
|
inputSchemaUrl: string;
|
|
72
|
+
description?: string | null | undefined;
|
|
73
|
+
stars?: number | null | undefined;
|
|
72
74
|
usage?: {
|
|
73
75
|
totalRuns?: number | undefined;
|
|
74
76
|
usersCount?: number | undefined;
|
|
75
77
|
} | null | undefined;
|
|
76
|
-
description?: string | null | undefined;
|
|
77
|
-
stars?: number | null | undefined;
|
|
78
78
|
requiresRental?: boolean | undefined;
|
|
79
79
|
}, {
|
|
80
80
|
name: string;
|
|
81
81
|
id: string;
|
|
82
82
|
inputSchemaUrl: string;
|
|
83
|
+
description?: string | null | undefined;
|
|
84
|
+
stars?: number | null | undefined;
|
|
83
85
|
usage?: {
|
|
84
86
|
totalRuns?: number | undefined;
|
|
85
87
|
usersCount?: number | undefined;
|
|
86
88
|
} | null | undefined;
|
|
87
|
-
description?: string | null | undefined;
|
|
88
|
-
stars?: number | null | undefined;
|
|
89
89
|
requiresRental?: boolean | undefined;
|
|
90
90
|
}>, "many">>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -95,18 +95,18 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
95
95
|
runId: string;
|
|
96
96
|
consoleUrl: string;
|
|
97
97
|
items?: unknown[] | undefined;
|
|
98
|
-
datasetId?: string | undefined;
|
|
99
98
|
itemsCount?: number | undefined;
|
|
99
|
+
datasetId?: string | undefined;
|
|
100
100
|
discoveredActors?: {
|
|
101
101
|
name: string;
|
|
102
102
|
id: string;
|
|
103
103
|
inputSchemaUrl: string;
|
|
104
|
+
description?: string | null | undefined;
|
|
105
|
+
stars?: number | null | undefined;
|
|
104
106
|
usage?: {
|
|
105
107
|
totalRuns?: number | undefined;
|
|
106
108
|
usersCount?: number | undefined;
|
|
107
109
|
} | null | undefined;
|
|
108
|
-
description?: string | null | undefined;
|
|
109
|
-
stars?: number | null | undefined;
|
|
110
110
|
requiresRental?: boolean | undefined;
|
|
111
111
|
}[] | undefined;
|
|
112
112
|
}, {
|
|
@@ -116,18 +116,18 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
116
116
|
runId: string;
|
|
117
117
|
consoleUrl: string;
|
|
118
118
|
items?: unknown[] | undefined;
|
|
119
|
-
datasetId?: string | undefined;
|
|
120
119
|
itemsCount?: number | undefined;
|
|
120
|
+
datasetId?: string | undefined;
|
|
121
121
|
discoveredActors?: {
|
|
122
122
|
name: string;
|
|
123
123
|
id: string;
|
|
124
124
|
inputSchemaUrl: string;
|
|
125
|
+
description?: string | null | undefined;
|
|
126
|
+
stars?: number | null | undefined;
|
|
125
127
|
usage?: {
|
|
126
128
|
totalRuns?: number | undefined;
|
|
127
129
|
usersCount?: number | undefined;
|
|
128
130
|
} | null | undefined;
|
|
129
|
-
description?: string | null | undefined;
|
|
130
|
-
stars?: number | null | undefined;
|
|
131
131
|
requiresRental?: boolean | undefined;
|
|
132
132
|
}[] | undefined;
|
|
133
133
|
}>;
|
|
@@ -159,8 +159,8 @@ 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
|
-
timeout: number;
|
|
163
162
|
input: Record<string, unknown>;
|
|
163
|
+
timeout: number;
|
|
164
164
|
limit: number;
|
|
165
165
|
waitForFinish: boolean;
|
|
166
166
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -205,23 +205,23 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
205
205
|
name: string;
|
|
206
206
|
id: string;
|
|
207
207
|
inputSchemaUrl: string;
|
|
208
|
+
description?: string | null | undefined;
|
|
209
|
+
stars?: number | null | undefined;
|
|
208
210
|
usage?: {
|
|
209
211
|
totalRuns?: number | undefined;
|
|
210
212
|
usersCount?: number | undefined;
|
|
211
213
|
} | null | undefined;
|
|
212
|
-
description?: string | null | undefined;
|
|
213
|
-
stars?: number | null | undefined;
|
|
214
214
|
requiresRental?: boolean | undefined;
|
|
215
215
|
}, {
|
|
216
216
|
name: string;
|
|
217
217
|
id: string;
|
|
218
218
|
inputSchemaUrl: string;
|
|
219
|
+
description?: string | null | undefined;
|
|
220
|
+
stars?: number | null | undefined;
|
|
219
221
|
usage?: {
|
|
220
222
|
totalRuns?: number | undefined;
|
|
221
223
|
usersCount?: number | undefined;
|
|
222
224
|
} | null | undefined;
|
|
223
|
-
description?: string | null | undefined;
|
|
224
|
-
stars?: number | null | undefined;
|
|
225
225
|
requiresRental?: boolean | undefined;
|
|
226
226
|
}>, "many">>;
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -231,18 +231,18 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
231
231
|
runId: string;
|
|
232
232
|
consoleUrl: string;
|
|
233
233
|
items?: unknown[] | undefined;
|
|
234
|
-
datasetId?: string | undefined;
|
|
235
234
|
itemsCount?: number | undefined;
|
|
235
|
+
datasetId?: string | undefined;
|
|
236
236
|
discoveredActors?: {
|
|
237
237
|
name: string;
|
|
238
238
|
id: string;
|
|
239
239
|
inputSchemaUrl: string;
|
|
240
|
+
description?: string | null | undefined;
|
|
241
|
+
stars?: number | null | undefined;
|
|
240
242
|
usage?: {
|
|
241
243
|
totalRuns?: number | undefined;
|
|
242
244
|
usersCount?: number | undefined;
|
|
243
245
|
} | null | undefined;
|
|
244
|
-
description?: string | null | undefined;
|
|
245
|
-
stars?: number | null | undefined;
|
|
246
246
|
requiresRental?: boolean | undefined;
|
|
247
247
|
}[] | undefined;
|
|
248
248
|
}, {
|
|
@@ -252,18 +252,18 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
252
252
|
runId: string;
|
|
253
253
|
consoleUrl: string;
|
|
254
254
|
items?: unknown[] | undefined;
|
|
255
|
-
datasetId?: string | undefined;
|
|
256
255
|
itemsCount?: number | undefined;
|
|
256
|
+
datasetId?: string | undefined;
|
|
257
257
|
discoveredActors?: {
|
|
258
258
|
name: string;
|
|
259
259
|
id: string;
|
|
260
260
|
inputSchemaUrl: string;
|
|
261
|
+
description?: string | null | undefined;
|
|
262
|
+
stars?: number | null | undefined;
|
|
261
263
|
usage?: {
|
|
262
264
|
totalRuns?: number | undefined;
|
|
263
265
|
usersCount?: number | undefined;
|
|
264
266
|
} | null | undefined;
|
|
265
|
-
description?: string | null | undefined;
|
|
266
|
-
stars?: number | null | undefined;
|
|
267
267
|
requiresRental?: boolean | undefined;
|
|
268
268
|
}[] | undefined;
|
|
269
269
|
}>;
|
|
@@ -143,13 +143,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
143
143
|
}, "strip", import("zod").ZodTypeAny, {
|
|
144
144
|
operation: "search_candidates";
|
|
145
145
|
name?: string | undefined;
|
|
146
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
147
146
|
email?: string | undefined;
|
|
147
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
148
148
|
}, {
|
|
149
149
|
operation: "search_candidates";
|
|
150
150
|
name?: string | undefined;
|
|
151
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
152
151
|
email?: string | undefined;
|
|
152
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
153
153
|
}>, import("zod").ZodObject<{
|
|
154
154
|
operation: import("zod").ZodLiteral<"add_tag">;
|
|
155
155
|
candidate_id: import("zod").ZodString;
|
|
@@ -589,13 +589,13 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
589
589
|
}, "strip", z.ZodTypeAny, {
|
|
590
590
|
operation: "search_candidates";
|
|
591
591
|
name?: string | undefined;
|
|
592
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
593
592
|
email?: string | undefined;
|
|
593
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
594
594
|
}, {
|
|
595
595
|
operation: "search_candidates";
|
|
596
596
|
name?: string | undefined;
|
|
597
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
598
597
|
email?: string | undefined;
|
|
598
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
599
599
|
}>, z.ZodObject<{
|
|
600
600
|
operation: z.ZodLiteral<"add_tag">;
|
|
601
601
|
candidate_id: z.ZodString;
|
|
@@ -69,8 +69,8 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
69
69
|
first_name: string;
|
|
70
70
|
last_name: string;
|
|
71
71
|
staffable: boolean;
|
|
72
|
-
credentials?: Record<string, string> | undefined;
|
|
73
72
|
email?: string | undefined;
|
|
73
|
+
credentials?: Record<string, string> | undefined;
|
|
74
74
|
channels?: string[] | undefined;
|
|
75
75
|
teams?: string[] | undefined;
|
|
76
76
|
timezone?: string | undefined;
|
|
@@ -82,8 +82,8 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
82
82
|
operation: "create_person";
|
|
83
83
|
first_name: string;
|
|
84
84
|
last_name: string;
|
|
85
|
-
credentials?: Record<string, string> | undefined;
|
|
86
85
|
email?: string | undefined;
|
|
86
|
+
credentials?: Record<string, string> | undefined;
|
|
87
87
|
channels?: string[] | undefined;
|
|
88
88
|
teams?: string[] | undefined;
|
|
89
89
|
timezone?: string | undefined;
|
|
@@ -108,11 +108,11 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
108
108
|
}, "strip", import("zod").ZodTypeAny, {
|
|
109
109
|
operation: "update_person";
|
|
110
110
|
person_id: string;
|
|
111
|
-
credentials?: Record<string, string> | undefined;
|
|
112
111
|
email?: string | undefined;
|
|
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;
|
|
@@ -121,11 +121,11 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
121
121
|
}, {
|
|
122
122
|
operation: "update_person";
|
|
123
123
|
person_id: string;
|
|
124
|
-
credentials?: Record<string, string> | undefined;
|
|
125
124
|
email?: string | undefined;
|
|
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;
|
|
@@ -101,9 +101,9 @@ export declare const AssembledParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
101
101
|
person_id: string;
|
|
102
102
|
email?: string | undefined;
|
|
103
103
|
credentials?: Record<string, string> | undefined;
|
|
104
|
+
channels?: string[] | undefined;
|
|
104
105
|
first_name?: string | undefined;
|
|
105
106
|
last_name?: string | undefined;
|
|
106
|
-
channels?: string[] | undefined;
|
|
107
107
|
teams?: string[] | undefined;
|
|
108
108
|
timezone?: string | undefined;
|
|
109
109
|
site?: string | undefined;
|
|
@@ -114,9 +114,9 @@ export declare const AssembledParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
114
114
|
person_id: string;
|
|
115
115
|
email?: string | undefined;
|
|
116
116
|
credentials?: Record<string, string> | undefined;
|
|
117
|
+
channels?: string[] | undefined;
|
|
117
118
|
first_name?: string | undefined;
|
|
118
119
|
last_name?: string | undefined;
|
|
119
|
-
channels?: string[] | undefined;
|
|
120
120
|
teams?: string[] | undefined;
|
|
121
121
|
timezone?: string | undefined;
|
|
122
122
|
site?: string | undefined;
|
|
@@ -238,15 +238,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
|
|
|
238
238
|
}, "strip", import("zod").ZodTypeAny, {
|
|
239
239
|
operation: "update_task";
|
|
240
240
|
task_id: string;
|
|
241
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
242
241
|
content?: string | undefined;
|
|
242
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
243
243
|
deadline_at?: string | undefined;
|
|
244
244
|
is_completed?: boolean | undefined;
|
|
245
245
|
}, {
|
|
246
246
|
operation: "update_task";
|
|
247
247
|
task_id: string;
|
|
248
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
249
248
|
content?: string | undefined;
|
|
249
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
250
250
|
deadline_at?: string | undefined;
|
|
251
251
|
is_completed?: boolean | undefined;
|
|
252
252
|
}>, import("zod").ZodObject<{
|
|
@@ -229,15 +229,15 @@ export declare const AttioParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
229
229
|
}, "strip", z.ZodTypeAny, {
|
|
230
230
|
operation: "update_task";
|
|
231
231
|
task_id: string;
|
|
232
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
233
232
|
content?: string | undefined;
|
|
233
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
234
234
|
deadline_at?: string | undefined;
|
|
235
235
|
is_completed?: boolean | undefined;
|
|
236
236
|
}, {
|
|
237
237
|
operation: "update_task";
|
|
238
238
|
task_id: string;
|
|
239
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
240
239
|
content?: string | undefined;
|
|
240
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
241
241
|
deadline_at?: string | undefined;
|
|
242
242
|
is_completed?: boolean | undefined;
|
|
243
243
|
}>, z.ZodObject<{
|
|
@@ -240,8 +240,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
240
240
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
241
241
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
242
242
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243
|
-
timeout: number;
|
|
244
243
|
url: string;
|
|
244
|
+
timeout: number;
|
|
245
245
|
operation: "navigate";
|
|
246
246
|
session_id: string;
|
|
247
247
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
@@ -461,8 +461,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
461
461
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
462
462
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
463
463
|
}, "strip", z.ZodTypeAny, {
|
|
464
|
-
timeout: number;
|
|
465
464
|
url: string;
|
|
465
|
+
timeout: number;
|
|
466
466
|
operation: "navigate";
|
|
467
467
|
session_id: string;
|
|
468
468
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capability-pipeline.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/capability-pipeline.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAEL,KAAK,cAAc,EACnB,KAAK,mBAAmB,EACzB,MAAM,2BAA2B,CAAC;AAKnC,OAAO,KAAK,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAExE,KAAK,4BAA4B,GAAG,CAClC,MAAM,EAAE;IACN,QAAQ,EAAE;QACR,mBAAmB,EAAE,cAAc,EAAE,CAAC;QACtC,mBAAmB,CAAC,EAAE,cAAc,EAAE,CAAC;KACxC,CAAC;CACH,EACD,SAAS,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAAE,KAChD,OAAO,CAAC,MAAM,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC,CAAC;AAE7C,wBAAsB,4BAA4B,CAChD,MAAM,EAAE,mBAAmB,EAC3B,aAAa,EAAE,aAAa,GAAG,SAAS,EACxC,4BAA4B,EAAE,4BAA4B,EAC1D,cAAc,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,cAAc,EAAE,mBAAmB,EAAE,CAAC,CAAC,GACtE,OAAO,CAAC,mBAAmB,CAAC,
|
|
1
|
+
{"version":3,"file":"capability-pipeline.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/capability-pipeline.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAEL,KAAK,cAAc,EACnB,KAAK,mBAAmB,EACzB,MAAM,2BAA2B,CAAC;AAKnC,OAAO,KAAK,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAExE,KAAK,4BAA4B,GAAG,CAClC,MAAM,EAAE;IACN,QAAQ,EAAE;QACR,mBAAmB,EAAE,cAAc,EAAE,CAAC;QACtC,mBAAmB,CAAC,EAAE,cAAc,EAAE,CAAC;KACxC,CAAC;CACH,EACD,SAAS,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAAE,KAChD,OAAO,CAAC,MAAM,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC,CAAC;AAE7C,wBAAsB,4BAA4B,CAChD,MAAM,EAAE,mBAAmB,EAC3B,aAAa,EAAE,aAAa,GAAG,SAAS,EACxC,4BAA4B,EAAE,4BAA4B,EAC1D,cAAc,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,cAAc,EAAE,mBAAmB,EAAE,CAAC,CAAC,GACtE,OAAO,CAAC,mBAAmB,CAAC,CAuH9B;AAED,wBAAsB,6BAA6B,CACjD,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,mBAAmB,EAC3B,aAAa,EAAE,aAAa,GAAG,SAAS,EACxC,4BAA4B,EAAE,4BAA4B,GACzD,OAAO,CAAC,aAAa,CAAC,CAUxB"}
|
|
@@ -42,13 +42,7 @@ export async function applyCapabilityPreprocessing(params, bubbleContext, resolv
|
|
|
42
42
|
const def = getCapability(c.id);
|
|
43
43
|
if (!def)
|
|
44
44
|
return null;
|
|
45
|
-
const toolNames = def.metadata.tools
|
|
46
|
-
.filter((t) => !t.masterTool)
|
|
47
|
-
.map((t) => t.name)
|
|
48
|
-
.join(', ');
|
|
49
45
|
let summary = `${idx + 1}. "${def.metadata.name}" (id: ${c.id})\n Purpose: ${def.metadata.description}`;
|
|
50
|
-
if (toolNames)
|
|
51
|
-
summary += `\n Tools: ${toolNames}`;
|
|
52
46
|
// Resolve async delegation hint (mirrors systemPrompt pattern)
|
|
53
47
|
let hint;
|
|
54
48
|
if (def.createDelegationHint) {
|
|
@@ -86,7 +80,7 @@ export async function applyCapabilityPreprocessing(params, bubbleContext, resolv
|
|
|
86
80
|
}
|
|
87
81
|
return summary;
|
|
88
82
|
}))).filter((summary) => Boolean(summary));
|
|
89
|
-
params.systemPrompt += `\n\n---\nSYSTEM CAPABILITY EXTENSIONS:\nMultiple specialized capabilities are available. You MUST delegate to them using the 'use-capability' tool.\n\nAvailable Capabilities:\n${summaries.join('\n\n')}\n\nDELEGATION RULES:\n- Use 'use-capability' tool to delegate tasks to the appropriate capability\n- Do NOT attempt to handle capability tasks yourself\n- Include full context when delegating, including all known user details and preferences from context (especially timezone)\n- Can chain multiple capabilities if needed\n- Only respond directly for: greetings, clarifications, or tasks outside all capabilities\n- IMPORTANT: The user CANNOT see tool results from delegate agents. You MUST re-present all information, data, tables, and results returned by delegates in your own response. Never say "as shown above" or assume the user saw the delegate's output.\n- PRESERVE ALL LINKS: When a delegate returns URLs or clickable links (e.g., HubSpot record links, Jira ticket links, document URLs), you MUST include them in your response. Never drop links when reformatting tables — links are critical for the user to navigate to the source. If a table has too many rows to include all links, include links for at least the top/highlighted records.\n- When a delegate returns image or photo URLs, include them directly in your response on their own line as a bare URL (no markdown formatting). The chat client will automatically render the image inline from the URL. NEVER call read_image on URLs returned by delegates.\n- Before asking the user for information you don't have, check if any connected capability could help you find or look up that information first. Prefer proactive discovery over asking.\n---\n\nYour role is to understand the user's request and delegate to the appropriate capability or respond directly when appropriate.`;
|
|
83
|
+
params.systemPrompt += `\n\n---\nSYSTEM CAPABILITY EXTENSIONS:\nMultiple specialized capabilities are available. You MUST delegate to them using the 'use-capability' tool.\n\nAvailable Capabilities:\n${summaries.join('\n\n')}\n\nDELEGATION RULES:\n- Use 'use-capability' tool to delegate tasks to the appropriate capability\n- Do NOT attempt to handle capability tasks yourself\n- Include full context when delegating, including all known user details and preferences from context (especially timezone)\n- Can chain multiple capabilities if needed\n- Only respond directly for: greetings, clarifications, or tasks outside all capabilities\n- IMPORTANT: The user CANNOT see tool results from delegate agents. You MUST re-present all information, data, tables, and results returned by delegates in your own response. Never say "as shown above" or assume the user saw the delegate's output.\n- PRESERVE ALL LINKS: When a delegate returns URLs or clickable links (e.g., HubSpot record links, Jira ticket links, document URLs), you MUST include them in your response. Never drop links when reformatting tables — links are critical for the user to navigate to the source. If a table has too many rows to include all links, include links for at least the top/highlighted records.\n- When a delegate returns image or photo URLs, include them directly in your response on their own line as a bare URL (no markdown formatting). The chat client will automatically render the image inline from the URL. NEVER call read_image on URLs returned by delegates.\n- Before asking the user for information you don't have, check if any connected capability could help you find or look up that information first. Prefer proactive discovery over asking.\n- CAPABILITY QUESTIONS: When a user asks whether a capability supports a specific feature, what tools are available, or what parameters a tool accepts, you MUST call get_capabilities with the capability id before answering. Tool names alone do not describe what tools can do — you need the full signatures. NEVER answer capability questions from memory alone. NEVER claim a capability cannot do something without checking first.\n---\n\nYour role is to understand the user's request and delegate to the appropriate capability or respond directly when appropriate.`;
|
|
90
84
|
}
|
|
91
85
|
else {
|
|
92
86
|
// Single or zero capabilities: eager load as before
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capability-pipeline.js","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/capability-pipeline.ts"],"names":[],"mappings":"AACA,OAAO,EACL,kBAAkB,GAGnB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,aAAa,GAEd,MAAM,6BAA6B,CAAC;AAarC,MAAM,CAAC,KAAK,UAAU,4BAA4B,CAChD,MAA2B,EAC3B,aAAwC,EACxC,4BAA0D,EAC1D,cAAuE;IAEvE,MAAM,IAAI,GAAG,MAAM,CAAC,YAAY,IAAI,EAAE,CAAC;IACvC,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACpB,8EAA8E;QAC9E,qEAAqE;QACrE,MAAM,CAAC,KAAK,CAAC,KAAK,GAAG,kBAAkB,CAAC,IAAiC,CAAC;QAC1E,MAAM,CAAC,KAAK,CAAC,eAAe,GAAG,QAAQ,CAAC;IAC1C,CAAC;SAAM,CAAC;QACN,wFAAwF;QACxF,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,EAAE,UAAU,CAAC,oBAAoB,CAAC,CAAC;QACjE,IAAI,UAAU,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,KAAK;gBAChB,kBAAkB,CAAC,eAA4C,CAAC;YAClE,MAAM,CAAC,KAAK,CAAC,eAAe,GAAG,SAAS,CAAC;QAC3C,CAAC;QACD,yFAAyF;QACzF,KAAK,MAAM,SAAS,IAAI,IAAI,EAAE,CAAC;YAC7B,MAAM,MAAM,GAAG,aAAa,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;YAC3C,MAAM,QAAQ,GAAG,MAAM,EAAE,QAAQ,CAAC,mBAAmB,CAAC;YACtD,IAAI,CAAC,QAAQ;gBAAE,SAAS;YACxB,IAAI,QAAQ,CAAC,KAAK;gBAChB,MAAM,CAAC,KAAK,CAAC,KAAK,GAAG,QAAQ,CAAC,KAAkC,CAAC;YACnE,IAAI,QAAQ,CAAC,eAAe,KAAK,SAAS;gBACxC,MAAM,CAAC,KAAK,CAAC,eAAe;oBAC1B,QAAQ,CAAC,eAAe,KAAK,MAAM;wBACjC,CAAC,CAAC,SAAS;wBACX,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC;YACjC,IAAI,QAAQ,CAAC,SAAS;gBACpB,MAAM,CAAC,KAAK,CAAC,SAAS,GAAG,IAAI,CAAC,GAAG,CAC/B,MAAM,CAAC,KAAK,CAAC,SAAS,IAAI,CAAC,EAC3B,QAAQ,CAAC,SAAS,CACnB,CAAC;YACJ,IAAI,QAAQ,CAAC,aAAa;gBAAE,MAAM,CAAC,aAAa,GAAG,QAAQ,CAAC,aAAa,CAAC;QAC5E,CAAC;IACH,CAAC;IAED,mCAAmC;IACnC,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACpB,+FAA+F;QAC/F,MAAM,SAAS,GAAG,CAChB,MAAM,OAAO,CAAC,GAAG,CACf,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE;YACxB,MAAM,GAAG,GAAG,aAAa,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;YAChC,IAAI,CAAC,GAAG;gBAAE,OAAO,IAAI,CAAC;YACtB,
|
|
1
|
+
{"version":3,"file":"capability-pipeline.js","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/capability-pipeline.ts"],"names":[],"mappings":"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"}
|