@bubblelab/bubble-core 0.1.38 → 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 (88) hide show
  1. package/dist/bubble-bundle.d.ts +90 -90
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +54 -54
  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 +130 -130
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +122 -105
  10. package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/ashby/ashby.js +25 -6
  12. package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
  13. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -3
  14. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
  15. package/dist/bubbles/service-bubble/ashby/ashby.schema.js +9 -5
  16. package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
  17. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +29 -29
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +64 -64
  19. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +142 -92
  20. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +104 -2
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
  23. package/dist/bubbles/service-bubble/crustdata/index.d.ts +1 -1
  24. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/crustdata/index.js +2 -0
  26. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -1
  27. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  28. package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
  29. package/dist/bubbles/service-bubble/followupboss.d.ts +324 -324
  30. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +301 -301
  31. package/dist/bubbles/service-bubble/github.d.ts +104 -104
  32. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  33. package/dist/bubbles/service-bubble/google-calendar.d.ts +116 -116
  34. package/dist/bubbles/service-bubble/google-drive.d.ts +88 -88
  35. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +38 -38
  36. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  38. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  39. package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +184 -184
  41. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  42. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  43. package/dist/bubbles/service-bubble/slack/slack.d.ts +370 -370
  44. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  45. package/dist/bubbles/service-bubble/telegram.d.ts +516 -516
  46. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
  47. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +160 -160
  51. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +46 -10
  52. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
  53. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +18 -7
  54. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
  55. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
  57. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
  58. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +133 -133
  59. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
  60. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +223 -223
  61. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  62. package/dist/bubbles/tool-bubble/people-search-tool.js +28 -13
  63. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  64. package/dist/bubbles/tool-bubble/people-search-utils.d.ts +19 -0
  65. package/dist/bubbles/tool-bubble/people-search-utils.d.ts.map +1 -0
  66. package/dist/bubbles/tool-bubble/people-search-utils.js +268 -0
  67. package/dist/bubbles/tool-bubble/people-search-utils.js.map +1 -0
  68. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +26 -26
  69. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +12 -12
  70. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  72. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
  74. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  75. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  76. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
  78. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  79. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  80. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  81. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  82. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  83. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  84. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  85. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +58 -58
  86. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  87. package/dist/bubbles.json +56 -77
  88. package/package.json +2 -2
@@ -27,12 +27,14 @@ import { type AshbyParamsInput, type AshbyResult } from './ashby.schema.js';
27
27
  * candidate_id: 'abc123-uuid',
28
28
  * }).action();
29
29
  *
30
- * // Create a new candidate
30
+ * // Create a new candidate (Personal email becomes primary)
31
31
  * const newCandidate = await new AshbyBubble({
32
32
  * operation: 'create_candidate',
33
- * first_name: 'John',
34
- * last_name: 'Doe',
35
- * email: 'john.doe@example.com',
33
+ * name: 'John Doe',
34
+ * emails: [
35
+ * { email: 'john.work@company.com', type: 'Work' },
36
+ * { email: 'john.doe@example.com', type: 'Personal' }, // This becomes primary
37
+ * ],
36
38
  * }).action();
