@bubblelab/bubble-core 0.1.216 → 0.1.218
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 +274 -188
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +8 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +80 -80
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +102 -102
- 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 +6 -6
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +90 -90
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +70 -70
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +37 -37
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +243 -243
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +64 -64
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +86 -86
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +42 -42
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +42 -42
- package/dist/bubbles/service-bubble/attio/attio.d.ts +34 -34
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +33 -33
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +24 -24
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +834 -834
- package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +144 -144
- package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
- package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
- package/dist/bubbles/service-bubble/google-drive.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +48 -48
- package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +18 -18
- 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 +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +60 -60
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/linear/linear.d.ts +32 -32
- package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/notion/notion.d.ts +682 -682
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +24 -24
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/ramp/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/ramp/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/ramp/index.js +5 -0
- package/dist/bubbles/service-bubble/ramp/index.js.map +1 -0
- package/dist/bubbles/service-bubble/ramp/ramp.d.ts +1128 -0
- package/dist/bubbles/service-bubble/ramp/ramp.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/ramp/ramp.integration.flow.d.ts +15 -0
- package/dist/bubbles/service-bubble/ramp/ramp.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/ramp/ramp.integration.flow.js +169 -0
- package/dist/bubbles/service-bubble/ramp/ramp.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/ramp/ramp.js +183 -0
- package/dist/bubbles/service-bubble/ramp/ramp.js.map +1 -0
- package/dist/bubbles/service-bubble/ramp/ramp.schema.d.ts +1373 -0
- package/dist/bubbles/service-bubble/ramp/ramp.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/ramp/ramp.schema.js +536 -0
- package/dist/bubbles/service-bubble/ramp/ramp.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/ramp/ramp.utils.d.ts +13 -0
- package/dist/bubbles/service-bubble/ramp/ramp.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/ramp/ramp.utils.js +36 -0
- package/dist/bubbles/service-bubble/ramp/ramp.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/resend.d.ts +28 -28
- package/dist/bubbles/service-bubble/s3/s3.d.ts +10 -10
- package/dist/bubbles/service-bubble/s3/s3.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +10 -10
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts +1 -0
- package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack-table-blocks.js +1 -0
- package/dist/bubbles/service-bubble/slack/slack-table-blocks.js.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.d.ts +556 -556
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.js +63 -17
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +157 -157
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +183 -183
- package/dist/bubbles/service-bubble/telegram.d.ts +1540 -1540
- package/dist/bubbles/service-bubble/xero/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/xero/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/xero/index.js +3 -0
- package/dist/bubbles/service-bubble/xero/index.js.map +1 -0
- package/dist/bubbles/service-bubble/xero/xero.d.ts +975 -0
- package/dist/bubbles/service-bubble/xero/xero.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/xero/xero.js +477 -0
- package/dist/bubbles/service-bubble/xero/xero.js.map +1 -0
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +924 -0
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/xero/xero.schema.js +366 -0
- package/dist/bubbles/service-bubble/xero/xero.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +19 -19
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +21 -21
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +567 -567
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +58 -58
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +88 -88
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +188 -188
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +72 -72
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +104 -104
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +2600 -2
- package/dist/index.d.ts +4 -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
|
@@ -15,15 +15,15 @@ export declare const CartItemSchema: z.ZodObject<{
|
|
|
15
15
|
price: string;
|
|
16
16
|
quantity: number;
|
|
17
17
|
asin: string;
|
|
18
|
-
url?: string | undefined;
|
|
19
18
|
image?: string | undefined;
|
|
19
|
+
url?: string | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
title: string;
|
|
22
22
|
price: string;
|
|
23
23
|
quantity: number;
|
|
24
24
|
asin: string;
|
|
25
|
-
url?: string | undefined;
|
|
26
25
|
image?: string | undefined;
|
|
26
|
+
url?: string | undefined;
|
|
27
27
|
}>;
|
|
28
28
|
export type CartItem = z.infer<typeof CartItemSchema>;
|
|
29
29
|
/**
|
|
@@ -37,8 +37,8 @@ export declare const AmazonShoppingToolParamsSchema: z.ZodDiscriminatedUnion<"op
|
|
|
37
37
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
operation: "add_to_cart";
|
|
40
|
-
product_url: string;
|
|
41
40
|
quantity: number;
|
|
41
|
+
product_url: string;
|
|
42
42
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
43
43
|
}, {
|
|
44
44
|
operation: "add_to_cart";
|
|
@@ -98,12 +98,12 @@ export declare const AmazonShoppingToolParamsSchema: z.ZodDiscriminatedUnion<"op
|
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
99
|
operation: "screenshot";
|
|
100
100
|
full_page: boolean;
|
|
101
|
-
url?: string | undefined;
|
|
102
101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
102
|
+
url?: string | undefined;
|
|
103
103
|
}, {
|
|
104
104
|
operation: "screenshot";
|
|
105
|
-
url?: string | undefined;
|
|
106
105
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
106
|
+
url?: string | undefined;
|
|
107
107
|
full_page?: boolean | undefined;
|
|
108
108
|
}>]>;
|
|
109
109
|
/**
|
|
@@ -186,14 +186,14 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
186
186
|
cart_count: z.ZodOptional<z.ZodNumber>;
|
|
187
187
|
error: z.ZodString;
|
|
188
188
|
}, "strip", z.ZodTypeAny, {
|
|
189
|
-
success: boolean;
|
|
190
189
|
error: string;
|
|
190
|
+
success: boolean;
|
|
191
191
|
operation: "add_to_cart";
|
|
192
192
|
message?: string | undefined;
|
|
193
193
|
cart_count?: number | undefined;
|
|
194
194
|
}, {
|
|
195
|
-
success: boolean;
|
|
196
195
|
error: string;
|
|
196
|
+
success: boolean;
|
|
197
197
|
operation: "add_to_cart";
|
|
198
198
|
message?: string | undefined;
|
|
199
199
|
cart_count?: number | undefined;
|
|
@@ -212,46 +212,46 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
212
212
|
price: string;
|
|
213
213
|
quantity: number;
|
|
214
214
|
asin: string;
|
|
215
|
-
url?: string | undefined;
|
|
216
215
|
image?: string | undefined;
|
|
216
|
+
url?: string | undefined;
|
|
217
217
|
}, {
|
|
218
218
|
title: string;
|
|
219
219
|
price: string;
|
|
220
220
|
quantity: number;
|
|
221
221
|
asin: string;
|
|
222
|
-
url?: string | undefined;
|
|
223
222
|
image?: string | undefined;
|
|
223
|
+
url?: string | undefined;
|
|
224
224
|
}>, "many">>;
|
|
225
225
|
subtotal: z.ZodOptional<z.ZodString>;
|
|
226
226
|
total_items: z.ZodOptional<z.ZodNumber>;
|
|
227
227
|
screenshot_url: z.ZodOptional<z.ZodString>;
|
|
228
228
|
error: z.ZodString;
|
|
229
229
|
}, "strip", z.ZodTypeAny, {
|
|
230
|
-
success: boolean;
|
|
231
230
|
error: string;
|
|
231
|
+
success: boolean;
|
|
232
232
|
operation: "get_cart";
|
|
233
233
|
items?: {
|
|
234
234
|
title: string;
|
|
235
235
|
price: string;
|
|
236
236
|
quantity: number;
|
|
237
237
|
asin: string;
|
|
238
|
-
url?: string | undefined;
|
|
239
238
|
image?: string | undefined;
|
|
239
|
+
url?: string | undefined;
|
|
240
240
|
}[] | undefined;
|
|
241
241
|
subtotal?: string | undefined;
|
|
242
242
|
total_items?: number | undefined;
|
|
243
243
|
screenshot_url?: string | undefined;
|
|
244
244
|
}, {
|
|
245
|
-
success: boolean;
|
|
246
245
|
error: string;
|
|
246
|
+
success: boolean;
|
|
247
247
|
operation: "get_cart";
|
|
248
248
|
items?: {
|
|
249
249
|
title: string;
|
|
250
250
|
price: string;
|
|
251
251
|
quantity: number;
|
|
252
252
|
asin: string;
|
|
253
|
-
url?: string | undefined;
|
|
254
253
|
image?: string | undefined;
|
|
254
|
+
url?: string | undefined;
|
|
255
255
|
}[] | undefined;
|
|
256
256
|
subtotal?: string | undefined;
|
|
257
257
|
total_items?: number | undefined;
|
|
@@ -283,8 +283,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
283
283
|
screenshot_url: z.ZodOptional<z.ZodString>;
|
|
284
284
|
error: z.ZodString;
|
|
285
285
|
}, "strip", z.ZodTypeAny, {
|
|
286
|
-
success: boolean;
|
|
287
286
|
error: string;
|
|
287
|
+
success: boolean;
|
|
288
288
|
operation: "checkout";
|
|
289
289
|
items?: {
|
|
290
290
|
title: string;
|
|
@@ -301,8 +301,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
301
301
|
shipping_address?: string | undefined;
|
|
302
302
|
payment_method?: string | undefined;
|
|
303
303
|
}, {
|
|
304
|
-
success: boolean;
|
|
305
304
|
error: string;
|
|
305
|
+
success: boolean;
|
|
306
306
|
operation: "checkout";
|
|
307
307
|
items?: {
|
|
308
308
|
title: string;
|
|
@@ -352,8 +352,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
352
352
|
total_results: z.ZodOptional<z.ZodNumber>;
|
|
353
353
|
error: z.ZodString;
|
|
354
354
|
}, "strip", z.ZodTypeAny, {
|
|
355
|
-
success: boolean;
|
|
356
355
|
error: string;
|
|
356
|
+
success: boolean;
|
|
357
357
|
operation: "search";
|
|
358
358
|
results?: {
|
|
359
359
|
title: string;
|
|
@@ -367,8 +367,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
367
367
|
}[] | undefined;
|
|
368
368
|
total_results?: number | undefined;
|
|
369
369
|
}, {
|
|
370
|
-
success: boolean;
|
|
371
370
|
error: string;
|
|
371
|
+
success: boolean;
|
|
372
372
|
operation: "search";
|
|
373
373
|
results?: {
|
|
374
374
|
title: string;
|
|
@@ -420,8 +420,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
420
420
|
}>>;
|
|
421
421
|
error: z.ZodString;
|
|
422
422
|
}, "strip", z.ZodTypeAny, {
|
|
423
|
-
success: boolean;
|
|
424
423
|
error: string;
|
|
424
|
+
success: boolean;
|
|
425
425
|
operation: "get_product";
|
|
426
426
|
product?: {
|
|
427
427
|
title: string;
|
|
@@ -436,8 +436,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
436
436
|
availability?: string | undefined;
|
|
437
437
|
} | undefined;
|
|
438
438
|
}, {
|
|
439
|
-
success: boolean;
|
|
440
439
|
error: string;
|
|
440
|
+
success: boolean;
|
|
441
441
|
operation: "get_product";
|
|
442
442
|
product?: {
|
|
443
443
|
title: string;
|
|
@@ -457,13 +457,13 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
457
457
|
screenshot_url: z.ZodOptional<z.ZodString>;
|
|
458
458
|
error: z.ZodString;
|
|
459
459
|
}, "strip", z.ZodTypeAny, {
|
|
460
|
-
success: boolean;
|
|
461
460
|
error: string;
|
|
461
|
+
success: boolean;
|
|
462
462
|
operation: "screenshot";
|
|
463
463
|
screenshot_url?: string | undefined;
|
|
464
464
|
}, {
|
|
465
|
-
success: boolean;
|
|
466
465
|
error: string;
|
|
466
|
+
success: boolean;
|
|
467
467
|
operation: "screenshot";
|
|
468
468
|
screenshot_url?: string | undefined;
|
|
469
469
|
}>]>;
|
|
@@ -30,6 +30,7 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
30
30
|
secure?: boolean | undefined;
|
|
31
31
|
}>, "many">;
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
|
+
contextId: string;
|
|
33
34
|
cookies: {
|
|
34
35
|
value: string;
|
|
35
36
|
name: string;
|
|
@@ -39,8 +40,8 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
39
40
|
httpOnly?: boolean | undefined;
|
|
40
41
|
secure?: boolean | undefined;
|
|
41
42
|
}[];
|
|
42
|
-
contextId: string;
|
|
43
43
|
}, {
|
|
44
|
+
contextId: string;
|
|
44
45
|
cookies: {
|
|
45
46
|
value: string;
|
|
46
47
|
name: string;
|
|
@@ -50,7 +51,6 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
50
51
|
httpOnly?: boolean | undefined;
|
|
51
52
|
secure?: boolean | undefined;
|
|
52
53
|
}[];
|
|
53
|
-
contextId: string;
|
|
54
54
|
}>;
|
|
55
55
|
/**
|
|
56
56
|
* Custom proxy configuration
|
|
@@ -127,8 +127,8 @@ export declare const LinkedInAcceptInvitationsToolResultSchema: z.ZodObject<{
|
|
|
127
127
|
message: z.ZodOptional<z.ZodString>;
|
|
128
128
|
error: z.ZodString;
|
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
|
130
|
-
success: boolean;
|
|
131
130
|
error: string;
|
|
131
|
+
success: boolean;
|
|
132
132
|
operation: "accept_invitations";
|
|
133
133
|
message?: string | undefined;
|
|
134
134
|
accepted?: {
|
|
@@ -140,8 +140,8 @@ export declare const LinkedInAcceptInvitationsToolResultSchema: z.ZodObject<{
|
|
|
140
140
|
accepted_count?: number | undefined;
|
|
141
141
|
skipped_count?: number | undefined;
|
|
142
142
|
}, {
|
|
143
|
-
success: boolean;
|
|
144
143
|
error: string;
|
|
144
|
+
success: boolean;
|
|
145
145
|
operation: "accept_invitations";
|
|
146
146
|
message?: string | undefined;
|
|
147
147
|
accepted?: {
|
|
@@ -114,8 +114,8 @@ export declare class LinkedInAcceptInvitationsTool<T extends LinkedInAcceptInvit
|
|
|
114
114
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
115
115
|
error: import("zod").ZodString;
|
|
116
116
|
}, "strip", import("zod").ZodTypeAny, {
|
|
117
|
-
success: boolean;
|
|
118
117
|
error: string;
|
|
118
|
+
success: boolean;
|
|
119
119
|
operation: "accept_invitations";
|
|
120
120
|
message?: string | undefined;
|
|
121
121
|
accepted?: {
|
|
@@ -127,8 +127,8 @@ export declare class LinkedInAcceptInvitationsTool<T extends LinkedInAcceptInvit
|
|
|
127
127
|
accepted_count?: number | undefined;
|
|
128
128
|
skipped_count?: number | undefined;
|
|
129
129
|
}, {
|
|
130
|
-
success: boolean;
|
|
131
130
|
error: string;
|
|
131
|
+
success: boolean;
|
|
132
132
|
operation: "accept_invitations";
|
|
133
133
|
message?: string | undefined;
|
|
134
134
|
accepted?: {
|
|
@@ -137,8 +137,8 @@ export declare const LinkedInConnectionToolResultSchema: z.ZodObject<{
|
|
|
137
137
|
}>>;
|
|
138
138
|
error: z.ZodString;
|
|
139
139
|
}, "strip", z.ZodTypeAny, {
|
|
140
|
-
success: boolean;
|
|
141
140
|
error: string;
|
|
141
|
+
success: boolean;
|
|
142
142
|
operation: "send_connection";
|
|
143
143
|
message?: string | undefined;
|
|
144
144
|
profile?: {
|
|
@@ -148,8 +148,8 @@ export declare const LinkedInConnectionToolResultSchema: z.ZodObject<{
|
|
|
148
148
|
headline?: string | undefined;
|
|
149
149
|
} | undefined;
|
|
150
150
|
}, {
|
|
151
|
-
success: boolean;
|
|
152
151
|
error: string;
|
|
152
|
+
success: boolean;
|
|
153
153
|
operation: "send_connection";
|
|
154
154
|
message?: string | undefined;
|
|
155
155
|
profile?: {
|
|
@@ -122,8 +122,8 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
122
122
|
}>>;
|
|
123
123
|
error: import("zod").ZodString;
|
|
124
124
|
}, "strip", import("zod").ZodTypeAny, {
|
|
125
|
-
success: boolean;
|
|
126
125
|
error: string;
|
|
126
|
+
success: boolean;
|
|
127
127
|
operation: "send_connection";
|
|
128
128
|
message?: string | undefined;
|
|
129
129
|
profile?: {
|
|
@@ -133,8 +133,8 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
133
133
|
headline?: string | undefined;
|
|
134
134
|
} | undefined;
|
|
135
135
|
}, {
|
|
136
|
-
success: boolean;
|
|
137
136
|
error: string;
|
|
137
|
+
success: boolean;
|
|
138
138
|
operation: "send_connection";
|
|
139
139
|
message?: string | undefined;
|
|
140
140
|
profile?: {
|
|
@@ -129,8 +129,8 @@ export declare const LinkedInReceivedInvitationsToolResultSchema: z.ZodObject<{
|
|
|
129
129
|
message: z.ZodOptional<z.ZodString>;
|
|
130
130
|
error: z.ZodString;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
|
-
success: boolean;
|
|
133
132
|
error: string;
|
|
133
|
+
success: boolean;
|
|
134
134
|
operation: "get_received_invitations";
|
|
135
135
|
message?: string | undefined;
|
|
136
136
|
total_count?: number | undefined;
|
|
@@ -142,8 +142,8 @@ export declare const LinkedInReceivedInvitationsToolResultSchema: z.ZodObject<{
|
|
|
142
142
|
mutual_connections?: string | undefined;
|
|
143
143
|
}[] | undefined;
|
|
144
144
|
}, {
|
|
145
|
-
success: boolean;
|
|
146
145
|
error: string;
|
|
146
|
+
success: boolean;
|
|
147
147
|
operation: "get_received_invitations";
|
|
148
148
|
message?: string | undefined;
|
|
149
149
|
total_count?: number | undefined;
|
|
@@ -114,8 +114,8 @@ export declare class LinkedInReceivedInvitationsTool<T extends LinkedInReceivedI
|
|
|
114
114
|
message: z.ZodOptional<z.ZodString>;
|
|
115
115
|
error: z.ZodString;
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
117
|
-
success: boolean;
|
|
118
117
|
error: string;
|
|
118
|
+
success: boolean;
|
|
119
119
|
operation: "get_received_invitations";
|
|
120
120
|
message?: string | undefined;
|
|
121
121
|
total_count?: number | undefined;
|
|
@@ -127,8 +127,8 @@ export declare class LinkedInReceivedInvitationsTool<T extends LinkedInReceivedI
|
|
|
127
127
|
mutual_connections?: string | undefined;
|
|
128
128
|
}[] | undefined;
|
|
129
129
|
}, {
|
|
130
|
-
success: boolean;
|
|
131
130
|
error: string;
|
|
131
|
+
success: boolean;
|
|
132
132
|
operation: "get_received_invitations";
|
|
133
133
|
message?: string | undefined;
|
|
134
134
|
total_count?: number | undefined;
|
|
@@ -123,8 +123,8 @@ export declare const LinkedInSentInvitationsToolResultSchema: z.ZodObject<{
|
|
|
123
123
|
message: z.ZodOptional<z.ZodString>;
|
|
124
124
|
error: z.ZodString;
|
|
125
125
|
}, "strip", z.ZodTypeAny, {
|
|
126
|
-
success: boolean;
|
|
127
126
|
error: string;
|
|
127
|
+
success: boolean;
|
|
128
128
|
operation: "get_sent_invitations";
|
|
129
129
|
message?: string | undefined;
|
|
130
130
|
total_count?: number | undefined;
|
|
@@ -135,8 +135,8 @@ export declare const LinkedInSentInvitationsToolResultSchema: z.ZodObject<{
|
|
|
135
135
|
profile_url?: string | undefined;
|
|
136
136
|
}[] | undefined;
|
|
137
137
|
}, {
|
|
138
|
-
success: boolean;
|
|
139
138
|
error: string;
|
|
139
|
+
success: boolean;
|
|
140
140
|
operation: "get_sent_invitations";
|
|
141
141
|
message?: string | undefined;
|
|
142
142
|
total_count?: number | undefined;
|
|
@@ -111,8 +111,8 @@ export declare class LinkedInSentInvitationsTool<T extends LinkedInSentInvitatio
|
|
|
111
111
|
message: z.ZodOptional<z.ZodString>;
|
|
112
112
|
error: z.ZodString;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
|
-
success: boolean;
|
|
115
114
|
error: string;
|
|
115
|
+
success: boolean;
|
|
116
116
|
operation: "get_sent_invitations";
|
|
117
117
|
message?: string | undefined;
|
|
118
118
|
total_count?: number | undefined;
|
|
@@ -123,8 +123,8 @@ export declare class LinkedInSentInvitationsTool<T extends LinkedInSentInvitatio
|
|
|
123
123
|
profile_url?: string | undefined;
|
|
124
124
|
}[] | undefined;
|
|
125
125
|
}, {
|
|
126
|
-
success: boolean;
|
|
127
126
|
error: string;
|
|
127
|
+
success: boolean;
|
|
128
128
|
operation: "get_sent_invitations";
|
|
129
129
|
message?: string | undefined;
|
|
130
130
|
total_count?: number | undefined;
|
|
@@ -94,13 +94,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
95
|
type: string;
|
|
96
96
|
name: string;
|
|
97
|
-
line: number;
|
|
98
97
|
column: number;
|
|
98
|
+
line: number;
|
|
99
99
|
}, {
|
|
100
100
|
type: string;
|
|
101
101
|
name: string;
|
|
102
|
-
line: number;
|
|
103
102
|
column: number;
|
|
103
|
+
line: number;
|
|
104
104
|
}>, "many">>;
|
|
105
105
|
metadata: z.ZodObject<{
|
|
106
106
|
validatedAt: z.ZodString;
|
|
@@ -119,13 +119,14 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
119
119
|
error: z.ZodString;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
121
|
valid: boolean;
|
|
122
|
-
success: boolean;
|
|
123
122
|
error: string;
|
|
123
|
+
success: boolean;
|
|
124
124
|
metadata: {
|
|
125
125
|
strictMode: boolean;
|
|
126
126
|
validatedAt: string;
|
|
127
127
|
codeLength: number;
|
|
128
128
|
};
|
|
129
|
+
errors?: string[] | undefined;
|
|
129
130
|
bubbles?: {
|
|
130
131
|
bubbleName: string;
|
|
131
132
|
variableName: string;
|
|
@@ -134,23 +135,23 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
134
135
|
hasActionCall: boolean;
|
|
135
136
|
parameterCount: number;
|
|
136
137
|
}[] | undefined;
|
|
137
|
-
errors?: string[] | undefined;
|
|
138
|
-
bubbleCount?: number | undefined;
|
|
139
138
|
variableTypes?: {
|
|
140
139
|
type: string;
|
|
141
140
|
name: string;
|
|
142
|
-
line: number;
|
|
143
141
|
column: number;
|
|
142
|
+
line: number;
|
|
144
143
|
}[] | undefined;
|
|
144
|
+
bubbleCount?: number | undefined;
|
|
145
145
|
}, {
|
|
146
146
|
valid: boolean;
|
|
147
|
-
success: boolean;
|
|
148
147
|
error: string;
|
|
148
|
+
success: boolean;
|
|
149
149
|
metadata: {
|
|
150
150
|
strictMode: boolean;
|
|
151
151
|
validatedAt: string;
|
|
152
152
|
codeLength: number;
|
|
153
153
|
};
|
|
154
|
+
errors?: string[] | undefined;
|
|
154
155
|
bubbles?: {
|
|
155
156
|
bubbleName: string;
|
|
156
157
|
variableName: string;
|
|
@@ -159,14 +160,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
159
160
|
hasActionCall: boolean;
|
|
160
161
|
parameterCount: number;
|
|
161
162
|
}[] | undefined;
|
|
162
|
-
errors?: string[] | undefined;
|
|
163
|
-
bubbleCount?: number | undefined;
|
|
164
163
|
variableTypes?: {
|
|
165
164
|
type: string;
|
|
166
165
|
name: string;
|
|
167
|
-
line: number;
|
|
168
166
|
column: number;
|
|
167
|
+
line: number;
|
|
169
168
|
}[] | undefined;
|
|
169
|
+
bubbleCount?: number | undefined;
|
|
170
170
|
}>;
|
|
171
171
|
/**
|
|
172
172
|
* BubbleFlow Validation Tool
|
|
@@ -243,13 +243,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
243
243
|
}, "strip", z.ZodTypeAny, {
|
|
244
244
|
type: string;
|
|
245
245
|
name: string;
|
|
246
|
-
line: number;
|
|
247
246
|
column: number;
|
|
247
|
+
line: number;
|
|
248
248
|
}, {
|
|
249
249
|
type: string;
|
|
250
250
|
name: string;
|
|
251
|
-
line: number;
|
|
252
251
|
column: number;
|
|
252
|
+
line: number;
|
|
253
253
|
}>, "many">>;
|
|
254
254
|
metadata: z.ZodObject<{
|
|
255
255
|
validatedAt: z.ZodString;
|
|
@@ -268,13 +268,14 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
268
268
|
error: z.ZodString;
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
270
270
|
valid: boolean;
|
|
271
|
-
success: boolean;
|
|
272
271
|
error: string;
|
|
272
|
+
success: boolean;
|
|
273
273
|
metadata: {
|
|
274
274
|
strictMode: boolean;
|
|
275
275
|
validatedAt: string;
|
|
276
276
|
codeLength: number;
|
|
277
277
|
};
|
|
278
|
+
errors?: string[] | undefined;
|
|
278
279
|
bubbles?: {
|
|
279
280
|
bubbleName: string;
|
|
280
281
|
variableName: string;
|
|
@@ -283,23 +284,23 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
283
284
|
hasActionCall: boolean;
|
|
284
285
|
parameterCount: number;
|
|
285
286
|
}[] | undefined;
|
|
286
|
-
errors?: string[] | undefined;
|
|
287
|
-
bubbleCount?: number | undefined;
|
|
288
287
|
variableTypes?: {
|
|
289
288
|
type: string;
|
|
290
289
|
name: string;
|
|
291
|
-
line: number;
|
|
292
290
|
column: number;
|
|
291
|
+
line: number;
|
|
293
292
|
}[] | undefined;
|
|
293
|
+
bubbleCount?: number | undefined;
|
|
294
294
|
}, {
|
|
295
295
|
valid: boolean;
|
|
296
|
-
success: boolean;
|
|
297
296
|
error: string;
|
|
297
|
+
success: boolean;
|
|
298
298
|
metadata: {
|
|
299
299
|
strictMode: boolean;
|
|
300
300
|
validatedAt: string;
|
|
301
301
|
codeLength: number;
|
|
302
302
|
};
|
|
303
|
+
errors?: string[] | undefined;
|
|
303
304
|
bubbles?: {
|
|
304
305
|
bubbleName: string;
|
|
305
306
|
variableName: string;
|
|
@@ -308,14 +309,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
308
309
|
hasActionCall: boolean;
|
|
309
310
|
parameterCount: number;
|
|
310
311
|
}[] | undefined;
|
|
311
|
-
errors?: string[] | undefined;
|
|
312
|
-
bubbleCount?: number | undefined;
|
|
313
312
|
variableTypes?: {
|
|
314
313
|
type: string;
|
|
315
314
|
name: string;
|
|
316
|
-
line: number;
|
|
317
315
|
column: number;
|
|
316
|
+
line: number;
|
|
318
317
|
}[] | undefined;
|
|
318
|
+
bubbleCount?: number | undefined;
|
|
319
319
|
}>;
|
|
320
320
|
static readonly shortDescription = "Validates BubbleFlow TypeScript code for syntax and structure";
|
|
321
321
|
static readonly longDescription = "\n A comprehensive validation tool for BubbleFlow TypeScript code.\n \n What it does:\n - Validates TypeScript syntax and compilation\n - Checks BubbleFlow class structure and requirements\n - Parses and analyzes bubble instantiations\n - Provides detailed error reporting with line numbers\n - Returns metadata about detected bubbles\n \n How it works:\n - Uses TypeScript compiler API for syntax validation\n - Validates that code extends BubbleFlow and has handle method\n - Parses bubble instantiations using AST analysis\n - Maps bubble class names to registered bubble types\n \n Use cases:\n - When an AI agent needs to validate user-provided BubbleFlow code\n - When checking code before execution or deployment\n - When providing feedback on BubbleFlow implementation\n - When analyzing bubble usage patterns in code\n ";
|