@bubblelab/bubble-core 0.1.147 → 0.1.149
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 +134 -134
- package/dist/bubble-flow/bubble-flow-class.d.ts +2 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +234 -234
- 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 +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +110 -110
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +52 -52
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +98 -98
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +55 -55
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +51 -51
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +376 -376
- package/dist/bubbles/service-bubble/followupboss.d.ts +260 -260
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/github.d.ts +236 -236
- package/dist/bubbles/service-bubble/gmail.d.ts +256 -256
- package/dist/bubbles/service-bubble/google-calendar.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-drive.d.ts +154 -154
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
- 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 +14 -14
- package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +82 -82
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +84 -84
- package/dist/bubbles/service-bubble/notion/notion.d.ts +3451 -3451
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +3 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +36 -36
- package/dist/bubbles/service-bubble/slack/slack.d.ts +714 -714
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +21 -4
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +131 -131
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +34 -34
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +11 -11
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
- 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 +14 -14
- 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 +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +473 -473
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- 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 +160 -160
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +12 -12
- 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 +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +88 -88
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
|
@@ -104,8 +104,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
104
104
|
allow_duplicate_linkedin: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
105
105
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
106
106
|
}, "strip", import("zod").ZodTypeAny, {
|
|
107
|
-
operation: "create_candidate";
|
|
108
107
|
name: string;
|
|
108
|
+
operation: "create_candidate";
|
|
109
109
|
allow_duplicate_linkedin: boolean;
|
|
110
110
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
111
111
|
website?: string | undefined;
|
|
@@ -120,8 +120,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
120
120
|
credited_to_user_id?: string | undefined;
|
|
121
121
|
tag?: string | undefined;
|
|
122
122
|
}, {
|
|
123
|
-
operation: "create_candidate";
|
|
124
123
|
name: string;
|
|
124
|
+
operation: "create_candidate";
|
|
125
125
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
126
126
|
website?: string | undefined;
|
|
127
127
|
emails?: {
|
|
@@ -143,13 +143,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
143
143
|
}, "strip", import("zod").ZodTypeAny, {
|
|
144
144
|
operation: "search_candidates";
|
|
145
145
|
name?: string | undefined;
|
|
146
|
-
email?: string | undefined;
|
|
147
146
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
147
|
+
email?: string | undefined;
|
|
148
148
|
}, {
|
|
149
149
|
operation: "search_candidates";
|
|
150
150
|
name?: string | undefined;
|
|
151
|
-
email?: string | undefined;
|
|
152
151
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
152
|
+
email?: string | undefined;
|
|
153
153
|
}>, import("zod").ZodObject<{
|
|
154
154
|
operation: import("zod").ZodLiteral<"add_tag">;
|
|
155
155
|
candidate_id: import("zod").ZodString;
|
|
@@ -182,12 +182,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
182
182
|
title: import("zod").ZodString;
|
|
183
183
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
184
184
|
}, "strip", import("zod").ZodTypeAny, {
|
|
185
|
-
operation: "create_tag";
|
|
186
185
|
title: string;
|
|
186
|
+
operation: "create_tag";
|
|
187
187
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
188
188
|
}, {
|
|
189
|
-
operation: "create_tag";
|
|
190
189
|
title: string;
|
|
190
|
+
operation: "create_tag";
|
|
191
191
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
192
192
|
}>, import("zod").ZodObject<{
|
|
193
193
|
operation: import("zod").ZodLiteral<"list_custom_fields">;
|
|
@@ -300,12 +300,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
300
300
|
name: import("zod").ZodString;
|
|
301
301
|
handle: import("zod").ZodString;
|
|
302
302
|
}, "strip", import("zod").ZodTypeAny, {
|
|
303
|
-
id: string;
|
|
304
303
|
name: string;
|
|
304
|
+
id: string;
|
|
305
305
|
handle: string;
|
|
306
306
|
}, {
|
|
307
|
-
id: string;
|
|
308
307
|
name: string;
|
|
308
|
+
id: string;
|
|
309
309
|
handle: string;
|
|
310
310
|
}>>>;
|
|
311
311
|
fileHandles: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -313,12 +313,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
313
313
|
name: import("zod").ZodString;
|
|
314
314
|
handle: import("zod").ZodString;
|
|
315
315
|
}, "strip", import("zod").ZodTypeAny, {
|
|
316
|
-
id: string;
|
|
317
316
|
name: string;
|
|
317
|
+
id: string;
|
|
318
318
|
handle: string;
|
|
319
319
|
}, {
|
|
320
|
-
id: string;
|
|
321
320
|
name: string;
|
|
321
|
+
id: string;
|
|
322
322
|
handle: string;
|
|
323
323
|
}>, "many">>;
|
|
324
324
|
customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -338,8 +338,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
338
338
|
isPrivate?: boolean | undefined;
|
|
339
339
|
}>, "many">>;
|
|
340
340
|
}, "strip", import("zod").ZodTypeAny, {
|
|
341
|
-
id: string;
|
|
342
341
|
name: string;
|
|
342
|
+
id: string;
|
|
343
343
|
tags?: {
|
|
344
344
|
title: string;
|
|
345
345
|
id: string;
|
|
@@ -353,16 +353,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
353
353
|
type: "Personal" | "Work" | "Other";
|
|
354
354
|
isPrimary: boolean;
|
|
355
355
|
} | null | undefined;
|
|
356
|
-
|
|
356
|
+
primaryPhoneNumber?: {
|
|
357
357
|
value: string;
|
|
358
358
|
type: "Personal" | "Work" | "Other";
|
|
359
359
|
isPrimary: boolean;
|
|
360
|
+
} | null | undefined;
|
|
361
|
+
customFields?: {
|
|
362
|
+
title: string;
|
|
363
|
+
id: string;
|
|
364
|
+
value?: unknown;
|
|
365
|
+
isPrivate?: boolean | undefined;
|
|
360
366
|
}[] | undefined;
|
|
361
|
-
|
|
367
|
+
emailAddresses?: {
|
|
362
368
|
value: string;
|
|
363
369
|
type: "Personal" | "Work" | "Other";
|
|
364
370
|
isPrimary: boolean;
|
|
365
|
-
} |
|
|
371
|
+
}[] | undefined;
|
|
366
372
|
phoneNumbers?: {
|
|
367
373
|
value: string;
|
|
368
374
|
type: "Personal" | "Work" | "Other";
|
|
@@ -376,24 +382,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
376
382
|
school?: string | null | undefined;
|
|
377
383
|
applicationIds?: string[] | undefined;
|
|
378
384
|
resumeFileHandle?: {
|
|
379
|
-
id: string;
|
|
380
385
|
name: string;
|
|
386
|
+
id: string;
|
|
381
387
|
handle: string;
|
|
382
388
|
} | null | undefined;
|
|
383
389
|
fileHandles?: {
|
|
384
|
-
id: string;
|
|
385
390
|
name: string;
|
|
386
|
-
handle: string;
|
|
387
|
-
}[] | undefined;
|
|
388
|
-
customFields?: {
|
|
389
|
-
title: string;
|
|
390
391
|
id: string;
|
|
391
|
-
|
|
392
|
-
isPrivate?: boolean | undefined;
|
|
392
|
+
handle: string;
|
|
393
393
|
}[] | undefined;
|
|
394
394
|
}, {
|
|
395
|
-
id: string;
|
|
396
395
|
name: string;
|
|
396
|
+
id: string;
|
|
397
397
|
tags?: {
|
|
398
398
|
title: string;
|
|
399
399
|
id: string;
|
|
@@ -407,16 +407,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
407
407
|
type: "Personal" | "Work" | "Other";
|
|
408
408
|
isPrimary: boolean;
|
|
409
409
|
} | null | undefined;
|
|
410
|
-
|
|
410
|
+
primaryPhoneNumber?: {
|
|
411
411
|
value: string;
|
|
412
412
|
type: "Personal" | "Work" | "Other";
|
|
413
413
|
isPrimary: boolean;
|
|
414
|
+
} | null | undefined;
|
|
415
|
+
customFields?: {
|
|
416
|
+
title: string;
|
|
417
|
+
id: string;
|
|
418
|
+
value?: unknown;
|
|
419
|
+
isPrivate?: boolean | undefined;
|
|
414
420
|
}[] | undefined;
|
|
415
|
-
|
|
421
|
+
emailAddresses?: {
|
|
416
422
|
value: string;
|
|
417
423
|
type: "Personal" | "Work" | "Other";
|
|
418
424
|
isPrimary: boolean;
|
|
419
|
-
} |
|
|
425
|
+
}[] | undefined;
|
|
420
426
|
phoneNumbers?: {
|
|
421
427
|
value: string;
|
|
422
428
|
type: "Personal" | "Work" | "Other";
|
|
@@ -430,20 +436,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
430
436
|
school?: string | null | undefined;
|
|
431
437
|
applicationIds?: string[] | undefined;
|
|
432
438
|
resumeFileHandle?: {
|
|
433
|
-
id: string;
|
|
434
439
|
name: string;
|
|
440
|
+
id: string;
|
|
435
441
|
handle: string;
|
|
436
442
|
} | null | undefined;
|
|
437
443
|
fileHandles?: {
|
|
438
|
-
id: string;
|
|
439
444
|
name: string;
|
|
440
|
-
handle: string;
|
|
441
|
-
}[] | undefined;
|
|
442
|
-
customFields?: {
|
|
443
|
-
title: string;
|
|
444
445
|
id: string;
|
|
445
|
-
|
|
446
|
-
isPrivate?: boolean | undefined;
|
|
446
|
+
handle: string;
|
|
447
447
|
}[] | undefined;
|
|
448
448
|
}>, "many">>;
|
|
449
449
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -451,14 +451,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
451
451
|
sync_token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
452
452
|
error: import("zod").ZodString;
|
|
453
453
|
}, "strip", import("zod").ZodTypeAny, {
|
|
454
|
-
operation: "list_candidates";
|
|
455
|
-
success: boolean;
|
|
456
454
|
error: string;
|
|
455
|
+
success: boolean;
|
|
456
|
+
operation: "list_candidates";
|
|
457
457
|
next_cursor?: string | undefined;
|
|
458
458
|
sync_token?: string | undefined;
|
|
459
459
|
candidates?: {
|
|
460
|
-
id: string;
|
|
461
460
|
name: string;
|
|
461
|
+
id: string;
|
|
462
462
|
tags?: {
|
|
463
463
|
title: string;
|
|
464
464
|
id: string;
|
|
@@ -472,16 +472,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
472
472
|
type: "Personal" | "Work" | "Other";
|
|
473
473
|
isPrimary: boolean;
|
|
474
474
|
} | null | undefined;
|
|
475
|
-
|
|
475
|
+
primaryPhoneNumber?: {
|
|
476
476
|
value: string;
|
|
477
477
|
type: "Personal" | "Work" | "Other";
|
|
478
478
|
isPrimary: boolean;
|
|
479
|
+
} | null | undefined;
|
|
480
|
+
customFields?: {
|
|
481
|
+
title: string;
|
|
482
|
+
id: string;
|
|
483
|
+
value?: unknown;
|
|
484
|
+
isPrivate?: boolean | undefined;
|
|
479
485
|
}[] | undefined;
|
|
480
|
-
|
|
486
|
+
emailAddresses?: {
|
|
481
487
|
value: string;
|
|
482
488
|
type: "Personal" | "Work" | "Other";
|
|
483
489
|
isPrimary: boolean;
|
|
484
|
-
} |
|
|
490
|
+
}[] | undefined;
|
|
485
491
|
phoneNumbers?: {
|
|
486
492
|
value: string;
|
|
487
493
|
type: "Personal" | "Work" | "Other";
|
|
@@ -495,32 +501,26 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
495
501
|
school?: string | null | undefined;
|
|
496
502
|
applicationIds?: string[] | undefined;
|
|
497
503
|
resumeFileHandle?: {
|
|
498
|
-
id: string;
|
|
499
504
|
name: string;
|
|
505
|
+
id: string;
|
|
500
506
|
handle: string;
|
|
501
507
|
} | null | undefined;
|
|
502
508
|
fileHandles?: {
|
|
503
|
-
id: string;
|
|
504
509
|
name: string;
|
|
505
|
-
handle: string;
|
|
506
|
-
}[] | undefined;
|
|
507
|
-
customFields?: {
|
|
508
|
-
title: string;
|
|
509
510
|
id: string;
|
|
510
|
-
|
|
511
|
-
isPrivate?: boolean | undefined;
|
|
511
|
+
handle: string;
|
|
512
512
|
}[] | undefined;
|
|
513
513
|
}[] | undefined;
|
|
514
514
|
more_data_available?: boolean | undefined;
|
|
515
515
|
}, {
|
|
516
|
-
operation: "list_candidates";
|
|
517
|
-
success: boolean;
|
|
518
516
|
error: string;
|
|
517
|
+
success: boolean;
|
|
518
|
+
operation: "list_candidates";
|
|
519
519
|
next_cursor?: string | undefined;
|
|
520
520
|
sync_token?: string | undefined;
|
|
521
521
|
candidates?: {
|
|
522
|
-
id: string;
|
|
523
522
|
name: string;
|
|
523
|
+
id: string;
|
|
524
524
|
tags?: {
|
|
525
525
|
title: string;
|
|
526
526
|
id: string;
|
|
@@ -534,16 +534,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
534
534
|
type: "Personal" | "Work" | "Other";
|
|
535
535
|
isPrimary: boolean;
|
|
536
536
|
} | null | undefined;
|
|
537
|
-
|
|
537
|
+
primaryPhoneNumber?: {
|
|
538
538
|
value: string;
|
|
539
539
|
type: "Personal" | "Work" | "Other";
|
|
540
540
|
isPrimary: boolean;
|
|
541
|
+
} | null | undefined;
|
|
542
|
+
customFields?: {
|
|
543
|
+
title: string;
|
|
544
|
+
id: string;
|
|
545
|
+
value?: unknown;
|
|
546
|
+
isPrivate?: boolean | undefined;
|
|
541
547
|
}[] | undefined;
|
|
542
|
-
|
|
548
|
+
emailAddresses?: {
|
|
543
549
|
value: string;
|
|
544
550
|
type: "Personal" | "Work" | "Other";
|
|
545
551
|
isPrimary: boolean;
|
|
546
|
-
} |
|
|
552
|
+
}[] | undefined;
|
|
547
553
|
phoneNumbers?: {
|
|
548
554
|
value: string;
|
|
549
555
|
type: "Personal" | "Work" | "Other";
|
|
@@ -557,20 +563,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
557
563
|
school?: string | null | undefined;
|
|
558
564
|
applicationIds?: string[] | undefined;
|
|
559
565
|
resumeFileHandle?: {
|
|
560
|
-
id: string;
|
|
561
566
|
name: string;
|
|
567
|
+
id: string;
|
|
562
568
|
handle: string;
|
|
563
569
|
} | null | undefined;
|
|
564
570
|
fileHandles?: {
|
|
565
|
-
id: string;
|
|
566
571
|
name: string;
|
|
567
|
-
handle: string;
|
|
568
|
-
}[] | undefined;
|
|
569
|
-
customFields?: {
|
|
570
|
-
title: string;
|
|
571
572
|
id: string;
|
|
572
|
-
|
|
573
|
-
isPrivate?: boolean | undefined;
|
|
573
|
+
handle: string;
|
|
574
574
|
}[] | undefined;
|
|
575
575
|
}[] | undefined;
|
|
576
576
|
more_data_available?: boolean | undefined;
|
|
@@ -625,8 +625,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
625
625
|
isPrivate?: boolean | undefined;
|
|
626
626
|
}>, "many">>;
|
|
627
627
|
}, "strip", import("zod").ZodTypeAny, {
|
|
628
|
-
id: string;
|
|
629
628
|
name: string;
|
|
629
|
+
id: string;
|
|
630
630
|
createdAt?: string | undefined;
|
|
631
631
|
updatedAt?: string | undefined;
|
|
632
632
|
primaryEmailAddress?: {
|
|
@@ -646,8 +646,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
646
646
|
isPrivate?: boolean | undefined;
|
|
647
647
|
}[] | undefined;
|
|
648
648
|
}, {
|
|
649
|
-
id: string;
|
|
650
649
|
name: string;
|
|
650
|
+
id: string;
|
|
651
651
|
createdAt?: string | undefined;
|
|
652
652
|
updatedAt?: string | undefined;
|
|
653
653
|
primaryEmailAddress?: {
|
|
@@ -669,12 +669,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
669
669
|
}>>;
|
|
670
670
|
error: import("zod").ZodString;
|
|
671
671
|
}, "strip", import("zod").ZodTypeAny, {
|
|
672
|
-
operation: "get_candidate";
|
|
673
|
-
success: boolean;
|
|
674
672
|
error: string;
|
|
673
|
+
success: boolean;
|
|
674
|
+
operation: "get_candidate";
|
|
675
675
|
candidate?: {
|
|
676
|
-
id: string;
|
|
677
676
|
name: string;
|
|
677
|
+
id: string;
|
|
678
678
|
createdAt?: string | undefined;
|
|
679
679
|
updatedAt?: string | undefined;
|
|
680
680
|
primaryEmailAddress?: {
|
|
@@ -695,12 +695,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
695
695
|
}[] | undefined;
|
|
696
696
|
} | undefined;
|
|
697
697
|
}, {
|
|
698
|
-
operation: "get_candidate";
|
|
699
|
-
success: boolean;
|
|
700
698
|
error: string;
|
|
699
|
+
success: boolean;
|
|
700
|
+
operation: "get_candidate";
|
|
701
701
|
candidate?: {
|
|
702
|
-
id: string;
|
|
703
702
|
name: string;
|
|
703
|
+
id: string;
|
|
704
704
|
createdAt?: string | undefined;
|
|
705
705
|
updatedAt?: string | undefined;
|
|
706
706
|
primaryEmailAddress?: {
|
|
@@ -771,8 +771,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
771
771
|
isPrivate?: boolean | undefined;
|
|
772
772
|
}>, "many">>;
|
|
773
773
|
}, "strip", import("zod").ZodTypeAny, {
|
|
774
|
-
id: string;
|
|
775
774
|
name: string;
|
|
775
|
+
id: string;
|
|
776
776
|
createdAt?: string | undefined;
|
|
777
777
|
updatedAt?: string | undefined;
|
|
778
778
|
primaryEmailAddress?: {
|
|
@@ -792,8 +792,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
792
792
|
isPrivate?: boolean | undefined;
|
|
793
793
|
}[] | undefined;
|
|
794
794
|
}, {
|
|
795
|
-
id: string;
|
|
796
795
|
name: string;
|
|
796
|
+
id: string;
|
|
797
797
|
createdAt?: string | undefined;
|
|
798
798
|
updatedAt?: string | undefined;
|
|
799
799
|
primaryEmailAddress?: {
|
|
@@ -816,12 +816,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
816
816
|
duplicate: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
817
817
|
error: import("zod").ZodString;
|
|
818
818
|
}, "strip", import("zod").ZodTypeAny, {
|
|
819
|
-
operation: "create_candidate";
|
|
820
|
-
success: boolean;
|
|
821
819
|
error: string;
|
|
820
|
+
success: boolean;
|
|
821
|
+
operation: "create_candidate";
|
|
822
822
|
candidate?: {
|
|
823
|
-
id: string;
|
|
824
823
|
name: string;
|
|
824
|
+
id: string;
|
|
825
825
|
createdAt?: string | undefined;
|
|
826
826
|
updatedAt?: string | undefined;
|
|
827
827
|
primaryEmailAddress?: {
|
|
@@ -843,12 +843,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
843
843
|
} | undefined;
|
|
844
844
|
duplicate?: boolean | undefined;
|
|
845
845
|
}, {
|
|
846
|
-
operation: "create_candidate";
|
|
847
|
-
success: boolean;
|
|
848
846
|
error: string;
|
|
847
|
+
success: boolean;
|
|
848
|
+
operation: "create_candidate";
|
|
849
849
|
candidate?: {
|
|
850
|
-
id: string;
|
|
851
850
|
name: string;
|
|
851
|
+
id: string;
|
|
852
852
|
createdAt?: string | undefined;
|
|
853
853
|
updatedAt?: string | undefined;
|
|
854
854
|
primaryEmailAddress?: {
|
|
@@ -920,8 +920,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
920
920
|
isPrivate?: boolean | undefined;
|
|
921
921
|
}>, "many">>;
|
|
922
922
|
}, "strip", import("zod").ZodTypeAny, {
|
|
923
|
-
id: string;
|
|
924
923
|
name: string;
|
|
924
|
+
id: string;
|
|
925
925
|
createdAt?: string | undefined;
|
|
926
926
|
updatedAt?: string | undefined;
|
|
927
927
|
primaryEmailAddress?: {
|
|
@@ -941,8 +941,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
941
941
|
isPrivate?: boolean | undefined;
|
|
942
942
|
}[] | undefined;
|
|
943
943
|
}, {
|
|
944
|
-
id: string;
|
|
945
944
|
name: string;
|
|
945
|
+
id: string;
|
|
946
946
|
createdAt?: string | undefined;
|
|
947
947
|
updatedAt?: string | undefined;
|
|
948
948
|
primaryEmailAddress?: {
|
|
@@ -964,12 +964,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
964
964
|
}>, "many">>;
|
|
965
965
|
error: import("zod").ZodString;
|
|
966
966
|
}, "strip", import("zod").ZodTypeAny, {
|
|
967
|
-
operation: "search_candidates";
|
|
968
|
-
success: boolean;
|
|
969
967
|
error: string;
|
|
968
|
+
success: boolean;
|
|
969
|
+
operation: "search_candidates";
|
|
970
970
|
candidates?: {
|
|
971
|
-
id: string;
|
|
972
971
|
name: string;
|
|
972
|
+
id: string;
|
|
973
973
|
createdAt?: string | undefined;
|
|
974
974
|
updatedAt?: string | undefined;
|
|
975
975
|
primaryEmailAddress?: {
|
|
@@ -990,12 +990,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
990
990
|
}[] | undefined;
|
|
991
991
|
}[] | undefined;
|
|
992
992
|
}, {
|
|
993
|
-
operation: "search_candidates";
|
|
994
|
-
success: boolean;
|
|
995
993
|
error: string;
|
|
994
|
+
success: boolean;
|
|
995
|
+
operation: "search_candidates";
|
|
996
996
|
candidates?: {
|
|
997
|
-
id: string;
|
|
998
997
|
name: string;
|
|
998
|
+
id: string;
|
|
999
999
|
createdAt?: string | undefined;
|
|
1000
1000
|
updatedAt?: string | undefined;
|
|
1001
1001
|
primaryEmailAddress?: {
|
|
@@ -1066,8 +1066,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1066
1066
|
isPrivate?: boolean | undefined;
|
|
1067
1067
|
}>, "many">>;
|
|
1068
1068
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1069
|
-
id: string;
|
|
1070
1069
|
name: string;
|
|
1070
|
+
id: string;
|
|
1071
1071
|
createdAt?: string | undefined;
|
|
1072
1072
|
updatedAt?: string | undefined;
|
|
1073
1073
|
primaryEmailAddress?: {
|
|
@@ -1087,8 +1087,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1087
1087
|
isPrivate?: boolean | undefined;
|
|
1088
1088
|
}[] | undefined;
|
|
1089
1089
|
}, {
|
|
1090
|
-
id: string;
|
|
1091
1090
|
name: string;
|
|
1091
|
+
id: string;
|
|
1092
1092
|
createdAt?: string | undefined;
|
|
1093
1093
|
updatedAt?: string | undefined;
|
|
1094
1094
|
primaryEmailAddress?: {
|
|
@@ -1110,12 +1110,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1110
1110
|
}>>;
|
|
1111
1111
|
error: import("zod").ZodString;
|
|
1112
1112
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1113
|
-
operation: "add_tag";
|
|
1114
|
-
success: boolean;
|
|
1115
1113
|
error: string;
|
|
1114
|
+
success: boolean;
|
|
1115
|
+
operation: "add_tag";
|
|
1116
1116
|
candidate?: {
|
|
1117
|
-
id: string;
|
|
1118
1117
|
name: string;
|
|
1118
|
+
id: string;
|
|
1119
1119
|
createdAt?: string | undefined;
|
|
1120
1120
|
updatedAt?: string | undefined;
|
|
1121
1121
|
primaryEmailAddress?: {
|
|
@@ -1136,12 +1136,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1136
1136
|
}[] | undefined;
|
|
1137
1137
|
} | undefined;
|
|
1138
1138
|
}, {
|
|
1139
|
-
operation: "add_tag";
|
|
1140
|
-
success: boolean;
|
|
1141
1139
|
error: string;
|
|
1140
|
+
success: boolean;
|
|
1141
|
+
operation: "add_tag";
|
|
1142
1142
|
candidate?: {
|
|
1143
|
-
id: string;
|
|
1144
1143
|
name: string;
|
|
1144
|
+
id: string;
|
|
1145
1145
|
createdAt?: string | undefined;
|
|
1146
1146
|
updatedAt?: string | undefined;
|
|
1147
1147
|
primaryEmailAddress?: {
|
|
@@ -1179,18 +1179,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1179
1179
|
}>, "many">>;
|
|
1180
1180
|
error: import("zod").ZodString;
|
|
1181
1181
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1182
|
-
operation: "list_tags";
|
|
1183
|
-
success: boolean;
|
|
1184
1182
|
error: string;
|
|
1183
|
+
success: boolean;
|
|
1184
|
+
operation: "list_tags";
|
|
1185
1185
|
tags?: {
|
|
1186
1186
|
title: string;
|
|
1187
1187
|
id: string;
|
|
1188
1188
|
isArchived?: boolean | undefined;
|
|
1189
1189
|
}[] | undefined;
|
|
1190
1190
|
}, {
|
|
1191
|
-
operation: "list_tags";
|
|
1192
|
-
success: boolean;
|
|
1193
1191
|
error: string;
|
|
1192
|
+
success: boolean;
|
|
1193
|
+
operation: "list_tags";
|
|
1194
1194
|
tags?: {
|
|
1195
1195
|
title: string;
|
|
1196
1196
|
id: string;
|
|
@@ -1214,18 +1214,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1214
1214
|
}>>;
|
|
1215
1215
|
error: import("zod").ZodString;
|
|
1216
1216
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1217
|
-
operation: "create_tag";
|
|
1218
|
-
success: boolean;
|
|
1219
1217
|
error: string;
|
|
1218
|
+
success: boolean;
|
|
1219
|
+
operation: "create_tag";
|
|
1220
1220
|
tag?: {
|
|
1221
1221
|
title: string;
|
|
1222
1222
|
id: string;
|
|
1223
1223
|
isArchived?: boolean | undefined;
|
|
1224
1224
|
} | undefined;
|
|
1225
1225
|
}, {
|
|
1226
|
-
operation: "create_tag";
|
|
1227
|
-
success: boolean;
|
|
1228
1226
|
error: string;
|
|
1227
|
+
success: boolean;
|
|
1228
|
+
operation: "create_tag";
|
|
1229
1229
|
tag?: {
|
|
1230
1230
|
title: string;
|
|
1231
1231
|
id: string;
|
|
@@ -1257,8 +1257,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1257
1257
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1258
1258
|
title: string;
|
|
1259
1259
|
id: string;
|
|
1260
|
-
isArchived: boolean;
|
|
1261
1260
|
isPrivate: boolean;
|
|
1261
|
+
isArchived: boolean;
|
|
1262
1262
|
objectType: string;
|
|
1263
1263
|
fieldType: string;
|
|
1264
1264
|
selectableValues?: {
|
|
@@ -1269,8 +1269,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1269
1269
|
}, {
|
|
1270
1270
|
title: string;
|
|
1271
1271
|
id: string;
|
|
1272
|
-
isArchived: boolean;
|
|
1273
1272
|
isPrivate: boolean;
|
|
1273
|
+
isArchived: boolean;
|
|
1274
1274
|
objectType: string;
|
|
1275
1275
|
fieldType: string;
|
|
1276
1276
|
selectableValues?: {
|
|
@@ -1284,15 +1284,15 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1284
1284
|
sync_token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1285
1285
|
error: import("zod").ZodString;
|
|
1286
1286
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1287
|
-
operation: "list_custom_fields";
|
|
1288
|
-
success: boolean;
|
|
1289
1287
|
error: string;
|
|
1288
|
+
success: boolean;
|
|
1289
|
+
operation: "list_custom_fields";
|
|
1290
1290
|
next_cursor?: string | undefined;
|
|
1291
1291
|
custom_fields?: {
|
|
1292
1292
|
title: string;
|
|
1293
1293
|
id: string;
|
|
1294
|
-
isArchived: boolean;
|
|
1295
1294
|
isPrivate: boolean;
|
|
1295
|
+
isArchived: boolean;
|
|
1296
1296
|
objectType: string;
|
|
1297
1297
|
fieldType: string;
|
|
1298
1298
|
selectableValues?: {
|
|
@@ -1304,15 +1304,15 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1304
1304
|
sync_token?: string | undefined;
|
|
1305
1305
|
more_data_available?: boolean | undefined;
|
|
1306
1306
|
}, {
|
|
1307
|
-
operation: "list_custom_fields";
|
|
1308
|
-
success: boolean;
|
|
1309
1307
|
error: string;
|
|
1308
|
+
success: boolean;
|
|
1309
|
+
operation: "list_custom_fields";
|
|
1310
1310
|
next_cursor?: string | undefined;
|
|
1311
1311
|
custom_fields?: {
|
|
1312
1312
|
title: string;
|
|
1313
1313
|
id: string;
|
|
1314
|
-
isArchived: boolean;
|
|
1315
1314
|
isPrivate: boolean;
|
|
1315
|
+
isArchived: boolean;
|
|
1316
1316
|
objectType: string;
|
|
1317
1317
|
fieldType: string;
|
|
1318
1318
|
selectableValues?: {
|