37
39
  * ```
38
40
  */
@@ -52,8 +54,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
52
54
  created_after: import("zod").ZodOptional<import("zod").ZodNumber>;
53
55
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
54
56
  }, "strip", import("zod").ZodTypeAny, {
55
- limit: number;
56
57
  operation: "list_candidates";
58
+ limit: number;
57
59
  status?: "Hired" | "Archived" | "Active" | "Lead" | undefined;
58
60
  credentials?: Partial<Record<CredentialType, string>> | undefined;
59
61
  cursor?: string | undefined;
@@ -62,8 +64,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
62
64
  }, {
63
65
  operation: "list_candidates";
64
66
  status?: "Hired" | "Archived" | "Active" | "Lead" | undefined;
65
- limit?: number | undefined;
66
67
  credentials?: Partial<Record<CredentialType, string>> | undefined;
68
+ limit?: number | undefined;
67
69
  cursor?: string | undefined;
68
70
  job_id?: string | undefined;
69
71
  created_after?: number | undefined;
@@ -82,7 +84,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
82
84
  }>, import("zod").ZodObject<{
83
85
  operation: import("zod").ZodLiteral<"create_candidate">;
84
86
  name: import("zod").ZodString;
85
- email: import("zod").ZodOptional<import("zod").ZodString>;
87
+ emails: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
88
+ email: import("zod").ZodString;
89
+ type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
90
+ }, "strip", import("zod").ZodTypeAny, {
91
+ type: "Personal" | "Work" | "Other";
92
+ email: string;
93
+ }, {
94
+ type: "Personal" | "Work" | "Other";
95
+ email: string;
96
+ }>, "many">>;
86
97
  phone_number: import("zod").ZodOptional<import("zod").ZodString>;
87
98
  linkedin_url: import("zod").ZodOptional<import("zod").ZodString>;
88
99
  github_url: import("zod").ZodOptional<import("zod").ZodString>;
@@ -94,11 +105,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
94
105
  }, "strip", import("zod").ZodTypeAny, {
95
106
  name: string;
96
107
  operation: "create_candidate";
97
- email?: string | undefined;
98
108
  credentials?: Partial<Record<CredentialType, string>> | undefined;
99
- linkedin_url?: string | undefined;
100
109
  website?: string | undefined;
110
+ emails?: {
111
+ type: "Personal" | "Work" | "Other";
112
+ email: string;
113
+ }[] | undefined;
101
114
  phone_number?: string | undefined;
115
+ linkedin_url?: string | undefined;
102
116
  github_url?: string | undefined;
103
117
  source_id?: string | undefined;
104
118
  credited_to_user_id?: string | undefined;
@@ -106,11 +120,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
106
120
  }, {
107
121
  name: string;
108
122
  operation: "create_candidate";
109
- email?: string | undefined;
110
123
  credentials?: Partial<Record<CredentialType, string>> | undefined;
111
- linkedin_url?: string | undefined;
112
124
  website?: string | undefined;
125
+ emails?: {
126
+ type: "Personal" | "Work" | "Other";
127
+ email: string;
128
+ }[] | undefined;
113
129
  phone_number?: string | undefined;
130
+ linkedin_url?: string | undefined;
114
131
  github_url?: string | undefined;
115
132
  source_id?: string | undefined;
116
133
  credited_to_user_id?: string | undefined;
@@ -176,15 +193,15 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
176
193
  sync_token: import("zod").ZodOptional<import("zod").ZodString>;
177
194
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
178
195
  }, "strip", import("zod").ZodTypeAny, {
179
- limit: number;
180
196
  operation: "list_custom_fields";
197
+ limit: number;
181
198
  credentials?: Partial<Record<CredentialType, string>> | undefined;
182
199
  cursor?: string | undefined;
183
200
  sync_token?: string | undefined;
184
201
  }, {
185
202
  operation: "list_custom_fields";
186
- limit?: number | undefined;
187
203
  credentials?: Partial<Record<CredentialType, string>> | undefined;
204
+ limit?: number | undefined;
188
205
  cursor?: string | undefined;
189
206
  sync_token?: string | undefined;
190
207
  }>]>;
@@ -201,12 +218,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
201
218
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
202
219
  isPrimary: import("zod").ZodBoolean;
203
220
  }, "strip", import("zod").ZodTypeAny, {
204
- value: string;
205
221
  type: "Personal" | "Work" | "Other";
222
+ value: string;
206
223
  isPrimary: boolean;
207
224
  }, {
208
- value: string;
209
225
  type: "Personal" | "Work" | "Other";
226
+ value: string;
210
227
  isPrimary: boolean;
211
228
  }>>>;
212
229
  emailAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -214,12 +231,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
214
231
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
215
232
  isPrimary: import("zod").ZodBoolean;
216
233
  }, "strip", import("zod").ZodTypeAny, {
217
- value: string;
218
234
  type: "Personal" | "Work" | "Other";
235
+ value: string;
219
236
  isPrimary: boolean;
220
237
  }, {
221
- value: string;
222
238
  type: "Personal" | "Work" | "Other";
239
+ value: string;
223
240
  isPrimary: boolean;
224
241
  }>, "many">>;
225
242
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -227,12 +244,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
227
244
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
228
245
  isPrimary: import("zod").ZodBoolean;
229
246
  }, "strip", import("zod").ZodTypeAny, {
230
- value: string;
231
247
  type: "Personal" | "Work" | "Other";
248
+ value: string;
232
249
  isPrimary: boolean;
233
250
  }, {
234
- value: string;
235
251
  type: "Personal" | "Work" | "Other";
252
+ value: string;
236
253
  isPrimary: boolean;
237
254
  }>>>;
238
255
  phoneNumbers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -240,12 +257,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
240
257
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
241
258
  isPrimary: import("zod").ZodBoolean;
242
259
  }, "strip", import("zod").ZodTypeAny, {
243
- value: string;
244
260
  type: "Personal" | "Work" | "Other";
261
+ value: string;
245
262
  isPrimary: boolean;
246
263
  }, {
247
- value: string;
248
264
  type: "Personal" | "Work" | "Other";
265
+ value: string;
249
266
  isPrimary: boolean;
250
267
  }>, "many">>;
251
268
  socialLinks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -320,7 +337,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
320
337
  }, "strip", import("zod").ZodTypeAny, {
321
338
  name: string;
322
339
  id: string;
323
- company?: string | null | undefined;
324
340
  tags?: {
325
341
  title: string;
326
342
  id: string;
@@ -329,23 +345,23 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
329
345
  createdAt?: string | undefined;
330
346
  updatedAt?: string | undefined;
331
347
  primaryEmailAddress?: {
332
- value: string;
333
348
  type: "Personal" | "Work" | "Other";
349
+ value: string;
334
350
  isPrimary: boolean;
335
351
  } | null | undefined;
336
352
  emailAddresses?: {
337
- value: string;
338
353
  type: "Personal" | "Work" | "Other";
354
+ value: string;
339
355
  isPrimary: boolean;
340
356
  }[] | undefined;
341
357
  primaryPhoneNumber?: {
342
- value: string;
343
358
  type: "Personal" | "Work" | "Other";
359
+ value: string;
344
360
  isPrimary: boolean;
345
361
  } | null | undefined;
346
362
  phoneNumbers?: {
347
- value: string;
348
363
  type: "Personal" | "Work" | "Other";
364
+ value: string;
349
365
  isPrimary: boolean;
350
366
  }[] | undefined;
351
367
  socialLinks?: {
@@ -353,6 +369,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
353
369
  url: string;
354
370
  }[] | undefined;
355
371
  position?: string | null | undefined;
372
+ company?: string | null | undefined;
356
373
  school?: string | null | undefined;
357
374
  applicationIds?: string[] | undefined;
358
375
  resumeFileHandle?: {
@@ -374,7 +391,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
374
391
  }, {
375
392
  name: string;
376
393
  id: string;
377
- company?: string | null | undefined;
378
394
  tags?: {
379
395
  title: string;
380
396
  id: string;
@@ -383,23 +399,23 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
383
399
  createdAt?: string | undefined;
384
400
  updatedAt?: string | undefined;
385
401
  primaryEmailAddress?: {
386
- value: string;
387
402
  type: "Personal" | "Work" | "Other";
403
+ value: string;
388
404
  isPrimary: boolean;
389
405
  } | null | undefined;
390
406
  emailAddresses?: {
391
- value: string;
392
407
  type: "Personal" | "Work" | "Other";
408
+ value: string;
393
409
  isPrimary: boolean;
394
410
  }[] | undefined;
395
411
  primaryPhoneNumber?: {
396
- value: string;
397
412
  type: "Personal" | "Work" | "Other";
413
+ value: string;
398
414
  isPrimary: boolean;
399
415
  } | null | undefined;
400
416
  phoneNumbers?: {
401
- value: string;
402
417
  type: "Personal" | "Work" | "Other";
418
+ value: string;
403
419
  isPrimary: boolean;
404
420
  }[] | undefined;
405
421
  socialLinks?: {
@@ -407,6 +423,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
407
423
  url: string;
408
424
  }[] | undefined;
409
425
  position?: string | null | undefined;
426
+ company?: string | null | undefined;
410
427
  school?: string | null | undefined;
411
428
  applicationIds?: string[] | undefined;
412
429
  resumeFileHandle?: {
@@ -431,15 +448,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
431
448
  sync_token: import("zod").ZodOptional<import("zod").ZodString>;
432
449
  error: import("zod").ZodString;
433
450
  }, "strip", import("zod").ZodTypeAny, {
434
- success: boolean;
435
451
  error: string;
452
+ success: boolean;
436
453
  operation: "list_candidates";
437
454
  next_cursor?: string | undefined;
438
455
  sync_token?: string | undefined;
439
456
  candidates?: {
440
457
  name: string;
441
458
  id: string;
442
- company?: string | null | undefined;
443
459
  tags?: {
444
460
  title: string;
445
461
  id: string;
@@ -448,23 +464,23 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
448
464
  createdAt?: string | undefined;
449
465
  updatedAt?: string | undefined;
450
466
  primaryEmailAddress?: {
451
- value: string;
452
467
  type: "Personal" | "Work" | "Other";
468
+ value: string;
453
469
  isPrimary: boolean;
454
470
  } | null | undefined;
455
471
  emailAddresses?: {
456
- value: string;
457
472
  type: "Personal" | "Work" | "Other";
473
+ value: string;
458
474
  isPrimary: boolean;
459
475
  }[] | undefined;
460
476
  primaryPhoneNumber?: {
461
- value: string;
462
477
  type: "Personal" | "Work" | "Other";
478
+ value: string;
463
479
  isPrimary: boolean;
464
480
  } | null | undefined;
465
481
  phoneNumbers?: {
466
- value: string;
467
482
  type: "Personal" | "Work" | "Other";
483
+ value: string;
468
484
  isPrimary: boolean;
469
485
  }[] | undefined;
470
486
  socialLinks?: {
@@ -472,6 +488,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
472
488
  url: string;
473
489
  }[] | undefined;
474
490
  position?: string | null | undefined;
491
+ company?: string | null | undefined;
475
492
  school?: string | null | undefined;
476
493
  applicationIds?: string[] | undefined;
477
494
  resumeFileHandle?: {
@@ -493,15 +510,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
493
510
  }[] | undefined;
494
511
  more_data_available?: boolean | undefined;
495
512
  }, {
496
- success: boolean;
497
513
  error: string;
514
+ success: boolean;
498
515
  operation: "list_candidates";
499
516
  next_cursor?: string | undefined;
500
517
  sync_token?: string | undefined;
501
518
  candidates?: {
502
519
  name: string;
503
520
  id: string;
504
- company?: string | null | undefined;
505
521
  tags?: {
506
522
  title: string;
507
523
  id: string;
@@ -510,23 +526,23 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
510
526
  createdAt?: string | undefined;
511
527
  updatedAt?: string | undefined;
512
528
  primaryEmailAddress?: {
513
- value: string;
514
529
  type: "Personal" | "Work" | "Other";
530
+ value: string;
515
531
  isPrimary: boolean;
516
532
  } | null | undefined;
517
533
  emailAddresses?: {
518
- value: string;
519
534
  type: "Personal" | "Work" | "Other";
535
+ value: string;
520
536
  isPrimary: boolean;
521
537
  }[] | undefined;
522
538
  primaryPhoneNumber?: {
523
- value: string;
524
539
  type: "Personal" | "Work" | "Other";
540
+ value: string;
525
541
  isPrimary: boolean;
526
542
  } | null | undefined;
527
543
  phoneNumbers?: {
528
- value: string;
529
544
  type: "Personal" | "Work" | "Other";
545
+ value: string;
530
546
  isPrimary: boolean;
531
547
  }[] | undefined;
532
548
  socialLinks?: {
@@ -534,6 +550,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
534
550
  url: string;
535
551
  }[] | undefined;
536
552
  position?: string | null | undefined;
553
+ company?: string | null | undefined;
537
554
  school?: string | null | undefined;
538
555
  applicationIds?: string[] | undefined;
539
556
  resumeFileHandle?: {
@@ -567,12 +584,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
567
584
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
568
585
  isPrimary: import("zod").ZodBoolean;
569
586
  }, "strip", import("zod").ZodTypeAny, {
570
- value: string;
571
587
  type: "Personal" | "Work" | "Other";
588
+ value: string;
572
589
  isPrimary: boolean;
573
590
  }, {
574
- value: string;
575
591
  type: "Personal" | "Work" | "Other";
592
+ value: string;
576
593
  isPrimary: boolean;
577
594
  }>>>;
578
595
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -580,12 +597,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
580
597
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
581
598
  isPrimary: import("zod").ZodBoolean;
582
599
  }, "strip", import("zod").ZodTypeAny, {
583
- value: string;
584
600
  type: "Personal" | "Work" | "Other";
601
+ value: string;
585
602
  isPrimary: boolean;
586
603
  }, {
587
- value: string;
588
604
  type: "Personal" | "Work" | "Other";
605
+ value: string;
589
606
  isPrimary: boolean;
590
607
  }>>>;
591
608
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -610,13 +627,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
610
627
  createdAt?: string | undefined;
611
628
  updatedAt?: string | undefined;
612
629
  primaryEmailAddress?: {
613
- value: string;
614
630
  type: "Personal" | "Work" | "Other";
631
+ value: string;
615
632
  isPrimary: boolean;
616
633
  } | null | undefined;
617
634
  primaryPhoneNumber?: {
618
- value: string;
619
635
  type: "Personal" | "Work" | "Other";
636
+ value: string;
620
637
  isPrimary: boolean;
621
638
  } | null | undefined;
622
639
  customFields?: {
@@ -631,13 +648,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
631
648
  createdAt?: string | undefined;
632
649
  updatedAt?: string | undefined;
633
650
  primaryEmailAddress?: {
634
- value: string;
635
651
  type: "Personal" | "Work" | "Other";
652
+ value: string;
636
653
  isPrimary: boolean;
637
654
  } | null | undefined;
638
655
  primaryPhoneNumber?: {
639
- value: string;
640
656
  type: "Personal" | "Work" | "Other";
657
+ value: string;
641
658
  isPrimary: boolean;
642
659
  } | null | undefined;
643
660
  customFields?: {
@@ -649,8 +666,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
649
666
  }>>;
650
667
  error: import("zod").ZodString;
651
668
  }, "strip", import("zod").ZodTypeAny, {
652
- success: boolean;
653
669
  error: string;
670
+ success: boolean;
654
671
  operation: "get_candidate";
655
672
  candidate?: {
656
673
  name: string;
@@ -658,13 +675,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
658
675
  createdAt?: string | undefined;
659
676
  updatedAt?: string | undefined;
660
677
  primaryEmailAddress?: {
661
- value: string;
662
678
  type: "Personal" | "Work" | "Other";
679
+ value: string;
663
680
  isPrimary: boolean;
664
681
  } | null | undefined;
665
682
  primaryPhoneNumber?: {
666
- value: string;
667
683
  type: "Personal" | "Work" | "Other";
684
+ value: string;
668
685
  isPrimary: boolean;
669
686
  } | null | undefined;
670
687
  customFields?: {
@@ -675,8 +692,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
675
692
  }[] | undefined;
676
693
  } | undefined;
677
694
  }, {
678
- success: boolean;
679
695
  error: string;
696
+ success: boolean;
680
697
  operation: "get_candidate";
681
698
  candidate?: {
682
699
  name: string;
@@ -684,13 +701,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
684
701
  createdAt?: string | undefined;
685
702
  updatedAt?: string | undefined;
686
703
  primaryEmailAddress?: {
687
- value: string;
688
704
  type: "Personal" | "Work" | "Other";
705
+ value: string;
689
706
  isPrimary: boolean;
690
707
  } | null | undefined;
691
708
  primaryPhoneNumber?: {
692
- value: string;
693
709
  type: "Personal" | "Work" | "Other";
710
+ value: string;
694
711
  isPrimary: boolean;
695
712
  } | null | undefined;
696
713
  customFields?: {
@@ -713,12 +730,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
713
730
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
714
731
  isPrimary: import("zod").ZodBoolean;
715
732
  }, "strip", import("zod").ZodTypeAny, {
716
- value: string;
717
733
  type: "Personal" | "Work" | "Other";
734
+ value: string;
718
735
  isPrimary: boolean;
719
736
  }, {
720
- value: string;
721
737
  type: "Personal" | "Work" | "Other";
738
+ value: string;
722
739
  isPrimary: boolean;
723
740
  }>>>;
724
741
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -726,12 +743,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
726
743
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
727
744
  isPrimary: import("zod").ZodBoolean;
728
745
  }, "strip", import("zod").ZodTypeAny, {
729
- value: string;
730
746
  type: "Personal" | "Work" | "Other";
747
+ value: string;
731
748
  isPrimary: boolean;
732
749
  }, {
733
- value: string;
734
750
  type: "Personal" | "Work" | "Other";
751
+ value: string;
735
752
  isPrimary: boolean;
736
753
  }>>>;
737
754
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -756,13 +773,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
756
773
  createdAt?: string | undefined;
757
774
  updatedAt?: string | undefined;
758
775
  primaryEmailAddress?: {
759
- value: string;
760
776
  type: "Personal" | "Work" | "Other";
777
+ value: string;
761
778
  isPrimary: boolean;
762
779
  } | null | undefined;
763
780
  primaryPhoneNumber?: {
764
- value: string;
765
781
  type: "Personal" | "Work" | "Other";
782
+ value: string;
766
783
  isPrimary: boolean;
767
784
  } | null | undefined;
768
785
  customFields?: {
@@ -777,13 +794,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
777
794
  createdAt?: string | undefined;
778
795
  updatedAt?: string | undefined;
779
796
  primaryEmailAddress?: {
780
- value: string;
781
797
  type: "Personal" | "Work" | "Other";
798
+ value: string;
782
799
  isPrimary: boolean;
783
800
  } | null | undefined;
784
801
  primaryPhoneNumber?: {
785
- value: string;
786
802
  type: "Personal" | "Work" | "Other";
803
+ value: string;
787
804
  isPrimary: boolean;
788
805
  } | null | undefined;
789
806
  customFields?: {
@@ -795,8 +812,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
795
812
  }>>;
796
813
  error: import("zod").ZodString;
797
814
  }, "strip", import("zod").ZodTypeAny, {
798
- success: boolean;
799
815
  error: string;
816
+ success: boolean;
800
817
  operation: "create_candidate";
801
818
  candidate?: {
802
819
  name: string;
@@ -804,13 +821,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
804
821
  createdAt?: string | undefined;
805
822
  updatedAt?: string | undefined;
806
823
  primaryEmailAddress?: {
807
- value: string;
808
824
  type: "Personal" | "Work" | "Other";
825
+ value: string;
809
826
  isPrimary: boolean;
810
827
  } | null | undefined;
811
828
  primaryPhoneNumber?: {
812
- value: string;
813
829
  type: "Personal" | "Work" | "Other";
830
+ value: string;
814
831
  isPrimary: boolean;
815
832
  } | null | undefined;
816
833
  customFields?: {
@@ -821,8 +838,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
821
838
  }[] | undefined;
822
839
  } | undefined;
823
840
  }, {
824
- success: boolean;
825
841
  error: string;
842
+ success: boolean;
826
843
  operation: "create_candidate";
827
844
  candidate?: {
828
845
  name: string;
@@ -830,13 +847,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
830
847
  createdAt?: string | undefined;
831
848
  updatedAt?: string | undefined;
832
849
  primaryEmailAddress?: {
833
- value: string;
834
850
  type: "Personal" | "Work" | "Other";
851
+ value: string;
835
852
  isPrimary: boolean;
836
853
  } | null | undefined;
837
854
  primaryPhoneNumber?: {
838
- value: string;
839
855
  type: "Personal" | "Work" | "Other";
856
+ value: string;
840
857
  isPrimary: boolean;
841
858
  } | null | undefined;
842
859
  customFields?: {
@@ -859,12 +876,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
859
876
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
860
877
  isPrimary: import("zod").ZodBoolean;
861
878
  }, "strip", import("zod").ZodTypeAny, {
862
- value: string;
863
879
  type: "Personal" | "Work" | "Other";
880
+ value: string;
864
881
  isPrimary: boolean;
865
882
  }, {
866
- value: string;
867
883
  type: "Personal" | "Work" | "Other";
884
+ value: string;
868
885
  isPrimary: boolean;
869
886
  }>>>;
870
887
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -872,12 +889,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
872
889
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
873
890
  isPrimary: import("zod").ZodBoolean;
874
891
  }, "strip", import("zod").ZodTypeAny, {
875
- value: string;
876
892
  type: "Personal" | "Work" | "Other";
893
+ value: string;
877
894
  isPrimary: boolean;
878
895
  }, {
879
- value: string;
880
896
  type: "Personal" | "Work" | "Other";
897
+ value: string;
881
898
  isPrimary: boolean;
882
899
  }>>>;
883
900
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -902,13 +919,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
902
919
  createdAt?: string | undefined;
903
920
  updatedAt?: string | undefined;
904
921
  primaryEmailAddress?: {
905
- value: string;
906
922
  type: "Personal" | "Work" | "Other";
923
+ value: string;
907
924
  isPrimary: boolean;
908
925
  } | null | undefined;
909
926
  primaryPhoneNumber?: {
910
- value: string;
911
927
  type: "Personal" | "Work" | "Other";
928
+ value: string;
912
929
  isPrimary: boolean;
913
930
  } | null | undefined;
914
931
  customFields?: {
@@ -923,13 +940,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
923
940
  createdAt?: string | undefined;
924
941
  updatedAt?: string | undefined;
925
942
  primaryEmailAddress?: {
926
- value: string;
927
943
  type: "Personal" | "Work" | "Other";
944
+ value: string;
928
945
  isPrimary: boolean;
929
946
  } | null | undefined;
930
947
  primaryPhoneNumber?: {
931
- value: string;
932
948
  type: "Personal" | "Work" | "Other";
949
+ value: string;
933
950
  isPrimary: boolean;
934
951
  } | null | undefined;
935
952
  customFields?: {
@@ -941,8 +958,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
941
958
  }>, "many">>;
942
959
  error: import("zod").ZodString;
943
960
  }, "strip", import("zod").ZodTypeAny, {
944
- success: boolean;
945
961
  error: string;
962
+ success: boolean;
946
963
  operation: "search_candidates";
947
964
  candidates?: {
948
965
  name: string;
@@ -950,13 +967,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
950
967
  createdAt?: string | undefined;
951
968
  updatedAt?: string | undefined;
952
969
  primaryEmailAddress?: {
953
- value: string;
954
970
  type: "Personal" | "Work" | "Other";
971
+ value: string;
955
972
  isPrimary: boolean;
956
973
  } | null | undefined;
957
974
  primaryPhoneNumber?: {
958
- value: string;
959
975
  type: "Personal" | "Work" | "Other";
976
+ value: string;
960
977
  isPrimary: boolean;
961
978
  } | null | undefined;
962
979
  customFields?: {
@@ -967,8 +984,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
967
984
  }[] | undefined;
968
985
  }[] | undefined;
969
986
  }, {
970
- success: boolean;
971
987
  error: string;
988
+ success: boolean;
972
989
  operation: "search_candidates";
973
990
  candidates?: {
974
991
  name: string;
@@ -976,13 +993,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
976
993
  createdAt?: string | undefined;
977
994
  updatedAt?: string | undefined;
978
995
  primaryEmailAddress?: {
979
- value: string;
980
996
  type: "Personal" | "Work" | "Other";
997
+ value: string;
981
998
  isPrimary: boolean;
982
999
  } | null | undefined;
983
1000
  primaryPhoneNumber?: {
984
- value: string;
985
1001
  type: "Personal" | "Work" | "Other";
1002
+ value: string;
986
1003
  isPrimary: boolean;
987
1004
  } | null | undefined;
988
1005
  customFields?: {
@@ -1005,12 +1022,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1005
1022
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
1006
1023
  isPrimary: import("zod").ZodBoolean;
1007
1024
  }, "strip", import("zod").ZodTypeAny, {
1008
- value: string;
1009
1025
  type: "Personal" | "Work" | "Other";
1026
+ value: string;
1010
1027
  isPrimary: boolean;
1011
1028
  }, {
1012
- value: string;
1013
1029
  type: "Personal" | "Work" | "Other";
1030
+ value: string;
1014
1031
  isPrimary: boolean;
1015
1032
  }>>>;
1016
1033
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -1018,12 +1035,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1018
1035
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
1019
1036
  isPrimary: import("zod").ZodBoolean;
1020
1037
  }, "strip", import("zod").ZodTypeAny, {
1021
- value: string;
1022
1038
  type: "Personal" | "Work" | "Other";
1039
+ value: string;
1023
1040
  isPrimary: boolean;
1024
1041
  }, {
1025
- value: string;
1026
1042
  type: "Personal" | "Work" | "Other";
1043
+ value: string;
1027
1044
  isPrimary: boolean;
1028
1045
  }>>>;
1029
1046
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1048,13 +1065,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1048
1065
  createdAt?: string | undefined;
1049
1066
  updatedAt?: string | undefined;
1050
1067
  primaryEmailAddress?: {
1051
- value: string;
1052
1068
  type: "Personal" | "Work" | "Other";
1069
+ value: string;
1053
1070
  isPrimary: boolean;
1054
1071
  } | null | undefined;
1055
1072
  primaryPhoneNumber?: {
1056
- value: string;
1057
1073
  type: "Personal" | "Work" | "Other";
1074
+ value: string;
1058
1075
  isPrimary: boolean;
1059
1076
  } | null | undefined;
1060
1077
  customFields?: {
@@ -1069,13 +1086,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1069
1086
  createdAt?: string | undefined;
1070
1087
  updatedAt?: string | undefined;
1071
1088
  primaryEmailAddress?: {
1072
- value: string;
1073
1089
  type: "Personal" | "Work" | "Other";
1090
+ value: string;
1074
1091
  isPrimary: boolean;
1075
1092
  } | null | undefined;
1076
1093
  primaryPhoneNumber?: {
1077
- value: string;
1078
1094
  type: "Personal" | "Work" | "Other";
1095
+ value: string;
1079
1096
  isPrimary: boolean;
1080
1097
  } | null | undefined;
1081
1098
  customFields?: {
@@ -1087,8 +1104,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1087
1104
  }>>;
1088
1105
  error: import("zod").ZodString;
1089
1106
  }, "strip", import("zod").ZodTypeAny, {
1090
- success: boolean;
1091
1107
  error: string;
1108
+ success: boolean;
1092
1109
  operation: "add_tag";
1093
1110
  candidate?: {
1094
1111
  name: string;
@@ -1096,13 +1113,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1096
1113
  createdAt?: string | undefined;
1097
1114
  updatedAt?: string | undefined;
1098
1115
  primaryEmailAddress?: {
1099
- value: string;
1100
1116
  type: "Personal" | "Work" | "Other";
1117
+ value: string;
1101
1118
  isPrimary: boolean;
1102
1119
  } | null | undefined;
1103
1120
  primaryPhoneNumber?: {
1104
- value: string;
1105
1121
  type: "Personal" | "Work" | "Other";
1122
+ value: string;
1106
1123
  isPrimary: boolean;
1107
1124
  } | null | undefined;
1108
1125
  customFields?: {
@@ -1113,8 +1130,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1113
1130
  }[] | undefined;
1114
1131
  } | undefined;
1115
1132
  }, {
1116
- success: boolean;
1117
1133
  error: string;
1134
+ success: boolean;
1118
1135
  operation: "add_tag";
1119
1136
  candidate?: {
1120
1137
  name: string;
@@ -1122,13 +1139,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1122
1139
  createdAt?: string | undefined;
1123
1140
  updatedAt?: string | undefined;
1124
1141
  primaryEmailAddress?: {
1125
- value: string;
1126
1142
  type: "Personal" | "Work" | "Other";
1143
+ value: string;
1127
1144
  isPrimary: boolean;
1128
1145
  } | null | undefined;
1129
1146
  primaryPhoneNumber?: {
1130
- value: string;
1131
1147
  type: "Personal" | "Work" | "Other";
1148
+ value: string;
1132
1149
  isPrimary: boolean;
1133
1150
  } | null | undefined;
1134
1151
  customFields?: {
@@ -1156,8 +1173,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1156
1173
  }>, "many">>;
1157
1174
  error: import("zod").ZodString;
1158
1175
  }, "strip", import("zod").ZodTypeAny, {
1159
- success: boolean;
1160
1176
  error: string;
1177
+ success: boolean;
1161
1178
  operation: "list_tags";
1162
1179
  tags?: {
1163
1180
  title: string;
@@ -1165,8 +1182,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1165
1182
  isArchived?: boolean | undefined;
1166
1183
  }[] | undefined;
1167
1184
  }, {
1168
- success: boolean;
1169
1185
  error: string;
1186
+ success: boolean;
1170
1187
  operation: "list_tags";
1171
1188
  tags?: {
1172
1189
  title: string;
@@ -1191,8 +1208,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1191
1208
  }>>;
1192
1209
  error: import("zod").ZodString;
1193
1210
  }, "strip", import("zod").ZodTypeAny, {
1194
- success: boolean;
1195
1211
  error: string;
1212
+ success: boolean;
1196
1213
  operation: "create_tag";
1197
1214
  tag?: {
1198
1215
  title: string;
@@ -1200,8 +1217,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1200
1217
  isArchived?: boolean | undefined;
1201
1218
  } | undefined;
1202
1219
  }, {
1203
- success: boolean;
1204
1220
  error: string;
1221
+ success: boolean;
1205
1222
  operation: "create_tag";
1206
1223
  tag?: {
1207
1224
  title: string;
@@ -1261,8 +1278,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1261
1278
  sync_token: import("zod").ZodOptional<import("zod").ZodString>;
1262
1279
  error: import("zod").ZodString;
1263
1280
  }, "strip", import("zod").ZodTypeAny, {
1264
- success: boolean;
1265
1281
  error: string;
1282
+ success: boolean;
1266
1283
  operation: "list_custom_fields";
1267
1284
  next_cursor?: string | undefined;
1268
1285
  sync_token?: string | undefined;
@@ -1281,8 +1298,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1281
1298
  }[] | undefined;
1282
1299
  }[] | undefined;
1283
1300
  }, {
1284
- success: boolean;
1285
1301
  error: string;
1302
+ success: boolean;
1286
1303
  operation: "list_custom_fields";
1287
1304
  next_cursor?: string | undefined;
1288
1305
  sync_token?: string | undefined;