@bubblelab/bubble-core 0.1.99 → 0.1.101
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 +166 -126
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- 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 +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- 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 +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +475 -475
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- 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 +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -231,8 +231,8 @@ export declare const AshbyCustomFieldDefinitionSchema: z.ZodObject<{
|
|
|
231
231
|
}, "strip", z.ZodTypeAny, {
|
|
232
232
|
title: string;
|
|
233
233
|
id: string;
|
|
234
|
-
isPrivate: boolean;
|
|
235
234
|
isArchived: boolean;
|
|
235
|
+
isPrivate: boolean;
|
|
236
236
|
objectType: string;
|
|
237
237
|
fieldType: string;
|
|
238
238
|
selectableValues?: {
|
|
@@ -243,8 +243,8 @@ export declare const AshbyCustomFieldDefinitionSchema: z.ZodObject<{
|
|
|
243
243
|
}, {
|
|
244
244
|
title: string;
|
|
245
245
|
id: string;
|
|
246
|
-
isPrivate: boolean;
|
|
247
246
|
isArchived: boolean;
|
|
247
|
+
isPrivate: boolean;
|
|
248
248
|
objectType: string;
|
|
249
249
|
fieldType: string;
|
|
250
250
|
selectableValues?: {
|
|
@@ -391,28 +391,24 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
391
391
|
isArchived?: boolean | undefined;
|
|
392
392
|
}[] | undefined;
|
|
393
393
|
createdAt?: string | undefined;
|
|
394
|
+
company?: string | null | undefined;
|
|
395
|
+
position?: string | null | undefined;
|
|
394
396
|
updatedAt?: string | undefined;
|
|
395
397
|
primaryEmailAddress?: {
|
|
396
398
|
value: string;
|
|
397
399
|
type: "Personal" | "Work" | "Other";
|
|
398
400
|
isPrimary: boolean;
|
|
399
401
|
} | null | undefined;
|
|
400
|
-
|
|
402
|
+
emailAddresses?: {
|
|
401
403
|
value: string;
|
|
402
404
|
type: "Personal" | "Work" | "Other";
|
|
403
405
|
isPrimary: boolean;
|
|
404
|
-
} | null | undefined;
|
|
405
|
-
customFields?: {
|
|
406
|
-
title: string;
|
|
407
|
-
id: string;
|
|
408
|
-
value?: unknown;
|
|
409
|
-
isPrivate?: boolean | undefined;
|
|
410
406
|
}[] | undefined;
|
|
411
|
-
|
|
407
|
+
primaryPhoneNumber?: {
|
|
412
408
|
value: string;
|
|
413
409
|
type: "Personal" | "Work" | "Other";
|
|
414
410
|
isPrimary: boolean;
|
|
415
|
-
}
|
|
411
|
+
} | null | undefined;
|
|
416
412
|
phoneNumbers?: {
|
|
417
413
|
value: string;
|
|
418
414
|
type: "Personal" | "Work" | "Other";
|
|
@@ -422,8 +418,6 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
422
418
|
type: string;
|
|
423
419
|
url: string;
|
|
424
420
|
}[] | undefined;
|
|
425
|
-
position?: string | null | undefined;
|
|
426
|
-
company?: string | null | undefined;
|
|
427
421
|
school?: string | null | undefined;
|
|
428
422
|
applicationIds?: string[] | undefined;
|
|
429
423
|
resumeFileHandle?: {
|
|
@@ -436,6 +430,12 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
436
430
|
id: string;
|
|
437
431
|
handle: string;
|
|
438
432
|
}[] | undefined;
|
|
433
|
+
customFields?: {
|
|
434
|
+
title: string;
|
|
435
|
+
id: string;
|
|
436
|
+
value?: unknown;
|
|
437
|
+
isPrivate?: boolean | undefined;
|
|
438
|
+
}[] | undefined;
|
|
439
439
|
}, {
|
|
440
440
|
name: string;
|
|
441
441
|
id: string;
|
|
@@ -445,28 +445,24 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
445
445
|
isArchived?: boolean | undefined;
|
|
446
446
|
}[] | undefined;
|
|
447
447
|
createdAt?: string | undefined;
|
|
448
|
+
company?: string | null | undefined;
|
|
449
|
+
position?: string | null | undefined;
|
|
448
450
|
updatedAt?: string | undefined;
|
|
449
451
|
primaryEmailAddress?: {
|
|
450
452
|
value: string;
|
|
451
453
|
type: "Personal" | "Work" | "Other";
|
|
452
454
|
isPrimary: boolean;
|
|
453
455
|
} | null | undefined;
|
|
454
|
-
|
|
456
|
+
emailAddresses?: {
|
|
455
457
|
value: string;
|
|
456
458
|
type: "Personal" | "Work" | "Other";
|
|
457
459
|
isPrimary: boolean;
|
|
458
|
-
} | null | undefined;
|
|
459
|
-
customFields?: {
|
|
460
|
-
title: string;
|
|
461
|
-
id: string;
|
|
462
|
-
value?: unknown;
|
|
463
|
-
isPrivate?: boolean | undefined;
|
|
464
460
|
}[] | undefined;
|
|
465
|
-
|
|
461
|
+
primaryPhoneNumber?: {
|
|
466
462
|
value: string;
|
|
467
463
|
type: "Personal" | "Work" | "Other";
|
|
468
464
|
isPrimary: boolean;
|
|
469
|
-
}
|
|
465
|
+
} | null | undefined;
|
|
470
466
|
phoneNumbers?: {
|
|
471
467
|
value: string;
|
|
472
468
|
type: "Personal" | "Work" | "Other";
|
|
@@ -476,8 +472,6 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
476
472
|
type: string;
|
|
477
473
|
url: string;
|
|
478
474
|
}[] | undefined;
|
|
479
|
-
position?: string | null | undefined;
|
|
480
|
-
company?: string | null | undefined;
|
|
481
475
|
school?: string | null | undefined;
|
|
482
476
|
applicationIds?: string[] | undefined;
|
|
483
477
|
resumeFileHandle?: {
|
|
@@ -490,6 +484,12 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
490
484
|
id: string;
|
|
491
485
|
handle: string;
|
|
492
486
|
}[] | undefined;
|
|
487
|
+
customFields?: {
|
|
488
|
+
title: string;
|
|
489
|
+
id: string;
|
|
490
|
+
value?: unknown;
|
|
491
|
+
isPrivate?: boolean | undefined;
|
|
492
|
+
}[] | undefined;
|
|
493
493
|
}>;
|
|
494
494
|
export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
495
495
|
operation: z.ZodLiteral<"list_candidates">;
|
|
@@ -559,12 +559,12 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
559
559
|
type: "Personal" | "Work" | "Other";
|
|
560
560
|
email: string;
|
|
561
561
|
}[] | undefined;
|
|
562
|
+
tag?: string | undefined;
|
|
562
563
|
phone_number?: string | undefined;
|
|
563
564
|
linkedin_url?: string | undefined;
|
|
564
565
|
github_url?: string | undefined;
|
|
565
566
|
source_id?: string | undefined;
|
|
566
567
|
credited_to_user_id?: string | undefined;
|
|
567
|
-
tag?: string | undefined;
|
|
568
568
|
}, {
|
|
569
569
|
name: string;
|
|
570
570
|
operation: "create_candidate";
|
|
@@ -574,12 +574,12 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
574
574
|
type: "Personal" | "Work" | "Other";
|
|
575
575
|
email: string;
|
|
576
576
|
}[] | undefined;
|
|
577
|
+
tag?: string | undefined;
|
|
577
578
|
phone_number?: string | undefined;
|
|
578
579
|
linkedin_url?: string | undefined;
|
|
579
580
|
github_url?: string | undefined;
|
|
580
581
|
source_id?: string | undefined;
|
|
581
582
|
credited_to_user_id?: string | undefined;
|
|
582
|
-
tag?: string | undefined;
|
|
583
583
|
allow_duplicate_linkedin?: boolean | undefined;
|
|
584
584
|
}>, z.ZodObject<{
|
|
585
585
|
operation: z.ZodLiteral<"search_candidates">;
|
|
@@ -589,13 +589,13 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
589
589
|
}, "strip", z.ZodTypeAny, {
|
|
590
590
|
operation: "search_candidates";
|
|
591
591
|
name?: string | undefined;
|
|
592
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
593
592
|
email?: string | undefined;
|
|
593
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
594
594
|
}, {
|
|
595
595
|
operation: "search_candidates";
|
|
596
596
|
name?: string | undefined;
|
|
597
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
598
597
|
email?: string | undefined;
|
|
598
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
599
599
|
}>, z.ZodObject<{
|
|
600
600
|
operation: z.ZodLiteral<"add_tag">;
|
|
601
601
|
candidate_id: z.ZodString;
|
|
@@ -792,28 +792,24 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
792
792
|
isArchived?: boolean | undefined;
|
|
793
793
|
}[] | undefined;
|
|
794
794
|
createdAt?: string | undefined;
|
|
795
|
+
company?: string | null | undefined;
|
|
796
|
+
position?: string | null | undefined;
|
|
795
797
|
updatedAt?: string | undefined;
|
|
796
798
|
primaryEmailAddress?: {
|
|
797
799
|
value: string;
|
|
798
800
|
type: "Personal" | "Work" | "Other";
|
|
799
801
|
isPrimary: boolean;
|
|
800
802
|
} | null | undefined;
|
|
801
|
-
|
|
803
|
+
emailAddresses?: {
|
|
802
804
|
value: string;
|
|
803
805
|
type: "Personal" | "Work" | "Other";
|
|
804
806
|
isPrimary: boolean;
|
|
805
|
-
} | null | undefined;
|
|
806
|
-
customFields?: {
|
|
807
|
-
title: string;
|
|
808
|
-
id: string;
|
|
809
|
-
value?: unknown;
|
|
810
|
-
isPrivate?: boolean | undefined;
|
|
811
807
|
}[] | undefined;
|
|
812
|
-
|
|
808
|
+
primaryPhoneNumber?: {
|
|
813
809
|
value: string;
|
|
814
810
|
type: "Personal" | "Work" | "Other";
|
|
815
811
|
isPrimary: boolean;
|
|
816
|
-
}
|
|
812
|
+
} | null | undefined;
|
|
817
813
|
phoneNumbers?: {
|
|
818
814
|
value: string;
|
|
819
815
|
type: "Personal" | "Work" | "Other";
|
|
@@ -823,8 +819,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
823
819
|
type: string;
|
|
824
820
|
url: string;
|
|
825
821
|
}[] | undefined;
|
|
826
|
-
position?: string | null | undefined;
|
|
827
|
-
company?: string | null | undefined;
|
|
828
822
|
school?: string | null | undefined;
|
|
829
823
|
applicationIds?: string[] | undefined;
|
|
830
824
|
resumeFileHandle?: {
|
|
@@ -837,6 +831,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
837
831
|
id: string;
|
|
838
832
|
handle: string;
|
|
839
833
|
}[] | undefined;
|
|
834
|
+
customFields?: {
|
|
835
|
+
title: string;
|
|
836
|
+
id: string;
|
|
837
|
+
value?: unknown;
|
|
838
|
+
isPrivate?: boolean | undefined;
|
|
839
|
+
}[] | undefined;
|
|
840
840
|
}, {
|
|
841
841
|
name: string;
|
|
842
842
|
id: string;
|
|
@@ -846,28 +846,24 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
846
846
|
isArchived?: boolean | undefined;
|
|
847
847
|
}[] | undefined;
|
|
848
848
|
createdAt?: string | undefined;
|
|
849
|
+
company?: string | null | undefined;
|
|
850
|
+
position?: string | null | undefined;
|
|
849
851
|
updatedAt?: string | undefined;
|
|
850
852
|
primaryEmailAddress?: {
|
|
851
853
|
value: string;
|
|
852
854
|
type: "Personal" | "Work" | "Other";
|
|
853
855
|
isPrimary: boolean;
|
|
854
856
|
} | null | undefined;
|
|
855
|
-
|
|
857
|
+
emailAddresses?: {
|
|
856
858
|
value: string;
|
|
857
859
|
type: "Personal" | "Work" | "Other";
|
|
858
860
|
isPrimary: boolean;
|
|
859
|
-
} | null | undefined;
|
|
860
|
-
customFields?: {
|
|
861
|
-
title: string;
|
|
862
|
-
id: string;
|
|
863
|
-
value?: unknown;
|
|
864
|
-
isPrivate?: boolean | undefined;
|
|
865
861
|
}[] | undefined;
|
|
866
|
-
|
|
862
|
+
primaryPhoneNumber?: {
|
|
867
863
|
value: string;
|
|
868
864
|
type: "Personal" | "Work" | "Other";
|
|
869
865
|
isPrimary: boolean;
|
|
870
|
-
}
|
|
866
|
+
} | null | undefined;
|
|
871
867
|
phoneNumbers?: {
|
|
872
868
|
value: string;
|
|
873
869
|
type: "Personal" | "Work" | "Other";
|
|
@@ -877,8 +873,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
877
873
|
type: string;
|
|
878
874
|
url: string;
|
|
879
875
|
}[] | undefined;
|
|
880
|
-
position?: string | null | undefined;
|
|
881
|
-
company?: string | null | undefined;
|
|
882
876
|
school?: string | null | undefined;
|
|
883
877
|
applicationIds?: string[] | undefined;
|
|
884
878
|
resumeFileHandle?: {
|
|
@@ -891,14 +885,20 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
891
885
|
id: string;
|
|
892
886
|
handle: string;
|
|
893
887
|
}[] | undefined;
|
|
888
|
+
customFields?: {
|
|
889
|
+
title: string;
|
|
890
|
+
id: string;
|
|
891
|
+
value?: unknown;
|
|
892
|
+
isPrivate?: boolean | undefined;
|
|
893
|
+
}[] | undefined;
|
|
894
894
|
}>, "many">>;
|
|
895
895
|
next_cursor: z.ZodOptional<z.ZodString>;
|
|
896
896
|
more_data_available: z.ZodOptional<z.ZodBoolean>;
|
|
897
897
|
sync_token: z.ZodOptional<z.ZodString>;
|
|
898
898
|
error: z.ZodString;
|
|
899
899
|
}, "strip", z.ZodTypeAny, {
|
|
900
|
-
error: string;
|
|
901
900
|
success: boolean;
|
|
901
|
+
error: string;
|
|
902
902
|
operation: "list_candidates";
|
|
903
903
|
next_cursor?: string | undefined;
|
|
904
904
|
sync_token?: string | undefined;
|
|
@@ -911,28 +911,24 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
911
911
|
isArchived?: boolean | undefined;
|
|
912
912
|
}[] | undefined;
|
|
913
913
|
createdAt?: string | undefined;
|
|
914
|
+
company?: string | null | undefined;
|
|
915
|
+
position?: string | null | undefined;
|
|
914
916
|
updatedAt?: string | undefined;
|
|
915
917
|
primaryEmailAddress?: {
|
|
916
918
|
value: string;
|
|
917
919
|
type: "Personal" | "Work" | "Other";
|
|
918
920
|
isPrimary: boolean;
|
|
919
921
|
} | null | undefined;
|
|
920
|
-
|
|
922
|
+
emailAddresses?: {
|
|
921
923
|
value: string;
|
|
922
924
|
type: "Personal" | "Work" | "Other";
|
|
923
925
|
isPrimary: boolean;
|
|
924
|
-
} | null | undefined;
|
|
925
|
-
customFields?: {
|
|
926
|
-
title: string;
|
|
927
|
-
id: string;
|
|
928
|
-
value?: unknown;
|
|
929
|
-
isPrivate?: boolean | undefined;
|
|
930
926
|
}[] | undefined;
|
|
931
|
-
|
|
927
|
+
primaryPhoneNumber?: {
|
|
932
928
|
value: string;
|
|
933
929
|
type: "Personal" | "Work" | "Other";
|
|
934
930
|
isPrimary: boolean;
|
|
935
|
-
}
|
|
931
|
+
} | null | undefined;
|
|
936
932
|
phoneNumbers?: {
|
|
937
933
|
value: string;
|
|
938
934
|
type: "Personal" | "Work" | "Other";
|
|
@@ -942,8 +938,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
942
938
|
type: string;
|
|
943
939
|
url: string;
|
|
944
940
|
}[] | undefined;
|
|
945
|
-
position?: string | null | undefined;
|
|
946
|
-
company?: string | null | undefined;
|
|
947
941
|
school?: string | null | undefined;
|
|
948
942
|
applicationIds?: string[] | undefined;
|
|
949
943
|
resumeFileHandle?: {
|
|
@@ -956,11 +950,17 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
956
950
|
id: string;
|
|
957
951
|
handle: string;
|
|
958
952
|
}[] | undefined;
|
|
953
|
+
customFields?: {
|
|
954
|
+
title: string;
|
|
955
|
+
id: string;
|
|
956
|
+
value?: unknown;
|
|
957
|
+
isPrivate?: boolean | undefined;
|
|
958
|
+
}[] | undefined;
|
|
959
959
|
}[] | undefined;
|
|
960
960
|
more_data_available?: boolean | undefined;
|
|
961
961
|
}, {
|
|
962
|
-
error: string;
|
|
963
962
|
success: boolean;
|
|
963
|
+
error: string;
|
|
964
964
|
operation: "list_candidates";
|
|
965
965
|
next_cursor?: string | undefined;
|
|
966
966
|
sync_token?: string | undefined;
|
|
@@ -973,28 +973,24 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
973
973
|
isArchived?: boolean | undefined;
|
|
974
974
|
}[] | undefined;
|
|
975
975
|
createdAt?: string | undefined;
|
|
976
|
+
company?: string | null | undefined;
|
|
977
|
+
position?: string | null | undefined;
|
|
976
978
|
updatedAt?: string | undefined;
|
|
977
979
|
primaryEmailAddress?: {
|
|
978
980
|
value: string;
|
|
979
981
|
type: "Personal" | "Work" | "Other";
|
|
980
982
|
isPrimary: boolean;
|
|
981
983
|
} | null | undefined;
|
|
982
|
-
|
|
984
|
+
emailAddresses?: {
|
|
983
985
|
value: string;
|
|
984
986
|
type: "Personal" | "Work" | "Other";
|
|
985
987
|
isPrimary: boolean;
|
|
986
|
-
} | null | undefined;
|
|
987
|
-
customFields?: {
|
|
988
|
-
title: string;
|
|
989
|
-
id: string;
|
|
990
|
-
value?: unknown;
|
|
991
|
-
isPrivate?: boolean | undefined;
|
|
992
988
|
}[] | undefined;
|
|
993
|
-
|
|
989
|
+
primaryPhoneNumber?: {
|
|
994
990
|
value: string;
|
|
995
991
|
type: "Personal" | "Work" | "Other";
|
|
996
992
|
isPrimary: boolean;
|
|
997
|
-
}
|
|
993
|
+
} | null | undefined;
|
|
998
994
|
phoneNumbers?: {
|
|
999
995
|
value: string;
|
|
1000
996
|
type: "Personal" | "Work" | "Other";
|
|
@@ -1004,8 +1000,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1004
1000
|
type: string;
|
|
1005
1001
|
url: string;
|
|
1006
1002
|
}[] | undefined;
|
|
1007
|
-
position?: string | null | undefined;
|
|
1008
|
-
company?: string | null | undefined;
|
|
1009
1003
|
school?: string | null | undefined;
|
|
1010
1004
|
applicationIds?: string[] | undefined;
|
|
1011
1005
|
resumeFileHandle?: {
|
|
@@ -1018,6 +1012,12 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1018
1012
|
id: string;
|
|
1019
1013
|
handle: string;
|
|
1020
1014
|
}[] | undefined;
|
|
1015
|
+
customFields?: {
|
|
1016
|
+
title: string;
|
|
1017
|
+
id: string;
|
|
1018
|
+
value?: unknown;
|
|
1019
|
+
isPrivate?: boolean | undefined;
|
|
1020
|
+
}[] | undefined;
|
|
1021
1021
|
}[] | undefined;
|
|
1022
1022
|
more_data_available?: boolean | undefined;
|
|
1023
1023
|
}>, z.ZodObject<{
|
|
@@ -1115,8 +1115,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1115
1115
|
}>>;
|
|
1116
1116
|
error: z.ZodString;
|
|
1117
1117
|
}, "strip", z.ZodTypeAny, {
|
|
1118
|
-
error: string;
|
|
1119
1118
|
success: boolean;
|
|
1119
|
+
error: string;
|
|
1120
1120
|
operation: "get_candidate";
|
|
1121
1121
|
candidate?: {
|
|
1122
1122
|
name: string;
|
|
@@ -1141,8 +1141,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1141
1141
|
}[] | undefined;
|
|
1142
1142
|
} | undefined;
|
|
1143
1143
|
}, {
|
|
1144
|
-
error: string;
|
|
1145
1144
|
success: boolean;
|
|
1145
|
+
error: string;
|
|
1146
1146
|
operation: "get_candidate";
|
|
1147
1147
|
candidate?: {
|
|
1148
1148
|
name: string;
|
|
@@ -1262,8 +1262,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1262
1262
|
duplicate: z.ZodOptional<z.ZodBoolean>;
|
|
1263
1263
|
error: z.ZodString;
|
|
1264
1264
|
}, "strip", z.ZodTypeAny, {
|
|
1265
|
-
error: string;
|
|
1266
1265
|
success: boolean;
|
|
1266
|
+
error: string;
|
|
1267
1267
|
operation: "create_candidate";
|
|
1268
1268
|
candidate?: {
|
|
1269
1269
|
name: string;
|
|
@@ -1289,8 +1289,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1289
1289
|
} | undefined;
|
|
1290
1290
|
duplicate?: boolean | undefined;
|
|
1291
1291
|
}, {
|
|
1292
|
-
error: string;
|
|
1293
1292
|
success: boolean;
|
|
1293
|
+
error: string;
|
|
1294
1294
|
operation: "create_candidate";
|
|
1295
1295
|
candidate?: {
|
|
1296
1296
|
name: string;
|
|
@@ -1410,8 +1410,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1410
1410
|
}>, "many">>;
|
|
1411
1411
|
error: z.ZodString;
|
|
1412
1412
|
}, "strip", z.ZodTypeAny, {
|
|
1413
|
-
error: string;
|
|
1414
1413
|
success: boolean;
|
|
1414
|
+
error: string;
|
|
1415
1415
|
operation: "search_candidates";
|
|
1416
1416
|
candidates?: {
|
|
1417
1417
|
name: string;
|
|
@@ -1436,8 +1436,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1436
1436
|
}[] | undefined;
|
|
1437
1437
|
}[] | undefined;
|
|
1438
1438
|
}, {
|
|
1439
|
-
error: string;
|
|
1440
1439
|
success: boolean;
|
|
1440
|
+
error: string;
|
|
1441
1441
|
operation: "search_candidates";
|
|
1442
1442
|
candidates?: {
|
|
1443
1443
|
name: string;
|
|
@@ -1556,8 +1556,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1556
1556
|
}>>;
|
|
1557
1557
|
error: z.ZodString;
|
|
1558
1558
|
}, "strip", z.ZodTypeAny, {
|
|
1559
|
-
error: string;
|
|
1560
1559
|
success: boolean;
|
|
1560
|
+
error: string;
|
|
1561
1561
|
operation: "add_tag";
|
|
1562
1562
|
candidate?: {
|
|
1563
1563
|
name: string;
|
|
@@ -1582,8 +1582,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1582
1582
|
}[] | undefined;
|
|
1583
1583
|
} | undefined;
|
|
1584
1584
|
}, {
|
|
1585
|
-
error: string;
|
|
1586
1585
|
success: boolean;
|
|
1586
|
+
error: string;
|
|
1587
1587
|
operation: "add_tag";
|
|
1588
1588
|
candidate?: {
|
|
1589
1589
|
name: string;
|
|
@@ -1625,8 +1625,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1625
1625
|
}>, "many">>;
|
|
1626
1626
|
error: z.ZodString;
|
|
1627
1627
|
}, "strip", z.ZodTypeAny, {
|
|
1628
|
-
error: string;
|
|
1629
1628
|
success: boolean;
|
|
1629
|
+
error: string;
|
|
1630
1630
|
operation: "list_tags";
|
|
1631
1631
|
tags?: {
|
|
1632
1632
|
title: string;
|
|
@@ -1634,8 +1634,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1634
1634
|
isArchived?: boolean | undefined;
|
|
1635
1635
|
}[] | undefined;
|
|
1636
1636
|
}, {
|
|
1637
|
-
error: string;
|
|
1638
1637
|
success: boolean;
|
|
1638
|
+
error: string;
|
|
1639
1639
|
operation: "list_tags";
|
|
1640
1640
|
tags?: {
|
|
1641
1641
|
title: string;
|
|
@@ -1660,8 +1660,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1660
1660
|
}>>;
|
|
1661
1661
|
error: z.ZodString;
|
|
1662
1662
|
}, "strip", z.ZodTypeAny, {
|
|
1663
|
-
error: string;
|
|
1664
1663
|
success: boolean;
|
|
1664
|
+
error: string;
|
|
1665
1665
|
operation: "create_tag";
|
|
1666
1666
|
tag?: {
|
|
1667
1667
|
title: string;
|
|
@@ -1669,8 +1669,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1669
1669
|
isArchived?: boolean | undefined;
|
|
1670
1670
|
} | undefined;
|
|
1671
1671
|
}, {
|
|
1672
|
-
error: string;
|
|
1673
1672
|
success: boolean;
|
|
1673
|
+
error: string;
|
|
1674
1674
|
operation: "create_tag";
|
|
1675
1675
|
tag?: {
|
|
1676
1676
|
title: string;
|
|
@@ -1703,8 +1703,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1703
1703
|
}, "strip", z.ZodTypeAny, {
|
|
1704
1704
|
title: string;
|
|
1705
1705
|
id: string;
|
|
1706
|
-
isPrivate: boolean;
|
|
1707
1706
|
isArchived: boolean;
|
|
1707
|
+
isPrivate: boolean;
|
|
1708
1708
|
objectType: string;
|
|
1709
1709
|
fieldType: string;
|
|
1710
1710
|
selectableValues?: {
|
|
@@ -1715,8 +1715,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1715
1715
|
}, {
|
|
1716
1716
|
title: string;
|
|
1717
1717
|
id: string;
|
|
1718
|
-
isPrivate: boolean;
|
|
1719
1718
|
isArchived: boolean;
|
|
1719
|
+
isPrivate: boolean;
|
|
1720
1720
|
objectType: string;
|
|
1721
1721
|
fieldType: string;
|
|
1722
1722
|
selectableValues?: {
|
|
@@ -1730,8 +1730,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1730
1730
|
sync_token: z.ZodOptional<z.ZodString>;
|
|
1731
1731
|
error: z.ZodString;
|
|
1732
1732
|
}, "strip", z.ZodTypeAny, {
|
|
1733
|
-
error: string;
|
|
1734
1733
|
success: boolean;
|
|
1734
|
+
error: string;
|
|
1735
1735
|
operation: "list_custom_fields";
|
|
1736
1736
|
next_cursor?: string | undefined;
|
|
1737
1737
|
sync_token?: string | undefined;
|
|
@@ -1739,8 +1739,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1739
1739
|
custom_fields?: {
|
|
1740
1740
|
title: string;
|
|
1741
1741
|
id: string;
|
|
1742
|
-
isPrivate: boolean;
|
|
1743
1742
|
isArchived: boolean;
|
|
1743
|
+
isPrivate: boolean;
|
|
1744
1744
|
objectType: string;
|
|
1745
1745
|
fieldType: string;
|
|
1746
1746
|
selectableValues?: {
|
|
@@ -1750,8 +1750,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1750
1750
|
}[] | undefined;
|
|
1751
1751
|
}[] | undefined;
|
|
1752
1752
|
}, {
|
|
1753
|
-
error: string;
|
|
1754
1753
|
success: boolean;
|
|
1754
|
+
error: string;
|
|
1755
1755
|
operation: "list_custom_fields";
|
|
1756
1756
|
next_cursor?: string | undefined;
|
|
1757
1757
|
sync_token?: string | undefined;
|
|
@@ -1759,8 +1759,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1759
1759
|
custom_fields?: {
|
|
1760
1760
|
title: string;
|
|
1761
1761
|
id: string;
|
|
1762
|
-
isPrivate: boolean;
|
|
1763
1762
|
isArchived: boolean;
|
|
1763
|
+
isPrivate: boolean;
|
|
1764
1764
|
objectType: string;
|
|
1765
1765
|
fieldType: string;
|
|
1766
1766
|
selectableValues?: {
|