@bubblelab/bubble-core 0.1.39 → 0.1.40

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 (63) hide show
  1. package/dist/bubble-bundle.d.ts +81 -81
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +114 -114
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +5 -0
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +122 -122
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +144 -144
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +84 -84
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +835 -835
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +474 -474
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +275 -275
  16. package/dist/bubbles/service-bubble/github.d.ts +196 -196
  17. package/dist/bubbles/service-bubble/gmail.d.ts +138 -138
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +136 -136
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +68 -68
  21. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  23. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/jira/jira.d.ts +59 -59
  25. package/dist/bubbles/service-bubble/notion/notion.d.ts +244 -244
  26. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/resend.d.ts +16 -16
  28. package/dist/bubbles/service-bubble/slack/slack.d.ts +442 -442
  29. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  30. package/dist/bubbles/service-bubble/telegram.d.ts +414 -414
  31. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  32. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  34. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  35. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +66 -66
  36. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  38. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
  39. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +16 -16
  40. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +422 -422
  41. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
  42. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
  43. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +26 -26
  44. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  45. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  46. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
  47. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +113 -113
  49. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  54. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  55. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  56. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  57. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  58. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  59. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  60. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +66 -66
  61. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  62. package/dist/bubbles.json +1 -1
  63. package/package.json +2 -2
@@ -57,18 +57,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
57
57
  operation: "list_candidates";
58
58
  limit: number;
59
59
  status?: "Hired" | "Archived" | "Active" | "Lead" | undefined;
60
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
60
61
  cursor?: string | undefined;
61
62
  job_id?: string | undefined;
62
63
  created_after?: number | undefined;
63
- credentials?: Partial<Record<CredentialType, string>> | undefined;
64
64
  }, {
65
65
  operation: "list_candidates";
66
66
  status?: "Hired" | "Archived" | "Active" | "Lead" | undefined;
67
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
67
68
  limit?: number | undefined;
68
69
  cursor?: string | undefined;
69
70
  job_id?: string | undefined;
70
71
  created_after?: number | undefined;
71
- credentials?: Partial<Record<CredentialType, string>> | undefined;
72
72
  }>, import("zod").ZodObject<{
73
73
  operation: import("zod").ZodLiteral<"get_candidate">;
74
74
  candidate_id: import("zod").ZodString;
@@ -103,9 +103,10 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
103
103
  tag: import("zod").ZodOptional<import("zod").ZodString>;
104
104
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
105
105
  }, "strip", import("zod").ZodTypeAny, {
106
- operation: "create_candidate";
107
106
  name: string;
107
+ operation: "create_candidate";
108
108
  credentials?: Partial<Record<CredentialType, string>> | undefined;
109
+ website?: string | undefined;
109
110
  emails?: {
110
111
  type: "Personal" | "Work" | "Other";
111
112
  email: string;
@@ -113,14 +114,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
113
114
  phone_number?: string | undefined;
114
115
  linkedin_url?: string | undefined;
115
116
  github_url?: string | undefined;
116
- website?: string | undefined;
117
117
  source_id?: string | undefined;
118
118
  credited_to_user_id?: string | undefined;
119
119
  tag?: string | undefined;
120
120
  }, {
121
- operation: "create_candidate";
122
121
  name: string;
122
+ operation: "create_candidate";
123
123
  credentials?: Partial<Record<CredentialType, string>> | undefined;
124
+ website?: string | undefined;
124
125
  emails?: {
125
126
  type: "Personal" | "Work" | "Other";
126
127
  email: string;
@@ -128,7 +129,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
128
129
  phone_number?: string | undefined;
129
130
  linkedin_url?: string | undefined;
130
131
  github_url?: string | undefined;
131
- website?: string | undefined;
132
132
  source_id?: string | undefined;
133
133
  credited_to_user_id?: string | undefined;
134
134
  tag?: string | undefined;
@@ -179,12 +179,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
179
179
  title: import("zod").ZodString;
180
180
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
181
181
  }, "strip", import("zod").ZodTypeAny, {
182
- operation: "create_tag";
183
182
  title: string;
183
+ operation: "create_tag";
184
184
  credentials?: Partial<Record<CredentialType, string>> | undefined;
185
185
  }, {
186
- operation: "create_tag";
187
186
  title: string;
187
+ operation: "create_tag";
188
188
  credentials?: Partial<Record<CredentialType, string>> | undefined;
189
189
  }>, import("zod").ZodObject<{
190
190
  operation: import("zod").ZodLiteral<"list_custom_fields">;
@@ -195,14 +195,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
195
195
  }, "strip", import("zod").ZodTypeAny, {
196
196
  operation: "list_custom_fields";
197
197
  limit: number;
198
- cursor?: string | undefined;
199
198
  credentials?: Partial<Record<CredentialType, string>> | undefined;
199
+ cursor?: string | undefined;
200
200
  sync_token?: string | undefined;
201
201
  }, {
202
202
  operation: "list_custom_fields";
203
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
203
204
  limit?: number | undefined;
204
205
  cursor?: string | undefined;
205
- credentials?: Partial<Record<CredentialType, string>> | undefined;
206
206
  sync_token?: string | undefined;
207
207
  }>]>;
208
208
  static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
@@ -218,12 +218,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
218
218
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
219
219
  isPrimary: import("zod").ZodBoolean;
220
220
  }, "strip", import("zod").ZodTypeAny, {
221
- value: string;
222
221
  type: "Personal" | "Work" | "Other";
222
+ value: string;
223
223
  isPrimary: boolean;
224
224
  }, {
225
- value: string;
226
225
  type: "Personal" | "Work" | "Other";
226
+ value: string;
227
227
  isPrimary: boolean;
228
228
  }>>>;
