@bubblelab/bubble-core 0.1.122 → 0.1.124

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.
Files changed (119) hide show
  1. package/dist/bubble-bundle.d.ts +163 -143
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +2 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +148 -148
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +106 -106
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  8. package/dist/bubbles/service-bubble/ai-agent.js +168 -87
  9. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  10. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  11. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  15. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  16. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  17. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  18. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  19. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
  20. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  21. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  22. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +96 -96
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +34 -34
  25. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  26. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +130 -130
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +162 -162
  29. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  30. package/dist/bubbles/service-bubble/firecrawl.d.ts +864 -864
  31. package/dist/bubbles/service-bubble/followupboss.d.ts +164 -164
  32. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +72 -72
  33. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +112 -112
  34. package/dist/bubbles/service-bubble/github.d.ts +152 -152
  35. package/dist/bubbles/service-bubble/gmail.d.ts +657 -657
  36. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  37. package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
  38. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +56 -56
  40. package/dist/bubbles/service-bubble/http.d.ts +22 -22
  41. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +70 -70
  43. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +74 -74
  44. package/dist/bubbles/service-bubble/notion/notion.d.ts +642 -642
  45. package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
  46. package/dist/bubbles/service-bubble/notion/notion.js +2 -1
  47. package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
  48. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  49. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  50. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  51. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  52. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  54. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  64. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  65. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  66. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  67. package/dist/bubbles/service-bubble/slack/slack.d.ts +684 -684
  68. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  69. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +153 -153
  70. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +175 -175
  71. package/dist/bubbles/service-bubble/telegram.d.ts +1590 -1590
  72. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +17 -17
  73. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +17 -17
  74. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  75. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
  76. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +58 -58
  78. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  79. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  80. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  81. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  82. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +378 -378
  83. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +235 -0
  85. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/list-capabilities-tool.js +105 -0
  87. package/dist/bubbles/tool-bubble/list-capabilities-tool.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
  89. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  90. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  91. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
  92. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +178 -178
  93. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  94. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  96. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  97. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +50 -50
  98. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +48 -48
  99. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +36 -36
  100. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  101. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  102. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  103. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  104. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +108 -108
  105. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  106. package/dist/bubbles.json +137 -4
  107. package/dist/capabilities/define-capability.d.ts +8 -2
  108. package/dist/capabilities/define-capability.d.ts.map +1 -1
  109. package/dist/capabilities/define-capability.js +3 -0
  110. package/dist/capabilities/define-capability.js.map +1 -1
  111. package/dist/index.d.ts +1 -0
  112. package/dist/index.d.ts.map +1 -1
  113. package/dist/index.js +1 -0
  114. package/dist/index.js.map +1 -1
  115. package/dist/types/available-tools.d.ts +1 -1
  116. package/dist/types/available-tools.d.ts.map +1 -1
  117. package/dist/types/available-tools.js +1 -0
  118. package/dist/types/available-tools.js.map +1 -1
  119. 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
