@bubblelab/bubble-core 0.1.287 → 0.1.289
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 +68 -68
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/asana/asana.d.ts +2 -2
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +152 -152
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
- package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/firecrawl.d.ts +172 -172
- package/dist/bubbles/service-bubble/github.d.ts +72 -72
- package/dist/bubbles/service-bubble/gmail.d.ts +64 -64
- package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +6 -6
- package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
- package/dist/bubbles/service-bubble/metabase/metabase.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +2 -2
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +98 -98
- package/dist/bubbles/service-bubble/sortly/sortly.d.ts +2 -2
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +2 -2
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
- 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 +12 -12
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- 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/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 +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -171,14 +171,14 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
|
|
|
171
171
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
172
172
|
}, "strip", import("zod").ZodTypeAny, {
|
|
173
173
|
operation: "move_item";
|
|
174
|
-
quantity: number;
|
|
175
174
|
item_id: number;
|
|
175
|
+
quantity: number;
|
|
176
176
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
177
177
|
folder_id?: number | null | undefined;
|
|
178
178
|
}, {
|
|
179
179
|
operation: "move_item";
|
|
180
|
-
quantity: number;
|
|
181
180
|
item_id: number;
|
|
181
|
+
quantity: number;
|
|
182
182
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
183
183
|
folder_id?: number | null | undefined;
|
|
184
184
|
}>, import("zod").ZodObject<{
|
|
@@ -382,8 +382,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
382
382
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
383
383
|
}, "strip", import("zod").ZodTypeAny, {
|
|
384
384
|
operation: "cancel_subscription";
|
|
385
|
-
cancel_at_period_end: boolean;
|
|
386
385
|
subscription_id: string;
|
|
386
|
+
cancel_at_period_end: boolean;
|
|
387
387
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
388
388
|
}, {
|
|
389
389
|
operation: "cancel_subscription";
|
|
@@ -687,7 +687,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
687
687
|
created: import("zod").ZodNumber;
|
|
688
688
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
689
689
|
}, "strip", import("zod").ZodTypeAny, {
|
|
690
|
-
type: "
|
|
690
|
+
type: "recurring" | "one_time";
|
|
691
691
|
id: string;
|
|
692
692
|
created: number;
|
|
693
693
|
currency: string;
|
|
@@ -696,7 +696,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
696
696
|
unit_amount: number | null;
|
|
697
697
|
metadata?: Record<string, string> | undefined;
|
|
698
698
|
}, {
|
|
699
|
-
type: "
|
|
699
|
+
type: "recurring" | "one_time";
|
|
700
700
|
id: string;
|
|
701
701
|
created: number;
|
|
702
702
|
currency: string;
|
|
@@ -711,7 +711,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
711
711
|
success: boolean;
|
|
712
712
|
operation: "create_price";
|
|
713
713
|
price?: {
|
|
714
|
-
type: "
|
|
714
|
+
type: "recurring" | "one_time";
|
|
715
715
|
id: string;
|
|
716
716
|
created: number;
|
|
717
717
|
currency: string;
|
|
@@ -725,7 +725,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
725
725
|
success: boolean;
|
|
726
726
|
operation: "create_price";
|
|
727
727
|
price?: {
|
|
728
|
-
type: "
|
|
728
|
+
type: "recurring" | "one_time";
|
|
729
729
|
id: string;
|
|
730
730
|
created: number;
|
|
731
731
|
currency: string;
|
|
@@ -747,7 +747,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
747
747
|
created: import("zod").ZodNumber;
|
|
748
748
|
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
749
749
|
}, "strip", import("zod").ZodTypeAny, {
|
|
750
|
-
type: "
|
|
750
|
+
type: "recurring" | "one_time";
|
|
751
751
|
id: string;
|
|
752
752
|
created: number;
|
|
753
753
|
currency: string;
|
|
@@ -756,7 +756,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
756
756
|
unit_amount: number | null;
|
|
757
757
|
metadata?: Record<string, string> | undefined;
|
|
758
758
|
}, {
|
|
759
|
-
type: "
|
|
759
|
+
type: "recurring" | "one_time";
|
|
760
760
|
id: string;
|
|
761
761
|
created: number;
|
|
762
762
|
currency: string;
|
|
@@ -771,7 +771,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
771
771
|
success: boolean;
|
|
772
772
|
operation: "list_prices";
|
|
773
773
|
prices?: {
|
|
774
|
-
type: "
|
|
774
|
+
type: "recurring" | "one_time";
|
|
775
775
|
id: string;
|
|
776
776
|
created: number;
|
|
777
777
|
currency: string;
|
|
@@ -785,7 +785,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
|
|
|
785
785
|
success: boolean;
|
|
786
786
|
operation: "list_prices";
|
|
787
787
|
prices?: {
|
|
788
|
-
type: "
|
|
788
|
+
type: "recurring" | "one_time";
|
|
789
789
|
id: string;
|
|
790
790
|
created: number;
|
|
791
791
|
currency: string;
|
|
@@ -88,7 +88,7 @@ export declare class ZendeskBubble<T extends ZendeskParamsInput = ZendeskParamsI
|
|
|
88
88
|
operation: "create_ticket";
|
|
89
89
|
body: string;
|
|
90
90
|
subject: string;
|
|
91
|
-
type?: "
|
|
91
|
+
type?: "task" | "question" | "problem" | "incident" | undefined;
|
|
92
92
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
93
93
|
priority?: "low" | "high" | "urgent" | "normal" | undefined;
|
|
94
94
|
tags?: string[] | undefined;
|
|
@@ -104,7 +104,7 @@ export declare class ZendeskBubble<T extends ZendeskParamsInput = ZendeskParamsI
|
|
|
104
104
|
operation: "create_ticket";
|
|
105
105
|
body: string;
|
|
106
106
|
subject: string;
|
|
107
|
-
type?: "
|
|
107
|
+
type?: "task" | "question" | "problem" | "incident" | undefined;
|
|
108
108
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
109
109
|
priority?: "low" | "high" | "urgent" | "normal" | undefined;
|
|
110
110
|
tags?: string[] | undefined;
|
|
@@ -52,9 +52,9 @@ declare const AppRankingsToolResultSchema: z.ZodObject<{
|
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
53
|
store: "google" | "apple";
|
|
54
54
|
developer: string | null;
|
|
55
|
-
country: string;
|
|
56
55
|
rating: string | number | null;
|
|
57
56
|
category: string;
|
|
57
|
+
country: string;
|
|
58
58
|
price: string | null;
|
|
59
59
|
scrapedAt: string;
|
|
60
60
|
rank: number;
|
|
@@ -69,9 +69,9 @@ declare const AppRankingsToolResultSchema: z.ZodObject<{
|
|
|
69
69
|
}, {
|
|
70
70
|
store: "google" | "apple";
|
|
71
71
|
developer: string | null;
|
|
72
|
-
country: string;
|
|
73
72
|
rating: string | number | null;
|
|
74
73
|
category: string;
|
|
74
|
+
country: string;
|
|
75
75
|
price: string | null;
|
|
76
76
|
scrapedAt: string;
|
|
77
77
|
rank: number;
|
|
@@ -94,9 +94,9 @@ declare const AppRankingsToolResultSchema: z.ZodObject<{
|
|
|
94
94
|
rankings: {
|
|
95
95
|
store: "google" | "apple";
|
|
96
96
|
developer: string | null;
|
|
97
|
-
country: string;
|
|
98
97
|
rating: string | number | null;
|
|
99
98
|
category: string;
|
|
99
|
+
country: string;
|
|
100
100
|
price: string | null;
|
|
101
101
|
scrapedAt: string;
|
|
102
102
|
rank: number;
|
|
@@ -117,9 +117,9 @@ declare const AppRankingsToolResultSchema: z.ZodObject<{
|
|
|
117
117
|
rankings: {
|
|
118
118
|
store: "google" | "apple";
|
|
119
119
|
developer: string | null;
|
|
120
|
-
country: string;
|
|
121
120
|
rating: string | number | null;
|
|
122
121
|
category: string;
|
|
122
|
+
country: string;
|
|
123
123
|
price: string | null;
|
|
124
124
|
scrapedAt: string;
|
|
125
125
|
rank: number;
|
|
@@ -189,9 +189,9 @@ export declare class AppRankingsTool extends ToolBubble<AppRankingsToolParams, A
|
|
|
189
189
|
}, "strip", z.ZodTypeAny, {
|
|
190
190
|
store: "google" | "apple";
|
|
191
191
|
developer: string | null;
|
|
192
|
-
country: string;
|
|
193
192
|
rating: string | number | null;
|
|
194
193
|
category: string;
|
|
194
|
+
country: string;
|
|
195
195
|
price: string | null;
|
|
196
196
|
scrapedAt: string;
|
|
197
197
|
rank: number;
|
|
@@ -206,9 +206,9 @@ export declare class AppRankingsTool extends ToolBubble<AppRankingsToolParams, A
|
|
|
206
206
|
}, {
|
|
207
207
|
store: "google" | "apple";
|
|
208
208
|
developer: string | null;
|
|
209
|
-
country: string;
|
|
210
209
|
rating: string | number | null;
|
|
211
210
|
category: string;
|
|
211
|
+
country: string;
|
|
212
212
|
price: string | null;
|
|
213
213
|
scrapedAt: string;
|
|
214
214
|
rank: number;
|
|
@@ -231,9 +231,9 @@ export declare class AppRankingsTool extends ToolBubble<AppRankingsToolParams, A
|
|
|
231
231
|
rankings: {
|
|
232
232
|
store: "google" | "apple";
|
|
233
233
|
developer: string | null;
|
|
234
|
-
country: string;
|
|
235
234
|
rating: string | number | null;
|
|
236
235
|
category: string;
|
|
236
|
+
country: string;
|
|
237
237
|
price: string | null;
|
|
238
238
|
scrapedAt: string;
|
|
239
239
|
rank: number;
|
|
@@ -254,9 +254,9 @@ export declare class AppRankingsTool extends ToolBubble<AppRankingsToolParams, A
|
|
|
254
254
|
rankings: {
|
|
255
255
|
store: "google" | "apple";
|
|
256
256
|
developer: string | null;
|
|
257
|
-
country: string;
|
|
258
257
|
rating: string | number | null;
|
|
259
258
|
category: string;
|
|
259
|
+
country: string;
|
|
260
260
|
price: string | null;
|
|
261
261
|
scrapedAt: string;
|
|
262
262
|
rank: number;
|
|
@@ -135,13 +135,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
135
135
|
hasActionCall: boolean;
|
|
136
136
|
parameterCount: number;
|
|
137
137
|
}[] | undefined;
|
|
138
|
-
bubbleCount?: number | undefined;
|
|
139
138
|
variableTypes?: {
|
|
140
139
|
type: string;
|
|
141
140
|
name: string;
|
|
142
141
|
column: number;
|
|
143
142
|
line: number;
|
|
144
143
|
}[] | undefined;
|
|
144
|
+
bubbleCount?: number | undefined;
|
|
145
145
|
}, {
|
|
146
146
|
valid: boolean;
|
|
147
147
|
error: string;
|
|
@@ -160,13 +160,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
160
160
|
hasActionCall: boolean;
|
|
161
161
|
parameterCount: number;
|
|
162
162
|
}[] | undefined;
|
|
163
|
-
bubbleCount?: number | undefined;
|
|
164
163
|
variableTypes?: {
|
|
165
164
|
type: string;
|
|
166
165
|
name: string;
|
|
167
166
|
column: number;
|
|
168
167
|
line: number;
|
|
169
168
|
}[] | undefined;
|
|
169
|
+
bubbleCount?: number | undefined;
|
|
170
170
|
}>;
|
|
171
171
|
/**
|
|
172
172
|
* BubbleFlow Validation Tool
|
|
@@ -284,13 +284,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
284
284
|
hasActionCall: boolean;
|
|
285
285
|
parameterCount: number;
|
|
286
286
|
}[] | undefined;
|
|
287
|
-
bubbleCount?: number | undefined;
|
|
288
287
|
variableTypes?: {
|
|
289
288
|
type: string;
|
|
290
289
|
name: string;
|
|
291
290
|
column: number;
|
|
292
291
|
line: number;
|
|
293
292
|
}[] | undefined;
|
|
293
|
+
bubbleCount?: number | undefined;
|
|
294
294
|
}, {
|
|
295
295
|
valid: boolean;
|
|
296
296
|
error: string;
|
|
@@ -309,13 +309,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
309
309
|
hasActionCall: boolean;
|
|
310
310
|
parameterCount: number;
|
|
311
311
|
}[] | undefined;
|
|
312
|
-
bubbleCount?: number | undefined;
|
|
313
312
|
variableTypes?: {
|
|
314
313
|
type: string;
|
|
315
314
|
name: string;
|
|
316
315
|
column: number;
|
|
317
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 ";
|
|
@@ -67,7 +67,7 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
67
67
|
title: string | null;
|
|
68
68
|
name: string | null;
|
|
69
69
|
summary: string | null;
|
|
70
|
-
role: "
|
|
70
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
71
71
|
emails: string[] | null;
|
|
72
72
|
location: string | null;
|
|
73
73
|
headline: string | null;
|
|
@@ -98,7 +98,7 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
98
98
|
title: string | null;
|
|
99
99
|
name: string | null;
|
|
100
100
|
summary: string | null;
|
|
101
|
-
role: "
|
|
101
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
102
102
|
emails: string[] | null;
|
|
103
103
|
location: string | null;
|
|
104
104
|
headline: string | null;
|
|
@@ -205,7 +205,7 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
205
205
|
title: string | null;
|
|
206
206
|
name: string | null;
|
|
207
207
|
summary: string | null;
|
|
208
|
-
role: "
|
|
208
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
209
209
|
emails: string[] | null;
|
|
210
210
|
location: string | null;
|
|
211
211
|
headline: string | null;
|
|
@@ -236,7 +236,7 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
236
236
|
title: string | null;
|
|
237
237
|
name: string | null;
|
|
238
238
|
summary: string | null;
|
|
239
|
-
role: "
|
|
239
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
240
240
|
emails: string[] | null;
|
|
241
241
|
location: string | null;
|
|
242
242
|
headline: string | null;
|
|
@@ -311,7 +311,7 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
311
311
|
title: string | null;
|
|
312
312
|
name: string | null;
|
|
313
313
|
summary: string | null;
|
|
314
|
-
role: "
|
|
314
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
315
315
|
emails: string[] | null;
|
|
316
316
|
location: string | null;
|
|
317
317
|
headline: string | null;
|
|
@@ -360,7 +360,7 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
360
360
|
title: string | null;
|
|
361
361
|
name: string | null;
|
|
362
362
|
summary: string | null;
|
|
363
|
-
role: "
|
|
363
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
364
364
|
emails: string[] | null;
|
|
365
365
|
location: string | null;
|
|
366
366
|
headline: string | null;
|
|
@@ -506,7 +506,7 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
506
506
|
title: string | null;
|
|
507
507
|
name: string | null;
|
|
508
508
|
summary: string | null;
|
|
509
|
-
role: "
|
|
509
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
510
510
|
emails: string[] | null;
|
|
511
511
|
location: string | null;
|
|
512
512
|
headline: string | null;
|
|
@@ -537,7 +537,7 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
537
537
|
title: string | null;
|
|
538
538
|
name: string | null;
|
|
539
539
|
summary: string | null;
|
|
540
|
-
role: "
|
|
540
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
541
541
|
emails: string[] | null;
|
|
542
542
|
location: string | null;
|
|
543
543
|
headline: string | null;
|
|
@@ -612,7 +612,7 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
612
612
|
title: string | null;
|
|
613
613
|
name: string | null;
|
|
614
614
|
summary: string | null;
|
|
615
|
-
role: "
|
|
615
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
616
616
|
emails: string[] | null;
|
|
617
617
|
location: string | null;
|
|
618
618
|
headline: string | null;
|
|
@@ -661,7 +661,7 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
661
661
|
title: string | null;
|
|
662
662
|
name: string | null;
|
|
663
663
|
summary: string | null;
|
|
664
|
-
role: "
|
|
664
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
665
665
|
emails: string[] | null;
|
|
666
666
|
location: string | null;
|
|
667
667
|
headline: string | null;
|
|
@@ -1043,11 +1043,11 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
1043
1043
|
pageNumber?: number | undefined;
|
|
1044
1044
|
location?: string | undefined;
|
|
1045
1045
|
keyword?: string | undefined;
|
|
1046
|
-
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1047
1046
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1047
|
+
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1048
1048
|
profileUrl?: string | undefined;
|
|
1049
1049
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1050
|
-
experienceLevel?: ("
|
|
1050
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
1051
1051
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1052
1052
|
}, {
|
|
1053
1053
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
@@ -1057,11 +1057,11 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
1057
1057
|
pageNumber?: number | undefined;
|
|
1058
1058
|
location?: string | undefined;
|
|
1059
1059
|
keyword?: string | undefined;
|
|
1060
|
-
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1061
1060
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1061
|
+
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1062
1062
|
profileUrl?: string | undefined;
|
|
1063
1063
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1064
|
-
experienceLevel?: ("
|
|
1064
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
1065
1065
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1066
1066
|
}>;
|
|
1067
1067
|
declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
@@ -2241,9 +2241,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2241
2241
|
logo: string | null;
|
|
2242
2242
|
} | null;
|
|
2243
2243
|
}[] | undefined;
|
|
2244
|
+
hasNextPage?: boolean | null | undefined;
|
|
2244
2245
|
totalResults?: number | null | undefined;
|
|
2245
2246
|
paginationToken?: string | null | undefined;
|
|
2246
|
-
hasNextPage?: boolean | null | undefined;
|
|
2247
2247
|
}, {
|
|
2248
2248
|
error: string;
|
|
2249
2249
|
success: boolean;
|
|
@@ -2445,9 +2445,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2445
2445
|
logo: string | null;
|
|
2446
2446
|
} | null;
|
|
2447
2447
|
}[] | undefined;
|
|
2448
|
+
hasNextPage?: boolean | null | undefined;
|
|
2448
2449
|
totalResults?: number | null | undefined;
|
|
2449
2450
|
paginationToken?: string | null | undefined;
|
|
2450
|
-
hasNextPage?: boolean | null | undefined;
|
|
2451
2451
|
}>;
|
|
2452
2452
|
type LinkedInToolParams = z.output<typeof LinkedInToolParamsSchema>;
|
|
2453
2453
|
type LinkedInToolResult = z.output<typeof LinkedInToolResultSchema>;
|
|
@@ -2496,11 +2496,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2496
2496
|
pageNumber?: number | undefined;
|
|
2497
2497
|
location?: string | undefined;
|
|
2498
2498
|
keyword?: string | undefined;
|
|
2499
|
-
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
2500
2499
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
2500
|
+
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
2501
2501
|
profileUrl?: string | undefined;
|
|
2502
2502
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
2503
|
-
experienceLevel?: ("
|
|
2503
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
2504
2504
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
2505
2505
|
}, {
|
|
2506
2506
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
@@ -2510,11 +2510,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2510
2510
|
pageNumber?: number | undefined;
|
|
2511
2511
|
location?: string | undefined;
|
|
2512
2512
|
keyword?: string | undefined;
|
|
2513
|
-
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
2514
2513
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
2514
|
+
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
2515
2515
|
profileUrl?: string | undefined;
|
|
2516
2516
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
2517
|
-
experienceLevel?: ("
|
|
2517
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
2518
2518
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
2519
2519
|
}>;
|
|
2520
2520
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -3694,9 +3694,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3694
3694
|
logo: string | null;
|
|
3695
3695
|
} | null;
|
|
3696
3696
|
}[] | undefined;
|
|
3697
|
+
hasNextPage?: boolean | null | undefined;
|
|
3697
3698
|
totalResults?: number | null | undefined;
|
|
3698
3699
|
paginationToken?: string | null | undefined;
|
|
3699
|
-
hasNextPage?: boolean | null | undefined;
|
|
3700
3700
|
}, {
|
|
3701
3701
|
error: string;
|
|
3702
3702
|
success: boolean;
|
|
@@ -3898,9 +3898,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3898
3898
|
logo: string | null;
|
|
3899
3899
|
} | null;
|
|
3900
3900
|
}[] | undefined;
|
|
3901
|
+
hasNextPage?: boolean | null | undefined;
|
|
3901
3902
|
totalResults?: number | null | undefined;
|
|
3902
3903
|
paginationToken?: string | null | undefined;
|
|
3903
|
-
hasNextPage?: boolean | null | undefined;
|
|
3904
3904
|
}>;
|
|
3905
3905
|
static readonly shortDescription = "Look up LinkedIn profiles by URL, scrape posts by profile, or search posts/jobs by keyword.";
|
|
3906
3906
|
static readonly longDescription = "\n Universal LinkedIn tool for profile lookup, post scraping, and job search.\n\n **DO NOT USE research-agent-tool or web-scrape-tool for LinkedIn** - This tool is specifically optimized for LinkedIn.\n\n **OPERATIONS:**\n\n 1. **scrapeProfile**: Get full profile info from a LinkedIn URL\n - **USE THIS when you have a LinkedIn URL or username and need to know who someone is**\n - Returns: name, headline, about, current company, work experience, education, skills, location, certifications, languages, and more\n - Accepts full URLs (https://www.linkedin.com/in/williamhgates) or just usernames (\"williamhgates\")\n - This is the RIGHT tool for \"look up this LinkedIn profile\" or \"who is this person on LinkedIn?\"\n\n 2. **scrapePosts**: Scrape posts from a LinkedIn profile\n - Get posts from specific users by username\n - Extract post text, engagement stats, media, articles, documents\n - **DO NOT use scrapePosts to get profile info** - use scrapeProfile instead\n\n 3. **searchPosts**: Search LinkedIn posts by keyword\n - Find posts across all of LinkedIn by keyword\n - Filter by date (past 24h, week, month)\n - Sort by relevance or date\n\n 4. **scrapeJobs**: Search LinkedIn job postings\n - Search jobs by keyword and location\n - Filter by job type, workplace type, experience level\n\n **CHOOSING THE RIGHT OPERATION:**\n - \"Look up this LinkedIn profile\" \u2192 **scrapeProfile**\n - \"Who is this person?\" (with LinkedIn URL) \u2192 **scrapeProfile**\n - \"Get their name, company, experience\" \u2192 **scrapeProfile**\n - \"What has this person been posting?\" \u2192 **scrapePosts**\n - \"Find posts about AI on LinkedIn\" \u2192 **searchPosts**\n - \"Find software engineer jobs\" \u2192 **scrapeJobs**\n ";
|
|
@@ -71,8 +71,6 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
|
|
|
71
71
|
success: z.ZodBoolean;
|
|
72
72
|
error: z.ZodString;
|
|
73
73
|
}, "strip", z.ZodTypeAny, {
|
|
74
|
-
error: string;
|
|
75
|
-
success: boolean;
|
|
76
74
|
capabilities: {
|
|
77
75
|
description: string;
|
|
78
76
|
name: string;
|
|
@@ -90,10 +88,10 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
|
|
|
90
88
|
optionalCredentials?: string[] | undefined;
|
|
91
89
|
delegationHint?: string | undefined;
|
|
92
90
|
}[];
|
|
93
|
-
totalCount: number;
|
|
94
|
-
}, {
|
|
95
91
|
error: string;
|
|
96
92
|
success: boolean;
|
|
93
|
+
totalCount: number;
|
|
94
|
+
}, {
|
|
97
95
|
capabilities: {
|
|
98
96
|
description: string;
|
|
99
97
|
name: string;
|
|
@@ -111,6 +109,8 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
|
|
|
111
109
|
optionalCredentials?: string[] | undefined;
|
|
112
110
|
delegationHint?: string | undefined;
|
|
113
111
|
}[];
|
|
112
|
+
error: string;
|
|
113
|
+
success: boolean;
|
|
114
114
|
totalCount: number;
|
|
115
115
|
}>;
|
|
116
116
|
export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToolParams, ListCapabilitiesToolResult> {
|
|
@@ -182,8 +182,6 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
|
|
|
182
182
|
success: z.ZodBoolean;
|
|
183
183
|
error: z.ZodString;
|
|
184
184
|
}, "strip", z.ZodTypeAny, {
|
|
185
|
-
error: string;
|
|
186
|
-
success: boolean;
|
|
187
185
|
capabilities: {
|
|
188
186
|
description: string;
|
|
189
187
|
name: string;
|
|
@@ -201,10 +199,10 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
|
|
|
201
199
|
optionalCredentials?: string[] | undefined;
|
|
202
200
|
delegationHint?: string | undefined;
|
|
203
201
|
}[];
|
|
204
|
-
totalCount: number;
|
|
205
|
-
}, {
|
|
206
202
|
error: string;
|
|
207
203
|
success: boolean;
|
|
204
|
+
totalCount: number;
|
|
205
|
+
}, {
|
|
208
206
|
capabilities: {
|
|
209
207
|
description: string;
|
|
210
208
|
name: string;
|
|
@@ -222,6 +220,8 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
|
|
|
222
220
|
optionalCredentials?: string[] | undefined;
|
|
223
221
|
delegationHint?: string | undefined;
|
|
224
222
|
}[];
|
|
223
|
+
error: string;
|
|
224
|
+
success: boolean;
|
|
225
225
|
totalCount: number;
|
|
226
226
|
}>;
|
|
227
227
|
static readonly shortDescription = "Lists all available capabilities that can be attached to AI agents";
|