229
229
  emailAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -231,12 +231,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
231
231
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
232
232
  isPrimary: import("zod").ZodBoolean;
233
233
  }, "strip", import("zod").ZodTypeAny, {
234
- value: string;
235
234
  type: "Personal" | "Work" | "Other";
235
+ value: string;
236
236
  isPrimary: boolean;
237
237
  }, {
238
- value: string;
239
238
  type: "Personal" | "Work" | "Other";
239
+ value: string;
240
240
  isPrimary: boolean;
241
241
  }>, "many">>;
242
242
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -244,12 +244,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
244
244
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
245
245
  isPrimary: import("zod").ZodBoolean;
246
246
  }, "strip", import("zod").ZodTypeAny, {
247
- value: string;
248
247
  type: "Personal" | "Work" | "Other";
248
+ value: string;
249
249
  isPrimary: boolean;
250
250
  }, {
251
- value: string;
252
251
  type: "Personal" | "Work" | "Other";
252
+ value: string;
253
253
  isPrimary: boolean;
254
254
  }>>>;
255
255
  phoneNumbers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -257,12 +257,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
257
257
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
258
258
  isPrimary: import("zod").ZodBoolean;
259
259
  }, "strip", import("zod").ZodTypeAny, {
260
- value: string;
261
260
  type: "Personal" | "Work" | "Other";
261
+ value: string;
262
262
  isPrimary: boolean;
263
263
  }, {
264
- value: string;
265
264
  type: "Personal" | "Work" | "Other";
265
+ value: string;
266
266
  isPrimary: boolean;
267
267
  }>, "many">>;
268
268
  socialLinks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -337,37 +337,37 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
