@bubblelab/bubble-core 0.1.289 → 0.1.291
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 +183 -163
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +3 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +84 -84
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/asana/asana.d.ts +3 -3
- package/dist/bubbles/service-bubble/asana/asana.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +168 -168
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +4 -4
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/discord/discord.d.ts +12 -12
- package/dist/bubbles/service-bubble/discord/discord.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/firecrawl.d.ts +278 -278
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/granola/granola.d.ts +446 -0
- package/dist/bubbles/service-bubble/granola/granola.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/granola/granola.js +187 -0
- package/dist/bubbles/service-bubble/granola/granola.js.map +1 -0
- package/dist/bubbles/service-bubble/granola/granola.schema.d.ts +766 -0
- package/dist/bubbles/service-bubble/granola/granola.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/granola/granola.schema.js +196 -0
- package/dist/bubbles/service-bubble/granola/granola.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/granola/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/granola/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/granola/index.js +3 -0
- package/dist/bubbles/service-bubble/granola/index.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +14 -14
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +8 -8
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/metabase/metabase.d.ts +6 -6
- package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- 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 +294 -294
- package/dist/bubbles/service-bubble/snowflake/snowflake.d.ts +4 -4
- package/dist/bubbles/service-bubble/snowflake/snowflake.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/sortly/sortly.d.ts +38 -38
- package/dist/bubbles/service-bubble/sortly/sortly.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +33 -33
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +22 -22
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-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 +385 -385
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- 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 +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +42 -42
- package/dist/bubbles.json +458 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -98,12 +98,12 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
98
98
|
}, "strip", import("zod").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
|
static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
|
|
@@ -139,15 +139,15 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
139
139
|
price: string;
|
|
140
140
|
quantity: number;
|
|
141
141
|
asin: string;
|
|
142
|
-
url?: string | undefined;
|
|
143
142
|
image?: string | undefined;
|
|
143
|
+
url?: string | undefined;
|
|
144
144
|
}, {
|
|
145
145
|
title: string;
|
|
146
146
|
price: string;
|
|
147
147
|
quantity: number;
|
|
148
148
|
asin: string;
|
|
149
|
-
url?: string | undefined;
|
|
150
149
|
image?: string | undefined;
|
|
150
|
+
url?: string | undefined;
|
|
151
151
|
}>, "many">>;
|
|
152
152
|
subtotal: import("zod").ZodOptional<import("zod").ZodString>;
|
|
153
153
|
total_items: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -162,8 +162,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
162
162
|
price: string;
|
|
163
163
|
quantity: number;
|
|
164
164
|
asin: string;
|
|
165
|
-
url?: string | undefined;
|
|
166
165
|
image?: string | undefined;
|
|
166
|
+
url?: string | undefined;
|
|
167
167
|
}[] | undefined;
|
|
168
168
|
subtotal?: string | undefined;
|
|
169
169
|
total_items?: number | undefined;
|
|
@@ -177,8 +177,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
177
177
|
price: string;
|
|
178
178
|
quantity: number;
|
|
179
179
|
asin: string;
|
|
180
|
-
url?: string | undefined;
|
|
181
180
|
image?: string | undefined;
|
|
181
|
+
url?: string | undefined;
|
|
182
182
|
}[] | undefined;
|
|
183
183
|
subtotal?: string | undefined;
|
|
184
184
|
total_items?: number | undefined;
|
|
@@ -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
|
/**
|
|
@@ -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
|
/**
|
|
@@ -212,15 +212,15 @@ 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>;
|
|
@@ -235,8 +235,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
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;
|
|
@@ -250,8 +250,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
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;
|
|
@@ -50,11 +50,11 @@ declare const AppRankingsToolResultSchema: z.ZodObject<{
|
|
|
50
50
|
iconUrl: z.ZodNullable<z.ZodString>;
|
|
51
51
|
scrapedAt: z.ZodString;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
|
-
store: "google" | "apple";
|
|
54
53
|
developer: string | null;
|
|
54
|
+
store: "google" | "apple";
|
|
55
|
+
country: string;
|
|
55
56
|
rating: string | number | null;
|
|
56
57
|
category: string;
|
|
57
|
-
country: string;
|
|
58
58
|
price: string | null;
|
|
59
59
|
scrapedAt: string;
|
|
60
60
|
rank: number;
|
|
@@ -67,11 +67,11 @@ declare const AppRankingsToolResultSchema: z.ZodObject<{
|
|
|
67
67
|
genres: string | null;
|
|
68
68
|
releaseDate: string | null;
|
|
69
69
|
}, {
|
|
70
|
-
store: "google" | "apple";
|
|
71
70
|
developer: string | null;
|
|
71
|
+
store: "google" | "apple";
|
|
72
|
+
country: string;
|
|
72
73
|
rating: string | number | null;
|
|
73
74
|
category: string;
|
|
74
|
-
country: string;
|
|
75
75
|
price: string | null;
|
|
76
76
|
scrapedAt: string;
|
|
77
77
|
rank: number;
|
|
@@ -92,11 +92,11 @@ declare const AppRankingsToolResultSchema: z.ZodObject<{
|
|
|
92
92
|
success: boolean;
|
|
93
93
|
operation: "rankings";
|
|
94
94
|
rankings: {
|
|
95
|
-
store: "google" | "apple";
|
|
96
95
|
developer: string | null;
|
|
96
|
+
store: "google" | "apple";
|
|
97
|
+
country: string;
|
|
97
98
|
rating: string | number | null;
|
|
98
99
|
category: string;
|
|
99
|
-
country: string;
|
|
100
100
|
price: string | null;
|
|
101
101
|
scrapedAt: string;
|
|
102
102
|
rank: number;
|
|
@@ -115,11 +115,11 @@ declare const AppRankingsToolResultSchema: z.ZodObject<{
|
|
|
115
115
|
success: boolean;
|
|
116
116
|
operation: "rankings";
|
|
117
117
|
rankings: {
|
|
118
|
-
store: "google" | "apple";
|
|
119
118
|
developer: string | null;
|
|
119
|
+
store: "google" | "apple";
|
|
120
|
+
country: string;
|
|
120
121
|
rating: string | number | null;
|
|
121
122
|
category: string;
|
|
122
|
-
country: string;
|
|
123
123
|
price: string | null;
|
|
124
124
|
scrapedAt: string;
|
|
125
125
|
rank: number;
|
|
@@ -187,11 +187,11 @@ export declare class AppRankingsTool extends ToolBubble<AppRankingsToolParams, A
|
|
|
187
187
|
iconUrl: z.ZodNullable<z.ZodString>;
|
|
188
188
|
scrapedAt: z.ZodString;
|
|
189
189
|
}, "strip", z.ZodTypeAny, {
|
|
190
|
-
store: "google" | "apple";
|
|
191
190
|
developer: string | null;
|
|
191
|
+
store: "google" | "apple";
|
|
192
|
+
country: string;
|
|
192
193
|
rating: string | number | null;
|
|
193
194
|
category: string;
|
|
194
|
-
country: string;
|
|
195
195
|
price: string | null;
|
|
196
196
|
scrapedAt: string;
|
|
197
197
|
rank: number;
|
|
@@ -204,11 +204,11 @@ export declare class AppRankingsTool extends ToolBubble<AppRankingsToolParams, A
|
|
|
204
204
|
genres: string | null;
|
|
205
205
|
releaseDate: string | null;
|
|
206
206
|
}, {
|
|
207
|
-
store: "google" | "apple";
|
|
208
207
|
developer: string | null;
|
|
208
|
+
store: "google" | "apple";
|
|
209
|
+
country: string;
|
|
209
210
|
rating: string | number | null;
|
|
210
211
|
category: string;
|
|
211
|
-
country: string;
|
|
212
212
|
price: string | null;
|
|
213
213
|
scrapedAt: string;
|
|
214
214
|
rank: number;
|
|
@@ -229,11 +229,11 @@ export declare class AppRankingsTool extends ToolBubble<AppRankingsToolParams, A
|
|
|
229
229
|
success: boolean;
|
|
230
230
|
operation: "rankings";
|
|
231
231
|
rankings: {
|
|
232
|
-
store: "google" | "apple";
|
|
233
232
|
developer: string | null;
|
|
233
|
+
store: "google" | "apple";
|
|
234
|
+
country: string;
|
|
234
235
|
rating: string | number | null;
|
|
235
236
|
category: string;
|
|
236
|
-
country: string;
|
|
237
237
|
price: string | null;
|
|
238
238
|
scrapedAt: string;
|
|
239
239
|
rank: number;
|
|
@@ -252,11 +252,11 @@ export declare class AppRankingsTool extends ToolBubble<AppRankingsToolParams, A
|
|
|
252
252
|
success: boolean;
|
|
253
253
|
operation: "rankings";
|
|
254
254
|
rankings: {
|
|
255
|
-
store: "google" | "apple";
|
|
256
255
|
developer: string | null;
|
|
256
|
+
store: "google" | "apple";
|
|
257
|
+
country: string;
|
|
257
258
|
rating: string | number | null;
|
|
258
259
|
category: string;
|
|
259
|
-
country: string;
|
|
260
260
|
price: string | null;
|
|
261
261
|
scrapedAt: string;
|
|
262
262
|
rank: number;
|
|
@@ -49,8 +49,8 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
49
49
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
50
50
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
51
51
|
}, "strip", z.ZodTypeAny, {
|
|
52
|
-
data: Record<string, unknown>[];
|
|
53
52
|
reasoning: string;
|
|
53
|
+
data: Record<string, unknown>[];
|
|
54
54
|
width: number;
|
|
55
55
|
height: number;
|
|
56
56
|
chartType: "table" | "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
@@ -75,8 +75,8 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
75
75
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
76
76
|
filePath?: string | undefined;
|
|
77
77
|
}, {
|
|
78
|
-
data: Record<string, unknown>[];
|
|
79
78
|
reasoning: string;
|
|
79
|
+
data: Record<string, unknown>[];
|
|
80
80
|
chartType: "table" | "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
81
81
|
options?: {
|
|
82
82
|
title?: string | undefined;
|
|
@@ -263,8 +263,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
263
263
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
264
264
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
-
data: Record<string, unknown>[];
|
|
267
266
|
reasoning: string;
|
|
267
|
+
data: Record<string, unknown>[];
|
|
268
268
|
width: number;
|
|
269
269
|
height: number;
|
|
270
270
|
chartType: "table" | "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
@@ -289,8 +289,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
289
289
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
290
290
|
filePath?: string | undefined;
|
|
291
291
|
}, {
|
|
292
|
-
data: Record<string, unknown>[];
|
|
293
292
|
reasoning: string;
|
|
293
|
+
data: Record<string, unknown>[];
|
|
294
294
|
chartType: "table" | "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
295
295
|
options?: {
|
|
296
296
|
title?: string | undefined;
|
|
@@ -71,8 +71,8 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
71
71
|
emails: string[] | null;
|
|
72
72
|
location: string | null;
|
|
73
73
|
headline: string | null;
|
|
74
|
-
linkedinUrl: string | null;
|
|
75
74
|
skills: string[] | null;
|
|
75
|
+
linkedinUrl: string | null;
|
|
76
76
|
education: {
|
|
77
77
|
fieldOfStudy: string | null;
|
|
78
78
|
instituteName: string | null;
|
|
@@ -102,8 +102,8 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
102
102
|
emails: string[] | null;
|
|
103
103
|
location: string | null;
|
|
104
104
|
headline: string | null;
|
|
105
|
-
linkedinUrl: string | null;
|
|
106
105
|
skills: string[] | null;
|
|
106
|
+
linkedinUrl: string | null;
|
|
107
107
|
education: {
|
|
108
108
|
fieldOfStudy: string | null;
|
|
109
109
|
instituteName: string | null;
|
|
@@ -209,8 +209,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
209
209
|
emails: string[] | null;
|
|
210
210
|
location: string | null;
|
|
211
211
|
headline: string | null;
|
|
212
|
-
linkedinUrl: string | null;
|
|
213
212
|
skills: string[] | null;
|
|
213
|
+
linkedinUrl: string | null;
|
|
214
214
|
education: {
|
|
215
215
|
fieldOfStudy: string | null;
|
|
216
216
|
instituteName: string | null;
|
|
@@ -240,8 +240,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
240
240
|
emails: string[] | null;
|
|
241
241
|
location: string | null;
|
|
242
242
|
headline: string | null;
|
|
243
|
-
linkedinUrl: string | null;
|
|
244
243
|
skills: string[] | null;
|
|
244
|
+
linkedinUrl: string | null;
|
|
245
245
|
education: {
|
|
246
246
|
fieldOfStudy: string | null;
|
|
247
247
|
instituteName: string | null;
|
|
@@ -315,8 +315,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
315
315
|
emails: string[] | null;
|
|
316
316
|
location: string | null;
|
|
317
317
|
headline: string | null;
|
|
318
|
-
linkedinUrl: string | null;
|
|
319
318
|
skills: string[] | null;
|
|
319
|
+
linkedinUrl: string | null;
|
|
320
320
|
education: {
|
|
321
321
|
fieldOfStudy: string | null;
|
|
322
322
|
instituteName: string | null;
|
|
@@ -364,8 +364,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
364
364
|
emails: string[] | null;
|
|
365
365
|
location: string | null;
|
|
366
366
|
headline: string | null;
|
|
367
|
-
linkedinUrl: string | null;
|
|
368
367
|
skills: string[] | null;
|
|
368
|
+
linkedinUrl: string | null;
|
|
369
369
|
education: {
|
|
370
370
|
fieldOfStudy: string | null;
|
|
371
371
|
instituteName: string | null;
|
|
@@ -510,8 +510,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
510
510
|
emails: string[] | null;
|
|
511
511
|
location: string | null;
|
|
512
512
|
headline: string | null;
|
|
513
|
-
linkedinUrl: string | null;
|
|
514
513
|
skills: string[] | null;
|
|
514
|
+
linkedinUrl: string | null;
|
|
515
515
|
education: {
|
|
516
516
|
fieldOfStudy: string | null;
|
|
517
517
|
instituteName: string | null;
|
|
@@ -541,8 +541,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
541
541
|
emails: string[] | null;
|
|
542
542
|
location: string | null;
|
|
543
543
|
headline: string | null;
|
|
544
|
-
linkedinUrl: string | null;
|
|
545
544
|
skills: string[] | null;
|
|
545
|
+
linkedinUrl: string | null;
|
|
546
546
|
education: {
|
|
547
547
|
fieldOfStudy: string | null;
|
|
548
548
|
instituteName: string | null;
|
|
@@ -616,8 +616,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
616
616
|
emails: string[] | null;
|
|
617
617
|
location: string | null;
|
|
618
618
|
headline: string | null;
|
|
619
|
-
linkedinUrl: string | null;
|
|
620
619
|
skills: string[] | null;
|
|
620
|
+
linkedinUrl: string | null;
|
|
621
621
|
education: {
|
|
622
622
|
fieldOfStudy: string | null;
|
|
623
623
|
instituteName: string | null;
|
|
@@ -665,8 +665,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
665
665
|
emails: string[] | null;
|
|
666
666
|
location: string | null;
|
|
667
667
|
headline: string | null;
|
|
668
|
-
linkedinUrl: string | null;
|
|
669
668
|
skills: string[] | null;
|
|
669
|
+
linkedinUrl: string | null;
|
|
670
670
|
education: {
|
|
671
671
|
fieldOfStudy: string | null;
|
|
672
672
|
instituteName: string | null;
|