@bubblelab/bubble-core 0.1.248 → 0.1.250
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 +101 -101
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +423 -52
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +233 -20
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +741 -326
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +224 -0
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/ashby/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/index.js +1 -1
- package/dist/bubbles/service-bubble/ashby/index.js.map +1 -1
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +3 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +256 -256
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +268 -268
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +13 -13
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +291 -291
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +32 -32
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +380 -380
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
- package/dist/bubbles.json +602 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -402,6 +402,96 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
402
402
|
operation: "get_file_url";
|
|
403
403
|
file_handle: string;
|
|
404
404
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
405
|
+
}>, import("zod").ZodObject<{
|
|
406
|
+
operation: import("zod").ZodLiteral<"list_projects">;
|
|
407
|
+
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
408
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
409
|
+
operation: "list_projects";
|
|
410
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
411
|
+
}, {
|
|
412
|
+
operation: "list_projects";
|
|
413
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
414
|
+
}>, import("zod").ZodObject<{
|
|
415
|
+
operation: import("zod").ZodLiteral<"get_project">;
|
|
416
|
+
project_id: import("zod").ZodString;
|
|
417
|
+
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
418
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
419
|
+
operation: "get_project";
|
|
420
|
+
project_id: string;
|
|
421
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
422
|
+
}, {
|
|
423
|
+
operation: "get_project";
|
|
424
|
+
project_id: string;
|
|
425
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
426
|
+
}>, import("zod").ZodObject<{
|
|
427
|
+
operation: import("zod").ZodLiteral<"list_candidate_projects">;
|
|
428
|
+
candidate_id: import("zod").ZodString;
|
|
429
|
+
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
430
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
431
|
+
operation: "list_candidate_projects";
|
|
432
|
+
candidate_id: string;
|
|
433
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
434
|
+
}, {
|
|
435
|
+
operation: "list_candidate_projects";
|
|
436
|
+
candidate_id: string;
|
|
437
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
438
|
+
}>, import("zod").ZodObject<{
|
|
439
|
+
operation: import("zod").ZodLiteral<"add_candidate_to_project">;
|
|
440
|
+
candidate_id: import("zod").ZodString;
|
|
441
|
+
project_id: import("zod").ZodString;
|
|
442
|
+
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
443
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
444
|
+
operation: "add_candidate_to_project";
|
|
445
|
+
candidate_id: string;
|
|
446
|
+
project_id: string;
|
|
447
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
448
|
+
}, {
|
|
449
|
+
operation: "add_candidate_to_project";
|
|
450
|
+
candidate_id: string;
|
|
451
|
+
project_id: string;
|
|
452
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
453
|
+
}>, import("zod").ZodObject<{
|
|
454
|
+
operation: import("zod").ZodLiteral<"remove_candidate_from_project">;
|
|
455
|
+
candidate_id: import("zod").ZodString;
|
|
456
|
+
project_id: import("zod").ZodString;
|
|
457
|
+
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
458
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
459
|
+
operation: "remove_candidate_from_project";
|
|
460
|
+
candidate_id: string;
|
|
461
|
+
project_id: string;
|
|
462
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
463
|
+
}, {
|
|
464
|
+
operation: "remove_candidate_from_project";
|
|
465
|
+
candidate_id: string;
|
|
466
|
+
project_id: string;
|
|
467
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
468
|
+
}>, import("zod").ZodObject<{
|
|
469
|
+
operation: import("zod").ZodLiteral<"list_project_candidate_ids">;
|
|
470
|
+
project_id: import("zod").ZodString;
|
|
471
|
+
cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
472
|
+
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
473
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
474
|
+
operation: "list_project_candidate_ids";
|
|
475
|
+
project_id: string;
|
|
476
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
477
|
+
cursor?: string | undefined;
|
|
478
|
+
}, {
|
|
479
|
+
operation: "list_project_candidate_ids";
|
|
480
|
+
project_id: string;
|
|
481
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
482
|
+
cursor?: string | undefined;
|
|
483
|
+
}>, import("zod").ZodObject<{
|
|
484
|
+
operation: import("zod").ZodLiteral<"get_all_candidates_with_projects">;
|
|
485
|
+
concurrency: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
486
|
+
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
487
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
488
|
+
operation: "get_all_candidates_with_projects";
|
|
489
|
+
concurrency: number;
|
|
490
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
491
|
+
}, {
|
|
492
|
+
operation: "get_all_candidates_with_projects";
|
|
493
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
494
|
+
concurrency?: number | undefined;
|
|
405
495
|
}>]>;
|
|
406
496
|
static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
|
|
407
497
|
operation: import("zod").ZodLiteral<"list_candidates">;
|
|
@@ -553,22 +643,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
553
643
|
type: "Personal" | "Work" | "Other";
|
|
554
644
|
isPrimary: boolean;
|
|
555
645
|
} | null | undefined;
|
|
556
|
-
|
|
646
|
+
emailAddresses?: {
|
|
557
647
|
value: string;
|
|
558
648
|
type: "Personal" | "Work" | "Other";
|
|
559
649
|
isPrimary: boolean;
|
|
560
|
-
} | null | undefined;
|
|
561
|
-
customFields?: {
|
|
562
|
-
title: string;
|
|
563
|
-
id: string;
|
|
564
|
-
value?: unknown;
|
|
565
|
-
isPrivate?: boolean | undefined;
|
|
566
650
|
}[] | undefined;
|
|
567
|
-
|
|
651
|
+
primaryPhoneNumber?: {
|
|
568
652
|
value: string;
|
|
569
653
|
type: "Personal" | "Work" | "Other";
|
|
570
654
|
isPrimary: boolean;
|
|
571
|
-
}
|
|
655
|
+
} | null | undefined;
|
|
572
656
|
phoneNumbers?: {
|
|
573
657
|
value: string;
|
|
574
658
|
type: "Personal" | "Work" | "Other";
|
|
@@ -591,6 +675,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
591
675
|
id: string;
|
|
592
676
|
handle: string;
|
|
593
677
|
}[] | undefined;
|
|
678
|
+
customFields?: {
|
|
679
|
+
title: string;
|
|
680
|
+
id: string;
|
|
681
|
+
value?: unknown;
|
|
682
|
+
isPrivate?: boolean | undefined;
|
|
683
|
+
}[] | undefined;
|
|
594
684
|
creditedToUser?: unknown;
|
|
595
685
|
}, {
|
|
596
686
|
name: string;
|
|
@@ -610,22 +700,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
610
700
|
type: "Personal" | "Work" | "Other";
|
|
611
701
|
isPrimary: boolean;
|
|
612
702
|
} | null | undefined;
|
|
613
|
-
|
|
703
|
+
emailAddresses?: {
|
|
614
704
|
value: string;
|
|
615
705
|
type: "Personal" | "Work" | "Other";
|
|
616
706
|
isPrimary: boolean;
|
|
617
|
-
} | null | undefined;
|
|
618
|
-
customFields?: {
|
|
619
|
-
title: string;
|
|
620
|
-
id: string;
|
|
621
|
-
value?: unknown;
|
|
622
|
-
isPrivate?: boolean | undefined;
|
|
623
707
|
}[] | undefined;
|
|
624
|
-
|
|
708
|
+
primaryPhoneNumber?: {
|
|
625
709
|
value: string;
|
|
626
710
|
type: "Personal" | "Work" | "Other";
|
|
627
711
|
isPrimary: boolean;
|
|
628
|
-
}
|
|
712
|
+
} | null | undefined;
|
|
629
713
|
phoneNumbers?: {
|
|
630
714
|
value: string;
|
|
631
715
|
type: "Personal" | "Work" | "Other";
|
|
@@ -648,6 +732,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
648
732
|
id: string;
|
|
649
733
|
handle: string;
|
|
650
734
|
}[] | undefined;
|
|
735
|
+
customFields?: {
|
|
736
|
+
title: string;
|
|
737
|
+
id: string;
|
|
738
|
+
value?: unknown;
|
|
739
|
+
isPrivate?: boolean | undefined;
|
|
740
|
+
}[] | undefined;
|
|
651
741
|
creditedToUser?: unknown;
|
|
652
742
|
}>, "many">>;
|
|
653
743
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -678,22 +768,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
678
768
|
type: "Personal" | "Work" | "Other";
|
|
679
769
|
isPrimary: boolean;
|
|
680
770
|
} | null | undefined;
|
|
681
|
-
|
|
771
|
+
emailAddresses?: {
|
|
682
772
|
value: string;
|
|
683
773
|
type: "Personal" | "Work" | "Other";
|
|
684
774
|
isPrimary: boolean;
|
|
685
|
-
} | null | undefined;
|
|
686
|
-
customFields?: {
|
|
687
|
-
title: string;
|
|
688
|
-
id: string;
|
|
689
|
-
value?: unknown;
|
|
690
|
-
isPrivate?: boolean | undefined;
|
|
691
775
|
}[] | undefined;
|
|
692
|
-
|
|
776
|
+
primaryPhoneNumber?: {
|
|
693
777
|
value: string;
|
|
694
778
|
type: "Personal" | "Work" | "Other";
|
|
695
779
|
isPrimary: boolean;
|
|
696
|
-
}
|
|
780
|
+
} | null | undefined;
|
|
697
781
|
phoneNumbers?: {
|
|
698
782
|
value: string;
|
|
699
783
|
type: "Personal" | "Work" | "Other";
|
|
@@ -716,6 +800,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
716
800
|
id: string;
|
|
717
801
|
handle: string;
|
|
718
802
|
}[] | undefined;
|
|
803
|
+
customFields?: {
|
|
804
|
+
title: string;
|
|
805
|
+
id: string;
|
|
806
|
+
value?: unknown;
|
|
807
|
+
isPrivate?: boolean | undefined;
|
|
808
|
+
}[] | undefined;
|
|
719
809
|
creditedToUser?: unknown;
|
|
720
810
|
}[] | undefined;
|
|
721
811
|
more_data_available?: boolean | undefined;
|
|
@@ -743,22 +833,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
743
833
|
type: "Personal" | "Work" | "Other";
|
|
744
834
|
isPrimary: boolean;
|
|
745
835
|
} | null | undefined;
|
|
746
|
-
|
|
836
|
+
emailAddresses?: {
|
|
747
837
|
value: string;
|
|
748
838
|
type: "Personal" | "Work" | "Other";
|
|
749
839
|
isPrimary: boolean;
|
|
750
|
-
} | null | undefined;
|
|
751
|
-
customFields?: {
|
|
752
|
-
title: string;
|
|
753
|
-
id: string;
|
|
754
|
-
value?: unknown;
|
|
755
|
-
isPrivate?: boolean | undefined;
|
|
756
840
|
}[] | undefined;
|
|
757
|
-
|
|
841
|
+
primaryPhoneNumber?: {
|
|
758
842
|
value: string;
|
|
759
843
|
type: "Personal" | "Work" | "Other";
|
|
760
844
|
isPrimary: boolean;
|
|
761
|
-
}
|
|
845
|
+
} | null | undefined;
|
|
762
846
|
phoneNumbers?: {
|
|
763
847
|
value: string;
|
|
764
848
|
type: "Personal" | "Work" | "Other";
|
|
@@ -781,6 +865,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
781
865
|
id: string;
|
|
782
866
|
handle: string;
|
|
783
867
|
}[] | undefined;
|
|
868
|
+
customFields?: {
|
|
869
|
+
title: string;
|
|
870
|
+
id: string;
|
|
871
|
+
value?: unknown;
|
|
872
|
+
isPrivate?: boolean | undefined;
|
|
873
|
+
}[] | undefined;
|
|
784
874
|
creditedToUser?: unknown;
|
|
785
875
|
}[] | undefined;
|
|
786
876
|
more_data_available?: boolean | undefined;
|
|
@@ -1468,8 +1558,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1468
1558
|
title: string;
|
|
1469
1559
|
id: string;
|
|
1470
1560
|
fieldType: string;
|
|
1471
|
-
isPrivate: boolean;
|
|
1472
1561
|
isArchived: boolean;
|
|
1562
|
+
isPrivate: boolean;
|
|
1473
1563
|
objectType: string;
|
|
1474
1564
|
selectableValues?: {
|
|
1475
1565
|
value: string;
|
|
@@ -1480,8 +1570,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1480
1570
|
title: string;
|
|
1481
1571
|
id: string;
|
|
1482
1572
|
fieldType: string;
|
|
1483
|
-
isPrivate: boolean;
|
|
1484
1573
|
isArchived: boolean;
|
|
1574
|
+
isPrivate: boolean;
|
|
1485
1575
|
objectType: string;
|
|
1486
1576
|
selectableValues?: {
|
|
1487
1577
|
value: string;
|
|
@@ -1502,8 +1592,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1502
1592
|
title: string;
|
|
1503
1593
|
id: string;
|
|
1504
1594
|
fieldType: string;
|
|
1505
|
-
isPrivate: boolean;
|
|
1506
1595
|
isArchived: boolean;
|
|
1596
|
+
isPrivate: boolean;
|
|
1507
1597
|
objectType: string;
|
|
1508
1598
|
selectableValues?: {
|
|
1509
1599
|
value: string;
|
|
@@ -1522,8 +1612,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1522
1612
|
title: string;
|
|
1523
1613
|
id: string;
|
|
1524
1614
|
fieldType: string;
|
|
1525
|
-
isPrivate: boolean;
|
|
1526
1615
|
isArchived: boolean;
|
|
1616
|
+
isPrivate: boolean;
|
|
1527
1617
|
objectType: string;
|
|
1528
1618
|
selectableValues?: {
|
|
1529
1619
|
value: string;
|
|
@@ -1570,8 +1660,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1570
1660
|
status?: string | undefined;
|
|
1571
1661
|
locationId?: string | null | undefined;
|
|
1572
1662
|
createdAt?: string | undefined;
|
|
1573
|
-
updatedAt?: string | undefined;
|
|
1574
1663
|
teamId?: string | null | undefined;
|
|
1664
|
+
updatedAt?: string | undefined;
|
|
1575
1665
|
customFields?: {
|
|
1576
1666
|
title: string;
|
|
1577
1667
|
id: string;
|
|
@@ -1588,8 +1678,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1588
1678
|
status?: string | undefined;
|
|
1589
1679
|
locationId?: string | null | undefined;
|
|
1590
1680
|
createdAt?: string | undefined;
|
|
1591
|
-
updatedAt?: string | undefined;
|
|
1592
1681
|
teamId?: string | null | undefined;
|
|
1682
|
+
updatedAt?: string | undefined;
|
|
1593
1683
|
customFields?: {
|
|
1594
1684
|
title: string;
|
|
1595
1685
|
id: string;
|
|
@@ -1615,8 +1705,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1615
1705
|
status?: string | undefined;
|
|
1616
1706
|
locationId?: string | null | undefined;
|
|
1617
1707
|
createdAt?: string | undefined;
|
|
1618
|
-
updatedAt?: string | undefined;
|
|
1619
1708
|
teamId?: string | null | undefined;
|
|
1709
|
+
updatedAt?: string | undefined;
|
|
1620
1710
|
customFields?: {
|
|
1621
1711
|
title: string;
|
|
1622
1712
|
id: string;
|
|
@@ -1640,8 +1730,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1640
1730
|
status?: string | undefined;
|
|
1641
1731
|
locationId?: string | null | undefined;
|
|
1642
1732
|
createdAt?: string | undefined;
|
|
1643
|
-
updatedAt?: string | undefined;
|
|
1644
1733
|
teamId?: string | null | undefined;
|
|
1734
|
+
updatedAt?: string | undefined;
|
|
1645
1735
|
customFields?: {
|
|
1646
1736
|
title: string;
|
|
1647
1737
|
id: string;
|
|
@@ -1691,8 +1781,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1691
1781
|
status?: string | undefined;
|
|
1692
1782
|
locationId?: string | null | undefined;
|
|
1693
1783
|
createdAt?: string | undefined;
|
|
1694
|
-
updatedAt?: string | undefined;
|
|
1695
1784
|
teamId?: string | null | undefined;
|
|
1785
|
+
updatedAt?: string | undefined;
|
|
1696
1786
|
customFields?: {
|
|
1697
1787
|
title: string;
|
|
1698
1788
|
id: string;
|
|
@@ -1709,8 +1799,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1709
1799
|
status?: string | undefined;
|
|
1710
1800
|
locationId?: string | null | undefined;
|
|
1711
1801
|
createdAt?: string | undefined;
|
|
1712
|
-
updatedAt?: string | undefined;
|
|
1713
1802
|
teamId?: string | null | undefined;
|
|
1803
|
+
updatedAt?: string | undefined;
|
|
1714
1804
|
customFields?: {
|
|
1715
1805
|
title: string;
|
|
1716
1806
|
id: string;
|
|
@@ -1752,8 +1842,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1752
1842
|
status?: string | undefined;
|
|
1753
1843
|
locationId?: string | null | undefined;
|
|
1754
1844
|
createdAt?: string | undefined;
|
|
1755
|
-
updatedAt?: string | undefined;
|
|
1756
1845
|
teamId?: string | null | undefined;
|
|
1846
|
+
updatedAt?: string | undefined;
|
|
1757
1847
|
customFields?: {
|
|
1758
1848
|
title: string;
|
|
1759
1849
|
id: string;
|
|
@@ -1782,8 +1872,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1782
1872
|
status?: string | undefined;
|
|
1783
1873
|
locationId?: string | null | undefined;
|
|
1784
1874
|
createdAt?: string | undefined;
|
|
1785
|
-
updatedAt?: string | undefined;
|
|
1786
1875
|
teamId?: string | null | undefined;
|
|
1876
|
+
updatedAt?: string | undefined;
|
|
1787
1877
|
customFields?: {
|
|
1788
1878
|
title: string;
|
|
1789
1879
|
id: string;
|
|
@@ -2251,8 +2341,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
2251
2341
|
status?: string | undefined;
|
|
2252
2342
|
locationId?: string | null | undefined;
|
|
2253
2343
|
createdAt?: string | undefined;
|
|
2254
|
-
updatedAt?: string | undefined;
|
|
2255
2344
|
teamId?: string | null | undefined;
|
|
2345
|
+
updatedAt?: string | undefined;
|
|
2256
2346
|
customFields?: {
|
|
2257
2347
|
title: string;
|
|
2258
2348
|
id: string;
|
|
@@ -2269,8 +2359,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
2269
2359
|
status?: string | undefined;
|
|
2270
2360
|
locationId?: string | null | undefined;
|
|
2271
2361
|
createdAt?: string | undefined;
|
|
2272
|
-
updatedAt?: string | undefined;
|
|
2273
2362
|
teamId?: string | null | undefined;
|
|
2363
|
+
updatedAt?: string | undefined;
|
|
2274
2364
|
customFields?: {
|
|
2275
2365
|
title: string;
|
|
2276
2366
|
id: string;
|
|
@@ -2315,8 +2405,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
2315
2405
|
status?: string | undefined;
|
|
2316
2406
|
locationId?: string | null | undefined;
|
|
2317
2407
|
createdAt?: string | undefined;
|
|
2318
|
-
updatedAt?: string | undefined;
|
|
2319
2408
|
teamId?: string | null | undefined;
|
|
2409
|
+
updatedAt?: string | undefined;
|
|
2320
2410
|
customFields?: {
|
|
2321
2411
|
title: string;
|
|
2322
2412
|
id: string;
|
|
@@ -2390,8 +2480,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
2390
2480
|
status?: string | undefined;
|
|
2391
2481
|
locationId?: string | null | undefined;
|
|
2392
2482
|
createdAt?: string | undefined;
|
|
2393
|
-
updatedAt?: string | undefined;
|
|
2394
2483
|
teamId?: string | null | undefined;
|
|
2484
|
+
updatedAt?: string | undefined;
|
|
2395
2485
|
customFields?: {
|
|
2396
2486
|
title: string;
|
|
2397
2487
|
id: string;
|
|
@@ -3232,6 +3322,255 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
3232
3322
|
name?: string | undefined;
|
|
3233
3323
|
id?: string | undefined;
|
|
3234
3324
|
} | undefined;
|
|
3325
|
+
}>, import("zod").ZodObject<{
|
|
3326
|
+
operation: import("zod").ZodLiteral<"list_projects">;
|
|
3327
|
+
success: import("zod").ZodBoolean;
|
|
3328
|
+
projects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3329
|
+
id: import("zod").ZodString;
|
|
3330
|
+
title: import("zod").ZodString;
|
|
3331
|
+
isArchived: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3332
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3333
|
+
title: string;
|
|
3334
|
+
id: string;
|
|
3335
|
+
isArchived?: boolean | undefined;
|
|
3336
|
+
}, {
|
|
3337
|
+
title: string;
|
|
3338
|
+
id: string;
|
|
3339
|
+
isArchived?: boolean | undefined;
|
|
3340
|
+
}>, "many">>;
|
|
3341
|
+
error: import("zod").ZodString;
|
|
3342
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3343
|
+
error: string;
|
|
3344
|
+
success: boolean;
|
|
3345
|
+
operation: "list_projects";
|
|
3346
|
+
projects?: {
|
|
3347
|
+
title: string;
|
|
3348
|
+
id: string;
|
|
3349
|
+
isArchived?: boolean | undefined;
|
|
3350
|
+
}[] | undefined;
|
|
3351
|
+
}, {
|
|
3352
|
+
error: string;
|
|
3353
|
+
success: boolean;
|
|
3354
|
+
operation: "list_projects";
|
|
3355
|
+
projects?: {
|
|
3356
|
+
title: string;
|
|
3357
|
+
id: string;
|
|
3358
|
+
isArchived?: boolean | undefined;
|
|
3359
|
+
}[] | undefined;
|
|
3360
|
+
}>, import("zod").ZodObject<{
|
|
3361
|
+
operation: import("zod").ZodLiteral<"get_project">;
|
|
3362
|
+
success: import("zod").ZodBoolean;
|
|
3363
|
+
project: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3364
|
+
id: import("zod").ZodString;
|
|
3365
|
+
title: import("zod").ZodString;
|
|
3366
|
+
isArchived: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3367
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3368
|
+
title: string;
|
|
3369
|
+
id: string;
|
|
3370
|
+
isArchived?: boolean | undefined;
|
|
3371
|
+
}, {
|
|
3372
|
+
title: string;
|
|
3373
|
+
id: string;
|
|
3374
|
+
isArchived?: boolean | undefined;
|
|
3375
|
+
}>>;
|
|
3376
|
+
error: import("zod").ZodString;
|
|
3377
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3378
|
+
error: string;
|
|
3379
|
+
success: boolean;
|
|
3380
|
+
operation: "get_project";
|
|
3381
|
+
project?: {
|
|
3382
|
+
title: string;
|
|
3383
|
+
id: string;
|
|
3384
|
+
isArchived?: boolean | undefined;
|
|
3385
|
+
} | undefined;
|
|
3386
|
+
}, {
|
|
3387
|
+
error: string;
|
|
3388
|
+
success: boolean;
|
|
3389
|
+
operation: "get_project";
|
|
3390
|
+
project?: {
|
|
3391
|
+
title: string;
|
|
3392
|
+
id: string;
|
|
3393
|
+
isArchived?: boolean | undefined;
|
|
3394
|
+
} | undefined;
|
|
3395
|
+
}>, import("zod").ZodObject<{
|
|
3396
|
+
operation: import("zod").ZodLiteral<"list_candidate_projects">;
|
|
3397
|
+
success: import("zod").ZodBoolean;
|
|
3398
|
+
projects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3399
|
+
id: import("zod").ZodString;
|
|
3400
|
+
title: import("zod").ZodString;
|
|
3401
|
+
isArchived: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3402
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3403
|
+
title: string;
|
|
3404
|
+
id: string;
|
|
3405
|
+
isArchived?: boolean | undefined;
|
|
3406
|
+
}, {
|
|
3407
|
+
title: string;
|
|
3408
|
+
id: string;
|
|
3409
|
+
isArchived?: boolean | undefined;
|
|
3410
|
+
}>, "many">>;
|
|
3411
|
+
error: import("zod").ZodString;
|
|
3412
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3413
|
+
error: string;
|
|
3414
|
+
success: boolean;
|
|
3415
|
+
operation: "list_candidate_projects";
|
|
3416
|
+
projects?: {
|
|
3417
|
+
title: string;
|
|
3418
|
+
id: string;
|
|
3419
|
+
isArchived?: boolean | undefined;
|
|
3420
|
+
}[] | undefined;
|
|
3421
|
+
}, {
|
|
3422
|
+
error: string;
|
|
3423
|
+
success: boolean;
|
|
3424
|
+
operation: "list_candidate_projects";
|
|
3425
|
+
projects?: {
|
|
3426
|
+
title: string;
|
|
3427
|
+
id: string;
|
|
3428
|
+
isArchived?: boolean | undefined;
|
|
3429
|
+
}[] | undefined;
|
|
3430
|
+
}>, import("zod").ZodObject<{
|
|
3431
|
+
operation: import("zod").ZodLiteral<"add_candidate_to_project">;
|
|
3432
|
+
success: import("zod").ZodBoolean;
|
|
3433
|
+
error: import("zod").ZodString;
|
|
3434
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3435
|
+
error: string;
|
|
3436
|
+
success: boolean;
|
|
3437
|
+
operation: "add_candidate_to_project";
|
|
3438
|
+
}, {
|
|
3439
|
+
error: string;
|
|
3440
|
+
success: boolean;
|
|
3441
|
+
operation: "add_candidate_to_project";
|
|
3442
|
+
}>, import("zod").ZodObject<{
|
|
3443
|
+
operation: import("zod").ZodLiteral<"remove_candidate_from_project">;
|
|
3444
|
+
success: import("zod").ZodBoolean;
|
|
3445
|
+
error: import("zod").ZodString;
|
|
3446
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3447
|
+
error: string;
|
|
3448
|
+
success: boolean;
|
|
3449
|
+
operation: "remove_candidate_from_project";
|
|
3450
|
+
}, {
|
|
3451
|
+
error: string;
|
|
3452
|
+
success: boolean;
|
|
3453
|
+
operation: "remove_candidate_from_project";
|
|
3454
|
+
}>, import("zod").ZodObject<{
|
|
3455
|
+
operation: import("zod").ZodLiteral<"list_project_candidate_ids">;
|
|
3456
|
+
success: import("zod").ZodBoolean;
|
|
3457
|
+
candidate_ids: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3458
|
+
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3459
|
+
more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3460
|
+
error: import("zod").ZodString;
|
|
3461
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3462
|
+
error: string;
|
|
3463
|
+
success: boolean;
|
|
3464
|
+
operation: "list_project_candidate_ids";
|
|
3465
|
+
next_cursor?: string | undefined;
|
|
3466
|
+
more_data_available?: boolean | undefined;
|
|
3467
|
+
candidate_ids?: string[] | undefined;
|
|
3468
|
+
}, {
|
|
3469
|
+
error: string;
|
|
3470
|
+
success: boolean;
|
|
3471
|
+
operation: "list_project_candidate_ids";
|
|
3472
|
+
next_cursor?: string | undefined;
|
|
3473
|
+
more_data_available?: boolean | undefined;
|
|
3474
|
+
candidate_ids?: string[] | undefined;
|
|
3475
|
+
}>, import("zod").ZodObject<{
|
|
3476
|
+
operation: import("zod").ZodLiteral<"get_all_candidates_with_projects">;
|
|
3477
|
+
success: import("zod").ZodBoolean;
|
|
3478
|
+
candidates: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3479
|
+
id: import("zod").ZodString;
|
|
3480
|
+
name: import("zod").ZodString;
|
|
3481
|
+
email: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3482
|
+
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3483
|
+
linkedinUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3484
|
+
position: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3485
|
+
company: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3486
|
+
tags: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3487
|
+
projectIds: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3488
|
+
projectNames: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3489
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3490
|
+
name: string;
|
|
3491
|
+
email: string | null;
|
|
3492
|
+
id: string;
|
|
3493
|
+
tags: string[];
|
|
3494
|
+
phone: string | null;
|
|
3495
|
+
linkedinUrl: string | null;
|
|
3496
|
+
position: string | null;
|
|
3497
|
+
company: string | null;
|
|
3498
|
+
projectIds: string[];
|
|
3499
|
+
projectNames: string[];
|
|
3500
|
+
}, {
|
|
3501
|
+
name: string;
|
|
3502
|
+
email: string | null;
|
|
3503
|
+
id: string;
|
|
3504
|
+
tags: string[];
|
|
3505
|
+
phone: string | null;
|
|
3506
|
+
linkedinUrl: string | null;
|
|
3507
|
+
position: string | null;
|
|
3508
|
+
company: string | null;
|
|
3509
|
+
projectIds: string[];
|
|
3510
|
+
projectNames: string[];
|
|
3511
|
+
}>, "many">>;
|
|
3512
|
+
projects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3513
|
+
id: import("zod").ZodString;
|
|
3514
|
+
title: import("zod").ZodString;
|
|
3515
|
+
isArchived: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3516
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3517
|
+
title: string;
|
|
3518
|
+
id: string;
|
|
3519
|
+
isArchived?: boolean | undefined;
|
|
3520
|
+
}, {
|
|
3521
|
+
title: string;
|
|
3522
|
+
id: string;
|
|
3523
|
+
isArchived?: boolean | undefined;
|
|
3524
|
+
}>, "many">>;
|
|
3525
|
+
total_candidates: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3526
|
+
total_enriched: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3527
|
+
error: import("zod").ZodString;
|
|
3528
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3529
|
+
error: string;
|
|
3530
|
+
success: boolean;
|
|
3531
|
+
operation: "get_all_candidates_with_projects";
|
|
3532
|
+
projects?: {
|
|
3533
|
+
title: string;
|
|
3534
|
+
id: string;
|
|
3535
|
+
isArchived?: boolean | undefined;
|
|
3536
|
+
}[] | undefined;
|
|
3537
|
+
candidates?: {
|
|
3538
|
+
name: string;
|
|
3539
|
+
email: string | null;
|
|
3540
|
+
id: string;
|
|
3541
|
+
tags: string[];
|
|
3542
|
+
phone: string | null;
|
|
3543
|
+
linkedinUrl: string | null;
|
|
3544
|
+
position: string | null;
|
|
3545
|
+
company: string | null;
|
|
3546
|
+
projectIds: string[];
|
|
3547
|
+
projectNames: string[];
|
|
3548
|
+
}[] | undefined;
|
|
3549
|
+
total_candidates?: number | undefined;
|
|
3550
|
+
total_enriched?: number | undefined;
|
|
3551
|
+
}, {
|
|
3552
|
+
error: string;
|
|
3553
|
+
success: boolean;
|
|
3554
|
+
operation: "get_all_candidates_with_projects";
|
|
3555
|
+
projects?: {
|
|
3556
|
+
title: string;
|
|
3557
|
+
id: string;
|
|
3558
|
+
isArchived?: boolean | undefined;
|
|
3559
|
+
}[] | undefined;
|
|
3560
|
+
candidates?: {
|
|
3561
|
+
name: string;
|
|
3562
|
+
email: string | null;
|
|
3563
|
+
id: string;
|
|
3564
|
+
tags: string[];
|
|
3565
|
+
phone: string | null;
|
|
3566
|
+
linkedinUrl: string | null;
|
|
3567
|
+
position: string | null;
|
|
3568
|
+
company: string | null;
|
|
3569
|
+
projectIds: string[];
|
|
3570
|
+
projectNames: string[];
|
|
3571
|
+
}[] | undefined;
|
|
3572
|
+
total_candidates?: number | undefined;
|
|
3573
|
+
total_enriched?: number | undefined;
|
|
3235
3574
|
}>]>;
|
|
3236
3575
|
static readonly shortDescription = "Ashby ATS integration for candidate management";
|
|
3237
3576
|
static readonly longDescription = "\n Ashby is an applicant tracking system (ATS) for modern recruiting teams.\n This bubble provides operations for:\n - Listing and filtering candidates, jobs, applications, and sources\n - Retrieving candidate, job, and application details\n - Creating and updating candidates\n - Searching candidates by email or name\n - Managing candidate tags (list, create, add to candidates)\n - Managing applications (create, change stage)\n - Adding and listing notes on candidates\n - Listing interview stages for jobs\n - Getting resume download URLs\n - Listing custom field definitions\n\n Security Features:\n - Uses HTTP Basic Authentication with API key\n - API key is stored encrypted and never exposed in logs\n\n Use Cases:\n - Sync candidates from external sources\n - Automate candidate tagging workflows\n - Build custom recruiting dashboards\n - Integrate recruiting data with other systems\n - Track application pipeline stages\n - Download candidate resumes\n ";
|
|
@@ -3354,5 +3693,37 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
3354
3693
|
* Get a download URL for a file (e.g., resume)
|
|
3355
3694
|
*/
|
|
3356
3695
|
private getFileUrl;
|
|
3696
|
+
/**
|
|
3697
|
+
* List all projects
|
|
3698
|
+
*/
|
|
3699
|
+
private listProjects;
|
|
3700
|
+
/**
|
|
3701
|
+
* Get project details by finding it in the project list.
|
|
3702
|
+
*/
|
|
3703
|
+
private getProject;
|
|
3704
|
+
/**
|
|
3705
|
+
* List projects a candidate belongs to
|
|
3706
|
+
*/
|
|
3707
|
+
private listCandidateProjects;
|
|
3708
|
+
/**
|
|
3709
|
+
* Add a candidate to a project
|
|
3710
|
+
*/
|
|
3711
|
+
private addCandidateToProject;
|
|
3712
|
+
/**
|
|
3713
|
+
* Remove a candidate from a project
|
|
3714
|
+
*/
|
|
3715
|
+
private removeCandidateFromProject;
|
|
3716
|
+
/**
|
|
3717
|
+
* List candidate IDs belonging to a project
|
|
3718
|
+
*/
|
|
3719
|
+
private listProjectCandidateIds;
|
|
3720
|
+
/**
|
|
3721
|
+
* Paginate all candidates, fetch all projects, then enrich each
|
|
3722
|
+
* candidate with their project associations via candidate.listProjects.
|
|
3723
|
+
*
|
|
3724
|
+
* Long-running operation — uses configurable concurrency with
|
|
3725
|
+
* Promise.allSettled for resilience against individual failures.
|
|
3726
|
+
*/
|
|
3727
|
+
private getAllCandidatesWithProjects;
|
|
3357
3728
|
}
|
|
3358
3729
|
//# sourceMappingURL=ashby.d.ts.map
|