337
337
  }, "strip", import("zod").ZodTypeAny, {
338
338
  name: string;
339
339
  id: string;
340
+ tags?: {
341
+ title: string;
342
+ id: string;
343
+ isArchived?: boolean | undefined;
344
+ }[] | undefined;
340
345
  createdAt?: string | undefined;
341
346
  updatedAt?: string | undefined;
342
347
  primaryEmailAddress?: {
343
- value: string;
344
348
  type: "Personal" | "Work" | "Other";
349
+ value: string;
345
350
  isPrimary: boolean;
346
351
  } | null | undefined;
347
352
  emailAddresses?: {
348
- value: string;
349
353
  type: "Personal" | "Work" | "Other";
354
+ value: string;
350
355
  isPrimary: boolean;
351
356
  }[] | undefined;
352
357
  primaryPhoneNumber?: {
353
- value: string;
354
358
  type: "Personal" | "Work" | "Other";
359
+ value: string;
355
360
  isPrimary: boolean;
356
361
  } | null | undefined;
357
362
  phoneNumbers?: {
358
- value: string;
359
363
  type: "Personal" | "Work" | "Other";
364
+ value: string;
360
365
  isPrimary: boolean;
361
366
  }[] | undefined;
362
367
  socialLinks?: {
363
368
  type: string;
364
369
  url: string;
365
370
  }[] | undefined;
366
- tags?: {
367
- title: string;
368
- id: string;
369
- isArchived?: boolean | undefined;
370
- }[] | undefined;
371
371
  position?: string | null | undefined;
372
372
  company?: string | null | undefined;
373
373
  school?: string | null | undefined;
@@ -391,37 +391,37 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
391
391
  }, {
392
392
  name: string;
393
393
  id: string;
394
+ tags?: {
395
+ title: string;
396
+ id: string;
397
+ isArchived?: boolean | undefined;
398
+ }[] | undefined;
394
399
  createdAt?: string | undefined;
395
400
  updatedAt?: string | undefined;
396
401
  primaryEmailAddress?: {
397
- value: string;
398
402
  type: "Personal" | "Work" | "Other";
403
+ value: string;
399
404
  isPrimary: boolean;
400
405
  } | null | undefined;
401
406
  emailAddresses?: {
402
- value: string;
403
407
  type: "Personal" | "Work" | "Other";
408
+ value: string;
404
409
  isPrimary: boolean;
405
410
  }[] | undefined;
406
411
  primaryPhoneNumber?: {
407
- value: string;
408
412
  type: "Personal" | "Work" | "Other";
413
+ value: string;
409
414
  isPrimary: boolean;
410
415
  } | null | undefined;
411
416
  phoneNumbers?: {
412
- value: string;
413
417
  type: "Personal" | "Work" | "Other";
418
+ value: string;
414
419
  isPrimary: boolean;
415
420
  }[] | undefined;
416
421
  socialLinks?: {
417
422
  type: string;
418
423
  url: string;
419
424
  }[] | undefined;
420
- tags?: {
421
- title: string;
422
- id: string;
423
- isArchived?: boolean | undefined;
424
- }[] | undefined;
425
425
  position?: string | null | undefined;
426
426
  company?: string | null | undefined;
427
427
  school?: string | null | undefined;
@@ -448,44 +448,45 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
448
448
  sync_token: import("zod").ZodOptional<import("zod").ZodString>;
449
449
  error: import("zod").ZodString;
450
450
  }, "strip", import("zod").ZodTypeAny, {
451
- operation: "list_candidates";
452
- success: boolean;
453
451
  error: string;
452
+ success: boolean;
453
+ operation: "list_candidates";
454
+ next_cursor?: string | undefined;
454
455
  sync_token?: string | undefined;
455
456
  candidates?: {
456
457
  name: string;
457
458
  id: string;
459
+ tags?: {
460
+ title: string;
461
+ id: string;
462
+ isArchived?: boolean | undefined;
463
+ }[] | undefined;
458
464
  createdAt?: string | undefined;
459
465
  updatedAt?: string | undefined;
460
466
  primaryEmailAddress?: {
461
- value: string;
462
467
  type: "Personal" | "Work" | "Other";
468
+ value: string;
463
469
  isPrimary: boolean;
464
470
  } | null | undefined;
465
471
  emailAddresses?: {
466
- value: string;
467
472
  type: "Personal" | "Work" | "Other";
473
+ value: string;
468
474
  isPrimary: boolean;
469
475
  }[] | undefined;
470
476
  primaryPhoneNumber?: {
471
- value: string;
472
477
  type: "Personal" | "Work" | "Other";
478
+ value: string;
473
479
  isPrimary: boolean;
474
480
  } | null | undefined;
475
481
  phoneNumbers?: {
476
- value: string;
477
482
  type: "Personal" | "Work" | "Other";
483
+ value: string;
478
484
  isPrimary: boolean;
479
485
  }[] | undefined;
480
486
  socialLinks?: {
481
487
  type: string;
482
488
  url: string;
483
489
  }[] | undefined;
484
- tags?: {
485
- title: string;
486
- id: string;
487
- isArchived?: boolean | undefined;
488
- }[] | undefined;
489
490
  position?: string | null | undefined;
490
491
  company?: string | null | undefined;
491
492
  school?: string | null | undefined;
@@ -507,47 +508,47 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
507
508
  isPrivate?: boolean | undefined;
508
509
  }[] | undefined;
509
510
  }[] | undefined;
510
- next_cursor?: string | undefined;
511
511
  more_data_available?: boolean | undefined;
