@bubblelab/bubble-core 0.1.141 → 0.1.143
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 +181 -118
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +9 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +4 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +1 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +158 -158
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +806 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +256 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +813 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +13 -13
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +64 -64
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +44 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +59 -16
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +96 -96
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +244 -244
- package/dist/bubbles/service-bubble/followupboss.d.ts +152 -152
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +556 -556
- package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
- package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +647 -647
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +496 -496
- package/dist/bubbles/service-bubble/slack/slack.js +2 -2
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +87 -87
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +33 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +1634 -196
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +300 -56
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +58 -58
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +46 -46
- package/dist/bubbles.json +1148 -75
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
-
name: string;
|
|
108
107
|
operation: "create_candidate";
|
|
108
|
+
name: string;
|
|
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
|
-
name: string;
|
|
124
123
|
operation: "create_candidate";
|
|
124
|
+
name: string;
|
|
125
125
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
126
126
|
website?: string | undefined;
|
|
127
127
|
emails?: {
|
|
@@ -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
|
-
title: string;
|
|
186
185
|
operation: "create_tag";
|
|
186
|
+
title: string;
|
|
187
187
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
188
188
|
}, {
|
|
189
|
-
title: string;
|
|
190
189
|
operation: "create_tag";
|
|
190
|
+
title: string;
|
|
191
191
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
192
192
|
}>, import("zod").ZodObject<{
|
|
193
193
|
operation: import("zod").ZodLiteral<"list_custom_fields">;
|
|
@@ -345,6 +345,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
345
345
|
id: string;
|
|
346
346
|
isArchived?: boolean | undefined;
|
|
347
347
|
}[] | undefined;
|
|
348
|
+
position?: string | null | undefined;
|
|
348
349
|
createdAt?: string | undefined;
|
|
349
350
|
updatedAt?: string | undefined;
|
|
350
351
|
primaryEmailAddress?: {
|
|
@@ -352,22 +353,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
352
353
|
type: "Personal" | "Work" | "Other";
|
|
353
354
|
isPrimary: boolean;
|
|
354
355
|
} | null | undefined;
|
|
355
|
-
|
|
356
|
+
emailAddresses?: {
|
|
356
357
|
value: string;
|
|
357
358
|
type: "Personal" | "Work" | "Other";
|
|
358
359
|
isPrimary: boolean;
|
|
359
|
-
} | null | undefined;
|
|
360
|
-
customFields?: {
|
|
361
|
-
title: string;
|
|
362
|
-
id: string;
|
|
363
|
-
value?: unknown;
|
|
364
|
-
isPrivate?: boolean | undefined;
|
|
365
360
|
}[] | undefined;
|
|
366
|
-
|
|
361
|
+
primaryPhoneNumber?: {
|
|
367
362
|
value: string;
|
|
368
363
|
type: "Personal" | "Work" | "Other";
|
|
369
364
|
isPrimary: boolean;
|
|
370
|
-
}
|
|
365
|
+
} | null | undefined;
|
|
371
366
|
phoneNumbers?: {
|
|
372
367
|
value: string;
|
|
373
368
|
type: "Personal" | "Work" | "Other";
|
|
@@ -377,7 +372,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
377
372
|
type: string;
|
|
378
373
|
url: string;
|
|
379
374
|
}[] | undefined;
|
|
380
|
-
position?: string | null | undefined;
|
|
381
375
|
company?: string | null | undefined;
|
|
382
376
|
school?: string | null | undefined;
|
|
383
377
|
applicationIds?: string[] | undefined;
|
|
@@ -391,6 +385,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
391
385
|
id: string;
|
|
392
386
|
handle: string;
|
|
393
387
|
}[] | undefined;
|
|
388
|
+
customFields?: {
|
|
389
|
+
title: string;
|
|
390
|
+
id: string;
|
|
391
|
+
value?: unknown;
|
|
392
|
+
isPrivate?: boolean | undefined;
|
|
393
|
+
}[] | undefined;
|
|
394
394
|
}, {
|
|
395
395
|
name: string;
|
|
396
396
|
id: string;
|
|
@@ -399,6 +399,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
399
399
|
id: string;
|
|
400
400
|
isArchived?: boolean | undefined;
|
|
401
401
|
}[] | undefined;
|
|
402
|
+
position?: string | null | undefined;
|
|
402
403
|
createdAt?: string | undefined;
|
|
403
404
|
updatedAt?: string | undefined;
|
|
404
405
|
primaryEmailAddress?: {
|
|
@@ -406,22 +407,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
406
407
|
type: "Personal" | "Work" | "Other";
|
|
407
408
|
isPrimary: boolean;
|
|
408
409
|
} | null | undefined;
|
|
409
|
-
|
|
410
|
+
emailAddresses?: {
|
|
410
411
|
value: string;
|
|
411
412
|
type: "Personal" | "Work" | "Other";
|
|
412
413
|
isPrimary: boolean;
|
|
413
|
-
} | null | undefined;
|
|
414
|
-
customFields?: {
|
|
415
|
-
title: string;
|
|
416
|
-
id: string;
|
|
417
|
-
value?: unknown;
|
|
418
|
-
isPrivate?: boolean | undefined;
|
|
419
414
|
}[] | undefined;
|
|
420
|
-
|
|
415
|
+
primaryPhoneNumber?: {
|
|
421
416
|
value: string;
|
|
422
417
|
type: "Personal" | "Work" | "Other";
|
|
423
418
|
isPrimary: boolean;
|
|
424
|
-
}
|
|
419
|
+
} | null | undefined;
|
|
425
420
|
phoneNumbers?: {
|
|
426
421
|
value: string;
|
|
427
422
|
type: "Personal" | "Work" | "Other";
|
|
@@ -431,7 +426,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
431
426
|
type: string;
|
|
432
427
|
url: string;
|
|
433
428
|
}[] | undefined;
|
|
434
|
-
position?: string | null | undefined;
|
|
435
429
|
company?: string | null | undefined;
|
|
436
430
|
school?: string | null | undefined;
|
|
437
431
|
applicationIds?: string[] | undefined;
|
|
@@ -445,15 +439,21 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
445
439
|
id: string;
|
|
446
440
|
handle: string;
|
|
447
441
|
}[] | undefined;
|
|
442
|
+
customFields?: {
|
|
443
|
+
title: string;
|
|
444
|
+
id: string;
|
|
445
|
+
value?: unknown;
|
|
446
|
+
isPrivate?: boolean | undefined;
|
|
447
|
+
}[] | undefined;
|
|
448
448
|
}>, "many">>;
|
|
449
449
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
450
450
|
more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
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";
|
|
454
455
|
error: string;
|
|
455
456
|
success: boolean;
|
|
456
|
-
operation: "list_candidates";
|
|
457
457
|
next_cursor?: string | undefined;
|
|
458
458
|
sync_token?: string | undefined;
|
|
459
459
|
candidates?: {
|
|
@@ -464,6 +464,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
464
464
|
id: string;
|
|
465
465
|
isArchived?: boolean | undefined;
|
|
466
466
|
}[] | undefined;
|
|
467
|
+
position?: string | null | undefined;
|
|
467
468
|
createdAt?: string | undefined;
|
|
468
469
|
updatedAt?: string | undefined;
|
|
469
470
|
primaryEmailAddress?: {
|
|
@@ -471,22 +472,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
471
472
|
type: "Personal" | "Work" | "Other";
|
|
472
473
|
isPrimary: boolean;
|
|
473
474
|
} | null | undefined;
|
|
474
|
-
|
|
475
|
+
emailAddresses?: {
|
|
475
476
|
value: string;
|
|
476
477
|
type: "Personal" | "Work" | "Other";
|
|
477
478
|
isPrimary: boolean;
|
|
478
|
-
} | null | undefined;
|
|
479
|
-
customFields?: {
|
|
480
|
-
title: string;
|
|
481
|
-
id: string;
|
|
482
|
-
value?: unknown;
|
|
483
|
-
isPrivate?: boolean | undefined;
|
|
484
479
|
}[] | undefined;
|
|
485
|
-
|
|
480
|
+
primaryPhoneNumber?: {
|
|
486
481
|
value: string;
|
|
487
482
|
type: "Personal" | "Work" | "Other";
|
|
488
483
|
isPrimary: boolean;
|
|
489
|
-
}
|
|
484
|
+
} | null | undefined;
|
|
490
485
|
phoneNumbers?: {
|
|
491
486
|
value: string;
|
|
492
487
|
type: "Personal" | "Work" | "Other";
|
|
@@ -496,7 +491,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
496
491
|
type: string;
|
|
497
492
|
url: string;
|
|
498
493
|
}[] | undefined;
|
|
499
|
-
position?: string | null | undefined;
|
|
500
494
|
company?: string | null | undefined;
|
|
501
495
|
school?: string | null | undefined;
|
|
502
496
|
applicationIds?: string[] | undefined;
|
|
@@ -510,12 +504,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
510
504
|
id: string;
|
|
511
505
|
handle: string;
|
|
512
506
|
}[] | undefined;
|
|
507
|
+
customFields?: {
|
|
508
|
+
title: string;
|
|
509
|
+
id: string;
|
|
510
|
+
value?: unknown;
|
|
511
|
+
isPrivate?: boolean | undefined;
|
|
512
|
+
}[] | undefined;
|
|
513
513
|
}[] | undefined;
|
|
514
514
|
more_data_available?: boolean | undefined;
|
|
515
515
|
}, {
|
|
516
|
+
operation: "list_candidates";
|
|
516
517
|
error: string;
|
|
517
518
|
success: boolean;
|
|
518
|
-
operation: "list_candidates";
|
|
519
519
|
next_cursor?: string | undefined;
|
|
520
520
|
sync_token?: string | undefined;
|
|
521
521
|
candidates?: {
|
|
@@ -526,6 +526,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
526
526
|
id: string;
|
|
527
527
|
isArchived?: boolean | undefined;
|
|
528
528
|
}[] | undefined;
|
|
529
|
+
position?: string | null | undefined;
|
|
529
530
|
createdAt?: string | undefined;
|
|
530
531
|
updatedAt?: string | undefined;
|
|
531
532
|
primaryEmailAddress?: {
|
|
@@ -533,22 +534,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
533
534
|
type: "Personal" | "Work" | "Other";
|
|
534
535
|
isPrimary: boolean;
|
|
535
536
|
} | null | undefined;
|
|
536
|
-
|
|
537
|
+
emailAddresses?: {
|
|
537
538
|
value: string;
|
|
538
539
|
type: "Personal" | "Work" | "Other";
|
|
539
540
|
isPrimary: boolean;
|
|
540
|
-
} | null | undefined;
|
|
541
|
-
customFields?: {
|
|
542
|
-
title: string;
|
|
543
|
-
id: string;
|
|
544
|
-
value?: unknown;
|
|
545
|
-
isPrivate?: boolean | undefined;
|
|
546
541
|
}[] | undefined;
|
|
547
|
-
|
|
542
|
+
primaryPhoneNumber?: {
|
|
548
543
|
value: string;
|
|
549
544
|
type: "Personal" | "Work" | "Other";
|
|
550
545
|
isPrimary: boolean;
|
|
551
|
-
}
|
|
546
|
+
} | null | undefined;
|
|
552
547
|
phoneNumbers?: {
|
|
553
548
|
value: string;
|
|
554
549
|
type: "Personal" | "Work" | "Other";
|
|
@@ -558,7 +553,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
558
553
|
type: string;
|
|
559
554
|
url: string;
|
|
560
555
|
}[] | undefined;
|
|
561
|
-
position?: string | null | undefined;
|
|
562
556
|
company?: string | null | undefined;
|
|
563
557
|
school?: string | null | undefined;
|
|
564
558
|
applicationIds?: string[] | undefined;
|
|
@@ -572,6 +566,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
572
566
|
id: string;
|
|
573
567
|
handle: string;
|
|
574
568
|
}[] | undefined;
|
|
569
|
+
customFields?: {
|
|
570
|
+
title: string;
|
|
571
|
+
id: string;
|
|
572
|
+
value?: unknown;
|
|
573
|
+
isPrivate?: boolean | undefined;
|
|
574
|
+
}[] | undefined;
|
|
575
575
|
}[] | undefined;
|
|
576
576
|
more_data_available?: boolean | undefined;
|
|
577
577
|
}>, import("zod").ZodObject<{
|
|
@@ -669,9 +669,9 @@ 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";
|
|
672
673
|
error: string;
|
|
673
674
|
success: boolean;
|
|
674
|
-
operation: "get_candidate";
|
|
675
675
|
candidate?: {
|
|
676
676
|
name: string;
|
|
677
677
|
id: string;
|
|
@@ -695,9 +695,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
695
695
|
}[] | undefined;
|
|
696
696
|
} | undefined;
|
|
697
697
|
}, {
|
|
698
|
+
operation: "get_candidate";
|
|
698
699
|
error: string;
|
|
699
700
|
success: boolean;
|
|
700
|
-
operation: "get_candidate";
|
|
701
701
|
candidate?: {
|
|
702
702
|
name: string;
|
|
703
703
|
id: string;
|
|
@@ -816,9 +816,9 @@ 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";
|
|
819
820
|
error: string;
|
|
820
821
|
success: boolean;
|
|
821
|
-
operation: "create_candidate";
|
|
822
822
|
candidate?: {
|
|
823
823
|
name: string;
|
|
824
824
|
id: string;
|
|
@@ -843,9 +843,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
843
843
|
} | undefined;
|
|
844
844
|
duplicate?: boolean | undefined;
|
|
845
845
|
}, {
|
|
846
|
+
operation: "create_candidate";
|
|
846
847
|
error: string;
|
|
847
848
|
success: boolean;
|
|
848
|
-
operation: "create_candidate";
|
|
849
849
|
candidate?: {
|
|
850
850
|
name: string;
|
|
851
851
|
id: string;
|
|
@@ -964,9 +964,9 @@ 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";
|
|
967
968
|
error: string;
|
|
968
969
|
success: boolean;
|
|
969
|
-
operation: "search_candidates";
|
|
970
970
|
candidates?: {
|
|
971
971
|
name: string;
|
|
972
972
|
id: string;
|
|
@@ -990,9 +990,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
990
990
|
}[] | undefined;
|
|
991
991
|
}[] | undefined;
|
|
992
992
|
}, {
|
|
993
|
+
operation: "search_candidates";
|
|
993
994
|
error: string;
|
|
994
995
|
success: boolean;
|
|
995
|
-
operation: "search_candidates";
|
|
996
996
|
candidates?: {
|
|
997
997
|
name: string;
|
|
998
998
|
id: string;
|
|
@@ -1110,9 +1110,9 @@ 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";
|
|
1113
1114
|
error: string;
|
|
1114
1115
|
success: boolean;
|
|
1115
|
-
operation: "add_tag";
|
|
1116
1116
|
candidate?: {
|
|
1117
1117
|
name: string;
|
|
1118
1118
|
id: string;
|
|
@@ -1136,9 +1136,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1136
1136
|
}[] | undefined;
|
|
1137
1137
|
} | undefined;
|
|
1138
1138
|
}, {
|
|
1139
|
+
operation: "add_tag";
|
|
1139
1140
|
error: string;
|
|
1140
1141
|
success: boolean;
|
|
1141
|
-
operation: "add_tag";
|
|
1142
1142
|
candidate?: {
|
|
1143
1143
|
name: string;
|
|
1144
1144
|
id: string;
|
|
@@ -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";
|
|
1182
1183
|
error: string;
|
|
1183
1184
|
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";
|
|
1191
1192
|
error: string;
|
|
1192
1193
|
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";
|
|
1217
1218
|
error: string;
|
|
1218
1219
|
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";
|
|
1226
1227
|
error: string;
|
|
1227
1228
|
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
|
-
isPrivate: boolean;
|
|
1261
1260
|
isArchived: boolean;
|
|
1261
|
+
isPrivate: 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
|
-
isPrivate: boolean;
|
|
1273
1272
|
isArchived: boolean;
|
|
1273
|
+
isPrivate: 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";
|
|
1287
1288
|
error: string;
|
|
1288
1289
|
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
|
-
isPrivate: boolean;
|
|
1295
1294
|
isArchived: boolean;
|
|
1295
|
+
isPrivate: 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";
|
|
1307
1308
|
error: string;
|
|
1308
1309
|
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
|
-
isPrivate: boolean;
|
|
1315
1314
|
isArchived: boolean;
|
|
1315
|
+
isPrivate: boolean;
|
|
1316
1316
|
objectType: string;
|
|
1317
1317
|
fieldType: string;
|
|
1318
1318
|
selectableValues?: {
|
|
@@ -390,6 +390,7 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
390
390
|
id: string;
|
|
391
391
|
isArchived?: boolean | undefined;
|
|
392
392
|
}[] | undefined;
|
|
393
|
+
position?: string | null | undefined;
|
|
393
394
|
createdAt?: string | undefined;
|
|
394
395
|
updatedAt?: string | undefined;
|
|
395
396
|
primaryEmailAddress?: {
|
|
@@ -422,7 +423,6 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
422
423
|
type: string;
|
|
423
424
|
url: string;
|
|
424
425
|
}[] | undefined;
|
|
425
|
-
position?: string | null | undefined;
|
|
426
426
|
company?: string | null | undefined;
|
|
427
427
|
school?: string | null | undefined;
|
|
428
428
|
applicationIds?: string[] | undefined;
|
|
@@ -444,6 +444,7 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
444
444
|
id: string;
|
|
445
445
|
isArchived?: boolean | undefined;
|
|
446
446
|
}[] | undefined;
|
|
447
|
+
position?: string | null | undefined;
|
|
447
448
|
createdAt?: string | undefined;
|
|
448
449
|
updatedAt?: string | undefined;
|
|
449
450
|
primaryEmailAddress?: {
|
|
@@ -476,7 +477,6 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
476
477
|
type: string;
|
|
477
478
|
url: string;
|
|
478
479
|
}[] | undefined;
|
|
479
|
-
position?: string | null | undefined;
|
|
480
480
|
company?: string | null | undefined;
|
|
481
481
|
school?: string | null | undefined;
|
|
482
482
|
applicationIds?: string[] | undefined;
|
|
@@ -791,6 +791,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
791
791
|
id: string;
|
|
792
792
|
isArchived?: boolean | undefined;
|
|
793
793
|
}[] | undefined;
|
|
794
|
+
position?: string | null | undefined;
|
|
794
795
|
createdAt?: string | undefined;
|
|
795
796
|
updatedAt?: string | undefined;
|
|
796
797
|
primaryEmailAddress?: {
|
|
@@ -823,7 +824,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
823
824
|
type: string;
|
|
824
825
|
url: string;
|
|
825
826
|
}[] | undefined;
|
|
826
|
-
position?: string | null | undefined;
|
|
827
827
|
company?: string | null | undefined;
|
|
828
828
|
school?: string | null | undefined;
|
|
829
829
|
applicationIds?: string[] | undefined;
|
|
@@ -845,6 +845,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
845
845
|
id: string;
|
|
846
846
|
isArchived?: boolean | undefined;
|
|
847
847
|
}[] | undefined;
|
|
848
|
+
position?: string | null | undefined;
|
|
848
849
|
createdAt?: string | undefined;
|
|
849
850
|
updatedAt?: string | undefined;
|
|
850
851
|
primaryEmailAddress?: {
|
|
@@ -877,7 +878,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
877
878
|
type: string;
|
|
878
879
|
url: string;
|
|
879
880
|
}[] | undefined;
|
|
880
|
-
position?: string | null | undefined;
|
|
881
881
|
company?: string | null | undefined;
|
|
882
882
|
school?: string | null | undefined;
|
|
883
883
|
applicationIds?: string[] | undefined;
|
|
@@ -910,6 +910,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
910
910
|
id: string;
|
|
911
911
|
isArchived?: boolean | undefined;
|
|
912
912
|
}[] | undefined;
|
|
913
|
+
position?: string | null | undefined;
|
|
913
914
|
createdAt?: string | undefined;
|
|
914
915
|
updatedAt?: string | undefined;
|
|
915
916
|
primaryEmailAddress?: {
|
|
@@ -942,7 +943,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
942
943
|
type: string;
|
|
943
944
|
url: string;
|
|
944
945
|
}[] | undefined;
|
|
945
|
-
position?: string | null | undefined;
|
|
946
946
|
company?: string | null | undefined;
|
|
947
947
|
school?: string | null | undefined;
|
|
948
948
|
applicationIds?: string[] | undefined;
|
|
@@ -972,6 +972,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
972
972
|
id: string;
|
|
973
973
|
isArchived?: boolean | undefined;
|
|
974
974
|
}[] | undefined;
|
|
975
|
+
position?: string | null | undefined;
|
|
975
976
|
createdAt?: string | undefined;
|
|
976
977
|
updatedAt?: string | undefined;
|
|
977
978
|
primaryEmailAddress?: {
|
|
@@ -1004,7 +1005,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1004
1005
|
type: string;
|
|
1005
1006
|
url: string;
|
|
1006
1007
|
}[] | undefined;
|
|
1007
|
-
position?: string | null | undefined;
|
|
1008
1008
|
company?: string | null | undefined;
|
|
1009
1009
|
school?: string | null | undefined;
|
|
1010
1010
|
applicationIds?: string[] | undefined;
|