@bubblelab/bubble-core 0.1.172 → 0.1.173
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 +146 -146
- package/dist/bubbles/service-bubble/agi-inc.d.ts +80 -80
- package/dist/bubbles/service-bubble/ai-agent.d.ts +76 -74
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +18 -1
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- 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/browserbase/browserbase.d.ts +29 -29
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +31 -31
- 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 +1003 -1003
- 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 +136 -136
- 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/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/resend.d.ts +28 -28
- 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.d.ts +558 -558
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +149 -149
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +171 -171
- package/dist/bubbles/service-bubble/telegram.d.ts +1562 -1562
- 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 +32 -32
- 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 +1 -1
- package/dist/utils/agent-formatter.d.ts +6 -0
- package/dist/utils/agent-formatter.d.ts.map +1 -1
- package/dist/utils/agent-formatter.js +15 -0
- package/dist/utils/agent-formatter.js.map +1 -1
- package/package.json +2 -2
|
@@ -94,13 +94,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
95
|
type: string;
|
|
96
96
|
name: string;
|
|
97
|
-
column: number;
|
|
98
97
|
line: number;
|
|
98
|
+
column: number;
|
|
99
99
|
}, {
|
|
100
100
|
type: string;
|
|
101
101
|
name: string;
|
|
102
|
-
column: number;
|
|
103
102
|
line: number;
|
|
103
|
+
column: number;
|
|
104
104
|
}>, "many">>;
|
|
105
105
|
metadata: z.ZodObject<{
|
|
106
106
|
validatedAt: z.ZodString;
|
|
@@ -119,14 +119,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
119
119
|
error: z.ZodString;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
121
|
valid: boolean;
|
|
122
|
-
error: string;
|
|
123
122
|
success: boolean;
|
|
123
|
+
error: string;
|
|
124
124
|
metadata: {
|
|
125
125
|
strictMode: boolean;
|
|
126
126
|
validatedAt: string;
|
|
127
127
|
codeLength: number;
|
|
128
128
|
};
|
|
129
|
-
errors?: string[] | undefined;
|
|
130
129
|
bubbles?: {
|
|
131
130
|
bubbleName: string;
|
|
132
131
|
variableName: string;
|
|
@@ -135,23 +134,23 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
135
134
|
hasActionCall: boolean;
|
|
136
135
|
parameterCount: number;
|
|
137
136
|
}[] | undefined;
|
|
137
|
+
errors?: string[] | undefined;
|
|
138
|
+
bubbleCount?: number | undefined;
|
|
138
139
|
variableTypes?: {
|
|
139
140
|
type: string;
|
|
140
141
|
name: string;
|
|
141
|
-
column: number;
|
|
142
142
|
line: number;
|
|
143
|
+
column: number;
|
|
143
144
|
}[] | undefined;
|
|
144
|
-
bubbleCount?: number | undefined;
|
|
145
145
|
}, {
|
|
146
146
|
valid: boolean;
|
|
147
|
-
error: string;
|
|
148
147
|
success: boolean;
|
|
148
|
+
error: string;
|
|
149
149
|
metadata: {
|
|
150
150
|
strictMode: boolean;
|
|
151
151
|
validatedAt: string;
|
|
152
152
|
codeLength: number;
|
|
153
153
|
};
|
|
154
|
-
errors?: string[] | undefined;
|
|
155
154
|
bubbles?: {
|
|
156
155
|
bubbleName: string;
|
|
157
156
|
variableName: string;
|
|
@@ -160,13 +159,14 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
160
159
|
hasActionCall: boolean;
|
|
161
160
|
parameterCount: number;
|
|
162
161
|
}[] | undefined;
|
|
162
|
+
errors?: string[] | undefined;
|
|
163
|
+
bubbleCount?: number | undefined;
|
|
163
164
|
variableTypes?: {
|
|
164
165
|
type: string;
|
|
165
166
|
name: string;
|
|
166
|
-
column: number;
|
|
167
167
|
line: number;
|
|
168
|
+
column: number;
|
|
168
169
|
}[] | 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
|
-
column: number;
|
|
247
246
|
line: number;
|
|
247
|
+
column: number;
|
|
248
248
|
}, {
|
|
249
249
|
type: string;
|
|
250
250
|
name: string;
|
|
251
|
-
column: number;
|
|
252
251
|
line: number;
|
|
252
|
+
column: number;
|
|
253
253
|
}>, "many">>;
|
|
254
254
|
metadata: z.ZodObject<{
|
|
255
255
|
validatedAt: z.ZodString;
|
|
@@ -268,14 +268,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
268
268
|
error: z.ZodString;
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
270
270
|
valid: boolean;
|
|
271
|
-
error: string;
|
|
272
271
|
success: boolean;
|
|
272
|
+
error: string;
|
|
273
273
|
metadata: {
|
|
274
274
|
strictMode: boolean;
|
|
275
275
|
validatedAt: string;
|
|
276
276
|
codeLength: number;
|
|
277
277
|
};
|
|
278
|
-
errors?: string[] | undefined;
|
|
279
278
|
bubbles?: {
|
|
280
279
|
bubbleName: string;
|
|
281
280
|
variableName: string;
|
|
@@ -284,23 +283,23 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
284
283
|
hasActionCall: boolean;
|
|
285
284
|
parameterCount: number;
|
|
286
285
|
}[] | undefined;
|
|
286
|
+
errors?: string[] | undefined;
|
|
287
|
+
bubbleCount?: number | undefined;
|
|
287
288
|
variableTypes?: {
|
|
288
289
|
type: string;
|
|
289
290
|
name: string;
|
|
290
|
-
column: number;
|
|
291
291
|
line: number;
|
|
292
|
+
column: number;
|
|
292
293
|
}[] | undefined;
|
|
293
|
-
bubbleCount?: number | undefined;
|
|
294
294
|
}, {
|
|
295
295
|
valid: boolean;
|
|
296
|
-
error: string;
|
|
297
296
|
success: boolean;
|
|
297
|
+
error: string;
|
|
298
298
|
metadata: {
|
|
299
299
|
strictMode: boolean;
|
|
300
300
|
validatedAt: string;
|
|
301
301
|
codeLength: number;
|
|
302
302
|
};
|
|
303
|
-
errors?: string[] | undefined;
|
|
304
303
|
bubbles?: {
|
|
305
304
|
bubbleName: string;
|
|
306
305
|
variableName: string;
|
|
@@ -309,13 +308,14 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
309
308
|
hasActionCall: boolean;
|
|
310
309
|
parameterCount: number;
|
|
311
310
|
}[] | undefined;
|
|
311
|
+
errors?: string[] | undefined;
|
|
312
|
+
bubbleCount?: number | undefined;
|
|
312
313
|
variableTypes?: {
|
|
313
314
|
type: string;
|
|
314
315
|
name: string;
|
|
315
|
-
column: number;
|
|
316
316
|
line: number;
|
|
317
|
+
column: number;
|
|
317
318
|
}[] | 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 ";
|
|
@@ -30,9 +30,9 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
30
30
|
yAxisLabel?: string | undefined;
|
|
31
31
|
}, {
|
|
32
32
|
title?: string | undefined;
|
|
33
|
-
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
34
33
|
xAxisLabel?: string | undefined;
|
|
35
34
|
yAxisLabel?: string | undefined;
|
|
35
|
+
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
36
36
|
responsive?: boolean | undefined;
|
|
37
37
|
maintainAspectRatio?: boolean | undefined;
|
|
38
38
|
showLegend?: boolean | undefined;
|
|
@@ -66,6 +66,7 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
66
66
|
xAxisLabel?: string | undefined;
|
|
67
67
|
yAxisLabel?: string | undefined;
|
|
68
68
|
} | undefined;
|
|
69
|
+
filePath?: string | undefined;
|
|
69
70
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
70
71
|
config?: Record<string, unknown> | undefined;
|
|
71
72
|
fileName?: string | undefined;
|
|
@@ -73,33 +74,32 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
73
74
|
yColumn?: string | undefined;
|
|
74
75
|
groupByColumn?: string | undefined;
|
|
75
76
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
76
|
-
filePath?: string | undefined;
|
|
77
77
|
}, {
|
|
78
78
|
data: Record<string, unknown>[];
|
|
79
79
|
reasoning: string;
|
|
80
80
|
chartType: "table" | "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
81
81
|
options?: {
|
|
82
82
|
title?: string | undefined;
|
|
83
|
-
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
84
83
|
xAxisLabel?: string | undefined;
|
|
85
84
|
yAxisLabel?: string | undefined;
|
|
85
|
+
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
86
86
|
responsive?: boolean | undefined;
|
|
87
87
|
maintainAspectRatio?: boolean | undefined;
|
|
88
88
|
showLegend?: boolean | undefined;
|
|
89
89
|
showTooltips?: boolean | undefined;
|
|
90
90
|
stacked?: boolean | undefined;
|
|
91
91
|
} | undefined;
|
|
92
|
+
filePath?: string | undefined;
|
|
92
93
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
93
94
|
config?: Record<string, unknown> | undefined;
|
|
95
|
+
fileName?: string | undefined;
|
|
94
96
|
width?: number | undefined;
|
|
95
97
|
height?: number | undefined;
|
|
96
|
-
fileName?: string | undefined;
|
|
97
98
|
xColumn?: string | undefined;
|
|
98
99
|
yColumn?: string | undefined;
|
|
99
100
|
groupByColumn?: string | undefined;
|
|
100
101
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
101
102
|
generateFile?: boolean | undefined;
|
|
102
|
-
filePath?: string | undefined;
|
|
103
103
|
}>;
|
|
104
104
|
type ChartJSToolParamsInput = z.input<typeof ChartJSToolParamsSchema>;
|
|
105
105
|
type ChartJSToolParams = z.output<typeof ChartJSToolParamsSchema>;
|
|
@@ -143,11 +143,11 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
143
143
|
headers: z.ZodArray<z.ZodString, "many">;
|
|
144
144
|
rows: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
|
-
headers: string[];
|
|
147
146
|
rows: string[][];
|
|
148
|
-
}, {
|
|
149
147
|
headers: string[];
|
|
148
|
+
}, {
|
|
150
149
|
rows: string[][];
|
|
150
|
+
headers: string[];
|
|
151
151
|
}>>;
|
|
152
152
|
filePath: z.ZodOptional<z.ZodString>;
|
|
153
153
|
fileExists: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -155,8 +155,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
155
155
|
success: z.ZodBoolean;
|
|
156
156
|
error: z.ZodString;
|
|
157
157
|
}, "strip", z.ZodTypeAny, {
|
|
158
|
-
error: string;
|
|
159
158
|
success: boolean;
|
|
159
|
+
error: string;
|
|
160
160
|
metadata: {
|
|
161
161
|
colorScheme: string;
|
|
162
162
|
generatedAt: string;
|
|
@@ -172,17 +172,17 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
172
172
|
width: number;
|
|
173
173
|
height: number;
|
|
174
174
|
};
|
|
175
|
-
fileSize?: number | undefined;
|
|
176
175
|
filePath?: string | undefined;
|
|
176
|
+
fileSize?: number | undefined;
|
|
177
177
|
imageBase64?: string | undefined;
|
|
178
178
|
tableData?: {
|
|
179
|
-
headers: string[];
|
|
180
179
|
rows: string[][];
|
|
180
|
+
headers: string[];
|
|
181
181
|
} | undefined;
|
|
182
182
|
fileExists?: boolean | undefined;
|
|
183
183
|
}, {
|
|
184
|
-
error: string;
|
|
185
184
|
success: boolean;
|
|
185
|
+
error: string;
|
|
186
186
|
metadata: {
|
|
187
187
|
colorScheme: string;
|
|
188
188
|
generatedAt: string;
|
|
@@ -198,12 +198,12 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
198
198
|
width: number;
|
|
199
199
|
height: number;
|
|
200
200
|
};
|
|
201
|
-
fileSize?: number | undefined;
|
|
202
201
|
filePath?: string | undefined;
|
|
202
|
+
fileSize?: number | undefined;
|
|
203
203
|
imageBase64?: string | undefined;
|
|
204
204
|
tableData?: {
|
|
205
|
-
headers: string[];
|
|
206
205
|
rows: string[][];
|
|
206
|
+
headers: string[];
|
|
207
207
|
} | undefined;
|
|
208
208
|
fileExists?: boolean | undefined;
|
|
209
209
|
}>;
|
|
@@ -244,9 +244,9 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
244
244
|
yAxisLabel?: string | undefined;
|
|
245
245
|
}, {
|
|
246
246
|
title?: string | undefined;
|
|
247
|
-
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
248
247
|
xAxisLabel?: string | undefined;
|
|
249
248
|
yAxisLabel?: string | undefined;
|
|
249
|
+
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
250
250
|
responsive?: boolean | undefined;
|
|
251
251
|
maintainAspectRatio?: boolean | undefined;
|
|
252
252
|
showLegend?: boolean | undefined;
|
|
@@ -280,6 +280,7 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
280
280
|
xAxisLabel?: string | undefined;
|
|
281
281
|
yAxisLabel?: string | undefined;
|
|
282
282
|
} | undefined;
|
|
283
|
+
filePath?: string | undefined;
|
|
283
284
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
284
285
|
config?: Record<string, unknown> | undefined;
|
|
285
286
|
fileName?: string | undefined;
|
|
@@ -287,33 +288,32 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
287
288
|
yColumn?: string | undefined;
|
|
288
289
|
groupByColumn?: string | undefined;
|
|
289
290
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
290
|
-
filePath?: string | undefined;
|
|
291
291
|
}, {
|
|
292
292
|
data: Record<string, unknown>[];
|
|
293
293
|
reasoning: string;
|
|
294
294
|
chartType: "table" | "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
295
295
|
options?: {
|
|
296
296
|
title?: string | undefined;
|
|
297
|
-
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
298
297
|
xAxisLabel?: string | undefined;
|
|
299
298
|
yAxisLabel?: string | undefined;
|
|
299
|
+
colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
|
|
300
300
|
responsive?: boolean | undefined;
|
|
301
301
|
maintainAspectRatio?: boolean | undefined;
|
|
302
302
|
showLegend?: boolean | undefined;
|
|
303
303
|
showTooltips?: boolean | undefined;
|
|
304
304
|
stacked?: boolean | undefined;
|
|
305
305
|
} | undefined;
|
|
306
|
+
filePath?: string | undefined;
|
|
306
307
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
307
308
|
config?: Record<string, unknown> | undefined;
|
|
309
|
+
fileName?: string | undefined;
|
|
308
310
|
width?: number | undefined;
|
|
309
311
|
height?: number | undefined;
|
|
310
|
-
fileName?: string | undefined;
|
|
311
312
|
xColumn?: string | undefined;
|
|
312
313
|
yColumn?: string | undefined;
|
|
313
314
|
groupByColumn?: string | undefined;
|
|
314
315
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
315
316
|
generateFile?: boolean | undefined;
|
|
316
|
-
filePath?: string | undefined;
|
|
317
317
|
}>;
|
|
318
318
|
static readonly resultSchema: z.ZodObject<{
|
|
319
319
|
chartConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -354,11 +354,11 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
354
354
|
headers: z.ZodArray<z.ZodString, "many">;
|
|
355
355
|
rows: z.ZodArray<z.ZodArray<z.ZodString, "many">, "many">;
|
|
356
356
|
}, "strip", z.ZodTypeAny, {
|
|
357
|
-
headers: string[];
|
|
358
357
|
rows: string[][];
|
|
359
|
-
}, {
|
|
360
358
|
headers: string[];
|
|
359
|
+
}, {
|
|
361
360
|
rows: string[][];
|
|
361
|
+
headers: string[];
|
|
362
362
|
}>>;
|
|
363
363
|
filePath: z.ZodOptional<z.ZodString>;
|
|
364
364
|
fileExists: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -366,8 +366,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
366
366
|
success: z.ZodBoolean;
|
|
367
367
|
error: z.ZodString;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
|
-
error: string;
|
|
370
369
|
success: boolean;
|
|
370
|
+
error: string;
|
|
371
371
|
metadata: {
|
|
372
372
|
colorScheme: string;
|
|
373
373
|
generatedAt: string;
|
|
@@ -383,17 +383,17 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
383
383
|
width: number;
|
|
384
384
|
height: number;
|
|
385
385
|
};
|
|
386
|
-
fileSize?: number | undefined;
|
|
387
386
|
filePath?: string | undefined;
|
|
387
|
+
fileSize?: number | undefined;
|
|
388
388
|
imageBase64?: string | undefined;
|
|
389
389
|
tableData?: {
|
|
390
|
-
headers: string[];
|
|
391
390
|
rows: string[][];
|
|
391
|
+
headers: string[];
|
|
392
392
|
} | undefined;
|
|
393
393
|
fileExists?: boolean | undefined;
|
|
394
394
|
}, {
|
|
395
|
-
error: string;
|
|
396
395
|
success: boolean;
|
|
396
|
+
error: string;
|
|
397
397
|
metadata: {
|
|
398
398
|
colorScheme: string;
|
|
399
399
|
generatedAt: string;
|
|
@@ -409,12 +409,12 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
409
409
|
width: number;
|
|
410
410
|
height: number;
|
|
411
411
|
};
|
|
412
|
-
fileSize?: number | undefined;
|
|
413
412
|
filePath?: string | undefined;
|
|
413
|
+
fileSize?: number | undefined;
|
|
414
414
|
imageBase64?: string | undefined;
|
|
415
415
|
tableData?: {
|
|
416
|
-
headers: string[];
|
|
417
416
|
rows: string[][];
|
|
417
|
+
headers: string[];
|
|
418
418
|
} | undefined;
|
|
419
419
|
fileExists?: boolean | undefined;
|
|
420
420
|
}>;
|
|
@@ -53,13 +53,13 @@ declare const EditBubbleFlowToolResultSchema: z.ZodObject<{
|
|
|
53
53
|
success: z.ZodBoolean;
|
|
54
54
|
error: z.ZodString;
|
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
|
56
|
-
error: string;
|
|
57
56
|
success: boolean;
|
|
57
|
+
error: string;
|
|
58
58
|
mergedCode: string;
|
|
59
59
|
applied: boolean;
|
|
60
60
|
}, {
|
|
61
|
-
error: string;
|
|
62
61
|
success: boolean;
|
|
62
|
+
error: string;
|
|
63
63
|
mergedCode: string;
|
|
64
64
|
applied: boolean;
|
|
65
65
|
}>;
|
|
@@ -101,13 +101,13 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
|
|
|
101
101
|
success: z.ZodBoolean;
|
|
102
102
|
error: z.ZodString;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
error: string;
|
|
105
104
|
success: boolean;
|
|
105
|
+
error: string;
|
|
106
106
|
mergedCode: string;
|
|
107
107
|
applied: boolean;
|
|
108
108
|
}, {
|
|
109
|
-
error: string;
|
|
110
109
|
success: boolean;
|
|
110
|
+
error: string;
|
|
111
111
|
mergedCode: string;
|
|
112
112
|
applied: boolean;
|
|
113
113
|
}>;
|
|
@@ -66,12 +66,12 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
67
|
title: string | null;
|
|
68
68
|
name: string | null;
|
|
69
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
69
70
|
summary: string | null;
|
|
70
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
71
71
|
location: string | null;
|
|
72
72
|
headline: string | null;
|
|
73
|
-
skills: string[] | null;
|
|
74
73
|
linkedinUrl: string | null;
|
|
74
|
+
skills: string[] | null;
|
|
75
75
|
education: {
|
|
76
76
|
fieldOfStudy: string | null;
|
|
77
77
|
instituteName: string | null;
|
|
@@ -97,12 +97,12 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
97
97
|
}, {
|
|
98
98
|
title: string | null;
|
|
99
99
|
name: string | null;
|
|
100
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
100
101
|
summary: string | null;
|
|
101
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
102
102
|
location: string | null;
|
|
103
103
|
headline: string | null;
|
|
104
|
-
skills: string[] | null;
|
|
105
104
|
linkedinUrl: string | null;
|
|
105
|
+
skills: string[] | null;
|
|
106
106
|
education: {
|
|
107
107
|
fieldOfStudy: string | null;
|
|
108
108
|
instituteName: string | null;
|
|
@@ -204,12 +204,12 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
205
|
title: string | null;
|
|
206
206
|
name: string | null;
|
|
207
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
207
208
|
summary: string | null;
|
|
208
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
209
209
|
location: string | null;
|
|
210
210
|
headline: string | null;
|
|
211
|
-
skills: string[] | null;
|
|
212
211
|
linkedinUrl: string | null;
|
|
212
|
+
skills: string[] | null;
|
|
213
213
|
education: {
|
|
214
214
|
fieldOfStudy: string | null;
|
|
215
215
|
instituteName: string | null;
|
|
@@ -235,12 +235,12 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
235
235
|
}, {
|
|
236
236
|
title: string | null;
|
|
237
237
|
name: string | null;
|
|
238
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
238
239
|
summary: string | null;
|
|
239
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
240
240
|
location: string | null;
|
|
241
241
|
headline: string | null;
|
|
242
|
-
skills: string[] | null;
|
|
243
242
|
linkedinUrl: string | null;
|
|
243
|
+
skills: string[] | null;
|
|
244
244
|
education: {
|
|
245
245
|
fieldOfStudy: string | null;
|
|
246
246
|
instituteName: string | null;
|
|
@@ -281,8 +281,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
281
281
|
name: string | null;
|
|
282
282
|
linkedinUrl: string | null;
|
|
283
283
|
website: string | null;
|
|
284
|
-
industry: string | null;
|
|
285
284
|
headcount: number | null;
|
|
285
|
+
industry: string | null;
|
|
286
286
|
hqCity: string | null;
|
|
287
287
|
hqCountry: string | null;
|
|
288
288
|
yearFounded: number | null;
|
|
@@ -293,8 +293,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
293
293
|
name: string | null;
|
|
294
294
|
linkedinUrl: string | null;
|
|
295
295
|
website: string | null;
|
|
296
|
-
industry: string | null;
|
|
297
296
|
headcount: number | null;
|
|
297
|
+
industry: string | null;
|
|
298
298
|
hqCity: string | null;
|
|
299
299
|
hqCountry: string | null;
|
|
300
300
|
yearFounded: number | null;
|
|
@@ -305,15 +305,15 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
305
305
|
success: z.ZodBoolean;
|
|
306
306
|
error: z.ZodString;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
|
-
error: string;
|
|
309
308
|
success: boolean;
|
|
309
|
+
error: string;
|
|
310
310
|
company: {
|
|
311
311
|
description: string | null;
|
|
312
312
|
name: string | null;
|
|
313
313
|
linkedinUrl: string | null;
|
|
314
314
|
website: string | null;
|
|
315
|
-
industry: string | null;
|
|
316
315
|
headcount: number | null;
|
|
316
|
+
industry: string | null;
|
|
317
317
|
hqCity: string | null;
|
|
318
318
|
hqCountry: string | null;
|
|
319
319
|
yearFounded: number | null;
|
|
@@ -323,12 +323,12 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
323
323
|
contacts: {
|
|
324
324
|
title: string | null;
|
|
325
325
|
name: string | null;
|
|
326
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
326
327
|
summary: string | null;
|
|
327
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
328
328
|
location: string | null;
|
|
329
329
|
headline: string | null;
|
|
330
|
-
skills: string[] | null;
|
|
331
330
|
linkedinUrl: string | null;
|
|
331
|
+
skills: string[] | null;
|
|
332
332
|
education: {
|
|
333
333
|
fieldOfStudy: string | null;
|
|
334
334
|
instituteName: string | null;
|
|
@@ -354,15 +354,15 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
354
354
|
}[];
|
|
355
355
|
totalContacts: number;
|
|
356
356
|
}, {
|
|
357
|
-
error: string;
|
|
358
357
|
success: boolean;
|
|
358
|
+
error: string;
|
|
359
359
|
company: {
|
|
360
360
|
description: string | null;
|
|
361
361
|
name: string | null;
|
|
362
362
|
linkedinUrl: string | null;
|
|
363
363
|
website: string | null;
|
|
364
|
-
industry: string | null;
|
|
365
364
|
headcount: number | null;
|
|
365
|
+
industry: string | null;
|
|
366
366
|
hqCity: string | null;
|
|
367
367
|
hqCountry: string | null;
|
|
368
368
|
yearFounded: number | null;
|
|
@@ -372,12 +372,12 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
372
372
|
contacts: {
|
|
373
373
|
title: string | null;
|
|
374
374
|
name: string | null;
|
|
375
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
375
376
|
summary: string | null;
|
|
376
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
377
377
|
location: string | null;
|
|
378
378
|
headline: string | null;
|
|
379
|
-
skills: string[] | null;
|
|
380
379
|
linkedinUrl: string | null;
|
|
380
|
+
skills: string[] | null;
|
|
381
381
|
education: {
|
|
382
382
|
fieldOfStudy: string | null;
|
|
383
383
|
instituteName: string | null;
|
|
@@ -505,12 +505,12 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
505
505
|
}, "strip", z.ZodTypeAny, {
|
|
506
506
|
title: string | null;
|
|
507
507
|
name: string | null;
|
|
508
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
508
509
|
summary: string | null;
|
|
509
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
510
510
|
location: string | null;
|
|
511
511
|
headline: string | null;
|
|
512
|
-
skills: string[] | null;
|
|
513
512
|
linkedinUrl: string | null;
|
|
513
|
+
skills: string[] | null;
|
|
514
514
|
education: {
|
|
515
515
|
fieldOfStudy: string | null;
|
|
516
516
|
instituteName: string | null;
|
|
@@ -536,12 +536,12 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
536
536
|
}, {
|
|
537
537
|
title: string | null;
|
|
538
538
|
name: string | null;
|
|
539
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
539
540
|
summary: string | null;
|
|
540
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
541
541
|
location: string | null;
|
|
542
542
|
headline: string | null;
|
|
543
|
-
skills: string[] | null;
|
|
544
543
|
linkedinUrl: string | null;
|
|
544
|
+
skills: string[] | null;
|
|
545
545
|
education: {
|
|
546
546
|
fieldOfStudy: string | null;
|
|
547
547
|
instituteName: string | null;
|
|
@@ -582,8 +582,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
582
582
|
name: string | null;
|
|
583
583
|
linkedinUrl: string | null;
|
|
584
584
|
website: string | null;
|
|
585
|
-
industry: string | null;
|
|
586
585
|
headcount: number | null;
|
|
586
|
+
industry: string | null;
|
|
587
587
|
hqCity: string | null;
|
|
588
588
|
hqCountry: string | null;
|
|
589
589
|
yearFounded: number | null;
|
|
@@ -594,8 +594,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
594
594
|
name: string | null;
|
|
595
595
|
linkedinUrl: string | null;
|
|
596
596
|
website: string | null;
|
|
597
|
-
industry: string | null;
|
|
598
597
|
headcount: number | null;
|
|
598
|
+
industry: string | null;
|
|
599
599
|
hqCity: string | null;
|
|
600
600
|
hqCountry: string | null;
|
|
601
601
|
yearFounded: number | null;
|
|
@@ -606,15 +606,15 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
606
606
|
success: z.ZodBoolean;
|
|
607
607
|
error: z.ZodString;
|
|
608
608
|
}, "strip", z.ZodTypeAny, {
|
|
609
|
-
error: string;
|
|
610
609
|
success: boolean;
|
|
610
|
+
error: string;
|
|
611
611
|
company: {
|
|
612
612
|
description: string | null;
|
|
613
613
|
name: string | null;
|
|
614
614
|
linkedinUrl: string | null;
|
|
615
615
|
website: string | null;
|
|
616
|
-
industry: string | null;
|
|
617
616
|
headcount: number | null;
|
|
617
|
+
industry: string | null;
|
|
618
618
|
hqCity: string | null;
|
|
619
619
|
hqCountry: string | null;
|
|
620
620
|
yearFounded: number | null;
|
|
@@ -624,12 +624,12 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
624
624
|
contacts: {
|
|
625
625
|
title: string | null;
|
|
626
626
|
name: string | null;
|
|
627
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
627
628
|
summary: string | null;
|
|
628
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
629
629
|
location: string | null;
|
|
630
630
|
headline: string | null;
|
|
631
|
-
skills: string[] | null;
|
|
632
631
|
linkedinUrl: string | null;
|
|
632
|
+
skills: string[] | null;
|
|
633
633
|
education: {
|
|
634
634
|
fieldOfStudy: string | null;
|
|
635
635
|
instituteName: string | null;
|
|
@@ -655,15 +655,15 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
655
655
|
}[];
|
|
656
656
|
totalContacts: number;
|
|
657
657
|
}, {
|
|
658
|
-
error: string;
|
|
659
658
|
success: boolean;
|
|
659
|
+
error: string;
|
|
660
660
|
company: {
|
|
661
661
|
description: string | null;
|
|
662
662
|
name: string | null;
|
|
663
663
|
linkedinUrl: string | null;
|
|
664
664
|
website: string | null;
|
|
665
|
-
industry: string | null;
|
|
666
665
|
headcount: number | null;
|
|
666
|
+
industry: string | null;
|
|
667
667
|
hqCity: string | null;
|
|
668
668
|
hqCountry: string | null;
|
|
669
669
|
yearFounded: number | null;
|
|
@@ -673,12 +673,12 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
673
673
|
contacts: {
|
|
674
674
|
title: string | null;
|
|
675
675
|
name: string | null;
|
|
676
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
676
677
|
summary: string | null;
|
|
677
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
678
678
|
location: string | null;
|
|
679
679
|
headline: string | null;
|
|
680
|
-
skills: string[] | null;
|
|
681
680
|
linkedinUrl: string | null;
|
|
681
|
+
skills: string[] | null;
|
|
682
682
|
education: {
|
|
683
683
|
fieldOfStudy: string | null;
|
|
684
684
|
instituteName: string | null;
|