512
512
  }, {
513
- operation: "list_candidates";
514
- success: boolean;
515
513
  error: string;
514
+ success: boolean;
515
+ operation: "list_candidates";
516
+ next_cursor?: string | undefined;
516
517
  sync_token?: string | undefined;
517
518
  candidates?: {
518
519
  name: string;
519
520
  id: string;
521
+ tags?: {
522
+ title: string;
523
+ id: string;
524
+ isArchived?: boolean | undefined;
525
+ }[] | undefined;
520
526
  createdAt?: string | undefined;
521
527
  updatedAt?: string | undefined;
522
528
  primaryEmailAddress?: {
523
- value: string;
524
529
  type: "Personal" | "Work" | "Other";
530
+ value: string;
525
531
  isPrimary: boolean;
526
532
  } | null | undefined;
527
533
  emailAddresses?: {
528
- value: string;
529
534
  type: "Personal" | "Work" | "Other";
535
+ value: string;
530
536
  isPrimary: boolean;
531
537
  }[] | undefined;
532
538
  primaryPhoneNumber?: {
533
- value: string;
534
539
  type: "Personal" | "Work" | "Other";
540
+ value: string;
535
541
  isPrimary: boolean;
536
542
  } | null | undefined;
537
543
  phoneNumbers?: {
538
- value: string;
539
544
  type: "Personal" | "Work" | "Other";
545
+ value: string;
540
546
  isPrimary: boolean;
541
547
  }[] | undefined;
542
548
  socialLinks?: {
543
549
  type: string;
544
550
  url: string;
545
551
  }[] | undefined;
546
- tags?: {
547
- title: string;
548
- id: string;
549
- isArchived?: boolean | undefined;
550
- }[] | undefined;
551
552
  position?: string | null | undefined;
552
553
  company?: string | null | undefined;
553
554
  school?: string | null | undefined;
@@ -569,7 +570,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
569
570
  isPrivate?: boolean | undefined;
570
571
  }[] | undefined;
571
572
  }[] | undefined;
572
- next_cursor?: string | undefined;
573
573
  more_data_available?: boolean | undefined;
574
574
  }>, import("zod").ZodObject<{
575
575
  operation: import("zod").ZodLiteral<"get_candidate">;
@@ -584,12 +584,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
584
584
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
585
585
  isPrimary: import("zod").ZodBoolean;
586
586
  }, "strip", import("zod").ZodTypeAny, {
587
- value: string;
588
587
  type: "Personal" | "Work" | "Other";
588
+ value: string;
589
589
  isPrimary: boolean;
590
590
  }, {
591
- value: string;
592
591
  type: "Personal" | "Work" | "Other";
592
+ value: string;
593
593
  isPrimary: boolean;
594
594
  }>>>;
595
595
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -597,12 +597,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
597
597
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
598
598
  isPrimary: import("zod").ZodBoolean;
599
599
  }, "strip", import("zod").ZodTypeAny, {
600
- value: string;
601
600
  type: "Personal" | "Work" | "Other";
601
+ value: string;
602
602
  isPrimary: boolean;
603
603
  }, {
604
- value: string;
605
604
  type: "Personal" | "Work" | "Other";
605
+ value: string;
606
606
  isPrimary: boolean;
607
607
  }>>>;
608
608
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -627,13 +627,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
627
627
  createdAt?: string | undefined;
628
628
  updatedAt?: string | undefined;
629
629
  primaryEmailAddress?: {
630
- value: string;
631
630
  type: "Personal" | "Work" | "Other";
631
+ value: string;
632
632
  isPrimary: boolean;
633
633
  } | null | undefined;
634
634
  primaryPhoneNumber?: {
635
- value: string;
636
635
  type: "Personal" | "Work" | "Other";
636
+ value: string;
637
637
  isPrimary: boolean;
638
638
  } | null | undefined;