- primaryPhoneNumber?: {
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
- emailAddresses?: {
407
+ primaryPhoneNumber?: {
412
408
  value: string;
413
409
  type: "Personal" | "Work" | "Other";
414
410
  isPrimary: boolean;
415
- }[] | undefined;
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
- primaryPhoneNumber?: {
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
- emailAddresses?: {
461
+ primaryPhoneNumber?: {
466
462
  value: string;
467
463
  type: "Personal" | "Work" | "Other";
468
464
  isPrimary: boolean;
469
- }[] | undefined;
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">;
@@ -550,8 +550,8 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
550
550
  allow_duplicate_linkedin: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
551
551
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
552
552
  }, "strip", z.ZodTypeAny, {
553
- name: string;
554
553
  operation: "create_candidate";
554
+ name: string;
555
555
  allow_duplicate_linkedin: boolean;
556
556
  credentials?: Partial<Record<CredentialType, string>> | undefined;
557
557
  website?: string | undefined;
@@ -559,27 +559,27 @@ 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
- name: string;
570
569
  operation: "create_candidate";
570
+ name: string;
571
571
  credentials?: Partial<Record<CredentialType, string>> | undefined;
572
572
  website?: string | undefined;
573
573
  emails?: {
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;
@@ -628,12 +628,12 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
628
628
  title: z.ZodString;
629
629
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
630
630
  }, "strip", z.ZodTypeAny, {
631
- title: string;
632
631
  operation: "create_tag";
632
+ title: string;
633
633
  credentials?: Partial<Record<CredentialType, string>> | undefined;
634
634
  }, {
635
- title: string;
636
635
  operation: "create_tag";
636
+ title: string;
637
637
  credentials?: Partial<Record<CredentialType, string>> | undefined;
638
638
  }>, z.ZodObject<{
639
639
  operation: z.ZodLiteral<"list_custom_fields">;
@@ -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
- primaryPhoneNumber?: {
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
- emailAddresses?: {
808
+ primaryPhoneNumber?: {
813
809
  value: string;
814
810
  type: "Personal" | "Work" | "Other";
815
811
  isPrimary: boolean;
816
- }[] | undefined;
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
- primaryPhoneNumber?: {
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
- emailAddresses?: {
862
+ primaryPhoneNumber?: {
867
863
  value: string;
868
864
  type: "Personal" | "Work" | "Other";
869
865
  isPrimary: boolean;
870
- }[] | undefined;
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,15 +885,21 @@ 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
+ operation: "list_candidates";
900
901
  error: string;
901
902
  success: boolean;
902
- operation: "list_candidates";
903
903
  next_cursor?: string | undefined;
904
904
  sync_token?: string | undefined;
905
905
  candidates?: {
@@ -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
- primaryPhoneNumber?: {
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
- emailAddresses?: {
927
+ primaryPhoneNumber?: {
932
928
  value: string;
933
929
  type: "Personal" | "Work" | "Other";
934
930
  isPrimary: boolean;
935
- }[] | undefined;
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,12 +950,18 @@ 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
+ operation: "list_candidates";
962
963
  error: string;
963
964
  success: boolean;
964
- operation: "list_candidates";
965
965
  next_cursor?: string | undefined;
966
966
  sync_token?: string | undefined;
967
967
  candidates?: {
@@ -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
- primaryPhoneNumber?: {
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
- emailAddresses?: {
989
+ primaryPhoneNumber?: {
994
990
  value: string;
995
991
  type: "Personal" | "Work" | "Other";
996
992
  isPrimary: boolean;
997
- }[] | undefined;
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,9 +1115,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1115
1115
  }>>;
1116
1116
  error: z.ZodString;
1117
1117
  }, "strip", z.ZodTypeAny, {
1118
+ operation: "get_candidate";
1118
1119
  error: string;
1119
1120
  success: boolean;
1120
- operation: "get_candidate";
1121
1121
  candidate?: {
1122
1122
  name: string;
1123
1123
  id: string;
@@ -1141,9 +1141,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1141
1141
  }[] | undefined;
1142
1142
  } | undefined;
1143
1143
  }, {
1144
+ operation: "get_candidate";
1144
1145
  error: string;
1145
1146
  success: boolean;
1146
- operation: "get_candidate";
1147
1147
  candidate?: {
1148
1148
  name: string;
1149
1149
  id: string;
@@ -1262,9 +1262,9 @@ 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
+ operation: "create_candidate";
1265
1266
  error: string;
1266
1267
  success: boolean;
1267
- operation: "create_candidate";
1268
1268
  candidate?: {
1269
1269
  name: string;
1270
1270
  id: string;
@@ -1289,9 +1289,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1289
1289
  } | undefined;
1290
1290
  duplicate?: boolean | undefined;
1291
1291
  }, {
1292
+ operation: "create_candidate";
1292
1293
  error: string;
1293
1294
  success: boolean;
1294
- operation: "create_candidate";
1295
1295
  candidate?: {
1296
1296
  name: string;
1297
1297
  id: string;
@@ -1410,9 +1410,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1410
1410
  }>, "many">>;
1411
1411
  error: z.ZodString;
1412
1412
  }, "strip", z.ZodTypeAny, {
1413
+ operation: "search_candidates";
1413
1414
  error: string;
1414
1415
  success: boolean;
1415
- operation: "search_candidates";
1416
1416
  candidates?: {
1417
1417
  name: string;
1418
1418
  id: string;
@@ -1436,9 +1436,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1436
1436
  }[] | undefined;
1437
1437
  }[] | undefined;
1438
1438
  }, {
1439
+ operation: "search_candidates";
1439
1440
  error: string;
1440
1441
  success: boolean;
1441
- operation: "search_candidates";
1442
1442
  candidates?: {
1443
1443
  name: string;
1444
1444
  id: string;
@@ -1556,9 +1556,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1556
1556
  }>>;
1557
1557
  error: z.ZodString;
1558
1558
  }, "strip", z.ZodTypeAny, {
1559
+ operation: "add_tag";
1559
1560
  error: string;
1560
1561
  success: boolean;
1561
- operation: "add_tag";
1562
1562
  candidate?: {
1563
1563
  name: string;
1564
1564
  id: string;
@@ -1582,9 +1582,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1582
1582
  }[] | undefined;
1583
1583
  } | undefined;
1584
1584
  }, {
1585
+ operation: "add_tag";
1585
1586
  error: string;
1586
1587
  success: boolean;
1587
- operation: "add_tag";
1588
1588
  candidate?: {
1589
1589
  name: string;
1590
1590
  id: string;
@@ -1625,18 +1625,18 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1625
1625
  }>, "many">>;
1626
1626
  error: z.ZodString;
1627
1627
  }, "strip", z.ZodTypeAny, {
1628
+ operation: "list_tags";
1628
1629
  error: string;
1629
1630
  success: boolean;
1630
- operation: "list_tags";
1631
1631
  tags?: {
1632
1632
  title: string;
1633
1633
  id: string;
1634
1634
  isArchived?: boolean | undefined;
1635
1635
  }[] | undefined;
1636
1636
  }, {
1637
+ operation: "list_tags";
1637
1638
  error: string;
1638
1639
  success: boolean;
1639
- operation: "list_tags";
1640
1640
  tags?: {
1641
1641
  title: string;
1642
1642
  id: string;
@@ -1660,18 +1660,18 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1660
1660
  }>>;
1661
1661
  error: z.ZodString;
1662
1662
  }, "strip", z.ZodTypeAny, {
1663
+ operation: "create_tag";
1663
1664
  error: string;
1664
1665
  success: boolean;
1665
- operation: "create_tag";
1666
1666
  tag?: {
1667
1667
  title: string;
1668
1668
  id: string;
1669
1669
  isArchived?: boolean | undefined;
1670
1670
  } | undefined;
1671
1671
  }, {
1672
+ operation: "create_tag";
1672
1673
  error: string;
1673
1674
  success: boolean;
1674
- operation: "create_tag";
1675
1675
  tag?: {
1676
1676
  title: string;
1677
1677
  id: 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,17 +1730,17 @@ 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
+ operation: "list_custom_fields";
1733
1734
  error: string;
1734
1735
  success: boolean;
1735
- operation: "list_custom_fields";
1736
1736
  next_cursor?: string | undefined;
1737
1737
  sync_token?: string | undefined;
1738
1738
  more_data_available?: boolean | undefined;
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,17 +1750,17 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1750
1750
  }[] | undefined;
1751
1751
  }[] | undefined;
1752
1752
  }, {
1753
+ operation: "list_custom_fields";
1753
1754
  error: string;
1754
1755
  success: boolean;
1755
- operation: "list_custom_fields";
1756
1756
  next_cursor?: string | undefined;
1757
1757
  sync_token?: string | undefined;
1758
1758
  more_data_available?: boolean | undefined;
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?: {