@bubblelab/bubble-core 0.1.65 → 0.1.67
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 +104 -104
- package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
- package/dist/bubbles/service-bubble/ai-agent.d.ts +117 -96
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +131 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +118 -118
- package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +89 -68
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +96 -0
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +108 -102
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +10 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +26 -26
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +130 -130
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +1001 -1001
- package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +56 -56
- package/dist/bubbles/service-bubble/github.d.ts +176 -176
- 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 +76 -76
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/notion/notion.d.ts +2089 -2089
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +28 -28
- package/dist/bubbles/service-bubble/slack/slack.d.ts +420 -420
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +107 -107
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/telegram.d.ts +1562 -1562
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +15 -15
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.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 +18 -18
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +70 -70
- 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-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +326 -326
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +112 -112
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +76 -76
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +160 -160
- 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/youtube-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +72 -72
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +98 -98
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +18 -18
- package/dist/bubbles.json +59 -22
- package/package.json +2 -2
|
@@ -23,18 +23,18 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
23
23
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
24
24
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
timeout: number;
|
|
27
26
|
input: Record<string, unknown>;
|
|
27
|
+
timeout: number;
|
|
28
28
|
limit: number;
|
|
29
29
|
waitForFinish: boolean;
|
|
30
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
31
30
|
search?: string | undefined;
|
|
31
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
32
32
|
actorId?: string | undefined;
|
|
33
33
|
}, {
|
|
34
34
|
input: Record<string, unknown>;
|
|
35
|
+
search?: string | undefined;
|
|
35
36
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
36
37
|
timeout?: number | undefined;
|
|
37
|
-
search?: string | undefined;
|
|
38
38
|
limit?: number | undefined;
|
|
39
39
|
actorId?: string | undefined;
|
|
40
40
|
waitForFinish?: boolean | undefined;
|
|
@@ -69,29 +69,29 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
69
69
|
name: string;
|
|
70
70
|
id: string;
|
|
71
71
|
inputSchemaUrl: string;
|
|
72
|
+
description?: string | null | undefined;
|
|
73
|
+
stars?: number | null | undefined;
|
|
72
74
|
usage?: {
|
|
73
75
|
totalRuns?: number | undefined;
|
|
74
76
|
usersCount?: number | undefined;
|
|
75
77
|
} | null | undefined;
|
|
76
|
-
description?: string | null | undefined;
|
|
77
|
-
stars?: number | null | undefined;
|
|
78
78
|
requiresRental?: boolean | undefined;
|
|
79
79
|
}, {
|
|
80
80
|
name: string;
|
|
81
81
|
id: string;
|
|
82
82
|
inputSchemaUrl: string;
|
|
83
|
+
description?: string | null | undefined;
|
|
84
|
+
stars?: number | null | undefined;
|
|
83
85
|
usage?: {
|
|
84
86
|
totalRuns?: number | undefined;
|
|
85
87
|
usersCount?: number | undefined;
|
|
86
88
|
} | null | undefined;
|
|
87
|
-
description?: string | null | undefined;
|
|
88
|
-
stars?: number | null | undefined;
|
|
89
89
|
requiresRental?: boolean | undefined;
|
|
90
90
|
}>, "many">>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
92
|
status: string;
|
|
93
|
-
error: string;
|
|
94
93
|
success: boolean;
|
|
94
|
+
error: string;
|
|
95
95
|
runId: string;
|
|
96
96
|
consoleUrl: string;
|
|
97
97
|
items?: unknown[] | undefined;
|
|
@@ -101,18 +101,18 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
101
101
|
name: string;
|
|
102
102
|
id: string;
|
|
103
103
|
inputSchemaUrl: string;
|
|
104
|
+
description?: string | null | undefined;
|
|
105
|
+
stars?: number | null | undefined;
|
|
104
106
|
usage?: {
|
|
105
107
|
totalRuns?: number | undefined;
|
|
106
108
|
usersCount?: number | undefined;
|
|
107
109
|
} | null | undefined;
|
|
108
|
-
description?: string | null | undefined;
|
|
109
|
-
stars?: number | null | undefined;
|
|
110
110
|
requiresRental?: boolean | undefined;
|
|
111
111
|
}[] | undefined;
|
|
112
112
|
}, {
|
|
113
113
|
status: string;
|
|
114
|
-
error: string;
|
|
115
114
|
success: boolean;
|
|
115
|
+
error: string;
|
|
116
116
|
runId: string;
|
|
117
117
|
consoleUrl: string;
|
|
118
118
|
items?: unknown[] | undefined;
|
|
@@ -122,12 +122,12 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
122
122
|
name: string;
|
|
123
123
|
id: string;
|
|
124
124
|
inputSchemaUrl: string;
|
|
125
|
+
description?: string | null | undefined;
|
|
126
|
+
stars?: number | null | undefined;
|
|
125
127
|
usage?: {
|
|
126
128
|
totalRuns?: number | undefined;
|
|
127
129
|
usersCount?: number | undefined;
|
|
128
130
|
} | null | undefined;
|
|
129
|
-
description?: string | null | undefined;
|
|
130
|
-
stars?: number | null | undefined;
|
|
131
131
|
requiresRental?: boolean | undefined;
|
|
132
132
|
}[] | undefined;
|
|
133
133
|
}>;
|
|
@@ -159,18 +159,18 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
159
159
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
160
160
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
timeout: number;
|
|
163
162
|
input: Record<string, unknown>;
|
|
163
|
+
timeout: number;
|
|
164
164
|
limit: number;
|
|
165
165
|
waitForFinish: boolean;
|
|
166
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
167
166
|
search?: string | undefined;
|
|
167
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
168
168
|
actorId?: string | undefined;
|
|
169
169
|
}, {
|
|
170
170
|
input: Record<string, unknown>;
|
|
171
|
+
search?: string | undefined;
|
|
171
172
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
172
173
|
timeout?: number | undefined;
|
|
173
|
-
search?: string | undefined;
|
|
174
174
|
limit?: number | undefined;
|
|
175
175
|
actorId?: string | undefined;
|
|
176
176
|
waitForFinish?: boolean | undefined;
|
|
@@ -205,29 +205,29 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
205
205
|
name: string;
|
|
206
206
|
id: string;
|
|
207
207
|
inputSchemaUrl: string;
|
|
208
|
+
description?: string | null | undefined;
|
|
209
|
+
stars?: number | null | undefined;
|
|
208
210
|
usage?: {
|
|
209
211
|
totalRuns?: number | undefined;
|
|
210
212
|
usersCount?: number | undefined;
|
|
211
213
|
} | null | undefined;
|
|
212
|
-
description?: string | null | undefined;
|
|
213
|
-
stars?: number | null | undefined;
|
|
214
214
|
requiresRental?: boolean | undefined;
|
|
215
215
|
}, {
|
|
216
216
|
name: string;
|
|
217
217
|
id: string;
|
|
218
218
|
inputSchemaUrl: string;
|
|
219
|
+
description?: string | null | undefined;
|
|
220
|
+
stars?: number | null | undefined;
|
|
219
221
|
usage?: {
|
|
220
222
|
totalRuns?: number | undefined;
|
|
221
223
|
usersCount?: number | undefined;
|
|
222
224
|
} | null | undefined;
|
|
223
|
-
description?: string | null | undefined;
|
|
224
|
-
stars?: number | null | undefined;
|
|
225
225
|
requiresRental?: boolean | undefined;
|
|
226
226
|
}>, "many">>;
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
228
228
|
status: string;
|
|
229
|
-
error: string;
|
|
230
229
|
success: boolean;
|
|
230
|
+
error: string;
|
|
231
231
|
runId: string;
|
|
232
232
|
consoleUrl: string;
|
|
233
233
|
items?: unknown[] | undefined;
|
|
@@ -237,18 +237,18 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
237
237
|
name: string;
|
|
238
238
|
id: string;
|
|
239
239
|
inputSchemaUrl: string;
|
|
240
|
+
description?: string | null | undefined;
|
|
241
|
+
stars?: number | null | undefined;
|
|
240
242
|
usage?: {
|
|
241
243
|
totalRuns?: number | undefined;
|
|
242
244
|
usersCount?: number | undefined;
|
|
243
245
|
} | null | undefined;
|
|
244
|
-
description?: string | null | undefined;
|
|
245
|
-
stars?: number | null | undefined;
|
|
246
246
|
requiresRental?: boolean | undefined;
|
|
247
247
|
}[] | undefined;
|
|
248
248
|
}, {
|
|
249
249
|
status: string;
|
|
250
|
-
error: string;
|
|
251
250
|
success: boolean;
|
|
251
|
+
error: string;
|
|
252
252
|
runId: string;
|
|
253
253
|
consoleUrl: string;
|
|
254
254
|
items?: unknown[] | undefined;
|
|
@@ -258,12 +258,12 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
258
258
|
name: string;
|
|
259
259
|
id: string;
|
|
260
260
|
inputSchemaUrl: string;
|
|
261
|
+
description?: string | null | undefined;
|
|
262
|
+
stars?: number | null | undefined;
|
|
261
263
|
usage?: {
|
|
262
264
|
totalRuns?: number | undefined;
|
|
263
265
|
usersCount?: number | undefined;
|
|
264
266
|
} | null | undefined;
|
|
265
|
-
description?: string | null | undefined;
|
|
266
|
-
stars?: number | null | undefined;
|
|
267
267
|
requiresRental?: boolean | undefined;
|
|
268
268
|
}[] | undefined;
|
|
269
269
|
}>;
|
|
@@ -101,22 +101,24 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
101
101
|
source_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
102
102
|
credited_to_user_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
103
103
|
tag: import("zod").ZodOptional<import("zod").ZodString>;
|
|
104
|
+
allow_duplicate_linkedin: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
104
105
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
105
106
|
}, "strip", import("zod").ZodTypeAny, {
|
|
106
107
|
name: string;
|
|
107
108
|
operation: "create_candidate";
|
|
109
|
+
allow_duplicate_linkedin: boolean;
|
|
108
110
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
109
111
|
website?: string | undefined;
|
|
110
112
|
emails?: {
|
|
111
113
|
type: "Personal" | "Work" | "Other";
|
|
112
114
|
email: string;
|
|
113
115
|
}[] | undefined;
|
|
116
|
+
tag?: string | undefined;
|
|
114
117
|
phone_number?: string | undefined;
|
|
115
118
|
linkedin_url?: string | undefined;
|
|
116
119
|
github_url?: string | undefined;
|
|
117
120
|
source_id?: string | undefined;
|
|
118
121
|
credited_to_user_id?: string | undefined;
|
|
119
|
-
tag?: string | undefined;
|
|
120
122
|
}, {
|
|
121
123
|
name: string;
|
|
122
124
|
operation: "create_candidate";
|
|
@@ -126,12 +128,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
126
128
|
type: "Personal" | "Work" | "Other";
|
|
127
129
|
email: string;
|
|
128
130
|
}[] | undefined;
|
|
131
|
+
tag?: string | undefined;
|
|
129
132
|
phone_number?: string | undefined;
|
|
130
133
|
linkedin_url?: string | undefined;
|
|
131
134
|
github_url?: string | undefined;
|
|
132
135
|
source_id?: string | undefined;
|
|
133
136
|
credited_to_user_id?: string | undefined;
|
|
134
|
-
|
|
137
|
+
allow_duplicate_linkedin?: boolean | undefined;
|
|
135
138
|
}>, import("zod").ZodObject<{
|
|
136
139
|
operation: import("zod").ZodLiteral<"search_candidates">;
|
|
137
140
|
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -140,13 +143,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
140
143
|
}, "strip", import("zod").ZodTypeAny, {
|
|
141
144
|
operation: "search_candidates";
|
|
142
145
|
name?: string | undefined;
|
|
143
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
144
146
|
email?: string | undefined;
|
|
147
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
145
148
|
}, {
|
|
146
149
|
operation: "search_candidates";
|
|
147
150
|
name?: string | undefined;
|
|
148
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
149
151
|
email?: string | undefined;
|
|
152
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
150
153
|
}>, import("zod").ZodObject<{
|
|
151
154
|
operation: import("zod").ZodLiteral<"add_tag">;
|
|
152
155
|
candidate_id: import("zod").ZodString;
|
|
@@ -343,28 +346,24 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
343
346
|
isArchived?: boolean | undefined;
|
|
344
347
|
}[] | undefined;
|
|
345
348
|
createdAt?: string | undefined;
|
|
349
|
+
company?: string | null | undefined;
|
|
350
|
+
position?: string | null | undefined;
|
|
346
351
|
updatedAt?: string | undefined;
|
|
347
352
|
primaryEmailAddress?: {
|
|
348
353
|
value: string;
|
|
349
354
|
type: "Personal" | "Work" | "Other";
|
|
350
355
|
isPrimary: boolean;
|
|
351
356
|
} | null | undefined;
|
|
352
|
-
|
|
357
|
+
emailAddresses?: {
|
|
353
358
|
value: string;
|
|
354
359
|
type: "Personal" | "Work" | "Other";
|
|
355
360
|
isPrimary: boolean;
|
|
356
|
-
} | null | undefined;
|
|
357
|
-
customFields?: {
|
|
358
|
-
title: string;
|
|
359
|
-
id: string;
|
|
360
|
-
value?: unknown;
|
|
361
|
-
isPrivate?: boolean | undefined;
|
|
362
361
|
}[] | undefined;
|
|
363
|
-
|
|
362
|
+
primaryPhoneNumber?: {
|
|
364
363
|
value: string;
|
|
365
364
|
type: "Personal" | "Work" | "Other";
|
|
366
365
|
isPrimary: boolean;
|
|
367
|
-
}
|
|
366
|
+
} | null | undefined;
|
|
368
367
|
phoneNumbers?: {
|
|
369
368
|
value: string;
|
|
370
369
|
type: "Personal" | "Work" | "Other";
|
|
@@ -374,8 +373,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
374
373
|
type: string;
|
|
375
374
|
url: string;
|
|
376
375
|
}[] | undefined;
|
|
377
|
-
position?: string | null | undefined;
|
|
378
|
-
company?: string | null | undefined;
|
|
379
376
|
school?: string | null | undefined;
|
|
380
377
|
applicationIds?: string[] | undefined;
|
|
381
378
|
resumeFileHandle?: {
|
|
@@ -388,6 +385,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
388
385
|
id: string;
|
|
389
386
|
handle: string;
|
|
390
387
|
}[] | undefined;
|
|
388
|
+
customFields?: {
|
|
389
|
+
title: string;
|
|
390
|
+
id: string;
|
|
391
|
+
value?: unknown;
|
|
392
|
+
isPrivate?: boolean | undefined;
|
|
393
|
+
}[] | undefined;
|
|
391
394
|
}, {
|
|
392
395
|
name: string;
|
|
393
396
|
id: string;
|
|
@@ -397,28 +400,24 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
397
400
|
isArchived?: boolean | undefined;
|
|
398
401
|
}[] | undefined;
|
|
399
402
|
createdAt?: string | undefined;
|
|
403
|
+
company?: string | null | undefined;
|
|
404
|
+
position?: string | null | undefined;
|
|
400
405
|
updatedAt?: string | undefined;
|
|
401
406
|
primaryEmailAddress?: {
|
|
402
407
|
value: string;
|
|
403
408
|
type: "Personal" | "Work" | "Other";
|
|
404
409
|
isPrimary: boolean;
|
|
405
410
|
} | null | undefined;
|
|
406
|
-
|
|
411
|
+
emailAddresses?: {
|
|
407
412
|
value: string;
|
|
408
413
|
type: "Personal" | "Work" | "Other";
|
|
409
414
|
isPrimary: boolean;
|
|
410
|
-
} | null | undefined;
|
|
411
|
-
customFields?: {
|
|
412
|
-
title: string;
|
|
413
|
-
id: string;
|
|
414
|
-
value?: unknown;
|
|
415
|
-
isPrivate?: boolean | undefined;
|
|
416
415
|
}[] | undefined;
|
|
417
|
-
|
|
416
|
+
primaryPhoneNumber?: {
|
|
418
417
|
value: string;
|
|
419
418
|
type: "Personal" | "Work" | "Other";
|
|
420
419
|
isPrimary: boolean;
|
|
421
|
-
}
|
|
420
|
+
} | null | undefined;
|
|
422
421
|
phoneNumbers?: {
|
|
423
422
|
value: string;
|
|
424
423
|
type: "Personal" | "Work" | "Other";
|
|
@@ -428,8 +427,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
428
427
|
type: string;
|
|
429
428
|
url: string;
|
|
430
429
|
}[] | undefined;
|
|
431
|
-
position?: string | null | undefined;
|
|
432
|
-
company?: string | null | undefined;
|
|
433
430
|
school?: string | null | undefined;
|
|
434
431
|
applicationIds?: string[] | undefined;
|
|
435
432
|
resumeFileHandle?: {
|
|
@@ -442,14 +439,20 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
442
439
|
id: string;
|
|
443
440
|
handle: string;
|
|
444
441
|
}[] | undefined;
|
|
442
|
+
customFields?: {
|
|
443
|
+
title: string;
|
|
444
|
+
id: string;
|
|
445
|
+
value?: unknown;
|
|
446
|
+
isPrivate?: boolean | undefined;
|
|
447
|
+
}[] | undefined;
|
|
445
448
|
}>, "many">>;
|
|
446
449
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
447
450
|
more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
448
451
|
sync_token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
449
452
|
error: import("zod").ZodString;
|
|
450
453
|
}, "strip", import("zod").ZodTypeAny, {
|
|
451
|
-
error: string;
|
|
452
454
|
success: boolean;
|
|
455
|
+
error: string;
|
|
453
456
|
operation: "list_candidates";
|
|
454
457
|
next_cursor?: string | undefined;
|
|
455
458
|
sync_token?: string | undefined;
|
|
@@ -462,28 +465,24 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
462
465
|
isArchived?: boolean | undefined;
|
|
463
466
|
}[] | undefined;
|
|
464
467
|
createdAt?: string | undefined;
|
|
468
|
+
company?: string | null | undefined;
|
|
469
|
+
position?: string | null | undefined;
|
|
465
470
|
updatedAt?: string | undefined;
|
|
466
471
|
primaryEmailAddress?: {
|
|
467
472
|
value: string;
|
|
468
473
|
type: "Personal" | "Work" | "Other";
|
|
469
474
|
isPrimary: boolean;
|
|
470
475
|
} | null | undefined;
|
|
471
|
-
|
|
476
|
+
emailAddresses?: {
|
|
472
477
|
value: string;
|
|
473
478
|
type: "Personal" | "Work" | "Other";
|
|
474
479
|
isPrimary: boolean;
|
|
475
|
-
} | null | undefined;
|
|
476
|
-
customFields?: {
|
|
477
|
-
title: string;
|
|
478
|
-
id: string;
|
|
479
|
-
value?: unknown;
|
|
480
|
-
isPrivate?: boolean | undefined;
|
|
481
480
|
}[] | undefined;
|
|
482
|
-
|
|
481
|
+
primaryPhoneNumber?: {
|
|
483
482
|
value: string;
|
|
484
483
|
type: "Personal" | "Work" | "Other";
|
|
485
484
|
isPrimary: boolean;
|
|
486
|
-
}
|
|
485
|
+
} | null | undefined;
|
|
487
486
|
phoneNumbers?: {
|
|
488
487
|
value: string;
|
|
489
488
|
type: "Personal" | "Work" | "Other";
|
|
@@ -493,8 +492,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
493
492
|
type: string;
|
|
494
493
|
url: string;
|
|
495
494
|
}[] | undefined;
|
|
496
|
-
position?: string | null | undefined;
|
|
497
|
-
company?: string | null | undefined;
|
|
498
495
|
school?: string | null | undefined;
|
|
499
496
|
applicationIds?: string[] | undefined;
|
|
500
497
|
resumeFileHandle?: {
|
|
@@ -507,11 +504,17 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
507
504
|
id: string;
|
|
508
505
|
handle: string;
|
|
509
506
|
}[] | undefined;
|
|
507
|
+
customFields?: {
|
|
508
|
+
title: string;
|
|
509
|
+
id: string;
|
|
510
|
+
value?: unknown;
|
|
511
|
+
isPrivate?: boolean | undefined;
|
|
512
|
+
}[] | undefined;
|
|
510
513
|
}[] | undefined;
|
|
511
514
|
more_data_available?: boolean | undefined;
|
|
512
515
|
}, {
|
|
513
|
-
error: string;
|
|
514
516
|
success: boolean;
|
|
517
|
+
error: string;
|
|
515
518
|
operation: "list_candidates";
|
|
516
519
|
next_cursor?: string | undefined;
|
|
517
520
|
sync_token?: string | undefined;
|
|
@@ -524,28 +527,24 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
524
527
|
isArchived?: boolean | undefined;
|
|
525
528
|
}[] | undefined;
|
|
526
529
|
createdAt?: string | undefined;
|
|
530
|
+
company?: string | null | undefined;
|
|
531
|
+
position?: string | null | undefined;
|
|
527
532
|
updatedAt?: string | undefined;
|
|
528
533
|
primaryEmailAddress?: {
|
|
529
534
|
value: string;
|
|
530
535
|
type: "Personal" | "Work" | "Other";
|
|
531
536
|
isPrimary: boolean;
|
|
532
537
|
} | null | undefined;
|
|
533
|
-
|
|
538
|
+
emailAddresses?: {
|
|
534
539
|
value: string;
|
|
535
540
|
type: "Personal" | "Work" | "Other";
|
|
536
541
|
isPrimary: boolean;
|
|
537
|
-
} | null | undefined;
|
|
538
|
-
customFields?: {
|
|
539
|
-
title: string;
|
|
540
|
-
id: string;
|
|
541
|
-
value?: unknown;
|
|
542
|
-
isPrivate?: boolean | undefined;
|
|
543
542
|
}[] | undefined;
|
|
544
|
-
|
|
543
|
+
primaryPhoneNumber?: {
|
|
545
544
|
value: string;
|
|
546
545
|
type: "Personal" | "Work" | "Other";
|
|
547
546
|
isPrimary: boolean;
|
|
548
|
-
}
|
|
547
|
+
} | null | undefined;
|
|
549
548
|
phoneNumbers?: {
|
|
550
549
|
value: string;
|
|
551
550
|
type: "Personal" | "Work" | "Other";
|
|
@@ -555,8 +554,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
555
554
|
type: string;
|
|
556
555
|
url: string;
|
|
557
556
|
}[] | undefined;
|
|
558
|
-
position?: string | null | undefined;
|
|
559
|
-
company?: string | null | undefined;
|
|
560
557
|
school?: string | null | undefined;
|
|
561
558
|
applicationIds?: string[] | undefined;
|
|
562
559
|
resumeFileHandle?: {
|
|
@@ -569,6 +566,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
569
566
|
id: string;
|
|
570
567
|
handle: string;
|
|
571
568
|
}[] | undefined;
|
|
569
|
+
customFields?: {
|
|
570
|
+
title: string;
|
|
571
|
+
id: string;
|
|
572
|
+
value?: unknown;
|
|
573
|
+
isPrivate?: boolean | undefined;
|
|
574
|
+
}[] | undefined;
|
|
572
575
|
}[] | undefined;
|
|
573
576
|
more_data_available?: boolean | undefined;
|
|
574
577
|
}>, import("zod").ZodObject<{
|
|
@@ -666,8 +669,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
666
669
|
}>>;
|
|
667
670
|
error: import("zod").ZodString;
|
|
668
671
|
}, "strip", import("zod").ZodTypeAny, {
|
|
669
|
-
error: string;
|
|
670
672
|
success: boolean;
|
|
673
|
+
error: string;
|
|
671
674
|
operation: "get_candidate";
|
|
672
675
|
candidate?: {
|
|
673
676
|
name: string;
|
|
@@ -692,8 +695,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
692
695
|
}[] | undefined;
|
|
693
696
|
} | undefined;
|
|
694
697
|
}, {
|
|
695
|
-
error: string;
|
|
696
698
|
success: boolean;
|
|
699
|
+
error: string;
|
|
697
700
|
operation: "get_candidate";
|
|
698
701
|
candidate?: {
|
|
699
702
|
name: string;
|
|
@@ -810,10 +813,11 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
810
813
|
isPrivate?: boolean | undefined;
|
|
811
814
|
}[] | undefined;
|
|
812
815
|
}>>;
|
|
816
|
+
duplicate: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
813
817
|
error: import("zod").ZodString;
|
|
814
818
|
}, "strip", import("zod").ZodTypeAny, {
|
|
815
|
-
error: string;
|
|
816
819
|
success: boolean;
|
|
820
|
+
error: string;
|
|
817
821
|
operation: "create_candidate";
|
|
818
822
|
candidate?: {
|
|
819
823
|
name: string;
|
|
@@ -837,9 +841,10 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
837
841
|
isPrivate?: boolean | undefined;
|
|
838
842
|
}[] | undefined;
|
|
839
843
|
} | undefined;
|
|
844
|
+
duplicate?: boolean | undefined;
|
|
840
845
|
}, {
|
|
841
|
-
error: string;
|
|
842
846
|
success: boolean;
|
|
847
|
+
error: string;
|
|
843
848
|
operation: "create_candidate";
|
|
844
849
|
candidate?: {
|
|
845
850
|
name: string;
|
|
@@ -863,6 +868,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
863
868
|
isPrivate?: boolean | undefined;
|
|
864
869
|
}[] | undefined;
|
|
865
870
|
} | undefined;
|
|
871
|
+
duplicate?: boolean | undefined;
|
|
866
872
|
}>, import("zod").ZodObject<{
|
|
867
873
|
operation: import("zod").ZodLiteral<"search_candidates">;
|
|
868
874
|
success: import("zod").ZodBoolean;
|
|
@@ -958,8 +964,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
958
964
|
}>, "many">>;
|
|
959
965
|
error: import("zod").ZodString;
|
|
960
966
|
}, "strip", import("zod").ZodTypeAny, {
|
|
961
|
-
error: string;
|
|
962
967
|
success: boolean;
|
|
968
|
+
error: string;
|
|
963
969
|
operation: "search_candidates";
|
|
964
970
|
candidates?: {
|
|
965
971
|
name: string;
|
|
@@ -984,8 +990,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
984
990
|
}[] | undefined;
|
|
985
991
|
}[] | undefined;
|
|
986
992
|
}, {
|
|
987
|
-
error: string;
|
|
988
993
|
success: boolean;
|
|
994
|
+
error: string;
|
|
989
995
|
operation: "search_candidates";
|
|
990
996
|
candidates?: {
|
|
991
997
|
name: string;
|
|
@@ -1104,8 +1110,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1104
1110
|
}>>;
|
|
1105
1111
|
error: import("zod").ZodString;
|
|
1106
1112
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1107
|
-
error: string;
|
|
1108
1113
|
success: boolean;
|
|
1114
|
+
error: string;
|
|
1109
1115
|
operation: "add_tag";
|
|
1110
1116
|
candidate?: {
|
|
1111
1117
|
name: string;
|
|
@@ -1130,8 +1136,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1130
1136
|
}[] | undefined;
|
|
1131
1137
|
} | undefined;
|
|
1132
1138
|
}, {
|
|
1133
|
-
error: string;
|
|
1134
1139
|
success: boolean;
|
|
1140
|
+
error: string;
|
|
1135
1141
|
operation: "add_tag";
|
|
1136
1142
|
candidate?: {
|
|
1137
1143
|
name: string;
|
|
@@ -1173,8 +1179,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1173
1179
|
}>, "many">>;
|
|
1174
1180
|
error: import("zod").ZodString;
|
|
1175
1181
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1176
|
-
error: string;
|
|
1177
1182
|
success: boolean;
|
|
1183
|
+
error: string;
|
|
1178
1184
|
operation: "list_tags";
|
|
1179
1185
|
tags?: {
|
|
1180
1186
|
title: string;
|
|
@@ -1182,8 +1188,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1182
1188
|
isArchived?: boolean | undefined;
|
|
1183
1189
|
}[] | undefined;
|
|
1184
1190
|
}, {
|
|
1185
|
-
error: string;
|
|
1186
1191
|
success: boolean;
|
|
1192
|
+
error: string;
|
|
1187
1193
|
operation: "list_tags";
|
|
1188
1194
|
tags?: {
|
|
1189
1195
|
title: string;
|
|
@@ -1208,8 +1214,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1208
1214
|
}>>;
|
|
1209
1215
|
error: import("zod").ZodString;
|
|
1210
1216
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1211
|
-
error: string;
|
|
1212
1217
|
success: boolean;
|
|
1218
|
+
error: string;
|
|
1213
1219
|
operation: "create_tag";
|
|
1214
1220
|
tag?: {
|
|
1215
1221
|
title: string;
|
|
@@ -1217,8 +1223,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1217
1223
|
isArchived?: boolean | undefined;
|
|
1218
1224
|
} | undefined;
|
|
1219
1225
|
}, {
|
|
1220
|
-
error: string;
|
|
1221
1226
|
success: boolean;
|
|
1227
|
+
error: string;
|
|
1222
1228
|
operation: "create_tag";
|
|
1223
1229
|
tag?: {
|
|
1224
1230
|
title: string;
|
|
@@ -1251,8 +1257,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1251
1257
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1252
1258
|
title: string;
|
|
1253
1259
|
id: string;
|
|
1254
|
-
isPrivate: boolean;
|
|
1255
1260
|
isArchived: boolean;
|
|
1261
|
+
isPrivate: boolean;
|
|
1256
1262
|
objectType: string;
|
|
1257
1263
|
fieldType: string;
|
|
1258
1264
|
selectableValues?: {
|
|
@@ -1263,8 +1269,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1263
1269
|
}, {
|
|
1264
1270
|
title: string;
|
|
1265
1271
|
id: string;
|
|
1266
|
-
isPrivate: boolean;
|
|
1267
1272
|
isArchived: boolean;
|
|
1273
|
+
isPrivate: boolean;
|
|
1268
1274
|
objectType: string;
|
|
1269
1275
|
fieldType: string;
|
|
1270
1276
|
selectableValues?: {
|
|
@@ -1278,8 +1284,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1278
1284
|
sync_token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1279
1285
|
error: import("zod").ZodString;
|
|
1280
1286
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1281
|
-
error: string;
|
|
1282
1287
|
success: boolean;
|
|
1288
|
+
error: string;
|
|
1283
1289
|
operation: "list_custom_fields";
|
|
1284
1290
|
next_cursor?: string | undefined;
|
|
1285
1291
|
sync_token?: string | undefined;
|
|
@@ -1287,8 +1293,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1287
1293
|
custom_fields?: {
|
|
1288
1294
|
title: string;
|
|
1289
1295
|
id: string;
|
|
1290
|
-
isPrivate: boolean;
|
|
1291
1296
|
isArchived: boolean;
|
|
1297
|
+
isPrivate: boolean;
|
|
1292
1298
|
objectType: string;
|
|
1293
1299
|
fieldType: string;
|
|
1294
1300
|
selectableValues?: {
|
|
@@ -1298,8 +1304,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1298
1304
|
}[] | undefined;
|
|
1299
1305
|
}[] | undefined;
|
|
1300
1306
|
}, {
|
|
1301
|
-
error: string;
|
|
1302
1307
|
success: boolean;
|
|
1308
|
+
error: string;
|
|
1303
1309
|
operation: "list_custom_fields";
|
|
1304
1310
|
next_cursor?: string | undefined;
|
|
1305
1311
|
sync_token?: string | undefined;
|
|
@@ -1307,8 +1313,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1307
1313
|
custom_fields?: {
|
|
1308
1314
|
title: string;
|
|
1309
1315
|
id: string;
|
|
1310
|
-
isPrivate: boolean;
|
|
1311
1316
|
isArchived: boolean;
|
|
1317
|
+
isPrivate: boolean;
|
|
1312
1318
|
objectType: string;
|
|
1313
1319
|
fieldType: string;
|
|
1314
1320
|
selectableValues?: {
|
|
@@ -1352,6 +1358,21 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1352
1358
|
* Get detailed information about a specific candidate
|
|
1353
1359
|
*/
|
|
1354
1360
|
private getCandidate;
|
|
1361
|
+
/**
|
|
1362
|
+
* Normalize LinkedIn URL for comparison
|
|
1363
|
+
* Removes protocol, www, trailing slashes, and query params
|
|
1364
|
+
*/
|
|
1365
|
+
private normalizeLinkedInUrl;
|
|
1366
|
+
/**
|
|
1367
|
+
* Extract a searchable name from LinkedIn URL
|
|
1368
|
+
* e.g., "https://linkedin.com/in/john-doe" -> "john doe"
|
|
1369
|
+
*/
|
|
1370
|
+
private extractNameFromLinkedInUrl;
|
|
1371
|
+
/**
|
|
1372
|
+
* Find existing candidates with the same LinkedIn URL
|
|
1373
|
+
* Uses search by name extracted from LinkedIn URL for faster lookup
|
|
1374
|
+
*/
|
|
1375
|
+
private findCandidateByLinkedIn;
|
|
1355
1376
|
/**
|
|
1356
1377
|
* Create a new candidate
|
|
1357
1378
|
*/
|