639
639
  customFields?: {
@@ -648,13 +648,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
648
648
  createdAt?: string | undefined;
649
649
  updatedAt?: string | undefined;
650
650
  primaryEmailAddress?: {
651
- value: string;
652
651
  type: "Personal" | "Work" | "Other";
652
+ value: string;
653
653
  isPrimary: boolean;
654
654
  } | null | undefined;
655
655
  primaryPhoneNumber?: {
656
- value: string;
657
656
  type: "Personal" | "Work" | "Other";
657
+ value: string;
658
658
  isPrimary: boolean;
659
659
  } | null | undefined;
660
660
  customFields?: {
@@ -666,22 +666,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
666
666
  }>>;
667
667
  error: import("zod").ZodString;
668
668
  }, "strip", import("zod").ZodTypeAny, {
669
- operation: "get_candidate";
670
- success: boolean;
671
669
  error: string;
670
+ success: boolean;
671
+ operation: "get_candidate";
672
672
  candidate?: {
673
673
  name: string;
674
674
  id: string;
675
675
  createdAt?: string | undefined;
676
676
  updatedAt?: string | undefined;
677
677
  primaryEmailAddress?: {
678
- value: string;
679
678
  type: "Personal" | "Work" | "Other";
679
+ value: string;
680
680
  isPrimary: boolean;
681
681
  } | null | undefined;
682
682
  primaryPhoneNumber?: {
683
- value: string;
684
683
  type: "Personal" | "Work" | "Other";
684
+ value: string;
685
685
  isPrimary: boolean;
686
686
  } | null | undefined;
687
687
  customFields?: {
@@ -692,22 +692,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
692
692
  }[] | undefined;
693
693
  } | undefined;
694
694
  }, {
695
- operation: "get_candidate";
696
- success: boolean;
697
695
  error: string;
696
+ success: boolean;
697
+ operation: "get_candidate";
698
698
  candidate?: {
699
699
  name: string;
700
700
  id: string;
701
701
  createdAt?: string | undefined;
702
702
  updatedAt?: string | undefined;
703
703
  primaryEmailAddress?: {
704
- value: string;
705
704
  type: "Personal" | "Work" | "Other";
705
+ value: string;
706
706
  isPrimary: boolean;
707
707
  } | null | undefined;
708
708
  primaryPhoneNumber?: {
709
- value: string;
710
709
  type: "Personal" | "Work" | "Other";
710
+ value: string;
711
711
  isPrimary: boolean;
712
712
  } | null | undefined;
713
713
  customFields?: {
@@ -730,12 +730,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
730
730
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
731
731
  isPrimary: import("zod").ZodBoolean;
732
732
  }, "strip", import("zod").ZodTypeAny, {
733
- value: string;
734
733
  type: "Personal" | "Work" | "Other";
734
+ value: string;
735
735
  isPrimary: boolean;
736
736
  }, {
737
- value: string;
738
737
  type: "Personal" | "Work" | "Other";
738
+ value: string;
739
739
  isPrimary: boolean;
740
740
  }>>>;
741
741
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -743,12 +743,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
743
743
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
744
744
  isPrimary: import("zod").ZodBoolean;
745
745
  }, "strip", import("zod").ZodTypeAny, {
746
- value: string;
747
746
  type: "Personal" | "Work" | "Other";
747
+ value: string;
748
748
  isPrimary: boolean;
749
749
  }, {
750
- value: string;
751
750
  type: "Personal" | "Work" | "Other";
751
+ value: string;
752
752
  isPrimary: boolean;
753
753
  }>>>;
754
754
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -773,13 +773,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
773
773
  createdAt?: string | undefined;
774
774
  updatedAt?: string | undefined;
775
775
  primaryEmailAddress?: {
776
- value: string;
777
776
  type: "Personal" | "Work" | "Other";
777
+ value: string;
778
778
  isPrimary: boolean;
779
779
  } | null | undefined;
780
780
  primaryPhoneNumber?: {
781
- value: string;
782
781
  type: "Personal" | "Work" | "Other";
782
+ value: string;
783
783
  isPrimary: boolean;
784
784
  } | null | undefined;
785
785
  customFields?: {
@@ -794,13 +794,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
794
794
  createdAt?: string | undefined;
795
795
  updatedAt?: string | undefined;
796
796
  primaryEmailAddress?: {
797
- value: string;
798
797
  type: "Personal" | "Work" | "Other";
798
+ value: string;
799
799
  isPrimary: boolean;
800
800
  } | null | undefined;
801
801
  primaryPhoneNumber?: {
802
- value: string;
803
802
  type: "Personal" | "Work" | "Other";
803
+ value: string;
804
804
  isPrimary: boolean;
805
805
  } | null | undefined;
806
806
  customFields?: {
@@ -812,22 +812,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
812
812
  }>>;
813
813
  error: import("zod").ZodString;
814
814
  }, "strip", import("zod").ZodTypeAny, {
815
- operation: "create_candidate";
816
- success: boolean;
817
815
  error: string;
816
+ success: boolean;
817
+ operation: "create_candidate";
818
818
  candidate?: {
819
819
  name: string;
820
820
  id: string;
821
821
  createdAt?: string | undefined;
822
822
  updatedAt?: string | undefined;
823
823
  primaryEmailAddress?: {
824
- value: string;
825
824
  type: "Personal" | "Work" | "Other";
825
+ value: string;
826
826
  isPrimary: boolean;
827
827
  } | null | undefined;
828
828
  primaryPhoneNumber?: {
829
- value: string;
830
829
  type: "Personal" | "Work" | "Other";
830
+ value: string;
831
831
  isPrimary: boolean;
832
832
  } | null | undefined;
833
833
  customFields?: {
@@ -838,22 +838,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
838
838
  }[] | undefined;
839
839
  } | undefined;
840
840
  }, {
841
- operation: "create_candidate";
842
- success: boolean;
843
841
  error: string;
842
+ success: boolean;
843
+ operation: "create_candidate";
844
844
  candidate?: {
845
845
  name: string;
846
846
  id: string;
847
847
  createdAt?: string | undefined;
848
848
  updatedAt?: string | undefined;
849
849
  primaryEmailAddress?: {
850
- value: string;
851
850
  type: "Personal" | "Work" | "Other";
851
+ value: string;
852
852
  isPrimary: boolean;
853
853
  } | null | undefined;
854
854
  primaryPhoneNumber?: {
855
- value: string;
856
855
  type: "Personal" | "Work" | "Other";
856
+ value: string;
857
857
  isPrimary: boolean;
858
858
  } | null | undefined;
859
859
  customFields?: {
@@ -876,12 +876,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
876
876
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
877
877
  isPrimary: import("zod").ZodBoolean;
878
878
  }, "strip", import("zod").ZodTypeAny, {
879
- value: string;
880
879
  type: "Personal" | "Work" | "Other";
880
+ value: string;
881
881
  isPrimary: boolean;
882
882
  }, {
883
- value: string;
884
883
  type: "Personal" | "Work" | "Other";
884
+ value: string;
885
885
  isPrimary: boolean;
886
886
  }>>>;
887
887
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -889,12 +889,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
889
889
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
890
890
  isPrimary: import("zod").ZodBoolean;
891
891
  }, "strip", import("zod").ZodTypeAny, {
892
- value: string;
893
892
  type: "Personal" | "Work" | "Other";
893
+ value: string;
894
894
  isPrimary: boolean;
895
895
  }, {
896
- value: string;
897
896
  type: "Personal" | "Work" | "Other";
897
+ value: string;
898
898
  isPrimary: boolean;
899
899
  }>>>;
900
900
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -919,13 +919,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
919
919
  createdAt?: string | undefined;
920
920
  updatedAt?: string | undefined;
921
921
  primaryEmailAddress?: {
922
- value: string;
923
922
  type: "Personal" | "Work" | "Other";
923
+ value: string;
924
924
  isPrimary: boolean;
925
925
  } | null | undefined;
926
926
  primaryPhoneNumber?: {
927
- value: string;
928
927
  type: "Personal" | "Work" | "Other";
928
+ value: string;
929
929
  isPrimary: boolean;
930
930
  } | null | undefined;
931
931
  customFields?: {
@@ -940,13 +940,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
940
940
  createdAt?: string | undefined;
941
941
  updatedAt?: string | undefined;
942
942
  primaryEmailAddress?: {
943
- value: string;
944
943
  type: "Personal" | "Work" | "Other";
944
+ value: string;
945
945
  isPrimary: boolean;
946
946
  } | null | undefined;
947
947
  primaryPhoneNumber?: {
948
- value: string;
949
948
  type: "Personal" | "Work" | "Other";
949
+ value: string;
950
950
  isPrimary: boolean;
951
951
  } | null | undefined;
952
952
  customFields?: {
@@ -958,22 +958,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
958
958
  }>, "many">>;
959
959
  error: import("zod").ZodString;
960
960
  }, "strip", import("zod").ZodTypeAny, {
961
- operation: "search_candidates";
962
- success: boolean;
963
961
  error: string;
962
+ success: boolean;
963
+ operation: "search_candidates";
964
964
  candidates?: {
965
965
  name: string;
966
966
  id: string;
967
967
  createdAt?: string | undefined;
968
968
  updatedAt?: string | undefined;
969
969
  primaryEmailAddress?: {
970
- value: string;
971
970
  type: "Personal" | "Work" | "Other";
971
+ value: string;
972
972
  isPrimary: boolean;
973
973
  } | null | undefined;
974
974
  primaryPhoneNumber?: {
975
- value: string;
976
975
  type: "Personal" | "Work" | "Other";
976
+ value: string;
977
977
  isPrimary: boolean;
978
978
  } | null | undefined;
979
979
  customFields?: {
@@ -984,22 +984,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
984
984
  }[] | undefined;
985
985
  }[] | undefined;
986
986
  }, {
987
- operation: "search_candidates";
988
- success: boolean;
989
987
  error: string;
988
+ success: boolean;
989
+ operation: "search_candidates";
990
990
  candidates?: {
991
991
  name: string;
992
992
  id: string;
993
993
  createdAt?: string | undefined;
994
994
  updatedAt?: string | undefined;
995
995
  primaryEmailAddress?: {
996
- value: string;
997
996
  type: "Personal" | "Work" | "Other";
997
+ value: string;
998
998
  isPrimary: boolean;
999
999
  } | null | undefined;
1000
1000
  primaryPhoneNumber?: {
1001
- value: string;
1002
1001
  type: "Personal" | "Work" | "Other";
1002
+ value: string;
1003
1003
  isPrimary: boolean;
1004
1004
  } | null | undefined;
1005
1005
  customFields?: {
@@ -1022,12 +1022,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1022
1022
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
1023
1023
  isPrimary: import("zod").ZodBoolean;
1024
1024
  }, "strip", import("zod").ZodTypeAny, {
1025
- value: string;
1026
1025
  type: "Personal" | "Work" | "Other";
1026
+ value: string;
1027
1027
  isPrimary: boolean;
1028
1028
  }, {
1029
- value: string;
1030
1029
  type: "Personal" | "Work" | "Other";
1030
+ value: string;
1031
1031
  isPrimary: boolean;
1032
1032
  }>>>;
1033
1033
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -1035,12 +1035,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1035
1035
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
1036
1036
  isPrimary: import("zod").ZodBoolean;
1037
1037
  }, "strip", import("zod").ZodTypeAny, {
1038
- value: string;
1039
1038
  type: "Personal" | "Work" | "Other";
1039
+ value: string;
1040
1040
  isPrimary: boolean;
1041
1041
  }, {
1042
- value: string;
1043
1042
  type: "Personal" | "Work" | "Other";
1043
+ value: string;
1044
1044
  isPrimary: boolean;
1045
1045
  }>>>;
1046
1046
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1065,13 +1065,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1065
1065
  createdAt?: string | undefined;
1066
1066
  updatedAt?: string | undefined;
1067
1067
  primaryEmailAddress?: {
1068
- value: string;
1069
1068
  type: "Personal" | "Work" | "Other";
1069
+ value: string;
1070
1070
  isPrimary: boolean;
1071
1071
  } | null | undefined;
1072
1072
  primaryPhoneNumber?: {
1073
- value: string;
1074
1073
  type: "Personal" | "Work" | "Other";
1074
+ value: string;
1075
1075
  isPrimary: boolean;
1076
1076
  } | null | undefined;
1077
1077
  customFields?: {
@@ -1086,13 +1086,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1086
1086
  createdAt?: string | undefined;
1087
1087
  updatedAt?: string | undefined;
1088
1088
  primaryEmailAddress?: {
1089
- value: string;
1090
1089
  type: "Personal" | "Work" | "Other";
1090
+ value: string;
1091
1091
  isPrimary: boolean;
1092
1092
  } | null | undefined;
1093
1093
  primaryPhoneNumber?: {
1094
- value: string;
1095
1094
  type: "Personal" | "Work" | "Other";
1095
+ value: string;
1096
1096
  isPrimary: boolean;
1097
1097
  } | null | undefined;
1098
1098
  customFields?: {
@@ -1104,22 +1104,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1104
1104
  }>>;
1105
1105
  error: import("zod").ZodString;
1106
1106
  }, "strip", import("zod").ZodTypeAny, {
1107
- operation: "add_tag";
1108
- success: boolean;
1109
1107
  error: string;
1108
+ success: boolean;
1109
+ operation: "add_tag";
1110
1110
  candidate?: {
1111
1111
  name: string;
1112
1112
  id: string;
1113
1113
  createdAt?: string | undefined;
1114
1114
  updatedAt?: string | undefined;
1115
1115
  primaryEmailAddress?: {
1116
- value: string;
1117
1116
  type: "Personal" | "Work" | "Other";
1117
+ value: string;
1118
1118
  isPrimary: boolean;
1119
1119
  } | null | undefined;
1120
1120
  primaryPhoneNumber?: {
1121
- value: string;
1122
1121
  type: "Personal" | "Work" | "Other";
1122
+ value: string;
1123
1123
  isPrimary: boolean;
1124
1124
  } | null | undefined;
1125
1125
  customFields?: {
@@ -1130,22 +1130,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1130
1130
  }[] | undefined;
1131
1131
  } | undefined;
1132
1132
  }, {
1133
- operation: "add_tag";
1134
- success: boolean;
1135
1133
  error: string;
1134
+ success: boolean;
1135
+ operation: "add_tag";
1136
1136
  candidate?: {
1137
1137
  name: string;
1138
1138
  id: string;
1139
1139
  createdAt?: string | undefined;
1140
1140
  updatedAt?: string | undefined;
1141
1141
  primaryEmailAddress?: {
1142
- value: string;
1143
1142
  type: "Personal" | "Work" | "Other";
1143
+ value: string;
1144
1144
  isPrimary: boolean;
1145
1145
  } | null | undefined;
1146
1146
  primaryPhoneNumber?: {
1147
- value: string;
1148
1147
  type: "Personal" | "Work" | "Other";
1148
+ value: string;
1149
1149
  isPrimary: boolean;
1150
1150
  } | null | undefined;
1151
1151
  customFields?: {
@@ -1173,18 +1173,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1173
1173
  }>, "many">>;
1174
1174
  error: import("zod").ZodString;
1175
1175
  }, "strip", import("zod").ZodTypeAny, {
1176
- operation: "list_tags";
1177
- success: boolean;
1178
1176
  error: string;
1177
+ success: boolean;
1178
+ operation: "list_tags";
1179
1179
  tags?: {
1180
1180
  title: string;
1181
1181
  id: string;
1182
1182
  isArchived?: boolean | undefined;
1183
1183
  }[] | undefined;
1184
1184
  }, {
1185
- operation: "list_tags";
1186
- success: boolean;
1187
1185
  error: string;
1186
+ success: boolean;
1187
+ operation: "list_tags";
1188
1188
  tags?: {
1189
1189
  title: string;
1190
1190
  id: string;
@@ -1208,18 +1208,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1208
1208
  }>>;
1209
1209
  error: import("zod").ZodString;
1210
1210
  }, "strip", import("zod").ZodTypeAny, {
1211
- operation: "create_tag";
1212
- success: boolean;
1213
1211
  error: string;
1212
+ success: boolean;
1213
+ operation: "create_tag";
1214
1214
  tag?: {
1215
1215
  title: string;
1216
1216
  id: string;
1217
1217
  isArchived?: boolean | undefined;
1218
1218
  } | undefined;
1219
1219
  }, {
1220
- operation: "create_tag";
1221
- success: boolean;
1222
1220
  error: string;
1221
+ success: boolean;
1222
+ operation: "create_tag";
1223
1223
  tag?: {
1224
1224
  title: string;
1225
1225
  id: string;
@@ -1241,12 +1241,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1241
1241
  isArchived: import("zod").ZodBoolean;
1242
1242
  }, "strip", import("zod").ZodTypeAny, {
1243
1243
  value: string;
1244
- isArchived: boolean;
1245
1244
  label: string;
1245
+ isArchived: boolean;
1246
1246
  }, {
1247
1247
  value: string;
1248
- isArchived: boolean;
1249
1248
  label: string;
1249
+ isArchived: boolean;
1250
1250
  }>, "many">>;
1251
1251
  }, "strip", import("zod").ZodTypeAny, {
1252
1252
  title: string;
@@ -1257,8 +1257,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1257
1257
  fieldType: string;
1258
1258
  selectableValues?: {
1259
1259
  value: string;
1260
- isArchived: boolean;
1261
1260
  label: string;
1261
+ isArchived: boolean;
1262
1262
  }[] | undefined;
1263
1263
  }, {
1264
1264
  title: string;
@@ -1269,8 +1269,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1269
1269
  fieldType: string;
1270
1270
  selectableValues?: {
1271
1271
  value: string;
1272
- isArchived: boolean;
1273
1272
  label: string;
1273
+ isArchived: boolean;
1274
1274
  }[] | undefined;
1275
1275
  }>, "many">>;
1276
1276
  next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1278,11 +1278,11 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1278
1278
  sync_token: import("zod").ZodOptional<import("zod").ZodString>;
1279
1279
  error: import("zod").ZodString;
1280
1280
  }, "strip", import("zod").ZodTypeAny, {
1281
- operation: "list_custom_fields";
1282
- success: boolean;
1283
1281
  error: string;
1284
- sync_token?: string | undefined;
1282
+ success: boolean;
1283
+ operation: "list_custom_fields";
1285
1284
  next_cursor?: string | undefined;
1285
+ sync_token?: string | undefined;
1286
1286
  more_data_available?: boolean | undefined;
1287
1287
  custom_fields?: {
1288
1288
  title: string;
@@ -1293,16 +1293,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1293
1293
  fieldType: string;
1294
1294
  selectableValues?: {
1295
1295
  value: string;
1296
- isArchived: boolean;
1297
1296
  label: string;
1297
+ isArchived: boolean;
1298
1298
  }[] | undefined;
1299
1299
  }[] | undefined;
1300
1300
  }, {
1301
- operation: "list_custom_fields";
1302
- success: boolean;
1303
1301
  error: string;
1304
- sync_token?: string | undefined;
1302
+ success: boolean;
1303
+ operation: "list_custom_fields";
1305
1304
  next_cursor?: string | undefined;
1305
+ sync_token?: string | undefined;
1306
1306
  more_data_available?: boolean | undefined;
1307
1307
  custom_fields?: {
1308
1308
  title: string;
@@ -1313,8 +1313,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1313
1313
  fieldType: string;
1314
1314
  selectableValues?: {
1315
1315
  value: string;
1316
- isArchived: boolean;
1317
1316
  label: string;
1317
+ isArchived: boolean;
1318
1318
  }[] | undefined;
1319
1319
  }[] | undefined;
1320
1320
  }>]>;