@bubblelab/bubble-core 0.1.46 → 0.1.47
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 +107 -107
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
- package/dist/bubbles/service-bubble/airtable.d.ts +154 -154
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +78 -78
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +48 -48
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +63 -63
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +49 -49
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +104 -104
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +104 -104
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
- package/dist/bubbles/service-bubble/firecrawl.d.ts +408 -408
- package/dist/bubbles/service-bubble/followupboss.d.ts +344 -344
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +365 -365
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +613 -613
- package/dist/bubbles/service-bubble/google-calendar.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-drive.d.ts +128 -128
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +62 -62
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +54 -54
- package/dist/bubbles/service-bubble/notion/notion.d.ts +216 -216
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +370 -370
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/telegram.d.ts +118 -118
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +33 -33
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- 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 +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +300 -300
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- 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 +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +114 -114
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- 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 +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +78 -78
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -27,14 +27,14 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
27
27
|
input: Record<string, unknown>;
|
|
28
28
|
limit: number;
|
|
29
29
|
waitForFinish: boolean;
|
|
30
|
-
search?: string | undefined;
|
|
31
30
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
31
|
+
search?: string | undefined;
|
|
32
32
|
actorId?: string | undefined;
|
|
33
33
|
}, {
|
|
34
34
|
input: Record<string, unknown>;
|
|
35
|
-
search?: string | undefined;
|
|
36
35
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
37
36
|
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;
|
|
74
72
|
usage?: {
|
|
75
73
|
totalRuns?: number | undefined;
|
|
76
74
|
usersCount?: number | undefined;
|
|
77
75
|
} | 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;
|
|
85
83
|
usage?: {
|
|
86
84
|
totalRuns?: number | undefined;
|
|
87
85
|
usersCount?: number | undefined;
|
|
88
86
|
} | 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
|
-
success: boolean;
|
|
94
93
|
error: string;
|
|
94
|
+
success: boolean;
|
|
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;
|
|
106
104
|
usage?: {
|
|
107
105
|
totalRuns?: number | undefined;
|
|
108
106
|
usersCount?: number | undefined;
|
|
109
107
|
} | 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
|
-
success: boolean;
|
|
115
114
|
error: string;
|
|
115
|
+
success: boolean;
|
|
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;
|
|
127
125
|
usage?: {
|
|
128
126
|
totalRuns?: number | undefined;
|
|
129
127
|
usersCount?: number | undefined;
|
|
130
128
|
} | null | undefined;
|
|
129
|
+
description?: string | null | undefined;
|
|
130
|
+
stars?: number | null | undefined;
|
|
131
131
|
requiresRental?: boolean | undefined;
|
|
132
132
|
}[] | undefined;
|
|
133
133
|
}>;
|
|
@@ -163,14 +163,14 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
163
163
|
input: Record<string, unknown>;
|
|
164
164
|
limit: number;
|
|
165
165
|
waitForFinish: boolean;
|
|
166
|
-
search?: string | undefined;
|
|
167
166
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
167
|
+
search?: string | undefined;
|
|
168
168
|
actorId?: string | undefined;
|
|
169
169
|
}, {
|
|
170
170
|
input: Record<string, unknown>;
|
|
171
|
-
search?: string | undefined;
|
|
172
171
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
173
172
|
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;
|
|
210
208
|
usage?: {
|
|
211
209
|
totalRuns?: number | undefined;
|
|
212
210
|
usersCount?: number | undefined;
|
|
213
211
|
} | 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;
|
|
221
219
|
usage?: {
|
|
222
220
|
totalRuns?: number | undefined;
|
|
223
221
|
usersCount?: number | undefined;
|
|
224
222
|
} | 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
|
-
success: boolean;
|
|
230
229
|
error: string;
|
|
230
|
+
success: boolean;
|
|
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;
|
|
242
240
|
usage?: {
|
|
243
241
|
totalRuns?: number | undefined;
|
|
244
242
|
usersCount?: number | undefined;
|
|
245
243
|
} | 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
|
-
success: boolean;
|
|
251
250
|
error: string;
|
|
251
|
+
success: boolean;
|
|
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;
|
|
263
261
|
usage?: {
|
|
264
262
|
totalRuns?: number | undefined;
|
|
265
263
|
usersCount?: number | undefined;
|
|
266
264
|
} | null | undefined;
|
|
265
|
+
description?: string | null | undefined;
|
|
266
|
+
stars?: number | null | undefined;
|
|
267
267
|
requiresRental?: boolean | undefined;
|
|
268
268
|
}[] | undefined;
|
|
269
269
|
}>;
|
|
@@ -103,8 +103,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
103
103
|
tag: import("zod").ZodOptional<import("zod").ZodString>;
|
|
104
104
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
105
105
|
}, "strip", import("zod").ZodTypeAny, {
|
|
106
|
-
operation: "create_candidate";
|
|
107
106
|
name: string;
|
|
107
|
+
operation: "create_candidate";
|
|
108
108
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
109
109
|
website?: string | undefined;
|
|
110
110
|
emails?: {
|
|
@@ -118,8 +118,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
118
118
|
credited_to_user_id?: string | undefined;
|
|
119
119
|
tag?: string | undefined;
|
|
120
120
|
}, {
|
|
121
|
-
operation: "create_candidate";
|
|
122
121
|
name: string;
|
|
122
|
+
operation: "create_candidate";
|
|
123
123
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
124
124
|
website?: string | undefined;
|
|
125
125
|
emails?: {
|
|
@@ -140,13 +140,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
140
140
|
}, "strip", import("zod").ZodTypeAny, {
|
|
141
141
|
operation: "search_candidates";
|
|
142
142
|
name?: string | undefined;
|
|
143
|
-
email?: string | undefined;
|
|
144
143
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
144
|
+
email?: string | undefined;
|
|
145
145
|
}, {
|
|
146
146
|
operation: "search_candidates";
|
|
147
147
|
name?: string | undefined;
|
|
148
|
-
email?: string | undefined;
|
|
149
148
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
149
|
+
email?: string | undefined;
|
|
150
150
|
}>, import("zod").ZodObject<{
|
|
151
151
|
operation: import("zod").ZodLiteral<"add_tag">;
|
|
152
152
|
candidate_id: import("zod").ZodString;
|
|
@@ -179,12 +179,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
179
179
|
title: import("zod").ZodString;
|
|
180
180
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
181
181
|
}, "strip", import("zod").ZodTypeAny, {
|
|
182
|
-
operation: "create_tag";
|
|
183
182
|
title: string;
|
|
183
|
+
operation: "create_tag";
|
|
184
184
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
185
185
|
}, {
|
|
186
|
-
operation: "create_tag";
|
|
187
186
|
title: string;
|
|
187
|
+
operation: "create_tag";
|
|
188
188
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
189
189
|
}>, import("zod").ZodObject<{
|
|
190
190
|
operation: import("zod").ZodLiteral<"list_custom_fields">;
|
|
@@ -349,16 +349,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
349
349
|
type: "Personal" | "Work" | "Other";
|
|
350
350
|
isPrimary: boolean;
|
|
351
351
|
} | null | undefined;
|
|
352
|
-
|
|
352
|
+
primaryPhoneNumber?: {
|
|
353
353
|
value: string;
|
|
354
354
|
type: "Personal" | "Work" | "Other";
|
|
355
355
|
isPrimary: boolean;
|
|
356
|
+
} | null | undefined;
|
|
357
|
+
customFields?: {
|
|
358
|
+
title: string;
|
|
359
|
+
id: string;
|
|
360
|
+
value?: unknown;
|
|
361
|
+
isPrivate?: boolean | undefined;
|
|
356
362
|
}[] | undefined;
|
|
357
|
-
|
|
363
|
+
emailAddresses?: {
|
|
358
364
|
value: string;
|
|
359
365
|
type: "Personal" | "Work" | "Other";
|
|
360
366
|
isPrimary: boolean;
|
|
361
|
-
} |
|
|
367
|
+
}[] | undefined;
|
|
362
368
|
phoneNumbers?: {
|
|
363
369
|
value: string;
|
|
364
370
|
type: "Personal" | "Work" | "Other";
|
|
@@ -382,12 +388,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
382
388
|
id: string;
|
|
383
389
|
handle: string;
|
|
384
390
|
}[] | undefined;
|
|
385
|
-
customFields?: {
|
|
386
|
-
title: string;
|
|
387
|
-
id: string;
|
|
388
|
-
value?: unknown;
|
|
389
|
-
isPrivate?: boolean | undefined;
|
|
390
|
-
}[] | undefined;
|
|
391
391
|
}, {
|
|
392
392
|
name: string;
|
|
393
393
|
id: string;
|
|
@@ -403,16 +403,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
403
403
|
type: "Personal" | "Work" | "Other";
|
|
404
404
|
isPrimary: boolean;
|
|
405
405
|
} | null | undefined;
|
|
406
|
-
|
|
406
|
+
primaryPhoneNumber?: {
|
|
407
407
|
value: string;
|
|
408
408
|
type: "Personal" | "Work" | "Other";
|
|
409
409
|
isPrimary: boolean;
|
|
410
|
+
} | null | undefined;
|
|
411
|
+
customFields?: {
|
|
412
|
+
title: string;
|
|
413
|
+
id: string;
|
|
414
|
+
value?: unknown;
|
|
415
|
+
isPrivate?: boolean | undefined;
|
|
410
416
|
}[] | undefined;
|
|
411
|
-
|
|
417
|
+
emailAddresses?: {
|
|
412
418
|
value: string;
|
|
413
419
|
type: "Personal" | "Work" | "Other";
|
|
414
420
|
isPrimary: boolean;
|
|
415
|
-
} |
|
|
421
|
+
}[] | undefined;
|
|
416
422
|
phoneNumbers?: {
|
|
417
423
|
value: string;
|
|
418
424
|
type: "Personal" | "Work" | "Other";
|
|
@@ -436,21 +442,15 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
436
442
|
id: string;
|
|
437
443
|
handle: string;
|
|
438
444
|
}[] | undefined;
|
|
439
|
-
customFields?: {
|
|
440
|
-
title: string;
|
|
441
|
-
id: string;
|
|
442
|
-
value?: unknown;
|
|
443
|
-
isPrivate?: boolean | undefined;
|
|
444
|
-
}[] | undefined;
|
|
445
445
|
}>, "many">>;
|
|
446
446
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
447
447
|
more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
448
448
|
sync_token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
449
449
|
error: import("zod").ZodString;
|
|
450
450
|
}, "strip", import("zod").ZodTypeAny, {
|
|
451
|
-
operation: "list_candidates";
|
|
452
|
-
success: boolean;
|
|
453
451
|
error: string;
|
|
452
|
+
success: boolean;
|
|
453
|
+
operation: "list_candidates";
|
|
454
454
|
next_cursor?: string | undefined;
|
|
455
455
|
sync_token?: string | undefined;
|
|
456
456
|
candidates?: {
|
|
@@ -468,16 +468,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
468
468
|
type: "Personal" | "Work" | "Other";
|
|
469
469
|
isPrimary: boolean;
|
|
470
470
|
} | null | undefined;
|
|
471
|
-
|
|
471
|
+
primaryPhoneNumber?: {
|
|
472
472
|
value: string;
|
|
473
473
|
type: "Personal" | "Work" | "Other";
|
|
474
474
|
isPrimary: boolean;
|
|
475
|
+
} | null | undefined;
|
|
476
|
+
customFields?: {
|
|
477
|
+
title: string;
|
|
478
|
+
id: string;
|
|
479
|
+
value?: unknown;
|
|
480
|
+
isPrivate?: boolean | undefined;
|
|
475
481
|
}[] | undefined;
|
|
476
|
-
|
|
482
|
+
emailAddresses?: {
|
|
477
483
|
value: string;
|
|
478
484
|
type: "Personal" | "Work" | "Other";
|
|
479
485
|
isPrimary: boolean;
|
|
480
|
-
} |
|
|
486
|
+
}[] | undefined;
|
|
481
487
|
phoneNumbers?: {
|
|
482
488
|
value: string;
|
|
483
489
|
type: "Personal" | "Work" | "Other";
|
|
@@ -501,18 +507,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
501
507
|
id: string;
|
|
502
508
|
handle: string;
|
|
503
509
|
}[] | undefined;
|
|
504
|
-
customFields?: {
|
|
505
|
-
title: string;
|
|
506
|
-
id: string;
|
|
507
|
-
value?: unknown;
|
|
508
|
-
isPrivate?: boolean | undefined;
|
|
509
|
-
}[] | undefined;
|
|
510
510
|
}[] | undefined;
|
|
511
511
|
more_data_available?: boolean | undefined;
|
|
512
512
|
}, {
|
|
513
|
-
operation: "list_candidates";
|
|
514
|
-
success: boolean;
|
|
515
513
|
error: string;
|
|
514
|
+
success: boolean;
|
|
515
|
+
operation: "list_candidates";
|
|
516
516
|
next_cursor?: string | undefined;
|
|
517
517
|
sync_token?: string | undefined;
|
|
518
518
|
candidates?: {
|
|
@@ -530,16 +530,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
530
530
|
type: "Personal" | "Work" | "Other";
|
|
531
531
|
isPrimary: boolean;
|
|
532
532
|
} | null | undefined;
|
|
533
|
-
|
|
533
|
+
primaryPhoneNumber?: {
|
|
534
534
|
value: string;
|
|
535
535
|
type: "Personal" | "Work" | "Other";
|
|
536
536
|
isPrimary: boolean;
|
|
537
|
+
} | null | undefined;
|
|
538
|
+
customFields?: {
|
|
539
|
+
title: string;
|
|
540
|
+
id: string;
|
|
541
|
+
value?: unknown;
|
|
542
|
+
isPrivate?: boolean | undefined;
|
|
537
543
|
}[] | undefined;
|
|
538
|
-
|
|
544
|
+
emailAddresses?: {
|
|
539
545
|
value: string;
|
|
540
546
|
type: "Personal" | "Work" | "Other";
|
|
541
547
|
isPrimary: boolean;
|
|
542
|
-
} |
|
|
548
|
+
}[] | undefined;
|
|
543
549
|
phoneNumbers?: {
|
|
544
550
|
value: string;
|
|
545
551
|
type: "Personal" | "Work" | "Other";
|
|
@@ -563,12 +569,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
563
569
|
id: string;
|
|
564
570
|
handle: string;
|
|
565
571
|
}[] | undefined;
|
|
566
|
-
customFields?: {
|
|
567
|
-
title: string;
|
|
568
|
-
id: string;
|
|
569
|
-
value?: unknown;
|
|
570
|
-
isPrivate?: boolean | undefined;
|
|
571
|
-
}[] | undefined;
|
|
572
572
|
}[] | undefined;
|
|
573
573
|
more_data_available?: boolean | undefined;
|
|
574
574
|
}>, import("zod").ZodObject<{
|
|
@@ -666,9 +666,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
666
666
|
}>>;
|
|
667
667
|
error: import("zod").ZodString;
|
|
668
668
|
}, "strip", import("zod").ZodTypeAny, {
|
|
669
|
-
operation: "get_candidate";
|
|
670
|
-
success: boolean;
|
|
671
669
|
error: string;
|
|
670
|
+
success: boolean;
|
|
671
|
+
operation: "get_candidate";
|
|
672
672
|
candidate?: {
|
|
673
673
|
name: string;
|
|
674
674
|
id: string;
|
|
@@ -692,9 +692,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
692
692
|
}[] | undefined;
|
|
693
693
|
} | undefined;
|
|
694
694
|
}, {
|
|
695
|
-
operation: "get_candidate";
|
|
696
|
-
success: boolean;
|
|
697
695
|
error: string;
|
|
696
|
+
success: boolean;
|
|
697
|
+
operation: "get_candidate";
|
|
698
698
|
candidate?: {
|
|
699
699
|
name: string;
|
|
700
700
|
id: string;
|
|
@@ -812,9 +812,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
812
812
|
}>>;
|
|
813
813
|
error: import("zod").ZodString;
|
|
814
814
|
}, "strip", import("zod").ZodTypeAny, {
|
|
815
|
-
operation: "create_candidate";
|
|
816
|
-
success: boolean;
|
|
817
815
|
error: string;
|
|
816
|
+
success: boolean;
|
|
817
|
+
operation: "create_candidate";
|
|
818
818
|
candidate?: {
|
|
819
819
|
name: string;
|
|
820
820
|
id: string;
|
|
@@ -838,9 +838,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
838
838
|
}[] | undefined;
|
|
839
839
|
} | undefined;
|
|
840
840
|
}, {
|
|
841
|
-
operation: "create_candidate";
|
|
842
|
-
success: boolean;
|
|
843
841
|
error: string;
|
|
842
|
+
success: boolean;
|
|
843
|
+
operation: "create_candidate";
|
|
844
844
|
candidate?: {
|
|
845
845
|
name: string;
|
|
846
846
|
id: string;
|
|
@@ -958,9 +958,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
958
958
|
}>, "many">>;
|
|
959
959
|
error: import("zod").ZodString;
|
|
960
960
|
}, "strip", import("zod").ZodTypeAny, {
|
|
961
|
-
operation: "search_candidates";
|
|
962
|
-
success: boolean;
|
|
963
961
|
error: string;
|
|
962
|
+
success: boolean;
|
|
963
|
+
operation: "search_candidates";
|
|
964
964
|
candidates?: {
|
|
965
965
|
name: string;
|
|
966
966
|
id: string;
|
|
@@ -984,9 +984,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
984
984
|
}[] | undefined;
|
|
985
985
|
}[] | undefined;
|
|
986
986
|
}, {
|
|
987
|
-
operation: "search_candidates";
|
|
988
|
-
success: boolean;
|
|
989
987
|
error: string;
|
|
988
|
+
success: boolean;
|
|
989
|
+
operation: "search_candidates";
|
|
990
990
|
candidates?: {
|
|
991
991
|
name: string;
|
|
992
992
|
id: string;
|
|
@@ -1104,9 +1104,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1104
1104
|
}>>;
|
|
1105
1105
|
error: import("zod").ZodString;
|
|
1106
1106
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1107
|
-
operation: "add_tag";
|
|
1108
|
-
success: boolean;
|
|
1109
1107
|
error: string;
|
|
1108
|
+
success: boolean;
|
|
1109
|
+
operation: "add_tag";
|
|
1110
1110
|
candidate?: {
|
|
1111
1111
|
name: string;
|
|
1112
1112
|
id: string;
|
|
@@ -1130,9 +1130,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1130
1130
|
}[] | undefined;
|
|
1131
1131
|
} | undefined;
|
|
1132
1132
|
}, {
|
|
1133
|
-
operation: "add_tag";
|
|
1134
|
-
success: boolean;
|
|
1135
1133
|
error: string;
|
|
1134
|
+
success: boolean;
|
|
1135
|
+
operation: "add_tag";
|
|
1136
1136
|
candidate?: {
|
|
1137
1137
|
name: string;
|
|
1138
1138
|
id: string;
|
|
@@ -1173,18 +1173,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1173
1173
|
}>, "many">>;
|
|
1174
1174
|
error: import("zod").ZodString;
|
|
1175
1175
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1176
|
-
operation: "list_tags";
|
|
1177
|
-
success: boolean;
|
|
1178
1176
|
error: string;
|
|
1177
|
+
success: boolean;
|
|
1178
|
+
operation: "list_tags";
|
|
1179
1179
|
tags?: {
|
|
1180
1180
|
title: string;
|
|
1181
1181
|
id: string;
|
|
1182
1182
|
isArchived?: boolean | undefined;
|
|
1183
1183
|
}[] | undefined;
|
|
1184
1184
|
}, {
|
|
1185
|
-
operation: "list_tags";
|
|
1186
|
-
success: boolean;
|
|
1187
1185
|
error: string;
|
|
1186
|
+
success: boolean;
|
|
1187
|
+
operation: "list_tags";
|
|
1188
1188
|
tags?: {
|
|
1189
1189
|
title: string;
|
|
1190
1190
|
id: string;
|
|
@@ -1208,18 +1208,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1208
1208
|
}>>;
|
|
1209
1209
|
error: import("zod").ZodString;
|
|
1210
1210
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1211
|
-
operation: "create_tag";
|
|
1212
|
-
success: boolean;
|
|
1213
1211
|
error: string;
|
|
1212
|
+
success: boolean;
|
|
1213
|
+
operation: "create_tag";
|
|
1214
1214
|
tag?: {
|
|
1215
1215
|
title: string;
|
|
1216
1216
|
id: string;
|
|
1217
1217
|
isArchived?: boolean | undefined;
|
|
1218
1218
|
} | undefined;
|
|
1219
1219
|
}, {
|
|
1220
|
-
operation: "create_tag";
|
|
1221
|
-
success: boolean;
|
|
1222
1220
|
error: string;
|
|
1221
|
+
success: boolean;
|
|
1222
|
+
operation: "create_tag";
|
|
1223
1223
|
tag?: {
|
|
1224
1224
|
title: string;
|
|
1225
1225
|
id: string;
|
|
@@ -1251,8 +1251,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1251
1251
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1252
1252
|
title: string;
|
|
1253
1253
|
id: string;
|
|
1254
|
-
isArchived: boolean;
|
|
1255
1254
|
isPrivate: boolean;
|
|
1255
|
+
isArchived: boolean;
|
|
1256
1256
|
objectType: string;
|
|
1257
1257
|
fieldType: string;
|
|
1258
1258
|
selectableValues?: {
|
|
@@ -1263,8 +1263,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1263
1263
|
}, {
|
|
1264
1264
|
title: string;
|
|
1265
1265
|
id: string;
|
|
1266
|
-
isArchived: boolean;
|
|
1267
1266
|
isPrivate: boolean;
|
|
1267
|
+
isArchived: boolean;
|
|
1268
1268
|
objectType: string;
|
|
1269
1269
|
fieldType: string;
|
|
1270
1270
|
selectableValues?: {
|
|
@@ -1278,17 +1278,17 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1278
1278
|
sync_token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1279
1279
|
error: import("zod").ZodString;
|
|
1280
1280
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1281
|
-
operation: "list_custom_fields";
|
|
1282
|
-
success: boolean;
|
|
1283
1281
|
error: string;
|
|
1282
|
+
success: boolean;
|
|
1283
|
+
operation: "list_custom_fields";
|
|
1284
1284
|
next_cursor?: string | undefined;
|
|
1285
1285
|
sync_token?: string | undefined;
|
|
1286
1286
|
more_data_available?: boolean | undefined;
|
|
1287
1287
|
custom_fields?: {
|
|
1288
1288
|
title: string;
|
|
1289
1289
|
id: string;
|
|
1290
|
-
isArchived: boolean;
|
|
1291
1290
|
isPrivate: boolean;
|
|
1291
|
+
isArchived: boolean;
|
|
1292
1292
|
objectType: string;
|
|
1293
1293
|
fieldType: string;
|
|
1294
1294
|
selectableValues?: {
|
|
@@ -1298,17 +1298,17 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1298
1298
|
}[] | undefined;
|
|
1299
1299
|
}[] | undefined;
|
|
1300
1300
|
}, {
|
|
1301
|
-
operation: "list_custom_fields";
|
|
1302
|
-
success: boolean;
|
|
1303
1301
|
error: string;
|
|
1302
|
+
success: boolean;
|
|
1303
|
+
operation: "list_custom_fields";
|
|
1304
1304
|
next_cursor?: string | undefined;
|
|
1305
1305
|
sync_token?: string | undefined;
|
|
1306
1306
|
more_data_available?: boolean | undefined;
|
|
1307
1307
|
custom_fields?: {
|
|
1308
1308
|
title: string;
|
|
1309
1309
|
id: string;
|
|
1310
|
-
isArchived: boolean;
|
|
1311
1310
|
isPrivate: boolean;
|
|
1311
|
+
isArchived: boolean;
|
|
1312
1312
|
objectType: string;
|
|
1313
1313
|
fieldType: string;
|
|
1314
1314
|
selectableValues?: {
|